index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
lls.c
Age
Commit message (
Expand
)
Author
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2009-08-10
Remove disabled code cruft.
Diego Biurrun
2009-03-20
Align test program output columns.
Diego Biurrun
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2008-08-07
Remove unused redefinition of av_log for test.
Benoit Fouet
2008-01-31
Fix the following using void* casts, proper casts are less readable and
Michael Niedermayer
2008-01-08
Remove unused variable variance.
Diego Biurrun
2007-11-23
main() --> main(void)
Diego Biurrun
2007-07-05
license header consistency cosmetics
Diego Biurrun
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-07-26
Fix FSF postal address.
Diego Biurrun
2006-07-15
calculate all coefficients for several orders during cholesky factorization, ...
Michael Niedermayer
2006-07-14
unneeded #include
Michael Niedermayer
2006-07-14
linear least squares solver using cholesky factorization
Michael Niedermayer