COMMITS
/ Modules/audioop.c June 8, 2006
T
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 7, 2006
N
Thanks to Coverity, these were all reported by their Prevent tool.
Neal Norwitz committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
August 2, 2002
M
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond committed
January 17, 2002
M
Patch #477750: Use METH_ constants in Modules.
Martin v. Löwis committed
December 7, 2001
T
audioop_ratecv() again: settle for a sloppier upper bound that's less
Tim Peters committed
December 5, 2001
T
audioop_ratecv(): I left a potentially unsafe multiply unchecked
Tim Peters committed
T
SF bug 482574: audioop.ratecv crashes.
Tim Peters committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 31, 2000
F
Remove one compiler warning found with -Wstrict-prototypes.
Fred Drake committed
August 4, 2000
M
Removing warnings discovered by gcc -Wall
Moshe Zadka committed
July 31, 2000
P
merge Include/my*.h into Include/pyport.h
Peter Schneider-Kamp committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 10, 2000
P
ANSI-fication
Peter Schneider-Kamp committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
May 2, 2000
G
Disable the ZEROTRAP code -- this turns a 0 byte into a 2 byte and I
Guido van Rossum committed
February 29, 2000
G
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum committed
September 7, 1999
G
Fixed memory leak in ratecv, in response to PR#72. By Sjoerd Mullender.
Guido van Rossum committed
December 4, 1998
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
April 23, 1998
G
Purported fixes for 64-bit platforms with help from John Jorgensen
Guido van Rossum committed
October 31, 1997
G
Add cast to realloc/malloc call to shut up AIX compiler. (Vladimir Marangozov)
Guido van Rossum committed
October 1, 1997
G
Apply two changes, systematically:
Guido van Rossum committed
September 22, 1997
G
Fix by Sjoerd: don't want to resize to zero length.
Guido van Rossum committed
May 20, 1997
G
fixed ratecv to continue working if product of rates is bigger than 32 bits
Guido van Rossum committed
April 9, 1997
G
Tweaks to keep the Microsoft compiler quier.
Guido van Rossum committed
February 14, 1997
G
Changes by Sjoerd (reformatted).
Guido van Rossum committed
January 17, 1997
R
Added Sjoerd's submitted 'ratecv' method. Made corrections for new names.
Roger E. Masse committed
January 3, 1997
R
Renamed, reindented. (was already partially complete)
Roger E. Masse committed
December 5, 1996
G
Keep gcc -Wall happy.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
March 9, 1995
G
changes for MPW
Guido van Rossum committed
January 17, 1995
G
Made some more things static, and other cleanup for new naming scheme
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
January 2, 1995
G
Another bulky set of minor changes.
Guido van Rossum committed
September 6, 1994
S
Added minmax function.
Sjoerd Mullender committed
August 29, 1994
G
Makefile.pre.in: add $(OPT) to link command
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
December 13, 1993
S
Added minmax function:
Sjoerd Mullender committed
February 23, 1993
J
Added audioop.reverse() which reverses an audio sample
Jack Jansen committed
February 17, 1993
J
This time really check in the new routines :-)
Jack Jansen committed
J
Added lin2lin, findmax, findfactor and fintfit routines
Jack Jansen committed
February 10, 1993
S
Fixed some memory leaks when things go wrong.
Sjoerd Mullender committed
J
Changed adpcm routines to use 2-element state (was 3 element)
Jack Jansen committed
January 26, 1993
G
* Added Fixcprt.py: script to fix copyright message.
Guido van Rossum committed
January 8, 1993
J
Fixed various bugs in the adpcm routines
Jack Jansen committed
August 24, 1992
J
Added rms, maxpp and avgpp methods.
Jack Jansen committed
July 6, 1992
G
Added conversions to/from ADPCM(-4); renamed adpcm to adpcm3 (what it
Guido van Rossum committed