summaryrefslogtreecommitdiff
path: root/apps/codecs/liba52
AgeCommit message (Expand)Author
2010-07-18FS#11454 Tuning of codec compiler optionsNils Wallménius
2010-02-22Change liba52 and libmad to the original 8-spaced tabbing.Andree Buschmann
2010-02-22Remove all tabs within codec path.Andree Buschmann
2010-02-17Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper
2009-09-30Actually qualify the tables put into .irodata in r22849 as 'const'. Also mark...Jens Arnold
2009-09-29Change IDATA to ICONST for lookup tables since they're actually constant.Michael Giacomelli
2009-03-01Silence warning from 'ar' if the archive had to be created.Jens Arnold
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg
2008-09-23Add simple ASMed fixed point multiply functions for ARM to AC3. Gives a 38% ...Michael Giacomelli
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin
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