Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-25 | Port nsf plugin build-disabling option to 1.2. | Darren Salt | |
2007-11-03 | Allow external libfaad. | Darren Salt | |
2007-06-14 | Fix the fixes to disable mlib, thanks Matt. | Diego 'Flameeyes' Pettenò | |
2007-06-14 | Also disable mediaLib support here. | Diego 'Flameeyes' Pettenò | |
2007-05-31 | Move liba52/a52dec sources inside contrib/a52dec. | Diego 'Flameeyes' Pettenò | |
--HG-- rename : src/liba52/a52.h => contrib/a52dec/a52.h rename : src/liba52/a52_internal.h => contrib/a52dec/a52_internal.h rename : src/liba52/bit_allocate.c => contrib/a52dec/bit_allocate.c rename : src/liba52/bitstream.c => contrib/a52dec/bitstream.c rename : src/liba52/bitstream.h => contrib/a52dec/bitstream.h rename : src/liba52/crc.c => contrib/a52dec/crc.c rename : src/liba52/diff_against_release.patch => contrib/a52dec/diff_against_release.patch rename : src/liba52/downmix.c => contrib/a52dec/downmix.c rename : src/liba52/imdct.c => contrib/a52dec/imdct.c rename : src/liba52/parse.c => contrib/a52dec/parse.c rename : src/liba52/tables.h => contrib/a52dec/tables.h | |||
2007-05-31 | Replace libmad with a pristine copy of 0.15.1b, and move it into contrib/. | Diego 'Flameeyes' Pettenò | |
2007-05-31 | Move modplug demuxing on its own plugin. | Diego 'Flameeyes' Pettenò | |
This way binary distributions can make it optional, as it requires quite a bit of CPU time during initialisation, even for audio files that nothing have to do with modplug. | |||
2007-05-17 | Mac OS X universal binary build cleanups | Matt Messier | |
2007-05-14 | Final pass over decoders.m4 | Matt Messier | |
2007-05-12 | Fix the sense of a check for with_external_libmad | Matt Messier | |
2007-05-12 | Fix stupid typos: instances of $" should be "$ | Matt Messier | |
2007-05-12 | More configure/Makefile cleanups | Matt Messier | |
-- Make a pass at cleaning up contrib/ Makefile.am files -- Rename many AM_CONDITIONALS for consistency and give them better names to better indicate what they mean -- Remove some dead input plugin tests -- Clean up AM_PATH_DVDNAV | |||
2007-05-11 | Cleanup, fix, and generally rework assembler configure checks | Matt Messier | |
2007-05-10 | Uncomment libFLAC tests accidentally left commented out | Matt Messier | |
2007-05-09 | Clean up decoder/demuxer configuration checks | Matt Messier | |
2007-05-09 | Move decoder/demuxer checks from configure.ac to decoders.m4 | Matt Messier | |