| Commit message (Expand) | Author | Age | Files | Lines |
* | vf_pad: fix "vsub" variable value computation | Stefano Sabatini | 2011-09-28 | 1 | -1/+1 |
* | vsrc_color: add @file doxy | Stefano Sabatini | 2011-09-19 | 1 | -1/+1 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | pad: make the filter parametric | Stefano Sabatini | 2011-04-26 | 1 | -8/+106 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | lavfi: put color source in a dedicated file | Stefano Sabatini | 2011-02-21 | 1 | -128/+0 |
* | lavfi: add drawutils | Stefano Sabatini | 2011-02-21 | 1 | -105/+21 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -2/+2 |
* | In the pad filter, log information about the input size. | Stefano Sabatini | 2011-01-12 | 1 | -2/+2 |
* | Fix design of the pad filter. | Michael Niedermayer | 2011-01-11 | 1 | -4/+76 |
* | In pad filter, update new ref w/h in start_frame, fix chaining | Baptiste Coudurier | 2011-01-05 | 1 | -0/+3 |
* | In libavfilter, use consistently "Copyright (c)" in the license | Stefano Sabatini | 2010-11-28 | 1 | -2/+2 |
* | move the av_parse_color() function from libavfilter to libavcore | Aurelien Jacobs | 2010-11-17 | 1 | -1/+0 |
* | 100L fix get_video_buffer in pad filter, get_video_buffer will store wrong va... | Baptiste Coudurier | 2010-11-17 | 1 | -0/+3 |
* | improve av_parse_color() to allow for non-null terminated color string | Aurelien Jacobs | 2010-11-13 | 1 | -2/+2 |
* | Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the | Stefano Sabatini | 2010-09-25 | 1 | -1/+1 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Separate video specific BufferRef properties into VideoProps. | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 1 | -3/+3 |
* | Rename fields: | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -4/+4 |
* | Rename functions and fields: | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -4/+4 |
* | Rename AVFilterPicRef to AVFilterBufferRef. | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -7/+7 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+2 |
* | Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() | Stefano Sabatini | 2010-07-26 | 1 | -3/+3 |
* | Add color source. | Stefano Sabatini | 2010-07-17 | 1 | -1/+126 |
* | vf_pad: restore use of _CCIR colourspace conversion macros | Måns Rullgård | 2010-07-06 | 1 | -3/+3 |
* | Move shareable draw_rectangle() and query_formats function to the top | Stefano Sabatini | 2010-07-05 | 1 | -39/+43 |
* | Factorize out some code and implement the fill_line_with_color() | Stefano Sabatini | 2010-07-05 | 1 | -50/+56 |
* | Enhance pad filter command-line description. | Stefano Sabatini | 2010-07-03 | 1 | -1/+1 |
* | Move colorspace.h from libavcodec to libavutil. | Stefano Sabatini | 2010-07-01 | 1 | -1/+1 |
* | Set pad description with NULL_IF_CONFIG_SMALL(), consistent with the | Stefano Sabatini | 2010-06-30 | 1 | -1/+1 |
* | Improve description for the pad filter. | Stefano Sabatini | 2010-06-30 | 1 | -1/+1 |
* | Remove the name of the file from the @file doxy, it is unnecessary and | Stefano Sabatini | 2010-05-13 | 1 | -1/+1 |
* | Make the init and config_filter callbacks of the pad filter return | Stefano Sabatini | 2010-05-13 | 1 | -3/+3 |
* | silence gcc warning about potential uninitialized usage | Baptiste Coudurier | 2010-05-11 | 1 | -1/+1 |
* | vf_pad: fix mixed code and declarations | Måns Rullgård | 2010-05-07 | 1 | -2/+5 |
* | Add pad filter. | Michael Niedermayer | 2010-05-07 | 1 | -0/+326 |