aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader
Commit message (Expand)AuthorAge
* Merge svn changes up to r28403Gravatar Uoti Urpala2009-01-31
|\
| * remove sys/timeb.h includeGravatar compn2009-01-29
* | Merge svn changes up to r28341Gravatar Uoti Urpala2009-01-19
|\|
| * Reduce QuickTime binary decoder verbosity.Gravatar diego2009-01-17
* | Merge svn changes up to r28310Gravatar Uoti Urpala2009-01-15
|\|
| * #include the appropriate header instead of using local declarations.Gravatar diego2009-01-05
| * Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
* | Merge svn changes up to r28204Gravatar Uoti Urpala2008-12-27
|\|
| * Avoid u_ BSD type names.Gravatar diego2008-12-27
* | Merge svn changes up to r28149Gravatar Uoti Urpala2008-12-14
|\|
| * Change some printf calls to 'Debug printf' so as not to pollute stdout.Gravatar diego2008-12-11
* | Merge svn changes up to r28103Gravatar Uoti Urpala2008-12-06
|\|
| * Re-add "extern"s incorrectly removed in r28085Gravatar reimar2008-12-04
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* | Merge svn changes up to r27899Gravatar Uoti Urpala2008-11-06
|\|
| * Missing free in malloc error case in COutputPinCreate.Gravatar reimar2008-10-31
| * Avoid useless casts of malloc results.Gravatar reimar2008-10-31
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Translate a Hungarian comment, thanks to Denes Balatoni.Gravatar diego2008-10-19
| * Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
| * Remove pointless #ifdef around the whole file, it is just a complicated #if 1.Gravatar diego2008-10-13
* | Merge svn changes up to r27514Gravatar Uoti Urpala2008-09-03
|\|
| * Remove duplicate vsscanf fallback implementation, we have another in osdep/.Gravatar diego2008-08-22
* | Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\|
| * Do not provide a prototype for vsscanf when vsscanf is available.Gravatar diego2008-08-02
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Merge svn changes up to r27092Gravatar Uoti Urpala2008-06-17
|\|
| * Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h canGravatar diego2008-06-08
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * cosmetics: Remove pointless parentheses from return statements.Gravatar diego2008-05-16
* | Merge svn changes up to r26587Gravatar Uoti Urpala2008-04-29
|\|
| * Use consistent #include paths without "../".Gravatar diego2008-04-28
| * Merge loader/Makefile into top-level Makefile.Gravatar diego2008-04-28
| * Remove calls to Restore_LDT_Keeper, exit() is called immediately afterwardsGravatar diego2008-04-28
| * Add missing ldt_keeper.h #include; this fixes a bunch of implicit declarationGravatar diego2008-04-28
| * Merge TEST_OBJS and TEST_LDFLAGS.Gravatar diego2008-04-28
| * Add -g to CFLAGS, not to LDFLAGS.Gravatar diego2008-04-28
| * Merge test program compilation rules using patterns.Gravatar diego2008-04-28
| * Add CFLAGS to test program compilation commands.Gravatar diego2008-04-28
| * Add missing ../osdep/mmap_anon.o to TEST_OBJS.Gravatar diego2008-04-28
| * Remove unnecessary linker flags.Gravatar diego2008-04-28
| * Add missing #include, fixes the warning:Gravatar diego2008-04-28
| * Adjust printf length modifier, fixes the warning:Gravatar diego2008-04-28
| * Comment out variables only used in commented-out code, fixes the warnings:Gravatar diego2008-04-28
| * Link against individual objects, the osdep library is not generated anymore.Gravatar diego2008-04-28
| * Remove obsolete and non-working test program.Gravatar diego2008-04-28
* | loader/qtx/qtxsdk/components.h: Disable large unused inline functionsGravatar Uoti Urpala2008-04-28
|/