summaryrefslogtreecommitdiff
path: root/libavfilter/vf_scale.c
Commit message (Expand)AuthorAge
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov2012-07-22
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-22
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-22
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* lavfi: make filters less verbose.Anton Khirnov2012-06-26
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* 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
* 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 named constants for sws flags.Anton Khirnov2012-04-09
* vf_scale: avoid a pointless memcpy in no-op conversion.Anton Khirnov2012-04-01
* Mark mutable static data const where appropriate.Alex Converse2012-02-21
* 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
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* scale: make the filter parametricStefano Sabatini2011-04-26
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* 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
* 100L, fix vf_scale, since copy_ref_props now copy w and h, we must update themBaptiste Coudurier2010-08-12
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-11
* Rename fields:S.N. Hemanth Meenakshisundaram2010-08-07
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-07
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-07
* Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram2010-07-22
* Use avfilter_copy_picref_props() along lavfi.Víctor Paesa2010-07-11
* 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