summaryrefslogtreecommitdiff
path: root/libavfilter/avf_showcqt.c
Commit message (Expand)AuthorAge
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* avfilter/internal: Don't include formats.hAndreas Rheinhardt2023-08-07
* avfilter/internal: Don't include video.hAndreas Rheinhardt2023-08-07
* avfilter: Deduplicate default audio inputs/outputsAndreas Rheinhardt2023-08-07
* avfilter/avf_showcqt: switch to activatePaul B Mahol2023-06-01
* avfilter/avf_showcqt: fix crash when using vflip filterPaul B Mahol2022-11-25
* avfilter/avf_showcqt: remove invalid linePaul B Mahol2022-11-25
* avfilter: fix av_tx_fn stride usage for complex inputsPaul B Mahol2022-11-19
* lavfi/avf_showcqt: set frame durationsAnton Khirnov2022-10-04
* 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