summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc.c
Commit message (Expand)AuthorAge
...
| * cosmetics: remove outdated comment that is no longer trueJustin Ruggles2011-06-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-28
|\|
| * ac3enc: move ff_ac3_encode_frame() to ac3enc_template.cJustin Ruggles2011-06-27
| * ac3enc: Remove bit allocation fallbacks.Justin Ruggles2011-06-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-23
|\|
| * ac3enc: remove unneeded local variable in asym_quant()Justin Ruggles2011-06-22
| * ac3enc: remove a branch in asym_quant() by doing 2 shiftsJustin Ruggles2011-06-22
| * ac3enc: avoid masking output in asym_quant() by using signed values forJustin Ruggles2011-06-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-15
|\|
| * ac3enc: fix allocation of floating point samples.Justin Ruggles2011-06-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-14
|\|
| * ac3enc: remove empty ac3_float function that is never calledJustin Ruggles2011-06-13
| * ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles2011-06-13
| * ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples and mdctJustin Ruggles2011-06-13
| * ac3enc: use function pointer to choose between AC-3 and E-AC-3 header outputJustin Ruggles2011-06-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-08
|\|
| * ac3enc: Fix linking of AC-3 encoder without the E-AC-3 encoder.Diego Biurrun2011-06-08
| * Move E-AC-3 encoder functions to a separate eac3enc.c file.Justin Ruggles2011-06-07
| * ac3enc: remove convenience macro, #define DEBUGJustin Ruggles2011-06-07
| * ac3enc: remove unused #defineJustin Ruggles2011-06-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-06
|\|
| * ac3enc: extract all exponents for the frame at onceJustin Ruggles2011-06-04
* | Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-29
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-27
|\|
| * ac3enc: initialize all coefficients to zero.Justin Ruggles2011-05-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-25
|\|
| * ac3enc: add channel coupling supportJustin Ruggles2011-05-24
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-13
|\|
| * 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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-05
|\|
| * Replace strncpy() with av_strlcpy().Alex Converse2011-05-03
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-02
|\|
| * 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
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-01
|\ \