summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
2003-06-18extract DTS (decoder timestamps) from the MPEG stream,Michael Roitzsch
the DXR3 decoder can use them to improve sync (this removes a magic number from the DXR3 decoder) CVS patchset: 5065 CVS date: 2003/06/18 13:03:44
2003-06-17- Seek to previous keyframeThibaut Mattern
- Fix the problem seeking close to the end of the stream Thanks to Miguel. Please test and report problems. CVS patchset: 5059 CVS date: 2003/06/17 20:54:57
2003-06-16Patch from Jeroen Asselman:Stefan Holst
- fixes mimetype in realaudio demuxer - big improvement of v4l input and associated demuxer. Including sound capture using alsa and a/v sync. Now radio is supported as well. CVS patchset: 5054 CVS date: 2003/06/16 16:42:51
2003-06-16patch by Bill FinkMiguel Freitas
CVS patchset: 5053 CVS date: 2003/06/16 12:22:06
2003-06-16added support for 'nam' atom; this will cause xine to display the titleMike Melanson
for many Quicktime movie trailers CVS patchset: 5052 CVS date: 2003/06/16 02:44:46
2003-06-13- fix sync problem with ffmpeg audio decoderThibaut Mattern
w32dll extract the pts from the first packet of a frame ffmpeg extract the pts from the last one CVS patchset: 5041 CVS date: 2003/06/13 23:53:11
2003-06-13- fix seeking with video only streamsThibaut Mattern
- fix rate and input time with imcomplete streams (simpsons_22films.asf) - remove unneeded timestamp computing CVS patchset: 5039 CVS date: 2003/06/13 20:46:22
2003-06-12Silence (verbosity).Thibaut Mattern
CVS patchset: 5030 CVS date: 2003/06/12 23:37:16
2003-06-12Sorry... remove debug printfThibaut Mattern
CVS patchset: 5029 CVS date: 2003/06/12 23:18:17
2003-06-12- Implement the "seeking to the previous keyframe" behaviorThibaut Mattern
- Cleanup Please test it and report bugs. CVS patchset: 5028 CVS date: 2003/06/12 23:10:16
2003-06-07Fix for message "demux_mpeg_block: error! 00 00 00 (should be 0x000001)"James Courtier-Dutton
when playing some VCDs. CVS patchset: 5012 CVS date: 2003/06/07 14:01:38
2003-05-31FLI demuxer now operates over non-seekable inputMike Melanson
CVS patchset: 4989 CVS date: 2003/05/31 02:04:17
2003-05-29Set audio fourcc in stream info if we know what it is, ie there is only one ↵James Stembridge
audio stream CVS patchset: 4985 CVS date: 2003/05/29 17:54:16
2003-05-29store fourcc from stream header as integer as it's never used as a stringJames Stembridge
CVS patchset: 4984 CVS date: 2003/05/29 16:51:30
2003-05-29stream header fourcc is optional so read fourcc for stream info from bitmap infoJames Stembridge
CVS patchset: 4983 CVS date: 2003/05/29 16:22:09
2003-05-29fix demuxer failed messages when seeking in small filesJames Stembridge
CVS patchset: 4979 CVS date: 2003/05/29 00:13:11
2003-05-28make oggdemuxer compile with speex, if speex isn't installed in a standart ↵Andreas Heinchen
localtion CVS patchset: 4969 CVS date: 2003/05/28 11:58:34
2003-05-27only send audio/video headers if there is an audio/video streamJames Stembridge
CVS patchset: 4963 CVS date: 2003/05/27 15:20:01
2003-05-27play the NSV file even when the NSVf metadata chunk is not presentMike Melanson
CVS patchset: 4961 CVS date: 2003/05/27 03:39:52
2003-05-26add zlib depency to make cygwin happyMiguel Freitas
this is probably not the ideal solution (zlib could be staticaly linked to libxine) CVS patchset: 4955 CVS date: 2003/05/26 23:16:24
2003-05-26added experimental .4xm file demuxerMike Melanson
CVS patchset: 4950 CVS date: 2003/05/26 21:06:00
2003-05-26fix rv10 playbackJames Stembridge
CVS patchset: 4948 CVS date: 2003/05/26 20:07:08
2003-05-26Get asf plugin to build in Win32. Also starting to clean up some Win32 code ↵Tim Champagne
(more to come). CVS patchset: 4947 CVS date: 2003/05/26 17:00:11
2003-05-26Win32 cleanup (a couple things would not build correctly). Also added a ↵Tim Champagne
README file for building instructions. CVS patchset: 4946 CVS date: 2003/05/26 13:57:51
2003-05-26Only play number of packets specified in header. Otherwise index chunk data ↵James Stembridge
can be mistaken for stream data which doesn't sound/look very nice. CVS patchset: 4945 CVS date: 2003/05/26 12:32:40
2003-05-26add/fix some debug infoJames Stembridge
CVS patchset: 4944 CVS date: 2003/05/26 11:57:45
2003-05-25add support for seekingJames Stembridge
CVS patchset: 4937 CVS date: 2003/05/25 20:24:19
2003-05-25Read index chunks in preparation for seeking support - Disabled by defualtJames Stembridge
CVS patchset: 4927 CVS date: 2003/05/25 14:53:27
2003-05-25speex support contributed by Conrad Parker <conrad@metadecks.org>Guenter Bartsch
CVS patchset: 4926 CVS date: 2003/05/25 13:39:13
2003-05-24- Try to fix mmsh server detection.Thibaut Mattern
- fix potential segfaults. try with this mrl: http://sfera.netfiles.gr/rockradio CVS patchset: 4921 CVS date: 2003/05/24 14:11:24
2003-05-23Some preparations for software decode of .wav dts files.James Courtier-Dutton
CVS patchset: 4908 CVS date: 2003/05/23 15:36:58
2003-05-20demux_mpeg.c is now used to decode .vob files.James Courtier-Dutton
So, make demux_mpeg.c understand DTS. CVS patchset: 4890 CVS date: 2003/05/20 19:21:23
2003-05-20public header cleanup:Michael Roitzsch
* regulate mutual inclusion based on XINE_COMPILE * src/xine-engine/spu_decoder.h was unused -> make it the spu decoder API header and remove src/libspudec/spu_decoder_api.h * mark some xine_stream_t members as unused for next cleanup CVS patchset: 4883 CVS date: 2003/05/20 13:50:55
2003-05-20This adds cdda support for Win32. Also fixed the demuxer mpeg block build ↵Tim Champagne
for Win32. Lastly fixed and issue with launching xineui from a Cygwin shell. There is one small problem known with cdda under Windows and it appears that some songs can start approx 1 second early or late. CVS patchset: 4880 CVS date: 2003/05/20 01:23:56
2003-05-19oups, stupid me !Thibaut Mattern
fix segfault with xine logo remove unneeded assert CVS patchset: 4879 CVS date: 2003/05/19 23:31:07
2003-05-19initial commit for Nullsoft Video (.nsv) demuxerMike Melanson
CVS patchset: 4878 CVS date: 2003/05/19 21:59:45
2003-05-19use demux helper for content detectionThibaut Mattern
use read_block (sync with OrT) CVS patchset: 4876 CVS date: 2003/05/19 20:24:14
2003-05-19Patch submitted by : David ShimizuJames Courtier-Dutton
Description: The problem is that the only conditions which cause demux_ts_get_lang_desc() to return are no descriptors, or the first descriptor is an ISO 639 language descriptor. CVS patchset: 4874 CVS date: 2003/05/19 13:52:29
2003-05-18Add some info.James Courtier-Dutton
CVS patchset: 4872 CVS date: 2003/05/18 17:41:37
2003-05-18Remove some assert() statements.James Courtier-Dutton
Should fix playing of DVD+RW disc recorded with a Philips DVD recorder. Problem reported by "Gert Vervoort". CVS patchset: 4871 CVS date: 2003/05/18 17:37:33
2003-05-15this changed to XINE_LIB for all Makefiles a couple of days agoMichael Roitzsch
CVS patchset: 4859 CVS date: 2003/05/15 20:37:03
2003-05-15add broadcasterMiguel Freitas
CVS patchset: 4857 CVS date: 2003/05/15 20:23:16
2003-05-15That comment suits better here. It is about discontiuity detection, so it shouldMichael Roitzsch
be close to the funtion doing this. CVS patchset: 4856 CVS date: 2003/05/15 20:16:42
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
extracted some common targets and variables into a common Makefile which is then included CVS patchset: 4844 CVS date: 2003/05/14 16:21:44
2003-05-13work around 0-length atomsMike Melanson
CVS patchset: 4838 CVS date: 2003/05/13 03:13:00
2003-05-12We can now play from the pvr250 in real time.James Courtier-Dutton
Make sure the pvr250 is set to output in DVD mode and not PS mode. In DVD mode, we should use demux_mpeg_block. In PS mode, we should use demux_mpeg. So, here I am using demux_mpeg_block. I use the following MRL: - xine pvr://usr/local/pvr/ So that the input_pvr.c puts a tempory file in /usr/local/pvr/ One can then use ivtv utils like ptune to change channels without restarting xine. CVS patchset: 4837 CVS date: 2003/05/12 23:30:49
2003-05-12bugfix: audiolanguage of nonvorbis streams where ignoredAndreas Heinchen
CVS patchset: 4836 CVS date: 2003/05/12 19:44:35
2003-05-12added code to send xine_event after previewAndreas Heinchen
CVS patchset: 4835 CVS date: 2003/05/12 19:37:49
2003-05-12added audiolang capability to get_optional dataAndreas Heinchen
CVS patchset: 4834 CVS date: 2003/05/12 19:19:01
2003-05-12New demuxer now works fine with both VCDs and DVDs.James Courtier-Dutton
CVS patchset: 4833 CVS date: 2003/05/12 12:28:20