summaryrefslogtreecommitdiff
path: root/apps/codecs/lib (follow)
Commit message (Expand)AuthorAge
* Added missing dependencies for codeclib and pluginlib. This required renaming...Björn Stenberg2009-01-12
* Removed the sim_ prefix from the plugin api.Björn Stenberg2009-01-07
* Added 'keywords' and 'eol-style' properties.Björn Stenberg2008-11-25
* Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg2008-11-20
* New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2008-11-20
* ARMv4 unsigned integer division: Using an overflow-safe comparison method in ...Jens Arnold2008-11-06
* Correct a comment and police comment style, no functional changeNils Wallménius2008-11-06
* This optimisation breaks for very large divisors (MSB set), so remove it.Jens Arnold2008-11-05
* Set missing SVN properties.Jens Arnold2008-11-05
* Further optimised (vs. libgcc) unsigned 32 bit division for ARMv4 (based on t...Jens Arnold2008-11-05
* Codec memory reorganizationNils Wallménius2008-10-19
* Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg2008-10-15
* More files that were missed in the previous commit.Michael Giacomelli2008-09-04
* 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
* Another round of making local functions static and making sure that source fi...Bertrik Sikken2008-05-03
* Clean up the codec API - remove all unused (and in many cases inappropriate) ...Dave Chapman2007-05-07
* Doh. Forgot about codeclib.c.Michael Sevakis2007-02-10
* FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski2006-11-26
* FS#6315 - Get the UI simulator to compile for non SWCODEC targets on OS X.Barry Wardell2006-11-11
* Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold2006-10-27
* Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold2006-10-23
* Moved the X5 button driver to the target treeLinus Nielsen Feltzing2006-07-27
* Whoops, missed a file in last warning fix commitBrandon Low2006-03-24
* Fix profiling compilation for non-m68k targetsBrandon Low2006-03-09
* Long policyJens Arnold2006-03-03
* prevent rockbox from using the wrong includesMarcoen Hirschberg2006-02-24
* Added memmove() to codec API & plugin API, and changed codeclib and plugin li...Jens Arnold2006-02-06
* Profiling support, tools and documentation.Brandon Low2006-01-18
* Correct the prototype for memmove (oops, forgot this file)Dave Chapman2005-10-31
* Correct the prototype for memmoveDave Chapman2005-10-31
* Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing2005-10-27
* Removed unneeded xxx2wav files.Thom Johansen2005-10-22
* 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
* DSP_* constants moved from playback.h to dsp.h.Thom Johansen2005-09-21
* iriver: fix problem with playing some long vorbis files (e.g., this week in t...Magnus Holmgren2005-09-18
* Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold2005-08-29
* Fixed the warning.Miika Pekkarinen2005-08-21
* Now beep can be disabled.Miika Pekkarinen2005-08-20
* Added comments, Replay Gain, and resume/bookmarks for FLAC.Ryan Jackson2005-07-28
* 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
* code-policed, removed commented and ifdef'ed codeDaniel Stenberg2005-07-12
* Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playbackLinus Nielsen Feltzing2005-07-05
* Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and...Jens Arnold2005-07-03
* Fixed a simulator warning.Miika Pekkarinen2005-06-27
* rip out all the LCD junk from the codec APIDaniel Stenberg2005-06-22
* codec lib sourcesDaniel Stenberg2005-06-22
* fixed make clean for the codec libDaniel Stenberg2005-06-22