mp3: Properly use AVCodecContext API
[platform/upstream/libav.git] / libavfilter / vf_fieldorder.c
2014-05-26 Anton Khirnovvf_fieldorder: avoid using AV_PIX_FMT_NB
2014-04-19 Vittorio Giovaralavfi: name anonymous structs
2013-11-04 Vittorio Giovaravf_fieldorder: remove superfluous get_video_buffer
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-10-22 Vittorio Giovaravf_fieldorder: log when processing is skipped
2013-05-16 Anton Khirnovvf_fieldorder: use the name 's' for the pointer to...
2013-05-16 Anton Khirnovvf_fieldorder: cosmetics, remove an extra linebreak
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-05-15 Anton Khirnovpixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
2013-04-09 Anton Khirnovvf_fieldorder: switch to an AVOptions-based system.
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2012-11-28 Anton Khirnovvf_fieldorder: require write permissions
2012-11-28 Anton Khirnovvf_fieldorder: reindent
2012-11-28 Anton Khirnovlavfi: merge start_frame/draw_slice/end_frame
2012-10-12 Anton Khirnovlavfi: do not use av_pix_fmt_descriptors directly.
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-08-15 Martin StorsjöDon't include common.h from avutil.h
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.out_buf in ff_end_frame().
2012-07-20 Anton Khirnovlavfi: unref AVFilterLink.cur_buf in ff_end_frame().
2012-07-20 Anton Khirnovvf_fieldorder: don't give up its own reference to the...
2012-06-26 Anton Khirnovlavfi: make filters less verbose.
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-06-02 Mans RullgardRemove unused variables
2011-04-29 Diego Biurrunvf_fieldorder: Replace FFmpeg by Libav in license boile...
2011-04-26 Mark Himsleylavfi: add fieldorder filter