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
/
upmix.c
Age
Commit message (
Expand
)
Author
2013-09-13
Copyright year update by hg log info
Torsten Jager
2010-07-25
Merge from 1.1; resync translation files.
Darren Salt
2010-07-21
0 → NULL for consistency.
Darren Salt
2010-07-20
Missing mutex init
Matthias Drochner
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2009-01-18
Merge from 1.1.
Darren Salt
2009-01-18
Remove '#include "config.h"' from all public header files.
Darren Salt
2008-05-23
Merge from 1.1. VDR needs to be updated.
Diego 'Flameeyes' Pettenò
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2008-01-25
Always use xine_xmalloc in plugin class init; avoids uninitialised pointers.
Darren Salt
2007-12-19
Update all the code to the new headers layout.
Diego 'Flameeyes' Pettenò
2007-12-11
Use default_*_class_dispose macro whenever the class dispose function only ca...
Diego 'Flameeyes' Pettenò
2007-12-11
Use N_() rather than _(), passing the string just once to gettext().
Diego 'Flameeyes' Pettenò
2007-12-11
Update all post plugins to the new identifier/description interface. Add _() ...
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-04-08
Mark various private arrays, structs & fn parameters as static and/or const.
Darren Salt
2006-01-27
Adapt the engine to the new list code.
Thibaut Mattern
2004-07-27
* use a header for the init functions
Michael Roitzsch
2004-07-26
experimental time stretching plugin
Miguel Freitas
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-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