July 2020 Archives by author
Starting: Wed Jul 1 06:26:44 EEST 2020
Ending: Fri Jul 31 01:34:13 EEST 2020
Messages: 813
- [FFmpeg-cvslog] avcodec/internal: remove unused out_frame field from DecodeSimpleContext
James Almer
- [FFmpeg-cvslog] avcodec/mlpenc: remove delay codec capability
James Almer
- [FFmpeg-cvslog] avcodec/mlpenc: propagate proper error values
James Almer
- [FFmpeg-cvslog] avcodec/mlpenc: free filter state buffers on allocation failure
James Almer
- [FFmpeg-cvslog] avcodec/av1_parser: set context values outside the OBU parsing loop
James Almer
- [FFmpeg-cvslog] avcodec/av1_parser: add missing parsing for RGB pixel format signaling
James Almer
- [FFmpeg-cvslog] avcodec/cbs_h265: set default VUI parameters when vui_parameters_present_flag is false
James Almer
- [FFmpeg-cvslog] x86/h264_deblock: fix warning about trailing empty parameter
James Almer
- [FFmpeg-cvslog] x86/vf_blend: fix warnings about trailing empty parameters
James Almer
- [FFmpeg-cvslog] checkasm/vf_blend: use the correct depth parameters to initialize the blend modes
James Almer
- [FFmpeg-cvslog] x86/h264_deblock: fix warning about trailing empty parameter
James Almer
- [FFmpeg-cvslog] x86/vf_blend: fix warnings about trailing empty parameters
James Almer
- [FFmpeg-cvslog] checkasm/vf_blend: use the correct depth parameters to initialize the blend modes
James Almer
- [FFmpeg-cvslog] x86/yuv2rgb: fix crashes when storing data on unaligned buffers
James Almer
- [FFmpeg-cvslog] avcodec/av1_metadata_bsf: Use separate contexts for reading/writing
James Almer
- [FFmpeg-cvslog] avcodec/av1_frame_merge_bsf: Use separate contexts for reading/writing
James Almer
- [FFmpeg-cvslog] Revert "avcodec/cbs_av1: keep separate reference frame state for reading and writing"
James Almer
- [FFmpeg-cvslog] x86/yuv2rgb: fix crashes when storing data on unaligned buffers
James Almer
- [FFmpeg-cvslog] avcodec/libx264: use a function to parse x264opts
James Almer
- [FFmpeg-cvslog] avcodec/libx264: check for param allocation failure error code
James Almer
- [FFmpeg-cvslog] avcodec/libx264: call x264_param_cleanup() if available
James Almer
- [FFmpeg-cvslog] avcodec/libaomenc: use pix_fmt descriptors where useful
James Almer
- [FFmpeg-cvslog] avcodec/libdav1d: use av_image_get_buffer_size() to calculate frame size
James Almer
- [FFmpeg-cvslog] avutil: bump version after addition of MIPS cpu flags
James Almer
- [FFmpeg-cvslog] avutil/imgutils: don't fill data pointers for missing planes
James Almer
- [FFmpeg-cvslog] avutil/imgutils: always zero data pointers in av_image_fill_pointers()
James Almer
- [FFmpeg-cvslog] avcodec/options_table: make AVCodecContext->level search for child constants
James Almer
- [FFmpeg-cvslog] tests/imgutils: test the output of av_image_fill_* functions
James Almer
- [FFmpeg-cvslog] avcodec/nvenc: add new Video SDK 10 features
Roman Arzumanyan
- [FFmpeg-cvslog] fftools/ffmpeg: make specifying thread_queue_size turn on threaded input
Marton Balint
- [FFmpeg-cvslog] avformat/hlsenc: increase initial program date time precision
Marton Balint
- [FFmpeg-cvslog] avformat/mov: fix missing line break in messages
Moritz Barsnick
- [FFmpeg-cvslog] avcodec/av1_parser: initialize avctx->pix_fmt
Manoj Bonda
- [FFmpeg-cvslog] ffprobe: Allow unknown format private AVOptions
Derek Buitenhuis
- [FFmpeg-cvslog] mpeg4videoenc: Don't crash with -fsanitize=bounds
Vitaly Buka
- [FFmpeg-cvslog] png: split header state and data state in two separate variables.
Ronald S. Bultje
- [FFmpeg-cvslog] avcodec/libaomenc: Add command-line options to control the use of partition tools
Wang Cao
- [FFmpeg-cvslog] avcodec/libaomenc: Add command-line options for intra-coding tools
Wang Cao
- [FFmpeg-cvslog] libavcodec/libaomenc.c: Add command-line options for tx tools.
Wang Cao
- [FFmpeg-cvslog] libavcodec/libaomenc.c: Add command-line options for inter-coding tools
Wang Cao
- [FFmpeg-cvslog] libavfilter/glslang: Remove unused header
Ben Clayton
- [FFmpeg-cvslog] avformat/mov: Don't allow negative sample sizes.
Dale Curtis
- [FFmpeg-cvslog] avformat/mov: Check if DTS is AV_NOPTS_VALUE in mov_find_next_sample().
Dale Curtis
- [FFmpeg-cvslog] avformat/riffenc: indicate storage of flipped RGB bitmaps
Gyan Doshi
- [FFmpeg-cvslog] avformat/riffenc: correct calculation for extradata size
Gyan Doshi
- [FFmpeg-cvslog] dnn_backend_native: Add overflow check for length calculation.
Reimar Döffinger
- [FFmpeg-cvslog] dnn_backend_native: Add overflow check for length calculation.
Reimar Döffinger
- [FFmpeg-cvslog] lavc/qsvenc_hevc: add qmax/qmin support for HEVC encoding
Linjie Fu
- [FFmpeg-cvslog] lavc/vaapi_encode: add EQUAL_MULTI_ROWS support for slice structure
Linjie Fu
- [FFmpeg-cvslog] lavc/vaapi_encode: wrap slice codes into row slice functions
Linjie Fu
- [FFmpeg-cvslog] lavc/vaapi_encode: add tile slice encoding support
Linjie Fu
- [FFmpeg-cvslog] lavc/vaapi_encode_h265: add h265 tile encoding support
Linjie Fu
- [FFmpeg-cvslog] lavc/vaapi_encode: Add render target support for 422 10-bit
Linjie Fu
- [FFmpeg-cvslog] dnn_backend_native_layer_mathunary: add sinh support
Ting Fu
- [FFmpeg-cvslog] dnn-layer-math-unary-test: add unit test for sinh
Ting Fu
- [FFmpeg-cvslog] dnn_backend_native_layer_mathunary: add cosh support
Ting Fu
- [FFmpeg-cvslog] dnn-layer-math-unary-test: add unit test for cosh
Ting Fu
- [FFmpeg-cvslog] dnn_backend_native_layer_mathunary: add tanh support
Ting Fu
- [FFmpeg-cvslog] dnn-layer-math-unary-test: add unit test for tanh
Ting Fu
- [FFmpeg-cvslog] dnn_backend_native_layer_mathunary: add asinh support
Ting Fu
- [FFmpeg-cvslog] dnn-layer-math-unary-test: add unit test for asinh
Ting Fu
- [FFmpeg-cvslog] dnn_backend_native_layer_mathunary: add acosh support
Ting Fu
- [FFmpeg-cvslog] dnn-layer-math-unary-test: add unit test for acosh
Ting Fu
- [FFmpeg-cvslog] dnn_backend_native_layer_mathunary: add atanh support
Ting Fu
- [FFmpeg-cvslog] dnn-layer-math-unary-test: add unit test for atanh
Ting Fu
- [FFmpeg-cvslog] tests/dnn/mathunary: fix the issue of NAN
Ting Fu
- [FFmpeg-cvslog] avcodec/v4l2_m2m_dec: remove redundant packet and fix double free
Andriy Gelman
- [FFmpeg-cvslog] avutil/x86inc: fix warnings when assembling with Nasm 2.15
Henrik Gramner
- [FFmpeg-cvslog] avutil/x86inc: fix warnings when assembling with Nasm 2.15
Henrik Gramner
- [FFmpeg-cvslog] avcodec/put_bits: Parametrize bit buffer type
Steinar H. Gunderson
- [FFmpeg-cvslog] avcodec/put_bits: Make bit buffers 64-bit
Steinar H. Gunderson
- [FFmpeg-cvslog] avcodec/put_bits: Fix LZW warning
Steinar H. Gunderson
- [FFmpeg-cvslog] dnn: add openvino as one of dnn backend
Guo, Yejun
- [FFmpeg-cvslog] vf_dnn_processing.c: add dnn backend openvino
Guo, Yejun
- [FFmpeg-cvslog] lavc/sgienc: Fix default 16bit encoding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] libavformat/dashenc.c: Support mpd update period
Siyuan Huang
- [FFmpeg-cvslog] MAINTAINERS: add myself and gpg fingerprint
Zane van Iperen
- [FFmpeg-cvslog] avformat/apm: read header correctly
Zane van Iperen
- [FFmpeg-cvslog] avformat/apm: use the entire APMState structure as extradata
Zane van Iperen
- [FFmpeg-cvslog] avformat/apm: fix variable/structure names and cosmetics
Zane van Iperen
- [FFmpeg-cvslog] avcodec/apm: fix sample_rate check
Zane van Iperen
- [FFmpeg-cvslog] avcodec: add adpcm_ima_apm encoder
Zane van Iperen
- [FFmpeg-cvslog] avformat: add apm muxer
Zane van Iperen
- [FFmpeg-cvslog] fate: add adpcm_ima_apm encoding test
Zane van Iperen
- [FFmpeg-cvslog] avcodec/adpcmenc: cleanup trellis checks
Zane van Iperen
- [FFmpeg-cvslog] avformat/apm: fix APM_FILE_HEADER_SIZE value
Zane van Iperen
- [FFmpeg-cvslog] avcodec/amfenc_hevc: set default gops_per_idr 1
Lu Jiao
- [FFmpeg-cvslog] Speedhq: Decode field 2 correctly
Jean-Baptiste Kempf
- [FFmpeg-cvslog] codec_desc: drop the INTRA_ONLY property from TAK
Anton Khirnov
- [FFmpeg-cvslog] pthread_frame: change the criterium for updating thread contexts
Anton Khirnov
- [FFmpeg-cvslog] avutil/imgutils: add utility to get plane sizes
Brian Kim
- [FFmpeg-cvslog] libavutil/frame: avoid UB when getting plane sizes
Brian Kim
- [FFmpeg-cvslog] libavcodec/decode: avoid UB when getting plane sizes
Brian Kim
- [FFmpeg-cvslog] avfilter/vf_edgedetect: properly implement double_threshold()
Valery Kot
- [FFmpeg-cvslog] cfhd: Add tag names
Kieran Kunhya
- [FFmpeg-cvslog] avutil/hwcontext_vdpau: Correctly initialise pixfmts
Philip Langdale
- [FFmpeg-cvslog] avformat/smacker: Support seeking to first frame
Timotej Lazar
- [FFmpeg-cvslog] avformat/hls: check segment duration value of EXTINF
Steven Liu
- [FFmpeg-cvslog] avformat/hlsenc: check fragment size plus start_pos large than hls_segment_size
Steven Liu
- [FFmpeg-cvslog] tests/fate/hlsenc: add testcase of ac3 surround sound input in hlsenc
Steven Liu
- [FFmpeg-cvslog] avformat/hls: check segment duration value of EXTINF
Steven Liu
- [FFmpeg-cvslog] avformat/crypto.c: remove unnecessary code
Steven Liu
- [FFmpeg-cvslog] aarch64/yuv2rgb_neon: fix return value
Lynne
- [FFmpeg-cvslog] swscale/tests: check return value of sws_scale
Lynne
- [FFmpeg-cvslog] libaomenc: enable 8, 10 and 12 bit RGB encoding
Lynne
- [FFmpeg-cvslog] avcodec/libsvt_av1: remove forced-idr option
Lynne
- [FFmpeg-cvslog] avfilter: add chromanr video filter
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_chromanr: move thres calculation to filter_frame()
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_bilateral: stop using sigmaS as percent of width/height
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_tinterlace: use frame counter from lavfi
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_tinterlace: fix mergex2, first frame is always considered odd
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showwavespic: add filter mode
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_bilateral: simplify code a little
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_yaepblur: fix naming of filter class
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_xfade: add hblur transition
Paul B Mahol
- [FFmpeg-cvslog] lavc/vdpau_hevc: add function to find exact vdp_profile for REXT
ManojGuptaBonda
- [FFmpeg-cvslog] avcodec/hevcdec: Add VDPAU to list of supported formats
ManojGuptaBonda
- [FFmpeg-cvslog] avformat/hls: Pass a copy of the URL for probing
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngdec: Check for fctl after idat
Michael Niedermayer
- [FFmpeg-cvslog] avformat/utils: reorder duration computation to avoid overflow
Michael Niedermayer
- [FFmpeg-cvslog] avutil/avsscanf: Add () to avoid integer overflow in scanexp()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/microdvddec: skip malformed lines without frame number.
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mvdec: Fix integer overflow with billions of channels
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmalosslessdec: fix overflow with pred in revert_cdlms
Michael Niedermayer
- [FFmpeg-cvslog] avutil/common: Fix integer overflow in av_ceil_log2_c()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: Pass a copy of the URL for probing
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngdec: Check for fctl after idat
Michael Niedermayer
- [FFmpeg-cvslog] avformat/utils: reorder duration computation to avoid overflow
Michael Niedermayer
- [FFmpeg-cvslog] avutil/avsscanf: Add () to avoid integer overflow in scanexp()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dstdec: Replace AC overread check by sample rate check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tiff: Do not overrun the array ends in dng_blit()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/scpr3: Fix out of array access with dectab
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hcadec: Check total_band_count against imdct_in size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mv30: Fix integer overflows in idct2_1d()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dstdec: Replace AC overread check by sample rate check
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: update
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dstdec: Replace AC overread check by sample rate check
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: update
Michael Niedermayer
- [FFmpeg-cvslog] Update for 3.4.8
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: update
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/svq1dec: Check that there is data left after the header
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/txd: Check for input size against the header size.
Michael Niedermayer
- [FFmpeg-cvslog] libavcodec/wmalosslessdec: prevent sum of positive numbers from becoming negative
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vp9dsp_template: Fix integer overflows in idct32_1d()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/g2meet: Check tile_width in epic_jb_decode_tile()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngdec: Check length in fdAT
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mpeg: Decrease score by 1 for files with very little valid data
Michael Niedermayer
- [FFmpeg-cvslog] avformat/thp: Require a video stream
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/g729postfilter: Clip gain before scaling with AGC_FAC1
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/nuv: widen buf_size type
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ralf: Fix integer overflow in decode_block()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utvideodec: Fix integer overflow in decode_plane()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ralf: Check num_blocks before use
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/adpcm: Fix integer overflow in ADPCM THP
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/binkaudio: Fix 2Ghz sample_rate
Michael Niedermayer
- [FFmpeg-cvslog] avformat/aadec: Check toc_size to contain the minimum to demuxer uses
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mpegenc: Fix integer overflow with AV_NOPTS_VALUE
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmalosslessdec: Fix integer overflows in revert_inter_ch_decorr()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/xvididct: Fix integer overflow in idct_row()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dsddec: Check channels
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ivi: Clear got_p_frame before decoding a new frame using it
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pnmdec: Use unsigned for maxval rescaling
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264dec: Disable forced small_padding on flag2 fast
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vp9dsp_template: Fix integer overflow(s) in iadst16_1d()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmalosslessdec: Fix integer overflow in mclms_predict()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hq_hqa: Check info size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/huffyuvdec: Test vertical coordinate more often
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/adpcm: XA: Check shift similar to filter
Michael Niedermayer
- [FFmpeg-cvslog] avformat/thp: Check compcount
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mlvdec: fail reading a packet with 0 streams
Michael Niedermayer
- [FFmpeg-cvslog] avformat/4xm: Cleanup on GET_LIST_HEADER() failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12dec: Fix got_output
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/snowdec: Avoid integer overflow with huge qlog
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12dec: remove outdated comments
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mpl2dec: Fix integer overflow with duration
Michael Niedermayer
- [FFmpeg-cvslog] avformat/thp: Check fps
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/loco: Fix signed integer overflow in loco_get_rice()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmalosslessdec: Check block_align maximum
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/iff: Fix off by x error
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/sonic: Fix several integer overflows
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/lossless_audiodsp: Fix undefined overflows in scalarproduct_and_madd_int16_c()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg4videodec: Fix 2 integer overflows in get_amv()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffwavesynth: Avoid undefined operation on ts overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/4xm: Check that a video stream was created before returning packets for it
Michael Niedermayer
- [FFmpeg-cvslog] avformat/microdvddec: skip malformed lines without frame number.
Michael Niedermayer
- [FFmpeg-cvslog] avutil/common: Fix integer overflow in av_ceil_log2_c()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: Pass a copy of the URL for probing
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngdec: Check for fctl after idat
Michael Niedermayer
- [FFmpeg-cvslog] avformat/utils: reorder duration computation to avoid overflow
Michael Niedermayer
- [FFmpeg-cvslog] Update for 2.8.17
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pnmdec: Fix misaligned reads
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Limit bayer to single plane outputting format
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tiff: Check frame parameters before blit for DNG
Michael Niedermayer
- [FFmpeg-cvslog] avformat/smjpegdec: Check the existence of referred streams
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/loco: Fix integer overflow with large values from loco_get_rice()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix undefined integer overflow with 24bit
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pnmdec: Fix misaligned reads
Michael Niedermayer
- [FFmpeg-cvslog] avformat/smjpegdec: Check the existence of referred streams
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/loco: Fix integer overflow with large values from loco_get_rice()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix undefined integer overflow with 24bit
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: update
Michael Niedermayer
- [FFmpeg-cvslog] avformat/oggparsevorbis: Error out on double init of vp
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264dec: Disable forced small_padding on flag2 fast
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vp9dsp_template: Fix integer overflow(s) in iadst16_1d()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmalosslessdec: Fix integer overflow in mclms_predict()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hq_hqa: Check info size
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rawdec: fix identifier names
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/huffyuvdec: Test vertical coordinate more often
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/adpcm: XA: Check shift similar to filter
Michael Niedermayer
- [FFmpeg-cvslog] avformat/thp: Check compcount
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mlvdec: fail reading a packet with 0 streams
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/lzf: Consider the needed size in reallocation
Michael Niedermayer
- [FFmpeg-cvslog] avformat/4xm: Cleanup on GET_LIST_HEADER() failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12dec: Fix got_output
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/snowdec: Avoid integer overflow with huge qlog
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12dec: remove outdated comments
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cbs: Allocate more CodedBitstreamUnit at once in cbs_insert_unit()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mpl2dec: Fix integer overflow with duration
Michael Niedermayer
- [FFmpeg-cvslog] avformat/thp: Check fps
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/loco: Fix signed integer overflow in loco_get_rice()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmalosslessdec: Check block_align maximum
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/iff: Fix off by x error
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pixlet: Fix log(0) check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg4videodec: avoid invalid values and reinitialize in format changes for studio profile
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/sonic: Fix several integer overflows
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/lossless_audiodsp: Fix undefined overflows in scalarproduct_and_madd_int16_c()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg4videodec: Fix 2 integer overflows in get_amv()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffwavesynth: Avoid undefined operation on ts overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/4xm: Check that a video stream was created before returning packets for it
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mxfdec: free duplicated utf16 strings
Michael Niedermayer
- [FFmpeg-cvslog] avformat/microdvddec: skip malformed lines without frame number.
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mvdec: Fix integer overflow with billions of channels
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmalosslessdec: fix overflow with pred in revert_cdlms
Michael Niedermayer
- [FFmpeg-cvslog] avutil/common: Fix integer overflow in av_ceil_log2_c()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: Pass a copy of the URL for probing
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngdec: Check for fctl after idat
Michael Niedermayer
- [FFmpeg-cvslog] avformat/utils: reorder duration computation to avoid overflow
Michael Niedermayer
- [FFmpeg-cvslog] avutil/avsscanf: Add () to avoid integer overflow in scanexp()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dstdec: Replace AC overread check by sample rate check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/scpr3: Fix out of array access with dectab
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pnmdec: Fix misaligned reads
Michael Niedermayer
- [FFmpeg-cvslog] avformat/smjpegdec: Check the existence of referred streams
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/loco: Fix integer overflow with large values from loco_get_rice()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix undefined integer overflow with 24bit
Michael Niedermayer
- [FFmpeg-cvslog] Update for 4.2.4
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: update
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dstdec: Replace AC overread check by sample rate check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tiff: Do not overrun the array ends in dng_blit()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/scpr3: Fix out of array access with dectab
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hcadec: Check total_band_count against imdct_in size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mv30: Fix integer overflows in idct2_1d()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pnmdec: Fix misaligned reads
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Limit bayer to single plane outputting format
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tiff: Check frame parameters before blit for DNG
Michael Niedermayer
- [FFmpeg-cvslog] avformat/smjpegdec: Check the existence of referred streams
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/loco: Fix integer overflow with large values from loco_get_rice()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix undefined integer overflow with 24bit
Michael Niedermayer
- [FFmpeg-cvslog] Update for 4.3.1
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cbs_jpeg: Fix uninitialized end index in cbs_jpeg_split_fragment()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpeg_parser: Adjust size rejection threshold
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tiff: Check input space in dng_decode_jpeg()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cbs_jpeg: Fix uninitialized end index in cbs_jpeg_split_fragment()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpeg_parser: Adjust size rejection threshold
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tiff: Check input space in dng_decode_jpeg()
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: update
Michael Niedermayer
- [FFmpeg-cvslog] swscale/tests/swscale: Fix incorrect return code check
Michael Niedermayer
- [FFmpeg-cvslog] swscale/tests/swscale: Initialize res to a non random error code
Michael Niedermayer
- [FFmpeg-cvslog] swscale/tests/swscale: use 1 for indicating erros
Michael Niedermayer
- [FFmpeg-cvslog] avformat/sbgdec: Check for overflow in parse_timestamp()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tdsc: Fix tile checks
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/alac: Check decorr_shift to avoid invalid shift
Michael Niedermayer
- [FFmpeg-cvslog] avformat/ape: Error out in case of EOF in the header
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Move reslevelno check before use in case JPEG2000_PGOD_RPCL
Michael Niedermayer
- [FFmpeg-cvslog] libavcodec/pgxdec: Add PGX decoder
Gautam Ramakrishnan
- [FFmpeg-cvslog] libavformat/img2dec: Added pgx demuxer
Gautam Ramakrishnan
- [FFmpeg-cvslog] libavcodec/jpeg2000dec: Enhance pix fmt selection
Gautam Ramakrishnan
- [FFmpeg-cvslog] libavcodec/jpeg2000dec.c: Enable image offsets
Gautam Ramakrishnan
- [FFmpeg-cvslog] libavcodec/jpeg2000dec : Prevent overriding SOP marker bit
Gautam Ramakrishnan
- [FFmpeg-cvslog] libavcodec/jpeg2000 Fix PCRL Progression Order check
Gautam Ramakrishnan
- [FFmpeg-cvslog] libavcodec/jpeg2000 Fix RPCL Progression order check
Gautam Ramakrishnan
- [FFmpeg-cvslog] libavcodec/jpeg2000dec: Support for Parameterless Markers
Gautam Ramakrishnan
- [FFmpeg-cvslog] libavcodec/jpeg2000dec: Add check when done with main header markers
Gautam Ramakrishnan
- [FFmpeg-cvslog] libavcodec/jpeg2000dec: Fix codeblock decode check
Gautam Ramakrishnan
- [FFmpeg-cvslog] libavcodec/jpeg2000dec: Support for PPM marker
Gautam Ramakrishnan
- [FFmpeg-cvslog] libavcodec/j2kenc: Encoding up to 16 bits
Gautam Ramakrishnan
- [FFmpeg-cvslog] libavcodec/pgxdec Fix pix format selection error
Gautam Ramakrishnan
- [FFmpeg-cvslog] Replace 'FontName' with 'Fontname' in the documentation.
Joe Ratterman
- [FFmpeg-cvslog] libavformat/mov: Fix memleaks when demuxing DV audio
Andreas Rheinhardt
- [FFmpeg-cvslog] libavformat/mov: Fix memleaks when demuxing DV audio
Andreas Rheinhardt
- [FFmpeg-cvslog] libavformat/mov: Fix memleaks when demuxing DV audio
Andreas Rheinhardt
- [FFmpeg-cvslog] libavformat/mov: Fix memleaks when demuxing DV audio
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aviobuf: Don't check for overflow after it happened
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aviobuf: Also return truncated buffer in avio_get_dyn_buf()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/bitstream: Don't check for undefined behaviour after it happened
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avc, mxfenc: Avoid allocation of H264 SPS structure, fix memleak
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cbs_av1: Fix writing uvlc numbers >= INT_MAX
Andreas Rheinhardt
- [FFmpeg-cvslog] libavformat/mov: Fix memleaks when demuxing DV audio
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/apngenc: Add deinit function
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aviobuf: Don't check for overflow after it happened
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix handling gigantic durations
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Use right number of tracks
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix memleaks in WebM DASH manifest demuxer
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/omadec: Fix memleaks upon read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Fix memleaks upon read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aqtitledec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/assdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/jacosubdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/lrcdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/microdvddec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpl2dec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpsubdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/pjsdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/samidec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/sccdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/srtdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/stldec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/subviewer1dec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/subviewerdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/tedcaptionsdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/vplayerdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webvttdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Don't use NULL for %s format string
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Fix memleak upon encountering repeating tags
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Fix reel_name size check
Andreas Rheinhardt
- [FFmpeg-cvslog] libavformat/mov: Fix memleaks when demuxing DV audio
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Fix memleak
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cbs_av1: Fix writing uvlc numbers >= INT_MAX
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avc, mxfenc: Avoid allocation of H264 SPS structure, fix memleak
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/bitstream: Don't check for undefined behaviour after it happened
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/hnm: Check for extradata allocation failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/bitstream: Don't check for undefined behaviour after it happened
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cbs_av1: Fix writing uvlc numbers >= INT_MAX
Andreas Rheinhardt
- [FFmpeg-cvslog] lavf/webm_chunk: Fix NULL dereference
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ttaenc: Fix undefined shift
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Fix memleak
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg_opt: Fix signed integer overflow
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/tdsc: Fix undefined shifts
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ac3enc: Fix invalid shift
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/encryption_info: Don't pass NULL to memcpy
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wavpackenc: Fix undefined shifts
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/pcm: Fix undefined shifts
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/movenc: Fix undefined shift
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/exr: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] swscale/x86/swscale: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] swscale/utils: Fix invalid left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dnxhdenc: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ituh263dec: Fix undefined left shift of negative number
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/jpeg2000dwt: Fix undefined shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_hqx: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_xbr: Fix left shift of negative number
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg: Free swresample dictionary during cleanup
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/av1: Fix leak of dynamic buffer in case of parsing failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix demuxing ProRes
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix use-after-free when demuxing ProRes
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/fitsdec: Fix potential leak of string in AVBPrint
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/wtvdec: Fix memleak when reading header fails
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/proresenc_anatoliy: Fix invalid left shift of negative number
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/segafilmenc: Fix undefined left shift of 1 by 31 places
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adpcm: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adxenc: Avoid undefined left shift of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ra144enc: Fix invalid left shift of negative number
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Check for reformatting errors
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/hevc: Fix potential leak in case of ff_hevc_annexb2mp4_buf failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Free encryption data on error
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Don't leak MOVFragmentStreamInfo on error
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cavsdsp: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/utils: Fix memleaks in avformat_open_input()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Check BlockAdditional size before use
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/smoothstreaming: Fix memleaks on errors
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/bethsoftvid: Fix potential memleak upon reallocation failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/subtitles: Don't increment packet counter prematurely
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/hnm: Check for extradata allocation failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Don't discard the upper 32bits of TrackNumber
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webmdashenc: Fix memleak upon realloc failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avidec: Fix memleak with embedded GAB2 subtitles
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webmdashenc: Check codec types
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg_opt: Check attachment filesize
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Fix memleak upon encountering bogus chapter
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aviobuf: Don't check for overflow after it happened
Andreas Rheinhardt
- [FFmpeg-cvslog] h264_redundant_pps: Fix memleak in case of errors
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cbs_h2645: Fix potential out-of-bounds array access
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cinepakenc: Fix invalid shifts
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix handling gigantic durations
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Use right number of tracks
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix memleaks in WebM DASH manifest demuxer
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/omadec: Fix memleaks upon read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Fix memleaks upon read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aqtitledec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/assdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/jacosubdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/lrcdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/microdvddec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpl2dec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpsubdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/pjsdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/samidec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/sccdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/srtdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/stldec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/subviewer1dec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/subviewerdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/tedcaptionsdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/vplayerdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webvttdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Don't use NULL for %s format string
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Fix memleak upon encountering repeating tags
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Fix reel_name size check
Andreas Rheinhardt
- [FFmpeg-cvslog] libavformat/mov: Fix memleaks when demuxing DV audio
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/hevc: Defer initializations in ff_isom_write_hvcc()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/bitstream: Don't check for undefined behaviour after it happened
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix demuxing ProRes
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix use-after-free when demuxing ProRes
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/fitsdec: Fix potential leak of string in AVBPrint
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/wtvdec: Fix memleak when reading header fails
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/proresenc_anatoliy: Fix invalid left shift of negative number
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/segafilmenc: Fix undefined left shift of 1 by 31 places
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adpcm: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adxenc: Avoid undefined left shift of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ra144enc: Fix invalid left shift of negative number
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Check for reformatting errors
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/hevc: Fix potential leak in case of ff_hevc_annexb2mp4_buf failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Don't leak MOVFragmentStreamInfo on error
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cavsdsp: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/utils: Fix memleaks in avformat_open_input()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Check BlockAdditional size before use
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/smoothstreaming: Fix memleaks on errors
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/bethsoftvid: Fix potential memleak upon reallocation failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/subtitles: Don't increment packet counter prematurely
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/hnm: Check for extradata allocation failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Don't discard the upper 32bits of TrackNumber
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webmdashenc: Fix memleak upon realloc failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avidec: Fix memleak with embedded GAB2 subtitles
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webmdashenc: Check codec types
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg_opt: Check attachment filesize
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Fix memleak upon encountering bogus chapter
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aviobuf: Don't check for overflow after it happened
Andreas Rheinhardt
- [FFmpeg-cvslog] h264_redundant_pps: Fix memleak in case of errors
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cbs_h2645: Fix potential out-of-bounds array access
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cinepakenc: Fix invalid shifts
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix handling gigantic durations
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Use right number of tracks
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix memleaks in WebM DASH manifest demuxer
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/omadec: Fix memleaks upon read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Fix memleaks upon read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aqtitledec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/assdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/jacosubdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/lrcdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/microdvddec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpl2dec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpsubdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/pjsdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/samidec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/sccdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/srtdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/stldec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/subviewer1dec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/subviewerdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/tedcaptionsdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/vplayerdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webvttdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Don't use NULL for %s format string
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Fix memleak upon encountering repeating tags
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Fix reel_name size check
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg_opt: Fix signed integer overflow
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/tdsc: Fix undefined shifts
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ac3enc: Fix invalid shift
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wavpackenc: Fix undefined shifts
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/pcm: Fix undefined shifts
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/movenc: Fix undefined shift
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/exr: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] swscale/x86/swscale: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] swscale/utils: Fix invalid left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dnxhdenc: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ituh263dec: Fix undefined left shift of negative number
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/jpeg2000dwt: Fix undefined shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_hqx: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_xbr: Fix left shift of negative number
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg: Free swresample dictionary during cleanup
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ttaenc: Fix undefined shift
Andreas Rheinhardt
- [FFmpeg-cvslog] lavf/webm_chunk: Fix NULL dereference
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/hevc_mp4toannexb_bsf: Check NAL size against available input
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/bitstream: Don't check for undefined behaviour after it happened
Andreas Rheinhardt
- [FFmpeg-cvslog] libavformat/mov: Fix memleaks when demuxing DV audio
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/fitsdec: Fix potential leak of string in AVBPrint
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/wtvdec: Fix memleak when reading header fails
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/proresenc_anatoliy: Fix invalid left shift of negative number
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adpcm: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adxenc: Avoid undefined left shift of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ra144enc: Fix invalid left shift of negative number
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Check for reformatting errors
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/hevc: Fix potential leak in case of ff_hevc_annexb2mp4_buf failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cavsdsp: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/utils: Fix memleaks in avformat_open_input()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Check BlockAdditional size before use
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/smoothstreaming: Fix memleaks on errors
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/bethsoftvid: Fix potential memleak upon reallocation failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/subtitles: Don't increment packet counter prematurely
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/hnm: Check for extradata allocation failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Don't discard the upper 32bits of TrackNumber
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webmdashenc: Fix memleak upon realloc failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avidec: Fix memleak with embedded GAB2 subtitles
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webmdashenc: Check codec types
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg_opt: Check attachment filesize
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Fix memleak upon encountering bogus chapter
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aviobuf: Don't check for overflow after it happened
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix handling gigantic durations
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Use right number of tracks
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix memleaks in WebM DASH manifest demuxer
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/omadec: Fix memleaks upon read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Fix memleaks upon read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aqtitledec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/assdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/jacosubdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/lrcdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/microdvddec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpl2dec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpsubdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/pjsdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/samidec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/sccdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/srtdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/stldec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/subviewer1dec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/subviewerdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/tedcaptionsdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/vplayerdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webvttdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Don't use NULL for %s format string
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Fix memleak upon encountering repeating tags
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Fix reel_name size check
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg_opt: Fix signed integer overflow
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/tdsc: Fix undefined shifts
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ac3enc: Fix invalid shift
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wavpackenc: Fix undefined shifts
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/pcm: Fix undefined shifts
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/movenc: Fix undefined shift
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/exr: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] swscale/x86/swscale: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] swscale/utils: Fix invalid left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dnxhdenc: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ituh263dec: Fix undefined left shift of negative number
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/jpeg2000dwt: Fix undefined shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_hqx: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_xbr: Fix left shift of negative number
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg: Free swresample dictionary during cleanup
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ttaenc: Fix undefined shift
Andreas Rheinhardt
- [FFmpeg-cvslog] lavf/webm_chunk: Fix NULL dereference
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/hevc_mp4toannexb_bsf: Check NAL size against available input
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/bitstream: Don't check for undefined behaviour after it happened
Andreas Rheinhardt
- [FFmpeg-cvslog] libavformat/mov: Fix memleaks when demuxing DV audio
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/wtvdec: Fix memleak when reading header fails
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/proresenc_anatoliy: Fix invalid left shift of negative number
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adpcm: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adxenc: Avoid undefined left shift of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ra144enc: Fix invalid left shift of negative number
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Check for reformatting errors
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cavsdsp: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/utils: Fix memleaks in avformat_open_input()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Check BlockAdditional size before use
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/smoothstreaming: Fix memleaks on errors
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/bethsoftvid: Fix potential memleak upon reallocation failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/subtitles: Don't increment packet counter prematurely
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/hnm: Check for extradata allocation failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Don't discard the upper 32bits of TrackNumber
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webmdashenc: Fix memleak upon realloc failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webmdashenc: Check codec types
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg_opt: Check attachment filesize
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Fix memleak upon encountering bogus chapter
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aviobuf: Don't check for overflow after it happened
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix handling gigantic durations
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Use right number of tracks
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/omadec: Fix memleaks upon read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Fix memleaks upon read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aqtitledec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/assdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/jacosubdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/lrcdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/microdvddec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpl2dec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpsubdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/pjsdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/samidec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/sccdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/srtdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/stldec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/subviewer1dec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/subviewerdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/tedcaptionsdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/vplayerdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webvttdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Don't use NULL for %s format string
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Fix memleak upon encountering repeating tags
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Fix reel_name size check
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg_opt: Fix signed integer overflow
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/tdsc: Fix undefined shifts
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ac3enc: Fix invalid shift
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wavpackenc: Fix undefined shifts
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/pcm: Fix undefined shifts
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/movenc: Fix undefined shift
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/exr: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] swscale/x86/swscale: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] swscale/utils: Fix invalid left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dnxhdenc: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ituh263dec: Fix undefined left shift of negative number
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/jpeg2000dwt: Fix undefined shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_hqx: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_xbr: Fix left shift of negative number
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg: Free swresample dictionary during cleanup
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ttaenc: Fix undefined shift
Andreas Rheinhardt
- [FFmpeg-cvslog] lavf/webm_chunk: Fix NULL dereference
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/hevc_mp4toannexb_bsf: Check NAL size against available input
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/bitstream: Don't check for undefined behaviour after it happened
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/hevc_mp4toannexb_bsf: Check NAL size against available input
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/wtvdec: Fix memleak when reading header fails
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/proresenc_anatoliy: Fix invalid left shift of negative number
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adpcm: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adxenc: Avoid undefined left shift of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ra144enc: Fix invalid left shift of negative number
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Check for reformatting errors
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cavsdsp: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/utils: Fix memleaks in avformat_open_input()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Check BlockAdditional size before use
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/smoothstreaming: Fix memleaks on errors
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/bethsoftvid: Fix potential memleak upon reallocation failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/subtitles: Don't increment packet counter prematurely
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/hnm: Check for extradata allocation failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Don't discard the upper 32bits of TrackNumber
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webmdashenc: Fix memleak upon realloc failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webmdashenc: Check codec types
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg_opt: Check attachment filesize
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Fix memleak upon encountering bogus chapter
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aviobuf: Don't check for overflow after it happened
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix handling gigantic durations
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Use right number of tracks
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/omadec: Fix memleaks upon read_header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aqtitledec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/assdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/jacosubdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/lrcdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/microdvddec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpl2dec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpsubdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/pjsdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/samidec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/srtdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/stldec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/subviewer1dec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/subviewerdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/tedcaptionsdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/vplayerdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webvttdec: Fix memleak upon read header failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Don't use NULL for %s format string
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Fix memleak upon encountering repeating tags
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Fix reel_name size check
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg_opt: Fix signed integer overflow
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/tdsc: Fix undefined shifts
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ac3enc: Fix invalid shift
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wavpackenc: Fix undefined shifts
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/pcm: Fix undefined shifts
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/movenc: Fix undefined shift
Andreas Rheinhardt
- [FFmpeg-cvslog] swscale/x86/swscale: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] swscale/utils: Fix invalid left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dnxhdenc: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ituh263dec: Fix undefined left shift of negative number
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/jpeg2000dwt: Fix undefined shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_hqx: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_xbr: Fix left shift of negative number
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg: Free swresample dictionary during cleanup
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ttaenc: Fix undefined shift
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dvbsub_parser: Don't allocate buffer separately
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dvdsub_parser: Remove empty init function
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/smacker: Don't increase packet counter prematurely
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/smacker: Avoid potential inifinite loop on error
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/smacker: Check audio frame size
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/smacker: Stop caching and copying audio frames
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/smacker: Improve timestamps
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/smacker: Don't allocate arrays separately
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/smacker: Don't read only one byte at a time
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/smacker: Use st->priv_data to store array
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/smacker: Cosmetics
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h264_metadata_bsf: Fix invalid av_freep
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h264_metadata_bsf: Fix invalid av_freep
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h264_metadata_bsf: Fix invalid av_freep
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cbs: Remove unused function parameters
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h26[45]_metadata_bsf: Use separate contexts for reading/writing
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mm: Check for existence of audio stream
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/sdp: Fix potential write beyond end of buffer
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mm: Check for existence of audio stream
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/sdp: Fix potential write beyond end of buffer
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mm: Check for existence of audio stream
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/sdp: Fix potential write beyond end of buffer
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/au: Store strings instead of pointers to strings in array
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/au: Remove redundant av_freep()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/au: Simplify writing string into AVBPrint
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/au: Avoid allocation for metadata string
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mxfdec: Fix memleak when adding element to array fails
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mxfdec: Fix memleak when parsing tag fails
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mxfdec: Fix memleak upon repeating tags
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Avoid undefined pointer arithmetic
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Slightly simplify version check
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webmdashenc: Fix segfault when no filename is given when live
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webmdashenc: Avoid allocations, fix memleak
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webmdashenc: Only check for existence of metadata if it is used
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webmdashenc: Cosmetics
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/daudenc: Turn write_header function into init function
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/daudenc: Return proper error codes instead if -1
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/segafilm: Reorder elements of struct to make it smaller
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/segafilmenc: Remove write-only variable
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/segafilmenc: Simplify writing two bytes
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/segafilmenc: Don't store packet info in linked list
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/segafilmenc: Avoid seek when writing header
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/smacker: Set audio duration
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/smacker: Fix duration for PCM audio
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/smacker: Don't return packets for streams with AVDISCARD_ALL
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/golomb: Don't emit error message in get_ue_golomb
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/golomb: Prevent shift by negative number
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/golomb: Document return value of get_ue_golomb_31 on error
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cavsdec, h264*, hevc_parser: Use get_ue_golomb_31 where possible
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/nvenc: add new h264 levels from Video SDK 10
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/nvenc: fix B-Ref-Mode support check for recent HEVC
Timo Rothenpieler
- [FFmpeg-cvslog] avformat/icecast: Add option to use TLS connection
Marvin Scholz
- [FFmpeg-cvslog] avcodec: Add an SVT-AV1 encoder wrapper
Daryl Seah
- [FFmpeg-cvslog] libavformat/hlsenc: Remove duplicate close of the output stream.
Andrey Semashev
- [FFmpeg-cvslog] mailmap: add entry for myself
Ruiling Song
- [FFmpeg-cvslog] configure: remove libvmaf from EXTERNAL_LIBRARY_VERSION3_LIST
Kyle Swanson
- [FFmpeg-cvslog] New commits on branch release/3.2
Git System
- [FFmpeg-cvslog] New commits on branch release/4.0
Git System
- [FFmpeg-cvslog] New commits on branch release/3.4
Git System
- [FFmpeg-cvslog] New commits on branch release/4.1
Git System
- [FFmpeg-cvslog] vaapi_encode_h265: Enable 4:2:2 support
Mark Thompson
- [FFmpeg-cvslog] Revert "lavc/vaapi_encode: add EQUAL_MULTI_ROWS support for slice structure"
Mark Thompson
- [FFmpeg-cvslog] swscale/yuv2rgb: consider x2rgb10le on big endian hardware
Fei Wang
- [FFmpeg-cvslog] FATE: fix colorbalance fate test failed on x86_32
Limin Wang
- [FFmpeg-cvslog] avformat/dump: add a \n for end of ERROR log
Limin Wang
- [FFmpeg-cvslog] avutil/opt: check return value of av_bprint_finalize()
Limin Wang
- [FFmpeg-cvslog] avformat/au: check return value of av_bprint_finalize()
Limin Wang
- [FFmpeg-cvslog] avformat/au: check return value of au_read_annotation()
Limin Wang
- [FFmpeg-cvslog] avformat/hlsenc: use proper error codes
Limin Wang
- [FFmpeg-cvslog] avformat/hlsenc: fix av_bprint_finalize() usage
Limin Wang
- [FFmpeg-cvslog] avformat/hlsenc: simplify code to pass s directly
Limin Wang
- [FFmpeg-cvslog] avcodec/dvbsubdec: simplify code by using OFFSET() macro
Limin Wang
- [FFmpeg-cvslog] avcodec/dvbsubdec: prefer to use variable instead of type for sizeof
Limin Wang
- [FFmpeg-cvslog] avcodec/dvbsubdec: Cosmetics
Limin Wang
- [FFmpeg-cvslog] avformat/gifdec: -1 -> AV_BPRINT_SIZE_UNLIMITED
Limin Wang
- [FFmpeg-cvslog] avfilter/vf_showinfo: check sd->size before reference the sd->data
Limin Wang
- [FFmpeg-cvslog] avfilter/vf_showinfo: add dump_s12m_timecode() helper function
Limin Wang
- [FFmpeg-cvslog] avcodec/hevcdec: add timecode metadata
Limin Wang
- [FFmpeg-cvslog] avcodec/h264_slice: replace cur->f with out for better readability
Limin Wang
- [FFmpeg-cvslog] avcodec/h264_slice: add timecode metadata
Limin Wang
- [FFmpeg-cvslog] avcodec/mpeg12dec: add timecode metadata
Limin Wang
- [FFmpeg-cvslog] avutil/timecode: add description for SMPTE binary format
Limin Wang
- [FFmpeg-cvslog] API: add AV_PKT_DATA_S12M_TIMECODE to AVPacketSideDataType
Limin Wang
- [FFmpeg-cvslog] avdevice/decklink_dec: export timecode with s12m side data
Limin Wang
- [FFmpeg-cvslog] avformat/mpegtsenc: simplify code for condition checks
Limin Wang
- [FFmpeg-cvslog] avformat/mpegtsenc: reindent the last commit
Limin Wang
- [FFmpeg-cvslog] avformat/mpegtsenc: use local variable store st->codecpar->codec_id
Limin Wang
- [FFmpeg-cvslog] swscale/yuv2rgb: cosmetics
Limin Wang
- [FFmpeg-cvslog] avcodec/h264: support sps/pps AV_PKT_DATA_NEW_EXTRADATA
Oliver Woodman
- [FFmpeg-cvslog] hwcontext_vaapi: avoid fd leak in vaapi_device_derive
Haihao Xiang
- [FFmpeg-cvslog] hwcontext_vaapi: remove duplicate formats from sw_format list
Haihao Xiang
- [FFmpeg-cvslog] ffbuild: Refine MIPS handling
Jiaxun Yang
- [FFmpeg-cvslog] libavutils: Add parse_r helper for MIPS
Jiaxun Yang
- [FFmpeg-cvslog] libavutil: Detect MMI and MSA flags for MIPS
Jiaxun Yang
- [FFmpeg-cvslog] libavcodec: Enable runtime detection for MIPS MMI & MSA
Jiaxun Yang
- [FFmpeg-cvslog] libavcodec: MIPS: MMI: Fix type mismatches
Jiaxun Yang
- [FFmpeg-cvslog] libavcodec: MIPS: MMI: Move sp out of the clobber list
Jiaxun Yang
- [FFmpeg-cvslog] dnn_backend_native.c: refine code for fail case
Guo Yejun
- [FFmpeg-cvslog] dnn_backend_native: check operand index
Guo Yejun
- [FFmpeg-cvslog] avcodec/mips: fix type mismatch in h264dsp_msa.c
Shiyou Yin
- [FFmpeg-cvslog] avcodec/mips: Fix register constraint error reported by clang.
Shiyou Yin
- [FFmpeg-cvslog] avutil/mips/generic_macros_msa: Fix prob that 'ulw' and 'uld' unsupported by clang.
Shiyou Yin
- [FFmpeg-cvslog] avcodec/mips/cabac: Fix a bug in get_cabac_inline_mips.
Shiyou Yin
- [FFmpeg-cvslog] avcodec/mips: Fix segfault in imdct36_mips_float.
Shiyou Yin
- [FFmpeg-cvslog] avcodec/libaomenc: fix build w/libaom v1.0.0
James Zern
- [FFmpeg-cvslog] avcodec/libvpxenc: use pix_fmt descriptors where useful
James Zern
- [FFmpeg-cvslog] lavfi/setpts: fix setpts/asetpts option dump error
Jun Zhao
- [FFmpeg-cvslog] lavf/udp: fix the comments for default UDP socket recvbuf size
Jun Zhao
- [FFmpeg-cvslog] doc/http: Update HTTP protocol options
Jun Zhao
- [FFmpeg-cvslog] lavf/hls: enable custom interrup callback in sub-demuxer
Jun Zhao
- [FFmpeg-cvslog] lavf/dashdec: enable custom interrup callback in sub-demuxer
Jun Zhao
- [FFmpeg-cvslog] lavf/srt: fix build fail when used the libsrt 1.4.1
Jun Zhao
- [FFmpeg-cvslog] avformat/isom: add comment to mov_mdhd_language_map
Zhao Zhili
- [FFmpeg-cvslog] avformat/mov: fix memleaks
Zhao Zhili
- [FFmpeg-cvslog] avformat/mov: fix memleaks
Zhao Zhili
- [FFmpeg-cvslog] avformat/mov: fix memleaks
Zhao Zhili
- [FFmpeg-cvslog] avformat/mov: fix memleaks
Zhao Zhili
- [FFmpeg-cvslog] avformat/mov: fix memleaks
Zhao Zhili
- [FFmpeg-cvslog] avformat/mov: fix memleaks
Zhao Zhili
- [FFmpeg-cvslog] avformat/mov: fix memleaks
Zhao Zhili
- [FFmpeg-cvslog] avformat/mov: fix memleaks
Zhao Zhili
- [FFmpeg-cvslog] avformat/mov: fix memleaks
Zhao Zhili
- [FFmpeg-cvslog] avformat/mov: Fix unaligned read of uint32_t and endian-dependance in mov_read_default
Zhao Zhili
- [FFmpeg-cvslog] avformat/mov: Fix unaligned read of uint32_t and endian-dependance in mov_read_default
Zhao Zhili
- [FFmpeg-cvslog] avformat/mov: Fix unaligned read of uint32_t and endian-dependance in mov_read_default
Zhao Zhili
- [FFmpeg-cvslog] avformat/mov: fix atom type to string conversion
Zhao Zhili
- [FFmpeg-cvslog] avdevice/decklink_dec: add support for extracting and outputing klv from vanc
Milos Zivkovic
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 6550932 web: Add FFmpeg 3.2.15
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 71f9d0b web: add FFmpeg 4.0.6
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. da832f0 web: Add 3.4.8
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. beb8af8 web: add FFmpeg 4.1.6
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 394139d web: Add 2.8.17
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 0d08624 web: add FFmpeg 4.2.4
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 688e957 web: add FFmpeg 4.3.1
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] lavc/libxavs2.c: mark key-frame packets
hwren
- [FFmpeg-cvslog] avfilter/vf_bilateral: remove useless memcpy
leozhang
- [FFmpeg-cvslog] Tag n3.2.15 : FFmpeg 3.2.15 release
git at videolan.org
- [FFmpeg-cvslog] Tag n4.0.6 : FFmpeg 4.0.6 release
git at videolan.org
- [FFmpeg-cvslog] Tag n3.4.8 : FFmpeg release 3.4.8
git at videolan.org
- [FFmpeg-cvslog] Tag n4.1.6 : FFmpeg 4.1.6 release
git at videolan.org
- [FFmpeg-cvslog] Tag n2.8.17 : FFmpeg 2.8.17
git at videolan.org
- [FFmpeg-cvslog] Tag n4.2.4 : FFmpeg 4.2.4 release
git at videolan.org
- [FFmpeg-cvslog] Tag n4.3.1 : FFmpeg 4.3.1 release
git at videolan.org
Last message date:
Fri Jul 31 01:34:13 EEST 2020
Archived on: Fri Jul 31 01:34:21 EEST 2020
This archive was generated by
Pipermail 0.09 (Mailman edition).