summaryrefslogtreecommitdiffstats
path: root/apps/codecs/liba52
AgeCommit message (Expand)AuthorFilesLines
2008-09-23Add simple ASMed fixed point multiply functions for ARM to AC3. Gives a 38% ...Michael Giacomelli1-0/+30
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2007-09-28Make AC3 codec use Rockbox' native bitswap routines.Thom Johansen1-24/+1
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman2-2/+2
2006-10-30Update several codec Makefiles so that the codec libs build again on Coldfire...Magnus Holmgren1-2/+2
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold1-5/+3
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold1-1/+2
2006-01-18Profiling support, tools and documentation.Brandon Low1-1/+1
2005-12-05Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren1-8/+5
2005-10-31Some more IBSS_ATTR changes.Thom Johansen1-2/+2
2005-10-27Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing1-1/+1
2005-09-07Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen1-1/+1
2005-07-18oops... should compile without warnings nowChristian Gmeiner1-1/+1
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner2-2/+2
2005-06-11Big performance improvement for liba52. A couple of small ASM opts, and lots ...Thom Johansen4-13/+53
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg2-4/+4
2005-03-06Use the new generic SRC build "macro" in tools/makesrc.inc to process theDaniel Stenberg1-1/+3
2005-03-03Use EXTRA_DEFINES for the SOURCES parsing in the codec makefilesLinus Nielsen Feltzing1-1/+1
2005-03-02Handle .S files in the codec MakefilesLinus Nielsen Feltzing1-1/+2
2005-03-01Correct dependencies for codec buildsLinus Nielsen Feltzing1-1/+1
2005-02-28Get malloc() and friends out of the way for the cygwin linker (and maybe othe...Jens Arnold2-1/+2
2005-02-26CleanupJens Arnold1-5/+1
2005-02-26Renamed config.h to config-a52.h to avoid name clash with rockbox' config.hJens Arnold6-5/+6
2005-02-26Show compiled source filesJens Arnold1-0/+1
2005-02-18A temporary solution to build liba52 on the simulators - assume little-endian...Dave Chapman1-0/+2
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