Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
[FFmpeg-devel] [PATCH 0/5] Provide optimized neon implementation
 2022-09-08  9:25 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/5] lavc/aarch64: Add neon implementation for vsad16
` [FFmpeg-devel] [PATCH 2/5] lavc/aarch64: Add neon implementation of vsse16
` [FFmpeg-devel] [PATCH 3/5] lavc/aarch64: Add neon implementation for vsad_intra16
` [FFmpeg-devel] [PATCH 4/5] lavc/aarch64: Add neon implementation for vsse_intra16
` [FFmpeg-devel] [PATCH 5/5] lavc/aarch64: Provide neon implementation of nsse16

[FFmpeg-devel] [PATCH] avcodec: Vorbis decode: don't use a flag to determine if frames have been output
 2022-09-08  8:40 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] swscale/input: Remove spec-incompliant '; '
 2022-09-08  3:44 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] swscale/input: Avoid calls to av_pix_fmt_desc_get()
` [FFmpeg-devel] [PATCH 3/3] swscale/output: Don't call av_pix_fmt_desc_get() in a loop

[FFmpeg-devel] [PATCH] avformat/matroska: Support HDR10+ metadata in Matroska
 2022-09-08  1:22 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [avcodec/amfenc: 10 bit support v2 1/3] amf: Update the min version to 1.4.23.0 for AMF SDK
 2022-09-07 22:54 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [avcodec/amfenc: 10 bit support v2 2/3] avcodec/amfenc: Fixes the color information in the output
` [FFmpeg-devel] [avcodec/amfenc: 10 bit support v2 3/3] avcodec/amfenc: HDR metadata

[FFmpeg-devel] [PATCH v2] avcodec/mips: Fix MMI macro replaces in HEVC Decoder
 2022-09-07 22:47 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] tests/fate-run: Allow to set input options for encoding pass
 2022-09-07 22:23 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] fate/matroska: Add test for updating AV1 extradata

[FFmpeg-devel] [PATCH v3 1/3] lavc/decode: Warp get_hw_config function
 2022-09-07 22:13 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/3] lavc/decode: Add internal surface re-allocate method for hwaccel

[FFmpeg-devel] [PATCH] lavu: header and documentation for AVWriter
 2022-09-07 21:13 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] format/imfdec: improve error handling when selecting tracks for playback
 2022-09-07 20:02 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/1] avcodec/jpeg2000: Add support for High-Throughput JPEG 2000 (HTJ2K) decoding
 2022-09-07 19:24 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Bonk, Bonk
 2022-09-07 18:02 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 2/4] ffmpeg: Add display_matrix option
 2022-09-07 16:05 UTC  (12+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/ralf: Move frame allocation after error checks
 2022-09-07 15:06 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/ralf: Move variable from context to stack

[FFmpeg-devel] [PATCH 1/2] tests/mxf: Fix test requirements
 2022-09-07 15:03 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] fate/mxf: Add ProRes remux test

[FFmpeg-devel] [PATCH] avformat/mxfdec: do not log warning of multiple ANC packets if count is 0
 2022-09-07 14:28 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] libavfilter/x86/vf_convolution: add sobel filter optimization and unit test with intel AVX512 VNNI
 2022-09-07 12:33 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avocdec/flac_parser: another fix
 2022-09-07 10:51 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/5] Provide optimized neon implementation
 2022-09-07  9:06 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/5] lavc/aarch64: Add neon implementation for vsad16
` [FFmpeg-devel] [PATCH 2/5] lavc/aarch64: Add neon implementation of vsse16
` [FFmpeg-devel] [PATCH 3/5] lavc/aarch64: Add neon implementation for vsad_intra16
` [FFmpeg-devel] [PATCH 4/5] lavc/aarch64: Add neon implementation for vsse_intra16
` [FFmpeg-devel] [PATCH 5/5] lavc/aarch64: Provide neon implementation of nsse16

[FFmpeg-devel] [PATCH v2 1/7] libavcodec/qsvenc: skip parameter resetting on mjpeg_qsv
 2022-09-07  6:33 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/7] libavcodec/qsvenc: Add max_frame_size reset support to qsv
` [FFmpeg-devel] [PATCH v2 3/7] libavcodec/qsvenc: Add gop_size reset support to qsvenc
` [FFmpeg-devel] [PATCH v2 4/7] libavcodec/qsvenc: Add "slice" intra refresh type "
` [FFmpeg-devel] [PATCH v2 5/7] libavcodec/qsvenc: Add intra refresh reset support "
` [FFmpeg-devel] [PATCH v2 6/7] libavcodec/qsvenc: Add max/min qp reset support in qsvenc
` [FFmpeg-devel] [PATCH v2 7/7] libavcodec/qsvenc: Add low_delay_brc reset support to qsvenc

[FFmpeg-devel] [PATCH v4] libavfilter/x86/vf_convolution: add sobel filter optimization and unit test with intel AVX512 VNNI
 2022-09-07  6:26 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/2] avformat/mxf: set stream frame rates for ST 422 essence containers
 2022-09-06 21:52 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/2] fate/mxf: add JPEG 2000 test

[FFmpeg-devel] [PATCH v3 1/2] avformat/mxf: set stream frame rates for ST 422 essence containers
 2022-09-06 21:51 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/2] fate/mxf: add JPEG 2000 test

[FFmpeg-devel] [PATCH] slicethread: Limit the automatic number of threads to 16
 2022-09-06 21:11 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/4] swscale/output: Add support for new VAAPI formats
 2022-09-06 19:58 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/4] swscale/output: add support for P012
` [FFmpeg-devel] [PATCH 2/4] swscale/output: add support for XV36LE
` [FFmpeg-devel] [PATCH 3/4] swscale/output: add support for XV30LE
` [FFmpeg-devel] [PATCH 4/4] swscale/output: add support for Y210LE and Y212LE

