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
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-05Remove left-over FF_API_AVFILTERBUFFER cruftHendrik Leppkes
2015-09-05Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0'Hendrik Leppkes
2015-08-28lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara
2015-04-22buffersrc: Use the correct deallocation functionFederico Tomassetti
2015-04-20avfilter/buffersrc: Use correct, matching deallocation functionMichael Niedermayer
2015-04-20Merge commit '617814b4a717b38add5ccb8dd200dbb655f98f09'Michael Niedermayer
2015-04-20buffersrc: Fix resource leak on errorFederico Tomassetti
2014-12-06avfilter/buffersrc: add context to av_log() callMichael Niedermayer
2014-06-29avfilter/buffersrc: reindentClément Bœsch
2014-05-27buffersrc: avoid using AV_PIX_FMT_NBAnton Khirnov
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