summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avcodec/av1_parser: skip frames with spatial_id > 0James Almer2019-12-021-0/+3
* avfilter/buffersrc: remove write-only variableZhao Zhili2019-12-021-3/+0
* fate/cbs: add a decode model AV1 testJames Almer2019-12-012-0/+2
* fate/cbs: add a switch frame AV1 testJames Almer2019-12-012-1/+3
* Revert "avcodec/cbs_av1_syntax_template: Check ref_frame_idx before use"James Almer2019-12-011-4/+3
* avcodec/cbs_av1: implement missing set_frame_refs() functionJames Almer2019-12-011-10/+112
* avcodec/alsdec: Discard frames for which no channel could be decodedMichael Niedermayer2019-12-011-0/+8
* avcodec/alsdec: Avoid 1 layer of pointer dereferences in INTERLEAVE_OUTPUT()Michael Niedermayer2019-12-011-3/+4
* avcodec/g729dec: Avoid one multiply by using init_get_bits8()Michael Niedermayer2019-12-011-1/+1
* avcodec/g729dec: Avoid using buf_sizeMichael Niedermayer2019-12-011-2/+2
* avcodec/g729dec: Factor block_size outMichael Niedermayer2019-12-011-2/+5
* avcodec/g729dec: require buf_size to be non 0Michael Niedermayer2019-12-011-1/+1
* avcodec/g729dec: Check for KELVIN && 6k4Michael Niedermayer2019-12-011-1/+1
* avcodec/alac: Fix integer overflow in lpc_prediction() with signMichael Niedermayer2019-12-011-1/+1
* avcodec/wmaprodec: Fix buflen computation in save_bits()Michael Niedermayer2019-12-011-3/+3
* avcodec/vc1_block: Fix integer overflow in AC rescaling in vc1_decode_i_block...Michael Niedermayer2019-12-011-1/+1
* avcodec/vmdaudio: Check chunk counts to avoid integer overflowMichael Niedermayer2019-12-011-0/+3
* avformat/mxfdec: Clear metadata_sets_count in mxf_read_close()Michael Niedermayer2019-12-011-0/+1
* avformat/flac_picture: Return directly if nothing has been allocatedAndreas Rheinhardt2019-12-011-6/+6
* avformat/flac_picture: Switch to bytestream2 APIAndreas Rheinhardt2019-12-011-28/+36
* avformat/flac_picture: Simplify checksAndreas Rheinhardt2019-12-011-4/+2
* avformat/smoothstreamingenc: removed unused check of avformat_free_contextSteven Liu2019-12-021-2/+1
* avformat/rtpenc_mpegts: removed unused check of avformat_free_contextSteven Liu2019-12-021-2/+1
* avformat/hdsenc: removed unused check of avformat_free_contextSteven Liu2019-12-021-2/+1
* avformat/dashenc: remove unused check of avformat_free_contextSteven Liu2019-12-021-2/+1
* avformat/avc: add missing return error valueJames Almer2019-11-301-1/+3
* lavc/extract_extradata: Use bytestream apiAndriy Gelman2019-11-301-16/+19
* avcodec/extract_extradata_bsf: Don't unref uninitialized buffersAndreas Rheinhardt2019-11-301-2/+2
* avformat/avc: fix sps buffer offset when calling ff_avc_decode_sps()James Almer2019-11-291-1/+1
* fate/demux: add an AV1 Annex B testJames Almer2019-11-292-0/+19
* avcodec/av1_parser: export stream dimensions in avctxJames Almer2019-11-291-0/+7
* fate/lavf-container: add an H264 mp4 remux testJames Almer2019-11-292-0/+5
* fate/lavf-container: add an AV1 mp4 remux testJames Almer2019-11-292-0/+5
* libavdevice/lavfi: check avfilter_graph_dump return valueZhao Zhili2019-11-291-3/+7
* avformat/avio: Use ffurl_closepAndreas Rheinhardt2019-11-291-2/+1
* avfilter/vf_hqdn3d: add support for commandsPaul B Mahol2019-11-292-9/+38
* avfilter/vf_hqdn3d: add support for 12bit and 14bit yuv formatsPaul B Mahol2019-11-291-19/+12
* lavc/mvha: Check init_get_bits8() for failureJun Zhao2019-11-291-1/+3
* lavf/vividas: check avformat_new_stream() returnJun Zhao2019-11-291-0/+4
* avfilter/vf_yadif: rename config_props -> config_output, link -> outlinkLimin Wang2019-11-291-10/+10
* avformat/vividas: Avoid allocation of AVIOContextAndreas Rheinhardt2019-11-291-15/+4
* avformat/avc: write the missing bits in the AVC Decoder Configuration BoxJames Almer2019-11-282-5/+33
* avformat/movenc: Avoid allocation for small dynamic buffersAndreas Rheinhardt2019-11-281-10/+8
* avformat/matroskaenc: Avoid allocation for small dynamic buffersAndreas Rheinhardt2019-11-281-4/+4
* avformat/id3v2enc: Avoid allocation for small tagsAndreas Rheinhardt2019-11-281-21/+16
* avformat/avc: Avoid allocation for small SPS/PPS arraysAndreas Rheinhardt2019-11-281-9/+6
* avformat/av1: Avoid allocation for small headersAndreas Rheinhardt2019-11-281-9/+5
* avformat/apetag: Avoid allocation for small tagsAndreas Rheinhardt2019-11-281-7/+5
* avformat/aviobuf: Avoid allocating buffer when using dynamic bufferAndreas Rheinhardt2019-11-281-6/+14
* avfilter/vf_libvmaf: Check for av_frame_alloc failureLimin Wang2019-11-281-0/+3