summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3enc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Add x86-optimized versions of exponent_min().Justin Ruggles2011-02-101-27/+6
* ac3enc: Change EXP_DIFF_THRESHOLD to 500.Justin Ruggles2011-02-021-1/+1
* Add ff_ prefix to ac3_common_init().Justin Ruggles2011-01-261-1/+1
* ac3enc: use dsputil functions in apply_window()Justin Ruggles2011-01-221-2/+2
* cosmetics: spacing, line wrap, and remove unneeded bracesJustin Ruggles2011-01-151-4/+3
* Process all EXP_REUSE blocks at once in exponent_min().Justin Ruggles2011-01-151-12/+25
* Take advantage of per-channel exponent and exponent strategy layout toJustin Ruggles2011-01-151-14/+19
* Simplify compute_exp_strategy() by passing a pointer to all exponents andJustin Ruggles2011-01-151-13/+5
* Use a local variable in the inner loop of group_exponents() to simplify theJustin Ruggles2011-01-151-3/+4
* cosmetics: remove unneeded bracesJustin Ruggles2011-01-151-2/+1
* cosmetics: rename block_num to blk for variable name consistencyJustin Ruggles2011-01-151-9/+9
* Move exp_strategy from AC3Block to AC3EncodeContext in order to arrange byJustin Ruggles2011-01-151-26/+25
* Rearrange exponent buffer to group all blocks for a single channel together.Justin Ruggles2011-01-151-1/+4
* Add stereo rematrixing support to the AC-3 encoders.Justin Ruggles2011-01-081-12/+135
* Convert floating-point MDCT coefficients to 24-bit fixed-point all at onceJustin Ruggles2011-01-051-5/+33
* Use local variables outside the inner loop in extract_exponents() to reduceJustin Ruggles2011-01-051-4/+7
* cosmetics: fix typo in previous commitJustin Ruggles2011-01-041-1/+1
* Change the AC-3 encoder to use floating-point.Justin Ruggles2011-01-041-1/+10
* Move fixed-point parts of the AC-3 encoder to separate files.Justin Ruggles2011-01-031-420/+16
OpenPOWER on IntegriCloud