summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_scale.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-2/+2
|\ \ | |/
| * scale: make the filter parametricStefano Sabatini2011-04-261-9/+84
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | scale: set evaluated value for the "out_w" and "out_h" constantsStefano Sabatini2011-04-171-2/+2
* | scale: fix computation for the "hsub" and "vsub" constantsStefano Sabatini2011-04-171-2/+2
* | scale: make the filter parametricStefano Sabatini2011-04-051-9/+84
* | Dont leak sws contexts.Michael Niedermayer2011-04-031-0/+2
* | Implement interlaced scaling.Michael Niedermayer2011-03-281-12/+47
|/
* Make config_props() return AVERROR(EINVAL) rather than 1 in case ofStefano Sabatini2011-01-161-1/+3
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-281-1/+1
* Make init() return sensible error code rather than -1 in case ofStefano Sabatini2010-09-281-1/+1
* Cosmetics: apply nits.Stefano Sabatini2010-09-281-3/+3
* Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.Stefano Sabatini2010-09-241-1/+1
* 100L, fix vf_scale, since copy_ref_props now copy w and h, we must update themBaptiste Coudurier2010-08-121-0/+2
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-111-3/+3
* Rename fields:S.N. Hemanth Meenakshisundaram2010-08-071-4/+4
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-071-2/+2
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-071-3/+3
* Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram2010-07-221-2/+2
* Use avfilter_copy_picref_props() along lavfi.Víctor Paesa2010-07-111-4/+1
* Add a const declaration, fixing a warningEli Friedman2010-06-271-1/+1
* Prefix value for flags with "0x", to make it clear that it is anStefano Sabatini2010-05-231-1/+1
* Make config_props() show conversion information before to create theStefano Sabatini2010-05-071-4/+4
* Log input size, input format and swscale flags used for conversion inStefano Sabatini2010-05-071-2/+4
* c99 sucks. Replacing scanf("%i") by strtoul()Michael Niedermayer2010-05-071-1/+3
* Try to keep track of interlaced and top field first.Michael Niedermayer2010-05-071-0/+3
* Support setting flags for sws.Michael Niedermayer2010-05-071-2/+6
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Make the scale filter pass the pkt.pos information to the outputStefano Sabatini2010-03-131-0/+1
* Use pixel format descriptors to check if the input format is paletted.Stefano Sabatini2010-02-011-5/+1
* Avoid usage of avcodec_get_pix_fmt_name() andStefano Sabatini2010-01-311-2/+4
* Make the scale filter set in the input and output links only theStefano Sabatini2010-01-081-2/+16
* Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini2009-12-041-14/+7
OpenPOWER on IntegriCloud