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
/
ac3dec.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add support for spectral extension
Justin Ruggles
2008-11-13
1
-9
/
+92
*
add a generic function to decode banding structure for coupling, spectral
Justin Ruggles
2008-11-13
1
-17
/
+67
*
add a line break in error message text
Justin Ruggles
2008-11-13
1
-1
/
+1
*
simplify decoding of coupling frequency range
Justin Ruggles
2008-11-13
1
-5
/
+7
*
cosmetics: rename two variables
Justin Ruggles
2008-11-13
1
-9
/
+9
*
Rename error_resilience to error_recognition.
Michael Niedermayer
2008-09-08
1
-2
/
+2
*
create a separate codec_id for E-AC-3
Justin Ruggles
2008-09-01
1
-1
/
+12
*
turn on E-AC-3 decoding support and update the Changelog
Justin Ruggles
2008-08-31
1
-5
/
+2
*
cosmetics: indentation
Justin Ruggles
2008-08-31
1
-17
/
+17
*
commit more OKed parts of the E-AC-3 decoder
Justin Ruggles
2008-08-31
1
-10
/
+35
*
commit more OKed parts of the E-AC-3 decoder
Justin Ruggles
2008-08-30
1
-2
/
+6
*
cosmetics: update comment about dithering
Justin Ruggles
2008-08-30
1
-1
/
+1
*
cosmetics: change another "get" to "decode"
Justin Ruggles
2008-08-29
1
-1
/
+1
*
cosmetics: change "get" to "decode"
Justin Ruggles
2008-08-29
1
-1
/
+1
*
cosmetics: indentation
Justin Ruggles
2008-08-28
1
-1
/
+1
*
remove unneeded variable, dither_all
Justin Ruggles
2008-08-28
1
-4
/
+0
*
cosmetics: indent after last commit
Justin Ruggles
2008-08-27
1
-1
/
+1
*
do not read exponent strategies from each block for E-AC-3 since they are in ...
Justin Ruggles
2008-08-27
1
-2
/
+1
*
copy default coupling band structure from table to decoding context (used for...
Justin Ruggles
2008-08-27
1
-0
/
+3
*
add more OKed parts of the E-AC-3 decoder: structural changes to support AHT ...
Justin Ruggles
2008-08-27
1
-7
/
+7
*
cosmetics: rename some functions from *get_* to *decode_*
Justin Ruggles
2008-08-27
1
-8
/
+8
*
fix decoding of coupling leak info for normal AC-3
Justin Ruggles
2008-08-23
1
-1
/
+1
*
cosmetics: indentation
Justin Ruggles
2008-08-23
1
-9
/
+9
*
add some approved parts of the E-AC-3 decoder
Justin Ruggles
2008-08-23
1
-7
/
+64
*
cosmetics: indentation
Justin Ruggles
2008-08-20
1
-24
/
+24
*
commit the OKed parts of the E-AC-3 decoder
Justin Ruggles
2008-08-20
1
-8
/
+54
*
get data size based on the actual data array instead of coding-in the calcula...
Justin Ruggles
2008-08-20
1
-1
/
+1
*
rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the size
Justin Ruggles
2008-08-20
1
-4
/
+4
*
remove some unneeded header includes
Justin Ruggles
2008-08-17
1
-3
/
+0
*
use LFG instead of Mersenne Twister for AC-3 PRNG
Justin Ruggles
2008-08-17
1
-3
/
+2
*
update my email address to one which does not depend on my service provider
Justin Ruggles
2008-08-16
1
-1
/
+1
*
simd int->float
Loren Merritt
2008-08-13
1
-3
/
+1
*
simd downmix
Loren Merritt
2008-08-13
1
-16
/
+13
*
don't mark the delayed samples for upmixing if they haven't been downmixed
Loren Merritt
2008-08-13
1
-1
/
+1
*
oops, non-normalized downmix to mono contaminated add_bias for non-simd float...
Loren Merritt
2008-08-13
1
-2
/
+5
*
optimize ac3_downmix.
Loren Merritt
2008-08-12
1
-23
/
+36
*
use float_to_int16_interleave in ac3
Loren Merritt
2008-08-12
1
-17
/
+9
*
use imdct_half in ac3
Loren Merritt
2008-08-12
1
-52
/
+14
*
mdct wrapper function to match fft
Loren Merritt
2008-08-12
1
-3
/
+2
*
remove mdct tmp buffer
Loren Merritt
2008-08-12
1
-2
/
+2
*
cosmetics: use a better function name than uncouple_channels()
Justin Ruggles
2008-08-05
1
-2
/
+2
*
cosmetics: change function name and comments to refer to block decoding
Justin Ruggles
2008-08-05
1
-5
/
+5
*
remove unneeded local variable
Justin Ruggles
2008-08-05
1
-2
/
+1
*
Read bitstream parameters for E-AC-3 streams before returning an error.
Justin Ruggles
2008-08-03
1
-3
/
+3
*
Hardcode the table for ungrouping 3 values in 5 bits. It will be reused by
Justin Ruggles
2008-08-03
1
-3
/
+3
*
use the same table for ungrouping exponents and bap=2 mantissas
Justin Ruggles
2008-08-03
1
-16
/
+19
*
cosmetics: make all references to AC-3 capitalized and hyphenated
Justin Ruggles
2008-08-03
1
-2
/
+2
*
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-07-31
1
-0
/
+1
*
read 'coupling in use' parameter from bitstream into decoder context first,
Justin Ruggles
2008-07-19
1
-4
/
+4
*
cosmetic: use hex value instead of decimal to show relation to 0x7FFFFF
Justin Ruggles
2008-07-19
1
-1
/
+1
[prev]
[next]