]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_pad.c
Use <> for system headers inclusion.
[ffmpeg] / libavfilter / vf_pad.c
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-11 S.N. Hemanth Meena... Separate video specific BufferRef properties into Video...
2010-08-07 S.N. Hemanth Meena... Rename fields:
2010-08-07 S.N. Hemanth Meena... Rename functions and fields:
2010-08-07 S.N. Hemanth Meena... Rename AVFilterPicRef to AVFilterBufferRef.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-07-26 Stefano SabatiniDeprecate av_parse_video_frame_size() and av_parse_vide...
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.