aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Open cutomtex file in binary mode to avoid potential issues onGravatar reimar2010-04-13
* typo fix found by ubituxGravatar compn2010-04-13
* Make ASS processing work with both subtitle formats, the MKV one and theGravatar reimar2010-04-12
* Fix build due to FFmpeg r22858 change (function rename).Gravatar iive2010-04-12
* the great MPlayer tab removal: part IGravatar diego2010-04-12
* Fix build after FFmpeg symbol rename:Gravatar diego2010-04-12
* Add slave commands for loading and unloading audio filters at runtime.Gravatar cehoyos2010-04-11
* Fix build due to FFmpeg r22833 change (typedef rename).Gravatar iive2010-04-11
* Add osd_show_progression: Show progress bar and elapsed/total time.Gravatar cehoyos2010-04-09
* Add some fallback OpenGL defines to fix compilation on Windows.Gravatar reimar2010-04-07
* Generate dependency information as a sideeffect of compilation.Gravatar diego2010-04-06
* cosmetics: Reorder some x86-related preprocessor conditionals.Gravatar diego2010-04-06
* Do not print the "Loading cookie file" message twice.Gravatar reimar2010-04-05
* Try to fix VCD compilation on non-Linux systems.Gravatar reimar2010-04-05
* Add -MP to dependency command.Gravatar diego2010-04-05
* Drop unused DEPEND_CMD from config.mak; FFmpeg no longer needs it.Gravatar diego2010-04-05
* Remove unused functions.Gravatar reimar2010-04-05
* Export VCD tracks as chapters, just like for cue:// URLs.Gravatar reimar2010-04-05
* Change ifdefs to make more sense: HAVE_SSSE3 should only be around SSSE3-code,Gravatar reimar2010-04-05
* VBlankActiveFunc is a pointer to a parameterless function; mark it as such.Gravatar diego2010-04-05