| Commit message (Expand) | Author | Age |
| * | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz | 2010-05-06 |
| * | Eep, didn't mean to commit those other files | Dave Hooper | 2010-02-21 |
| * | Get a few more % speedup on ARM (measured on ipod video) - improve imdct full... | Dave Hooper | 2010-02-21 |
| * | Merge from branches/mdctexp - faster ifft+imdct in codec lib | Dave Hooper | 2010-02-17 |
| * | Move udiv32_arm.S into libdemac, as this divider is specialized for the APE c... | Andrew Mahone | 2010-02-04 |
| * | FS#10943, optimized division and clz routines to replace libgcc routines for ... | Andrew Mahone | 2010-02-01 |
| * | Improvements to specialized dividers for APE codec: | Andrew Mahone | 2010-01-28 |
| * | More tabs removed | Andree Buschmann | 2010-01-03 |
| * | Extend av_log2 in codeclib into a generic for scanning for set bits, which ca... | Andrew Mahone | 2009-12-09 |
| * | Fix red: av_log2 undefined for ARM_ARCH <= 4, missing codeclib.h includes. | Andrew Mahone | 2009-12-06 |
| * | slightly faster asm av_log2 for armv6 (currently only Gigabeat S) | Nils Wallménius | 2009-12-06 |
| * | Fix yellow: mixed signed/unsigned in conditional. | Andrew Mahone | 2009-12-05 |
| * | Slightly improve av_log2 in codeclib on ARMv6. | Andrew Mahone | 2009-12-05 |
| * | Move av_log2 function and asociated table to the codec lib, remove 3 identica... | Nils Wallménius | 2009-12-05 |
| * | Remove various ABS() definitions with a single one using typeof (if using gcc... | Thomas Martitz | 2009-08-03 |
| * | Removed the sim_ prefix from the plugin api. | Björn Stenberg | 2009-01-07 |
| * | New makefile solution: A single invocation of 'make' to build the entire tree... | Björn Stenberg | 2008-11-20 |
| * | Correct a comment and police comment style, no functional change | Nils Wallménius | 2008-11-06 |
| * | Further optimised (vs. libgcc) unsigned 32 bit division for ARMv4 (based on t... | Jens Arnold | 2008-11-05 |
| * | Codec memory reorganization | Nils Wallménius | 2008-10-19 |
| * | Combine the Vorbis, WMA and AAC IMDCT functions and put them into the codecli... | Michael Giacomelli | 2008-09-04 |
| * | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg | 2008-06-28 |
| * | Clean up the codec API - remove all unused (and in many cases inappropriate) ... | Dave Chapman | 2007-05-07 |
| * | FS#6357, patch 1: let iramcopy and bss share the same space in codecs and | Tomasz Malesinski | 2006-11-26 |
| * | Long policy | Jens Arnold | 2006-03-03 |
| * | Profiling support, tools and documentation. | Brandon Low | 2006-01-18 |
| * | Correct the prototype for memmove (oops, forgot this file) | Dave Chapman | 2005-10-31 |
| * | iriver: more codec library cleanup: remove codec_alloca and a some extraneous... | Magnus Holmgren | 2005-10-17 |
| * | Cleaned up the messy codec header and library system by merging codec.h, lib/... | Thom Johansen | 2005-10-13 |
| * | iriver: fix problem with playing some long vorbis files (e.g., this week in t... | Magnus Holmgren | 2005-09-18 |
| * | ReplayGain support for Ogg Vorbis files (also called VorbisGain) added. | Magnus Holmgren | 2005-07-24 |
| * | removed an extra codec_api struct pointer and the function setting it | Daniel Stenberg | 2005-07-12 |
| * | Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and... | Jens Arnold | 2005-07-03 |
| * | moved and renamed the codecs, gave the codecs a new extension (.codec), | Daniel Stenberg | 2005-06-22 |