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-04-10avfilter: let single output frame A->V filters set reasonable frame ratePaul B Mahol
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
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-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-08-26avfilter/avf_showwaves: remove invalid multiplication by 2Paul B Mahol
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2020-07-17avfilter/avf_showwavespic: add filter modePaul B Mahol
2019-06-04avilter/avf_showwaves: switch to activate in showwaves filterPaul B Mahol
2019-05-28avfilter/avf_showwaves: make use of av_rescale_qPaul B Mahol
2019-04-29avfilter/avf_showwaves: Add draw mode also to showwavespic filterMartin Vobruba
2019-04-21lavfi/avf_showwaves: fix extra gaps at end of waveformPaul B Mahol
2018-03-23avfilter/avf_showwaves: add draw mode which controls how single sample is drawnPaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2017-03-11libavfilter/avf_showwaves: make sqrt and cbrt scale option values available t...Moritz Barsnick
2016-08-10avfilter/avf_showwaves: add sqrt and cbrt amplitude scalersPaul B Mahol
2016-06-09avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer
2016-01-22avfilter/avf_showwaves: add logarithmic amplitude scalerPaul B Mahol
2016-01-21avfilter/avf_showwaves: color supportPaul B Mahol
2015-12-04avfilter: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-10-07lavfi/avf_showwaves: remove looping on request_frame().Nicolas George
2015-09-09avfilter/showwaves: use AV_OPT_TYPE_BOOL for split_channels optionClément Bœsch
2015-09-03avfilter/avf_showwaves: Check max_samplesMichael Niedermayer
2015-03-18lavfi: add showwavespic filterClément Bœsch
2015-03-07avfilter/avf_showwaves: Change enums to int, which are accessed via AVOption ...Michael Niedermayer
2014-12-24avfilter/showwaves: fix height range for cline modeClément Bœsch
2014-12-24avfilter/showwaves: use INT16_MAX instead of a self defined macroClément Bœsch
2014-11-09avfilter/avf_showwaves: fix off by one error in loop conditionMarton Balint
2014-08-21avfilter/showwaves: align const mode values (cosmetics)Clément Bœsch
2014-08-21avfilter/showwaves: add split_channels optionClément Bœsch
2014-08-21avfilter/showwaves: split out draw sample codeClément Bœsch
2014-08-21avfilter/showwaves: add "cline" mode (centered line)Clément Bœsch
2014-08-05avfilter/avf_showwaves: New p2p mode for showwaves filtermrskman
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-07-14lavfi/showwaves: fix floating exception with >8 channelsPaul B Mahol
2013-04-29lavfi/showwaves: fix crash in case of negative linesizePaul B Mahol
2013-04-11lavfi/showwaves: switch to an AVOptions-based system.Clément Bœsch
2013-03-20lavfi/showwaves: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-01-25lavfi/showwaves: fail in case of push_frame() errorStefano Sabatini
2013-01-25lavfi/showwaves: add display mode option and mode=lineStefano Sabatini
2013-01-22lavfi/showwaves: fix check on showwaves->outpicrefStefano Sabatini
2013-01-22avf_showwaves: fix null pointer dereferenceMichael Niedermayer
2012-11-29lavfi/show{spectrum,waves}: use ff_filter_frame().Clément Bœsch
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer