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
/
eac3dec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec/eac3dec: Fix runtime error: left shift of negative value -3
Michael Niedermayer
2017-02-26
1
-1
/
+1
*
avcodec/eac3dec: Fix runtime error: left shift of negative value
Michael Niedermayer
2017-02-19
1
-3
/
+3
*
avcodec/(e)ac3: Fix target_level for EAC3.
Nikolas Bowe
2016-09-15
1
-3
/
+11
*
Merge commit 'fef2147b7a689b80d716c3edb9d4a18904865275'
Derek Buitenhuis
2016-05-08
1
-2
/
+8
|
\
|
*
eac3dec: don't call avpriv_request_sample every frame.
Tim Walker
2016-04-02
1
-2
/
+8
*
|
eac3dec: fix scaling
Christophe Gisquet
2015-03-14
1
-0
/
+2
*
|
ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext
Andreas Cadhalpun
2015-03-14
1
-5
/
+8
*
|
Merge commit '9cd4bc41760f8ad879e248920eacbe1e7757152c'
Michael Niedermayer
2014-02-16
1
-1
/
+0
|
\
\
|
|
/
|
*
ac3dec: set AV_FRAME_DATA_DOWNMIX_INFO side data.
Tim Walker
2014-02-15
1
-1
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2014-01-19
1
-2
/
+2
|
\
\
|
|
/
|
*
eac3: cosmetics, re-indent.
Tim Walker
2014-01-19
1
-2
/
+2
*
|
Merge commit 'ade75fb811500f3e3f284737f123938d83be728f'
Michael Niedermayer
2014-01-19
1
-2
/
+2
|
\
\
|
|
/
|
*
(e)ac3: clip surround mix level indexes.
Tim Walker
2014-01-19
1
-2
/
+2
*
|
Merge commit 'c229f571fd3c7d7b567c27c87b2bbcdaee1b0e9f'
Michael Niedermayer
2014-01-19
1
-5
/
+5
|
\
\
|
|
/
|
*
(e)ac3: parse and store the Lt/Rt and LFE mix levels.
Tim Walker
2014-01-19
1
-5
/
+5
*
|
Merge commit '1f604f96ea70503caa642f68a85be6074a5b3f46'
Michael Niedermayer
2014-01-19
1
-5
/
+0
|
\
\
|
|
/
|
*
ac3: set default matrix encoding modes in parse_frame_header.
Tim Walker
2014-01-19
1
-5
/
+0
*
|
Merge commit '13345fc1f86fc3615789e196d5a339c1c27c9068'
Michael Niedermayer
2014-01-05
1
-2
/
+8
|
\
\
|
|
/
|
*
(e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...
Tim Walker
2014-01-05
1
-2
/
+8
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-03-14
1
-4
/
+4
|
\
\
|
|
/
|
*
avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()
Diego Biurrun
2013-03-13
1
-4
/
+4
|
*
miscellaneous typo fixes
Diego Biurrun
2012-12-21
1
-1
/
+1
*
|
Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'
Michael Niedermayer
2012-10-23
1
-1
/
+1
|
\
\
|
|
/
|
*
Improve wording and spelling of av_log_missing_feature messages.
Diego Biurrun
2012-10-23
1
-1
/
+1
*
|
Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'
Michael Niedermayer
2012-10-13
1
-1
/
+1
|
\
\
|
|
/
|
*
Use proper return values in case of missing features
Diego Biurrun
2012-10-12
1
-1
/
+1
*
|
cosmetics: fix some typos
Lou Logan
2012-03-13
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-10
1
-1
/
+1
|
\
\
|
|
/
|
*
eac3dec: replace undefined 1<<31 with INT32_MIN in noise generation
Janne Grunau
2012-02-09
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-20
1
-1
/
+1
|
\
\
|
|
/
|
*
cosmetics: rename eac3dec_data.c/h to eac3_data.c/h since the tables will also
Justin Ruggles
2011-07-19
1
-1
/
+1
*
|
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-26
1
-1
/
+1
|
\
\
|
|
/
|
*
Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser
Justin Ruggles
2011-03-25
1
-1
/
+1
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
/
*
Add spectral extension to the E-AC-3 decoder.
Carl Eugen Hoyos
2010-03-30
1
-10
/
+95
*
refactoring: properly separate AC-3 and E-AC-3 code
Diego Biurrun
2009-07-23
1
-0
/
+1
*
Rename ff_log_missing_feature() to av_log_missing_feature().
Ronald S. Bultje
2009-06-29
1
-5
/
+5
*
eac3dec: get rid of unnecessary left shifts in 16-bit * 24-bit
Justin Ruggles
2009-05-25
1
-2
/
+2
*
10l: typing mistake in r18888
Justin Ruggles
2009-05-21
1
-1
/
+1
*
eac3dec: fix bug in GAQ dequantization. large mantissas should only be
Justin Ruggles
2009-05-21
1
-1
/
+1
*
eac3dec: make GAQ dequantization 24-bit
Justin Ruggles
2009-05-21
1
-5
/
+7
*
eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQ
Justin Ruggles
2009-05-21
1
-20
/
+18
*
eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it is
Justin Ruggles
2009-05-17
1
-18
/
+20
*
Add documentation about missing E-AC-3 features.
Justin Ruggles
2009-03-17
1
-0
/
+28
*
Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that
Alex Converse
2009-01-07
1
-3
/
+4
*
Make av_log_missing_feature an internal function, and change its name
Stefano Sabatini
2008-12-08
1
-5
/
+6
*
ac3dec: add missing feature log message for block start info
Justin Ruggles
2008-12-06
1
-0
/
+1
*
ac3dec: use skip_bits_long() for block start bits
Justin Ruggles
2008-12-06
1
-1
/
+1
*
revert r15812 (E-AC-3 Spectral Extension) pending further review
Justin Ruggles
2008-11-13
1
-105
/
+8
*
add support for spectral extension
Justin Ruggles
2008-11-13
1
-8
/
+105
[next]