summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc_fixed.c
Commit message (Expand)AuthorAge
* ac3enc: Add x86-optimized function to speed up log2_tab().Justin Ruggles2011-02-14
* ac3enc: Remove unneeded clipping of shift amount.Justin Ruggles2011-02-11
* ac3enc: remove right shifting from lshift_tab() and make lshift unsigned.Justin Ruggles2011-02-11
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
* ac3enc: use dsputil functions in apply_window()Justin Ruggles2011-01-23
* Convert floating-point MDCT coefficients to 24-bit fixed-point all at onceJustin Ruggles2011-01-05
* Change the AC-3 encoder to use floating-point.Justin Ruggles2011-01-04
* Move fixed-point parts of the AC-3 encoder to separate files.Justin Ruggles2011-01-03