summaryrefslogtreecommitdiffstats
path: root/src/multimedia/multimedia.pro
Commit message (Collapse)AuthorAgeFilesLines
* Fix location of QtMultimedia def filesShane Kearns2010-05-281-3/+0
| | | | | | | | | With the removal of QMediaServices, the multimedia sources were moved up one level. Therefore they don't need a special case location for the def files anymore, as the standard rule of ../s60installs used for Qt libraries is sufficient. Reviewed-by: Trust Me
* Removed mediaservices.Kurt Korbatits2010-05-181-5/+16
|
* Create Mediaservices lib, separate from Multimedia.Justin McPherson2010-04-151-14/+5
|
* Remove dependency on declarative from multimedia.Justin McPherson2010-03-031-1/+1
| | | | | | Move all declarative related classes into the multimedia declarative module. Reviewed-by: Andrew den Exter
* Move QtMobility multimedia framework into Qt.Justin McPherson2010-01-151-1/+4
|
* Added missing TARGET.UID3 definitions to various components.Miikka Heikkinen2009-09-031-0/+2
| | | | | | | Every non-test binary built for Symbian needs explicitly assigned UID3, so added TARGET.UID3 for components that were missing it. Reviewed-by: Janne Anttila
* Integrate QAbstractVideoSurface API.Andrew den Exter2009-08-241-6/+7
| | | | | | | | | | This introduces a QAbstractVideoSurface interface for implementing arbitrary video outputs, and a QVideoFrame type. Also included is the QVideoSurfaceFormat class which is used to configure the input to a video surface, and the QAbstractVideoBuffer class which allows QVideoFrames to be constructed from non-native frame types. Reviewed-by: Dmytro Poplavskiy
* Merge AudioServices into mainline.Justin McPherson2009-08-051-0/+11