summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc_float.c
Commit message (Expand)AuthorAge
* ac3enc: use generic fixed-point mdctMans Rullgard2011-04-03
* ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles2011-03-27
* Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles2011-03-22
* Move ff_kbd_window_init() to a separate fileMans Rullgard2011-03-19
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContextJustin Ruggles2011-03-17
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* ac3enc: use dsputil functions in apply_window()Justin Ruggles2011-01-22
* 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