summaryrefslogtreecommitdiff
path: root/libavfilter/avf_concat.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/avf_concat: Free pads' names genericallyAndreas Rheinhardt2021-08-22
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-17
* avfilter/internal: Combine get_(audio|video)_buffer into unionAndreas Rheinhardt2021-08-17
* avfilter/avf_concat: fix EOF timestampPaul B Mahol2021-07-27
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/avf_concat: check for possible integer overflowPaul B Mahol2020-09-14
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* lavfi/concat: fix logic error in framerate checkJun Zhao2019-09-09
* lavfi/concat: allow to support inputs with different frame ratesCalvin Walton2019-09-08
* lavfi/avf_concat: switch to activate.Nicolas George2018-08-26
* avfilter/avf_concat: add next commandBodecs Bela2018-03-01
* avfilter/avf_concat: check ff_insert_pad() for failurePaul B Mahol2017-08-25
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* avfilter/avf_concat: Make independent of the channel layoutMichael Niedermayer2016-09-10
* lavfi/avf_concat: return immediately after requesting a frame on input.Nicolas George2015-11-07
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* avfilter/concat: use AV_OPT_TYPE_BOOL for unsafe optionClément Bœsch2015-09-08
* avfilter/avf_concat: Use av_freep(), avoid leaving stale pointers in memoryMichael Niedermayer2014-11-22
* lavfi/concat: accept a single segmentStefano Sabatini2014-10-21
* lavfi/avf_concat: 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
* lavf/concat: Never fail for sample aspect ratio 0:1.Carl Eugen Hoyos2013-07-18
* avfilter/avf_concat: fix AVOption flags typoMichael Niedermayer2013-07-15
* 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/concat: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* lavfi/avf_concat: use standard options parsing.Nicolas George2013-03-20
* lavfi/concat: fix silence duration computation.Nicolas George2013-03-20
* lavfi/concat: raise filter_frame() error.Clément Bœsch2013-03-13
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* avf_concat: init pointers to NULL for saftey and to avoid warning of uninitia...Michael Niedermayer2012-12-29
* lavfi/concat: prefer av_asprintf() over stack allocated buffer.Clément Bœsch2012-11-29
* lavfi/concat: switch to filter_frame.Clément Bœsch2012-11-29
* 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/concat: implement unsafe mode.Nicolas George2012-10-28
* lavfi/avf_concat: fix invalid exclusive test.Nicolas George2012-10-17
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
* lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-18
* avf_concat: fix permissions.Nicolas George2012-08-17
* avf_concat: fix silence duration.Nicolas George2012-07-28
* avf_concat: fix min value for v option.Nicolas George2012-07-28
* lavfi: add concat filter.Nicolas George2012-07-23