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/9] Execution Graph Printing
 2025-04-16 10:12 UTC  (18+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/9] fftools/textformat: Formatting and whitespace changes
` [FFmpeg-devel] [PATCH 2/9] fftools/textformat: Quality improvements
` [FFmpeg-devel] [PATCH 3/9] fftools/textformat: Introduce common header and deduplicate code
` [FFmpeg-devel] [PATCH 4/9] fftools/textformat: Add function avtext_print_integer_flags()
` [FFmpeg-devel] [PATCH 5/9] fftools/ffmpeg_filter: Move some declaration to new header file
` [FFmpeg-devel] [PATCH 6/9] avfilter/avfilter: Add avfilter_link_get_hw_frames_ctx()
` [FFmpeg-devel] [PATCH 7/9] fftools/resources: Add resource manager files
` [FFmpeg-devel] [PATCH 8/9] fftools/graphprint: Add execution graph printing
` [FFmpeg-devel] [PATCH 9/9] fftools/graphprint: Now, make it a Killer-Feature!
` [FFmpeg-devel] [PATCH v2 00/10] Execution Graph Printing
  ` [FFmpeg-devel] [PATCH v2 01/10] fftools/textformat: Formatting and whitespace changes
  ` [FFmpeg-devel] [PATCH v2 02/10] fftools/textformat: Quality improvements

[FFmpeg-devel] [PATCH] fate: add various FFv1 tests for 1024 slices
 2025-04-16  9:55 UTC  - mbox.gz / Atom

[FFmpeg-devel] Request for --disable-deprecated configure option
 2025-04-16  9:22 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/dvbsubenc: Use 64bits in nb_colors and num_rects checks
 2025-04-16  9:18 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/dvbsubenc: Sanity check num_rects
 2025-04-16  9:17 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libpostproc: remove AMD 3DNow! define
 2025-04-16  8:04 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] libpostproc: deprecate the "
      ` [FFmpeg-devel] [PATCH v4] "
  ` [FFmpeg-devel] [PATCH v3] "

[FFmpeg-devel] [PATCH 1/2] avformat/id3v2: Print the unknown encoding
 2025-04-16  8:02 UTC  (36+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/id3v2: Check that decode_str() did advance

[FFmpeg-devel] [PATCH] libavformat/dashdec: Fix buffer overflow in segment URL resolution
 2025-04-16  6:56 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "
` [FFmpeg-devel] [PATCH v3] "

[FFmpeg-devel] [PATCH 01/12] fftools/textformat/avtextformat: Simplify avtext_print_rational()
 2025-04-16  6:46 UTC  (11+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/h264bsd_dec: add h264dec base on h264bsd
 2025-04-16  6:43 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avcodec/webvttdec: strip classes
 2025-04-16  5:23 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/2] avformat: add avformat_query_seekable
 2025-04-16  5:07 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/2] ffprobe: show seekability details in format section

[FFmpeg-devel] [PATCH v2] configure: Clearer documentation for "disable-safe-bitstream-reader"
 2025-04-16  0:34 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/h264_mb: Fix buffer stride for arm
 2025-04-16  0:24 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tools: Fix deprecation warning in patcheck
 2025-04-15 23:48 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] avformat/fifo: Check for keyframe video type before stop dropping
 2025-04-15 23:43 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/filters: Fix video size of mptestsrc
 2025-04-15 23:35 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] [NOT for git] avutil/tests/map: benchmark code [BENCHMARK included]
 2025-04-15 23:24 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4] Mark C globals with small code model
 2025-04-15 23:22 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5] "

[FFmpeg-devel] [PATCH v12 0/8] Properly decode ogg metadata in ogg/{vorbis, flac, opus} chained bitstreams
 2025-04-15 22:22 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v12 1/8] libavcodec/decode.c: intercept `AV_PKT_DATA_METADATA_UPDATE` packet extra data, attach them to the next decoded frame
` [FFmpeg-devel] [PATCH v12 2/8] tests: Add stream dump test API util
` [FFmpeg-devel] [PATCH v12 3/8] tests: Add chained ogg/vorbis stream dump test
` [FFmpeg-devel] [PATCH v12 4/8] libavformat/oggdec.h, libavformat/oggparsevorbis.c: Factor out vorbis metadata update mechanism
` [FFmpeg-devel] [PATCH v12 5/8] libavformat/oggparseflac.c: Parse ogg/flac comments in new ogg packets, add them to ogg stream new_metadata
` [FFmpeg-devel] [PATCH v12 6/8] tests: Add chained ogg/flac stream dump test
` [FFmpeg-devel] [PATCH v12 7/8] libavformat/oggparseopus.c: Parse comments from secondary chained streams header packet
` [FFmpeg-devel] [PATCH v12 8/8] tests: Add chained ogg/opus stream dump test

[FFmpeg-devel] [PATCH v2 1/6] avutil/tree: av_tree_find2() to also find the first and last elements comparing equal
 2025-04-15 21:24 UTC  (11+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/6] avutil/tree: Add av_tree_move
` [FFmpeg-devel] [PATCH v2 3/6] avutil/tree: Make av_tree_find2() non recursive
` [FFmpeg-devel] [PATCH v2 4/6] avutil/tree: Make tree_find_next() "
` [FFmpeg-devel] [PATCH v2 5/6] libavutil: Add AVMap
` [FFmpeg-devel] [PATCH v2 6/6] [NOT for git] avutil/tests/map: benchmark code

[FFmpeg-devel] AVDictionary vs. AVSet (AVDictionary2 approximation)
 2025-04-15 20:36 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/libjxlenc: prevent color encoding from being set twice
 2025-04-15 19:41 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] hwcontext_vulkan: check if expect_assume is supported by the headers
 2025-04-15 19:40 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavcodec/riscv:add RVV optimized for idct_32x32_8:
 2025-04-15 15:02 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavfi/src_movie: set pkt_timebase
 2025-04-15 13:58 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avcodec: add AV_CODEC_ID_BRAW
 2025-04-15 12:07 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] lavf/mov: support demuxing Blackmagic RAW streams
` [FFmpeg-devel] [PATCH 3/3] avcodec: add Blackmagic RAW decoder

