summaryrefslogtreecommitdiffstats
path: root/libavutil/lls.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '4da950c0ae224b9b8ef952dadf614be2c050023e'Michael Niedermayer2013-03-011-2/+5
|\ | | | | | | | | | | | | * commit '4da950c0ae224b9b8ef952dadf614be2c050023e': lls: #ifndef --> #if in FF_API_ version guard Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lls: #ifndef --> #if in FF_API_ version guardDiego Biurrun2013-03-011-2/+5
| |
* | Merge commit '399663be9d4a839b894c48a21b62926eb8497d72'Michael Niedermayer2013-03-011-1/+1
|\ \ | |/ | | | | | | | | | | * commit '399663be9d4a839b894c48a21b62926eb8497d72': lls: mark max_order as unsigned short Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lls: mark max_order as unsigned shortLuca Barbato2013-02-281-1/+1
| | | | | | | | | | | | The value is within 0 and 32. Remove an `array subscript is below array bounds` warning.
* | Merge commit '9d4da474f5f40b019cb4cb931c8499deee586174'Michael Niedermayer2013-03-011-1/+7
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '9d4da474f5f40b019cb4cb931c8499deee586174': lls: move to the private namespace Conflicts: libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lls: move to the private namespaceLuca Barbato2013-02-281-1/+7
| | | | | | | | The functions are private.
* | Merge commit '7ac6d2423e9bf0f40c67be9a0ca7600b516b0282'Michael Niedermayer2013-03-011-3/+3
|\ \ | |/ | | | | | | | | | | * commit '7ac6d2423e9bf0f40c67be9a0ca7600b516b0282': lls: K&R formatting cosmetics Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lls: K&R formatting cosmeticsLuca Barbato2013-02-281-3/+3
| |
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/ | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-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 FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix FSF postal address.Diego Biurrun2006-07-261-1/+1
| | | | Originally committed as revision 5829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* calculate all coefficients for several orders during cholesky factorization, ↵Michael Niedermayer2006-07-151-3/+4
| | | | | | the resulting coefficients are not strictly optimal though as there is a small difference in the autocorrelation matrixes which is ignored for the smaller orders Originally committed as revision 5758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* linear least squares solver using cholesky factorizationMichael Niedermayer2006-07-141-0/+42
Originally committed as revision 5740 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud