summaryrefslogtreecommitdiff
path: root/apps/codecs/liba52 (follow)
Commit message (Expand)AuthorAge
* FS#11454 Tuning of codec compiler optionsNils Wallménius2010-07-18
* Change liba52 and libmad to the original 8-spaced tabbing.Andree Buschmann2010-02-22
* Remove all tabs within codec path.Andree Buschmann2010-02-22
* Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper2010-02-17
* Actually qualify the tables put into .irodata in r22849 as 'const'. Also mark...Jens Arnold2009-09-30
* Change IDATA to ICONST for lookup tables since they're actually constant.Michael Giacomelli2009-09-29
* Silence warning from 'ar' if the archive had to be created.Jens Arnold2009-03-01
* Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg2009-02-23
* Added 'keywords' and 'eol-style' properties.Björn Stenberg2008-11-25
* Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg2008-11-20
* New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2008-11-20
* Add simple ASMed fixed point multiply functions for ARM to AC3. Gives a 38% ...Michael Giacomelli2008-09-23
* Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin2008-05-05
* Make AC3 codec use Rockbox' native bitswap routines.Thom Johansen2007-09-28
* Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman2007-05-10
* Update several codec Makefiles so that the codec libs build again on Coldfire...Magnus Holmgren2006-10-30
* Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold2006-10-27
* Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold2006-10-23
* Profiling support, tools and documentation.Brandon Low2006-01-18
* Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren2005-12-05
* Some more IBSS_ATTR changes.Thom Johansen2005-10-31
* Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing2005-10-27
* Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen2005-09-07
* oops... should compile without warnings nowChristian Gmeiner2005-07-18
* Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner2005-07-18
* Big performance improvement for liba52. A couple of small ASM opts, and lots ...Thom Johansen2005-06-11
* Fixed makefiles for autoconf.g include.Daniel Stenberg2005-05-07
* Use the new generic SRC build "macro" in tools/makesrc.inc to process theDaniel Stenberg2005-03-06
* Use EXTRA_DEFINES for the SOURCES parsing in the codec makefilesLinus Nielsen Feltzing2005-03-03
* Handle .S files in the codec MakefilesLinus Nielsen Feltzing2005-03-02
* Correct dependencies for codec buildsLinus Nielsen Feltzing2005-03-01
* Get malloc() and friends out of the way for the cygwin linker (and maybe othe...Jens Arnold2005-02-28
* CleanupJens Arnold2005-02-26
* Renamed config.h to config-a52.h to avoid name clash with rockbox' config.hJens Arnold2005-02-26
* Show compiled source filesJens Arnold2005-02-26
* A temporary solution to build liba52 on the simulators - assume little-endian...Dave Chapman2005-02-18
* Trivial changes to avoid compiler warnings.Dave Chapman2005-02-16
* Correct typo - liba52 is in apps/codecs, not apps/pluginsDave Chapman2005-02-16
* IMDCT lookup tables are pre-generated in imdct_lookups.h and not calculated a...Dave Chapman2005-02-16
* Initial import of the unmodified version of liba52-0.7.5-cvs, checked out of ...Dave Chapman2005-02-16