summaryrefslogtreecommitdiffstats
path: root/libavfilter/avf_showwaves.c
Commit message (Expand)AuthorAgeFilesLines
* avilter/avf_showwaves: switch to activate in showwaves filterPaul B Mahol2019-06-041-3/+27
* avfilter/avf_showwaves: make use of av_rescale_qPaul B Mahol2019-05-281-1/+1
* avfilter/avf_showwaves: Add draw mode also to showwavespic filterMartin Vobruba2019-04-291-0/+3
* lavfi/avf_showwaves: fix extra gaps at end of waveformPaul B Mahol2019-04-211-4/+8
* avfilter/avf_showwaves: add draw mode which controls how single sample is drawnPaul B Mahol2018-03-231-18/+101
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* libavfilter/avf_showwaves: make sqrt and cbrt scale option values available t...Moritz Barsnick2017-03-111-0/+2
* avfilter/avf_showwaves: add sqrt and cbrt amplitude scalersPaul B Mahol2016-08-101-0/+44
* avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-091-2/+2
* avfilter/avf_showwaves: add logarithmic amplitude scalerPaul B Mahol2016-01-221-28/+84
* avfilter/avf_showwaves: color supportPaul B Mahol2016-01-211-68/+207
* avfilter: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-12/+9
* lavfi/avf_showwaves: remove looping on request_frame().Nicolas George2015-10-071-8/+2
* avfilter/showwaves: use AV_OPT_TYPE_BOOL for split_channels optionClément Bœsch2015-09-081-1/+1
* avfilter/avf_showwaves: Check max_samplesMichael Niedermayer2015-09-031-0/+5
* lavfi: add showwavespic filterClément Bœsch2015-03-181-35/+239
* avfilter/avf_showwaves: Change enums to int, which are accessed via AVOption ...Michael Niedermayer2015-03-071-1/+1
* avfilter/showwaves: fix height range for cline modeClément Bœsch2014-12-241-1/+1
* avfilter/showwaves: use INT16_MAX instead of a self defined macroClément Bœsch2014-12-241-5/+3
* avfilter/avf_showwaves: fix off by one error in loop conditionMarton Balint2014-11-091-1/+1
* avfilter/showwaves: align const mode values (cosmetics)Clément Bœsch2014-08-201-4/+4
* avfilter/showwaves: add split_channels optionClément Bœsch2014-08-201-4/+10
* avfilter/showwaves: split out draw sample codeClément Bœsch2014-08-201-45/+74
* avfilter/showwaves: add "cline" mode (centered line)Clément Bœsch2014-08-201-5/+19
* avfilter/avf_showwaves: New p2p mode for showwaves filtermrskman2014-08-051-1/+29
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-9/+9
* lavfi/showwaves: fix floating exception with >8 channelsPaul B Mahol2013-07-131-1/+1
* lavfi/showwaves: fix crash in case of negative linesizePaul B Mahol2013-04-291-1/+2
* lavfi/showwaves: switch to an AVOptions-based system.Clément Bœsch2013-04-111-22/+6
* lavfi/showwaves: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-03-201-18/+3
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-12/+10
* lavfi/showwaves: fail in case of push_frame() errorStefano Sabatini2013-01-251-6/+9
* lavfi/showwaves: add display mode option and mode=lineStefano Sabatini2013-01-251-3/+28
* lavfi/showwaves: fix check on showwaves->outpicrefStefano Sabatini2013-01-221-1/+1
* avf_showwaves: fix null pointer dereferenceMichael Niedermayer2013-01-211-0/+1
* lavfi/show{spectrum,waves}: use ff_filter_frame().Clément Bœsch2012-11-291-3/+1
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-22/+23
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-281-2/+2
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-131-1/+1
* lavfi/showwaves: return error in case of allocation failure in filter_samples()Stefano Sabatini2012-11-061-0/+2
* lavfi/showwaves: simplify check in filter_samples()Stefano Sabatini2012-11-061-1/+1
* lavfi: stop using -1 instead use AV_PIX_FMT_NONE/AV_SAMPLE_FMT_NONEPaul B Mahol2012-11-051-2/+2
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-1/+1
* lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-181-5/+8
* Remove "Error parsing options string [...]" messages.Clément Bœsch2012-08-091-3/+1
* lavfi/showwaves: do not set on outlink->out_buf the sent video frameStefano Sabatini2012-07-231-1/+0
* lavfi: change "transmedia" into "multimedia".Nicolas George2012-07-231-1/+1
OpenPOWER on IntegriCloud