summaryrefslogtreecommitdiffstats
path: root/apps/codecs/codecs.make
AgeCommit message (Expand)AuthorFilesLines
2010-05-02- Factor out container specific code from apps/codecs/wma.c.Mohamed Tarek1-1/+2
2010-02-28Add wave64(.w64) codec (FS#11022)Yoshihisa Uchida1-0/+1
2010-02-28Add vox (Dialogic telephony formats) codec add. (FS#11021)Yoshihisa Uchida1-0/+1
2010-02-28Add Sun Audio codec. (FS#10433)Yoshihisa Uchida1-0/+1
2010-02-24add SMAF codec (.mmf extension)(FS#10432)Yoshihisa Uchida1-0/+1
2010-02-12Add support for Sony OMA file format. Currently only supports ATRAC3 (without...Mohamed Tarek1-0/+1
2010-02-04Use all available codec iram for reciprocal table in APE codec on ARMv4. Done...Andrew Mahone1-1/+9
2010-01-27Commit FS#10422 by Yoshihisa Uchida. Seperates WAV and AIFF parsing from PCM...Michael Giacomelli1-0/+3
2010-01-24*.link: depends on config file where plugin buffer size is setRafaël Carré1-1/+2
2009-11-29Enable strict aliasing optimizations for codecs on gcc versions >= 4.0, fix a...Nils Wallménius1-2/+2
2009-08-29FS#10466: Introduce a real malloc for tremor.Magnus Holmgren1-1/+4
2009-08-14Support for playback of atrac3 audio in rm, in sim.Mohamed Tarek1-0/+3
2009-08-04Rename codecs/dnet.c to codecs/a52_rm.cMohamed Tarek1-1/+1
2009-08-04Add support for AC3 audio in RM container.Mohamed Tarek1-0/+1
2009-07-25Adding support for playback of aac audio in rm container, with seeking.Mohamed Tarek1-0/+1
2009-07-25Compile librm separately in preparation for addition of more codecs.Mohamed Tarek1-1/+2
2009-07-06Adding support for rm playback. Only cook codec is supported for now and no s...Mohamed Tarek1-1/+3
2009-03-02Fix some slight inconsistencies.Jens Arnold1-1/+1
2009-02-09make sure plugin.lds is not processed when building sims since it isn't used ...Daniel Stenberg1-2/+5
2009-01-12Added missing dependencies for codeclib and pluginlib. This required renaming...Björn Stenberg1-0/+1
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg1-1/+1
2008-11-20codec.link must be created with -DCODECBjörn Stenberg1-1/+1
2008-11-20Make sure codec directory exists before creating link file.Björn Stenberg1-0/+1
2008-11-20Bug fix again. Moved cp outside of $(shell) to force make to run it sequentia...Björn Stenberg1-2/+1
2008-11-20Bug fix for previous bug fix. Too much copy/paste.Björn Stenberg1-1/+1
2008-11-20Bug fix for simulator: Plugins and codecs were objcopied isntead of left as ELF.Björn Stenberg1-2/+5
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-0/+103