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 v3 00/11] Execution Graph Printing
 2025-04-25 23:31 UTC  (66+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 "
  ` [FFmpeg-devel] [PATCH v4 04/11] fftools/tf_internal: Use ac_default_item_name
  ` [FFmpeg-devel] [PATCH v4 05/11] fftools/textformat: Add function avtext_print_integer_flags()
  ` [FFmpeg-devel] [PATCH v5 00/14] Execution Graph Printing
    ` [FFmpeg-devel] [PATCH v5 01/14] fftools/textformat: Formatting and whitespace changes
    ` [FFmpeg-devel] [PATCH v5 02/14] fftools/textformat: Apply quality improvements
    ` [FFmpeg-devel] [PATCH v5 03/14] fftools/avtextformat: Re-use BPrint in loop
    ` [FFmpeg-devel] [PATCH v5 04/14] fftools/textformat: Introduce AVTextFormatOptions for avtext_context_open()
    ` [FFmpeg-devel] [PATCH v5 05/14] fftools/textformat: Introduce common header and deduplicate code
    ` [FFmpeg-devel] [PATCH v5 06/14] fftools/textformat: AVTextWriter change writer_printf signature
    ` [FFmpeg-devel] [PATCH v5 07/14] fftools/tf_internal: Use av_default_item_name
    ` [FFmpeg-devel] [PATCH v5 08/14] fftools/textformat: Add function avtext_print_integer_flags()
    ` [FFmpeg-devel] [PATCH v5 09/14] fftools/ffmpeg_filter: Move some declaration to new header file
    ` [FFmpeg-devel] [PATCH v5 10/14] avfilter/avfilter: Add avfilter_link_get_hw_frames_ctx()
    ` [FFmpeg-devel] [PATCH v5 11/14] fftools/resources: Add resource manager files
    ` [FFmpeg-devel] [PATCH v5 12/14] fftools/ffmpeg_mux: Make ms_from_ost() inline
    ` [FFmpeg-devel] [PATCH v5 13/14] fftools/graphprint: Add execution graph printing
    ` [FFmpeg-devel] [PATCH v5 14/14] fftools/graphprint: Now, make it a Killer-Feature!
    ` [FFmpeg-devel] [PATCH v6 00/13] Execution Graph Printing
      ` [FFmpeg-devel] [PATCH v6 01/13] fftools/textformat: Formatting and whitespace changes
      ` [FFmpeg-devel] [PATCH v6 02/13] fftools/textformat: Apply quality improvements
      ` [FFmpeg-devel] [PATCH v6 03/13] fftools/avtextformat: Re-use BPrint in loop
      ` [FFmpeg-devel] [PATCH v6 04/13] fftools/textformat: Introduce AVTextFormatOptions for avtext_context_open()
      ` [FFmpeg-devel] [PATCH v6 05/13] fftools/textformat: Introduce common header and deduplicate code
      ` [FFmpeg-devel] [PATCH v6 06/13] fftools/tf_internal: Use av_default_item_name
      ` [FFmpeg-devel] [PATCH v6 07/13] fftools/textformat: Add function avtext_print_integer_flags()
      ` [FFmpeg-devel] [PATCH v6 08/13] fftools/ffmpeg_filter: Move some declaration to new header file
      ` [FFmpeg-devel] [PATCH v6 09/13] avfilter/avfilter: Add avfilter_link_get_hw_frames_ctx()
      ` [FFmpeg-devel] [PATCH v6 10/13] fftools/resources: Add resource manager files
      ` [FFmpeg-devel] [PATCH v6 11/13] fftools/ffmpeg_mux: Make ms_from_ost() inline
      ` [FFmpeg-devel] [PATCH v6 12/13] fftools/graphprint: Add execution graph printing
      ` [FFmpeg-devel] [PATCH v6 13/13] fftools/graphprint: Now, make it a Killer-Feature!
      ` [FFmpeg-devel] [PATCH v7 00/13] Execution Graph Printing
        ` [FFmpeg-devel] [PATCH v7 01/13] fftools/textformat: Formatting and whitespace changes
        ` [FFmpeg-devel] [PATCH v7 02/13] fftools/textformat: Apply quality improvements
        ` [FFmpeg-devel] [PATCH v7 03/13] fftools/avtextformat: Re-use BPrint in loop
        ` [FFmpeg-devel] [PATCH v7 04/13] fftools/textformat: Introduce AVTextFormatOptions for avtext_context_open()
        ` [FFmpeg-devel] [PATCH v7 05/13] fftools/textformat: Introduce common header and deduplicate code
        ` [FFmpeg-devel] [PATCH v7 06/13] fftools/tf_internal: Use av_default_item_name
        ` [FFmpeg-devel] [PATCH v7 07/13] fftools/textformat: Add function avtext_print_integer_flags()
        ` [FFmpeg-devel] [PATCH v7 08/13] fftools/ffmpeg_filter: Move some declaration to new header file
        ` [FFmpeg-devel] [PATCH v7 09/13] avfilter/avfilter: Add avfilter_link_get_hw_frames_ctx()
        ` [FFmpeg-devel] [PATCH v7 10/13] fftools/resources: Add resource manager files
        ` [FFmpeg-devel] [PATCH v7 11/13] fftools/ffmpeg_mux: Make ms_from_ost() inline
        ` [FFmpeg-devel] [PATCH v7 12/13] fftools/graphprint: Add execution graph printing
        ` [FFmpeg-devel] [PATCH v7 13/13] fftools/graphprint: Now, make it a Killer-Feature!

[FFmpeg-devel] [PATCH v1 01/19] avcodec/cbs_sei_syntax_template: add sei message film_grain_characteristics
 2025-04-25 23:02 UTC  (20+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v1 03/19] avcodec/vvc/sei: add decode_film_grain_characteristics
` [FFmpeg-devel] [PATCH v1 09/19] avcodec/h274: add ff_h274_hash functions
` [FFmpeg-devel] [PATCH v1 10/19] avcodec/vvcdec: verify picture hash
` [FFmpeg-devel] [PATCH v1 11/19] avcodec/cbs_sei_syntax_template: add sei message sei_display_orientation
` [FFmpeg-devel] [PATCH v1 14/19] avcodec/cbs_sei_syntax_template: add sei message frame_field_information
` [FFmpeg-devel] [PATCH v1 17/19] avcodec/vvc: support fields
    ` [FFmpeg-devel] 回复: "

[FFmpeg-devel] [PATCH] avformat/dump: Change precision of stream start offsets
 2025-04-25 20:44 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] avformat/dump: Stream start offsets: change precision and label

[FFmpeg-devel] [PATCH 1/1] libavfilter/volume: do fade when adjusting the volume
 2025-04-25 19:23 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter: add PCM dumping between filters for audio debugging
 2025-04-25 19:00 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] cuda: add support for yuv420p10
 2025-04-25 18:09 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mpegts: update stream info when PMT ES stream_type changes
 2025-04-25 17:45 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 0/7] APV support
 2025-04-25 17:25 UTC  (17+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 1/7] lavc: APV codec ID and descriptor
` [FFmpeg-devel] [PATCH v3 2/7] lavc/cbs: APV support
` [FFmpeg-devel] [PATCH v3 3/7] lavf: APV demuxer
` [FFmpeg-devel] [PATCH v3 4/7] lavc: APV decoder
` [FFmpeg-devel] [PATCH v3 5/7] lavc/apv: AVX2 transquant for x86-64
` [FFmpeg-devel] [PATCH v3 6/7] lavc: APV metadata bitstream filter
` [FFmpeg-devel] [PATCH v3 7/7] lavf: APV muxer

[FFmpeg-devel] [RFC] STF 2025
 2025-04-25 16:49 UTC  (3+ messages) - mbox.gz / Atom

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

[FFmpeg-devel] [RFC] Shaping the AVTextFormat API Surface
 2025-04-25 16:04 UTC  (17+ messages) - mbox.gz / Atom
` [FFmpeg-devel] On errors, asserts and crashing (was: Shaping the AVTextFormat API Surface)
    ` [FFmpeg-devel] On errors, asserts and crashing

[FFmpeg-devel] [REFUND-REQUEST] Ryzen 9 CPU + Mainboard + RAM
 2025-04-25 13:51 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/1] avcodec: Add A2DP LATM audio support
 2025-04-25 10:41 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat: Use ffio_read_size() where appropriate
 2025-04-25 10:39 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/13] avcodec/huffman: Switch to ff_vlc_init_from_lengths()
 2025-04-25 10:39 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] aarch64/h26x: Add put_hevc_pel_bi_w_pixels
 2025-04-25  8:29 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] aarch64/h26x: optimize sao_band_filter
 2025-04-25  8:25 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/3] avformat/hls: Show error info when read key file failed
 2025-04-25  8:05 UTC  (8+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH v2 "

[FFmpeg-devel] [PATCH v1 5/8] avformat/mov_muxer: Extended MOV muxer to handle APV video content
 2025-04-25  6:54 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/bsf/h264_mp4toannexb.c: change extradata to annexb if this is avcc
 2025-04-25  2:41 UTC  (11+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] avcodec/cri, tdsc, tiff: Use ff_mjpeg_decoder directly
 2025-04-24 22:52 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1 8/8] avcodec/apv_decoder: Provided support for APV decoder
 2025-04-24 19:23 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/bsf/h264_mp4toannexb: Fix mixed bitstream format
 2025-04-24 17:08 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avutil/map: clearer and shorter compare flags
 2025-04-24 11:54 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avutil/map: document AV_DICT_MULTIKEY difference

[FFmpeg-devel] [PATCH] avutil/map: [WIP] Introduction
 2025-04-24 11:52 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/2] avformat: add avformat_query_seekable
 2025-04-23 23:15 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1 2/8] avcodec/apv_parser: Added parser implementation for APV format
 2025-04-23 21:14 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 0/6] APV support
 2025-04-23 20:47 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 5/6] lavc/apv: AVX2 transquant for x86-64

[FFmpeg-devel] [PATCH v1 7/8] avcodec/apv_encoder: Provided support for APV encoder
 2025-04-23 14:13 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1 6/8] avformat/mov_demuxer: Extended MOV demuxer to handle APV video content
 2025-04-23 14:13 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1 4/8] avformat/apv_demuxer: Added demuxer to handle reading APV video files
 2025-04-23 14:12 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1 3/8] avformat/apv_muxer: Added muxer to handle writing APV encoded data into file or output bytestream
 2025-04-23 14:12 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1 1/8] avcodec: APV codec registration
 2025-04-23 14:11 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 3/3] avformat/http: Ensure same protocol in ff_http_do_new_request2
 2025-04-23 12:59 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avformat/hls: Fix get key file error
 2025-04-23 12:59 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mov: Reduce seek when interleaved_read is disabled
 2025-04-23  9:20 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] ffmpeg_demux: init resume_warn variable
 2025-04-23  4:16 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [RFC PATCH 2/2] ffmpeg_demux: make readrate stall warning input-specific

[FFmpeg-devel] [PATCH] avformat/mpegts: update stream info when PMT ES stream_type changes
 2025-04-23  0:53 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavformat/mov: FMp4 Fixes duration calculation for individual streams on videos where crash occurs
 2025-04-23  0:50 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/iamfdec: Check side_substream_id before use
 2025-04-22 23:45 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] fate: add stripetest
 2025-04-22 22:43 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/ffv1enc: Eliminate fabs()

[FFmpeg-devel] [PATCH v4 1/3] lavc/hashtable: create generic robin hood hash table
 2025-04-22 22:04 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/2] Remove chained ogg stream header packets from demuxer
 2025-04-22 21:44 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] tests: Add stream dump test API util, use it to dump stream data for chained ogg/{vorbis, opus, flac} streams
` [FFmpeg-devel] [PATCH 2/2] ogg/{vorbis, flac, opus}: Remove header packets from subsequent ogg streams from the demuxer output

[FFmpeg-devel] [PATCH 1/2] lavfi/f_sendcmd: add helper to clear Command
 2025-04-22 21:15 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavfi/f_sendcmd: clear Command on alloc failure

[FFmpeg-devel] [PATCH] postproc/postprocess_template: Fix reading uninitialized pixels in dering_C()
 2025-04-22 19:54 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] postproc/postprocess_template: Fix reading uninitialized pixels in dering_C()
 2025-04-22 19:28 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] postproc/postprocess_template: fix handling of first row of dering_C

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