summaryrefslogtreecommitdiff
path: root/libavcodec/g722enc.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: 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
* g722: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avcodec/g722enc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-05-05
* avcodec/g722enc: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/g722enc: Validate parameters before using themAndreas Rheinhardt2021-02-08
* avcodec/g722enc: Cleanup generically on init failureAndreas Rheinhardt2020-09-19
* avcodec/g722enc: force mono channel layoutKyle Swanson2017-06-26
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0'Michael Niedermayer2015-02-21
|\|
| * libavcodec: Make use of av_clip functionsPeter Meerwald2015-02-21
* | Merge commit '10f160768b824f00933f33bc69f1fae89a25dfc8'Michael Niedermayer2015-02-16
|\|
| * g722: Reduce number of pointers passed to g722_apply_qmf() functionPeter Meerwald2015-02-15
* | Merge commit '67690683130faf37dd9d969ced15eba2a1940ade'Michael Niedermayer2015-02-16
|\|
| * g722: Split out g722_qmf_apply() function into g722dsp.cPeter Meerwald2015-02-15
* | avcodec/g722enc: Use av_mallocz_array()Michael Niedermayer2015-01-15
* | Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f'Michael Niedermayer2014-10-14
|\|
| * lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-13
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
* | Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer2013-03-12
|\|
| * lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* | normalize calls to ff_alloc_packet2James Zern2013-03-06
* | Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702'Michael Niedermayer2012-10-10
|\|
| * g722enc: fix size argument in memsetJanne Grunau2012-10-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | g722enc: switch to av_assertMichael Niedermayer2012-08-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* | g722enc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
|/
* g722enc: use AVCodec.encode2()Justin Ruggles2012-03-20
* g722: Fix the QMF scalingMartin Storsjö2012-03-02
* g722enc: check for trellis data allocation errorJustin Ruggles2012-02-25
* g722enc: validate AVCodecContext.trellisJustin Ruggles2012-01-07
* g722enc: set frame_size, and also handle an odd number of input samplesJustin Ruggles2012-01-07
* g722enc: split encoding into separate functions for trellis vs. no trellisJustin Ruggles2012-01-07
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* g722: Change bits per sample to 4Sjoerd Simons2011-12-05
* g722: split decoder and encoder into separate filesJustin Ruggles2011-10-23