summaryrefslogtreecommitdiff
path: root/src/xine-engine/audio_out.h
AgeCommit message (Expand)Author
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2008-05-23Mark initialisation functions with malloc attribute.Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2006-09-26Use protected visibility for all the functions exported by libxine.so, so tha...Diego 'Flameeyes' Pettenò
2006-03-07Fixed channels to mode translation in audio decoders.Thibaut Mattern
2005-09-11make Alien happier ;-)Miguel Freitas
2004-09-28wrong commentMiguel Freitas
2004-09-26 - almost finalize headers refactoring needed for MSVC frontends (and for otherFrantišek Dvořák
2004-07-06fix a long standing bug: streams were not played till their very end, becauseMiguel Freitas
2004-06-19modified patch from Reinhard Nissl to report the length of the out fifosMichael Roitzsch
2004-05-29separate the two semantics of querying a port's status with a NULL stream;Michael Roitzsch
2004-05-23rename from AO_CAP_32BITS to AO_CAP_FLOAT32Michael Roitzsch
2004-05-15Minor adjustments to start adding 24bit and 32bit-Float audio sample support.James Courtier-Dutton
2004-02-12getting rid of AO_PROP_PAUSED, because it can be derived by asking the clockMichael Roitzsch
2004-01-07the new, refined post plugin architectureMichael Roitzsch
2003-12-31Add a mute feature to the software amp.James Courtier-Dutton
2003-12-14API version bounceSiggi Langauf
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-03export mode_channels as an internal functionMarco Zuehlke
2003-11-15start xine_stream_t separation (public/private).Miguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-30* modify the engine slightly, so that the stream member in a video frame orMichael Roitzsch
2003-09-01Add proper support for 4.1 and 5 channel setups.James Courtier-Dutton
2003-08-26add a mechanism to force closing audio device without stoping stream.Miguel Freitas
2003-07-22allow all values greater 0 as success returnsMichael Roitzsch
2003-04-23The Win32/msvc gui now builds and works; There are many known issues with the...Tim Champagne
2003-04-18equalizer apiGuenter Bartsch
2003-03-08implement XINE_PARAM_AUDIO_AMP_LEVEL so xine's volume can be set independantl...Guenter Bartsch
2003-02-07add consistency warningsMichael Roitzsch
2003-02-06first pass on cleaning up ao/vo properties and flush stuffMiguel Freitas
2003-02-01adding flush-mode so seek() and play() work for video processing (enix)Guenter Bartsch
2003-01-11introducing a new, very low-impact aproach on implementing a video processing...Guenter Bartsch
2002-12-27quite experimental changes on post plugin api to enable rewiringMiguel Freitas
2002-12-27small cleanup for extra_info_tMiguel 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-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-11-30just now i realized the wrong underlying assumption i did in metronom: fixingMiguel Freitas
2002-11-20Fix typoEwald Snel
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-10-29engine improvementsMichael Roitzsch
2002-10-24fix identiation, implement an audio compressor filter (yeah, i know a big con...Guenter Bartsch
2002-10-17move open_plugin function (used to create new plugin instances) from the plug...Michael Roitzsch
2002-10-16introduce audio/video_driver_class_t, adapt oss audio output plugin, exclude ...Guenter Bartsch
2002-10-16increase audio/video out plugin interface version numbers to avoid accidents ...Guenter Bartsch
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter 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-07-28introduce a config option for passthough offsetHeiko Schaefer