index
:
gstreamer/qt-gstreamer
0.10
master
Qt bindings for GStreamer
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-23
Release version 0.10.1
RELEASE-0.10.1
George Kiagiadakis
1
-1
/
+1
2011-01-23
Add a note about the libstdc++ bug.
George Kiagiadakis
1
-0
/
+4
2011-01-22
Make buffer sizes small in tests, to avoid failures on low memory systems.
George Kiagiadakis
2
-9
/
+9
2011-01-21
Add Element::linkMany() and Element::unlinkMany() methods.
George Kiagiadakis
2
-0
/
+121
2011-01-21
Use the variadic Bin::add() method in a few places to give a good example to ...
George Kiagiadakis
2
-6
/
+2
2011-01-21
Add variadic Bin::add implementation.
George Kiagiadakis
2
-0
/
+81
2011-01-21
Add documentationUri() and iconName() in ElementFactory.
George Kiagiadakis
2
-0
/
+12
2011-01-21
Add a copy() method in SharedStructure and a test case for SharedStructure.
George Kiagiadakis
3
-0
/
+32
2011-01-21
Add QGst::Int64Range.
George Kiagiadakis
4
-2
/
+27
2011-01-21
Register ClockTime with the type system, to be possible to use it with QGlib:...
George Kiagiadakis
2
-0
/
+9
2011-01-21
Generate the list of codegen headers instead of hardcoding it.
George Kiagiadakis
2
-37
/
+4
2011-01-21
Do not prevent people on QWS from using XOverlay; we may one day have an XOve...
George Kiagiadakis
1
-2
/
+0
2011-01-20
Correct assertion message.
George Kiagiadakis
1
-1
/
+1
2011-01-20
Make the player example appear whole in the documentation and write a few wor...
George Kiagiadakis
1
-1
/
+20
2011-01-20
Improve Ballesio's player example.
George Kiagiadakis
6
-318
/
+306
2011-01-20
Reduced number of signals for state changes
Marco Ballesio
1
-1
/
+3
2011-01-20
Improved QTime handling
Marco Ballesio
1
-12
/
+14
2011-01-20
Improved video sink handling
Marco Ballesio
3
-30
/
+30
2011-01-20
Automatically stylised with astyle
Marco Ballesio
4
-145
/
+175
2011-01-20
Removed handling of MessageAsyncDone
Marco Ballesio
1
-8
/
+0
2011-01-20
Removed unneeded dynamic casts
Marco Ballesio
1
-5
/
+5
2011-01-20
Example player evolution
Marco Ballesio
7
-186
/
+539
2011-01-20
Fix g_value_copy warning with older glib versions in case a closure's return ...
George Kiagiadakis
1
-1
/
+1
2011-01-20
Add hack to support glib < 2.26, as it is foolish to depend on 2.26 just for ...
George Kiagiadakis
2
-0
/
+9
2011-01-20
Add GetTypeImpl and ValueImpl specializations for const char[].
George Kiagiadakis
2
-3
/
+23
2011-01-20
Find the path to unistd.h and use it if codegen is being compiled with msvc.
George Kiagiadakis
1
-0
/
+7
2011-01-20
Disable MSVC warning C4250.
George Kiagiadakis
2
-0
/
+18
2011-01-20
Attempt to workaround ambiguity in RefPointer's operator== and operator!=
George Kiagiadakis
1
-2
/
+16
2011-01-20
Do not warn about the unused 'e' here.
George Kiagiadakis
1
-1
/
+1
2011-01-20
Paint the widget black when it has no renderer attached.
George Kiagiadakis
2
-0
/
+9
2011-01-20
VideoWidget: add support for watching a pipeline and drop the broken support ...
George Kiagiadakis
6
-64
/
+298
2011-01-18
Do not use -fvisibility=hidden on windows.
George Kiagiadakis
1
-1
/
+1
2011-01-18
Add a new "recorder" example.
George Kiagiadakis
5
-0
/
+607
2011-01-17
Move the examples documentation in a separate file.
George Kiagiadakis
3
-18
/
+36
2011-01-17
Remove the stupid echo example.
George Kiagiadakis
5
-92
/
+0
2011-01-17
Mention QtGStreamerUtils in the README.
George Kiagiadakis
1
-6
/
+7
2011-01-17
Add an example that demonstrates the usage of the appsrc and appsink wrappers.
George Kiagiadakis
5
-0
/
+177
2011-01-17
Properly detach the appsrc/appsink from our callbacks + don't allow setting a...
George Kiagiadakis
2
-6
/
+31
2011-01-17
Add format/setFormat methods on ApplicationSource.
George Kiagiadakis
2
-0
/
+17
2011-01-17
Fully document ApplicationSource/ApplicationSink.
George Kiagiadakis
2
-5
/
+80
2011-01-17
Properly export the TagList-related enums.
George Kiagiadakis
1
-2
/
+2
2011-01-17
Remove unneeded link library.
George Kiagiadakis
1
-2
/
+2
2011-01-17
Implement QGst::Utils::ApplicationSource.
George Kiagiadakis
6
-2
/
+460
2011-01-16
Implement QGst::Utils::ApplicationSink.
George Kiagiadakis
5
-2
/
+392
2011-01-16
Add skeleton for the new QtGStreamerUtils library.
George Kiagiadakis
7
-2
/
+87
2011-01-16
Re-enable and fix the dateTime/setDateTime TagList functions.
George Kiagiadakis
3
-23
/
+7
2011-01-16
Add ValueVTable for QDate and QDateTime.
George Kiagiadakis
3
-0
/
+131
2011-01-16
Add wrapper classes for GstBufferList and GstBufferListIterator.
George Kiagiadakis
5
-0
/
+228
2011-01-16
Also look into the dirs reported by pkg-config --variable=* to find gstreamer...
George Kiagiadakis
4
-5
/
+11
2011-01-16
Use HINTS instead of PATHS in cmake find_* commands to specify the paths comi...
George Kiagiadakis
4
-14
/
+13
[next]