summaryrefslogtreecommitdiff
path: root/libavfilter/avf_showcqt.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-12/+9
* lavfi/avf_showcqt: remove looping on request_frame().Nicolas George2015-10-071-8/+1
* avfilter/avf_showcqt: use frequency domain windowingMuhammad Faiz2015-09-181-105/+31
* avfilter/avf_showcqt: draw text optionallyPaul B Mahol2015-09-151-2/+14
* avfilter/avf_showcqt: change fft left-right separationMuhammad Faiz2015-09-141-35/+21
* avfilter/showcqt: use AV_OPT_TYPE_BOOL for fullhd optionClément Bœsch2015-09-081-1/+1
* avfilter/avf_showcqt: Fix gamma comparisonsMichael Niedermayer2015-05-121-3/+3
* avfilter/avf_showcqt: optimize gamma calculationMuhammad Faiz2015-05-031-6/+36
* lavfi/avf_showcqt: fix error code.Nicolas George2015-04-161-1/+1
* avfilter/avf_showcqt: use av_malloc_array()Michael Niedermayer2015-01-221-1/+1
* avfilter/showcqt: add gamma2 optionMuhammad Faiz2015-01-181-1/+4
* avfilter/showcqt: add fontcolor optionMuhammad Faiz2014-08-231-31/+71
* avfilter/showcqt: add and extend tlength and volume optionsMuhammad Faiz2014-08-081-8/+79
* avfilter/showcqt: adding freetype supportMuhammad Faiz2014-06-301-29/+151
* 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/avf_showcqt: avoid using fminf()Michael Niedermayer2014-06-061-3/+3
* avfilter: new multimedia filter avf_showcqt.cMuhammad Faiz2014-06-051-0/+585