mp3: Properly use AVCodecContext API
[platform/upstream/libav.git] / libavfilter / buffersink.c
2014-04-19 Vittorio Giovaralavfi: name anonymous structs
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-08-02 Diego BiurrunDisable deprecation warnings for cases where a replacem...
2013-07-27 Diego Biurrunbuffersink: K&R formatting cosmetics
2013-07-26 Hendrik Leppkeslavfi: add attribute_align_arg to all public entry...
2013-05-04 Hendrik Leppkeslavfi: let gcc realign the stack on public graph drivin...
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2012-11-28 Anton Khirnovlavfi: merge start_frame/draw_slice/end_frame
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-10-27 Mans Rullgardbuffersink: remove stray semicolon after function defin...
2012-10-10 Mans Rullgardlavfi: convert input/ouput list compound literals to...
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: add error handling to start_frame().
2012-07-21 Ronald S. Bultjelavfi: use const for AVFilterPad declarations in all...
2012-07-09 Anton Khirnovlavfi: add error handling to filter_samples().
2012-06-22 Anton Khirnovlavfi: support automatically inserting the fifo filter...
2012-06-05 Anton Khirnovlavfi: remove request/poll and drawing functions from...
2012-05-14 Anton Khirnovlavfi: add an audio buffer sink.
2012-05-09 Anton Khirnovlavfi: add video buffer sink, and use it in avtools