summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_pad.c
Commit message (Expand)AuthorAgeFilesLines
...
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-071-4/+4
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-071-7/+7
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-261-3/+3
* Add color source.Stefano Sabatini2010-07-171-1/+126
* vf_pad: restore use of _CCIR colourspace conversion macrosMåns Rullgård2010-07-061-3/+3
* Move shareable draw_rectangle() and query_formats function to the topStefano Sabatini2010-07-051-39/+43
* Factorize out some code and implement the fill_line_with_color()Stefano Sabatini2010-07-051-50/+56
* Enhance pad filter command-line description.Stefano Sabatini2010-07-031-1/+1
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-011-1/+1
* Set pad description with NULL_IF_CONFIG_SMALL(), consistent with theStefano Sabatini2010-06-301-1/+1
* Improve description for the pad filter.Stefano Sabatini2010-06-301-1/+1
* Remove the name of the file from the @file doxy, it is unnecessary andStefano Sabatini2010-05-131-1/+1
* Make the init and config_filter callbacks of the pad filter returnStefano Sabatini2010-05-131-3/+3
* silence gcc warning about potential uninitialized usageBaptiste Coudurier2010-05-111-1/+1
* vf_pad: fix mixed code and declarationsMåns Rullgård2010-05-071-2/+5
* Add pad filter.Michael Niedermayer2010-05-071-0/+326
OpenPOWER on IntegriCloud