Age | Commit message (Expand) | Author |
2003-07-11 | - check only the 2 first bytes of video/audio chunk RIFF header (only the str... | Thibaut Mattern |
2003-06-29 | - simplify a bit the binary search | Thibaut Mattern |
2003-06-17 | - Seek to previous keyframe | Thibaut Mattern |
2003-05-29 | Set audio fourcc in stream info if we know what it is, ie there is only one a... | James Stembridge |
2003-05-29 | store fourcc from stream header as integer as it's never used as a string | James Stembridge |
2003-05-29 | stream header fourcc is optional so read fourcc for stream info from bitmap info | James Stembridge |
2003-04-26 | bumping up demux plugin interface version numbers, update copyright notices | Guenter Bartsch |
2003-03-27 | - demux_avi: do not set input_pos/time on audio buffers. otherwise non-interl... | Miguel Freitas |
2003-03-07 | more work on console output cleanup | Guenter Bartsch |
2003-03-02 | Detection by content for non seekable input plugins. | Thibaut Mattern |
2003-03-02 | Don't eat data from non seekable input plugins in detection by content. | Thibaut Mattern |
2003-03-02 | New "streaming" mode. | Thibaut Mattern |
2003-02-19 | Support for YUY2 HuffYUV video | James Stembridge |
2003-01-23 | preparations for beta3: | Miguel Freitas |
2003-01-10 | have length in miliseconds too | Miguel Freitas |
2003-01-10 | internal input_time is miliseconds now | Miguel Freitas |
2003-01-09 | very very nice: fixing an old xine bug of slider bar positioning for | Miguel Freitas |
2003-01-08 | fixes/cleanups of the handled/unhandled codecs | Miguel Freitas |
2003-01-04 | add 2 demuxer groups (audio and games) with multiple plugins at the | Miguel Freitas |
2002-12-29 | remove old hack for sputext | Michael Roitzsch |
2002-12-23 | - added raw dv demuxer | Miguel Freitas |
2002-12-21 | - add buf->decoder_info_ptr: portability for systems where pointer has | Miguel Freitas |
2002-12-13 | always set input_pos and input_time on both, audio and video buffers | Guenter Bartsch |
2002-12-12 | handling of some strange avi files. | Miguel Freitas |
2002-12-11 | that should fix playback of streams generated by dvgrab. | Miguel Freitas |
2002-12-08 | - get xine_demux_control_headers_done() out of the demuxers. | Miguel Freitas |
2002-12-06 | set fourcc so ffmpeg can detect buggy streams | 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-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-26 | timeouts for mms, send progress report events, introduce verbosity engine par... | Guenter Bartsch |
2002-10-26 | make demuxers return their status so xine engine can check if demuxers fail t... | Guenter Bartsch |
2002-10-23 | final c++ -> c coding style fixes, libxine compiles now | Guenter Bartsch |
2002-10-22 | fix small typo in a comment | Juergen Keil |
2002-10-20 | demux_mpgaudio ported to new api, small fixes | Guenter Bartsch |
2002-10-20 | another attempt to make audio and video start at the same pts | Guenter Bartsch |
2002-10-20 | make avi demuxer send preview buffers, libmad uses them to extract stream/met... | Guenter Bartsch |
2002-10-20 | whoups. wrong constants used for stream type detection method | Guenter Bartsch |
2002-10-19 | try to make a/v index position after seek more accurate (for streams with lon... | Guenter Bartsch |
2002-10-19 | fast seeking enabled | Guenter Bartsch |
2002-10-19 | send start header first | Guenter Bartsch |
2002-10-19 | really send headers in demux_avi_send_header | Guenter Bartsch |
2002-10-18 | my very first try at the new streams api. some fixes to it (uninitialized | Miguel Freitas |
2002-10-17 | move open_plugin function (used to create new plugin instances) from the plug... | Michael Roitzsch |
2002-10-16 | bump up plugin version numbers | Guenter Bartsch |
2002-10-14 | introduction of xine_stream_t and async xine events - all still in developement | Guenter Bartsch |
2002-10-12 | Use the audio_fifo - whenever it's possible - to send the demuxed audio data. | Juergen Keil |
2002-10-12 | While the demuxer mutex is unlocked, relinquish the processor in the main | Juergen Keil |