summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-06-30Merge commit '502ab21af0ca68f76d6112722c46d2f35c004053'Michael Niedermayer8-11/+257
2013-06-30Merge commit '41578f70cf8aec8e7565fba1ca7e07f3dc46c3d2'Michael Niedermayer5-18/+31
2013-06-30Merge commit 'cc6714bb16b1f0716ba43701d47273dbe9657b8b'Michael Niedermayer3-6/+5
2013-06-29x86: lpc: simd av_update_llsLoren Merritt6-7/+253
2013-06-29lpc: use function pointers, in preparation for asmLoren Merritt3-16/+29
2013-06-29lpc: remove "decay" argumentLoren Merritt3-6/+5
2013-05-05Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'Michael Niedermayer9-11/+20
2013-05-04avutil: Add av_cold attributes to init functions missing themDiego Biurrun9-11/+20
2013-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-3/+3
2013-03-01Merge commit '4da950c0ae224b9b8ef952dadf614be2c050023e'Michael Niedermayer2-4/+8
2013-03-01Merge commit '399663be9d4a839b894c48a21b62926eb8497d72'Michael Niedermayer2-2/+2
2013-03-01Merge commit '9d4da474f5f40b019cb4cb931c8499deee586174'Michael Niedermayer4-13/+42
2013-03-01lls: Do not return from void functionsDiego Biurrun1-3/+3
2013-03-01lls: #ifndef --> #if in FF_API_ version guardDiego Biurrun2-4/+8
2013-02-28lls: mark max_order as unsigned shortLuca Barbato2-2/+2
2013-02-28lls: move to the private namespaceLuca Barbato4-13/+42
2011-07-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer59-1530/+1563
2011-07-11lls: use av_lfg instead of rand() in test programMans Rullgard1-5/+8
2011-07-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer23-755/+947
2011-07-08lls: whitespace cosmeticsMans Rullgard1-59/+74
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-08-10Remove disabled code cruft.Diego Biurrun1-10/+0
2009-03-20Align test program output columns.Diego Biurrun2-3/+3
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2008-08-07Remove unused redefinition of av_log for test.Benoit Fouet1-5/+1
2008-01-31Fix the following using void* casts, proper casts are less readable andMichael Niedermayer1-2/+2
2008-01-08Remove unused variable variance.Diego Biurrun1-1/+1
2007-11-23main() --> main(void)Diego Biurrun15-15/+15
2007-07-05license header consistency cosmeticsDiego Biurrun133-142/+45
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-07-26Fix FSF postal address.Diego Biurrun7-7/+7
2006-07-15calculate all coefficients for several orders during cholesky factorization, ...Michael Niedermayer3-40/+55
2006-07-14unneeded #includeMichael Niedermayer1-3/+0
2006-07-14linear least squares solver using cholesky factorizationMichael Niedermayer3-0/+187