summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_qtaudio.c
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r26587Uoti Urpala2008-04-291-1/+1
|\
| * Consistently #include mpbswap.h instead of bswap.h everywhere.diego2008-04-281-1/+1
* | Make audio decoder description structs constUoti Urpala2008-04-261-1/+1
|/
* Introduce HAVE_QUICKTIME definition and use it where appropriate.diego2008-03-151-5/+5
* Include loader/ prefix in #include path everywhere.diego2007-03-151-2/+2
* Shouldn't move "#ifdef MACOSX" before #include config.h of course...uau2006-11-261-1/+2
* Move #include <QuickTime/QuickTimeComponents.h> before internal headers.uau2006-11-261-4/+4
* Move #ifdefs around complete files into the build system.diego2006-06-211-5/+2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-1/+1
* preload quicktime.qts, this allows us to ignore the hardcoded path inside the...faust32005-01-171-1/+11
* fix compilation on macosx with --enable-qtx patch by Zachary Bedell <zaclist@...faust32004-10-101-1/+1
* small gcc warning fixesrathann2004-08-281-1/+1
* do not exit without an error messagefaust32004-08-121-2/+4
* minimal fix for alex's 1000000000000l compile errors. imo the fix inrfelker2004-04-301-0/+1
* printf -> mp_msgfaust32004-04-131-26/+25
* macosx fix by Dan Christiansen <danchr@daimi.au.dk>alex2003-03-261-2/+2
* MACOSX support patch, based on Dan Christiansens workalex2003-02-251-1/+14
* real cygwin support by Sascha Sommer <saschasommer@freenet.de>alex2003-02-121-2/+2
* don't abort if setparams failed - fixes some Qclp filesarpi2002-12-291-1/+1
* compiler warning fixesarpi2002-12-141-0/+4
* fixed in/out framesize rounding bug (causing low-rate QCLP hangup/looping)arpi2002-12-071-7/+8
* loader supportarpi2002-11-241-0/+3
* fixed output bits per samplearpi2002-11-121-10/+24
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-8/+8
* qtaudio - audio decoder using win32 quicktime 5 dllsarpi2002-10-311-0/+291