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
/
aacenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
aacenc: Enable Perceptual Noise Substitution by default
Rostislav Pehlivanov
2015-09-01
1
-1
/
+1
*
|
aacenc: reorder resetting of cpe->common_window
Rostislav Pehlivanov
2015-09-01
1
-1
/
+1
*
|
aacenc_tns: rework coefficient quantization and filter application
Rostislav Pehlivanov
2015-09-01
1
-1
/
+1
*
|
aacenc: allocate a larger buffer for the TNS LPC context
Rostislav Pehlivanov
2015-09-01
1
-1
/
+1
*
|
aacenc: populate tns_max_bands
Rostislav Pehlivanov
2015-09-01
1
-0
/
+3
*
|
aacenc: initialize LPC context with MAX_LPC_ORDER
Rostislav Pehlivanov
2015-08-29
1
-1
/
+1
*
|
aacenc: remove TNS from the todo list
Rostislav Pehlivanov
2015-08-29
1
-1
/
+0
*
|
aacenc_tns: rework the way coefficients are calculated
Rostislav Pehlivanov
2015-08-29
1
-2
/
+3
*
|
aacenc_pred: rework the way prediction is done
Rostislav Pehlivanov
2015-08-29
1
-22
/
+19
*
|
aacenc: change FF_PROFILE_UNKNOWN to AAC-Main if prediction is enabled
Rostislav Pehlivanov
2015-08-29
1
-2
/
+3
*
|
aacenctab: Add missing ff_ prefixes
Timothy Gu
2015-08-22
1
-3
/
+3
*
|
aacenc: treat unknown profile as AAC-LC
Rostislav Pehlivanov
2015-08-21
1
-1
/
+2
*
|
aacenc: implement the complete AAC-Main profile
Rostislav Pehlivanov
2015-08-21
1
-2
/
+31
[next]