summaryrefslogtreecommitdiff
path: root/libavfilter/asrc_anullsrc.c
Commit message (Expand)AuthorAge
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/asrc_anullsrc: actually return correct EOF ptsPaul B Mahol2020-09-13
* avfilter/asrc_anullsrc: give better limits to number of samples per framePaul B Mahol2020-09-13
* avfilter/asrc_anullsrc: make number of output samples match durationPaul B Mahol2020-09-13
* avfilter/asrc_anullsrc: remove not useful functionPaul B Mahol2020-09-04
* avfilter/asrc_anullsrc: switch to activatePaul B Mahol2020-09-04
* avfilter/asrc_anullsrc: add support to set output durationPaul B Mahol2020-09-04
* avfilter/formats: Schedule avfilter_make_format64_list() for removalAndreas Rheinhardt2020-08-12
* avfilter/asr_anullsrc: remove pointless frame cloningPaul B Mahol2020-01-14
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* lavfi: parsing helper for unknown channel layouts.Nicolas George2013-11-03
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
| * asrc_anullsrc: return EOF, not -1Anton Khirnov2013-03-16
| * asrc_anullsrc: do not set samplerate and channel layout explicitlyAnton Khirnov2013-03-16
* | avfilter: add av_cold to init()Paul B Mahol2013-09-27
* | avfilter: various cosmeticsPaul B Mahol2013-09-12
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* | lavfi/anullsrc: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* | lavfi/anullsrc: add missing checksStefano Sabatini2013-03-23
* | lavfi/anullsrc: remove extra parenthesesStefano Sabatini2013-03-23
* | lavfi/anullsrc: simplify logging code in config_propsStefano Sabatini2013-03-23
* | lavfi/anullsrc: fix format negotiationStefano Sabatini2013-03-23
* | lavfi/anullsrc: raise filter_frame() error.Clément Bœsch2013-03-13
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
|\|
* | lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-28
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-12
|\|
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-11
|\|
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer2012-09-18
|\|
| * lavfi: replace empty input/output lists with null pointersMans Rullgard2012-09-17
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
|\|
* | lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Remove "Error parsing options string [...]" messages.Clément Bœsch2012-08-09
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-22
|\|
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-27
|\|
| * lavfi: make filters less verbose.Anton Khirnov2012-06-26
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
|\|
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* | lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-22
* | lavfi: use designated initializers for AVClassPaul B Mahol2012-06-17