| Commit message (Expand) | Author | Age |
| * | Add codecs to librbcodec. | Sean Bartell | 2012-04-25 |
| * | cook: fix incorrect memset size argument | Bertrik Sikken | 2012-04-22 |
| * | FS#12231 | Nils Wallménius | 2011-08-18 |
| * | FS#12146: Fix libcook bugs introduced in r22055 by Sean Bartell. | Nils Wallménius | 2011-06-05 |
| * | FS#12141 by Sean Bartell | Nils Wallménius | 2011-06-02 |
| * | Submit FS#12115: Use more IRAM in cook codec for several targets. Speeds up P... | Andree Buschmann | 2011-05-22 |
| * | Make codeclib_misc.h include the asm headers to simplify inclusion magic. | Nils Wallménius | 2010-07-29 |
| * | FS#11454 Tuning of codec compiler options | Nils Wallménius | 2010-07-18 |
| * | Sync codeclib bitstream code with upstream ffmpeg code. Build ffmpeg_bitstrea... | Nils Wallménius | 2010-07-15 |
| * | Set up EMAC mode in cook, fixing whitenois when transitioning from a codec us... | Nils Wallménius | 2010-05-14 |
| * | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz | 2010-05-06 |
| * | Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t... | Thomas Martitz | 2010-05-06 |
| * | Remove CLIP_TO_15 from codeclib. Remove tabs. | Andree Buschmann | 2010-02-21 |
| * | Further work on cook codec. Rounding is not needed when using a large fract p... | Andree Buschmann | 2010-02-21 |
| * | Optimization for cook codec. Rework sample output to be able to use highly op... | Andree Buschmann | 2010-02-21 |
| * | Merge from branches/mdctexp - faster ifft+imdct in codec lib | Dave Hooper | 2010-02-17 |
| * | Fix red: av_log2 undefined for ARM_ARCH <= 4, missing codeclib.h includes. | Andrew Mahone | 2009-12-06 |
| * | Move av_log2 function and asociated table to the codec lib, remove 3 identica... | Nils Wallménius | 2009-12-05 |
| * | Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co... | Mohamed Tarek | 2009-08-15 |
| * | remove duplicates of bswap.h from libwma, libcook and libatrac. Create codecs... | Mohamed Tarek | 2009-08-15 |
| * | Factor out bytestream reading functions needed in rm parsers/codecs. | Mohamed Tarek | 2009-08-14 |
| * | Modify libcook to use rockbox's mdct library in its standalone test program. | Mohamed Tarek | 2009-08-13 |
| * | Fix compilation of the standalone test program. | Mohamed Tarek | 2009-07-27 |
| * | Approx 10% speedup in cook on files tested: Remove some inner loops in favour... | Dave Hooper | 2009-07-26 |
| * | Compile librm separately in preparation for addition of more codecs. | Mohamed Tarek | 2009-07-25 |
| * | Remove a divide in the cook's init function. Harmless but might as well drop... | Michael Giacomelli | 2009-07-24 |
| * | Commited the wrong thing, fix zeroing in cook. | Michael Giacomelli | 2009-07-21 |
| * | Rearrange loop to avoid one branch per iteration. | Michael Giacomelli | 2009-07-21 |
| * | Generic codec-extradata parsing, in preparation for addition of AAC/RM. | Mohamed Tarek | 2009-07-18 |
| * | Optimize overlap_math by only doing shifting if theres gain, and moving the c... | Michael Giacomelli | 2009-07-18 |
| * | Rearrange the MDCT library lookup tables so that codecs can access them. Acc... | Michael Giacomelli | 2009-07-17 |
| * | Remove a call to av_clip() which limits the PCM output of the decoder to 16-bit. | Mohamed Tarek | 2009-07-16 |
| * | Remove an overlooked, unused float from struct COOKContext. | Mohamed Tarek | 2009-07-16 |
| * | Previous commit didn't fix compiling on Cygwin, this one should. | Maurus Cuelenaere | 2009-07-08 |
| * | Fix compiling on Cygwin hosts. | Maurus Cuelenaere | 2009-07-08 |
| * | Adding support for rm playback. Only cook codec is supported for now and no s... | Mohamed Tarek | 2009-07-06 |
| * | Move rm.[c/h] from libcook to librm. No functional changes. | Mohamed Tarek | 2009-05-24 |
| * | Move the code segment that corrects the value of (number of packets) to | Mohamed Tarek | 2009-05-22 |
| * | Modify the test program to read audio frames from a memory buffer rather | Mohamed Tarek | 2009-05-22 |
| * | -Remove some unnecessary defines from rm.c. | Mohamed Tarek | 2009-05-22 |
| * | Rename rm2wav.[c/h] to rm.[c/h]. No functional changes. | Mohamed Tarek | 2009-05-22 |
| * | Move wav related code to main.c | Mohamed Tarek | 2009-05-22 |
| * | Move bswap.h up from libavutil/ and remove libavutil/ | Mohamed Tarek | 2009-05-14 |
| * | -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-12 |
| * | Remove bytestream.h and and a related comment from cook.h | Mohamed Tarek | 2009-05-12 |
| * | -Took cook_random() from an old cook.c revision [6 mar 2007], which is a | Mohamed Tarek | 2009-05-11 |
| * | Patch by Mohamed Tarek from FS#10182 - remove avcodec.h as it is no longer ne... | Dave Chapman | 2009-05-11 |
| * | Fix the $Id$ line broken by r20907. | Dave Chapman | 2009-05-11 |
| * | Actually remove the unneeded files in the last commit. | Michael Giacomelli | 2009-05-10 |