30 Commits (9ebe6e391071690dbee79a645c51b14bd55c2ff4)

Author SHA1 Message Date
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. 13 years ago
Diego Biurrun 0523dc57ff libspeexdec: Drop const qualifier to silence compiler warning. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Justin Ruggles d6ee035d7a libspeex: Do not set AVCodecContext.frame_size in decoder init if there is no 15 years ago
Justin Ruggles 6833385d30 Store the frame size in the LibSpeexContext in case the header does not exist. 15 years ago
Justin Ruggles 5c3b5e3053 Use the output data type to determine the maximum number of samples that can be 15 years ago
Justin Ruggles eb5f3c5434 Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat 15 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun 5bfd3147f8 cosmetics: Fix a few typos and use a consistent codec long name. 16 years ago
David Conrad ae14f311f8 Speex decoding via libspeex 16 years ago