summaryrefslogtreecommitdiff
path: root/libavcodec/truespeech.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-24
|\
| * truespeech: drop useless castsMans Rullgard2012-08-24
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-02
|\|
| * truespeech: align bufferPaul B Mahol2012-01-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-23
|\|
| * truespeech: fix invalid reads in truespeech_apply_twopoint_filter()Justin Ruggles2011-12-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-03
|\|
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-11
|\|
| * truespeech: use memmove() in truespeech_update_filters()Justin Ruggles2011-11-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-14
|\|
| * truespeech: use sizeof() instead of hardcoded sizesJustin Ruggles2011-10-13
| * truespeech: remove unneeded variable, 'consumed'Justin Ruggles2011-10-13
| * truespeech: simplify truespeech_read_frame() by using get_bits()Justin Ruggles2011-10-13
| * truespeech: decode directly to output buffer instead of a temp bufferJustin Ruggles2011-10-13
| * truespeech: check to make sure channels == 1Justin Ruggles2011-10-13
| * truespeech: check for large enough output buffer rather than truncating outputJustin Ruggles2011-10-13
| * truespeech: remove unneeded zero-size packet check.Justin Ruggles2011-10-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-26
|\|
| * doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* try to give TrueSpeech decoder tables more sensible namesKostya Shishkov2010-11-06
* Do not try to decode less than one frame of data in TrueSpeech decoder.Kostya Shishkov2010-07-11
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* Add checks on input/output buffers size for some audio decodersKostya Shishkov2007-09-13
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
* Silence warnings, these came when some tables got declared as const.Benjamin Larsson2006-01-20