- 21 Apr, 2015 2 commits
-
-
Vadim Pisarevsky authored
-
Nisarg Thakkar authored
-
- 20 Apr, 2015 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 17 Apr, 2015 1 commit
-
-
Vadim Pisarevsky authored
-
- 16 Apr, 2015 3 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Ahmatnurov Dinar authored
-
- 15 Apr, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 14 Apr, 2015 2 commits
-
-
Alexander Alekhin authored
-
Ilya Lavrenov authored
-
- 10 Apr, 2015 5 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
kalistratovag authored
std::streams removed debug code removed whitespaces removed stdint.h added and trailing whitespaces removed trailing whitespaces removed warnings on windows fix warnings on windows fix pt 2 Refactoring performed: AviMjpegStream class introduced. CAP_PROP_FRAME_WIDTH and CAP_PROP_FRAME_HEIGHT properties support added. Windows warnings & uninitialized variable fix Windows warning fix Win32 warning fix
-
Maksim Shabunin authored
-
Vadim Pisarevsky authored
-
- 09 Apr, 2015 2 commits
-
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
- 08 Apr, 2015 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 07 Apr, 2015 8 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Maksim Shabunin authored
-
Vadim Pisarevsky authored
2. Algorithm::load/save added (moved from StatModel) 3. copyrights updated; added copyright/licensing info for ffmpeg 4. some warnings from Xcode 6.x are fixed
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
greensea authored
work_var_count and sample_count are both 32bit integer, if the product of work_var_count and sample_count is bigger than 2^31, the compiler will treat (work_var_count*sample_count) as a negative number. Force work_var_count as an unsigned 64bit integer to avoid this issue.
-
- 06 Apr, 2015 3 commits
-
-
Ying Xiong authored
-
Ying Xiong authored
-
Maksim Shabunin authored
-
- 05 Apr, 2015 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 04 Apr, 2015 4 commits
-
-
Ashod Nakashian authored
Jpeg2k color to greyscale conversion on non-Windows is done post decoding because system libjasper segfaults when decoding color images as greyscale.
-
Ashod Nakashian authored
-
Ashod Nakashian authored
-
Ashod Nakashian authored
On Windows, the tmpnam function returns a temp filename in the current directory, which has a prepended backslash '\\'. This subsequently fails the open function. This patch creates a proper temp filename in the temp folder and makes unlike work by opening the file as short-lived.
-
- 03 Apr, 2015 2 commits
-
-
Andrew Senin authored
-
Vadim Pisarevsky authored
-