27 Commits (7f4a1bcac781298ebea4a7bf24c6413d073814cc)

Author SHA1 Message Date
Alexander Alekhin c09b6000c6 ffmpeg: compatibility guard for interrupt callback feature 9 years ago
Peter Rekdal Sunde da48061910 Add interrupt callback with default timeout of 30s. Fixes #5730. 9 years ago
Alexander Alekhin 285eb0a539 videoio ffmpeg: fix buffer allocation for unaligned frame sizes 9 years ago
grundman f609ddba05 Fix incorrect FPS value returned by cap.get(CV_CAP_PROP_FPS) 9 years ago
Pierre Letessier baa21484a1 Added CV_CAP_PROP_SAR properties to videoio module 9 years ago
Alexander Stohr 7e3d7677ae not only print file-not-found as a warning but also print the name of the problematic file and the uri used for the open attempt 9 years ago
Sergiu Dotenco 9da4fe4b02 videoio: fixed segmentation fault at frame size change 9 years ago
Alexander Alekhin 4760d32937 ffmpeg: fix invalid NULL pointer access 9 years ago
Alexander Alekhin 50a0a167f0 fix ffmpeg frame creation (fix #5439) 9 years ago
jisli f88e9a748a update ffmpeg support 9 years ago
Dikay900 902e381264 fix one dict parameter in ffmpeg implementation (introduced while porting) 10 years ago
Alexander Alekhin 3f2666778a videoio: fix some issues in ffmpeg error processing 10 years ago
Alexander Alekhin 959d575292 videoio: update ffmpeg backend 10 years ago
Alexander Alekhin 1f3043f618 videoio: VideoWriter H264/.mp4 support via ffmpeg/libav 10 years ago
Ilya Lavrenov efa2baed83 TCP instead of UDP 10 years ago
jormansa 3c2e12a744 bug fixed 10 years ago
Vadim Pisarevsky 30912b49f3 fixed compile warnings; hopefully fixed test failures 10 years ago
Vadim Pisarevsky 2b2e3ee93c make sure opencv builds fine with the recent versions of libav (e.g. from Ubuntu 14.10) 10 years ago
Roman Donchenko 34ad2e0fa4 Fix a memory leak in CvCapture_FFMPEG::close 10 years ago
hahne 1af4521239 fix for issue 1915 10 years ago
Adam Borowski 7b0d1c932e Get rid of sysctl includes on Linux. 10 years ago
Artur Wieczorek 854a722c70 Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods. 10 years ago
Manfred Georg 8d95c91805 set ffmpeg mutex to NULL on destruction. 10 years ago
vbystricky d58f736935 Split highgui module to videoio and highgui 11 years ago
Ilya Lavrenov 6b9ebcbf3d deleted extra semicolons 11 years ago
Roman Donchenko 3b7acf2657 Fix building with FFmpeg 0.8. 11 years ago
Roman Donchenko 9b92545ce6 War on Whitespace, master edition: trailing spaces. 11 years ago
Roman Donchenko 3c137f7a04 Converted tabs to spaces. 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
Alexander Smorkalov 9af2c1661a Restricted Win32 API was fixed in Highgui and some 3rd party libs. Patch 11 years ago
StevenPuttemans d11746e56d Added fix mentioned in bug #3206 11 years ago
Alexander Smorkalov 37b67fa50d Fix compiler error due to missing pthread header (Issue #2953) 12 years ago
Andrey Kamaev eb3c9ed1ab Fix ffmpeg wrapper compatibility with libavcodec > 53.25.0 12 years ago
Andrey Kamaev 14d27112e9 Fix build of ffmpeg wrapper with some versions of avutil 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Charles Otto c02f94392b Add version checks to previous modifications to ffmpeg_cap_impl.hpp 12 years ago
Charles Otto 52137ceed0 Allow encoding with libx264 via ffmpeg to work 12 years ago
gferry e3803f9985 fix for OpenCV issue #2815 12 years ago
Andrey Kamaev ac389507a0 Fix warnings from ffmpeg wrapper 12 years ago
Ilya Lavrenov 5512f91d08 removed libstdc++ dependency 12 years ago
Andrey Kamaev 2ed6bc8aaf Revert ffmpeg related changes from "thread-safe VideoWriter and VideoCapture" 12 years ago
Ilya Lavrenov 4abf0b3193 thread-safe VideoWriter and VideoCapture 12 years ago
Vadim Pisarevsky 4e07561141 fixed possible compile error in cap_ffmpeg_impl.hpp (bug #2365) 12 years ago
Vadim Pisarevsky 2367a195c5 probably fixed compile error on MacOSX 10.6 12 years ago
Vadim Pisarevsky 633a8bfacc fixed many warnings (modified pull request 13) 12 years ago
Andrey Kamaev d4df1e0b5c Merged the trunk r8887, r8891, r8314 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Andrey Kamaev 059b79f7c2 Merged the trunk r8542:8544 13 years ago
Vadim Pisarevsky 677680d82d reverted the original VideoCapture::read() code; moved frame index check to where it should belong: ffmpeg wrapper; applied patch by Rob Reilink (ticket #1971) 13 years ago