ffmpeg-cvslog
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/03/07
[FFmpeg-cvslog] avcodec/vc1dec: Don't initialize unused parts of ScanTable
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Move q_matrix init to init_matrices()
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mpegvideo: Mark ff_mpv_common_defaults() as av_cold
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/ituh263enc: Make SVQ1+Snowenc stop calling ff_h263_encode_init()
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mjpegenc: Don't log to private context
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mjpegenc_common: Constify ff_mjpeg_encode_{dc,picture_header}()
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mjpegenc: Constify parent ctx in encode_block()
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mjpegenc: Use forward decl for MpegEncContext, MJpegHuffmanCode
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/speedhqenc: Inline ff_speedhq_mb_y_order_to_mb()
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mjpegenc: Remove nonsensical AMV options
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mpegvideo: Move vbv_delay to Mpeg1Context
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mjpegenc: Don't use ff_ prefix for static functions
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mpegvideo_enc, motion_est: Pre-center fcode_tab
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/speedhqenc: Don't log to the private context
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Don't init matrices unnecessarily for MJPEG
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mpegvideo: Move ratecontrol-only options to RateControlContext
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mpegvideo: Move temp ratecontrol bufs to RateControlContext
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Move H.263 specific check to ituh263enc.c
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Move vbv_delay warning to mpeg12enc.c
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Move q_scale_type check to mpeg12enc.c
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Only allocate inter matrices when needed
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mpeg4video: Move IS_3IV1 macro to mpeg4videodec.c
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Factor checks out of loop
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mpeg4video: Split ff_mpeg4_pred_dc()
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/flvenc: Remove redundant setting of dc_scale_tables
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Only allocate chroma intra matrices when needed
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Set chroma_intra_matrix for SpeedHQ
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mpeg4videodec: Bail out earlier when parsing
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/ituh263enc: Remove redundant setting of dc_scale_tables
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/ituh263dec: Reorder branches
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/ituh263enc: Use memset where appropriate
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/h261dec: Don't call ff_set_qscale()
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/ituh263enc: Move MPEG-4 fcode_tab to mpeg4videoenc.c
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/ituh263enc: Combine branches
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mpegutils: Move MAX_FCODE to mpegvideoenc.h
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Move default_mv_penalty to h261enc.c
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/vc1_block: Inline y_dc_scale_table
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/h261: Use forward-declaration for MpegEncContext
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mpeg12dec: Mark flush as cold
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/mpeg12dec: Don't count errors from first thread twice
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/vc1_block, vc1dec: Don't use c_dc_scale(_table)?
Andreas Rheinhardt
2025/03/07
[FFmpeg-cvslog] avcodec/aarch64/vvc: Optimize vvc_avg{8, 10, 12}
Krzysztof Pyrkosz
2025/03/06
[FFmpeg-cvslog] lsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environments with Clang
Brad Smith
2025/03/06
[FFmpeg-cvslog] Enable 10-bit output for RGB input in AMF HEVC and AV1
Dmitrii Ovchinnikov
2025/03/06
[FFmpeg-cvslog] Added support for direct RGB input to AMF encoder
Dmitrii Ovchinnikov
2025/03/05
[FFmpeg-cvslog] avcodec/libsvtav1: unbreak build with latest svtav1
Gyan Doshi
2025/03/05
[FFmpeg-cvslog] Don't attempt to parse ADTS from USAC packets.
Dale Curtis
2025/03/05
[FFmpeg-cvslog] avcodec/exr: Remove write-only gamma_table
Andreas Rheinhardt
2025/03/05
[FFmpeg-cvslog] avcodec/exr: Fix potential effective-type violation
Andreas Rheinhardt
2025/03/05
[FFmpeg-cvslog] avcodec/exr: use the correct step value for plane pointers
James Almer
2025/03/05
[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 40e2b2e consulting: remove Anton Khirnov
ffmpeg-git
2025/03/04
[FFmpeg-cvslog] avcodec/exr: do not output 32bit floats when a file stores 16bit floats
Michael Niedermayer
2025/03/04
[FFmpeg-cvslog] avformat/mpegenc, mpegts. mxfenc: Mark (de)muxers declarations as internal
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avutil/attributes_internal: Add EXTERN macro for extern+hidden
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/mpeg12dec: Use proper logcontext
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avformat/rtp_av1: Add necessary headers
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec: Remove leftover alpha declarations
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] fftools/ffmpeg_filter: also remove display matrix side data from buffered frames
James Almer
2025/03/04
[FFmpeg-cvslog] avcodec/h261dec: Inline constant
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] tests/fate/vcodec: Test alternate_scan
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/mpegvideo_dec: Don't sync max_b_frames
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] tests/fate/vcodec: Test H.261 loop-filter
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/mpeg12dec: Really disable scratchpad allocations
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Don't do unnecessary work for AMV
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Add AV_CODEC_CAP_DR1
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/msmpeg4dec: Remove redundant check
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/vc1dec: Don't initialize inter_scantable
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/mpeg12dec: Don't initialize unused parts of ScanTable
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Reindent after the previous commit
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/rv34: Don't update block_index unnecessarily
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/mpeg4videodec: Avoid copying packed bitstream data
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/mpegvideo: Move bitstream_buffer to mpeg4videodec
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/h26[134]dec: Always report the buffer to be completely consumed
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/h263dec: Don't call ff_thread_finish_setup() unnecessarily
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/vc1: Add max_b_frames field to VC1Context
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/mpegvideo_dec: Move syncing DivX-stuff to mpeg4videodec.c
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/mpeg4videoenc: Remove dead FF_BUG_MS code
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/mips/mpegvideo_mmi: Don't check alternate_scan unnecessarily
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] tests/fate/vcodec: Test using mpeg2-quantizers for MPEG-4
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/msmpeg4dec: Don't process unnecessarily many coefficients
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/msmpeg4dec: Avoid branch
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/mpeg12dec: Remove write-only assignments
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/h261dec: Remove dead check
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/vc1dec: Reenable debug-info output for field pictures
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/mpegvideo_dec: Use picture-dimensions in ff_print_debug_info()
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/motion_est: Avoid branches for put(_no_rnd) selection
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Don't set qscale_table value prematurely
Andreas Rheinhardt
2025/03/04
[FFmpeg-cvslog] aarch64/hevcdsp_idct_neon: Add implementation for idct dc 12
Zhao Zhili
2025/03/04
[FFmpeg-cvslog] avcodec/libuavs3d: process extradata
Zhao Zhili
2025/03/04
[FFmpeg-cvslog] avformat/isom_tags: Add tag for AVS3
Zhao Zhili
2025/03/04
[FFmpeg-cvslog] avformat/movenc: Add AVS3 support
Zhao Zhili
2025/03/04
[FFmpeg-cvslog] aarch64/hevcdsp_idct_neon: Optimize idct dc
Zhao Zhili
2025/03/04
[FFmpeg-cvslog] avcodec/aarch64/vvc: Optimize NEON version of vvc_dmvr
Krzysztof Pyrkosz
2025/03/04
[FFmpeg-cvslog] swscale/aarch64: dotprod implementation of rgba32_to_Y
Krzysztof Pyrkosz
2025/03/03
[FFmpeg-cvslog] avformat/riffdec: change declaration of ff_get_wav_header()
Viraaj Raulgaonkar
2025/03/03
[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 9a50466 web/security: Add more old CVE numbers
ffmpeg-git
2025/03/03
[FFmpeg-cvslog] avcodec/decode: inject missing global side data to output frames
James Almer
2025/03/03
[FFmpeg-cvslog] fftools/ffmpeg_filter: also remove display matrix side data from buffered frames
James Almer
2025/03/03
[FFmpeg-cvslog] avformat/mov: fix overflow in corrected_dts calculation
James Almer
2025/03/03
[FFmpeg-cvslog] fftools/ffmpeg_dec: remove side data copy block
James Almer
2025/03/03
[FFmpeg-cvslog] avutil/frame: move side data helpers to a new file
James Almer
2025/03/03
[FFmpeg-cvslog] vulkan: take refs of frames using the regular buffer ref path
Lynne
2025/03/03
[FFmpeg-cvslog] avfilter/dnn: do not manually parse anchors filter option
Leandro Santiago
2025/03/03
[FFmpeg-cvslog] avfilter/dnn_detect: fail on filter if mandatory anchor option is missing
Leandro Santiago
2025/03/02
[FFmpeg-cvslog] [ffmpeg-web] branch master updated. ffba7d5 web: Update for 7.1.1
ffmpeg-git
2025/03/02
[FFmpeg-cvslog] Tag n7.1.1 : FFmpeg 7.1.1 release
git
2025/03/02
[FFmpeg-cvslog] configure: update copyright year
Lynne
2025/03/02
[FFmpeg-cvslog] avcodec/nvenc: add time code writing for h264
Timo Rothenpieler
2025/03/02
[FFmpeg-cvslog] avutil/timecode: add ff_timecode_set_smpte
Timo Rothenpieler
2025/03/02
[FFmpeg-cvslog] avcodec/nvenc: factor out mastering display data into its own function
Timo Rothenpieler
2025/03/02
[FFmpeg-cvslog] avcodec/utils: use new ff_timecode_set_smpte function
Timo Rothenpieler
2025/03/02
[FFmpeg-cvslog] avformat/hls: Partially revert "reduce default max reload to 3"
softworkz
2025/03/02
[FFmpeg-cvslog] Prepare for 7.1.1
Michael Niedermayer
2025/03/02
[FFmpeg-cvslog] lavc/vvc: Fix pps_single_slice_picture
Frank Plowman
2025/03/02
[FFmpeg-cvslog] lavc/vvcdec: fix undefined reference to ff_h2645_pixel_aspect
Nuo Mi
2025/03/01
[FFmpeg-cvslog] [ffmpeg-web] branch master updated. fa782f7 web/security: Add some CVE numbers from 2005 to 2010
ffmpeg-git
2025/03/01
[FFmpeg-cvslog] avcodec/aarch64/ac3dsp_neon.S: Optimize ac3_sum_square_butterfly_int32_neon
Krzysztof Pyrkosz
2025/03/01
[FFmpeg-cvslog] swscale/aarch64: Refactor hscale_16_to_15__fs_4
Krzysztof Pyrkosz
2025/03/01
[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 95909b6 web/security: Add more missing CVE#
ffmpeg-git
2025/03/01
[FFmpeg-cvslog] libswscale/arm/swscale_unscaled: Fix function prototype
Adam Lackorzynski
2025/03/01
[FFmpeg-cvslog] APIChanges: add entry for new AMD AMF pixfmt
Lynne
2025/03/01
[FFmpeg-cvslog] fate-sws-pixdesc-query: update ref for new pixfmts
Lynne
2025/03/01
[FFmpeg-cvslog] lavu: bump minor and add APIChanges entry for new GRAY32 pixfmts
Lynne
2025/03/01
[FFmpeg-cvslog] APIChanges: add entries for new planar GBR and float gray pixfmts
Lynne
2025/03/01
[FFmpeg-cvslog] fate-imgutils: update reference for new pixel formats
Lynne
2025/03/01
[FFmpeg-cvslog] avformat/iamf_parse: add checks to parameter definition durations
James Almer
2025/03/01
[FFmpeg-cvslog] pixfmt: add AV_PIX_FMT_GRAY32
Lynne
2025/03/01
[FFmpeg-cvslog] vulkan: add support for AV_PIX_FMT_GRAY32
Lynne
2025/03/01
[FFmpeg-cvslog] ffbuild: Avoid using the --preprocessor argument to windres
Martin Storsjö
2025/02/28
[FFmpeg-cvslog] avformat/hls: Partially revert "reduce default max reload to 3"
softworkz
2025/02/28
[FFmpeg-cvslog] doc/developer: Better {} style rule
Michael Niedermayer
2025/02/28
[FFmpeg-cvslog] avformat/iamf_parse: add missing constrains for num_parameters in audio_element_oub()
James Almer
2025/02/28
[FFmpeg-cvslog] aarch64: Fix a few misindented lines
Martin Storsjö
2025/02/28
[FFmpeg-cvslog] Changelog: update
James Almer
2025/02/28
[FFmpeg-cvslog] doc/t2h: Support texinfo 7.1 and 7.2 pretest
Patrice Dumas
2025/02/28
[FFmpeg-cvslog] avformat/iamf_writer: fix setting num_samples_per_frame for OPUS
James Almer
2025/02/28
[FFmpeg-cvslog] avformat/iamf_parse: ensure there's at most one of each parameter types in audio elements
James Almer
2025/02/28
[FFmpeg-cvslog] avformat/iamf_writer: ensure the stream groups are not empty
James Almer
2025/02/28
[FFmpeg-cvslog] avformat/iamf_parse: add missing av_free() call on failure path
James Almer
2025/02/28
[FFmpeg-cvslog] avformat/iamfdec: don't set individual streams as dependent
James Almer
2025/02/28
[FFmpeg-cvslog] avformat/iamf_parse: fix setting duration for the last subblock in a parameter definition
James Almer
2025/02/28
[FFmpeg-cvslog] libavutil/vulkan: Expose ff_vk_set_descriptor_image
IndecisiveTurtle
2025/02/28
[FFmpeg-cvslog] avutil/aarch64/tx_float_neon.S: clean up FFT4_X2
Krzysztof Pyrkosz via ffmpeg-devel
2025/02/27
[FFmpeg-cvslog] avcodec/shorten: clear padding
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat/matroskadec: Check pre_ns for overflow
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat/mxfdec: Check that key was read sucessfull
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat/lmlm4: Eliminate some AVERROR(EIO)
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avcodec/vc1_block: propagate error codes
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avcodec/vc1dec: Clear block_index in vc1_decode_reset()
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat/wtvdec: Initialize buf
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat/mpegts: Initialize predefined_SLConfigDescriptor_seen
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avcodec/ffv1enc: 2Pass mode is not possible with golomb coding
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] ffv1enc_vulkan: disable autodetection of async_depth
Lynne
2025/02/27
[FFmpeg-cvslog] avformat/hls: Be more picky on extensions
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] hwcontext_vulkan: enable read/write without storage
Lynne
2025/02/27
[FFmpeg-cvslog] avfilter/vf_libplacebo: set correct alpha mode before blending
Niklas Haas
2025/02/27
[FFmpeg-cvslog] avfilter/vf_libplacebo: set colorspace properties on all inputs
Niklas Haas
2025/02/27
[FFmpeg-cvslog] avfilter/libplacebo: add option for outputting separate fields
Niklas Haas
2025/02/27
[FFmpeg-cvslog] configure: align libplacebo version check with reality
Niklas Haas
2025/02/27
[FFmpeg-cvslog] avfilter/vf_liplacebo: properly initialize variable
Niklas Haas
2025/02/27
[FFmpeg-cvslog] avfilter/vf_libplacebo: allow differing formats per input
Niklas Haas
2025/02/27
[FFmpeg-cvslog] avfilter/vf_libplacebo: switch to new background API
Niklas Haas
2025/02/27
[FFmpeg-cvslog] avfilter/vf_libplacebo: switch to AV_OPT_TYPE_COLOR
Niklas Haas
2025/02/27
[FFmpeg-cvslog] avfilter/vf_libplacebo: remove deprecated options
Niklas Haas
2025/02/27
[FFmpeg-cvslog] avfilter/libplacebo: strip interlaced flag when deinterlacing
Niklas Haas
2025/02/27
[FFmpeg-cvslog] avfilter/libplacebo: only mark frame fields when deinterlacing
Niklas Haas
2025/02/27
[FFmpeg-cvslog] avfilter/libplacebo: add deinterlacing options
Niklas Haas
2025/02/27
[FFmpeg-cvslog] avformat/nistspheredec: Clear buffer
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat/hls: .ts is always ok even if its a mov/mp4
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avcodec/ffv1enc: Slice combination is unsupported
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avcodec/mvha: Clear remaining space after inflate()
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat/vqf: Check avio_read() in add_metadata()
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avcodec/ffv1enc: Fix handling of 32bit unsigned symbols
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avcodec/utils: Fix block align overflow for ADPCM_IMA_WAV
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat/hls: Fix twitter
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avcodec/aacsbr_template: Clear n_q on error
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat/icodec: fix integer overflow with nb_pal
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avcodec/webp: Check ref_x/y
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat: add ff_match_url_ext()
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat/rmdec: check that buf if completely filled
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avcodec/ffv1enc: Fix >8bit context size
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] swscale/output: used unsigned for bit accumulation
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat/ilbc: Check avio_read() for failure
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avcodec/rangecoder: only perform renorm check/loop for callers that need it
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat/vqf: Propagate errors from add_metadata()
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat/iff: Check that we have a stream in read_dst_frame()
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat/vividas: Check avio_read() for failure
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat/apetag: Check APETAGEX
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat/dashdec: Check whitelist
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] swscale/output: Fix undefined integer overflow in yuv2rgba64_2_c_template()
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat/segafilm: Set keyframe
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat/wtvdec: Check length of read mpeg2_descriptor
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat/mxfdec: Check avio_read() success in mxf_decrypt_triplet()
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] libavformat/hls: Be more restrictive on mpegts extensions
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat/hls: Print input format in error message
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avcodec/h263dec: Check against previous dimensions instead of coded
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avfilter/bwdif: account for chroma sub-sampling in min size calculation
Cosmin Stejerean
2025/02/27
[FFmpeg-cvslog] avformat/mxfdec: Check edit unit for overflow in mxf_set_current_edit_unit()
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avformat/mlvdec: fix size checks
Michael Niedermayer
2025/02/27
[FFmpeg-cvslog] avcodec/huffyuvdec: Initialize whole output for decode_gray_bitstream()
Michael Niedermayer
Earlier messages
Later messages