]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_scale.c
lavfi: make formats API private on next bump.
[ffmpeg] / libavfilter / vf_scale.c
2012-06-05 Anton Khirnovlavfi: make formats API private on next bump.
2012-04-09 Anton Khirnovvf_scale: support named constants for sws flags.
2012-04-01 Anton Khirnovvf_scale: avoid a pointless memcpy in no-op conversion.
2012-02-21 Alex ConverseMark mutable static data const where appropriate.
2012-02-08 Anton Khirnovpixdesc: mark pseudopaletted formats with a special...
2011-09-28 Michael Niedermayervf_scale: apply the same transform to the aspect during...
2011-09-28 Stefano Sabatinivf_scale: add a "sar" variable
2011-08-27 Michael Niedermayervf_scale: don't leak SWS context.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-04-26 Stefano Sabatiniscale: make the filter parametric
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-16 Stefano SabatiniMake config_props() return AVERROR(EINVAL) rather than...
2010-11-28 Stefano SabatiniIn libavfilter, use consistently "Copyright (c)" in...
2010-09-28 Stefano SabatiniMake init() return sensible error code rather than...
2010-09-28 Stefano SabatiniCosmetics: apply nits.
2010-09-24 Stefano SabatiniAdd missing uses of NULL_IF_CONFIG_SMALL for the filter...
2010-08-12 Baptiste Coudurier100L, fix vf_scale, since copy_ref_props now copy w...
2010-08-11 S.N. Hemanth Meena... Separate video specific BufferRef properties into Video...
2010-08-07 S.N. Hemanth Meena... Rename fields:
2010-08-07 S.N. Hemanth Meena... Rename functions and fields:
2010-08-07 S.N. Hemanth Meena... Rename AVFilterPicRef to AVFilterBufferRef.
2010-07-22 S.N. Hemanth Meena... Generalize pixel format enum fields to int formats.
2010-07-11 Víctor PaesaUse avfilter_copy_picref_props() along lavfi.
2010-06-27 Eli FriedmanAdd a const declaration, fixing a warning
2010-05-23 Stefano SabatiniPrefix value for flags with "0x", to make it clear...
2010-05-07 Stefano SabatiniMake config_props() show conversion information before...
2010-05-07 Stefano SabatiniLog input size, input format and swscale flags used...
2010-05-07 Michael Niedermayerc99 sucks. Replacing scanf("%i") by strtoul()
2010-05-07 Michael NiedermayerTry to keep track of interlaced and top field first.
2010-05-07 Michael NiedermayerSupport setting flags for sws.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-13 Stefano SabatiniMake the scale filter pass the pkt.pos information...
2010-02-01 Stefano SabatiniUse pixel format descriptors to check if the input...
2010-01-31 Stefano SabatiniAvoid usage of avcodec_get_pix_fmt_name() and
2010-01-08 Stefano Sabatini Make the scale filter set in the input and output...
2009-12-04 Stefano SabatiniAdd a slice_dir parameter to avfilter_draw_slice().
2009-11-29 Stefano SabatiniUse the correct chroma values for the data[] array...
2009-11-29 Stefano SabatiniUse a valid log context for av_log().
2009-11-11 Stefano SabatiniAdd scale filter.