log libmpcodecs/mp_image.c @ 34466:a650895d50a5

age author description
2012-01-05 reimar Add support for 422P9.
2011-11-22 reimar Set chroma_x_shift for 1-plane YUV formats.
2011-10-29 cehoyos Support YUV 4:4:4 9-bit output.
2011-10-26 diego Add missing mp_msg.h #includes, remove some unnecessary ones.
2011-10-23 cehoyos Support planar GBR24 decoding.
2011-09-21 cehoyos Add 444P10 support.
2011-05-10 reimar Make mp_get_chroma_shift simpler/more generic and add an argument
2011-05-10 cehoyos Support displaying of 9- and 10-bit pixel formats,
2011-01-14 cehoyos Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
2010-11-14 cboesch Remove most of the NULL pointer check before free all over the code
2010-11-03 reimar Add and use a IMGFMT_IS_HWACCEL define.
2010-05-09 reimar Handle Y8/Y800 formats more similar to other YUV formats.
2010-04-20 zuxy Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systems
2010-04-15 reimar Move functions that really do not need to be inlined from the header
2010-01-30 diego Add missing license headers to all files in the libmpcodecs directory.
2009-12-31 reimar Add support for YUV format with alpha and fix the codecs.conf entry for vp6a
2009-12-31 reimar Deduplicate the mp_image planes allocation code.
2009-12-31 reimar Add support for 16-bit per component YUV formats.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-02-17 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
2007-08-04 cehoyos Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.