summaryrefslogtreecommitdiff
path: root/src/xine-engine/audio_out.c
AgeCommit message (Expand)Author
2003-03-06- less verbosity, thanks GuenterBastien Nocera
2003-02-28Xine assert() replacement:Stephen Torri
2003-02-22update extra info (for slider movement) in stills with audioMichael Roitzsch
2003-02-21disable debug outputGuenter Bartsch
2003-02-16whoups, sorry for that noiseGuenter Bartsch
2003-02-16small bugfix, buffer was released to early when no resampling is doneGuenter Bartsch
2003-02-06first pass on cleaning up ao/vo properties and flush stuffMiguel Freitas
2003-02-02- remove LOG from audio_out.c, fix backing up the configfile if there's no co...Bastien Nocera
2003-02-01adding flush-mode so seek() and play() work for video processing (enix)Guenter Bartsch
2003-01-30new av sync method by audio resample (patch by Carsten Weinhold)Miguel Freitas
2003-01-13do not dispose audio and video ports on stream dispose.Miguel Freitas
2003-01-11introducing a new, very low-impact aproach on implementing a video processing...Guenter Bartsch
2003-01-11brand-new external subtitles support. (yes, it works!)Miguel Freitas
2003-01-10protect update of current_extra_infoMiguel Freitas
2003-01-09- can't use HAS_VIDEO/HAS_AUDIO at this stage because some demuxers will onlyMiguel Freitas
2002-12-27quite experimental changes on post plugin api to enable rewiringMiguel Freitas
2002-12-26- cleanup internal interfaces for rewiringMiguel Freitas
2002-12-24discard buffers on flush so decoder will return faster. seeking should beMiguel Freitas
2002-12-22flush/seeking overhauledMiguel Freitas
2002-12-21minor comment updateMiguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-14The solaris pthread_cond_init() man page tells me:Juergen Keil
2002-12-14ao_fill_gap() must be called with the driver_lock unlocked, becauseJuergen Keil
2002-12-06nothing here (just small debug message updates)Miguel Freitas
2002-12-01avoid overflowGuenter Bartsch
2002-11-30just now i realized the wrong underlying assumption i did in metronom: fixingMiguel Freitas
2002-11-27experimental change in handling of sound clock drifting (relative to the vpts...Heiko Schaefer
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-18set default audio.passthrough_offset to 0Heiko Schaefer
2002-11-12even more agressive consistency checkingGuenter Bartsch
2002-11-12use xmalloc instead of malloc so memory footprint can be easily traced and me...Guenter Bartsch
2002-11-12fix buffer leakage in ao_loop, re-introduce lock around all driver functions,...Guenter Bartsch
2002-11-11A try to fix ao_flush() loopThibaut Mattern
2002-11-07this fixes a52 passthrough on my system (sblive 5.1 oss driver)Heiko Schaefer
2002-11-06fix stream ending deadlock without audio driverDaniel Caujolle-Bert
2002-10-29engine improvementsMichael Roitzsch
2002-10-24fix identiation, implement an audio compressor filter (yeah, i know a big con...Guenter Bartsch
2002-10-20win32 decoder adapted to new apiGuenter Bartsch
2002-10-18A52 audio is now output without volume set to 0 or off. :-)James Courtier-Dutton
2002-10-18Move alsa audio over to new api.James Courtier-Dutton
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
2002-10-12Bind the audio_out thread to a separate LWP on solaris 8 (like video_out,Juergen Keil
2002-10-12Make flush of audio work properly.James Courtier-Dutton
2002-10-10Audio out reorganisation to improve sync.James Courtier-Dutton
2002-09-19C is funGuenter Bartsch
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
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