summaryrefslogtreecommitdiff
path: root/libavfilter/vf_scale.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-13
|\
| * lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-13
| * lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-06
|\|
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* | vf_scale: support dynamically changing input parameters.Michael Niedermayer2012-05-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-10
|\|
| * vf_scale: support named constants for sws flags.Anton Khirnov2012-04-09
* | vf_scale: ensure the palette is set for output.Reimar Döffinger2012-04-09
* | scale: fix slice rendering with conversion between pal/non-pal.Reimar Döffinger2012-04-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-02
|\|
| * vf_scale: avoid a pointless memcpy in no-op conversion.Anton Khirnov2012-04-01
* | lavfi/scale: document behavior with regards to the output sample aspect ratioStefano Sabatini2012-03-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-22
|\|
| * Mark mutable static data const where appropriate.Alex Converse2012-02-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-09
|\|
| * pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-08
| * vf_scale: apply the same transform to the aspect during init that is applied ...Michael Niedermayer2011-09-28
| * vf_scale: add a "sar" variableStefano Sabatini2011-09-28
| * vf_scale: don't leak SWS context.Michael Niedermayer2011-08-27
* | vf_scale: give a clue in case of invalid expression self-referenceStefano Sabatini2011-12-06
* | vf_scale: support PAL8 output by producing BGR8.Reimar Döffinger2011-12-05
* | vf_scale: Fix slice position assert to take vertical subsampling into account.Michael Niedermayer2011-11-17
* | Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
* | Add const to static arrays where it was forgotten.Reimar Döffinger2011-11-05
* | vf_scale: Request an aligned buffer.Michael Niedermayer2011-10-27
* | vf_scale: remove mathematical constants now redundant.Nicolas George2011-10-13
* | vf_scale.c: propagate error codeMichael Niedermayer2011-10-01
* | vf_scale: apply the same transform to the aspect during init that is applied ...Michael Niedermayer2011-08-27
* | lavfi: tweak display aspect ratio variables in pad and scale filtersStefano Sabatini2011-07-30
* | vf_scale: add a "sar" variableStefano Sabatini2011-07-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* | Fix type of out[] variable, it should not be const.Reimar Döffinger2011-06-01
* | scale: fix leak occurring when a scale filter is reconfiguredStefano Sabatini2011-05-02
* | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini2011-05-01
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * scale: make the filter parametricStefano Sabatini2011-04-26
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | scale: set evaluated value for the "out_w" and "out_h" constantsStefano Sabatini2011-04-17
* | scale: fix computation for the "hsub" and "vsub" constantsStefano Sabatini2011-04-17
* | scale: make the filter parametricStefano Sabatini2011-04-05
* | Dont leak sws contexts.Michael Niedermayer2011-04-03
* | Implement interlaced scaling.Michael Niedermayer2011-03-28
|/
* Make config_props() return AVERROR(EINVAL) rather than 1 in case ofStefano Sabatini2011-01-16
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-28
* Make init() return sensible error code rather than -1 in case ofStefano Sabatini2010-09-28
* Cosmetics: apply nits.Stefano Sabatini2010-09-28
* Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.Stefano Sabatini2010-09-24