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
/
opusenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
opusenc: fix infinite loop if flushing encoder upon init
Rostislav Pehlivanov
2018-12-12
1
-1
/
+1
*
opusenc: use for loops with declarations
Rostislav Pehlivanov
2018-05-18
1
-54
/
+44
*
opus: merge encoder and decoder bitallocation functions into one
Rostislav Pehlivanov
2017-12-30
1
-332
/
+5
*
opus_celt: deduplicate band quantization/dequantization function
Rostislav Pehlivanov
2017-12-04
1
-99
/
+11
*
opusenc: implement a psychoacoustic system
Rostislav Pehlivanov
2017-09-23
1
-125
/
+145
*
opus: simplify coarse energy beta coefficients
Rostislav Pehlivanov
2017-07-18
1
-2
/
+2
*
opusenc: remove unused variable
Rostislav Pehlivanov
2017-07-18
1
-1
/
+1
*
opusenc: use float_dsp for non-transient windowing
Rostislav Pehlivanov
2017-07-14
1
-12
/
+12
*
opusenc: use float_dsp for transient mdcts
Rostislav Pehlivanov
2017-07-13
1
-5
/
+3
*
opusenc: don't set avctx->cutoff
Rostislav Pehlivanov
2017-07-10
1
-2
/
+0
*
opus_pvq: port to allow for SIMD functions
Rostislav Pehlivanov
2017-05-16
1
-3
/
+9
*
opusenc: initialize PVQ prng seed
Rostislav Pehlivanov
2017-05-16
1
-1
/
+3
*
opusenc: switch between intra/inter mode for coarse energy
Rostislav Pehlivanov
2017-04-08
1
-8
/
+28
*
opusenc: do not signal digital silence
Rostislav Pehlivanov
2017-04-08
1
-9
/
+3
*
opusenc: minor style changes
Rostislav Pehlivanov
2017-04-08
1
-18
/
+14
*
opusenc: remove unused header entries and simplify normalization
Rostislav Pehlivanov
2017-04-08
1
-11
/
+7
*
libavcodec/opusenc: use correct format specifiers
Kyle Swanson
2017-03-27
1
-1
/
+1
*
opusenc: initialize the emphasis coefficients on init
Rostislav Pehlivanov
2017-02-18
1
-0
/
+3
*
avcodec/opusenc: Add () protecting macro arguments
Michael Niedermayer
2017-02-16
1
-2
/
+2
*
opusenc: fix coarse energy quantization with 2 bits left
Rostislav Pehlivanov
2017-02-15
1
-1
/
+1
*
opus: add a native Opus encoder
Rostislav Pehlivanov
2017-02-14
1
-0
/
+1130