]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_vflip.c
libm: add fallbacks for various single-precision functions
[ffmpeg] / libavfilter / vf_vflip.c
2012-10-12 Anton Khirnovlavfi: do not use av_pix_fmt_descriptors directly.
2012-10-10 Mans Rullgardlavfi: convert input/ouput list compound literals to...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-07-22 Anton Khirnovlavfi: check all ff_get_video_buffer() calls for errors.
2012-07-22 Anton Khirnovlavfi: check all avfilter_ref_buffer() calls for errors.
2012-07-22 Anton Khirnovlavfi: add error handling to draw_slice().
2012-07-22 Anton Khirnovlavfi: add error handling to start_frame().
2012-07-21 Ronald S. Bultjelavfi: use const for AVFilterPad declarations in all...
2012-06-13 Anton Khirnovlavfi: make AVFilterPad opaque after two major bumps.
2012-06-13 Anton Khirnovlavfi: make avfilter_get_video_buffer() private on...
2012-06-05 Anton Khirnovlavfi: remove request/poll and drawing functions from...
2012-05-22 Anton Khirnovlavfi: remove avfilter_default_* from public API on...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-12-27 Michael NiedermayerSupport filters and decoders that dont support negative...
2010-12-19 Stefano SabatiniRevert commit r22596.
2010-11-28 Stefano SabatiniIn libavfilter, use consistently "Copyright (c)" in...
2010-08-07 S.N. Hemanth Meena... Rename AVFilterPicRef to AVFilterBufferRef.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-18 Bobby BinghamThe vflip filter does not need to keep ownership of...
2010-01-31 Stefano SabatiniAvoid usage of avcodec_get_pix_fmt_name() and
2009-12-08 Stefano SabatiniFix alpha plane flipping for the yuva420p and similar...
2009-12-04 Stefano SabatiniAdd a slice_dir parameter to avfilter_draw_slice().
2009-10-27 Stefano SabatiniAdd descriptions for the committed filters.
2009-10-22 Stefano SabatiniAdd video vertical flip filter.