| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/scale: document behavior with regards to the output sample aspect ratio | Stefano Sabatini | 2012-03-18 | 1 | -4/+6 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-22 | 1 | -1/+1 |
|\ |
|
| * | Mark mutable static data const where appropriate. | Alex Converse | 2012-02-21 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-09 | 1 | -1/+2 |
|\| |
|
| * | pixdesc: mark pseudopaletted formats with a special flag. | Anton Khirnov | 2012-02-08 | 1 | -1/+2 |
| * | vf_scale: apply the same transform to the aspect during init that is applied ... | Michael Niedermayer | 2011-09-28 | 1 | -0/+8 |
| * | vf_scale: add a "sar" variable | Stefano Sabatini | 2011-09-28 | 1 | -3/+7 |
| * | vf_scale: don't leak SWS context. | Michael Niedermayer | 2011-08-27 | 1 | -0/+2 |
* | | vf_scale: give a clue in case of invalid expression self-reference | Stefano Sabatini | 2011-12-06 | 1 | -1/+3 |
* | | vf_scale: support PAL8 output by producing BGR8. | Reimar Döffinger | 2011-12-05 | 1 | -4/+6 |
* | | vf_scale: Fix slice position assert to take vertical subsampling into account. | Michael Niedermayer | 2011-11-17 | 1 | -1/+1 |
* | | Mark AVFilterPad[] compound literals as const. | Reimar Döffinger | 2011-11-06 | 1 | -2/+2 |
* | | Add const to static arrays where it was forgotten. | Reimar Döffinger | 2011-11-05 | 1 | -1/+1 |
* | | vf_scale: Request an aligned buffer. | Michael Niedermayer | 2011-10-27 | 1 | -1/+1 |
* | | vf_scale: remove mathematical constants now redundant. | Nicolas George | 2011-10-13 | 1 | -9/+0 |
* | | vf_scale.c: propagate error code | Michael Niedermayer | 2011-10-01 | 1 | -1/+1 |
* | | vf_scale: apply the same transform to the aspect during init that is applied ... | Michael Niedermayer | 2011-08-27 | 1 | -0/+5 |
* | | lavfi: tweak display aspect ratio variables in pad and scale filters | Stefano Sabatini | 2011-07-30 | 1 | -3/+6 |
* | | vf_scale: add a "sar" variable | Stefano Sabatini | 2011-07-04 | 1 | -3/+7 |
* | | 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 |
* | | Fix type of out[] variable, it should not be const. | Reimar Döffinger | 2011-06-01 | 1 | -1/+2 |
* | | scale: fix leak occurring when a scale filter is reconfigured | Stefano Sabatini | 2011-05-02 | 1 | -1/+5 |
* | | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio | Stefano Sabatini | 2011-05-01 | 1 | -3/+3 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -2/+2 |
|\| |
|
| * | scale: make the filter parametric | Stefano Sabatini | 2011-04-26 | 1 | -9/+84 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | scale: set evaluated value for the "out_w" and "out_h" constants | Stefano Sabatini | 2011-04-17 | 1 | -2/+2 |
* | | scale: fix computation for the "hsub" and "vsub" constants | Stefano Sabatini | 2011-04-17 | 1 | -2/+2 |
* | | scale: make the filter parametric | Stefano Sabatini | 2011-04-05 | 1 | -9/+84 |
* | | Dont leak sws contexts. | Michael Niedermayer | 2011-04-03 | 1 | -0/+2 |
* | | Implement interlaced scaling. | Michael Niedermayer | 2011-03-28 | 1 | -12/+47 |
|/ |
|
* | Make config_props() return AVERROR(EINVAL) rather than 1 in case of | Stefano Sabatini | 2011-01-16 | 1 | -1/+3 |
* | In libavfilter, use consistently "Copyright (c)" in the license | Stefano Sabatini | 2010-11-28 | 1 | -1/+1 |
* | Make init() return sensible error code rather than -1 in case of | Stefano Sabatini | 2010-09-28 | 1 | -1/+1 |
* | Cosmetics: apply nits. | Stefano Sabatini | 2010-09-28 | 1 | -3/+3 |
* | Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions. | Stefano Sabatini | 2010-09-24 | 1 | -1/+1 |
* | 100L, fix vf_scale, since copy_ref_props now copy w and h, we must update them | Baptiste Coudurier | 2010-08-12 | 1 | -0/+2 |
* | Separate video specific BufferRef properties into VideoProps. | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 1 | -3/+3 |
* | Rename fields: | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -4/+4 |
* | Rename functions and fields: | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -2/+2 |
* | Rename AVFilterPicRef to AVFilterBufferRef. | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -3/+3 |
* | Generalize pixel format enum fields to int formats. | S.N. Hemanth Meenakshisundaram | 2010-07-22 | 1 | -2/+2 |
* | Use avfilter_copy_picref_props() along lavfi. | Víctor Paesa | 2010-07-11 | 1 | -4/+1 |
* | Add a const declaration, fixing a warning | Eli Friedman | 2010-06-27 | 1 | -1/+1 |
* | Prefix value for flags with "0x", to make it clear that it is an | Stefano Sabatini | 2010-05-23 | 1 | -1/+1 |
* | Make config_props() show conversion information before to create the | Stefano Sabatini | 2010-05-07 | 1 | -4/+4 |
* | Log input size, input format and swscale flags used for conversion in | Stefano Sabatini | 2010-05-07 | 1 | -2/+4 |
* | c99 sucks. Replacing scanf("%i") by strtoul() | Michael Niedermayer | 2010-05-07 | 1 | -1/+3 |
* | Try to keep track of interlaced and top field first. | Michael Niedermayer | 2010-05-07 | 1 | -0/+3 |