.. |
files_Qt
|
Stripped iCCP chunk from png files
|
10 years ago |
agile_wrl.h
|
Add support for WinRT in the MF capture framework by removing the disallowed calls to enumerate devices and create a sample grabber sink and adding framework for the MediaCapture interface and a custom sink which interfaces with the sample grabber callback interface. The change requires discussion for making it completely functional as redundancy is required given that if the source is a video file, the old code pathways must be used. Otherwise all IMFMediaSession, IMFMediaSource, and IMFActivate code must use a MediaCapture code path and all sink code must use the CMediaSink custom sink.
|
10 years ago |
bitstrm.cpp
|
Normalize line endings and whitespace
|
12 years ago |
bitstrm.hpp
|
deleted extra semicolons
|
11 years ago |
cap.cpp
|
repaired gstreamer camera capture:
|
9 years ago |
cap_android.cpp
|
Multiple fixes in camera.
|
11 years ago |
cap_avfoundation.mm
|
Fix compilation problems with XCode 7.1.1 and cmake 3.3.2
|
9 years ago |
cap_avfoundation_mac.mm
|
Merge pull request #7854 from alalek:backports_2016
|
8 years ago |
cap_cmu.cpp
|
Normalize line endings and whitespace
|
12 years ago |
cap_dc1394.cpp
|
Merge pull request #7854 from alalek:backports_2016
|
8 years ago |
cap_dc1394_v2.cpp
|
fix wrong property name and corresponding documentation
|
10 years ago |
cap_dshow.cpp
|
Changes to be committed:
|
10 years ago |
cap_ffmpeg.cpp
|
Another FFmpeg fix from master.
|
11 years ago |
cap_ffmpeg_api.hpp
|
Normalized file endings.
|
11 years ago |
cap_ffmpeg_impl.hpp
|
cmake: cleanup ffmpeg detection
|
8 years ago |
cap_giganetix.cpp
|
fixed a syntax error in cap_giganetix.cpp
|
11 years ago |
cap_gstreamer.cpp
|
added some property setting and getting
|
9 years ago |
cap_images.cpp
|
return false in grabFrame failed in open method
|
9 years ago |
cap_intelperc.cpp
|
Remove TBB ifdef form code
|
11 years ago |
cap_ios_abstract_camera.mm
|
Revert support for audio
|
10 years ago |
cap_ios_photo_camera.mm
|
fixed Kirill's comments
|
12 years ago |
cap_ios_video_camera.mm
|
Revert support for audio
|
10 years ago |
cap_libv4l.cpp
|
migration: github.com/opencv/opencv
|
8 years ago |
cap_mil.cpp
|
Normalize line endings and whitespace
|
12 years ago |
cap_msmf.cpp
|
Remove ATL dependency from MSMF capture code
|
10 years ago |
cap_msmf.hpp
|
cap_msmf.hpp: fix a warning about nNull being unused
|
10 years ago |
cap_openni.cpp
|
fixed some warnings
|
11 years ago |
cap_pvapi.cpp
|
Changes to be committed:
|
10 years ago |
cap_qt.cpp
|
Normalize line endings and whitespace
|
12 years ago |
cap_qtkit.mm
|
MacOSX / QTKit capture: trying to fix invalid timer call
|
9 years ago |
cap_tyzx.cpp
|
typos
|
11 years ago |
cap_unicap.cpp
|
Normalize line endings and whitespace
|
12 years ago |
cap_v4l.cpp
|
Fixed several GCC 5.x warnings
|
8 years ago |
cap_vfw.cpp
|
Fix for issue #3645 (http://code.opencv.org/issues/3645).
|
11 years ago |
cap_ximea.cpp
|
Ximea camera fix (see issue #4235)
|
10 years ago |
cap_xine.cpp
|
Normalize line endings and whitespace
|
12 years ago |
ffmpeg_codecs.hpp
|
get code to compile on Ubuntu Saucy
|
10 years ago |
grfmt_base.cpp
|
Improve error reporting of JPEG image encoder
|
12 years ago |
grfmt_base.hpp
|
Improve error reporting of JPEG image encoder
|
12 years ago |
grfmt_bmp.cpp
|
Normalized file endings.
|
11 years ago |
grfmt_bmp.hpp
|
Normalize line endings and whitespace
|
12 years ago |
grfmt_exr.cpp
|
Fix OS X build warnings
|
12 years ago |
grfmt_exr.hpp
|
Fix OS X build warnings
|
12 years ago |
grfmt_imageio.cpp
|
Normalize line endings and whitespace
|
12 years ago |
grfmt_imageio.hpp
|
Normalize line endings and whitespace
|
12 years ago |
grfmt_jpeg.cpp
|
Fix build warnings from gcc 4.8
|
12 years ago |
grfmt_jpeg.hpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
grfmt_jpeg2000.cpp
|
Merge pull request #7854 from alalek:backports_2016
|
8 years ago |
grfmt_jpeg2000.hpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
grfmt_png.cpp
|
Restore 2.4 source branch for bug fix 6317.
|
9 years ago |
grfmt_png.hpp
|
Normalize line endings and whitespace
|
12 years ago |
grfmt_pxm.cpp
|
Normalize line endings and whitespace
|
12 years ago |
grfmt_pxm.hpp
|
Normalize line endings and whitespace
|
12 years ago |
grfmt_sunras.cpp
|
updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings
|
15 years ago |
grfmt_sunras.hpp
|
Normalize line endings and whitespace
|
12 years ago |
grfmt_tiff.cpp
|
Merge pull request #5357 from fxtentacle:ha-2.4.11
|
9 years ago |
grfmt_tiff.hpp
|
Added writing of compressed tiffs using libtiff library (patch #1080, thanks to Pieter-Jan Busschaert)
|
14 years ago |
grfmts.hpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
ios_conversions.mm
|
Fixed iOS framework compilation warnings
|
10 years ago |
loadsave.cpp
|
fix bug with invalid signature size (should not be less than signatureLength())
|
11 years ago |
ppltasks_winrt.h
|
Add support for WinRT in the MF capture framework by removing the disallowed calls to enumerate devices and create a sample grabber sink and adding framework for the MediaCapture interface and a custom sink which interfaces with the sample grabber callback interface. The change requires discussion for making it completely functional as redundancy is required given that if the source is a video file, the old code pathways must be used. Otherwise all IMFMediaSession, IMFMediaSource, and IMFActivate code must use a MediaCapture code path and all sink code must use the CMediaSink custom sink.
|
10 years ago |
precomp.hpp
|
Fixed MinGW build by declaring the minimal required Windows version.
|
11 years ago |
utils.cpp
|
added 16-bit support to TiffEncoder (restore after #4919)
|
14 years ago |
utils.hpp
|
Normalize line endings and whitespace
|
12 years ago |
window.cpp
|
highgui: Support to change trackbar count in setTrackbarPos and replaced deprecated CreateToolbarEx in Windows.
|
10 years ago |
window_QT.cpp
|
Fix a bug that impede to set the trackbar pos using the Qt control panel
|
10 years ago |
window_QT.h
|
Fix image saving from QT toolbar
|
12 years ago |
window_QT.qrc
|
QT new functions:
|
15 years ago |
window_carbon.cpp
|
fixing setting the locale back to what should be expected
|
10 years ago |
window_cocoa.mm
|
highgui: Support to change trackbar count in setTrackbarPos and replaced deprecated CreateToolbarEx in Windows.
|
10 years ago |
window_gtk.cpp
|
highgui: g_thread_create deprecated warning
|
8 years ago |
window_w32.cpp
|
highgui: Support to change trackbar count in setTrackbarPos and replaced deprecated CreateToolbarEx in Windows.
|
10 years ago |