mp3: Properly use AVCodecContext API
[platform/upstream/libav.git] / libavfilter / vf_fps.c
2014-08-03 Diego Biurrunvf_fps: Replace use of deprecated AVFilterBufferRef...
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-08-28 Hendrik Leppkesvf_fps: use double constants for default/min/max for...
2013-08-20 Justin Rugglesvf_fps: add 'start_time' option
2013-05-17 Anton Khirnovvf_fps: move initializing pts from config_props to...
2013-04-09 Anton Khirnovlavfi: remove now unused args parameter from AVFilter...
2013-04-09 Anton Khirnovvf_fps: switch to an AVOptions-based system.
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2013-01-15 Justin Rugglesvf_fps: add final flushed frames to the dropped frame...
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-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-07-22 Anton Khirnovvf_fps: add more error checks.
2012-07-22 Anton Khirnovvf_fps: fix a memleak on malloc failure.
2012-07-22 Anton Khirnovlavfi: check all ff_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-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-06-26 Anton Khirnovlavfi: remove 'opaque' parameter from AVFilter.init()
2012-06-05 Anton Khirnovlavfi: remove request/poll and drawing functions from...
2012-05-18 Anton Khirnovlavfi: Add fps filter.