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] libavformat/rtpdec_opus: Set duration field on Opus AVPacket
 2025-05-20  0:16 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] ffmpeg: Don't print graphs if there are no outputs yet
 2025-05-19 21:13 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] swscale: rgb_to_yuv neon optimizations
 2025-05-19 19:50 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavfi: add noop multimedia filter
 2025-05-19 19:40 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4 1/4] libavcodec/vc2enc: Split out common functions between software and hardware encoders
 2025-05-19 17:40 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 2/4] libavcodec/vc2enc: Switch quant to int
` [FFmpeg-devel] [PATCH v4 3/4] libavcodec/vulkan: Add modifications to common shader for VC2 vulkan encoder
` [FFmpeg-devel] [PATCH v4 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 v6 0/4] Remove chained ogg stream header packets from the demuxer
 2025-05-19 14:46 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v6 1/4] libavformat/oggdec.{c, h}: Add new_extradata, use it to pass extradata to the next decoded packet
` [FFmpeg-devel] [PATCH v6 2/4] ogg/vorbis: factor out header processing logic
` [FFmpeg-devel] [PATCH v6 3/4] ogg/vorbis: implement header packet skip in chained ogg bitstreams
` [FFmpeg-devel] [PATCH v6 4/4] libavformat/oggdec.h: Change paket function documentation to return 1 on header packets only

[FFmpeg-devel] [PATCH] avcodec/x86/vp9: Add AVX-512ICL for 16x16 and 32x32 8bpc inverse transforms
 2025-05-19 14:41 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v5 0/7] Remove chained ogg stream header packets from the demuxer
 2025-05-19 14:40 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 1/7] libavformat/oggdec.h: Document packet function return value
` [FFmpeg-devel] [PATCH v5 6/7] ogg/vorbis: implement header packet skip in chained ogg bitstreams

[FFmpeg-devel] [PATCH 1/1] avcodec/pcm: reduce code size
 2025-05-19 13:03 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/1] [ffmpeg-deve] avcodec/mpegaudiodec optimizing "

[FFmpeg-devel] [PATCH 1/1] [ffmpeg-deve] avcodec/mpegaudiodec optimizing code size
 2025-05-19 11:54 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1] lavc/vvc: Validate num_signalled_palette_entries
 2025-05-19 11:50 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] aarch64: increase default alignment for functions and constants
 2025-05-19 11:22 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] configure: correct liboapv feature support
 2025-05-19  9:53 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/refstruct: Remove redundant check
 2025-05-19  1:35 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/rv60dec: Avoid branch when decoding cbp16
 2025-05-18 22:06 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] swscale/swscale_unscaled: fix planarCopyWrapper() for yuv444p => yuva444p
 2025-05-18 22:02 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] swscale/swscale_unscaled: fix packed30togbra10() for formats with bpc between 9-14 bits
` [FFmpeg-devel] [PATCH 3/3] swscale/swscale_unscaled: fix packed16togbra16() "

[FFmpeg-devel] [PATCH] avformat/framecrcenc: List types and checksums for for side data
 2025-05-18 21:23 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] swscale/swscale_unscaled: fix planarRgbToplanarRgbWrapper() for formats with bpc between 9-14 bits
 2025-05-18 21:02 UTC  - mbox.gz / Atom

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

[FFmpeg-devel] [PATCH] Makefile: Remove postproc from ALLFFLIBS
 2025-05-18 18:12 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mpegts: update stream info when PMT ES stream_type changes
 2025-05-18 17:39 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/avformat: Remove outdated io_close2 documentation
 2025-05-18 14:31 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/7] avcodec/svq3: Factor out decoding extradata
 2025-05-18 14:19 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tests/fate/matroska: Add container cropping test
 2025-05-18 14:08 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] lavc/vvc: Detect subpic overlaps at CTU level
 2025-05-18 13:16 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] lavc/vvc: Detect subpic overlaps at CTU level
 2025-05-18 13:13 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] configure: identify loong64 for loongarch
 2025-05-18 12:53 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/7] avutil/vulkan: add YUVA pixel formats support
 2025-05-18 12:11 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/7] avutil/vulkan: automatically enable shader device address usage bit
` [FFmpeg-devel] [PATCH 3/7] avfilter/vf_gblur_vulkan: omit unnecessary buffer usage flag
` [FFmpeg-devel] [PATCH 4/7] avfilter/vf_blackdetect: add alpha option
` [FFmpeg-devel] [PATCH 5/7] avfilter/blackdetect_vulkan: add hw accelerated blackdetect filter
` [FFmpeg-devel] [PATCH 6/7] avfilter/alphadetect_vulkan: add alpha type detection filter
` [FFmpeg-devel] [PATCH 7/7] avutil/vf_scdet_vulkan: add new filter

[FFmpeg-devel] [PATCH 1/1] avcodec/libhelix-aac: add aac decoding via libhelix
 2025-05-18 11:34 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] ffbuild/commonmak: Fix rebuild check with implicit rule chains
 2025-05-18  6:30 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH 1/3] fftools/resources: fix preservation of intermediary resman build artifacts
 2025-05-18  2:13 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] ffbuild: correctly silence and tag new css/html steps
