Age | Commit message (Expand) | Author |
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 | 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 | 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 |
2002-10-23 | "dvd_device" device name moved from dvd_input_plugin_t -> dvd_input_class_t, | Juergen Keil |
2002-10-23 | re-enable demux_mpeg | Juergen Keil |
2002-10-23 | calling _stop() within _dispose() solves a lot of problems | Mike Melanson |
2002-10-23 | bring back some more demuxers | Mike Melanson |
2002-10-23 | reinstate the native audio and video decoders | Mike Melanson |
2002-10-23 | bring the GSM 6.10 decoder in line with the latest API revision | Mike Melanson |
2002-10-23 | bring the log PCM decoder in line with the latest API revision | Mike Melanson |
2002-10-23 | bring the WAV demuxer in line with the latest API revision | Mike Melanson |
2002-10-23 | bring the FLI subsystem in line with the latest API revision | Mike Melanson |
2002-10-23 | bring the RoQ subsystem in line with the latest API revision | Mike Melanson |
2002-10-23 | CIN not MVE | Mike Melanson |
2002-10-23 | bring the Id CIN video decoder in line with the latest API revision | Mike Melanson |
2002-10-23 | bring the Id CIN demuxer in line with the latest API revision | Mike Melanson |
2002-10-23 | bring the WC3 video decoder in line with the latest API revision | Mike Melanson |
2002-10-23 | bring the WC3 Movie demuxer in line with the latest API revision | Mike Melanson |
2002-10-22 | Changed -ansi so that the developer must include @ANSI_FLAGS@ in their AC_CFL... | Stephen Torri |
2002-10-22 | Fix a warning. | Thibaut Mattern |
2002-10-22 | Recursive comments, picked up via CVS $Log keyword. Trying to fix... | Juergen Keil |