summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/mp_image.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: misc minor cleanupsUoti Urpala2012-03-251-3/+1
* video: use talloc for mp_image, abort if out of memorywm42011-11-251-14/+20
* vo_gl: don't accept 9/10-bit formats as inputreimar2011-06-291-2/+2
* video/colorspaces: add new 9/10-bit formats from libavcodecUoti Urpala2011-06-261-0/+10
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-1/+1
* video: simplify some tests with a new IMGFMT_IS_HWACCEL macroreimar2010-11-081-1/+1
* Handle Y8/Y800 formats more similar to other YUV formats.reimar2010-05-091-2/+1
* Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systemszuxy2010-04-201-5/+6
* Move functions that really do not need to be inlined from the headerreimar2010-04-151-0/+105
* Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+17
* 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