summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3enc_fixed.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Correctly implement ac3 float/fixed encoder.Michael Niedermayer2011-04-161-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-294/+4
|\ \ | |/
| * ac3enc: use generic fixed-point mdctMans Rullgard2011-04-031-294/+4
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-281-0/+1
|\ \ | |/
| * ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles2011-03-271-0/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-241-8/+2
|\ \ | |/
| * Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles2011-03-221-8/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...Justin Ruggles2011-03-141-37/+4
* ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage.Justin2011-03-141-13/+36
* ac3enc: Add x86-optimized function to speed up log2_tab().Justin Ruggles2011-02-131-8/+3
* ac3enc: Remove unneeded clipping of shift amount.Justin Ruggles2011-02-101-1/+0
* ac3enc: remove right shifting from lshift_tab() and make lshift unsigned.Justin Ruggles2011-02-101-6/+2
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* ac3enc: use dsputil functions in apply_window()Justin Ruggles2011-01-221-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
OpenPOWER on IntegriCloud