summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc_fixed.c
Commit message (Expand)AuthorAge
* ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.Justin Ruggles2011-09-05
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* eac3enc: use different numbers of blocks per frame to allow higher bitratesJustin Ruggles2011-07-21
* ac3enc: Mark AVClasses constMartin Storsjö2011-07-15
* ac3enc: merge AC3MDCTContext with AC3EncodeContext.Justin Ruggles2011-07-13
* ac3enc: clip coefficients after MDCT.Justin Ruggles2011-07-01
* ac3enc: move ff_ac3_encode_frame() to ac3enc_template.cJustin Ruggles2011-06-27
* ac3enc: merge log2_tab() into normalize_samples()Justin Ruggles2011-06-27
* ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles2011-06-13
* ac3enc: add channel coupling supportJustin Ruggles2011-05-24
* ac3enc: correct the flipped sign in the ac3_fixed encoderJustin Ruggles2011-04-26
* ac3: fix memleak in fixed-point encoderJanne Grunau2011-04-25
* 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
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...Justin Ruggles2011-03-14
* ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage.Justin2011-03-14
* ac3enc: Add x86-optimized function to speed up log2_tab().Justin Ruggles2011-02-13
* ac3enc: Remove unneeded clipping of shift amount.Justin Ruggles2011-02-10
* ac3enc: remove right shifting from lshift_tab() and make lshift unsigned.Justin Ruggles2011-02-10
* 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
* Move fixed-point parts of the AC-3 encoder to separate files.Justin Ruggles2011-01-03