summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* avformat/matroskaenc: Use more appropriate function nameAndreas Rheinhardt2019-10-211-10/+8
* avformat/matroskaenc: Remove redundant assertAndreas Rheinhardt2019-10-211-1/+1
* avformat/matroskaenc: Move track-related fields to mkv_trackAndreas Rheinhardt2019-10-211-26/+15
* avformat/matroskaenc: Use ffio_free_dyn_bufAndreas Rheinhardt2019-10-211-17/+6
* avformat/matroskaenc: Fix memleak upon failureAndreas Rheinhardt2019-10-211-18/+16
* avfilter/vsrc_mptestsrc: simplify the code and change the type of frameLimin Wang2019-10-211-13/+14
* avcodec/atrac9dec: Set channelsMichael Niedermayer2019-10-211-0/+1
* avfilter/vsrc_mptestsrc: add options to set the maximum number of framesLimin Wang2019-10-212-12/+20
* avfilter/vf_unsharp: rename config_props -> config_input, link -> inlinkLimin Wang2019-10-211-8/+8
* avformat/oggenc: free buffered page lists while uninitializing the muxerJames Almer2019-10-211-0/+9
* avformat/flacenc: add a deinit functionJames Almer2019-10-211-2/+9
* avformat/mp3enc: add init and deinit functionsJames Almer2019-10-211-4/+20
* avformat/ttaenc: add a deinit functionJames Almer2019-10-211-0/+10
* avformat/avienc: add deinit functionJames Almer2019-10-211-5/+15
* avformat: call AVOutputFormat->deinit() when freeing the contextJames Almer2019-10-212-7/+13
* x86/vf_transpose: fix cpuflags checkJames Almer2019-10-211-2/+2
* avfilter/vf_transpose: add x86 SIMDPaul B Mahol2019-10-215-8/+157
* avfilter/x86/vf_atadenoise: fix commentPaul B Mahol2019-10-211-1/+1
* avfilter/af_join: fix possible memory leaksPaul B Mahol2019-10-211-1/+4
* avfilter/af_silencedetect: change mono default to integer literalLimin Wang2019-10-211-2/+2
* avfilter/af_silencedetect: use AV_OPT_TYPE_DURATIONLimin Wang2019-10-213-6/+10
* avfilter: add bilateral filterPaul B Mahol2019-10-216-1/+396
* avfilter/vf_nlmeans: round values toward nearest integerPaul B Mahol2019-10-211-1/+1
* avfilter/af_silencedetect: document metadataLimin Wang2019-10-212-2/+10
* avcodec/alsdec: Check that input space for header exists in read_diff_float_d...Michael Niedermayer2019-10-201-0/+3
* avformat/pjsdec: Check duration for overflowMichael Niedermayer2019-10-201-0/+2
* avcodec/agm: Check for reference frame earlierMichael Niedermayer2019-10-201-4/+7
* avcodec/ptx: Check that the input contains at least one lineMichael Niedermayer2019-10-201-0/+3
* avcodec/alac: Fix integer overflow in LPCMichael Niedermayer2019-10-201-1/+1
* avcodec/smacker: Fix integer overflows in pred[] in smka_decode_frame()Michael Niedermayer2019-10-201-2/+2
* avcodec/aliaspixdec: Check input size against minimal picture sizeMichael Niedermayer2019-10-201-0/+3
* avcodec/ffwavesynth: Fix integer overflows in pink noise additionMichael Niedermayer2019-10-201-2/+2
* avcodec/vc1_block: Fixes integer overflow in vc1_decode_i_block_adv()Michael Niedermayer2019-10-201-1/+1
* tools/target_dec_fuzzer: Adjust threshold for DXVMichael Niedermayer2019-10-201-0/+1
* avcodec/wmalosslessdec: Check block_alignMichael Niedermayer2019-10-201-2/+2
* avfilter/vf_tile: fix memory leakPaul B Mahol2019-10-201-0/+1
* avfilter/vf_atadenoise: add support for commandsPaul B Mahol2019-10-202-4/+25
* avfilter/vf_shuffleframes: improve error messagePaul B Mahol2019-10-201-1/+1
* avformat/options: don't call avformat_free_context() within avformat_alloc_co...James Almer2019-10-191-4/+6
* avformat/nutenc: free all missing dynamic AVIOContext on header writing failureJames Almer2019-10-191-4/+7
* avfilter/af_tremolo: fix heap-buffer overflowPaul B Mahol2019-10-191-3/+5
* avfilter/vf_fftdnoiz: round toward nearest integerPaul B Mahol2019-10-191-2/+2
* avfilter/vf_bm3d: round values toward nearest integerPaul B Mahol2019-10-191-2/+2
* avfilter/vf_bm3d: forward status backPaul B Mahol2019-10-191-0/+2
* mpeg4_unpack_bframes: Merge close and flushAndreas Rheinhardt2019-10-191-9/+3
* avcodec/zmbv: Call decode_intra directlyAndreas Rheinhardt2019-10-191-11/+5
* avcodec/g729dec: Avoid computing invalid temporary pointers for ff_acelp_weig...Michael Niedermayer2019-10-191-6/+7
* avcodec/g729postfilter: Fix left shift of negative valueMichael Niedermayer2019-10-191-3/+3
* avfilter/vf_fieldhint: add support for duplicating fieldsPaul B Mahol2019-10-192-3/+33
* avfilter/vf_fieldmatch: fix heap-buffer overflowPaul B Mahol2019-10-191-1/+1
OpenPOWER on IntegriCloud