Alexander Alekhin
cb5bc1832b
ffmpeg: update 3.3.4
2017-10-09 13:42:09 +03:00
Alexander Alekhin
359bd21bd7
ffmpeg: update 3.3.2
...
- ffmpeg 3.3 -> 3.3.2
- added VERSIONINFO
2017-07-04 18:49:30 +03:00
Alexander Alekhin
a8a1838615
update FFmpeg Windows wrapper
...
ffmpeg 3.2.1 -> 3.3
libvpx 1.6.0 -> 1.6.1
2017-04-18 22:12:34 +03:00
Alexander Alekhin
a7de4aca6a
cmake: update ocv_download
...
- more aggressive cache for files under CMAKE_BINARY_CACHE
* don't re-read files MD5
* don't repack archives
- add support for ENV{OPENCV_DOWNLOAD_PATH}
- added ID parameter as project/group identifier
- non-flat .cache directory (based on ID)
- download message prefix based on ID
- more detailed logging via ocv_download_log() macro
- force .gitignore file for .cache folder (with '*' pattern)
2017-03-30 19:36:33 +00:00
Maksim Shabunin
e72d353b45
Download cache
2017-03-24 16:19:56 +03:00
Alexander Alekhin
39ca6a0137
ffmpeg: update Windows binaries
...
Versions:
- ffmpeg 3.2.1 (was 3.1.3)
- openh264 1.6.0 (was 1.5.0)
- libvpx 1.6.0 (was 1.5.0)
2016-12-02 15:47:15 +03:00
Alexander Alekhin
49194023b5
ffmpeg: remove compatibility glue code
2016-12-02 14:18:40 +03:00
Alexander Alekhin
39ff8a0d26
cmake: cleanup ffmpeg detection
2016-12-01 19:33:27 +03:00
Alexander Alekhin
186f6977bc
ffmpeg: update Windows binaries (ffmpeg 3.1.3)
2016-09-08 19:54:02 +03:00
Vadim Pisarevsky
6b09ada5d4
Merge pull request #6899 from alalek:ffmpeg_update
2016-07-21 07:31:11 +00:00
Alexander Alekhin
99b0845cd5
ffmpeg windows wrapper 2.7.1=>3.1.1, openh264 1.4.0=>1.5.0, vpx 1.5.0
2016-07-15 16:31:57 +03:00
Alexander Alekhin
ddc0b42bc3
migration: github.com/opencv/opencv
2016-07-12 12:51:12 +03:00
Alexander Alekhin
56ad207d37
update ffmpeg wrapper binaries
...
Scripts are updated for Linux-based (Ubuntu 14.04) mingw cross-compilation (full stack of scripts provided)
Part of these scripts may work under Windows installation of MinGW, but it is not supported.
FFMPEG update: 2.7.1
Added OpenH264 Cisco binaries support for H264 encoding: v1.4.0
2015-07-03 19:13:15 +03:00
Vadim Pisarevsky
2b2e3ee93c
make sure opencv builds fine with the recent versions of libav (e.g. from Ubuntu 14.10)
2015-04-22 21:57:29 +03:00
Vadim Pisarevsky
052593c760
1. Input/OutputArray optimizations;
...
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
2015-04-07 16:44:26 +03:00
Alexander Karsakov
83cefcb92a
FFmpeg 2.0.2 32-bit builded with mingw (4.6.1) with following additional options: --enable-w32threads --disable-iconv --cpu=i686 (workaroud for http://trac.ffmpeg.org/ticket/2363 )
2013-11-18 13:56:02 +04:00
Roman Donchenko
d3af86c0ea
Added the missing setting of HAVE_FFMPEG to true on Windows.
...
While the FFmpeg video IO backend gets compiled even without it,
the tests (for both FFmpeg and video IO) don't. This should fix
that.
2013-10-25 14:22:07 +04:00
Roman Donchenko
5e24376ad7
Updated ffmpeg_vesion.cmake after #1516 .
2013-10-18 12:23:56 +04:00
Alexander Karsakov
cee308312a
Updated build of ffmpeg library (v 2.0.2). Builded with mingw (gcc 4.6.1) with
...
folowing additional options: --enable-w32threads, --arch=i686 (for 32-bit
library, workaround for http://trac.ffmpeg.org/ticket/2363 )
2013-10-17 12:29:00 +04:00
Roman Donchenko
e9a28f66ee
Normalized file endings.
2013-08-21 18:59:25 +04:00
Roman Donchenko
f55740da70
Deleted all trailing whitespace.
2013-08-21 18:59:24 +04:00
Roman Donchenko
eb8d9730cb
Removed unused NEW_FFMPEG macro.
2013-07-11 12:55:34 +04:00
OpenCV Buildbot
e6dd4e840d
Update FFMPEG wrapper binaries
2013-02-22 16:56:01 +04:00
OpenCV Buildbot
50d3e565c5
Update FFMPEG wrapper binaries
2013-02-14 18:39:24 +04:00
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
2012-10-17 15:32:23 +04:00
OpenCV Buildbot
87f282eed2
update FFMPEG wrapper binaries
2012-09-19 16:49:39 +04:00
OpenCV Buildbot
1a2bbfafba
update FFMPEG wrapper binaries
2012-08-31 14:36:22 +04:00
OpenCV Buildbot
ee2bebf5f7
update FFMPEG wrapper binaries
2012-08-29 18:59:21 +04:00
OpenCV Buildbot
8f41f592d7
update FFMPEG wrapper binaries
2012-07-26 19:11:14 +04:00
Alexander Shishkov
76a644372f
update FFMPEG wrapper binaries
2012-07-02 12:49:18 +00:00
Alexander Shishkov
bee982b492
update FFMPEG wrapper binaries
2012-06-07 17:25:39 +00:00
Alexander Shishkov
f5c7a73143
update FFMPEG wrapper binaries
2012-06-05 14:00:47 +00:00
Andrey Kamaev
3a1f85d4e8
Remerged the 2.4.0 branch
2012-05-02 20:20:14 +00:00
Vladislav Vinogradov
f4b4665940
added VideoReader_GPU
2012-04-18 11:18:25 +00:00
Vladislav Vinogradov
70909738f4
added support of different surface formats to VideoWriter_GPU
...
added key frame handling to ffmpeg wrappers
2012-04-17 11:08:08 +00:00
Vladislav Vinogradov
2bfaf540a1
added VideoWriter_GPU
2012-04-17 07:12:16 +00:00
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
2012-04-13 21:50:59 +00:00
Alexander Shishkov
bf00eba093
update FFMPEG wrapper binaries
2012-04-09 20:17:58 +00:00
Alexander Shishkov
bf250b6fed
update FFMPEG wrapper binaries
2012-04-09 15:39:02 +00:00
Alexander Shishkov
63a3211314
update FFMPEG wrapper binaries
2012-04-09 15:18:07 +00:00
Alexander Shishkov
302ececf6b
update FFMPEG wrapper binaries
2012-04-09 13:37:13 +00:00
Alexander Shishkov
445537fb53
update FFMPEG wrapper binaries
2012-03-31 15:28:51 +00:00
Alexander Shishkov
51fa895fca
update FFMPEG wrapper binaries
2012-03-30 14:31:20 +00:00
Alexander Shishkov
98d7b10c16
update FFMPEG wrapper binaries
2012-03-26 13:51:56 +00:00
Alexander Shishkov
5ebc183720
update FFMPEG wrapper binaries
2012-03-23 10:53:49 +00:00
Alexander Shishkov
cf9a822aba
update FFMPEG wrapper binaries
2012-03-15 20:40:07 +00:00
Alexander Shishkov
cfe4317efa
update FFMPEG wrapper binaries
2012-03-15 20:31:35 +00:00
Alexander Shishkov
8fcd060dec
update FFMPEG wrapper binaries
2012-03-15 14:45:14 +00:00
Alexander Shishkov
6300215b94
update FFMPEG wrapper binaries
2012-03-15 14:28:29 +00:00
Alexander Shishkov
7b6af8f429
update FFMPEG wrapper
2012-03-15 14:17:12 +00:00