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
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
2013-04-03lavfi: loop on request_frame if necessary.Nicolas George
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-01-06internal.h: remove start/end_frame from AVFilterPadMichael Niedermayer
2012-12-30lavfi: remove some draw_slice related code that has become unneededMichael Niedermayer
2012-11-28libavfilter: update doxy for filter_frameMichael Niedermayer
2012-11-28libavfilter: Support using filter_frame for videoMichael Niedermayer
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-10-31lavfi: fix references to avfilter_* functions that don't exist anymore.Clément Bœsch