- 24 Feb, 2014 1 commit
-
-
Hugo Beauzée-Luyssen authored
Do not emit the signal from outside of the class Remove GUIMedia class
-
- 23 Feb, 2014 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This introduces 3 interfaces: - IBackend: Provides the very basic functionnalies associated to a media backend (log hook & creating sources) - ISource: Provides functionnalities associated to a media source. Basic metadata handling & spawning renderers to use this source - IMemorySource: Describe a source which is described programmaticaly and fed from memory - ISourceRenderer: Allows one to render and configure render options. On paper, this is feature complete with regards to the old implementation. In practice, it is not, and pretty much all media related fonctionnalities are broken, and will require further refactoring to become functionnal again.
-
- 24 Jan, 2014 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 24 Sep, 2012 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 03 Sep, 2012 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 26 Sep, 2010 1 commit
-
-
Hugo Beauzée-Luyssen authored
Signal was connected after the metadata computing was started. If metadata computing appens to end before the signal is connected, things can go wrong.
-
- 07 Sep, 2010 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 06 Sep, 2010 1 commit
-
-
Jean-Baptiste Kempf authored
Signed-off-by:
Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
- 27 Jun, 2010 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 20 Jun, 2010 3 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
For now, files are just copied to the specified workspace directory.
-
- 07 Jun, 2010 1 commit
-
-
Rohit Yadav authored
Fix forward declaration of QXMLStreamReader, breaks on Mac OS; see a discussion here: http://lists.trolltech.com/qt-interest/2008-07/thread00798-0.htmlSigned-off-by:
Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
- 14 May, 2010 1 commit
-
-
Hugo Beauzée-Luyssen authored
Fixed other warnings
-
- 20 Mar, 2010 2 commits
-
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
- 13 Mar, 2010 1 commit
-
-
Hugo Beauzee-Luyssen authored
-
- 12 Mar, 2010 1 commit
-
-
Hugo Beauzee-Luyssen authored
Nothing else is saved, as we now use a QXmlStreamWriter. The file format has changed. Using forward declaration for class Media as soon as possible.
-
- 10 Mar, 2010 3 commits
-
-
Hugo Beauzee-Luyssen authored
Media aren't meant to be used anywhere, except when rendering. Clip can now have subclips, we avoid using uuid when using Clip* is possible. Correcting remaining crap in MediaListViewController and co. View handle as many things as possible, but do not touch data. ImportController doesn't have to do anything with deleting media. That's the MediaContainer's job. Probably many other things...
-
Hugo Beauzee-Luyssen authored
This doesn't restore the functionnality yet.
-
Hugo Beauzee-Luyssen authored
-
- 07 Mar, 2010 3 commits
-
-
Hugo Beauzee-Luyssen authored
Every uuid is now located in a clip. To select a media, use its base clip's uuid.
-
Hugo Beauzee-Luyssen authored
Ho and please, don't clone an objet to get over its constness.
-
Hugo Beauzee-Luyssen authored
-
- 06 Mar, 2010 1 commit
-
-
Hugo Beauzee-Luyssen authored
The previewwidget isn't meant to emit a signal about a clip beeing added. Let this to the media, as it holds the clips.
-
- 19 Feb, 2010 2 commits
-
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
- 31 Jan, 2010 1 commit
-
-
Hugo Beauzee-Luyssen authored
-
- 24 Jan, 2010 1 commit
-
-
Ludovic Fauvet authored
- Extends to 2010. - Use VideoLAN as new legal entity.
-
- 16 Jan, 2010 1 commit
-
-
Hugo Beauzee-Luyssen authored
Adding track count to clip property window
-
- 15 Jan, 2010 2 commits
-
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
- 14 Jan, 2010 3 commits
-
-
Geoffroy Lacarriere authored
-
Geoffroy Lacarriere authored
-
Geoffroy Lacarriere authored
There is a const baseClip on each media that correspond to the full media lenth.
-
- 10 Dec, 2009 1 commit
-
-
Geoffroy Lacarriere authored
-
- 05 Dec, 2009 1 commit
-
-
Geoffroy Lacarriere authored
Working but need a fix (see the comment in the code)
-
- 28 Nov, 2009 1 commit
-
-
Geoffroy Lacarriere authored
-