index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
ac3enc.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace strncpy() with av_strlcpy().
Alex Converse
2011-05-03
1
-21
/
+22
*
ac3enc: do not store a bandwidth code for each channel.
Justin Ruggles
2011-05-01
1
-7
/
+6
*
ac3enc: remove bandwidth reduction as fallback for bit allocation failure.
Justin Ruggles
2011-05-01
1
-30
/
+0
*
ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy()
Justin Ruggles
2011-05-01
1
-42
/
+33
*
ac3enc: return error if frame+exponent bits are too large instead of using
Justin Ruggles
2011-05-01
1
-1
/
+2
*
ac3enc: differentiate between current block and reference block in bit_alloc()
Justin Ruggles
2011-05-01
1
-7
/
+11
*
ac3enc: simplify exponent_init() by calculating exponent_group_tab[] based
Justin Ruggles
2011-05-01
1
-5
/
+7
*
ac3enc: simplify stereo rematrixing decision options
Justin Ruggles
2011-05-01
1
-35
/
+13
*
ac3enc: remove check for mismatching channels and channel_layout
Justin Ruggles
2011-04-27
1
-2
/
+0
*
Add AVX FFT implementation.
Vitor Sessak
2011-04-26
1
-1
/
+1
*
ac3enc: move extract_exponents inner loop to ac3dsp
Mans Rullgard
2011-04-04
1
-18
/
+3
*
ac3enc: select bandwidth based on bit rate, sample rate, and number of
Justin Ruggles
2011-04-03
1
-3
/
+31
*
ac3enc: use generic fixed-point mdct
Mans Rullgard
2011-04-03
1
-9
/
+17
*
ac3enc: simplify sym_quant()
Mans Rullgard
2011-03-31
1
-1
/
+1
*
ac3enc: move compute_mantissa_size() to ac3dsp
Mans Rullgard
2011-03-30
1
-26
/
+1
*
ac3enc: move mant*_cnt and qmant*_ptr out of AC3EncodeContext
Mans Rullgard
2011-03-30
1
-8
/
+7
*
ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp
Mans Rullgard
2011-03-29
1
-1
/
+1
*
ac3enc: avoid memcpy() of exponents and baps in EXP_REUSE case by using
Justin Ruggles
2011-03-28
1
-17
/
+17
*
ac3enc: Add codec-specific options for writing AC-3 metadata.
Justin Ruggles
2011-03-27
1
-8
/
+433
*
Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser
Justin Ruggles
2011-03-25
1
-1
/
+15
*
Add apply_window_int16() to DSPContext with x86-optimized versions and use it
Justin Ruggles
2011-03-22
1
-1
/
+1
*
ac3enc: make sym_quant() branch-free
Justin Ruggles
2011-03-22
1
-11
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-5
/
+5
*
ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContext
Justin Ruggles
2011-03-17
1
-1
/
+1
*
ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage.
Justin
2011-03-14
1
-13
/
+12
*
ac3enc: add some assertions
Justin Ruggles
2011-03-07
1
-0
/
+6
*
ac3enc: use av_assert2() instead of assert() to make debugging easier.
Justin Ruggles
2011-03-07
1
-3
/
+5
*
ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it instead of t...
Justin Ruggles
2011-03-04
1
-4
/
+7
*
ac3enc: fix bug in stereo rematrixing decision.
Justin Ruggles
2011-02-16
1
-2
/
+1
*
ac3enc: change default floor code to 7.
Justin Ruggles
2011-02-15
1
-1
/
+1
*
Merge libavcore into libavutil
Reinhard Tartler
2011-02-15
1
-1
/
+1
*
Add x86-optimized versions of exponent_min().
Justin Ruggles
2011-02-10
1
-27
/
+6
*
ac3enc: Change EXP_DIFF_THRESHOLD to 500.
Justin Ruggles
2011-02-02
1
-1
/
+1
*
Add ff_ prefix to ac3_common_init().
Justin Ruggles
2011-01-26
1
-1
/
+1
*
ac3enc: use dsputil functions in apply_window()
Justin Ruggles
2011-01-22
1
-2
/
+2
*
cosmetics: spacing, line wrap, and remove unneeded braces
Justin Ruggles
2011-01-15
1
-4
/
+3
*
Process all EXP_REUSE blocks at once in exponent_min().
Justin Ruggles
2011-01-15
1
-12
/
+25
*
Take advantage of per-channel exponent and exponent strategy layout to
Justin Ruggles
2011-01-15
1
-14
/
+19
*
Simplify compute_exp_strategy() by passing a pointer to all exponents and
Justin Ruggles
2011-01-15
1
-13
/
+5
*
Use a local variable in the inner loop of group_exponents() to simplify the
Justin Ruggles
2011-01-15
1
-3
/
+4
*
cosmetics: remove unneeded braces
Justin Ruggles
2011-01-15
1
-2
/
+1
*
cosmetics: rename block_num to blk for variable name consistency
Justin Ruggles
2011-01-15
1
-9
/
+9
*
Move exp_strategy from AC3Block to AC3EncodeContext in order to arrange by
Justin Ruggles
2011-01-15
1
-26
/
+25
*
Rearrange exponent buffer to group all blocks for a single channel together.
Justin Ruggles
2011-01-15
1
-1
/
+4
*
Add stereo rematrixing support to the AC-3 encoders.
Justin Ruggles
2011-01-08
1
-12
/
+135
*
Convert floating-point MDCT coefficients to 24-bit fixed-point all at once
Justin Ruggles
2011-01-05
1
-5
/
+33
*
Use local variables outside the inner loop in extract_exponents() to reduce
Justin Ruggles
2011-01-05
1
-4
/
+7
*
cosmetics: fix typo in previous commit
Justin Ruggles
2011-01-04
1
-1
/
+1
*
Change the AC-3 encoder to use floating-point.
Justin Ruggles
2011-01-04
1
-1
/
+10
*
Move fixed-point parts of the AC-3 encoder to separate files.
Justin Ruggles
2011-01-03
1
-420
/
+16
[prev]
[next]