summaryrefslogtreecommitdiff
path: root/apps/codecs/libcook/cook.c (unfollow)
Commit message (Expand)Author
2012-04-25Add codecs to librbcodec.Sean Bartell
2012-04-22cook: fix incorrect memset size argumentBertrik Sikken
2011-05-22Submit FS#12115: Use more IRAM in cook codec for several targets. Speeds up P...Andree Buschmann
2010-05-14Set up EMAC mode in cook, fixing whitenois when transitioning from a codec us...Nils Wallménius
2010-02-21Optimization for cook codec. Rework sample output to be able to use highly op...Andree Buschmann
2010-02-17Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper
2009-12-06Fix red: av_log2 undefined for ARM_ARCH <= 4, missing codeclib.h includes.Andrew Mahone
2009-08-14Factor out bytestream reading functions needed in rm parsers/codecs.Mohamed Tarek
2009-07-26Approx 10% speedup in cook on files tested: Remove some inner loops in favour...Dave Hooper
2009-07-24Remove a divide in the cook's init function. Harmless but might as well drop...Michael Giacomelli
2009-07-18Generic codec-extradata parsing, in preparation for addition of AAC/RM.Mohamed Tarek
2009-07-06Adding support for rm playback. Only cook codec is supported for now and no s...Mohamed Tarek
2009-05-12-Remove all dynamic allocations, hence remove cook_decode_close() which was b...Mohamed Tarek
2009-05-12-Remove calls to av_log() and use DEBUGF/printf instead, thuse removing Mohamed Tarek
2009-05-11-Took cook_random() from an old cook.c revision [6 mar 2007], which is a Mohamed Tarek
2009-05-10Patch by Mohamed Tarek from FS #10182. Remove floating point code (FFT, MDCT...Michael Giacomelli
2009-05-10Patch by Mohamed Tarek from FS#10182 - convert codec to fixed-point using pat...Dave Chapman
2009-05-09Patch by Mohamed Tarek from FS#10182: 1) Move the main() test program from co...Dave Chapman
2009-05-09The first part of Mohamed Tarek's Google Summer of Code work to implement Rea...Dave Chapman
2009-05-09Initial commit of the minimal set of ffmpeg (r18079) files required for Cook ...Dave Chapman