Sun, 09 May 2010 00:18:26 +0000 |
reimar |
Handle Y8/Y800 formats more similar to other YUV formats.
|
Tue, 20 Apr 2010 04:33:00 +0000 |
zuxy |
Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systems
|
Thu, 15 Apr 2010 05:39:36 +0000 |
reimar |
Move functions that really do not need to be inlined from the header
|
Sat, 30 Jan 2010 16:57:40 +0000 |
diego |
Add missing license headers to all files in the libmpcodecs directory.
|
Thu, 31 Dec 2009 23:45:07 +0000 |
reimar |
Add support for YUV format with alpha and fix the codecs.conf entry for vp6a
|
Thu, 31 Dec 2009 23:09:35 +0000 |
reimar |
Deduplicate the mp_image planes allocation code.
|
Thu, 31 Dec 2009 22:53:25 +0000 |
reimar |
Add support for 16-bit per component YUV formats.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Tue, 17 Feb 2009 11:16:19 +0000 |
diego |
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
|
Sat, 04 Aug 2007 22:12:49 +0000 |
cehoyos |
Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.
|