41 Commits (014b6b416fec89777cb9cff61bcf7896eaf7cf39)

Author SHA1 Message Date
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Diego Biurrun 4a2ef39442 cosmetics: Add '0' to float constants ending in '.'. 11 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Justin Ruggles 09d6831f49 sipr: decode directly to the user-provided AVFrame 12 years ago
Ronald S. Bultje d56668bd80 floatdsp: move scalarproduct_float from dsputil to avfloatdsp. 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 523734eb6a sipr: set channel layout 12 years ago
Reimar Döffinger c54e00610f sipr: fall back to setting mode based on bit_rate. 12 years ago
Diego Biurrun dafcbfe443 celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c() 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
Diego Biurrun aaf47bcde7 Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles 979c8de549 sipr: use a function pointer to select the decode_frame function 13 years ago
Justin Ruggles 3468ff1060 sipr: set mode based on block_align instead of bit_rate 13 years ago
Justin Ruggles 0005f9a35b sipr: do not needlessly set *data_size to 0 when returning an error 13 years ago
Mans Rullgard c79d2a20ba sipr: fix get_bits(0) calls 13 years ago
Justin Ruggles 1b5a189f06 sipr: fix the output data size check and only calculate it once. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Alex Converse 4b84d5114d sipr: Drop unused DSPContext 14 years ago
Alex Converse 1e3d5eec8e sipr: include string.h for mem*() 14 years ago
Alex Converse cb372931ff sipr: Use memmove() to copy overlapped buffers. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 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
Vitor Sessak 6e2ecc2dba Remove pointless semicolon 14 years ago
Marcelo Galvăo Póvoa 48ac225db2 Move lsp2lpc_sipr() function to common code so it can be reused in a 14 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Ronald S. Bultje b1078e9fe6 Move clipping of audio samples (for those codecs outputting float) from decoder 15 years ago
Ronald S. Bultje 8955a9d79c Split input/output data arguments to ff_acelp_apply_order_2_transfer_function(). 15 years ago
Ronald S. Bultje bb2dd9efd8 Split the input/output data arguments to ff_adaptive_gain_control(). 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Ronald S. Bultje 95c6b5ebc8 Fix spelling. 15 years ago
Vitor Sessak d140b02581 SIPR16k decoder 15 years ago
Vitor Sessak d79c06b2ad Allow a SIPR table to be used by the upcoming SIPR16k decoder 15 years ago
Vitor Sessak 65323ed279 Split some SIPR structs to a header file for the upcoming SIPR16k commit 15 years ago
Vitor Sessak ef5e7fb253 Remove needless use of log2f() 15 years ago
Vitor Sessak 1c3c129b8f Remove the struct SiprModeParam of the context. This will simplify splitting 15 years ago
Måns Rullgård f3da24c4c3 SIPR: kill variable-length arrays 15 years ago
Vladimir Voroshilov 7bd3096f5f SIPR decoder for modes 8k5, 6k5 and 5k0. 15 years ago