Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doxygen: Do not include license boilerplates in Doxygen comment blocks. | Diego Biurrun | 2012-02-06 | 1 | -1/+1 |
| | |||||
* | Replace Subversion revisions in comments by Git hashes. | Diego Biurrun | 2011-12-21 | 1 | -2/+3 |
| | |||||
* | doxygen: Make sure parameter names match between .c and .h files. | Diego Biurrun | 2011-07-14 | 1 | -4/+2 |
| | |||||
* | doxygen: Fix parameter names to match the function prototypes. | Diego Biurrun | 2011-07-03 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | cosmetics related to LPC changes. | Justin Ruggles | 2011-01-21 | 1 | -4/+5 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Separate window function from autocorrelation. | Justin Ruggles | 2011-01-21 | 1 | -16/+41 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. | Justin Ruggles | 2011-01-21 | 1 | -3/+10 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields. | Justin Ruggles | 2010-07-11 | 1 | -5/+7 |
| | | | | | | | Add AVLPCType enum. Deprecate AVCodecContext.use_lpc. Originally committed as revision 24199 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
| | | | | Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Move autocorrelation function from flacenc.c to lpc.c. Also rename the | Justin Ruggles | 2009-10-17 | 1 | -1/+63 |
| | | | | | | | | corresponding dsputil functions and remove their dependency on the FLAC encoder. Fixes Issue1486. Originally committed as revision 20266 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | lpc: Remove false positive compilation warning about weight being | Patrik Kullman | 2009-02-13 | 1 | -1/+1 |
| | | | | | | uninitialized. Patch by Patrik Kullman (patrik A yes D nu). Originally committed as revision 17218 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Assert that ff_lpc_calc_coefs() is called with a valid LPC method. | Patrik Kullman | 2009-02-13 | 1 | -1/+1 |
| | | | | | | Patch by Patrik Kullman (patrik A yes D nu). Originally committed as revision 17217 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | lpc: Document the use_lpc parameter to ff_lpc_calc_coefs(). | Patrik Kullman | 2009-02-13 | 1 | -0/+5 |
| | | | | | | Patch by Patrik Kullman (patrik A yes D nu). Originally committed as revision 17216 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC ↵ | Vitor Sessak | 2008-09-04 | 1 | -40/+8 |
| | | | | | | decoders. Originally committed as revision 15193 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Misc cosmetics in compute_lpc_coefs(): braces removal and empty lines | Vitor Sessak | 2008-08-31 | 1 | -6/+6 |
| | | | | Originally committed as revision 15093 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Remove useless var in compute_lpc_coefs() | Vitor Sessak | 2008-08-31 | 1 | -3/+2 |
| | | | | Originally committed as revision 15091 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Merge declaration and initialization of a few vars in compute_lpc_coefs() | Vitor Sessak | 2008-08-31 | 1 | -5/+3 |
| | | | | Originally committed as revision 15088 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Remove useless zeroing of a buffer | Vitor Sessak | 2008-08-29 | 1 | -1/+0 |
| | | | | Originally committed as revision 15038 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | cosmetics: Fix incorrect indentation. | Diego Biurrun | 2008-08-21 | 1 | -32/+32 |
| | | | | Originally committed as revision 14878 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | update my email address to one which does not depend on my service provider | Justin Ruggles | 2008-08-16 | 1 | -1/+1 |
| | | | | Originally committed as revision 14797 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | use range of lpc orders in ORDER_METHOD_EST | Justin Ruggles | 2008-08-16 | 1 | -4/+4 |
| | | | | Originally committed as revision 14796 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | cosmetics: adjust line breaks and vertical alignment | Justin Ruggles | 2008-08-16 | 1 | -3/+4 |
| | | | | Originally committed as revision 14795 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | use limited range of lpc orders when quantizing coefficients | Justin Ruggles | 2008-08-16 | 1 | -2/+2 |
| | | | | Originally committed as revision 14794 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | lpc: cosmetics: vertically align declarations and definitions. | Ramiro Polla | 2008-08-16 | 1 | -3/+3 |
| | | | | Originally committed as revision 14792 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files. | Ramiro Polla | 2008-08-16 | 1 | -0/+204 |
Originally committed as revision 14790 to svn://svn.ffmpeg.org/ffmpeg/trunk |