summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2003-10-30more accurate framerateMike Melanson
2003-10-30use info_helper functions.Thibaut Mattern
2003-10-29special-case warning for DRM-protected Quicktime files, at least untilMike Melanson
2003-10-28Handle comments in rpm filesJames Stembridge
2003-10-28improve real audio demuxer:James Stembridge
2003-10-28Use info_helper functions.Thibaut Mattern
2003-10-27Use info_helper functionsThibaut Mattern
2003-10-24fix palette, fix fps, send both encoded video chunks to decoder at once,Mike Melanson
2003-10-24use the common bitmapinfo and waveformatex structuresMike Melanson
2003-10-23make the demuxers conform to the bitmapinfo structureMike Melanson
2003-10-22I used xine-ui to show the slides on my presentation and found it moreMichael Roitzsch
2003-10-20Submitted by Rett Walters: -James Courtier-Dutton
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