index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
gsmdec.c
Age
Commit message (
Expand
)
Author
2011-12-02
Add avcodec_decode_audio4().
Justin Ruggles
2011-11-02
gsm: log error message when packet is too small
Justin Ruggles
2011-11-02
gsmdec: do not needlessly set *data_size to 0
Justin Ruggles
2011-11-02
gsmdec: add flush function to reset the decoder state when seeking
Justin Ruggles
2011-11-02
gsmdec: log error message when output buffer is too small.
Justin Ruggles
2011-11-02
gsm: use av_get_bytes_per_sample() in frame_bytes calculation
Justin Ruggles
2011-07-29
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2010-11-12
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-10-02
Fix GSM decoding: regular GSM and MSGSM do not use the same
Reimar Döffinger
2010-07-27
Document how the ref_buf is used.
Reimar Döffinger
2010-07-10
Add native GSM 06.10 audio decoder.
Reimar Döffinger