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 v2] ogg/vorbis: implement header packet skip in chained ogg bitstreams
 2025-06-10 18:04 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/demux: Fix segfault due to avcodec_open2 failure (v2)
 2025-06-10 17:54 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] tests: Add media100 decoder test
 2025-06-10 15:56 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/decode: Workaround for media100 decoding failure issue
 2025-06-10 15:56 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/3] tools/ffmpeg-sg: Add show-graph wrapper scripts (aka killer feature)
 2025-06-10 15:28 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/3] tools/ffmpeg-sg: Add show-graph wrapper script for Linux
` [FFmpeg-devel] [PATCH 2/3] tools/ffmpeg-sg: Add show-graph wrapper script for Windows
` [FFmpeg-devel] [PATCH 3/3] tools/ffmpeg-sg: Include show-graph wrapper script in build output

[FFmpeg-devel] [PATCH] ffprobe: add -codec:<media_spec> option
 2025-06-10 15:02 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v5 00/19] swscale: new ops framework
 2025-06-10 14:54 UTC  (24+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 01/19] swscale/graph: pass per-pass image pointers to setup()
` [FFmpeg-devel] [PATCH v5 02/19] swscale/format: rename legacy format conversion table
` [FFmpeg-devel] [PATCH v5 03/19] swscale/format: add ff_fmt_clear()
` [FFmpeg-devel] [PATCH v5 04/19] tests/checkasm: increase number of runs in between measurements
` [FFmpeg-devel] [PATCH v5 05/19] tests/checkasm: generalize DEF_CHECKASM_CHECK_FUNC to floats
` [FFmpeg-devel] [PATCH v5 06/19] avutil/mem: add av_dynarray2_dup
` [FFmpeg-devel] [PATCH v5 07/19] swscale: add SWS_UNSTABLE flag
` [FFmpeg-devel] [PATCH v5 08/19] swscale/ops: introduce new low level framework
` [FFmpeg-devel] [PATCH v5 09/19] swscale/optimizer: add high-level ops optimizer
` [FFmpeg-devel] [PATCH v5 10/19] swscale/ops_internal: add internal ops backend API
` [FFmpeg-devel] [PATCH v5 11/19] swscale/ops: add dispatch layer
` [FFmpeg-devel] [PATCH v5 12/19] swscale/optimizer: add packed shuffle solver
` [FFmpeg-devel] [PATCH v5 13/19] swscale/ops_chain: add internal abstraction for kernel linking
` [FFmpeg-devel] [PATCH v5 14/19] swscale/ops_backend: add reference backend basend on C templates
` [FFmpeg-devel] [PATCH v5 15/19] swscale/ops_memcpy: add 'memcpy' backend for plane->plane copies
` [FFmpeg-devel] [PATCH v5 16/19] swscale/x86: add SIMD backend
` [FFmpeg-devel] [PATCH v5 17/19] tests/checkasm: add checkasm tests for swscale ops
` [FFmpeg-devel] [PATCH v5 18/19] swscale/format: add new format decode/encode logic
` [FFmpeg-devel] [PATCH v5 19/19] swscale/graph: allow experimental use of new format handler

[FFmpeg-devel] [PATCH] avformat/webvttdec: improve WebVTT parsing
 2025-06-10 11:42 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/whip: mark as experimental
 2025-06-10  9:26 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/demux: Fix segfault due to avcodec_open2 failure
 2025-06-10  3:40 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCHv3 0/8] G.728 decoding
 2025-06-10  0:29 UTC  (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCHv3 1/8] avcodec/g728_template: do_hybrid_window() template
