]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_pad.c
Clarify AVFilterBuffer documentation, make it clear that it is not
[ffmpeg] / libavfilter / vf_pad.c
2010-07-17 Stefano SabatiniAdd color source.
2010-07-06 Måns Rullgårdvf_pad: restore use of _CCIR colourspace conversion...
2010-07-05 Stefano SabatiniMove shareable draw_rectangle() and query_formats funct...
2010-07-05 Stefano SabatiniFactorize out some code and implement the fill_line_wit...
2010-07-03 Stefano SabatiniEnhance pad filter command-line description.
2010-07-01 Stefano SabatiniMove colorspace.h from libavcodec to libavutil.
2010-06-30 Stefano SabatiniSet pad description with NULL_IF_CONFIG_SMALL(), consis...
2010-06-30 Stefano SabatiniImprove description for the pad filter.
2010-05-13 Stefano SabatiniRemove the name of the file from the @file doxy, it...
2010-05-13 Stefano SabatiniMake the init and config_filter callbacks of the pad...
2010-05-11 Baptiste Couduriersilence gcc warning about potential uninitialized usage
2010-05-07 Måns Rullgårdvf_pad: fix mixed code and declarations
2010-05-07 Michael NiedermayerAdd pad filter.