summaryrefslogtreecommitdiffstats
path: root/libavcodec/truespeech.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* truespeech: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-9/+5
* Return proper error code after av_log_ask_for_sample()Diego Biurrun2012-12-231-1/+1
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* truespeech: set channel layoutJustin Ruggles2012-11-011-1/+3
* truespeech: drop useless castsMans Rullgard2012-08-241-3/+3
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* truespeech: align bufferPaul B Mahol2012-01-311-1/+1
* truespeech: fix invalid reads in truespeech_apply_twopoint_filter()Justin Ruggles2011-12-211-0/+1
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-11/+18
* truespeech: use memmove() in truespeech_update_filters()Justin Ruggles2011-11-101-2/+1
* truespeech: use sizeof() instead of hardcoded sizesJustin Ruggles2011-10-131-3/+3
* truespeech: remove unneeded variable, 'consumed'Justin Ruggles2011-10-131-4/+3
* truespeech: simplify truespeech_read_frame() by using get_bits()Justin Ruggles2011-10-131-87/+52
* truespeech: decode directly to output buffer instead of a temp bufferJustin Ruggles2011-10-131-10/+6
* truespeech: check to make sure channels == 1Justin Ruggles2011-10-131-0/+5
* truespeech: check for large enough output buffer rather than truncating outputJustin Ruggles2011-10-131-4/+12
* truespeech: remove unneeded zero-size packet check.Justin Ruggles2011-10-131-3/+0
* doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-261-7/+7
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+6
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* try to give TrueSpeech decoder tables more sensible namesKostya Shishkov2010-11-061-7/+7
* Do not try to decode less than one frame of data in TrueSpeech decoder.Kostya Shishkov2010-07-111-0/+5
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* 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