log libmpcodecs/vf_scale.c @ 35085:5a9728bbb51e

age author description
2012-08-12 reimar Prefer converting 9/10 bit formats to 16 bit, this is a simple left-shift.
2012-07-15 cehoyos Add missing aequivalents for PIX_FMT_GRAY8A and PIX_FMT_GRAY16*.
2012-07-12 cehoyos Support FFmpeg pix_fmts YUV4xxP12*, YUV4xxP14*, GBR12P* and GBR14P*.
2012-05-08 cehoyos Improve Avid Meridien (AVUI) decoding with FFmpeg.
2012-02-05 cehoyos Support v408 and AYUV decoding via FFmpeg.
2012-01-05 reimar Add support for 422P9.
2011-11-07 reimar Prefer converting GBR24P to other 8 bit per component RGB formats.
2011-10-29 cehoyos Support YUV 4:4:4 9-bit output.
2011-10-23 cehoyos Support planar GBR24 decoding.
2011-09-21 cehoyos Add 444P10 support.
2011-05-25 iive Fix build after removal of SWS_CPU_CAPS_* from libswscale in FFmpeg.
2011-05-10 cehoyos Support displaying of 9- and 10-bit pixel formats,
2011-01-15 cehoyos Remove tabs from two additional files that will be used in
2010-11-14 cboesch Remove most of the NULL pointer check before free all over the code
2010-11-03 reimar Make scale filter accept all non-hardware-acceleration input formats we know a
2010-05-06 cehoyos Add support for 12-bit color mode on framebuffer devices.
2010-04-04 diego Mark vf_size_preset_fields m_option_t array as const.
2010-02-22 diego Mark a bunch of video filter structures as const.
2010-02-22 diego Declare externally used variables from vd.c as extern in vd.h.
2010-02-21 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
2010-02-21 diego Rename open() vf initialization function to vf_open().
2010-01-30 diego Add missing license headers to all files in the libmpcodecs directory.
2010-01-23 reimar Make the scale filter prefer yuv conversions that do not need chroma scaling.
2010-01-23 reimar Remove the query_format_cache, it is extra complexity that makes improvements
2010-01-23 reimar Simplify loop condition
2010-01-03 reimar Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).
2010-01-01 reimar One more fix for -vf scale with alpha.
2010-01-01 reimar Also pass alpha plane to swscale, avoids crashes when converting between
2009-12-31 reimar Add support for YUV format with alpha and fix the codecs.conf entry for vp6a
2009-12-31 reimar Try to put the list of output formats for vf_scale in a more sensible