summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_vectorscope: add invert graticulePaul B Mahol2019-12-282-0/+219
* avfilter/vf_vectorscope: use enum for graticule itemsPaul B Mahol2019-12-281-9/+16
* avfilter/vf_geq: Add support for reading sample sums and means of rectanglesMichael Niedermayer2019-12-281-4/+103
* avfilter/vf_geq: Add NB_PLANESMichael Niedermayer2019-12-281-2/+4
* avutil/eval: Add av_expr_count_func() similar to av_expr_count_vars()Michael Niedermayer2019-12-284-9/+38
* avcodec/vc1dec: Fix "return -1" casesMichael Niedermayer2019-12-281-4/+4
* avcodec/vc1dec: Free sprite_output_frame on errorMichael Niedermayer2019-12-281-2/+9
* avfilter/vf_geq: Relicense to LGPLMichael Niedermayer2019-12-283-11/+9
* avcodec/atrac9dec: Clamp band_ext_data to max that can be read if skipped.Michael Niedermayer2019-12-281-1/+11
* avcodec/agm: Include block size in the MV check for flags == 3Michael Niedermayer2019-12-281-2/+2
* avcodec/wmadec: Keep track of exponent initialization per channelMichael Niedermayer2019-12-282-4/+7
* avcodec/iff: Check that video_size is large enough for the read parametersMichael Niedermayer2019-12-281-0/+2
* avcodec/v4l2_m2m_enc: Check encoder pix_fmt matches pix_fmt on deviceAndriy Gelman2019-12-271-0/+15
* avutil/tests/opt: add av_opt_get/av_opt_set testsMarton Balint2019-12-272-0/+67
* avutil/tests/opt: add tests for AV_OPT_TYPE_DICTMarton Balint2019-12-272-2/+18
* avutil/opt: add full support for AV_OPT_TYPE_DICTMarton Balint2019-12-272-8/+53
* avfilter/vf_vibrance: add support for commandsPaul B Mahol2019-12-272-1/+6
* avfilter/vf_il: add support for commandsPaul B Mahol2019-12-272-1/+6
* avfilter/af_stereowiden: add support for commandsPaul B Mahol2019-12-272-4/+10
* avfilter/af_extrastereo: add support for commandsPaul B Mahol2019-12-272-1/+6
* avfilter/vf_neighbor: add support for commandsPaul B Mahol2019-12-272-1/+18
* avformat/dashdec: propagate icy to child AVIOContextsMarvin Scholz2019-12-271-1/+1
* avformat/hls: propagate icy to child AVIOContextsMarvin Scholz2019-12-271-1/+1
* avcodec/mvha: fix warning: variable 'size' set but not usedLimin Wang2019-12-271-0/+3
* avformat/microdvdenc: Use avio_w8 to write a charAndreas Rheinhardt2019-12-271-1/+1
* avformat/microdvd: Use \n instead of \0 to end file headerAndreas Rheinhardt2019-12-273-4/+6
* avformat/flvenc: Fix leak of oversized packetsAndreas Rheinhardt2019-12-261-1/+2
* avformat/flvenc: Forward errors from allocating keyframe indexAndreas Rheinhardt2019-12-261-7/+9
* avformat/wavenc: Add deinit functionAndreas Rheinhardt2019-12-261-5/+2
* avformat/spdifenc: Replace write_trailer by deinitAndreas Rheinhardt2019-12-261-3/+2
* avcodec/vc1dec: remove the unneeded ()Limin Wang2019-12-261-3/+3
* avcodec/ass: remove the unneeded ()Limin Wang2019-12-261-1/+1
* avfilter/vf_histogram: use the name 's' for the pointer to the private contextPaul B Mahol2019-12-261-62/+62
* avcodec/cbs_vp9: Check data_sizeMichael Niedermayer2019-12-261-0/+3
* avfilter/buffersrc: Remove unused variablesAndreas Rheinhardt2019-12-261-2/+0
* avdevice/xcbgrab: use a buffer pool for shared memory segmentsMarton Balint2019-12-261-32/+47
* avutil/buffer: add av_buffer_pool_buffer_get_opaqueMarton Balint2019-12-264-2/+26
* avformat/dhav: improve seekingPaul B Mahol2019-12-251-81/+130
* avcodec/cbs_vp9: Check index_sizeMichael Niedermayer2019-12-251-0/+3
* avfilter/vf_yadif: cosmetics in the pix_fmts[] arrayLimin Wang2019-12-251-35/+12
* avfilter/drawtext: log why input pad failed to be configuredGyan Doshi2019-12-241-5/+7
* avformat/sccdec: only change duration for last subtitlePaul B Mahol2019-12-231-1/+2
* avformat/sccdec: fix sub->pos valuesPaul B Mahol2019-12-231-2/+5
* avformat/sccdec: fix timestamp of last subtitlePaul B Mahol2019-12-231-2/+4
* avfilter/vf_fade: reindent after previous commitPaul B Mahol2019-12-231-9/+9
* avfilter/vf_fade: add support for gbrp/gbrap formatsPaul B Mahol2019-12-231-5/+44
* lavc/midivid: check return value of init_get_bits8()Zhong Li2019-12-231-2/+4
* avfilter/vf_readeia608: factor some constants outPaul B Mahol2019-12-231-6/+8
* avfilter/vf_readeia608: check if gaps between clock bits are big enoughPaul B Mahol2019-12-231-1/+2
* avfilter/vf_readeia608: use special struct to hold line itemsPaul B Mahol2019-12-231-78/+70