ffmpeg-cvslog
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/05/28
[FFmpeg-cvslog] configure: Use MSYSTEM_CARCH for default arch on msys2
Coia Prant
2025/05/27
[FFmpeg-cvslog] avformat/matroska: Support JPEG2000 for demuxing
Andreas Rheinhardt
2025/05/27
[FFmpeg-cvslog] avformat/matroskaenc: Use native id V_FFV1 instead of V_MS/VFW/FOURCC
Andreas Rheinhardt
2025/05/27
[FFmpeg-cvslog] fftools/tf_mermaid: Add missing uninit and fix leaks
softworkz
2025/05/27
[FFmpeg-cvslog] fftools/ffmpeg: Free print_graph option variables
softworkz
2025/05/27
[FFmpeg-cvslog] fftools/graphprint: Fix memory leaks
softworkz
2025/05/27
[FFmpeg-cvslog] fftools/makefile: Remove resources from ffprobe
softworkz
2025/05/27
[FFmpeg-cvslog] ffbuild: correctly silence and tag new css/html steps
Timo Rothenpieler
2025/05/27
[FFmpeg-cvslog] fftools/resources: add missing extensions to .gitignore
Timo Rothenpieler
2025/05/27
[FFmpeg-cvslog] avformat/matroskadec: Fix VfW extradata size
Andreas Rheinhardt
2025/05/27
[FFmpeg-cvslog] ffv1enc_vulkan: allow slicecrc=2
Lynne
2025/05/27
[FFmpeg-cvslog] swscale/utils: Fix potential race when initializing xyz tables
Andreas Rheinhardt
2025/05/27
[FFmpeg-cvslog] avcodec/ffv1enc: Fix explicitly set -slicecrc 2
Andreas Rheinhardt
2025/05/27
[FFmpeg-cvslog] avcodec/vc2enc: Use LUT to avoid repeated av_log2()
Andreas Rheinhardt
2025/05/26
[FFmpeg-cvslog] vulkan_ffv1: fix golomb coding for non-RGB streams
Lynne
2025/05/26
[FFmpeg-cvslog] vulkan_ffv1: small cleanup for golomb
Lynne
2025/05/26
[FFmpeg-cvslog] Makefile: Split ALLFFLIBS
Michael Niedermayer
2025/05/26
[FFmpeg-cvslog] avformat/movenc: disallow buggy flags combination
Gyan Doshi
2025/05/26
[FFmpeg-cvslog] avcodec/x86/vp9: Add AVX-512ICL for 16x16 and 32x32 10bpc inverse transforms
Henrik Gramner
2025/05/26
[FFmpeg-cvslog] configure: Use MSYSTEM_CARCH for default arch on msys2
Coia Prant
2025/05/25
[FFmpeg-cvslog] avcodec/mpegvideo: Move mpeg_quant to {Mpeg4Dec,MPVEnc}Context
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/mpegvideo: Check h263_aic, not h263_plus for allocating dc_val
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/mpeg4videodec: Remove unnecessary ff_xvid_idct_init()
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/mpeg4videodec: Use union to save space
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/mpegvideo: Remove h263_plus
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/ituh263enc: Don't use h263_plus field
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/mpegvideo_dec: Simplify check for unquantizing inter blocks
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/mpegvideo_dec: Document which codecs take which codepath
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/xvididct: Remove always-true checks
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/mpeg4videoenc: Use smaller scope for variable
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Reduce stack usage
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/idctdsp: Only try to initialize xvid idct if it is used
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Set gob_index once during init
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/mpeg4video: Nuke ff_mpeg4_init_rl_intra()
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/mpeg4videoenc: Split writing blocks into intra and inter
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/mpeg4videoenc: Remove no-output code
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/mpeg4videoenc: Simplify creating LUT
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/mpeg4videodec: Don't initialize unused parts of RLTables
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/h263dec: Move calculating gob_index to {intel,itu}h263dec.c
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/asvenc: Combine writing bits
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/pcm: Use av_unreachable() for unreachable code
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/asvenc: Simplify writing extradata
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/h263dec: Use av_unreachable() for unreachable code
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/msmpeg4dec: Use av_unreachable() for unreachable code
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Use av_unreachable() for unreachable code
Andreas Rheinhardt
2025/05/25
[FFmpeg-cvslog] avcodec/asvenc: Don't waste bits encoding non-visible part
Andreas Rheinhardt
2025/05/24
[FFmpeg-cvslog] lavc/h2645_parse: More descriptive NALU header error
Frank Plowman
2025/05/24
[FFmpeg-cvslog] lavc/vvc: Fix divide-by-zero in LMCS param derivation
Frank Plowman
2025/05/24
[FFmpeg-cvslog] lavc/vvc: Avoid UB in DB strength derivation for PLT CUs
Frank Plowman
2025/05/24
[FFmpeg-cvslog] lavc/vvc: Detect subpic overlaps at CTU level
Frank Plowman
2025/05/23
[FFmpeg-cvslog] lavc/vvc/plt: validate run and signalled_entries
Nuo Mi
2025/05/23
[FFmpeg-cvslog] aacdec_ac: fix signed overflow in ff_aac_ac_update_context()
Lynne
2025/05/23
[FFmpeg-cvslog] ffv1enc_vulkan: fix array overflow
Maxime Gervais
2025/05/23
[FFmpeg-cvslog] tests/fate/ac3: Make ac3-fixed-encode-2 bitexact across arches
Andreas Rheinhardt
2025/05/23
[FFmpeg-cvslog] avfilter/vf_libplacebo: add shader_cache option
Niklas Haas
2025/05/23
[FFmpeg-cvslog] avfilter/vf_libplacebo: implement rotation option
Niklas Haas
2025/05/22
[FFmpeg-cvslog] avcodec/lcevcdec: don't try to write to output frames directly
James Almer
2025/05/22
[FFmpeg-cvslog] avformat/imfdec: inherit opaque from parent AVFormatContext
Kacper Michajłow
2025/05/22
[FFmpeg-cvslog] avformat/matroskadec: Accept WebVTT subtitles with empty cues
Marcos Del Sol Vives via ffmpeg-devel
2025/05/22
[FFmpeg-cvslog] avfilter/avfiltergraph: fix regression in picking channel layout
Paul B Mahol
2025/05/22
[FFmpeg-cvslog] avfilter/avfiltergraph: fix regression in picking channel layout
Paul B Mahol
2025/05/22
[FFmpeg-cvslog] avfilter/avfiltergraph: fix regression in picking channel layout
Paul B Mahol
2025/05/22
[FFmpeg-cvslog] avfilter/avfiltergraph: fix regression in picking channel layout
Paul B Mahol
2025/05/22
[FFmpeg-cvslog] avfilter/avfiltergraph: fix regression in picking channel layout
Paul B Mahol
2025/05/22
[FFmpeg-cvslog] avfilter/avfiltergraph: fix regression in picking channel layout
Paul B Mahol
2025/05/22
[FFmpeg-cvslog] avcodec/lcevcdec: don't try to write to output frames directly
James Almer
2025/05/22
[FFmpeg-cvslog] tests/fate/ac3: add a second ac3_fixed encoder test
James Almer
2025/05/22
[FFmpeg-cvslog] swscale/swscale_unscaled: fix planarCopyWrapper() for yuv444p => yuva444p
Ramiro Polla
2025/05/22
[FFmpeg-cvslog] swscale/swscale_unscaled: fix planarRgbToplanarRgbWrapper() for formats with bpc between 9-14 bits
Ramiro Polla
2025/05/22
[FFmpeg-cvslog] build: remove unused SLIBOBJS variable
Ramiro Polla
2025/05/22
[FFmpeg-cvslog] swscale/swscale_unscaled: fix packed30togbra10() for formats with bpc between 9-14 bits
Ramiro Polla
2025/05/22
[FFmpeg-cvslog] swscale/swscale_unscaled: fix packed16togbra16() for formats with bpc between 9-14 bits
Ramiro Polla
2025/05/22
[FFmpeg-cvslog] doc/examples/qsv_decode: use av_err2str
Tristan Matthews
2025/05/22
[FFmpeg-cvslog] doc/examples/filter_audio: use av_err2str
Tristan Matthews
2025/05/22
[FFmpeg-cvslog] vulkan/ffv1: fix sync issue in cached bitstream reader/writer
Lynne
2025/05/22
[FFmpeg-cvslog] rtpdec: Set bitrate for pcm-mulaw audio
Erik Linge
2025/05/22
[FFmpeg-cvslog] libavformat/rtpdec_opus: Set duration field on Opus AVPacket
Jonathan Baudanza
2025/05/22
[FFmpeg-cvslog] libavformat/rtpdec_opus: add fmtp parsing of sprop-maxcapturerate
Erik Linge
2025/05/22
[FFmpeg-cvslog] avformat/dhav: fix backward scanning for get_duration and optimize seeking
Justin Ruggles
2025/05/22
[FFmpeg-cvslog] avutil/refstruct: Remove redundant check
Andreas Rheinhardt
2025/05/21
[FFmpeg-cvslog] avfilter/vf_interlace_vulkan: fix FPS and PTS calculation
Niklas Haas
2025/05/21
[FFmpeg-cvslog] avcodec/amfenc_h264: improve B-frame usability and simplify options
Dmitrii Ovchinnikov
2025/05/21
[FFmpeg-cvslog] avcodec/vlc: Make code more readable with av_unreachable()
Andreas Rheinhardt
2025/05/21
[FFmpeg-cvslog] avutil/avassert: Add av_unreachable() and av_assume() macros
Andreas Rheinhardt
2025/05/21
[FFmpeg-cvslog] avcodec/atrac3: Use av_unreachable() instead of av_assert1(0)
Andreas Rheinhardt
2025/05/21
[FFmpeg-cvslog] avcodec/mjpegenc_common: Use av_unreachable() instead of av_assert0(0)
Andreas Rheinhardt
2025/05/21
[FFmpeg-cvslog] avcodec/4xm: Use av_unreachable() instead of av_assert0(0)
Andreas Rheinhardt
2025/05/21
[FFmpeg-cvslog] avcodec/adpcm: Use av_unreachable() instead of av_assert0()
Andreas Rheinhardt
2025/05/21
[FFmpeg-cvslog] avcodec/vp9: Replace av_assert(0) by av_unreachable()
Andreas Rheinhardt
2025/05/21
[FFmpeg-cvslog] avcodec/mpegvideo encs: Add put_bits_assume_flushed() to encode_header
Andreas Rheinhardt
2025/05/21
[FFmpeg-cvslog] avcodec/rv20enc: Use av_assert1() instead of av_assert0()
Andreas Rheinhardt
2025/05/21
[FFmpeg-cvslog] avcodec/mpeg4videodec: Mark impossible switch case as unreachable
Andreas Rheinhardt
2025/05/21
[FFmpeg-cvslog] avcodec/wmaenc: Use av_unreachable() instead of av_assert0(0)
Andreas Rheinhardt
2025/05/21
[FFmpeg-cvslog] avcodec/vlc: Make assert check more strict
Andreas Rheinhardt
2025/05/21
[FFmpeg-cvslog] avcodec/speedhqenc: Use av_unreachable() for unreachable condition
Andreas Rheinhardt
2025/05/21
[FFmpeg-cvslog] avcodec/mpegvideo_{dec,motion}: Mark unreachable code as unreachable
Andreas Rheinhardt
2025/05/21
[FFmpeg-cvslog] avcodec/put_bits: Allow to mark places where PutBitContext is flushed
Andreas Rheinhardt
2025/05/21
[FFmpeg-cvslog] avcodec/e?ac3enc: Inform compiler about PutBitContext being blank
Andreas Rheinhardt
2025/05/21
[FFmpeg-cvslog] avcodec/dolby_e_parse: Use av_unreachable instead of av_assert0(0)
Andreas Rheinhardt
2025/05/21
[FFmpeg-cvslog] avcodec/utvideoenc: Remove always-false pixel format check
Andreas Rheinhardt
2025/05/21
[FFmpeg-cvslog] avcodec/proresenc_anatoliy: Mark impossible case as unreachable
Andreas Rheinhardt
2025/05/21
[FFmpeg-cvslog] avcodec/pcm-dvdenc: Mark unreachable default cases as unreachable
Andreas Rheinhardt
2025/05/21
[FFmpeg-cvslog] avcodec/amrwbdec: Mark default switch as unreachable
Andreas Rheinhardt
2025/05/20
[FFmpeg-cvslog] avcodec/svq3: Improve returning last picture
Andreas Rheinhardt
2025/05/20
[FFmpeg-cvslog] tests/fate/qt: Use passthrough fps_mode for svq3-watermark
Andreas Rheinhardt
2025/05/20
[FFmpeg-cvslog] avcodec/svq3: Allocate picture buffers during init
Andreas Rheinhardt
2025/05/20
[FFmpeg-cvslog] avcodec/svq3: Deduplicate allocating dummy frame
Andreas Rheinhardt
2025/05/20
[FFmpeg-cvslog] avcodec/svq3: Allocate motion_val jointly
Andreas Rheinhardt
2025/05/20
[FFmpeg-cvslog] avcodec/svq3: Improve returned error codes
Andreas Rheinhardt
2025/05/20
[FFmpeg-cvslog] avcodec/svq3: Factor out decoding extradata
Andreas Rheinhardt
2025/05/20
[FFmpeg-cvslog] avcodec/mpeg12enc: Combine put_bits()
Andreas Rheinhardt
2025/05/20
[FFmpeg-cvslog] avcodec/mpeg12dec: Remove nonsense comment
Andreas Rheinhardt
2025/05/20
[FFmpeg-cvslog] avcodec/mpeg12dec: Remove redundant save_width/height
Andreas Rheinhardt
2025/05/20
[FFmpeg-cvslog] avcodec/mpeg12dec: Set save_chroma_format also for VCR2
Andreas Rheinhardt
2025/05/20
[FFmpeg-cvslog] avcodec/mpegvideo_dec: Move ff_mpv_report_decode_progress() to h263dec.c
Andreas Rheinhardt
2025/05/20
[FFmpeg-cvslog] avcodec/ratecontrol: Fix wrong sizeof expression
Andreas Rheinhardt
2025/05/20
[FFmpeg-cvslog] avcodec/tests/avcodec: Check only frame-mt decoders set update_thread_ctx
Andreas Rheinhardt
2025/05/20
[FFmpeg-cvslog] avcodec/tests/.gitignore: Add apv test tool
Andreas Rheinhardt
2025/05/20
[FFmpeg-cvslog] avformat/avformat: Remove outdated io_close2 documentation
Andreas Rheinhardt
2025/05/20
[FFmpeg-cvslog] avcodec/rv60dec: Avoid branch when decoding cbp16
Andreas Rheinhardt
2025/05/20
[FFmpeg-cvslog] avcodec/cuviddec: print error when queueing frames fails
Timo Rothenpieler
2025/05/20
[FFmpeg-cvslog] avcodec/cuviddec: only flush cuvid when output queue is empty
Timo Rothenpieler
2025/05/20
[FFmpeg-cvslog] hwcontext_vulkan: fix build with old Vulkan header versions
Lynne
2025/05/20
[FFmpeg-cvslog] ffv1enc_vulkan: switch to 2-line cache, unify prediction code
Lynne
2025/05/20
[FFmpeg-cvslog] avformat/allformats: Move avisynth and dvdvideo under external libraries group
Zhao Zhili
2025/05/20
[FFmpeg-cvslog] Makefile: Remove postproc from ALLFFLIBS
Zhao Zhili
2025/05/20
[FFmpeg-cvslog] configure: identify loong64 for loongarch
Shiyou Yin
2025/05/20
[FFmpeg-cvslog] hwcontext_vulkan: correct image transfer usage flags
Lynne
2025/05/20
[FFmpeg-cvslog] vulkan: enable VK_KHR_shader_subgroup_rotate
Lynne
2025/05/20
[FFmpeg-cvslog] ffv1enc_vulkan: implement RCT search for level >= 4
Lynne
2025/05/20
[FFmpeg-cvslog] vulkan_ffv1: pipe through slice decoding status
Lynne
2025/05/20
[FFmpeg-cvslog] ffv1enc_vulkan: get rid of temporary data for the setup shader
Lynne
2025/05/20
[FFmpeg-cvslog] hwcontext_vulkan: only try exporting DMABUF memory on !WIN32 and only for DMABUF tiling
Lynne
2025/05/20
[FFmpeg-cvslog] vulkan/ffv1: unify encode and decode get/put primitives
Lynne
2025/05/20
[FFmpeg-cvslog] ffv1enc_vulkan: merge all encoder variants into one file
Lynne
2025/05/20
[FFmpeg-cvslog] ffv1enc_vulkan: implement the cached EC writer from the decoder
Lynne
2025/05/20
[FFmpeg-cvslog] vulkan_ffv1: fix PCM + cached symbol reader
Lynne
2025/05/20
[FFmpeg-cvslog] ffv1enc_vulkan: use ff_get_encode_buffer
Lynne
2025/05/20
[FFmpeg-cvslog] ffv1_common: minor RGB optimization
Lynne
2025/05/20
[FFmpeg-cvslog] vulkan/ffv1: synchronize get_pred implementations between encoder and decoder
Lynne
2025/05/20
[FFmpeg-cvslog] ffv1enc_vulkan: unify EC code between setup and encode
Lynne
2025/05/20
[FFmpeg-cvslog] ffv1enc_vulkan: minor EC optimizations
Lynne
2025/05/19
[FFmpeg-cvslog] avcodec/x86/vp9: Add AVX-512ICL for 16x16 and 32x32 8bpc inverse transforms
Henrik Gramner
2025/05/19
[FFmpeg-cvslog] configure: correct liboapv feature support
Gyan Doshi
2025/05/19
[FFmpeg-cvslog] aarch64: increase default alignment for functions and constants
Ramiro Polla
2025/05/18
[FFmpeg-cvslog] ogg/flac: implement header packet skip in chained ogg bitstreams.
Romain Beauxis
2025/05/18
[FFmpeg-cvslog] ogg/opus: implement header packet skip in chained ogg bitstreams.
Romain Beauxis
2025/05/18
[FFmpeg-cvslog] tests/fate/matroska: Add container cropping test
Andreas Rheinhardt
2025/05/18
[FFmpeg-cvslog] tests/fate/pixfmt: fix definition of 16bit tests
James Almer
2025/05/18
[FFmpeg-cvslog] doc: add htmlxref.cnf
James Almer
2025/05/18
[FFmpeg-cvslog] avformat/mpegts: update stream info when PMT ES stream_type changes
Pavel Koshevoy
2025/05/18
[FFmpeg-cvslog] avformat/mpegts: update stream info when PMT ES stream_type changes
Pavel Koshevoy
2025/05/18
[FFmpeg-cvslog] avformat/mpegts: update stream info when PMT ES stream_type changes
Pavel Koshevoy
2025/05/18
[FFmpeg-cvslog] fftools/graphprint: Fix leak of graphprint object
Mark Thompson
2025/05/18
[FFmpeg-cvslog] ffmpeg: Don't print graphs if there are no outputs yet
Mark Thompson
2025/05/18
[FFmpeg-cvslog] fftools/graphprint: Fix leak of graph section header string
Mark Thompson
2025/05/18
[FFmpeg-cvslog] doc: add swscale rewrite design document
Niklas Haas
2025/05/18
[FFmpeg-cvslog] swscale/graph: prefer bools to ints
Niklas Haas
2025/05/18
[FFmpeg-cvslog] swscale/graph: move vshift() and shift_img() to shared header
Niklas Haas
2025/05/18
[FFmpeg-cvslog] swscale/graph: make noop loop more robust
Niklas Haas
2025/05/18
[FFmpeg-cvslog] tests/swscale: improve colorization of speedup
Niklas Haas
2025/05/18
[FFmpeg-cvslog] swscale/graph: expose ff_sws_graph_add_pass
Niklas Haas
2025/05/17
[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 190257e web/download: add 4.2.11
ffmpeg-git
2025/05/17
[FFmpeg-cvslog] Tag n4.2.11 : FFmpeg 4.2.11 release
git
2025/05/17
[FFmpeg-cvslog] avcodec/libzvbi-teletextdec: change new lines to \n in ASS header
Kacper Michajłow
2025/05/17
[FFmpeg-cvslog] avformat/wavdec: increase requested probe score for codec probe
Marton Balint
2025/05/17
[FFmpeg-cvslog] avformat/wavdec: increase requested probe score for codec probe
Marton Balint
2025/05/17
[FFmpeg-cvslog] avformat/wavdec: increase requested probe score for codec probe
Marton Balint
2025/05/17
[FFmpeg-cvslog] avcodec/libaribcaption: change new lines to \n in ASS header
Kacper Michajłow
2025/05/17
[FFmpeg-cvslog] avcodec/libzvbi-teletextdec: change new lines to \n in ASS header
Kacper Michajłow
2025/05/17
[FFmpeg-cvslog] avcodec/libaribb24: change new lines to \n in ASS header
Kacper Michajłow
2025/05/17
[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 95db70a web/download: add FFmpeg 4.4.6
ffmpeg-git
2025/05/17
[FFmpeg-cvslog] Tag n4.4.6 : FFmpeg 4.4.6 release
git
2025/05/17
[FFmpeg-cvslog] avcodec/utvideoenc: Don't advertise unsupported option
Andreas Rheinhardt
2025/05/17
[FFmpeg-cvslog] cbs_apv: Fix memory leak on metadata parse failure
Mark Thompson
2025/05/16
[FFmpeg-cvslog] Changelog: VVC supports all content of SCC
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc/cabac: add 9.3.3.7 Fixed-length binarization process
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc: add VVC_MAX_NUM_PALETTE_PREDICTOR_SIZE
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc/intra: refact, predict jcbcr to tb->coeffs
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc/dsp: add adaptive_color_transform
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc/intra: add palette coding decoder
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc/ctu: read act_enabled_flag for adaptive color transform
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc/cabac: add palette support
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc/cabac: add ff_vvc_cu_act_enabled_flag
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc/intra: refact out lmcs_scale_chroma and add_residual
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc/intra: make lmcs_scale_chroma inplace
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc: add adaptive color transform support
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc/filter: skip deblocking filter for palette
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc/ctu: fix derive_chroma_intra_pred_mode
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc/intra: fix scaling process for transform coefficients
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc: refact, save pf and ciip_flag in ff_vvc_set_intra_mvf
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc/dsp: update the interface of pred_residual_joint for joint cbcr residual functionality
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc/ctu: refact out intra_data
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc/cabac: add 9.3.3.5 k-th order Exp - Golomb binarization process
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc/ctu: add palette support
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc/intra: add ff_vvc_palette_derive_scale
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc: refact out ep_init and ep_init_wpp
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] avcodec/vvc/ctu: refact out ff_vvc_channel_range
Wu Jianhua
2025/05/16
[FFmpeg-cvslog] tests/fate/probe: add test for pcm misdetected as mp3 in wav
Marton Balint
2025/05/16
[FFmpeg-cvslog] tests/fate/probe: add test for dts in wav
Marton Balint
Earlier messages
Later messages