[FFmpeg-devel] [PATCHv3 0/12] RISC-V Vector functions for lavu float&fixed DSP
 2022-09-06 18:44 UTC  (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 01/12] lavu/riscv: add CPU flags for the RISC-V Vector extension
` [FFmpeg-devel] [PATCH 02/12] checkasm: register the RISC-V V subsets
` [FFmpeg-devel] [PATCH 03/12] lavu/riscv: initial common header for assembler macros
` [FFmpeg-devel] [PATCH 04/12] lavu/riscv: float vector-scalar multiplication with RVV
` [FFmpeg-devel] [PATCH 05/12] lavu/riscv: float vector-vector "
` [FFmpeg-devel] [PATCH 06/12] lavu/riscv: float vector multiply-accumulate "
` [FFmpeg-devel] [PATCH 07/12] lavu/riscv: float vector multiplication-addition "
` [FFmpeg-devel] [PATCH 08/12] lavu/riscv: float vector sum-and-difference "
` [FFmpeg-devel] [PATCH 09/12] lavu/riscv: float reversed vector multiplication "
` [FFmpeg-devel] [PATCH 10/12] lavu/riscv: float vector windowed overlap/add "
` [FFmpeg-devel] [PATCH 11/12] lavu/riscv: float vector dot product "
` [FFmpeg-devel] [PATCH 12/12] lavu/riscv: fixed vector sum-and-difference "

[FFmpeg-devel] [PATCHv2 0/5] RISC-V scalar and Zbb support
 2022-09-06 17:00 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/5] doc: reference the RISC-V specification
` [FFmpeg-devel] [PATCH 2/5] lavu/riscv: AV_READ_TIME cycle counter
` [FFmpeg-devel] [PATCH 3/5] configure/riscv: detect fast CLZ
` [FFmpeg-devel] [PATCH 4/5] lavu/riscv: byte-swap operations
` [FFmpeg-devel] [PATCH 5/5] lavu/riscv: add <intmath.h> optimisations

[FFmpeg-devel] [PATCH v2 1/2] lavu/hwcontext_qsv: add support for AV_PIX_FMT_VUYX on Linux
 2022-09-06 16:01 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/2] lavc/qsv: Add support for decoding & encoding 8bit 4:4:4 content

[FFmpeg-devel] [PATCH v2] x86/tx_float: Fix building for platforms with a symbol prefix
 2022-09-06 15:37 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] x86/tx_float: add support for calling assembly functions from assembly
 2022-09-06 13:46 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vf_scale: overwrite the width and eight expressions with the original values
 2022-09-06 12:19 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v12 9/9] avcodec/evc: Changes in Changelog and MAINTAINERS files
 2022-09-06 11:48 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v12 8/9] avformat/mov_demuxer: Extended MOV demuxer to handle EVC video content
 2022-09-06 11:47 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v12 7/9] avformat/mov_muxer: Extended MOV muxer to handle EVC video content
 2022-09-06 11:46 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v12 6/9] avcodec/evc_decoder: Provided support for EVC decoder
 2022-09-06 11:45 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v12 5/9] avcodec/evc_encoder: Provided support for EVC encoder
 2022-09-06 11:44 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v12 4/9] avformat/evc_demuxer: Added demuxer to handle reading EVC video files
 2022-09-06 11:43 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v12 3/9] avformat/evc_muxer: Added muxer to handle writing EVC encoded data into file or output bytestream
 2022-09-06 11:41 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v12 2/9] avcodec/evc_parser: Added parser implementaion for EVC format
 2022-09-06 11:40 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v12 1/9] avcodec/evc: MPEG-5 EVC codec registration
 2022-09-06 11:39 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/8] fftools/ffprobe: Report initial and trailing padding
 2022-09-06  9:31 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] x86/tx_float: Fix building for platforms with a symbol prefix
 2022-09-06  9:27 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/6] libavcodec/qsvenc: Add max_frame_size reset support to qsv
 2022-09-06  8:44 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/6] libavcodec/qsvenc: Add gop_size reset support to qsvenc

[FFmpeg-devel] Add loongarch SIMD optimization in swscale lib
 2022-09-06  8:12 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v1 3/3] swscale/la: Add output_lasx.c file

[FFmpeg-devel] Add LoongArch SIMD optimization in swscale lib
 2022-09-06  8:06 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/3] swscale/la: Optimize hscale functions with lasx

[FFmpeg-devel] [PATCH] speexdec fix
 2022-09-06  8:03 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] fftools/ffplay: fix rotation incorrect when frame contains the displaymatrix
 2022-09-06  6:38 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3] "

[FFmpeg-devel] [PATCH v3] libavcodec/cbs_av1: Add size check before parse obu
 2022-09-06  1:35 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/ffv1: Only allocate ThreadFrames for the decoder
 2022-09-06  1:34 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/9] avcodec/dvdata: Order code table by codes
 2022-09-06  1:33 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/9] avcodec/dvdec: Use ff_init_vlc_from_lengths()
` [FFmpeg-devel] [PATCH 3/9] avcodec/dv_tablegen, dvdata: Remove ff_dv_vlc_bits
` [FFmpeg-devel] [PATCH 4/9] avcodec/dvdec: Mark dv_init_static() as av_cold
` [FFmpeg-devel] [PATCH 5/9] avcodec/dvdec: Avoid stack buffers
` [FFmpeg-devel] [PATCH 6/9] avcodec/wmavoice: Avoid code table
` [FFmpeg-devel] [PATCH 7/9] avcodec/wmaprodec: Use ff_init_vlc_from_lengths() instead of init_vlc
` [FFmpeg-devel] [PATCH 8/9] avcodec/wmaprodec: Move applying offset to VLC creation
` [FFmpeg-devel] [PATCH 9/9] avcodec/wmaprodec: Use symbol table more efficiently

