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 v8 00/15] Execution Graph Printing
 2025-05-08 21:38 UTC  (65+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v9 "
  ` [FFmpeg-devel] [PATCH v9 14/15] fftools/graphprint: Add execution graph printing
  ` [FFmpeg-devel] [PATCH v10 00/15] Execution Graph Printing
    ` [FFmpeg-devel] [PATCH v10 01/15] fftools/textformat: Formatting and whitespace changes
    ` [FFmpeg-devel] [PATCH v10 02/15] fftools/textformat: Apply quality improvements
    ` [FFmpeg-devel] [PATCH v10 03/15] fftools/textformat: Remove unused print_rational() pointer from AVTextFormatter
    ` [FFmpeg-devel] [PATCH v10 04/15] fftools/textformat: Rename name param to key for API consistency
    ` [FFmpeg-devel] [PATCH v10 05/15] fftools/avtextformat: Re-use BPrint in loop
    ` [FFmpeg-devel] [PATCH v10 06/15] fftools/textformat: Introduce AVTextFormatOptions for avtext_context_open()
    ` [FFmpeg-devel] [PATCH v10 07/15] fftools/textformat: Introduce common header and deduplicate code
    ` [FFmpeg-devel] [PATCH v10 08/15] fftools/tf_internal: Use av_default_item_name
    ` [FFmpeg-devel] [PATCH v10 09/15] fftools/textformat: Add flags param to function avtext_print_integer()
    ` [FFmpeg-devel] [PATCH v10 10/15] fftools/ffmpeg_filter: Move some declaration to new header file
    ` [FFmpeg-devel] [PATCH v10 11/15] avfilter/avfilter: Add avfilter_link_get_hw_frames_ctx()
    ` [FFmpeg-devel] [PATCH v10 12/15] fftools/resources: Add resource manager files with build-time compression
    ` [FFmpeg-devel] [PATCH v10 13/15] fftools/ffmpeg_mux: Make ms_from_ost() inline
    ` [FFmpeg-devel] [PATCH v10 14/15] fftools/graphprint: Add execution graph printing
    ` [FFmpeg-devel] [PATCH v10 15/15] fftools/graphprint: Now, make it a Killer-Feature!
    ` [FFmpeg-devel] [PATCH v11 00/15] Execution Graph Printing
      ` [FFmpeg-devel] [PATCH v11 01/15] fftools/textformat: Formatting and whitespace changes
      ` [FFmpeg-devel] [PATCH v11 02/15] fftools/textformat: Apply quality improvements
      ` [FFmpeg-devel] [PATCH v11 03/15] fftools/textformat: Remove unused print_rational() pointer from AVTextFormatter
      ` [FFmpeg-devel] [PATCH v11 04/15] fftools/textformat: Rename name param to key for API consistency
      ` [FFmpeg-devel] [PATCH v11 05/15] fftools/avtextformat: Re-use BPrint in loop
      ` [FFmpeg-devel] [PATCH v11 06/15] fftools/textformat: Introduce AVTextFormatOptions for avtext_context_open()
      ` [FFmpeg-devel] [PATCH v11 07/15] fftools/textformat: Introduce common header and deduplicate code
      ` [FFmpeg-devel] [PATCH v11 08/15] fftools/tf_internal: Use av_default_item_name
      ` [FFmpeg-devel] [PATCH v11 09/15] fftools/textformat: Add flags param to function avtext_print_integer()
      ` [FFmpeg-devel] [PATCH v11 10/15] fftools/ffmpeg_filter: Move some declaration to new header file
      ` [FFmpeg-devel] [PATCH v11 11/15] avfilter/avfilter: Add avfilter_link_get_hw_frames_ctx()
      ` [FFmpeg-devel] [PATCH v11 12/15] fftools/resources: Add resource manager files with build-time compression
      ` [FFmpeg-devel] [PATCH v11 13/15] fftools/ffmpeg_mux: Make ms_from_ost() inline
      ` [FFmpeg-devel] [PATCH v11 14/15] fftools/graphprint: Add execution graph printing
      ` [FFmpeg-devel] [PATCH v11 15/15] fftools/graphprint: Now, make it a Killer-Feature!
      ` [FFmpeg-devel] [PATCH v12 00/15] Execution Graph Printing
        ` [FFmpeg-devel] [PATCH v12 01/15] fftools/textformat: Apply formatting and whitespace changes
        ` [FFmpeg-devel] [PATCH v12 02/15] fftools/textformat: Apply quality improvements
        ` [FFmpeg-devel] [PATCH v12 03/15] fftools/textformat: Remove unused print_rational() pointer from AVTextFormatter
        ` [FFmpeg-devel] [PATCH v12 04/15] fftools/textformat: Rename name param to key for API consistency
        ` [FFmpeg-devel] [PATCH v12 05/15] fftools/avtextformat: Re-use BPrint in loop
        ` [FFmpeg-devel] [PATCH v12 06/15] fftools/textformat: Introduce AVTextFormatOptions for avtext_context_open()
        ` [FFmpeg-devel] [PATCH v12 07/15] fftools/textformat: Introduce common header and deduplicate code
        ` [FFmpeg-devel] [PATCH v12 08/15] fftools/tf_internal: Use av_default_item_name
        ` [FFmpeg-devel] [PATCH v12 09/15] fftools/textformat: Add flags param to function avtext_print_integer()
        ` [FFmpeg-devel] [PATCH v12 10/15] fftools/ffmpeg_filter: Move some declaration to new header file
        ` [FFmpeg-devel] [PATCH v12 11/15] avfilter/avfilter: Add avfilter_link_get_hw_frames_ctx()
        ` [FFmpeg-devel] [PATCH v12 12/15] fftools/resources: Add resource manager files with build-time compression
        ` [FFmpeg-devel] [PATCH v12 13/15] fftools/ffmpeg_mux: Make ms_from_ost() inline
        ` [FFmpeg-devel] [PATCH v12 14/15] fftools/graphprint: Add execution graph printing
        ` [FFmpeg-devel] [PATCH v12 15/15] fftools/graphprint: Now, make it a Killer-Feature!

[FFmpeg-devel] [RFC] Shaping the AVTextFormat API Surface
 2025-05-08 21:26 UTC  (19+ messages) - mbox.gz / Atom

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

[FFmpeg-devel] [PATCH 1/6] avcodec/aac/aacdec: Clear SFO on error
 2025-05-08 14:13 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/6] avcodec/aac/aacdec_usac: Fix memory deallocation of pl_data

[FFmpeg-devel] [PATCH 0/5] doc/developer: Add subsection about patch submission via FFstaging
 2025-05-08 13:12 UTC  (16+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/5] doc/developer: Move checklist into Submitting Patches chapter
` [FFmpeg-devel] [PATCH 2/5] doc/developer: Move codecs/formats checklist into Development Policy chapter
` [FFmpeg-devel] [PATCH 3/5] doc/developer: Reorder Submission procedures content
` [FFmpeg-devel] [PATCH 4/5] doc/developer: Merge Review paragraphs and deduplicate
` [FFmpeg-devel] [PATCH 5/5] doc/developer: Add subsection about patch submission via FFstaging

[FFmpeg-devel] [PATCH 00/17] swscale v2: new framework [RFC]
 2025-05-08 12:24 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 07/17] swscale: add SWS_EXPERIMENTAL flag
` [FFmpeg-devel] [PATCH 10/17] swscale/ops_backend: add reference backend basend on C templates

[FFmpeg-devel] [PATCH v2] avformat/mov_muxer: Extended MOV muxer to handle APV video content
 2025-05-08 10:30 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/21] avutil/avassert: Add av_unreachable and av_assume() macros
 2025-05-07 23:38 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/4] [Please Ignore] ci_test
 2025-05-07 17:06 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/4] ci_test: Fail configure
