aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/gsmdec.c
AgeCommit message (Expand)Author
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2011-12-02Add avcodec_decode_audio4().Justin Ruggles
2011-11-02gsm: log error message when packet is too smallJustin Ruggles
2011-11-02gsmdec: do not needlessly set *data_size to 0Justin Ruggles
2011-11-02gsmdec: add flush function to reset the decoder state when seekingJustin Ruggles
2011-11-02gsmdec: log error message when output buffer is too small.Justin Ruggles
2011-11-02gsm: use av_get_bytes_per_sample() in frame_bytes calculationJustin Ruggles
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-10-02Fix GSM decoding: regular GSM and MSGSM do not use the sameReimar Döffinger
2010-07-27Document how the ref_buf is used.Reimar Döffinger
2010-07-10Add native GSM 06.10 audio decoder.Reimar Döffinger