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