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
2014-04-19lavfi: name anonymous structsVittorio Giovara
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-05-16vf_hflip: use the name 's' for the pointer to the private contextAnton Khirnov
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-22lavfi: add error handling to draw_slice().Anton Khirnov
2012-07-22lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov
2012-06-05lavfi: make formats API private on next bump.Anton Khirnov
2012-01-25cosmetics: Remove some unnecessary block braces.Diego Biurrun
2011-04-28hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-20Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().Stefano Sabatini
2010-08-19Fix braino: @flip -> @file.Stefano Sabatini
2010-08-19Implement inline function av_fill_image_max_pixstep() and use it forStefano Sabatini
2010-08-17Add hflip filter.Stefano Sabatini