Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
[FFmpeg-devel] I've written a filter in Rust
 2025-02-21 19:27 UTC  (15+ messages) - mbox.gz / Atom

[FFmpeg-devel] How to handle AAC encoding [aac @ 0x7ff118b69c80] Input contains (near) NaN/+-Inf
 2025-02-21 16:50 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mov: (v4) fix get_eia608_packet
 2025-02-21 16:49 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v6 0/9] Properly decode ogg metadata in ogg/{vorbis, flac, opus} chained bitstreams
 2025-02-21 15:41 UTC  (16+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v6 1/9] libavcodec/decode.c: Add generic metadata injection using AV_PKT_DATA_METADATA_UPDATE
` [FFmpeg-devel] [PATCH v6 2/9] tests: Add stream dump test API util
` [FFmpeg-devel] [PATCH v6 3/9] libavformat/oggparsevorbis.c: Don't append new metadata
` [FFmpeg-devel] [PATCH v6 4/9] tests: Add chained ogg/vorbis stream dump test
` [FFmpeg-devel] [PATCH v6 5/9] libavformat/oggdec.h, libavformat/oggparsevorbis.c: Factor out vorbis metadata update mechanism
` [FFmpeg-devel] [PATCH v6 6/9] libavformat/oggparseflac.c: Parse ogg/flac comments in new ogg packets, add them to ogg stream new_metadata
` [FFmpeg-devel] [PATCH v6 7/9] tests: Add chained ogg/flac stream dump test
` [FFmpeg-devel] [PATCH v6 8/9] libavformat/oggparseopus.c: Parse comments from secondary chained streams header packet
` [FFmpeg-devel] [PATCH v6 9/9] tests: Add chained ogg/opus stream dump test

[FFmpeg-devel] [PATCH 0/2] avformat/hls demuxer: Add WebVTT subtitle support
 2025-02-21 15:13 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] "
` [FFmpeg-devel] [PATCH 2/2] avformat/webvttdec: Add webvtt extension and MIME type
` [FFmpeg-devel] [PATCH v2 0/2] avformat/hls demuxer: Add WebVTT subtitle support
  ` [FFmpeg-devel] [PATCH v2 1/2] "
  ` [FFmpeg-devel] [PATCH v2 2/2] avformat/webvttdec: Add webvtt extension and MIME type

[FFmpeg-devel] [PATCH] avcodec/amfenc: DX12 Reference-only feature support
 2025-02-21 14:36 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/d3d12va_decode: enable reference-only decoder mode
 2025-02-21 14:28 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/3] print_graphs: Complete Filtergraph Printing
 2025-02-21 13:49 UTC  (15+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/3] fftools/ffmpeg_filter: Move some declaration to new header file
` [FFmpeg-devel] [PATCH 2/3] fftools/ffmpeg_graphprint: Add options for filtergraph printing
` [FFmpeg-devel] [PATCH 3/3] fftools: Enable filtergraph printing and update docs
` [FFmpeg-devel] [PATCH v2 0/4] print_graphs: Complete Filtergraph Printing
  ` [FFmpeg-devel] [PATCH v2 1/4] fftools/ffmpeg_filter: Move some declaration to new header file
  ` [FFmpeg-devel] [PATCH v2 2/4] avfilter/avfilter Add avfilter_link_get_hw_frames_ctx()
  ` [FFmpeg-devel] [PATCH v2 3/4] fftools/ffmpeg_graphprint: Add options for filtergraph printing
  ` [FFmpeg-devel] [PATCH v2 4/4] fftools: Enable filtergraph printing and update docs

[FFmpeg-devel] [PATCH] libavcodec/cuviddec.c: increase CUVID_DEFAULT_NUM_SURFACES
 2025-02-21 13:26 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/11] avutil/frame: move side data helpers to a new file
 2025-02-21 12:25 UTC  (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/11] avutil/side_data: allow the addition of internal fields to AVSideDataDescriptor
` [FFmpeg-devel] [PATCH 03/11] avutil/frame: add functions to check and ensure a side data entry is writable
` [FFmpeg-devel] [PATCH 04/11] avutil/frame: av_frame_side_data_new_struct()
` [FFmpeg-devel] [PATCH 05/11] avutil/ambient_viewing_environment: deprecate av_ambient_viewing_environment_create_side_data()
` [FFmpeg-devel] [PATCH 06/11] avutil/downmix_info: deprecate av_downmix_info_update_side_data()
` [FFmpeg-devel] [PATCH 07/11] avutil/hdr_dynamic_metadata: deprecate av_dynamic_hdr_plus_create_side_data()
` [FFmpeg-devel] [PATCH 08/11] avutil/hdr_dynamic_vivid_metadata: deprecate av_dynamic_hdr_vivid_create_side_data()
` [FFmpeg-devel] [PATCH 09/11] avutil/mastering_display_metadata: deprecate av_{content_light, mastering_display_metadata}_create_side_data()
` [FFmpeg-devel] [PATCH 10/11] avutil/mastering_display_metadata: deprecate av_mastering_display_metadata_alloc()
` [FFmpeg-devel] [PATCH 11/11] avutil/stereo3d: deprecate av_stereo3d_create_side_data()

