aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Fix deallocate bug which sometimes causes a crash when reinitializing.Gravatar nplourde2007-10-13
* cosmetics: typoGravatar diego2007-10-11
* enable fullscreen command from mplayer to be sent to mplayer osxGravatar nplourde2007-10-07
* Get rid of mp_msg_test in vo_png, only reason to use it is performance andGravatar reimar2007-10-03
* Use IMGFMT_IS_BGR instead of mpi->flags&MP_IMGFLAG_SWAPPED, this is easierGravatar reimar2007-10-03
* Make a local-only variable static in vo_pngGravatar reimar2007-10-03
* warning fixes:Gravatar diego2007-09-26
* cosmetics: misc typo fixesGravatar diego2007-09-25
* warning fix:Gravatar diego2007-09-24
* warning fixes:Gravatar diego2007-09-13
* warning fix:Gravatar diego2007-09-10
* Fix borders for xmga broken by r23675. Tested by Diego.Gravatar reimar2007-09-08
* Implement boxes for subtitle teletext pages.Gravatar voroshil2007-09-08
* Allow XF86AudioLowerVolume/XF86AudioRaiseVolume keys to be handled by MPlayer.Gravatar diego2007-09-05
* Move debug message to verbose output level.Gravatar diego2007-09-04
* Add a bicubic scaler that needs a lot more instruction but noGravatar reimar2007-09-04
* Fix compilation after patch to remove global vo_hdcGravatar reimar2007-09-03
* Remove global vo_hdc, since it is recommended to release a DC as soon as poss...Gravatar reimar2007-09-03
* Remove checks that in the worst case will completely break fullscreenGravatar reimar2007-09-03
* Make sure aspect hint is adjusted on aspect changeGravatar reimar2007-09-03
* Cosmetics: set vo_hint.flags at more consistent places (directly beforeGravatar reimar2007-09-02
* Proper support for flashing chars in teletext pages.Gravatar voroshil2007-09-01
* Remove pointless forward declarations.Gravatar diego2007-08-31
* Purge looooong obsolete remnants of vo_fsdga.Gravatar diego2007-08-29
* warning fix:Gravatar diego2007-08-28
* warning fix:Gravatar diego2007-08-28
* warning fix:Gravatar diego2007-08-28
* warning fix:Gravatar diego2007-08-28
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* warning fix:Gravatar diego2007-08-28
* warning fix:Gravatar diego2007-08-28
* warning fix:Gravatar diego2007-08-28
* warning fix:Gravatar diego2007-08-28
* warning fix:Gravatar diego2007-08-28
* Assume first xinerama screen, in case xmga couldGravatar attila2007-08-28
* Fix wrong calculation of nbooleans that causes a crash on 64 bit systemsGravatar reimar2007-08-27
* warning fix:Gravatar diego2007-08-25
* Remove pointless variable declaration, the code that sets it is long-gone.Gravatar diego2007-08-25
* Remove stray comment, the code it commented is long-gone.Gravatar diego2007-08-25
* Fix warnings:Gravatar diego2007-08-25
* Fix warning:Gravatar diego2007-08-25
* Fix warning:Gravatar diego2007-08-25
* Fix redundant redeclaration warnings.Gravatar diego2007-08-25
* Watch X11 fd in main input select() if using vo xvGravatar uau2007-08-25
* Remove fallback round implementation that is protected by a preprocessorGravatar diego2007-08-24
* 100l typo: ENTER --> KPENTERGravatar diego2007-08-23
* Fix KPENTER keycode value on Mac OS X.Gravatar diego2007-08-23
* added double click support in vo_macosx. Patch by Ulion <ulion2002@gmail.com>Gravatar nplourde2007-08-18
* Functions that do not return a value must be voidGravatar reimar2007-08-18
* Text files must end with a newlineGravatar reimar2007-08-18