18 Commits (4e41973794c5fc5c3a045b00051e0c089774cf9b)

Author SHA1 Message Date
Justin Ruggles b95fbba705 cosmetics: remove extra spaces before end-of-statement semi-colons 13 years ago
Justin Ruggles 60aa1a358d vorbisdec: check output buffer size before writing output 13 years ago
Anton Khirnov 357db4c263 lavc: use avpriv_ prefix for ff_split_xiph_headers. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Diego Biurrun 6168781f70 doxygen: do not include license boilerplate in Doxygen documentation 14 years ago
Justin Ruggles e6c52cee54 Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago
Diego Biurrun 2d9570a304 vorbisdec: Restore mistakenly removed debug output. 14 years ago
Diego Biurrun 068aa38712 vorbis: Remove non-compiling debug statement. 14 years ago
Diego Biurrun ec6313ad86 vorbis: Remove pointless DEBUG #ifdef around debug output macros. 14 years ago
Diego Biurrun 2366462429 Replace #ifdef + av_log() combinations by av_dlog(). 14 years ago
Diego Biurrun df96f22d8f Replace custom debug output functions by av_dlog(). 14 years ago
Justin Ruggles 9aa8193a23 Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis 14 years ago
Diego Biurrun 0a6b1a9f21 Replace int_fast integer types with their sized standard posix counterparts. 14 years ago
Diego Biurrun cf3ac54339 vorbis: Replace sized int_fast integer types with plain int/unsigned. 14 years ago
Diego Biurrun d1be646e90 vorbisdec: Replace some sizeof(type) by sizeof(*variable). 14 years ago
Diego Biurrun b239526873 vorbisdec: Rename silly "class_" variable to plain "class". 14 years ago
Diego Biurrun 2441003d3f vorbisdec: Employ proper printf format specifiers for uint_fast32_t. 14 years ago
Diego Biurrun 046f3cb789 vorbis: Rename decoder/encoder files to follow general file naming scheme. 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
Alexander Strasser 0605cb4332 vorbis dec: Remove obsolete comment 14 years ago
Alexander Strasser 4f03c5d793 vorbis dec: cosmetics: Indent consistently 14 years ago
Alexander Strasser 97f5f97108 vorbis dec: cosmetics: Indent CPP cond properly 14 years ago
Alexander Strasser 07f06540f6 vorbis dec: Delete useless scopes, and reindent after scope deletion 14 years ago
Justin Ruggles c73d99e672 Separate format conversion DSP functions from DSPContext. 14 years ago
Justin Ruggles 80ba1ddb58 Remove unneeded add bias from 3 functions. 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
Justin Ruggles 6eabb0d3ad Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. 14 years ago
Frank Barchard 925aa96915 Second hunk from secrity fix from google. 14 years ago
Frank Barchard 13184036a6 Check rangebits to avoid a possible crash. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Alex Converse 5fb2f1347e 10l: dx shouldn't exist. 14 years ago
Alex Converse 0611f67525 10l: vorbisdec: declare dy 14 years ago
Gregory Maxwell 8455e8c7c0 vorbisdec: Fix floor1 decoding 14 years ago
Jason Garrett-Glaser 3dde66752d Fix crashes in vorbis decoding found by zzuf 14 years ago
David Conrad c740f737e9 vorbisdec: Use int instead of uint16_fast_t for index variables 14 years ago
Alex Converse 51aaf51143 vorbis_dec: Change partition_class[] to uint8_t. 14 years ago
Alex Converse 55aa55f2e1 vorbisdec: Return AVERROR(ENOMEM) on malloc() failure. 14 years ago
Alex Converse 366d919016 vorbisdec: Prevent a potential integer overflow. 14 years ago
Måns Rullgård c934562c12 vorbisdec: change a uint_fast32_t to 'unsigned', fix llvm-gcc build 14 years ago
Reimar Döffinger 961b0c41b9 Fix use of unintialized variable introduced in r20411. 15 years ago
Måns Rullgård 3c35da2f7f vorbisdec: remove variable-length arrays 15 years ago
David Conrad a02bb835ac vorbisdec: Take channels into account when checking against residue overflow 15 years ago
David Conrad 54fdf5d150 vorbisdec: Fix header parsing with no floor1 partitions 15 years ago
David Conrad 780621b832 vorbisdec: Remove write-only variable 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
Robert Swain 4a27f326c5 Add support for vorbis 6.1 and 7.1 channel configurations as per the new spec 15 years ago