summaryrefslogtreecommitdiff
path: root/libavutil/lls.c
Commit message (Expand)AuthorAgeFilesLines
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-2/+3
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-1/+1
* Remove obsolete version.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-38/+0
|\
| * build: Split test programs off into separate filesDiego Biurrun2016-04-071-38/+0
* | Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'Derek Buitenhuis2016-04-211-1/+1
|\ \ | |/
| * testprogs: K&R formatting cosmeticsDiego Biurrun2016-03-241-1/+1
* | Merge commit '439929859ae0eb9542d3bb8a0c856bd5a1d1ec48'Derek Buitenhuis2016-04-211-1/+0
|\ \ | |/
| * testprogs: Clean up #includesDiego Biurrun2016-03-241-1/+0
* | Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039'Hendrik Leppkes2016-01-021-0/+2
|\ \ | |/
| * libavutil: move FFALIGN macro from common.h to macros.hJanne Grunau2015-12-141-0/+2
| * lavu: Drop deprecated private lls functionsVittorio Giovara2015-08-281-19/+0
* | avutil/lls: speed up performance of solve_llsGanesh Ajjanagadde2015-11-261-2/+2
* | avutil/lls: Make unchanged function arguments constMichael Niedermayer2014-09-281-2/+2
* | drop LLS1, rename LLS2 to LLSMichael Niedermayer2014-08-091-0/+160
* | avutil: rename lls to lls2Michael Niedermayer2013-11-171-179/+0
* | Merge commit '502ab21af0ca68f76d6112722c46d2f35c004053'Michael Niedermayer2013-06-301-3/+5
|\ \ | |/
| * x86: lpc: simd av_update_llsLoren Merritt2013-06-291-3/+5
* | Merge commit '41578f70cf8aec8e7565fba1ca7e07f3dc46c3d2'Michael Niedermayer2013-06-301-12/+14
|\ \ | |/
| * lpc: use function pointers, in preparation for asmLoren Merritt2013-06-291-12/+14
* | Merge commit 'cc6714bb16b1f0716ba43701d47273dbe9657b8b'Michael Niedermayer2013-06-301-4/+3
|\ \ | |/
| * lpc: remove "decay" argumentLoren Merritt2013-06-291-4/+3
* | Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'Michael Niedermayer2013-05-051-2/+3
|\ \ | |/
| * avutil: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-011-3/+3
|\ \ | |/
| * lls: Do not return from void functionsDiego Biurrun2013-03-011-3/+3
* | Merge commit '4da950c0ae224b9b8ef952dadf614be2c050023e'Michael Niedermayer2013-03-011-2/+3
|\ \ | |/
| * lls: #ifndef --> #if in FF_API_ version guardDiego Biurrun2013-03-011-2/+3
* | Merge commit '399663be9d4a839b894c48a21b62926eb8497d72'Michael Niedermayer2013-03-011-1/+1
|\ \ | |/
| * lls: mark max_order as unsigned shortLuca Barbato2013-02-281-1/+1
* | Merge commit '9d4da474f5f40b019cb4cb931c8499deee586174'Michael Niedermayer2013-03-011-8/+27
|\ \ | |/
| * lls: move to the private namespaceLuca Barbato2013-02-281-8/+27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-121-5/+8
|\ \ | |/
| * lls: use av_lfg instead of rand() in test programMans Rullgard2011-07-111-5/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-091-59/+74
|\ \ | |/
| * lls: whitespace cosmeticsMans Rullgard2011-07-081-59/+74
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Remove disabled code cruft.Diego Biurrun2009-08-101-10/+0
* Align test program output columns.Diego Biurrun2009-03-201-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Remove unused redefinition of av_log for test.Benoit Fouet2008-08-071-5/+1
* Fix the following using void* casts, proper casts are less readable andMichael Niedermayer2008-01-311-2/+2
* Remove unused variable variance.Diego Biurrun2008-01-081-1/+1
* main() --> main(void)Diego Biurrun2007-11-231-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Fix FSF postal address.Diego Biurrun2006-07-261-1/+1
* calculate all coefficients for several orders during cholesky factorization, ...Michael Niedermayer2006-07-151-28/+36
* unneeded #includeMichael Niedermayer2006-07-141-3/+0