Commit Graph

566 Commits

Author SHA1 Message Date
Tats 69c73d57f0 Added application information. 2014-10-20 12:41:19 +00:00
Tats 2d55e6d9c6 Free memory from call to gst_structure_to_string(). 2014-10-20 11:54:21 +00:00
Tats 2022379c81 Unref more leaking samples in MediaImpl.cpp (queues are kept at a limited size). 2014-10-20 11:53:46 +00:00
Tats 7d4e060b78 Removed commandline options for Qt < 5.0.0 (because it is not supported then). 2014-10-20 10:39:20 +00:00
Vasilis Liaskovitis c85b4e073c MediaImpl: move buffer processing in gstNewSampleCallback (bug #30)
Buffer releasing should happen independently of videoPull() getting called for
texture updates. We move all processing and buffer unreferencing in
gstNewSampleCallback. This way we don't run out of memory in case of video
pipeline playing without texture/mappings.
2014-10-20 10:14:38 +00:00
Tats 0735271fa7 Merge branch 'develop' of github.com:mapmapteam/mapmap into develop 2014-10-20 10:13:00 +00:00
Alexandre Quessy 6c95c8f11a Add Dame Diongue to the list of developers 2014-10-18 21:02:42 -04:00
Tats 6308aca59f Fixed bug #33: The --fullscreen option doesn't work. 2014-10-18 17:07:59 +00:00
Vasilis Liaskovitis 835165c89a Fix some issues with shmsrc pipeline and video dimensions (bug #29)
Shmsrc seems to work with a gstreamer 1.4 build, but not with distro gstreamer
(segfault due to missing fix https://bugzilla.gnome.org/show_bug.cgi?id=731093)
Reader / writer of live source need to be using same gstreamer build, otherwise
some pipeline problems appear in deserializing and caps detection.

Playback of the first shape mapped with the live source doesn't seem to work (?),
so this bug stiil needs investigation.
2014-10-18 19:03:06 +02:00
Vasilis Liaskovitis 8e9f7dd7e5 use startFullScreen to fix compilation failure (introduced for bug #33) 2014-10-18 17:35:06 +02:00
Tats c309219cea Fixed bug #33: The --fullscreen option doesn't work. 2014-10-18 14:28:22 +00:00
Tats 1d152d487f Integrated latest changes from Dame wrt item selections (paint and mapping lists). 2014-10-18 13:40:42 +00:00
Tats d667313ce8 Merge branch 'develop' of github.com:mapmapteam/mapmap into develop
Conflicts:
	MainWindow.cpp
	MediaImpl.cpp
2014-10-18 13:22:36 +00:00
Alexandre Quessy 851aa5234b Merge branch 'develop' of github.com:mapmapteam/mapmap into develop 2014-10-18 12:18:44 -04:00
Alexandre Quessy 436dc9d5a0 Refactor the pipeline + fix merge shmsrc feature 2014-10-18 12:17:38 -04:00
Tats c9b0888231 Reenabled seeking when clip is over (loop) without having to reload the movie. 2014-10-18 13:11:21 +00:00
baydam d275cf065d Merge branch 'develop' of github.com:mapmapteam/mapmap into develop 2014-10-18 11:28:16 +00:00
baydam 103424ece7 Fix bugs when shape selected, select corresponding mapping 2014-10-18 11:18:20 +00:00
Tats 6f015b1cb8 Moved gst_init() in main application and added gst_deinit(). 2014-10-18 10:05:53 +00:00
Tats 80d0f73407 Merge branch 'develop' of github.com:mapmapteam/mapmap into develop 2014-10-18 10:05:17 +00:00
Alexandre Quessy 2a66de38ff add --osc-port option 2014-10-17 13:57:13 -04:00
Alexandre Quessy c53cb753ef add scripts/replate-path-in-project.sh 2014-10-17 13:41:10 -04:00
Alexandre Quessy 63e01d5285 add --file option 2014-10-17 13:33:04 -04:00
Alexandre Quessy a0cea41fc5 Add --reset-settings option 2014-10-17 13:12:07 -04:00
Alexandre Quessy 54534c3cf7 Merge branch 'develop' of github.com:mapmapteam/mapmap into develop 2014-10-17 11:59:23 -04:00
Alexandre Quessy a72f183d24 Try to make --fullscreen option work 2014-10-17 11:58:55 -04:00
baydam 3b4ca8653c Fixed bug #28 otherwise 2014-10-17 15:58:08 +00:00
baydam 332cea7030 Fix issues New paint item does not get selected in some circumstances #28 2014-10-17 15:45:39 +00:00
Tats 40c7dc039b Added logos as QRC (resources). 2014-10-17 12:30:27 +00:00
Tats eb42367bb4 Renamed logo file (big). 2014-10-17 12:30:17 +00:00
Tats 50a96dc254 Created QIcon for media files using QIconProvider. 2014-10-17 12:29:42 +00:00
Tats e3bfe310b3 Added Mapmap logo title to About. 2014-10-17 12:29:15 +00:00
Alexandre Quessy ecf0efe956 Port to Qt5 on GNU/Linux 2014-10-16 21:27:06 -04:00
Alexandre Quessy 7e89ee4ed7 OSC: fix check for a valid OSC server 2014-10-16 20:31:14 -04:00
Alexandre Quessy e31e412378 Do not store OSC port in settings (for now) 2014-10-16 20:30:45 -04:00
Alexandre Quessy 880cf70e93 Check if file exists before creating the pipeline 2014-10-16 20:30:20 -04:00
Tats d3c54a183f Merge branch 'develop' of github.com:mapmapteam/mapmap into develop 2014-10-16 21:47:31 +00:00
Tats bafff221bd Merge branch 'feature/shmsrcbin-rebase-oct2014' of https://github.com/vliaskov/libremapping into feature-merge-vliaskov-shmsrcbin
Conflicts:
	MainWindow.cpp
	MainWindow.h
	MediaImpl.cpp
	ProjectReader.cpp
2014-10-16 21:46:33 +00:00
Tats a7e1e61aca Merge branch 'feature-refactor-gui-organization' into develop
Conflicts:
	MappingManager.h
2014-10-16 20:58:40 +00:00
Tats abb62dc1f2 Integrated file choosing pop-up for images and media in property browser. 2014-10-16 20:56:02 +00:00
Tats 13ff156159 Made function _getBits() protected. 2014-10-16 18:28:20 +00:00
Tats a5255c2824 Cleanup and documentation in MappingManager.h. 2014-10-16 18:25:06 +00:00
Tats 96b55099de In MappingManager::reorderMapping added some extra check to make sure we're sending an appropriate QVector<uid> (no repetition in the uids). 2014-10-16 18:24:55 +00:00
Tats 2f75e4d2ca Adjustment to MappingManager::getVisibleLayers() so that solo-ed layers that are not-visible don't show. 2014-10-16 18:22:42 +00:00
Tats eef76173b6 Integrated paint guis while removing remains of oldPaint/double-click system. 2014-10-16 17:52:32 +00:00
Tats fc89b4fb11 Added PaintGui for textures. 2014-10-16 17:51:41 +00:00
Tats 948a68c8ee Removed commented out deleteAction (minor change). 2014-10-16 17:50:55 +00:00
Tats 4e8a2c19f1 Slightly better timer interval management (with global const variable). 2014-10-16 17:28:17 +00:00
Tats ac29ca5c1f Merged latest changes from develop 2014-10-15 13:42:32 +00:00
Alexandre Quessy bc456961a1 Merge branch 'develop' of github.com:mapmapteam/mapmap into develop 2014-10-14 22:15:26 -04:00