summaryrefslogtreecommitdiff
path: root/libavfilter/avf_showwaves.c
Commit message (Expand)AuthorAge
* avfilter: let single output frame A->V filters set reasonable frame ratePaul B Mahol2022-04-10
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avfilter/avf_showwaves: remove invalid multiplication by 2Paul B Mahol2021-08-26
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/avf_showwavespic: add filter modePaul B Mahol2020-07-17
* avilter/avf_showwaves: switch to activate in showwaves filterPaul B Mahol2019-06-04
* avfilter/avf_showwaves: make use of av_rescale_qPaul B Mahol2019-05-28
* avfilter/avf_showwaves: Add draw mode also to showwavespic filterMartin Vobruba2019-04-29
* lavfi/avf_showwaves: fix extra gaps at end of waveformPaul B Mahol2019-04-21
* avfilter/avf_showwaves: add draw mode which controls how single sample is drawnPaul B Mahol2018-03-23
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* libavfilter/avf_showwaves: make sqrt and cbrt scale option values available t...Moritz Barsnick2017-03-11
* avfilter/avf_showwaves: add sqrt and cbrt amplitude scalersPaul B Mahol2016-08-10
* avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-09
* avfilter/avf_showwaves: add logarithmic amplitude scalerPaul B Mahol2016-01-22
* avfilter/avf_showwaves: color supportPaul B Mahol2016-01-21
* avfilter: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* lavfi/avf_showwaves: remove looping on request_frame().Nicolas George2015-10-07
* avfilter/showwaves: use AV_OPT_TYPE_BOOL for split_channels optionClément Bœsch2015-09-08
* avfilter/avf_showwaves: Check max_samplesMichael Niedermayer2015-09-03
* lavfi: add showwavespic filterClément Bœsch2015-03-18
* avfilter/avf_showwaves: Change enums to int, which are accessed via AVOption ...Michael Niedermayer2015-03-07
* avfilter/showwaves: fix height range for cline modeClément Bœsch2014-12-24
* avfilter/showwaves: use INT16_MAX instead of a self defined macroClément Bœsch2014-12-24
* avfilter/avf_showwaves: fix off by one error in loop conditionMarton Balint2014-11-09
* avfilter/showwaves: align const mode values (cosmetics)Clément Bœsch2014-08-20
* avfilter/showwaves: add split_channels optionClément Bœsch2014-08-20
* avfilter/showwaves: split out draw sample codeClément Bœsch2014-08-20
* avfilter/showwaves: add "cline" mode (centered line)Clément Bœsch2014-08-20
* avfilter/avf_showwaves: New p2p mode for showwaves filtermrskman2014-08-05
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* lavfi/showwaves: fix floating exception with >8 channelsPaul B Mahol2013-07-13
* lavfi/showwaves: fix crash in case of negative linesizePaul B Mahol2013-04-29
* lavfi/showwaves: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* lavfi/showwaves: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-03-20
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi/showwaves: fail in case of push_frame() errorStefano Sabatini2013-01-25
* lavfi/showwaves: add display mode option and mode=lineStefano Sabatini2013-01-25
* lavfi/showwaves: fix check on showwaves->outpicrefStefano Sabatini2013-01-22
* avf_showwaves: fix null pointer dereferenceMichael Niedermayer2013-01-21
* lavfi/show{spectrum,waves}: use ff_filter_frame().Clément Bœsch2012-11-29
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-28