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
2019-06-30avcodec/hevc_ps: Fix integer overflow with num_tile_rows and num_tile_columnsMichael Niedermayer
2019-06-30avcodec/apedec: Add k < 24 check to the only k++ case which lacks such a checkMichael Niedermayer
2019-06-30avformat/aviobuf: Delay buffer downsizing until asserts are metMichael Niedermayer
2019-06-30avcodec/fitsdec: Check data_min/maxMichael Niedermayer
2019-06-29avcodec/m101: Fix off be 2 errorMichael Niedermayer
2019-06-29avcodec/qdm2: Move fft_order check upMichael Niedermayer
2019-06-29avcodec/libvorbisdec: Check extradata sizeMichael Niedermayer
2019-06-29avformat/vqf: Check header_sizeMichael Niedermayer
2019-06-29avcodec/atrac9dec: Check q_unit_cnt in parse_band_ext()Michael Niedermayer
2019-06-29avcodec/atrac9dec: Check that the reused block has succeeded initilizationMichael Niedermayer
2019-06-29avutil: add FF_DECODE_ERROR_DECODE_SLICES for AVFrame.decode_error_flagsAmir Pauker
2019-06-28avcodec/cfhd: add back alpha processing removed in 9cefb9e7ecPaul B Mahol
2019-06-28avformat/hlsenc: temp_file usage for master playlist and vtt playlistBela Bodecs
2019-06-28libavformat/mux: Fix mixed delarations and codeAndreas Rheinhardt
2019-06-27avformat/sccdec: display last caption even when there is no empty last linePaul B Mahol
2019-06-27hlsenc: Add option to set custom HTTP headersDerek Buitenhuis
2019-06-26avcodec/utils: Check bits_per_coded_sampleMichael Niedermayer
2019-06-26avcodec/videodsp_template: Fix overflow of additionMichael Niedermayer
2019-06-26avcodec/alsdec: Fix invalid shift in multiply()Michael Niedermayer
2019-06-26avcodec/4xm: Fix vlc memleakMichael Niedermayer
2019-06-26avcodec/ffwavesynth: Check ts_end - ts_start for overflowMichael Niedermayer
2019-06-26avcodec/vc1dsp: Avoid undefined shifts in vc1_v_s_overlap_c / vc1_h_s_overlap_cMichael Niedermayer
2019-06-26avcodec/tta: Fix undefined shiftMichael Niedermayer
2019-06-26avcodec/qdmc: Fix integer overflows in PRNGMichael Niedermayer
2019-06-26avcodec/rv10: Avoid calculating undefined value that is unusedMichael Niedermayer
2019-06-26avcodec/bintext: Check font heightMichael Niedermayer
2019-06-26avcodec/binkdsp: Fix integer overflows in idctMichael Niedermayer
2019-06-26avcodec/bink: Fix integer overflow in unquantize_dct_coeffs()Michael Niedermayer
2019-06-26libavformat/mux: Fix audio_preloadAndreas Rheinhardt
2019-06-25avformat/oggparseogm: sync avctx w/ codecparChris Cunningham
2019-06-25Changelog: add derain filter into ChangelogXuewei Meng
2019-06-25avcodec/motionpixels: Check for vlc error in mp_get_vlc()Michael Niedermayer
2019-06-25avcodec/loco: Limit lossy parameter so it is sane and does not overflowMichael Niedermayer
2019-06-25avformat/mov: Set fragment.found_tfhd only after TFHD has been parsedMichael Niedermayer
2019-06-25avformat/img2dec: Fix probe_buffer leak in ff_img_read_header()Michael Niedermayer
2019-06-25avcodec/xpmdec: Do not use context dimensions as temporary variablesMichael Niedermayer
2019-06-25avformat/vividas: check length in read_vblock()Michael Niedermayer
2019-06-25avcodec/fitsdec: Fix division by 0 in size checkMichael Niedermayer
2019-06-25avcodec/aacpsdsp_template: Fix integer overflow in ps_hybrid_analysis_c()Michael Niedermayer
2019-06-25avcodec/truemotion2: Fix integer overflow in last loop in tm2_update_block()Michael Niedermayer
2019-06-25avcodec/pngdec: Check input spaceMichael Niedermayer
2019-06-25avformat/dashenc: split extension for MP4 into .mp4 or .m4sAlfred E. Heggestad
2019-06-25lavf/qsv_scale: add scaling modes supportZhong Li
2019-06-25movsub_bsf: Fix mov2textsub regressionAndreas Rheinhardt
2019-06-25lavf/flvenc: add automatic bitstream filteringJun Zhao
2019-06-25avformat/matroskadec: Improve error/EOF checks IIIAndreas Rheinhardt
2019-06-25avformat/matroskadec: Improve read error/EOF checks IIAndreas Rheinhardt
2019-06-25avformat/matroskadec: Improve read error/EOF checks IAndreas Rheinhardt
2019-06-25avformat/matroskadec: Properly check return valuesAndreas Rheinhardt
2019-06-25avformat/matroskadec: Don't zero unnecessarilyAndreas Rheinhardt