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
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-23AAC: Ignore cc_domain for independent (time domain) coupling.Alex Converse
2009-03-16AAC: IEEE-754 type punning for 16-bit floating point rounding.Alex Converse
2009-03-07Re-indent after last commit.Alex Converse
2009-03-07If we get an error from ff_aac_parse_header() we should not trust the header ...Alex Converse
2009-03-06Fix the channel allocation bug/assumption (issue 800).Alex Converse
2009-03-06AAC: hoist dependent gain lookup out of the loopAlex Converse
2009-03-01AAC: Make the CPE function more consistent with the functions for other chann...Alex Converse
2009-02-26Re-indent after last commit.Alex Converse
2009-02-26Refactor AAC unsigned band type decoding for a modest speedup.Alex Converse
2009-02-26Use const to better allow the compiler to optimize AAC independent coupling.Alex Converse
2009-02-13Re-indent after last commit.Alex Converse
2009-02-13Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a independently...Alex Converse
2009-02-12AAC: Cosmetic alterations after the last commitRobert Swain
2009-02-12Give an error message when returning due to an unallocated channel elementAlex Converse
2009-02-12Add support for sample rate index 12, 7350 HzAlex Converse
2009-02-12Remove bogus coupling_point assignment for non-CCE as this value is not checkedAlex Converse
2009-02-10Check sampling index validity for AAC decodingJai Menon
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-08Support ADTS AAC files in the ffaac decoder (limited to streams containing oneRobert Swain
2008-12-28Revert r16375: It broke aac decoding.Carl Eugen Hoyos
2008-12-28Reduce number of warnings when compiling with icc by two.Carl Eugen Hoyos
2008-12-21AAC: Reindent after last commitRobert Swain
2008-12-21AAC: Fix AAC prediction when used in conjunction with the CPEAlex Converse
2008-12-21AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfigAlex Converse
2008-12-10AAC: move scratch array to context to ensure 16-byte alignmentMåns Rullgård
2008-12-09AAC: Use a sign LUT rather than 1-2*get_bits1()Alex Converse
2008-12-09AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain.Alex Converse
2008-12-09AAC: Remove unnecessary fabsf()Alex Converse
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