summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_qt.c
AgeCommit message (Expand)Author
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
2002-09-23preliminary support for edit lists in video traks; cleaned up audioMike Melanson
2002-09-22finally figured out how to free some temporary tablesMike Melanson
2002-09-22communicate video depth to video decoderMike Melanson
2002-09-21load audio stream information and strengthen QT detection method toMike Melanson
2002-09-21bring the QT and FILM demuxers up to the new API specMike Melanson
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-08-02replace unreliable "return this->status" statementsMike Melanson
2002-08-02support for large Quicktime files by Dan Lindstrom <lindstromd@gmx.net>Michael Roitzsch
2002-08-01another return value as DEMUX_OKMiguel Freitas
2002-08-01ops, debug printf doesn't belong to cvs!Miguel Freitas
2002-08-01do not flush_engine on playback start (otherwise we can kill importantMiguel Freitas
2002-08-01always return DEMUX_OK at the very end of the _start() functionMike Melanson
2002-07-31added RGB palette support for Quicktime filesMike Melanson