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 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 01/21] avutil/avassert: Add av_unreachable and av_assume() macros
 2025-05-07 11:58 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] [PATCH 0/4] [Please Ignore] ci_test
 2025-05-07  3:24 UTC  (5+ 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] New Patchwork CI Builds
 2025-05-07  3:03 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v7 00/13] Execution Graph Printing
 2025-05-07  2:06 UTC  (59+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v8 00/15] "
  ` [FFmpeg-devel] [PATCH v8 14/15] fftools/graphprint: Add execution graph printing
  ` [FFmpeg-devel] [PATCH v9 00/15] Execution Graph Printing
    ` [FFmpeg-devel] [PATCH v9 01/15] fftools/textformat: Formatting and whitespace changes
    ` [FFmpeg-devel] [PATCH v9 02/15] fftools/textformat: Apply quality improvements
    ` [FFmpeg-devel] [PATCH v9 03/15] fftools/textformat: Remove unused print_rational() pointer from AVTextFormatter
    ` [FFmpeg-devel] [PATCH v9 04/15] fftools/textformat: Rename name param to key for API consistency
    ` [FFmpeg-devel] [PATCH v9 05/15] fftools/avtextformat: Re-use BPrint in loop
    ` [FFmpeg-devel] [PATCH v9 06/15] fftools/textformat: Introduce AVTextFormatOptions for avtext_context_open()
    ` [FFmpeg-devel] [PATCH v9 07/15] fftools/textformat: Introduce common header and deduplicate code
    ` [FFmpeg-devel] [PATCH v9 08/15] fftools/tf_internal: Use av_default_item_name
    ` [FFmpeg-devel] [PATCH v9 09/15] fftools/textformat: Add flags param to function avtext_print_integer()
    ` [FFmpeg-devel] [PATCH v9 10/15] fftools/ffmpeg_filter: Move some declaration to new header file
    ` [FFmpeg-devel] [PATCH v9 11/15] avfilter/avfilter: Add avfilter_link_get_hw_frames_ctx()
    ` [FFmpeg-devel] [PATCH v9 12/15] fftools/resources: Add resource manager files with build-time compression
    ` [FFmpeg-devel] [PATCH v9 13/15] fftools/ffmpeg_mux: Make ms_from_ost() inline
    ` [FFmpeg-devel] [PATCH v9 14/15] fftools/graphprint: Add execution graph printing
    ` [FFmpeg-devel] [PATCH v9 15/15] fftools/graphprint: Now, make it a Killer-Feature!
    ` [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] 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  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] x86/hevcdec: sao, refact out h26x macros
` [FFmpeg-devel] [PATCH 3/5] x86/hevcdec: refact, remove duplicate code in HEVC_SAO_{BAND, EDGE}_FILTER
` [FFmpeg-devel] [PATCH 4/5] x86/vvcdec: sao, add avx2 support
` [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 v4 0/6] Remove chained ogg stream header packets from the demuxer
 2025-05-06 14:19 UTC  (7+ 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-06 13:08 UTC  - mbox.gz / Atom

[FFmpeg-devel] [RFC] Shaping the AVTextFormat API Surface
 2025-05-06 10:45 UTC  (15+ messages) - mbox.gz / Atom

[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 01/11] avcodec/vulkan_encode_h264: Fix memleak on error
 2025-05-05 23:37 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/2] FFmpeg Source plugin experiment
 2025-05-05 23:06 UTC  (3+ 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] 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] avutil/hwcontext_vulkan: Query the correct format
 2025-05-05 19:37 UTC  - mbox.gz / Atom

[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  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/apv_parser: use ff_cbs_read_buf()

[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

[FFmpeg-devel] [PATCH v2 1/7] x86/vvcdec: misc, reordered functions in dsp_init for improved readability
 2025-05-03  9:13 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/7] x86/hevcdec: sao, refact out h26x macros
` [FFmpeg-devel] [PATCH v2 3/7] x86/hevcdec: refact, remove duplicate code in HEVC_SAO_{BAND, EDGE}_FILTER
` [FFmpeg-devel] [PATCH v2 4/7] x86/vvcdec: sao, add avx2 support
` [FFmpeg-devel] [PATCH v2 5/7] checkasm: add vvc_sao
` [FFmpeg-devel] [PATCH v2 6/7] checkasm: hevc sao_edge, benchmarking inside the width loop is meaningless
` [FFmpeg-devel] [PATCH v2 7/7] checkasm: hevc sao, use checkasm_check_padded

[FFmpeg-devel] [PATCH 1/7] x86/vvcdec: misc, reordered functions in dsp_init for improved readability
 2025-05-03  9:11 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/7] x86/hevcdec: sao, refact out h26x macros

[FFmpeg-devel] [PATCH 1/7] postproc/tests: Add test for temporal denoise
 2025-05-02 23:36 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/7] libpostproc: check minimum size
` [FFmpeg-devel] [PATCH 3/7] postproc/tests/stripetest: use dimensions
` [FFmpeg-devel] [PATCH 4/7] postproc/postprocess_template: fix dering with a 16x16 image
` [FFmpeg-devel] [PATCH 5/7] postproc/tests/blocktest: use dimensions
` [FFmpeg-devel] [PATCH 6/7] postproc/tests/blocktest: initialize qp array randomly to for testing
` [FFmpeg-devel] [PATCH 7/7] postproc/tests/blocktest: Test several filter combinations

[FFmpeg-devel] [PATCH 1/2] avformat/hls: Split allowed_segment_extensions off allowed_extensions
 2025-05-02 20:49 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 0/2] Remove chained ogg stream header packets from demuxer
 2025-05-02 20:28 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/2] ogg/{vorbis, flac, opus}: Remove header packets from subsequent ogg streams from the demuxer output

[FFmpeg-devel] [PATCH 1/2] avcodec/hevc/hevcdec: ensure a bit was read when checking for alignment_bit_equal_to_one
 2025-05-02 19:28 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/hevc/hevcdec: move the slice header buffer overread check up in the function

[FFmpeg-devel] [PATCH] lavc: Add unit test for APV entropy decode
 2025-05-02 17:58 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 00/17] swscale v2: new framework [RFC]
 2025-05-02 17:51 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 10/17] swscale/ops_backend: add reference backend basend on C templates
` [FFmpeg-devel] [PATCH 16/17] swscale/format: add new format decode/encode logic

[FFmpeg-devel] [PATCH 1/2] avformat/rtsp: set AVFMTCTX_UNSEEKABLE flag
 2025-05-02  8:01 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/seek: fail seeking immediately

[FFmpeg-devel] [PATCH 01/44] avcodec/{x86, mips}/xvididct_init: Remove redundant checks
 2025-05-02  0:12 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] postproc/postprocess_template: Fix left shift of negative numbers
 2025-05-01 23:45 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/av1dec: Remove redundant avio_tell()
 2025-05-01 18:13 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