Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-09Make av_log_missing_feature an internal function, and change its nameStefano Sabatini
2008-11-24AAC: Cosmetics after last commitRobert Swain
2008-11-24AAC: Frequency domain prediction and hence Main profile supportAlex Converse
2008-11-05Fix perceptual noise shaping scaling including an oversight of the offset forAlex Converse
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
2008-10-06Rename variables to clarify the channel coupling element and correspondingAlex Converse
2008-10-06Corrections to channel coupling code to attain conformance for appropriateAlex Converse
2008-09-18Zero 'idx' for each iteration of the coupling gain loop and as it is only usedRobert Swain
2008-09-18Cosmetics: missing bracketsRobert Swain
2008-09-18Cast the return value of get_bits() to signed integer such that the subtractionAlex Converse
2008-09-16Validate pulse position and error out if an invalid position is encountered.Alex Converse
2008-09-14Reindent after last commitRobert Swain
2008-09-14Apply pulses to unscaled coefficients rather than scaled.Alex Converse
2008-09-14Operands of '+' are not necessarily evaluated in order so r15311 was pointless.Robert Swain
2008-09-13Correct order of parsing for pulse scalefactor band and offset to match theAlex Converse
2008-09-12Reindent after last commitRobert Swain
2008-09-12Only read some of TNS bitstream data in the case that the TNS filter order isAlex Converse
2008-09-11Correct pulse amplitude application - a negative or 0 coefficient implies theRobert Swain
2008-09-04Multiply table by -1. This avoid doing this calculation (that was introducedVitor Sessak
2008-09-04Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...Vitor Sessak
2008-08-30Fix typo in element typeRobert Swain
2008-08-30Remove unnecessary portion of a condition. This fixes issue607 and avoidsRobert Swain
2008-08-22Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. ReduceRobert Swain
2008-08-22Whitespace cosmetics after the last commitRobert Swain
2008-08-22Separate code in imdct_and_windowing() into distinct IMDCT, windowing andRobert Swain
2008-08-21Reindent after last commitRobert Swain
2008-08-21Work around GCC variable may be used uninitialised warningRobert Swain
2008-08-21Remove unused variableRobert Swain
2008-08-21ReindentRobert Swain
2008-08-21The comment about channel order for AAC 5.1 audio was not correct, fix it.Andreas Ă–man
2008-08-21Last hunk of the AAC decoder code to be OKed and build system and documentationRobert Swain
2008-08-19More OKed AAC decoder code hunksRobert Swain
2008-08-15More OKed AAC decoder hunksRobert Swain
2008-08-15Synchronise AAC decoder code with that from SoCRobert Swain
2008-08-15More OKed sections of AAC decoder codeRobert Swain
2008-08-11Synchronise code with AAC decoder in SoCRobert Swain
2008-08-11More OKed hunks of the AAC decoder from SoCRobert Swain
2008-08-09Sync already committed code with that in SoC and commit more OKed hunks of codeRobert Swain
2008-08-05OKed sections of code from the SoC AAC decoderRobert Swain