summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/mp_image.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for YUV format with alpha and fix the codecs.conf entry for vp6areimar2009-12-311-3/+5
* Deduplicate the mp_image planes allocation code.reimar2009-12-311-24/+34
* Add support for 16-bit per component YUV formats.reimar2009-12-311-6/+7
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-2/+2
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-171-1/+1
* Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.cehoyos2007-08-041-0/+65