summaryrefslogtreecommitdiff
path: root/libavcodec/wavpackenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-1/+2
* avcodec/wavpackenc: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-021-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-301-2/+2
* avcodec/wavpack: Deduplicate exp and log tablesAndreas Rheinhardt2021-01-081-2/+2
* avcodec/wavpackenc: Fix undefined shiftsAndreas Rheinhardt2019-09-261-3/+3
* avcodec/wavpackenc: use ff_clz()Paul B Mahol2019-05-021-17/+3
* avcodec/wavpackenc: use put_sbitsJames Almer2016-01-201-2/+1
* avcodec/wavpackenc: print channel count in av_log callJames Almer2016-01-131-1/+1
* avcodec/wavpackenc: Check the number of channelsMichael Niedermayer2016-01-111-0/+5
* avcodec/wavpackenc: Headers are per channelMichael Niedermayer2016-01-111-1/+1
* avcodec/wavpackenc: use AV_OPT_TYPE_BOOL for all optionsPaul B Mahol2015-09-091-10/+5
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
* avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* wavpackenc: use put_sbits()James Almer2015-04-181-7/+3
* avcodec/wavpackenc: remove unneeded L suffixesMichael Niedermayer2015-02-021-4/+4
* wavpackenc: reset trailer info on block encodingChristophe Gisquet2014-08-221-0/+3
* wavpackenc: make assert more thoroughChristophe Gisquet2014-08-221-1/+1
* wavpackenc: fix number of samples per blockChristophe Gisquet2014-08-221-1/+1
* wavpackenc: assert on too small bufferChristophe Gisquet2014-08-211-0/+2
* wavpackenc: proper buffer allocationChristophe Gisquet2014-08-191-2/+3
* avcodec/wavpackenc: Fix log2sample() result valueMichael Niedermayer2014-08-021-2/+2
* avcodec/wavpackenc: fix () in macrosMichael Niedermayer2014-06-201-7/+7
* avcodec/wavpackenc: fix uninitialized retMichael Niedermayer2013-10-201-1/+1
* wavpackenc: do not copy samples if they are not availablePaul B Mahol2013-08-171-2/+4
* wavpackenc: simplify "sign = ((sample) < 0) ? 1 : 0;"Michael Niedermayer2013-08-141-1/+1
* WavPack encoderPaul B Mahol2013-08-141-0/+2987