summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'fb25d99b0a5e21fb8cc184c7a9d3736387778266'Derek Buitenhuis2016-02-161-1/+4
|\
| * buffersrc: do not discard the error from ff_filter_frame()Anton Khirnov2016-02-121-1/+1
| * lavfi: Use AV_CEIL_RSHIFT where neededVittorio Giovara2016-01-253-10/+9
* | avfilter/f_streamselect: check if map is availablePaul B Mahol2016-02-161-1/+1
* | avfilter: add fieldhint filterPaul B Mahol2016-02-164-1/+283
* | lavfi/elbg: Make the pal8 output opaque.Carl Eugen Hoyos2016-02-161-1/+2
* | 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
OpenPOWER on IntegriCloud