8124 Commits (3e16cde430349c0125343fbb41908848be940fe9)

Author SHA1 Message Date
Stefano Sabatini 2c006f4380 Log an error message in case of invalid number of channels. 17 years ago
Michael Niedermayer a85d0c84a4 Remove fixme that is based on the assumption of !direct_8x8_inference && MBAFF. 17 years ago
Michael Niedermayer 6a855aae94 Remove check and error message for "MBAFF + !direct_8x8_inference is not implemented" 17 years ago
Michael Niedermayer 96b52f9e04 Make pps/sps scaling_matrix initialization closer to the spec. 17 years ago
Robert Swain 341b28c0d2 Zero 'idx' for each iteration of the coupling gain loop and as it is only used 17 years ago
Robert Swain f80a8ca5cb Cosmetics: missing brackets 17 years ago
Alex Converse c8947a5612 Cast the return value of get_bits() to signed integer such that the subtraction 17 years ago
Michael Niedermayer d464bceff2 Ensure that extradata is not parsed twice. 17 years ago
Kostya Shishkov 3a9a15c4f3 add newline at the end of message 17 years ago
Kostya Shishkov e6ab862368 ZMBV encoder forgot to fill coded frame pointer 17 years ago
Kostya Shishkov 44aa9771c9 Factorize out code used for MS RLE format decoding in different decoders. 17 years ago
David Conrad f7e5b0cc8f Remove duplication of TRANSPOSE8 macro, also removing some redundant load/stores 17 years ago
David Conrad 7b16a97969 Make a separate macro for writing an entire block from registers to memory 17 years ago
David Conrad 3f429d11da Factorize SSE2_(Row|Column)_IDCT into one macro 17 years ago
David Conrad 3c1ebfd56d Cosmetics: remove excessive blank lines 17 years ago
David Conrad 8cfd78ce8f Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is enabled 17 years ago
David Conrad c3c5bba1e2 Cosmetics: reindent 17 years ago
David Conrad f7fc9e499c Rewrite SSE2 VP3 IDCT in inline asm 17 years ago
David Conrad 437e3f4dbc Rewrite MMX VP3 IDCT in inline asm 17 years ago
David Conrad ccd3ec82b8 MMX/SSE2 VP3 IDCT are bitexact now that the dequantization matrices are permutated correctly 17 years ago
David Conrad 7f065b36c8 Take idct permutation into account when initializing dequantization matrices 17 years ago
Vitor Sessak faf6d6964b Use SAMPLE_FMT_FLT instead of doing the float->int conversion in the 17 years ago
Vladimir Voroshilov 00cc0ce91e Second-stage gain and Moving Average Predictor codebooks. 17 years ago
Vladimir Voroshilov 1a18912e49 Another set of approved changes for G.729: includes, formats structure, 17 years ago
Alex Converse aac0eda407 Validate pulse position and error out if an invalid position is encountered. 17 years ago
Michael Niedermayer 1d4113d053 Only print "invalid new backstep" when it is really invalid. 17 years ago
Michael Niedermayer 740c14dbd7 Fix regression test failure caused by golomb limit not being considered 17 years ago
Baptiste Coudurier 0bc4c436aa sync to latest x264 git, field was renamed 17 years ago
Michael Niedermayer bf3a971c12 Make decoder more robust by default against broken encoders. 17 years ago
Michael Niedermayer 631e8afb8c Correct the threshold of get_ur_golomb_jpegls() at which the optimized 17 years ago
Justin Ruggles 8fd64adf08 cosmetics: fix indentation after r15321 17 years ago
Justin Ruggles 6682ae42a4 write actual min and max frame size to FLAC header. update regression test checksum. 17 years ago
Diego Biurrun dd857bfdf7 cosmetics: Fix indentation. 17 years ago
Diego Biurrun 3fe5ae2b3a Remove useless #ifdef around #include. 17 years ago
Justin Ruggles a9f8587e15 write MD5 checksum to FLAC header. update regression tests. 17 years ago
Justin Ruggles e1a12934c5 write number of samples in FLAC extradata. 17 years ago
Justin Ruggles 0605f5c86b Return error when trying to decode non-grayscale 16-bit PNM images. 17 years ago
Robert Swain 70735a3f9e Reindent after last commit 17 years ago
Alex Converse 5143684891 Apply pulses to unscaled coefficients rather than scaled. 17 years ago
Robert Swain 408992bae2 Operands of '+' are not necessarily evaluated in order so r15311 was pointless. 17 years ago
Alex Converse 19645d742e Correct order of parsing for pulse scalefactor band and offset to match the 17 years ago
Vitor Sessak 9547cadb8d Cosmetics: line breaks 17 years ago
Vitor Sessak 111734de09 Simplify: use a single history buffer for gain and a single one for 17 years ago
David Conrad 7f0d242b14 Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char & 17 years ago
Robert Swain 35445d29f5 Reindent after last commit 17 years ago
Alex Converse 5167364777 Only read some of TNS bitstream data in the case that the TNS filter order is 17 years ago
Vitor Sessak 9c10ab6cd1 Cosmetics: align spec references 17 years ago
Vitor Sessak 5381a00a2b Rename function: s/colmult/apply_window/ 17 years ago
Diego Biurrun 36b3e36e00 misc spelling/wording/grammar fixes 17 years ago
Kostya Shishkov 77298e99b7 Make it possible to disable loop filter in VC-1. 17 years ago