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