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
/
opus_pvq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
opusenc: add apply_phase_inv option
Lynne
2020-05-26
1
-1
/
+1
*
celt_pvq_init: only build when CONFIG_OPUS_ENCODER is enabled
Lynne
2019-03-31
1
-1
/
+1
*
x86/opus_dsp: rename to celt_pvq
Lynne
2019-03-31
1
-1
/
+1
*
opus_pvq: do not compile encoding/decoding code if the encoder/decoder is dis...
Rostislav Pehlivanov
2017-12-04
1
-51
/
+8
*
opus_celt: deduplicate band quantization/dequantization function
Rostislav Pehlivanov
2017-12-04
1
-31
/
+27
*
opus: add an option to toggle intensity stereo phase inversion
Rostislav Pehlivanov
2017-12-04
1
-0
/
+1
*
opus_pvq: fix crashing on analysis of mono
Rostislav Pehlivanov
2017-11-23
1
-1
/
+2
*
opus_pvq: make max_den a float
Rostislav Pehlivanov
2017-09-28
1
-1
/
+2
*
SIMD opus pvq_search implementation
Ivan Kalvachev
2017-08-18
1
-0
/
+3
*
opus_pvq: port to allow for SIMD functions
Rostislav Pehlivanov
2017-05-16
1
-53
/
+65
*
opus_pvq: use function pointers for recursion
Rostislav Pehlivanov
2017-04-27
1
-37
/
+25
*
avcodec/opus_pvq: fix recursive inlining compilation failures
James Almer
2017-04-27
1
-16
/
+32
*
opus_pvq: merge band encoding and decoding into one function
Rostislav Pehlivanov
2017-04-27
1
-411
/
+112
*
opus_pvq: remove outdated/incorrect comments and redundant variables
Rostislav Pehlivanov
2017-04-26
1
-18
/
+7
*
opus_pvq: minor cleanups
Rostislav Pehlivanov
2017-04-26
1
-141
/
+108
*
lavc/opus_pvq: Add missing copyright notices from libopus.
Carl Eugen Hoyos
2017-04-15
1
-0
/
+3
*
opus_pvq: add resynth support and band encoding cost function
Rostislav Pehlivanov
2017-04-14
1
-16
/
+138
*
opus_pvq: prevent division by 0
Rostislav Pehlivanov
2017-02-24
1
-1
/
+1
*
opus_pvq: remove unneeded assert
Rostislav Pehlivanov
2017-02-24
1
-1
/
+0
*
opus_pvq: improve PVQ search for low Ks
Rostislav Pehlivanov
2017-02-24
1
-2
/
+5
*
opus_pvq: fix PVQ search for K < 5 and low Ns
Rostislav Pehlivanov
2017-02-19
1
-3
/
+5
*
opus_pvq: fix uninitialized variable usage
Rostislav Pehlivanov
2017-02-15
1
-3
/
+2
*
opus: add a native Opus encoder
Rostislav Pehlivanov
2017-02-14
1
-8
/
+436
*
opus_celt: rename structures to better names and reorganize them
Rostislav Pehlivanov
2017-02-14
1
-25
/
+25
*
opus_celt: move quantization and band decoding to opus_pvq.c
Rostislav Pehlivanov
2017-02-14
1
-0
/
+729