[FFmpeg-devel] [PATCH v6 02/14] vvcdec: add vvc_data
2023-12-08 12:26 UTC (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v6 03/14] vvcdec: add parameter parser for sps, pps, ph, sh
` [FFmpeg-devel] [PATCH v6 04/14] vvcdec: add cabac decoder
` [FFmpeg-devel] [PATCH v6 07/14] vvcdec: add inter prediction
` [FFmpeg-devel] [PATCH v6 08/14] vvcdec: add inv transform 1d
` [FFmpeg-devel] [PATCH v6 09/14] vvcdec: add intra prediction
` [FFmpeg-devel] [PATCH v6 10/14] vvcdec: add LMCS, Deblocking, SAO, and ALF filters
` [FFmpeg-devel] [PATCH v6 11/14] vvcdec: add dsp init and inv transform
` [FFmpeg-devel] [PATCH v6 12/14] vvcdec: add CTU parser
` [FFmpeg-devel] [PATCH v6 13/14] vvcdec: add CTU thread logical
` [FFmpeg-devel] [PATCH v6 14/14] vvcdec: add full vvc decoder
[FFmpeg-devel] [PATCH] lavc/libopenh264: Drop openh264 runtime version checks
2023-12-08 12:17 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 0/3] Initial support for fragmented TTML muxing
2023-12-08 12:15 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 3/3] avformat/movenc: add "
[FFmpeg-devel] [PATCH v5 00/14] encoder AVCodecContext configuration side data
2023-12-08 11:59 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avutil/mem: always align by at least 32 bytes
2023-12-08 10:01 UTC (12+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 10 bit support v5 1/3] avcodec/amfenc: Fixes the color information in the output
2023-12-08 9:31 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter/select: initialize prev_selected_n to NAN
2023-12-08 7:35 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc/vc1dsp: R-V V inv_trans
2023-12-08 7:31 UTC (10+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/7] avutil/tests/imgutils: factorize basic tests to new function
2023-12-08 5:12 UTC (23+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 "
` [FFmpeg-devel] [PATCH v2 2/7] avutil/tests/imgutils: add tests for av_image_fill_black()
` [FFmpeg-devel] [PATCH v2 3/7] avutil/imgutils: fix av_image_fill_black() for some pixel formats
` [FFmpeg-devel] [PATCH v2 4/7] avutil/imgutils: add support for 32bit pixel format for av_image_fill_black()
` [FFmpeg-devel] [PATCH v2 5/7] avutil/imgutils: factorize a fill color function
` [FFmpeg-devel] [PATCH v2 6/7] avutil/imgutils: add new function av_image_fill_color()
` [FFmpeg-devel] [PATCH v2 7/7] avcodec: add AV_CODEC_FLAG_CLEAR
[FFmpeg-devel] [PATCH v7 0/7] webp: add support for animated WebP decoding
2023-12-08 2:02 UTC (12+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v7 1/7] avcodec/webp: move definitions into header
` [FFmpeg-devel] [PATCH v7 2/7] avcodec/webp: remove unused definitions
` [FFmpeg-devel] [PATCH v7 3/7] avcodec/webp_parser: parse each frame into one packet
` [FFmpeg-devel] [PATCH v7 4/7] libavcodec/webp: add support for animated WebP decoding
` [FFmpeg-devel] [PATCH v7 5/7] avcodec/webp: make init_canvas_frame static
` [FFmpeg-devel] [PATCH v7 6/7] libavformat/webp: add WebP demuxer
` [FFmpeg-devel] [PATCH v7 7/7] fate: add test for animated WebP
[FFmpeg-devel] [PATCH v6 01/14] vvcdec: add vvc decoder stub
2023-12-08 1:01 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/movenc: rename MOVMuxContext.nb_streams to nb_tracks
2023-12-07 23:41 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] libavformat/dashdec.c Fix for ticket #7395
2023-12-07 22:01 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] mailmap: add entry for myself
2023-12-07 20:09 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] tools/general_assembly: avoid using DateTime->is_between()
2023-12-07 19:19 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avformat/webpenc: Return early to reduce indentation
2023-12-07 18:29 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3] ffmpeg CLI multithreading
2023-12-07 18:27 UTC (33+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 01/10] fftools/ffmpeg_filter: make sub2video heartbeat more robust
` [FFmpeg-devel] [PATCH 02/10] fftools/ffmpeg_filter: move filtering to a separate thread
` [FFmpeg-devel] [PATCH 03/10] fftools/ffmpeg_filter: buffer sub2video heartbeat frames like other frames
` [FFmpeg-devel] [PATCH 04/10] fftools/ffmpeg_filter: reindent
` [FFmpeg-devel] [PATCH 05/10] fftools/ffmpeg_mux: add muxing thread private data
` [FFmpeg-devel] [PATCH 06/10] fftools/ffmpeg_mux: move bitstream filtering to the muxer thread
` [FFmpeg-devel] [PATCH 07/10] fftools/ffmpeg_demux: switch from AVThreadMessageQueue to ThreadQueue
` [FFmpeg-devel] [PATCH 08/10] fftools/ffmpeg_enc: move encoding to a separate thread
` [FFmpeg-devel] [PATCH 09/10] fftools/ffmpeg: add thread-aware transcode scheduling infrastructure
` [FFmpeg-devel] [PATCH 10/10] fftools/ffmpeg: convert to a threaded architecture
` [FFmpeg-devel] [PATCH] web: add a news entry for ffmpeg CLI threading
[FFmpeg-devel] [PATCH 13/13 v3] fftools/ffmpeg: convert to a threaded architecture
2023-12-07 17:26 UTC (14+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc/qsvenc: Set default bitrate to 2M
2023-12-07 16:59 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3] avformat/hls: use av_strlcopy instead of strncpy
2023-12-07 16:55 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] MAINTAINERS: remove myself from FFmpeg
2023-12-07 16:48 UTC (14+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc/aarch64: h264qpel, add lowpass_8 based functions
2023-12-07 16:21 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [RFC PATCH 00/25] YUVJ removal + filter negotiation
2023-12-07 16:04 UTC (11+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 03/25] avfilter: add negotiation API for color space/range
` [FFmpeg-devel] [PATCH 05/25] avfilter/buffersrc: add color_space/range parameters
` [FFmpeg-devel] [PATCH 06/25] fftools/ffmpeg_filter: configure buffersrc with csp/range
` [FFmpeg-devel] [PATCH 07/25] vf_scale: use colorspace negotiation API
` [FFmpeg-devel] [PATCH 08/25] avfilter/vf_scale: remove YCgCo check
[FFmpeg-devel] [PATCH] checkasm/hevc_deblock: add luma test
2023-12-07 13:52 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [ANNOUNCEMENT] Left FFmpeg; starting Librempeg
2023-12-07 11:38 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] web: remove myself from FFmpeg consulting page
2023-12-07 7:47 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] doc/examples/qsv_transcode: EINVAL is more appropriate and ENAVAIL will fail build with visual studio
2023-12-07 7:36 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc: remove the QOA decoder
2023-12-07 7:17 UTC (11+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 1/3] lavu/hwcontext_d3d11va: Add option vendor_id
2023-12-07 2:33 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] tests/fate: add pixelize filter tests
2023-12-07 2:15 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] tests/fate: add median filter test
2023-12-07 2:12 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [POC][PATCHSET] Add qrencodesrc source
2023-12-06 20:20 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] lavfi: introduce textutils
[FFmpeg-devel] [PATCH 1/2] tools/general_assembly: implement extra GA members
2023-12-06 19:45 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [ANNOUNCE] upcoming vote: TC/CC elections
2023-12-06 18:54 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter/vf_libvmaf: fix string comparison bug
2023-12-06 17:54 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avdevice/avfoundation: replace deprecated AVCaptureDevice
2023-12-06 17:39 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3 1/3] avfilter/vf_bwdif: consider chroma subsampling when enforcing minimum dimensions
2023-12-06 16:23 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter/avfilter: fix OOM case for default activate
2023-12-06 13:13 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v6 0/8] avformat: introduce AVStreamGroup
2023-12-05 22:44 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/8] avutil: introduce an Immersive Audio Model and Formats API
` [FFmpeg-devel] [PATCH 2/8] avformat: introduce AVStreamGroup
` [FFmpeg-devel] [PATCH 3/8] ffmpeg: add support for muxing AVStreamGroups
` [FFmpeg-devel] [PATCH 4/8] avcodec/packet: add IAMF Parameters side data types
` [FFmpeg-devel] [PATCH 5/8] avcodec/get_bits: add get_leb()
` [FFmpeg-devel] [PATCH 6/8] avformat/aviobuf: add ffio_read_leb() and ffio_write_leb()
` [FFmpeg-devel] [PATCH 7/8] avformat: Immersive Audio Model and Formats demuxer
` [FFmpeg-devel] [PATCH 8/8] avformat: Immersive Audio Model and Formats muxer
[FFmpeg-devel] [PATCH] MAINTAINERS: add myself as vvc maintainer
2023-12-05 19:52 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter: add aspace filter
2023-12-05 17:51 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] riscv: test for assembler support
2023-12-05 15:59 UTC - 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