summaryrefslogtreecommitdiff
path: root/libavcodec/g726.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* g726: Do not crash on user mistakeLuca Barbato2015-07-11
* libavcodec: Make use of av_clip functionsPeter Meerwald2015-02-21
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* g726: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* miscellaneous typo fixesDiego Biurrun2012-12-21
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* g726dec: do not validate sample rateJustin Ruggles2012-11-01
* g726dec: set channel layout at initialization instead of validating itJustin Ruggles2012-11-01
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* g726enc: use AVCodec.encode2()Justin Ruggles2012-03-20
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* g726dec: add flush() function to reset state when seekingJustin Ruggles2011-11-01
* g726: don't pass index to g726_reset()Justin Ruggles2011-11-01
* g726enc: add private option for setting code size directly.Justin Ruggles2011-11-01
* g726: wrap the decoder functions with a CONFIG_ADPCM_G726_DECODER checkJustin Ruggles2011-11-01
* g726: group the g726_encoder AVCodec with the other encoding functionsJustin Ruggles2011-11-01
* g726: return AVERROR(EINVAL) instead of -1 for invalid channel countJustin Ruggles2011-11-01
* g726enc: use av_assert0() for sample_rate validationJustin Ruggles2011-11-01
* g726: treat sample rates other than 8kHz as unofficial.Justin Ruggles2011-11-01
* g726dec: remove the sample_rate validationJustin Ruggles2011-11-01
* g726: use bits_per_coded_sample instead of bitrate to determine modeJustin Ruggles2011-11-01
* g726: split the init function for the encoder and decoderJustin Ruggles2011-11-01
* g726: pre-calculate the number of output samples.Justin Ruggles2011-11-01
* g726: use int16_t instead of shortJustin Ruggles2011-11-01
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* 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
* Set a constant frame size for encoding G.726 audio.Justin Ruggles2010-09-11
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-24
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-06
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-03
* Prevent a division by 0 in the g726 decoder when the configured samplerate is 0.Laurent Aimar2008-09-02
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Do not shift F[I] twice, it is also clearer and smaller now.Michael Niedermayer2008-06-19
* Factorize c->ap += (-c->ap) >> 4 outMichael Niedermayer2008-06-19
* Get rid of G726Tables.bits.Michael Niedermayer2008-06-19