Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -1/+1 |
| | |||||
* | lavc: move some flac-specific options to its private context. | Anton Khirnov | 2011-05-10 | 1 | -3/+14 |
| | |||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Separate window function from autocorrelation. | Justin Ruggles | 2011-01-21 | 1 | -3/+28 |
| | | | | 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/+21 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields. | Justin Ruggles | 2010-07-11 | 1 | -1/+2 |
| | | | | | | | 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 some prototypes from dsputil.c to reasonable header files | Måns Rullgård | 2010-03-06 | 1 | -0/+3 |
| | | | | Originally committed as revision 22260 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Cosmetics: s/LPC_type/LPC_TYPE/ | Vitor Sessak | 2008-09-04 | 1 | -9/+9 |
| | | | | Originally committed as revision 15202 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 | -0/+54 |
| | | | | | | decoders. Originally committed as revision 15193 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
| | | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add missing header includes to fix 'make checkheaders'. | Diego Biurrun | 2008-08-17 | 1 | -1/+2 |
| | | | | Originally committed as revision 14817 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 | ||||
* | 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 | -1/+1 |
| | | | | 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 | -5/+5 |
| | | | | 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/+46 |
Originally committed as revision 14790 to svn://svn.ffmpeg.org/ffmpeg/trunk |