summaryrefslogtreecommitdiffstats
path: root/libavcodec/g726.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Add little-endian G726 decoderCarl Eugen Hoyos2013-10-181-2/+23
* Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-2/+2
|\
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* | g726: Do not try to decode more than one channel.Carl Eugen Hoyos2013-07-131-0/+4
* | Rename "AVClass class" as "AVClass component_class".Carl Eugen Hoyos2013-06-301-2/+2
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer2013-03-121-18/+0
|\ \ | |/
| * lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-18/+0
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | normalize calls to ff_alloc_packet2James Zern2013-03-061-1/+1
* | Merge commit 'cb7b47a61dba0b9329ecede5dd3211dc0662dc05'Michael Niedermayer2013-02-131-9/+5
|\ \ | |/
| * g726: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-9/+5
| * miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+1
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+1
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-1/+1
|\ \ | |/
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer2012-11-021-12/+4
|\ \ | |/
| * g726dec: do not validate sample rateJustin Ruggles2012-11-011-8/+0
| * g726dec: set channel layout at initialization instead of validating itJustin Ruggles2012-11-011-4/+4
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-1/+1
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* | cosmetics: minor libavcodec spelling errorsLou Logan2012-06-291-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-4/+5
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-4/+5
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | g726enc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-221-8/+21
|\ \ | |/
| * g726enc: use AVCodec.encode2()Justin Ruggles2012-03-201-8/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-10/+19
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-10/+19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-49/+111
|\ \ | |/
| * g726dec: add flush() function to reset state when seekingJustin Ruggles2011-11-011-0/+7
| * g726: don't pass index to g726_reset()Justin Ruggles2011-11-011-4/+4
| * g726enc: add private option for setting code size directly.Justin Ruggles2011-11-011-9/+29
| * g726: wrap the decoder functions with a CONFIG_ADPCM_G726_DECODER checkJustin Ruggles2011-11-011-0/+2
| * g726: group the g726_encoder AVCodec with the other encoding functionsJustin Ruggles2011-11-011-15/+13
| * g726: return AVERROR(EINVAL) instead of -1 for invalid channel countJustin Ruggles2011-11-011-2/+2
| * g726enc: use av_assert0() for sample_rate validationJustin Ruggles2011-11-011-4/+2
| * g726: treat sample rates other than 8kHz as unofficial.Justin Ruggles2011-11-011-0/+15
| * g726dec: remove the sample_rate validationJustin Ruggles2011-11-011-5/+0
| * g726: use bits_per_coded_sample instead of bitrate to determine modeJustin Ruggles2011-11-011-21/+19
| * g726: split the init function for the encoder and decoderJustin Ruggles2011-11-011-14/+35
| * g726: pre-calculate the number of output samples.Justin Ruggles2011-11-011-3/+11
| * g726: use int16_t instead of shortJustin Ruggles2011-11-011-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-16/+14
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-16/+14
OpenPOWER on IntegriCloud