summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_mpeg_block.c
AgeCommit message (Collapse)Author
2003-08-01assert() is not acceptable for handling stream errorsMiguel Freitas
CVS patchset: 5229 CVS date: 2003/08/01 17:06:32
2003-07-25small housekeeping: demuxer api seeks in milisecondsMiguel Freitas
CVS patchset: 5211 CVS date: 2003/07/25 21:02:04
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-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-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-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-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-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-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-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-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-02re-revert mpeg demuxer changes (mpeg x mpeg_block)Miguel Freitas
CVS patchset: 4753 CVS date: 2003/05/02 20:48:35
2003-04-29lpcm support to mpeg_demux.c. i have no sample to test it, mayMiguel Freitas
somebody please check if it works? CVS patchset: 4709 CVS date: 2003/04/29 18:43:18
2003-04-26bumping up demux plugin interface version numbers, update copyright noticesGuenter Bartsch
CVS patchset: 4691 CVS date: 2003/04/26 20:15:52
2003-04-26switch back to old demux behaviour: use demux_mpeg for mpeg1, ↵Guenter Bartsch
demux_mpeg_block for mpeg2/vob files CVS patchset: 4688 CVS date: 2003/04/26 19:36:23
2003-04-25- use demux_mpeg.c for non-block devices by default. it's more robust toMiguel Freitas
broken streams (resync logic) than demux_mpeg_block.c. - fix rate/time position for demux_mpeg.c and mpeg2 streams CVS patchset: 4674 CVS date: 2003/04/25 14:13:43
2003-04-23this might solve some problems with seeking beyond the 2GB markMike Melanson
CVS patchset: 4654 CVS date: 2003/04/23 02:28:01
2003-04-08move generic explanation to xine_interfaceMiguel Freitas
CVS patchset: 4575 CVS date: 2003/04/08 18:10:45
2003-04-08- added XINE_MSG_ENCRYPTED_SOURCE, made the demux_mpeg_block demuxer use it ↵Bastien Nocera
to report encrypted streams (for use with encrypted DVDs) CVS patchset: 4573 CVS date: 2003/04/08 14:24:26
2003-04-08Warn user about an encrypted media stream.James Courtier-Dutton
Normally this means the user is playing a DVD without installing libdvdcss. CVS patchset: 4571 CVS date: 2003/04/08 09:43:04
2003-04-07First step to stop the stream if it is encrypted. E.g. DVD with CSS, but not ↵James Courtier-Dutton
libdvdcss. Still needs an event message to the user. CVS patchset: 4570 CVS date: 2003/04/07 21:36:44
2003-04-06Whoops, wrong indentationMichael Roitzsch
CVS patchset: 4552 CVS date: 2003/04/06 13:43:46
2003-04-06do not use the NAV time on non-clever inputsMichael Roitzsch
(otherwise the time of VOB files copied to HD will reset to 0 on every cell change) CVS patchset: 4551 CVS date: 2003/04/06 13:33:09
2003-04-05"perfect" time display for dvdsMiguel Freitas
(see thread on xine-devel for details) CVS patchset: 4540 CVS date: 2003/04/05 12:28:15
2003-03-27use timing information provided by libdvdnav to get more accurate positionMichael Roitzsch
CVS patchset: 4497 CVS date: 2003/03/27 13:48:03
2003-03-07Recognize VCD and CVD subtitle streams.Rocky Bernstein
Changes courtesy of Julio Sánchez <j.sanchez AT terra.es> CVS patchset: 4366 CVS date: 2003/03/07 22:19:20
2003-02-15do not do discontinuity detection on SPU packet's PTS, these can be way offMichael Roitzsch
fixes "Dances with Wolves" German RC2 playback stutter CVS patchset: 4168 CVS date: 2003/02/15 18:27:29
2003-02-13someone must have forgot this debug code hereMiguel Freitas
CVS patchset: 4147 CVS date: 2003/02/13 23:54:25
2003-01-26no need for <pthread.h> or <sched.h>Mike Melanson
CVS patchset: 4009 CVS date: 2003/01/26 15:56:21
2003-01-23preparations for beta3:Miguel Freitas
- disable debug messages in flac decoder - review demuxer mimetypes - use fourcc internal functions in demux_real CVS patchset: 3995 CVS date: 2003/01/23 16:11:56
2003-01-11Fix 'crackling sound' at the beginning of some MPEG filesEwald Snel
CVS patchset: 3867 CVS date: 2003/01/11 11:29:22
2003-01-10have length in miliseconds tooMiguel Freitas
fix some intermediate calculation CVS patchset: 3856 CVS date: 2003/01/10 21:10:50
2003-01-10internal input_time is miliseconds nowMiguel Freitas
CVS patchset: 3851 CVS date: 2003/01/10 11:57:15
2003-01-04add 2 demuxer groups (audio and games) with multiple plugins at theMiguel Freitas
same shared library (reduce loading time). demuxer api increased so old ungrouped plugins won't be loaded. Bill Fink patch to enable playback of live rawdv streams. obs: non-regular files are now supposed non-seekable. CVS patchset: 3771 CVS date: 2003/01/04 14:48:11
2003-01-03Ooops meant to protect with "LOG"Rocky Bernstein
CVS patchset: 3760 CVS date: 2003/01/03 13:32:56
2003-01-03Correct misleading message about estimating bit rate. It's not doneRocky Bernstein
and probably shouldn't be done by default and led to problems when it was done! And printf output is supposed to be "protected" by #ifdef. CVS patchset: 3759 CVS date: 2003/01/03 13:21:19
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
different sizeof than integer. - add extra_info structure to pass informations from input/demuxers down to the output frame. this can be used, for example, to pass the frame number of a frame (when known by decoder). also, immediate benefict is that we now have a slider which really shows the current position of the playing stream. new fields can be added to extra_info keeping binary compatibility - bumpy everybody's api versions CVS patchset: 3603 CVS date: 2002/12/21 12:56:44
2002-12-15Disable demux_mpeg_block_estimate_rate. This should be used only ifRocky Bernstein
the mux rate is found faulty since 1. It has problems of its own. 2. It does more I/O and work than just using the mux rate 3. The protocol way should be given the first chance. CVS patchset: 3535 CVS date: 2002/12/15 04:58:07
2002-12-15demux_mpeg_block_estimate_rate():Rocky Bernstein
Don't read outside of region that we are supposed to get bitrate estimate of. Bound the number of reads and samples (which also bounds the time spent in this routine. CVS patchset: 3530 CVS date: 2002/12/15 01:05:36
2002-12-08- get xine_demux_control_headers_done() out of the demuxers.Miguel Freitas
i want to make sure we have a 1:1 mapping of sending and waiting for BUF_CONTROL_HEADERS_DONE.) - bring asf demuxer into a saner state when seeking. that fixes the problem of wrong audio pts and hanging audio_out on huge sleeps (at least for asf). CVS patchset: 3465 CVS date: 2002/12/08 21:43:50
2002-11-28Extended demuxer API with the methods get_capabilities() and ↵Peter Liljenberg
get_optional_data(). Bumped API version to 18. Added calls to these methods in xine_get_{spu,audio}_lang(). Added DVBSUB support in demux_ts.c CVS patchset: 3386 CVS date: 2002/11/28 10:21:05
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
* new public output interface xine_{audio,video}_port_t instead of xine_{ao,vo}_driver_t, old names kept as aliases for compatibility * modified the engine to allow multiple streams per output * renaming of some internal structures according to public changes * moving SCR out of per-stream-metronom into a global metronom_clock_t residing in xine_t and therefore easily available to the output layer * adapting all available plugins (note to external projects: the compiler will help you a lot, if a plugin compiles, it is adapted, because all changes add new parameters to some functions) * bump up all interface versions because of xine_t and xine_stream_t changes CVS patchset: 3312 CVS date: 2002/11/20 11:57:38