Age | Commit message (Expand) | Author |
2002-10-26 | timeouts for mms, send progress report events, introduce verbosity engine par... | Guenter Bartsch |
2002-10-26 | handle demuxers that fail to start | Guenter Bartsch |
2002-10-26 | bring the SND/AU demuxer in line with the latest API revision | Mike Melanson |
2002-10-26 | make demuxers return their status so xine engine can check if demuxers fail t... | Guenter Bartsch |
2002-10-26 | bring the VOC demuxer in line with the latest API revision | Mike Melanson |
2002-10-26 | fix some segfaults when disposing event queues | Michael Roitzsch |
2002-10-26 | don't forget to call stop during dispose | Michael Roitzsch |
2002-10-26 | bring the AIFF demuxer in line with the latest API revision | Mike Melanson |
2002-10-26 | fix event sending | Michael Roitzsch |
2002-10-26 | forgot to copy the nav packet | Michael Roitzsch |
2002-10-26 | Fix prototype, when compiled on something != linux | Juergen Keil |
2002-10-26 | get frame format change event back | Michael Roitzsch |
2002-10-26 | first step in getting dvd events back | Michael Roitzsch |
2002-10-26 | handle all events in the queue, not just the first one | Michael Roitzsch |
2002-10-26 | remove failing plugins from plugin catalog | Michael Roitzsch |
2002-10-26 | modifying the timestamp does not go well with const events | Michael Roitzsch |
2002-10-26 | bump up version numbers to actually use dxr3 plugins | Michael Roitzsch |
2002-10-26 | increased spu decoder API version number | Michael Roitzsch |
2002-10-26 | remove VO_PROP_VO_TYPE crap only needed for dxr3 | Michael Roitzsch |
2002-10-26 | - dxr3 adapted to new API (compiles, but untested) | Michael Roitzsch |
2002-10-26 | add convenience comment to xine_event_t | Michael Roitzsch |
2002-10-26 | deinterlace method onefield_xv works now | Thibaut Mattern |
2002-10-26 | fix strategy constants | Thibaut Mattern |
2002-10-26 | Removed trailing white spaces | Stephen Torri |
2002-10-26 | Removed trailing white spaces. | Stephen Torri |
2002-10-26 | Changed xine_health_check to take cdrom and dvd device links as arguments | Stephen Torri |
2002-10-26 | Removed trailing whitespaces. | Stephen Torri |
2002-10-26 | Changed target of install-debug to debug. | Stephen Torri |
2002-10-26 | Added configure check to determine which inline method to use (AC_C_INLINE) | Stephen Torri |
2002-10-26 | meta info | Guenter Bartsch |
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-25 | fix wrong autoconf version in commentary | Michael Roitzsch |
2002-10-25 | throw away old code, call demux_stop in demux_dispose | Guenter Bartsch |
2002-10-24 | Try to fix sync and seeking with strange streams that don't have pts. | Thibaut Mattern |
2002-10-24 | xine_get_file_extensions and xine_get_mime_types functions added | Guenter Bartsch |
2002-10-24 | file extensions seperated by spaces | Guenter Bartsch |
2002-10-24 | audio settings public interface | Guenter Bartsch |
2002-10-24 | fix identiation, implement an audio compressor filter (yeah, i know a big con... | Guenter Bartsch |
2002-10-24 | proper rounding for video scaling | Michael Roitzsch |
2002-10-24 | xine_scan_plugins is gone | Michael Roitzsch |
2002-10-24 | try to handle the __attribute((__packed__)) gnu extension in buffer.h header | Juergen Keil |
2002-10-24 | let configure determine if we the compiler needs inline, __inline, __inline__, | Juergen Keil |
2002-10-24 | C99 version of macro definition with variable number of arguments added | Juergen Keil |
2002-10-24 | Cannot use non-constant expressions to initialize array in C | Juergen Keil |
2002-10-24 | Use compat.h's __XINE_FUNCTION__, so that we get the correct __func__ in a C99 | Juergen Keil |
2002-10-24 | Fix some log messages in audio_alsa_out.c | James Courtier-Dutton |
2002-10-24 | Further changes to DVD code. | James Courtier-Dutton |
2002-10-24 | Fix unresolved symbols by linking with the xine library | Ewald Snel |