mp3: Properly use AVCodecContext API
[platform/upstream/libav.git] / libavfilter / vsrc_nullsrc.c
2014-04-19 Vittorio Giovaralavfi: name anonymous structs
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-04-09 Anton Khirnovvsrc_nullsrc: switch to an AVOptions-based system.
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-21 Ronald S. Bultjelavfi: use const for AVFilterPad declarations in all...
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-05 Anton Khirnovlavfi: make formats API private on next bump.
2012-02-21 Alex ConverseMark mutable static data const where appropriate.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2010-11-08 Stefano SabatiniUse hierarchic names convention (prefix them with av_ex...
2010-10-12 Stefano SabatiniRemove unused symbol.
2010-10-11 Stefano SabatiniExtend the nullsrc source, make it accept a parameter...
2010-09-30 Stefano SabatiniReturn AVERROR(EINVAL) rather than -1 in case of invali...
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-01-16 Stefano SabatiniImplement null video source.