mp3: Properly use AVCodecContext API
[platform/upstream/libav.git] / libavfilter / vf_aspect.c
2014-04-19 Vittorio Giovaralavfi: name anonymous structs
2013-11-02 Rudolf Polzervf_aspect: support variables in evaluating the aspect...
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-05-17 Anton Khirnovvf_setdar: make config_props work properly when called...
2013-05-16 Anton Khirnovvf_aspect: 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_aspect: switch to an AVOptions-based system.
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
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 Khirnovlavfi: add error handling to start_frame().
2012-07-21 Ronald S. Bultjelavfi: use const for AVFilterPad declarations in all...
2012-07-20 Anton Khirnovvf_aspect: clear AVFilterLink.cur_buf in start_frame().
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: remove request/poll and drawing functions from...
2012-05-22 Anton Khirnovlavfi: remove avfilter_null_* from public API on next...
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-04-25 Stefano Sabatinisetdar: prefer "sar" over "par" in log info message
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-14 Michael NiedermayerAdd sample_aspect_ratio to AVFilterLink
2010-11-24 Baptiste CoudurierIn aspect filter, fix display for input resolution
2010-11-22 Stefano SabatiniReindent.
2010-11-22 Stefano SabatiniImplement robust parsing in aspect filters.
2010-11-22 Stefano SabatiniAdd informative log messages to the set aspect filters.
2010-11-22 Stefano SabatiniGive more explicit/less confusing names to the filters...
2010-11-18 Stefano SabatiniLog error message in case of invalid parsing.
2010-11-18 Stefano SabatiniFix style: if( -> if (.
2010-11-18 Stefano SabatiniRemove redundant information in header.
2010-08-11 S.N. Hemanth Meena... Separate video specific BufferRef properties into Video...
2010-08-07 S.N. Hemanth Meena... Rename AVFilterPicRef to AVFilterBufferRef.
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 BinghamAdd video filter to manipulate aspect ratio