summaryrefslogtreecommitdiffstats
path: root/libavcodec/truespeech.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+2
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* constMichael Niedermayer2008-02-011-2/+2
* Add checks on input/output buffers size for some audio decodersKostya Shishkov2007-09-131-3/+5
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-3/+3
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-8/+8
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-181-5/+7
* Silence warnings, these came when some tables got declared as const.Benjamin Larsson2006-01-201-3/+3
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* TrueSpeech compatible audio decoder by Konstantin ShishkovDiego Biurrun2006-01-031-0/+377
OpenPOWER on IntegriCloud