| Commit message (Expand) | Author | Age | Files | Lines |
* | Make config_props() return AVERROR(EINVAL) rather than 1 in case of | Stefano Sabatini | 2011-01-16 | 1 | -1/+3 |
* | In libavfilter, use consistently "Copyright (c)" in the license | Stefano Sabatini | 2010-11-28 | 1 | -1/+1 |
* | Make init() return sensible error code rather than -1 in case of | Stefano Sabatini | 2010-09-28 | 1 | -1/+1 |
* | Cosmetics: apply nits. | Stefano Sabatini | 2010-09-28 | 1 | -3/+3 |
* | Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions. | Stefano Sabatini | 2010-09-24 | 1 | -1/+1 |
* | 100L, fix vf_scale, since copy_ref_props now copy w and h, we must update them | Baptiste Coudurier | 2010-08-12 | 1 | -0/+2 |
* | 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 | -2/+2 |
* | Rename AVFilterPicRef to AVFilterBufferRef. | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -3/+3 |
* | Generalize pixel format enum fields to int formats. | S.N. Hemanth Meenakshisundaram | 2010-07-22 | 1 | -2/+2 |
* | Use avfilter_copy_picref_props() along lavfi. | VĂctor Paesa | 2010-07-11 | 1 | -4/+1 |
* | Add a const declaration, fixing a warning | Eli Friedman | 2010-06-27 | 1 | -1/+1 |
* | Prefix value for flags with "0x", to make it clear that it is an | Stefano Sabatini | 2010-05-23 | 1 | -1/+1 |
* | Make config_props() show conversion information before to create the | Stefano Sabatini | 2010-05-07 | 1 | -4/+4 |
* | Log input size, input format and swscale flags used for conversion in | Stefano Sabatini | 2010-05-07 | 1 | -2/+4 |
* | c99 sucks. Replacing scanf("%i") by strtoul() | Michael Niedermayer | 2010-05-07 | 1 | -1/+3 |
* | Try to keep track of interlaced and top field first. | Michael Niedermayer | 2010-05-07 | 1 | -0/+3 |
* | Support setting flags for sws. | Michael Niedermayer | 2010-05-07 | 1 | -2/+6 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Make the scale filter pass the pkt.pos information to the output | Stefano Sabatini | 2010-03-13 | 1 | -0/+1 |
* | Use pixel format descriptors to check if the input format is paletted. | Stefano Sabatini | 2010-02-01 | 1 | -5/+1 |
* | Avoid usage of avcodec_get_pix_fmt_name() and | Stefano Sabatini | 2010-01-31 | 1 | -2/+4 |
* | Make the scale filter set in the input and output links only the | Stefano Sabatini | 2010-01-08 | 1 | -2/+16 |
* | Add a slice_dir parameter to avfilter_draw_slice(). | Stefano Sabatini | 2009-12-04 | 1 | -14/+7 |
* | Use the correct chroma values for the data[] array used in | Stefano Sabatini | 2009-11-29 | 1 | -2/+2 |
* | Use a valid log context for av_log(). | Stefano Sabatini | 2009-11-29 | 1 | -1/+1 |
* | Add scale filter. | Stefano Sabatini | 2009-11-11 | 1 | -0/+203 |