79 Commits (3a5944696768e3b5680ae78d9d84ba9846050e61)

Author SHA1 Message Date
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 eb608fd0b0 avcodec/libspeexdec: Fix use of uninitialized value 2 years ago
Andreas Rheinhardt 6aad1204cc avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE 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 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Anton Khirnov 97d9a32938 libspeex: 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
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
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Michael Niedermayer 0b9a9e0e2c avcodec/libspeexdec: make array const 10 years ago
Michael Niedermayer 018ce90284 avcodec/libspeexdec: more verbose error message 10 years ago
Michael Niedermayer d96d8e121f avcodec/libspeexdec: support zygoaudio 10 years ago
Carl Eugen Hoyos ca2ec98cbe Do not overwrite the sample format with AV_SAMPLE_FMT_NONE in libspeex_decode_init(). 11 years ago
Carl Eugen Hoyos ef48ac6523 Set the bitrate when decoding speex. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Justin Ruggles 8000206abc libspeexdec: fix detection of final terminator code 11 years ago
Piotr Bandurski e26b066cd8 libspeex: support ZygoAudio (quality 10 mode) 12 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 bed957bb11 libspeex: decode directly to the user-provided AVFrame 12 years ago
Michael Niedermayer f3c9d66baf libspeexdec: fix terminator check 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Reimar Döffinger e2fc6a01f6 libspeex: allow custom sample rates again. 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Justin Ruggles c9df48909e libspeexdec: handle NULL return value from speex_packet_to_header() 12 years ago
Justin Ruggles 29abb04e73 libspeexdec: If the channel count is not valid, decode as stereo. 12 years ago
Justin Ruggles 45e5d0c3ac libspeexdec: properly handle DTX for multiple frames-per-packet 12 years ago
Justin Ruggles 908e22b93a libspeexdec: move the SpeexHeader from LibSpeexContext to where it is used 12 years ago
Justin Ruggles 892695c851 libspeexdec: simplify setting of frame_size 12 years ago
Justin Ruggles 27c3f9c03e libspeexdec: set channel_layout 12 years ago
Justin Ruggles 3b061c5e10 libspeexdec: improve setting of Speex mode and sample rate 12 years ago
Piotr Bandurski 53241b5dc7 lavc: add missing new line to some messages 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Justin Ruggles 67aec401d8 libspeexdec: set frame size in libspeex_decode_init() 13 years ago
Carl Eugen Hoyos d3640096aa Fix libspeex decoding. 13 years ago
Justin Ruggles 85469f1c9e libspeexdec: do not set AVCodecContext.frame_size 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles b19e0c2b4e libspeexdec: include system headers before local headers 13 years ago
Justin Ruggles a470fe80ba libspeexdec: return meaningful error codes 13 years ago
Justin Ruggles 14bc60dbae libspeexdec: cosmetics: reindent 13 years ago
Justin Ruggles 7eeaa6796b libspeexdec: decode one frame at a time. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Diego Biurrun 0523dc57ff libspeexdec: Drop const qualifier to silence compiler warning. 14 years ago