[FFmpeg-devel] [PATCH] aarch64/h26x: optimize sao_band_filter
 2025-04-15 10:01 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/23] avcodec/x86/vvc/dsp_init: Make put wrappers static
 2025-04-15  0:54 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avcodec/tests/mjpegenc_huffman: Also test length counts
 2025-04-15  0:52 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] lavc: add an av1_vulkan encoder
 2025-04-14 21:16 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4] libavcodec/dvbsubenc.c: add a disable_2bpp option to work around some decoders
 2025-04-14 15:53 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5] "

[FFmpeg-devel] SW's Patchsets Overview
 2025-04-14 15:44 UTC  (9+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/vaapi_encode_av1: Always use slot 0 with 1 l0 ref
 2025-04-14 14:04 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/vaapi_encode_av1: Fix ref_order_hint value for second slot
 2025-04-14 13:59 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/3] avutil/dict2: Add AVDictionary2 with hash-based lookup
 2025-04-14 13:21 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/3] "
` [FFmpeg-devel] [PATCH 2/3] doc/dict2: Add doc and api change for AVDictionary2
` [FFmpeg-devel] [PATCH 3/3] tests/dict2: Add tests and benchmark "

[FFmpeg-devel] [PATCH 1/3] avutil/tree: av_tree_find2() to also find the first and last elements comparing equal
 2025-04-14 11:05 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avutil/tree: Add av_tree_move
` [FFmpeg-devel] [PATCH 3/3] libavutil: Add AVSet

[FFmpeg-devel] [PATCH 1/2] avformat: add avformat_query_seekable
 2025-04-14 10:36 UTC  (15+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] ffprobe: show seekability details in format section

[FFmpeg-devel] [PATCH] avformat/rtpdec_av1: Fix fragment continuation check when OBU_HAS_SIZE_FIELD is set
 2025-04-14  9:57 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] Libtheora encoder/cingg <->ffmpeg interop?
 2025-04-13 23:55 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/18] hwcontext_vulkan: disable descriptor buffer extension on Intel
 2025-04-13 20:39 UTC  (20+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/18] vulkan_ffv1: enable acceleration "
` [FFmpeg-devel] [PATCH 03/18] vulkan_ffv1: remove unused define
` [FFmpeg-devel] [PATCH 04/18] vulkan_ffv1: slightly optimize the range decoder
` [FFmpeg-devel] [PATCH 05/18] vulkan_ffv1: optimize symbol reader
` [FFmpeg-devel] [PATCH 06/18] vulkan_ffv1: allocate just as much memory for slice state as needed
` [FFmpeg-devel] [PATCH 07/18] vulkan_ffv1: init overread/corrupt fields
` [FFmpeg-devel] [PATCH 08/18] vulkan_ffv1: fallback to upload if mapping packet fails, fix fallback
` [FFmpeg-devel] [PATCH 09/18] vulkan_ffv1: fix reset shader dependencies
` [FFmpeg-devel] [PATCH 10/18] vulkan_ffv1: improve buffer barrier correctness for slice state
` [FFmpeg-devel] [PATCH 11/18] vulkan_ffv1: fix left-2 sample addressing
` [FFmpeg-devel] [PATCH 12/18] vulkan_ffv1: cache only 2 lines when decoding RGB
` [FFmpeg-devel] [PATCH 13/18] ffv1/vulkan: redo context count tracking and quant_table_idx management
` [FFmpeg-devel] [PATCH 14/18] vulkan_ffv1: externalize extended lookup check
` [FFmpeg-devel] [PATCH 15/18] vulkan_ffv1: remove need for scratch data during setup
` [FFmpeg-devel] [PATCH 16/18] vulkan_ffv1: shortcut +-1 coeffs in symbol reading
` [FFmpeg-devel] [PATCH 17/18] vulkan: add support for expect/assume
` [FFmpeg-devel] [PATCH 18/18] vulkan_ffv1: add cached symbol reader for AMD

[FFmpeg-devel] [PATCH v2] w32pthreads: add support for setting thread name
 2025-04-13 16:57 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] ffmpeg/repo: Add dot-folders in the repository root to .gitignore
 2025-04-13 16:27 UTC  - mbox.gz / Atom

[FFmpeg-devel] [RFC] FFmpeg Execution Graph Visualization
 2025-04-13 15:16 UTC  (9+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/hevc: Enable d3d11va for yuv422p and yuv422p10
 2025-04-13  8:14 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/15] avcodec/motionpixels: Avoid av_unused
 2025-04-13  6:17 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/decode: Only use ff_progress_frame_get_buffer() with blank input
 2025-04-13  6:16 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/ffv1enc: Use version 3 by default (CRCs by default)
 2025-04-12 14:57 UTC  - mbox.gz / Atom

[FFmpeg-devel] VP6 Encoder Proposal- Seeking Feedback and Suggestions
 2025-04-12 13:18 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [RFC] AVDictionary2
 2025-04-12 11:02 UTC  (8+ 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