summaryrefslogtreecommitdiff
path: root/src/xine-engine/audio_out.c
AgeCommit message (Expand)Author
2002-08-09use correct format in log messageMichael Roitzsch
2002-07-28introduce a config option for passthough offsetHeiko Schaefer
2002-07-02Some fixes to the recent changes made to audio_alsa_out.James Courtier-Dutton
2002-07-01improved audio resampling for limited featured sound cards (like the ones fou...Miguel Freitas
2002-06-22ao_fill_gap already outputs a messageMichael Roitzsch
2002-06-19Fix the resume problem introduced by flushing audio_out buffers.Thibaut Mattern
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-06-03Due of a nice suggestion from Siggi, remember_volume has moved to audio_out,Daniel Caujolle-Bert
2002-05-24some cleanups, mutex to protect driver access (unpredictable things mayMiguel Freitas
2002-05-21better output buffer calculations (when resampling) by Ian GoldbergMiguel Freitas
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-04-14xvid fourcc patch, small debug output fixesGuenter Bartsch
2002-04-01latest dxr3 fixes from Michael Roitzsch.Miguel Freitas
2002-03-31patches by Michael Roitzsch for dxr3 compatibility: introduce a new metronomMike Lampard
2002-03-26sound card clock drift patchMiguel Freitas
2002-03-19improved buffering for audio-only streamsGuenter Bartsch
2002-03-18make asf demuxer handle audio-only streams (important for webradios\! #-))) a...Guenter Bartsch
2002-03-16fix for (rare) memory leakEwald Snel
2002-03-11Add a "control" method to the audio drivers, to allow pause/resume of theJuergen Keil
2002-03-11metronom and demuxers should work again (although not all demuxers are fully ...Guenter Bartsch
2002-03-01memleak fixes from ewald snelGuenter Bartsch
2002-02-18cleanup/added debug messages, small metronom fixGuenter Bartsch
2002-02-17big debug output cleanup. removed debug output from log window, loggingGuenter Bartsch
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
2001-12-24fix bug reported by Christer PalmMiguel Freitas
2001-12-10Disable _XOPEN_SOURCE define for solaris, it causes compile errors with aJuergen Keil
2001-12-09Move SPDIF encaps into the audio decoders.James Courtier-Dutton
2001-11-27Improve DTS support.James Courtier-Dutton
2001-11-20should fix pause and slow/fast playingMiguel Freitas
2001-11-19reverting a change i did yesterday (discarding buffers on close might notMiguel Freitas
2001-11-19fix buffer leak and race condition where audio_out thread would not runMiguel Freitas
2001-11-18make audio_out close fasterMiguel Freitas
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
2001-11-17Some more DTS corrections.James Courtier-Dutton
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-11-16Small change.James Courtier-Dutton
2001-11-16DTS Audio should work via the SPDIF Digital out.James Courtier-Dutton
2001-11-15fix segfault playing mono/low rate streams. we need to check if 4x isMiguel Freitas
2001-11-10'debug' build didn't compile any more, variable 'vpts' was unknownJuergen Keil
2001-11-10very unfinished scr discontinuity detection stuff, new software audio out buf...Guenter Bartsch
2001-11-04Bill's force audio rate patches, preparing for 0.9.40.9.4Guenter Bartsch
2001-10-16SPDIF sync improvedJoachim Koenig
2001-10-14system clock based softsync, based on work by Bill Fink <billfink@mindspring....Guenter Bartsch
2001-10-07oss softsync patche provided by bill finkGuenter Bartsch
2001-10-03A test "pointer < 0" does not make sense; removed.Juergen Keil
2001-10-01Add simple mixer control in xine-engine/ao plugins. Fixed some missingsDaniel Caujolle-Bert
2001-09-12DTS patches from Michiel TonemanJoachim Koenig
2001-09-11fixed no-resample audio output, fixed qt stream end detectionGuenter Bartsch
2001-09-11Fix some Floating point exceptionsJames Courtier-Dutton
2001-09-10fixed unixscr_adjust, using it to fix small audio gapsGuenter Bartsch