Age | Commit message (Expand) | Author |
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 |
2003-06-20 | the new logging macros, for details see README.logging | Marco Zuehlke |
2003-06-17 | Protect this->discard_buffers and this->flush_audio_driver with a mutex. | Thibaut Mattern |
2003-06-02 | patch by Tim to kill the #ifdefs, replacing them with more portable | Michael Roitzsch |
2003-05-25 | audio_step is a 64 bits integer in the metronom (pts_per_smpls), use the same... | Thibaut Mattern |
2003-05-24 | Remove pointless if statement | James Stembridge |
2003-05-24 | Revert previous commit that added checks for the driver being open before wri... | James Stembridge |
2003-05-24 | Wait for audio out loop to be blocked on empty fifo before closing driver rat... | James Stembridge |
2003-04-22 | Additional changes for win32/msvc port; This is my first real commit so pleas... | Tim Champagne |
2003-04-21 | driver might get closed while filling gap so check it is open before writing | James Stembridge |
2003-04-20 | merging in win32 port | Guenter Bartsch |
2003-04-18 | equalizer api | Guenter Bartsch |
2003-04-18 | a simple 10-band equalizer - public interface not there yet | Guenter Bartsch |
2003-04-15 | completely seperate amp and compress filters | Guenter Bartsch |
2003-04-13 | make compressor disabled by default. it was burning cpu cicles | Miguel Freitas |
2003-04-11 | fix long standing fastforward bug. | Miguel Freitas |
2003-04-02 | - remove unneeded use of pthread_exit(NULL). We do not have any cleanup | Bastien Nocera |
2003-03-28 | audio_out loop can go much ahead of video_out (remember driver delay). | Miguel Freitas |
2003-03-25 | only wait for empty audio fifo when really necessary | Michael Roitzsch |
2003-03-10 | - rework audio_out.c so thread is created only once | Miguel Freitas |
2003-03-08 | implement XINE_PARAM_AUDIO_AMP_LEVEL so xine's volume can be set independantl... | Guenter Bartsch |
2003-03-08 | confusion | Michael Roitzsch |
2003-03-06 | - less verbosity, thanks Guenter | Bastien Nocera |
2003-02-28 | Xine assert() replacement: | Stephen Torri |
2003-02-22 | update extra info (for slider movement) in stills with audio | Michael Roitzsch |
2003-02-21 | disable debug output | Guenter Bartsch |
2003-02-16 | whoups, sorry for that noise | Guenter Bartsch |
2003-02-16 | small bugfix, buffer was released to early when no resampling is done | Guenter Bartsch |
2003-02-06 | first pass on cleaning up ao/vo properties and flush stuff | Miguel Freitas |
2003-02-02 | - remove LOG from audio_out.c, fix backing up the configfile if there's no co... | Bastien Nocera |
2003-02-01 | adding flush-mode so seek() and play() work for video processing (enix) | Guenter Bartsch |
2003-01-30 | new av sync method by audio resample (patch by Carsten Weinhold) | Miguel Freitas |
2003-01-13 | do not dispose audio and video ports on stream dispose. | Miguel Freitas |
2003-01-11 | introducing a new, very low-impact aproach on implementing a video processing... | Guenter Bartsch |