39 Commits (dbbec0c2f24dcd79c27dab14329905deda36b807)

Author SHA1 Message Date
Stefano Sabatini dbbec0c2f2 Make av_log_missing_feature an internal function, and change its name 16 years ago
Robert Swain 8f5aaa6d2f AAC: Cosmetics after last commit 16 years ago
Alex Converse 7633a0415d AAC: Frequency domain prediction and hence Main profile support 16 years ago
Alex Converse d0ee50216d Fix perceptual noise shaping scaling including an oversight of the offset for 16 years ago
Aurelien Jacobs 37d3e0667a uses FF_ARRAY_ELEMS() where appropriate 16 years ago
Alex Converse fbdae895f2 Rename variables to clarify the channel coupling element and corresponding 16 years ago
Alex Converse 88de95c2f9 Corrections to channel coupling code to attain conformance for appropriate 16 years ago
Robert Swain 341b28c0d2 Zero 'idx' for each iteration of the coupling gain loop and as it is only used 16 years ago
Robert Swain f80a8ca5cb Cosmetics: missing brackets 16 years ago
Alex Converse c8947a5612 Cast the return value of get_bits() to signed integer such that the subtraction 16 years ago
Alex Converse aac0eda407 Validate pulse position and error out if an invalid position is encountered. 16 years ago
Robert Swain 70735a3f9e Reindent after last commit 16 years ago
Alex Converse 5143684891 Apply pulses to unscaled coefficients rather than scaled. 16 years ago
Robert Swain 408992bae2 Operands of '+' are not necessarily evaluated in order so r15311 was pointless. 16 years ago
Alex Converse 19645d742e Correct order of parsing for pulse scalefactor band and offset to match the 16 years ago
Robert Swain 35445d29f5 Reindent after last commit 16 years ago
Alex Converse 5167364777 Only read some of TNS bitstream data in the case that the TNS filter order is 16 years ago
Robert Swain febcbd65fa Correct pulse amplitude application - a negative or 0 coefficient implies the 16 years ago
Vitor Sessak 1775c7fac6 Multiply table by -1. This avoid doing this calculation (that was introduced 16 years ago
Vitor Sessak 1be0fc2909 Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC decoders. 16 years ago
Robert Swain 93b63b1a67 Fix typo in element type 16 years ago
Robert Swain f4fae46e67 Remove unnecessary portion of a condition. This fixes issue607 and avoids 16 years ago
Robert Swain b0f5852a13 Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. Reduce 16 years ago
Robert Swain db38c38624 Whitespace cosmetics after the last commit 16 years ago
Robert Swain f49905588a Separate code in imdct_and_windowing() into distinct IMDCT, windowing and 16 years ago
Robert Swain 65b20b2485 Reindent after last commit 16 years ago
Robert Swain fbd91d7cad Work around GCC variable may be used uninitialised warning 16 years ago
Robert Swain 1098e8d236 Remove unused variable 16 years ago
Robert Swain 4b0044b750 Reindent 16 years ago
Andreas Öman f339908843 The comment about channel order for AAC 5.1 audio was not correct, fix it. 16 years ago
Robert Swain 7d8f3de4a8 Last hunk of the AAC decoder code to be OKed and build system and documentation 16 years ago
Robert Swain 1dece0d2cd More OKed AAC decoder code hunks 16 years ago
Robert Swain 9ffd5c1cee More OKed AAC decoder hunks 16 years ago
Robert Swain 848a5815ce Synchronise AAC decoder code with that from SoC 16 years ago
Robert Swain 62a57fae59 More OKed sections of AAC decoder code 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
Robert Swain cc0591dab0 Sync already committed code with that in SoC and commit more OKed hunks of code 17 years ago
Robert Swain 71e9a1b8dd OKed sections of code from the SoC AAC decoder 17 years ago