summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_qt.c
AgeCommit message (Expand)Author
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
2002-07-19fallback to display size if video size is unknownMiguel Freitas
2002-07-19Better plural by ValtrIIPhilipp Hahn
2002-07-19do not assume media type atoms will occur before the other atoms.Miguel Freitas
2002-07-17more fixes to play aac streams (.mp4)Miguel Freitas
2002-07-1764-bit QT file fix by Dan Lindstrom <lindstromd@gmx.net>Miguel Freitas
2002-07-17stop sending audio parameters all the timeMiguel Freitas
2002-07-16send decoder info to video too. (needed for some mpeg4 streams)Miguel Freitas
2002-07-16removed half-baked idea of tracking mdat atom boundaries-- this fixesMike Melanson
2002-07-15lazy parsing of mp4 esds atom to extract AAC decoder config. now playbackMiguel Freitas
2002-07-14make demuxers a bit more "programmer friendly"Miguel Freitas
2002-07-10Fix untranslateable message by ValtrIIPhilipp Hahn
2002-07-09fix buffer leakage (symptom: xine freezes on exit)Miguel Freitas
2002-07-08Use BUF_FLAG_SEEK.Thibaut Mattern
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-07-05fix small bug in seek logicMike Melanson
2002-07-05optimized seeking with binary search, fixed sync after seek, fixedMike Melanson