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
/
lib
Age
Commit message (
Expand
)
Author
2012-04-25
Add codecs to librbcodec.
Sean Bartell
2012-03-28
build system: completely autodetect target cpu architecture.
Thomas Martitz
2012-03-28
tlsf: move to /lib (it's also used by plugins).
Thomas Martitz
2012-01-21
Move supprt-arm.S to separate library.
Thomas Martitz
2011-09-21
codeclib/libtremor: Clean up duplication of inline funcs, constify the ones i...
Nils Wallménius
2011-09-15
codeclib: more cf asm for the mdct, saves ~0.7MHz decoding vorbis on h300.
Nils Wallménius
2011-09-14
codeclib: further tweaks to the cf fft asm for a small speedup.
Nils Wallménius
2011-09-13
codeclib: tweak coldfire mdct asm a bit more, flip usage of mac/msac instead ...
Nils Wallménius
2011-09-12
codeclib: coldfire asm for the TRANSFORM* functions in the fft and a little f...
Nils Wallménius
2011-09-07
Submit FS#12258. Do not use '-ffunction-sections' and '-fdata-sections' when ...
Andree Buschmann
2011-06-08
codeclib: make selective inclusion of macros and inline functions from the co...
Nils Wallménius
2011-06-05
FS#12146: Fix libcook bugs introduced in r22055 by Sean Bartell.
Nils Wallménius
2011-06-02
FS#12141 by Sean Bartell
Nils Wallménius
2011-06-01
FS#12140 by Sean Bartell, Make various codec stuff static.
Nils Wallménius
2011-05-26
Commit FS#12130 - Fix ADX decoding on 64-bit systems by Sean Bartell. Fixes ...
Michael Giacomelli
2011-05-20
Use more IRAM on S5L870x to speed up wmapro by ~2%.
Andree Buschmann
2011-05-10
Proper initialization of static variables in codeclib.
Andree Buschmann
2011-05-08
Use CACHEALIGN_SIZE in codec_malloc for optimal alignment.
Andree Buschmann
2011-05-08
codeclib: Declare several variables static and remove unused variables.
Andree Buschmann
2011-05-01
Work around another 'set but not used' warning.
Nils Wallménius
2011-04-27
Having a default weak codec_main symbol doesn't seem to be working out for co...
Michael Sevakis
2011-04-27
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...
Michael Sevakis
2011-02-20
Enforce that codecs wait for their metadata in a proper-ish and consistent ma...
Michael Sevakis
2010-12-27
Fix profiling on coldfire with newer Gcc.
Nils Wallménius
2010-12-01
codeclib: inline assembler for fft4 and fft8 on coldfire, small 0.2-0.3MHz sp...
Nils Wallménius
2010-11-24
codeclib: there is no need to limit the outputs of the coldfire X(N)PROD_R ma...
Nils Wallménius
2010-11-23
codeclib: don't mark the outputs for the coldfire X(N)PROD_R asm macros as ea...
Nils Wallménius
2010-11-21
Remove unused define.
Andree Buschmann
2010-10-12
Rearrange and remove some manual register assignments, make use of pointer ad...
Dave Hooper
2010-09-29
ARMv6 supports unaligned memory accesses and they are enabled on our only ARM...
Nils Wallménius
2010-08-24
Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i...
Thomas Martitz
2010-07-29
Make codeclib_misc.h include the asm headers to simplify inclusion magic.
Nils Wallménius
2010-07-18
FS#11454 Tuning of codec compiler options
Nils Wallménius
2010-07-17
Begin shoehorning wma into the clip codec buffer again. Reduce the static buf...
Nils Wallménius
2010-07-17
Enable ff_copy_bits in ffmpeg_bitstream.c and put_bits.h and intreadwrite.h t...
Mohamed Tarek
2010-07-16
libwma has Huffman tables that are too big for the stack temp buffer. Make te...
Nils Wallménius
2010-07-15
Sync codeclib bitstream code with upstream ffmpeg code. Build ffmpeg_bitstrea...
Nils Wallménius
2010-07-14
Check if ROCKBOX_LITTLE_ENDIAN and ROCKBOX_BIG_ENDIAN are defined, no which v...
Rafaël Carré
2010-07-10
Rename/change SIMVER to APP_TYPE in the Makefiles.
Thomas Martitz
2010-06-27
Fix inline asm argument. Shouldn't have much impact in practice but might sav...
Nils Wallménius
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
2010-06-17
ARMv6 versions of X(N)PROD31 macros and MULT32 macro. Saves about 1MHz or 3% ...
Nils Wallménius
2010-06-11
FS#11335 by me: make ARM assembly functions thumb-friendly
Rafaël Carré
2010-05-31
ARM: use BX when branch to an address in register
Rafaël Carré
2010-05-13
Two tiny tweaks to some arm asm
Nils Wallménius
2010-05-13
Some asm for mdct on coldfire, speeds up vorbis decoding by about 0.3MHz
Nils Wallménius
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-03-09
Use bx lr unconditionally in setjmp_arm.S
Rafaël Carré
2010-03-05
Remove unused GPL code from ffmpeg mdct library in order to restore it to LGPL.
Michael Giacomelli
2010-02-22
Remove all tabs within codec path.
Andree Buschmann
[next]