Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-03avcodec/msrle: Check that the input is large enough to contain a end of pictu...Michael Niedermayer
2018-11-02avcodec/libx264: remove FF_CODEC_CAP_INIT_THREADSAFE flagMarton Balint
2018-10-23avcodec/jpeg2000dec: Fix off by 1 error in JPEG2000_PGOD_CPRL handlingMichael Niedermayer
2018-10-23avcodec/mpeg4videodec: Fix typo in sprite delta checkMichael Niedermayer
2018-10-23avcodec/h264_cavlc: Check mb_skip_runMichael Niedermayer
2018-10-23avcodec/ra144: Fix integer overflow in add_wav()Michael Niedermayer
2018-10-18Revert "avcodec/cbs_h264: silence errors about end_of_seq nalus"Aman Gupta
2018-10-16avcodec/cbs: ensure user_data is padded for GBC parsingAman Gupta
2018-10-16avcodec/cbs: fix crash in sei_pic_timestampAman Gupta
2018-10-16avcodec/cbs_h264: silence errors about end_of_seq nalusAman Gupta
2018-10-14avcodec/cuviddec: properly take deinterlacing and display delay into account ...Timo Rothenpieler
2018-10-12avcodec/h2645_parse: skip NALUs with no content after stripping all the trail...James Almer
2018-10-07avcodec/unary: Improve get_unary() docsMichael Niedermayer
2018-10-07avcodec/gdv: Replace divisions by shifts in rescale()Michael Niedermayer
2018-10-07avcodec/ac3dec: Fix shift signedness in mask creationMichael Niedermayer
2018-10-07avcodec/eac3dec: Check that channel_map does not contain more than EAC3_MAX_C...Michael Niedermayer
2018-10-07avcodec/dvdsubdec: Sanity check len in decode_rle()Michael Niedermayer
2018-10-07avcodec/mpeg4videodec: Fix undefined shift in get_amv()Michael Niedermayer
2018-10-07avcodec/zmbv: Check that the decompressed data size is correctMichael Niedermayer
2018-10-07avcodec/zmbv: Update decomp_len in raw framesMichael Niedermayer
2018-10-07avcodec/shorten: Fix bitstream end check in read_header()Michael Niedermayer
2018-10-07avcodec/dvdsubdec: Avoid branch in decode_run_8bit()Michael Niedermayer
2018-10-07avcodec/h264_refs: Document last if() in ff_h264_execute_ref_pic_marking()Michael Niedermayer
2018-10-07avcodec/ra144: Fix undefined integer overflow in add_wav()Michael Niedermayer
2018-10-07avcodec/indeo4: Check dimensions in decode_pic_hdr()Michael Niedermayer
2018-10-07avcodec/hq_hqa: Check remaining input bits in hqa_decode_mb()Michael Niedermayer
2018-10-07avcodec/vb: Check for end of bytestream before reading blocktypeMichael Niedermayer
2018-10-07avcodec/snowdec: Fix integer overflow with motion vector residualMichael Niedermayer
2018-10-07avcodec/mpeg4videodec: Fix slice end detection in mpeg4_decode_studio_mb()Michael Niedermayer
2018-10-07avcodec/scpr: Check for min > max in decompress_p()Michael Niedermayer
2018-10-07avcodec/shorten: Fix signed 32bit overflow in shift in shorten_decode_frame()Michael Niedermayer
2018-10-07avcodec/shorten: Fix integer overflow in residual/LPC combinationMichael Niedermayer
2018-10-07avcodec/shorten: Check verbatim lengthMichael Niedermayer
2018-10-07avcodec/mpegaudio_parser: Initialize poutbuf*Michael Niedermayer
2018-10-07avcodec/aacpsdsp_template: Fix integer overflow in ps_stereo_interpolate_c()Michael Niedermayer
2018-10-07lavc/svq3: Fix regression decoding some files.Nikolas Bowe
2018-10-07avcodec/mlp_parser: Check if synccode is within bufferMichael Niedermayer
2018-10-07avcodec/qtrle: Check remaining bytestream in qtrle_decode_XYbpp()Michael Niedermayer
2018-10-07avcodec/diracdec: Check bytes count in else branch in decode_lowdelay() tooMichael Niedermayer
2018-10-07avcodec/diracdec: Check slice numbers for overflows in relation to picture di...Michael Niedermayer
2018-10-07avcodec/diracdec: Change frame_number to 64bit as its a 32bit from the bitstr...Michael Niedermayer
2018-10-07avcodec/dirac_dwt_template: Fix several integer overflows in horizontal_compo...Michael Niedermayer
2018-10-07avcodec/diracdec: Prevent integer overflow in intermediate in global_mv()Michael Niedermayer
2018-08-14lavc/videotoolboxenc: Fix compilation on osx 10.10.5 YosemiteThilo Borgmann
2018-08-03avcodec/mediacodecdec: fix SEGV on modern nvidia decodersAman Gupta
2018-07-29avcodec/bitstream_filters: check the input argument of av_bsf_get_by_name() f...James Almer
2018-07-19avcodec/videotoolboxenc: fix undefined behavior with rc_max_rate=0Thomas Guillem
2018-07-16avcodec/dvdsub_parser: Allocate input paddingMichael Niedermayer
2018-07-16avcodec/dvdsub_parser: Init output buf/sizeMichael Niedermayer
2018-07-16avcodec/dirac_dwt_template: Fix signedness regression in interleave()Michael Niedermayer