summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2003-10-16Support asf stream concatenation.Thibaut Mattern
2003-10-14Fix playing of asf stream without video (problem was only for seekable inputs).František Dvořák
2003-10-13Do not seek with a 0 offset.Thibaut Mattern
2003-10-13Fix my stupid bug, id3 tag should work with seekable inputs now.František Dvořák
2003-10-13Don't find out id3 info in mp3 files saved by RIP from non-seekable inputs.František Dvořák
2003-10-12Remove asserts.James Courtier-Dutton
2003-10-12Fix performance issue with mp3 inside wav streams.Thibaut Mattern
2003-10-11use bswap.hThibaut Mattern
2003-10-11Fix mpeg 2 frame parsing.Thibaut Mattern
2003-10-10avoid FPE error with 0 length files, use xine_demux_check_extension()Daniel Caujolle-Bert
2003-10-087*8 = 56Thibaut Mattern
2003-10-07- send 100% (completion) event when the index is finished buildingBastien Nocera
2003-10-07reactivate some dead code that got disabled by accident;Michael Roitzsch
2003-10-06some housekeeping and compiler warningsMichael Roitzsch
2003-10-05Fix buffer overrun.Robin KAY
2003-10-05Better content detection.Thibaut Mattern
2003-10-04do not use id3v2 to detect mp3.Thibaut Mattern
2003-10-04fix time seeking with cbr streams.Thibaut Mattern
2003-09-28Get meta infos from ID3 version 2.2 tagsThibaut Mattern
2003-09-28Revisited mpeg audio demuxer.Thibaut Mattern
2003-09-22- Fix a bug introduced by the previous commit. The id3v2 tag identifier was r...Thibaut Mattern
2003-09-17remove else block that breaks on any compressed fileMike Melanson
2003-09-13Add comments so that people know where this sort of stream comes from.James Courtier-Dutton
2003-09-13Try to fix frame duration.Thibaut Mattern
2003-09-13Add demuxing of some AC3/A52 streams found in some DVB streams.James Courtier-Dutton
2003-09-10- use a hack from mplayer to compute pts with mp3 VBR streamsThibaut Mattern
2003-09-10Force the RHS to int64_t. My compiler seems to thinkJames Courtier-Dutton
2003-09-07- don't skip the last audio packet (simpsons_22films.asf)Thibaut Mattern
2003-09-05Trying new methods to detect if a stream is mpeg1 or mpeg2.James Courtier-Dutton
2003-09-04patch from Frantisek (4 bytes alignment)Miguel Freitas
2003-09-03Add support for TITLE= and CHAPTER*= comment in ogm FilesMarco Zuehlke
2003-09-02leaksMiguel Freitas
2003-09-01Add warning and check, so that xine does not try to playJames Courtier-Dutton
2003-08-31Fix .mp3 content detection for .mp3 files with a header or ID3.James Courtier-Dutton
2003-08-28Fix bug in demux_mpeg_pes.cJames Courtier-Dutton
2003-08-28Don't segfault, when there is no comment for a subtitle.Marco Zuehlke
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
2003-08-19Laurent Aimar <fenrir@videolan.org> mpeg demuxer fixesMiguel Freitas
2003-08-16Fix bug in playing A52 .wav files via SPDIF passthrough.James Courtier-Dutton
2003-08-12display time when playing yuv4mpeg2 filesJames Stembridge
2003-08-12whoops, header contains pixel, not frame aspect ratioJames Stembridge
2003-08-12improvements to header parsingJames Stembridge
2003-08-10new patches from Frantisek, cdda fixes/improvementsMiguel Freitas
2003-08-10apply Frantisek patches to handle end of streams betterMiguel Freitas
2003-08-09Handle PMT tables better "demux_ts.c" .James Courtier-Dutton
2003-08-09Improve readablity of code and add FIXME comments.James Courtier-Dutton
2003-08-09Make debug printf's more consistent. All pid's now printed in hex.James Courtier-Dutton
2003-08-07remove useless gnu89 compiler flag, some configure tweakingMichael Roitzsch
2003-08-05- correctly use the Xing header in some VBR MP3s to get the correct bitrate a...Bastien Nocera
2003-08-01assert() is not acceptable for handling stream errorsMiguel Freitas