summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2004-09-11Support for H.264/AVC videoJames Stembridge
2004-09-09Identify CMML (Continuous Media Markup Language) logical bitstreams in AnnodexAndre Pang
2004-09-02Warnings on WIN32.František Dvořák
2004-09-02- remove C99 declaration usageBastien Nocera
2004-09-01demux_ogg.c:Andre Pang
2004-09-01Added more fine-grained logging to Ogg demuxer to make output easier to followAndre Pang
2004-08-30add support for speex headers in new location (eg. <speex/speex.h>) forConrad Parker
2004-08-28Improve handling of Transport Mpeg streams.James Courtier-Dutton
2004-08-27generic mechanism for specifying subtitles encoding at demuxer levelMiguel Freitas
2004-08-27MINGW32 port. Engine library and most of plugins compiles now.František Dvořák
2004-08-21little cleanup and improved the playback of broaken iff filesManfred Tremmel
2004-08-19Don't read past end of index when seeking to end of fileJames Stembridge
2004-08-18allow seaking to end of fileJames Stembridge
2004-08-181) Always store fourcc's in machine endian orderJames Stembridge
2004-08-17Show where error messages are coming fromJames Stembridge
2004-07-30possibly fix the sync problem recently reported on xine-develMiguel Freitas
2004-07-25a buffer of size 1024 can only be filled with 1023 charactersMichael Roitzsch
2004-07-20removing unused structure memberMichael Roitzsch
2004-07-19merging some VDR patches from ReinhardMiguel Freitas
2004-07-14Moritz patch for matroska vobsub supportMiguel Freitas
2004-07-11better detection by extension for mpeg_block (thanks to James Slorach)Michael Roitzsch
2004-07-10Fix for Annodex/Ogg demuxer when detection by extension is used; credit toAndre Pang
2004-07-10Split detect_content function into detect_ogg_content and detect_anx_contentAndre Pang
2004-07-09buffer should be large enought (Thibaut's hunt)Daniel Caujolle-Bert
2004-07-09Ogg demuxer:Andre Pang
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