summaryrefslogtreecommitdiff
path: root/src/audio_out
AgeCommit message (Collapse)Author
2001-11-13Tidy bits.James Courtier-Dutton
CVS patchset: 1029 CVS date: 2001/11/13 17:59:51
2001-11-13Hopefully the fix for alsa09 passthru.James Courtier-Dutton
CVS patchset: 1028 CVS date: 2001/11/13 14:37:48
2001-11-04Bill's force audio rate patches, preparing for 0.9.40.9.4Guenter Bartsch
CVS patchset: 953 CVS date: 2001/11/04 22:49:38
2001-10-22Fixed libxineutils linking.Daniel Caujolle-Bert
CVS patchset: 859 CVS date: 2001/10/22 21:34:54
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch
CVS patchset: 852 CVS date: 2001/10/22 00:52:09
2001-10-21softsync patchesMiguel Freitas
CVS patchset: 850 CVS date: 2001/10/21 23:14:08
2001-10-20big event cleanup: one single mechanism is now used for all communications ↵Guenter Bartsch
between gui, plugins and the xine engine; code cleanup CVS patchset: 837 CVS date: 2001/10/20 02:01:51
2001-10-14start_time initialization moved, added latency configure optionGuenter Bartsch
CVS patchset: 813 CVS date: 2001/10/14 23:38:30
2001-10-14small cleanup, doesn't make sense to set start_time in the init functionGuenter Bartsch
CVS patchset: 808 CVS date: 2001/10/14 20:48:37
2001-10-14increasing alsa priority so it will be used instead of alsa's oss emulationGuenter Bartsch
CVS patchset: 804 CVS date: 2001/10/14 17:47:45
2001-10-14new simulated buffer softsync for esd outputGuenter Bartsch
CVS patchset: 802 CVS date: 2001/10/14 17:16:11
2001-10-14descriptor leak patch by Chris Rankin <rankinc@pacbell.net>Guenter Bartsch
CVS patchset: 799 CVS date: 2001/10/14 14:43:42
2001-10-14system clock based softsync, based on work by Bill Fink ↵Guenter Bartsch
<billfink@mindspring.com> CVS patchset: 798 CVS date: 2001/10/14 14:39:36
2001-10-12- fix for playing low quality sound (like 11127Hz,8bit,mono)Miguel Freitas
- no use for getting latency from arts every time: it's constant as we don't change it during play and it would require a server restart if changed from kde control center. CVS patchset: 790 CVS date: 2001/10/12 19:25:11
2001-10-07oss softsync patche provided by bill finkGuenter Bartsch
CVS patchset: 763 CVS date: 2001/10/07 22:44:57
2001-10-06Rescale AO_PROP_*_VOL values from [0..100] range to Sun's [0..255] range.Juergen Keil
CVS patchset: 749 CVS date: 2001/10/06 13:49:49
2001-10-02wrong include pathGuenter Bartsch
CVS patchset: 716 CVS date: 2001/10/02 00:23:13
2001-10-01Add simple mixer control in xine-engine/ao plugins. Fixed some missingsDaniel Caujolle-Bert
in audio_decoder. xine-ui warn at compile time due of a #warning i added, i will remove it pretty soon. CVS patchset: 715 CVS date: 2001/10/01 23:04:57
2001-09-30use SNDCTL_DSP_GETODELAY if available. fixes sync problem with the freebsd ↵Heiko Schaefer
audio driver for sb128. CVS patchset: 710 CVS date: 2001/09/30 23:12:05
2001-09-28O_NONBLOCK (posix) seems to be prefered to O_NDELAY or the kernelJuergen Keil
internal FNDELAY flag, for non blocking I/O on various platforms Now, a solaris user with OSS installed can build the xine oss audio plugin, too. CVS patchset: 707 CVS date: 2001/09/28 10:19:08
2001-09-24Unblock SIGALRM, while we try to open esd. SIGALRM is used in an esd daemonJuergen Keil
auto startup attempt to signal a daemon failure to the parent. CVS patchset: 691 CVS date: 2001/09/24 18:15:59
2001-09-23audio_fd not initialized, sun audio driver can close random filedescriptors.Juergen Keil
CVS patchset: 685 CVS date: 2001/09/23 15:24:53
2001-09-14Fix xine --help audio plugin sensing.James Courtier-Dutton
CVS patchset: 635 CVS date: 2001/09/14 20:44:01
2001-09-12Make the default settings work on more systems.James Courtier-Dutton
CVS patchset: 621 CVS date: 2001/09/12 15:42:28
2001-09-08increase gap tolerance for non-realtime driversGuenter Bartsch
CVS patchset: 589 CVS date: 2001/09/08 16:29:30
2001-09-06IRIX audio port added.Matthias Hopf
Copying instead of linking missing GNU files now (cross-plattform development). CVS patchset: 583 CVS date: 2001/09/06 17:12:37
2001-09-06DTS via SPDIFJoachim Koenig
CVS patchset: 582 CVS date: 2001/09/06 15:40:47
2001-09-06DTS via SPDIFJoachim Koenig
CVS patchset: 581 CVS date: 2001/09/06 15:23:14
2001-09-06Add support for unsigned 8-bit audio formatJuergen Keil
CVS patchset: 572 CVS date: 2001/09/06 12:17:12
2001-09-04a little bit more log output from esd output pluginGuenter Bartsch
CVS patchset: 564 CVS date: 2001/09/04 20:30:55
2001-09-02resample.* is no longer needed in audio_outxine-0_5_2-release0.5.2Guenter Bartsch
CVS patchset: 555 CVS date: 2001/09/02 22:45:00
2001-09-01README updates.James Courtier-Dutton
The README.xinerc now contains all config items which might appear. Some are left for developers to add meanings. Some typo changes. CVS patchset: 543 CVS date: 2001/09/01 18:00:16
2001-09-01Flush buffered audio samples on audio driver closeJuergen Keil
Add 'static_delay' code, (same as OSS audio driver) CVS patchset: 540 CVS date: 2001/09/01 17:54:52
2001-08-29Fogotten A52 changes.Daniel Caujolle-Bert
CVS patchset: 517 CVS date: 2001/08/29 10:31:39
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