| Commit message (Expand) | Author | Age | Files | Lines |
* | multiple inclusion guard cleanup | Diego Biurrun | 2011-05-21 | 1 | -1/+1 |
* | lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo | Stefano Sabatini | 2011-05-07 | 1 | -2/+2 |
* | lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums | Stefano Sabatini | 2011-04-26 | 1 | -2/+2 |
* | lavfi: add key_frame and pict_type to AVFilterBufferRefVideo. | Roger Pau Monné | 2011-04-26 | 1 | -1/+3 |
* | vsrc_buffer: add sample_aspect_ratio fields to arguments. | Michael Niedermayer | 2011-04-26 | 1 | -1/+1 |
* | lavfi: add fieldorder filter | Mark Himsley | 2011-04-26 | 1 | -1/+1 |
* | Bump major versions of all libraries. | Anton Khirnov | 2011-04-18 | 1 | -2/+2 |
* | lavfi: add fade filter | Brandon Mintern | 2011-04-03 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -5/+5 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -3/+2 |
* | Add sample_aspect_ratio to AVFilterLink | Michael Niedermayer | 2011-02-14 | 1 | -2/+3 |
* | libavfilter: add video movie source | Stefano Sabatini | 2011-02-08 | 1 | -1/+1 |
* | avfilter: remove stray semicolon | Mans Rullgard | 2011-01-18 | 1 | -1/+1 |
* | Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples. | Stefano Sabatini | 2011-01-15 | 1 | -3/+3 |
* | Make avfilter_unref_buffer() accept a NULL parameter. | Stefano Sabatini | 2011-01-15 | 1 | -2/+2 |
* | Make avfilter_graph_free() do nothing if graph is NULL. | Stefano Sabatini | 2011-01-12 | 1 | -1/+1 |
* | Add w,h,format back into AVFilterBuffer, these are required for direct render... | Michael Niedermayer | 2011-01-11 | 1 | -1/+4 |
* | Add copy filter, useful for testing the avfilter_draw_slice() copy | Stefano Sabatini | 2010-12-28 | 1 | -1/+1 |
* | Bump lavfi minor and add an entry after r26108 (which added | Stefano Sabatini | 2010-12-27 | 1 | -2/+2 |
* | Support filters and decoders that dont support negative linesizes. | Michael Niedermayer | 2010-12-27 | 1 | -0/+1 |
* | Add erode libopencv filter. | Stefano Sabatini | 2010-12-26 | 1 | -1/+1 |
* | Add dilate libopencv filter. | Stefano Sabatini | 2010-12-26 | 1 | -1/+1 |
* | Redesign the libopencv wrapper to make it more generic. Accept both | Stefano Sabatini | 2010-12-23 | 1 | -1/+1 |
* | Add gradfun filter, ported from MPlayer. | Nolan L | 2010-12-12 | 1 | -2/+2 |
* | Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from | Stefano Sabatini | 2010-12-09 | 1 | -2/+3 |
* | Port libmpcodecs hqdn3d filter. | Baptiste Coudurier | 2010-12-04 | 1 | -2/+2 |
* | Implement av_image_alloc() and use it in | Stefano Sabatini | 2010-12-04 | 1 | -1/+1 |
* | Add avfilter_graph_create_filter(). | Stefano Sabatini | 2010-12-02 | 1 | -1/+1 |
* | Implement frei0r source. | Stefano Sabatini | 2010-11-30 | 1 | -1/+1 |
* | In libavfilter, use consistently "Copyright (c)" in the license | Stefano Sabatini | 2010-11-28 | 1 | -1/+1 |
* | Implement avfilter_get_video_buffer_ref_from_arrays(). | Stefano Sabatini | 2010-11-25 | 1 | -1/+16 |
* | Give more explicit/less confusing names to the filters dealing with | Stefano Sabatini | 2010-11-22 | 1 | -2/+2 |
* | Use the new libavcore audio channel API. | Stefano Sabatini | 2010-11-21 | 1 | -2/+2 |
* | Port overlay filter from the libavfilter repo (with many fixes), | Stefano Sabatini | 2010-11-21 | 1 | -1/+1 |
* | Make avfiltergraph.h public. | Stefano Sabatini | 2010-11-13 | 1 | -1/+1 |
* | Prefix with "ff_" the functions: | Stefano Sabatini | 2010-11-13 | 1 | -1/+1 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -4/+4 |
* | drop support for base-10 encoded alpha component in av_parse_color() | Aurelien Jacobs | 2010-11-10 | 1 | -1/+1 |
* | Rename avfilter_destroy() as avfilter_free(). | Stefano Sabatini | 2010-11-08 | 1 | -4/+4 |
* | Remove graphparser.h header, move AVFilterInOut and | Stefano Sabatini | 2010-11-07 | 1 | -1/+1 |
* | Bump lavfi minor and add APIchanges entry after the rename of | Stefano Sabatini | 2010-11-07 | 1 | -1/+1 |
* | Rename avfilter_graph_destroy() to avfilter_graph_free(). | Stefano Sabatini | 2010-11-04 | 1 | -1/+1 |
* | Implement avfilter_graph_alloc(). | Stefano Sabatini | 2010-11-04 | 1 | -1/+1 |
* | Add setpts filter, ported from the libavfilter soc repo. | Stefano Sabatini | 2010-11-02 | 1 | -1/+1 |
* | Add transpose filter. | Stefano Sabatini | 2010-10-18 | 1 | -1/+1 |
* | Add avfilter_graph_config(). | Stefano Sabatini | 2010-10-16 | 1 | -2/+2 |
* | Extend buffer source to accept the time base for the output PTS. | Stefano Sabatini | 2010-10-12 | 1 | -1/+1 |
* | Implement cropdetect filter. | Stefano Sabatini | 2010-10-12 | 1 | -2/+2 |
* | Extend the nullsrc source, make it accept a parameter for specifying | Stefano Sabatini | 2010-10-11 | 1 | -1/+1 |
* | Implement settb filter. | Stefano Sabatini | 2010-10-11 | 1 | -1/+1 |