summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/mp_image.h
Commit message (Expand)AuthorAgeFilesLines
* 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