summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Split gstreamer plugin into smaller plugins providing fewer servicesJonas Rabbe2012-04-2758-322/+923
* QSampleCache: Add a method to check whether a sample is cached.Lev Zelenskiy2012-04-272-1/+8
* Fix a compiler warning.Michael Goddard2012-04-271-1/+1
* Fix a possible stale pointer access if we can't connect to PulseAudio.Michael Goddard2012-04-271-2/+11
* Make sure the audio/video availability information changes atomically.Michael Goddard2012-04-271-4/+8
* Still need to count usage even when capacity is zero.Lev Zelenskiy2012-04-251-2/+1
* Do not try to complete flush operation if stream has changed.Lev Zelenskiy2012-04-252-4/+10
* Move QVideoWindowControl out of widgets.Thomas McGuire2012-04-255-8/+9
* QtMultimedia: Fix compiler warnings.Friedemann Kleint2012-04-242-3/+1
* Fix compilation after qtbase:8f85b84f4eaa85ff5c02ec5e65fd6706a10690b9.Friedemann Kleint2012-04-247-22/+22
* gst player: clear the buffer pool when the video sink is stoppedDmytro Poplavskiy2012-04-202-1/+10
* Disconnect probe control in case source was destroyed.Lev Zelenskiy2012-04-202-0/+16
* Emit connection-failed signal if gst_pad_alloc_buffer fails.Lev Zelenskiy2012-04-201-37/+49
* qvideosurfacegstsink: fixed calculation of supported formats.Dmytro Poplavskiy2012-04-201-2/+19
* Adjust to changed QUrl::isRelative() semantics.Michael Goddard2012-04-201-1/+11
* Change Video and VideoOutput docs to mention ScreenSaverAngus Cummings2012-04-162-0/+26
* Expose the audio category information for streams.Michael Goddard2012-04-1611-4/+198
* buffer should only be available when m_buffersAvailable > 0.bigbearzhu2012-04-161-1/+1
* QDeclarativeVideoOutput: correctly disconnect _q_updateMediaObjectLev Zelenskiy2012-04-161-1/+1
* GstVideoConnector: make sure downstream filter is in correct state.Lev Zelenskiy2012-04-161-0/+37
* expanding unit test for QAudioDecoderAngus Cummings2012-04-141-3/+5
* add #include <unistd.h> to classes which use ::getpidThomas Senyk2012-04-133-0/+6
* Use QtMultimedia 5.0 in the QML Video element doc.Thomas McGuire2012-04-131-1/+1
* Translated corresponding Gstreamer errors to QAudioDecoder::FormatErrorbigbearzhu2012-04-131-3/+26
* Move QAudioDecoder to public.Michael Goddard2012-04-118-15/+15
* Fix a number of doc errors and warnings.Michael Goddard2012-04-1117-327/+560
* GStreamer backend: set initial volume and mute values.Lev Zelenskiy2012-04-051-9/+8
* Updated a lot of minor fixes to the docs and removed warnings from qdocJonas Rabbe2012-04-0545-109/+197
* Ensure GstBus is available during GstBusHelper lifetime.Dmytro Poplavskiy2012-04-051-0/+2
* Reset playbin state to NULL on end of stream signal.Lev Zelenskiy2012-04-054-6/+39
* Added typeinfo for audio engineJonas Rabbe2012-04-042-1/+259
* Add typeinfo for the declarative plugin for Qt MultimediaJonas Rabbe2012-04-043-1/+1366
* Fixed major mem leak of unfreed GstTagList when playing ogg files.bigbearzhu2012-04-041-0/+2
* Moved video plugins around to prevent accidental unloadingJonas Rabbe2012-04-022-2/+2
* Fixed: Streams information is not updated properly for RTSP streams.Lev Zelenskiy2012-03-282-1/+21
* Deliver GStreamer signals through Qt event loopqt-v5.0.0-alpha1Sami Rosendahl2012-03-271-6/+19
* Build fix on WindowsYuchen Deng2012-03-271-1/+1
* Minor improvements on resource-policy interfacesLing Hu2012-03-265-7/+16
* Rename the daemon global static to pulseDaemonThiago Macieira2012-03-251-15/+15
* Make gstreamer player backend reserve/release video resource.Ling Hu2012-03-232-1/+28
* Implemented availability control for gstreamer player backendLing Hu2012-03-237-2/+151
* Added resource policy support though internal plugin systemLing Hu2012-03-2311-222/+419
* Don't delete video node factories owned by the plugin loader.Andrew den Exter2012-03-232-3/+10
* resolving some warnings in qtmultimedia docsAngus Cummings2012-03-2210-26/+25
* Added VideoLight camera flash mode.Dmytro Poplavskiy2012-03-223-4/+9
* changing include from qdeclarativeinfo to qmlinfo in qdeclarativeaudio.cppThomas Senyk2012-03-211-1/+1
* QMediaPlaylist: Added ability to load from provided QNetworkRequest.Lev Zelenskiy2012-03-219-23/+39
* QMediaPlayer: GStreamer backend changes for playlist support.Lev Zelenskiy2012-03-212-14/+69
* QMediaPlayer frontend: changes to playlist support.Lev Zelenskiy2012-03-217-389/+346
* New playlist parsers to support network playlists.Lev Zelenskiy2012-03-214-0/+1075