Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle Y8/Y800 formats more similar to other YUV formats. | reimar | 2010-05-09 | 1 | -2/+1 |
* | Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systems | zuxy | 2010-04-20 | 1 | -5/+6 |
* | Move functions that really do not need to be inlined from the header | reimar | 2010-04-15 | 1 | -0/+105 |
* | Add missing license headers to all files in the libmpcodecs directory. | diego | 2010-01-30 | 1 | -0/+17 |
* | Add support for YUV format with alpha and fix the codecs.conf entry for vp6a | reimar | 2009-12-31 | 1 | -3/+5 |
* | Deduplicate the mp_image planes allocation code. | reimar | 2009-12-31 | 1 | -24/+34 |
* | Add support for 16-bit per component YUV formats. | reimar | 2009-12-31 | 1 | -6/+7 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -2/+2 |
* | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 | 1 | -1/+1 |
* | Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c. | cehoyos | 2007-08-04 | 1 | -0/+65 |