lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NB
[platform/upstream/libav.git] / libavfilter / vf_hflip.c
2014-04-19 Vittorio Giovaralavfi: name anonymous structs
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-05-16 Anton Khirnovvf_hflip: use the name 's' for the pointer to the priva...
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2012-11-28 Anton Khirnovlavfi: merge start_frame/draw_slice/end_frame
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-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-07-22 Anton Khirnovlavfi: add error handling to draw_slice().
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-05 Anton Khirnovlavfi: remove request/poll and drawing functions from...
2012-06-05 Anton Khirnovlavfi: make formats API private on next bump.
2012-01-25 Diego Biurruncosmetics: Remove some unnecessary block braces.
2011-04-28 Peter Rosshflip: make the filter accept PIX_FMT_BGR48LE and PIX_F...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-20 Stefano SabatiniRename av_fill_image_max_pixstep() to av_fill_image_max...
2010-08-18 Stefano SabatiniFix braino: @flip -> @file.
2010-08-18 Stefano SabatiniImplement inline function av_fill_image_max_pixstep...
2010-08-17 Stefano SabatiniAdd hflip filter.