summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_qt.c
AgeCommit message (Expand)Author
2004-10-16Mace decoder hackThibaut Mattern
2004-09-11Support for H.264/AVC videoJames Stembridge
2004-08-18allow seaking to end of fileJames Stembridge
2004-08-181) Always store fourcc's in machine endian orderJames Stembridge
2004-07-07fix typo (bug #977510)Miguel Freitas
2004-06-15fix variable declarationsMiguel Freitas
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-06-07Try to determine if wave atom actually contains a waveformatex headerJames Stembridge
2004-06-01Add FIXME comment.James Courtier-Dutton
2004-06-01better workaround for alac, another of the MPEG audio clique thatMike Melanson
2004-05-30special provision for 'samr', another codec that doesn't play by theMike Melanson
2004-05-16Priority support.Thibaut Mattern
2004-04-30- simple work-around for an ALAC (iTunes Lossless Codec) file from:Bastien Nocera
2004-03-022 more QT meta atoms, one for composer and one for yearMike Melanson
2004-02-29compute and set the bitrate for CBR audio streamsMike Melanson
2004-02-29support the 'meta' atom type that iTunes is fond of using for its musicMike Melanson
2004-02-09Always send frame duration using BUF_FLAG_FRAMERATEJames Stembridge
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
2004-01-06hack to support a rather malformed QT file, courtesy of DrewMike Melanson
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-15change demux api:Miguel Freitas
2003-11-13define FOURCC only onceMarco Zuehlke
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-09handle DRM-protected QT files a little more gracefully; i.e., recognizeMike Melanson
2003-10-30use info_helper functions.Thibaut Mattern
2003-10-29special-case warning for DRM-protected Quicktime files, at least untilMike Melanson
2003-10-06some housekeeping and compiler warningsMichael Roitzsch
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
2003-07-25small housekeeping: demuxer api seeks in milisecondsMiguel Freitas
2003-07-21- don't crash if we don't have a base MRL for the reference MRLBastien Nocera
2003-06-29- fix rtsp redirections, and division by zero crash, helps with:Bastien Nocera
2003-06-16added support for 'nam' atom; this will cause xine to display the titleMike Melanson
2003-05-13work around 0-length atomsMike Melanson
2003-05-10rework the QT stsd/ImageDescription passing from demuxer -> decoderMike Melanson
2003-05-07recognize a 'free' atom masquerading as a 'moov' atomMike Melanson
2003-04-26bumping up demux plugin interface version numbers, update copyright noticesGuenter Bartsch
2003-04-17added limited handling of traks with multiple media typesMike Melanson
2003-04-07missing semicolon reported by John Alexander Thacker <thacker@polygon.math.co...Guenter Bartsch
2003-03-28memleaksMiguel Freitas
2003-02-22Fix memory leakEwald Snel
2003-02-22Fix memory leaksEwald Snel
2003-02-21stray debug statementMike Melanson
2003-02-21added support for QT reference atomsMike Melanson
2003-02-20yea verily, the QT demuxer now operates on top of non-seekable inputMike Melanson
2003-02-19always issue BUF_FLAG_SEEK when sending a new ptsMike Melanson
2003-02-17a little more debuggingMike Melanson
2003-02-17playable even with NULL audio outputMike Melanson
2003-02-16MPEG-4 fix, courtesy of MiguelMike Melanson
2003-02-16QT mega-fix: This commit reworks the operation of the Quicktime demuxerMike Melanson