| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -8/+8 |
* | avfilter/internal: Don't include formats.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | avfilter/internal: Don't include video.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | avfilter: Deduplicate default audio inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+2 |
* | avfilter/avf_showcqt: switch to activate | Paul B Mahol | 2023-06-01 | 1 | -34/+50 |
* | avfilter/avf_showcqt: fix crash when using vflip filter | Paul B Mahol | 2022-11-25 | 1 | -3/+4 |
* | avfilter/avf_showcqt: remove invalid line | Paul B Mahol | 2022-11-25 | 1 | -1/+0 |
* | avfilter: fix av_tx_fn stride usage for complex inputs | Paul B Mahol | 2022-11-19 | 1 | -2/+2 |
* | lavfi/avf_showcqt: set frame durations | Anton Khirnov | 2022-10-04 | 1 | -0/+1 |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -2/+3 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -2/+3 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/avf_showcqt: switch to TX FFT from avutil | Paul B Mahol | 2021-07-27 | 1 | -16/+17 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/avf_showcqt: use av_gettime_relative() instead of av_gettime() | Marton Balint | 2021-02-27 | 1 | -2/+2 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -4/+4 |
* | avfilter/formats: Schedule avfilter_make_format64_list() for removal | Andreas Rheinhardt | 2020-08-12 | 1 | -1/+1 |
* | avfilter/avf_showcqt: Mark arrays as static const | Andreas Rheinhardt | 2020-08-12 | 1 | -3/+3 |
* | Stop hardcoding align=32 in av_frame_get_buffer() calls. | Anton Khirnov | 2020-05-22 | 1 | -1/+1 |
* | remove CHAR_MIN/CHAR_MAX usage | Paul B Mahol | 2020-03-17 | 1 | -10/+10 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -2/+2 |
* | avfilter/avf_showcqt: add attack option | Muhammad Faiz | 2017-04-09 | 1 | -7/+32 |
* | avfilter/showcqt: make minimum timeclamp option lower | Muhammad Faiz | 2017-01-30 | 1 | -3/+3 |
* | avfilter/avf_showcqt: add bar_t option | Muhammad Faiz | 2016-10-29 | 1 | -5/+9 |
* | avfilter/showcqt: add cscheme option | Muhammad Faiz | 2016-10-20 | 1 | -11/+34 |
* | avfilter/showcqt: add font option | Muhammad Faiz | 2016-10-18 | 1 | -7/+78 |
* | avfilter/showcqt: add csp option | Muhammad Faiz | 2016-10-16 | 1 | -5/+51 |
* | avfilter/showcqt: set some frame properties | Muhammad Faiz | 2016-06-24 | 1 | -0/+2 |
* | avfilter/avf_showcqt: set range on fps/rate/r option | Muhammad Faiz | 2016-06-09 | 1 | -3/+3 |
* | avfilter/avf_showcqt: cqt_calc optimization on x86 | Muhammad Faiz | 2016-06-08 | 1 | -0/+7 |
* | avfilter/avf_showcqt: render default font at 960x16 | Muhammad Faiz | 2016-06-04 | 1 | -19/+24 |
* | avfilter/avf_showcqt: full chroma blending on draw_axis_yuv | Muhammad Faiz | 2016-06-02 | 1 | -13/+60 |
* | avfilter/avf_showcqt: add performance debugging log | Muhammad Faiz | 2016-03-08 | 1 | -5/+59 |
* | avfilter/avf_showcqt: remove CoeffsType | Muhammad Faiz | 2016-03-06 | 1 | -56/+6 |
* | avfilter/avf_showcqt: optimize draw routines | Muhammad Faiz | 2016-02-29 | 1 | -97/+115 |
* | avfilter/avf_showcqt: use lrint | Muhammad Faiz | 2016-02-23 | 1 | -45/+45 |
* | avfilter/avf_showcqt: remove unneeded headers | Muhammad Faiz | 2016-02-23 | 1 | -3/+0 |
* | avfilter/avf_showcqt: improve pts handling | Muhammad Faiz | 2016-02-17 | 1 | -12/+35 |
* | avfilter/showcqt: BASEFREQ and ENDFREQ cast to double | Muhammad Faiz | 2015-12-07 | 1 | -1/+1 |
* | avfilter/avf_showcqt: Fix uninitialized return code | Michael Niedermayer | 2015-11-11 | 1 | -1/+1 |
* | avfilter/showcqt: remove yuv offset | Muhammad Faiz | 2015-11-03 | 1 | -36/+36 |
* | avfilter/avf_showcqt: Replace all fmin* and fmax* by FFMIN/FFMAX | Michael Niedermayer | 2015-10-31 | 1 | -8/+8 |
* | avfilter/avf_showcqt: rewrite showcqt and add features | Muhammad Faiz | 2015-10-28 | 1 | -485/+1061 |
* | avfilter,swresample,swscale: use fabs, fabsf instead of FFABS | Ganesh Ajjanagadde | 2015-10-22 | 1 | -1/+1 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -12/+9 |
* | lavfi/avf_showcqt: remove looping on request_frame(). | Nicolas George | 2015-10-07 | 1 | -8/+1 |