| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/internal: Don't include formats.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -3/+10 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -2/+1 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -2/+2 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/asrc_anullsrc: actually return correct EOF pts | Paul B Mahol | 2020-09-13 | 1 | -7/+2 |
* | avfilter/asrc_anullsrc: give better limits to number of samples per frame | Paul B Mahol | 2020-09-13 | 1 | -2/+2 |
* | avfilter/asrc_anullsrc: make number of output samples match duration | Paul B Mahol | 2020-09-13 | 1 | -3/+13 |
* | avfilter/asrc_anullsrc: remove not useful function | Paul B Mahol | 2020-09-04 | 1 | -14/+0 |
* | avfilter/asrc_anullsrc: switch to activate | Paul B Mahol | 2020-09-04 | 1 | -16/+24 |
* | avfilter/asrc_anullsrc: add support to set output duration | Paul B Mahol | 2020-09-04 | 1 | -0/+7 |
* | avfilter/formats: Schedule avfilter_make_format64_list() for removal | Andreas Rheinhardt | 2020-08-12 | 1 | -2/+1 |
* | avfilter/asr_anullsrc: remove pointless frame cloning | Paul B Mahol | 2020-01-14 | 1 | -4/+1 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -3/+5 |
* | lavfi: parsing helper for unknown channel layouts. | Nicolas George | 2013-11-03 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
|\ |
|
| * | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
| * | asrc_anullsrc: return EOF, not -1 | Anton Khirnov | 2013-03-16 | 1 | -1/+1 |
| * | asrc_anullsrc: do not set samplerate and channel layout explicitly | Anton Khirnov | 2013-03-16 | 1 | -54/+0 |
* | | avfilter: add av_cold to init() | Paul B Mahol | 2013-09-27 | 1 | -1/+1 |
* | | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -11/+8 |
* | | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | | lavfi/anullsrc: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-11 | 1 | -6/+0 |
* | | lavfi/anullsrc: add missing checks | Stefano Sabatini | 2013-03-23 | 1 | -0/+5 |
* | | lavfi/anullsrc: remove extra parentheses | Stefano Sabatini | 2013-03-23 | 1 | -1/+1 |
* | | lavfi/anullsrc: simplify logging code in config_props | Stefano Sabatini | 2013-03-23 | 1 | -3/+1 |
* | | lavfi/anullsrc: fix format negotiation | Stefano Sabatini | 2013-03-23 | 1 | -3/+14 |
* | | lavfi/anullsrc: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -2/+3 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -8/+6 |
|\| |
|
* | | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -1/+1 |
* | | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -4/+3 |
|\| |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -2/+2 |
* | | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' | Michael Niedermayer | 2012-10-11 | 1 | -5/+11 |
|\| |
|
| * | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -5/+11 |
* | | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' | Michael Niedermayer | 2012-09-18 | 1 | -1/+1 |
|\| |
|
| * | lavfi: replace empty input/output lists with null pointers | Mans Rullgard | 2012-09-17 | 1 | -1/+1 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -2/+2 |
|\| |
|
* | | lavfi: add priv class to filter definitions and flags to filter internal options | Stefano Sabatini | 2012-08-18 | 1 | -6/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -3/+6 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+4 |
* | | Remove "Error parsing options string [...]" messages. | Clément Bœsch | 2012-08-09 | 1 | -3/+1 |
* | | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' | Michael Niedermayer | 2012-07-22 | 1 | -4/+4 |
|\| |
|
| * | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-27 | 1 | -1/+1 |
|\| |
|
| * | lavfi: make filters less verbose. | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' | Michael Niedermayer | 2012-06-26 | 1 | -1/+1 |
|\| |
|
| * | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | | lavfi: define macro AVFILTER_DEFINE_CLASS | Stefano Sabatini | 2012-06-22 | 1 | -7/+1 |