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] avformat/http: Handle IPv6 Zone ID in hostname
 2025-06-04 13:00 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4] Add new method for playing network based streams with a play rate
 2025-06-04 12:54 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/2] avcodec/libaom: Add HDR10+ metadata support
 2025-06-04 12:15 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/2] avcodec/libaom: Add tests for "

[FFmpeg-devel] [PATCH v3] avformat/whip: Add WHIP muxer support for subsecond latency streaming
 2025-06-04 11:46 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/x86/intmath: remove inline asm implementations for clip functions
 2025-06-04 11:33 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] gcc: Remove auto-vectorization limitation
 2025-06-04 11:13 UTC  (10+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/ffv1enc_template: Fix remaining space check
 2025-06-04 11:00 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/sanm: avoid using k in left pxoff check

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

[FFmpeg-devel] [PATCH] avcodec/d3d12va_encode: fix l0 reference count limit
 2025-06-04  8:36 UTC  - mbox.gz / Atom

[FFmpeg-devel] [RFC] Subtitle Filtering Ramp-Up
 2025-06-04  7:36 UTC  (28+ messages) - mbox.gz / Atom

[FFmpeg-devel] Test coverage for libavfilter negotiation
 2025-06-04  7:24 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/9] avcodec/Makefile: Only compile hashtable.o when needed
 2025-06-04  6:10 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/dxvenc: fix big-endian issues in dxv_compress_dxt1
 2025-06-04  5:38 UTC  - mbox.gz / Atom

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

[FFmpeg-devel] [PATCH] avfilter: add vf_yazf filter
 2025-06-04  1:11 UTC  (5+ messages) - mbox.gz / Atom

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

[FFmpeg-devel] [RFC] Cherry picks vs merges
 2025-06-03 22:38 UTC  (18+ messages) - mbox.gz / Atom

[FFmpeg-devel] Subtitle Filtering: The $1,000 Bounty Challenge
 2025-06-03 21:56 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] ogg/vorbis: implement header packet skip in chained ogg bitstreams
 2025-06-03 19:53 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/7] avutil/frame: Always return error upon error
 2025-06-03 18:08 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] hwcontext_vulkan: do not use optical flow queueus by default
 2025-06-03 17:46 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] hwcontext_vulkan: minimize queue allocation on NVIDIA
 2025-06-03 17:46 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] Add new method for playing network based streams with a play rate
 2025-06-03 16:23 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] Add new method for playing network based streams with a play rate
 2025-06-03 16:14 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1] Add new method for playing network based streams with a play rate
 2025-06-03 16:00 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH WIP 01/10] ffbuild/bin2c: Use zlib directly instead of gzip
 2025-06-03 14:47 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] STF Idea: Check I/O calls in avformat (robustness)
 2025-06-03 12:05 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vf_blackdetect_vulkan: fix black region reporting
 2025-06-03  9:26 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] The "bad" Patch
 2025-06-03  1:06 UTC  (22+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] configure: remove build-time check for gzip support in zlib
 2025-06-03  0:46 UTC  (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 5/5] fftools/Makefile: clean files from fftools/{graph, textformat}/

[FFmpeg-devel] [PATCH] add yuv444p support to mcdeint
 2025-06-02 23:27 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4] libavcodec/riscv:add RVV optimized idct_32x32_8 for HEVC
 2025-06-02 20:13 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5] "

[FFmpeg-devel] [PATCH v6 1/4] libavcodec/vc2enc: Split out common functions between software and hardware encoders
 2025-06-02 19:16 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v6 2/4] libavcodec/vc2enc: Switch quant to int
` [FFmpeg-devel] [PATCH v6 3/4] libavcodec/vulkan: Add modifications to common shader for VC2 vulkan encoder
` [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] Add myself to MAINTAINERS for dxv/dxvenc
 2025-06-02 19:12 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] hwcontext_vulkan: use host image copy
 2025-06-02 18:55 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] STF 2024 report
 2025-06-02 16:11 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/vvc: Fix unchecked return code and shadowing
 2025-06-02 13:08 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftools/graph/graphprint: Remove redundant avio_flush()
 2025-06-02 10:55 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] vulkan: use VK_IMAGE_USAGE_VIDEO_ENCODE_SRC_BIT_KHR for format properties
 2025-06-02 10:54 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/libaom: Add HDR10+ metadata support
 2025-06-02  9:34 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/libaom: Add tests for "

[FFmpeg-devel] [GASPP PATCH] Omit "-g" from the preprocessing command with cl.exe
 2025-06-02  8:14 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] swscale/aarch64/output: Implement neon assembly for yuv2nv12cX_c()
 2025-06-02  7:52 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tests/fate/mov: Fix fate-mov-mp4-frag-flush requirements
 2025-06-02  7:15 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] swscale/output: Implement neon intrinsics for yuv2nv12cX_c()
 2025-06-02  4:30 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] STF RaptorQ
 2025-06-02  4:29 UTC  (8+ messages) - mbox.gz / Atom
        ` [FFmpeg-devel] Previous trac server hosting Was: "

[FFmpeg-devel] [PATCH 0/2] fftools/resman: remove redundant includes, use inflate loop
 2025-06-02  3:28 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 "
  ` [FFmpeg-devel] [PATCH v2 1/2] fftools/resman: remove unused includes, fix declaration

[FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg_filter: make FilterGraphPriv private again
 2025-06-02  2:57 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] fftools/ffmpeg_filter: make InputFilterPriv and OutputFilterPriv "

[FFmpeg-devel] [PATCH v3 1/2] fftools/resources: clean up and improve resource manager build system
 2025-06-02  2:24 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH, v3] avcodec/d3d12va_encode: texture array support for HEVC
 2025-06-02  0:33 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/11] fftools/graph/graphprint: Fix races when initializing graphprint
 2025-06-01 23:14 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/11] avcodec/vulkan_encode_h264: Fix memleak on error
 2025-06-01 20:45 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] avcodec/ac3dec: Hardcode tables to save space
 2025-06-01 20:32 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avcodec/hpeldsp: Remove duplicate pel functions
 2025-06-01 20:31 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/4] ogg/{vorbis, opus, flac}: Decode metadata from secondary chained streams
 2025-06-01 16:49 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/4] libavformat/oggdec.h, libavformat/oggparsevorbis.c: Factor out vorbis metadata update mechanism
` [FFmpeg-devel] [PATCH 2/4] libavformat/oggdec.c: Use AV_PKT_DATA_STRINGS_METADATA to pass metadata updates
` [FFmpeg-devel] [PATCH 3/4] libavformat/oggparseflac.c: Parse ogg/flac comments in new ogg packets, add them to ogg stream new_metadata
` [FFmpeg-devel] [PATCH 4/4] libavformat/oggparseopus.c: Parse comments from secondary chained streams header packet

[FFmpeg-devel] [PATCH v8 0/5] Remove chained ogg stream header packets from the demuxer
 2025-06-01 16:21 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v8 4/5] ogg/vorbis: implement header packet skip in chained ogg bitstreams

[FFmpeg-devel] [PATCH] lavc/vvc: Support pps_mixed_nalu_types_in_pic_flag
 2025-06-01  9:24 UTC  - mbox.gz / Atom

[FFmpeg-devel] [FFmpeg-devel, v2] gcc: Relaxing auto-vectorization limitation
 2025-05-29  7: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