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