` [FFmpeg-devel] [PATCH 3/3] fftools/resources: add missing extensions to .gitignore

[FFmpeg-devel] [PATCH] avformat/flvenc: Specify codec tag with MKTAG
 2025-05-17 23:38 UTC  (13+ messages) - mbox.gz / Atom

[FFmpeg-devel] FFmpeg 4.3.9 and 3.4.14
 2025-05-17 21:57 UTC  (5+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] FFmpeg 4.4.6 and 4.2.11
      ` [FFmpeg-devel] FFmpeg 6.1.3 and 7.0.3

[FFmpeg-devel] [PATCH v1] lavc/vvc: Avoid UB in DB strength derivation for PLT CUs
 2025-05-17 20:52 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] fftools/cmdutils: allow arbitrary length paths for preset files
 2025-05-17 20:33 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] fftools/cmdutils: factorize loading a file from the datadir
` [FFmpeg-devel] [PATCH 3/4] fftools/graph/graphprint: load CSS and HTML resources from ffmpeg data directories
` [FFmpeg-devel] [PATCH 4/4] Revert "fftools/resources: Add resource manager files with build-time compression"

[FFmpeg-devel] [PATCH 1/3] ffmpeg: Don't print graphs if there are no graphs to print
 2025-05-17 19:08 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] fftools/graphprint: Fix leak of graphprint object
` [FFmpeg-devel] [PATCH 3/3] fftools/graphprint: Fix leak of graph section header string

[FFmpeg-devel] [PATCH 1/2] avformat/demux: use io_close2 when closing avfromat
 2025-05-17 18:59 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/imfdec: inherit opaque from parent AVFormatContext

[FFmpeg-devel] [PATCH] avcodec/tests/.gitignore: Add apv test tool
 2025-05-17 17:53 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/version: Bump minor for avfilter_link_get_hw_frames_ctx()
 2025-05-17 17:08 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/3] avcodec/libaribb24: change new lines to \n in ASS header
 2025-05-17 13:14 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] cbs_apv: Fix memory leak on metadata parse failure
 2025-05-17 10:31 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] avformat/whip: Add WHIP muxer support for subsecond latency streaming
 2025-05-17  9:24 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/vvc/plt: validate run and signalled_entries
 2025-05-17  5:51 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1 01/23] avcodec/vvc/cabac: add 9.3.3.5 k-th order Exp - Golomb binarization process
 2025-05-17  5:39 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] 回复: "

[FFmpeg-devel] [PATCH v2] avformat/whip: Add WHIP muxer support for subsecond latency streaming
 2025-05-17  4:08 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] WHIP Feature latest patch Preparation Notes
 2025-05-17  2:56 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/movenc: fix VVC encoding with leading pictures
 2025-05-17  2:26 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] avcodec/mpegvideo_dec: Move ff_mpv_report_decode_progress() to h263dec.c
 2025-05-17  1:12 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/tests/avcodec: Check only frame-mt decoders set update_thread_ctx
 2025-05-17  1:09 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/ratecontrol: Fix wrong sizeof expression
 2025-05-17  1:06 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] build: remove unused SLIBOBJS variable
 2025-05-16 22:36 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Boost FPS and performance: Optimize vertical loop for cache-friendly access [libavcodec/jpeg2000dwt.c:dwt_decode97_float]
 2025-05-16 20:06 UTC  (5+ messages) - mbox.gz / Atom
        ` [FFmpeg-devel] [EXTERNAL] "

[FFmpeg-devel] [PATCH] avcodec/utvideoenc: Don't advertise unsupported option
 2025-05-16 20:02 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/21] avutil/avassert: Add av_unreachable and av_assume() macros
 2025-05-16 18:39 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 00/17] swscale v2: new framework [RFC]
 2025-05-16 15:44 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 04/17] swscale/graph: move vshift() and shift_img() to shared header

[FFmpeg-devel] [PATCH 1/5] avutil/vulkan: add YUVA pixel formats support
 2025-05-16 14:30 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] avfilter/vf_blackdetect: add alpha option
` [FFmpeg-devel] [PATCH 3/5] avfilter/blackdetect_vulkan: add hw accelerated blackdetect filter
` [FFmpeg-devel] [PATCH 4/5] avfilter/alphadetect_vulkan: add alpha type detection filter
` [FFmpeg-devel] [PATCH 5/5] avutil/vf_scdet_vulkan: add new filter

[FFmpeg-devel] [FFmpeg-cvslog] fftools/graphprint: Now, make it a Killer-Feature!
 2025-05-16 13:45 UTC  (24+ messages) - mbox.gz / Atom

[FFmpeg-devel] Fw: Registration now open! GSoC 2025 Mentor Summit (Oct 23-25)
 2025-05-16 13:03 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] build: fix windows build issue introduced by 45bea45
 2025-05-16 12:53 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/amfenc_h264: improve B-frame usability and simplify options
 2025-05-16 11:29 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avfilter/vf_libplacebo: add shader_cache option
 2025-05-16 11:15 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vf_libplacebo: implement rotation option
 2025-05-16 11:07 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH, v2] avcodec/d3d12va_encode: texture array support for HEVC
 2025-05-16  9:43 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