index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio_out
/
audio_arts_out.c
Age
Commit message (
Expand
)
Author
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-06-16
Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...
Diego 'Flameeyes' Pettenò
2006-07-16
malloc cleanups (based on a patch from Chris Brien).
Darren Salt
2006-07-10
Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...
Diego 'Flameeyes' Pettenò
2006-06-18
Misc warnings fixes.
Diego 'Flameeyes' Pettenò
2006-05-03
Make various arrays and structures (mainly xine_plugin_info) const.
Darren Salt
2006-03-16
[coverity]
Thibaut Mattern
2004-07-11
- add a work-around for aRts bug:
Bastien Nocera
2004-04-09
made GCC happy
Daniel Caujolle-Bert
2004-02-15
exiting xine with arts audio freezes on BSD; this should be an arts bug, but
Michael Roitzsch
2003-12-20
solved some big-endian problemes
Manfred Tremmel
2003-12-14
API version bounce
Siggi Langauf
2003-12-09
update copyright year (and we have to do it again in 3 weeks... ;-) )
Daniel Caujolle-Bert
2003-12-05
cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...
Daniel Caujolle-Bert
2002-12-21
- add buf->decoder_info_ptr: portability for systems where pointer has
Miguel Freitas
2002-12-15
The _XOPEN_SOURCE define for getting a swab() prototype confuses the solaris
Juergen Keil
2002-12-06
fixing segfaults in arts
Miguel Freitas
2002-11-25
return of the arts audio output plugin
Guenter Bartsch
2002-11-20
engine modifications to allow post plugin layer:
Michael Roitzsch
2002-09-05
make all the plugin init functions static
Michael Roitzsch
2002-09-04
merging in the new_api branch ... unfortunately video_out / vo_scale is broke...
Guenter Bartsch
2002-06-12
Remove no more needed XINE_LOGO.
Daniel Caujolle-Bert
2002-05-27
software volume control patch by Igor Mokrushin <igor@avtomir.ru>
Miguel Freitas
2002-05-23
connect to arts server only once and disconnects on exit. this fixes
Miguel Freitas
2002-04-06
changes i forgot to commit with sound card drift patch. AO_MAX_GAP should
Miguel Freitas
2002-03-11
Add a "control" method to the audio drivers, to allow pause/resume of the
Juergen Keil
2001-11-18
more cleanups, config stuff bugfixes
Guenter Bartsch
2001-11-17
Add 'xine_' prefix to all of xine-utils functions (what about cpu
Daniel Caujolle-Bert
2001-10-12
- fix for playing low quality sound (like 11127Hz,8bit,mono)
Miguel Freitas
2001-09-14
Fix xine --help audio plugin sensing.
James Courtier-Dutton
2001-08-24
fixed esd / gap support (configureable), coding style enforcement
Guenter Bartsch
2001-08-23
Arts should now work on the new architecture.
James Courtier-Dutton
2001-07-30
artsd audio output patch by Philip Stadermann
Guenter Bartsch
2001-06-24
added arts audio support contributed by Philip Stadermann
Guenter Bartsch