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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-19lavfi/avf_concat: use av_make_q.Nicolas George
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-07-18lavf/concat: Never fail for sample aspect ratio 0:1.Carl Eugen Hoyos
2013-07-15avfilter/avf_concat: fix AVOption flags typoMichael Niedermayer
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/concat: switch to an AVOptions-based system.Clément Bœsch
2013-03-21lavfi/avf_concat: use standard options parsing.Nicolas George
2013-03-20lavfi/concat: fix silence duration computation.Nicolas George
2013-03-13lavfi/concat: raise filter_frame() error.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2012-12-29avf_concat: init pointers to NULL for saftey and to avoid warning of uninitia...Michael Niedermayer
2012-11-29lavfi/concat: prefer av_asprintf() over stack allocated buffer.Clément Bœsch
2012-11-29lavfi/concat: switch to filter_frame.Clément Bœsch
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-10-28lavfi/concat: implement unsafe mode.Nicolas George
2012-10-17lavfi/avf_concat: fix invalid exclusive test.Nicolas George
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-17avf_concat: fix permissions.Nicolas George
2012-07-28avf_concat: fix silence duration.Nicolas George
2012-07-28avf_concat: fix min value for v option.Nicolas George
2012-07-23lavfi: add concat filter.Nicolas George