aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3enc_fixed.c
Commit message (Expand)AuthorAgeFilesLines
* ac3enc: Add x86-optimized function to speed up log2_tab().Justin Ruggles2011-02-141-8/+3
* ac3enc: Remove unneeded clipping of shift amount.Justin Ruggles2011-02-111-1/+0
* ac3enc: remove right shifting from lshift_tab() and make lshift unsigned.Justin Ruggles2011-02-111-6/+2
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* ac3enc: use dsputil functions in apply_window()Justin Ruggles2011-01-231-1/+1
* Convert floating-point MDCT coefficients to 24-bit fixed-point all at onceJustin Ruggles2011-01-051-0/+11
* Change the AC-3 encoder to use floating-point.Justin Ruggles2011-01-041-2/+3
* Move fixed-point parts of the AC-3 encoder to separate files.Justin Ruggles2011-01-031-0/+428