log libvo/vosub_vidix.c @ 12449:44959468c64d

age author description
2004-01-28 alex removed unused headeer dependencies
2003-12-03 michael vidix_get_image() fix
2003-10-22 faust3 mingw port
2003-10-02 faust3 mingw port
2003-08-14 alex 1000l
2003-06-09 arpi renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR
2002-12-15 alex this isn't mplayerxp...3 buffers are enough for double(triple)buffering (instead of 28 buffers ;)
2002-11-23 michael warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
2002-10-10 arpi also set VFCAP_ACCEPT_STRIDE when draw_image() is implemented
2002-10-09 arpi draw_image, get_image fix
2002-08-28 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
2002-08-16 arpi should solve -vo vesa:vidix problem 'vosub_vidix: video server has
2002-07-25 arpi 10l bug fixed (info.cap |= -> = )
2002-07-25 alex eq reworked
2002-07-19 pontscho - fix audio equalizer
2002-06-24 alex added OSD support for yvu9/y800, corrected query_format \(added flag VFCAP_OSD\), fixed multifile support \(no more control infinite loop and destroying old window\) and some cosmetics
2002-06-23 alex yvu9,if09,y8,y800 support and multifile fix
2002-06-21 alex YVU9,IF09,Y800 and Y8 support - and syÃnced with mpxp
2002-05-08 arpi multifile fixed
2002-04-24 arpi libdir changed
2002-04-13 arpi mp_image.h and img_format.h moved to libmpcodecs
2002-04-11 arpi VFCAP added
2002-03-27 arpi 10l to nick - ACCEPT_WIDTH fixed
2002-03-24 arpi fallback to server's control() - patch by KotH
2002-03-12 nick Using yv12_to_yuy2 sw convertor for cards which have no native yv12 support
2002-03-10 nick fixed strides for packed fourccs
2002-03-09 nick voctls for decoding ahead
2002-03-09 nick Optimization and get_image fixes (still untested)
2002-03-08 nick VOCTRL_GET_IMAGE (untested but should work)
2002-03-03 nick Use as much buffers as possible
2002-02-28 michael print the number of buffers used
2002-02-17 nick Allow using direct rendering with any HW pitches (even on matrox g400).
2002-02-17 nick vidix interleaved U V planes (for g200) by Attila Kinali <kinali@gmx.net>
2002-02-17 nick More correct direct rendering usage
2002-02-17 nick Screenshot on the fly
2002-02-11 nick tell to driver doublebuffering
2002-02-09 arpi query_ stuff replaced by new control() - patch by David Holm
2002-02-05 nick Enable 15bpp on server
2002-02-01 nick Optimizing with use new tune info
2002-01-31 alex return error if unknown depth given. more informative error messages. dont exit if draw_frame was called with Planar YUV, only warn the user
2002-01-31 nick Use new tune info
2002-01-31 nick IMGFMT_RGBxx experimental support
2002-01-27 nick provide full vaa interface
2002-01-27 nick improvements
2002-01-26 nick preinit usage
2002-01-23 alex don't render UV planes if interleaved (also add support later)
2002-01-23 nick intense -> intensity
2002-01-20 alex added support for unlimited video resolution (-1)
2002-01-19 alex clearing safely the buffer, queryfourcc returns 0x2 (hw accel, noconv.), setting eq only if drivers i able
2002-01-19 alex vidix_grkey_support checking for colorkeying
2002-01-18 alex added colorkey handling
2002-01-18 alex sorry, i really wanted to add vidix_start and stop as int, to detect if something went into the wrong way (also implement check in vo_xvidix)
2002-01-18 nick Suppress return values for 'void'. 10L to Alex
2002-01-18 nick gamma correction support
2002-01-16 alex added vidix_start() and vidix_stop() for better runtime-resize support ;)
2002-01-13 alex using LIBDIR@config.h
2002-01-13 nick test for preinit errors and correct handling subdevice
2002-01-10 nick Using any graphics server
2002-01-07 nick OSD support
2002-01-07 nick YV12 sliced output fixed