summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
2005-02-17More aggressive inlining for libFLACLinus Nielsen Feltzing1-1/+2
2005-02-17tremor.a -> libTremor.aMarcoen Hirschberg1-2/+2
2005-02-17Tremor does not encodeMarcoen Hirschberg1-2/+2
2005-02-17Initial commit of the the Ogg Vorbis 'Tremor' integer playback codecMarcoen Hirschberg41-0/+11588
2005-02-16Add libFLAC to the build systemDave Chapman3-2/+65
2005-02-16Fix some compiler warningsDave Chapman6-9/+9
2005-02-16Remove an internal FLAC debug function that uses FILE*Dave Chapman2-0/+4
2005-02-16Initial import of libFLAC from flac-1.1.2.tar.gzDave Chapman56-0/+29599
2005-02-16Add liba52 to the codec build.Dave Chapman1-2/+8
2005-02-16Trivial changes to avoid compiler warnings.Dave Chapman3-3/+9
2005-02-16Correct typo - liba52 is in apps/codecs, not apps/pluginsDave Chapman1-3/+3
2005-02-16IMDCT lookup tables are pre-generated in imdct_lookups.h and not calculated a...Dave Chapman2-14/+74
2005-02-16Initial import of the unmodified version of liba52-0.7.5-cvs, checked out of ...Dave Chapman24-0/+3970
2005-02-16Initial Makefile to build the codec codeDave Chapman1-0/+31
2005-02-16Start to add libmad to the build systemDave Chapman2-0/+55
2005-02-15Very minor changes to remove compiler warnings (tested with gcc-3.4.2 under L...Dave Chapman4-7/+14
2005-02-15Comment out calls to sprintf in mad_timer_string() - sprintf doesn't exist in...Dave Chapman1-13/+16
2005-02-15Initial check-in of unmodified libmad code (libmad-0.15.1b)Dave Chapman41-0/+23761