149 Commits (3f691c0c6a8cbb293740df4f3bba06a8f5d5fba5)

Author SHA1 Message Date
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 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 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 ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 5aabb2596f avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault 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
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Anton Khirnov e763a7cf0b g726: convert to new channel layout API 3 years ago
Andreas Rheinhardt 01f4f6c297 avcodec/g726: Deduplicate AVClasses 3 years ago
Andreas Rheinhardt 8fb25961b9 avcodec/g726: Avoid copying packet data, allow user-supplied buffers 4 years ago
Andreas Rheinhardt be633f1237 avcodec/g726: Mark encoders as init-threadsafe 4 years ago
Andreas Rheinhardt d40579c3cb avcodec/g726: Mark decoders as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Hendrik Leppkes 494f868e93 avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels 4 years ago
Carl Eugen Hoyos 898ea658c8 lavc/g726: Add a little-endian G.726 encoder. 7 years ago
Michael Niedermayer c04aa14882 avcodec/g726: Fix runtime error: left shift of negative value -2 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková 2188d53906 g72x: Convert to the new bitstream reader 8 years ago
Michael Niedermayer a5af1240fc avcodec/g726: Add missing ADDB output mask 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Andreas Cadhalpun 8d6625642d doc: fix spelling errors 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
Luca Barbato 355864ef7a g726: Do not crash on user mistake 9 years ago
James Almer ba625dd8a1 avcodec: use av_mod_uintp2() where useful 10 years ago
Peter Meerwald 9abc80f1ed libavcodec: Make use of av_clip functions 10 years ago
Carl Eugen Hoyos 10c240a085 avcodec: Add little-endian G726 decoder 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Carl Eugen Hoyos 8e3c5c70ca g726: Do not try to decode more than one channel. 12 years ago
Carl Eugen Hoyos 0915b531bc Rename "AVClass class" as "AVClass component_class". 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov f073b1500e lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
James Zern bcaf64b605 normalize calls to ff_alloc_packet2 12 years ago
Justin Ruggles cb7b47a61d g726: decode directly to the user-provided AVFrame 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Justin Ruggles a346aaf148 g726dec: do not validate sample rate 12 years ago
Justin Ruggles e00eb03cd8 g726dec: set channel layout at initialization instead of validating it 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Lou Logan 6851130fd6 cosmetics: minor libavcodec spelling errors 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago