mp3: Properly use AVCodecContext API
[platform/upstream/libav.git] / libavfilter / vf_format.c
2015-01-12 Vittorio Giovaravf_format: check input validity
2014-05-26 Anton Khirnovvf_format: rework format list parsing
2014-04-19 Vittorio Giovaralavfi: name anonymous structs
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-05-17 Anton Khirnovvf_format: do not use the AVFilterFormats internals.
2013-05-17 Anton Khirnovlavfi: rename AVFilterFormats.format_count to nb_formats
2013-05-16 Anton Khirnovvf_format: use the name 's' for the pointer to the...
2013-04-09 Anton Khirnovlavfi: remove now unused args parameter from AVFilter...
2013-04-09 Anton Khirnovvf_(no)format: switch to an AVOptions-based system.
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-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-21 Ronald S. Bultjelavfi: use const for AVFilterPad declarations in all...
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-05 Anton Khirnovlavfi: make formats API private on next bump.
2012-05-22 Anton Khirnovlavfi: remove avfilter_null_* from public API on next...
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-11-28 Stefano SabatiniIn libavfilter, use consistently "Copyright (c)" in...
2010-09-24 Stefano SabatiniAdd missing uses of NULL_IF_CONFIG_SMALL for the filter...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-18 Bobby BinghamUse the new null callbacks to simplify filters and...
2010-03-17 Bobby BinghamAllow format and noformat filters to be more completely...
2010-03-17 Bobby BinghamCosmetics: rearrange functions to simplify ifdeffery
2010-01-30 Stefano SabatiniUse av_get_pix_fmt() instead of the deprecated avcodec_...
2009-12-04 Stefano SabatiniAdd a slice_dir parameter to avfilter_draw_slice().
2009-11-03 Stefano SabatiniExplicitely define get_video_buffer() callbacks in...
2009-11-03 Stefano SabatiniChange file doxy from
2009-11-03 Stefano SabatiniFix/clarify description of the noformat filter.
2009-10-27 Stefano SabatiniAdd format and noformat filters.