summaryrefslogtreecommitdiff
path: root/apps/codecs/cook.c (follow)
Commit message (Expand)AuthorAge
* Add codecs to librbcodec.Sean Bartell2012-04-25
* Commit work started in FS#12153 to put timing/position information in PCMMichael Sevakis2011-08-28
* Submit FS#12164 by Sean Bartell with minor changes by myself. Fixes possible ...Andree Buschmann2011-06-24
* Submit FS#12115: Use more IRAM in cook codec for several targets. Speeds up P...Andree Buschmann2011-05-22
* 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
* codecs: mark some local variables with 'static'Nils Wallménius2010-07-25
* Optimization for cook codec. Rework sample output to be able to use highly op...Andree Buschmann2010-02-21
* Set svn:keywords property.Mohamed Tarek2009-11-18
* Handle mid-track resumes in RM.Mohamed Tarek2009-11-18
* Move the DATA_HEADER_SIZE define to codecs/librm/rm.h and add a define Mohamed Tarek2009-08-04
* Generic codec-extradata parsing, in preparation for addition of AAC/RM.Mohamed Tarek2009-07-18
* Modified the code for seeking to speed it up a bit. Instead of searching Mohamed Tarek2009-07-13
* Put COOKContext struct into IRAM. Speeds up decoding by 6MHz on PP5024 at th...Michael Giacomelli2009-07-13
* Add seeking support in cook codec.Mohamed Tarek2009-07-12
* Add the ability to seek to the start of the track.Mohamed Tarek2009-07-08
* Try at fixing 'cast to/from pointer to/from integer of different size' warningsMaurus Cuelenaere2009-07-08
* Cook codec: make sure the RMContext get aligned correctly, or we won't be abl...Maurus Cuelenaere2009-07-08
* Adding support for rm playback. Only cook codec is supported for now and no s...Mohamed Tarek2009-07-06