summaryrefslogtreecommitdiffstats
path: root/apps/codecs/cook.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-22Submit FS#12115: Use more IRAM in cook codec for several targets. Speeds up P...Andree Buschmann1-4/+4
2011-04-27Having a default weak codec_main symbol doesn't seem to be working out for co...Michael Sevakis1-0/+8
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis1-30/+33
2011-02-20Enforce that codecs wait for their metadata in a proper-ish and consistent ma...Michael Sevakis1-3/+6
2010-07-25codecs: mark some local variables with 'static'Nils Wallménius1-4/+4
2010-02-21Optimization for cook codec. Rework sample output to be able to use highly op...Andree Buschmann1-5/+9
2009-11-18Set svn:keywords property.Mohamed Tarek1-0/+2
2009-11-18Handle mid-track resumes in RM.Mohamed Tarek1-0/+10
2009-08-04Move the DATA_HEADER_SIZE define to codecs/librm/rm.h and add a define Mohamed Tarek1-2/+0
2009-07-18Generic codec-extradata parsing, in preparation for addition of AAC/RM.Mohamed Tarek1-1/+1
2009-07-13Modified the code for seeking to speed it up a bit. Instead of searching Mohamed Tarek1-36/+34
2009-07-13Put COOKContext struct into IRAM. Speeds up decoding by 6MHz on PP5024 at th...Michael Giacomelli1-1/+1
2009-07-12Add seeking support in cook codec.Mohamed Tarek1-14/+46
2009-07-08Add the ability to seek to the start of the track.Mohamed Tarek1-46/+44
2009-07-08Try at fixing 'cast to/from pointer to/from integer of different size' warningsMaurus Cuelenaere1-1/+1
2009-07-08Cook codec: make sure the RMContext get aligned correctly, or we won't be abl...Maurus Cuelenaere1-1/+1
2009-07-06Adding support for rm playback. Only cook codec is supported for now and no s...Mohamed Tarek1-0/+144