index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
ac3dec.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move some prototypes from dsputil.c to reasonable header files
Måns Rullgård
2010-03-06
1
-0
/
+3
*
Move FFT parts from dsputil.h to fft.h
Måns Rullgård
2010-03-06
1
-0
/
+1
*
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-03-06
1
-6
/
+6
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-6
/
+6
*
Merge FFTContext and MDCTContext
Måns Rullgård
2009-09-20
1
-2
/
+2
*
cosmetics: move fixed_coeffs into the aligned arrays comment group
Justin Ruggles
2009-08-05
1
-2
/
+1
*
Modify decode_band_structure() so that the actual band structure is only
Justin Ruggles
2009-08-05
1
-1
/
+0
*
Use coupling band sizes instead of coupling band structure when
Justin Ruggles
2009-08-05
1
-0
/
+1
*
The internal header libavutil/internal.h should not be used outside libavutil.
Diego Biurrun
2009-06-11
1
-1
/
+0
*
ac3dec: Remove unneeded context variable, num_cpl_subbands. It is also
Justin Ruggles
2009-05-06
1
-1
/
+0
*
Add channel layout support to the AC-3 decoder and AC-3 parser.
Justin Ruggles
2009-04-19
1
-0
/
+1
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Add missing #includes to fix 'make checkheaders'.
Diego Biurrun
2009-02-17
1
-0
/
+1
*
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
-27
/
+0
*
add support for spectral extension
Justin Ruggles
2008-11-13
1
-0
/
+27
*
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
1
-3
/
+3
*
remove unneeded variable, dither_all
Justin Ruggles
2008-08-28
1
-1
/
+0
*
add definitions and documentation for shared functions for E-AC-3 decoding
Justin Ruggles
2008-08-27
1
-0
/
+12
*
copy default coupling band structure from table to decoding context (used for...
Justin Ruggles
2008-08-27
1
-1
/
+1
*
1000l to me. committed to wrong repo. revert last commit.
Justin Ruggles
2008-08-24
1
-13
/
+1
*
cosmetics: rename some functions from *get_* to *decode_*
Justin Ruggles
2008-08-24
1
-1
/
+13
*
remove some unneeded header includes
Justin Ruggles
2008-08-17
1
-1
/
+0
*
use LFG instead of Mersenne Twister for AC-3 PRNG
Justin Ruggles
2008-08-17
1
-2
/
+2
*
simd int->float
Loren Merritt
2008-08-13
1
-1
/
+1
*
optimize ac3_downmix.
Loren Merritt
2008-08-12
1
-1
/
+0
*
use float_to_int16_interleave in ac3
Loren Merritt
2008-08-12
1
-1
/
+0
*
use imdct_half in ac3
Loren Merritt
2008-08-12
1
-1
/
+1
*
remove mdct tmp buffer
Loren Merritt
2008-08-12
1
-1
/
+0
*
cosmetics: make all references to AC-3 capitalized and hyphenated
Justin Ruggles
2008-08-03
1
-2
/
+2
*
cosmetics: vertical alignment
Justin Ruggles
2008-08-03
1
-1
/
+1
*
use MAX_BLOCKS for array size instead of 6
Justin Ruggles
2008-08-03
1
-1
/
+1
*
rearrange dimensions of pre_mantissa array
Justin Ruggles
2008-08-03
1
-1
/
+1
*
add fields needed for E-AC-3 decoding to decode context
Justin Ruggles
2008-06-08
1
-0
/
+21
*
store exp_strategy for all blocks in decode context
Justin Ruggles
2008-06-07
1
-1
/
+1
*
store cpl_in_use for all blocks in decode context
Justin Ruggles
2008-06-07
1
-1
/
+2
*
cosmetics: add and align references to spec variable names
Justin Ruggles
2008-06-07
1
-20
/
+20
*
cosmetics: vertical align
Justin Ruggles
2008-06-07
1
-12
/
+12
*
use macro constants for array sizes in decode context
Justin Ruggles
2008-06-07
1
-11
/
+14
*
cosmetics: vertical align
Justin Ruggles
2008-06-07
1
-34
/
+34
*
cosmetics: reorder decode context fields into logical groups
Justin Ruggles
2008-06-07
1
-43
/
+71
*
move the decode context and some macro constants to a new file, ac3dec.h
Justin Ruggles
2008-06-07
1
-0
/
+122