index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
post
/
audio
Age
Commit message (
Expand
)
Author
2009-01-18
Remove '#include "config.h"' from all public header files.
Darren Salt
2009-01-17
Avoid libtool running ldconfig (where not needed) at install time.
Darren Salt
2008-11-20
Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ...
František Dvořák
2008-05-23
Mark initialisation functions with malloc attribute.
Diego 'Flameeyes' Pettenò
2008-05-09
Avoid loop for common memory operations (zeroing, copying, moving).
Diego 'Flameeyes' Pettenò
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-08-15
Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro).
Darren Salt
2007-08-15
Fix an audio resampling problem which was causing regular clicking.
Darren Salt
2007-06-09
Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions.
Darren Salt
2007-04-08
Mark various private arrays, structs & fn parameters as static and/or const.
Darren Salt
2007-04-06
Define a xinepostdir directory to point to the post-plugins path.
Diego 'Flameeyes' Pettenò
2007-04-03
Rationalise use of .hgignore, removes a bunch of files that only ignored auto...
Diego 'Flameeyes' Pettenò
2007-04-02
Migrate all .cvsignore files to .hgignore.
Diego 'Flameeyes' Pettenò
2007-03-22
Fix crosscompile to use build and host definition from autoconf, rather than ...
Diego 'Flameeyes' Pettenò
2006-07-10
Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...
Diego 'Flameeyes' Pettenò
2006-06-02
Various static/const fixes from Gentoo.
Darren Salt
2006-05-03
Make various arrays and structures (mainly xine_plugin_info) const.
Darren Salt
2006-04-08
Ancient platforms support:
František Dvořák
2006-02-05
New volume normalization post plugin ported by Jason Tackaberry
Miguel Freitas
2006-01-27
Adapt the engine to the new list code.
Thibaut Mattern
2005-12-12
- Czech translation update
František Dvořák
2005-08-25
*BUGFIX*
František Dvořák
2005-07-26
ignore non mono audio streams by default
xine-lib-1_1_0-release
1.1.0
Miguel Freitas
2005-07-16
- stretch.c: warning fix
Miguel Freitas
2005-07-16
Reinhard Nissl's plugin to upmix mono to stereo
Miguel Freitas
2005-05-07
*BUGFIX*
František Dvořák
2004-10-29
use monotonic clock when available
Miguel Freitas
2004-08-02
no objections so far: committing the fine speed control patch
Miguel Freitas
2004-07-27
* use a header for the init functions
Michael Roitzsch
2004-07-26
play 20% faster by default
Miguel Freitas
2004-07-26
experimental time stretching plugin
Miguel Freitas
2004-07-20
fix compiler warnings
Michael Roitzsch
2004-05-29
separate the two semantics of querying a port's status with a NULL stream;
Michael Roitzsch
2004-05-23
rename from AO_CAP_32BITS to AO_CAP_FLOAT32
Michael Roitzsch
2004-05-20
missing headers
Miguel Freitas
2004-05-19
housekeeping
Michael Roitzsch
2004-05-18
track number of times the port has being opened.
Miguel Freitas
2004-05-17
Correct port status call.
James Courtier-Dutton
2004-05-17
Fix noises appearing when seeking and using the upmix plugin.
James Courtier-Dutton
2004-05-17
Correct the copyright notice.
James Courtier-Dutton
2004-05-17
Implement the parameters api to see the Sub-woofer cut off frequency.
James Courtier-Dutton
2004-05-17
Remove the center channel from the upmix.
James Courtier-Dutton
2004-05-16
Remove references to video and metronom for the upmix plugin.
James Courtier-Dutton
2004-05-16
Changes in white space only.
James Courtier-Dutton
2004-05-16
Plugin is now a XINE_POST_TYPE_AUDIO_FILTER.
James Courtier-Dutton
2004-05-16
Make the upmix plugin act as a passthru if it cannot handle the upmix format.
James Courtier-Dutton
2004-05-15
Port subwoofer filter from mplayer.
James Courtier-Dutton
2004-05-15
First attempt at an upmix plugin.
James Courtier-Dutton