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
/
ac3dsp.h
Age
Commit message (
Expand
)
Author
2011-10-22
Merge remote-tracking branch 'mans/ac3'
Michael Niedermayer
2011-07-06
ac3enc: move inner loop of compute_rematrixing_strategy to ac3dsp
Mans Rullgard
2011-05-29
Merge remote-tracking branch 'qatar/master' into master
Michael Niedermayer
2011-05-28
ac3enc: modify mantissa bit counting to keep bap counts for all values of bap
Justin Ruggles
2011-04-05
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-04
ac3enc: move extract_exponents inner loop to ac3dsp
Mans Rullgard
2011-03-30
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-30
ac3enc: move compute_mantissa_size() to ac3dsp
Mans Rullgard
2011-03-29
ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp
Mans Rullgard
2011-03-25
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-24
ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_min
Mans Rullgard
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-17
ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContext
Justin Ruggles
2011-03-14
ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...
Justin Ruggles
2011-02-13
ac3enc: Add x86-optimized function to speed up log2_tab().
Justin Ruggles
2011-02-10
Add x86-optimized versions of exponent_min().
Justin Ruggles