index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
aac.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Zero 'idx' for each iteration of the coupling gain loop and as it is only used
Robert Swain
2008-09-18
1
-1
/
+2
*
Cosmetics: missing brackets
Robert Swain
2008-09-18
1
-2
/
+4
*
Cast the return value of get_bits() to signed integer such that the subtraction
Alex Converse
2008-09-18
1
-1
/
+1
*
Validate pulse position and error out if an invalid position is encountered.
Alex Converse
2008-09-16
1
-4
/
+15
*
Reindent after last commit
Robert Swain
2008-09-13
1
-6
/
+6
*
Apply pulses to unscaled coefficients rather than scaled.
Alex Converse
2008-09-13
1
-2
/
+9
*
Operands of '+' are not necessarily evaluated in order so r15311 was pointless.
Robert Swain
2008-09-13
1
-1
/
+2
*
Correct order of parsing for pulse scalefactor band and offset to match the
Alex Converse
2008-09-13
1
-1
/
+1
*
Reindent after last commit
Robert Swain
2008-09-12
1
-6
/
+6
*
Only read some of TNS bitstream data in the case that the TNS filter order is
Alex Converse
2008-09-12
1
-0
/
+2
*
Correct pulse amplitude application - a negative or 0 coefficient implies the
Robert Swain
2008-09-11
1
-1
/
+3
*
Multiply table by -1. This avoid doing this calculation (that was introduced
Vitor Sessak
2008-09-04
1
-1
/
+1
*
Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...
Vitor Sessak
2008-09-04
1
-15
/
+4
*
Fix typo in element type
Robert Swain
2008-08-29
1
-1
/
+1
*
Remove unnecessary portion of a condition. This fixes issue607 and avoids
Robert Swain
2008-08-29
1
-1
/
+1
*
Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. Reduce
Robert Swain
2008-08-22
1
-24
/
+22
*
Whitespace cosmetics after the last commit
Robert Swain
2008-08-22
1
-12
/
+14
*
Separate code in imdct_and_windowing() into distinct IMDCT, windowing and
Robert Swain
2008-08-22
1
-19
/
+24
*
Reindent after last commit
Robert Swain
2008-08-21
1
-16
/
+16
*
Work around GCC variable may be used uninitialised warning
Robert Swain
2008-08-21
1
-3
/
+2
*
Remove unused variable
Robert Swain
2008-08-21
1
-1
/
+1
*
Reindent
Robert Swain
2008-08-21
1
-9
/
+9
*
The comment about channel order for AAC 5.1 audio was not correct, fix it.
Andreas Ă–man
2008-08-21
1
-1
/
+1
*
Last hunk of the AAC decoder code to be OKed and build system and documentation
Robert Swain
2008-08-21
1
-1
/
+37
*
More OKed AAC decoder code hunks
Robert Swain
2008-08-18
1
-0
/
+57
*
More OKed AAC decoder hunks
Robert Swain
2008-08-15
1
-5
/
+264
*
Synchronise AAC decoder code with that from SoC
Robert Swain
2008-08-15
1
-55
/
+16
*
More OKed sections of AAC decoder code
Robert Swain
2008-08-15
1
-0
/
+301
*
Synchronise code with AAC decoder in SoC
Robert Swain
2008-08-11
1
-13
/
+7
*
More OKed hunks of the AAC decoder from SoC
Robert Swain
2008-08-11
1
-1
/
+407
*
Sync already committed code with that in SoC and commit more OKed hunks of code
Robert Swain
2008-08-09
1
-13
/
+209
*
OKed sections of code from the SoC AAC decoder
Robert Swain
2008-08-05
1
-0
/
+241