index
:
gstreamer/gstreamer
0.10
0.11
BRANCH-AUTOPLUG2
BRANCH-BUILD1
BRANCH-CAPSNEGO1
BRANCH-COMPANY
BRANCH-ERROR
BRANCH-EVENTS1
BRANCH-EVENTS2
BRANCH-GOBJECT1
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-INCSCHED1
BRANCH-PLUGINVER1
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-THREADED
CAPS
TYPEFIND
master
GStreamer open-source multimedia framework
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
7 hours
win32: Update defs file
HEAD
master
Edward Hervey
1
-0/+2
11 hours
bin: port unit test to 0.11
Wim Taymans
1
-14/+6
30 hours
docs: improve the seeking docs more.
Stefan Sauer
2
-7/+8
30 hours
docs: fix a typo and clarify event handling a bit more
Stefan Sauer
2
-4/+5
33 hours
bin: try harder to avoid state changes in wrong direction
Wim Taymans
2
-19/+196
36 hours
gst-launch: fix -c, --toc message
Anton Belka
1
-1/+1
36 hours
toc: Add boxed types for GstToc and GstTocEntry
Anton Belka
2
-0/+12
2 days
toc: fix type of pad parameter to gst_toc_entry_new_with_pad()
Tim-Philipp Müller
2
-2/+2
2 days
toc: use correct GType for tag lists
Tim-Philipp Müller
1
-14/+10
2 days
toc: avoid unnecessary GValue acrobatics
Tim-Philipp Müller
1
-35/+15
2 days
toc: use global quark table
Tim-Philipp Müller
5
-143/+66
2 days
toc: fix internal TOC query and event structure names
Tim-Philipp Müller
1
-1/+1
3 days
pluginfeature: make GstPluginFeature structure private
Tim-Philipp Müller
2
-26/+26
3 days
tools, tests: don't access the GstPluginFeature structure directly
Tim-Philipp Müller
2
-16/+19
3 days
pluginfeature: add gst_plugin_feature_get_plugin()
Tim-Philipp Müller
4
-0/+24
3 days
common: update for gstscanobj changes
Tim-Philipp Müller
1
-0/+0
3 days
elementfactory: make object struct opaque for now
Tim-Philipp Müller
3
-34/+32
3 days
tools: don't use private GstElementFactory API in gst-inspect
Tim-Philipp Müller
1
-18/+16
3 days
elementfactory: add gst_element_factory_get_metadata_keys()
Tim-Philipp Müller
4
-0/+37
4 days
launch: improve EOS on shutdown handling
Wim Taymans
1
-9/+28
5 days
docs: fix gst_structure_to_string() docs
Anton Belka
1
-1/+1
6 days
basesink: throttle-time is used
Wim Taymans
1
-1/+1
6 days
basesink: add prepare method
Wim Taymans
2
-13/+54
6 days
basesrc: avoid potential deadlock
Wim Taymans
1
-0/+7
7 days
filesrc: remove references to mmap in comments and debug messages
Tim-Philipp Müller
1
-3/+3
7 days
gst: Rename gst_toc_entry_type_to_string() to gst_toc_entry_type_get_nick()
Sebastian Dröge
5
-6/+6
7 days
gst-launch: fix print_toc_entry()
Anton Belka
1
-3/+3
7 days
toc: API: Add gst_toc_entry_type_to_string()
Anton Belka
4
-0/+22
8 days
typefindelement: if sink pad is activated do not change mode
Alban Browaeys
1
-0/+6
9 days
Back to development
Sebastian Dröge
1
-1/+1
9 days
Release 0.11.91
RELEASE-0.11.91
Sebastian Dröge
9
-21/+656
9 days
Update .po files
Sebastian Dröge
38
-38/+38
9 days
Automatic update of common submodule
Sebastian Dröge
1
-0/+0
11 days
gst: Only include init/deinit of alloc tracing when enabled
Sebastian Rasmussen
1
-0/+4
11 days
docs: fix docs
Wim Taymans
9
-27/+27
11 days
docs: improve bufferpool docs
Wim Taymans
1
-24/+49
13 days
gst-launch: print tags in toc
Anton Belka
1
-1/+24
13 days
gst: Fix compiler warnings on mingw-w64
Raimo Järvi
5
-2/+6
2012-05-04
memory: add missing parameter to default_mem_map()
Sreerenj Balachandran
1
-1/+1
2012-05-02
win32: update .def file for new API
Tim-Philipp Müller
1
-0/+1
2012-05-01
typefindfactory: make object struct opaque for now
Tim-Philipp Müller
2
-24/+26
2012-05-01
typefindfactory: fix return type of gst_type_find_factory_get_extensions()
Tim-Philipp Müller
2
-3/+4
2012-05-01
tools, base: don't poke into GstTypeFindFactory struct, use public API
Tim-Philipp Müller
2
-14/+19
2012-05-01
typefindfactory: add gst_type_find_factory_has_function()
Tim-Philipp Müller
3
-1/+20
2012-05-01
gstcaps: Update docs for gst_caps_is_equal
Thiago Santos
1
-2/+0
2012-05-01
uri: require URI protocol bit to be at least 3 characters to be valid
Tim-Philipp Müller
2
-2/+27
2012-05-01
basetransform/basesrc: Do bufferpool configuration inside the default decide_...
Sebastian Dröge
2
-54/+150
2012-05-01
ghostpad: set result on accept caps query when there is no peer
Matej Knopp
1
-0/+1
2012-05-01
adapter: remove _try_to_merge_up()
Wim Taymans
2
-2/+11
2012-05-01
adapter: make internals private
Wim Taymans
2
-98/+69
[next]