` [FFmpeg-devel] [PATCH 2/4] ci_test: Fail build
` [FFmpeg-devel] [PATCH 3/4] ci_test: Fail fate
` [FFmpeg-devel] [PATCH 4/4] ci_test: All good

[FFmpeg-devel] [PATCH 0/2] FFmpeg Source plugin experiment
 2025-05-07 13:39 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] Remove libpostproc
` [FFmpeg-devel] [PATCH 2/2] tests/fate/filter-video: Fix dependancy for codecview

[FFmpeg-devel] [PATCH] avutil/hwcontext_vulkan: Query the correct format
 2025-05-07 13:17 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/11] avcodec/vulkan_encode_h264: Fix memleak on error
 2025-05-07 13:16 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4 0/6] Remove chained ogg stream header packets from the demuxer
 2025-05-07 13:14 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 1/6] libavformat/oggdec.h: Document packet function return value
` [FFmpeg-devel] [PATCH v4 2/6] libavformat/oggdec.{c, h}: Implement packet skip on packet return value of 1
` [FFmpeg-devel] [PATCH v4 3/6] ogg/opus: implement header packet skip in chained ogg bitstreams
` [FFmpeg-devel] [PATCH v4 4/6] ogg/flac: "
` [FFmpeg-devel] [PATCH v4 5/6] ogg/vorbis: "
` [FFmpeg-devel] [PATCH v4 6/6] libavformat/oggdec.h: Change paket function documentation to return 1 on header packets only

[FFmpeg-devel] Patch for Phantom .cine files
 2025-05-07 13:01 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] Revert "fftools/textformat/avtextformat: Make close functions return void"
 2025-05-07 12:54 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] fftools/textformat: correctly propagate uninit error codes

[FFmpeg-devel] [PATCH v4] Mark C globals with small code model
 2025-05-07 12:15 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5] "
          ` [FFmpeg-devel] [PATCH v6] "

