summaryrefslogtreecommitdiff
path: root/libavcodec/libgsm.c
Commit message (Expand)AuthorAge
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* libgsm: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* libgsm: detect libgsm header pathBrad Smith2013-01-21
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* libgsmdec: always set channel layout and sample rate at initializationJustin Ruggles2012-11-01
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* libgsmenc: use AVCodec.encode2()Justin Ruggles2012-03-20
* check for coded_frame allocation failure in several audio encodersJustin Ruggles2012-02-25
* audio encoders: do not set coded_frame->key_frame.Justin Ruggles2012-02-25
* avcodec: add GSM parserJustin Ruggles2012-01-11
* libgsm: Reset the MS mode of GSM in the flush functionMartin Storsjö2011-12-15
* libgsm: Set options on the right objectMartin Storsjö2011-12-15
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* libgsm: add flush function to reset the decoder state when seekingJustin Ruggles2011-11-02
* libgsm: simplify decoding by using a loopJustin Ruggles2011-11-02
* gsm: log error message when packet is too smallJustin Ruggles2011-11-02
* libgsmdec: do not needlessly set *data_size to 0Justin Ruggles2011-11-02
* libgsmdec: check output buffer size before decodingJustin Ruggles2011-11-02
* cosmetics: reindent and pretty-printJustin Ruggles2011-09-25
* libgsm: split init and close fuctions for encoder and decoder.Justin Ruggles2011-09-25
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* libgsm: Drop const qualifier to silence compiler warning.Diego Biurrun2011-07-07
* 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
* Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker2010-07-03
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix compilation with --enable-libgsm on Gentoo and OpenSUSE.Ramiro Polla2010-02-13
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-06
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix memory leak in libgsm wrapper.Martin Storsjö2008-11-10
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* indentMichael Niedermayer2008-04-29
* Fix decoding of:Michael Niedermayer2008-04-29
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-29
* Make sure some value is always returned via data_sizeMichel Bardiaux2008-04-25
* Allow bitrates zero and 13200 (needed for decoding mov and aiff)Michel Bardiaux2008-04-25
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* cosmetics: misc typo fixesDiego Biurrun2007-07-28
* Give names of external library decoders/encoders a lib prefixDiego Biurrun2007-06-06
* Add support for MS-GSM codecMichel Bardiaux2007-02-20
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07