Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-15avfilter: convert to new channel layout APIJames Almer
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-21avfilter/af_amerge: Remove always-false samplerate checkAndreas Rheinhardt
2021-08-22avfilter/af_amerge: Free inpads' names genericallyAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2020-08-26avfilter/af_amerge: Fix segfault upon allocation failureAndreas Rheinhardt
2020-08-21avfilter/audio: Remove unused array, move used-only-once arrayAndreas Rheinhardt
2018-11-03avfilter/af_amerge: use ff_inlink_queued_samples()Paul B Mahol
2018-06-17lavfi/af_amerge: Replace the number by macro for bprint initJun Zhao
2018-05-05avfilter/af_amerge: port to activate APIPaul B Mahol
2017-08-25avfilter/af_merge: check ff_insert_inpad() for failurePaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2016-12-25avfilter/af_amerge: properly handle unknown input layoutsMarton Balint
2016-12-23avfilter/af_amerge: detect EOF immediatelyNicolas George
2016-09-13avfilter/af_amerge: allow merging 1 input onlyMarton Balint
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-05avfilter/af_amerge: avoid undefined shift (<<64) in outlayout setupMichael Niedermayer
2015-08-28avfilter/af_amerge: use the name 's' for the pointer to the private contextGanesh Ajjanagadde
2015-07-20avfilter/af_amerge: increase max number of channels from 32 to 64Paul B Mahol
2014-08-10libavfilter/af_amerge: Do not depend on SWR_CH_MAXMichael Niedermayer
2014-01-19lavfi/af_amerge: use av_make_q.Nicolas George
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-04-13lavfi: flag more dynamic i/o filters.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/amerge: switch to an AVOptions-based system.Clément Bœsch
2013-04-10lavfi/amerge: drop duplicated "Buffer queue overflow" messageStefano Sabatini
2013-04-08lavfi: always check return value of ff_get_{audio,video}_buffer()Paul B Mahol
2013-03-25lavfi/af_amerge: return EAGAIN if the input layouts are not known.Nicolas George
2013-03-15avfilter: avoid direct access to AVFrame.channelsMichael Niedermayer
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-02-24libavfilter/af_amerge: fix segfault if init fails.Nicolas George
2013-02-11lavfi/amerge: make description consistent with documentationPaul B Mahol
2013-02-01lavfi/af_amerge: set outbuf->audio->channels.Nicolas George
2013-02-01lavfi/af_amerge: check for buffer queue overflows.Nicolas George
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer
2012-11-13Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol
2012-09-11lavfi/amerge: clarify the error message in case of input overlapStefano Sabatini
2012-09-11lavfi/amerge: avoid a forward declaration.Clément Bœsch
2012-09-11lavfi/amerge: fix input pad name behaviour.Clément Bœsch
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-08-18lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini
2012-08-03amerge/astreamsync/pan: fix license boilerplate.Nicolas George
2012-07-26lavfi/af_amerge: avfilter_copy_buffer_ref_props will overwrite output ptsWilliam Yu