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-08-11avformat/vividas: Fix another infinite loopMichael Niedermayer
2019-08-11avformat/vividas: Fix infinite loop in header parserMichael Niedermayer
2019-08-11avcodec/mpc8: Fix 32bit mask/enumMichael Niedermayer
2019-08-11avcodec/alsdec: Fix integer overflows of raw_samples in decode_var_block_data()Michael Niedermayer
2019-08-11avcodec/alsdec: Fix integer overflow of raw_samples in decode_blocks()Michael Niedermayer
2019-08-11avcodec/alsdec: fix mantisse shiftMichael Niedermayer
2019-08-11avcodec/pngdec: consider chunk size in minimal size checkMichael Niedermayer
2019-08-11avcodec/vc1_block: Fix invalid shifts in vc1_decode_i_blocks()Michael Niedermayer
2019-08-11avcodec/vc1_block: fix invalid shift in vc1_decode_p_mb()Michael Niedermayer
2019-08-11avcodec/aacdec_template: fix integer overflow in imdct_and_windowing()Michael Niedermayer
2019-08-11lavc/videotoolboxenc: make transfer_fnc initialized for unsupport functionLimin Wang
2019-08-11lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for vide...Limin Wang
2019-08-11MAINTAINERS: Add my GnuPG fingerprint.Thilo Borgmann
2019-08-11lavc/r210enc: Fix undefined behaviour encoding r10k.Carl Eugen Hoyos
2019-08-11lavc/vc2enc_dwt: Avoid left-shifting a negative value.Carl Eugen Hoyos
2019-08-11lavc/frame_thread_encoder: Do not memcpy() from NULL.Carl Eugen Hoyos
2019-08-11lavc/libx264: Cast cpb bit_rates to int64_t to avoid an integer overflow.Carl Eugen Hoyos
2019-08-11lavf/dump: Fix cpb bitrate type after next major bump.Carl Eugen Hoyos
2019-08-11lavf/dump: Fix vbv_delay type specifier.Carl Eugen Hoyos
2019-08-11lavc/libx264: Cast bit_rate to int64_t to avoid an integer overflow.Carl Eugen Hoyos
2019-08-11lavc/libx264: bit_rates > INT_MAX are not supported.Carl Eugen Hoyos
2019-08-10avformat/rtpdec_mpeg4: Fix integer parameters size check in SDP fmtp lineOlivier Maignial
2019-08-10tools/zmqsend: Avoid mem copy past the end of input bufferAndriy Gelman
2019-08-09doc/fate: Document how to request samples upload accessMichael Niedermayer
2019-08-08doc/ffmpeg: Document dts_error_threshold optionJun Zhao
2019-08-08examples/encode_video: only add sequence end code for mpeg1/2 videoJun Zhao
2019-08-08lavf/showinfo: use error level when get invalid sidedataJun Zhao
2019-08-08lavf/showinfo: support mastering display sidedataJun Zhao
2019-08-08lavf/hls: add http_seekable option for HTTP partial requestsJun Zhao
2019-08-07lavf/vf_vpp_qsv: add support for QSV transpose filterLinjie Fu
2019-08-07avfilter/vf_convolution: add x86 SIMD for filter_3x3()Ruiling Song
2019-08-06Revert "avformat/rtpdec_rfc4175: Fix incorrect copy_offset calculation"Michael Niedermayer
2019-08-05configure: cuda_llvm: fix include path for MSYS2Ricardo Constantino
2019-08-05avcodec/alsdec: Check for block_length <= 0 in read_var_block_data()Michael Niedermayer
2019-08-05avcodec/vqavideo: Set video sizeMichael Niedermayer
2019-08-05avcodec/sanm: Check extradata_size before allocationsMichael Niedermayer
2019-08-05avformat/rtpdec_rfc4175: Fix incorrect copy_offset calculationJacob Siddall
2019-08-05libavcodec/iff: Use unsigned to avoid undefined behaviourAndreas Rheinhardt
2019-08-05avcodec/mss1: check for overread and forward errorsMichael Niedermayer
2019-08-05avcodec/loco: Check for end of input in pixel decodeMichael Niedermayer
2019-08-05avcodec/dirac_parser: Fix overflow in dtsMichael Niedermayer
2019-08-05avcodec/ralf: Fix undefined pointer in decode_channel()Michael Niedermayer
2019-08-05avcodec/ralf: Fix integer overflow in apply_lpc()Michael Niedermayer
2019-08-05avcodec/vorbisdec: Implement vr->classifications = 1Michael Niedermayer
2019-08-05avcodec/vorbisdec: Check parameters in vorbis_floor0_decode() before divideMichael Niedermayer
2019-08-05avformat/realtextdec: Check for duplicate extradata in realtext_read_header()Michael Niedermayer
2019-08-05avformat/vividas: Fix memleak of AVIOContext in track_header()Michael Niedermayer
2019-08-05avcodec/cfhd: Check destination space for bayer before writingMichael Niedermayer
2019-08-05avcodec/cfhd: Fix linesize typeMichael Niedermayer
2019-08-05avcodec/cbs_av1_syntax_template: Check ref_frame_idx before useMichael Niedermayer