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] avfilter: add vf_yazf filter
 2025-06-01  8:21 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/11] fftools/graph/graphprint: Fix races when initializing graphprint
 2025-06-01  4:19 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v5 1/3] lavc/hashtable: create generic robin hood hash table
 2025-05-31 23:42 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 3/3] lavc/dxvenc: improve compatibility with Resolume products

[FFmpeg-devel] [PATCH v2 01/20] avcodec/cbs_h2645: add cbs_sei_h274_types
 2025-05-31 21:46 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 10/20] avcodec/h274: add ff_h274_hash functions
    ` [FFmpeg-devel] 回复: "

[FFmpeg-devel] Graphprint Patches Overview
 2025-05-31 21:38 UTC  (15+ messages) - mbox.gz / Atom

[FFmpeg-devel] [FFmpeg-cvslog] fftools/graphprint: Now, make it a Killer-Feature!
 2025-05-31 21:38 UTC  (12+ messages) - mbox.gz / Atom

[FFmpeg-devel] [FFmpeg-cvslog] fftools/graphprint: Now, make it a Killer-Feature!
 2025-05-31 21:38 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/vvc: Fix unchecked return code and shadowing
 2025-05-31 20:58 UTC  - mbox.gz / Atom

[FFmpeg-devel] The "bad" Patch
 2025-05-31 20:26 UTC  (21+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v8 0/5] Remove chained ogg stream header packets from the demuxer
 2025-05-31 20:08 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v8 1/5] Add FATE test for sample from track ticket #2739
` [FFmpeg-devel] [PATCH v8 4/5] ogg/vorbis: implement header packet skip in chained ogg bitstreams

[FFmpeg-devel] [PATCH] avformat/mov: Fix decoding fragmented MP4 with multiple sample entries and empty stsc
 2025-05-31 18:16 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] Replace FFMIN/FFMAX by type specific macros
 2025-05-31 17:54 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avutil/opt: round min/max in integer context

[FFmpeg-devel] [PATCH v2] MAINTAINERS: Add myself as vvc maintainer
 2025-05-31 16:21 UTC  - mbox.gz / Atom

[FFmpeg-devel] gcc: Remove auto-vectorization limitation
 2025-05-31 13:39 UTC  (9+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Revert "ogg/vorbis: implement header packet skip in chained ogg bitstreams."
 2025-05-31 13:18 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] swscale: rgb_to_yuv neon optimizations
 2025-05-31 12:21 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] swscale: Neon rgb_to_yuv_half process 32 pixels at a time

[FFmpeg-devel] [PATCH v4 2/2] swscale: Neon rgb_to_yuv_half process 32 pixels at a time
 2025-05-31 10:49 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/2] swscale: rgb_to_yuv neon optimizations
 2025-05-31  9:11 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/2] fftools/resman: remove redundant includes, use inflate loop
 2025-05-31  3:58 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] fftools/resman: remove unused includes, fix declaration
` [FFmpeg-devel] [PATCH 2/2] fftools/resman: use inflate loop with increasing buffer size
` [FFmpeg-devel] [PATCH v2 0/2] fftools/resman: remove redundant includes, use inflate loop
  ` [FFmpeg-devel] [PATCH v2 1/2] fftools/resman: remove unused includes, fix declaration
  ` [FFmpeg-devel] [PATCH v2 2/2] fftools/resman: uncompress to actual-size memory buffers

[FFmpeg-devel] [PATCH v1 01/19] avcodec/cbs_sei_syntax_template: add sei message film_grain_characteristics
 2025-05-31  1:53 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v1 09/19] avcodec/h274: add ff_h274_hash functions
    ` [FFmpeg-devel] 回复: "

[FFmpeg-devel] [FFmpeg-cvslog] fftools/resources: Add resource manager files with build-time compression
 2025-05-31  1:53 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/movenc: fix VVC encoding with leading pictures
 2025-05-31  1:51 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg_filter: make FilterGraphPriv private again
 2025-05-31  1:44 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] fftools/ffmpeg_filter: make InputFilterPriv and OutputFilterPriv "

[FFmpeg-devel] [PATCH] tests/fate-run: Remove intermediate files from enc-external tests
 2025-05-31  1:36 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] MAINTAINERS: Add myself as vvc maintainer
 2025-05-31  1:16 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v6 1/3] lavc/hashtable: create generic robin hood hash table
 2025-05-30 23:20 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v6 2/3] lavc/dxvenc: migrate DXT1 encoder to lavc hashtable
` [FFmpeg-devel] [PATCH v6 3/3] lavc/dxvenc: improve compatibility with Resolume products

[FFmpeg-devel] [PATCH v3 1/2] fftools/resources: clean up and improve resource manager build system
 2025-05-30 22:56 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/2] fftools/Makefile: clean files from fftools/textformat

[FFmpeg-devel] [PATCH 1/2] avcodec/ffv1enc_template: Fix remaining space check
 2025-05-30 22:51 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/sanm: avoid using k in left pxoff check

[FFmpeg-devel] [PATCH 1/2] avformat/demux: use io_close2 when closing avfromat
 2025-05-30 22:08 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/libaomenc: Avoid code duplication when setting options
 2025-05-30 21:05 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/libaom: Add HDR10+ metadata support
 2025-05-30 20:01 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/libaom: Add tests for "

