aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/mp_image.c
Commit message (Expand)AuthorAge
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* video: simplify some tests with a new IMGFMT_IS_HWACCEL macroGravatar reimar2010-11-08
* Handle Y8/Y800 formats more similar to other YUV formats.Gravatar reimar2010-05-09
* Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systemsGravatar zuxy2010-04-20
* Move functions that really do not need to be inlined from the headerGravatar reimar2010-04-15
* Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* Add support for YUV format with alpha and fix the codecs.conf entry for vp6aGravatar reimar2009-12-31
* Deduplicate the mp_image planes allocation code.Gravatar reimar2009-12-31
* Add support for 16-bit per component YUV formats.Gravatar reimar2009-12-31
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.Gravatar cehoyos2007-08-04