summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc.c
Commit message (Expand)AuthorAge
...
* ac3enc: extract all exponents for the frame at onceJustin Ruggles2011-06-04
* ac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits()Mans Rullgard2011-05-28
* ac3enc: modify mantissa bit counting to keep bap counts for all values of bapJustin Ruggles2011-05-28
* ac3enc: split mantissa bit counting into a separate function.Justin Ruggles2011-05-28
* ac3enc: store per-block/channel bap pointers by reference block in a 2D arrayJustin Ruggles2011-05-28
* ac3enc: use LOCAL_ALIGNED macroMans Rullgard2011-05-28
* cosmetics: indentation and alignment after previous commitJustin Ruggles2011-05-27
* ac3enc: add support for E-AC-3 encoding.Justin Ruggles2011-05-27
* ac3enc: Move AC-3 AVOptions array to a separate file to make it easier toJustin Ruggles2011-05-27
* ac3enc: initialize all coefficients to zero.Justin Ruggles2011-05-25
* ac3enc: add channel coupling supportJustin Ruggles2011-05-24
* ac3enc: put the counting of stereo rematrixing bits in the same place toJustin Ruggles2011-05-12
* ac3enc: clean up count_frame_bits() and count_frame_bits_fixed()Justin Ruggles2011-05-12
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
* Replace strncpy() with av_strlcpy().Alex Converse2011-05-03
* ac3enc: do not store a bandwidth code for each channel.Justin Ruggles2011-05-01
* ac3enc: remove bandwidth reduction as fallback for bit allocation failure.Justin Ruggles2011-05-01
* ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy()Justin Ruggles2011-05-01
* ac3enc: return error if frame+exponent bits are too large instead of usingJustin Ruggles2011-05-01
* ac3enc: differentiate between current block and reference block in bit_alloc()Justin Ruggles2011-05-01
* ac3enc: simplify exponent_init() by calculating exponent_group_tab[] basedJustin Ruggles2011-05-01
* ac3enc: simplify stereo rematrixing decision optionsJustin Ruggles2011-05-01
* ac3enc: remove check for mismatching channels and channel_layoutJustin Ruggles2011-04-27
* Add AVX FFT implementation.Vitor Sessak2011-04-26
* ac3enc: move extract_exponents inner loop to ac3dspMans Rullgard2011-04-04
* ac3enc: select bandwidth based on bit rate, sample rate, and number ofJustin Ruggles2011-04-03
* ac3enc: use generic fixed-point mdctMans Rullgard2011-04-03
* ac3enc: simplify sym_quant()Mans Rullgard2011-03-31
* ac3enc: move compute_mantissa_size() to ac3dspMans Rullgard2011-03-30
* ac3enc: move mant*_cnt and qmant*_ptr out of AC3EncodeContextMans Rullgard2011-03-30
* ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard2011-03-29
* ac3enc: avoid memcpy() of exponents and baps in EXP_REUSE case by usingJustin Ruggles2011-03-28
* ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles2011-03-27
* Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles2011-03-25
* Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles2011-03-22
* ac3enc: make sym_quant() branch-freeJustin Ruggles2011-03-22
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContextJustin Ruggles2011-03-17
* ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage.Justin2011-03-14
* ac3enc: add some assertionsJustin Ruggles2011-03-07
* ac3enc: use av_assert2() instead of assert() to make debugging easier.Justin Ruggles2011-03-07
* ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it instead of t...Justin Ruggles2011-03-04
* ac3enc: fix bug in stereo rematrixing decision.Justin Ruggles2011-02-16
* ac3enc: change default floor code to 7.Justin Ruggles2011-02-15
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Add x86-optimized versions of exponent_min().Justin Ruggles2011-02-10
* ac3enc: Change EXP_DIFF_THRESHOLD to 500.Justin Ruggles2011-02-02
* Add ff_ prefix to ac3_common_init().Justin Ruggles2011-01-26
* ac3enc: use dsputil functions in apply_window()Justin Ruggles2011-01-22
* cosmetics: spacing, line wrap, and remove unneeded bracesJustin Ruggles2011-01-15