summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
2002-09-04fix seeking bug (thanks to Thibaut Mattern)Michael Roitzsch
CVS patchset: 2600 CVS date: 2002/09/04 10:44:44
2002-09-04add support for special palette conversion, fix video pts, remove extraMike Melanson
while loop in demuxer loop, free palettes when finished CVS patchset: 2598 CVS date: 2002/09/04 02:43:48
2002-09-03calculate more accurate pts values for the audio samplesMike Melanson
CVS patchset: 2592 CVS date: 2002/09/03 02:44:01
2002-09-02dispatch the A/V chunks to the decodersMike Melanson
CVS patchset: 2590 CVS date: 2002/09/02 17:27:16
2002-09-01demuxes audio and video chunks properly nowMike Melanson
CVS patchset: 2585 CVS date: 2002/09/01 21:16:57
2002-09-01keyframe detection and hexdump enhancement by Staszek PaskoGuenter Bartsch
CVS patchset: 2583 CVS date: 2002/09/01 20:50:57
2002-09-01typoMike Melanson
CVS patchset: 2581 CVS date: 2002/09/01 14:06:23
2002-09-01Id CIN demuxer now handles files with audioMike Melanson
CVS patchset: 2578 CVS date: 2002/09/01 06:43:26
2002-09-01updated SND/AU demuxer to recognize logarithmic PCM formats (and fixedMike Melanson
super-silly error that guarantees a race-lock condition on early return) CVS patchset: 2574 CVS date: 2002/09/01 04:30:04
2002-08-31fix mrl ending registration to cure xine-ui mrl browser segfaultsMichael Roitzsch
CVS patchset: 2570 CVS date: 2002/08/31 18:20:50
2002-08-30Add two new xine events: inform UI when vo output is needed or not (it's theDaniel Caujolle-Bert
job of demuxers to send this NO_VIDEO event, and mpgaudio is the only one which implement that yet). CVS patchset: 2563 CVS date: 2002/08/30 14:19:48
2002-08-28send start buffers before headers(preview buffers)Guenter Bartsch
CVS patchset: 2546 CVS date: 2002/08/28 22:16:53
2002-08-28make sure enough preview buffers of every stream are sentGuenter Bartsch
CVS patchset: 2545 CVS date: 2002/08/28 20:56:42
2002-08-27- Use BUF_FLAG_SEEK.Thibaut Mattern
Where can I find test streams ? CVS patchset: 2535 CVS date: 2002/08/27 23:12:16
2002-08-27- remove an unused variableThibaut Mattern
CVS patchset: 2534 CVS date: 2002/08/27 22:34:33
2002-08-27- Use bitrate to choose the best video stream and the best audio stream.Thibaut Mattern
- Send only header buffers corresponding to the choosed streams Now more mms/asf stuff are working. ;-) CVS patchset: 2533 CVS date: 2002/08/27 22:22:15
2002-08-25Use buf_flag_seek (perfect seeking :-) )Thibaut Mattern
CVS patchset: 2516 CVS date: 2002/08/25 11:15:10
2002-08-25Fix seeking with streams that don't have pts.Thibaut Mattern
CVS patchset: 2512 CVS date: 2002/08/25 00:29:49
2002-08-24parse id3v1 tagsGuenter Bartsch
CVS patchset: 2511 CVS date: 2002/08/24 21:28:01
2002-08-24support input_time for live streams, small coding style cleanupsGuenter Bartsch
CVS patchset: 2510 CVS date: 2002/08/24 19:10:34
2002-08-24clean up log output, make it work without audioGuenter Bartsch
CVS patchset: 2506 CVS date: 2002/08/24 01:23:45
2002-08-23support for older ogm streams (video+vorbis audio only because of lack of ↵Guenter Bartsch
test streams), improve seeking, however keyframe detection doesn't work CVS patchset: 2504 CVS date: 2002/08/23 23:59:58
2002-08-19xine now survives all ogm test streams i got :) - including seeking (though ↵Guenter Bartsch
not perfect) CVS patchset: 2489 CVS date: 2002/08/19 22:12:52
2002-08-19remove unused functionMichael Roitzsch
CVS patchset: 2488 CVS date: 2002/08/19 18:26:34
2002-08-18icecast supportGuenter Bartsch
CVS patchset: 2475 CVS date: 2002/08/18 22:44:50
2002-08-18ogg demuxer cleanup (seperate stream type detection from content delivery), ↵Guenter Bartsch
nearly untested support for ogm streams CVS patchset: 2472 CVS date: 2002/08/18 14:13:08
2002-08-17support time-based seeking in ogg/vorbis streams. implement timestamps for ↵Guenter Bartsch
vorbis streams embedded in ogg CVS patchset: 2468 CVS date: 2002/08/17 02:26:50
2002-08-14added SND/AU file demuxerMike Melanson
CVS patchset: 2452 CVS date: 2002/08/14 02:46:22
2002-08-12initial commit for AIFF demuxerMike Melanson
CVS patchset: 2442 CVS date: 2002/08/12 03:56:12
2002-08-12calculate running timeMike Melanson
CVS patchset: 2441 CVS date: 2002/08/12 03:53:49
2002-08-12initial commit for VQA and VOC demuxersMike Melanson
CVS patchset: 2437 CVS date: 2002/08/12 00:14:58
2002-08-12demuxer now demuxes video properly (but files with audio still are notMike Melanson
supported) CVS patchset: 2436 CVS date: 2002/08/12 00:13:32
2002-08-10fix mp3 division by zeroMiguel Freitas
CVS patchset: 2428 CVS date: 2002/08/10 21:39:53
2002-08-10initial commit for WC3 movie demuxerMike Melanson
CVS patchset: 2426 CVS date: 2002/08/10 20:58:44
2002-08-09many fixes, most notably framerateMike Melanson
CVS patchset: 2408 CVS date: 2002/08/09 00:27:35
2002-08-07correct mpeg1 scr.Miguel Freitas
closes http://sourceforge.net/tracker/index.php?func=detail&aid=578662&group_id=9655&atid=109655 CVS patchset: 2403 CVS date: 2002/08/07 20:50:45
2002-08-07added support for ferreting out MPEG streams packaged with RIFF headersMike Melanson
CVS patchset: 2401 CVS date: 2002/08/07 03:13:37
2002-08-06attempt to support MPEG audio wrapped in a RIFF fileMike Melanson
CVS patchset: 2400 CVS date: 2002/08/06 03:21:59
2002-08-06make the MPEG-within-QT file detection a little smarter by not traversingMike Melanson
file chunks if the current file chunk does not look like a QT atom CVS patchset: 2399 CVS date: 2002/08/06 01:59:22
2002-08-05- second version of binary search patchMiguel Freitas
- do not whine on content probing CVS patchset: 2398 CVS date: 2002/08/05 22:09:25
2002-08-05minor fixes, added audio supportMike Melanson
CVS patchset: 2392 CVS date: 2002/08/05 00:18:47
2002-08-04add support for finding MPEG streams within Quicktime filesMike Melanson
CVS patchset: 2390 CVS date: 2002/08/04 21:45:10
2002-08-02replace unreliable "return this->status" statementsMike Melanson
CVS patchset: 2383 CVS date: 2002/08/02 13:11:25
2002-08-02replace unreliable "return this->status" statementsMike Melanson
CVS patchset: 2382 CVS date: 2002/08/02 13:00:12
2002-08-02support for large Quicktime files by Dan Lindstrom <lindstromd@gmx.net>Michael Roitzsch
CVS patchset: 2381 CVS date: 2002/08/02 12:31:28
2002-08-01another return value as DEMUX_OKMiguel Freitas
CVS patchset: 2379 CVS date: 2002/08/01 19:32:28
2002-08-01ops, debug printf doesn't belong to cvs!Miguel Freitas
CVS patchset: 2378 CVS date: 2002/08/01 04:28:05
2002-08-01do not flush_engine on playback start (otherwise we can kill importantMiguel Freitas
mpeg4 decoder_config buffer). obs: qt seeking looks somewhat broken for me...mike? ;) CVS patchset: 2377 CVS date: 2002/08/01 04:23:20
2002-08-01always return DEMUX_OK at the very end of the _start() functionMike Melanson
CVS patchset: 2376 CVS date: 2002/08/01 03:56:31
2002-07-31oops...remove premature reference to RealMedia demuxer...for nowMike Melanson
CVS patchset: 2371 CVS date: 2002/07/31 06:12:25