| Commit message (Expand) | Author | Age | Files | Lines |
* | Make avfilter.c dprintf* functions internal and declare them in an | Stefano Sabatini | 2010-07-18 | 3 | -10/+44 |
* | Move the AV_PERM_* flags definition outside the AVFilterPicRef | S.N. Hemanth Meenakshisundaram | 2010-07-17 | 1 | -6/+7 |
* | Clarify AVFilterBuffer documentation, make it clear that it is not | Stefano Sabatini | 2010-07-17 | 1 | -8/+5 |
* | Remove AVFilterBuffer w and h fields. | S.N. Hemanth Meenakshisundaram | 2010-07-17 | 2 | -5/+3 |
* | Rename AVFilterPic to AVFilterBuffer. | S.N. Hemanth Meenakshisundaram | 2010-07-17 | 2 | -11/+11 |
* | Add color source. | Stefano Sabatini | 2010-07-17 | 4 | -2/+129 |
* | Use avfilter_copy_picref_props() along lavfi. | Víctor Paesa | 2010-07-11 | 3 | -14/+3 |
* | Reindent after r24101. | Stefano Sabatini | 2010-07-08 | 1 | -8/+8 |
* | Rename read/write_line() to av_read/write_image_line(). | Stefano Sabatini | 2010-07-07 | 1 | -2/+2 |
* | Add pixdesctest filter and corresponding test. | Stefano Sabatini | 2010-07-07 | 4 | -1/+131 |
* | Implement avfilter_copy_picref_props(). | Stefano Sabatini | 2010-07-07 | 1 | -2/+15 |
* | 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 |
* | Use default graph swscale opts when no opts are supplied | Baptiste Coudurier | 2010-07-03 | 1 | -0/+7 |
* | Fix misspelled parameter names in Doxygen documentation. | Diego Biurrun | 2010-07-02 | 2 | -2/+2 |
* | 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 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 5 | -42/+42 |
* | Bump micro and add APIchanges entry after av_parse_color() extension. | Stefano Sabatini | 2010-06-27 | 1 | -1/+1 |
* | Cosmetics: merge "} else" and "if (...) {" lines, less confusing. | Stefano Sabatini | 2010-06-27 | 1 | -2/+1 |
* | Reindent after the last commit. | Stefano Sabatini | 2010-06-27 | 1 | -4/+4 |
* | Extend color syntax, make it accept an alpha component specifier. | Stefano Sabatini | 2010-06-27 | 2 | -8/+62 |
* | Rename ColorEntry.rgba_color to rgb_color and do not reserve a fourth | Stefano Sabatini | 2010-06-27 | 1 | -2/+2 |
* | Add a const declaration, fixing a warning | Eli Friedman | 2010-06-27 | 1 | -1/+1 |
* | Fix clang warning, make initialization more readable | Eli Friedman | 2010-06-27 | 1 | -2/+2 |
* | Use enum PixelFormat to silence one icc warning: | Carl Eugen Hoyos | 2010-06-17 | 1 | -1/+2 |
* | add #include so make checkheaders passes | Michael Niedermayer | 2010-06-17 | 1 | -0/+2 |
* | Document what av_get_token() returns in case of allocation failure. | Stefano Sabatini | 2010-06-13 | 1 | -1/+1 |
* | Resort @param in av_get_token() doxy to reflect the same order they | Stefano Sabatini | 2010-06-13 | 1 | -1/+1 |
* | Add missing check to av_get_token(). | Stefano Sabatini | 2010-06-13 | 1 | -0/+1 |
* | Prefix value for flags with "0x", to make it clear that it is an | Stefano Sabatini | 2010-05-23 | 1 | -1/+1 |
* | Make ff_random_get_seed public, rename to av_get_random_seed, export the header | Martin Storsjö | 2010-05-23 | 1 | -1/+1 |
* | use filter name when graph parser add filters | Baptiste Coudurier | 2010-05-16 | 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 |
* | Make av_parse_color() return AVERROR(EINVAL) rather than -1. | Stefano Sabatini | 2010-05-13 | 1 | -2/+2 |
* | silence gcc warning about potential uninitialized usage | Baptiste Coudurier | 2010-05-11 | 1 | -1/+1 |
* | Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized swscale. | Vitor Sessak | 2010-05-10 | 1 | -1/+2 |
* | Bump lavfi minor after the addition of the fields interlaced and | Stefano Sabatini | 2010-05-09 | 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 |
* | vf_pad: fix mixed code and declarations | Måns Rullgård | 2010-05-07 | 1 | -2/+5 |
* | c99 sucks. Replacing scanf("%i") by strtoul() | Michael Niedermayer | 2010-05-07 | 1 | -1/+3 |
* | Add pad filter. | Michael Niedermayer | 2010-05-07 | 3 | -0/+328 |
* | Try to keep track of interlaced and top field first. | Michael Niedermayer | 2010-05-07 | 5 | -0/+14 |
* | Enable vsrc_buffer | Michael Niedermayer | 2010-05-07 | 2 | -0/+2 |
* | Support setting flags for sws. | Michael Niedermayer | 2010-05-07 | 1 | -2/+6 |