41 Commits (ad6347fc3797a8deca29630fa26ac343c7539463)

Author SHA1 Message Date
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 1 year ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 1 year ago
Paul B Mahol a3b434e151 avcodec/wavpackenc: add support for encoding unspec channel layouts 2 years ago
Paul B Mahol fcabfcbf6f avcodec/wavpackenc: unbreak encoding 8bit pcm 2 years ago
Anton Khirnov 8d73f3ce56 lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt a499b4345b avcodec: Make ff_alloc_packet() based encoders accept user buffers 3 years ago
Andreas Rheinhardt 7360e97e4b avcodec/(dca|tta|pcm-bluray|pcm-dvd|wavpack)enc: Set pts+dur generically 3 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Anton Khirnov 03ba5cf321 wavpack: convert to new channel layout API 3 years ago
Andreas Rheinhardt 1be3d8a0cb avcodec/avcodec: Stop including channel_layout.h in avcodec.h 4 years ago
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 4 years ago
Andreas Rheinhardt 8cca0c22b9 avcodec/wavpackenc: Mark encoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt c81b8e04aa Avoid intermediate bitcount for number of bytes in PutBitContext 4 years ago
Andreas Rheinhardt 5e11dcf52f avcodec/wavpack: Deduplicate exp and log tables 4 years ago
Andreas Rheinhardt 84974c6fb5 avcodec/wavpackenc: Fix undefined shifts 5 years ago
Paul B Mahol bf5d814f10 avcodec/wavpackenc: use ff_clz() 6 years ago
James Almer 4c4ebeb587 avcodec/wavpackenc: use put_sbits 9 years ago
James Almer 17e7fdf61a avcodec/wavpackenc: print channel count in av_log call 9 years ago
Michael Niedermayer 59c915a403 avcodec/wavpackenc: Check the number of channels 9 years ago
Michael Niedermayer 26757b0279 avcodec/wavpackenc: Headers are per channel 9 years ago
Paul B Mahol 8bf2d3e468 avcodec/wavpackenc: use AV_OPT_TYPE_BOOL for all options 10 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 years ago
James Almer 5cd2169344 wavpackenc: use put_sbits() 10 years ago
Michael Niedermayer 6e95c67330 avcodec/wavpackenc: remove unneeded L suffixes 10 years ago
Christophe Gisquet 4adad5a19a wavpackenc: reset trailer info on block encoding 11 years ago
Christophe Gisquet e32eddaa51 wavpackenc: make assert more thorough 11 years ago
Christophe Gisquet ddad093972 wavpackenc: fix number of samples per block 11 years ago
Christophe Gisquet 4a5cc34b46 wavpackenc: assert on too small buffer 11 years ago
Christophe Gisquet 2ba58bec20 wavpackenc: proper buffer allocation 11 years ago
Michael Niedermayer e706fe7640 avcodec/wavpackenc: Fix log2sample() result value 11 years ago
Michael Niedermayer 40cbad9ff7 avcodec/wavpackenc: fix () in macros 11 years ago
Michael Niedermayer 2e9b79fc00 avcodec/wavpackenc: fix uninitialized ret 11 years ago
Paul B Mahol 02eb15a6c1 wavpackenc: do not copy samples if they are not available 12 years ago
Michael Niedermayer bfbe07670b wavpackenc: simplify "sign = ((sample) < 0) ? 1 : 0;" 12 years ago
Paul B Mahol 93f4277714 WavPack encoder 12 years ago