| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 50 | -202/+202 |
* | use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | yadif: add parens around macro parameters | Mans Rullgard | 2011-03-05 | 1 | -4/+4 |
* | lavfi: put color source in a dedicated file | Stefano Sabatini | 2011-02-21 | 3 | -129/+168 |
* | lavfi: add drawutils | Stefano Sabatini | 2011-02-21 | 4 | -105/+182 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 17 | -24/+23 |
* | Make avfilter_config_links() propagate audio information of the source link i... | Stefano Sabatini | 2011-02-14 | 1 | -0/+6 |
* | Add sample_aspect_ratio to AVFilterLink | Michael Niedermayer | 2011-02-14 | 4 | -2/+26 |
* | libavfilter: add video movie source | Stefano Sabatini | 2011-02-08 | 4 | -1/+315 |
* | Remove forgotten if (p) av_free(p) forms | Clément Bœsch | 2011-02-04 | 1 | -1/+1 |
* | Make avfilter_graph_free() free the graph. | Stefano Sabatini | 2011-02-04 | 2 | -8/+10 |
* | Make avfilter_graph_parse() not free the input graph | Stefano Sabatini | 2011-02-04 | 1 | -1/+3 |
* | Log debug information in filter_samples(). | Stefano Sabatini | 2011-02-02 | 1 | -0/+2 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -15/+15 |
* | In the start_frame() debug log, print the reference pos value rather than the... | Stefano Sabatini | 2011-01-28 | 1 | -2/+2 |
* | Make the avfilter debug functions and macros static to avfilter.c | Diego Elio Pettenò | 2011-01-26 | 2 | -11/+5 |
* | avfilter: remove stray semicolon | Mans Rullgard | 2011-01-18 | 1 | -1/+1 |
* | consolidate .gitignore patters into a single file | Janne Grunau | 2011-01-18 | 2 | -9/+0 |
* | convert svn:ignore properties to .gitignore files | Janne Grunau | 2011-01-17 | 2 | -0/+9 |
* | Make config_props() return AVERROR(EINVAL) rather than 1 in case of | Stefano Sabatini | 2011-01-16 | 1 | -1/+3 |
* | Fix fate breakage in r26382. | Ronald S. Bultje | 2011-01-16 | 1 | -1/+0 |
* | Remove useless free, fix warning: | Baptiste Coudurier | 2011-01-16 | 1 | -1/+1 |
* | Include libavcore/audioconvert.h, required for | Stefano Sabatini | 2011-01-15 | 1 | -0/+1 |
* | Reindent. | Stefano Sabatini | 2011-01-15 | 1 | -7/+7 |
* | Make ff_dprintf_link() print meaningful information for audio links. | Stefano Sabatini | 2011-01-15 | 1 | -0/+13 |
* | Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples. | Stefano Sabatini | 2011-01-15 | 3 | -5/+5 |
* | Make avfilter_unref_buffer() accept a NULL parameter. | Stefano Sabatini | 2011-01-15 | 2 | -2/+4 |
* | In yadif filter, default to top field first if interlacing is unknown | Baptiste Coudurier | 2011-01-15 | 1 | -1/+8 |
* | Add the word "Parsed" in the parsed filter names. | Stefano Sabatini | 2011-01-14 | 1 | -1/+1 |
* | Check linked pads media type mismatch in avfilter_link(). | Stefano Sabatini | 2011-01-13 | 1 | -0/+7 |
* | Make avfilter_graph_free() do nothing if graph is NULL. | Stefano Sabatini | 2011-01-12 | 3 | -2/+4 |
* | In the pad filter, log information about the input size. | Stefano Sabatini | 2011-01-12 | 1 | -2/+2 |
* | Fix design of the pad filter. | Michael Niedermayer | 2011-01-11 | 1 | -4/+76 |
* | Add w,h,format back into AVFilterBuffer, these are required for direct render... | Michael Niedermayer | 2011-01-11 | 2 | -4/+7 |
* | In pad filter, update new ref w/h in start_frame, fix chaining | Baptiste Coudurier | 2011-01-05 | 1 | -0/+3 |
* | In crop filter, update new ref w/h instead of old one, fix chaining | Baptiste Coudurier | 2011-01-05 | 1 | -3/+2 |
* | Fix style nits in avfiltergraph.c. | Stefano Sabatini | 2010-12-28 | 1 | -16/+16 |
* | Add copy filter, useful for testing the avfilter_draw_slice() copy | Stefano Sabatini | 2010-12-28 | 4 | -1/+43 |
* | Bump lavfi minor and add an entry after r26108 (which added | Stefano Sabatini | 2010-12-27 | 1 | -2/+2 |
* | In the crop filter, put under ifdef DEBUG the trace logs for the | Stefano Sabatini | 2010-12-27 | 1 | -0/+4 |
* | Support filters and decoders that dont support negative linesizes. | Michael Niedermayer | 2010-12-27 | 3 | -6/+12 |
* | Add erode libopencv filter. | Stefano Sabatini | 2010-12-26 | 2 | -1/+9 |
* | Add dilate libopencv filter. | Stefano Sabatini | 2010-12-26 | 2 | -1/+166 |
* | Redesign the libopencv wrapper to make it more generic. Accept both | Stefano Sabatini | 2010-12-23 | 4 | -17/+80 |
* | Fix avfilter_draw_slice() copy code with alpha planes. | Stefano Sabatini | 2010-12-19 | 1 | -3/+3 |
* | Revert commit r22596. | Stefano Sabatini | 2010-12-19 | 1 | -6/+6 |
* | Fix crash in gradfun:end_frame() when inpic == outpic, so it has to be | Stefano Sabatini | 2010-12-19 | 1 | -1/+2 |
* | Add gradfun filter, ported from MPlayer. | Nolan L | 2010-12-12 | 7 | -2/+468 |
* | Make avfilter_parse_graph() output a more meaningful message when an | Stefano Sabatini | 2010-12-12 | 1 | -2/+3 |