summaryrefslogtreecommitdiff
path: root/apps/codecs/lib/codeclib.c (follow)
Commit message (Expand)AuthorAge
* Add codecs to librbcodec.Sean Bartell2012-04-25
* Proper initialization of static variables in codeclib.Andree Buschmann2011-05-10
* Use CACHEALIGN_SIZE in codec_malloc for optimal alignment.Andree Buschmann2011-05-08
* codeclib: Declare several variables static and remove unused variables.Andree Buschmann2011-05-08
* Having a default weak codec_main symbol doesn't seem to be working out for co...Michael Sevakis2011-04-27
* Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis2011-04-27
* Enforce that codecs wait for their metadata in a proper-ish and consistent ma...Michael Sevakis2011-02-20
* Fix profiling on coldfire with newer Gcc.Nils Wallménius2010-12-27
* Remove some sample functions from codeclib - these were for verifying the gen...Andrew Mahone2009-12-09
* Extend av_log2 in codeclib into a generic for scanning for set bits, which ca...Andrew Mahone2009-12-09
* Move av_log2 function and asociated table to the codec lib, remove 3 identica...Nils Wallménius2009-12-05
* New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2008-11-20
* 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
* 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
* 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
* 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 memmoveDave 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
* DSP_* constants moved from playback.h to dsp.h.Thom Johansen2005-09-21
* 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
* Fixed a simulator warning.Miika Pekkarinen2005-06-27
* moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg2005-06-22