summaryrefslogtreecommitdiff
path: root/apps/codecs/lib (follow)
Commit message (Expand)AuthorAge
* Improved bitrev12, using a larger LUT to save one lookup, speeds up vorbis ab...Nils Wallménius2009-12-13
* Remove some sample functions from codeclib - these were for verifying the gen...Andrew Mahone2009-12-09
* Extend av_log2 in codeclib into a generic for scanning for set bits, which ca...Andrew Mahone2009-12-09
* Fix red: av_log2 undefined for ARM_ARCH <= 4, missing codeclib.h includes.Andrew Mahone2009-12-06
* slightly faster asm av_log2 for armv6 (currently only Gigabeat S)Nils Wallménius2009-12-06
* Fix yellow: mixed signed/unsigned in conditional.Andrew Mahone2009-12-05
* Slightly improve av_log2 in codeclib on ARMv6.Andrew Mahone2009-12-05
* Move av_log2 function and asociated table to the codec lib, remove 3 identica...Nils Wallménius2009-12-05
* These macros have been replaced by (UN)LIKELY macros and were not used anywhere.Nils Wallménius2009-11-29
* C code is NOT faster on S3C2440 - tested by AlexP on r22529Dave Hooper2009-08-29
* Don't know why svn decided to delete tlsf/src... Maybe due to some aborted te...Magnus Holmgren2009-08-29
* FS#10466: Introduce a real malloc for tremor.Magnus Holmgren2009-08-29
* Removed remaining MB usageDave Hooper2009-08-29
* Fix condition code clobbers (and one TAB) for inline arm code in lib and libt...Dave Hooper2009-08-29
* Rerrange some registers in butterfly_generic to combine some 2-word stores in...Dave Hooper2009-08-29
* Add stdint.h to the codeclib when compiled outside of rockbox so that int32_t...Michael Giacomelli2009-08-24
* Remove svn:executable on source file and set keywords.Dominik Riebeling2009-08-16
* Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co...Mohamed Tarek2009-08-15
* remove duplicates of bswap.h from libwma, libcook and libatrac. Create codecs...Mohamed Tarek2009-08-15
* Also modify mdct_lookup.c for compiling outside rockbox.Mohamed Tarek2009-08-13
* Modify the mdct library to enable using it outside rockbox - No functional ch...Mohamed Tarek2009-08-13
* Remove various ABS() definitions with a single one using typeof (if using gcc...Thomas Martitz2009-08-03
* Slight whitespace cleanup, add a const qualifier. No functional changesNils Wallménius2009-07-30
* Rearrange the MDCT library lookup tables so that codecs can access them. Acc...Michael Giacomelli2009-07-17
* Reorder some operands to increase frequency of multiply early termination on ...Andrew Mahone2009-07-13
* * ARM asm DSP and codec/plugin functions: Use r12 scratch register properlyJens Arnold2009-07-12
* * FS#10411 - Fixed point math code is bloated by Jeffrey GoodeMaurus Cuelenaere2009-07-07
* Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...Maurus Cuelenaere2009-07-05
* Revert "Consolidate all fixed point math routines in one library (FS#10400) b...Maurus Cuelenaere2009-07-04
* Consolidate all fixed point math routines in one library (FS#10400) by Jeffre...Maurus Cuelenaere2009-07-04
* Commited too much really this time.Michael Giacomelli2009-05-10
* Actually remove the unneeded files in the last commit.Michael Giacomelli2009-05-10
* Commit FS#9882 - make better use of iram at different quality encodings, remo...Dave Hooper2009-04-25
* Fix redMaurus Cuelenaere2009-04-22
* Fix yellowMaurus Cuelenaere2009-04-22
* Clean code a bit (no functional changes)Maurus Cuelenaere2009-04-16
* Fix headerMaurus Cuelenaere2009-04-16
* Add setjmp implementation for MIPS targets from newlibMaurus Cuelenaere2009-04-16
* Fix endianness defines in the mdctlib code.Michael Giacomelli2009-03-10
* Add setjmp/longjmp for ARM and ColdFire to the codec lib, and use it in the V...Magnus Holmgren2009-03-08
* 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 missing dependencies for codeclib and pluginlib. This required renaming...Björn Stenberg2009-01-12
* Removed the sim_ prefix from the plugin api.Björn Stenberg2009-01-07
* 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
* ARMv4 unsigned integer division: Using an overflow-safe comparison method in ...Jens Arnold2008-11-06
* Correct a comment and police comment style, no functional changeNils Wallménius2008-11-06
* This optimisation breaks for very large divisors (MSB set), so remove it.Jens Arnold2008-11-05