summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/mp_image.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'osd_changes' into masterwm42012-11-011-2/+24
|\
| * screenshot: remove hack for passing anamorphic image sizewm42012-11-011-1/+2
| * mp_image: add fields to pass colorspace down the filter chainwm42012-10-281-0/+10
| * mp_image: use uint8_t instead of unsigned char for plane pointerswm42012-10-281-1/+2
| * mp_image: fix copy_mpi() with 16 bit formats, add helper macrosRudolf Polzer2012-10-241-0/+10
* | mp_image: update description of MP_IMGFLAG_READABLEreimar2012-10-301-1/+8
|/
* mpcodecs: remove mp_image_t.x/ywm42012-02-241-1/+1
* Merge svn changes up to r31040Uoti Urpala2010-04-261-105/+3
|\
| * Move functions that really do not need to be inlined from the headerreimar2010-04-151-105/+3
* | Merge svn changes up to r30748Uoti Urpala2010-03-101-1/+1
|\|
| * Do not cast the results of malloc/calloc/realloc.diego2010-02-261-1/+1
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
* | Merge svn changes up to r30165Uoti Urpala2010-01-081-33/+15
|\|
| * Add support for YUV format with alpha and fix the codecs.conf entry for vp6areimar2009-12-311-0/+2
| * Add support for 16-bit per component YUV formats.reimar2009-12-311-0/+6
| * Add support for 440p colorspace.reimar2009-12-301-0/+1
| * Add a helper function to get the chroma scale shift and use to simplify mpi s...reimar2009-12-301-33/+6
* | Merge svn changes up to r30136Uoti Urpala2009-12-301-1/+3
|\|
| * Support mp_image with allocated palette.reimar2009-12-261-1/+3
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-2/+1
|\|
| * Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.cehoyos2009-03-181-2/+1
* | Merge svn changes up to r28610Uoti Urpala2009-02-161-13/+12
|\|
| * Replace fprintf call by mp_msg, fixes the warning:diego2009-02-141-1/+2
| * Cosmetics: handle all special/compressed formats in a single if in mp_image_s...reimar2009-02-141-15/+4
| * Add support for image formats and codecs used by VDPAUreimar2009-02-141-0/+4
| * Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t thatreimar2009-02-141-1/+6
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-1/+1
|/
* Add necessary header #includes to fix 'make checkheaders'.diego2008-03-061-0/+4
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-311-1/+1
* Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.cehoyos2007-08-041-0/+3
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-2/+2
* Change some printf calls to fprintf.diego2006-03-271-1/+1
* stride must be signed! otherwise negative stride is broken on 64bit systemsrfelker2005-02-241-1/+1
* set top_field first for lavc decoding and add MP_IMGFIELD_INTERLACEDmichael2003-12-221-0/+1
* addition of special image formats for Zoran MJPEG, and vd_zrmjpeg.crik2003-11-041-0/+6
* basic nv12 and nv21 support by Angelo Cano <angelo_cano@fastmail.fm>alex2003-08-311-0/+11
* clean up field flags:rfelker2003-08-181-3/+6
* Add mpeg2_flags to mp_image_t, copy flags in vd_libmpeg2.c,ranma2003-08-031-0/+4
* basic xvmc image supportiive2003-06-211-0/+4
* passing qscale_type around so the pp code can fix the mpeg2 <<1 thingmichael2003-04-181-0/+1
* fixing rgb4 & bgr4 (2 pixels per byte)michael2003-01-301-2/+2
* change qscale type to int8 and fix qscale orderingmichael2002-10-301-1/+1
* passing picture_type (might be usefull for postprocessing)michael2002-10-291-0/+1
* warning fixarpi2002-08-051-1/+1
* - some reorder/cleanup of mp_image flagsarpi2002-08-021-13/+34
* planar yuv 444 422 411 supportmichael2002-08-011-0/+24
* added 'priv' field to mpi - requires for tracking frames with differentarpi2002-07-201-0/+2
* better support for rgb/bgr formatsalex2002-07-111-6/+10
* {RGB,BGR}{1,4}michael2002-06-271-0/+2
* better planar support, chroma subsampling support and Y8/Y800 supportalex2002-06-231-6/+6
* better planar support, chroma subsampling support and Y8/Y800 supportalex2002-06-231-6/+35
* yvu9 and if09 supportalex2002-06-231-0/+1
* added yvu9alex2002-06-211-0/+6
* filters uninitarpi2002-04-201-0/+8
* mp_image moved to libmpcodecsarpi2002-04-131-0/+100