summaryrefslogtreecommitdiff
path: root/apps/codecs/lib/codeclib.h (follow)
Commit message (Expand)AuthorAge
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Eep, didn't mean to commit those other filesDave Hooper2010-02-21
* Get a few more % speedup on ARM (measured on ipod video) - improve imdct full...Dave Hooper2010-02-21
* Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper2010-02-17
* Move udiv32_arm.S into libdemac, as this divider is specialized for the APE c...Andrew Mahone2010-02-04
* FS#10943, optimized division and clz routines to replace libgcc routines for ...Andrew Mahone2010-02-01
* Improvements to specialized dividers for APE codec:Andrew Mahone2010-01-28
* More tabs removedAndree Buschmann2010-01-03
* 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
* Remove various ABS() definitions with a single one using typeof (if using gcc...Thomas Martitz2009-08-03
* Removed the sim_ prefix from the plugin api.Björn Stenberg2009-01-07
* New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2008-11-20
* Correct a comment and police comment style, no functional changeNils Wallménius2008-11-06
* Further optimised (vs. libgcc) unsigned 32 bit division for ARMv4 (based on t...Jens Arnold2008-11-05
* Codec memory reorganizationNils Wallménius2008-10-19
* Combine the Vorbis, WMA and AAC IMDCT functions and put them into the codecli...Michael Giacomelli2008-09-04
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Clean up the codec API - remove all unused (and in many cases inappropriate) ...Dave Chapman2007-05-07
* FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski2006-11-26
* Long policyJens Arnold2006-03-03
* Profiling support, tools and documentation.Brandon Low2006-01-18
* Correct the prototype for memmove (oops, forgot this file)Dave Chapman2005-10-31
* iriver: more codec library cleanup: remove codec_alloca and a some extraneous...Magnus Holmgren2005-10-17
* Cleaned up the messy codec header and library system by merging codec.h, lib/...Thom Johansen2005-10-13
* iriver: fix problem with playing some long vorbis files (e.g., this week in t...Magnus Holmgren2005-09-18
* ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren2005-07-24
* removed an extra codec_api struct pointer and the function setting itDaniel Stenberg2005-07-12
* Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and...Jens Arnold2005-07-03
* moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg2005-06-22