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