summaryrefslogtreecommitdiff
path: root/apps/codecs/liba52
AgeCommit message (Expand)Author
2007-09-28Make AC3 codec use Rockbox' native bitswap routines.Thom Johansen
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman
2006-10-30Update several codec Makefiles so that the codec libs build again on Coldfire...Magnus Holmgren
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold
2006-01-18Profiling support, tools and documentation.Brandon Low
2005-12-05Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren
2005-10-31Some more IBSS_ATTR changes.Thom Johansen
2005-10-27Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing
2005-09-07Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen
2005-07-18oops... should compile without warnings nowChristian Gmeiner
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner
2005-06-11Big performance improvement for liba52. A couple of small ASM opts, and lots ...Thom Johansen
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg
2005-03-06Use the new generic SRC build "macro" in tools/makesrc.inc to process theDaniel Stenberg
2005-03-03Use EXTRA_DEFINES for the SOURCES parsing in the codec makefilesLinus Nielsen Feltzing
2005-03-02Handle .S files in the codec MakefilesLinus Nielsen Feltzing
2005-03-01Correct dependencies for codec buildsLinus Nielsen Feltzing
2005-02-28Get malloc() and friends out of the way for the cygwin linker (and maybe othe...Jens Arnold
2005-02-26CleanupJens Arnold
2005-02-26Renamed config.h to config-a52.h to avoid name clash with rockbox' config.hJens Arnold
2005-02-26Show compiled source filesJens Arnold
2005-02-18A temporary solution to build liba52 on the simulators - assume little-endian...Dave Chapman
2005-02-16Trivial changes to avoid compiler warnings.Dave Chapman
2005-02-16Correct typo - liba52 is in apps/codecs, not apps/pluginsDave Chapman
2005-02-16IMDCT lookup tables are pre-generated in imdct_lookups.h and not calculated a...Dave Chapman
2005-02-16Initial import of the unmodified version of liba52-0.7.5-cvs, checked out of ...Dave Chapman