log libmpcodecs/mp_image.h @ 26026:a1e19c442cab

age author description
2007-12-31 diego Add explanatory comments to the #endif part of multiple inclusion guards.
2007-08-04 cehoyos Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.
2007-07-02 diego Do not use leading underscores in multiple inclusion guards, they are reserved.
2006-03-27 diego Change some printf calls to fprintf.
2005-02-24 rfelker stride must be signed! otherwise negative stride is broken on 64bit systems
2003-12-22 michael set top_field first for lavc decoding and add MP_IMGFIELD_INTERLACED
2003-11-04 rik addition of special image formats for Zoran MJPEG, and vd_zrmjpeg.c
2003-08-31 alex basic nv12 and nv21 support by Angelo Cano <angelo_cano@fastmail.fm>
2003-08-18 rfelker clean up field flags:
2003-08-03 ranma Add mpeg2_flags to mp_image_t, copy flags in vd_libmpeg2.c,
2003-06-21 iive basic xvmc image support
2003-04-18 michael passing qscale_type around so the pp code can fix the mpeg2 <<1 thing
2003-01-30 michael fixing rgb4 & bgr4 (2 pixels per byte)
2002-10-30 michael change qscale type to int8 and fix qscale ordering
2002-10-29 michael passing picture_type (might be usefull for postprocessing)
2002-08-05 arpi warning fix
2002-08-02 arpi - some reorder/cleanup of mp_image flags
2002-08-01 michael planar yuv 444 422 411 support
2002-07-20 arpi added 'priv' field to mpi - requires for tracking frames with different
2002-07-11 alex better support for rgb/bgr formats
2002-06-27 michael {RGB,BGR}{1,4}
2002-06-23 alex better planar support, chroma subsampling support and Y8/Y800 support
2002-06-23 alex better planar support, chroma subsampling support and Y8/Y800 support
2002-06-23 alex yvu9 and if09 support
2002-06-21 alex added yvu9
2002-04-20 arpi filters uninit
2002-04-13 arpi mp_image moved to libmpcodecs base mp_image.h@c0ff9840c84e