| Commit message (Expand) | Author | Age | Files | Lines |
* | Cosmetics: put "{" on the same line of the "struct" keyword in struct | Stefano Sabatini | 2010-08-12 | 1 | -19/+10 |
* | Deprecate ff_get_plane_bytewidth() in favor of | Stefano Sabatini | 2010-08-12 | 1 | -1/+1 |
* | Apply misc cosmetics: add empty newlines for separating function | Stefano Sabatini | 2010-08-11 | 1 | -1/+7 |
* | Resize data and linesize in AVFilterBufferRef to 8. | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 1 | -3/+3 |
* | Change avfilter_open() signature, from: | Stefano Sabatini | 2010-08-11 | 1 | -3/+6 |
* | Separate video specific BufferRef properties into VideoProps. | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 1 | -12/+22 |
* | Rename fields: | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -4/+4 |
* | Rename functions and fields: | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -18/+18 |
* | Rename AVFilterPicRef to AVFilterBufferRef. | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -18/+18 |
* | Move format from AVFilterBuffer to AVFilterPicRef. | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -3/+3 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+1 |
* | Make avfilter_copy_picref_props() copy w and h from src to dst. | Stefano Sabatini | 2010-08-03 | 1 | -0/+2 |
* | Resize AVFilterBuffer to hold 8 planes/linesizes worth of data. | S.N. Hemanth Meenakshisundaram | 2010-07-30 | 1 | -4/+4 |
* | Make avfilter_default_get_video_buffer() use functions in | Stefano Sabatini | 2010-07-30 | 1 | -1/+1 |
* | Generalize pixel format enum fields to int formats. | S.N. Hemanth Meenakshisundaram | 2010-07-22 | 1 | -11/+13 |
* | Make avfilter.c dprintf* functions internal and declare them in an | Stefano Sabatini | 2010-07-18 | 1 | -1/+1 |
* | 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 | 1 | -3/+1 |
* | Rename AVFilterPic to AVFilterBuffer. | S.N. Hemanth Meenakshisundaram | 2010-07-17 | 1 | -6/+6 |
* | Add color source. | Stefano Sabatini | 2010-07-17 | 1 | -1/+1 |
* | Add pixdesctest filter and corresponding test. | Stefano Sabatini | 2010-07-07 | 1 | -1/+1 |
* | Implement avfilter_copy_picref_props(). | Stefano Sabatini | 2010-07-07 | 1 | -2/+15 |
* | Fix misspelled parameter names in Doxygen documentation. | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -30/+30 |
* | Bump micro and add APIchanges entry after av_parse_color() extension. | Stefano Sabatini | 2010-06-27 | 1 | -1/+1 |
* | Bump lavfi minor after the addition of the fields interlaced and | Stefano Sabatini | 2010-05-09 | 1 | -1/+1 |
* | Try to keep track of interlaced and top field first. | Michael Niedermayer | 2010-05-07 | 1 | -0/+3 |
* | Bump libavfilter minor version and Changelog for unsharp filter | Bobby Bingham | 2010-04-10 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Create a set of null callback functions. | Bobby Bingham | 2010-03-18 | 1 | -0/+13 |
* | Bump libavfilter minor version and add APIchanges entry after the | Stefano Sabatini | 2010-03-13 | 1 | -1/+1 |
* | Add AVFilterPicRef.pos field and make libavfilter propagate stream | Stefano Sabatini | 2010-03-13 | 1 | -0/+1 |
* | Implement null video sink. | Stefano Sabatini | 2010-01-16 | 1 | -1/+1 |
* | Implement null video source. | Stefano Sabatini | 2010-01-16 | 1 | -1/+1 |
* | Add a log context to avfilter_graph_config_links(). | Stefano Sabatini | 2010-01-10 | 1 | -2/+2 |
* | Make avfilter_formats_unref(AVFilterFormats **ref) handle the case | Stefano Sabatini | 2010-01-07 | 1 | -3/+4 |
* | Use the @return doxy command, and extend documentation for the return | Stefano Sabatini | 2010-01-07 | 1 | -1/+2 |
* | Avoid the use of the modal auxiliary "should" in the | Stefano Sabatini | 2010-01-07 | 1 | -2/+2 |
* | Fix doxy, use third person. | Stefano Sabatini | 2010-01-07 | 1 | -1/+1 |
* | Change avfilter_add_colorspace() to make it accept **avff rather than | Stefano Sabatini | 2010-01-06 | 1 | -3/+5 |
* | Implement avfilter_add_colorspace(). | Stefano Sabatini | 2010-01-03 | 1 | -1/+9 |
* | Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and | Stefano Sabatini | 2010-01-03 | 1 | -2/+2 |
* | Add a slice_dir parameter to avfilter_draw_slice(). | Stefano Sabatini | 2009-12-04 | 1 | -4/+8 |
* | Document slice ordering assumption required by avfilter_draw_slice(). | Stefano Sabatini | 2009-11-29 | 1 | -0/+5 |
* | Remove AVFilter.next field, since it is not used and it is not going | Stefano Sabatini | 2009-11-25 | 1 | -6/+1 |
* | Implement avfilter_next(). | Stefano Sabatini | 2009-11-24 | 1 | -1/+9 |
* | Implement a new registration system for filters. | Stefano Sabatini | 2009-11-24 | 1 | -2/+4 |
* | Add functions to return library license and library configuration. | Diego Biurrun | 2009-11-18 | 1 | -0/+11 |
* | Add missing #includes for avutil.h, required for the AV_VERSION* macros. | Diego Biurrun | 2009-11-16 | 1 | -0/+2 |