summaryrefslogtreecommitdiff
path: root/libavcodec/gsmdec.c
Commit message (Expand)AuthorAge
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* gsm: log error message when packet is too smallJustin Ruggles2011-11-02
* gsmdec: do not needlessly set *data_size to 0Justin Ruggles2011-11-02
* gsmdec: add flush function to reset the decoder state when seekingJustin Ruggles2011-11-02
* gsmdec: log error message when output buffer is too small.Justin Ruggles2011-11-02
* gsm: use av_get_bytes_per_sample() in frame_bytes calculationJustin Ruggles2011-11-02
* 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
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Fix GSM decoding: regular GSM and MSGSM do not use the sameReimar Döffinger2010-10-02
* Document how the ref_buf is used.Reimar Döffinger2010-07-27
* Add native GSM 06.10 audio decoder.Reimar Döffinger2010-07-10