commit b8f34f964f5d4c0ca475011d31b689907450f0ef Author: Simon A. Eugster Date: Tue Apr 9 20:56:57 2013 +0200 ffmpeg: -qscale 1 instead of 0. -qscale 0 lead to an error message in some cases (versions?). commit 9a1021c8dd7e4fe39f1ee8358ed62eb8795d06d6 Author: Simon A. Eugster Date: Sun Mar 24 13:59:55 2013 +0100 Windows: Note about downloading ffmpeg.exe commit f0265af6ca06f83b985c8aa1ccee11de52654ccd Author: Simon A. Eugster Date: Fri Mar 15 21:59:32 2013 +0100 DCMAKE_INSTALL_PREFIX note corrected in CMake commit 25e89324be3e10108f18fc48291da6de986c986e Author: Simon A. Eugster Date: Fri Mar 15 21:56:45 2013 +0100 CMake for V3D adjusted to recent changes commit 8c1b43f12588b8c3a47e06de4a8089944813b0d9 Author: Simon A. Eugster Date: Thu Mar 7 09:03:40 2013 +0100 Rendering: GPU vs CPU clarified commit f4ef4ac024b0e22a7f56af5b290881a0c4772087 Merge: 2d2b352 61dca59 Author: ulatekh Date: Sun Feb 10 09:32:22 2013 -0800 Merge pull request #7 from ulatekh/master Packaging slowmoVideo commit 61dca5988afdc62bf501f61e8b2ba83ec5ee4870 Author: ulatekh Date: Sun Feb 10 10:25:44 2013 -0700 Added an RPM .spec file, suitable for packaging slowmoVideo. This has been tested under Fedora Core 16 and Fedora Core 17. Some distribution-specific conditional-build flags should be added at the top, to allow this .spec file to be used on other Linux distributions, e.g. to change the names of required packages. commit 8e65820f96867de1a4d64332064e0df32509df2b Author: ulatekh Date: Sun Feb 10 10:24:39 2013 -0700 Added the "slowmo" prefix to the executables that don't have it, so as to avoid name conflicts with other installed packages. commit e7fcffd4396fd38c55ebb193e9b65e205f62ef04 Author: ulatekh Date: Sun Feb 10 10:23:13 2013 -0700 Modified the installation of the header/library files to put them in their own project-specific directory in the system's header/library directories. This helps keeps the system's directories more organized. commit 448be9382e6a57023a852db881bd299b8ebd62d2 Author: ulatekh Date: Sun Feb 10 10:21:23 2013 -0700 Removed the old hardcoding of CMAKE_INSTALL_PREFIX. The installation prefix is easily specified in the "make" command-line supported by the cmake-generated files, e.g. "make install/fast DESTDIR=", where is the directory to install to. This change was part of packaging slowmoVideo (i.e. making an RPM for it). commit b23a09fc7a9d5dcfc53fafce922c0589ca873a1a Author: ulatekh Date: Sun Feb 10 10:19:49 2013 -0700 Added a new parameter, i.e. an option to cmake's command line, called ENABLE_TESTS. If true, the unit tests are built and installed. By default, it's true. This was added to make it easier to package slowmoVideo (i.e. create an RPM for it) without including the unit tests. commit 4a3842cfb15717c9ddfb71df242b3b46f27c2632 Author: ulatekh Date: Sun Feb 10 10:14:04 2013 -0700 Fixed V3D's build so that additional paths to include/library files can be found, by providing parameters to cmake on its command line, e.g. "-D BUILD_INCLUDE_DIR:STRING=../slowmoVideoBuild/lib". BUILD_INCLUDE_DIR provides additional include paths, and BUILD_LIB_DIR provides additional library paths. This replaces the old mechanism of partially installing the result of building the slowmoVideo project before building the V3D project. commit bfd451e3a745ef99ce0b23a336393f70c0f649fb Author: ulatekh Date: Sun Feb 10 10:12:35 2013 -0700 Fixed Project_sV::requestFlow() so that, if the V3D flow-source fails, it is deleted and replaced with the OpenCV flow source. There seems to be no point to letting the V3D flow-source fail over and over. commit 49addd7c15ec26d4254aa0f12109a39fa012c194 Author: ulatekh Date: Sun Feb 10 10:11:42 2013 -0700 Fixed installation so that libV3D.so (on which V3D's flowBuilder depends) is installed to the lib directory. commit 2d2b35268f533c61fdd87fbda4bf37cd6a921619 Author: Simon A. Eugster Date: Mon Jan 28 13:55:29 2013 +0100 --it to force usage of the italian translation commit 729ad69f3a010e46f8a3aa1e70d0468e9760afec Merge: 95143fc 03a9905 Author: Granjow Date: Mon Jan 28 04:40:09 2013 -0800 Merge pull request #6 from new-life/newlife Italian translation commit 03a9905b7bd8b9d23fa07603af7d40419d10d901 Author: Marco Buono Date: Mon Jan 28 10:39:06 2013 +0100 Italian translation commit 95143fc73ffa217dc440b5ce3c7c13eb388e4c3b Merge: 1042e5c 16a65fb Author: Granjow Date: Mon Jan 14 05:17:42 2013 -0800 Merge pull request #5 from morevnaproject/master A hack to find FFMPEG includes on Fedora 17. commit 16a65fb65a3bd1ac1756401086aca9f338d03a30 Author: Konstantin Dmitriev Date: Mon Jan 14 19:57:21 2013 +0700 A hack to find FFMPEG on Fedora 17. commit 1042e5cfe4b9fc710833e948bfce4ff3399e8d7f Author: Simon A. Eugster Date: Mon Dec 31 10:48:11 2012 +0100 CMake: Use relative include paths for ffmpeg to prevent its time.h from being used instead of STL commit ebff31beb61419aba0d946fd909c46534e8a7bc7 Author: Granjow Date: Sat Dec 29 17:56:54 2012 +0100 Readme: qt4-dev-tools commit 3c50352c7a7a5acea74f40fff46ff5e8221861f8 Author: Granjow Date: Sat Dec 29 17:49:52 2012 +0100 README.md: Translations commit 1a38459730dd416bd96db65cccadc0967bb7bc87 Author: Simon A. Eugster Date: Sat Dec 29 15:42:10 2012 +0100 Make slowmoVideo translatable. German translation started. commit ef4c60b3f201b4cf95370b09576e90f0b945ccb0 Merge: 0f12cf0 ccad8f5 Author: Granjow Date: Fri Dec 21 07:58:01 2012 -0800 Merge pull request #3 from adiibanez/master preprocessor: elif instead of elseif commit ccad8f595e7f7d3a6dfcd298b18b0929cc7104e3 Author: Adrian Ibañez Date: Wed Dec 19 12:48:59 2012 +0100 use elif preprocessor statement instead of elseif commit 0f12cf0b8d3500b71a9b01ff0b108278a0f569c4 Author: Granjow Date: Tue Dec 18 05:24:23 2012 -0800 Create README.md commit d356d795a75e0b8495bf8b3130497b89c983db46 Merge: 0256d92 e6c2d45 Author: Granjow Date: Thu Dec 13 04:59:55 2012 -0800 Merge pull request #5 from adiibanez/master same quant used for thumbs extraction args is depreciated commit e6c2d45e5b7bf8232f5c0a11788169e5a865ab4f Author: Adrian Ibañez Date: Thu Dec 13 13:39:24 2012 +0100 use -qscale 0 instead of depreciated -same_quant / -sameq for thumbs extraction commit 0256d924fab127f8a8f394c090ffbdcf9b55a84f Author: Simon A. Eugster Date: Tue Dec 11 22:04:38 2012 +0100 Move canvas by dragging, Zoom with +/- commit 65da8f6d4093892bec73f1706b4977f652fc787b Author: Simon A. Eugster Date: Tue Dec 11 21:42:17 2012 +0100 UI: Remember state of the help box (not on by default)