aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Fix RGB support for corevideo: corevideo can only supportGravatar reimar2010-04-05
* Enable OSD also for BGR32, the code is the same as for RGB32.Gravatar reimar2010-04-05
* Implement VOCTRL_DRAW_IMAGE instead of the deprecated draw_frame, avoidingGravatar reimar2010-04-05
* Check texture dimensions instead of internal format in max textureGravatar reimar2010-04-04
* Cosmetics/reindent.Gravatar reimar2010-04-04
* Avoid duplicating a condition.Gravatar reimar2010-04-04
* Print width before height,Gravatar reimar2010-04-04
* Fix width/height mixup in error message.Gravatar reimar2010-04-04
* Remove -O4 from FAAC check, it is in our standard CFLAGS already.Gravatar diego2010-04-04
* Directly use CFLAGS for ASFLAGS instead of duplicating the variable content.Gravatar diego2010-04-04