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