summaryrefslogtreecommitdiffstats
path: root/libavcodec/gsmdec.c
Commit message (Expand)AuthorAgeFilesLines
* MSN Audio supportKostya Shishkov2013-11-261-4/+15
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* gsm: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-11/+5
* 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
* gsmdec: always set channel layout and sample rate at initializationJustin Ruggles2012-11-011-4/+5
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-6/+6
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-10/+22
* gsm: log error message when packet is too smallJustin Ruggles2011-11-021-1/+3
* gsmdec: do not needlessly set *data_size to 0Justin Ruggles2011-11-021-1/+1
* gsmdec: add flush function to reset the decoder state when seekingJustin Ruggles2011-11-021-0/+8
* gsmdec: log error message when output buffer is too small.Justin Ruggles2011-11-021-2/+4
* gsm: use av_get_bytes_per_sample() in frame_bytes calculationJustin Ruggles2011-11-021-1/+2
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-16/+12
* 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-2/+2
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Fix GSM decoding: regular GSM and MSGSM do not use the sameReimar Döffinger2010-10-021-215/+4
* Document how the ref_buf is used.Reimar Döffinger2010-07-271-0/+4
* Add native GSM 06.10 audio decoder.Reimar Döffinger2010-07-101-0/+316
OpenPOWER on IntegriCloud