]> git.sesse.net Git - ffmpeg/history - libavfilter/vsrc_color.c
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
[ffmpeg] / libavfilter / vsrc_color.c
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-17 Mans Rullgardlavfi: replace empty input/output lists with null pointers
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: check all ff_start_frame/draw_slice/end_frame...
2012-07-21 Ronald S. Bultjelavfi: use const for AVFilterPad declarations in all...
2012-06-26 Anton Khirnovlavfi: make filters less verbose.
2012-06-26 Anton Khirnovlavfi: remove 'opaque' parameter from AVFilter.init()
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-06-05 Anton Khirnovlavfi: make formats API private on next bump.
2011-09-28 Stefano Sabatinivsrc_color: use internal timebase
2011-09-19 Stefano Sabatinivsrc_color: set output pos values to -1
2011-09-19 Stefano Sabatinivsrc_color: add @file doxy
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-21 Stefano Sabatinilavfi: put color source in a dedicated file