summaryrefslogtreecommitdiff
path: root/libavfilter/vf_scale.c
Commit message (Expand)AuthorAge
...
* Add a const declaration, fixing a warningEli Friedman2010-06-27
* Prefix value for flags with "0x", to make it clear that it is anStefano Sabatini2010-05-23
* Make config_props() show conversion information before to create theStefano Sabatini2010-05-07
* Log input size, input format and swscale flags used for conversion inStefano Sabatini2010-05-07
* c99 sucks. Replacing scanf("%i") by strtoul()Michael Niedermayer2010-05-07
* Try to keep track of interlaced and top field first.Michael Niedermayer2010-05-07
* Support setting flags for sws.Michael Niedermayer2010-05-07
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Make the scale filter pass the pkt.pos information to the outputStefano Sabatini2010-03-13
* Use pixel format descriptors to check if the input format is paletted.Stefano Sabatini2010-02-01
* Avoid usage of avcodec_get_pix_fmt_name() andStefano Sabatini2010-01-31
* Make the scale filter set in the input and output links only theStefano Sabatini2010-01-08
* Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini2009-12-04
* Use the correct chroma values for the data[] array used inStefano Sabatini2009-11-29
* Use a valid log context for av_log().Stefano Sabatini2009-11-29
* Add scale filter.Stefano Sabatini2009-11-11