aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/mp_image.h
Commit message (Expand)AuthorAge
* Add necessary header #includes to fix 'make checkheaders'.Gravatar diego2008-03-06
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.Gravatar cehoyos2007-08-04
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* Change some printf calls to fprintf.Gravatar diego2006-03-27
* stride must be signed! otherwise negative stride is broken on 64bit systemsGravatar rfelker2005-02-24
* set top_field first for lavc decoding and add MP_IMGFIELD_INTERLACEDGravatar michael2003-12-22
* addition of special image formats for Zoran MJPEG, and vd_zrmjpeg.cGravatar rik2003-11-04
* basic nv12 and nv21 support by Angelo Cano <angelo_cano@fastmail.fm>Gravatar alex2003-08-31
* clean up field flags:Gravatar rfelker2003-08-18
* Add mpeg2_flags to mp_image_t, copy flags in vd_libmpeg2.c,Gravatar ranma2003-08-03
* basic xvmc image supportGravatar iive2003-06-21
* passing qscale_type around so the pp code can fix the mpeg2 <<1 thingGravatar michael2003-04-18
* fixing rgb4 & bgr4 (2 pixels per byte)Gravatar michael2003-01-30
* change qscale type to int8 and fix qscale orderingGravatar michael2002-10-30
* passing picture_type (might be usefull for postprocessing)Gravatar michael2002-10-29
* warning fixGravatar arpi2002-08-05
* - some reorder/cleanup of mp_image flagsGravatar arpi2002-08-02
* planar yuv 444 422 411 supportGravatar michael2002-08-01
* added 'priv' field to mpi - requires for tracking frames with differentGravatar arpi2002-07-20
* better support for rgb/bgr formatsGravatar alex2002-07-11
* {RGB,BGR}{1,4}Gravatar michael2002-06-27
* better planar support, chroma subsampling support and Y8/Y800 supportGravatar alex2002-06-23
* better planar support, chroma subsampling support and Y8/Y800 supportGravatar alex2002-06-23
* yvu9 and if09 supportGravatar alex2002-06-23
* added yvu9Gravatar alex2002-06-21
* filters uninitGravatar arpi2002-04-20
* mp_image moved to libmpcodecsGravatar arpi2002-04-13