| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for compile error in Phonon MMF backend | Gareth Stockwell | 2009-11-19 | 1 | -4/+2 |
|
|
* | Complement Phonon for Symbian documentation. | Frans Englich | 2009-11-18 | 1 | -0/+4 |
|
|
* | Implemented aspect ratio and scale mode handling in Phonon MMF backend | Gareth Stockwell | 2009-11-13 | 1 | -3/+1 |
|
|
* | Replace mmfphonondebug.lib with #ifndef QT_NO_DEBUG. | Frans Englich | 2009-11-09 | 3 | -125/+100 |
|
|
* | Implemented metadata handling in Phonon MMF backend | Gareth Stockwell | 2009-11-04 | 1 | -5/+6 |
|
|
* | Video screen region is updated in response to ancestors of video widget | Gareth Stockwell | 2009-10-23 | 1 | -0/+2 |
|
|
* | Fixed build errors due to header filename clashes between epoc32/include and ... | Gareth Stockwell | 2009-09-28 | 1 | -12/+5 |
|
|
* | Rename videoplayer, to avoid clash with Symbian's headers. | Frans Englich | 2009-09-23 | 1 | -2/+2 |
|
|
* | Experimenting to make video visible. | Gareth Stockwell | 2009-09-23 | 1 | -0/+4 |
|
|
* | RoomLevel is not available in SDK 3.1, remove it. | Frans Englich | 2009-09-23 | 1 | -1/+1 |
|
|
* | Replaced explicit epoc32/include path with (more portable) MW_LAYER_SYSTEMINC... | Gareth Stockwell | 2009-09-23 | 1 | -1/+1 |
|
|
* | Added a utility function for reading color of individual pixels from the screen | Gareth Stockwell | 2009-09-23 | 1 | -0/+1 |
|
|
* | Make mmfphonondebug static, and do some build fixes. | Frans Englich | 2009-09-16 | 3 | -3/+5 |
|
|
* | Fixes to include paths, required due to objectdump renaming | Gareth Stockwell | 2009-09-15 | 1 | -2/+2 |
|
|
* | Rename objectdump to mmfphonondebug in order to avoid conflicts. | Frans Englich | 2009-09-14 | 2 | -3/+3 |
|
|
* | Reserve & use UIDs. | Frans Englich | 2009-09-14 | 2 | -4/+5 |
|
|
* | Merge branch 'mmfphonon' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ... | Gareth Stockwell | 2009-09-10 | 1 | -5/+3 |
|\ |
|
| * | Simplify inclusion of osextensions. | Frans Englich | 2009-09-09 | 1 | -5/+3 |
|
|
* | | Fixed problems with compiling for ARMV5 | Gareth Stockwell | 2009-09-10 | 1 | -1/+1 |
|/ |
|
* | Added epoc32/include/osextensions include path, necessary to compile in S60 5... | Gareth Stockwell | 2009-09-09 | 1 | -0/+2 |
|
|
* | Work on extending the framework for accomodating effects. | Frans Englich | 2009-09-09 | 2 | -14/+26 |
|
|
* | Refactored object tree dumping framework into a separate DLL | Gareth Stockwell | 2009-09-07 | 3 | -88/+109 |
|
|
* | Oops: removed .lib from libraries in mmf.pro so they are now dynamically linked | Gareth Stockwell | 2009-09-07 | 1 | -6/+6 |
|
|
* | Added visitor-based object tree dumping framework, which dumps details of Sym... | Gareth Stockwell | 2009-09-07 | 1 | -0/+15 |
|
|
* | Added VideoOutputObserver, to propagate screen region updates back to VideoPl... | Gareth Stockwell | 2009-08-26 | 1 | -0/+1 |
|
|
* | Further tidied up volume handling | Gareth Stockwell | 2009-08-21 | 1 | -1/+3 |
|
|
* | Added stub VideoWidget implementation | Gareth Stockwell | 2009-08-20 | 1 | -1/+3 |
|
|
* | Implemented parameter copying between AbstractPlayer instances | Gareth Stockwell | 2009-08-20 | 1 | -0/+2 |
|
|
* | Added VolumeControlInterface to abstract details of path between MediaObject ... | Gareth Stockwell | 2009-08-20 | 1 | -1/+2 |
|
|
* | Merged in DummyPlayer changes | Gareth Stockwell | 2009-08-19 | 2 | -8/+10 |
|\ |
|
| * | Merge branch 'master' into mmfphonon | Frans Englich | 2009-08-19 | 1 | -1/+1 |
| |\ |
|
| | * | Use LIBS_PRIVATE on Mac and X11. | Thiago Macieira | 2009-08-17 | 1 | -1/+1 |
|
|
| | * | Long live Qt! | Lars Knoll | 2009-03-23 | 5 | -0/+235 |
|
|
| * | Add the DummyPlayer, as discussed with Gareth. | Frans Englich | 2009-08-18 | 1 | -2/+4 |
|
|
* | | Started work on VideoPlayer implementation | Gareth Stockwell | 2009-08-18 | 1 | -0/+4 |
|
|
* | | Refactored AudioPlayer and VideoPlayer to separate out common code into Abstr... | Gareth Stockwell | 2009-08-18 | 1 | -13/+15 |
|/ |
|
* | Merged recognizer changes with abstraction for audio / video playback. | Gareth Stockwell | 2009-08-18 | 1 | -14/+19 |
|\ |
|
| * | Rename mmf_videoplayer back to videoplayer, apparently the includes can be | Frans Englich | 2009-08-17 | 1 | -2/+2 |
|
|
| * | Refactor the media object such that we can do both video and sound. | Frans Englich | 2009-08-17 | 1 | -11/+16 |
|
|
* | | Added recognizer code to determine if file is audio or video | Gareth Stockwell | 2009-08-17 | 1 | -0/+3 |
|/ |
|
* | Commit patch by Gareth. | Frans Englich | 2009-08-12 | 1 | -7/+23 |
|
|
* | Work. | Frans Englich | 2009-07-21 | 1 | -4/+6 |
|
|
* | Work. | Frans Englich | 2009-07-18 | 1 | -1/+9 |
|
|
* | Pouring. | Frans Englich | 2009-07-02 | 2 | -42/+13 |
|
|
* | Hook in the MMF backend. | Frans Englich | 2009-07-01 | 1 | -0/+54 |
|
|
* | Long live Qt for S60! | axis | 2009-04-24 | 5 | -0/+235 |
|
|