Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
[FFmpeg-devel] [REFUND-REQUEST] Ryzen 9 CPU + Mainboard + RAM
 2025-04-21 15:50 UTC  (2+ messages) - mbox.gz / Atom

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

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

[FFmpeg-devel] [PATCH] avutil/map: [WIP] Introduction
 2025-04-21 15:01 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/vp8: Maintain consistency of frame pointers
 2025-04-21 14:46 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v12 0/8] Properly decode ogg metadata in ogg/{vorbis, flac, opus} chained bitstreams
 2025-04-21 13:47 UTC  (5+ 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] avformat/dump: Change precision of stream start offsets
 2025-04-21 13:28 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/h264_mb: Fix buffer stride for arm
 2025-04-21 12:37 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/13] avcodec/huffman: Switch to ff_vlc_init_from_lengths()
 2025-04-21 11:28 UTC  - mbox.gz / Atom

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

[FFmpeg-devel] [PATCH v5] libavcodec/dvbsubenc.c: add a disable_2bpp option to work around some decoders
 2025-04-21 10:56 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v6] avcodec/dvbsubenc: "

[FFmpeg-devel] [PATCH] avfilter/volume: optimize redundant code for af_volume
 2025-04-21  7:03 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/opt: Print default option value for AV_OPT_TYPE_INT64
 2025-04-20 23:25 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 0/2] Improve HWDeviceContext logging
 2025-04-20 23:20 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 "
  ` [FFmpeg-devel] [PATCH v3 1/2] avutil/log, hwcontext: Add AV_CLASS_CATEGORY_HWDEVICE
  ` [FFmpeg-devel] [PATCH v3 2/2] avutil/hwcontext: Add item_name function for AVHWDeviceContext

[FFmpeg-devel] [PATCH 0/9] Execution Graph Printing
 2025-04-20 22:59 UTC  (35+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 00/10] "
  ` [FFmpeg-devel] [PATCH v2 02/10] fftools/textformat: Quality improvements
  ` [FFmpeg-devel] [PATCH v2 09/10] fftools/graphprint: Add execution graph printing
  ` [FFmpeg-devel] [PATCH v3 00/11] Execution Graph Printing
    ` [FFmpeg-devel] [PATCH v3 01/11] fftools/textformat: Formatting and whitespace changes
    ` [FFmpeg-devel] [PATCH v3 02/11] fftools/textformat: Quality improvements
    ` [FFmpeg-devel] [PATCH v3 03/11] fftools/textformat: Introduce common header and deduplicate code
    ` [FFmpeg-devel] [PATCH v3 04/11] fftools/tf_internal: Use ac_default_item_name
    ` [FFmpeg-devel] [PATCH v3 05/11] fftools/textformat: Add function avtext_print_integer_flags()
    ` [FFmpeg-devel] [PATCH v3 06/11] fftools/ffmpeg_filter: Move some declaration to new header file
    ` [FFmpeg-devel] [PATCH v3 07/11] avfilter/avfilter: Add avfilter_link_get_hw_frames_ctx()
    ` [FFmpeg-devel] [PATCH v3 08/11] fftools/resources: Add resource manager files
    ` [FFmpeg-devel] [PATCH v3 09/11] fftools/ffmpeg_mux: Make ms_from_ost() inline
    ` [FFmpeg-devel] [PATCH v3 10/11] fftools/graphprint: Add execution graph printing
    ` [FFmpeg-devel] [PATCH v3 11/11] fftools/graphprint: Now, make it a Killer-Feature!
    ` [FFmpeg-devel] [PATCH v4 00/11] Execution Graph Printing
      ` [FFmpeg-devel] [PATCH v4 01/11] fftools/textformat: Formatting and whitespace changes
      ` [FFmpeg-devel] [PATCH v4 02/11] fftools/textformat: Quality improvements
      ` [FFmpeg-devel] [PATCH v4 03/11] fftools/textformat: Introduce common header and deduplicate code
      ` [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 v4 06/11] fftools/ffmpeg_filter: Move some declaration to new header file
      ` [FFmpeg-devel] [PATCH v4 07/11] avfilter/avfilter: Add avfilter_link_get_hw_frames_ctx()
      ` [FFmpeg-devel] [PATCH v4 08/11] fftools/resources: Add resource manager files
      ` [FFmpeg-devel] [PATCH v4 09/11] fftools/ffmpeg_mux: Make ms_from_ost() inline
      ` [FFmpeg-devel] [PATCH v4 10/11] fftools/graphprint: Add execution graph printing
      ` [FFmpeg-devel] [PATCH v4 11/11] fftools/graphprint: Now, make it a Killer-Feature!

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

[FFmpeg-devel] [PATCH] fftools/ffmpeg: Include elapsed-time in print_report()
 2025-04-20 22:24 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH] libavformat/asfdec: Fix regression bug when reading image attachments
 2025-04-20 22:09 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH] fftools/ffmpeg: Log 'EXIT' on exit
 2025-04-20 22:08 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] fftools/ffmpeg: Log exit code "

