mp3: Properly use AVCodecContext API
[platform/upstream/libav.git] / libavfilter / split.c
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-05-04 Diego Biurrunavfilter: Add av_cold attributes to init/uninit functions
2013-04-30 Anton Khirnovvf_split: fix description
2013-04-11 Anton Khirnovlavfi: mark filters with dynamic number of inputs or...
2013-04-09 Anton Khirnovlavfi: remove now unused args parameter from AVFilter...
2013-04-09 Anton Khirnovsplit: 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-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 avfilter_ref_buffer() calls for errors.
2012-07-22 Anton Khirnovlavfi: add error handling to end_frame().
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-07-20 Anton Khirnovlavfi: unref AVFilterLink.cur_buf in ff_end_frame().
2012-07-09 Anton Khirnovlavfi: add error handling to filter_samples().
2012-07-09 Anton Khirnovasplit: don't leak the input buffer.
2012-06-26 Anton Khirnovlavfi: remove 'opaque' parameter from AVFilter.init()
2012-06-13 Anton Khirnovlavfi: replace AVFilterContext.input/output_count with...
2012-06-05 Anton Khirnovlavfi: remove request/poll and drawing functions from...
2012-06-05 Anton Khirnovlavfi: make avfilter_insert_pad and pals private on...
2012-05-22 Anton Khirnovlavfi: remove avfilter_null_* from public API on next...
2012-05-21 Justin Ruggleslavfi: add an audio split filter
2012-05-21 Justin Ruggleslavfi: rename vf_split.c to split.c