summaryrefslogtreecommitdiff
path: root/libavfilter/vf_hflip.c
Commit message (Expand)AuthorAge
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-22
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-13
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* cosmetics: Remove some unnecessary block braces.Diego Biurrun2012-01-25
* hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-04-28
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().Stefano Sabatini2010-08-20
* Fix braino: @flip -> @file.Stefano Sabatini2010-08-18
* Implement inline function av_fill_image_max_pixstep() and use it forStefano Sabatini2010-08-18
* Add hflip filter.Stefano Sabatini2010-08-17