summaryrefslogtreecommitdiff
path: root/apps/codecs/lib
AgeCommit message (Expand)Author
2009-08-29C code is NOT faster on S3C2440 - tested by AlexP on r22529Dave Hooper
2009-08-29Don't know why svn decided to delete tlsf/src... Maybe due to some aborted te...Magnus Holmgren
2009-08-29FS#10466: Introduce a real malloc for tremor.Magnus Holmgren
2009-08-29Removed remaining MB usageDave Hooper
2009-08-29Fix condition code clobbers (and one TAB) for inline arm code in lib and libt...Dave Hooper
2009-08-29Rerrange some registers in butterfly_generic to combine some 2-word stores in...Dave Hooper
2009-08-24Add stdint.h to the codeclib when compiled outside of rockbox so that int32_t...Michael Giacomelli
2009-08-16Remove svn:executable on source file and set keywords.Dominik Riebeling
2009-08-15Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co...Mohamed Tarek
2009-08-15remove duplicates of bswap.h from libwma, libcook and libatrac. Create codecs...Mohamed Tarek
2009-08-13Also modify mdct_lookup.c for compiling outside rockbox.Mohamed Tarek
2009-08-13Modify the mdct library to enable using it outside rockbox - No functional ch...Mohamed Tarek
2009-08-03Remove various ABS() definitions with a single one using typeof (if using gcc...Thomas Martitz
2009-07-30Slight whitespace cleanup, add a const qualifier. No functional changesNils Wallménius
2009-07-17Rearrange the MDCT library lookup tables so that codecs can access them. Acc...Michael Giacomelli
2009-07-13Reorder some operands to increase frequency of multiply early termination on ...Andrew Mahone
2009-07-12* ARM asm DSP and codec/plugin functions: Use r12 scratch register properlyJens Arnold
2009-07-07 * FS#10411 - Fixed point math code is bloated by Jeffrey GoodeMaurus Cuelenaere
2009-07-05Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...Maurus Cuelenaere
2009-07-04Revert "Consolidate all fixed point math routines in one library (FS#10400) b...Maurus Cuelenaere
2009-07-04Consolidate all fixed point math routines in one library (FS#10400) by Jeffre...Maurus Cuelenaere
2009-05-10Commited too much really this time.Michael Giacomelli
2009-05-10Actually remove the unneeded files in the last commit.Michael Giacomelli
2009-04-25Commit FS#9882 - make better use of iram at different quality encodings, remo...Dave Hooper
2009-04-22Fix redMaurus Cuelenaere
2009-04-22Fix yellowMaurus Cuelenaere
2009-04-16Clean code a bit (no functional changes)Maurus Cuelenaere
2009-04-16Fix headerMaurus Cuelenaere
2009-04-16Add setjmp implementation for MIPS targets from newlibMaurus Cuelenaere
2009-03-10Fix endianness defines in the mdctlib code.Michael Giacomelli
2009-03-08Add setjmp/longjmp for ARM and ColdFire to the codec lib, and use it in the V...Magnus Holmgren
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
2009-01-12Added missing dependencies for codeclib and pluginlib. This required renaming...Björn Stenberg
2009-01-07Removed the sim_ prefix from the plugin api.Björn 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-11-06ARMv4 unsigned integer division: Using an overflow-safe comparison method in ...Jens Arnold
2008-11-06Correct a comment and police comment style, no functional changeNils Wallménius
2008-11-05This optimisation breaks for very large divisors (MSB set), so remove it.Jens Arnold
2008-11-05Set missing SVN properties.Jens Arnold
2008-11-05Further optimised (vs. libgcc) unsigned 32 bit division for ARMv4 (based on t...Jens Arnold
2008-10-19Codec memory reorganizationNils Wallménius
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg
2008-09-04More files that were missed in the previous commit.Michael Giacomelli
2008-09-04Combine the Vorbis, WMA and AAC IMDCT functions and put them into the codecli...Michael Giacomelli
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-03Another round of making local functions static and making sure that source fi...Bertrik Sikken
2007-05-07Clean up the codec API - remove all unused (and in many cases inappropriate) ...Dave Chapman