7456 Commits (a964e813a1d5fc7942b43ae75a44677cb3815b0e)

Author SHA1 Message Date
Robert Swain 47698b83fd The ff_sine_#[] should be aligned as they will commonly be used in dsputil 16 years ago
Aurelien Jacobs 7246177d80 ensure we get explicit definition of various _XOPEN_SOURCE functions we use 16 years ago
Ramiro Polla 1e8bd10c57 mlp: Define End-of-Stream code in common header file and use it in decoder. 16 years ago
Kostya Shishkov 07be55dc8b Remove not OKed parts from AAC encoder 16 years ago
Robert Swain 69fc4da360 Add declarations for the sine tables used in wma.c (half window sizes: 128, 16 years ago
Robert Swain ece6b83c3e Change wma.c to use the ff_sine_window_init() from mdct.c 16 years ago
Kostya Shishkov c03d9d058b Okayed parts of AAC encoder 16 years ago
Loren Merritt 7ca7d5fae0 file which should have been added in r14749 16 years ago
Loren Merritt 75ac287517 missing prototype 16 years ago
Loren Merritt ebceaa1cd5 gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm 16 years ago
Loren Merritt ee46753739 gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a little 16 years ago
Ramiro Polla a7cc783d71 mlp: split simple inline function that xors 4 bytes into one. 16 years ago
Loren Merritt 675872382f special case 6 channel version of float_to_int16_interleave 16 years ago
Loren Merritt 911e21a306 simd int->float 16 years ago
Loren Merritt ac2e556456 simd downmix 16 years ago
Loren Merritt 45d9d61889 don't mark the delayed samples for upmixing if they haven't been downmixed 16 years ago
Loren Merritt 3b6516f7e7 oops, non-normalized downmix to mono contaminated add_bias for non-simd float-to-int. 16 years ago
Ramiro Polla 06cddea060 mlp: Cosmetics: Close comments in an extra line and 16 years ago
Ramiro Polla ce15710f55 mlp: Split common code from parser and decoder to be used by encoder. 16 years ago
Diego Biurrun e7327dbba7 Remove unused variable. 16 years ago
Ramiro Polla ee5b34d56e mlp_parser: Initialize crc data in its own function. 16 years ago
Ramiro Polla 5dae0dd22c mlpdec: Put some doxy comments to the right of vars instead of interleaved. 16 years ago
Ramiro Polla f53acb7b17 mlpdec: Split channel parameters from context into their own struct. 16 years ago
Loren Merritt 557ac0c448 optimize ac3_downmix. 16 years ago
Ramiro Polla db01fa131b mlpdec: whitespace and line-breaking cosmetics. 16 years ago
Ramiro Polla d6aa052dc5 mlpdec: Split filter parameters from context into their own struct. 16 years ago
Peter Ross 3b4b113781 Fix CODEC_ID_PCM_U8 decoder output size calculation to support odd-number of samples. 16 years ago
Loren Merritt 72745cff20 use float_to_int16_interleave in ac3 16 years ago
Loren Merritt 916d5d6c32 use imdct_half in ac3 16 years ago
Loren Merritt 862b98d42c cosmetics in dsp init 16 years ago
Loren Merritt d46ac5bfde mdct wrapper function to match fft 16 years ago
Loren Merritt 0a570e826d remove mdct tmp buffer 16 years ago
Loren Merritt e8dd7b0c9a remove a float->double->float conversion. 16 years ago
Loren Merritt 46803f4f67 optimize imdct_half: 16 years ago
Loren Merritt 49c0dd754c indent 16 years ago
Loren Merritt 5d0ddd1a9f split-radix FFT 16 years ago
Loren Merritt bafad220a7 import yasm macros from x264 16 years ago
Robert Swain 9edae4ad81 Synchronise code with AAC decoder in SoC 16 years ago
Robert Swain 9cc04edff9 More OKed hunks of the AAC decoder from SoC 16 years ago
Roman Shaposhnik 3f66d16821 Fixing the units in DV50 tables (both coordinates are 16 years ago
Peter Ross 5e8ecfde50 Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs. 16 years ago
Roman Shaposhnik d557838cfb Coalescing the un-weighting and de-quantization steps for faster 16 years ago
Kostya Shishkov 76c655fb8f Simplify colour conversion in Fraps as suggested by Michael 16 years ago
Michael Niedermayer 2967101173 The deblock filter does not need all the intra availability stuff so do 16 years ago
Michael Niedermayer faa7e39466 Simplify constrained_intra_pred code in fill_caches(). 16 years ago
Michael Niedermayer d1d10e9125 Support MBAFF + constrained intra prediction. 16 years ago
Robert Swain 697c7cd44b Bump minor version as av_log_missing_feature() was added to public API in 16 years ago
Justin Ruggles ea779d91ca Add a generic function to lavc to log messages about missing features. 16 years ago
Kostya Shishkov af1761915b R and B components are stored as a differences to G component in Fraps v5. 16 years ago
Michael Niedermayer beca9a286c Mask bits of reference indexes properly to avoid negative numbers entangling 16 years ago