index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
gsmdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MSN Audio support
Kostya Shishkov
2013-11-26
1
-4
/
+15
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-2
/
+2
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-1
/
+1
*
gsm: decode directly to the user-provided AVFrame
Justin Ruggles
2013-02-12
1
-11
/
+5
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-1
/
+2
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-1
/
+1
*
gsmdec: always set channel layout and sample rate at initialization
Justin Ruggles
2012-11-01
1
-4
/
+5
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-6
/
+6
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-2
/
+2
*
Add avcodec_decode_audio4().
Justin Ruggles
2011-12-02
1
-10
/
+22
*
gsm: log error message when packet is too small
Justin Ruggles
2011-11-02
1
-1
/
+3
*
gsmdec: do not needlessly set *data_size to 0
Justin Ruggles
2011-11-02
1
-1
/
+1
*
gsmdec: add flush function to reset the decoder state when seeking
Justin Ruggles
2011-11-02
1
-0
/
+8
*
gsmdec: log error message when output buffer is too small.
Justin Ruggles
2011-11-02
1
-2
/
+4
*
gsm: use av_get_bytes_per_sample() in frame_bytes calculation
Justin Ruggles
2011-11-02
1
-1
/
+2
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-16
/
+12
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-2
/
+2
*
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-12
1
-1
/
+1
*
Fix GSM decoding: regular GSM and MSGSM do not use the same
Reimar Döffinger
2010-10-02
1
-215
/
+4
*
Document how the ref_buf is used.
Reimar Döffinger
2010-07-27
1
-0
/
+4
*
Add native GSM 06.10 audio decoder.
Reimar Döffinger
2010-07-10
1
-0
/
+316