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
...
*
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
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
move rematrixing band table to ac3dec_data.c
Justin Ruggles
2008-06-08
1
-8
/
+3
*
split up header parsing function
Justin Ruggles
2008-06-07
1
-32
/
+43
*
store exp_strategy for all blocks in decode context
Justin Ruggles
2008-06-07
1
-10
/
+10
*
store cpl_in_use for all blocks in decode context
Justin Ruggles
2008-06-07
1
-13
/
+17
*
move the decode context and some macro constants to a new file, ac3dec.h
Justin Ruggles
2008-06-07
1
-86
/
+1
*
move mix level tables from parser to decoder. have parser read bitstream valu...
Justin Ruggles
2008-06-07
1
-2
/
+14
*
add more gain levels and adjust mix level tables accordingly.
Justin Ruggles
2008-06-07
1
-10
/
+16
*
pass bap table to ff_ac3_bit_alloc_calc_bap()
Justin Ruggles
2008-06-07
1
-1
/
+1
*
cosmetics: indent
Justin Ruggles
2008-06-07
1
-1
/
+1
*
skip unsupported frame types and substream id's
Justin Ruggles
2008-06-07
1
-0
/
+7
*
read frame type from header info into decode context
Justin Ruggles
2008-06-07
1
-0
/
+2
*
get substreamid from ac3 parser
Justin Ruggles
2008-06-07
1
-0
/
+2
*
get the number of blocks from the ac3 parser and use in the ac3 decoder.
Justin Ruggles
2008-06-07
1
-2
/
+4
*
return error on frame sync error
Justin Ruggles
2008-06-04
1
-1
/
+1
*
cosmetics: add a comment, remove a comment
Justin Ruggles
2008-05-31
1
-1
/
+2
*
simplify
Justin Ruggles
2008-05-31
1
-4
/
+1
*
set lfe params at frame init instead of in every block
Justin Ruggles
2008-05-31
1
-3
/
+7
*
only calculate number of exponent groups when exponents are not reused.
Justin Ruggles
2008-05-31
1
-9
/
+11
*
cosmetics: remove unneeded braces
Justin Ruggles
2008-05-31
1
-2
/
+1
*
10l: cosmetics
Justin Ruggles
2008-05-31
1
-1
/
+0
*
new dba values requires running last 2 bit allocation stages
Justin Ruggles
2008-05-31
1
-0
/
+3
[prev]
[next]