index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
libgsm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-4
/
+4
*
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
Anton Khirnov
2013-03-09
1
-11
/
+0
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-1
/
+1
*
libgsm: decode directly to the user-provided AVFrame
Justin Ruggles
2013-02-12
1
-9
/
+5
*
libgsm: detect libgsm header path
Brad Smith
2013-01-21
1
-0
/
+5
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-1
/
+1
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-2
/
+2
*
libgsmdec: always set channel layout and sample rate at initialization
Justin Ruggles
2012-11-01
1
-13
/
+5
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-11
/
+11
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-6
/
+8
*
libgsmenc: use AVCodec.encode2()
Justin Ruggles
2012-03-20
1
-10
/
+24
*
check for coded_frame allocation failure in several audio encoders
Justin Ruggles
2012-02-25
1
-0
/
+4
*
audio encoders: do not set coded_frame->key_frame.
Justin Ruggles
2012-02-25
1
-1
/
+0
*
avcodec: add GSM parser
Justin Ruggles
2012-01-11
1
-5
/
+2
*
libgsm: Reset the MS mode of GSM in the flush function
Martin Storsjö
2011-12-15
1
-0
/
+3
*
libgsm: Set options on the right object
Martin Storsjö
2011-12-15
1
-1
/
+1
*
Add avcodec_decode_audio4().
Justin Ruggles
2011-12-02
1
-18
/
+40
*
libgsm: add flush function to reset the decoder state when seeking
Justin Ruggles
2011-11-02
1
-0
/
+7
*
libgsm: simplify decoding by using a loop
Justin Ruggles
2011-11-02
1
-7
/
+8
*
gsm: log error message when packet is too small
Justin Ruggles
2011-11-02
1
-1
/
+5
*
libgsmdec: do not needlessly set *data_size to 0
Justin Ruggles
2011-11-02
1
-1
/
+0
*
libgsmdec: check output buffer size before decoding
Justin Ruggles
2011-11-02
1
-2
/
+9
*
cosmetics: reindent and pretty-print
Justin Ruggles
2011-09-25
1
-14
/
+14
*
libgsm: split init and close fuctions for encoder and decoder.
Justin Ruggles
2011-09-25
1
-20
/
+49
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-30
/
+24
*
libgsm: Drop const qualifier to silence compiler warning.
Diego Biurrun
2011-07-07
1
-1
/
+1
*
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
-4
/
+4
*
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-12
1
-3
/
+3
*
Change all occurences of "inofficial" to "unofficial" in code, comments
Rodney Baker
2010-07-03
1
-2
/
+2
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-4
/
+4
*
Fix compilation with --enable-libgsm on Gentoo and OpenSUSE.
Ramiro Polla
2010-02-13
1
-1
/
+1
*
Make sample_fmts and channel_layouts compound literals const to reduce size of
Reimar Döffinger
2009-09-06
1
-2
/
+2
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Fix memory leak in libgsm wrapper.
Martin Storsjö
2008-11-10
1
-0
/
+1
*
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-07-31
1
-0
/
+4
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-4
/
+4
*
indent
Michael Niedermayer
2008-04-29
1
-14
/
+14
*
Fix decoding of:
Michael Niedermayer
2008-04-29
1
-0
/
+11
*
Add some long names to AVCodec declarations.
Stefano Sabatini
2008-04-29
1
-0
/
+4
*
Make sure some value is always returned via data_size
Michel Bardiaux
2008-04-25
1
-3
/
+2
*
Allow bitrates zero and 13200 (needed for decoding mov and aiff)
Michel Bardiaux
2008-04-25
1
-1
/
+16
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
cosmetics: misc typo fixes
Diego Biurrun
2007-07-28
1
-1
/
+1
*
Give names of external library decoders/encoders a lib prefix
Diego Biurrun
2007-06-06
1
-4
/
+4
*
Add support for MS-GSM codec
Michel Bardiaux
2007-02-20
1
-15
/
+63
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
[next]