summaryrefslogtreecommitdiff
path: root/libavfilter/vf_pad.c
Commit message (Expand)AuthorAge
* Mark GRAY8 format as pseudo-paletted.Reimar Döffinger2012-04-09
* vf_pad: port to new drawutils API.Nicolas George2012-03-21
* vf_pad: keep a reference to the output buffer.Nicolas George2012-03-08
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-22
|\
| * Mark mutable static data const where appropriate.Alex Converse2012-02-21
| * vf_pad: fix "vsub" variable value computationStefano Sabatini2011-09-28
| * vsrc_color: add @file doxyStefano Sabatini2011-09-19
* | pad: fix format string lengthMichael Niedermayer2011-11-14
* | Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
* | Add const to static arrays where it was forgotten.Reimar Döffinger2011-11-05
* | vf_pad: Fix alignment of get_video_buffer()Michael Niedermayer2011-10-27
* | vf_pad: remove mathematical constants now redundant.Nicolas George2011-10-13
* | lavfi: tweak display aspect ratio variables in pad and scale filtersStefano Sabatini2011-07-30
* | vf_pad: fix "vsub" variable value computationStefano Sabatini2011-07-04
* | vf_pad: add support for a "sar" variableStefano Sabatini2011-07-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
| * pad: make the filter parametricStefano Sabatini2011-04-26
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * lavfi: put color source in a dedicated fileStefano Sabatini2011-02-21
| * lavfi: add drawutilsStefano Sabatini2011-02-21
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
* | lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-19
* | vsrc_color: add @file doxyStefano Sabatini2011-06-18
* | pad: make the filter parametricStefano Sabatini2011-04-19
* | lavfi: put color source in a dedicated fileStefano Sabatini2011-02-21
* | lavfi: add drawutilsStefano Sabatini2011-02-21
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
|/
* In the pad filter, log information about the input size.Stefano Sabatini2011-01-12
* Fix design of the pad filter.Michael Niedermayer2011-01-11
* In pad filter, update new ref w/h in start_frame, fix chainingBaptiste Coudurier2011-01-05
* 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