summaryrefslogtreecommitdiffstats
path: root/libvo/vosub_vidix.c
Commit message (Expand)AuthorAgeFilesLines
* Replace casual GPL notices by proper license headers.diego2008-09-071-7/+18
* Add NV12 colorspace support to VIDIX driver.ben2008-08-071-0/+32
* remove useless typedef againstfor VDXContextben2008-06-201-1/+1
* remove now useless vidixlib.h fileben2008-06-201-1/+1
* Slightly reduce VIDIX video output verbosity.diego2008-06-081-2/+2
* declare some functions as staticben2008-06-071-4/+4
* remove useless vidix versioning stuffben2008-06-071-5/+0
* remove duplicated codeben2008-06-071-6/+1
* Drop some useless parameter from vidix init routineben2008-06-071-4/+2
* Drop support for external libvidix (unmaintained and not up-to-date)ben2008-06-071-1/+1
* cosmetics: Remove useless parentheses from from return statements.diego2008-05-161-3/+3
* Relicense files marked as GPL v2 to GPL v2 or later.diego2007-12-311-1/+1
* Remove casts that are (no longer) necessaryreimar2007-12-021-7/+7
* Use proper type for vidix_preinit parameter instead of void *reimar2007-12-021-2/+2
* Get rid of void pointer arithmetic.zuxy2007-10-231-1/+1
* Remove some unused code, fixes the following warnings:diego2007-10-211-65/+0
* Remove pointless forward declarations.diego2007-08-311-7/+0
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...reynaldo2006-04-241-24/+25
* added support for external VIDIXnicodvb2006-03-281-1/+1
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-9/+16
* really clear frames to black instead of grey, and make sure one of thosereimar2005-12-071-5/+14
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-3/+3
* removed unused headeer dependenciesalex2004-01-281-1/+0
* vidix_get_image() fixmichael2003-12-031-4/+4
* mingw portfaust32003-10-221-0/+8
* mingw portfaust32003-10-021-1/+3
* 1000lalex2003-08-141-14/+3
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...arpi2003-06-091-1/+1
* this isn't mplayerxp...3 buffers are enough for double(triple)buffering (inst...alex2002-12-151-1/+3
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-231-1/+1
* also set VFCAP_ACCEPT_STRIDE when draw_image() is implementedarpi2002-10-101-1/+1
* draw_image, get_image fixarpi2002-10-091-35/+19
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-62/+2
* should solve -vo vesa:vidix problem 'vosub_vidix: video server hasarpi2002-08-161-0/+7
* 10l bug fixed (info.cap |= -> = )arpi2002-07-251-6/+8
* eq reworkedalex2002-07-251-87/+78
* - fix audio equalizerpontscho2002-07-191-8/+0
* added OSD support for yvu9/y800, corrected query_format \(added flag VFCAP_OS...alex2002-06-241-14/+31
* yvu9,if09,y8,y800 support and multifile fixalex2002-06-231-1/+2
* YVU9,IF09,Y800 and Y8 support - and syÃnced with mpxpalex2002-06-211-5/+84
* multifile fixedarpi2002-05-081-0/+1
* libdir changedarpi2002-04-241-1/+1
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-1/+1
* VFCAP addedarpi2002-04-111-3/+4
* 10l to nick - ACCEPT_WIDTH fixedarpi2002-03-271-3/+13
* fallback to server's control() - patch by KotHarpi2002-03-241-3/+2
* Using yv12_to_yuy2 sw convertor for cards which have no native yv12 supportnick2002-03-121-12/+42
* fixed strides for packed fourccsnick2002-03-101-9/+13
* voctls for decoding aheadnick2002-03-091-0/+9
* Optimization and get_image fixes (still untested)nick2002-03-091-129/+68
* VOCTRL_GET_IMAGE (untested but should work)nick2002-03-081-0/+21
* Use as much buffers as possiblenick2002-03-031-2/+2
* print the number of buffers usedmichael2002-02-281-0/+1
* Allow using direct rendering with any HW pitches (even on matrox g400).nick2002-02-171-12/+17
* vidix interleaved U V planes (for g200) by Attila Kinali <kinali@gmx.net>nick2002-02-171-30/+49
* More correct direct rendering usagenick2002-02-171-4/+8
* Screenshot on the flynick2002-02-171-0/+5
* tell to driver doublebufferingnick2002-02-111-1/+1
* query_ stuff replaced by new control() - patch by David Holmarpi2002-02-091-2/+13
* Enable 15bpp on servernick2002-02-051-0/+1
* Optimizing with use new tune infonick2002-02-011-199/+243
* return error if unknown depth given. more informative error messages. dont ex...alex2002-01-311-7/+9
* Use new tune infonick2002-01-311-1/+44
* IMGFMT_RGBxx experimental supportnick2002-01-311-2/+79
* provide full vaa interfacenick2002-01-271-5/+51
* improvementsnick2002-01-271-2/+33
* preinit usagenick2002-01-261-0/+1
* don't render UV planes if interleaved (also add support later)alex2002-01-231-0/+12
* intense -> intensitynick2002-01-231-18/+22
* added support for unlimited video resolution (-1)alex2002-01-201-3/+10
* clearing safely the buffer, queryfourcc returns 0x2 (hw accel, noconv.), sett...alex2002-01-191-30/+35
* vidix_grkey_support checking for colorkeyingalex2002-01-191-0/+6
* added colorkey handlingalex2002-01-181-5/+16
* sorry, i really wanted to add vidix_start and stop as int, to detect if somet...alex2002-01-181-4/+6
* Suppress return values for 'void'. 10L to Alexnick2002-01-181-5/+2
* gamma correction supportnick2002-01-181-0/+36
* added vidix_start() and vidix_stop() for better runtime-resize support ;)alex2002-01-161-6/+26
* using LIBDIR@config.halex2002-01-131-1/+1
* test for preinit errors and correct handling subdevicenick2002-01-131-1/+1
* Using any graphics servernick2002-01-101-6/+11
* OSD supportnick2002-01-071-19/+12
* YV12 sliced output fixednick2002-01-071-2/+2
* Looks working ;)nick2002-01-061-23/+22
* Printing driver namenick2002-01-061-0/+1
* preliminary versionnick2002-01-061-0/+320