summaryrefslogtreecommitdiff
path: root/libavcodec/wavpackenc.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
* wavpack: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec/wavpackenc: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-30
* avcodec/wavpack: Deduplicate exp and log tablesAndreas Rheinhardt2021-01-08
* avcodec/wavpackenc: Fix undefined shiftsAndreas Rheinhardt2019-09-26
* avcodec/wavpackenc: use ff_clz()Paul B Mahol2019-05-02
* avcodec/wavpackenc: use put_sbitsJames Almer2016-01-20
* avcodec/wavpackenc: print channel count in av_log callJames Almer2016-01-13
* avcodec/wavpackenc: Check the number of channelsMichael Niedermayer2016-01-11
* avcodec/wavpackenc: Headers are per channelMichael Niedermayer2016-01-11
* avcodec/wavpackenc: use AV_OPT_TYPE_BOOL for all optionsPaul B Mahol2015-09-09
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
* avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* wavpackenc: use put_sbits()James Almer2015-04-18
* avcodec/wavpackenc: remove unneeded L suffixesMichael Niedermayer2015-02-02
* wavpackenc: reset trailer info on block encodingChristophe Gisquet2014-08-22
* wavpackenc: make assert more thoroughChristophe Gisquet2014-08-22
* wavpackenc: fix number of samples per blockChristophe Gisquet2014-08-22
* wavpackenc: assert on too small bufferChristophe Gisquet2014-08-21
* wavpackenc: proper buffer allocationChristophe Gisquet2014-08-19
* avcodec/wavpackenc: Fix log2sample() result valueMichael Niedermayer2014-08-02
* avcodec/wavpackenc: fix () in macrosMichael Niedermayer2014-06-20
* avcodec/wavpackenc: fix uninitialized retMichael Niedermayer2013-10-20
* wavpackenc: do not copy samples if they are not availablePaul B Mahol2013-08-17
* wavpackenc: simplify "sign = ((sample) < 0) ? 1 : 0;"Michael Niedermayer2013-08-14
* WavPack encoderPaul B Mahol2013-08-14