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
/
lpc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename new lls code to lls2 to avoid conflict with the old which has a differ...
Michael Niedermayer
2013-11-17
1
-3
/
+3
*
avutil: rename lls to lls2
Michael Niedermayer
2013-11-17
1
-1
/
+1
*
ff_lpc_calc_coefs: assert that the type is levinson or cholesky
Michael Niedermayer
2013-07-09
1
-0
/
+1
*
avcodec/lpc: Use a function pointer from an initialized context
Michael Niedermayer
2013-06-30
1
-1
/
+1
*
Merge commit 'c93ccf5a4cca722b39f05e9f5660b4cb75bc1740'
Michael Niedermayer
2013-06-30
1
-17
/
+20
|
\
|
*
lpc: use levinson for the first pass of multipass cholesky
Loren Merritt
2013-06-29
1
-13
/
+16
*
|
Merge commit '502ab21af0ca68f76d6112722c46d2f35c004053'
Michael Niedermayer
2013-06-30
1
-1
/
+3
|
\
\
|
|
/
|
*
x86: lpc: simd av_update_lls
Loren Merritt
2013-06-29
1
-1
/
+3
*
|
Merge commit '41578f70cf8aec8e7565fba1ca7e07f3dc46c3d2'
Michael Niedermayer
2013-06-30
1
-2
/
+2
|
\
\
|
|
/
|
*
lpc: use function pointers, in preparation for asm
Loren Merritt
2013-06-29
1
-2
/
+2
*
|
Merge commit 'cc6714bb16b1f0716ba43701d47273dbe9657b8b'
Michael Niedermayer
2013-06-30
1
-1
/
+1
|
\
\
|
|
/
|
*
lpc: remove "decay" argument
Loren Merritt
2013-06-29
1
-1
/
+1
*
|
Merge commit '9d4da474f5f40b019cb4cb931c8499deee586174'
Michael Niedermayer
2013-03-01
1
-4
/
+4
|
\
\
|
|
/
|
*
lls: move to the private namespace
Luca Barbato
2013-02-28
1
-4
/
+4
*
|
Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8'
Michael Niedermayer
2012-10-30
1
-0
/
+12
|
\
\
|
|
/
|
*
lpc: Add a function for calculating reflection coefficients from samples
Martin Storsjö
2012-10-29
1
-0
/
+12
*
|
lpc: check that lpc_type is valid in ff_lpc_calc_coefs
Michael Niedermayer
2012-10-28
1
-1
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-08
1
-1
/
+1
|
\
\
|
|
/
|
*
x86: call most of the x86 dsp init functions under if (ARCH_X86)
Janne Grunau
2012-10-08
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-23
1
-8
/
+7
|
\
\
|
|
/
|
*
lpc: fix alignment of windowed samples for odd maximum LPC order
Justin Ruggles
2012-08-22
1
-8
/
+7
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-16
1
-0
/
+1
|
\
\
|
|
/
|
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
|
lpc: use default number of passes when lpc_passes is invalid
Michael Niedermayer
2012-07-06
1
-0
/
+3
*
|
lpc: use av_assert
Michael Niedermayer
2012-06-28
1
-2
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-07
1
-1
/
+1
|
\
\
|
|
/
|
*
doxygen: Do not include license boilerplates in Doxygen comment blocks.
Diego Biurrun
2012-02-06
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-22
1
-2
/
+3
|
\
\
|
|
/
|
*
Replace Subversion revisions in comments by Git hashes.
Diego Biurrun
2011-12-21
1
-2
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-14
1
-4
/
+2
|
\
\
|
|
/
|
*
doxygen: Make sure parameter names match between .c and .h files.
Diego Biurrun
2011-07-14
1
-4
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-04
1
-1
/
+1
|
\
\
|
|
/
|
*
doxygen: Fix parameter names to match the function prototypes.
Diego Biurrun
2011-07-03
1
-1
/
+1
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-11
1
-6
/
+6
|
\
\
|
|
/
|
*
lavc: move some flac-specific options to its private context.
Anton Khirnov
2011-05-10
1
-6
/
+6
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
*
cosmetics related to LPC changes.
Justin Ruggles
2011-01-21
1
-4
/
+5
|
*
Separate window function from autocorrelation.
Justin Ruggles
2011-01-21
1
-16
/
+41
|
*
Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
Justin Ruggles
2011-01-21
1
-3
/
+10
*
|
cosmetics related to LPC changes.
Justin Ruggles
2011-01-23
1
-4
/
+5
*
|
Separate window function from autocorrelation.
Justin Ruggles
2011-01-23
1
-16
/
+41
*
|
Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
Justin Ruggles
2011-01-23
1
-3
/
+10
|
/
*
Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.
Justin Ruggles
2010-07-11
1
-5
/
+7
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-1
/
+1
*
Move autocorrelation function from flacenc.c to lpc.c. Also rename the
Justin Ruggles
2009-10-17
1
-1
/
+63
*
lpc: Remove false positive compilation warning about weight being
Patrik Kullman
2009-02-13
1
-1
/
+1
*
Assert that ff_lpc_calc_coefs() is called with a valid LPC method.
Patrik Kullman
2009-02-13
1
-1
/
+1
*
lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().
Patrik Kullman
2009-02-13
1
-0
/
+5
*
Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...
Vitor Sessak
2008-09-04
1
-40
/
+8
*
Misc cosmetics in compute_lpc_coefs(): braces removal and empty lines
Vitor Sessak
2008-08-31
1
-6
/
+6
[next]