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_data.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac3enc: add channel coupling support
Justin Ruggles
2011-05-24
1
-6
/
+0
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add stereo rematrixing support to the AC-3 encoders.
Justin Ruggles
2011-01-08
1
-6
/
+0
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Add spectral extension to the E-AC-3 decoder.
Carl Eugen Hoyos
2010-03-30
1
-0
/
+6
*
refactoring: properly separate AC-3 and E-AC-3 code
Diego Biurrun
2009-07-23
1
-1067
/
+0
*
cosmetics: Reorder some tables/lines to make future diffs smaller.
Diego Biurrun
2009-07-22
1
-6
/
+6
*
cosmetics: small typo fixes
Diego Biurrun
2009-07-22
1
-3
/
+3
*
eac3dec: make GAQ dequantization 24-bit
Justin Ruggles
2009-05-21
1
-11
/
+10
*
eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQ
Justin Ruggles
2009-05-21
1
-10
/
+11
*
eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it is
Justin Ruggles
2009-05-17
1
-11
/
+10
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
revert r15812 (E-AC-3 Spectral Extension) pending further review
Justin Ruggles
2008-11-13
1
-46
/
+0
*
add support for spectral extension
Justin Ruggles
2008-11-13
1
-0
/
+46
*
Add (additional) const to many global tables.
Reimar Döffinger
2008-10-02
1
-1
/
+1
*
cosmetics: rename a table
Justin Ruggles
2008-08-27
1
-1
/
+1
*
right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t.
Justin Ruggles
2008-08-25
1
-10
/
+11
*
1000l to me. committed to wrong repo. revert last commit.
Justin Ruggles
2008-08-24
1
-10
/
+9
*
cosmetics: rename some functions from *get_* to *decode_*
Justin Ruggles
2008-08-24
1
-9
/
+10
*
Hardcode the table for ungrouping 3 values in 5 bits. It will be reused by
Justin Ruggles
2008-08-03
1
-0
/
+16
*
cosmetics: make all references to AC-3 capitalized and hyphenated
Justin Ruggles
2008-08-03
1
-2
/
+2
*
move rematrixing band table to ac3dec_data.c
Justin Ruggles
2008-06-08
1
-0
/
+6
*
add ac3dec_data.[c,h]
Justin Ruggles
2008-06-08
1
-0
/
+1111