summaryrefslogtreecommitdiff
path: root/apps/codecs/lib (unfollow)
Commit message (Expand)Author
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
2007-02-10Doh. Forgot about codeclib.c.Michael Sevakis
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski
2006-11-11FS#6315 - Get the UI simulator to compile for non SWCODEC targets on OS X.Barry Wardell
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold
2006-07-27Moved the X5 button driver to the target treeLinus Nielsen Feltzing
2006-03-24Whoops, missed a file in last warning fix commitBrandon Low
2006-03-09Fix profiling compilation for non-m68k targetsBrandon Low
2006-03-03Long policyJens Arnold
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg
2006-02-06Added memmove() to codec API & plugin API, and changed codeclib and plugin li...Jens 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-31Correct the prototype for memmoveDave Chapman
2005-10-27Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing
2005-10-22Removed unneeded xxx2wav files.Thom Johansen
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-21DSP_* constants moved from playback.h to dsp.h.Thom Johansen
2005-09-18iriver: fix problem with playing some long vorbis files (e.g., this week in t...Magnus Holmgren
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold