aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/mp_image.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/master'Gravatar wm42012-04-01
|\
* | libmpcodecs: rename IMGFMT_GBR24P to IMGFMT_GBRPGravatar wm42012-03-25
* | libmpcodecs: support planar GBR24 decodingGravatar cehoyos2012-03-25
| * cosmetics: misc minor cleanupsGravatar Uoti Urpala2012-03-25
|/
* video: use talloc for mp_image, abort if out of memoryGravatar wm42011-11-25
* vo_gl: don't accept 9/10-bit formats as inputGravatar reimar2011-06-29
* video/colorspaces: add new 9/10-bit formats from libavcodecGravatar Uoti Urpala2011-06-26
* 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