summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_scale.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+4
|\
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-11/+28
|\ \ | |/
| * lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov2012-07-221-3/+11
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-5/+5
| * lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-5/+14
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-221-10/+10
|\ \ | |/
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-10/+10
| * lavfi: make filters less verbose.Anton Khirnov2012-06-261-1/+1
* | lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-151-1/+1
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-1/+1
|\ \ | |/
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* | lavfi/scale: remove unused variable out_linkStefano Sabatini2012-06-211-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-1/+2
|\ \ | |/
| * lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+1
| * lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-131-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-10/+12
|\ \ | |/
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-4/+5
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-6/+7
* | vf_scale: support dynamically changing input parameters.Michael Niedermayer2012-05-201-0/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-101-1/+10
|\ \ | |/
| * vf_scale: support named constants for sws flags.Anton Khirnov2012-04-091-1/+10
* | vf_scale: ensure the palette is set for output.Reimar Döffinger2012-04-091-0/+3
* | scale: fix slice rendering with conversion between pal/non-pal.Reimar Döffinger2012-04-091-2/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-021-14/+29
|\ \ | |/
| * vf_scale: avoid a pointless memcpy in no-op conversion.Anton Khirnov2012-04-011-5/+20
* | lavfi/scale: document behavior with regards to the output sample aspect ratioStefano Sabatini2012-03-181-4/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-221-1/+1
|\ \ | |/
| * Mark mutable static data const where appropriate.Alex Converse2012-02-211-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-091-1/+2
|\ \ | |/
| * pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-081-1/+2
| * vf_scale: apply the same transform to the aspect during init that is applied ...Michael Niedermayer2011-09-281-0/+8
| * vf_scale: add a "sar" variableStefano Sabatini2011-09-281-3/+7
| * vf_scale: don't leak SWS context.Michael Niedermayer2011-08-271-0/+2
* | vf_scale: give a clue in case of invalid expression self-referenceStefano Sabatini2011-12-061-1/+3
* | vf_scale: support PAL8 output by producing BGR8.Reimar Döffinger2011-12-051-4/+6
* | vf_scale: Fix slice position assert to take vertical subsampling into account.Michael Niedermayer2011-11-171-1/+1
* | Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-061-2/+2
* | Add const to static arrays where it was forgotten.Reimar Döffinger2011-11-051-1/+1
* | vf_scale: Request an aligned buffer.Michael Niedermayer2011-10-271-1/+1
* | vf_scale: remove mathematical constants now redundant.Nicolas George2011-10-131-9/+0
* | vf_scale.c: propagate error codeMichael Niedermayer2011-10-011-1/+1
* | vf_scale: apply the same transform to the aspect during init that is applied ...Michael Niedermayer2011-08-271-0/+5
* | lavfi: tweak display aspect ratio variables in pad and scale filtersStefano Sabatini2011-07-301-3/+6
* | vf_scale: add a "sar" variableStefano Sabatini2011-07-041-3/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\ \ | |/
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* | Fix type of out[] variable, it should not be const.Reimar Döffinger2011-06-011-1/+2
* | scale: fix leak occurring when a scale filter is reconfiguredStefano Sabatini2011-05-021-1/+5
* | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini2011-05-011-3/+3
OpenPOWER on IntegriCloud