aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Support for auto-selecting the OpenGL backend.Gravatar reimar2010-04-25
* Add reinitialization support. Necessary for fullscreen on OSX.Gravatar reimar2010-04-25
* Handle SDL expose events with -vo gl.Gravatar reimar2010-04-25
* Missing space in error message.Gravatar reimar2010-04-25
* Simplify SDL key symbol mapping.Gravatar reimar2010-04-25
* Use the proper define for translating the tab key.Gravatar reimar2010-04-25
* Make uppercase characters and in general all ASCII characters workGravatar reimar2010-04-25
* Share SDL initialization code.Gravatar reimar2010-04-25
* Remove unnecessary check.Gravatar reimar2010-04-25
* Fullscreen support for -vo gl using SDL.Gravatar reimar2010-04-25
* Set SDL window title.Gravatar reimar2010-04-25
* Window resizing support for -vo gl with SDL backend.Gravatar reimar2010-04-25
* Add sdl_common file and use it to share the input handling between -vo glGravatar reimar2010-04-25
* Use SDL_GL_ProcAddress to work around conflicts between -lGLGravatar reimar2010-04-25
* Update copyright and email address.Gravatar reimar2010-04-25
* Clarify that the GL_TEXT_FRAGMENT_SHADER_ATI bug workaround is for OSX,Gravatar reimar2010-04-25
* Missing gl.h include for SDL backend.Gravatar reimar2010-04-24
* Slightly more correct ifdefs for vo_gl2.Gravatar reimar2010-04-24
* Add workaroound for yuv=7 mode - does hurt speed but not muchGravatar reimar2010-04-24
* Remove code to work around bugs in ancient libSDL versions, the code has beenGravatar reimar2010-04-24
* Try harder to find linked OpenGL functions.Gravatar reimar2010-04-24
* Disable OSD support by default if the necessary OpenGL functionality is missing.Gravatar reimar2010-04-24
* SDL support with related crash-resilience fixes.Gravatar reimar2010-04-24
* Some crash-resilience fixes.Gravatar reimar2010-04-24
* First steps to support -vo gl with SDL-based Window handling.Gravatar reimar2010-04-24
* 10l: Remove leftover commented-out #include.Gravatar diego2010-04-24
* Remove unnecessary kd.h #include.Gravatar diego2010-04-24
* rename 'struct keymap' -> 'struct mp_keymap'Gravatar siretart2010-04-23
* include sys/kd.h on non-Linux architectures correctlyGravatar siretart2010-04-23
* VIDIX only works for Linux on the x86_64 architecture, not on other OSes.Gravatar diego2010-04-22
* Merge iopl()-related #ifdefs.Gravatar diego2010-04-22
* Do not check for __linux__ in a file that is only ever used on Linux.Gravatar diego2010-04-22
* Revert obscure hack that disables the malloc.h check on certain BSD platforms.Gravatar diego2010-04-21
* Update comment describing issues with ffaac.Gravatar reimar2010-04-20
* Cosmetics/indentation fixes.Gravatar reimar2010-04-20
* Add workaround for aac-sbr-ffaac-slow.mkv playing to slow with FFmpegGravatar reimar2010-04-20
* Remove explicit filename from Doxygen @file commands.Gravatar diego2010-04-20
* Tell x264 that we aren't going to give it timestamps.Gravatar lorenm2010-04-20
* Remove unused static function wsDummyEvents and related unused code, fixes:Gravatar diego2010-04-20
* Remove unused static function wsIOErrorHandler, fixes the warning:Gravatar diego2010-04-20
* Remove unused static function fsFileExist, fixes the warning:Gravatar diego2010-04-20
* Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systemsGravatar zuxy2010-04-20
* Synced with help_mp-en.h rev. 31032Gravatar jrash2010-04-17
* sync with en/mplayer.1 rev. 31028Gravatar jrash2010-04-17
* Merge two redundant if checks, patch by ubitux, ubitux gmail com.Gravatar diego2010-04-16
* cosmetics: reindent demux_ogg.c to K&R style plus some prettyprintingGravatar diego2010-04-16
* Remove commented-out and long-gone dapsync options.Gravatar diego2010-04-15
* Mark ffaac as buggy (thus making faad default again) andGravatar reimar2010-04-15
* Move functions that really do not need to be inlined from the headerGravatar reimar2010-04-15
* Remove dead code.Gravatar cehoyos2010-04-14