| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement avfilter_version(). | Stefano Sabatini | 2008-08-08 | 1 | -0/+4 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | fix AVClass for avfilter | Måns Rullgård | 2008-03-07 | 1 | -3/+6 |
* | Do not copy more data than needed | Vitor Sessak | 2008-02-15 | 1 | -1/+5 |
* | Remove header now made useless | Vitor Sessak | 2008-02-15 | 1 | -1/+0 |
* | Remove unneeded function. | Vitor Sessak | 2008-02-15 | 1 | -5/+0 |
* | Missed this file in my conditional compilation patch | Vitor Sessak | 2008-02-15 | 1 | -21/+1 |
* | Simplify | Vitor Sessak | 2008-02-15 | 1 | -5/+5 |
* | Simplify | Vitor Sessak | 2008-02-15 | 1 | -4/+2 |
* | Indent after last commit | Vitor Sessak | 2008-02-15 | 1 | -5/+6 |
* | Remove unneded else | Vitor Sessak | 2008-02-15 | 1 | -1/+0 |
* | Cosmetical: indentation | Vitor Sessak | 2008-02-15 | 1 | -2/+2 |
* | Nit: Alignment | Vitor Sessak | 2008-02-15 | 1 | -1/+1 |
* | Remove useless () | Vitor Sessak | 2008-02-15 | 1 | -1/+1 |
* | Do not always fail for circular filter chains | Vitor Sessak | 2008-02-15 | 1 | -2/+2 |
* | Remove unused var (dead code leftover?). | Vitor Sessak | 2008-02-15 | 1 | -3/+1 |
* | Avoid link_dpad() overuse in avfilter_start_frame() | Vitor Sessak | 2008-02-15 | 1 | -4/+5 |
* | Add context to av_log() | Vitor Sessak | 2008-02-15 | 1 | -1/+1 |
* | Merge loops | Vitor Sessak | 2008-02-15 | 1 | -7/+3 |
* | Coding style changes | Vitor Sessak | 2008-02-15 | 1 | -6/+6 |
* | Remove unneded headers | Vitor Sessak | 2008-02-15 | 1 | -5/+0 |
* | Nits: more punctuation and capitalization | Vitor Sessak | 2008-02-15 | 1 | -1/+1 |
* | Move setting the pts of the copied frame to a more adequated place. | Vitor Sessak | 2008-02-15 | 1 | -1/+1 |
* | Add const to silence warnings | Vitor Sessak | 2008-02-15 | 1 | -4/+3 |
* | The filter framework as is hangs with filters that | Vitor Sessak | 2008-02-15 | 1 | -4/+8 |
* | Implement poll_frame() method. Fix ffmpeg.c bug with | Vitor Sessak | 2008-02-15 | 1 | -0/+16 |
* | Add movie file video source filter. | Vitor Sessak | 2008-02-15 | 1 | -0/+3 |
* | Presentation timestamp (PTS) modification filter | Vitor Sessak | 2008-02-15 | 1 | -0/+2 |
* | Rename filter | Vitor Sessak | 2008-02-15 | 1 | -1/+1 |
* | 90 degrees counter-clockwise rotation filter | Vitor Sessak | 2008-02-15 | 1 | -0/+1 |
* | Add an equivalent to the mplayer format filter | Vitor Sessak | 2008-02-15 | 1 | -0/+1 |
* | Change the passthrough filter to a noformat filter. It's now similar to | Vitor Sessak | 2008-02-15 | 1 | -1/+1 |
* | Indentation | Vitor Sessak | 2008-02-15 | 1 | -7/+7 |
* | Rework link property configuration system. | Vitor Sessak | 2008-02-15 | 1 | -5/+23 |
* | Add horizontal flip filter. | Vitor Sessak | 2008-02-15 | 1 | -0/+1 |
* | Need to be careful when dealing with references. | Vitor Sessak | 2008-02-15 | 1 | -4/+5 |
* | When inserting a filter, don't lose any information we may already have | Vitor Sessak | 2008-02-15 | 1 | -0/+7 |
* | Rewrite colorspace negotiation. | Vitor Sessak | 2008-02-15 | 1 | -85/+0 |
* | Make filter auto-insertion code its own function. | Vitor Sessak | 2008-02-15 | 1 | -8/+22 |
* | Remove no-longer accurate comment | Vitor Sessak | 2008-02-15 | 1 | -1/+0 |
* | Check for error so that | Vitor Sessak | 2008-02-15 | 1 | -1/+6 |
* | Remove dummy and ppm filters which were only for testing. | Vitor Sessak | 2008-02-15 | 1 | -3/+0 |
* | Image negating filter | Vitor Sessak | 2008-02-15 | 1 | -0/+1 |
* | Auto insert scale filter to convert colrospaces when needed | Vitor Sessak | 2008-02-15 | 1 | -10/+66 |
* | Add scale/colorspace conversion filter | Vitor Sessak | 2008-02-15 | 1 | -0/+1 |
* | Prefix names of filter structs | Vitor Sessak | 2008-02-15 | 1 | -14/+14 |
* | Rename "buffer" filter to "fifo" | Vitor Sessak | 2008-02-15 | 1 | -1/+1 |
* | Add a filter to output the same video to two outputs | Vitor Sessak | 2008-02-15 | 1 | -0/+1 |
* | Add a filter to act as a buffer between filters which may output multiple | Vitor Sessak | 2008-02-15 | 1 | -0/+1 |
* | Use av_freep instead of av_free | Vitor Sessak | 2008-02-15 | 1 | -9/+9 |