aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_drawtext: Check return code of load_glyph()Michael Niedermayer2016-04-241-1/+3
* avfilter/src_movie: fix how we check for overflows with seek_pointMarios Titas2016-04-031-1/+1
* vf_blend: Move C dsp function mapping to separate functionTimothy Gu2016-02-142-41/+47
* avfilter/vf_tinterlace: fix image alignmentMichael Niedermayer2016-02-141-1/+1
* vf_blend: Use integers for divide modeTimothy Gu2016-02-141-2/+2
* vf_blend: Reduce number of arguments for kernel functionTimothy Gu2016-02-144-17/+17
* vf_blend: Use memcpy when opacity is 0Timothy Gu2016-02-141-0/+6
* vf_blend: Templatize identity function and use a better nameTimothy Gu2016-02-141-8/+14
* avfilter/f_metadata: remove unused headersPaul B Mahol2016-02-141-2/+0
* avfilter/avf_showspectrum: improve pts handlingPaul B Mahol2016-02-121-3/+7
* avfilter/af_anequalizer: Avoid loss of precision when calculating nyquist fre...Michael Niedermayer2016-02-121-2/+2
* avfilter/vf_zoompan: Initialize retMichael Niedermayer2016-02-121-1/+1
* avfilter/vf_zoompan: Fix use of uninitialized variablesMichael Niedermayer2016-02-121-1/+1
* avfilter/avf_ahistogram: assert that variables are initialized by switch()Michael Niedermayer2016-02-121-0/+2
* avfilter/avf_showfreqs: assert that variables are initialized by switch()Michael Niedermayer2016-02-121-0/+2
* avfilter/vf_zoompan: Remove dead storeMichael Niedermayer2016-02-121-1/+0
* avfilter/avf_avectorscope: assert that variables are initialized by switch()Michael Niedermayer2016-02-111-0/+2
* avfilter/vaf_spectrumsynth: assert that variables are initialized by switch()Michael Niedermayer2016-02-111-0/+6
* avfilter/f_metadata: rename "string" into "same_str"Tobias Rapp2016-02-111-17/+15
* avfilter/f_metadata: whitespace clean-upTobias Rapp2016-02-111-8/+8
* avfilter/f_metadata: add starts_with string functionTobias Rapp2016-02-111-0/+10
* avfilter/f_metadata: add support for file outputTobias Rapp2016-02-111-5/+61
* avfilter/f_metadata: avoid float rounding problemsTobias Rapp2016-02-111-3/+5
* avfilter/vf_nnedi: Simplify away some trivial mem*()Michael Niedermayer2016-02-111-7/+2
* x86/vf_blend: Add SSE2 optimization for screenTimothy Gu2016-02-102-0/+31
* x86/vf_blend: Move multiplying to a macroTimothy Gu2016-02-101-6/+10
* avfilter/dualinput: use pts provided by framesyncPaul B Mahol2016-02-101-1/+1
* avfilter/f_metadata: fix few logic errorsPaul B Mahol2016-02-101-6/+6
* avfilter: add metadata filtersPaul B Mahol2016-02-104-1/+346
* avfilter/vf_nnedi: Fix memleakMichael Niedermayer2016-02-101-1/+1
* avfilter/af_agate: fix memleak of out frameMichael Niedermayer2016-02-081-0/+1
* vf_blend: Add SSE2 optimization for multiplyTimothy Gu2016-02-082-0/+31
* avfilter/vf_swaprect: add timeline supportPaul B Mahol2016-02-081-0/+1
* avfilter/af_anequalizer: Fix memleak of argsMichael Niedermayer2016-02-081-0/+1
* avfilter/vaf_spectrumsynth: Move "break" upMichael Niedermayer2016-02-071-1/+1
* avfilter/af_aformat: remove deprecated syntax from options descriptionPaul B Mahol2016-02-071-3/+3
* avfilter/vf_blend: add multiply128 modePaul B Mahol2016-02-072-0/+5
* lavfi/fieldmatch: fix fields copy when plane height is oddClément Bœsch2016-02-071-2/+5
* avfilter: add swaprect filterPaul B Mahol2016-02-074-1/+258
* avfilter: add streamselect and astreamselect filterPaul B Mahol2016-02-064-1/+358
* avfilter/split: support any channel count for asplit filterPaul B Mahol2016-02-051-0/+2
* avfilter/af_apulsator: assert that pathes leaving uninitialized variables do ...Michael Niedermayer2016-02-041-0/+3
* avfilter/vf_stack: free input pads name on uninitPaul B Mahol2016-02-041-0/+5
* avfilter/af_afftfilt: Set last_expr to the defaultMichael Niedermayer2016-02-041-1/+2
* avfilter/af_sidechaincompress: Free out frame on errorMichael Niedermayer2016-02-031-1/+2
* avfilter/vf_nnedi: fix ISO C90 warningsPaul B Mahol2016-02-031-12/+16
* avfilter: add nnedi filterPaul B Mahol2016-02-014-1/+1214
* avfilter/vf_yadif: make use of ctx pointerPaul B Mahol2016-02-011-8/+8
* all: Make header guard names consistentTimothy Gu2016-01-318-23/+23
* vf_phase: Reduce the scope of several variablesTimothy Gu2016-01-311-8/+10