summaryrefslogtreecommitdiffstats
path: root/plugins/multimedia/symbian/mmf/audiosource/s60audiocapturesession.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
| | | | | | Change-Id: I96513e8b6f09e76998a18edb5411ae06f52cba7c Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update to new license formatSergio Ahumada2012-11-071-22/+22
| | | | | | | Also fixing some left overs from 8de152a9e1deb533070663cccf6a98e0d374b1d6 Change-Id: I28a91ca233dd835e6e53efbbd7ebd649461f5c04 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-071-3/+3
| | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ie3b9224b2b6a32b417fa0b6643350d45046381e6 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Code clean up in Symbian MMF backendGareth Stockwell2011-11-251-142/+93
| | | | | | | | | | | | | | | | | | | | No functional changes * Qt code style fixes * Correct whitespace * Indenting * Space around parentheses and operators * Removed excessive blank lines * Correct brace placement * Moved S60MediaSettings class into its own file * Moved some function implementations out of line * Removed uninformative API doc comments * Replaced use of Symbian TBool values (ETrue/EFalse) and macros (TRUE/FALSE) with true/false * Replaced use of NULL with 0 * Removed unnecessary #include directives * Changed some helpers from member to free functions Reviewed-by: TrustMe
* Trap leaves in non-leaving functionsGareth Stockwell2011-11-251-7/+8
| | | | Reviewed-by: TrustMe
* Silenced compiler warningsGareth Stockwell2011-11-181-2/+2
| | | | Reviewed-by: TrustMe
* Moved s60mmftrace.h header out of mmf subdirectoryGareth Stockwell2011-11-091-1/+1
| | | | | | This allows the trace macros to be used by other Symbian multimedia backends. Reviewed-by: TrustMe
* Cleaned up trace in Symbian MMF backendGareth Stockwell2011-10-061-148/+52
| | | | | | | | | * Replaced RDebug-based macros with qDebug versions, allowing use of Qt pretty-printing * Removed all trace from trivial accessor functions * Removed verbose / redundant trace Reviewed-by: TrustMe
* Re-apply licenseheader text in source files for qtmobilityJyri Tahtela2011-06-301-17/+17
| | | | | | Fix license in files having old license. Reviewed-by: Trust Me
* MOBILITY-2422 Recording for aac format not supportedPuneet2011-03-151-17/+60
| | | | Signed-off-by: hawcroft <derick.hawcroft@nokia.com>
* Debug Macros & Doxygen commentsVinod Maralad2011-03-071-6/+154
| | | | Signed-off-by: hawcroft <derick.hawcroft@nokia.com>
* CI speeeling regression fixhawcroft2011-02-151-1/+1
|
* fix for build errors for 3.1 sdkPuneet2011-02-111-8/+14
| | | | Signed-off-by: hawcroft <derick.hawcroft@nokia.com>
* QTMOBILITY-875Puneet2011-02-111-6/+150
| | | | Signed-off-by: hawcroft <derick.hawcroft@nokia.com>
* Linux compatibility fixesTomi Vihria2010-11-051-6/+6
|
* Updated symbian backend plugin to generate default file name if location is ↵Vasudevan Ramachandraiah2010-09-231-0/+15
| | | | empty
* MOBILITY-1361 error fixVasudevan Ramachandraiah2010-09-151-172/+27
|
* Symbian: Implemented AudioInput device support for MMF Audio recordingMarkus Nolvi2010-09-031-7/+122
|
* MOBILITY-1233 error fixVasudevan Ramachandraiah2010-09-031-8/+11
|
* symbian: Change symbian backend to conform to docs change 4cf3e5ef2Derick Hawcroft2010-07-071-0/+20
| | | | | | - backend will now auto-create the audio file to write to if setOutputLocation() is passed an empty QUrl. - no need for symbian specific define Q_OS_SYMBIAN in audiorecorder
* Symbian: MMF multimedia backend/examples/testcases refactor due to APIMarkus Nolvi2010-06-031-158/+177
| | | | changes
* Merge branch '1.0' of git@scm.dev.nokia.troll.no:qtmobility/qtmobility into 1.0Justin McPherson2010-05-281-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config.tests/lbt/lbt.pro configure configure.bat dist/changes-1.0.0 doc/src/installation.qdoc examples/player/player.cpp plugins/declarative/declarative.pro plugins/multimedia/symbian/mmf/mmf.pro plugins/multimedia/symbian/openmaxal/mediarecorder/mediarecorder.pro src/multimedia/multimedia.pro src/multimedia/qvideooutputcontrol.cpp src/multimedia/video/qimagevideobuffer.cpp tests/auto/qaudiooutput/wavheader.h
| * Bump copyright date from 2009 to 2010dac2010-05-071-1/+1
| |
| * Symbian: Removed unnecessary methods and added a flag to remove unnecessaryMarkus Nolvi2010-04-141-1/+2
| | | | | | | | initialization phase.
| * merge from latest s60 bugfixesDerick Hawcroft2010-04-091-60/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix audio routing compile on 3.1 (videoplayer audio routing is not supported on ) - Added menu for player example audio endpoint selection - SwEvent capability to player example, device was complaining about it - Removed member double deleting from S60MediaPlayerService. - Fix S60AudioPlayerSession and S60VideoPlayerSession crash after playing file again or playing next file from playlist. - Fix S60AudioPlayerSession::doLoadL, S60VideoPlayerSession::doLoadL and S60VideoPlayerSession::doLoadURLL function - Fix activeEndpointChanged signaling in S60AudioPlayerSession and S60VideoPlayerSession - added couple NULL checks - Fixes for merge errors in commit ccc5a8b68a74b6a6e134b7020cdbc7ac0706b9f5. -Fixed supported sampleRates retrieval to be based on passed settings. -Fix task for audio recording when encoding was done with wrong codec when another format was selected. Error handling added.
| * Merge lastest from master.Justin McPherson2010-03-291-0/+494
|
* Symbian: Fixed an issue where quality was not set correctlyMarkus Nolvi2010-05-261-3/+3
|
* Symbian: Fix for AMR recording returning -5 error in 3.1 platform.Markus Nolvi2010-05-251-4/+6
| | | | Error ID: https://qtrequirements.troll.no/browse/MOBILITY-844
* Symbian: Removed unnecessary methods and added a flag to remove unnecessaryMarkus Nolvi2010-05-251-1/+2
| | | | initialization phase.
* merge from latest s60 bugfixesDerick Hawcroft2010-05-251-2/+1
| | | | | | | | | | | | | | | | | | | | - fix audio routing compile on 3.1 (videoplayer audio routing is not supported on ) - Added menu for player example audio endpoint selection - SwEvent capability to player example, device was complaining about it - Removed member double deleting from S60MediaPlayerService. - Fix S60AudioPlayerSession and S60VideoPlayerSession crash after playing file again or playing next file from playlist. - Fix S60AudioPlayerSession::doLoadL, S60VideoPlayerSession::doLoadL and S60VideoPlayerSession::doLoadURLL function - Fix activeEndpointChanged signaling in S60AudioPlayerSession and S60VideoPlayerSession - added couple NULL checks - Fixes for merge errors in commit ccc5a8b68a74b6a6e134b7020cdbc7ac0706b9f5. -Fixed supported sampleRates retrieval to be based on passed settings. -Fix task for audio recording when encoding was done with wrong codec when another format was selected. Error handling added. Conflicts: examples/player/player.cpp plugins/multimedia/symbian/mmf/audiosource/s60audiocapturesession.cpp
* cherrypicked from s60_bugfixes_2Derick Hawcroft2010-04-191-1/+2
| | | | | | Author: Markus Nolvi Symbian: Removed unnecessary methods and added a flag to remove unnecessary initialization phase.
* cherrypicked from qtm-multimedia 1.0 branchDerick Hawcroft2010-04-191-60/+132
| | | | | | | | | | | | | | | | merge from latest s60 bugfixes - fix audio routing compile on 3.1 (videoplayer audio routing is not supported on ) - Added menu for player example audio endpoint selection - SwEvent capability to player example, device was complaining about it - Removed member double deleting from S60MediaPlayerService. - Fix S60AudioPlayerSession and S60VideoPlayerSession crash after playing file again or playing next file from playlist. - Fix S60AudioPlayerSession::doLoadL, S60VideoPlayerSession::doLoadL and S60VideoPlayerSession::doLoadURLL function - Fix activeEndpointChanged signaling in S60AudioPlayerSession and S60VideoPlayerSession - added couple NULL checks - Fixes for merge errors in commit ccc5a8b68a74b6a6e134b7020cdbc7ac0706b9f5. -Fixed supported sampleRates retrieval to be based on passed settings. -Fix task for audio recording when encoding was done with wrong codec when another format was selected. Error handling added.
* Symbian: Audio recording merge fix + unresolved symbol fixMarkus Nolvi2010-03-181-2/+2
|
* Merge audio recording changesMarkus Nolvi2010-03-181-226/+331
| | | | | | | | Conflicts: plugins/multimedia/symbian/mmf/audiosource/s60audiocapturesession.cpp plugins/multimedia/symbian/openmaxal/mediarecorder/qxamediarecordercontrol.cpp plugins/multimedia/symbian/openmaxal/mediarecorder/qxamediarecordercontrol.h plugins/multimedia/symbian/openmaxal/mediarecorder/qxarecordmediaservice.h
* Merge branch 's60-d' into mergeAntti2010-03-171-3/+2
|
* Symbian: Directory changes. Separate camera to own service.Antti2010-03-171-0/+390
-add openmax backend to symbian builds -introduce mmf folder for radio, mediaplayer and audio recording service