summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2003-12-02abort() is not an acceptable way of handling errors in libxine...Miguel Freitas
2003-11-29fix divzeroMiguel Freitas
2003-11-29yes, i had no ogg installed before...Miguel Freitas
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-26oops, wrong bit.Thibaut Mattern
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-26!= is evaluated _before_ &, so this is not doing what it's supposed toMichael Roitzsch
2003-11-23Implement seek timeout in RIP and drop input capability INPUT_CAP_SLOW_SEEK.František Dvořák
2003-11-23- use buf->max_size instead of 2048Thibaut Mattern
2003-11-18disqualify another type of RIFF file (4xm files)Mike Melanson
2003-11-17compute the proper initial frame durationMike Melanson
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-16A new and hopefully clearer explanation of how to apply PTS values in streams...James Courtier-Dutton
2003-11-16remove empty get_frame stuff and fix some warningsMichael Roitzsch
2003-11-16revised demuxer to use correct framerate, supply stream length, andMike Melanson
2003-11-16Fix index reading with file >2Go.Thibaut Mattern
2003-11-15* making metronom xine_stream_t independentMichael Roitzsch
2003-11-15Miguel obviously has no Ogg installed ...Michael Roitzsch
2003-11-15demux_action_pending privateMiguel Freitas
2003-11-15change demux api:Miguel Freitas
2003-11-13define FOURCC only onceMarco Zuehlke
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-11try to improve sync after a seek:Thibaut Mattern
2003-11-09Do not send the encrypted content to decoders.Thibaut Mattern
2003-11-09handle DRM-protected QT files a little more gracefully; i.e., recognizeMike Melanson
2003-11-09Detect encrypted streams.Thibaut Mattern
2003-11-05dropping old demux_pesMichael Roitzsch
2003-11-03big patch...Thibaut Mattern
2003-11-02some lprintf to xprintf conversion.Thibaut Mattern
2003-11-01Fix a bug in ID3v2.2 parsing.Thibaut Mattern
2003-10-31Use info_helper functions.Thibaut Mattern
2003-10-31Use info_helper functions.Thibaut Mattern
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