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
*
Allow parsing and decoding of ADTS AAC files with channel config = 0
Alex Converse
2009-05-13
1
-6
/
+0
*
Remove redundant assignment. err is assigned in every switch case anyway. Issue
Robert Swain
2009-04-21
1
-1
/
+0
*
Remove unnecessary assignment, found by CSA.
Robert Swain
2009-04-19
1
-1
/
+1
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
AAC: Ignore cc_domain for independent (time domain) coupling.
Alex Converse
2009-03-23
1
-8
/
+1
*
AAC: IEEE-754 type punning for 16-bit floating point rounding.
Alex Converse
2009-03-16
1
-12
/
+14
*
Re-indent after last commit.
Alex Converse
2009-03-06
1
-7
/
+7
*
If we get an error from ff_aac_parse_header() we should not trust the header ...
Alex Converse
2009-03-06
1
-1
/
+1
*
Fix the channel allocation bug/assumption (issue 800).
Alex Converse
2009-03-06
1
-17
/
+69
*
AAC: hoist dependent gain lookup out of the loop
Alex Converse
2009-03-05
1
-1
/
+2
*
AAC: Make the CPE function more consistent with the functions for other chann...
Alex Converse
2009-03-01
1
-4
/
+2
*
Re-indent after last commit.
Alex Converse
2009-02-26
1
-24
/
+24
*
Refactor AAC unsigned band type decoding for a modest speedup.
Alex Converse
2009-02-26
1
-8
/
+8
*
Use const to better allow the compiler to optimize AAC independent coupling.
Alex Converse
2009-02-26
1
-1
/
+6
*
Re-indent after last commit.
Alex Converse
2009-02-13
1
-14
/
+14
*
Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a independently...
Alex Converse
2009-02-13
1
-0
/
+4
*
AAC: Cosmetic alterations after the last commit
Robert Swain
2009-02-12
1
-6
/
+3
*
Give an error message when returning due to an unallocated channel element
Alex Converse
2009-02-12
1
-0
/
+3
*
Add support for sample rate index 12, 7350 Hz
Alex Converse
2009-02-12
1
-3
/
+3
*
Remove bogus coupling_point assignment for non-CCE as this value is not checked
Alex Converse
2009-02-12
1
-2
/
+0
*
Check sampling index validity for AAC decoding
Jai Menon
2009-02-10
1
-0
/
+4
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-1
/
+1
*
Support ADTS AAC files in the ffaac decoder (limited to streams containing one
Robert Swain
2009-01-07
1
-3
/
+46
*
Revert r16375: It broke aac decoding.
Carl Eugen Hoyos
2008-12-28
1
-2
/
+1
*
Reduce number of warnings when compiling with icc by two.
Carl Eugen Hoyos
2008-12-28
1
-1
/
+2
*
AAC: Reindent after last commit
Robert Swain
2008-12-21
1
-1
/
+1
*
AAC: Fix AAC prediction when used in conjunction with the CPE
Alex Converse
2008-12-21
1
-8
/
+14
*
AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfig
Alex Converse
2008-12-21
1
-3
/
+4
*
AAC: move scratch array to context to ensure 16-byte alignment
Måns Rullgård
2008-12-10
1
-1
/
+1
*
AAC: Use a sign LUT rather than 1-2*get_bits1()
Alex Converse
2008-12-09
1
-4
/
+5
*
AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain.
Alex Converse
2008-12-09
1
-9
/
+26
*
AAC: Remove unnecessary fabsf()
Alex Converse
2008-12-09
1
-1
/
+1
*
Make av_log_missing_feature an internal function, and change its name
Stefano Sabatini
2008-12-08
1
-4
/
+5
*
AAC: Cosmetics after last commit
Robert Swain
2008-11-24
1
-3
/
+3
*
AAC: Frequency domain prediction and hence Main profile support
Alex Converse
2008-11-24
1
-2
/
+128
*
Fix perceptual noise shaping scaling including an oversight of the offset for
Alex Converse
2008-11-05
1
-4
/
+10
*
uses FF_ARRAY_ELEMS() where appropriate
Aurelien Jacobs
2008-10-21
1
-1
/
+1
*
Rename variables to clarify the channel coupling element and corresponding
Alex Converse
2008-10-06
1
-9
/
+9
*
Corrections to channel coupling code to attain conformance for appropriate
Alex Converse
2008-10-06
1
-29
/
+35
*
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
[next]