` [FFmpeg-devel] [PATCHv3 2/8] avcodec/g728_template: make hist parameter constant
` [FFmpeg-devel] [PATCHv3 3/8] avcodec/lpc_functions: compute_lpc_coefs: add starting lpc order and err cache parameters
` [FFmpeg-devel] [PATCHv3 4/8] avcodec/g728dec: G.728 decoder
` [FFmpeg-devel] [PATCHv3 5/8] avformat/g728dec: raw G.728 demuxer
` [FFmpeg-devel] [PATCHv3 6/8] avformat/riff: G.728 muxing and demuxing
` [FFmpeg-devel] [PATCHv3 7/8] avformat/aiff: "
` [FFmpeg-devel] [PATCHv3 8/8] avformat/rtp: "

[FFmpeg-devel] [PATCH] swscale/options: use accurate rounding and full chroma by default
 2025-06-09 22:30 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] lavf/webvttenc: avio_flush() output
 2025-06-09 22:17 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavf/srtenc: "

[FFmpeg-devel] [PATCH 1/7] avutil: add an API to handle 3D Reference Displays Information
 2025-06-09 22:09 UTC  (15+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/7] avutil/frame: add a 3D Reference Displays Information side data type
` [FFmpeg-devel] [PATCH 3/7] avcodec/packet: "
` [FFmpeg-devel] [PATCH 4/7] avformat/dump: add support for 3D Reference Displays Information side data
` [FFmpeg-devel] [PATCH 5/7] avfilter/vf_showinfo: "
` [FFmpeg-devel] [PATCH 6/7] avcodec/hevc/hevcdec: export 3D Reference Displays "
` [FFmpeg-devel] [PATCH 7/7] avcodec/nvenc: add MV-HEVC encoding support

[FFmpeg-devel] [PATCH] avcodec/tests/dct: add CONFIG_PRORES_DECODER guard
 2025-06-09 22:02 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] configure: add celp_math component
 2025-06-09 22:01 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/framecrcenc: List types and checksums for for side data
 2025-06-09 20:24 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] swscale/aarch64/output: Implement neon assembly for yuv2nv12cX_c() [v2]
 2025-06-09 15:11 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] avformat/whip: mark as experimental
 2025-06-09 14:13 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/muxers: add a note that WHIP is an experimental feaeture
 2025-06-09 13:46 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/hwcontext_videotoolbox: fix color primaries check
 2025-06-09 12:30 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Revert "avformat/mpegts: update stream info when PMT ES stream_type changes"
 2025-06-09 12:25 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] rtpdec: Fix RTP timestamp wraparound in Producer Reference Time
 2025-06-09 11:54 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 3/3] avformat/whip: align whip options
 2025-06-09 11:18 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/3] avformat/whip: add whip_flags ignore_ipv6 to skip IPv6 candidates
 2025-06-09 11:18 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avformat/whip: replace AV_OPT_FLAG_DECODING_PARAM to ENCODING
 2025-06-09 11:16 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avformat/whip: set this muxer as experimental
 2025-06-09  9:35 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/whip: Remove unnecessary pkt checks
 2025-06-09  3:21 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/whip: check the exchange sdp url is start with http

[FFmpeg-devel] [PATCH] avformat/tls_openssl: fix warnings when openssl is lower version
 2025-06-09  0:26 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] swscale/options: use accurate rounding and full chroma by default
 2025-06-08 21:23 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] Replace FFMIN/FFMAX by type specific macros
 2025-06-08 20:47 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v6 1/4] libavcodec/vc2enc: Split out common functions between software and hardware encoders
 2025-06-08 19:57 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v6 4/4] 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] rtpdec: explicit timestamp wraparound handling
 2025-06-08 15:07 UTC  - mbox.gz / Atom

[FFmpeg-devel] [RFC] Subtitle Filtering Ramp-Up
 2025-06-08 13:10 UTC  (12+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/dhav: Add missed free for end_buffer
 2025-06-08 10:32 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4 00/17] swscale: new ops framework
 2025-06-08 10:30 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 05/17] swscale: add SWS_UNSTABLE flag

