Age | Commit message (Expand) | Author |
2004-06-27 | only issue the warning on unavailable audio devices under the condition | Michael Roitzsch |
2004-06-19 | modified patch from Reinhard Nissl to report the length of the out fifos | Michael Roitzsch |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-05-29 | separate the two semantics of querying a port's status with a NULL stream; | Michael Roitzsch |
2004-05-21 | Don't wait if the flush already occured. | Thibaut Mattern |
2004-05-17 | Fix noises appearing when seeking and using the upmix plugin. | James Courtier-Dutton |
2004-05-16 | From: Reinhard Nissl. | James Courtier-Dutton |
2004-05-15 | Some more updates for 24bit sound. | James Courtier-Dutton |
2004-04-27 | rename module name | Daniel Caujolle-Bert |
2004-04-26 | help strings added for all remaining config entries (so I hope) | Michael Roitzsch |
2004-04-07 | the patch to audio_out from 1.128 to 1.129 changed a calculation from | Michael Roitzsch |
2004-04-05 | - add XINE_MSG_AUDIO_OUT_UNAVAILABLE event to warn when the audio device is | Bastien Nocera |
2004-03-16 | while hanging in get_frame or get_buffer, we have to check for ticket | Michael Roitzsch |
2004-03-14 | Second fix for INT16_MIN/MAX under WIN32 (without stdint.h). | František Dvořák |
2004-03-14 | Replace stdint.h with inttypes.h. | Robin KAY |
2004-03-14 | Update WIN32 port: | František Dvořák |
2004-03-08 | Limit software amp so that audio is not clipped. | James Courtier-Dutton |
2004-03-03 | use the _x_abort() macro instead of abort, since it prints some debug info | Michael Roitzsch |
2004-02-12 | getting rid of AO_PROP_PAUSED, because it can be derived by asking the clock | Michael Roitzsch |
2004-01-07 | the new, refined post plugin architecture | Michael Roitzsch |
2004-01-01 | set_property() calls should return the value they set | Michael Roitzsch |
2003-12-31 | Add a mute feature to the software amp. | James Courtier-Dutton |
2003-12-24 | thanks to Carsten Weinhold for finding and fixing this: | Michael Roitzsch |
2003-12-12 | Fix using va_arg without explicit NULL 'terminator' | Daniel Caujolle-Bert |
2003-12-10 | i guess this xprintf must be enclosed in a test | Miguel Freitas |
2003-12-07 | get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac... | Daniel Caujolle-Bert |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-12-03 | export mode_channels as an internal function | Marco Zuehlke |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-11-16 | New stream/meta info (safe) stuff. | Daniel Caujolle-Bert |
2003-11-16 | actually not every engine file uses internals, so we do not need to define | Michael Roitzsch |
2003-11-11 | rename internal API function (_x_<function>). | Daniel Caujolle-Bert |
2003-10-30 | * modify the engine slightly, so that the stream member in a video frame or | Michael Roitzsch |
2003-10-06 | Ooops, I resolved the last conflict in this file wrongly | Michael Roitzsch |
2003-10-06 | from the AO_PROP_CLOSE_DEVICE case branch, ret would be returned uninitialized | Michael Roitzsch |
2003-10-03 | Let the sound driver do the locking for mixer volume, instead of audio_out en... | James Courtier-Dutton |
2003-09-13 | fix ao/vo flush while paused (it would freeze the engine). | Miguel Freitas |
2003-09-04 | still fighting the same bug. now i must have killed it :) | Miguel Freitas |
2003-09-04 | this should complete the fix for more than 1 flush at the same time | Miguel Freitas |
2003-09-03 | cool... a deadlock ;) | Miguel Freitas |
2003-09-03 | fix freeze condition (more than 1 flush at the same time) | Miguel Freitas |
2003-09-01 | Add proper support for 4.1 and 5 channel setups. | James Courtier-Dutton |
2003-08-29 | that must fix some crashes people have reported me | Miguel Freitas |
2003-08-26 | add a mechanism to force closing audio device without stoping stream. | Miguel Freitas |
2003-07-26 | Stop asserts happening on underruns. | James Courtier-Dutton |
2003-07-20 | OSS never return 1, but write() length. | Daniel Caujolle-Bert |
2003-07-20 | More USB soundcard updates. | James Courtier-Dutton |
2003-07-20 | Improve playback on USB sound cards. | James Courtier-Dutton |
2003-07-02 | Metronom does the pts prediction now, not the decoders. | James Courtier-Dutton |
2003-06-22 | some additional pthread_*_destroy() calls | Michael Roitzsch |