index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
/
avf_showwaves.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter/avf_showwaves: cleanup and simplify some draw calls
Paul B Mahol
2023-05-30
1
-50
/
+41
*
avfilter/avf_showwaves: force output to fixed framerate if rate is set
Paul B Mahol
2023-05-29
1
-61
/
+100
*
avfilter/avf_showwaves: zero whole allocated chunk
Paul B Mahol
2023-05-11
1
-1
/
+1
*
avfilter: let single output frame A->V filters set reasonable frame rate
Paul B Mahol
2022-04-10
1
-2
/
+5
*
configure: Use a separate config_components.h header for $ALL_COMPONENTS
Martin Storsjö
2022-03-16
1
-0
/
+2
*
avfilter: convert to new channel layout API
James Almer
2022-03-15
1
-6
/
+6
*
avfilter: Replace query_formats callback with union of list and callback
Andreas Rheinhardt
2021-10-05
1
-2
/
+2
*
Replace all occurences of av_mallocz_array() by av_calloc()
Andreas Rheinhardt
2021-09-20
1
-2
/
+2
*
avfilter/avf_showwaves: remove invalid multiplication by 2
Paul B Mahol
2021-08-26
1
-1
/
+1
*
avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter
Andreas Rheinhardt
2021-08-20
1
-8
/
+4
*
avfilter: Constify all AVFilters
Andreas Rheinhardt
2021-04-27
1
-2
/
+2
*
lavfi: regroup formats lists in a single structure.
Nicolas George
2020-09-08
1
-4
/
+4
*
avfilter/avf_showwavespic: add filter mode
Paul B Mahol
2020-07-17
1
-3
/
+22
*
avilter/avf_showwaves: switch to activate in showwaves filter
Paul B Mahol
2019-06-04
1
-3
/
+27
*
avfilter/avf_showwaves: make use of av_rescale_q
Paul B Mahol
2019-05-28
1
-1
/
+1
*
avfilter/avf_showwaves: Add draw mode also to showwavespic filter
Martin Vobruba
2019-04-29
1
-0
/
+3
*
lavfi/avf_showwaves: fix extra gaps at end of waveform
Paul B Mahol
2019-04-21
1
-4
/
+8
*
avfilter/avf_showwaves: add draw mode which controls how single sample is drawn
Paul B Mahol
2018-03-23
1
-18
/
+101
*
avfilter: don't anonymously typedef structs
Paul B Mahol
2017-05-13
1
-1
/
+1
*
libavfilter/avf_showwaves: make sqrt and cbrt scale option values available t...
Moritz Barsnick
2017-03-11
1
-0
/
+2
*
avfilter/avf_showwaves: add sqrt and cbrt amplitude scalers
Paul B Mahol
2016-08-10
1
-0
/
+44
*
avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE
Michael Niedermayer
2016-06-09
1
-2
/
+2
*
avfilter/avf_showwaves: add logarithmic amplitude scaler
Paul B Mahol
2016-01-22
1
-28
/
+84
*
avfilter/avf_showwaves: color support
Paul B Mahol
2016-01-21
1
-68
/
+207
*
avfilter: use AV_OPT_TYPE_BOOL in a bunch of places
Clément Bœsch
2015-12-04
1
-1
/
+1
*
avfilter/all: propagate errors of functions from avfilter/formats
Ganesh Ajjanagadde
2015-10-14
1
-12
/
+9
*
lavfi/avf_showwaves: remove looping on request_frame().
Nicolas George
2015-10-07
1
-8
/
+2
*
avfilter/showwaves: use AV_OPT_TYPE_BOOL for split_channels option
Clément Bœsch
2015-09-08
1
-1
/
+1
*
avfilter/avf_showwaves: Check max_samples
Michael Niedermayer
2015-09-03
1
-0
/
+5
*
lavfi: add showwavespic filter
Clément Bœsch
2015-03-18
1
-35
/
+239
*
avfilter/avf_showwaves: Change enums to int, which are accessed via AVOption ...
Michael Niedermayer
2015-03-07
1
-1
/
+1
*
avfilter/showwaves: fix height range for cline mode
Clément Bœsch
2014-12-24
1
-1
/
+1
*
avfilter/showwaves: use INT16_MAX instead of a self defined macro
Clément Bœsch
2014-12-24
1
-5
/
+3
*
avfilter/avf_showwaves: fix off by one error in loop condition
Marton Balint
2014-11-09
1
-1
/
+1
*
avfilter/showwaves: align const mode values (cosmetics)
Clément Bœsch
2014-08-20
1
-4
/
+4
*
avfilter/showwaves: add split_channels option
Clément Bœsch
2014-08-20
1
-4
/
+10
*
avfilter/showwaves: split out draw sample code
Clément Bœsch
2014-08-20
1
-45
/
+74
*
avfilter/showwaves: add "cline" mode (centered line)
Clément Bœsch
2014-08-20
1
-5
/
+19
*
avfilter/avf_showwaves: New p2p mode for showwaves filter
mrskman
2014-08-05
1
-1
/
+29
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-10-29
1
-1
/
+1
*
avfilter: various cosmetics
Paul B Mahol
2013-09-12
1
-9
/
+9
*
lavfi/showwaves: fix floating exception with >8 channels
Paul B Mahol
2013-07-13
1
-1
/
+1
*
lavfi/showwaves: fix crash in case of negative linesize
Paul B Mahol
2013-04-29
1
-1
/
+2
*
lavfi/showwaves: switch to an AVOptions-based system.
Clément Bœsch
2013-04-11
1
-22
/
+6
*
lavfi/showwaves: make use of AV_OPT_TYPE_VIDEO_RATE
Paul B Mahol
2013-03-20
1
-18
/
+3
*
Merge commit '7e350379f87e7f74420b4813170fe808e2313911'
Michael Niedermayer
2013-03-10
1
-12
/
+10
*
lavfi/showwaves: fail in case of push_frame() error
Stefano Sabatini
2013-01-25
1
-6
/
+9
*
lavfi/showwaves: add display mode option and mode=line
Stefano Sabatini
2013-01-25
1
-3
/
+28
*
lavfi/showwaves: fix check on showwaves->outpicref
Stefano Sabatini
2013-01-22
1
-1
/
+1
*
avf_showwaves: fix null pointer dereference
Michael Niedermayer
2013-01-21
1
-0
/
+1
[next]