index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
ac3dec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that
Alex Converse
2009-01-07
1
-9
/
+10
*
Make av_log_missing_feature an internal function, and change its name
Stefano Sabatini
2008-12-08
1
-2
/
+3
*
cosmetics: alignment after last commit
Justin Ruggles
2008-12-08
1
-5
/
+5
*
ac3: detect dba errors and prevent writing past end of array
Justin Ruggles
2008-12-08
1
-2
/
+5
*
ac3dec: simplify exponent bounds checking
Justin Ruggles
2008-12-06
1
-1
/
+1
*
ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents().
Justin Ruggles
2008-12-06
1
-3
/
+6
*
cosmetics: vertical alignment
Justin Ruggles
2008-12-06
1
-1
/
+1
*
cosmetics: reindent after last commit
Justin Ruggles
2008-12-06
1
-2
/
+2
*
ac3dec: detect out-of-range exponents
Justin Ruggles
2008-12-06
1
-4
/
+10
*
silence gcc warning: ‘n_bands’ may be used uninitialized
Justin Ruggles
2008-12-04
1
-1
/
+1
*
ac3dec: use uint8_t for band sizes
Justin Ruggles
2008-12-04
1
-3
/
+4
*
ac3dec: skip decoding and use error concealment for remaining blocks in
Justin Ruggles
2008-12-03
1
-0
/
+1
*
revert r15812 (E-AC-3 Spectral Extension) pending further review
Justin Ruggles
2008-11-13
1
-96
/
+13
*
cosmetics: vertical alignment
Justin Ruggles
2008-11-13
1
-1
/
+1
*
silence a gcc warning about using an uninitialized variable
Justin Ruggles
2008-11-13
1
-1
/
+1
*
cosmetics: indentation
Justin Ruggles
2008-11-13
1
-2
/
+2
*
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
[next]