index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
liba52
Age
Commit message (
Expand
)
Author
2010-02-17
Merge from branches/mdctexp - faster ifft+imdct in codec lib
Dave Hooper
2009-09-30
Actually qualify the tables put into .irodata in r22849 as 'const'. Also mark...
Jens Arnold
2009-09-29
Change IDATA to ICONST for lookup tables since they're actually constant.
Michael Giacomelli
2009-03-01
Silence warning from 'ar' if the archive had to be created.
Jens Arnold
2009-02-23
Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...
Daniel Stenberg
2008-11-25
Added 'keywords' and 'eol-style' properties.
Björn Stenberg
2008-11-20
Remove .a files before running ar, to avoid problems with renamed files remai...
Björn Stenberg
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2008-09-23
Add simple ASMed fixed point multiply functions for ARM to AC3. Gives a 38% ...
Michael Giacomelli
2008-05-05
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...
Nicolas Pennequin
2007-09-28
Make AC3 codec use Rockbox' native bitswap routines.
Thom Johansen
2007-05-10
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
Dave Chapman
2006-10-30
Update several codec Makefiles so that the codec libs build again on Coldfire...
Magnus Holmgren
2006-10-27
Next step of Makefile tuning: * Use 'make' internal commands for printing mes...
Jens Arnold
2006-10-23
Consistent style of 'make' messages. Always use ranlib after ar.
Jens Arnold
2006-01-18
Profiling support, tools and documentation.
Brandon Low
2005-12-05
Codec makefile cleanup: remove redundant things, don't generate dependency fi...
Magnus Holmgren
2005-10-31
Some more IBSS_ATTR changes.
Thom Johansen
2005-10-27
Support for a colon-separated path in APPEXTRA
Linus Nielsen Feltzing
2005-09-07
Adapted codecs and DSP system to having MACSR saved in thread context.
Thom Johansen
2005-07-18
oops... should compile without warnings now
Christian Gmeiner
2005-07-18
Added CPU_COLDFIRE define - one step closer to iAudio-port
Christian Gmeiner
2005-06-11
Big performance improvement for liba52. A couple of small ASM opts, and lots ...
Thom Johansen
2005-05-07
Fixed makefiles for autoconf.g include.
Daniel Stenberg
2005-03-06
Use the new generic SRC build "macro" in tools/makesrc.inc to process the
Daniel Stenberg
2005-03-03
Use EXTRA_DEFINES for the SOURCES parsing in the codec makefiles
Linus Nielsen Feltzing
2005-03-02
Handle .S files in the codec Makefiles
Linus Nielsen Feltzing
2005-03-01
Correct dependencies for codec builds
Linus Nielsen Feltzing
2005-02-28
Get malloc() and friends out of the way for the cygwin linker (and maybe othe...
Jens Arnold
2005-02-26
Cleanup
Jens Arnold
2005-02-26
Renamed config.h to config-a52.h to avoid name clash with rockbox' config.h
Jens Arnold
2005-02-26
Show compiled source files
Jens Arnold
2005-02-18
A temporary solution to build liba52 on the simulators - assume little-endian...
Dave Chapman
2005-02-16
Trivial changes to avoid compiler warnings.
Dave Chapman
2005-02-16
Correct typo - liba52 is in apps/codecs, not apps/plugins
Dave Chapman
2005-02-16
IMDCT lookup tables are pre-generated in imdct_lookups.h and not calculated a...
Dave Chapman
2005-02-16
Initial import of the unmodified version of liba52-0.7.5-cvs, checked out of ...
Dave Chapman