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