summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/mp_image.c
Commit message (Expand)AuthorAgeFilesLines
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-280/+0
* mp_image: add fields to pass colorspace down the filter chainwm42012-10-281-0/+29
* Merge branch 'master' into osd_changeswm42012-10-241-1/+6
|\
| * VF: remove IMGFMT_MPEGPESwm42012-10-221-1/+1
| * mp_image: add IMGFMT_BGR0/PIX_FMT_BGR0wm42012-10-211-0/+5
* | draw_bmp: fix for yuy2 formatwm42012-10-241-0/+3
* | mp_image: hack to fix alignment for certain image formatswm42012-10-241-0/+19
* | mp_image: fix copy_mpi() with 16 bit formats, add helper macrosRudolf Polzer2012-10-241-5/+7
|/
* libmpcodecs: add support for 422P9mplayer-svn2012-08-031-0/+2
* mp_image: set chroma_x_shift for 1-plane YUV formatsmplayer-svn2012-08-031-0/+1
* Merge remote-tracking branch 'origin/master'wm42012-04-011-3/+1
|\
| * cosmetics: misc minor cleanupsUoti Urpala2012-03-251-3/+1
* | libmpcodecs: rename IMGFMT_GBR24P to IMGFMT_GBRPwm42012-03-251-1/+1
* | libmpcodecs: support planar GBR24 decodingcehoyos2012-03-251-1/+6
|/
* 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