summaryrefslogtreecommitdiff
path: root/libavcodec/amrwbdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/amrwbdec: update .p.sample_fmts to planar variantPaul B Mahol2022-11-281-1/+1
* avcodec/amrwbdec,lsp: Include mips headers only #if ARCH_MIPSAndreas Rheinhardt2022-09-291-0/+4
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/amr*bdec: return only number of consumed bytesPaul B Mahol2022-08-311-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-2/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* amr: convert to new channel layout APIAnton Khirnov2022-03-151-6/+6
* avcodec/amrwbdec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-131-0/+1
* avcodec/amr*dec: reindentPaul B Mahol2021-10-031-153/+153
* avcodec/amr*dec: add multichannel supportPaul B Mahol2021-10-031-21/+38
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-101-1/+1
* lavc/amrwbdec: Add a comment about the missing muting technique.Carl Eugen Hoyos2020-04-111-0/+2
* lavc/amrwbdec: Output silence for frames marked as corrupt.Carl Eugen Hoyos2020-04-111-4/+4
* lavc/amrwbdec: Remove a dead comparison.Carl Eugen Hoyos2020-04-111-1/+1
* lavc/amrwbdec: Use av_samples_set_silence().Carl Eugen Hoyos2020-04-051-2/+1
* lavc/amrwbdec: Do not ignore NO_DATA frames.Carl Eugen Hoyos2020-04-051-1/+8
* avcodec/amrwbdec: Fix division by 0 in find_hb_gain()Michael Niedermayer2018-06-041-3/+8
* avcodec/amrwbdec: Fix division by 0 in voice_factor()Michael Niedermayer2017-12-101-1/+1
* avcodec/amrwbdec: Fix runtime error: left shift of negative value -1Michael Niedermayer2017-03-121-1/+1
* avcodec/amrwbdec: Fix 2 runtime errors: left shift of negative value -1Michael Niedermayer2017-02-251-2/+2
* Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-241-3/+0
|\
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-3/+0
* | avcodec/amrwbdec: use av_mod_uintp2James Almer2016-01-291-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-141-1/+1
|\ \ | |/
| * avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
* | Merge commit '63d744e2be39466e3a734c2987cd713e0bac101e'Michael Niedermayer2013-03-141-1/+1
|\ \ | |/
| * av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-131-1/+1
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | Merge commit '5cc0bd2cb47cbb1040f2bb0ded8d72a442c79b20'Michael Niedermayer2013-02-131-9/+5
|\ \ | |/
| * amrwb: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-9/+5
* | Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'Michael Niedermayer2013-01-231-11/+12
|\ \ | |/
| * floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-16/+17
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-1/+1
|\ \ | |/
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* | amrwbdec: allow sample rates other than 16khzMichael Niedermayer2012-11-021-1/+2