42 Commits (67e2f8b6bf5a44fa8083f90096de6131601879b4)

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
Andreas Rheinhardt dfe7c7ffce avcodec/vorbis: Split data declarations out into new header 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 6aad1204cc avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE 3 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 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 e869c06ef5 libopus: convert to new channel layout API 3 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
Rostislav Pehlivanov ffec9d32fe Revert "libopus: Add channel mapping 2 support in libopusdec" 6 years ago
Matt Wolenetz e43e97f0e0 lavc/libopusdec: Allow avcodec_open2 to call .close 7 years ago
Menno 204c7caf0d avcodec/libopus: support disabling phase inversion. 7 years ago
wm4 b945fed629 avcodec: add metadata to identify wrappers and hardware decoders 7 years ago
wm4 47687a2f8a avcodec: add metadata to identify wrappers and hardware decoders 7 years ago
Mikulas Patocka 279d2599dd ffmpeg libopusdec: fix missing include file in libopusdec.c 7 years ago
Felicia Lim c8c995bc1d libopus: Add channel mapping 2 support in libopusdec 7 years ago
Andreas Cadhalpun fc85646ad4 libopusdec: fix out-of-bounds read 8 years ago
Andreas Cadhalpun 8c8f543b81 libopusdec: default to stereo for invalid number of channels 8 years ago
Andreas Cadhalpun f92d7bdfdd libopusdec: default to stereo for invalid number of channels 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Diego Biurrun 0f40c90984 Drop pointless assert.h #includes 9 years ago
Ganesh Ajjanagadde 48cd3d233b lavc/libopusdec: replace pow(10,x) by ff_exp10(x) 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Jan Gerber b2597042e5 avcodec/libopusdec: Set codec->delay to pre_skip not fixed value 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Justin Ruggles 19b2cb268f libopus: decode directly to the user-provided AVFrame 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Nathan Caldwell 6cb8c85409 Opus encoder using libopus 12 years ago
Nathan Caldwell d16860a237 libopus: Remap channels using libopus' internal remapping. 12 years ago
Nicolas George 44617d6ec9 Opus decoder using libopus 12 years ago