Messages by Date
-
2025/06/17
Re: [FFmpeg-devel] [PATCH] avformat/demux: Add allow_codec_changes option to AVFormatContext
Pavel Koshevoy
-
2025/06/17
Re: [FFmpeg-devel] [PATCH] avformat/demux: Add allow_codec_changes option to AVFormatContext
Pavel Koshevoy
-
2025/06/17
Re: [FFmpeg-devel] [PATCH 0/3] tests/fate: Improvements for running FATE on Windows/MSYS2
softworkz .
-
2025/06/17
Re: [FFmpeg-devel] [PATCH v4 13/13] avfilter/x86/f_ebur128: implement AVX true peak calculation
Niklas Haas
-
2025/06/17
Re: [FFmpeg-devel] [PATCH WIP 01/10] ffbuild/bin2c: Use zlib directly instead of gzip
softworkz .
-
2025/06/17
Re: [FFmpeg-devel] [PATCH 0/3] tests/fate: Improvements for running FATE on Windows/MSYS2
Kacper Michajlow
-
2025/06/17
Re: [FFmpeg-devel] graph.{html,css} embed failure on Windows build
Kacper Michajlow
-
2025/06/17
[FFmpeg-devel] [PATCH v4 08/13] avfilter/f_ebur128: remove pointless macro
Niklas Haas
-
2025/06/17
[FFmpeg-devel] [PATCH v4 06/13] avfilter/f_ebur128: split off C implementation to separate function
Niklas Haas
-
2025/06/17
[FFmpeg-devel] [PATCH v4 09/13] avfilter/f_ebur128: move true peak calculation out of main loop
Niklas Haas
-
2025/06/17
[FFmpeg-devel] [PATCH v4 13/13] avfilter/x86/f_ebur128: implement AVX true peak calculation
Niklas Haas
-
2025/06/17
[FFmpeg-devel] [PATCH v4 12/13] avfilter/f_ebur128: move true peak calculation to DSP function
Niklas Haas
-
2025/06/17
[FFmpeg-devel] [PATCH v4 11/13] avfilter/f_ebur128: move variable declarations to usage site
Niklas Haas
-
2025/06/17
[FFmpeg-devel] [PATCH v4 07/13] avfilter/x86/f_ebur128: add x86 AVX implementation
Niklas Haas
-
2025/06/17
[FFmpeg-devel] [PATCH v4 10/13] avfilter/f_ebur128: lift sample peak calculation out of main loop
Niklas Haas
-
2025/06/17
[FFmpeg-devel] [PATCH v4 05/13] avfilter/f_ebur128: move weights and cache to EBUR128DSPContext
Niklas Haas
-
2025/06/17
[FFmpeg-devel] [PATCH v4 04/13] avfilter/f_ebur128: use a single packed array for the integrator cache
Niklas Haas
-
2025/06/17
[FFmpeg-devel] [PATCH v4 01/13] avfilter/f_ebur128: use transformed direct form II
Niklas Haas
-
2025/06/17
[FFmpeg-devel] [PATCH v4 02/13] avfilter/f_ebur128: simplify sample cache array
Niklas Haas
-
2025/06/17
[FFmpeg-devel] [PATCH v4 03/13] avfilter/f_ebur128: use structs for biquad weights
Niklas Haas
-
2025/06/17
[FFmpeg-devel] [PATCH] avcodec/aac_parser: fix aac profile probing
Nicolas Gaullier
-
2025/06/17
[FFmpeg-devel] [PATCH v7] libavcodec/riscv: add RVV optimized idct_32x32_8 for HEVC
daichengrong
-
2025/06/17
Re: [FFmpeg-devel] [PATCH WIP 01/10] ffbuild/bin2c: Use zlib directly instead of gzip
Nicolas George
-
2025/06/17
Re: [FFmpeg-devel] [PATCH] configure: fix Microsoft tools detection
Martin Storsjö
-
2025/06/17
[FFmpeg-devel] [PATCH v3] avcodec/h264: fixed qp table attach for h264
Timothee
-
2025/06/16
[FFmpeg-devel] [PATCH] avcodec/mips: fix build failure when only specific decoders enabled
Peter Ross
-
2025/06/16
Re: [FFmpeg-devel] [PATCH 0/3] tests/fate: Improvements for running FATE on Windows/MSYS2
softworkz .
-
2025/06/16
Re: [FFmpeg-devel] graph.{html,css} embed failure on Windows build
softworkz .
-
2025/06/16
Re: [FFmpeg-devel] [PATCH v3] checkasm/h264dsp: Fix stack overflow in check_idct_dequant
Zhao Zhili
-
2025/06/16
[FFmpeg-devel] [PATCH 3/3] avcodec/osq: Switch back to av_ceil_log2()
Michael Niedermayer
-
2025/06/16
[FFmpeg-devel] [PATCH 2/3] avcodec/osq: Add note about update_stats() count
Michael Niedermayer
-
2025/06/16
[FFmpeg-devel] [PATCH 1/3] avcodec/osq: Fix signed integer overflow in update_stats()
Michael Niedermayer
-
2025/06/16
Re: [FFmpeg-devel] [PATCH 0/3] tests/fate: Improvements for running FATE on Windows/MSYS2
Kacper Michajlow
-
2025/06/16
Re: [FFmpeg-devel] [PATCH 4/7] avfilter/avfilter: simplify processing sinks without activate callback
Andreas Rheinhardt
-
2025/06/16
[FFmpeg-devel] [PATCH] avfilter: add pad_cuda filter
Jorge Estrada
-
2025/06/16
Re: [FFmpeg-devel] [PATCH 0/3] tests/fate: Improvements for running FATE on Windows/MSYS2
softworkz .
-
2025/06/16
[FFmpeg-devel] [PATCH 4/7] avfilter/avfilter: simplify processing sinks without activate callback
Marton Balint
-
2025/06/16
[FFmpeg-devel] [PATCH 5/7] avfilter/af_aresample: merge request_frame into activate function
Marton Balint
-
2025/06/16
Re: [FFmpeg-devel] [PATCH 4/7] avfilter/avfilter: simplify processing sinks without activate callback
Marton Balint
-
2025/06/16
Re: [FFmpeg-devel] [PATCH 4/7] avfilter/avfilter: simplify processing sinks without activate callback
Andreas Rheinhardt
-
2025/06/16
[FFmpeg-devel] [PATCH 7/7] avfilter/af_aresample: rework activate logic to follow the advised flow more strictly
Marton Balint
-
2025/06/16
[FFmpeg-devel] [PATCH 6/7] avfilter/af_aresample: make aresample return FFERROR_NOT_READY when no progress can be made
Marton Balint
-
2025/06/16
[FFmpeg-devel] [PATCH 3/7] avfilter/f_select: port to activate
Marton Balint
-
2025/06/16
[FFmpeg-devel] [PATCH 2/7] avfilter/split: consume all frames before forwarding inlink status
Marton Balint
-
2025/06/16
[FFmpeg-devel] [PATCH 1/7] fftools/ffmpeg_filter: simplify control flow in read_frames
Marton Balint
-
2025/06/16
Re: [FFmpeg-devel] [PATCH 0/3] tests/fate: Improvements for running FATE on Windows/MSYS2
Kacper Michajlow
-
2025/06/16
Re: [FFmpeg-devel] [PATCH WIP 01/10] ffbuild/bin2c: Use zlib directly instead of gzip
Andreas Rheinhardt
-
2025/06/16
Re: [FFmpeg-devel] [PATCH WIP 01/10] ffbuild/bin2c: Use zlib directly instead of gzip
softworkz .
-
2025/06/16
Re: [FFmpeg-devel] Fwd: [PATCH v2] avcodec/h264: fixed qp table attach for h264
Andreas Rheinhardt
-
2025/06/16
Re: [FFmpeg-devel] [PATCH 1/7] avutil: add an API to handle 3D Reference Displays Information
Andreas Rheinhardt
-
2025/06/16
Re: [FFmpeg-devel] [PATCH WIP 01/10] ffbuild/bin2c: Use zlib directly instead of gzip
softworkz .
-
2025/06/16
[FFmpeg-devel] [PATCH] avfilter/vf_scale: set correct AVFrame SAR if reset_sar=1
Niklas Haas
-
2025/06/16
[FFmpeg-devel] [PATCH 1/2] hwcontext_vulkan: add workaround for BROKEN nvidia crap
Lynne
-
2025/06/16
[FFmpeg-devel] [PATCH 2/2] hwcontext_vulkan: enable unified image layouts
Lynne
-
2025/06/16
Re: [FFmpeg-devel] [PATCH] avfilter/vf_scale: set correct AVFrame SAR if reset_sar=1
Gyan Doshi
-
2025/06/16
Re: [FFmpeg-devel] [PATCH WIP 01/10] ffbuild/bin2c: Use zlib directly instead of gzip
Andreas Rheinhardt
-
2025/06/16
Re: [FFmpeg-devel] [PATCH WIP 01/10] ffbuild/bin2c: Use zlib directly instead of gzip
Andreas Rheinhardt
-
2025/06/16
Re: [FFmpeg-devel] [PATCH v3] checkasm/h264dsp: Fix stack overflow in check_idct_dequant
Andreas Rheinhardt
-
2025/06/16
Re: [FFmpeg-devel] [PATCH] checkasm/h264dsp: Fix stack-buffer-overflow, effective-type violations
Andreas Rheinhardt
-
2025/06/16
[FFmpeg-devel] [PATCH 3/3] avfilter/vf_libplaceb: add `reset_sar` option
Niklas Haas
-
2025/06/16
[FFmpeg-devel] [PATCH 1/3] avfilter/vf_libplacebo: list AV_PIX_FMT_VULKAN first
Niklas Haas
-
2025/06/16
[FFmpeg-devel] [PATCH 2/3] avfilter/vf_libplacebo: correctly update SAR to reflect scaled result
Niklas Haas
-
2025/06/16
Re: [FFmpeg-devel] [PATCH 1/7] avutil: add an API to handle 3D Reference Displays Information
James Almer
-
2025/06/16
Re: [FFmpeg-devel] [PATCH 1/7] avutil: add an API to handle 3D Reference Displays Information
Timo Rothenpieler
-
2025/06/16
Re: [FFmpeg-devel] [PATCH 2/2] avfilter/vf_libplacebo: Use new vulkan queue API
Niklas Haas
-
2025/06/16
Re: [FFmpeg-devel] [PATCH] avfilter: add pad_npp filter
Jorge Estrada
-
2025/06/16
Re: [FFmpeg-devel] [PATCH] checkasm/h264dsp: Fix stack-buffer-overflow, effective-type violations
Tristan Matthews via ffmpeg-devel
-
2025/06/16
Re: [FFmpeg-devel] [PATCH] avutil/hwcontext_vulkan: Query the correct format
Zhao Zhili
-
2025/06/16
Re: [FFmpeg-devel] [PATCH v2 05/13] avfilter/f_ebur128: move weights and cache to EBUR128DSPContext
Michael Niedermayer
-
2025/06/16
[FFmpeg-devel] [PATCH 1/2] fftools/ffplay_renderer: Use new vulkan queue API
Zhao Zhili
-
2025/06/16
[FFmpeg-devel] [PATCH 2/2] avfilter/vf_libplacebo: Use new vulkan queue API
Zhao Zhili
-
2025/06/16
Re: [FFmpeg-devel] [PATCH v2] avcodec/libwebpdec: Add libwebp WebP decoder.
Michael Niedermayer
-
2025/06/16
Re: [FFmpeg-devel] [PATCH v2 07/13] avfilter/x86/f_ebur128: add x86 AVX implementation
Michael Niedermayer
-
2025/06/16
Re: [FFmpeg-devel] Status of animated WebP decoding support (ticket #4907; patches from 2024/2025)
Michael Niedermayer
-
2025/06/16
Re: [FFmpeg-devel] [PATCH 2/2] checkasm: h264dsp: test luma_dc_dequant
Michael Niedermayer
-
2025/06/16
Re: [FFmpeg-devel] [PATCH] configure: fix Microsoft tools detection
Kacper Michajlow
-
2025/06/16
Re: [FFmpeg-devel] [FFmpeg-cvslog] hwcontext_vulkan: use host image copy
Martin Storsjö
-
2025/06/16
Re: [FFmpeg-devel] [PATCH 1/7] avutil: add an API to handle 3D Reference Displays Information
James Almer
-
2025/06/16
Re: [FFmpeg-devel] [PATCH v2 09/13] avfilter/f_ebur128: move true peak calculation out of main loop
Niklas Haas
-
2025/06/16
Re: [FFmpeg-devel] [PATCH 1/7] avutil: add an API to handle 3D Reference Displays Information
James Almer
-
2025/06/16
Re: [FFmpeg-devel] Fwd: [PATCH v2] avcodec/h264: fixed qp table attach for h264
Timothee
-
2025/06/16
Re: [FFmpeg-devel] [PATCH 1/7] avutil: add an API to handle 3D Reference Displays Information
Timo Rothenpieler
-
2025/06/16
Re: [FFmpeg-devel] [PATCH v6 00/18] swscale: new ops framework
Niklas Haas
-
2025/06/16
Re: [FFmpeg-devel] [PATCH] avfilter/vf_thumbnail: support high bit depth formats
Niklas Haas
-
2025/06/16
Re: [FFmpeg-devel] [PATCH v3] checkasm/h264dsp: Fix stack overflow in check_idct_dequant
Zhao Zhili
-
2025/06/16
[FFmpeg-devel] [PATCH v2 05/13] avfilter/f_ebur128: move weights and cache to EBUR128DSPContext
Niklas Haas
-
2025/06/16
[FFmpeg-devel] [PATCH v2 13/13] avfilter/x86/f_ebur128: implement AVX true peak calculation
Niklas Haas
-
2025/06/16
[FFmpeg-devel] [PATCH v2 12/13] avfilter/f_ebur128: move true peak calculation to DSP function
Niklas Haas
-
2025/06/16
[FFmpeg-devel] [PATCH v2 04/13] avfilter/f_ebur128: use a single packed array for the integrator cache
Niklas Haas
-
2025/06/16
[FFmpeg-devel] [PATCH v2 09/13] avfilter/f_ebur128: move true peak calculation out of main loop
Niklas Haas
-
2025/06/16
[FFmpeg-devel] [PATCH v2 08/13] avfilter/f_ebur128: remove pointless macro
Niklas Haas
-
2025/06/16
[FFmpeg-devel] [PATCH v2 03/13] avfilter/f_ebur128: use structs for biquad weights
Niklas Haas
-
2025/06/16
[FFmpeg-devel] [PATCH v2 11/13] avfilter/f_ebur128: move variable declarations to usage site
Niklas Haas
-
2025/06/16
[FFmpeg-devel] [PATCH v2 10/13] avfilter/f_ebur128: lift sample peak calculation out of main loop
Niklas Haas
-
2025/06/16
[FFmpeg-devel] [PATCH v2 07/13] avfilter/x86/f_ebur128: add x86 AVX implementation
Niklas Haas
-
2025/06/16
[FFmpeg-devel] [PATCH v2 02/13] avfilter/f_ebur128: simplify sample cache array
Niklas Haas
-
2025/06/16
[FFmpeg-devel] [PATCH v2 06/13] avfilter/f_ebur128: split off C implementation to separate function
Niklas Haas
-
2025/06/16
[FFmpeg-devel] [PATCH v2 01/13] avfilter/f_ebur128: use transformed direct form II
Niklas Haas
-
2025/06/16
Re: [FFmpeg-devel] [PATCH v2 07/13] avfilter/x86/f_ebur128: add x86 AVX implementation
Niklas Haas
-
2025/06/16
Re: [FFmpeg-devel] [PATCH v2 07/13] avfilter/x86/f_ebur128: add x86 AVX implementation
Niklas Haas
-
2025/06/16
Re: [FFmpeg-devel] [PATCH] avfilter: add pad_npp filter
Timo Rothenpieler
-
2025/06/16
Re: [FFmpeg-devel] [PATCH v3] checkasm/h264dsp: Fix stack overflow in check_idct_dequant
Andreas Rheinhardt
-
2025/06/16
[FFmpeg-devel] [PATCH] checkasm/h264dsp: Fix stack-buffer-overflow, effective-type violations
Andreas Rheinhardt
-
2025/06/16
[FFmpeg-devel] [PATCH v5] checkasm/h264dsp: Fix stack overflow in check_idct_dequant
Zhao Zhili
-
2025/06/16
Re: [FFmpeg-devel] [PATCH v4] checkasm/h264dsp: Fix stack overflow in check_idct_dequant
Zhao Zhili
-
2025/06/16
[FFmpeg-devel] [PATCH v4] checkasm/h264dsp: Fix stack overflow in check_idct_dequant
Zhao Zhili
-
2025/06/16
[FFmpeg-devel] Status of animated WebP decoding support (ticket #4907; patches from 2024/2025)
Osmo Hyttinen
-
2025/06/16
Re: [FFmpeg-devel] [PATCH v3] checkasm/h264dsp: Fix stack overflow in check_idct_dequant
Zhao Zhili
-
2025/06/16
Re: [FFmpeg-devel] [PATCH v3] checkasm/h264dsp: Fix stack overflow in check_idct_dequant
Andreas Rheinhardt
-
2025/06/16
[FFmpeg-devel] [PATCH v3] checkasm/h264dsp: Fix stack overflow in check_idct_dequant
Zhao Zhili
-
2025/06/16
Re: [FFmpeg-devel] Fwd: [PATCH v2] avcodec/h264: fixed qp table attach for h264
Andreas Rheinhardt
-
2025/06/16
[FFmpeg-devel] Fwd: [PATCH v2] avcodec/h264: fixed qp table attach for h264
Timothee
-
2025/06/16
Re: [FFmpeg-devel] [PATCH] checkasm/h264dsp: Fix stack overflow in check_idct_dequant
Andreas Rheinhardt
-
2025/06/16
Re: [FFmpeg-devel] [PATCH v6] gcc: Don't disable '-ftree-vectorize' if gcc version is 13 or newer
Kieran Kunhya via ffmpeg-devel
-
2025/06/16
Re: [FFmpeg-devel] [PATCH v6] gcc: Don't disable '-ftree-vectorize' if gcc version is 13 or newer
Reto Kromer via ffmpeg-devel
-
2025/06/16
Re: [FFmpeg-devel] [PATCH v6] gcc: Don't disable '-ftree-vectorize' if gcc version is 13 or newer
Reto Kromer via ffmpeg-devel
-
2025/06/16
Re: [FFmpeg-devel] [PATCH v6] gcc: Don't disable '-ftree-vectorize' if gcc version is 13 or newer
Martin Storsjö
-
2025/06/16
Re: [FFmpeg-devel] [PATCH] checkasm/h264dsp: Fix stack overflow in check_idct_dequant
Zhao Zhili
-
2025/06/16
[FFmpeg-devel] [PATCH v6] gcc: Don't disable '-ftree-vectorize' if gcc version is 13 or newer
Martin Storsjö
-
2025/06/16
Re: [FFmpeg-devel] [PATCH] configure: fix Microsoft tools detection
Martin Storsjö
-
2025/06/16
[FFmpeg-devel] [PATCH v2] checkasm/h264dsp: Fix stack overflow in check_idct_dequant
Zhao Zhili
-
2025/06/16
Re: [FFmpeg-devel] [PATCH v5] gcc: Don't disable '-ftree-vectorize' if gcc version higher than 13.
Martin Storsjö
-
2025/06/16
Re: [FFmpeg-devel] [PATCH] checkasm/h264dsp: Fix stack overflow in check_idct_dequant
Andreas Rheinhardt
-
2025/06/16
Re: [FFmpeg-devel] [PATCH] checkasm/h264dsp: Fix stack overflow in check_idct_dequant
Martin Storsjö
-
2025/06/15
Re: [FFmpeg-devel] [PATCH 2/2] checkasm: h264dsp: test luma_dc_dequant
Zhao Zhili
-
2025/06/15
[FFmpeg-devel] [PATCH] checkasm/h264dsp: Fix stack overflow in check_idct_dequant
Zhao Zhili
-
2025/06/15
Re: [FFmpeg-devel] [PATCH] avfilter: add pad_npp filter
Jorge Estrada
-
2025/06/15
Re: [FFmpeg-devel] [PATCH] avfilter: add pad_npp filter
Timo Rothenpieler
-
2025/06/15
[FFmpeg-devel] [PATCH] avfilter: add pad_npp filter
Jorge Estrada
-
2025/06/15
Re: [FFmpeg-devel] [PATCH 2/2] checkasm: h264dsp: test luma_dc_dequant
Michael Niedermayer
-
2025/06/15
Re: [FFmpeg-devel] [PATCH] avformat/rtmpproto: fix rmtp packet leak in gen_connect()
Michael Niedermayer
-
2025/06/15
Re: [FFmpeg-devel] [PATCH v5 3/3] lavc/dxvenc: improve compatibility with Resolume products
Emma Worley
-
2025/06/15
[FFmpeg-devel] [PATCH] avformat/demux: Add allow_codec_changes option to AVFormatContext
Pavel Koshevoy
-
2025/06/15
Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add -reprobe_stream_if_pmt_es_stream_type_changes option
Pavel Koshevoy
-
2025/06/15
Re: [FFmpeg-devel] [RFC] statictrac, trac and caching
Michael Niedermayer
-
2025/06/15
Re: [FFmpeg-devel] Forensics Was: [RFC] statictrac, trac and caching
Michael Niedermayer
-
2025/06/15
Re: [FFmpeg-devel] [PATCH] Fix typos
Timo Rothenpieler
-
2025/06/15
Re: [FFmpeg-devel] [PATCH] avformat/dump: lowercase 'Start' prefix for start offset
Marth64
-
2025/06/15
Re: [FFmpeg-devel] [PATCH 1/6] avfilter/vf_overlay: Don't perform UB pointer arithmetic
Andreas Rheinhardt
-
2025/06/15
Re: [FFmpeg-devel] [PATCH 1/3] avformat/dhav: Fix check for seekability
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 01/47] avcodec/mpeg4videodec: Don't zero blocks twice
Andreas Rheinhardt
-
2025/06/15
Re: [FFmpeg-devel] [PATCH] Fix typos
Clément Péron
-
2025/06/15
[FFmpeg-devel] [PATCH 27/47] avcodec/ituh263dec: Simplify AIC handling
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 45/47] avcodec/ituh263enc: Simplify encoding umotion vectors
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 44/47] avcodec/mpeg4video: Move ff_mpeg4_pred_dc() to decoder
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 29/47] avcodec/flvenc: Combine writing bits
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 11/47] avcodec/mpegvideo_enc: Remove always-true branch
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 24/47] avcodec/mpegvideo: Don't zero unnecessarily
Andreas Rheinhardt
-
2025/06/15
Re: [FFmpeg-devel] [RFC] statictrac, trac and caching
Marth64
-
2025/06/15
[FFmpeg-devel] [PATCH 47/47] avcodec/mpeg4videoenc: Fix data race when using AC prediction
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 10/47] avcodec/mpeg_er: Mark ff_mpeg_er_init() as av_cold
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 46/47] avcodec/mpegvideo: Reduce stack usage when copying MpegEncContext
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 43/47] avcodec/{ituh263, mpeg4video}enc: Simplify out-of-slice DC prediction
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 42/47] avcodec/mpegvideo: Allocate dc_val for each encoder slice
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 41/47] avcodec/vc1: Only keep mb_type[0]
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 40/47] avcodec/mpegvideo: Only keep MpegEncContext.dc_val[0]
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 39/47] avcodec/mpegvideo: Zero-init mbintra_table
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 38/47] avcodec/mpegvideo: Allocate ac_val jointly
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 36/47] avcodec/mpeg4video: Don't use ac_val[1], ac_val[2] when cleaning buffers
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 37/47] avcodec/mpegvideo: Only use a single ac_val pointer
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 35/47] avcodec/mpegvideo: Combine stores
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 34/47] avcodec/mpegvideo: Don't reset AC values of upper-left luma block
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 33/47] avcodec/mpegvideo: Provide alignment hint to compiler
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 32/47] avcodec/mpegvideo: Avoid {a, d}c_val[{1, 2}]
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 31/47] avcodec/mpegvideo: Redo resetting intra table entry
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 30/47] avcodec/flvenc: Move ff_flv2_encode_ac_esc() to ituh263enc.c
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 28/47] avcodec/ituh263enc: Simplify AIC handling
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 26/47] avcodec/mpegvideo_enc: Simplify allocating non-slice buffers
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 25/47] avcodec/mpegvideo: Defer init of enc slice ctxs in ff_mpv_common_init()
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 23/47] avcodec/mpegvideo: Don't reset thread_context ptrs unnecessarily
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 21/47] configure: Relax diracdec->mpegvideoenc dependency
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 22/47] configure: Relax snowenc->mpegvideoenc dependency
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 20/47] configure: Relax svq1enc->mpegvideoenc dependency
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 19/47] configure: Factor mpegvideoencdsp out of mpegvideoenc
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 17/47] avcodec/svq1enc: Set MpegEncContext.avctx only once
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 18/47] avcodec/svq1enc: Don't initialize unneeded block_index
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 16/47] avcodec/svq1enc: Remove write-only c_block_{width, height}
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 14/47] avcodec/svq1enc: Allocate motion_val{8, 16} during init
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 15/47] avcodec/svq1enc: Stop calling ff_mpv_common_init()
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 12/47] avcodec/motion_est: Fix indentation
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 13/47] avcodec/svq1enc: Don't free scratchbuf upon error
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 08/47] avcodec/mpeg12dec: Don't store block_last_index unnecessarily
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 09/47] avcodec/rv10: Avoid indirection when reading VLC codes
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 07/47] avcodec/ituh263enc: Fix indentation
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 06/47] avcodec/ituh263enc: Don't use array unnecessarily
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 04/47] avcodec/ituh263dec: Don't process unnecessarily many coefficients
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 05/47] avcodec/ituh263dec: Remove redundant store
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 03/47] avcodec/rv10: Perform RV20 check only for RV20
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 02/47] avcodec/rv10: Perform RV20 initialization during init
Andreas Rheinhardt
-
2025/06/15
[FFmpeg-devel] [PATCH 00/47] avcodec/mpeg4videodec: Don't zero blocks twice
ffmpegagent
-
2025/06/15
Re: [FFmpeg-devel] [RFC] statictrac, trac and caching
Michael Niedermayer
-
2025/06/15
Re: [FFmpeg-devel] [RFC] statictrac, trac and caching
Michael Niedermayer
-
2025/06/15
Re: [FFmpeg-devel] [RFC] statictrac, trac and caching
Michael Niedermayer
-
2025/06/15
Re: [FFmpeg-devel] Forensics Was: [RFC] statictrac, trac and caching
Derek Buitenhuis
-
2025/06/15
Re: [FFmpeg-devel] [PATCH] avformat/hls: fix typo There is an extra space in the original comment
Marth64
-
2025/06/15
Re: [FFmpeg-devel] Forensics Was: [RFC] statictrac, trac and caching
Michael Niedermayer
-
2025/06/15
Re: [FFmpeg-devel] [PATCH] Fixed null dereference in ffplay
Emma Romano via ffmpeg-devel
-
2025/06/15
Re: [FFmpeg-devel] [RFC] statictrac, trac and caching
Marth64
-
2025/06/15
Re: [FFmpeg-devel] [PATCH] Fix typos
Gyan Doshi
-
2025/06/15
[FFmpeg-devel] Forensics Was: [RFC] statictrac, trac and caching
Michael Niedermayer