summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
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
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