| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 1 | -2/+2 |
|\ |
|
| * | lavfi: add error handling to start_frame(). | Anton Khirnov | 2012-07-22 | 1 | -2/+2 |
* | | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' | Michael Niedermayer | 2012-07-22 | 1 | -22/+22 |
|\| |
|
| * | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -22/+22 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-21 | 1 | -0/+1 |
|\| |
|
| * | vf_aspect: clear AVFilterLink.cur_buf in start_frame(). | Anton Khirnov | 2012-07-20 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-27 | 1 | -2/+2 |
|\| |
|
| * | lavfi: make filters less verbose. | Anton Khirnov | 2012-06-26 | 1 | -2/+2 |
* | | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' | Michael Niedermayer | 2012-06-26 | 1 | -1/+1 |
|\| |
|
| * | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-13 | 1 | -0/+1 |
|\| |
|
| * | lavfi: make AVFilterPad opaque after two major bumps. | Anton Khirnov | 2012-06-13 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -1/+1 |
|\| |
|
| * | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-23 | 1 | -4/+5 |
|\| |
|
| * | lavfi: remove avfilter_null_* from public API on next bump. | Anton Khirnov | 2012-05-22 | 1 | -4/+5 |
* | | lavfi/aspect: check for a negative code from av_parse_ratio() | Stefano Sabatini | 2012-03-21 | 1 | -1/+1 |
* | | lavfi/aspect: fail with AVERROR(EINVAL) in case of invalid specified aspect | Stefano Sabatini | 2012-03-19 | 1 | -3/+2 |
* | | lavfi/aspect: set default value to 0:1, as stated in the docs | Stefano Sabatini | 2012-02-18 | 1 | -0/+1 |
* | | lavfi/aspect: remove confusing comments | Stefano Sabatini | 2012-02-18 | 1 | -2/+0 |
* | | lavfi/aspect: show log info even in case no argument is provided to setdar/se... | Stefano Sabatini | 2012-02-18 | 1 | -2/+2 |
* | | lavfi/aspect: rename field aspect->aspect to aspect->ratio | Stefano Sabatini | 2012-02-07 | 1 | -12/+12 |
* | | lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspect | Stefano Sabatini | 2012-02-06 | 1 | -19/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | | Mark AVFilterPad[] compound literals as const. | Reimar Döffinger | 2011-11-06 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -0/+1 |
|\| |
|
| * | 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 |
* | | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio | Stefano Sabatini | 2011-05-01 | 1 | -1/+1 |
* | | setdar: prefer "sar" over "par" in log info message | Stefano Sabatini | 2011-03-27 | 1 | -1/+1 |
* | | Add sample_aspect_ratio to AVFilterLink | Michael Niedermayer | 2011-01-31 | 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 |