summaryrefslogtreecommitdiff
path: root/libavcodec/libgsm.c
Commit message (Expand)AuthorAge
* cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* Fix libgsm.c compilation after typo in 67b8c8.Carl Eugen Hoyos2012-03-22
* libgsm: switch to ff_alloc_packet2().Michael Niedermayer2012-03-22
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-22
|\
| * 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
* | libgsm: Fix compilation.Reimar Döffinger2012-01-28
* | libgsm: remove dupe assigment.Paul B Mahol2012-01-28
* | libgsm: check return value of gsm_create & avcodec_alloc_frame()Paul B Mahol2012-01-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-12
|\|
| * avcodec: add GSM parserJustin Ruggles2012-01-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-16
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-03
|\|
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-27
|\|
| * cosmetics: reindent and pretty-printJustin Ruggles2011-09-25
| * libgsm: split init and close fuctions for encoder and decoder.Justin Ruggles2011-09-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-08
|\|
| * 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
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* 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