summaryrefslogtreecommitdiff
path: root/apps/codecs/libcook/main.c
AgeCommit message (Expand)Author
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-21Optimization for cook codec. Rework sample output to be able to use highly op...Andree Buschmann
2009-07-18Generic codec-extradata parsing, in preparation for addition of AAC/RM.Mohamed Tarek
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-22Move wav related code to main.cMohamed 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-11Fix the $Id$ line broken by r20907.Dave Chapman
2009-05-10Patch by Mohamed Tarek from FS #10182. Remove floating point code (FFT, MDCT...Michael Giacomelli
2009-05-09Patch by Mohamed Tarek from FS#10182: 1) Move the main() test program from co...Dave Chapman