aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
...
* Set protocol for the vo proxy used in shared-buffer mode.Gravatar ulion2007-11-28
* Fix warning on Leopard, tested ok on Tiger:Gravatar ulion2007-11-26
* Fix warning:Gravatar ulion2007-11-26
* Fix memory leak of image_data.Gravatar ulion2007-11-23
* Fix a memory leak when working in shared_buffer mode.Gravatar ulion2007-11-23
* Move the setCurrentTexture call into flip_page(), fix osd flicker problem.Gravatar ulion2007-11-23
* main() --> main(void)Gravatar diego2007-11-21
* Let NSApp handle events when uninit to fix the delay dealloc bug of mpGLView.Gravatar ulion2007-11-19
* Enable ontop command from mplayer to be sent to mplayer osx.Gravatar ulion2007-11-09
* Handle mouse up event to get double click support from mp_fifo.Gravatar ulion2007-11-07
* Fix mouse right button and middle button incorrect identifications.Gravatar ulion2007-11-06
* Fix KPENTER keycode value.Gravatar ulion2007-11-06
* Fix the prevent system idle code. Original code also works, but not as expected.Gravatar ulion2007-11-06
* Fix the prevent system idle code. Original code also works, but not as expected.Gravatar ulion2007-11-06
* Warning fixes:Gravatar ulion2007-11-06
* cosmetics: output grammar/spelling fixesGravatar diego2007-11-06
* cosmetics: Comment grammar and spelling fixes.Gravatar diego2007-11-06
* Reduce excessive verbosity: Move debug messages to the appropriate MSGLGravatar diego2007-11-06
* 10l Diego, revert commit 24966.Gravatar iive2007-11-04
* Fix previous incorrect commit, +/- has higher precedence than shifts.Gravatar diego2007-11-04
* Add some parentheses to fix the following warnings:Gravatar diego2007-11-03
* 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