summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc_fixed.h
Commit message (Expand)AuthorAgeFilesLines
* ac3enc: use generic fixed-point mdctMans Rullgard2011-04-031-61/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage.Justin2011-03-141-0/+2
* Add stereo rematrixing support to the AC-3 encoders.Justin Ruggles2011-01-081-0/+1
* Convert floating-point MDCT coefficients to 24-bit fixed-point all at onceJustin Ruggles2011-01-051-2/+0
* Move fixed-point parts of the AC-3 encoder to separate files.Justin Ruggles2011-01-031-0/+60