summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-03-13Initial porting effort to GStreamer 1.0.upstream/5.2.90+alphaYoann Lopes33-106/+1337
2014-03-10Add missing documentation for Audio and MediaPlayer loops property.Yoann Lopes1-0/+24
2014-03-07Fix typo Inavlid -> InvalidSergio Ahumada1-1/+1
2014-03-07WMF: each media player now has its own volume.Yoann Lopes2-28/+26
2014-03-07AVFoundation: fix crash when no camera is available on the system.Yoann Lopes1-3/+5
2014-03-07CoreAudio: Set default audio category to Playback on iOSAndy Nichols3-1/+17
2014-03-07AVFoundation: Prevent Crash in QMediaPlayerAndy Nichols1-1/+4
2014-03-06Release videoframe on painter stop()Wouter Huysentruit1-0/+12
2014-03-06GStreamer: Remove tags when an invalid QVariant is assigned.Andrew den Exter2-8/+15
2014-03-04videonode: imx6: clear texture cache when the format changesMichael Olbrich2-0/+19
2014-03-04videonode: imx6: cleanup pixel formatsMichael Olbrich2-7/+5
2014-03-04enable imx6 specific QSGVideoNode based on a config testMichael Olbrich1-1/+1
2014-03-04AVFoundation: Cleanup AVCaptureSession with proper reference countingAndy Nichols1-0/+17
2014-03-04AVFoundation: implement QCameraInfoControl.Yoann Lopes11-66/+258
2014-03-04AVFoundation: Call stop() on VideoSurface when changing sourcesAndy Nichols1-0/+5
2014-03-04AVFoundation: Fix y-inverted QML VideosAndy Nichols1-2/+3
2014-03-03AVFoundation: Remove debug codeAndy Nichols1-2/+2
2014-03-03CoreAudio: Use the real default audio device for QSoundEffectAndy Nichols1-3/+8
2014-03-03CoreAudio: Make it possible to set volume on of QAudioOutputAndy Nichols1-3/+28
2014-03-03CoreAudio: Allow more flexability when specifying SampleRatesAndy Nichols1-3/+6
2014-03-01Add missing virtual destructor for new classThiago Macieira1-0/+1
2014-02-28Android: implement QCameraInfoControl.Yoann Lopes14-170/+273
2014-02-28VideoOutput: fix autoOrientation with a camera source.Yoann Lopes3-2/+28
2014-02-28New QCameraInfo class.Yoann Lopes36-124/+1307
2014-02-25QSoundEffect: fix changing the loop count while playing.Yoann Lopes3-10/+23
2014-02-21android: add missing feature tags.Yoann Lopes1-1/+3
2014-02-19QNX: Use window group of top-level window for mmrFrank Osterfeld1-2/+10
2014-02-19Merge remote-tracking branch 'origin/dev' into stableOswald Buddenhagen85-586/+913
2014-02-17Fix linking problem when built with -no-openglAndy Shaw1-0/+3
2014-02-14AVFoundation: mirror viewfinder frames of front-facing cameras.Yoann Lopes4-7/+56
2014-02-12Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn18-82/+876
2014-02-11adding zero-copy-QSGVideoNode for imx6upstream/5.2.2Thomas Senyk12-1/+749
2014-02-10Add meta-data mappings for GPS and camera make and model to camerabin.Andrew den Exter1-2/+9
2014-02-10Fix gstreamer crash when meta-data is of incorrect type.Andrew den Exter1-56/+66
2014-02-07Replace win32-g++ with mingw scopeKai Koehne2-4/+2
2014-02-07QAudioOutput: Don't guess media role if one has not been provided in setCateg...Robin Burchell1-10/+2
2014-02-07QSoundEffect: Don't try guess a media role if one has not been provided.Robin Burchell1-5/+1
2014-02-03Normalize signal & slot signatures in connectionThiago Macieira15-32/+32
2014-02-03Ensure the backend has had its geometry updated.Roger Maclean1-0/+3
2014-02-03Don't mirror the image from the camera unless it has been flippedAndy Shaw2-3/+39
2014-02-03Exclude win32 plugins from WinRT buildMaurice Kalinowski1-1/+1
2014-01-30Move win32 and Alsa audio backends into plugins.Christian Strømme23-332/+589
2014-01-30Alsa: fix crash when detecting devices.Yoann Lopes2-75/+83
2014-01-30Android: add missing information in frames retrieved with QVideoProbe.Yoann Lopes1-6/+11
2014-01-30Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Yoann Lopes39-280/+1356
2014-01-30whitespace fixesOswald Buddenhagen41-132/+132
2014-01-29Android: fix crash in QAndroidCaptureSession.Yoann Lopes1-1/+3
2014-01-27Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn39-280/+1356
2014-01-27Fix sending End Of Stream on gst pluginDaniel Nicoletti1-20/+21
2014-01-24Fixes mediaplayer crashes on OSXtom1-11/+23