| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/avf_showwaves: switch to query_func2() | Anton Khirnov | 2024-09-28 | 1 | -16/+7 |
* | lavfi: drop internal.h | Anton Khirnov | 2024-08-19 | 1 | -1/+0 |
* | lavfi: move AVFilterLink.frame_rate to FilterLink | Anton Khirnov | 2024-08-15 | 1 | -5/+6 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -1/+1 |
* | avfilter/avf_showwaves: Check history_nb_samples | Michael Niedermayer | 2023-12-30 | 1 | -0/+2 |
* | avfilter: Deduplicate default audio inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | 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 |