| Commit message (Expand) | Author | Age | Files | Lines |
* | Delayed creation of audio effect object until audio is initialized | Gareth Stockwell | 2010-01-11 | 1 | -0/+3 |
|
|
* | Implemented node disconnection in Phonon MMF backend | Gareth Stockwell | 2009-12-08 | 1 | -6/+19 |
|
|
* | Implemented support for playlist handling in Phonon MMF backend | Gareth Stockwell | 2009-12-08 | 1 | -24/+30 |
|
|
* | Implemented buffer status notifications in Phonon MMF backend | Gareth Stockwell | 2009-12-08 | 1 | -0/+1 |
|
|
* | Added support for streaming playback to Phonon MMF backend | Gareth Stockwell | 2009-12-08 | 1 | -1/+4 |
|
|
* | Added error strings to Phonon MMF backend | Gareth Stockwell | 2009-12-02 | 1 | -8/+4 |
|
|
* | Ran the script utils/normalize | Olivier Goffart | 2009-11-18 | 1 | -2/+2 |
|
|
* | Implemented aspect ratio and scale mode handling in Phonon MMF backend | Gareth Stockwell | 2009-11-13 | 1 | -5/+0 |
|
|
* | Implemented metadata handling in Phonon MMF backend | Gareth Stockwell | 2009-11-04 | 1 | -0/+1 |
|
|
* | Improve error handling. | Frans Englich | 2009-10-23 | 1 | -5/+9 |
|
|
* | Remove trailing whitespace. | Frans Englich | 2009-10-15 | 1 | -1/+1 |
|
|
* | qdoc: Marked some undocumented Phonon classes internal | Martin Smith | 2009-10-01 | 1 | -0/+4 |
|
|
* | Fixed compilation error and one warning, when building with RVCT | Gareth Stockwell | 2009-09-30 | 1 | -8/+9 |
|
|
* | Changes for fixing media object. | Frans Englich | 2009-09-29 | 1 | -20/+20 |
|
|
* | Essentially do 's/NULL/0/g', to adhere to Qt coding style. | Frans Englich | 2009-09-24 | 1 | -2/+2 |
|
|
* | Rename videoplayer, to avoid clash with Symbian's headers. | Frans Englich | 2009-09-23 | 1 | -1/+1 |
|
|
* | Fixed problems with compiling for ARMV5 | Gareth Stockwell | 2009-09-10 | 1 | -2/+2 |
|
|
* | Make the MediaObject propagation generic for all kinds of nodes. | Frans Englich | 2009-09-09 | 1 | -29/+3 |
|
|
* | Work on extending the framework for accomodating effects. | Frans Englich | 2009-09-09 | 1 | -3/+43 |
|
|
* | Modified file-loading code to use QDir::toNativeSeparators | Gareth Stockwell | 2009-09-07 | 1 | -1/+4 |
|
|
* | Reformatted code to comply with Qt style | Gareth Stockwell | 2009-08-28 | 1 | -184/+159 |
|
|
* | Wrapped code using QT_BEGIN/END_NAMESPACE macros | Gareth Stockwell | 2009-08-28 | 1 | -0/+3 |
|
|
* | Removed over-riding signal declaration from VideoPlayer. | Gareth Stockwell | 2009-08-26 | 1 | -6/+6 |
|
|
* | Added some missing signals in MediaObject; fixed seek slider in musicplayer.exe | Gareth Stockwell | 2009-08-25 | 1 | -1/+21 |
|
|
* | Implemented Backend::availableMimeTypes | Gareth Stockwell | 2009-08-25 | 1 | -23/+3 |
|
|
* | Implemented connection between MediaOutput and VideoWidget | Gareth Stockwell | 2009-08-21 | 1 | -0/+10 |
|
|
* | Further tidied up volume handling | Gareth Stockwell | 2009-08-21 | 1 | -8/+4 |
|
|
* | Tidied up trace statements | Gareth Stockwell | 2009-08-21 | 1 | -0/+17 |
|
|
* | Started fleshing out the VideoPlayer implementation | Gareth Stockwell | 2009-08-20 | 1 | -2/+2 |
|
|
* | Implemented parameter copying between AbstractPlayer instances | Gareth Stockwell | 2009-08-20 | 1 | -4/+35 |
|
|
* | Added VolumeControlInterface to abstract details of path between MediaObject ... | Gareth Stockwell | 2009-08-20 | 1 | -5/+1 |
|
|
* | Tidying up: removing commented-out code | Gareth Stockwell | 2009-08-19 | 1 | -13/+0 |
|
|
* | Merged in DummyPlayer changes | Gareth Stockwell | 2009-08-19 | 1 | -135/+45 |
|\ |
|
| * | Add the DummyPlayer, as discussed with Gareth. | Frans Englich | 2009-08-18 | 1 | -123/+31 |
|
|
* | | Started work on VideoPlayer implementation | Gareth Stockwell | 2009-08-18 | 1 | -30/+50 |
|/ |
|
* | Merged recognizer changes with abstraction for audio / video playback. | Gareth Stockwell | 2009-08-18 | 1 | -482/+215 |
|\ |
|
| * | Rename mmf_videoplayer back to videoplayer, apparently the includes can be | Frans Englich | 2009-08-17 | 1 | -1/+1 |
|
|
| * | More delegation, basic plumbing. | Frans Englich | 2009-08-17 | 1 | -1/+18 |
|
|
| * | Delegate from MediaObject. | Frans Englich | 2009-08-17 | 1 | -1/+24 |
|
|
| * | Refactor the media object such that we can do both video and sound. | Frans Englich | 2009-08-17 | 1 | -497/+2 |
|
|
* | | Added recognizer code to determine if file is audio or video | Gareth Stockwell | 2009-08-17 | 1 | -0/+58 |
|/ |
|
* | Commit patch by Gareth. | Frans Englich | 2009-08-12 | 1 | -70/+453 |
|
|
* | Work. | Frans Englich | 2009-07-21 | 1 | -10/+20 |
|
|
* | Build fixes, debug code. | Frans Englich | 2009-07-13 | 1 | -32/+32 |
|
|
* | Pouring. | Frans Englich | 2009-07-03 | 1 | -22/+76 |
|
|
* | Pouring. | Frans Englich | 2009-07-02 | 1 | -0/+184 |
|
|