index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
ac3enc.c
Age
Commit message (
Expand
)
Author
2011-03-31
ac3enc: simplify sym_quant()
Mans Rullgard
2011-03-30
ac3enc: move compute_mantissa_size() to ac3dsp
Mans Rullgard
2011-03-30
ac3enc: move mant*_cnt and qmant*_ptr out of AC3EncodeContext
Mans Rullgard
2011-03-29
ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp
Mans Rullgard
2011-03-28
ac3enc: avoid memcpy() of exponents and baps in EXP_REUSE case by using
Justin Ruggles
2011-03-27
ac3enc: Add codec-specific options for writing AC-3 metadata.
Justin Ruggles
2011-03-25
Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser
Justin Ruggles
2011-03-22
Add apply_window_int16() to DSPContext with x86-optimized versions and use it
Justin Ruggles
2011-03-22
ac3enc: make sym_quant() branch-free
Justin Ruggles
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-17
ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContext
Justin Ruggles
2011-03-14
ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage.
Justin
2011-03-07
ac3enc: add some assertions
Justin Ruggles
2011-03-07
ac3enc: use av_assert2() instead of assert() to make debugging easier.
Justin Ruggles
2011-03-04
ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it instead of t...
Justin Ruggles
2011-02-16
ac3enc: fix bug in stereo rematrixing decision.
Justin Ruggles
2011-02-15
ac3enc: change default floor code to 7.
Justin Ruggles
2011-02-15
Merge libavcore into libavutil
Reinhard Tartler
2011-02-10
Add x86-optimized versions of exponent_min().
Justin Ruggles
2011-02-02
ac3enc: Change EXP_DIFF_THRESHOLD to 500.
Justin Ruggles
2011-01-26
Add ff_ prefix to ac3_common_init().
Justin Ruggles
2011-01-22
ac3enc: use dsputil functions in apply_window()
Justin Ruggles
2011-01-15
cosmetics: spacing, line wrap, and remove unneeded braces
Justin Ruggles
2011-01-15
Process all EXP_REUSE blocks at once in exponent_min().
Justin Ruggles
2011-01-15
Take advantage of per-channel exponent and exponent strategy layout to
Justin Ruggles
2011-01-15
Simplify compute_exp_strategy() by passing a pointer to all exponents and
Justin Ruggles
2011-01-15
Use a local variable in the inner loop of group_exponents() to simplify the
Justin Ruggles
2011-01-15
cosmetics: remove unneeded braces
Justin Ruggles
2011-01-15
cosmetics: rename block_num to blk for variable name consistency
Justin Ruggles
2011-01-15
Move exp_strategy from AC3Block to AC3EncodeContext in order to arrange by
Justin Ruggles
2011-01-15
Rearrange exponent buffer to group all blocks for a single channel together.
Justin Ruggles
2011-01-08
Add stereo rematrixing support to the AC-3 encoders.
Justin Ruggles
2011-01-05
Convert floating-point MDCT coefficients to 24-bit fixed-point all at once
Justin Ruggles
2011-01-05
Use local variables outside the inner loop in extract_exponents() to reduce
Justin Ruggles
2011-01-04
cosmetics: fix typo in previous commit
Justin Ruggles
2011-01-04
Change the AC-3 encoder to use floating-point.
Justin Ruggles
2011-01-03
Move fixed-point parts of the AC-3 encoder to separate files.
Justin Ruggles
2010-12-31
Skip the bit allocation search if previous and current SNR offsets are the
Justin Ruggles
2010-12-31
10l: Fix mistake in r26044. Check increment bounds using actual increment
Justin Ruggles
2010-12-31
Change planar_samples from int16_t to SampleType.
Justin Ruggles
2010-12-30
Add typedefs and a macro that will allow sharing of functions between the
Justin Ruggles
2010-12-30
Move the list of supported channel layouts to a separate table.
Justin Ruggles
2010-12-30
Add a window field to AC3MDCTContext and use it as an input to apply_window()
Justin Ruggles
2010-12-30
cosmetics: alignment, line wrap, and spacing
Justin Ruggles
2010-12-30
Remove avctx from AC3MDCTContext and just pass it to mdct_init() instead.
Justin Ruggles
2010-12-30
Make exponent_group_tab[] static.
Justin Ruggles
2010-12-29
Change the default dB-per-bit code from 2 to 3.
Justin Ruggles
2010-12-23
cosmetics: line wrap and vertical alignment
Justin Ruggles
2010-12-23
Make sure that the 2nd CRC value does not match the AC-3 sync word.
Justin Ruggles
2010-12-23
Store CRC context locally to reduce number of calls to av_crc_get_table().
Justin Ruggles
[next]