summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/audiooutput.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Kill warning, simplify code.Frans Englich2009-10-161-2/+4
| | | | Reviewed-by: TrustMe
* mediaplayer: crash in settings dialog.Frans Englich2009-10-071-7/+19
| | | | | | | The MediaPlayer requires that an output device is available. Task-number: QTBUG-4755 Reviewed-by: Gareth Stockwell
* qdoc: Marked some undocumented Phonon classes internalMartin Smith2009-10-011-0/+3
|
* Essentially do 's/NULL/0/g', to adhere to Qt coding style.Frans Englich2009-09-241-1/+1
| | | | Addresses review comment.
* Make the MediaObject propagation generic for all kinds of nodes.Frans Englich2009-09-091-0/+6
| | | | | Previously the MediaObject propagation was only done for effects, but now it's for all kinds of nodes. This is needed for AudioOutput.
* Work on extending the framework for accomodating effects.Frans Englich2009-09-091-1/+1
| | | | | | | | | This extends the framework for being able to handle audio effects, largely affecting how the audio chain is set up, connected and disconnected, and therefore the Backend has been refactored slightly, and the class MediaNode introduced, see its documentation. In addition two effects has been written: BassBoost and AudioEqualizer.
* Reformatted code to comply with Qt styleGareth Stockwell2009-08-281-18/+15
|
* Wrapped code using QT_BEGIN/END_NAMESPACE macrosGareth Stockwell2009-08-281-0/+4
|
* Implemented connection between MediaOutput and VideoWidgetGareth Stockwell2009-08-211-4/+6
| | | | | Video is still not visible; need to debug the initialization of the VideoOutput object to determine whether DSA is being aborted.
* Further tidied up volume handlingGareth Stockwell2009-08-211-21/+15
|
* Implemented parameter copying between AbstractPlayer instancesGareth Stockwell2009-08-201-8/+1
|
* Added VolumeControlInterface to abstract details of path between MediaObject ↵Gareth Stockwell2009-08-201-16/+39
| | | | and AudioOutput
* Refactor the media object such that we can do both video and sound.Frans Englich2009-08-171-0/+2
| | | | As per discussions with Gareth.
* Commit patch by Gareth.Frans Englich2009-08-121-28/+22
| | | | | The patch originally contained all changed done to MMF Phonon, but this commit contains the changes only Gareth did.
* Build fixes, debug code.Frans Englich2009-07-131-9/+9
|
* Pouring.Frans Englich2009-07-031-2/+36
|
* Pouring.Frans Englich2009-07-021-0/+52