Alexander Alekhin
|
b35fbff675
|
videoio: added '.getBackendName()' method
|
6 years ago |
Maksim Shabunin
|
e0603bb45f
|
Fixed several issues found by static analysis tools
|
7 years ago |
Alexander Alekhin
|
cd9e43704e
|
videoio: backends priority list
|
7 years ago |
Alexander Alekhin
|
6b581c4e51
|
build: unreachable code after CV_Error() (part 2)
|
7 years ago |
Alexander Alekhin
|
8f0669c300
|
videoio: apply CV_OVERRIDE/CV_FINAL
|
7 years ago |
Alexander Nesterov
|
df8f61877e
|
Added avi-container with tests
|
7 years ago |
luz.paz
|
d05714995c
|
Misc. modules/ cont. pt2
Found via `codespell`
|
7 years ago |
Maksim Shabunin
|
32d4af36e2
|
Fixing some static analysis issues
|
8 years ago |
Matthias Grundmann
|
0e64e68d31
|
Update cap_mjpeg_encoder.cpp
Avoid shifting by 32bits; undefined behavior according to c - standard
|
8 years ago |
ionut
|
a41d877fe6
|
Change the value of bit/pixel from channels to 8*channels because videos encoded
by cap_mjpeg_encoder.cpp don't play on windows media player.
Issue number #8113
|
8 years ago |
kalistratovag
|
e2fe0ca835
|
Removing deadcode blocks, redudant variable & initializing all vars in constructor
Adding &31 to bit shift in order to silince coverity BAD_SHIFT defect
add default_stripes_count const
|
10 years ago |
kalistratovag
|
65e0387aa5
|
Implementing parallel mjpeg encoder.
Fixed errors in parallel_for based on pthreads
Fixing compiler errore & removing whitespaces
Fixing prallel_for_pthreads error and warnings on win
|
10 years ago |
Dikay900
|
7ca0557b40
|
typos in comments
|
10 years ago |
Vadim Pisarevsky
|
d825b7ee9a
|
fixed mjpeg encoder so that libjpeg-based decoder does not complain on extra bytes in the end of stream
|
10 years ago |
Vadim Pisarevsky
|
602d2c33c0
|
added video writer quality, which user may change dynamically in the case of motion jpeg; enabled NEON intrinsics in the encoder
|
10 years ago |
Vadim Pisarevsky
|
8d1232cc7a
|
fixed warnings; transpose qtab to make it compatible with neon branch
|
10 years ago |
Vadim Pisarevsky
|
3df6b6fdcf
|
added self-contained motion jpeg encoder (filename should end with .avi; fourcc should be "MJPG"
|
10 years ago |