[FFmpeg-devel] [PATCH] ref/fate/ffprobe_xsd: Change ref file
 2022-09-05 21:24 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/1] lavf/dashdec: Multithreaded DASH initialization
 2022-09-05 21:16 UTC  (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 0/3] "
  ` [FFmpeg-devel] [PATCH v3 2/3] "
` [FFmpeg-devel] [PATCH v4 0/4] "
  ` [FFmpeg-devel] [PATCH v4 1/4] lavf/dashdec: Prepare DASH decoder for multithreading
  ` [FFmpeg-devel] [PATCH v4 2/4] lavf/dashdec: Multithreaded DASH initialization
  ` [FFmpeg-devel] [PATCH v4 3/4] lavf/dashdec: Prevent cross-thread avio_opts modification
  ` [FFmpeg-devel] [PATCH v4 4/4] lavf/dashdec: Fix indentation after adding multithreading

[FFmpeg-devel] [PATCH v1] avformat/imfdec: check if Asset/Id exists before trying to read it
 2022-09-05 20:10 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [RFC] d3dva security hw+threads
 2022-09-05 19:41 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/pthread_frame: avoid leaving stale hwaccel state in worker threads
 2022-09-05 19:36 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/x86/flacdsp_init: Remove double '; '
 2022-09-05 19:04 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/3] V5: VAAPI: Add high bit depth encode/decode support
 2022-09-05 18:09 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/3] lavu/pixfmt: Add P012, Y212, XV30, and XV36 formats

[FFmpeg-devel] [PATCH 0/4] swscale/input: Add support for new VAAPI formats
 2022-09-05 18:07 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/4] swscale/input: add support for XV36LE
` [FFmpeg-devel] [PATCH 2/4] swscale/input: add support for P012
` [FFmpeg-devel] [PATCH 3/4] swscale/input: add support for XV30LE
` [FFmpeg-devel] [PATCH 4/4] swscale/input: add support for Y212LE

[FFmpeg-devel] [PATCH v1 1/2] avformat/imfdec: use CPL start timecode if available
 2022-09-05 18:06 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1] avformat/mxf: set stream frame rates for ST 422 essence containers
 2022-09-05 18:03 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavu/riscv: cycle counter for AV_READ_TIME
 2022-09-05 17:05 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/flac_parser: ensure there are more headers for scoring
 2022-09-05 16:23 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/avfilter: Don't use AVFrame.channel_layout
 2022-09-05 12:32 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] cpu: Limit the number of auto threads in 32 bit builds
 2022-09-05 11:54 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec: flac x86 asm fix
 2022-09-05 11:19 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] avcodec/cfhd, cfhddata: Simplify check for escape
 2022-09-05 10:25 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 5/5] avcodec/cfhddata: Reduce stack usage

[FFmpeg-devel] [PATCH 1/2] lavu/hwcontext_qsv: add support for AV_PIX_FMT_VUYX
 2022-09-05  6:05 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/qsvenc: use VBR if maxrate is not specified on Windows
 2022-09-05  2:48 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec: add a bsf to reorder DTS into PTS
 2022-09-05  1:09 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tools/.gitignore: Add missing tools
 2022-09-04 23:43 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/tests/.gitignore: Add channel_layout testtool
 2022-09-04 23:37 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/libtheoraenc: Do not use invalid error code
 2022-09-04 22:52 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/3] avcodec/fmvc: buffer size is stride based not 4*width
 2022-09-04 21:42 UTC  (11+ messages) - mbox.gz / Atom

page:  |  | latest

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git