summaryrefslogtreecommitdiffstats
path: root/libavfilter/avf_concat.c
Commit message (Collapse)AuthorAgeFilesLines
* lavfi/concat: implement unsafe mode.Nicolas George2012-10-281-1/+6
|
* lavfi/avf_concat: fix invalid exclusive test.Nicolas George2012-10-171-1/+1
| | | | | | | The invalid test did not cause any actual problem since the first branch is only possible with bogus filters. Fix coverity issue CID 733850.
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9': avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member Conflicts: libavcodec/libopenjpegdec.c libavcodec/libopenjpegenc.c libavcodec/libx264.c libavcodec/mpeg12enc.c libavcodec/options_table.h libavcodec/snowenc.c libavcodec/tiffenc.c libavdevice/v4l2.c libavdevice/x11grab.c libavfilter/af_amix.c libavfilter/af_asyncts.c libavfilter/af_join.c libavfilter/buffersrc.c libavfilter/src_movie.c libavfilter/vf_delogo.c libavfilter/vf_drawtext.c libavformat/http.c libavformat/img2dec.c libavformat/img2enc.c libavformat/movenc.c libavformat/mpegenc.c libavformat/mpegtsenc.c libavformat/options_table.h libavformat/segment.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-181-3/+7
| | | | | This allows the iteration callbacks to discover the internal class and options, and show them when required.
* avf_concat: fix permissions.Nicolas George2012-08-171-2/+1
|
* avf_concat: fix silence duration.Nicolas George2012-07-281-1/+1
| | | | | concat_in.pts starts at 0 for each segment, so the duration of the silence was too long, except at the first stitch.
* 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