aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/mp_image.h
Commit message (Expand)AuthorAge
* Merge svn changes up to r31040Gravatar Uoti Urpala2010-04-26
|\
| * Move functions that really do not need to be inlined from the headerGravatar reimar2010-04-15
* | Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \
| | * Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
| |/
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | Merge svn changes up to r30165Gravatar Uoti Urpala2010-01-08
|\|
| * Add support for YUV format with alpha and fix the codecs.conf entry for vp6aGravatar reimar2009-12-31
| * Add support for 16-bit per component YUV formats.Gravatar reimar2009-12-31
| * Add support for 440p colorspace.Gravatar reimar2009-12-30
| * Add a helper function to get the chroma scale shift and use to simplify mpi s...Gravatar reimar2009-12-30
* | Merge svn changes up to r30136Gravatar Uoti Urpala2009-12-30
|\|
| * Support mp_image with allocated palette.Gravatar reimar2009-12-26
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.Gravatar cehoyos2009-03-18
* | Merge svn changes up to r28610Gravatar Uoti Urpala2009-02-16
|\|
| * Replace fprintf call by mp_msg, fixes the warning:Gravatar diego2009-02-14
| * Cosmetics: handle all special/compressed formats in a single if in mp_image_s...Gravatar reimar2009-02-14
| * Add support for image formats and codecs used by VDPAUGravatar reimar2009-02-14
| * Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t thatGravatar reimar2009-02-14
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
|/
* 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