summaryrefslogtreecommitdiff
path: root/libavcodec/libgsm.c
Commit message (Expand)AuthorAge
* 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
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* libgsm warper by (Alban Bedel: albeu, free fr)Michael Niedermayer2005-05-22