[FFmpeg-devel] [PATCH] fftools: notify user of flags upon loglevel parse failure
 2025-02-21 12:04 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftools/ffprobe: Switch to AVMutex
 2025-02-21 11:20 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4] avformat: add AV1 RTP depacketizer and packetizer
 2025-02-21 10:15 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/8] avformat/http: Return EIO for prematurely broken connection
 2025-02-21  9:15 UTC  (11+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 8/8] Make mime-type award a bonus probe score

[FFmpeg-devel] [PATCH] libavcodec/mediacodec: MythTV Fix for incorrect stride with amazon fire stick
 2025-02-21  5:43 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavcodec/h264_refs.c: respect ref_frame_count when adding short term refs after a frame num gap
 2025-02-21  5:40 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] libavcodec/dvbsubdec.c: set color to black if fully transparent
 2025-02-21  5:33 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] libavcodec/mpegaudio_parser.c: differentiate MPEG audio dual mono
 2025-02-21  5:05 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavformat/mpeg.c: add support for AAC LATM
 2025-02-21  5:03 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/demux: Fixed the incorrect id3 tag checking logic,
 2025-02-21  4:17 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavfilter: guard against ff_draw_init/ff_draw_init2 failures
 2025-02-21  3:31 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/aarch64/vvc: Optimize vvc_avg{8, 10, 12}
 2025-02-20 18:49 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/aarch64/vvc: Use rounding shift NEON instruction

[FFmpeg-devel] [PATCH] avfilter/vf_libplacebo: set correct alpha mode before blending
 2025-02-20 13:41 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fate/demux: add a test for Theora in OGG
 2025-02-20 13:33 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] swscale/x86/rgb2rgb: optimize AVX2 version of uyvytoyuv422
 2025-02-20 13:21 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tests: Add fate-hevc-alpha
 2025-02-20 12:35 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/12] avutil/frame: add AVFrame.alpha_mode
 2025-02-20 11:25 UTC  (17+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/12] fftools/ffprobe: add support for AVFrame.alpha_mode
` [FFmpeg-devel] [PATCH 03/12] avfilter/vf_showinfo: print alpha mode when relevant
` [FFmpeg-devel] [PATCH 04/12] avcodec/avcodec: add AVCodecContext.alpha_mode
` [FFmpeg-devel] [PATCH 05/12] avcodec/encode: enforce alpha mode compatibility at encode time
` [FFmpeg-devel] [PATCH 06/12] avcodec/png: set correct alpha mode
` [FFmpeg-devel] [PATCH 07/12] fftools/ffmpeg_enc: forward frame alpha mode to encoder
` [FFmpeg-devel] [PATCH 08/12] avfilter/vf_premultiply: tag correct alpha mode on result
` [FFmpeg-devel] [PATCH 09/12] avfilter/vf_alphamerge: tag correct alpha mode
` [FFmpeg-devel] [PATCH 10/12] avfilter/vf_overlay: respect alpha mode tagging by default
` [FFmpeg-devel] [PATCH 11/12] avfilter/vf_setparams: add alpha_mode parameter
` [FFmpeg-devel] [PATCH 12/12] avfilter/vf_libplacebo: add an alpha_mode setting

[FFmpeg-devel] [RFC] Experiment: enable github pull requests
 2025-02-19 22:02 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/vvc: Fix derivation of inverse LMCS idx
 2025-02-19 20:33 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/2] lavc/vvc: Fix slice map construction for small subpics
 2025-02-19 20:30 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/2] lavc/vvc: Ensure subpictures don't overlap

[FFmpeg-devel] [PATCH 1/2] lavc/vvc: Fix slice map construction for small subpics
 2025-02-19 20:29 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavc/vvc: Ensure subpictures don't overlap

[FFmpeg-devel] [PATCH 0/2] fftools/ffprobe: Add YAML output writer
 2025-02-19 20:07 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] "
` [FFmpeg-devel] [PATCH 2/2] docs: Add documentation about "

[FFmpeg-devel] [PATCH 1/2] avfilter/vf_libplacebo: remove deprecated options
 2025-02-19 18:31 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avfilter/vf_liplacebo: properly initialize variable

[FFmpeg-devel] [PATCH] avfilter/vf_libplacebo: switch to AV_OPT_TYPE_COLOR
 2025-02-19 17:40 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/4] avfilter/graphdump: implement options parsing
 2025-02-19 17:36 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/4] avfilter/filters: keep track of AVFilterPad labels
` [FFmpeg-devel] [PATCH v2 3/4] avfilter/graphdump: add complex format
` [FFmpeg-devel] [PATCH v2 4/4] fftools/ffmpeg_filter: add -dump_filter_graph option

[FFmpeg-devel] [PATCH 1/3] avfilter/vf_libplacebo: switch to new background API
 2025-02-19 17:29 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avfilter/vf_libplacebo: allow differing formats per input
` [FFmpeg-devel] [PATCH 3/3] avfilter/vf_libplacebo: set colorspace properties on all inputs

