summaryrefslogtreecommitdiffstats
path: root/libavcodec/libgsm.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: build some codecs only if they are actually enabledPaul B Mahol2012-06-171-2/+8
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-6/+8
|\
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-6/+8
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | Fix libgsm.c compilation after typo in 67b8c8.Carl Eugen Hoyos2012-03-221-1/+1
* | libgsm: switch to ff_alloc_packet2().Michael Niedermayer2012-03-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-221-10/+24
|\ \ | |/
| * 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
* | libgsm: Fix compilation.Reimar Döffinger2012-01-281-8/+8
* | libgsm: remove dupe assigment.Paul B Mahol2012-01-281-1/+0
* | libgsm: check return value of gsm_create & avcodec_alloc_frame()Paul B Mahol2012-01-281-0/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-121-5/+2
|\ \ | |/
| * avcodec: add GSM parserJustin Ruggles2012-01-111-5/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-161-1/+4
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-18/+40
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-18/+40
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-11/+29
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-271-33/+62
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-30/+24
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-30/+24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-081-1/+1
|\ \ | |/
| * 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
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-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
OpenPOWER on IntegriCloud