summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3enc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qatar/master'Michael Niedermayer2011-05-131-23/+46
|\
| * ac3enc: put the counting of stereo rematrixing bits in the same place toJustin Ruggles2011-05-121-7/+4
| * ac3enc: clean up count_frame_bits() and count_frame_bits_fixed()Justin Ruggles2011-05-121-20/+46
| * AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-101-35/+35
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-051-21/+22
|\ \ | |/
| * Replace strncpy() with av_strlcpy().Alex Converse2011-05-031-21/+22
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-021-127/+71
|\ \ | |/
| * ac3enc: do not store a bandwidth code for each channel.Justin Ruggles2011-05-011-7/+6
| * ac3enc: remove bandwidth reduction as fallback for bit allocation failure.Justin Ruggles2011-05-011-30/+0
| * ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy()Justin Ruggles2011-05-011-42/+33
| * ac3enc: return error if frame+exponent bits are too large instead of usingJustin Ruggles2011-05-011-1/+2
| * ac3enc: differentiate between current block and reference block in bit_alloc()Justin Ruggles2011-05-011-7/+11
| * ac3enc: simplify exponent_init() by calculating exponent_group_tab[] basedJustin Ruggles2011-05-011-5/+7
| * ac3enc: simplify stereo rematrixing decision optionsJustin Ruggles2011-05-011-35/+13
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-011-34/+34
|\ \
| * | AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-04-301-34/+34
| |/
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-281-2/+0
|\ \ | |/
| * ac3enc: remove check for mismatching channels and channel_layoutJustin Ruggles2011-04-271-2/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-1/+1
|\ \ | |/
| * Add AVX FFT implementation.Vitor Sessak2011-04-261-1/+1
* | Correctly implement ac3 float/fixed encoder.Michael Niedermayer2011-04-161-34/+8
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-051-21/+34
|\ \ | |/
| * ac3enc: move extract_exponents inner loop to ac3dspMans Rullgard2011-04-041-18/+3
| * ac3enc: select bandwidth based on bit rate, sample rate, and number ofJustin Ruggles2011-04-031-3/+31
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-9/+17
|\ \ | |/
| * ac3enc: use generic fixed-point mdctMans Rullgard2011-04-031-9/+17
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-04-011-1/+1
|\ \ | |/
| * ac3enc: simplify sym_quant()Mans Rullgard2011-03-311-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-301-35/+9
|\ \ | |/
| * ac3enc: move compute_mantissa_size() to ac3dspMans Rullgard2011-03-301-26/+1
| * ac3enc: move mant*_cnt and qmant*_ptr out of AC3EncodeContextMans Rullgard2011-03-301-8/+7
| * ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard2011-03-291-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-291-17/+17
|\ \ | |/
| * ac3enc: avoid memcpy() of exponents and baps in EXP_REUSE case by usingJustin Ruggles2011-03-281-17/+17
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-281-8/+433
|\ \ | |/
| * ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles2011-03-271-8/+433
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-261-1/+15
|\ \ | |/
| * Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles2011-03-251-1/+15
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-241-1/+1
|\ \ | |/
| * Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles2011-03-221-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-231-11/+1
|\ \ | |/
| * ac3enc: make sym_quant() branch-freeJustin Ruggles2011-03-221-11/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
|/
* ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContextJustin Ruggles2011-03-171-1/+1
* ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage.Justin2011-03-141-13/+12
* ac3enc: add some assertionsJustin Ruggles2011-03-071-0/+6
* ac3enc: use av_assert2() instead of assert() to make debugging easier.Justin Ruggles2011-03-071-3/+5
* ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it instead of t...Justin Ruggles2011-03-041-4/+7
* ac3enc: fix bug in stereo rematrixing decision.Justin Ruggles2011-02-161-2/+1
* ac3enc: change default floor code to 7.Justin Ruggles2011-02-151-1/+1
OpenPOWER on IntegriCloud