mp3: Properly use AVCodecContext API
[platform/upstream/libav.git] / libavfilter / internal.h
2014-01-09 Vittorio Giovaraavfilter: add needs_writable field to the internal...
2013-09-28 Anton Khirnovlavfi: allow user-provided execute() callbacks
2013-08-02 Diego BiurrunDisable deprecation warnings for cases where a replacem...
2013-07-31 Diego Biurrunavfilter: Add some missing FF_API_AVFILTERBUFFER ifdefs
2013-05-24 Anton Khirnovlavfi: add a slice threading infrastructure
2013-04-11 Anton Khirnovlavfi: make avfilter_free() remove the filter from...
2013-04-11 Anton Khirnovlavfi: replace avfilter_open() with avfilter_graph_allo...
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2012-11-28 Anton Khirnovlavfi: merge start_frame/draw_slice/end_frame
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-09 Anton Khirnovlavfi: add error handling to filter_samples().
2012-06-22 Anton Khirnovlavfi: support automatically inserting the fifo filter...
2012-06-13 Anton Khirnovlavfi: replace AVFilterContext.input/output_count with...
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 avfilter_insert_pad and pals private on...
2012-06-04 Anton Khirnovavfiltergraph: make some functions static.
2012-05-09 Anton Khirnovlavfi: move audio-related functions to a separate file.
2011-10-17 Stefano Sabatinilavfi: add LUT (LookUp Table) generic filters
2011-05-21 Diego Biurrunmultiple inclusion guard cleanup
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòMake the avfilter debug functions and macros static...
2010-11-25 Stefano SabatiniMake avfilter_default_free_buffer() an internal shared...
2010-11-13 Stefano SabatiniPrefix with "ff_" the functions:
2010-08-24 Stefano SabatiniImplement ff_get_ref_perms_string() and use it for...
2010-08-20 Stefano SabatiniRename ff_dprintf_picref() to ff_dprintf_ref().
2010-08-07 S.N. Hemanth Meena... Rename AVFilterPicRef to AVFilterBufferRef.
2010-07-18 Stefano SabatiniMake avfilter.c dprintf* functions internal and declare...