aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Fix for big endian systemsGravatar rtognimp2004-06-12
* Metacity fullscreen issues, patch by Alexander Strasser <eclipse7@gmx.net>,Gravatar diego2004-06-02
* choose fullscreen device with suboption device_id=#Gravatar nplourde2004-06-02
* uyvy osd supportGravatar nplourde2004-05-31
* draw alpha for uyvyGravatar nplourde2004-05-31
* vo_quartz now default vo on OSXGravatar nplourde2004-05-30
* fix crash due to fast_memcpy calling itself instead of libc memcpyGravatar reimar2004-05-20
* re-use same window when playing multiple filesGravatar nplourde2004-05-18
* more sane order for overlay workarounds, fixed a bug where the mouse would st...Gravatar faust32004-05-18
* Event Handling MakeoverGravatar nplourde2004-05-12
* removing useless code, improving readabilityGravatar reimar2004-05-08
* fixed memory leak and removed unnecessary static variableGravatar reimar2004-05-08
* changes to get manyfmts nearer to working and fixed memory leakGravatar reimar2004-05-08
* More code cleanupGravatar nplourde2004-05-07
* Switch rgb32 from QD to QTGravatar nplourde2004-05-07
* Disable live resize for yuv - HW accel bugGravatar nplourde2004-05-05
* Cosmetic change std ident styleGravatar nplourde2004-05-05
* Removed unused debug code.Gravatar nplourde2004-05-05
* Add yuv csp supportGravatar nplourde2004-05-04
* clear buffer after (glX)SwapBuffers in fullscreen to avoid flickering bordersGravatar reimar2004-05-02
* keepaspect support, tryed to clean up DirectxManageDisplay a bit, enabled UYV...Gravatar faust32004-05-01
* GUI supportGravatar reimar2004-05-01
* keepaspect and nokeepaspect are now useable by all vosGravatar faust32004-05-01
* Copyright notice added back.Gravatar diego2004-04-27
* Add Fullscreen, Ontop and OSD supportGravatar nplourde2004-04-26
* attribute_used for gcc3.4Gravatar alex2004-04-26
* Fixed CRTC2 surface size message.Gravatar syrjala2004-04-25
* fixed suboption parsing, added help for suboptionsGravatar reimar2004-04-15
* ignore mouseclicks when activating the windowGravatar faust32004-04-13
* vo_gl supporting more color formats for testingGravatar reimar2004-04-08
* print at least the error number when there is no text for itGravatar faust32004-04-07
* libcaca video output driver by Howell TamGravatar alex2004-04-06
* full screen flipping synchronization corrections (by Adam Tla/lka)Gravatar rathann2004-04-05
* Unmap window before change in decor and size while flipping full screen mode ...Gravatar rathann2004-04-05
* Quartz/MacOSX video output module by Nicolas PlourdeGravatar alex2004-04-05
* move window decor changes after setting Withdrawn state so we have no additio...Gravatar rathann2004-04-03
* - win_gravity memorizing and restoring while switching fullscreen mode (by Ad...Gravatar rathann2004-04-03
* ALSA syc is not so good as OSS - small correctionsGravatar atlka2004-04-01
* corrected problems with switching to and from fullscreen mode esp. with fixed-voGravatar reimar2004-03-17
* Don't mess with the window position in xinerama when -geometry changes it.Gravatar diego2004-03-16
* Use system clock for xscreensaver pings (Tobias Diedrich).Gravatar diego2004-03-16
* Cygwin provides setenv. Fixes compilation on Cygwin.Gravatar diego2004-03-15
* move refreshrate and adapter_num variables to video_out because they might be...Gravatar faust32004-03-13
* mouse support by Nehal Mistry <nehalmistry at gmx.net>Gravatar faust32004-03-13
* fix compilation with sdl on mingw patch by Nehal <nehalmistry at gmx.net>Gravatar faust32004-03-13
* adapter selection patch by Rune <runner at mail.tele.dk> +first attempt to im...Gravatar faust32004-02-29
* replace WM_DESTROY with WM_CLOSE to make it possible to play multiple files, ...Gravatar faust32004-02-29
* dont mess with the window position in xinerama when -geometry changes it.Gravatar attila2004-02-24
* set min width/heightGravatar attila2004-02-24
* printf -> mp_msgGravatar attila2004-02-22