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 v9 01/13] vvcdec: add vvc_data
 2024-01-05 20:47 UTC  (45+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v9 03/13] vvcdec: add cabac decoder
` [FFmpeg-devel] [PATCH v9 04/13] vvcdec: add reference management
` [FFmpeg-devel] [PATCH v9 05/13] vvcdec: add motion vector decoder
` [FFmpeg-devel] [PATCH v9 06/13] vvcdec: add inter prediction
` [FFmpeg-devel] [PATCH v9 07/13] vvcdec: add inv transform 1d
` [FFmpeg-devel] [PATCH v9 08/13] vvcdec: add intra prediction
` [FFmpeg-devel] [PATCH v9 09/13] vvcdec: add LMCS, Deblocking, SAO, and ALF filters
` [FFmpeg-devel] [PATCH v9 10/13] vvcdec: add dsp init and inv transform
` [FFmpeg-devel] [PATCH v9 11/13] vvcdec: add CTU parser
` [FFmpeg-devel] [PATCH v9 12/13] vvcdec: add CTU thread logical
` [FFmpeg-devel] [PATCH v9 13/13] vvcdec: add vvc decoder

[FFmpeg-devel] Hardware purchase request: AVX512-capable laptop
 2024-01-05 17:36 UTC  (9+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/8] fftools/ffmpeg_demux: replace abort() by av_assert0(0)
 2024-01-05 16:42 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/8] doc/ffmpeg: drop documentation for non-existent -sbsf
` [FFmpeg-devel] [PATCH 3/8] fftools/ffmpeg_demux: do not set bitexact directly on the decoder
` [FFmpeg-devel] [PATCH 4/8] fftools/ffmpeg_demux: set options on codec parameters rather than decoder
` [FFmpeg-devel] [PATCH 5/8] fftools/ffmpeg_demux: only allocate the decoder when actually decoding
` [FFmpeg-devel] [PATCH 6/8] fftools/ffmpeg_demux: add demuxing thread private data
` [FFmpeg-devel] [PATCH 7/8] fftools/ffmpeg_demux: implement -bsf for input
` [FFmpeg-devel] [PATCH 8/8] fftools/ffmpeg_opt: mark -stream_group as expert option

[FFmpeg-devel] [PATCH 1/2] web: add a news entry for IAMF
 2024-01-05 16:27 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] web: add a news entry for VVC

[FFmpeg-devel] Fix incomplete implementation of framesync options for overlay filter
 2024-01-05 11:36 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 0/2] avfilter: Add fsync filter
 2024-01-05  8:32 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 1/2] "

[FFmpeg-devel] FFmpeg 6.1.1
 2024-01-05  8:15 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] configure: autodetect libdrm
 2024-01-05  7:58 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/5] avcodec/d3d12va_vp9: fix vp9 max_num_refs value
 2024-01-05  3:56 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avcodec/d3d12va_decode: don't change the resource state if the referenced frame is the same as the current frame
 2024-01-05  3:56 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] doc/ffmpeg: update the documentation about qsv device creation
 2024-01-05  3:01 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/2] doc/ffmpeg: update the documentation about qsv device creation
 2024-01-05  2:33 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/2] doc/ffmpeg: update the documentation about vaapi "

[FFmpeg-devel] [PATCH 3/3] lavc/svq1enc: R-V V ssd_int8_vs_int16
 2024-01-05  0:56 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] avcodec/cbs_vp8: Use little endian in fixed() and improve the pos check
 2024-01-05  0:38 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1 0/5] Add support for H266/VVC encoding
 2024-01-05  0:31 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v1 2/5] avformat: add muxer support for H266/VVC

