summaryrefslogtreecommitdiff
path: root/libavfilter/avf_showcqt.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/avf_showcqt: switch to TX FFT from avutilPaul B Mahol2021-07-27
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/avf_showcqt: use av_gettime_relative() instead of av_gettime()Marton Balint2021-02-27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/formats: Schedule avfilter_make_format64_list() for removalAndreas Rheinhardt2020-08-12
* avfilter/avf_showcqt: Mark arrays as static constAndreas Rheinhardt2020-08-12
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-22
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avfilter/avf_showcqt: add attack optionMuhammad Faiz2017-04-09
* avfilter/showcqt: make minimum timeclamp option lowerMuhammad Faiz2017-01-30
* avfilter/avf_showcqt: add bar_t optionMuhammad Faiz2016-10-29
* avfilter/showcqt: add cscheme optionMuhammad Faiz2016-10-20
* avfilter/showcqt: add font optionMuhammad Faiz2016-10-18
* avfilter/showcqt: add csp optionMuhammad Faiz2016-10-16
* avfilter/showcqt: set some frame propertiesMuhammad Faiz2016-06-24
* avfilter/avf_showcqt: set range on fps/rate/r optionMuhammad Faiz2016-06-09
* avfilter/avf_showcqt: cqt_calc optimization on x86Muhammad Faiz2016-06-08
* avfilter/avf_showcqt: render default font at 960x16Muhammad Faiz2016-06-04
* avfilter/avf_showcqt: full chroma blending on draw_axis_yuvMuhammad Faiz2016-06-02
* avfilter/avf_showcqt: add performance debugging logMuhammad Faiz2016-03-08
* avfilter/avf_showcqt: remove CoeffsTypeMuhammad Faiz2016-03-06
* avfilter/avf_showcqt: optimize draw routinesMuhammad Faiz2016-02-29
* avfilter/avf_showcqt: use lrintMuhammad Faiz2016-02-23
* avfilter/avf_showcqt: remove unneeded headersMuhammad Faiz2016-02-23
* avfilter/avf_showcqt: improve pts handlingMuhammad Faiz2016-02-17
* avfilter/showcqt: BASEFREQ and ENDFREQ cast to doubleMuhammad Faiz2015-12-07
* avfilter/avf_showcqt: Fix uninitialized return codeMichael Niedermayer2015-11-11
* avfilter/showcqt: remove yuv offsetMuhammad Faiz2015-11-03
* avfilter/avf_showcqt: Replace all fmin* and fmax* by FFMIN/FFMAXMichael Niedermayer2015-10-31
* avfilter/avf_showcqt: rewrite showcqt and add featuresMuhammad Faiz2015-10-28
* avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-22
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* lavfi/avf_showcqt: remove looping on request_frame().Nicolas George2015-10-07
* avfilter/avf_showcqt: use frequency domain windowingMuhammad Faiz2015-09-18
* avfilter/avf_showcqt: draw text optionallyPaul B Mahol2015-09-15
* avfilter/avf_showcqt: change fft left-right separationMuhammad Faiz2015-09-14
* avfilter/showcqt: use AV_OPT_TYPE_BOOL for fullhd optionClément Bœsch2015-09-08
* avfilter/avf_showcqt: Fix gamma comparisonsMichael Niedermayer2015-05-12
* avfilter/avf_showcqt: optimize gamma calculationMuhammad Faiz2015-05-03
* lavfi/avf_showcqt: fix error code.Nicolas George2015-04-16
* avfilter/avf_showcqt: use av_malloc_array()Michael Niedermayer2015-01-22
* avfilter/showcqt: add gamma2 optionMuhammad Faiz2015-01-18
* avfilter/showcqt: add fontcolor optionMuhammad Faiz2014-08-23