index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
eac3dec.c
Age
Commit message (
Expand
)
Author
2012-10-23
Improve wording and spelling of av_log_missing_feature messages.
Diego Biurrun
2012-10-12
Use proper return values in case of missing features
Diego Biurrun
2012-02-09
eac3dec: replace undefined 1<<31 with INT32_MIN in noise generation
Janne Grunau
2011-07-19
cosmetics: rename eac3dec_data.c/h to eac3_data.c/h since the tables will also
Justin Ruggles
2011-03-25
Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser
Justin Ruggles
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-03-30
Add spectral extension to the E-AC-3 decoder.
Carl Eugen Hoyos
2009-07-23
refactoring: properly separate AC-3 and E-AC-3 code
Diego Biurrun
2009-06-29
Rename ff_log_missing_feature() to av_log_missing_feature().
Ronald S. Bultje
2009-05-25
eac3dec: get rid of unnecessary left shifts in 16-bit * 24-bit
Justin Ruggles
2009-05-21
10l: typing mistake in r18888
Justin Ruggles
2009-05-21
eac3dec: fix bug in GAQ dequantization. large mantissas should only be
Justin Ruggles
2009-05-21
eac3dec: make GAQ dequantization 24-bit
Justin Ruggles
2009-05-21
eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQ
Justin Ruggles
2009-05-17
eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it is
Justin Ruggles
2009-03-17
Add documentation about missing E-AC-3 features.
Justin Ruggles
2009-01-07
Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that
Alex Converse
2008-12-08
Make av_log_missing_feature an internal function, and change its name
Stefano Sabatini
2008-12-06
ac3dec: add missing feature log message for block start info
Justin Ruggles
2008-12-06
ac3dec: use skip_bits_long() for block start bits
Justin Ruggles
2008-11-13
revert r15812 (E-AC-3 Spectral Extension) pending further review
Justin Ruggles
2008-11-13
add support for spectral extension
Justin Ruggles
2008-08-31
simplify code and comment regarding determination whether or not AHT is used.
Justin Ruggles
2008-08-31
use correct table name
Justin Ruggles
2008-08-31
skip converter exponent strategy for all channels at once
Justin Ruggles
2008-08-31
merge declaration and init. variable is not used outside the loop.
Justin Ruggles
2008-08-30
commit more OKed parts of the E-AC-3 decoder
Justin Ruggles
2008-08-24
change eac3dec.c license to LGPL
Justin Ruggles
2008-08-23
add more OKed parts of the E-AC-3 decoder
Justin Ruggles