summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_mpeg_block.c
AgeCommit message (Expand)Author
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
2003-02-13someone must have forgot this debug code hereMiguel Freitas
2003-01-26no need for <pthread.h> or <sched.h>Mike Melanson
2003-01-23preparations for beta3:Miguel Freitas
2003-01-11Fix 'crackling sound' at the beginning of some MPEG filesEwald Snel
2003-01-10have length in miliseconds tooMiguel Freitas
2003-01-10internal input_time is miliseconds nowMiguel Freitas
2003-01-04add 2 demuxer groups (audio and games) with multiple plugins at theMiguel Freitas
2003-01-03Ooops meant to protect with "LOG"Rocky Bernstein
2003-01-03Correct misleading message about estimating bit rate. It's not doneRocky Bernstein
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-15Disable demux_mpeg_block_estimate_rate. This should be used only ifRocky Bernstein
2002-12-15demux_mpeg_block_estimate_rate():Rocky Bernstein
2002-12-08- get xine_demux_control_headers_done() out of the demuxers.Miguel Freitas
2002-11-28Extended demuxer API with the methods get_capabilities() and get_optional_dat...Peter Liljenberg
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-18resort the checks so that DVD playback finally worksMichael Roitzsch
2002-11-18getting rid of obviously unused INPUT_CAP_VARIABLE_BITRATEMichael Roitzsch
2002-11-17check for seekable instead of preview flagGuenter Bartsch
2002-11-17This one is the reason why initial stillframes on DVDs do not show up.Michael Roitzsch
2002-11-16send the NAV packet AFTER a discontinuity, not BEFOREMichael Roitzsch
2002-11-15Fix more memory leaksEwald Snel
2002-11-15cleaning up spu types. now avi subtitles may be enabled again.Miguel Freitas
2002-11-10fix wrong abs macro; many thanks to James Slorach for finding this nasty,Michael Roitzsch
2002-11-09beginnings of the get_video/audio_frame apiGuenter Bartsch
2002-11-01new content detection method METHOD_EXPLICIT for demuxer given in MRLMichael Roitzsch
2002-10-28hey, i want to join xine breakage party! (what do you wanna break today? tm)Miguel Freitas
2002-10-27fix extensions detectionGuenter Bartsch
2002-10-27return of ogg and vorbis, began implementing verbosity parameterGuenter Bartsch
2002-10-27some demuxers still don't report their status correctlyGuenter Bartsch
2002-10-26make demuxers return their status so xine engine can check if demuxers fail t...Guenter Bartsch
2002-10-26don't forget to call stop during disposeMichael Roitzsch
2002-10-26fix strategy constantsThibaut Mattern
2002-10-26send preview buffers, set stream_info, make demux_qt stay away from block dev...Guenter Bartsch
2002-10-26Remove assert(0), left over from testing.James Courtier-Dutton
2002-10-25remove obviously obsolete INPUT_CAP_CLUT and INPUT_OPTIONAL_DATA_CLUTMichael Roitzsch
2002-10-23re-enable demux_mpegJuergen Keil