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
*
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
*
aacenc_tns: implement temporal noise shaping
Rostislav Pehlivanov
2015-08-21
1
-6
/
+17
*
aacenc: do not reject AAC-Main profile
Rostislav Pehlivanov
2015-08-21
1
-3
/
+11
*
aaccoder: move the Intensity Stereo implementation out
Rostislav Pehlivanov
2015-08-21
1
-3
/
+5
*
aaccoder: move the quantization functions to a separate file
Rostislav Pehlivanov
2015-08-21
1
-2
/
+5
*
aacenc: create and initialize an LTP context
Rostislav Pehlivanov
2015-08-21
1
-0
/
+2
*
aacenc: populate the sce->ics.swb_offset table pointer
Rostislav Pehlivanov
2015-08-21
1
-0
/
+3
*
aacenc: reset special bands in the main frame encoding function
Rostislav Pehlivanov
2015-08-21
1
-2
/
+7
*
aacenc: coding style changes
Rostislav Pehlivanov
2015-08-21
1
-5
/
+7
*
aacenc: Move small misc. functions to a separate file
Rostislav Pehlivanov
2015-08-11
1
-11
/
+1
*
aacenc: Move local encoder specific tables to a separate file
Rostislav Pehlivanov
2015-08-07
1
-116
/
+2
*
aacenc: add description to the 'aac_coder' option
Rostislav Pehlivanov
2015-08-01
1
-1
/
+1
*
aacenc: remove redundant argument from coder functions
Rostislav Pehlivanov
2015-08-01
1
-3
/
+3
*
Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'
Michael Niedermayer
2015-07-27
1
-1
/
+1
|
\
|
*
lavc: Consistently prefix input buffer defines
Vittorio Giovara
2015-07-27
1
-1
/
+1
[next]