index
:
~bilboed/gstreamer
1.12
design
fastqueue-1.0
master
uridecodebin3-1.12
Personal copy of GStreamer (core)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-14
releasing 0.10.10
RELEASE-0_10_10
Thomas Vander Stichele
13
-80
/
+162
2006-09-09
first prerelease
Thomas Vander Stichele
2
-4
/
+4
2006-09-09
translation updates
Thomas Vander Stichele
20
-3740
/
+4018
2006-09-05
docs/manual/advanced-position.xml: Fix typo in sample code.
Tim-Philipp Müller
2
-1
/
+6
2006-09-05
libs/gst/net/: Make stuff compile on windows. Fixes #345295.
Wim Taymans
7
-6
/
+156
2006-09-03
gst/gst.c: Print better details when child was terminated by signal.
Tim-Philipp Müller
2
-1
/
+11
2006-09-03
gst/gstregistryxml.c: Print a warning rather than g_assert() if a plugin feat...
Tim-Philipp Müller
2
-9
/
+19
2006-09-02
docs/random/moving-plugins: Fix two typos.
Stefan Kost
2
-2
/
+7
2006-09-02
document process some more
Thomas Vander Stichele
1
-0
/
+4
2006-09-02
clarify error message
Thomas Vander Stichele
1
-1
/
+5
2006-09-02
document process some more
Thomas Vander Stichele
1
-2
/
+25
2006-09-01
ChangeLog surgery: fix typo
Tim-Philipp Müller
1
-2
/
+2
2006-09-01
gst/gstinfo.c: Fix locking order, handle NULL function values properly.
Tim-Philipp Müller
4
-6
/
+27
2006-09-01
gst/gstghostpad.c: More cleanups.
Wim Taymans
2
-109
/
+161
2006-09-01
docs/: Fix docs some more.
Wim Taymans
5
-23
/
+48
2006-08-31
gst/gstutils.c: Ensure that we set a capsfilter to NULL if we failed to link ...
Michael Smith
2
-6
/
+12
2006-08-31
docs/design/part-gstghostpad.txt: Update ascii art in documentation.
Wim Taymans
4
-276
/
+400
2006-08-31
Refactored *_new() functions.
Edward Hervey
5
-33
/
+261
2006-08-30
docs/random/ensonic/profiling.txt: Ideas about qos profiling.
Stefan Kost
2
-1
/
+39
2006-08-29
gst/gstcaps.c: Code cleanups.
Wim Taymans
2
-21
/
+12
2006-08-29
gst/gstxml.c: Improve and detypofy docs.
Tim-Philipp Müller
5
-2
/
+110
2006-08-29
gst/gstelement.c: Clear the pad caps when the element shut down all of the pa...
Wim Taymans
2
-7
/
+42
2006-08-29
I don't even know which arch that is
Thomas Vander Stichele
1
-1
/
+1
2006-08-28
more logical to log the sending pad, and the pad it is sending to
Thomas Vander Stichele
1
-2
/
+2
2006-08-28
plugins/elements/gstidentity.c: Revert previous change; I misunderstood singl...
Michael Smith
2
-3
/
+5
2006-08-28
plugins/elements/gstidentity.c: Unset DISCONT on buffers when using single-se...
Michael Smith
2
-0
/
+8
2006-08-28
gst/gstcaps.*: Fix docs and indentation again.
Wim Taymans
4
-49
/
+68
2006-08-28
libs/gst/base/gstbasesink.c: Inform GstSegment of the last stop position in o...
Edward Hervey
2
-0
/
+13
2006-08-28
libs/gst/base/gstbasesrc.c: Small comment update.
Wim Taymans
3
-15
/
+36
2006-08-28
docs/manual/appendix-win32.xml: Remove mention of popt, we don't depend on th...
Tim-Philipp Müller
2
-7
/
+28
2006-08-28
Initialize variables when creating a new segment query.
Torsten Schoenfeld
3
-1
/
+33
2006-08-28
Check for NULL before _reffing the bus. Fixes #353122.
Torsten Schoenfeld
3
-2
/
+15
2006-08-25
docs/manual/basics-bus.xml: Docs update: fix wrong callback return value expl...
Tim-Philipp Müller
2
-4
/
+30
2006-08-24
tests/check/gst/gstcaps.c: Don't leak caps in unit test; add a few more simpl...
Tim-Philipp Müller
2
-0
/
+35
2006-08-24
implement caps merging (fixes #352580)
Stefan Kost
6
-14
/
+249
2006-08-23
tools/: add debug-log plotting developer tool (#340674)
Stefan Kost
3
-1
/
+258
2006-08-23
gst/gstpad.c: Improve debugging for task functions.
Wim Taymans
3
-10
/
+65
2006-08-23
gst/gstutils.c: Handle RESYNC correctly in _proxy_getcaps.
Wim Taymans
3
-9
/
+37
2006-08-23
word refcounting more precisely for gst_value_*_buffer
Thomas Vander Stichele
1
-7
/
+5
2006-08-21
gst/gstxml.c: Chain up to parent class in dispose function and also unref the...
Tim-Philipp Müller
3
-8
/
+37
2006-08-21
API: Add gst_caps_merge() and use it in basetransform, fixes #345444 in a bet...
Stefan Kost
5
-94
/
+139
2006-08-21
gst/gstxml.c: Implement GObject::dispose virtual method in GstXML so we can f...
Edward Hervey
2
-0
/
+15
2006-08-21
gst/gstbuffer.c: Copy duration/offset_end/caps when creating a subbuffer of t...
Wim Taymans
3
-8
/
+78
2006-08-21
libs/gst/base/gstbasetransform.c: Only call downstream buffer_alloc if transf...
Edward Hervey
2
-6
/
+23
2006-08-20
ChangeLog: ChangeLog surgery to add comments to previous changes
Stefan Kost
1
-0
/
+9
2006-08-20
Simplify caps to get rid of duplicates, fixes #345444
Stefan Kost
4
-5
/
+35
2006-08-20
gst/gstvalue.*: Use these optimizations only internaly.
Stefan Kost
3
-11
/
+16
2006-08-20
gst/gstvalue.*: Saves the expensive lookup of the compare function in many ca...
Stefan Kost
3
-80
/
+166
2006-08-18
tests/check/gst/gstinfo.c: Disable test that require gstdebug if it wasn't bu...
Edward Hervey
2
-0
/
+11
2006-08-18
docs/random/ensonic/logging.txt: update ideas
Stefan Kost
3
-16
/
+52
[next]