[FFmpeg-devel] [IMPORTANT] Serious fault in bwdif filter
2023-11-25 12:22 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] libavfilter/vf_dnn_detect: Add model_type option
2023-11-25 4:52 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] libavfilter/vf_dnn_detect: Add yolo support
[FFmpeg-devel] [PATCH] libavcodec/videotoolboxenc.c: Only log the EncoderID on macOS >= 10.13
2023-11-25 4:08 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 2/2] avcodec/videotoolboxenc: refactor dump encoder name
2023-11-25 4:06 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avcodec/videotoolboxenc: Fix build failure due to PropertyKey_EncoderID
2023-11-25 4:06 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v5 14/14] vvcdec: add full vvc decoder
2023-11-25 2:24 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] mips/ac3dsp_mips: add missing stddef.h header include
2023-11-24 23:59 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] x86/ac3dsp: reduce instruction count inside the float_to_fixed24 loop
2023-11-24 23:49 UTC (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] x86/ac3dsp: add ff_float_to_fixed24_avx2()
` [FFmpeg-devel] [PATCH 3/3] avcodec/ac3dsp: make len a size_t in float_to_fixed24
[FFmpeg-devel] [PATCH] Fix integer overflow in mov_read_packet()
2023-11-24 23:38 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] ffmpeg CLI multithreading
2023-11-24 22:56 UTC (17+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 01/13] lavfi/buffersink: avoid leaking peeked_frame on uninit
` [FFmpeg-devel] [PATCH 02/13] fftools/ffmpeg_filter: make sub2video heartbeat more robust
` [FFmpeg-devel] [PATCH 03/13] fftools/ffmpeg_filter: track input/output index in {Input, Output}FilterPriv
` [FFmpeg-devel] [PATCH 04/13] fftools/ffmpeg: make sure FrameData is writable when we modify it
` [FFmpeg-devel] [PATCH 05/13] fftools/ffmpeg_filter: move filtering to a separate thread
` [FFmpeg-devel] [PATCH 06/13] fftools/ffmpeg_filter: buffer sub2video heartbeat frames like other frames
` [FFmpeg-devel] [PATCH 07/13] fftools/ffmpeg_filter: reindent
` [FFmpeg-devel] [PATCH 08/13] fftools/ffmpeg_mux: add muxing thread private data
` [FFmpeg-devel] [PATCH 09/13] fftools/ffmpeg_mux: move bitstream filtering to the muxer thread
` [FFmpeg-devel] [PATCH 10/13] fftools/ffmpeg_demux: switch from AVThreadMessageQueue to ThreadQueue
` [FFmpeg-devel] [PATCH 11/13] fftools/ffmpeg_enc: move encoding to a separate thread
` [FFmpeg-devel] [PATCH 12/13] fftools/ffmpeg: add thread-aware transcode scheduling infrastructure
` [FFmpeg-devel] [PATCH 13/13] fftools/ffmpeg: convert to a threaded architecture
[FFmpeg-devel] [PATCH v6 0/7] webp: add support for animated WebP decoding
2023-11-24 21:02 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v6 1/7] avcodec/webp: move definitions into header
` [FFmpeg-devel] [PATCH v6 2/7] avcodec/webp: remove unused definitions
` [FFmpeg-devel] [PATCH v6 3/7] avcodec/webp_parser: parse each frame into one packet
` [FFmpeg-devel] [PATCH v6 4/7] libavcodec/webp: add support for animated WebP decoding
` [FFmpeg-devel] [PATCH v6 5/7] avcodec/webp: make init_canvas_frame static
` [FFmpeg-devel] [PATCH v6 6/7] libavformat/webp: add WebP demuxer
` [FFmpeg-devel] [PATCH v6 7/7] fate: add test for animated WebP
[FFmpeg-devel] [IMPORTANT] banned on irc
2023-11-24 14:46 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] Fixed nvenc release dump
2023-11-24 12:38 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/6] lavc/aarch64: new optimization for 8-bit hevc_pel_bi_pixels
2023-11-24 12:30 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] avcodec/amfenc: add smart access video option
2023-11-24 8:45 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavu/hwcontext_qsv: use mfxImplDescription instead of mfxExtendedDeviceId on Linux
2023-11-24 7:38 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v4] lavu/hwcontext_vaapi: Use vaMapBuffer2 for mapping image buffers
2023-11-24 7:27 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavfi/vf_vpp_qsv: set the default value of async_depth to 4
2023-11-24 7:00 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] lavu/hwcontext_d3d11va: Add option vendor_id
2023-11-24 6:20 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] doc/ffmpeg: Update the description about d3d11va
` [FFmpeg-devel] [PATCH 3/3] lavu/hwcontext_qsv: Make sure hardware vendor is Intel for qsv on d3d11va
[FFmpeg-devel] [PATCH] lavu/hwcontext_vaapi: ignore nonexistent device in default DRM device selection
2023-11-24 6:17 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 0/2] JPEG XL parser bug fixes
2023-11-23 23:45 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] avcodec/jpegxl_parse{, r}: use correct ISOBMFF extended size location
` [FFmpeg-devel] [PATCH 2/2] avcodec/jpegxl_parser: fix parsing sequences of extremely small files
[FFmpeg-devel] [PATCH] checkasm/ac3dsp: add float_to_fixed24 test
2023-11-23 22:44 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] ac3dsp: RISC-V V float_to_fixed24
2023-11-23 22:39 UTC (13+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3] avformat/hls: use av_strlcopy instead of strncpy
2023-11-23 15:31 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] fftools/ffplay_renderer: declare function argument as const
2023-11-23 14:38 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] tools/general_assembly: implement extra GA members
2023-11-23 9:14 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] tools/general_assembly: restore printing HEAD
[FFmpeg-devel] [PATCH] Fixed nvenc release dump
2023-11-23 8:29 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter/asrc_anullsrc: fix allowed range for sample_rate
2023-11-22 22:38 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v5 0/7] webp: add support for animated WebP decoding
2023-11-22 19:36 UTC (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 1/7] avcodec/webp: move definitions into header
` [FFmpeg-devel] [PATCH v5 2/7] avcodec/webp: remove unused definitions
` [FFmpeg-devel] [PATCH v5 3/7] avcodec/webp_parser: parse each frame into one packet
` [FFmpeg-devel] [PATCH v5 4/7] libavcodec/webp: add support for animated WebP decoding
` [FFmpeg-devel] [PATCH v5 5/7] avcodec/webp: make init_canvas_frame static
` [FFmpeg-devel] [PATCH v5 6/7] libavformat/webp: add WebP demuxer
` [FFmpeg-devel] [PATCH v5 7/7] fate: add test for animated WebP
[FFmpeg-devel] [PATCH 1/3] swscale: don't assign range converters for float
2023-11-22 13:16 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] swscale/utils: correctly return from sws_init_single_context
[FFmpeg-devel] [PATCH] avformat/rtmpproto: Pass rw_timeout to underlying transport protocol
2023-11-22 9:52 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] doc/git-howto: use less weird username for git URL
2023-11-22 9:15 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/decode: guard against NULL hw_frames_ctx
2023-11-22 4:08 UTC (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3] "
` [FFmpeg-devel] [PATCH v4] avcodec/decode: validate hw_frames_ctx when AVHWAccel.free_frame_priv is used
` [FFmpeg-devel] [PATCH v5] "
[FFmpeg-devel] [PATCH 1/2] doc/filters:ddagrab: elaborate on the semantics of framerate
2023-11-22 4:02 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavfi/vsrc_ddagrab: add an option to avoid duplicating frames
[FFmpeg-devel] [PATCH 1/6] avcodec/h264: Seperate SEI and IDR recovery handling
2023-11-22 0:09 UTC (12+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 4/6] avcodec/h264: keep track of which frames used gray references
` [FFmpeg-devel] [PATCH 5/6] avcodec/h264: Avoid using gray gap frames as references
` [FFmpeg-devel] [PATCH 6/6] avcodec/h264dec: Support skipping frames that used gray gap frames
[FFmpeg-devel] [PATCH v4 0/5] avformat: introduce AVStreamGroup
2023-11-21 21:57 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/5] "
` [FFmpeg-devel] [PATCH 2/5] avutil/mem: add av_dynarray2_add_nofree
` [FFmpeg-devel] [PATCH 3/5] avformat: Immersive Audio Model and Formats demuxer
` [FFmpeg-devel] [PATCH 4/5] avformat: Immersive Audio Model and Formats muxer
` [FFmpeg-devel] [PATCH 5/5] ffmpeg: add support for muxing AVStreamGroups
[FFmpeg-devel] [PATCH] avfilter: merge loudnorm filter functionality into f_ebur128.c
2023-11-21 18:53 UTC (7+ messages) - mbox.gz / Atom
[FFmpeg-devel] [ANNOUNCE] upcoming vote: TC/CC elections
2023-11-21 18:38 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] fix rounding errors in .ass subtitles format timings
2023-11-21 13:38 UTC - mbox.gz / Atom
[FFmpeg-devel] [ANNOUNCE] upcoming vote: extra members for GA v2
2023-11-21 8:24 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/mmaldec: fix build error
2023-11-20 20:05 UTC - mbox.gz / Atom
[FFmpeg-devel] Voter fraud investigation of E_07e9c717f7820201
2023-11-20 17:39 UTC - mbox.gz / Atom
[FFmpeg-devel] [ANNOUNCE] Repeat vote: GA voters list updates
2023-11-20 16:08 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/amfenc: Fix for windows imprecise sleep
2023-11-20 16:01 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] avcodec/amfenc: increase precision of Sleep() on Windows
[FFmpeg-devel] [PATCH] libavcodec/amfenc: add smart access video option
2023-11-20 15:57 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH, v2] avcodec/amfenc: "
[FFmpeg-devel] [PATCH v28 2/2] avcodec/evc_decoder: Provided support for EVC decoder
2023-11-20 15:00 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v28 1/2] avcodec/evc_encoder: Provided support for EVC encoder
2023-11-20 15:00 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v6] avcodec/cbs_vp8: Add support for VP8 codec bitstream
2023-11-20 4:36 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3 3/5] avcodec/h264_mp4toannexb_bsf: fix missing PS before IDR frames
2023-11-20 3:09 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] FFmpeg at NAB 2024
2023-11-19 23:49 UTC (8+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter: use AV_OPT_TYPE_CHLAYOUT
2023-11-19 23:20 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc/llvidencdsp: add R-V V diff_bytes
2023-11-19 20:23 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v6 2/2] avformat/oggenc: Add support for embedding cover art
2023-11-19 19:08 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v6 1/2] avformat/flac_picture: Add ff_flac_write_picture
2023-11-19 19:08 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc/aacpsdsp: use LMUL=2 and amortise strides
2023-11-19 18:53 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter: ambisonic decoder
2023-11-19 16:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc/g722dsp: optimise R-V V apply_qmf
2023-11-19 12:54 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavu/fixed_dsp: R-V V fmul_window_scaled
2023-11-19 11:59 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 2/2] lavu/float_dsp: optimise R-V V fmul_reverse & fmul_window
2023-11-19 11:39 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] lavu/fixed_dsp: optimise R-V V fmul_reverse
2023-11-19 11:39 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavfilter/af_loudnorm: fix loudnorm limiter invalid at final frame
2023-11-19 11:39 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] doc/encoders/libx264: review and extend option description
2023-11-19 11:34 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat: add MMTP parser and MMT/TLV demuxer
2023-11-19 4:07 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avcodec/qsv: add sps pps header whenframe->key_frame is true
2023-11-19 1:23 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] checkasm: add test for dcmul_add
2023-11-18 22:28 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] riscv: indent code
2023-11-18 20:16 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] riscv: add hwprobe() for CPU detection
[FFmpeg-devel] [PATCH] lavfi/Makefile: fix vf_cropdetect missed edge_common
2023-11-18 19:22 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] treewide: Spelling fixes
2023-11-18 19:08 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] Vote Investigation of "GA voters list updates E_029f7195fed7aadf"
2023-11-18 19:01 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/movenc: fix safari cannot play generated hls due to empty sdtp atom
2023-11-18 10:26 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 2/2] avformat/flvenc: add extract_extradata bsf for new video codecs
2023-11-18 10:11 UTC (2+ messages) - mbox.gz / Atom
page: next (older) | prev (newer) | 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