log

age author description
Sun, 14 Feb 2010 11:09:24 +0000 reimar Remove useless casts.
Sun, 14 Feb 2010 11:06:04 +0000 reimar Remove useless code, QUERY_FORMAT already ensures the requested format is supported.
Sun, 14 Feb 2010 11:04:14 +0000 reimar Make vd_functions_t describing codecs const.
Sun, 14 Feb 2010 11:02:05 +0000 diego Rename exit_reason_t enum to exit_reason and do not typedef it.
Sun, 14 Feb 2010 10:58:01 +0000 reimar Make vd_info_t const for pointer in vd_functions, avoids some warnings about
Sun, 14 Feb 2010 10:53:20 +0000 diego Fix exit_player() usage throughout the codebase.
Sun, 14 Feb 2010 09:19:30 +0000 reimar Remove excessive ()
Sat, 13 Feb 2010 21:32:19 +0000 diego Remove stray '/' from comment block, fixes the warning:
Sat, 13 Feb 2010 21:29:32 +0000 diego Remove unused variables, fixes the warnings:
Sat, 13 Feb 2010 17:39:34 +0000 compn add netspeak versions of truespeech and gsm audio codecs to codecs.conf
Sat, 13 Feb 2010 16:59:42 +0000 diego 10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.
Sat, 13 Feb 2010 15:51:03 +0000 diego Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak.
Sat, 13 Feb 2010 15:47:55 +0000 diego Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs.
Sat, 13 Feb 2010 15:46:33 +0000 diego Fix shared library libavutil check: test for av_clip instead of av_gcd.
Sat, 13 Feb 2010 14:31:15 +0000 diego osdep/mplayer.rc.o depends on version.h.
Sat, 13 Feb 2010 11:38:36 +0000 reimar Move the check for valid sh_video into the init_vo_spudec, this fixes a crash
Fri, 12 Feb 2010 20:38:29 +0000 reimar Dynamically increase probe size for lavf demuxer up to 2 MB.
Fri, 12 Feb 2010 16:29:34 +0000 diego Mark all ad_info_t/vd_info_t structure declarations as const.
Fri, 12 Feb 2010 14:25:25 +0000 diego Explain WIN32_LOADER definition hack.
Fri, 12 Feb 2010 14:10:21 +0000 diego Get rid of pointless CONFIG_QTX_CODECS --> QTX preprocessor indirection.
Fri, 12 Feb 2010 13:47:11 +0000 jrash Synced with help_mp-en.h rev. 30515
Fri, 12 Feb 2010 13:45:19 +0000 diego Fix linking of loader test programs when loader is disabled.
Fri, 12 Feb 2010 01:38:14 +0000 komh Add win32 loader support for OS/2
Thu, 11 Feb 2010 23:59:08 +0000 cehoyos Improve comment for GeoCodec.dll
Thu, 11 Feb 2010 22:54:34 +0000 diego Remove pointless egcs #ifdefs; that compiler was never supported.
Thu, 11 Feb 2010 14:33:57 +0000 diego Remove extern "C" declarations from loader code.
Thu, 11 Feb 2010 10:56:09 +0000 diego Move one more FFmpeg-related definition to the FFmpeg section of config.h.
Thu, 11 Feb 2010 10:52:36 +0000 diego Move some FFmpeg-related definitions to the FFmpeg section of config.h.
Thu, 11 Feb 2010 08:52:15 +0000 diego Move def_dos_paths to a better place within config.h; not just FFmpeg uses it.
Thu, 11 Feb 2010 02:25:38 +0000 compn add comment about geov codec crashing on win32 in codecs.conf