aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Convert vo_aa suboption parser to using the subopt-helper.Gravatar ivo2005-03-11
* Clean up properly if preinit() fails.Gravatar syrjala2005-03-07
* missing externs (fixes implicit declaration warnings)Gravatar rathann2005-03-01
* 10l Don't set SDL to X11 by default.Gravatar ivo2005-03-01
* Remove -noxv and -forcexv command line options and replace them byGravatar ivo2005-03-01
* Don't print (stupid) message if output directory is .Gravatar ivo2005-02-28
* Fix compile warningsGravatar ivo2005-02-28
* vo_jpeg now uses the generic int_pos() from subopt-helper.cGravatar ivo2005-02-27
* Always use vo_x11_sizehint function ( even when going fullscreen ) toGravatar al2005-02-24
* strides should always be signedGravatar rfelker2005-02-24
* no effect in practice, but strides should always be signedGravatar rfelker2005-02-24
* Don't change buffers when paused and redrawing.Gravatar al2005-02-23
* Remove a lot of duplicate codeGravatar reimar2005-02-21
* We should not crash, only because we couldn't hide the cursor.Gravatar al2005-02-20
* Unified colorkey code for vo xv and vo xvmc.Gravatar al2005-02-20
* Move generic tests to a common place.Gravatar al2005-02-19
* Added NV12/NV21 support.Gravatar syrjala2005-02-17
* set device id to 0 if the device selected on startup do not existGravatar nplourde2005-02-14
* always take the focus in fullscreen mode patch by Gianluigi Tiesi <mplayer at...Gravatar faust32005-02-13
* Fix the behaviour of -geometry according to the documentation.Gravatar al2005-02-09
* X11 headers must be included also when X11_FULLSCREEN is not defined (althoughGravatar reimar2005-02-06
* Separate XF86 video mode extension check from XF86 keysym check asGravatar diego2005-02-02
* Query XV_COLORKEY only when listed in attribute list, fixes displaying with n...Gravatar iive2005-02-02
* - Don't advertise IMGFMT_RGBxxGravatar syrjala2005-01-31
* free MSTRZ args also if parser failsGravatar rik2005-01-25
* vo_zr2 moved to OPT_ARG_MSTRZ from OPT_ARG_STRGravatar rik2005-01-25
* avoid using vo_subdeviceGravatar alex2005-01-22
* Make this file compile with gcc-4.0.0. The old code was invalid C.Gravatar gpoirier2005-01-21
* New suboption type: malloc'ed, zero terminated stringGravatar reimar2005-01-19
* Replaced suboption parser by call to suboption helper.Gravatar ivo2005-01-15
* 1l. parser can work with pnm_maxfiles directlyGravatar ivo2005-01-15
* Transition of suboption parser to subopt-helper parser.Gravatar ivo2005-01-15
* Implementation of vo_png suboption parser with subopt-helper and removalGravatar ivo2005-01-10
* set sub_bg_alpha only to 255 when using hardware OSD.Gravatar reimar2005-01-08
* replace almost obsolete email address: snel@phys.uu.nl -> rsnel@cube.dyndns.orgGravatar rik2005-01-08
* vo_zr2 moves to subopt-helper (per Alex's request)Gravatar rik2005-01-08
* fixed-vo/libmpeg2 aspect change fixGravatar faust32005-01-06
* 256 color mode support, use -vm to get better output when overlay is not supp...Gravatar faust32005-01-06
* win95 fix fix by Rune Petersen <rune.mail-list at mail.tele.dk>Gravatar faust32005-01-02
* Use subopt helper to parse argumentsGravatar reimar2004-12-31
* Use subopt parserGravatar reimar2004-12-31
* Remove unused definesGravatar reimar2004-12-29
* Doxygen comments improvedGravatar reimar2004-12-29
* win95 does not support GetMonitorInfoGravatar faust32004-12-27
* Fix ontop for some WMs that lose ontop state after fullscreen event.Gravatar al2004-12-27
* forgot to remove now useless extern monitor_aspectGravatar reimar2004-12-23
* vo_screenwidth/vo_screenheight is _not_ monitor_aspect.Gravatar reimar2004-12-23
* added -wid support for vo_directx.Gravatar joey2004-12-21
* automatic monitoraspect calculation for vo_directx.Gravatar joey2004-12-21
* added colorkey support for vo_directx.Gravatar joey2004-12-21