116 Commits (02c032abcd43465b30ad58ede18abcdc24b5c006)

Author SHA1 Message Date
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 8 months ago
James Almer 65ddc74988 avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 8 months ago
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 11 months ago
Anton Khirnov 8d73f3ce56 lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders 2 years ago
Andreas Rheinhardt fdff1b9cbf avcodec/codec_internal: Avoid deprecation warnings for channel_layouts 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 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 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 d199099be9 alac: convert to new channel layout API 3 years ago
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 3 years ago
Andreas Rheinhardt beaf065f82 avcodec/alacenc: Mark encoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt d85c41b572 avcodec: Remove private options from AVCodecContext 4 years ago
Andreas Rheinhardt c81b8e04aa Avoid intermediate bitcount for number of bytes in PutBitContext 4 years ago
Andreas Rheinhardt ce482266a6 avcodec/alacenc: Don't free unnecessarily 4 years ago
Andreas Rheinhardt acda9ff6ce avcodec/alacenc: Remove redundant code to free extradata 4 years ago
Jai Luthra 0c023d181e lavc/lpc: Add min_shift parameter in LPC 8 years ago
Paul B Mahol 82b84c71b0 avcodec/alacenc: allocate bigger packets 8 years ago
Diego Biurrun 8dead2aaca Move const qualifier before type name 9 years ago
Martin Storsjö 87a814fdce libavcodec: Add missing AVClass pointers 9 years ago
Vittorio Giovara 243df1351d lavc: Move {min,max}_prediction_order to codec private options 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
Michael Niedermayer 28dce3cdbc avcodec/alacenc: Remove unused variable 10 years ago
Christophe Gisquet 9950073655 alacenc: remove unneeded masking 10 years ago
Christophe Gisquet a084493535 alacenc: fix incorrect buffer use 10 years ago
Christophe Gisquet 96d2178325 alacenc: fix extra bits extraction 10 years ago
Christophe Gisquet c0d18cc085 alacenc: increase predictor buffer 10 years ago
Anton Khirnov 5b9c3b4505 Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer 8aea2f05dc alacenc: Fix missing sign_extend() 12 years ago
Paul B Mahol 739d6a78b7 alacenc: don't allocate unused avctx->coded_frame 12 years ago
James Zern bcaf64b605 normalize calls to ff_alloc_packet2 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Justin Ruggles 5e1bbb8c7e alacenc: add support for multi-channel encoding 12 years ago
Justin Ruggles 7c278d2ae4 alacenc: support 24-bit encoding 12 years ago
Justin Ruggles f24cc1b2f1 alacenc: use s16p sample format as input 12 years ago
Justin Ruggles 358078d9bb alacenc: remove unneeded sample_fmt check 12 years ago
Justin Ruggles ec7a212f9f alacenc: fix max_frame_size calculation for the final frame 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer a18cf3635c alacenc: switch to ff_alloc_packet2() 13 years ago
Justin Ruggles 764852d653 alacenc: use AVCodec.encode2() 13 years ago
Justin Ruggles bee80054f7 alacenc: cosmetics: indentation 13 years ago