]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_aspect.c
yadif: support more than yuv420p.
[ffmpeg] / libavfilter / vf_aspect.c
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