[FFmpeg-devel] [PATCH 1/3] avcodec/tests/mjpegenc_huffman: Also test length counts
 2025-04-20 21:49 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/h263dec: Check against previous dimensions instead of coded
 2025-04-20 20:42 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/3] avutil/dict2: Add AVDictionary2 with hash-based lookup
 2025-04-20 20:37 UTC  (13+ 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] fftools/ffprobe: Print size of attachments
 2025-04-20 20:15 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "
  ` [FFmpeg-devel] [PATCH v3] "

[FFmpeg-devel] [FFmpeg-cvslog] avformat/dump: Print stream start offsets for input streams
 2025-04-20 20:07 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/vc2enc: Improve error codes
 2025-04-20 16:29 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/dvbsubenc: Sanity check num_rects
 2025-04-20 16:29 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/14] avcodec/magicyuvenc: Fix setting nb_slices
 2025-04-20 16:28 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] lavu/hashtable: create generic robin hood hash table
 2025-04-20 15:20 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavc/dxvenc: migrate DXT1 encoder to lavu hashtable and improve Resolume compatibility

[FFmpeg-devel] Hardware purchase request: Ryzen 9 CPU
 2025-04-20 11:14 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] hwcontext_vulkan: set Vulkan 1.4 as the maximum API version
 2025-04-20  9:12 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] vulkan: move feature<->property mapping code outside of hwcontext_vulkan.c
 2025-04-20  9:03 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] vulkan: check that the max number of push descriptors is not exceeded
` [FFmpeg-devel] [PATCH 3/3] vulkan: move OPT_CHAIN out of hwcontext_vulkan

[FFmpeg-devel] [PATCH] avcodec/vulkan_{av1, h264, hevc}: demote per frame logs to AV_LOG_DEBUG
 2025-04-20  4:34 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4] libavutil: Add AVMap
 2025-04-20  1:42 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftools/ffprobe: Disable stderr buffering on Windows
 2025-04-19 22:32 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] libavutil: Add AVMap
 2025-04-19 17:36 UTC  (11+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mpegts: update stream info when PMT ES stream_type changes
 2025-04-19 16:18 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mov: Fix decoding fragmented MP4 with multiple sample entries and empty stsc
 2025-04-19 14:27 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] rtpdec_vp9: Update header parsing to RFC 9628
 2025-04-19 12:52 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] fate: add various FFv1 tests for 1024 slices
 2025-04-19  1:40 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/libvvenc: use av_vlog to print external library log messages
 2025-04-19  1:25 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/vvc: Detect subpic overlaps at CTU level
 2025-04-18 14:38 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] vulkan: use ReadWithoutFormat/WriteWithoutFormat
 2025-04-18 13:37 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 1/5] libavcodec/vc2enc: Split out common functions between software and hardware encoders
 2025-04-18  9:32 UTC  (11+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/5] libavcodec/vc2enc: Switch quant to int
` [FFmpeg-devel] [PATCH v3 3/5] libavcodec/vc2enc: Pass quant array as argument to init function
` [FFmpeg-devel] [PATCH v3 4/5] libavcodec/vulkan: Add modifications to common shader for VC2 vulkan encoder
` [FFmpeg-devel] [PATCH v3 5/5] lavc: implement a Vulkan-based VC-2 encoder Implements a Vulkan based dirac encoder. Supports Haar and Legall wavelets and should work with all wavelet depths

[FFmpeg-devel] [PATCH] libavfilter/ebur128: SIMD optimization
 2025-04-18  7:26 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] SW's Patchsets Overview
 2025-04-18  5:58 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] avcodec: Fix fate-checkasm-hevc_pel failed on LA
 2025-04-18  1:37 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] lavc: implement a Vulkan-based VC-2 encoder Implements a Vulkan based dirac encoder. Supports Haar and Legall wavelets and should work with all wavelet depths
 2025-04-17 23:53 UTC  - mbox.gz / Atom

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

[FFmpeg-devel] [PATCH 2/2] libavformat/takdec.c: Fix msan error
 2025-04-17 20:25 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avcodec: Fix fate-checkasm-hevc_pel failed on LA
 2025-04-17 13:02 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Fix fate-checkasm-hevc_pel failed on LA
 2025-04-17 12:54 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mov: Reduce seek when interleaved_read is disabled
 2025-04-17 12:12 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fix VVC encoding with leading pictures
 2025-04-17  9:16 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] vulkan: use a single command buffer per command buffer pool
 2025-04-17  8:11 UTC  (2+ messages) - mbox.gz / Atom

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

[FFmpeg-devel] [PATCH] avutil/map: replace passing Compare functions by flags
 2025-04-16 23:07 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/x86: Improve ELF PIC support for external function calls
 2025-04-16 22:01 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftools/textformat/avtextformat: Remove unused variable
 2025-04-16 17:17 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fate/vvc: Add vvc-wpp-single-slice-pic
 2025-04-16 14:47 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v9 0/3] avutil/log: Add log flag to control printing of memory addresses
 2025-04-16 14:26 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v10 "
  ` [FFmpeg-devel] [PATCH v10 2/3] fftools: add mem log flag and disable printing addresses by default

[FFmpeg-devel] VP6 Encoder Proposal- Seeking Feedback and Suggestions
 2025-04-16 14:00 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] [NOT for git] avutil/tests/map: benchmark code [BENCHMARK included]
 2025-04-16 13:52 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] vaapi_encode_h264: set deblocking filter control present flag to 1
 2025-04-16 13:03 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