summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2003-07-30video is i420 not yv12James Stembridge
2003-07-27Fix keyframe detection for non-seekable input plugins.Thibaut Mattern
2003-07-25small housekeeping: demuxer api seeks in milisecondsMiguel Freitas
2003-07-22be stricter about selecting audio/video streams to playJames Stembridge
2003-07-221) fix slider position in files with multiple data chunksJames Stembridge
2003-07-21- don't crash if we don't have a base MRL for the reference MRLBastien Nocera
2003-07-19Better detection of VBR streams.Thibaut Mattern
2003-07-191) more reliable method of detecting the end of the fileJames Stembridge
2003-07-19do not modify the prebuffer offset before the demuxer has actuallyMichael Roitzsch
2003-07-19Do not try to seek with reference files.Thibaut Mattern
2003-07-18increase maximum number of video streamsJames Stembridge
2003-07-17improved seeking-accuracy in ogg demuxer, some commentsAndreas Heinchen
2003-07-16more cleanup; remove unused variables; use lprintfMarco Zuehlke
2003-07-16more cleanup; remove unused variables; use lprintfMarco Zuehlke
2003-07-16Handle videos with 10s still frames.Thibaut Mattern
2003-07-14Little cleanup in pts computing code + a debug printf()Thibaut Mattern
2003-07-12- check only the stream idThibaut Mattern
2003-07-12Fix for mpeg streams with large PES packets.James Courtier-Dutton
2003-07-11- check only the 2 first bytes of video/audio chunk RIFF header (only the str...Thibaut Mattern
2003-07-08updated theorapart of the demuxer to consider clippingAndreas Heinchen
2003-07-04cleaning up; removing unused stuffMarco Zuehlke
2003-07-03cleaning up; removing unused stuffMarco Zuehlke
2003-07-03cleaning up; removing unused stuffMarco Zuehlke
2003-07-03cleaning up; removing unused stuffMarco Zuehlke
2003-07-01Some minor fixes. One buffer leak fix.James Courtier-Dutton
2003-07-01Turn off some debug.James Courtier-Dutton
2003-07-01Some updates.James Courtier-Dutton
2003-07-01New implementation of MPEG PES demuxer.James Courtier-Dutton
2003-06-29- fix rtsp redirections, and division by zero crash, helps with:Bastien Nocera
2003-06-29- simplify a bit the binary searchThibaut Mattern
2003-06-26Try to un-autodetect when we see a PAT,PMT.James Courtier-Dutton
2003-06-26Update to make A52 Audio work with Video Lan Server playing a DVD.James Courtier-Dutton
2003-06-22Fix unaligned access in real demuxerRobin KAY
2003-06-21set a different default durationMike Melanson
2003-06-20real demuxer improvements:James Stembridge
2003-06-19make xine work with theora-alpha2Andreas Heinchen
2003-06-18extract DTS (decoder timestamps) from the MPEG stream,Michael Roitzsch
2003-06-17- Seek to previous keyframeThibaut Mattern
2003-06-16Patch from Jeroen Asselman:Stefan Holst
2003-06-16patch by Bill FinkMiguel Freitas
2003-06-16added support for 'nam' atom; this will cause xine to display the titleMike Melanson
2003-06-13- fix sync problem with ffmpeg audio decoderThibaut Mattern
2003-06-13- fix seeking with video only streamsThibaut Mattern
2003-06-12Silence (verbosity).Thibaut Mattern
2003-06-12Sorry... remove debug printfThibaut Mattern
2003-06-12- Implement the "seeking to the previous keyframe" behaviorThibaut Mattern
2003-06-07Fix for message "demux_mpeg_block: error! 00 00 00 (should be 0x000001)"James Courtier-Dutton
2003-05-31FLI demuxer now operates over non-seekable inputMike Melanson
2003-05-29Set audio fourcc in stream info if we know what it is, ie there is only one a...James Stembridge
2003-05-29store fourcc from stream header as integer as it's never used as a stringJames Stembridge