aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ad_qtaudio.c
Commit message (Expand)AuthorAge
* cleanup: Silence compilation warnings on MinGW-w64Gravatar wm42012-03-01
* ad_qtaudio: don't run win32 loader code when it's not usedGravatar reimar2011-05-02
* ad_qtaudio: fix use with the libavformat mov demuxerGravatar faust32011-02-15
* cleanup: #include loader/wine/winbase.h instead of local declarationsGravatar diego2010-11-02
* Merge svn changes up to r30663Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \ \
| | | * Fix the stack crash(SYS3171) on OS/2 when playing qtaudio/qtvideo.Gravatar komh2010-02-19
| | |/
| | * libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.Gravatar diego2010-02-17
| | * Mark all ad_info_t/vd_info_t structure declarations as const.Gravatar diego2010-02-12
| |/
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|\|
| * Add missing 'void' to parameterless function declarations.Gravatar diego2009-05-04
* | Merge svn changes up to r28310Gravatar Uoti Urpala2009-01-15
|\|
| * Reorder #includes and #ifdefs to avoid excessive #ifdeffery.Gravatar diego2009-01-02
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Rename all preprocessor directives related to Apple / Mac OS X.Gravatar diego2008-08-06
* | Merge svn changes up to r26587Gravatar Uoti Urpala2008-04-29
|\|
| * Consistently #include mpbswap.h instead of bswap.h everywhere.Gravatar diego2008-04-28
* | Make audio decoder description structs constGravatar Uoti Urpala2008-04-26
|/
* Introduce HAVE_QUICKTIME definition and use it where appropriate.Gravatar diego2008-03-15
* Include loader/ prefix in #include path everywhere.Gravatar diego2007-03-15
* Shouldn't move "#ifdef MACOSX" before #include config.h of course...Gravatar uau2006-11-26
* Move #include <QuickTime/QuickTimeComponents.h> before internal headers.Gravatar uau2006-11-26
* Move #ifdefs around complete files into the build system.Gravatar diego2006-06-21
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* preload quicktime.qts, this allows us to ignore the hardcoded path inside the...Gravatar faust32005-01-17
* fix compilation on macosx with --enable-qtx patch by Zachary Bedell <zaclist@...Gravatar faust32004-10-10
* small gcc warning fixesGravatar rathann2004-08-28
* do not exit without an error messageGravatar faust32004-08-12
* minimal fix for alex's 1000000000000l compile errors. imo the fix inGravatar rfelker2004-04-30
* printf -> mp_msgGravatar faust32004-04-13
* macosx fix by Dan Christiansen <danchr@daimi.au.dk>Gravatar alex2003-03-26
* MACOSX support patch, based on Dan Christiansens workGravatar alex2003-02-25
* real cygwin support by Sascha Sommer <saschasommer@freenet.de>Gravatar alex2003-02-12
* don't abort if setparams failed - fixes some Qclp filesGravatar arpi2002-12-29
* compiler warning fixesGravatar arpi2002-12-14
* fixed in/out framesize rounding bug (causing low-rate QCLP hangup/looping)Gravatar arpi2002-12-07
* loader supportGravatar arpi2002-11-24
* fixed output bits per sampleGravatar arpi2002-11-12
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* qtaudio - audio decoder using win32 quicktime 5 dllsGravatar arpi2002-10-31