summaryrefslogtreecommitdiff
path: root/src/audio_out
AgeCommit message (Collapse)Author
2001-08-29update to liba52 v 0.7.0 including the dynamic range compensation feature ↵Guenter Bartsch
(disabled by default, enable it in your .xinerc if you want it) CVS patchset: 515 CVS date: 2001/08/29 00:51:57
2001-08-26Surround sound audio actually works now.James Courtier-Dutton
CVS patchset: 504 CVS date: 2001/08/26 17:52:53
2001-08-26MONO, STEREO, 4CHANNEL, 5CHANNEL and 5.1CHANNEL analogue audio out now work.James Courtier-Dutton
CVS patchset: 502 CVS date: 2001/08/26 15:24:24
2001-08-26Added support for sensing capabilities of the sound hardware.James Courtier-Dutton
CVS patchset: 501 CVS date: 2001/08/26 13:10:07
2001-08-25Added support for MONO in alsa09.James Courtier-Dutton
CVS patchset: 496 CVS date: 2001/08/25 23:55:50
2001-08-25Fixed bug in ao_alsa_delay function.James Courtier-Dutton
Removed un-needed variables which have moved to xine-engine/audio_out.c CVS patchset: 493 CVS date: 2001/08/25 15:52:09
2001-08-25adapted alsa05 plugin to new audio architecture (untested)Guenter Bartsch
CVS patchset: 486 CVS date: 2001/08/25 08:19:58
2001-08-25small cleanupsGuenter Bartsch
CVS patchset: 485 CVS date: 2001/08/25 08:11:41
2001-08-25fixed alsa output open return valuesGuenter Bartsch
CVS patchset: 481 CVS date: 2001/08/25 06:48:18
2001-08-25alsa05 audio output plugin update from Peter WeissgerberGuenter Bartsch
CVS patchset: 480 CVS date: 2001/08/25 04:33:33
2001-08-24fixed esd / gap support (configureable), coding style enforcementGuenter Bartsch
CVS patchset: 475 CVS date: 2001/08/24 01:05:30
2001-08-23re-enabled audio resampling, correct a/v sync, corrected code ↵Guenter Bartsch
style/indentation. corrected delay() behaviour according to what's specified in the header file comment: return delay(offset) instead of absolute time CVS patchset: 473 CVS date: 2001/08/23 21:40:05
2001-08-23Arts should now work on the new architecture.James Courtier-Dutton
Resample code not needed here. It has moved to xine-engine/audio_out.c xine-engine/resample.c CVS patchset: 470 CVS date: 2001/08/23 19:36:41
2001-08-23Update Sun audio driver to new audio code.Juergen Keil
CVS patchset: 469 CVS date: 2001/08/23 15:21:07
2001-08-22small automake.am clean - should still be easy to re-enable currently ↵Guenter Bartsch
disabled audio output plugins as soon as they're ported CVS patchset: 463 CVS date: 2001/08/22 15:45:47
2001-08-22Both OSS and ALSA09 are now supported by the new audio_out architecture.James Courtier-Dutton
Some minor cleanup. Please see xine-lib/src/xine-engine/audio_out.c for a list of what works and what does not. CVS patchset: 461 CVS date: 2001/08/22 10:51:05
2001-08-21First checkin of new audio_out architecture.James Courtier-Dutton
Audio sync and AC3 formatting now done in xine-lib/src/xine-engine/audio_out.c Audio out now done in xine-lib/src/audio_out/* Currently, only xine-lib/src/audio_oss_out.c is active. Re-support of others will follow as other people implement them. ao_functions split into ao_instance and ao_driver and function in a similar fashion as video_out. All decoder plugins now call ao_instance instead of ao_functions. ao_instance is used in xine-lib/src/xine-engine/audio_out.c ao_driver is used in xine-lib/src/audio_out/* See also changes in xine-ui files CVS patchset: 459 CVS date: 2001/08/21 19:39:50
2001-08-20Andy's patch for AC3Joachim Koenig
CVS patchset: 453 CVS date: 2001/08/20 11:15:57
2001-08-18corrected code indentiationGuenter Bartsch
CVS patchset: 448 CVS date: 2001/08/18 23:28:26
2001-08-14audio output plugin priority handling, based on patch provided by Philip ↵Guenter Bartsch
Stadermann CVS patchset: 423 CVS date: 2001/08/14 01:38:17
2001-08-13alsa05 patch provided by Peter WeissgerberGuenter Bartsch
CVS patchset: 418 CVS date: 2001/08/13 14:03:00
2001-08-12make oss output check if sampling rate is supported and try 44100 hz if notGuenter Bartsch
CVS patchset: 413 CVS date: 2001/08/12 01:03:55
2001-08-05Fixed a very hard to track bug with 5.0 or 5.1 playback:Eduard Hasenleithner
If gaps need to be written, the former size of 8192 was not a multiple of the sample*channels size. This is explained as forbidden in the OSS programmer's guide. The new zero_buffer is a multiple of 3 and 5 (along the many 2s). CVS patchset: 390 CVS date: 2001/08/05 19:04:34
2001-08-05Implemented preferred OSS audio device.xine-0_5_0-release0.5.0Eduard Hasenleithner
Fixed resample selection code. CVS patchset: 389 CVS date: 2001/08/05 12:19:54
2001-08-01new sync stuff and SPDIF correctionsJoachim Koenig
CVS patchset: 376 CVS date: 2001/08/01 18:17:40
2001-07-30artsd audio output patch by Philip StadermannGuenter Bartsch
CVS patchset: 366 CVS date: 2001/07/30 10:15:17
2001-07-26PPC patches by Bill FinkGuenter Bartsch
CVS patchset: 355 CVS date: 2001/07/26 19:12:21
2001-07-22Made resampling switchable through xinerc.Eduard Hasenleithner
CVS patchset: 324 CVS date: 2001/07/22 14:18:22
2001-07-22Fixed missing case for 5.1 output.Eduard Hasenleithner
Added resample bypass (do_resample). Replaced package drop printf with xprintf. CVS patchset: 321 CVS date: 2001/07/22 11:22:00
2001-07-20latest libac3 update from walken including lfe supportGuenter Bartsch
CVS patchset: 314 CVS date: 2001/07/20 22:37:56
2001-07-18Split alsa drivers, more checks about versions. Made xine lib c++ compliant.Daniel Caujolle-Bert
CVS patchset: 308 CVS date: 2001/07/18 21:38:16
2001-07-17Fixed distcheck failure. Fixed Slackware/Redhat package generation.Daniel Caujolle-Bert
CVS patchset: 302 CVS date: 2001/07/17 21:55:12
2001-07-16IRIX / mips port. Audio and CD support are not implemented yet.Matthias Hopf
Nuked BUILD_LIB_STATIC. Changed some architecture dependend code to feature dependend code. Autoconf'ing CD / DVD ioctl() support. CVS patchset: 288 CVS date: 2001/07/16 19:36:00
2001-07-14Enable STEREO again.James Courtier-Dutton
More debug info in audio_oss_out.c CVS patchset: 279 CVS date: 2001/07/14 17:45:06
2001-07-14cleaned up and finished spu_thread removalGuenter Bartsch
CVS patchset: 275 CVS date: 2001/07/14 12:50:33
2001-07-10Fixed get_dir in input plugins. Fixed a strange header inclusion bugDaniel Caujolle-Bert
in libw32dll/wine. CVS patchset: 264 CVS date: 2001/07/10 21:07:55
2001-06-30(hopefully) fixed alsa driverGuenter Bartsch
CVS patchset: 237 CVS date: 2001/06/30 23:09:25
2001-06-26last_audio_vpts stuff added to sun audio driverJuergen Keil
CVS patchset: 234 CVS date: 2001/06/26 18:47:13
2001-06-25small code cleanup, no warnings when compiling esdGuenter Bartsch
CVS patchset: 231 CVS date: 2001/06/25 08:46:55
2001-06-24fixed esd output pluginGuenter Bartsch
CVS patchset: 229 CVS date: 2001/06/24 23:08:42
2001-06-24added arts audio support contributed by Philip StadermannGuenter Bartsch
CVS patchset: 226 CVS date: 2001/06/24 07:17:37
2001-06-24fixed small audio_fd initialization bugGuenter Bartsch
CVS patchset: 223 CVS date: 2001/06/24 03:36:30
2001-06-24added missing metronom functions (sorry... ;-))Guenter Bartsch
CVS patchset: 221 CVS date: 2001/06/24 02:19:29
2001-06-23fixed race between metronom and xine engine, small audio plugin api change ↵Guenter Bartsch
to improve responsiveness (unfinished), small demux_mpeg_block bugfix (alignment for DVD plugin) CVS patchset: 218 CVS date: 2001/06/23 19:45:47
2001-06-22Make sure the sun-style-ioctl audio plugin compiles on NetBSDJuergen Keil
CVS patchset: 215 CVS date: 2001/06/22 10:45:03
2001-06-21solaris and stability patches provided by Juergen KeilGuenter Bartsch
CVS patchset: 211 CVS date: 2001/06/21 17:34:23
2001-06-16err message bugfixGuenter Bartsch
CVS patchset: 193 CVS date: 2001/06/16 19:58:31
2001-06-15Fixed some warns.Daniel Caujolle-Bert
CVS patchset: 185 CVS date: 2001/06/15 08:58:11
2001-06-14small patches and bugfixes (debugging on freebsd...)Guenter Bartsch
CVS patchset: 174 CVS date: 2001/06/14 09:19:44
2001-06-11SPDIF works nowJoachim Koenig
CVS patchset: 166 CVS date: 2001/06/11 19:37:53