136 Commits (ce33320b30f27b221d140196f7107e3eccf80568)

Author SHA1 Message Date
Justin Ruggles 5c353eb8e3 cook: return AVERROR_PATCHWELCOME instead of ENOTSUP 13 years ago
Justin Ruggles e34c6c9708 cook: check output buffer size before decoding 13 years ago
Justin Ruggles 6631294c26 cook: do not needlessly set *data_size to 0 13 years ago
Justin Ruggles b277ebd508 cook: remove pointless return statements 13 years ago
Justin Ruggles c9c841e231 cook: simplify decouple_info() 13 years ago
Justin Ruggles f193c96f49 cook: return appropriate error codes instead of -1 13 years ago
Justin Ruggles e694831f9d cook: avoid hardcoded sizes in sizeof() 13 years ago
Justin Ruggles 776e9815a5 cook: remove unneeded #includes 13 years ago
Justin Ruggles c25df22365 cook: output float samples instead of converting to int16 13 years ago
Laurent Aimar 3a742470a8 cook: Fix js_vlc_bits value validation for joint stereo 13 years ago
Diego Biurrun ff993cd7fc doxygen: Drop array size declarations from Doxygen parameter names. 14 years ago
Mans Rullgard b27565b143 Remove statements immediately following unconditional jumps 14 years ago
Diego Biurrun f190f676bc Replace custom DEBUG preprocessor trickery by the standard one. 14 years ago
Diego Biurrun fb52cf8267 cook: Remove non-compiling debug output. 14 years ago
Diego Biurrun 752207e36b cook: Remove unused debug functions. 14 years ago
Vitor Sessak 9d35fa520e Add AVX FFT implementation. 14 years ago
Diego Biurrun 62582a696b cook: Fix small typo in av_log_ask_for_sample message. 14 years ago
Diego Biurrun d9dee728b8 Use av_log_ask_for_sample() to request samples from users. 14 years ago
Diego Biurrun 70fb031ce2 Use av_log_ask_for_sample() where appropriate. 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
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Anton Khirnov c2fcd0a7a4 Replace remaining occurrences of deprecated CH_* with AV_CH_* 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
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
Måns Rullgård e6b22522c9 bswap: change ME to NE in macro names 15 years ago
Diego Biurrun 65e3f89ffd Improve variable names in imlt_window_float() and mlt_compensate_output(). 15 years ago
Diego Biurrun e51f04968e Restore array sizes in doxygen parameter names. 15 years ago
Diego Biurrun 34630b93dc Move DECODE_BYTES_PAD* macros before Doxygen comments. 15 years ago
Diego Biurrun 094b18b683 Fix doxy of gb parameter in decode_gain_info(). 15 years ago
Diego Biurrun daf6c68d33 Avoid one more instance of angular brackets in Doxygen comments. 15 years ago
Diego Biurrun 09f6a45dc2 Remove non-existing stray arguments from Doxygen function documentation. 15 years ago
Diego Biurrun 9a58234fea Fix misspelled parameter names in Doxygen documentation. 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
Måns Rullgård 2d2e72b10e cook: use constant seed for dithering RNG 15 years ago
Måns Rullgård 01b2214758 Merge FFTContext and MDCTContext 15 years ago
Siarhei Siamashka 7d485f165f Support for getting (i)MDCT output multiplied by a constant scaling factor. 16 years ago
Benjamin Larsson e5cd2d3dca Bugfix for bug introduced in the multichannel cook patchset. 16 years ago
Benjamin Larsson bdb8d99613 Proper subpacket size check for cook multichannel files. 16 years ago
Benjamin Larsson bb1135c8a3 Remove parentheses 16 years ago
Benjamin Larsson fcc01e646b Set the type of size in COOKSubpacket to unsigned 16 years ago
Benjamin Larsson ec32cfd2cc Make sure we only parse max amount of subpackets (5) in the cook decoder. 16 years ago
Benjamin Larsson da75426b26 Indent 16 years ago
Benjamin Larsson 0a704b5f21 Remove redundant code 16 years ago