May 2025 Archives by subject
Starting: Thu May 1 00:51:14 EEST 2025
Ending: Sat May 31 04:50:04 EEST 2025
Messages: 523
- [FFmpeg-cvslog] [ffmpeg-patchwork_jobs_devops] UNNAMED PROJECT branch main created. fe7c654 Initial commit
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 190257e web/download: add 4.2.11
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 95db70a web/download: add FFmpeg 4.4.6
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] aacdec_ac: fix signed overflow in ff_aac_ac_update_context()
Lynne
- [FFmpeg-cvslog] aacdec_usac: correct Mps212 parsing location
Lynne
- [FFmpeg-cvslog] aarch64: increase default alignment for functions and constants
Ramiro Polla
- [FFmpeg-cvslog] Add tools/merge-all-source-plugins
Michael Niedermayer
- [FFmpeg-cvslog] apv_decode: Discard invalid run codes earlier
Mark Thompson
- [FFmpeg-cvslog] apv_decode: Fix memory leak on decode error
Mark Thompson
- [FFmpeg-cvslog] apv_decode: Improve reporting of decode errors
Mark Thompson
- [FFmpeg-cvslog] apv_decode: Multisymbol entropy decode
Mark Thompson
- [FFmpeg-cvslog] apv_decode: Replace division with shift
Mark Thompson
- [FFmpeg-cvslog] apv_entropy: Improve robustness to bitstream errors
Mark Thompson
- [FFmpeg-cvslog] avcodec/4xm: Check frame_4cc before allocation
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/4xm: Use av_unreachable() instead of av_assert0(0)
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacsbr_template: Clear n_q on error
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/adpcm: Use av_unreachable() instead of av_assert0()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aic: Clear slice_data
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/amfenc_h264: improve B-frame usability and simplify options
Dmitrii Ovchinnikov
- [FFmpeg-cvslog] avcodec/amrwbdec: Mark default switch as unreachable
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/apv_decode: build the lut table only once
James Almer
- [FFmpeg-cvslog] avcodec/apv_dsp: Fix left-shift of negative value
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/apv_parser: Mark close as av_cold
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/apv_parser: use an AVBufferRef to avoid data copying
James Almer
- [FFmpeg-cvslog] avcodec/asvenc,dvenc: Optimize unaligned checks away if possible
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/asvenc: Combine writing bits
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/asvenc: Don't waste bits encoding non-visible part
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/asvenc: Fix crash with unaligned pointers/linesizes
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/asvenc: Simplify writing extradata
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/atrac3: Use av_unreachable() instead of av_assert1(0)
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/avcodec: Warn about data returned from get_buffer*()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/bsf/h264_mp4toannexb: Fix mixed bitstream format
Zhao Zhili
- [FFmpeg-cvslog] avcodec/cbs: add an AVBufferRef input argument to ff_cbs_read()
James Almer
- [FFmpeg-cvslog] avcodec/cbs: Avoid branch
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cbs_apv: don't return an error when reading empty buffers
James Almer
- [FFmpeg-cvslog] avcodec/cbs_h2645: add cbs_sei_h274_types
Wu Jianhua
- [FFmpeg-cvslog] avcodec/cbs_sei_syntax_template: add sei message film_grain_characteristics
Wu Jianhua
- [FFmpeg-cvslog] avcodec/cbs_sei_syntax_template: add sei message frame_field_information
Wu Jianhua
- [FFmpeg-cvslog] avcodec/cbs_sei_syntax_template: add sei message sei_display_orientation
Wu Jianhua
- [FFmpeg-cvslog] avcodec/cbs_vp9: Initialize VP9RawSuperframeIndex
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cuviddec: only flush cuvid when output queue is empty
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/cuviddec: print error when queueing frames fails
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/dnxuc_parser: Use ff_parse_close()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dolby_e_parse: Use av_unreachable instead of av_assert0(0)
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dovi_rpuenc: Avoid intermediate codec par in ff_dovi_configure()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dovi_rpuenc: Use av_cold for ff_dovi_configure init functions
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dovi_rpuenc: Use av_unreachable() instead of av_assert0(0)
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dvenc: Check for unaligned pointers, strides
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dxva2: Initialize ConfigBitstreamRaw
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dxva2: Initialize dxva_size and check it
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dxva2: initialize hr in ff_dxva2_common_end_frame()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dxva2: initialize validate
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/e?ac3enc: Inform compiler about PutBitContext being blank
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/eacmv: Check input size for intra frames
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/exr: add support for half-float DWAA/B compression
James Almer
- [FFmpeg-cvslog] avcodec/exr: reindent after the previous change
James Almer
- [FFmpeg-cvslog] avcodec/ffv1dec: Fix end computation with ec=2
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1enc: 2Pass mode is not possible with golomb coding
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1enc: Correct error message about unsupported version
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1enc: Fix >8bit context size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1enc: Fix explicitly set -slicecrc 2
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ffv1enc: Fix handling of 32bit unsigned symbols
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1enc: Prevent generation of files with broken slices
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1enc: Slice combination is unsupported
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1enc_template: Fix remaining space check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h263dec: Always output next, not current pic when flushing
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h263dec: Check against previous dimensions instead of coded
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h263dec: Move calculating gob_index to {intel,itu}h263dec.c
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h263dec: Use av_unreachable() for unreachable code
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h264_mb: Fix tmp_cr for arm
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_mb: Fix tmp_cr for arm
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_mb: Fix tmp_cr for arm
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_slice: insert LCEVC side data before get_buffer() call
James Almer
- [FFmpeg-cvslog] avcodec/h274: add ff_h274_hash functions
Wu Jianhua
- [FFmpeg-cvslog] avcodec/h274: add H274SEIFrameFieldInfo struct
Wu Jianhua
- [FFmpeg-cvslog] avcodec/h274: add H274SEIPictureHash struct
Wu Jianhua
- [FFmpeg-cvslog] avcodec/hapdec: Clear tex buffer
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc/hevcdec: Check num_entry_point_offsets
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc/hevcdec: ensure a bit was read when checking for alignment_bit_equal_to_one
James Almer
- [FFmpeg-cvslog] avcodec/hevc/hevcdec: move the slice header buffer overread check up in the function
James Almer
- [FFmpeg-cvslog] avcodec/hevc/ps: Fix dependant layer id check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/huffyuvdec: Initialize whole output for decode_gray_bitstream()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/idctdsp: Only try to initialize xvid idct if it is used
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ilbcdec: Initialize tempbuff2
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ituh263dec: Fix indentation
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ituh263enc: Don't use h263_plus field
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/jfdctint_template: use unsigned z* in row_fdct()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/lcevcdec: don't try to write to output frames directly
James Almer
- [FFmpeg-cvslog] avcodec/lcevcdec: don't try to write to output frames directly
James Almer
- [FFmpeg-cvslog] avcodec/libaomenc: Increase code locality
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libaribb24: change new lines to \n in ASS header
Kacper Michajłow
- [FFmpeg-cvslog] avcodec/libaribcaption: change new lines to \n in ASS header
Kacper Michajłow
- [FFmpeg-cvslog] avcodec/liboapvenc: remove 4:4:4 support until it's properly handled
James Almer
- [FFmpeg-cvslog] avcodec/libtheora: fix setting keyframe_mask
James Almer
- [FFmpeg-cvslog] avcodec/libtheora: fix setting keyframe_mask
James Almer
- [FFmpeg-cvslog] avcodec/libzvbi-teletextdec: change new lines to \n in ASS header
Kacper Michajłow
- [FFmpeg-cvslog] avcodec/libzvbi-teletextdec: change new lines to \n in ASS header
Kacper Michajłow
- [FFmpeg-cvslog] avcodec/mjpegenc_common: Use av_unreachable() instead of av_assert0(0)
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mmvideo: fix palette index
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12dec: Don't reinit upon aspect ratio change
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg12dec: Reinit upon chroma_format change
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg12dec: Remove disabled frame-threading code
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg12dec: Remove nonsense comment
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg12dec: Remove redundant save_width/height
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg12dec: Set save_chroma_format also for VCR2
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg12enc: Combine put_bits()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg12enc: Fix writing closed captions
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg4video: Nuke ff_mpeg4_init_rl_intra()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg4video: Pass parameters directly
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg4videodec,h263dec: Only set skipped_last_frame for !vop_coded
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg4videodec: Don't initialize unused parts of RLTables
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg4videodec: Don't set chroma matrices unnecessarily
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg4videodec: Keep skipped_last_frame in sync between threads
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg4videodec: Mark impossible switch case as unreachable
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg4videodec: Move setting has_b_frames to mpeg4video_parser.c
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg4videodec: Permute quant matrices directly upon IDCT reinit
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg4videodec: Remove unnecessary ff_xvid_idct_init()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg4videodec: Set [yd]c_scale_table during init
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg4videodec: Use union to save space
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg4videoenc: Remove no-output code
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg4videoenc: Simplify creating LUT
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg4videoenc: Split writing blocks into intra and inter
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg4videoenc: Use smaller scope for variable
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg_er: Don't zero ThreadFrame* unnecessarily
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo: Check h263_aic, not h263_plus for allocating dc_val
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo: Move [fb]_code to Mpeg4Dec and MPVEncContext
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo: Move clear_context() to mpeg4videodec.c
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo: Move mpeg_quant to {Mpeg4Dec,MPVEnc}Context
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo: Move parent to MPVEncContext
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo: Remove h263_plus
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_dec: Document which codecs take which codepath
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_dec: Move ff_mpv_report_decode_progress() to h263dec.c
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_dec: Move memcpy'ing ctx to mpeg4videodec.c
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_dec: Notify users of reinit
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_dec: Simplify check for unquantizing inter blocks
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Check FLV1 resolution limits
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Reduce stack usage
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Set gob_index once during init
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Use av_unreachable() for unreachable code
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_{dec,motion}: Mark unreachable code as unreachable
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo encs: Add put_bits_assume_flushed() to encode_header
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/msmpeg4dec: Use av_unreachable() for unreachable code
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/parser: ensure input padding is zeroed
Kacper Michajłow
- [FFmpeg-cvslog] avcodec/pcm-dvdenc: Mark unreachable default cases as unreachable
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/pcm: Use av_unreachable() for unreachable code
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/pixblockdsp: Fix get_pixels alignment documentation
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/pixblockdsp: Improve 8 vs 16 bit check
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/pixblockdsp: Pass bits_per_raw_sample directly
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/proresenc_anatoliy: Mark impossible case as unreachable
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/put_bits: Allow to mark places where PutBitContext is flushed
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/rangecoder: only perform renorm check/loop for callers that need it
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ratecontrol: Fix wrong sizeof expression
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/rv20enc: Use av_assert1() instead of av_assert0()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/rv34: Simplify updating thread context
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/rv60dec: Avoid branch when decoding cbp16
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/rv60dec: inter also fails with qp >= 32
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/sanm: ignore codec48 compression type 6
Manuel Lauss
- [FFmpeg-cvslog] avcodec/sanm: recognize common FOBJ sizes
Manuel Lauss
- [FFmpeg-cvslog] avcodec/sanm: support "StarWars - Making Magic" video
Manuel Lauss
- [FFmpeg-cvslog] avcodec/shorten: clear padding
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/sonic: Check num_taps
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/sonic: Check num_taps
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/sonic: Check num_taps
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/speedhqenc: Use av_unreachable() for unreachable condition
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/speexdec: Pass and check remaining packets to decode functions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/svq1enc: Allocate buffers during init
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/svq1enc: Remove always-false check
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/svq3: Allocate motion_val jointly
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/svq3: Allocate picture buffers during init
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/svq3: Check for minimum size input
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/svq3: Check there are bits left before decompression
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/svq3: Check there are bits left before decompression
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/svq3: Deduplicate allocating dummy frame
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/svq3: Factor out decoding extradata
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/svq3: Improve returned error codes
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/svq3: Improve returning last picture
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/takdec: Check remaining space for first predictors
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/takdec: Check remaining space for first predictors
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/takdec: Check remaining space for first predictors
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tests/.gitignore: Add apv test tool
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/tests/avcodec: Check only frame-mt decoders set update_thread_ctx
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/utils: Fix block align overflow for ADPCM_IMA_WAV
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utvideoenc: Don't advertise unsupported option
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/utvideoenc: Remove always-false pixel format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vc1: Remove unused topleft,bottomright fields
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vc1: Remove write-only qs_last
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vc1dec: Clear block_index in vc1_decode_reset()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vc1dec: Clear mb_type_base and ttblk_base
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vc2enc: basic sanity check on slice_max_bytes
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vc2enc: Use LUT to avoid repeated av_log2()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vlc: Make assert check more strict
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vlc: Make code more readable with av_unreachable()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vorbisdec: Dont treat overread as error
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vorbisdec: Dont treat overread as error
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vorbisdec: Dont treat overread as error
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vp9: Replace av_assert(0) by av_unreachable()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vulkan_encode_h264: Fix memleak on error
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vulkan_encode_hevc: Fix memleak on error
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vvc/cabac: add 9.3.3.5 k-th order Exp - Golomb binarization process
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/cabac: add 9.3.3.7 Fixed-length binarization process
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/cabac: add ff_vvc_cu_act_enabled_flag
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/cabac: add palette support
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/ctu: add palette support
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/ctu: fix derive_chroma_intra_pred_mode
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/ctu: read act_enabled_flag for adaptive color transform
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/ctu: refact out ff_vvc_channel_range
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/ctu: refact out intra_data
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/dec: export sei to the frame when the frame starts
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/dec: support applying film grain by the decoder
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/dec: support removing film grain params from side data
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/dsp: add adaptive_color_transform
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/dsp: update the interface of pred_residual_joint for joint cbcr residual functionality
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/filter: skip deblocking filter for palette
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/intra: add ff_vvc_palette_derive_scale
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/intra: add palette coding decoder
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/intra: fix scaling process for transform coefficients
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/intra: make lmcs_scale_chroma inplace
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/intra: refact, predict jcbcr to tb->coeffs
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/intra: refact out lmcs_scale_chroma and add_residual
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/sei: add decode_ambient_viewing_environment
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/sei: add decode_content_light_level_info
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/sei: add decode_decoded_picture_hash
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/sei: add decode_display_orientation
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/sei: add decode_film_grain_characteristics
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/sei: add decode_frame_field_info
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc/sei: add decode_mastering_display_colour_volume
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc: add adaptive color transform support
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc: add VVC_MAX_NUM_PALETTE_PREDICTOR_SIZE
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc: refact, save pf and ciip_flag in ff_vvc_set_intra_mvf
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc: refact out ep_init and ep_init_wpp
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc: support decoding prefix and suffix nal units
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvc: support fields
Wu Jianhua
- [FFmpeg-cvslog] avcodec/vvcdec: verify picture hash
Wu Jianhua
- [FFmpeg-cvslog] avcodec/webp: Check ref_x/y
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmaenc: Use av_unreachable() instead of av_assert0(0)
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wmavoice: Do not use uninitialized pitch[0]
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/x86/vp9: Add AVX-512ICL for 16x16 and 32x32 10bpc inverse transforms
Henrik Gramner
- [FFmpeg-cvslog] avcodec/x86/vp9: Add AVX-512ICL for 16x16 and 32x32 8bpc inverse transforms
Henrik Gramner
- [FFmpeg-cvslog] avcodec/xan: Add basic input size check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/xvididct: Remove always-true checks
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/{x86,mips}/xvididct_init: Remove redundant checks
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec: add an APV parser
James Almer
- [FFmpeg-cvslog] avcodec: add APV encoder using liboapv
Dawid Kozinski
- [FFmpeg-cvslog] avfilter/af_pan: Fix sscanf() use
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/avfilter: Add avfilter_link_get_hw_frames_ctx()
softworkz
- [FFmpeg-cvslog] avfilter/avfiltergraph: fix regression in picking channel layout
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avfiltergraph: fix regression in picking channel layout
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avfiltergraph: fix regression in picking channel layout
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avfiltergraph: fix regression in picking channel layout
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avfiltergraph: fix regression in picking channel layout
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avfiltergraph: fix regression in picking channel layout
Paul B Mahol
- [FFmpeg-cvslog] avfilter/blackdetect_vulkan: add hw accelerated blackdetect filter
Niklas Haas
- [FFmpeg-cvslog] avfilter/buffersrc: check for valid sample rate
James Almer
- [FFmpeg-cvslog] avfilter/bwdif: account for chroma sub-sampling in min size calculation
Cosmin Stejerean
- [FFmpeg-cvslog] avfilter/vf_blackdetect: add alpha option
Niklas Haas
- [FFmpeg-cvslog] avfilter/vf_gblur_vulkan: omit unnecessary buffer usage flag
Niklas Haas
- [FFmpeg-cvslog] avfilter/vf_interlace_vulkan: fix FPS and PTS calculation
Niklas Haas
- [FFmpeg-cvslog] avfilter/vf_libplacebo: add shader_cache option
Niklas Haas
- [FFmpeg-cvslog] avfilter/vf_libplacebo: implement rotation option
Niklas Haas
- [FFmpeg-cvslog] avfilter/vf_setparams: Fix chroma_location being cleared
Tobias Rapp
- [FFmpeg-cvslog] avfilter/vf_setparams: Fix chroma_location being cleared
Tobias Rapp
- [FFmpeg-cvslog] avfilter/vf_tonemap_opencl: Dereference after NULL check
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/x86/vf_spp: Remove permutation-specific code
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/allformats: Move avisynth and dvdvideo under external libraries group
Zhao Zhili
- [FFmpeg-cvslog] avformat/apetag: Check APETAGEX
Michael Niedermayer
- [FFmpeg-cvslog] avformat/apvdec: also look for an au_info PBU during probing
James Almer
- [FFmpeg-cvslog] avformat/apvdec: Check before access
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/apvdec: don't fill container level fields with codec level info
James Almer
- [FFmpeg-cvslog] avformat/apvdec: Fix seeking
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/apvdec: Remove inappropriate INIT_CLEANUP flag
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/apvdec: remove unused variable
Marvin Scholz
- [FFmpeg-cvslog] avformat/apvdec: Use ffio_read_size()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/av1dec: Avoid branch for setting position
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/av1dec: fix setting AVPacket->pos in Annex-B demuxer
James Almer
- [FFmpeg-cvslog] avformat/av1dec: Remove redundant avio_tell()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avformat: Remove outdated io_close2 documentation
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avidec: Ignore duplicate GAB2
Michael Niedermayer
- [FFmpeg-cvslog] avformat/avidec: Ignore duplicate GAB2
Michael Niedermayer
- [FFmpeg-cvslog] avformat/cinedec: add support for additional Bayer CFA patterns for Phantom CINE file format
Max Rudolph
- [FFmpeg-cvslog] avformat/dashdec: Check whitelist
Michael Niedermayer
- [FFmpeg-cvslog] avformat/demux: use io_close2 when closing avfromat
Kacper Michajłow
- [FFmpeg-cvslog] avformat/dhav: fix backward scanning for get_duration and optimize seeking
Justin Ruggles
- [FFmpeg-cvslog] avformat/dump: Stream start offsets: change precision and label
softworkz
- [FFmpeg-cvslog] avformat/dxa: check bpc
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: Add cmfv and cmfa to allowed_extensions
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: Add cmfv and cmfa to allowed_extensions
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: Add ec3 to allowed_extensions
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: Add ec3 to allowed_extensions
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: add fmp4 to allowed_extensions
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: add fmp4 to allowed_extensions
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: Fix flash1.bogulus.cfd support
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: Fix flash1.bogulus.cfd support
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: Fix get key file error
Zhao Zhili
- [FFmpeg-cvslog] avformat/hls: Fix Youtube AAC
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: Return error code when read key file failed
Zhao Zhili
- [FFmpeg-cvslog] avformat/hls: Split allowed_segment_extensions off allowed_extensions
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: Split allowed_segment_extensions off allowed_extensions
Michael Niedermayer
- [FFmpeg-cvslog] avformat/iamf_parse: increase PutBytes buffer when writing AAC extradata
James Almer
- [FFmpeg-cvslog] avformat/iamfdec: Check side_substream_id before use
Michael Niedermayer
- [FFmpeg-cvslog] avformat/icodec: fix integer overflow with nb_pal
Michael Niedermayer
- [FFmpeg-cvslog] avformat/iff: Check nb_channels == 0 in MHDR
Michael Niedermayer
- [FFmpeg-cvslog] avformat/iff: Check that we have a stream in read_dst_frame()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/ilbc: Check avio_read() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avformat/imf_cpl: do not continue looping forever
Michael Niedermayer
- [FFmpeg-cvslog] avformat/imf_cpl: fix indention after previous commit
Michael Niedermayer
- [FFmpeg-cvslog] avformat/imfdec: inherit opaque from parent AVFormatContext
Kacper Michajłow
- [FFmpeg-cvslog] avformat/img2dec: Clear padding data after EOF
Michael Niedermayer
- [FFmpeg-cvslog] avformat/ipmovie: Check signature_buffer read
Michael Niedermayer
- [FFmpeg-cvslog] avformat/lmlm4: Eliminate some AVERROR(EIO)
Michael Niedermayer
- [FFmpeg-cvslog] avformat/matroska: Support JPEG2000 for demuxing
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Accept WebVTT subtitles with empty cues
Marcos Del Sol Vives via ffmpeg-devel
- [FFmpeg-cvslog] avformat/matroskadec: Check desc_bytes so bits fit in 64bit
Michael Niedermayer
- [FFmpeg-cvslog] avformat/matroskadec: Check pre_ns for overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/matroskadec: check that channels fit in signed 32bit int
Michael Niedermayer
- [FFmpeg-cvslog] avformat/matroskadec: Fix VfW extradata size
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Use native id V_FFV1 instead of V_MS/VFW/FOURCC
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mlvdec: Check avio_read()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mlvdec: fix size checks
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Reduce seek when interleaved_read is disabled
Zhao Zhili
- [FFmpeg-cvslog] avformat/mov: reject negative ELST durations
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: reject negative ELST durations
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: reject negative ELST durations
Michael Niedermayer
- [FFmpeg-cvslog] avformat/movenc: disallow buggy flags combination
Gyan Doshi
- [FFmpeg-cvslog] avformat/movenc: fix VVC encoding with leading pictures
Gabriel Hege
- [FFmpeg-cvslog] avformat/mpeg: Check an avio_read() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mpegts: Initialize predefined_SLConfigDescriptor_seen
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mpegts: update stream info when PMT ES stream_type changes
Pavel Koshevoy
- [FFmpeg-cvslog] avformat/mpegts: update stream info when PMT ES stream_type changes
Pavel Koshevoy
- [FFmpeg-cvslog] avformat/mpegts: update stream info when PMT ES stream_type changes
Pavel Koshevoy
- [FFmpeg-cvslog] avformat/mvdec: Check if name was fully read
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mxfdec: Check avio_read() success in mxf_decrypt_triplet()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mxfdec: Check edit unit for overflow in mxf_set_current_edit_unit()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mxfdec: Check that key was read sucessfull
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mxfdec: Fix overflow in midpoint computation
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mxfdec: More offset_temp checks
Michael Niedermayer
- [FFmpeg-cvslog] avformat/nistspheredec: Clear buffer
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rmdec: check that buf if completely filled
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rpl: Fix check for negative values
Michael Niedermayer
- [FFmpeg-cvslog] avformat/segafilm: Set keyframe
Michael Niedermayer
- [FFmpeg-cvslog] avformat/vividas: Check avio_read() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avformat/vqf: Check avio_read() in add_metadata()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/wavdec: Check if there are 16 bytes before testing them
Michael Niedermayer
- [FFmpeg-cvslog] avformat/wavdec: increase requested probe score for codec probe
Marton Balint
- [FFmpeg-cvslog] avformat/wavdec: increase requested probe score for codec probe
Marton Balint
- [FFmpeg-cvslog] avformat/wavdec: increase requested probe score for codec probe
Marton Balint
- [FFmpeg-cvslog] avformat/wavdec: increase requested probe score for codec probe
Marton Balint
- [FFmpeg-cvslog] avformat/wtvdec: Check length of read mpeg2_descriptor
Michael Niedermayer
- [FFmpeg-cvslog] avformat/wtvdec: clear sectors
Michael Niedermayer
- [FFmpeg-cvslog] avformat/wtvdec: Initialize buf
Michael Niedermayer
- [FFmpeg-cvslog] avutil/avassert: Add av_unreachable() and av_assume() macros
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/avstring: dont mess with NULL pointers in av_match_list()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/hwcontext_vulkan: Query the correct format
Link Mauve
- [FFmpeg-cvslog] avutil/opt: Print default option value for AV_OPT_TYPE_INT64
softworkz
- [FFmpeg-cvslog] avutil/refstruct: Remove redundant check
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/vf_scdet_vulkan: add new filter
Niklas Haas
- [FFmpeg-cvslog] avutil/vulkan: add YUVA pixel formats support
Niklas Haas
- [FFmpeg-cvslog] avutil/vulkan: automatically enable shader device address usage bit
Niklas Haas
- [FFmpeg-cvslog] build: fix windows build issue introduced by 45bea45
Nuo Mi
- [FFmpeg-cvslog] build: remove unused SLIBOBJS variable
Ramiro Polla
- [FFmpeg-cvslog] cbs_apv: Always restore tracing state on split fragment error
Mark Thompson
- [FFmpeg-cvslog] cbs_apv: Better constrain tile_width/height_in_mbs
Mark Thompson
- [FFmpeg-cvslog] cbs_apv: Check tile component sizes
Mark Thompson
- [FFmpeg-cvslog] cbs_apv: Fix memory leak on metadata parse failure
Mark Thompson
- [FFmpeg-cvslog] Changelog: Update
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: VVC supports all content of SCC
Wu Jianhua
- [FFmpeg-cvslog] checkasm: add vvc_sao
Shaun Loo
- [FFmpeg-cvslog] checkasm: hevc sao, use checkasm_check_padded
Nuo Mi
- [FFmpeg-cvslog] checkasm: hevc sao_edge, benchmarking inside the width loop is meaningless
Nuo Mi
- [FFmpeg-cvslog] compat/cuda: add device side printf function
Timo Rothenpieler
- [FFmpeg-cvslog] configure: Clearer documentation for "disable-safe-bitstream-reader"
Michael Niedermayer
- [FFmpeg-cvslog] configure: Clearer documentation for "disable-safe-bitstream-reader"
Michael Niedermayer
- [FFmpeg-cvslog] configure: correct liboapv feature support
Gyan Doshi
- [FFmpeg-cvslog] configure: Enable -fno-common for Darwin targets, avoid linker warnings
Martin Storsjö
- [FFmpeg-cvslog] configure: Enable -fno-common for Darwin targets, avoid linker warnings
Martin Storsjö
- [FFmpeg-cvslog] configure: Enable -fno-common for Darwin targets, avoid linker warnings
Martin Storsjö
- [FFmpeg-cvslog] configure: identify loong64 for loongarch
Shiyou Yin
- [FFmpeg-cvslog] configure: Only try to use the -no_warn_duplicate_libraries flag on Darwin
Martin Storsjö
- [FFmpeg-cvslog] configure: Only try to use the -no_warn_duplicate_libraries flag on Darwin
Martin Storsjö
- [FFmpeg-cvslog] configure: Silence Xcode warnings about duplicate libraries
Martin Storsjö
- [FFmpeg-cvslog] configure: Silence Xcode warnings about duplicate libraries
Martin Storsjö
- [FFmpeg-cvslog] configure: update copyright year
Lynne
- [FFmpeg-cvslog] configure: Use MSYSTEM_CARCH for default arch on msys2
Coia Prant
- [FFmpeg-cvslog] configure: Use MSYSTEM_CARCH for default arch on msys2
Coia Prant
- [FFmpeg-cvslog] configure: Use MSYSTEM_CARCH for default arch on msys2
Coia Prant
- [FFmpeg-cvslog] configure: Use MSYSTEM_CARCH for default arch on msys2
Coia Prant
- [FFmpeg-cvslog] configure: Use MSYSTEM_CARCH for default arch on msys2
Coia Prant
- [FFmpeg-cvslog] doc/developer: Document relationship between git accounts and MAINTAINERS
Michael Niedermayer
- [FFmpeg-cvslog] doc/examples/filter_audio: use av_err2str
Tristan Matthews
- [FFmpeg-cvslog] doc/examples/qsv_decode: use av_err2str
Tristan Matthews
- [FFmpeg-cvslog] doc: add htmlxref.cnf
James Almer
- [FFmpeg-cvslog] doc: add swscale rewrite design document
Niklas Haas
- [FFmpeg-cvslog] doc: replace http/git by https urls
Michael Niedermayer
- [FFmpeg-cvslog] fate: Add test for APV 400-10 profile
Mark Thompson
- [FFmpeg-cvslog] fate: Add test for APV 422-10 profile
Mark Thompson
- [FFmpeg-cvslog] ffbuild: correctly silence and tag new css/html steps
Timo Rothenpieler
- [FFmpeg-cvslog] ffmpeg: Don't print graphs if there are no outputs yet
Mark Thompson
- [FFmpeg-cvslog] fftools/avtextformat: Re-use BPrint in loop
softworkz
- [FFmpeg-cvslog] fftools/ffmpeg: Free print_graph option variables
softworkz
- [FFmpeg-cvslog] fftools/ffmpeg: Include elapsed-time in print_report()
softworkz
- [FFmpeg-cvslog] fftools/ffmpeg: Log exit code on exit
softworkz
- [FFmpeg-cvslog] fftools/ffmpeg: move elapsed time counter to the end of the status line
Marton Balint
- [FFmpeg-cvslog] fftools/ffmpeg_dec: Always receive frames from decoder
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg_filter: Move some declaration to new header file
softworkz
- [FFmpeg-cvslog] fftools/ffmpeg_mux: Make ms_from_ost() inline
softworkz
- [FFmpeg-cvslog] fftools/ffprobe: Disable stderr buffering on Windows
softworkz
- [FFmpeg-cvslog] fftools/graphprint: Add execution graph printing
softworkz
- [FFmpeg-cvslog] fftools/graphprint: Fix leak of graphprint object
Mark Thompson
- [FFmpeg-cvslog] fftools/graphprint: Fix leak of graph section header string
Mark Thompson
- [FFmpeg-cvslog] fftools/graphprint: Fix memory leaks
softworkz
- [FFmpeg-cvslog] fftools/graphprint: Now, make it a Killer-Feature!
softworkz
- [FFmpeg-cvslog] fftools/makefile: Remove resources from ffprobe
softworkz
- [FFmpeg-cvslog] fftools/resources: add missing extensions to .gitignore
Timo Rothenpieler
- [FFmpeg-cvslog] fftools/resources: Add resource manager files with build-time compression
softworkz
- [FFmpeg-cvslog] fftools/textformat: Add flags param to function avtext_print_integer()
softworkz
- [FFmpeg-cvslog] fftools/textformat: Apply formatting and whitespace changes
softworkz
- [FFmpeg-cvslog] fftools/textformat: Apply quality improvements
softworkz
- [FFmpeg-cvslog] fftools/textformat: correctly propagate uninit error codes
Marton Balint
- [FFmpeg-cvslog] fftools/textformat: Introduce AVTextFormatOptions for avtext_context_open()
softworkz
- [FFmpeg-cvslog] fftools/textformat: Introduce common header and deduplicate code
softworkz
- [FFmpeg-cvslog] fftools/textformat: Remove unused print_rational() pointer from AVTextFormatter
softworkz
- [FFmpeg-cvslog] fftools/textformat: Rename name param to key for API consistency
softworkz
- [FFmpeg-cvslog] fftools/tf_internal: Use av_default_item_name
softworkz
- [FFmpeg-cvslog] fftools/tf_mermaid: Add missing uninit and fix leaks
softworkz
- [FFmpeg-cvslog] ffv1_common: minor RGB optimization
Lynne
- [FFmpeg-cvslog] ffv1enc: do not hardcode 1024 slices
Lynne
- [FFmpeg-cvslog] ffv1enc_vulkan: allow slicecrc=2
Lynne
- [FFmpeg-cvslog] ffv1enc_vulkan: fix array overflow
Maxime Gervais
- [FFmpeg-cvslog] ffv1enc_vulkan: get rid of temporary data for the setup shader
Lynne
- [FFmpeg-cvslog] ffv1enc_vulkan: implement RCT search for level >= 4
Lynne
- [FFmpeg-cvslog] ffv1enc_vulkan: implement the cached EC writer from the decoder
Lynne
- [FFmpeg-cvslog] ffv1enc_vulkan: merge all encoder variants into one file
Lynne
- [FFmpeg-cvslog] ffv1enc_vulkan: minor EC optimizations
Lynne
- [FFmpeg-cvslog] ffv1enc_vulkan: support 8 and 16-bit 2-plane YUV formats
Lynne
- [FFmpeg-cvslog] ffv1enc_vulkan: switch to 2-line cache, unify prediction code
Lynne
- [FFmpeg-cvslog] ffv1enc_vulkan: unify EC code between setup and encode
Lynne
- [FFmpeg-cvslog] ffv1enc_vulkan: use ff_get_encode_buffer
Lynne
- [FFmpeg-cvslog] hwcontext_vulkan: correct image transfer usage flags
Lynne
- [FFmpeg-cvslog] hwcontext_vulkan: fix build with old Vulkan header versions
Lynne
- [FFmpeg-cvslog] hwcontext_vulkan: only try exporting DMABUF memory on !WIN32 and only for DMABUF tiling
Lynne
- [FFmpeg-cvslog] hwcontext_vulkan: support AV_PIX_FMT_GBRP
Lynne
- [FFmpeg-cvslog] INSTALL: explain the circular dependency issue and solution
Michael Niedermayer
- [FFmpeg-cvslog] lavc/h2645_parse: More descriptive NALU header error
Frank Plowman
- [FFmpeg-cvslog] lavc/vvc/plt: validate run and signalled_entries
Nuo Mi
- [FFmpeg-cvslog] lavc/vvc: Avoid UB in DB strength derivation for PLT CUs
Frank Plowman
- [FFmpeg-cvslog] lavc/vvc: Detect subpic overlaps at CTU level
Frank Plowman
- [FFmpeg-cvslog] lavc/vvc: Fix divide-by-zero in LMCS param derivation
Frank Plowman
- [FFmpeg-cvslog] lavc: Add unit test for APV entropy decode
Mark Thompson
- [FFmpeg-cvslog] lavf: vvc_probe: lower probe score for invalid SPS/PPS/IRAP order to avoid misdetection of mp3 as VVC
xiongweixiao
- [FFmpeg-cvslog] libavformat/asfdec: Fix regression bug when reading image attachments
softworkz
- [FFmpeg-cvslog] libavformat/oggdec.h: Change paket function documentation to return 1 on header packets only.
Romain Beauxis
- [FFmpeg-cvslog] libavformat/oggdec.h: Document packet function return value.
Romain Beauxis
- [FFmpeg-cvslog] libavformat/oggdec.{c, h}: Add new_extradata, use it to pass extradata to the next decoded packet.
Romain Beauxis
- [FFmpeg-cvslog] libavformat/oggdec.{c, h}: Implement packet skip on packet return value of 1
Romain Beauxis
- [FFmpeg-cvslog] libavformat/rtpdec_opus: add fmtp parsing of sprop-maxcapturerate
Erik Linge
- [FFmpeg-cvslog] libavformat/rtpdec_opus: Set duration field on Opus AVPacket
Jonathan Baudanza
- [FFmpeg-cvslog] libpostproc/tests: Factor ff_chksum() out
Michael Niedermayer
- [FFmpeg-cvslog] libpostproc: check minimum size
Michael Niedermayer
- [FFmpeg-cvslog] libpostproc: check minimum size
Michael Niedermayer
- [FFmpeg-cvslog] libpostproc: check minimum size
Michael Niedermayer
- [FFmpeg-cvslog] MAINTAINERS: Add entry for samples-request
Michael Niedermayer
- [FFmpeg-cvslog] Makefile: Remove postproc from ALLFFLIBS
Zhao Zhili
- [FFmpeg-cvslog] Makefile: Split ALLFFLIBS
Michael Niedermayer
- [FFmpeg-cvslog] ogg/flac: implement header packet skip in chained ogg bitstreams.
Romain Beauxis
- [FFmpeg-cvslog] ogg/opus: implement header packet skip in chained ogg bitstreams.
Romain Beauxis
- [FFmpeg-cvslog] ogg/vorbis: factor out header processing logic.
Romain Beauxis
- [FFmpeg-cvslog] ogg/vorbis: implement header packet skip in chained ogg bitstreams.
Romain Beauxis
- [FFmpeg-cvslog] postproc/postprocess_template: fix dering with a 16x16 image
Michael Niedermayer
- [FFmpeg-cvslog] postproc/tests/.gitignore: Add temptest
Michael Niedermayer
- [FFmpeg-cvslog] postproc/tests/blocktest: initialize qp array randomly to for testing
Michael Niedermayer
- [FFmpeg-cvslog] postproc/tests/blocktest: Test several filter combinations
Michael Niedermayer
- [FFmpeg-cvslog] postproc/tests/blocktest: use dimensions
Michael Niedermayer
- [FFmpeg-cvslog] postproc/tests/stripetest: use dimensions
Michael Niedermayer
- [FFmpeg-cvslog] postproc/tests: Add test for temporal denoise
Michael Niedermayer
- [FFmpeg-cvslog] Remove libpostproc
Michael Niedermayer
- [FFmpeg-cvslog] Revert "fftools/graphprint: Now, make it a Killer-Feature!"
softworkz
- [FFmpeg-cvslog] Revert "fftools/textformat/avtextformat: Make close functions return void"
Marton Balint
- [FFmpeg-cvslog] Revert "ogg/vorbis: implement header packet skip in chained ogg bitstreams."
Michael Niedermayer
- [FFmpeg-cvslog] rtpdec: Set bitrate for pcm-mulaw audio
Erik Linge
- [FFmpeg-cvslog] swscale/graph: expose ff_sws_graph_add_pass
Niklas Haas
- [FFmpeg-cvslog] swscale/graph: make noop loop more robust
Niklas Haas
- [FFmpeg-cvslog] swscale/graph: move vshift() and shift_img() to shared header
Niklas Haas
- [FFmpeg-cvslog] swscale/graph: prefer bools to ints
Niklas Haas
- [FFmpeg-cvslog] swscale/output: Fix integer overflow in yuv2gbrp_full_X_c()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/output: Fix integer overflow in yuv2gbrp_full_X_c()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/output: fix integer overflow in yuv2rgba64_full_1_c_template()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/output: Fix undefined integer overflow in yuv2rgba64_2_c_template()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/output: Fix undefined overflow in yuv2rgba64_full_X_c_template()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/slice: clear allocated memory in alloc_lines()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/swscale: Use unsigned operation to avoid undefined behavior
Michael Niedermayer
- [FFmpeg-cvslog] swscale/swscale_unscaled: fix packed16togbra16() for formats with bpc between 9-14 bits
Ramiro Polla
- [FFmpeg-cvslog] swscale/swscale_unscaled: fix packed30togbra10() for formats with bpc between 9-14 bits
Ramiro Polla
- [FFmpeg-cvslog] swscale/swscale_unscaled: fix planarCopyWrapper() for yuv444p => yuva444p
Ramiro Polla
- [FFmpeg-cvslog] swscale/swscale_unscaled: fix planarRgbToplanarRgbWrapper() for formats with bpc between 9-14 bits
Ramiro Polla
- [FFmpeg-cvslog] swscale/utils: Fix potential race when initializing xyz tables
Andreas Rheinhardt
- [FFmpeg-cvslog] Tag n4.2.11 : FFmpeg 4.2.11 release
git at videolan.org
- [FFmpeg-cvslog] Tag n4.4.6 : FFmpeg 4.4.6 release
git at videolan.org
- [FFmpeg-cvslog] tests/api/api-dump-stream-meta-test: Fix leaks
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/fate/ac3: add a second ac3_fixed encoder test
James Almer
- [FFmpeg-cvslog] tests/fate/ac3: Make ac3-fixed-encode-2 bitexact across arches
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/fate/cbs: add tests for APV
James Almer
- [FFmpeg-cvslog] tests/fate/filter-video: Fix dependancy for codecview
Michael Niedermayer
- [FFmpeg-cvslog] tests/fate/matroska: Add container cropping test
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/fate/pixfmt: fix definition of 16bit tests
James Almer
- [FFmpeg-cvslog] tests/fate/probe: add test for dts in wav
Marton Balint
- [FFmpeg-cvslog] tests/fate/probe: add test for pcm misdetected as mp3 in wav
Marton Balint
- [FFmpeg-cvslog] tests/fate/qt: Use passthrough fps_mode for svq3-watermark
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/swscale: improve colorization of speedup
Niklas Haas
- [FFmpeg-cvslog] tools/merge-all-source-plugins: Check that there are no uncommited changes
Michael Niedermayer
- [FFmpeg-cvslog] tools/merge-all-source-plugins: Try merging a tag or branch matching the current version
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust threshold for WEBP
Michael Niedermayer
- [FFmpeg-cvslog] Update for 4.2.11
Michael Niedermayer
- [FFmpeg-cvslog] vulkan/ffv1: fix sync issue in cached bitstream reader/writer
Lynne
- [FFmpeg-cvslog] vulkan/ffv1: synchronize get_pred implementations between encoder and decoder
Lynne
- [FFmpeg-cvslog] vulkan/ffv1: unify encode and decode get/put primitives
Lynne
- [FFmpeg-cvslog] vulkan: enable VK_KHR_shader_subgroup_rotate
Lynne
- [FFmpeg-cvslog] vulkan_ffv1: fix golomb coding for non-RGB streams
Lynne
- [FFmpeg-cvslog] vulkan_ffv1: fix PCM + cached symbol reader
Lynne
- [FFmpeg-cvslog] vulkan_ffv1: pipe through slice decoding status
Lynne
- [FFmpeg-cvslog] vulkan_ffv1: small cleanup for golomb
Lynne
- [FFmpeg-cvslog] x86/hevcdec: refact, remove duplicate code in HEVC_SAO_{BAND, EDGE}_FILTER
Shaun Loo
- [FFmpeg-cvslog] x86/hevcdec: sao, refact out h26x macros
Shaun Loo
- [FFmpeg-cvslog] x86/vvcdec: misc, reordered functions in dsp_init for improved readability
Nuo Mi
- [FFmpeg-cvslog] x86/vvcdec: sao, add avx2 support
Shaun Loo
Last message date:
Sat May 31 04:50:04 EEST 2025
Archived on: Sat May 31 04:50:06 EEST 2025
This archive was generated by
Pipermail 0.09 (Mailman edition).