| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from | Stefano Sabatini | 2010-12-09 | 2 | -2/+4 |
* | In yadif filter, declare asm constants directly to avoid dependency on libavc... | Baptiste Coudurier | 2010-12-06 | 2 | -3/+7 |
* | Port libmpcodecs hqdn3d filter. | Baptiste Coudurier | 2010-12-04 | 4 | -2/+349 |
* | Implement av_image_alloc() and use it in | Stefano Sabatini | 2010-12-04 | 2 | -13/+5 |
* | Declare sse2 and ssse2 function in yadif header | Baptiste Coudurier | 2010-12-04 | 1 | -0/+8 |
* | yadif sse2/ssse3 optimizations | Baptiste Coudurier | 2010-12-04 | 3 | -212/+294 |
* | Add avfilter_graph_create_filter(). | Stefano Sabatini | 2010-12-02 | 3 | -12/+45 |
* | Extend the frei0r filter syntax. | Stefano Sabatini | 2010-11-30 | 1 | -2/+2 |
* | Implement frei0r source. | Stefano Sabatini | 2010-11-30 | 4 | -11/+114 |
* | In libavfilter, use consistently "Copyright (c)" in the license | Stefano Sabatini | 2010-11-28 | 23 | -33/+34 |
* | Fix crash in uninit. | Stefano Sabatini | 2010-11-25 | 1 | -1/+1 |
* | Fix timestamp scaling in the overlay filter. | Stefano Sabatini | 2010-11-25 | 1 | -3/+2 |
* | Implement avfilter_get_video_buffer_ref_from_arrays(). | Stefano Sabatini | 2010-11-25 | 3 | -35/+71 |
* | Make avfilter_default_free_buffer() an internal shared symbol, so that | Stefano Sabatini | 2010-11-25 | 2 | -3/+7 |
* | 0.123l: remove unused arguments in av_log(), fix warning. | Stefano Sabatini | 2010-11-24 | 1 | -1/+1 |
* | In aspect filter, fix display for input resolution | Baptiste Coudurier | 2010-11-24 | 1 | -1/+1 |
* | In crop filter, reference picref after updating w/h, fix issue #2377 | Baptiste Coudurier | 2010-11-24 | 1 | -1/+3 |