summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/overlay: reindentClément Bœsch2014-06-291-15/+14
* avfilter/buffersrc: reindentClément Bœsch2014-06-291-7/+7
* avfilter/vf_pullup: workaround bug in gcc 4.4.3 on ARMMichael Niedermayer2014-06-291-1/+1
* avfilter/x86/vf_pullup: fix "invalid combination of opcode and operands" with...Michael Niedermayer2014-06-281-3/+3
* avfilter/x86/vf_pullup: fix old typoMichael Niedermayer2014-06-251-1/+1
* avfilter/vf_pullup: use ptrdiff_t as stride argument for dsp functionsMichael Niedermayer2014-06-253-10/+10
* avfilter/vf_deshake: fix macro ()Michael Niedermayer2014-06-241-2/+2
* avfilter/vf_colormatrix: fix macro ()Michael Niedermayer2014-06-241-1/+1
* avfilter/vf_hqx: optimize table initMichael Niedermayer2014-06-241-8/+15
* avfilter/vf_hqx: avoid floatsMichael Niedermayer2014-06-241-6/+6
* avfilter/vf_blend: fix macro ()Michael Niedermayer2014-06-221-4/+4
* avfilter/unsharp_opencl: fix macro ()Michael Niedermayer2014-06-221-1/+1
* drawtext: drop unused draw_glyphs() arg "rgbcolor"Andrey Utkin2014-06-221-4/+4
* avfilter/vf_hqx: remove << 0Michael Niedermayer2014-06-221-1/+1
* avfilter/vf_hqx: partly fix big endian fate testMichael Niedermayer2014-06-221-1/+1
* avfilter/deshake_opencl: fix macro ()Michael Niedermayer2014-06-211-1/+1
* avfilter/avf_showspectrum: fix macro ()Michael Niedermayer2014-06-211-2/+2
* avfilter/hqx: add some self promotion in doxy.Clément Bœsch2014-06-211-0/+1
* avfilter/hqx: unroll the pattern calculationClément Bœsch2014-06-211-15/+9
* avfilter: add hqx filter (hq2x, hq3x, hq4x)Clément Bœsch2014-06-214-1/+563
* avfilter/vf_spp: Use av_malloc_array()Michael Niedermayer2014-06-181-2/+2
* vf_sab: use av_malloc_array()Michael Niedermayer2014-06-181-1/+1
* Merge commit '5a69ded12aaf2bd3baed5d1d644ef23cfecef87f'Michael Niedermayer2014-06-161-0/+5
|\
| * vf_showinfo: print display transformation valuesVittorio Giovara2014-06-141-0/+5
* | x86util: add and use RSHIFT/LSHIFT macrosChristophe Gisquet2014-06-153-64/+11
* | avfilter/af_asetnsamples: fix pts handling when timebase and 1/samplerate differMichael Niedermayer2014-06-141-1/+1
* | avfilter/formats: Use av_realloc_array()Michael Niedermayer2014-06-131-6/+6
* | avfilter/vf_dejudder: Use av_mallocz_array()Michael Niedermayer2014-06-131-1/+1
* | avfilter/vf_unsharp: use av_malloc_array()Michael Niedermayer2014-06-131-1/+2
* | vfilter/avf_showcqt: fix 'mixed declarations and code'Michael Niedermayer2014-06-131-2/+2
* | avfilter/avf_showcqt: add option for lower resolutionMuhammad Faiz2014-06-121-45/+69
* | avfilter/showcqt: move qsort_sparsecoeff closer to where it belongsClément Bœsch2014-06-111-8/+8
* | avfilter/showcqt: fix misc style issuesClément Bœsch2014-06-111-78/+43
* | avfilter: add signalstats filterClément Bœsch2014-06-114-1/+481
* | avfilter/vf_zoompan: fix mixing of declarations and statementsMichael Niedermayer2014-06-091-2/+1
* | Zoom & Pan filterPaul B Mahol2014-06-094-1/+313
* | avfilter/af_amix: Use av_mallocz_array()Michael Niedermayer2014-06-071-1/+1
* | avfilter/af_channelmap: Use av_mallocz_array()Michael Niedermayer2014-06-071-1/+1
* | avfilter/af_aphaser: Use av_malloc_array()Michael Niedermayer2014-06-071-1/+1
* | avfilter/avf_showcqt: avoid using fminf()Michael Niedermayer2014-06-061-3/+3
* | avfilter: new multimedia filter avf_showcqt.cMuhammad Faiz2014-06-054-1/+588
* | avfilter/bufferqueue: Increase buffer queue sizeTobias Rapp2014-06-041-1/+1
* | fix various typosLou Logan2014-06-035-7/+7
* | Merge commit 'ad0fe2f4012031c47268f14b9835088c488e1998'Michael Niedermayer2014-05-291-7/+2
|\ \ | |/
| * af_resample: Use avresample_get_out_samplesLuca Barbato2014-05-281-7/+2
* | avfilter/formats: Avoid using non public AV_SAMPLE_FMT_NBMichael Niedermayer2014-05-271-2/+2
* | avfilter/vf_drawtext: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-271-7/+6
* | avfilter/vf_telecine: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-271-1/+1
* | avfilter/vf_transpose: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-271-1/+1
* | avfilter/vf_swapuv: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-271-1/+1
OpenPOWER on IntegriCloud