summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_qt.c
AgeCommit message (Expand)Author
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
2003-02-03make sure we are passing extra decoder data correctly to ffmpegMiguel Freitas
2003-01-19eliminate "vital stats" printout, long obsoleted by UI's info dialogMike Melanson
2003-01-10have length in miliseconds tooMiguel Freitas
2003-01-10internal input_time is miliseconds nowMiguel Freitas
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2003-01-04add 2 demuxer groups (audio and games) with multiple plugins at theMiguel Freitas
2003-01-01added hack to support free atom masquerading as a moov atomMike Melanson
2002-12-22Small fix (seek off by 1 frame)Ewald Snel
2002-12-22clean up edit list parsing and fix handling of -1 as an edit list mediaMike Melanson
2002-12-21Fix another (small) memory leakEwald Snel
2002-12-21Fix memory leaksEwald Snel
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-21Don't use indirect pointer for stsd atoms, conform to buffer.h descriptionEwald Snel
2002-12-21...my beautiful, beautiful special information buffer facility...okayMike Melanson
2002-12-18Fix seek using 'start_time'Ewald Snel
2002-12-18i guess you were right, mike - the audio stsd atom is needed as well ;>Guenter Bartsch
2002-12-16make qt demuxer sent a copy of the stsd atomGuenter Bartsch
2002-12-12added support for (believe it or not) MS-style WAVE format headersMike Melanson
2002-12-08- get xine_demux_control_headers_done() out of the demuxers.Miguel Freitas
2002-12-06terminate data with zero to avoid overrunMiguel Freitas
2002-12-04remove any mention of the special sample size bufferMike Melanson
2002-11-29added special case to enable playback of signed 8-bit dataMike Melanson
2002-11-28Extended demuxer API with the methods get_capabilities() and get_optional_dat...Peter Liljenberg
2002-11-25and another top-level atom...Mike Melanson
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-20discovered a new top-level atom in productionMike Melanson
2002-11-20prevent mpeg4 headers from being flushed.Miguel Freitas
2002-11-19qualify the audio in a MPEG-4 file as VBRMike Melanson
2002-11-18re-commit Ewald's memleak fixesMike Melanson