[FFmpeg-devel] [PATCH] lavu/hwcontext_vaapi: Add direct map quirk for Intel i965 driver
 2025-05-07 12:03 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavcodec/riscv:add RVV optimized for idct_32x32_8:
 2025-05-07  9:28 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v v2] "
  ` [FFmpeg-devel] [PATCH "
` [FFmpeg-devel] [PATCH v3] libavcodec/riscv:add RVV optimized idct_32x32_8 for HEVC:

[FFmpeg-devel] [PATCH] avfilter/vf_setparams: Fix chroma_location being cleared
 2025-05-07  9:04 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 0/3] avcodec/sanm: Fixes for "StarWars - Making Magic"
 2025-05-07  7:00 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v1 1/3] avcodec/sanm: ignore codec48 compression type 6
` [FFmpeg-devel] [PATCH v2 2/3] avcodec/sanm: recognize common FOBJ sizes
` [FFmpeg-devel] [PATCH v2 3/3] avcodec/sanm: support "StarWars - Making Magic" video

[FFmpeg-devel] New Patchwork CI Builds
 2025-05-07  3:03 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tests/fate/image: add a test for half-float dwab compressed stream
 2025-05-06 21:51 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/rtsp: add TLS options
 2025-05-06 21:31 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] x86/vvcdec: misc, reordered functions in dsp_init for improved readability
 2025-05-06 21:26 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 5/5] checkasm: add vvc_sao

[FFmpeg-devel] [PATCH] aactab: add and initialize 2D VLC tables for USAC Mps212
 2025-05-06 17:59 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/d3d12va_encode: texture array support for HEVC
 2025-05-06 16:54 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 0/2] Remove chained ogg stream header packets from demuxer
 2025-05-06 14:20 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 1/2] libavformat/oggdec.c: Changing the packet() callback API/Return value
` [FFmpeg-devel] [PATCH v3 2/2] ogg/{vorbis, flac, opus}: Remove header packets from subsequent ogg streams from the demuxer output

[FFmpeg-devel] [PATCH v1] avformat/mov_muxer: Extended MOV muxer to handle APV video content
 2025-05-06  9:57 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1] avformat/mov_demuxer: Extended MOV demuxer to handle APV video content
 2025-05-06  9:28 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tests/fate/cbs: add tests for APV
 2025-05-05 21:04 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/pcm-dvdenc: always assert switch default cases
 2025-05-05 20:40 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/apvdec: remove unused variable
 2025-05-05 20:31 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] apv_decode: Multisymbol entropy decode
 2025-05-05 20:21 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavc: Add unit test for APV "

[FFmpeg-devel] [PATCH 1/2] rtpdec: add fmtp parsing of sprop-maxcapturerate for opus
 2025-05-05 20:07 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] rtpdec: Set bitrate for pcm-mulaw audio

[FFmpeg-devel] [PATCH] postproc/tests/.gitignore: Add temptest
 2025-05-05 17:08 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libpostproc/tests: Factor ff_chksum() out
 2025-05-05 17:07 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/6] cbs_apv: Always restore tracing state on split fragment error
 2025-05-05 16:34 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/6] apv_decode: Fix memory leak on decode error
` [FFmpeg-devel] [PATCH 3/6] apv_decode: Improve reporting of decode errors
` [FFmpeg-devel] [PATCH 4/6] cbs_apv: Better constrain tile_width/height_in_mbs
` [FFmpeg-devel] [PATCH 5/6] apv_entropy: Improve robustness to bitstream errors
` [FFmpeg-devel] [PATCH 6/6] cbs_apv: Check tile component sizes

[FFmpeg-devel] [PATCH] fftools/ffmpeg_dec: Always receive frames from decoder
 2025-05-05 12:45 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] configure: Enable -fno-common for Darwin targets, avoid linker warnings
 2025-05-05 11:10 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/apvdec: also look for an au_info PBU during probing
 2025-05-04 14:01 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/exr: add support for half-float DWAA/B compression
 2025-05-04 14:00 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/cbs: add ff_cbs_read_buf()
 2025-05-04 13:58 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/apv_decode: build the lut table only once
 2025-05-04  1:46 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] hwcontext_vulkan: fix exporting multi-plane DRM modifiers
 2025-05-03 16:29 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] When to add 'Reviewed-by: xxx' in commit messages
 2025-05-03  9:32 UTC  - 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