summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* avcodec/cfhd: Check destination space for bayer before writingMichael Niedermayer2019-08-05
* avcodec/cfhd: Fix linesize typeMichael Niedermayer2019-08-05
* avcodec/cbs_av1_syntax_template: Check ref_frame_idx before useMichael Niedermayer2019-08-05
* avcodec/apedec: Fix 2 signed overflowsMichael Niedermayer2019-08-05
* avcodec/mss3: Check for the rac stream being invalid in rac_normalize()Michael Niedermayer2019-08-05
* avcodec/vc1_block: Check get_vlc2() return before useMichael Niedermayer2019-08-05
* avcodec/apedec: Do not partially clear data arrayMichael Niedermayer2019-08-05
* avcodec/atrac9dec: Check grad_range[1] more tightlyMichael Niedermayer2019-08-05
* avcodec/atrac9dec: Remove impossible conditionMichael Niedermayer2019-08-05
* avcodec/bink: Add many end of input checksMichael Niedermayer2019-08-05
* compat/cuda: Change inclusion guardsAndreas Rheinhardt2019-08-05
* build: add support for building CUDA files with clangRodger Combs2019-08-04
* avcodec/h263dec: enable nvdec hwaccelStefan Schoenefeld2019-08-04
* avcodec/h263dec: fix hwaccel decodingStefan Schoenefeld2019-08-04
* avcodec/hnm4video: Forward errors of decode_interframe_v4()Michael Niedermayer2019-08-03
* avcodec/interplayvideo: Avoid ff_get_buffer() during initMichael Niedermayer2019-08-03
* avformat/vividas: Check that value from ffio_read_varlen() does not overflowMichael Niedermayer2019-08-03
* avformat/vividas: forward errors from track_header()Michael Niedermayer2019-08-03
* avcodec/clearvideo: fix invalid shift in tile size checkMichael Niedermayer2019-08-03
* avformat/vividas: Check buffer size before allocationMichael Niedermayer2019-08-03
* avformat/vividas: Check if extradata was read successfullyMichael Niedermayer2019-08-03
* avformat/dashenc: fix writing the AV1 codec string in mp4 modeJames Almer2019-08-03
* avformat/dashenc: update stream extradata from packet side dataJames Almer2019-08-03
* avformat/av1: combine high_bitdepth and twelve_bit into a single bitdepth valueJames Almer2019-08-03
* avformat/av1: rename some AV1SequenceParameters fieldsJames Almer2019-08-03
* avformat/av1: split off sequence header parsing from the av1C writing functionJames Almer2019-08-03
* avformat/av1: add color config values to AV1SequenceParametersJames Almer2019-08-03
* avcodec/vp8: do vp7_fade_frame() laterMichael Niedermayer2019-08-03
* avcodec/vp3: Check for end of input in vp4_unpack_vlcs()Michael Niedermayer2019-08-03
* avcodec/vp3: Check that theora is theoraMichael Niedermayer2019-08-02
* avutil/mips: Avoid instruction exception caused by gssqc1/gslqc1.Shiyou Yin2019-08-02
* avcodec/msrle: remove unused itemsPaul B Mahol2019-08-02
* lavu/tx: add support for double precision FFT and MDCTLynne2019-08-02
* lavfi/zmq: Avoid mem copy past the end of input bufferAndriy Gelman2019-08-01
* FATE: add hls single file mode test caseSteven Liu2019-08-01
* tools/target_dec_fuzzer: fix memleak of extradataMichael Niedermayer2019-07-31
* avcodec/vc1_pred: Fix invalid shift in scaleforsame()Michael Niedermayer2019-07-31
* avcodec/vc1_block: Fix integer overflow in ff_vc1_pred_dc()Michael Niedermayer2019-07-31
* avcodec/truemotion2: Fix several integer overflows in tm2_motion_block()Michael Niedermayer2019-07-31
* avcodec/apedec: Make coeffsA/B uint32_t, this avoids several cases of undefin...Michael Niedermayer2019-07-31
* avcodec/apedec: make left/right unsigned to avoid undefined behaviorMichael Niedermayer2019-07-31
* avcodec/apedec: Fix multiple integer overflows and undefined behaviorin filte...Michael Niedermayer2019-07-31
* avformat/mpc: deallocate frames array on errorsMichael Niedermayer2019-07-31
* lavfi/vf_thumbnail_cuda: fix operator precedence bugRodger Combs2019-07-30
* lavd/v4l2: produce a 0 byte packet when a dequeued buffer's size is unexpectedStephan Hilb2019-07-30
* lavu/hwcontext_qsv: fix the memory leakLinjie Fu2019-07-30
* avformat/av1: fix AV1CodecConfigurationBox name in doxyJames Almer2019-07-30
* cbs_mpeg2: Fix parsing the last unitAndreas Rheinhardt2019-07-29
* cbs_mpeg2: Rearrange start code searchAndreas Rheinhardt2019-07-29
* cbs_mpeg2: Decompose Sequence EndAndreas Rheinhardt2019-07-29