| Commit message (Expand) | Author | Age | Files | Lines |
* | remove extern for variables that are already in headers. | reimar | 2005-08-21 | 1 | -0/+3 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 | 1 | -5/+5 |
* | Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. | diego | 2004-10-28 | 1 | -1/+1 |
* | added runtime toggle of root window playback | joey | 2004-08-22 | 1 | -0/+1 |
* | add var vo_rootwin and -rootwin switch for mac osx | nplourde | 2004-07-29 | 1 | -0/+1 |
* | keepaspect and nokeepaspect are now useable by all vos | faust3 | 2004-05-01 | 1 | -0/+1 |
* | move refreshrate and adapter_num variables to video_out because they might be... | faust3 | 2004-03-13 | 1 | -0/+2 |
* | runtime 'stay-on-top' functionality | joey | 2003-11-30 | 1 | -0/+2 |
* | user settable colorkey | alex | 2003-10-03 | 1 | -0/+2 |
* | -nomouseinput support for vo_sdl | alex | 2003-09-01 | 1 | -0/+1 |
* | vo_xover is a new vo that should make easy to have x11 support for | albeu | 2003-03-12 | 1 | -0/+15 |
* | Pass start slice to the vo it make dr + slice implemantation easier | albeu | 2003-03-10 | 1 | -0/+1 |
* | notice vo driver about skipped/dropped frames | arpi | 2002-12-14 | 1 | -1/+4 |
* | removed get_info, using the same sheme as in libmpcodecs instead | alex | 2002-11-11 | 1 | -6/+1 |
* | do NOT include vidix header - nonsense | arpi | 2002-11-03 | 1 | -1/+1 |
* | 1l | arpi | 2002-10-23 | 1 | -2/+0 |
* | Geometry update | mark | 2002-10-23 | 1 | -0/+2 |
* | video out driver list support (like -vc, example: -vo xmga,xv,x11,) | arpi | 2002-09-29 | 1 | -0/+3 |
* | -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net> | arpi | 2002-09-28 | 1 | -0/+1 |
* | d_width==screenwidth && -fs hopefully fixed | arpi | 2002-09-18 | 1 | -5/+0 |
* | finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api | alex | 2002-08-28 | 1 | -46/+2 |
* | General Timing Formula algorithm from a scratch. | arpi | 2002-08-22 | 1 | -0/+16 |
* | - add dxr3 gui support (dialogbox, etc.) | pontscho | 2002-08-14 | 1 | -0/+3 |
* | eq reworked | alex | 2002-07-24 | 1 | -2/+5 |
* | - fix audio equalizer | pontscho | 2002-07-19 | 1 | -0/+8 |
* | 100l to .so | arpi | 2002-06-05 | 1 | -3/+2 |
* | added panscan support for xmga/xvidix | pontscho | 2002-06-05 | 1 | -0/+3 |
* | pan&scan support with -vo xv by ?? <mplayer@svennevid.net> | arpi | 2002-06-04 | 1 | -0/+1 |
* | Improvment for spu subtitles. | albeu | 2002-05-17 | 1 | -0/+1 |
* | fix playlist bug with gui and rewrite mousecursor show/hide code | pontscho | 2002-04-16 | 1 | -0/+2 |
* | vo_config_count now counts calls to vo->config() | arpi | 2002-04-07 | 1 | -0/+2 |
* | VOCTRL_DRAW_IMAGE added | arpi | 2002-04-06 | 1 | -0/+1 |
* | disabling direct rendering by default (too buggy and conflicts with osd/sub) | arpi | 2002-03-31 | 1 | -0/+1 |
* | moved font_laod.h | arpi | 2002-03-24 | 1 | -1/+1 |
* | voctls for decoding ahead | nick | 2002-03-09 | 1 | -0/+4 |
* | rewrite fullscreen support in some libvo driver | pontscho | 2002-03-07 | 1 | -0/+6 |
* | direct rendering support | arpi | 2002-03-07 | 1 | -0/+2 |
* | 're-include' possibility | nick | 2002-03-03 | 1 | -0/+4 |
* | added vo_dx,vo_dy (used currently only by X based outputs) | alex | 2002-02-22 | 1 | -0/+4 |
* | Added VOCTRL_PAUSE and VOCTRL_RESUME | mswitch | 2002-02-18 | 1 | -1/+5 |
* | Screenshot on the fly | nick | 2002-02-17 | 1 | -0/+2 |
* | added VOFLAG_* definitions and int vo_flags | alex | 2002-02-17 | 1 | -0/+5 |
* | added VOCTRL_FULLSCREEN | alex | 2002-02-17 | 1 | -0/+2 |
* | add vsync support for doublebuffering to vo_vesa | atmos4 | 2002-02-12 | 1 | -0/+1 |
* | added voctrl_guisupport and fixed some typos | alex | 2002-02-09 | 1 | -4/+6 |
* | query_ stuff replaced by new control() - patch by David Holm | arpi | 2002-02-09 | 1 | -15/+18 |
* | new info for tuning | nick | 2002-01-31 | 1 | -1/+9 |
* | Extensions for video accelerated architecture | nick | 2002-01-26 | 1 | -1/+53 |
* | Newest DXR3 patch (improved 1.0rc2) by David Holm. | atmos4 | 2001-11-29 | 1 | -0/+1 |
* | vo_pts added | arpi | 2001-11-05 | 1 | -0/+2 |
* | changes according to -utf8 option, draw_osd() function added | atlka | 2001-08-13 | 1 | -0/+5 |
* | added prototype of vo_init() | arpi | 2001-07-16 | 1 | -0/+2 |
* | extern vo_doublebuffering cleanup | arpi | 2001-07-03 | 1 | -0/+3 |
* | vo_subdevice implemented | al3x | 2001-06-21 | 1 | -0/+2 |
* | added prototype of vo_format_name | al3x | 2001-06-17 | 1 | -0/+1 |
* | - applied overlay patch by Jens H | atmosfear | 2001-04-14 | 1 | -13/+1 |
* | -bpp changes | arpi_esp | 2001-04-13 | 1 | -0/+9 |
* | sub/osd interface changes | arpi_esp | 2001-03-27 | 1 | -4/+0 |
* | subtitle+OSD font support | arpi_esp | 2001-03-25 | 1 | -0/+7 |
* | added check_events() interface | arpi_esp | 2001-03-03 | 1 | -127/+37 |
* | Initial revision | arpi_esp | 2001-02-24 | 1 | -0/+195 |