summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_qt.c
AgeCommit message (Expand)Author
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
2002-11-18be more diligent at initializing variables; fix QT/PCM audio pop problemMike Melanson
2002-11-18Fix segmentation fault with some QuickTime movie trailersEwald Snel
2002-11-15Fix more memory leaksEwald Snel
2002-11-15load some more meta/stream infoMike Melanson
2002-11-11added exhaustive debugging facilities that can be turned on and off likeMike Melanson
2002-11-09beginnings of the get_video/audio_frame apiGuenter Bartsch
2002-11-01new content detection method METHOD_EXPLICIT for demuxer given in MRLMichael Roitzsch
2002-10-29strengthen QT content detectionMike Melanson
2002-10-28hey, i want to join xine breakage party! (what do you wanna break today? tm)Miguel Freitas
2002-10-27get the logic straightMike Melanson
2002-10-27eliminate obsolete VALID_ENDS stringsMike Melanson
2002-10-26make demuxers return their status so xine engine can check if demuxers fail t...Guenter Bartsch
2002-10-26send preview buffers, set stream_info, make demux_qt stay away from block dev...Guenter Bartsch
2002-10-24file extensions seperated by spacesGuenter Bartsch
2002-10-23final c++ -> c coding style fixes, libxine compiles nowGuenter Bartsch
2002-10-23Sanity check the qt file, before we try to open it. The qt demuxer wasJuergen Keil
2002-10-23calling _stop() within _dispose() solves a lot of problemsMike Melanson
2002-10-22bring the QT demuxer in line with the latest API revisionMike Melanson
2002-10-12While the demuxer mutex is unlocked, relinquish the processor in the mainJuergen Keil
2002-10-08Fix a BUS error on SPARC, forJuergen Keil
2002-10-06Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ...Robin KAY
2002-10-06added support for VBR audio in QT files and improved handling ofMike Melanson
2002-10-05Backing out changes to endian translation macrosRobin KAY
2002-10-05Fixed segmentation faults in endian translation macros (SPARC, gcc 3.2)Robin KAY
2002-10-01err...bring back ability for QT demuxer to play from start, and fixMike Melanson
2002-09-30implemented proper frame duration calculation, fixed temporal positionMike Melanson
2002-09-28preliminary greyscale palette support; not perfect yet, but it keepsMike Melanson