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
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/internal: Combine get_(audio|video)_buffer into unionAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-02-15lavfi/vflip: Support Bayer vertical flip.Carl Eugen Hoyos
2016-08-28avfilter: hflip,swapuv,vflip: add timeline supportPaul B Mahol
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2014-04-19Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer
2014-04-19lavfi: name anonymous structsVittorio Giovara
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-05-12lavfi/vflip: use FF_CEIL_RSHIFT for chroma w/h rounding.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2012-11-29vflip: switch to filter_frameAnton Khirnov
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-10-12Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer
2012-07-22lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov
2012-07-22lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov
2012-07-22lavfi: add error handling to draw_slice().Anton Khirnov
2012-07-22lavfi: add error handling to start_frame().Anton Khirnov
2012-07-22lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje
2012-06-20vf_vflip: fix handling of the last line.Michael Niedermayer
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov
2012-06-13lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-22lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov
2011-11-06Mark AVFilterPad[] compound literals as const.Reimar Döffinger
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-12-27Support filters and decoders that dont support negative linesizes.Michael Niedermayer
2010-12-19Revert commit r22596.Stefano Sabatini
2010-11-28In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini
2010-08-07Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-19The vflip filter does not need to keep ownership of a picture reference.Bobby Bingham
2010-01-31Avoid usage of avcodec_get_pix_fmt_name() andStefano Sabatini
2009-12-08Fix alpha plane flipping for the yuva420p and similar pixel formats.Stefano Sabatini
2009-12-05Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini
2009-10-27Add descriptions for the committed filters.Stefano Sabatini