aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vosub_vidix.c
Commit message (Expand)AuthorAge
* Replace casual GPL notices by proper license headers.Gravatar diego2008-09-07
* Add NV12 colorspace support to VIDIX driver.Gravatar ben2008-08-07
* remove useless typedef againstfor VDXContextGravatar ben2008-06-20
* remove now useless vidixlib.h fileGravatar ben2008-06-20
* Slightly reduce VIDIX video output verbosity.Gravatar diego2008-06-08
* declare some functions as staticGravatar ben2008-06-07
* remove useless vidix versioning stuffGravatar ben2008-06-07
* remove duplicated codeGravatar ben2008-06-07
* Drop some useless parameter from vidix init routineGravatar ben2008-06-07
* Drop support for external libvidix (unmaintained and not up-to-date)Gravatar ben2008-06-07
* cosmetics: Remove useless parentheses from from return statements.Gravatar diego2008-05-16
* Relicense files marked as GPL v2 to GPL v2 or later.Gravatar diego2007-12-31
* Remove casts that are (no longer) necessaryGravatar reimar2007-12-02
* Use proper type for vidix_preinit parameter instead of void *Gravatar reimar2007-12-02
* Get rid of void pointer arithmetic.Gravatar zuxy2007-10-23
* Remove some unused code, fixes the following warnings:Gravatar diego2007-10-21
* Remove pointless forward declarations.Gravatar diego2007-08-31
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...Gravatar reynaldo2006-04-24
* added support for external VIDIXGravatar nicodvb2006-03-28
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* really clear frames to black instead of grey, and make sure one of thoseGravatar reimar2005-12-07
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* removed unused headeer dependenciesGravatar alex2004-01-28
* vidix_get_image() fixGravatar michael2003-12-03
* mingw portGravatar faust32003-10-22
* mingw portGravatar faust32003-10-02
* 1000lGravatar alex2003-08-14
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...Gravatar arpi2003-06-09
* this isn't mplayerxp...3 buffers are enough for double(triple)buffering (inst...Gravatar alex2002-12-15
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Gravatar michael2002-11-23
* also set VFCAP_ACCEPT_STRIDE when draw_image() is implementedGravatar arpi2002-10-10
* draw_image, get_image fixGravatar arpi2002-10-09
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apiGravatar alex2002-08-28
* should solve -vo vesa:vidix problem 'vosub_vidix: video server hasGravatar arpi2002-08-16
* 10l bug fixed (info.cap |= -> = )Gravatar arpi2002-07-25
* eq reworkedGravatar alex2002-07-25
* - fix audio equalizerGravatar pontscho2002-07-19
* added OSD support for yvu9/y800, corrected query_format \(added flag VFCAP_OS...Gravatar alex2002-06-24
* yvu9,if09,y8,y800 support and multifile fixGravatar alex2002-06-23
* YVU9,IF09,Y800 and Y8 support - and syÃnced with mpxpGravatar alex2002-06-21
* multifile fixedGravatar arpi2002-05-08
* libdir changedGravatar arpi2002-04-24
* mp_image.h and img_format.h moved to libmpcodecsGravatar arpi2002-04-13
* VFCAP addedGravatar arpi2002-04-11
* 10l to nick - ACCEPT_WIDTH fixedGravatar arpi2002-03-27
* fallback to server's control() - patch by KotHGravatar arpi2002-03-24
* Using yv12_to_yuy2 sw convertor for cards which have no native yv12 supportGravatar nick2002-03-12
* fixed strides for packed fourccsGravatar nick2002-03-10
* voctls for decoding aheadGravatar nick2002-03-09
* Optimization and get_image fixes (still untested)Gravatar nick2002-03-09