Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-04lavfi/avf_showcqt: set frame durationsAnton Khirnov
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2022-03-15avfilter: convert to new channel layout APIJames Almer
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-07-27avfilter/avf_showcqt: switch to TX FFT from avutilPaul B Mahol
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-02-27avfilter/avf_showcqt: use av_gettime_relative() instead of av_gettime()Marton Balint
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2020-08-12avfilter/formats: Schedule avfilter_make_format64_list() for removalAndreas Rheinhardt
2020-08-12avfilter/avf_showcqt: Mark arrays as static constAndreas Rheinhardt
2020-05-22Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2017-04-09avfilter/avf_showcqt: add attack optionMuhammad Faiz
2017-01-30avfilter/showcqt: make minimum timeclamp option lowerMuhammad Faiz
2016-10-29avfilter/avf_showcqt: add bar_t optionMuhammad Faiz
2016-10-20avfilter/showcqt: add cscheme optionMuhammad Faiz
2016-10-17avfilter/showcqt: add font optionMuhammad Faiz
2016-10-16avfilter/showcqt: add csp optionMuhammad Faiz
2016-06-24avfilter/showcqt: set some frame propertiesMuhammad Faiz
2016-06-08avfilter/avf_showcqt: set range on fps/rate/r optionMuhammad Faiz
2016-06-08avfilter/avf_showcqt: cqt_calc optimization on x86Muhammad Faiz
2016-06-04avfilter/avf_showcqt: render default font at 960x16Muhammad Faiz
2016-06-02avfilter/avf_showcqt: full chroma blending on draw_axis_yuvMuhammad Faiz
2016-03-08avfilter/avf_showcqt: add performance debugging logMuhammad Faiz
2016-03-06avfilter/avf_showcqt: remove CoeffsTypeMuhammad Faiz
2016-02-29avfilter/avf_showcqt: optimize draw routinesMuhammad Faiz
2016-02-23avfilter/avf_showcqt: use lrintMuhammad Faiz
2016-02-22avfilter/avf_showcqt: remove unneeded headersMuhammad Faiz
2016-02-17avfilter/avf_showcqt: improve pts handlingMuhammad Faiz
2015-12-07avfilter/showcqt: BASEFREQ and ENDFREQ cast to doubleMuhammad Faiz
2015-11-11avfilter/avf_showcqt: Fix uninitialized return codeMichael Niedermayer
2015-11-04avfilter/showcqt: remove yuv offsetMuhammad Faiz
2015-10-31avfilter/avf_showcqt: Replace all fmin* and fmax* by FFMIN/FFMAXMichael Niedermayer
2015-10-28avfilter/avf_showcqt: rewrite showcqt and add featuresMuhammad Faiz
2015-10-22avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-10-07lavfi/avf_showcqt: remove looping on request_frame().Nicolas George
2015-09-18avfilter/avf_showcqt: use frequency domain windowingMuhammad Faiz
2015-09-15avfilter/avf_showcqt: draw text optionallyPaul B Mahol
2015-09-14avfilter/avf_showcqt: change fft left-right separationMuhammad Faiz
2015-09-09avfilter/showcqt: use AV_OPT_TYPE_BOOL for fullhd optionClément Bœsch
2015-05-12avfilter/avf_showcqt: Fix gamma comparisonsMichael Niedermayer
2015-05-03avfilter/avf_showcqt: optimize gamma calculationMuhammad Faiz
2015-04-16lavfi/avf_showcqt: fix error code.Nicolas George
2015-01-22avfilter/avf_showcqt: use av_malloc_array()Michael Niedermayer
2015-01-18avfilter/showcqt: add gamma2 optionMuhammad Faiz