[FFmpeg-devel] [PATCH] add yuv444p support to mcdeint
 2025-06-08  6:07 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/format: fix muxer experimental check is always false
 2025-06-08  1:37 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/format: make experimental flag works for muxer
 2025-06-08  1:31 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH v2] avformat/tls_openssl: fix warnings when openssl is lower version
 2025-06-08  0:25 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avcodec/ac3_parser: use a padded buffer in av_ac3_parse_header()
 2025-06-08  0:19 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avformat/dhav: Fix check for seekability
 2025-06-07 23:14 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/6] avfilter/vf_overlay: Don't perform UB pointer arithmetic
 2025-06-07 20:09 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/dhav: Do not evaluate avio_size() multiple times
 2025-06-07 17:38 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/vvc: Support pps_mixed_nalu_types_in_pic_flag
 2025-06-07 14:34 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 0/4] Minor fixes and for fuzzing targets
 2025-06-07 13:46 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/4] tools/target_dec_fuzzer: move things to suppress Wdeclaration-after-statement
` [FFmpeg-devel] [PATCH v2 2/4] tools/target_dec_fuzzer: suppress Wunused-function
` [FFmpeg-devel] [PATCH v2 3/4] tools/target_dem_fuzzer: make fuzz data pointer constant
` [FFmpeg-devel] [PATCH v2 4/4] tools/target_dem_fuzzer: remove unused fuzz_tag

[FFmpeg-devel] [PATCH v2] avformat/tls_openssl: fix build error when openssl version < 3
 2025-06-07 12:29 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/libx264: Remove unnecessary include
 2025-06-07 12:17 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/vvc: Fix unchecked return code and shadowing
 2025-06-07 11:30 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 1/2] MAINTAINERS: add myself as vvc maintainer
 2025-06-07 11:24 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/2] MAINTAINERS: Add "

[FFmpeg-devel] [PATCH 2/2] wasm/hevc: Add sao_edge_filter
 2025-06-07 10:18 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] wasm/hevc: Add sao_band_filter
 2025-06-07 10:18 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v10 0/3] avutil/log: Add log flag to control printing of memory addresses
 2025-06-06 23:26 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v11 "
  ` [FFmpeg-devel] [PATCH v11 1/3] avutil/log: Add log flag AV_LOG_PRINT_MEMADDRESS and hide addresses by default
  ` [FFmpeg-devel] [PATCH v11 2/3] fftools: add mem log flag for printing memory addresses
  ` [FFmpeg-devel] [PATCH v11 3/3] doc/fftools-common-opts: document mem log flag

[FFmpeg-devel] [PATCH] MAINTAINERS: Add myself for graph printing
 2025-06-06 22:08 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] rtpdec: Fix RTP timestamp wraparound in Producer Reference Time
 2025-06-06 21:56 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] configure: rename POSIX ioctl check
 2025-06-06 20:14 UTC  - mbox.gz / Atom

[FFmpeg-devel] [FEATURE PROPOSAL] Extracting codec-level data to binary files
 2025-06-06 19:32 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tests/fate/mov: Add bitexact for fate-mov-mp4-frag-flush
 2025-06-06 13:25 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] amfenc: Update the min version to 1.4.36.0 for AMF SDK
 2025-06-06 12:21 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/format: make experimental flag works for muxer
 2025-06-06 11:27 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/d3d12va_encode: fix l0 reference count limit
 2025-06-06 10:46 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v5] libavcodec/riscv:add RVV optimized idct_32x32_8 for HEVC
 2025-06-06  9:26 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v6] libavcodec/riscv: add "

[FFmpeg-devel] [PATCH] swscale/aarch64/output: Implement neon assembly for yuv2nv12cX_c()
 2025-06-06  9:08 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] avformat/dhav: fix backward scanning for get_duration and optimize seeking
 2025-06-06  8:50 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] swscale/aarch64/output: Implement neon assembly for yuv2planeX_10_c_template()
 2025-06-06  8:44 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/tls_openssl: fix build error when openssl version < 3
 2025-06-06  8:30 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avcodec/ac3_parser: use a padded buffer in av_ac3_parse_header()
 2025-06-06  1:42 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 "

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