[FFmpeg-devel] [PATCH] Add myself to MAINTAINERS for dxv/dxvenc
 2025-05-30 19:33 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] configure: remove build-time check for gzip support in zlib
 2025-05-30 18:18 UTC  (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 4/5] ffbuild/common.mak: clean up and move fftools/resources-specific code its Makefile

[FFmpeg-devel] [PATCH 1/4] avcodec/dovi_rpuenc: Avoid intermediate codec par in ff_dovi_configure()
 2025-05-30 17:57 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avcodec/hpeldsp: Remove duplicate pel functions
 2025-05-30 15:09 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avutil/hwcontext_d3d11va: make D3D11 surface BindFlags & MiscFlags configurable
 2025-05-30 14:43 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avutil/hwcontext_d3d12va: added resource Flags support to command line
  ` [FFmpeg-devel] 回复: "

[FFmpeg-devel] [PATCH 1/3] amfenc: Update the min version to 1.4.36.0 for AMF SDK
 2025-05-30 13:58 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avutil/hwcontext_amf: add support for d3d12va initialisation
` [FFmpeg-devel] [PATCH 3/3] avutil/hwcontext_amf: fix error logging on amf_init_from_device

[FFmpeg-devel] [PATCH 0/2] avcodec/sanm: SEGA-CD codecs support
 2025-05-30 11:19 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] avcodec/sanm: fix codec33/34 tile generator
` [FFmpeg-devel] [PATCH 2/2] avcodec/sanm: codec31/32 (SEGA-CD) support

[FFmpeg-devel] (no subject)
 2025-05-30 10:34 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 14/17] swscale/x86: add SIMD backend

[FFmpeg-devel] [PATCH v4 1/2] swscale: rgb_to_yuv neon optimizations
 2025-05-30  9:07 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avfilter: add scale_d3d11 filter
 2025-05-30  8:01 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4] libavcodec/riscv:add RVV optimized idct_32x32_8 for HEVC
 2025-05-30  7:40 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5] "

[FFmpeg-devel] [FFmpeg-devel, v2] gcc: Relaxing auto-vectorization limitation
 2025-05-30  7:36 UTC  (9+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 1/2] swscale: rgb_to_yuv neon optimizations
 2025-05-30  7:33 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 2/2] swscale: Neon rgb_to_yuv_half process 32 pixels at a time
 2025-05-30  7:27 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] swscale: rgb_to_yuv neon optimizations
 2025-05-30  7:22 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] swscale: Neon rgb_to_yuv_half process 16 pixels at a time
 2025-05-30  7:08 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] add yuv444p support to mcdeint
 2025-05-30  5:29 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] avcodec/ac3dec: Hardcode tables to save space
 2025-05-30  2:37 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/7] avcodec/asvenc: Fix crash with unaligned pointers/linesizes
 2025-05-30  1:09 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/7] avcodec/mmvideo: fix paltte index
 2025-05-29 23:48 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/7] avcodec/hevc/hevcdec: Check num_entry_point_offsets
` [FFmpeg-devel] [PATCH 3/7] avcodec/speexdec: Pass and check remaining packets to decode functions

[FFmpeg-devel] [PATCH v2] avfilter: add CUDA stack filters (hstack_cuda, vstack_cuda, xstack_cuda)
 2025-05-29 23:38 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/2] swscale: rgb_to_yuv neon optimizations
 2025-05-29 21:34 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/2] swscale: Neon rgb_to_yuv_half process 32 pixels at a time

[FFmpeg-devel] [PATCH v2 0/2] swscale: neon aarch64 rgb_to_yuv optimizationsj
 2025-05-29 21:34 UTC  - mbox.gz / Atom

[FFmpeg-devel] Fuzzer fixes
 2025-05-29 14:43 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] New Patchwork CI Builds
 2025-05-28 23:28 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] Building for Mac x86 with GCC & NASM
 2025-05-28 23:19 UTC  (21+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/2] [RFC-NotForMerge] fftools/graphprint: The "bad" patch
 2025-05-28 15:24 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] "
` [FFmpeg-devel] [PATCH 2/2] [RFC-NotForMerge] fftools/graphprint: Inline glibc system() implementation

[FFmpeg-devel] Captions SCC
 2025-05-28 15:20 UTC  (25+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2 RESEND] avformat/rtsp: set AVFMTCTX_UNSEEKABLE flag
 2025-05-28 13:26 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2 RESEND] avformat/seek: fail seeking immediately

[FFmpeg-devel] [PATCH] avformat/movenc: Reduce loop iterations in mov_flush_fragment
 2025-05-28 13:16 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/movenc: Fix flush fragment
 2025-05-28 12:56 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter: add PCM dumping between filters for audio debugging
 2025-05-28 11:27 UTC  (7+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] 回复: "
      ` [FFmpeg-devel] [FFmpeg-devel, v3, 0/2] "

[FFmpeg-devel] [PATCH v2 1/4] avcodec/h2645_vui: Ensure color primaries/trc/space isn't reserved value
 2025-05-28  7:33 UTC  (5+ 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