summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* avcodec/hnm4video: Forward errors of decode_interframe_v4()Michael Niedermayer2019-08-031-10/+14
* avcodec/interplayvideo: Avoid ff_get_buffer() during initMichael Niedermayer2019-08-031-8/+0
* avformat/vividas: Check that value from ffio_read_varlen() does not overflowMichael Niedermayer2019-08-031-2/+5
* avformat/vividas: forward errors from track_header()Michael Niedermayer2019-08-031-4/+8
* avcodec/clearvideo: fix invalid shift in tile size checkMichael Niedermayer2019-08-031-1/+1
* avformat/vividas: Check buffer size before allocationMichael Niedermayer2019-08-031-0/+3
* avformat/vividas: Check if extradata was read successfullyMichael Niedermayer2019-08-031-1/+6
* avformat/dashenc: fix writing the AV1 codec string in mp4 modeJames Almer2019-08-031-0/+16
* avformat/dashenc: update stream extradata from packet side dataJames Almer2019-08-031-11/+12
* avformat/av1: combine high_bitdepth and twelve_bit into a single bitdepth valueJames Almer2019-08-032-8/+10
* avformat/av1: rename some AV1SequenceParameters fieldsJames Almer2019-08-032-15/+15
* avformat/av1: split off sequence header parsing from the av1C writing functionJames Almer2019-08-032-17/+59
OpenPOWER on IntegriCloud