summaryrefslogtreecommitdiffstats
path: root/third_party/aom/av1/common/reconintra.c
Commit message (Collapse)AuthorAgeLines
* Update libaom to rev b25610052a1398032320008d69b51d2da94f5928trav902018-10-19-12/+7
|
* Update aom to v1.0.0trav902018-10-19-2373/+817
| | | | Update aom to commit id d14c5bb4f336ef1842046089849dee4a301fbbf0.
* Update aom to commit id e87fb2378f01103d5d6e477a4ef6892dc714e614trav902018-10-18-390/+320
|
* [aom] Fix win32 debug buildtrav902018-10-18-12/+12
| | | | | | | | | | Visual Studio 2015u3 fails to compile reconintra.c for win32 debug targets. It's confused by the #if conditional inside the assert macro expansion. The checks are obsolete upstream. Address the issue by duplicating the assert calls for each branch of the conditional.
* Update aom to commit id f5bdeac22930ff4c6b219be49c843db35970b918trav902018-10-18-460/+1055
|
* Update aom to slightly newer commit IDtrav902018-10-17-136/+345
|
* Import aom librarytrav902018-10-15-0/+2467
This is the reference implementation for the Alliance for Open Media's av1 video code. The commit used was 4d668d7feb1f8abd809d1bca0418570a7f142a36.