summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for vide...Limin Wang2019-08-112-0/+22
* MAINTAINERS: Add my GnuPG fingerprint.Thilo Borgmann2019-08-111-0/+1
* lavc/r210enc: Fix undefined behaviour encoding r10k.Carl Eugen Hoyos2019-08-111-3/+3
* lavc/vc2enc_dwt: Avoid left-shifting a negative value.Carl Eugen Hoyos2019-08-111-1/+1
* lavc/frame_thread_encoder: Do not memcpy() from NULL.Carl Eugen Hoyos2019-08-111-1/+2
* lavc/libx264: Cast cpb bit_rates to int64_t to avoid an integer overflow.Carl Eugen Hoyos2019-08-101-2/+2
* lavf/dump: Fix cpb bitrate type after next major bump.Carl Eugen Hoyos2019-08-101-0/+4
* lavf/dump: Fix vbv_delay type specifier.Carl Eugen Hoyos2019-08-101-1/+1
* lavc/libx264: Cast bit_rate to int64_t to avoid an integer overflow.Carl Eugen Hoyos2019-08-101-1/+1
* lavc/libx264: bit_rates > INT_MAX are not supported.Carl Eugen Hoyos2019-08-101-0/+4
* avformat/rtpdec_mpeg4: Fix integer parameters size check in SDP fmtp lineOlivier Maignial2019-08-101-12/+33
* tools/zmqsend: Avoid mem copy past the end of input bufferAndriy Gelman2019-08-091-1/+1
* doc/fate: Document how to request samples upload accessMichael Niedermayer2019-08-091-0/+4
* doc/ffmpeg: Document dts_error_threshold optionJun Zhao2019-08-081-0/+4
* examples/encode_video: only add sequence end code for mpeg1/2 videoJun Zhao2019-08-081-1/+2
* lavf/showinfo: use error level when get invalid sidedataJun Zhao2019-08-081-3/+3
* lavf/showinfo: support mastering display sidedataJun Zhao2019-08-081-0/+30
* lavf/hls: add http_seekable option for HTTP partial requestsJun Zhao2019-08-082-2/+11
* lavf/vf_vpp_qsv: add support for QSV transpose filterLinjie Fu2019-08-071-2/+99
* avfilter/vf_convolution: add x86 SIMD for filter_3x3()Ruiling Song2019-08-075-38/+271
* Revert "avformat/rtpdec_rfc4175: Fix incorrect copy_offset calculation"Michael Niedermayer2019-08-061-4/+1
* configure: cuda_llvm: fix include path for MSYS2Ricardo Constantino2019-08-051-1/+1
* avcodec/alsdec: Check for block_length <= 0 in read_var_block_data()Michael Niedermayer2019-08-051-1/+1
* avcodec/vqavideo: Set video sizeMichael Niedermayer2019-08-051-1/+1
* avcodec/sanm: Check extradata_size before allocationsMichael Niedermayer2019-08-051-5/+5
* avformat/rtpdec_rfc4175: Fix incorrect copy_offset calculationJacob Siddall2019-08-051-1/+4
* libavcodec/iff: Use unsigned to avoid undefined behaviourAndreas Rheinhardt2019-08-051-17/+17
* avcodec/mss1: check for overread and forward errorsMichael Niedermayer2019-08-054-0/+18
* avcodec/loco: Check for end of input in pixel decodeMichael Niedermayer2019-08-051-0/+4
* avcodec/dirac_parser: Fix overflow in dtsMichael Niedermayer2019-08-051-1/+1
* avcodec/ralf: Fix undefined pointer in decode_channel()Michael Niedermayer2019-08-051-1/+1
* avcodec/ralf: Fix integer overflow in apply_lpc()Michael Niedermayer2019-08-051-1/+1
* avcodec/vorbisdec: Implement vr->classifications = 1Michael Niedermayer2019-08-051-2/+7
* avcodec/vorbisdec: Check parameters in vorbis_floor0_decode() before divideMichael Niedermayer2019-08-051-0/+3
* avformat/realtextdec: Check for duplicate extradata in realtext_read_header()Michael Niedermayer2019-08-051-0/+4
* avformat/vividas: Fix memleak of AVIOContext in track_header()Michael Niedermayer2019-08-051-2/+6
* avcodec/cfhd: Check destination space for bayer before writingMichael Niedermayer2019-08-051-0/+9
* avcodec/cfhd: Fix linesize typeMichael Niedermayer2019-08-051-1/+1
* avcodec/cbs_av1_syntax_template: Check ref_frame_idx before useMichael Niedermayer2019-08-051-3/+4
* avcodec/apedec: Fix 2 signed overflowsMichael Niedermayer2019-08-051-2/+2
* avcodec/mss3: Check for the rac stream being invalid in rac_normalize()Michael Niedermayer2019-08-051-0/+4
* avcodec/vc1_block: Check get_vlc2() return before useMichael Niedermayer2019-08-051-0/+2
* avcodec/apedec: Do not partially clear data arrayMichael Niedermayer2019-08-051-1/+2
* avcodec/atrac9dec: Check grad_range[1] more tightlyMichael Niedermayer2019-08-051-1/+1
* avcodec/atrac9dec: Remove impossible conditionMichael Niedermayer2019-08-051-3/+0
* avcodec/bink: Add many end of input checksMichael Niedermayer2019-08-051-9/+43
* compat/cuda: Change inclusion guardsAndreas Rheinhardt2019-08-053-7/+6
* build: add support for building CUDA files with clangRodger Combs2019-08-044-24/+178
* avcodec/h263dec: enable nvdec hwaccelStefan Schoenefeld2019-08-041-0/+3
* avcodec/h263dec: fix hwaccel decodingStefan Schoenefeld2019-08-041-1/+1
OpenPOWER on IntegriCloud