index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
aaccoder.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
aaccoder: use put_sbits()
James Almer
2015-04-18
1
-1
/
+1
*
aaccoder: Implement Perceptual Noise Substitution for AAC
Rostislav Pehlivanov
2015-04-15
1
-37
/
+99
*
AAC: Fix M/S stereo encoding
Claudio Freire
2015-03-03
1
-3
/
+3
*
Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0'
Michael Niedermayer
2015-02-21
1
-2
/
+2
|
\
|
*
libavcodec: Make use of av_clip functions
Peter Meerwald
2015-02-21
1
-2
/
+2
[next]