[FFmpeg-devel] [PATCH 2/2] aarch64/hevcdsp_idct_neon: Add implementation for idct dc 12
 2025-02-19 16:50 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] aarch64/hevcdsp_idct_neon: Optimize idct dc
 2025-02-19 16:50 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/metadata.texi: Start documenting keys
 2025-02-19 15:42 UTC  - mbox.gz / Atom

[FFmpeg-devel] [RFC] Documenting metadata keys, informative (non-copied) metadata
 2025-02-19 12:36 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/ffv1_parser: Rename close to ffv1_close
 2025-02-19 12:33 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 1/2] libavformat/rtsp: Make source specific multicast work for rtsp streams
 2025-02-19  7:59 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/2] libavformat/rtsp: Free memory allocated for temporary variables while processing sdp info

[FFmpeg-devel] [PATCH v3] libavformat/rtsp: Free memory allocated for temporary variables while processing sdp info
 2025-02-19  7:54 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v5 0/6] Properly decode ogg metadata in ogg/flac and ogg/opus chained bitstreams
 2025-02-19  4:36 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 1/6] libavcodec: Add generic metadata injection using AV_PKT_DATA_METADATA_UPDATE

[FFmpeg-devel] [PATCH] avcodec/sbcenc: port to AVCodec.get_supported_config()
 2025-02-19  4:02 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mov: further ensure mov_build_index isn't run twice
 2025-02-19  3:20 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/oggenc: don't discard empty packets with no side data
 2025-02-19  3:19 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/2] libavformat/rtsp: Make source specific multicast work for rtsp streams
 2025-02-19  2:29 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/2] libavformat/rtsp: Free memory allocated for temporary variables while processing sdp info

[FFmpeg-devel] [PATCH] swscale/x86/rgb2rgb: add AVX512ICL version of uyvytoyuv422
 2025-02-18 15:44 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/codec_internal: remove unnecessary avcodec.h include
 2025-02-18 15:40 UTC  (3+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH 01/11] avutil/opt: allow passing a fake object to av_opt_set()
 2025-02-18 13:08 UTC  (11+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/11] avcodec/encode: add a function to gracefully reconfigure an encoder
` [FFmpeg-devel] [PATCH 03/11] avcodec/libx264: refactor encoder configuration functions
` [FFmpeg-devel] [PATCH 04/11] avcodec/libx264: add support for encoder reconfiguration
` [FFmpeg-devel] [PATCH 05/11] avcodec/libaomenc: refactor encoder configuration functions
` [FFmpeg-devel] [PATCH 06/11] avcodec/libaomenc: add support for encoder reconfiguration
` [FFmpeg-devel] [PATCH 07/11] fftools/ffmpeg_filter: add AVOptions to OutputFilter
` [FFmpeg-devel] [PATCH 08/11] fftools/ffmpeg_enc: split off parts of enc_open() into a separate function
` [FFmpeg-devel] [PATCH 09/11] fftools/ffmpeg_enc: split off encoder flushing in encoder_thread() "
` [FFmpeg-devel] [PATCH 10/11] fftools/ffmpeg_enc: store a few more AVCodecContext fields in Encoder
` [FFmpeg-devel] [PATCH 11/11] fftools/ffmpeg: support reinitializing the encoder

[FFmpeg-devel] [PATCH] avfilter/dnn: add zero-shot image classification using CLIP models
 2025-02-18 12:17 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/v4l2_m2m: Fix segmentation fault due to a missing NULL check in v4l2_context.c
 2025-02-18 11:56 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 3/3] avcodec/libuavs3d: process extradata
 2025-02-18 11:25 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/3] avformat/isom_tags: Add tag for AVS3
 2025-02-18 11:25 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avformat/movenc: Add AVS3 support
 2025-02-18 11:24 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] ffmpeg_demux: add option readrate_catchup
 2025-02-18  9:46 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 1/3] avcodec/sanm: ignore unknown codecs in FOBJs
 2025-02-18  1:01 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/3] avcodec/sanm: fobj left/top are signed

[FFmpeg-devel] [PATCH 01/11] vulkan_filter: use GENERAL image layout when no sampler is given
 2025-02-17 20:03 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 05/11] chromaber_vulkan: fix use of texture()
` [FFmpeg-devel] [PATCH 08/11] gblur_vulkan: port to imageLoad()
` [FFmpeg-devel] [PATCH 09/11] transpose_vulkan: "
` [FFmpeg-devel] [PATCH 10/11] blend_vulkan: "
` [FFmpeg-devel] [PATCH 11/11] overlay_vulkan: "

[FFmpeg-devel] [PATCH] avfilter/interlace_vulkan: add interlace_vulkan filter
 2025-02-17 19:30 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avgblur_vulkan: fix duplicated variable error when planes=0
 2025-02-17 19:12 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] vulkan: fix crash in ff_vk_shader_free

page: 

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