summaryrefslogtreecommitdiff
path: root/apps/codecs/libcook (follow)
Commit message (Expand)AuthorAge
* 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
* 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
* Patch by Mohamed Tarek - add #define to protect against multiple inclusionDave 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