summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_qt.c
AgeCommit message (Expand)Author
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
2002-07-01enable playing sorenson mpg4 fourccMiguel Freitas
2002-06-20fill in decoder_info[] for every audio bufferMike Melanson
2002-06-19Fix memory leaks and related bugsEwald Snel
2002-06-18init and cleanup edit listMike Melanson
2002-06-16load a few more relevant pieces of information: trak header flags and editMike Melanson
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-06-09only report valid audio fourccMiguel Freitas
2002-06-09Fix playing time (seconds instead of qt units)Ewald Snel
2002-06-08small fixes (slider positioning and playing time)Miguel Freitas
2002-06-07codec reporting apiMiguel Freitas
2002-06-07added hack to fix audio pts calculation...the calculation could stand toMike Melanson
2002-06-07- demuxer cleanup (helper functions)Miguel Freitas
2002-06-06sorry...Siggi Langauf
2002-06-06*grrrr*, okay, seems like the audio fourcc really is little endian,Siggi Langauf
2002-06-06fixed fourcc endianness for video fourcc (untested on little endian machines)Siggi Langauf
2002-06-06revised to parse trak atoms instead of minf atoms; fixed video ptsMike Melanson
2002-06-04- fix freeing unallocated memoryMiguel Freitas
2002-06-03fill bih.biCompression to make w32codecs happyMiguel Freitas
2002-06-03cosmetic fix. (i haven't noticed BUF_FLAG_FRAMERATE is only sent ifMiguel Freitas
2002-06-03*** empty log message ***Miguel Freitas
2002-06-03BITMAPINFOHEADER -> xine_bmiheader (now compatible with 64bit systems)Miguel Freitas
2002-06-03Avoid segfault on qt_exit(), if qt demuxer wasn't used.Daniel Caujolle-Bert
2002-06-02zlib is a pre-req for compilation, so do not bother checking for itMike Melanson
2002-06-02Here it is: A brand-new (and quite functional, if I do say soMike Melanson