summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_qt.c
AgeCommit message (Expand)Author
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
2002-05-25patch from Michael Roitzsch:Siggi Langauf
2002-05-21start() and seek() return the statusThibaut Mattern
2002-05-20- check for keyframes past start_posMiguel Freitas
2002-05-16Don't segfault if moov header not found. xine_log() call afterDaniel Caujolle-Bert
2002-05-14Fix demux_loop.Thibaut Mattern
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-04-23Fix memory leaks in quicktime demux pluginEwald Snel
2002-04-23Fixed a typoEwald Snel
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
2002-03-27fix non-stop bugMiguel Freitas