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
/
ac3dec_data.c
Age
Commit message (
Expand
)
Author
2011-01-08
Add stereo rematrixing support to the AC-3 encoders.
Justin Ruggles
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
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-07-22
cosmetics: Reorder some tables/lines to make future diffs smaller.
Diego Biurrun
2009-07-22
cosmetics: small typo fixes
Diego Biurrun
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-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
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-10-02
Add (additional) const to many global tables.
Reimar Döffinger
2008-08-27
cosmetics: rename a table
Justin Ruggles
2008-08-25
right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t.
Justin Ruggles
2008-08-24
1000l to me. committed to wrong repo. revert last commit.
Justin Ruggles
2008-08-24
cosmetics: rename some functions from *get_* to *decode_*
Justin Ruggles
2008-08-03
Hardcode the table for ungrouping 3 values in 5 bits. It will be reused by
Justin Ruggles
2008-08-03
cosmetics: make all references to AC-3 capitalized and hyphenated
Justin Ruggles
2008-06-08
move rematrixing band table to ac3dec_data.c
Justin Ruggles
2008-06-08
add ac3dec_data.[c,h]
Justin Ruggles