Age | Commit message (Expand) | Author |
2004-10-29 | use monotonic clock when available | Miguel Freitas |
2004-10-08 | open and close the mixer device together with the PCM device | Michael Roitzsch |
2004-06-03 | this include is obsolete, because | Michael Roitzsch |
2004-05-07 | extend help string for speaker arrangement | Michael Roitzsch |
2004-04-30 | Add "Speaker arrangement" config item support to oss as well. | James Courtier-Dutton |
2004-04-26 | Ooops, no debugging and more | Michael Roitzsch |
2004-04-26 | it is now possible to select a different mixer number | Michael Roitzsch |
2004-04-11 | typo fixes from Frantisek | Michael Roitzsch |
2004-04-10 | improving config help strings | Michael Roitzsch |
2004-03-18 | Fix more messages | Philipp Hahn |
2004-03-04 | autoscan devfs patch from Steve | František Dvořák |
2004-01-01 | unused variable | Michael Roitzsch |
2003-12-31 | fix driver initialization on big endian platforms that don't support little | Siggi Langauf |
2003-12-14 | API version bounce | Siggi Langauf |
2003-12-13 | - check that setting the "bits per sample" was what we asked for even if the ... | Bastien Nocera |
2003-12-07 | - don't segfault when the audio device isn't available | Bastien Nocera |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-11-26 | xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat... | Daniel Caujolle-Bert |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-10-19 | Try to follow audio_out api. | Thibaut Mattern |
2003-10-06 | some housekeeping and compiler warnings | Michael Roitzsch |
2003-06-02 | since this might be dangerous to speakers, we should increase the experience ... | Michael Roitzsch |
2003-06-01 | Work around for users with an oss sound card with spdif, but the sound | James Courtier-Dutton |
2003-03-27 | oss verbosity patch by Anders Wiehe | Siggi Langauf |
2003-03-06 | steps toward muting xine's console output by default | Guenter Bartsch |
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 |
2002-12-21 | - add buf->decoder_info_ptr: portability for systems where pointer has | Miguel Freitas |
2002-11-28 | fix reading out mixer setting | 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-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-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-09-05 | make all the plugin init functions static | Michael Roitzsch |
2002-09-04 | merging in the new_api branch ... unfortunately video_out / vo_scale is broke... | Guenter Bartsch |
2002-07-05 | - win32 bugfixes | Miguel Freitas |
2002-07-01 | improved audio resampling for limited featured sound cards (like the ones fou... | Miguel Freitas |
2002-06-13 | Don't close/open the device on pause (only reset). | Thibaut Mattern |
2002-06-12 | Remove no more needed XINE_LOGO. | Daniel Caujolle-Bert |
2002-06-03 | Flush audio_out buffers at seek and pause. | Thibaut Mattern |
2002-06-03 | Due of a nice suggestion from Siggi, remember_volume has moved to audio_out, | Daniel Caujolle-Bert |
2002-05-28 | FreeBSD compile fix | Heiko Schaefer |
2002-05-21 | patch from Ian Goldberg <ian@cypherpunks.ca>: | Miguel Freitas |
2002-05-02 | only include machine/soundcard.h for FreeBSD versions below 4.x | Heiko Schaefer |
2002-04-28 | last 0.9.9 preparations, disable ffmpeg debug output, error message fix for oss | Guenter Bartsch |