98 Commits (014b6b416fec89777cb9cff61bcf7896eaf7cf39)

Author SHA1 Message Date
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Justin Ruggles 0fe4056f95 nellymoser: decode directly to the user-provided AVFrame 12 years ago
Justin Ruggles e034cc6c60 lavc: Move vector_fmul_window to AVFloatDSPContext 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 d26701ce2f nellymoserdec: set channels to 1 12 years ago
Anton Khirnov 66f52d0c3d nellymoserdec: drop support for s16 output. 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
Vitor Sessak 5cd1337f5d nellymoserdec: Saner and faster IMDCT windowing 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Anton Khirnov d54f1e6407 nellymoserdec: SAMPLE_FMT -> AV_SAMPLE_FMT 13 years ago
Diego Biurrun aaf47bcde7 Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
Martin Storsjö ce94948198 nellymoserdec: Indicate that the decoder can handle changed parameters 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles 77c8ef9a36 nellymoserdec: use dsp functions for overlap and windowing 13 years ago
Justin Ruggles 8c9581f052 nellymoserdec: do not fail if there is extra data in the packet 13 years ago
Justin Ruggles 0aaa85dbed nellymoserdec: fail if output buffer is too small 13 years ago
Justin Ruggles f19305fe93 nellymoserdec: remove pointless buffer size check. 13 years ago
Justin Ruggles fac6b7f9f2 nellymoserdec: allocate float_buf only when decoding to int16 13 years ago
Justin Ruggles 32b484464c nellymoserdec: use NELLY_BUF_LEN instead of 128 13 years ago
Justin Ruggles ded0800d44 nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate. 13 years ago
Justin Ruggles 84464b2e7f nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples. 13 years ago
Justin Ruggles 8b31c086b6 nellymoser: check output buffer size before decoding 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Vitor Sessak 9d35fa520e Add AVX FFT implementation. 14 years ago
Mans Rullgard 4538729afe Move sine windows to a separate file 14 years ago
Mans Rullgard 26f548bb59 fft: remove inline wrappers for function pointers 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Justin Ruggles c73d99e672 Separate format conversion DSP functions from DSPContext. 14 years ago
Justin Ruggles b5ec638343 cosmetics: indentation and spacing 14 years ago
Justin Ruggles 9d06d7bce3 Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini 63e8d9760f Use the new libavcore audio channel API. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Martin Storsjö caea217d37 nellymoserdec: Increase the log level of messages when failing to decode data 15 years ago
Martin Storsjö 133cd270f8 Reindent 15 years ago
Martin Storsjö c5d68fbd49 nellymoserdec: Simplify calculation of numbers of blocks 15 years ago
Martin Storsjö f1a12c76cf Reindent 15 years ago
Martin Storsjö f7a30c0baa nellymoserdec: Allow using unusual input block sizes 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Måns Rullgård 1429224b04 Move FFT parts from dsputil.h to fft.h 15 years ago
Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Reimar Döffinger 14b8607065 Add support for hard-coded MDCT-related ff_sine_windows tables. 15 years ago
Måns Rullgård b8cef7be5c nellymoser: use constant seed for dithering RNG 15 years ago