summaryrefslogtreecommitdiff
path: root/src/xine-engine/audio_out.c
AgeCommit message (Expand)Author
2003-05-25audio_step is a 64 bits integer in the metronom (pts_per_smpls), use the same...Thibaut Mattern
2003-05-24Remove pointless if statementJames Stembridge
2003-05-24Revert previous commit that added checks for the driver being open before wri...James Stembridge
2003-05-24Wait for audio out loop to be blocked on empty fifo before closing driver rat...James Stembridge
2003-04-22Additional changes for win32/msvc port; This is my first real commit so pleas...Tim Champagne
2003-04-21driver might get closed while filling gap so check it is open before writingJames Stembridge
2003-04-20merging in win32 portGuenter Bartsch
2003-04-18equalizer apiGuenter Bartsch
2003-04-18a simple 10-band equalizer - public interface not there yetGuenter Bartsch
2003-04-15completely seperate amp and compress filtersGuenter Bartsch
2003-04-13make compressor disabled by default. it was burning cpu ciclesMiguel Freitas
2003-04-11fix long standing fastforward bug.Miguel Freitas
2003-04-02- remove unneeded use of pthread_exit(NULL). We do not have any cleanupBastien Nocera
2003-03-28audio_out loop can go much ahead of video_out (remember driver delay).Miguel Freitas
2003-03-25only wait for empty audio fifo when really necessaryMichael Roitzsch
2003-03-10- rework audio_out.c so thread is created only onceMiguel Freitas
2003-03-08implement XINE_PARAM_AUDIO_AMP_LEVEL so xine's volume can be set independantl...Guenter Bartsch
2003-03-08confusionMichael Roitzsch
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