| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio | Stefano Sabatini | 2011-05-01 | 1 | -2/+2 |
* | lavfi: add showinfo filter | Stefano Sabatini | 2011-04-27 | 1 | -2/+2 |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -3/+3 |
|\ |
|
| * | 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 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -3/+3 |
|\| |
|
| * | Bump major versions of all libraries. | Anton Khirnov | 2011-04-18 | 1 | -2/+2 |
* | | pad: make the filter parametric | Stefano Sabatini | 2011-04-19 | 1 | -1/+1 |
* | | Add key_frame and pict_type to AVFilterBufferRefVideo. | Roger Pau Monné | 2011-04-16 | 1 | -1/+3 |
* | | lavfi: add fieldorder filter | Mark Himsley | 2011-04-11 | 1 | -2/+2 |
* | | scale: make the filter parametric | Stefano Sabatini | 2011-04-05 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-04 | 1 | -1/+1 |
|\| |
|
| * | 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 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -3/+2 |
* | | Add sample_aspect_ratio fields to vsrc_buffer arguments. | Michael Niedermayer | 2011-01-31 | 1 | -1/+1 |
* | | Add sample_aspect_ratio to AVFilterLink | Michael Niedermayer | 2011-01-31 | 1 | -2/+3 |
|/ |
|
* | 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 |