summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* build system cleanupsOswald Buddenhagen2012-06-2511-14/+10
* switch to new-style configure testsOswald Buddenhagen2012-06-254-10/+10
* Fixed some crash with WMF backendLing Hu2012-06-256-25/+51
* Fix namespace compilation.Toby Tomkins2012-06-251-1/+2
* Remove the USE_COCOA #ifdef, it's always defined now.Michael Goddard2012-06-201-2/+0
* Enabled wmf plugin on Windows againLing Hu2012-06-206-12/+13
* Fix build on Windows with new qdatetime.h that doesn't redefine min/maxSimon Hausmann2012-06-131-1/+1
* Enable auto resume of playback for gstreamer mediaplayerLing Hu2012-06-122-31/+44
* Fix compilation without QtWidgets and QtOpenGL on MacKent Hansen2012-06-074-6/+13
* Removed encoding options from Audio/Video encoding controlsDmytro Poplavskiy2012-06-076-69/+0
* Remove the last remainders of the old plugin systemLars Knoll2012-06-056-23/+8
* Avoid string-based, dynamic lookup of signalsKent Hansen2012-06-052-24/+24
* Add gstreamer.json to OTHER_FILESJohannes Zellner2012-06-011-0/+2
* Fix compilation when appsrc is not available.Johannes Zellner2012-05-211-0/+4
* GStreamer player session: remove code for old playbin.Lev Zelenskiy2012-05-142-148/+50
* QAudioOutput: low-latency related changes.Lev Zelenskiy2012-05-142-15/+40
* Update duration information after switching to PLAYING state.Lev Zelenskiy2012-05-111-1/+9
* When resource is lost pause the pipeline instead of stopping it.Lev Zelenskiy2012-05-111-32/+6
* QGStreamerPlayerSession: unref pads after using them.Lev Zelenskiy2012-05-111-4/+12
* QGstreamerMetaDataProvider: fix keys not mapped properly.Lev Zelenskiy2012-05-111-1/+1
* Gst played: removed GST_SEEK_FLAG_ACCURATE flagDmytro Poplavskiy2012-05-101-2/+2
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-045-15/+15
* Replaced QMediaRecorderControl::play/stop/pause with setStateDmytro Poplavskiy2012-05-024-26/+35
* Added QMediaRecorder::status propertyDmytro Poplavskiy2012-05-024-19/+120
* Fix MinGW-w64 compilationJonathan Liu2012-04-302-1/+4
* Split gstreamer plugin into smaller plugins providing fewer servicesJonas Rabbe2012-04-2752-5142/+641
* Make sure the audio/video availability information changes atomically.Michael Goddard2012-04-271-4/+8
* Move QVideoWindowControl out of widgets.Thomas McGuire2012-04-251-0/+1
* Emit connection-failed signal if gst_pad_alloc_buffer fails.Lev Zelenskiy2012-04-201-37/+49
* Expose the audio category information for streams.Michael Goddard2012-04-162-1/+34
* buffer should only be available when m_buffersAvailable > 0.bigbearzhu2012-04-161-1/+1
* GstVideoConnector: make sure downstream filter is in correct state.Lev Zelenskiy2012-04-161-0/+37
* add #include <unistd.h> to classes which use ::getpidThomas Senyk2012-04-133-0/+6
* Translated corresponding Gstreamer errors to QAudioDecoder::FormatErrorbigbearzhu2012-04-131-3/+26
* Move QAudioDecoder to public.Michael Goddard2012-04-112-3/+3
* GStreamer backend: set initial volume and mute values.Lev Zelenskiy2012-04-051-9/+8
* Reset playbin state to NULL on end of stream signal.Lev Zelenskiy2012-04-054-6/+39
* Fixed major mem leak of unfreed GstTagList when playing ogg files.bigbearzhu2012-04-041-0/+2
* Fixed: Streams information is not updated properly for RTSP streams.Lev Zelenskiy2012-03-282-1/+21
* Build fix on WindowsYuchen Deng2012-03-271-1/+1
* Minor improvements on resource-policy interfacesLing Hu2012-03-261-1/+1
* 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-235-277/+12
* QMediaPlayer: GStreamer backend changes for playlist support.Lev Zelenskiy2012-03-212-14/+69
* Updated IID, services, and controls to use qt-project URLJonas Rabbe2012-03-2012-12/+12
* Updated plugins to use new plugin architectureJonas Rabbe2012-03-2025-123/+51
* Compile on WindowsMarius Storm-Olsen2012-03-202-5/+5
* Handle more errors from GStreamer.Michael Goddard2012-03-162-11/+11
* Move most of playlist API to private.Lev Zelenskiy2012-03-066-6/+6