aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avf_showwaves.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi/avf_showwaves: switch to query_func2()Anton Khirnov2024-09-281-16/+7
* lavfi: drop internal.hAnton Khirnov2024-08-191-1/+0
* lavfi: move AVFilterLink.frame_rate to FilterLinkAnton Khirnov2024-08-151-5/+6
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-1/+1
* avfilter/avf_showwaves: Check history_nb_samplesMichael Niedermayer2023-12-301-0/+2
* avfilter: Deduplicate default audio inputs/outputsAndreas Rheinhardt2023-08-071-8/+1
* avfilter/avf_showwaves: cleanup and simplify some draw callsPaul B Mahol2023-05-301-50/+41
* avfilter/avf_showwaves: force output to fixed framerate if rate is setPaul B Mahol2023-05-291-61/+100
* avfilter/avf_showwaves: zero whole allocated chunkPaul B Mahol2023-05-111-1/+1
* avfilter: let single output frame A->V filters set reasonable frame ratePaul B Mahol2022-04-101-2/+5
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avfilter: convert to new channel layout APIJames Almer2022-03-151-6/+6
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-2/+2
* avfilter/avf_showwaves: remove invalid multiplication by 2Paul B Mahol2021-08-261-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-8/+4
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-4/+4
* avfilter/avf_showwavespic: add filter modePaul B Mahol2020-07-171-3/+22
* 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