]> git.sesse.net Git - ffmpeg/history - libavcodec/truespeech.c
ra288dec: set channel layout
[ffmpeg] / libavcodec / truespeech.c
2012-08-24 Mans Rullgardtruespeech: drop useless casts
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-01 Paul B Maholtruespeech: align buffer
2011-12-21 Justin Rugglestruespeech: fix invalid reads in truespeech_apply_twopo...
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-10 Justin Rugglestruespeech: use memmove() in truespeech_update_filters()
2011-10-13 Justin Rugglestruespeech: use sizeof() instead of hardcoded sizes
2011-10-13 Justin Rugglestruespeech: remove unneeded variable, 'consumed'
2011-10-13 Justin Rugglestruespeech: simplify truespeech_read_frame() by using...
2011-10-13 Justin Rugglestruespeech: decode directly to output buffer instead...
2011-10-13 Justin Rugglestruespeech: check to make sure channels == 1
2011-10-13 Justin Rugglestruespeech: check for large enough output buffer rather...
2011-10-13 Justin Rugglestruespeech: remove unneeded zero-size packet check.
2011-08-26 Diego Biurrundoxygen: fix wrong comment syntax, //< vs. ///<
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-11-06 Kostya Shishkovtry to give TrueSpeech decoder tables more sensible...
2010-07-11 Kostya ShishkovDo not try to decode less than one frame of data in...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-09-13 Kostya ShishkovAdd checks on input/output buffers size for some audio...
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-06-18 Stefan HuehnerAdd const to (mostly) char* and make some functions...
2006-01-20 Benjamin LarssonSilence warnings, these came when some tables got decla...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-03 Diego BiurrunTrueSpeech compatible audio decoder by Konstantin Shishkov