summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2004-07-07fix typo (bug #977510)Miguel Freitas
2004-07-04don't do pointer arithmetics with void*, because sizeof(void) is undefinedMichael Roitzsch
2004-07-03hmmm, don't ask me why it worked on some machines...Thibaut Mattern
2004-06-23bugfix: changed call to seek from old to new behaviourAndreas Heinchen
2004-06-15fix variable declarationsMiguel Freitas
2004-06-14- implemented a crude time-based seeking in the wave demuxerBastien Nocera
2004-06-14decrease the prio of demux_mpeg to try mpeg_pes firstMichael Roitzsch
2004-06-14fix compiler warningMichael Roitzsch
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-06-11new native FLAC demuxerMike Melanson
2004-06-10If no format identifier, assume A52.James Courtier-Dutton
2004-06-07Try to determine if wave atom actually contains a waveformatex headerJames Stembridge
2004-06-05Support big decoder init data chunk (> 8192 bytes).Thibaut Mattern
2004-06-01Add FIXME comment.James Courtier-Dutton
2004-06-01better workaround for alac, another of the MPEG audio clique thatMike Melanson
2004-05-31more appropriate functionMike Melanson
2004-05-31- oops, some debug in there...Bastien Nocera
2004-05-31- get the file length using seek() instead of the data_TAG, for the benefitBastien Nocera
2004-05-30Don't send a DISC at each unexpected packet sequence.Thibaut Mattern
2004-05-30special provision for 'samr', another codec that doesn't play by theMike Melanson
2004-05-29special considerations for AVI files with a compression ID of 0 (treatMike Melanson
2004-05-29framerate and PCM audio fixesMike Melanson
2004-05-29make the RoQ demuxer a little more elegant, perhaps fix some bugs tooMike Melanson
2004-05-27- fix avi->compressor not being set correctly (lack of parenthesis)Miguel Freitas
2004-05-231) Simpler fragment skipping for RV30 and RV40James Stembridge
2004-05-16From: Reinhard NisslJames Courtier-Dutton
2004-05-16Priority support.Thibaut Mattern
2004-05-14trying to fix overly enthusiastic elem demuxerMichael Roitzsch
2004-05-14Handle Jumbo A52/AC3 frames from VDRJames Courtier-Dutton
2004-05-13set the pts on all buffers so the binary codec can be fed with the correct ti...James Stembridge
2004-05-10- look a tiny bit deeper in the Program streams as well, now all myBastien Nocera
2004-05-10- remove dirty hack from the Program stream demuxer, and look deeper for aBastien Nocera
2004-05-09dvb patches by Szymon Stefanek and Mike LampardMiguel Freitas
2004-05-05simple protection...Thibaut Mattern
2004-05-04- Shoutcast packet handling cleanup.Thibaut Mattern
2004-05-04Recognise On2 avi variantJames Stembridge
2004-05-02Fix decoder init.Thibaut Mattern
2004-05-02- Better seekhead parsing.Thibaut Mattern
2004-04-30- .mpeg files sent with Outlook will come up as .mpe filesBastien Nocera
2004-04-30- simple work-around for an ALAC (iTunes Lossless Codec) file from:Bastien Nocera
2004-04-29Do not parse the whole file at start.Thibaut Mattern
2004-04-26Seeking support for matroska files.Thibaut Mattern
2004-04-25Report ODML streams as such.Thibaut Mattern
2004-04-24Remove the framerate hack.Thibaut Mattern
2004-04-22it seems that mux rate was wrong for all mpeg2 demuxers.Miguel Freitas
2004-04-22do the same as newest libmad: don't stop on reserved emphasisMiguel Freitas
2004-04-20Disable AUD content detection, there exists a subtitle file in the wild with ...František Dvořák
2004-04-18Fix a serious bug.Thibaut Mattern
2004-04-10Attempt to fix memory leak with ipmovies, but there is still some bigger in x...František Dvořák
2004-04-10fix channel swapping reported by Peter AntypasMiguel Freitas