[FFmpeg-devel] [PATCH] avfilter: Temporary hack to fix format negotiation for hw formats
 2024-01-04 21:54 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] all: use av_channel_layout_describe_bprint instead of av_channel_layout_describe in a few places
 2024-01-04 21:39 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/3] fftools/ffmpeg_filter: log an information message about filter graph reconfigurations
    ` [FFmpeg-devel] [PATCH v2 "

[FFmpeg-devel] [PATCH v2] avcodec/cbs_vp8: Apply clang-format and fix typos
 2024-01-04 21:33 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/faq: replace non-breaking spaces (0xA0) with normal space
 2024-01-04 21:30 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/imgutils: fix half-float representation of 0.0625
 2024-01-04 20:39 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 00/15] YUV colorspace filter negotiation
 2024-01-04 19:32 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 03/15] avfilter: add negotiation API for color space/range

[FFmpeg-devel] [PATCH 2/2] avcodec/mediacodecenc: add async mode support
 2024-01-04 16:52 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/mediacodec_wrapper: add async mode support
 2024-01-04 16:52 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftool/ffplay: avoid same name in local variable
 2024-01-04 13:24 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] configure: Disable inline assembly with nonlocal labels with LTO on Clang on Windows
 2024-01-04 12:48 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] configure: Don't pass -mfp16-format to MSVC on ARM
 2024-01-04 12:48 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/ffrtmpcrypt: Fix int-conversion warning
 2024-01-04 12:47 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fate: add VVC decoder tests
 2024-01-04 11:30 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/mpeg4videodec: Remove write-only variable
 2024-01-04 10:00 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] d3d12va_decode|av1|h264|hevc|vc1|vp9: remove unused variables
 2024-01-04  7:19 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] d3d12va_av1|h264|hevc|vc1|vp9: input void** for ID3D12Resource_Map

[FFmpeg-devel] [PATCH] lavu/thread: add support for setting thread name on *bsd and solaris
 2024-01-04  4:19 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/eval: Use better PRNG
 2024-01-04  3:19 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Update xfade filter to support transition between two points in single video stream
 2024-01-04  2:48 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/faq: fix scaling question typo
 2024-01-04  0:15 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/filter: fix typos in introduction with the word 'unlabelled'
 2024-01-03 22:53 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/codecs: add missing comma to introduction
 2024-01-03 22:43 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/muxers: fix duplicate word 'that' for image2 summary
 2024-01-03 22:39 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/filter: remove duplicate word 'with' in QR filters
 2024-01-03 22:37 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/filters: fix minterpolate vsbmc option typos
 2024-01-03 22:33 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] libavutil/eval: introduce UINT64_MAX constant
 2024-01-03 22:29 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] doc/utils/eval: clarify meaning of random* seed value

[FFmpeg-devel] [PATCH] doc/encoders: libxeve doc typo, baselie->baseline
 2024-01-03 22:27 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/ffmpeg: add missing comma
 2024-01-03 22:13 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/eval: Use integer for random() state
 2024-01-03 19:27 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/codecs: fix missing guidance in channel_layout item and remove decomissioned request_channel_layout
 2024-01-03 18:54 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/1] fftools/ffprobe: dump contents of the AV_FRAME_DATA_SEI_UNREGISTERED
 2024-01-03 17:37 UTC  (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/1] "

[FFmpeg-devel] [PATCH v3] GSoC 2023: Add Audio Overlay Filter
 2024-01-03 15:54 UTC  (10+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] vvcdec: add TODO for combining transform, lmcs_scale_chroma, and add_residual
 2024-01-03 15:52 UTC  - mbox.gz / Atom

[FFmpeg-devel] [POC][PATCHSET] Add qrencodesrc source
 2024-01-03 15:50 UTC  (12+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] lavfi: introduce textutils
` [FFmpeg-devel] [PATCH 2/2] lavfi: add qrencodesrc source

[FFmpeg-devel] [PATCH 1/4] hevcdec: move sao template to xvc_sao_template.c
 2024-01-03 15:32 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] vvcdec: reuse xvc_sao_template.c
` [FFmpeg-devel] [PATCH 3/4] hevcdec: move deblock template to xvc_deblock_template.c
` [FFmpeg-devel] [PATCH 4/4] vvcdec: reuse xvc_deblock_template.c

[FFmpeg-devel] [PATCH 0/4] vvcdec: reuse filter template from hevc
 2024-01-03 15:32 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] avutil/hwcontext_vt: add pixel format map for full range YUV420P
 2024-01-03 13:40 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/videotoolboxenc: fix setting avctx color_range doesn't work
 2024-01-03 13:40 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/rtsp: Fix server compatibility issues with rtspclientsink GStreamer plugin
 2024-01-03 12:51 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 1/7] avcodec/hevc: Add init for sao_edge_filter
 2024-01-03  1:03 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 7/7] avcodec/hevc: Add ff_hevc_idct_32x32_lasx asm opt

[FFmpeg-devel] GSoC 2024
 2024-01-02 22:14 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavfi: add quirc filter
 2024-01-02 21:13 UTC  (9+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] lavfi/setpts: introduce rand() function in expression
 2024-01-02 21:12 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] lavfi/setpts: use macro to access variables array
 2024-01-02 21:12 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavfi/overlay: factorize definition of planar and package blending functions
 2024-01-02 21:11 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v9 00/13] Add vvc decoder
 2024-01-02 11:39 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 01/12] lavu/hwcontext_qsv: update AVQSVFramesContext to support dynamic frame pools
 2024-01-02  5:33 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] libavformat/hlsenc.c: Populate OTI using AAC profile in write_codec_attr
 2024-01-02  3:29 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 4/4] avformat/psxstr: basic FPS detection instead of fixed value
 2024-01-02  3:14 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 3/4] avformat/psxstr: fix unknown sector type 00/80
 2024-01-02  2:57 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/4] avformat/psxstr: fix demuxing I/O error at EOF
 2024-01-02  2:52 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avcodec/mdec: DC reading for STRv1 is like STRv2
 2024-01-02  2:49 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavutil/ppc/cpu.c: check that AT_HWCAP2 is defined
 2024-01-02  0:21 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavdevice/avfoundation.m Add missing type AVMediaType for macOS < 10.13
 2024-01-01 22:33 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavformat/hlsenc.c: Populate OTI using AAC profile in write_codec_attr
 2024-01-01 15:54 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fix rounding errors in .ass subtitles format timings
 2024-01-01 15:28 UTC  (4+ messages) - 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