summaryrefslogtreecommitdiffstats
path: root/libavfilter/avf_concat.c
Commit message (Expand)AuthorAgeFilesLines
* avf_concat: init pointers to NULL for saftey and to avoid warning of uninitia...Michael Niedermayer2012-12-291-2/+2
* lavfi/concat: prefer av_asprintf() over stack allocated buffer.Clément Bœsch2012-11-291-5/+3
* lavfi/concat: switch to filter_frame.Clément Bœsch2012-11-291-34/+2
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-2/+2
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-281-4/+4
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-131-1/+1
* lavfi/concat: implement unsafe mode.Nicolas George2012-10-281-1/+6
* lavfi/avf_concat: fix invalid exclusive test.Nicolas George2012-10-171-1/+1
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-3/+3
* lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-181-3/+7
* avf_concat: fix permissions.Nicolas George2012-08-171-2/+1
* avf_concat: fix silence duration.Nicolas George2012-07-281-1/+1
* avf_concat: fix min value for v option.Nicolas George2012-07-281-1/+1
* lavfi: add concat filter.Nicolas George2012-07-231-0/+443
OpenPOWER on IntegriCloud