Age | Commit message (Expand) | Author |
2003-05-14 | as announced on xine-devel, this is the big Makefile refactoring: | Michael Roitzsch |
2003-05-13 | add audio out driver "none" | Miguel Freitas |
2003-05-06 | This is some general Win32 cleanup and getting ready for DVD support. | Tim Champagne |
2003-04-23 | I am not a Win32 developer, but I guess this is a sweet misunderstanding: | Michael Roitzsch |
2003-04-23 | check type of mixer element before trying to use it | James Stembridge |
2003-04-22 | Adding a couple of files missing files for the Win32/msvc port (audio and vid... | Tim Champagne |
2003-04-17 | using non-blocking open mode, in order to avoid infinite waiting when the | Siggi Langauf |
2003-03-27 | oss verbosity patch by Anders Wiehe | Siggi Langauf |
2003-03-17 | do not skip the whole format detection, if verbosity is low | Michael Roitzsch |
2003-03-15 | mute default console output | James Stembridge |
2003-03-15 | should do snd_pcm_prepare after snd_pcm_drop as otherwise we are left in SND_... | James Stembridge |
2003-03-07 | remove verbose sun audio driver messages | Juergen Keil |
2003-03-06 | steps toward muting xine's console output by default | Guenter Bartsch |
2003-03-04 | fix compiler warnings at least in xine's native code | Michael Roitzsch |
2003-02-28 | Xine assert() replacement: | Stephen Torri |
2003-02-14 | wrong returned pointer type | Daniel Caujolle-Bert |
2003-02-08 | GETOPTR works _much_ better now (at least on my system). | Miguel Freitas |
2003-02-01 | log output, copyright, some drivers produce negative delays, catch that | Guenter Bartsch |
2003-01-29 | auto* fix: pass 1 | Daniel Caujolle-Bert |
2003-01-18 | hit me if I am wrong, but I think these headers are relics | Michael Roitzsch |
2002-12-27 | - query the esd server's sample rate, do not hardcode 44100 Hz | Juergen Keil |
2002-12-21 | - add buf->decoder_info_ptr: portability for systems where pointer has | Miguel Freitas |
2002-12-19 | Fix undefined symbols (link to appropriate libraries) | Ewald Snel |
2002-12-15 | The _XOPEN_SOURCE define for getting a swab() prototype confuses the solaris | Juergen Keil |
2002-12-06 | fixing segfaults in arts | Miguel Freitas |
2002-11-28 | fix reading out mixer setting | Guenter Bartsch |
2002-11-26 | return of the esd audio output driver | Guenter Bartsch |
2002-11-25 | return of the arts audio output plugin | Guenter Bartsch |
2002-11-20 | engine modifications to allow post plugin layer: | Michael Roitzsch |
2002-11-16 | - return -1 if there is no mixer available so that xine-ui gets the | Michael Roitzsch |
2002-11-12 | audio_out.c takes care of locking again, so audio_oss_out.c doesn't need it a... | Guenter Bartsch |
2002-11-02 | Fix "Volume" support in the sun audio driver, the ui now wants to operate | Juergen Keil |
2002-10-28 | Build all xine plugin modules with "-export-symbols-regex xine_plugin_info", | Juergen Keil |
2002-10-24 | Fix some log messages in audio_alsa_out.c | James Courtier-Dutton |
2002-10-22 | Re-enable the sun audio driver | Juergen Keil |
2002-10-20 | more locking | Guenter Bartsch |
2002-10-20 | still trying to get a/v sync working, more locking | Guenter Bartsch |
2002-10-20 | secured another DSP_RESET ioctl | Guenter Bartsch |
2002-10-19 | at least my sb live doesn't like it when a write() call is interrupted by a S... | Guenter Bartsch |
2002-10-18 | Move alsa audio over to new api. | James Courtier-Dutton |
2002-10-17 | move open_plugin function (used to create new plugin instances) from the plug... | Michael Roitzsch |
2002-10-16 | introduce audio/video_driver_class_t, adapt oss audio output plugin, exclude ... | Guenter Bartsch |
2002-10-12 | Make flush of audio work properly. | James Courtier-Dutton |
2002-10-10 | Audio out reorganisation to improve sync. | James Courtier-Dutton |
2002-10-09 | configure.ac: | Stephen Torri |
2002-10-07 | - Sun audio output plugin is able to play 8-bit sound. Announce this in | Juergen Keil |
2002-09-19 | Updated cvscompile.sh to look for configure.ac | Stephen Torri |
2002-09-16 | Introduce a deep copy in the xine_config_lookup functions. | James Courtier-Dutton |
2002-09-16 | Fix a bug in audio_alsa_out.c | James Courtier-Dutton |
2002-09-11 | IRIXAL_LIBS not needed when building sun audio driver :-) | Juergen Keil |