summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2003-01-07added VOX file demuxer which transports raw Dialogic ADPCM dataMike Melanson
2003-01-06convert 8-bit PCM data from signed -> unsignedMike Melanson
2003-01-05fix missing symbol (cda->cdda)Miguel Freitas
2003-01-05added CD digital audio "demuxer"Mike Melanson
2003-01-04amazing but true: there are asf stream with discontinuities out there, so dem...Guenter Bartsch
2003-01-04added the FILM and SMJPEG demuxers to the games groupMike Melanson
2003-01-04add 2 demuxer groups (audio and games) with multiple plugins at theMiguel Freitas
2003-01-03Ooops meant to protect with "LOG"Rocky Bernstein
2003-01-03Correct misleading message about estimating bit rate. It's not doneRocky Bernstein
2003-01-02writing demuxers like they're going out of style or something...addedMike Melanson
2003-01-01real video v40 support by chris rankin, added missing copyright notices/credi...Guenter Bartsch
2003-01-01added hack to support free atom masquerading as a moov atomMike Melanson
2002-12-31Interplay MVE files have 6-bit palette values, scale accordinglyMike Melanson
2002-12-29remove old hack for sputextMichael Roitzsch
2002-12-28sanity check for certain header fieldsMike Melanson
2002-12-28added Interplay MVE file demuxerMike Melanson
2002-12-27re-enable dvb pluginGuenter Bartsch
2002-12-27fix dvb eventsGuenter Bartsch
2002-12-27disable ts compilation, it's BROKEN (one more)Daniel Caujolle-Bert
2002-12-27finally - dvb support in xine :)Guenter Bartsch
2002-12-23remove holdover from earlier API revMike Melanson
2002-12-23- added raw dv demuxerMiguel Freitas
2002-12-23free unused buffersMike Melanson
2002-12-23not freeing allocated buffers is a bad bad thing: it makes xine freeze onMiguel Freitas
2002-12-22minor demuxer considerationsMike Melanson
2002-12-22Bad Robin - void pointer arthimatic is wrong.Robin KAY
2002-12-22fixes handling of some real streams and adds some log outputStefan Holst
2002-12-22Small fix (seek off by 1 frame)Ewald Snel
2002-12-22fix title reportingMike Melanson
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 leak (100100 bytes per stream)Ewald Snel
2002-12-21Cleaned up the source littleRobin KAY
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-20log outputGuenter Bartsch
2002-12-20Do not compile the 'mng' demuxer, when the autoconf stuff has detected thatJuergen Keil
2002-12-20MNG demuxer addedRobin KAY
2002-12-20MNG demuxer addedRobin KAY
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-18log outputGuenter Bartsch
2002-12-17Replace GNU C range extension "..." with ordinary comparision, so that theJuergen Keil
2002-12-16make qt demuxer sent a copy of the stsd atomGuenter Bartsch
2002-12-15cleanupGuenter Bartsch
2002-12-15Disable demux_mpeg_block_estimate_rate. This should be used only ifRocky Bernstein
2002-12-15demux_mpeg_block_estimate_rate():Rocky Bernstein