2002-08-19 23:35  jaq

	* NEWS:

	- Updated NEWS for 0.3 release.
	
2002-08-19 23:30  jaq

	* config_unix.py, setup.py, src/pymadfile.c:

	- Added endianness check, so puts samples the right way
	  around on PPC and other bigendian archs.
	
2002-08-19 22:02  jaq

	* src/pymadfile.c:

	- "emphasis" was returning the bitrate, fixed braino.
	
2002-08-19 22:02  jaq

	* NEWS, setup.py:

	- Updated NEWS and version in setup.py after the release of
	  0.2 just now.
	
2002-08-18 18:01  jaq

	* MANIFEST.in:

	- Added NEWS to MANIFEST.
	
2002-08-18 18:01  jaq

	* NEWS:

	- Added a NEWS file.
	
2002-08-18 17:49  jaq

	* MANIFEST.in:

	- Updated MANIFEST to include ChangeLog
	
2002-08-18 17:27  jaq

	* MANIFEST.in:

	- Added the MANIFEST.in file
	
2002-08-18 17:24  jaq

	* setup.py:

	- Fixed setup.py to call mad a module instead of a package.
	
2002-08-18 17:05  jaq

	* src/pymadfile.c:

	- Remove compile warning about uninitialised variable `mf',
	  which really is initialised as long as the function
	  doesn't bomb out during the args parsing -- in which case
	  it'll return NULL and Python will flag an error.
	
2002-08-18 16:43  jaq

	* test/test.py:

	- Removed hardcoded mp3s from test.py
	
2002-08-18 16:43  jaq

	* README:

	- Added README
	
2002-08-18 16:21  jaq

	* src/madmodule.c:

	- Changed pymad version to our version rather than the
	  libmad version.
	
2002-08-18 16:21  jaq

	* .cvsignore, config_unix.py, setup.py:

	- Added configure files
	- Updated cvsignore
	
2002-08-18 15:38  jaq

	* AUTHORS, COPYING:

	- Added an authors file and the GPL
	
2002-08-18 15:00  jaq

	* .cvsignore:

	- Added .cvsignore
	
2002-08-18 14:01  jaq

	* src/: pymadfile.c, pymadfile.c:

	- More layout changes.
	
2002-08-18 13:52  jaq

	* src/: madmodule.c, pymadfile.c, pymadfile.h:

	- Reindented code.
	
2002-08-18 13:47  jaq

	* src/madmodule.c, src/pymadfile.c, src/pymadfile.h, test/test.py:

	- Added code to return MPEG frame information from MAD to
	  the Python caller.
	- Added an example program to demonstrate usage.
	
2002-08-17 13:05  jaq

	* src/pymadfile.c:

	- Capitalised a comment.
	
2002-08-16 21:47  andrewb

	* src/pymadfile.c:

	- Added missing BSD license to pymadfile.c for code copied
	  from madlld.
	
2002-08-04 22:55  andrewb

	* src/pymadfile.c:

	- Removed magic numbers from pymadfile.c
	
2002-08-04 15:42  cgray

	* src/: pymadfile.c, pymadfile.h:

	- pymad can be passed a python file object as well as a
	  filename, so in theory it can decode interweb streams or
	  something.
	- fixed some segfaults due to the above changes in
	  pymadfile.c
	
2002-08-03 13:03  cgray

	* src/Makefile:

	- Added some include and lib paths for BSD weenies
	
2002-08-02 21:28  andrewb

	* src/pymadfile.c:

	- Fixed typo in error message buffer size in pymadfile.c --
	  this is why magic numbers are bad, mmkay!
	
2002-06-29 14:42  jaq

	* src/pymadfile.c:

	- Commented out the fprintf to stderr in pymadfile.c, so
	  there aren't lots of mpeg warnings on the console.
	
2002-06-24 12:31  jaq

	* src/pymadfile.c:

	- Fixed bug in pymadfile.c that caused the decode loop to
	  keep trying to to read data from mp3s with stream errors
	  at EOF.
	
2002-06-23 16:26  andrewb

	* src/: Makefile, pymadfile.c:

	- Made madmodule build with python 1.5
	- Removed -pedantic from Makefile (gcc > 2.95 barfs on
	  python headers)
	
2002-06-23 14:26  jaq

	* src/: Makefile, pymadfile.c:

	- Added emacs backup files to clean rule.
	- Fixed the conversion from mad_fixed_t to int so that weird
	  distortion doesn't happen during loud peaks.
	- Reformatted code in pymadfile.c.
	
2002-06-17 11:16  jaq

	* src/: Makefile, madmodule.c, madmodule.h, pymadfile.c,
	pymadfile.h:

	- Added pymad module code.
	
