summaryrefslogtreecommitdiff
path: root/apps/codecs/libcook/main.c (follow)
Commit message (Expand)AuthorAge
* 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
* Optimization for cook codec. Rework sample output to be able to use highly op...Andree Buschmann2010-02-21
* 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
* 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
* Move wav related code to main.cMohamed Tarek2009-05-22
* -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
* Fix the $Id$ line broken by r20907.Dave Chapman2009-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: 1) Move the main() test program from co...Dave Chapman2009-05-09