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
2017-07-30Revert "Revert "lavfi/buffersrc: push the frame deeper if requested.""Nicolas George
2017-06-23Revert "lavfi/buffersrc: push the frame deeper if requested."Paul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2017-02-21lavfi/buffersrc: fix directly setting channel layoutRostislav Pehlivanov
2016-12-24lavfi/buffersrc: push the frame deeper if requested.Nicolas George
2016-12-18lavfi: make filter_frame non-recursive.Nicolas George
2016-02-24Merge commit 'b3dd30db0b2d857147fc0e1461a00bd6172a26a3'Derek Buitenhuis
2016-02-17Merge commit 'c084d6d2cfb570b10d8784eb20cc696dfb7c5605'Derek Buitenhuis
2016-02-16Merge commit 'fb25d99b0a5e21fb8cc184c7a9d3736387778266'Derek Buitenhuis
2016-02-15lavfi: pass the hw frames context through the filter chainAnton Khirnov
2016-02-14buffersrc: default SAR to 0 (unknown) rather than 1Anton Khirnov
2016-02-12buffersrc: do not discard the error from ff_filter_frame()Anton Khirnov
2015-11-09buffersrc: accept the frame rate as argument.Nicolas George
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-13buffersrc: Improve initialization log messageVittorio Giovara
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