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
/
aaccoder.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec: stop using deprecated codec flags
James Almer
2017-03-25
1
-4
/
+4
*
aacenc: add SIMD optimizations for abs_pow34 and quantization
Rostislav Pehlivanov
2016-10-18
1
-13
/
+14
*
aacenc: use the decoder's lcg PRNG
Rostislav Pehlivanov
2016-10-12
1
-5
/
+3
*
aacenc: fix various typos and an error message
Rostislav Pehlivanov
2016-08-13
1
-11
/
+11
*
aacenc: add a faster version of twoloop as the "fast" coder
Rostislav Pehlivanov
2016-08-13
1
-20
/
+134
*
aacenc: remove FAAC-like coder
Rostislav Pehlivanov
2016-01-20
1
-191
/
+0
*
AAC encoder: enforce SF delta in PNS and IS SFs
Claudio Freire
2016-01-17
1
-8
/
+10
*
AAC encoder: various fixes in M/S coding
Claudio Freire
2016-01-13
1
-15
/
+18
*
AAC encoder: avoid assertion failure on PNS
Claudio Freire
2016-01-13
1
-1
/
+4
*
AAC encoder: fix possible assertion failure in PNS
Claudio Freire
2015-12-22
1
-2
/
+3
*
aacenc: switch to using the RNG from libavutil
Rostislav Pehlivanov
2015-12-14
1
-2
/
+6
*
AAC encoder: fix OOB access in search_for_pns
Claudio Freire
2015-12-09
1
-1
/
+1
*
AAC encoder: ANMR, avoid empty search ranges
Claudio Freire
2015-12-04
1
-2
/
+12
*
aaccoder: prevent crash of anmr coder
Andreas Cadhalpun
2015-12-05
1
-1
/
+1
*
AAC encoder: improve SF range utilization
Claudio Freire
2015-12-02
1
-19
/
+41
*
avcodec/aac_tablegen: get rid of hardcoded tables entirely
Ganesh Ajjanagadde
2015-11-28
1
-1
/
+0
*
AAC encoder: Fix application of M/S with PNS
Claudio Freire
2015-11-26
1
-2
/
+2
*
aacenc: add support for encoding files using Long Term Prediction
Rostislav Pehlivanov
2015-10-17
1
-0
/
+21
*
aacenc: shorten name of ff_aac_adjust_common_prediction
Rostislav Pehlivanov
2015-10-12
1
-4
/
+4
*
AAC encoder: Extensive improvements
Claudio Freire
2015-10-11
1
-56
/
+241
*
AAC encoder: fix OOB access in search_for_pns
Claudio Freire
2015-09-26
1
-3
/
+3
*
AAC encoder: tweak PNS usage to be more aggressive
Claudio Freire
2015-09-25
1
-26
/
+21
*
AAC encoder: refactor to resynchronize MIPS port
Claudio Freire
2015-09-16
1
-280
/
+4
*
aaccoder: respect cutoff when marking bands as PNS
Rostislav Pehlivanov
2015-09-11
1
-5
/
+2
*
aaccoder: tweak PNS implementation further
Rostislav Pehlivanov
2015-09-09
1
-28
/
+24
*
aaccoder: add frequency scaling and quantization correction for PNS
Rostislav Pehlivanov
2015-09-07
1
-11
/
+17
*
aaccoder: rewrite PNS implementation
Rostislav Pehlivanov
2015-09-06
1
-25
/
+76
*
aaccoder: use roundf() instead of ceilf()
Rostislav Pehlivanov
2015-09-06
1
-2
/
+2
*
aacenc_tns: rework the way coefficients are calculated
Rostislav Pehlivanov
2015-08-29
1
-0
/
+4
*
aacenc_pred: rework the way prediction is done
Rostislav Pehlivanov
2015-08-29
1
-4
/
+0
*
aacenc: Add missing ff_ prefixes
Timothy Gu
2015-08-22
1
-32
/
+32
*
aacenc: implement the complete AAC-Main profile
Rostislav Pehlivanov
2015-08-21
1
-0
/
+21
*
aacenc_tns: implement temporal noise shaping
Rostislav Pehlivanov
2015-08-21
1
-0
/
+9
*
aaccoder: move the Intensity Stereo implementation out
Rostislav Pehlivanov
2015-08-21
1
-99
/
+3
*
aaccoder: move the quantization functions to a separate file
Rostislav Pehlivanov
2015-08-21
1
-217
/
+1
*
aacenc: reset special bands in the main frame encoding function
Rostislav Pehlivanov
2015-08-21
1
-5
/
+0
*
aacenc: coding style changes
Rostislav Pehlivanov
2015-08-21
1
-16
/
+16
*
aacenc: Move small misc. functions to a separate file
Rostislav Pehlivanov
2015-08-11
1
-75
/
+1
*
aacenc: Move local encoder specific tables to a separate file
Rostislav Pehlivanov
2015-08-07
1
-31
/
+1
*
aacenc: remove redundant argument from coder functions
Rostislav Pehlivanov
2015-08-01
1
-6
/
+6
*
AAC Encoder: clipping avoidance
Claudio Freire
2015-07-27
1
-38
/
+70
*
aacenc: move the generation of ff_aac_pow34sf_tab[]
Rostislav Pehlivanov
2015-07-21
1
-0
/
+1
*
aacenc: implement Intensity Stereo encoding support
Rostislav Pehlivanov
2015-07-05
1
-1
/
+106
*
aaccoder: add a new perceptual noise substitution implementation
Rostislav Pehlivanov
2015-07-05
1
-1
/
+51
*
aaccoder: remove previous PNS implementation from twoloop
Rostislav Pehlivanov
2015-07-05
1
-26
/
+3
*
aacenc: use the new function for setting special band scalefactor indices
Rostislav Pehlivanov
2015-07-05
1
-0
/
+4
*
aaccoder: fix M/S coding
Rostislav Pehlivanov
2015-07-03
1
-7
/
+8
*
aacenc: add support for coding of intensity stereo scalefactor indices
Rostislav Pehlivanov
2015-06-29
1
-0
/
+37
*
aaccoder: add intensity stereo support to encode_window_bands_info quantizer
Rostislav Pehlivanov
2015-06-28
1
-6
/
+14
*
aaccoder: add intensity stereo coding support for the trellis quantizer
Rostislav Pehlivanov
2015-06-28
1
-35
/
+34
[next]