summaryrefslogtreecommitdiff
path: root/libavfilter/af_amerge.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/af_amerge: Remove always-false samplerate checkAndreas Rheinhardt2021-09-21
* avfilter/af_amerge: Free inpads' names genericallyAndreas Rheinhardt2021-08-22
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-17
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/af_amerge: Fix segfault upon allocation failureAndreas Rheinhardt2020-08-26
* avfilter/audio: Remove unused array, move used-only-once arrayAndreas Rheinhardt2020-08-21
* avfilter/af_amerge: use ff_inlink_queued_samples()Paul B Mahol2018-11-03
* lavfi/af_amerge: Replace the number by macro for bprint initJun Zhao2018-06-17
* avfilter/af_amerge: port to activate APIPaul B Mahol2018-05-05
* avfilter/af_merge: check ff_insert_inpad() for failurePaul B Mahol2017-08-25
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avfilter/af_amerge: properly handle unknown input layoutsMarton Balint2016-12-25
* avfilter/af_amerge: detect EOF immediatelyNicolas George2016-12-23
* avfilter/af_amerge: allow merging 1 input onlyMarton Balint2016-09-13
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* avfilter/af_amerge: avoid undefined shift (<<64) in outlayout setupMichael Niedermayer2015-09-05
* avfilter/af_amerge: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-08-27
* avfilter/af_amerge: increase max number of channels from 32 to 64Paul B Mahol2015-07-20
* libavfilter/af_amerge: Do not depend on SWR_CH_MAXMichael Niedermayer2014-08-10
* lavfi/af_amerge: use av_make_q.Nicolas George2014-01-19
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* lavfi: flag more dynamic i/o filters.Clément Bœsch2013-04-13
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/amerge: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* lavfi/amerge: drop duplicated "Buffer queue overflow" messageStefano Sabatini2013-04-10
* lavfi: always check return value of ff_get_{audio,video}_buffer()Paul B Mahol2013-04-08
* lavfi/af_amerge: return EAGAIN if the input layouts are not known.Nicolas George2013-03-24
* avfilter: avoid direct access to AVFrame.channelsMichael Niedermayer2013-03-15
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* libavfilter/af_amerge: fix segfault if init fails.Nicolas George2013-02-24
* lavfi/amerge: make description consistent with documentationPaul B Mahol2013-02-11
* lavfi/af_amerge: set outbuf->audio->channels.Nicolas George2013-01-31
* lavfi/af_amerge: check for buffer queue overflows.Nicolas George2013-01-31
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-28
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-13
* lavfi/amerge: clarify the error message in case of input overlapStefano Sabatini2012-09-11
* lavfi/amerge: avoid a forward declaration.Clément Bœsch2012-09-11
* lavfi/amerge: fix input pad name behaviour.Clément Bœsch2012-09-11
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
* lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-18
* amerge/astreamsync/pan: fix license boilerplate.Nicolas George2012-08-03
* lavfi/af_amerge: avfilter_copy_buffer_ref_props will overwrite output ptsWilliam Yu2012-07-26