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
/
g723_1.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
g723.1: optimise scale_vector()
Mans Rullgard
2012-08-13
1
-5
/
+7
|
*
g723.1: remove useless uses of MUL64()
Mans Rullgard
2012-08-13
1
-4
/
+4
|
*
g723.1: remove unnecessary argument 'shift' from dot_product()
Mans Rullgard
2012-08-13
1
-15
/
+11
|
*
g723.1: deobfuscate "(x << 4) - x" to "15 * x"
Mans Rullgard
2012-08-13
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-10
1
-6
/
+4
|
\
\
|
|
/
|
*
g723.1: fix addition overflow
Mans Rullgard
2012-08-10
1
-1
/
+1
|
*
g723.1: simplify and fix multiplication overflow
Mans Rullgard
2012-08-10
1
-2
/
+2
|
*
g723.1: deobfuscate an expression
Mans Rullgard
2012-08-10
1
-2
/
+1
|
*
g723.1: remove unused #includes
Mans Rullgard
2012-08-10
1
-2
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-09
1
-0
/
+2
|
\
\
|
|
/
|
*
g723_1: clip argument for 15-bit version of normalize_bits()
Kostya Shishkov
2012-08-08
1
-0
/
+1
|
*
g723_1: use all LPC vectors in formant postfilter
Kostya Shishkov
2012-08-08
1
-0
/
+1
*
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-2
/
+2
|
\
\
|
|
/
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
|
g732_1: reduce difference to qatar
Michael Niedermayer
2012-08-03
1
-17
/
+25
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-03
1
-9
/
+19
|
\
\
|
|
/
|
*
g723_1: scale output as supposed for the case with postfilter disabled
Kostya Shishkov
2012-08-03
1
-4
/
+10
|
*
g723_1: increase excitation storage by 4
Kostya Shishkov
2012-08-03
1
-1
/
+1
|
*
g723_1: fix upper bound parameter from inverse maximum autocorrelation
Kostya Shishkov
2012-08-03
1
-1
/
+4
|
*
g723_1: make scale_vector() behave like the reference
Kostya Shishkov
2012-08-03
1
-2
/
+3
|
*
g723_1: fix off-by-one error in normalize_bits()
Kostya Shishkov
2012-08-03
1
-1
/
+1
|
*
g723_1: save/restore excitation with offset to store LPC history
Kostya Shishkov
2012-08-03
1
-2
/
+2
*
|
g723.1dec: Make postfilter user switchable
Michael Niedermayer
2012-07-23
1
-1
/
+22
*
|
g723.1: various cosmetics and changes that should have no user vissible effect.
Michael Niedermayer
2012-07-23
1
-33
/
+39
*
|
Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'
Michael Niedermayer
2012-07-22
1
-42
/
+49
|
\
\
|
|
/
|
*
G.723.1 demuxer and decoder
Mohamed Naufal Basheer
2012-07-22
1
-0
/
+1175
*
g723_1: add CODEC_CAP_DR1
Paul B Mahol
2012-07-08
1
-1
/
+1
*
g723_1: change to encode2()
Michael Niedermayer
2012-05-08
1
-6
/
+12
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-28
1
-2
/
+2
*
g723_1: Fix "libavcodec/g723_1.c:988:8: warning: assignment from incompatible...
Michael Niedermayer
2012-01-08
1
-1
/
+1
*
lavc: replace rest of deprecated SAMPLE_FMT_* with AV_SAMPLE_FMT_*
Paul B Mahol
2012-01-03
1
-3
/
+3
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-23
1
-1
/
+1
*
g723_1dec: update to new API
Michael Niedermayer
2011-12-03
1
-7
/
+21
*
g723.1: use memmove() where overlapping src and dst can happen.
Michael Niedermayer
2011-10-11
1
-1
/
+1
*
g723.1 encoder
Mohamed Naufal
2011-10-10
1
-0
/
+1146
*
Remove unused variable.
Reimar Döffinger
2011-09-30
1
-1
/
+0
*
g723.1: very minor simplify of gen_acb_excitation()
Michael Niedermayer
2011-09-29
1
-2
/
+2
*
g723.1: use MULL(a,b,15) for MULL2()
Michael Niedermayer
2011-09-29
1
-1
/
+1
*
g723.1: simplify scale_vector()
Michael Niedermayer
2011-09-29
1
-1
/
+1
*
g723.1: replace loop of normalize_bits( by av_log2()
Michael Niedermayer
2011-09-29
1
-2
/
+2
*
g723.1: cleanup square_root()
Vitor Sessak
2011-09-29
1
-11
/
+1
*
g723.1_ use skip_bits1()
Michael Niedermayer
2011-09-29
1
-1
/
+1
*
g723.1: use get_bits1()
Michael Niedermayer
2011-09-29
1
-4
/
+4
*
celp_math: cleanup ff_dot_product()
Michael Niedermayer
2011-09-29
1
-9
/
+9
*
Add the G723.1 demuxer and decoder
Mohamed Naufal Basheer
2011-09-29
1
-0
/
+1081
[prev]