| Commit message (Expand) | Author |
| 2012-04-25 | Add codecs to librbcodec. | Sean Bartell |
| 2011-05-10 | Proper initialization of static variables in codeclib. | Andree Buschmann |
| 2011-05-08 | Use CACHEALIGN_SIZE in codec_malloc for optimal alignment. | Andree Buschmann |
| 2011-05-08 | codeclib: Declare several variables static and remove unused variables. | Andree Buschmann |
| 2011-04-27 | Having a default weak codec_main symbol doesn't seem to be working out for co... | Michael Sevakis |
| 2011-04-27 | Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib... | Michael Sevakis |
| 2011-02-20 | Enforce that codecs wait for their metadata in a proper-ish and consistent ma... | Michael Sevakis |
| 2010-12-27 | Fix profiling on coldfire with newer Gcc. | Nils Wallménius |
| 2009-12-09 | Remove some sample functions from codeclib - these were for verifying the gen... | Andrew Mahone |
| 2009-12-09 | Extend av_log2 in codeclib into a generic for scanning for set bits, which ca... | Andrew Mahone |
| 2009-12-05 | Move av_log2 function and asociated table to the codec lib, remove 3 identica... | Nils Wallménius |
| 2008-11-20 | New makefile solution: A single invocation of 'make' to build the entire tree... | Björn Stenberg |
| 2008-10-19 | Codec memory reorganization | Nils Wallménius |
| 2008-10-15 | Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M... | Björn Stenberg |
| 2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
| 2008-05-03 | Another round of making local functions static and making sure that source fi... | Bertrik Sikken |
| 2007-05-07 | Clean up the codec API - remove all unused (and in many cases inappropriate) ... | Dave Chapman |
| 2007-02-10 | Doh. Forgot about codeclib.c. | Michael Sevakis |
| 2006-11-26 | FS#6357, patch 1: let iramcopy and bss share the same space in codecs and | Tomasz Malesinski |
| 2006-03-24 | Whoops, missed a file in last warning fix commit | Brandon Low |
| 2006-03-09 | Fix profiling compilation for non-m68k targets | Brandon Low |
| 2006-03-03 | Long policy | Jens Arnold |
| 2006-02-06 | Added memmove() to codec API & plugin API, and changed codeclib and plugin li... | Jens Arnold |
| 2006-01-18 | Profiling support, tools and documentation. | Brandon Low |
| 2005-10-31 | Correct the prototype for memmove | Dave Chapman |
| 2005-10-17 | iriver: more codec library cleanup: remove codec_alloca and a some extraneous... | Magnus Holmgren |
| 2005-10-13 | Cleaned up the messy codec header and library system by merging codec.h, lib/... | Thom Johansen |
| 2005-09-21 | DSP_* constants moved from playback.h to dsp.h. | Thom Johansen |
| 2005-07-24 | ReplayGain support for Ogg Vorbis files (also called VorbisGain) added. | Magnus Holmgren |
| 2005-07-12 | removed an extra codec_api struct pointer and the function setting it | Daniel Stenberg |
| 2005-06-27 | Fixed a simulator warning. | Miika Pekkarinen |
| 2005-06-22 | moved and renamed the codecs, gave the codecs a new extension (.codec), | Daniel Stenberg |
| 2005-06-06 | Killed a warning | Linus Nielsen Feltzing |
| 2005-06-05 | First audio codec playback attempt by Miikka Pekkarinen | Linus Nielsen Feltzing |
| 2005-02-22 | Killed some simulator warnings; proper plugin error reporting for Win32 simul... | Jens Arnold |
| 2002-10-16 | finally up-to-date: the win32 simulator (at least for the recorder) | Felix Arends |
| 2002-08-02 | Mingw compile adjustments. Mostly from Bill Napier. | Daniel Stenberg |
| 2002-07-20 | defined APPSVERSION for win32 simulator and defined strncasecmp | Felix Arends |
| 2002-06-19 | 1.1 compability | Felix Arends |
| 2002-06-12 | Threading is working on uisw32 as well now, code is up-to-date, makefile is u... | Felix Arends |
| 2002-04-27 | removed unneeded code from lcd.c and renamed it do lcd-win32.c | Felix Arends |
| 2002-04-25 | First Version of UISimulator for Win32 | Felix Arends |
| 2002-04-20 | First commit | Linus Nielsen Feltzing |
| 2002-04-15 | First check in | Björn Stenberg |
| 2002-04-11 | firmware typedefs. only bool so far | Daniel Stenberg |
| 2002-03-26 | updates | Daniel Stenberg |
| 2002-03-26 | lcd_update() works for X11 now... | Daniel Stenberg |
| 2002-03-26 | generic and specific LCD functions | Daniel Stenberg |