Age | Commit message (Expand) | Author |
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 |
2003-01-11 | brand-new external subtitles support. (yes, it works!) | Miguel Freitas |
2003-01-10 | protect update of current_extra_info | Miguel Freitas |
2003-01-09 | - can't use HAS_VIDEO/HAS_AUDIO at this stage because some demuxers will only | Miguel Freitas |
2002-12-27 | quite experimental changes on post plugin api to enable rewiring | Miguel Freitas |
2002-12-26 | - cleanup internal interfaces for rewiring | Miguel Freitas |
2002-12-24 | discard buffers on flush so decoder will return faster. seeking should be | Miguel Freitas |
2002-12-22 | flush/seeking overhauled | Miguel Freitas |
2002-12-21 | minor comment update | Miguel Freitas |
2002-12-21 | - add buf->decoder_info_ptr: portability for systems where pointer has | Miguel Freitas |
2002-12-14 | The solaris pthread_cond_init() man page tells me: | Juergen Keil |
2002-12-14 | ao_fill_gap() must be called with the driver_lock unlocked, because | Juergen Keil |
2002-12-06 | nothing here (just small debug message updates) | Miguel Freitas |
2002-12-01 | avoid overflow | Guenter Bartsch |
2002-11-30 | just now i realized the wrong underlying assumption i did in metronom: fixing | Miguel Freitas |
2002-11-27 | experimental change in handling of sound clock drifting (relative to the vpts... | Heiko Schaefer |
2002-11-20 | engine modifications to allow post plugin layer: | Michael Roitzsch |
2002-11-18 | set default audio.passthrough_offset to 0 | Heiko Schaefer |
2002-11-12 | even more agressive consistency checking | Guenter Bartsch |
2002-11-12 | use xmalloc instead of malloc so memory footprint can be easily traced and me... | Guenter Bartsch |
2002-11-12 | fix buffer leakage in ao_loop, re-introduce lock around all driver functions,... | Guenter Bartsch |
2002-11-11 | A try to fix ao_flush() loop | Thibaut Mattern |
2002-11-07 | this fixes a52 passthrough on my system (sblive 5.1 oss driver) | Heiko Schaefer |
2002-11-06 | fix stream ending deadlock without audio driver | Daniel Caujolle-Bert |
2002-10-29 | engine improvements | Michael Roitzsch |
2002-10-24 | fix identiation, implement an audio compressor filter (yeah, i know a big con... | Guenter Bartsch |
2002-10-20 | win32 decoder adapted to new api | Guenter Bartsch |
2002-10-18 | A52 audio is now output without volume set to 0 or off. :-) | James Courtier-Dutton |
2002-10-18 | Move alsa audio over to new api. | James Courtier-Dutton |
2002-10-14 | introduction of xine_stream_t and async xine events - all still in developement | Guenter Bartsch |
2002-10-12 | Bind the audio_out thread to a separate LWP on solaris 8 (like video_out, | Juergen Keil |
2002-10-12 | Make flush of audio work properly. | James Courtier-Dutton |
2002-10-10 | Audio out reorganisation to improve sync. | James Courtier-Dutton |
2002-09-19 | C is fun | Guenter Bartsch |
2002-09-18 | first steps towards implementing stream/meta info | Guenter Bartsch |
2002-09-04 | merging in the new_api branch ... unfortunately video_out / vo_scale is broke... | Guenter Bartsch |
2002-08-09 | use correct format in log message | Michael Roitzsch |
2002-07-28 | introduce a config option for passthough offset | Heiko Schaefer |
2002-07-02 | Some fixes to the recent changes made to audio_alsa_out. | James Courtier-Dutton |