log libvo/vosub_vidix.c @ 31883:b14ca9b6b6d4

age author description
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2008-09-07 diego Replace casual GPL notices by proper license headers.
2008-08-07 ben Add NV12 colorspace support to VIDIX driver.
2008-06-20 ben Remove useless typedef for VDXContext.
2008-06-20 ben remove now useless vidixlib.h file
2008-06-08 diego Slightly reduce VIDIX video output verbosity.
2008-06-07 ben declare some functions as static
2008-06-07 ben remove useless vidix versioning stuff
2008-06-07 ben remove duplicated code
2008-06-07 ben Drop some useless parameter from vidix init routine
2008-06-07 ben Drop support for external libvidix (unmaintained and not up-to-date)
2008-05-16 diego cosmetics: Remove useless parentheses from from return statements.
2007-12-31 diego Relicense files marked as GPL v2 to GPL v2 or later.
2007-12-02 reimar Remove casts that are (no longer) necessary
2007-12-02 reimar Use proper type for vidix_preinit parameter instead of void *
2007-10-23 zuxy Get rid of void pointer arithmetic.
2007-10-21 diego Remove some unused code, fixes the following warnings:
2007-08-31 diego Remove pointless forward declarations.
2006-04-24 reynaldo Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
2006-03-28 nicodvb added support for external VIDIX
2006-03-24 diego Convert all if(verbose>X) to mp_msg_test calls.
2005-12-07 reimar really clear frames to black instead of grey, and make sure one of those
2004-10-28 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
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