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
/
lsp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lsp: change assert to av_assert
Michael Niedermayer
2012-09-03
1
-1
/
+1
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-28
1
-2
/
+24
|
\
|
*
celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()
Diego Biurrun
2012-08-27
1
-1
/
+0
|
*
celp_math: Move ff_cos() to the only place it is used
Diego Biurrun
2012-08-27
1
-0
/
+24
*
|
lsp: use av_assert
Michael Niedermayer
2012-06-28
1
-1
/
+2
*
|
Optimization of AMR NB and WB decoders for MIPS
Nedeljko Babic
2012-06-11
1
-0
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-06
1
-1
/
+1
|
\
\
|
|
/
|
*
misc Doxygen markup improvements
Diego Biurrun
2011-12-05
1
-1
/
+1
*
|
Restore WIP g729 code that has been remvoed by diego biurrun.
Michael Niedermayer
2011-09-24
1
-0
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-21
1
-4
/
+0
|
\
\
|
|
/
|
*
Remove unused code under G729_BITEXACT #ifdef.
Diego Biurrun
2011-07-20
1
-4
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-19
1
-2
/
+2
|
\
\
|
|
/
|
*
Remove VLAs in ff_amrwb_lsp2lpc()
Mans Rullgard
2011-07-18
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-24
1
-3
/
+3
|
\
\
|
|
/
|
*
doxygen: Consistently use '@' instead of '\' for Doxygen markup.
Diego Biurrun
2011-06-24
1
-3
/
+3
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
/
*
Move lsp2lpc_sipr() function to common code so it can be reused in a
Marcelo Galvăo Póvoa
2010-09-07
1
-0
/
+26
*
Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder.
Marcelo Galvăo Póvoa
2010-09-07
1
-0
/
+8
*
lsp: convert variable-length arrays to fixed size
Måns Rullgård
2010-06-26
1
-3
/
+3
*
Make lsp2polyf() function non-static for upcoming usage in SIPR
Vitor Sessak
2009-11-24
1
-13
/
+3
*
Make sorting function used in TwinVQ a shared function
Vitor Sessak
2009-11-22
1
-0
/
+9
*
Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use this
Vitor Sessak
2009-11-11
1
-1
/
+1
*
Avoid variable-length array use in ff_acelp_lspd2lpc()
Vitor Sessak
2009-11-10
1
-1
/
+3
*
Do not hardcode filter order in ff_acelp_lspd2lpc()
Vitor Sessak
2009-11-09
1
-11
/
+10
*
Commit some functions that are used by both SIPR and AMR.
Vitor Sessak
2009-10-27
1
-0
/
+8
*
Expose QCELP's floating-point LSP-to-LPC function
Colin McQuillan
2009-08-03
1
-0
/
+46
*
Add shift argument to MULL() macro
Måns Rullgård
2008-11-24
1
-1
/
+1
*
Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.
Kenan Gillet
2008-10-24
1
-1
/
+1
*
(cosmetics) Remove incorrect comment.
Vladimir Voroshilov
2008-08-26
1
-1
/
+1
*
Fix compilation error.
Vladimir Voroshilov
2008-05-11
1
-1
/
+1
*
Replace hardcoded LP filter order with parameter.
Vladimir Voroshilov
2008-05-11
1
-20
/
+20
*
Fixed-point LSP and LPC decoding routines for ACELP-based codecs
Vladimir Voroshilov
2008-04-26
1
-0
/
+120