aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Remove some pointless 'inline' qualifiersGravatar uau2007-11-01
* movie player for Linux --> movie playerGravatar diego2007-10-30
* move errors and a warning to help_mp-en.hGravatar compn2007-10-30
* Disable clear_screen function, the call to the function is commented outGravatar diego2007-10-30
* Remove unused variables.Gravatar zuxy2007-10-27
* Cosmetic fix for r24861Gravatar zuxy2007-10-27
* Avoid crash after recovering from screensaverGravatar zuxy2007-10-27
* Get rid of void pointer arithmetic.Gravatar zuxy2007-10-23
* A missing break statement caused SDLK_PLUS to be triggered twice on one press.Gravatar diego2007-10-22
* Remove some unused code, fixes the following warnings:Gravatar diego2007-10-21
* Avoid text deformation and subtitles moving outside the screen in pan-and-scanGravatar eugeni2007-10-19
* Fix typo in commentGravatar reimar2007-10-18
* 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