summaryrefslogtreecommitdiff
path: root/libavfilter/vf_pad.c
Commit message (Expand)AuthorAge
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-28
* move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs2010-11-17
* 100L fix get_video_buffer in pad filter, get_video_buffer will store wrong va...Baptiste Coudurier2010-11-17
* improve av_parse_color() to allow for non-null terminated color stringAurelien Jacobs2010-11-13
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-25
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-11
* Rename fields:S.N. Hemanth Meenakshisundaram2010-08-07
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-07
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-26
* Add color source.Stefano Sabatini2010-07-17
* vf_pad: restore use of _CCIR colourspace conversion macrosMåns Rullgård2010-07-06
* Move shareable draw_rectangle() and query_formats function to the topStefano Sabatini2010-07-05
* Factorize out some code and implement the fill_line_with_color()Stefano Sabatini2010-07-05
* Enhance pad filter command-line description.Stefano Sabatini2010-07-03
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-01
* Set pad description with NULL_IF_CONFIG_SMALL(), consistent with theStefano Sabatini2010-06-30
* Improve description for the pad filter.Stefano Sabatini2010-06-30
* Remove the name of the file from the @file doxy, it is unnecessary andStefano Sabatini2010-05-13
* Make the init and config_filter callbacks of the pad filter returnStefano Sabatini2010-05-13
* silence gcc warning about potential uninitialized usageBaptiste Coudurier2010-05-11
* vf_pad: fix mixed code and declarationsMåns Rullgård2010-05-07
* Add pad filter.Michael Niedermayer2010-05-07