summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
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
2003-05-11Revert to last known version that works for Video CD stills. As farRocky Bernstein
as I know it is no *worse* for DVDs. CVS patchset: 4824 CVS date: 2003/05/11 14:54:20
2003-05-11someone forgot this is C and not C++Mike Melanson
CVS patchset: 4823 CVS date: 2003/05/11 14:48:02
2003-05-11Minor fixes.James Courtier-Dutton
CVS patchset: 4819 CVS date: 2003/05/11 11:32:31
2003-05-10Enable the Encrypted/scrambled pop-up when playing DVDs.James Courtier-Dutton
There should not be any bogus pop-ups now. CVS patchset: 4818 CVS date: 2003/05/10 23:11:06
2003-05-10Handle padding streams seen on some VCDs.James Courtier-Dutton
CVS patchset: 4817 CVS date: 2003/05/10 21:28:13
2003-05-10Re-write of demux_mpeg_block.James Courtier-Dutton
DVDs play fine, but VCDs need testing. Todo: remove asserts and report nice error messages back to the user. This should fix the VCD problem, but "padding" still neads to be implemented. So, if we see a "padding" stream, we currently assert(0). This will at least prove that the VCD input plugin does not have to touch the scrambling tag. CVS patchset: 4816 CVS date: 2003/05/10 21:14:44
2003-05-10rework the QT stsd/ImageDescription passing from demuxer -> decoderMike Melanson
CVS patchset: 4815 CVS date: 2003/05/10 04:26:17
2003-05-09Support A52 .WAV files that think they are PCM, but in fact the content is A52.James Courtier-Dutton
Works for software A52 decode. Does not work for A52 Passthru, due to the lack of re-sync code in li ba52 passthru mode code. Re-Sync code just needs implementing. CVS patchset: 4807 CVS date: 2003/05/09 20:17:29
2003-05-07Even better test for PES scrambling.Rocky Bernstein
CVS patchset: 4792 CVS date: 2003/05/07 02:16:59
2003-05-07Disable PES scrambling control check pending decision as to what toRocky Bernstein
ultimately do. The previous code, erroneously reports that Video CD stills, especially those that are looped, might be scrambled and terminates the stream - not nice. CVS patchset: 4791 CVS date: 2003/05/07 02:04:31
2003-05-07recognize a 'free' atom masquerading as a 'moov' atomMike Melanson
CVS patchset: 4790 CVS date: 2003/05/07 01:19:03
2003-05-06Fix decoding of some Real 28.8 files (such as 'KAZ1.ra' from MPlayer ftp)Ewald Snel
CVS patchset: 4784 CVS date: 2003/05/06 20:19:56
2003-05-06CDDA demux plugin build fix and enable Real 28.8 formatEwald Snel
(currently porting native 14k4 and 28k8 decoders) CVS patchset: 4781 CVS date: 2003/05/06 15:20:13
2003-05-06This is some general Win32 cleanup and getting ready for DVD support.Tim Champagne
CVS patchset: 4779 CVS date: 2003/05/06 14:02:24
2003-05-05that should fix lpcmMiguel Freitas
CVS patchset: 4774 CVS date: 2003/05/05 20:34:24
2003-05-05gcc 2.95 compile fixAndreas Heinchen
CVS patchset: 4773 CVS date: 2003/05/05 17:22:40
2003-05-04removed bug in spulang handlingAndreas Heinchen
CVS patchset: 4770 CVS date: 2003/05/04 22:09:35
2003-05-04get_optional_data now handles spulangAndreas Heinchen
CVS patchset: 4769 CVS date: 2003/05/04 21:45:45
2003-05-04fixed subtitles that I broke with the improved seekingpatchAndreas Heinchen
CVS patchset: 4768 CVS date: 2003/05/04 18:01:22
2003-05-04forgot to remove a printfAndreas Heinchen
CVS patchset: 4767 CVS date: 2003/05/04 17:29:36