summaryrefslogtreecommitdiff
path: root/libavcodec/g723_1dec.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* g723_1: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/g723_1dec: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/g723_1: Move tables to their only userAndreas Rheinhardt2021-01-08
* avcodec/g723_1: Deduplicate arraysAndreas Rheinhardt2021-01-08
* avcodec/g723_1dec: fix invalid shift with negative sid_gainMichael Niedermayer2019-10-29
* avcodec/g723_1dec: Fix overflow in shiftMichael Niedermayer2019-10-16
* avcodec/g723_1dec: Fix invalid shiftAndreas Rheinhardt2019-09-20
* avcodec/g723_1dec: actually decode second channelPaul B Mahol2019-03-07
* avcodec/g723_1dec: use init_get_bits8()Paul B Mahol2018-12-23
* avcodec/g723_1dec: improve stereo supportPaul B Mahol2018-12-18
* avcodec/g723_1dec: reindent after last commitPaul B Mahol2018-12-18
* avcodec/g723_1: add support for stereo filesPaul B Mahol2018-12-18
* avcodec/g723_1dec: Clip bits2 in both directionsMichael Niedermayer2018-05-27
* avcodec/g723_1dec: Clip after shift in estimate_sid_gain()Michael Niedermayer2017-05-20
* avcodec/g723_1dec: Fix LCG typeMichael Niedermayer2017-05-14
* avcodec/g723_1dec: Fix runtime error: left shift of negative value -1Michael Niedermayer2017-05-12
* avcodec/g723_1dec: Fix several integer related cases of undefined behaviourMichael Niedermayer2017-05-09
* avcodec/g723_1: Fix multiple runtime error: left shift of negative valueMichael Niedermayer2017-05-06
* Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch2016-06-29
|\
| * get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-07
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit 'f023d57d355ff3b917f1aad9b03db5c293ec4244'Hendrik Leppkes2015-12-07
|\|
* | Merge commit '165cc6fb9defcd79fd71c08167f3e8df26b058ff'Hendrik Leppkes2015-12-07
|\|
| * g723_1: Move sharable functions to a separate fileVittorio Giovara2015-11-30
* | Merge commit 'aac996cc01042194bf621d845bbe684549b5882e'Hendrik Leppkes2015-12-07
|/
* g723_1: Rename files to better reflect their purposeVittorio Giovara2015-11-30