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
2014-12-06avfilter/buffersrc: add context to av_log() callMichael Niedermayer
2014-06-29avfilter/buffersrc: reindentClément Bœsch
2014-05-12avcodec/buffersrc: use av_mallocz_array()Michael Niedermayer
2014-05-08lavfi: use av_fifo_freepLukasz Marek
2014-04-19Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer
2014-04-19lavfi: name anonymous structsVittorio Giovara
2014-01-17Merge commit '104a97beaffa6348e6fd2c2d07d67c1402322bb3'Michael Niedermayer
2014-01-17buffersrc: handle non-refcounted frames in av_buffersrc_add_frame() correctlyAnton Khirnov
2013-12-26lavfi/abuffersrc: use AV_OPT_TYPE_SAMPLE_FMT for sample_fmt optionStefano Sabatini
2013-12-16lavfi/buffersrc: set min and max values for pix_fmt optionStefano Sabatini
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-08-03Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-07-26lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes
2013-07-26lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes
2013-07-26lavfi/buffersrc: remove unused item from BufferSourceContextPaul B Mahol
2013-05-05lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes
2013-04-17lavfi/buffersrc: fix failed requests count.Nicolas George
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-12abuffer: switch to an AVOptions-based shorthand system.Michael Niedermayer
2013-04-12buffersrc: switch to an AVOptions-based shorthand system.Michael Niedermayer
2013-04-11lavfi/buffersrc: update for compatibility with the fork.Nicolas George
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09buffersrc: switch to an AVOptions-based system.Anton Khirnov
2013-03-20Merge commit '6599b087de62a5f9f2a8d61a1952d777d1bff804'Michael Niedermayer
2013-03-19buffersrc: fix a typo.Anton Khirnov
2013-03-19lavc, lavfi: fix counting number of planes in AVBufferRef wrappersAnton Khirnov
2013-03-18buffersrc: fix w/h errorMichael Niedermayer
2013-03-17Merge remote-tracking branch 'cigaes/master'Michael Niedermayer
2013-03-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-17lavfi/buffersrc: disable deprecated warnings.Nicolas George
2013-03-17lavfi/buffersrc: check channel count changes.Nicolas George
2013-03-17lavfi/buffersrc: set channel layout if it is known.Nicolas George
2013-03-17lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappersAnton Khirnov
2013-03-17lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes
2013-03-13lavfi/buffersrc: raise filter_frame() error.Clément Bœsch
2013-03-10lavfi/buffersrc: do not dereference NULL frame.Nicolas George
2013-03-10lavfi/buffersrc: implement flags.Nicolas George
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-02-21lavfi/buffersrc: set channel layout if it is known.Nicolas George
2013-02-01lavfi/buffersrc: forward filter_frame errors.Nicolas George
2013-01-26lavfi/buffersrc: accept unknown channel layouts.Nicolas George
2012-12-20lavfi/buffersrc: remove init of rate and layout.Nicolas George
2012-11-29buffersrc: switch to filter_frameAnton Khirnov
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles