Age | Commit message (Expand) | Author |
2003-04-26 | bumping up demux plugin interface version numbers, update copyright notices | Guenter Bartsch |
2003-04-26 | switch 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 to | Miguel Freitas |
2003-04-23 | this might solve some problems with seeking beyond the 2GB mark | Mike Melanson |
2003-04-08 | move generic explanation to xine_interface | Miguel Freitas |
2003-04-08 | - added XINE_MSG_ENCRYPTED_SOURCE, made the demux_mpeg_block demuxer use it t... | Bastien Nocera |
2003-04-08 | Warn user about an encrypted media stream. | James Courtier-Dutton |
2003-04-07 | First step to stop the stream if it is encrypted. E.g. DVD with CSS, but not ... | James Courtier-Dutton |
2003-04-06 | Whoops, wrong indentation | Michael Roitzsch |
2003-04-06 | do not use the NAV time on non-clever inputs | Michael Roitzsch |
2003-04-05 | "perfect" time display for dvds | Miguel Freitas |
2003-03-27 | use timing information provided by libdvdnav to get more accurate position | Michael Roitzsch |
2003-03-07 | Recognize VCD and CVD subtitle streams. | Rocky Bernstein |
2003-02-15 | do not do discontinuity detection on SPU packet's PTS, these can be way off | Michael Roitzsch |
2003-02-13 | someone must have forgot this debug code here | Miguel Freitas |
2003-01-26 | no need for <pthread.h> or <sched.h> | Mike Melanson |
2003-01-23 | preparations for beta3: | Miguel Freitas |
2003-01-11 | Fix 'crackling sound' at the beginning of some MPEG files | Ewald Snel |
2003-01-10 | have length in miliseconds too | Miguel Freitas |
2003-01-10 | internal input_time is miliseconds now | Miguel Freitas |
2003-01-04 | add 2 demuxer groups (audio and games) with multiple plugins at the | Miguel Freitas |
2003-01-03 | Ooops meant to protect with "LOG" | Rocky Bernstein |
2003-01-03 | Correct misleading message about estimating bit rate. It's not done | Rocky Bernstein |
2002-12-21 | - add buf->decoder_info_ptr: portability for systems where pointer has | Miguel Freitas |
2002-12-15 | Disable demux_mpeg_block_estimate_rate. This should be used only if | Rocky Bernstein |
2002-12-15 | demux_mpeg_block_estimate_rate(): | Rocky Bernstein |
2002-12-08 | - get xine_demux_control_headers_done() out of the demuxers. | Miguel Freitas |
2002-11-28 | Extended demuxer API with the methods get_capabilities() and get_optional_dat... | Peter Liljenberg |
2002-11-20 | engine modifications to allow post plugin layer: | Michael Roitzsch |
2002-11-18 | resort the checks so that DVD playback finally works | Michael Roitzsch |
2002-11-18 | getting rid of obviously unused INPUT_CAP_VARIABLE_BITRATE | Michael Roitzsch |
2002-11-17 | check for seekable instead of preview flag | Guenter Bartsch |
2002-11-17 | This one is the reason why initial stillframes on DVDs do not show up. | Michael Roitzsch |
2002-11-16 | send the NAV packet AFTER a discontinuity, not BEFORE | Michael Roitzsch |
2002-11-15 | Fix more memory leaks | Ewald Snel |
2002-11-15 | cleaning up spu types. now avi subtitles may be enabled again. | Miguel Freitas |
2002-11-10 | fix wrong abs macro; many thanks to James Slorach for finding this nasty, | Michael Roitzsch |
2002-11-09 | beginnings of the get_video/audio_frame api | Guenter Bartsch |
2002-11-01 | new content detection method METHOD_EXPLICIT for demuxer given in MRL | Michael Roitzsch |
2002-10-28 | hey, i want to join xine breakage party! (what do you wanna break today? tm) | Miguel Freitas |
2002-10-27 | fix extensions detection | Guenter Bartsch |
2002-10-27 | return of ogg and vorbis, began implementing verbosity parameter | Guenter Bartsch |
2002-10-27 | some demuxers still don't report their status correctly | Guenter Bartsch |
2002-10-26 | make demuxers return their status so xine engine can check if demuxers fail t... | Guenter Bartsch |
2002-10-26 | don't forget to call stop during dispose | Michael Roitzsch |
2002-10-26 | fix strategy constants | Thibaut Mattern |
2002-10-26 | send preview buffers, set stream_info, make demux_qt stay away from block dev... | Guenter Bartsch |
2002-10-26 | Remove assert(0), left over from testing. | James Courtier-Dutton |
2002-10-25 | remove obviously obsolete INPUT_CAP_CLUT and INPUT_OPTIONAL_DATA_CLUT | Michael Roitzsch |
2002-10-23 | re-enable demux_mpeg | Juergen Keil |