| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | lavfi: add error handling to start_frame(). | Anton Khirnov | 2012-07-22 | 1 | -2/+2 |
* | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -22/+22 |
* | vf_aspect: clear AVFilterLink.cur_buf in start_frame(). | Anton Khirnov | 2012-07-20 | 1 | -0/+1 |
* | lavfi: make filters less verbose. | Anton Khirnov | 2012-06-26 | 1 | -2/+2 |
* | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | lavfi: make AVFilterPad opaque after two major bumps. | Anton Khirnov | 2012-06-13 | 1 | -0/+1 |
* | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -1/+1 |
* | lavfi: remove avfilter_null_* from public API on next bump. | Anton Khirnov | 2012-05-22 | 1 | -4/+5 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | setdar: prefer "sar" over "par" in log info message | Stefano Sabatini | 2011-04-25 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add sample_aspect_ratio to AVFilterLink | Michael Niedermayer | 2011-02-14 | 1 | -0/+14 |
* | In aspect filter, fix display for input resolution | Baptiste Coudurier | 2010-11-24 | 1 | -1/+1 |
* | Reindent. | Stefano Sabatini | 2010-11-22 | 1 | -5/+5 |
* | Implement robust parsing in aspect filters. | Stefano Sabatini | 2010-11-22 | 1 | -9/+11 |
* | Add informative log messages to the set aspect filters. | Stefano Sabatini | 2010-11-22 | 1 | -0/+4 |
* | Give more explicit/less confusing names to the filters dealing with | Stefano Sabatini | 2010-11-22 | 1 | -13/+13 |
* | Log error message in case of invalid parsing. | Stefano Sabatini | 2010-11-18 | 1 | -2/+5 |
* | Fix style: if( -> if (. | Stefano Sabatini | 2010-11-18 | 1 | -5/+5 |
* | Remove redundant information in header. | Stefano Sabatini | 2010-11-18 | 1 | -2/+1 |
* | Separate video specific BufferRef properties into VideoProps. | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 1 | -1/+1 |
* | Rename AVFilterPicRef to AVFilterBufferRef. | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -4/+4 |
* | Use the new null callbacks to simplify filters and reduce duplicated code. | Bobby Bingham | 2010-03-18 | 1 | -16/+4 |
* | Add video filter to manipulate aspect ratio | Bobby Bingham | 2010-03-17 | 1 | -0/+135 |