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
/
aacenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
AAC encoder: fix valgrind errors
Claudio Freire
2016-04-05
1
-2
/
+16
*
aacenc: use generational cache instead of resetting.
Reimar Döffinger
2016-03-08
1
-5
/
+4
*
aacenc: temporarily disable Mid/Side coding with multichannel files
Rostislav Pehlivanov
2016-02-13
1
-0
/
+4
*
aacenc: make a better estimate for the audio bitrate if not provided
Rostislav Pehlivanov
2016-02-12
1
-15
/
+31
*
avcodec/aacenc: Check all coefficients for finiteness
Michael Niedermayer
2016-01-20
1
-11
/
+6
*
aacenc: remove FAAC-like coder
Rostislav Pehlivanov
2016-01-20
1
-4
/
+1
*
aacenc: mark LTP mode as experimental
Rostislav Pehlivanov
2016-01-20
1
-0
/
+3
*
avcodec/aacenc: Check both channels for finiteness
Michael Niedermayer
2016-01-16
1
-8
/
+8
*
lavc/aacenc: use isfinite to simplify isnan/isinf logic
Ganesh Ajjanagadde
2016-01-14
1
-8
/
+9
*
avcodec/aacenc: Check for +-Inf too
Michael Niedermayer
2016-01-13
1
-9
/
+9
*
avcodec/aacenc: mark output as const as its not written to
Michael Niedermayer
2016-01-13
1
-1
/
+1
*
avcodec/aacenc: Fix NAN check
Michael Niedermayer
2016-01-13
1
-1
/
+9
*
AAC encoder: don't apply MS on special bands
Claudio Freire
2016-01-13
1
-2
/
+2
*
acenc: remove deprecated avctx->frame_bits use
Rostislav Pehlivanov
2015-12-18
1
-6
/
+3
*
Merge commit '16216b713f9a21865cc07993961cf5d0ece24916'
Hendrik Leppkes
2015-12-18
1
-0
/
+6
|
\
|
*
lavc: Drop exporting 2-pass encoding stats
Vittorio Giovara
2015-12-07
1
-4
/
+8
*
|
aacenc: switch to using the RNG from libavutil
Rostislav Pehlivanov
2015-12-14
1
-1
/
+1
*
|
aacenc: update max_sfb when num_swb changes
Andreas Cadhalpun
2015-12-08
1
-0
/
+1
*
|
Merge commit 'b805482b1fba1d82fbe47023a24c9261f18979b6'
Hendrik Leppkes
2015-12-08
1
-1
/
+3
|
\
\
|
|
/
|
*
aac: Provide more information on the failure message
Luca Barbato
2015-12-05
1
-1
/
+3
*
|
aacenc: move the TNS search and filtering before PNS
Rostislav Pehlivanov
2015-12-06
1
-2
/
+2
*
|
aacenc: fix aac_pred option triggering an error
Rostislav Pehlivanov
2015-12-05
1
-1
/
+1
*
|
aacenc: remove the experimental flag
Rostislav Pehlivanov
2015-12-05
1
-2
/
+1
*
|
aacenc: mark coders other than twoloop as experimental
Rostislav Pehlivanov
2015-12-05
1
-0
/
+2
*
|
aacenc: mark the "faac"-like coder for removal
Rostislav Pehlivanov
2015-12-05
1
-0
/
+2
*
|
mips: rename mipsdspr1 to mipsdsp
Vicente Olivert Riera
2015-12-04
1
-1
/
+1
*
|
AAC encoder: improve SF range utilization
Claudio Freire
2015-12-02
1
-1
/
+1
*
|
aacenc: fix broken build with hardcoded tables
Rostislav Pehlivanov
2015-11-27
1
-1
/
+6
*
|
aac: temporarily un-share aac_table_init AVOnce variable
Rostislav Pehlivanov
2015-11-27
1
-0
/
+3
*
|
aacenc: make threadsafe
Rostislav Pehlivanov
2015-11-27
1
-1
/
+3
*
|
AAC encoder: Fix application of M/S with PNS
Claudio Freire
2015-11-26
1
-1
/
+7
*
|
avcodec/aacenc: Fix "libavcodec/aacenc.c:540:13: warning: ISO C90 forbids mix...
Michael Niedermayer
2015-10-17
1
-1
/
+1
*
|
aacenc_tns: enable Temporal Noise Shaping by default
Rostislav Pehlivanov
2015-10-17
1
-1
/
+1
*
|
aacenc: partially revert previous commits to set options via a profile
Rostislav Pehlivanov
2015-10-17
1
-72
/
+38
*
|
aacenc: add support for encoding files using Long Term Prediction
Rostislav Pehlivanov
2015-10-17
1
-0
/
+43
*
|
aacenc: (re)enable Mid/Side coding by default
Rostislav Pehlivanov
2015-10-17
1
-1
/
+1
*
|
aacenc: correctly zero prediction_used array
Rostislav Pehlivanov
2015-10-17
1
-1
/
+1
*
|
aacenc: slightly simplify and remove a redundant variable
Rostislav Pehlivanov
2015-10-17
1
-6
/
+8
*
|
aacenc: indicate that TNS is off by default
Rostislav Pehlivanov
2015-10-17
1
-2
/
+2
*
|
aacenc: shorten name of ff_aac_adjust_common_prediction
Rostislav Pehlivanov
2015-10-12
1
-2
/
+2
*
|
aacenc: add support for changing options based on a profile
Rostislav Pehlivanov
2015-10-12
1
-48
/
+89
*
|
aacenc: add support for encoding 7.1 channel audio
Rostislav Pehlivanov
2015-10-12
1
-2
/
+3
*
|
AAC encoder: memoize quantize_band_cost
Claudio Freire
2015-10-12
1
-0
/
+10
*
|
AAC encoder: Extensive improvements
Claudio Freire
2015-10-11
1
-15
/
+23
*
|
AAC encoder: tweak rate-distortion logic
Claudio Freire
2015-09-23
1
-22
/
+65
*
|
avcodec/aacenc: use AV_OPT_TYPE_BOOL
Clément Bœsch
2015-09-08
1
-12
/
+4
*
|
aacenc: copy PRNG from the decoder
Rostislav Pehlivanov
2015-09-06
1
-0
/
+1
*
|
aacenc: reorder coding tools
Rostislav Pehlivanov
2015-09-02
1
-63
/
+88
*
|
aacenc: disable bandtype modifying extensions when coder != twoloop
Rostislav Pehlivanov
2015-09-01
1
-0
/
+5
*
|
aacenc: Enable Intensity Stereo by default
Rostislav Pehlivanov
2015-09-01
1
-1
/
+1
[next]