| Commit message (Expand) | Author | Age | Files | Lines |
* | Show aspect ratio information in dprintf_picref() traces. | Stefano Sabatini | 2010-03-06 | 1 | -2/+2 |
* | Avoid usage of avcodec_get_pix_fmt_name() and | Stefano Sabatini | 2010-01-31 | 1 | -2/+4 |
* | Make avfilter_insert_filter() log the names of the filters between | Stefano Sabatini | 2010-01-13 | 1 | -2/+3 |
* | Make avfilter_insert_filter() print the instance name of the | Stefano Sabatini | 2010-01-10 | 1 | -1/+1 |
* | Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and | Stefano Sabatini | 2010-01-03 | 1 | -2/+2 |
* | Add a slice_dir parameter to avfilter_draw_slice(). | Stefano Sabatini | 2009-12-04 | 1 | -4/+4 |
* | Implement avfilter_next(). | Stefano Sabatini | 2009-11-24 | 1 | -0/+5 |
* | Implement a new registration system for filters. | Stefano Sabatini | 2009-11-24 | 1 | -13/+16 |
* | Add functions to return library license and library configuration. | Diego Biurrun | 2009-11-18 | 1 | -0/+11 |
* | Make avfilter_get_video_buffer() use | Stefano Sabatini | 2009-11-03 | 1 | -3/+0 |
* | Introduce first_avfilter and use that, together with AVFilter.next, | Stefano Sabatini | 2009-10-27 | 1 | -21/+13 |
* | Make dprintf_link() show the name of the link pixel format. | Stefano Sabatini | 2009-10-25 | 1 | -1/+2 |
* | Fix recursive avfilter_poll_frame(). It was doing | Vitor Sessak | 2009-10-18 | 1 | -1/+3 |
* | Make avfilter_get_video_buffer() recursive. | Stefano Sabatini | 2009-10-18 | 1 | -5/+8 |
* | Implement trace messages logging in the filterchain processing. | Stefano Sabatini | 2009-10-06 | 1 | -0/+35 |
* | Also copy pixel_aspect when copying the picref in avfilter_start_frame. | Cédric Schieli | 2009-04-14 | 1 | -0/+1 |
* | Make static the list of registered filters. | Víctor Paesa | 2009-03-26 | 1 | -1/+1 |
* | Reindent after the last commit, while at it also add some spaces for | Stefano Sabatini | 2009-01-12 | 1 | -6/+6 |
* | Make avfilter_open() set to NULL the pads and the filters when the | Stefano Sabatini | 2009-01-12 | 1 | -1/+5 |
* | Implement the avfilter_default_draw_slice() handler and use it in | Stefano Sabatini | 2009-01-11 | 1 | -2/+4 |
* | Use PIX_FMT_NONE to silence icc warning #188: | Carl Eugen Hoyos | 2008-11-26 | 1 | -1/+1 |
* | 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 |