summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ↵Daniel Caujolle-Bert
fft*post are untouched (fft: for now). CVS patchset: 5310 CVS date: 2003/08/25 21:51:37
2003-08-19Laurent Aimar <fenrir@videolan.org> mpeg demuxer fixesMiguel Freitas
CVS patchset: 5296 CVS date: 2003/08/19 12:43:46
2003-08-16Fix bug in playing A52 .wav files via SPDIF passthrough.James Courtier-Dutton
The demuxer was zeroing 8 bytes of every frame output. This seemed not to matter for software decode, so maybe the liba52 is not doing CRC checks as it should. CVS patchset: 5295 CVS date: 2003/08/16 20:15:55
2003-08-12display time when playing yuv4mpeg2 filesJames Stembridge
CVS patchset: 5285 CVS date: 2003/08/12 20:00:34
2003-08-12whoops, header contains pixel, not frame aspect ratioJames Stembridge
CVS patchset: 5284 CVS date: 2003/08/12 19:44:35
2003-08-12improvements to header parsingJames Stembridge
CVS patchset: 5281 CVS date: 2003/08/12 18:41:08
2003-08-10new patches from Frantisek, cdda fixes/improvementsMiguel Freitas
CVS patchset: 5268 CVS date: 2003/08/10 16:11:05
2003-08-10apply Frantisek patches to handle end of streams betterMiguel Freitas
CVS patchset: 5267 CVS date: 2003/08/10 16:03:21
2003-08-09Handle PMT tables better "demux_ts.c" .James Courtier-Dutton
Any PMT with stream id's >= 0x80 are now handled correctly. It currently only handles AC-3 or A52, but more can be easily added when needed. CVS patchset: 5264 CVS date: 2003/08/09 23:01:58
2003-08-09Improve readablity of code and add FIXME comments.James Courtier-Dutton
CVS patchset: 5261 CVS date: 2003/08/09 19:27:35
2003-08-09Make debug printf's more consistent. All pid's now printed in hex.James Courtier-Dutton
CVS patchset: 5260 CVS date: 2003/08/09 17:50:16
2003-08-07remove useless gnu89 compiler flag, some configure tweakingMichael Roitzsch
CVS patchset: 5257 CVS date: 2003/08/07 09:26:53
2003-08-05- correctly use the Xing header in some VBR MP3s to get the correct bitrate ↵Bastien Nocera
and hence the correct length of songs, fix calculation of the bitrates (with 1 kbps = 1024 bps) CVS patchset: 5254 CVS date: 2003/08/05 18:23:56
2003-08-01assert() is not acceptable for handling stream errorsMiguel Freitas
CVS patchset: 5229 CVS date: 2003/08/01 17:06:32
2003-07-30video is i420 not yv12James Stembridge
CVS patchset: 5225 CVS date: 2003/07/30 22:00:42
2003-07-27Fix keyframe detection for non-seekable input plugins.Thibaut Mattern
CVS patchset: 5223 CVS date: 2003/07/27 23:35:44
2003-07-25small housekeeping: demuxer api seeks in milisecondsMiguel Freitas
CVS patchset: 5211 CVS date: 2003/07/25 21:02:04
2003-07-22be stricter about selecting audio/video streams to playJames Stembridge
CVS patchset: 5208 CVS date: 2003/07/22 20:36:51
2003-07-221) fix slider position in files with multiple data chunksJames Stembridge
2) improve accuracy of time based seeking in long files CVS patchset: 5207 CVS date: 2003/07/22 20:14:09
2003-07-21- don't crash if we don't have a base MRL for the reference MRLBastien Nocera
CVS patchset: 5205 CVS date: 2003/07/21 19:28:05
2003-07-19Better detection of VBR streams.Thibaut Mattern
Fix playback of this stream : http://cubeonline23.sourceforge.net/kirbylan.avi CVS patchset: 5194 CVS date: 2003/07/19 19:11:45
2003-07-191) more reliable method of detecting the end of the fileJames Stembridge
2) support files containing multiple audio/video streams CVS patchset: 5190 CVS date: 2003/07/19 16:11:39
2003-07-19do not modify the prebuffer offset before the demuxer has actuallyMichael Roitzsch
accepted the input (fixes high seek lateny with DVDs) CVS patchset: 5185 CVS date: 2003/07/19 11:57:29
2003-07-19Do not try to seek with reference files.Thibaut Mattern
CVS patchset: 5181 CVS date: 2003/07/19 00:18:49
2003-07-18increase maximum number of video streamsJames Stembridge
add checks to prevent segfaults when max number of streams is exceeded CVS patchset: 5176 CVS date: 2003/07/18 23:34:36
2003-07-17improved seeking-accuracy in ogg demuxer, some commentsAndreas Heinchen
CVS patchset: 5173 CVS date: 2003/07/17 16:07:52
2003-07-16more cleanup; remove unused variables; use lprintfMarco Zuehlke
CVS patchset: 5168 CVS date: 2003/07/16 14:14:17
2003-07-16more cleanup; remove unused variables; use lprintfMarco Zuehlke
CVS patchset: 5167 CVS date: 2003/07/16 00:52:45
2003-07-16Handle videos with 10s still frames.Thibaut Mattern
CVS patchset: 5165 CVS date: 2003/07/16 00:13:55
2003-07-14Little cleanup in pts computing code + a debug printf()Thibaut Mattern
avi format definitely sucks ;) CVS patchset: 5164 CVS date: 2003/07/14 18:49:13
2003-07-12- check only the stream idThibaut Mattern
now xine can play everything in this directory except tm20.avi (duck true motion 2) : ftp://ftp.mplayerhq.hu/MPlayer/samples/testsuite CVS patchset: 5153 CVS date: 2003/07/12 18:42:44
2003-07-12Fix for mpeg streams with large PES packets.James Courtier-Dutton
I.E. PES packets larger than fifo buffer size. CVS patchset: 5144 CVS date: 2003/07/12 00:45:04
2003-07-11- check only the 2 first bytes of video/audio chunk RIFF header (only the ↵Thibaut Mattern
stream id), the last two bytes are not reliable CVS patchset: 5143 CVS date: 2003/07/11 20:32:34
2003-07-08updated theorapart of the demuxer to consider clippingAndreas Heinchen
CVS patchset: 5136 CVS date: 2003/07/08 14:39:24
2003-07-04cleaning up; removing unused stuffMarco Zuehlke
CVS patchset: 5131 CVS date: 2003/07/04 15:12:50
2003-07-03cleaning up; removing unused stuffMarco Zuehlke
CVS patchset: 5128 CVS date: 2003/07/03 15:45:49
2003-07-03cleaning up; removing unused stuffMarco Zuehlke
CVS patchset: 5127 CVS date: 2003/07/03 12:35:18
2003-07-03cleaning up; removing unused stuffMarco Zuehlke
CVS patchset: 5124 CVS date: 2003/07/03 00:58:51
2003-07-01Some minor fixes. One buffer leak fix.James Courtier-Dutton
CVS patchset: 5119 CVS date: 2003/07/01 16:04:53
2003-07-01Turn off some debug.James Courtier-Dutton
CVS patchset: 5118 CVS date: 2003/07/01 15:48:31
2003-07-01Some updates.James Courtier-Dutton
CVS patchset: 5117 CVS date: 2003/07/01 15:42:49
2003-07-01New implementation of MPEG PES demuxer.James Courtier-Dutton
It is very similar to standard MPEG, so we could probably role them bother together. TODO: resyncing, and other FIXMEs. CVS patchset: 5116 CVS date: 2003/07/01 14:09:17
2003-06-29- fix rtsp redirections, and division by zero crash, helps with:Bastien Nocera
http://stream.qtv.apple.com/events/jun/happy_wwdc/wwdc_250_100_56_ref.mov CVS patchset: 5111 CVS date: 2003/06/29 01:38:57
2003-06-29- simplify a bit the binary searchThibaut Mattern
- fix seeking when the end of the stream has already been demuxed - add an ugly hack from mplayer to detect keyframes when rebuilding the index CVS patchset: 5110 CVS date: 2003/06/29 00:14:05
2003-06-26Try to un-autodetect when we see a PAT,PMT.James Courtier-Dutton
CVS patchset: 5100 CVS date: 2003/06/26 21:57:46
2003-06-26Update to make A52 Audio work with Video Lan Server playing a DVD.James Courtier-Dutton
Example command line: - xine udp://localhost:1234 CVS patchset: 5099 CVS date: 2003/06/26 21:18:46
2003-06-22Fix unaligned access in real demuxerRobin KAY
CVS patchset: 5093 CVS date: 2003/06/22 19:42:31
2003-06-21set a different default durationMike Melanson
CVS patchset: 5085 CVS date: 2003/06/21 22:33:49
2003-06-20real demuxer improvements:James Stembridge
* remove unused structs * simplify stream detection * read stream info for all streams (though files containing multiple audio/video streams aren't supported yet) CVS patchset: 5078 CVS date: 2003/06/20 21:22:41
2003-06-19make xine work with theora-alpha2Andreas Heinchen
CVS patchset: 5072 CVS date: 2003/06/19 15:31:04