mp3: Properly use AVCodecContext API
[platform/upstream/libav.git] / libavfilter / vsrc_testsrc.c
2014-04-19 Vittorio Giovaralavfi: name anonymous structs
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-04-09 Anton Khirnovlavfi: remove now unused args parameter from AVFilter...
2013-04-09 Anton Khirnovvsrc_testsrc: switch to an AVOptions-based system.
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2012-11-28 Anton Khirnovlavfi: merge start_frame/draw_slice/end_frame
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-09-17 Mans Rullgardlavfi: replace empty input/output lists with null pointers
2012-09-04 Martin Storsjöavopt: Explicitly store rational option defaults in...
2012-08-31 Martin StorsjöRename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*
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 ff_start_frame/draw_slice/end_frame...
2012-07-21 Ronald S. Bultjelavfi: use const for AVFilterPad declarations in all...
2012-07-20 Anton Khirnovvsrc_testsrc: avoid an unnecessary avfilter_ref_buffer().
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-11-02 Diego Biurrunvsrc_testsrc: fix mailing list reference URL
2011-10-19 Stefano Sabatinilavfi: add rgbtestsrc source, ported from MPlayer libmp...
2011-10-19 Stefano Sabatinilavfi: add testsrc source