summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove references to deprecated NumPy type aliasesJerome Jiang2022-12-214-6/+6
* tools/*.py: update to python3James Zern2022-05-234-21/+23
* add some missing realloc checksJames Zern2022-05-061-0/+4
* clear -Wextra-semi/-Wextra-semi-stmt warningsJames Zern2021-12-021-13/+17
* update tools/cpplint.pyJames Zern2021-11-031-977/+2465
* tools/lint-hunks.py: skip third_party filesJames Zern2020-06-181-0/+2
* Add missing Copyright to python filesangiebird2020-03-169-7/+81
* trivial: fix spelling errorsJohann2020-01-101-1/+1
* remove clang flag for integer sanitizer testingHien Ho2019-10-241-11/+0
* Fix python3 format issueJerome Jiang2019-09-273-5/+5
* Add Search Smooth Models[Adapt/Fix]Dan Zhu2019-08-221-0/+213
* Add Anandan modelDan Zhu2019-08-221-0/+185
* Fix some bugs of python codeDan Zhu2019-08-224-48/+161
* Change the child classes methods names to align with parent'sDan Zhu2019-07-233-11/+13
* Add Horn & Schunck EstimatorDan Zhu2019-07-232-6/+215
* Add Exhaust Search (Neighbor Constrain) EstimatorDan Zhu2019-07-231-0/+132
* Add Ground Truth EstimatorDan Zhu2019-07-231-0/+36
* Based Class of Motion Field EstimatorsDan Zhu2019-07-232-0/+150
* add flags for empty blocksDan Zhu2019-06-281-1/+9
* script to compact frames to y4m videoDan Zhu2019-06-241-0/+76
* add output of frame infoDan Zhu2019-06-243-2/+33
* Add Ray TracingDan Zhu2019-06-248-97/+324
* Add Scene module to manage other objectsDan Zhu2019-06-216-125/+260
* 3D reconstruction tool build by ProcessingDan Zhu2019-06-146-0/+444
* Fix static analysis warningskyslov2019-04-111-0/+2
* Print mv_mode countsAngie Chiang2019-04-091-0/+6
* tiny_ssim: Fix an 'Uninitialized argument value' bugsdeng2019-04-061-2/+1
* tiny_ssim: Fix an 'Uninitialized argument value' bugsdeng2019-04-051-26/+23
* tool/set_analyzer_env: disable implicit-integer-truncationJames Zern2019-04-011-0/+11
* set_analyzer_env.sh: improve cfi diagnosticsJames Zern2019-03-141-3/+3
* Include mv_mode_arr info in dump_tpl_statsAngie Chiang2019-03-051-8/+18
* Include gf_frame_offset in dump_tpl_statsAngie Chiang2019-03-051-3/+6
* Refactor dump_tpl_statsAngie Chiang2019-03-051-9/+6
* tiny_ssim.c: resolve missing declarationsJohann2018-12-201-263/+9
* No need to shift in SSIM calculationssdeng2018-12-181-8/+7
* Disallow the comparison between videos with different bit depthsdeng2018-12-171-0/+9
* Remove unused code in tiny_ssimsdeng2018-12-141-31/+7
* Fix overflow in calculating highbd SSIMsdeng2018-12-051-7/+7
* Fix scan_build warnings in tiny_ssim.cAngie Chiang2018-11-211-1/+10
* Fix scan_build warnings in tiny_ssim.cAngie Chiang2018-11-191-0/+12
* Minor clean-up in tiny_ssim.cJingning Han2018-10-021-2/+2
* Merge changes I93308a09,If85c36b4,I918eb36aAngie Chiang2018-09-281-1/+1
|\
| * Change mv color to redAngie Chiang2018-09-261-1/+1
* | add cfi sanitizerJohann2018-09-261-1/+12
|/
* Use different corner detection scoreAngie Chiang2018-09-201-14/+20
* Merge changes Ibbe7a1c1,I4333a207Angie Chiang2018-09-201-4/+18
|\
| * Add feature score for each blockAngie Chiang2018-09-191-3/+14
| * Correct mv rows/cols bug in read_frame_dpl_statsAngie Chiang2018-09-191-1/+4
* | fix a bug of tiny_ssim to handle odd frame sizesLiu Peng2018-09-141-3/+3
* | fix a bug of tiny_ssim when the bit depth is 8Liu Peng2018-09-141-1/+1
|/