summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3enc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-21/+74
|\
| * ac3enc: doxygen update.Justin Ruggles2011-11-021-21/+74
* | Merge remote-tracking branch 'mans/ac3'Michael Niedermayer2011-10-221-7/+4
|\ \
| * | ac3enc: slightly faster quantize_mantissas_blk_ch()Mans Rullgard2011-07-061-7/+4
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-051-1/+1
|\ \ \ | | |/ | |/|
| * | ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.Justin Ruggles2011-09-051-1/+1
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-111-46/+51
|\ \ \ | |/ /
| * | ac3enc: add macros for option names to make them more understandable.Justin Ruggles2011-08-111-45/+46
| * | ac3enc: fix 'channel_coupling' option to actually allow 'auto'.Justin Ruggles2011-08-111-2/+6
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-101-13/+37
|\ \ \ | |/ /
| * | ac3enc: allow new coupling coordinates to be sent independently for eachJustin Ruggles2011-08-091-5/+5
| * | ac3enc: separate exponent bit counting from exponent grouping.Justin Ruggles2011-08-091-8/+32
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-281-83/+162
|\ \ \ | |/ /
| * | cosmetics: reindentJustin Ruggles2011-07-271-3/+3
| * | eac3enc: support writing of basic mixing and info metadataJustin Ruggles2011-07-271-80/+159
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-221-75/+104
|\ \ \ | |/ /
| * | eac3enc: use different numbers of blocks per frame to allow higher bitratesJustin Ruggles2011-07-211-75/+104
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-201-6/+35
|\ \ \ | |/ /
| * | eac3enc: use frame exponent strategy when applicable.Justin Ruggles2011-07-191-6/+35
* | | Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer2011-07-141-15/+18
|\ \ \ | |/ /
| * | ac3enc: merge AC3MDCTContext with AC3EncodeContext.Justin Ruggles2011-07-131-4/+2
| * | ac3enc: prefer passing AC3EncodeContext rather than AVCodecContextJustin Ruggles2011-07-131-11/+12
| * | ac3enc: fix memleakJustin Ruggles2011-07-131-0/+4
| |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-291-2/+0
|\ \ | |/
| * cosmetics: remove outdated comment that is no longer trueJustin Ruggles2011-06-281-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-281-143/+10
|\ \ | |/
| * ac3enc: move ff_ac3_encode_frame() to ac3enc_template.cJustin Ruggles2011-06-271-73/+9
| * ac3enc: Remove bit allocation fallbacks.Justin Ruggles2011-06-271-70/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-231-22/+16
|\ \ | |/
| * ac3enc: remove unneeded local variable in asym_quant()Justin Ruggles2011-06-221-6/+6
| * ac3enc: remove a branch in asym_quant() by doing 2 shiftsJustin Ruggles2011-06-221-8/+2
| * ac3enc: avoid masking output in asym_quant() by using signed values forJustin Ruggles2011-06-221-11/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-151-9/+7
|\ \ | |/
| * ac3enc: fix allocation of floating point samples.Justin Ruggles2011-06-131-9/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-141-408/+48
|\ \ | |/
| * ac3enc: remove empty ac3_float function that is never calledJustin Ruggles2011-06-131-1/+0
| * ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles2011-06-131-401/+37
| * ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples and mdctJustin Ruggles2011-06-131-5/+10
| * ac3enc: use function pointer to choose between AC-3 and E-AC-3 header outputJustin Ruggles2011-06-131-4/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-081-251/+6
|\ \ | |/
| * ac3enc: Fix linking of AC-3 encoder without the E-AC-3 encoder.Diego Biurrun2011-06-081-2/+2
| * Move E-AC-3 encoder functions to a separate eac3enc.c file.Justin Ruggles2011-06-071-279/+5
| * ac3enc: remove convenience macro, #define DEBUGJustin Ruggles2011-06-071-1/+0
| * ac3enc: remove unused #defineJustin Ruggles2011-06-071-3/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-061-8/+4
|\ \ | |/
| * ac3enc: extract all exponents for the frame at onceJustin Ruggles2011-06-041-8/+4
* | Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-291-222/+453
|\ \ | |/
| * ac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits()Mans Rullgard2011-05-281-1/+1
| * ac3enc: modify mantissa bit counting to keep bap counts for all values of bapJustin Ruggles2011-05-281-43/+49
| * ac3enc: split mantissa bit counting into a separate function.Justin Ruggles2011-05-281-18/+31
OpenPOWER on IntegriCloud