summaryrefslogtreecommitdiff
path: root/libavfilter/avf_showcqt.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/avf_showcqt: fix crash when using vflip filterPaul B Mahol2022-11-251-3/+4
* avfilter/avf_showcqt: remove invalid linePaul B Mahol2022-11-251-1/+0
* avfilter: fix av_tx_fn stride usage for complex inputsPaul B Mahol2022-11-191-2/+2
* lavfi/avf_showcqt: set frame durationsAnton Khirnov2022-10-041-0/+1
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-2/+3
* avfilter: convert to new channel layout APIJames Almer2022-03-151-2/+3
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/avf_showcqt: switch to TX FFT from avutilPaul B Mahol2021-07-271-16/+17
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/avf_showcqt: use av_gettime_relative() instead of av_gettime()Marton Balint2021-02-271-2/+2
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-4/+4
* avfilter/formats: Schedule avfilter_make_format64_list() for removalAndreas Rheinhardt2020-08-121-1/+1
* avfilter/avf_showcqt: Mark arrays as static constAndreas Rheinhardt2020-08-121-3/+3
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-221-1/+1
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-171-10/+10
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-2/+2
* avfilter/avf_showcqt: add attack optionMuhammad Faiz2017-04-091-7/+32
* avfilter/showcqt: make minimum timeclamp option lowerMuhammad Faiz2017-01-301-3/+3
* avfilter/avf_showcqt: add bar_t optionMuhammad Faiz2016-10-291-5/+9
* avfilter/showcqt: add cscheme optionMuhammad Faiz2016-10-201-11/+34
* avfilter/showcqt: add font optionMuhammad Faiz2016-10-181-7/+78
* avfilter/showcqt: add csp optionMuhammad Faiz2016-10-161-5/+51
* avfilter/showcqt: set some frame propertiesMuhammad Faiz2016-06-241-0/+2
* avfilter/avf_showcqt: set range on fps/rate/r optionMuhammad Faiz2016-06-091-3/+3
* avfilter/avf_showcqt: cqt_calc optimization on x86Muhammad Faiz2016-06-081-0/+7
* avfilter/avf_showcqt: render default font at 960x16Muhammad Faiz2016-06-041-19/+24
* avfilter/avf_showcqt: full chroma blending on draw_axis_yuvMuhammad Faiz2016-06-021-13/+60
* avfilter/avf_showcqt: add performance debugging logMuhammad Faiz2016-03-081-5/+59
* avfilter/avf_showcqt: remove CoeffsTypeMuhammad Faiz2016-03-061-56/+6
* avfilter/avf_showcqt: optimize draw routinesMuhammad Faiz2016-02-291-97/+115
* avfilter/avf_showcqt: use lrintMuhammad Faiz2016-02-231-45/+45
* avfilter/avf_showcqt: remove unneeded headersMuhammad Faiz2016-02-231-3/+0
* avfilter/avf_showcqt: improve pts handlingMuhammad Faiz2016-02-171-12/+35
* avfilter/showcqt: BASEFREQ and ENDFREQ cast to doubleMuhammad Faiz2015-12-071-1/+1
* avfilter/avf_showcqt: Fix uninitialized return codeMichael Niedermayer2015-11-111-1/+1
* avfilter/showcqt: remove yuv offsetMuhammad Faiz2015-11-031-36/+36
* avfilter/avf_showcqt: Replace all fmin* and fmax* by FFMIN/FFMAXMichael Niedermayer2015-10-311-8/+8
* avfilter/avf_showcqt: rewrite showcqt and add featuresMuhammad Faiz2015-10-281-485/+1061
* avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-221-1/+1
* 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