summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_mpeg_block.c
AgeCommit message (Expand)Author
2004-07-11better detection by extension for mpeg_block (thanks to James Slorach)Michael Roitzsch
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-05-16Priority support.Thibaut Mattern
2004-04-22it seems that mux rate was wrong for all mpeg2 demuxers.Miguel Freitas
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
2004-01-04this->warned is not used anywhere, so it can goMichael Roitzsch
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-16A new and hopefully clearer explanation of how to apply PTS values in streams...James Courtier-Dutton
2003-11-16remove empty get_frame stuff and fix some warningsMichael Roitzsch
2003-11-15change demux api:Miguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-30use info_helper functions.Thibaut Mattern
2003-09-02leaksMiguel Freitas
2003-08-01assert() is not acceptable for handling stream errorsMiguel Freitas
2003-07-25small housekeeping: demuxer api seeks in milisecondsMiguel Freitas
2003-06-18extract DTS (decoder timestamps) from the MPEG stream,Michael Roitzsch
2003-06-07Fix for message "demux_mpeg_block: error! 00 00 00 (should be 0x000001)"James Courtier-Dutton
2003-05-26Win32 cleanup (a couple things would not build correctly). Also added a READM...Tim Champagne
2003-05-20This adds cdda support for Win32. Also fixed the demuxer mpeg block build for...Tim Champagne
2003-05-18Add some info.James Courtier-Dutton
2003-05-18Remove some assert() statements.James Courtier-Dutton
2003-05-15That comment suits better here. It is about discontiuity detection, so it shouldMichael Roitzsch
2003-05-12We can now play from the pvr250 in real time.James Courtier-Dutton
2003-05-12New demuxer now works fine with both VCDs and DVDs.James Courtier-Dutton
2003-05-11Revert to last known version that works for Video CD stills. As farRocky Bernstein
2003-05-11someone forgot this is C and not C++Mike Melanson
2003-05-11Minor fixes.James Courtier-Dutton
2003-05-10Enable the Encrypted/scrambled pop-up when playing DVDs.James Courtier-Dutton
2003-05-10Handle padding streams seen on some VCDs.James Courtier-Dutton
2003-05-10Re-write of demux_mpeg_block.James Courtier-Dutton
2003-05-07Even better test for PES scrambling.Rocky Bernstein
2003-05-07Disable PES scrambling control check pending decision as to what toRocky Bernstein
2003-05-02re-revert mpeg demuxer changes (mpeg x mpeg_block)Miguel Freitas
2003-04-29lpcm support to mpeg_demux.c. i have no sample to test it, mayMiguel Freitas
2003-04-26bumping up demux plugin interface version numbers, update copyright noticesGuenter Bartsch
2003-04-26switch back to old demux behaviour: use demux_mpeg for mpeg1, demux_mpeg_bloc...Guenter Bartsch
2003-04-25- use demux_mpeg.c for non-block devices by default. it's more robust toMiguel Freitas
2003-04-23this might solve some problems with seeking beyond the 2GB markMike Melanson
2003-04-08move generic explanation to xine_interfaceMiguel Freitas
2003-04-08- added XINE_MSG_ENCRYPTED_SOURCE, made the demux_mpeg_block demuxer use it t...Bastien Nocera
2003-04-08Warn user about an encrypted media stream.James Courtier-Dutton
2003-04-07First step to stop the stream if it is encrypted. E.g. DVD with CSS, but not ...James Courtier-Dutton
2003-04-06Whoops, wrong indentationMichael Roitzsch
2003-04-06do not use the NAV time on non-clever inputsMichael Roitzsch
2003-04-05"perfect" time display for dvdsMiguel Freitas
2003-03-27use timing information provided by libdvdnav to get more accurate positionMichael Roitzsch
2003-03-07Recognize VCD and CVD subtitle streams.Rocky Bernstein
2003-02-15do not do discontinuity detection on SPU packet's PTS, these can be way offMichael Roitzsch