[FFmpeg-devel] [PATCH] liavcodec: add bit-rate support to RoQ video encoder
2024-01-22 21:40 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [vaapi-cavs 1/7] cavs: add cavs profile defs
2024-01-22 21:24 UTC (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [vaapi-cavs 2/7] cavs: skip bits between pic header and slc header
` [FFmpeg-devel] [vaapi-cavs 3/7] cavs: time code debug
` [FFmpeg-devel] [vaapi-cavs 4/7] cavs: fix dpb reorder issues when 'low_delay' is varied
` [FFmpeg-devel] [vaapi-cavs 5/7] cavs: decode wqm and slice weighting for future usage
` [FFmpeg-devel] [vaapi-cavs 6/7] cavs: set profile & level for AVCodecContext
` [FFmpeg-devel] [vaapi-cavs 7/7] cavs: support vaapi hwaccel decoding
[FFmpeg-devel] [PATCH] configure: autodetect libglslang ldflags
2024-01-22 21:19 UTC (8+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/mov: ignore item boxes for animated heif
2024-01-22 21:12 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] hwcontext_opencl: choose the first device if multiple devices are available
2024-01-22 20:32 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] liavcodec: add bit-rate support to RoQ video encoder
2024-01-22 19:16 UTC (11+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3 v3] avformat: add a Tile Grid stream group type
2024-01-22 18:09 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avformat/mov: add support for tile HEIF still images
` [FFmpeg-devel] [PATCH 3/3] fate/mov: test remuxing all stream heif items
[FFmpeg-devel] [PATCH v3 2/8] avcodec/hevcdsp_template: reuse put/put_luma/put_chroma from h2656_inter_template
2024-01-22 17:46 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 3/8] avcodec/x86/hevc_mc: move put/put_uni to h26x/h2656_inter.asm
` [FFmpeg-devel] [PATCH v3 4/8] avcodec/x86/h26x/h2656_inter: add dststride to put
` [FFmpeg-devel] [PATCH v3 5/8] avcodec/vvcdec: reuse h26x/2656_inter.asm to enable x86 optimizations
` [FFmpeg-devel] [PATCH v3 6/8] tests/checkasm: add checkasm_check_vvc_mc
` [FFmpeg-devel] [PATCH v3 7/8] avcodec/x86/vvc: add avg and avg_w AVX2 optimizations
` [FFmpeg-devel] [PATCH v3 8/8] tests/checkasm/vvc_mc: add check_avg
[FFmpeg-devel] [PATCH v3 1/8] avcodec/vvc/vvc_inter_template: move put/put_luma/put_chroma template to h2656_inter_template.c
2024-01-22 17:46 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg_mux_init: remove whitespaces from input arguments when parsing stream groups
2024-01-22 17:33 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] fate: add raw IAMF tests
` [FFmpeg-devel] 回复: "
` [FFmpeg-devel] 回复: "
` [FFmpeg-devel] 回复: "
[FFmpeg-devel] [PATCH 1/9] avcodec/vaapi_encode: move pic->input_surface initialization to encode_alloc
2024-01-22 15:51 UTC (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/9] avcodec/vaapi_encode: introduce a base layer for vaapi encode
` [FFmpeg-devel] [PATCH 3/9] avcodec/vaapi_encode: extract set_output_property to base layer
` [FFmpeg-devel] [PATCH 4/9] avcodec/vaapi_encode: extract rc parameter configuration "
` [FFmpeg-devel] [PATCH 5/9] avcodec/vaapi_encode: extract gop "
` [FFmpeg-devel] [PATCH 6/9] avcodec/vaapi_encode: extract a get_recon_format function "
` [FFmpeg-devel] [PATCH 7/9] avutil/hwcontext_d3d12va: add Flags for resource creation
` [FFmpeg-devel] [PATCH 8/9] avcodec: add D3D12VA hardware HEVC encoder
` [FFmpeg-devel] 回复: "
` [FFmpeg-devel] [PATCH 9/9] Changelog: add D3D12VA HEVC encoder changelog
[FFmpeg-devel] [PATCH v3 2/8] avcodec/hevcdsp_template: reuse put/put_luma/put_chroma from h2656_inter_template
2024-01-22 15:25 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 3/8] avcodec/x86/hevc_mc: move put/put_uni to h26x/h2656_inter.asm
` [FFmpeg-devel] [PATCH v3 4/8] avcodec/x86/h26x/h2656_inter: add dststride to put
` [FFmpeg-devel] [PATCH v3 5/8] avcodec/vvcdec: reuse h26x/2656_inter.asm to enable x86 optimizations
` [FFmpeg-devel] [PATCH v3 6/8] tests/checkasm: add checkasm_check_vvc_mc
` [FFmpeg-devel] [PATCH v3 7/8] avcodec/x86/vvc: add avg and avg_w AVX2 optimizations
` [FFmpeg-devel] [PATCH v3 8/8] tests/checkasm/vvc_mc: add check_avg
[FFmpeg-devel] [PATCH v3 1/8] avcodec/vvc/vvc_inter_template: move put/put_luma/put_chroma template to h2656_inter_template.c
2024-01-22 15:25 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] doc/muxers: add caf
2024-01-22 13:22 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] doc/muxers: add codec2
` [FFmpeg-devel] [PATCH 3/3] doc/muxers/chromaprint: review and extend
[FFmpeg-devel] [PATCH v1 2/2] vaapi: add vaapi_avs2 support
2024-01-22 12:32 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2 v2] avutil: add a Tile Grid API
2024-01-22 12:12 UTC (16+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2 v2] avformat: add a Tile Grid stream group type
[FFmpeg-devel] FFmpeg's HLS muxer's deprecation of the hls_wrap option
2024-01-22 11:32 UTC (9+ messages) - mbox.gz / Atom
[FFmpeg-devel] Fwd: patch for 44.1/32 khz pcm input in pcm dvd encoder
2024-01-22 9:59 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/8] fftools/ffmpeg_demux: replace abort() by av_assert0(0)
2024-01-22 8:57 UTC (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 7/8] fftools/ffmpeg_demux: implement -bsf for input
[FFmpeg-devel] [PATCH] libavfi/dnn: add LibTorch as one of DNN backend
2024-01-22 6:10 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v4 0/2] GSoC 2023: Add Audio Overlay Filter
2024-01-22 1:20 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 1/2] avfilter: add audio overlay filter
[FFmpeg-devel] [PATCH] lavc/aarch64: fix include for cpu.h
2024-01-21 21:57 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] liavcodec: add bit-rate support to RoQ video encoder
2024-01-21 21:02 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] lavf/dvenc: improve error messaging
2024-01-21 19:18 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] doc/muxers: add dv
[FFmpeg-devel] 0001-fix-segment-fault-in-function-decode
2024-01-21 18:31 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] flv: fix stereo flag when writing PCMA/PCMU
2024-01-21 15:16 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] lavf/mpenenc: extend options definition
2024-01-21 6:38 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] doc/muxers: add MPEG-1/2 muxers section
[FFmpeg-devel] [PATCH] avformat/dump: only print streams within a group in verbose levels
2024-01-20 18:42 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 0/1] avfilter/vf_vpp_qsv: apply 3D LUT from file
2024-01-20 15:14 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/1] "
[FFmpeg-devel] [PATCH] lavc/vvc: Remove left shifts of negative values
2024-01-20 14:51 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] lavf/daudenc: clarify error messages
2024-01-20 14:11 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] doc/muxers: add daud
[FFmpeg-devel] [PATCH 1/2] lavf/dascenc: sort options by name
2024-01-20 12:53 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] doc/muxers/dash: review documentation
[FFmpeg-devel] [PATCH v3 1/2] doc/ffmpeg: update the documentation about qsv device creation
2024-01-20 11:48 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/2] doc/ffmpeg: update the documentation about vaapi "
[FFmpeg-devel] [PATCH] fftools/opt_common: show if muxer is device
2024-01-20 11:41 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v1 1/2] vaapi: add vaapi_cavs support
2024-01-20 4:20 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avcodec/speexdec: relax the extradata check for the speex string
2024-01-20 1:47 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/speexdec: fix setting frame_size from extradata
[FFmpeg-devel] [PATCH] avutil/eval: Use even better PRNG
2024-01-20 0:33 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] x86/tx_float: enable SIMD for sizes over 131072
2024-01-19 22:00 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avutil: add a Tile Grid API
2024-01-19 21:24 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat: add a Tile Grid stream group type
[FFmpeg-devel] [PATCH] Add DXV encoder with support for DXT1 texture format
2024-01-19 19:16 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] lavc/dxvenc: add "
[FFmpeg-devel] RISC-V vector DSP functions: Motivation for commit 446b009
2024-01-19 17:14 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] web/template_head2: fix broken anchor on 'Contribute' link
2024-01-19 14:45 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 2/8] avcodec/hevcdsp_template: reuse put/put_luma/put_chroma from h2656_inter_template
2024-01-19 13:51 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/8] avcodec/x86/hevc_mc: move put/put_uni to h26x/h2656_inter.asm
` [FFmpeg-devel] [PATCH 4/8] avcodec/x86/h26x/h2656_inter: add dststride to put
` [FFmpeg-devel] [PATCH 5/8] avcodec/vvcdec: reuse h26x/2656_inter.asm to enable x86 optimizations
` [FFmpeg-devel] [PATCH 6/8] tests/checkasm: add checkasm_check_vvc_mc
` [FFmpeg-devel] [PATCH 7/8] avcodec/x86/vvc: add avg and avg_w AVX2 optimizations
` [FFmpeg-devel] 回复: "
` [FFmpeg-devel] [PATCH 8/8] tests/checkasm/vvc_mc: add check_avg
[FFmpeg-devel] [PATCH v2 2/8] avcodec/hevcdsp_template: reuse put/put_luma/put_chroma from h2656_inter_template
2024-01-19 13:38 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 3/8] avcodec/x86/hevc_mc: move put/put_uni to h26x/h2656_inter.asm
` [FFmpeg-devel] [PATCH v2 4/8] avcodec/x86/h26x/h2656_inter: add dststride to put
` [FFmpeg-devel] [PATCH v2 5/8] avcodec/vvcdec: reuse h26x/2656_inter.asm to enable x86 optimizations
` [FFmpeg-devel] [PATCH v2 6/8] tests/checkasm: add checkasm_check_vvc_mc
` [FFmpeg-devel] [PATCH v2 7/8] avcodec/x86/vvc: add avg and avg_w AVX2 optimizations
` [FFmpeg-devel] [PATCH v2 8/8] tests/checkasm/vvc_mc: add check_avg
[FFmpeg-devel] [PATCH v2 1/8] avcodec/vvc/vvc_inter_template: move put/put_luma/put_chroma template to h2656_inter_template.c
2024-01-19 13:38 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] Revert "all: Don't set AVClass.item_name to its default value"
2024-01-19 13:04 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/vvcdec: allocate and store structs on their own within the table list
2024-01-19 4:33 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] Hardware purchase request: AVX512-capable laptop
2024-01-18 22:59 UTC (20+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc/dxvenc: add DXV encoder with support for DXT1 texture format
2024-01-18 20:55 UTC - mbox.gz / Atom
[FFmpeg-devel] Back port riscv: test for assembler support to 6.1
2024-01-18 19:12 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] x86/tx_float: AVX2 SIMD for R2C and C2R RDFTs
2024-01-18 18:52 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/8] avcodec/vvc/vvc_inter_template: move put/put_luma/put_chroma template to h2656_inter_template.c
2024-01-18 14:23 UTC - mbox.gz / Atom
[FFmpeg-devel] configure doesn't seem to use pkg-config flags?
2024-01-18 13:31 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v1 0/5] Add support for H266/VVC encoding
2024-01-18 10:43 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v1 2/5] avformat: add muxer support for H266/VVC
[FFmpeg-devel] [PATCH 0/7] Container level frame cropping parameters
2024-01-17 18:39 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 7/7] fftools/ffplay: support applying container level cropping
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