log loader/qtx/qtxload.c @ 29848:c20a30ebbe56

age author description
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Tue, 17 Feb 2009 12:00:43 +0000 diego cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.
Sun, 19 Oct 2008 20:02:21 +0000 diego Translate a Hungarian comment, thanks to Denes Balatoni.
Thu, 16 Oct 2008 20:17:56 +0000 diego Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
Fri, 16 May 2008 09:31:55 +0000 diego cosmetics: Remove pointless parentheses from return statements.
Mon, 28 Apr 2008 13:07:01 +0000 diego Remove calls to Restore_LDT_Keeper, exit() is called immediately afterwards
Mon, 28 Apr 2008 13:05:25 +0000 diego Add missing ldt_keeper.h #include; this fixes a bunch of implicit declaration
Mon, 28 Apr 2008 12:03:52 +0000 diego Add missing #include, fixes the warning:
Mon, 28 Apr 2008 11:57:38 +0000 diego Comment out variables only used in commented-out code, fixes the warnings:
Sun, 20 Jan 2008 17:16:39 +0000 diego Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a
Sun, 06 Jan 2008 12:22:56 +0000 diego /usr/lib/win32 --> /usr/local/lib/codecs
Sun, 06 Jan 2008 12:20:41 +0000 diego Remove compilation command comments.
Sun, 06 Jan 2008 11:56:03 +0000 diego Comment out non-existing mp_msg_set_level function to fix linking.
Sun, 06 Jan 2008 11:53:51 +0000 diego Fix compilation by replacing a broken macro with in-place code.
Mon, 03 Jul 2006 23:27:37 +0000 reynaldo get_path as const, patch by Stefan Huehner, stefan AT huehner-org