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
2018-02-13Merge commit '6d86cef06ba36c0ed591e14a2382e9630059fc5d'Mark Thompson
2018-02-12lavfi: Add support for increasing hardware frame pool sizesMark Thompson
2017-09-01avfilter: remove duplicate and disabled trace log functionJames Almer
2017-06-26avfilter: remove usage of empty headerPaul B Mahol
2017-03-30Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'Matthieu Bouron
2017-01-12lavfi: make two functions static.Nicolas George
2017-01-12lavfi: disallow ff_request_frame for filters using activate.Nicolas George
2016-12-18lavfi: make filter_frame non-recursive.Nicolas George
2016-11-02lavfi: Always propagate hw_frames_ctx through linksMark Thompson
2016-08-29avfilter: add ff_filter_get_nb_threads()Paul B Mahol
2016-01-24avfilter: update some commentsPaul B Mahol
2015-12-22lavfi: make request_frame() non-recursive.Nicolas George
2015-12-22lavfi: replace link.closed by link.status.Nicolas George
2015-12-15lavfi: use a video frame pool for each link of the filtergraphMatthieu Bouron
2015-10-18avfilter/internal: Doxygen for ff_fmt_is_inGanesh Ajjanagadde
2015-10-17avfilter/internal: add av_warn_unused_resultGanesh Ajjanagadde
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
2015-09-20lavfi: drop the requirement that request_frame returns a frame.Nicolas George
2015-09-05Remove left-over FF_API_AVFILTERBUFFER cruftHendrik Leppkes
2015-09-05Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0'Hendrik Leppkes
2015-09-05Merge commit 'e65e4cbbda03ca3c9087f069c9867d518415fca1'Hendrik Leppkes
2015-09-05Merge commit '86e5056575f55f070609dd3926605302f7d2280e'Hendrik Leppkes
2015-08-31avfilter: add missing FF_API_AVFILTERBUFFER guardsAndreas Cadhalpun
2015-08-28lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara
2015-08-28lavfi: Drop deprecated *_count suffixed variablesVittorio Giovara
2015-08-28lavfi: Drop deprecated public AVFilterPad structVittorio Giovara
2015-08-08avfilter: remove obsolete function declarationsAndreas Cadhalpun
2015-07-15avfilter/internal: add more words to sentanceMichael Niedermayer
2015-07-15avfilter/internal: Improve docs about ff_request_frame()Michael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-01-10avfilter/internal: add fixme to ff_norm_qscale() to document obvious scaling ...Michael Niedermayer
2015-01-10avfilter: Factorize the use of norm_qscale in pp7Arwa Arif
2014-01-10Merge commit '5655732c77f2df9c1dfbddc30cd4844390a6921f'Michael Niedermayer
2014-01-10avfilter: add needs_writable field to the internal AVFilterPad structureVittorio Giovara
2013-11-03lavfi: parsing helper for unknown channel layouts.Nicolas George
2013-10-19Do not leave positive values undefined when negative are defined as errorMichael Niedermayer
2013-09-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-28lavfi: allow user-provided execute() callbacksAnton Khirnov
2013-09-15avfilter/avfilter: check allocation failure in ff_insert_pad()Paul B Mahol
2013-08-16avfilter: remove ff_copy_int*_listMichael Niedermayer
2013-08-03Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-08-01Merge commit '45dd1ae1b3c18331f3db2293a9135bc5851e553f'Michael Niedermayer
2013-07-31avfilter: Add some missing FF_API_AVFILTERBUFFER ifdefsDiego Biurrun
2013-05-24Merge commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f'Michael Niedermayer
2013-05-24lavfi: add a slice threading infrastructureAnton Khirnov
2013-04-12Merge commit '1565cbc65cbb9f95c11367314a080068895e0cf0'Michael Niedermayer
2013-04-12Merge commit 'bc1a985ba030e9861d24965d42792850b43a43ea'Michael Niedermayer
2013-04-11lavfi: make avfilter_free() remove the filter from its graph.Anton Khirnov
2013-04-11lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov