Age | Commit message (Expand) | Author |
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 |
2002-10-23 | remove superflous xine_scan_plugins function, load plugins in xine_init after... | Guenter Bartsch |
2002-10-23 | looks like codec reporting function was absent from the header files - sorry,... | Guenter Bartsch |
2002-10-23 | looks like demux_roq content detection accepted anything but roq files... | Guenter Bartsch |
2002-10-23 | content detection for non-seekable streams | Guenter Bartsch |
2002-10-23 | fix capabilites (preview) | Guenter Bartsch |
2002-10-23 | stupid error in extension comparison - thanks to mike for noticing that | Guenter Bartsch |
2002-10-23 | provide videocodec information | Guenter Bartsch |
2002-10-23 | send preview buffers, try to fix metadata | Guenter Bartsch |
2002-10-23 | final c++ -> c coding style fixes, libxine compiles now | Guenter Bartsch |
2002-10-23 | fix detection by extension | Guenter Bartsch |
2002-10-23 | img_buffer was uninitialized, and later passed to free(), resulting in an | Juergen Keil |
2002-10-23 | try gnu89 | Guenter Bartsch |
2002-10-23 | fix comments, c syntax | Guenter Bartsch |
2002-10-23 | Help with ansi comments. | James Courtier-Dutton |
2002-10-23 | Help compiling in ansi. | James Courtier-Dutton |
2002-10-23 | Oops...will compile now. | James Courtier-Dutton |
2002-10-23 | incorporate Stephen's comment fixing into the sync-help patch | Michael Roitzsch |
2002-10-23 | input_dvd.c now listens for keyboard events from xine-ui. | James Courtier-Dutton |
2002-10-23 | Sanity check the qt file, before we try to open it. The qt demuxer was | Juergen Keil |
2002-10-23 | Check the FILM signature, before we trust the data in some random file. | Juergen Keil |