index
:
~gb/gst-plugins-bad
bitstreamparserlibs
bitstreamparserlibs-rebased
codecparsers-fixes
codecparsers-h264
codecparsers-jpeg
master
vc1parsinglib
vc1parsinglib-rebased
Personal repository of gst-plugins-bad
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-11
festival: timed text is text/x-raw now
Tim-Philipp Müller
1
-1
/
+1
2012-09-11
gdp: dump bytes into debug log using GST_MEMDUMP
Tim-Philipp Müller
1
-28
/
+5
2012-09-11
update for new variable names
Wim Taymans
1
-5
/
+5
2012-09-11
gdppay: plug buffer leak
Mark Nauwelaerts
1
-0
/
+1
2012-09-11
Use new gst_element_class_set_static_metadata()
Tim-Philipp Müller
2
-2
/
+2
2012-09-11
gst: Update for GST_PLUGIN_DEFINE() API change
Sebastian Dröge
1
-1
/
+1
2012-09-11
Improve buffer allocation of wrapped memory
Wim Taymans
1
-12
/
+4
2012-09-11
update for buffer api change
Wim Taymans
1
-5
/
+5
2012-09-11
update for buffer changes
Wim Taymans
1
-3
/
+3
2012-09-11
update for memory api changes
Wim Taymans
1
-1
/
+1
2012-09-11
update for new memory api
Wim Taymans
1
-5
/
+5
2012-09-11
gdppay: fixup for changed caps
Wim Taymans
1
-28
/
+4
2012-09-11
dataprotocol: don't define default Category
Wim Taymans
1
-1
/
+0
2012-09-11
update for HEADER flag changes
Wim Taymans
2
-17
/
+15
2012-09-11
port to new map API
Wim Taymans
2
-10
/
+9
2012-09-11
gdp: move dataprotocol library into gdp plugin and make private
Tim-Philipp Müller
6
-8
/
+13
2012-09-11
gdp: fix header files
Wim Taymans
1
-32
/
+32
2012-09-11
gdp: rename buffer PREROLL -> LIVE flag
Wim Taymans
1
-1
/
+1
2012-09-11
gdp: make new _buffer_allocate method
Wim Taymans
1
-1
/
+2
2012-09-11
gdp: Rework GstSegment handling
Wim Taymans
1
-1
/
+1
2012-09-11
gdp: Hide the GstStructure in GstEvent
Wim Taymans
1
-2
/
+4
2012-09-11
gdp: add docs for GstDPPacketizer
Stefan Kost
1
-0
/
+10
2012-09-11
gdp: port code to new buffer data API
Wim Taymans
1
-2
/
+8
2012-09-11
gdp: remove deprecated code
Wim Taymans
2
-184
/
+0
2012-09-11
gdp: make public enum _get_type() functions thread-safe
Tim-Philipp Müller
1
-5
/
+6
2012-09-11
gdp: dataprotocol, lfocontrolsource: fix enum value name in enums that are pu...
Tim-Philipp Müller
1
-2
/
+2
2012-09-11
gdp: Fixes for -Wmissing-declarations -Wmissing-prototypes
Benjamin Otte
1
-0
/
+15
2012-09-11
gdp: Make code safe for -Wredundant-decls
Benjamin Otte
1
-1
/
+0
2012-09-11
gdp: fix broken xrefs in docs
Stefan Kost
1
-3
/
+3
2012-09-11
gdp: Don't write to the same region of memory as a uint64 and uint16 as this ...
Sebastian Dröge
1
-4
/
+1
2012-09-11
gdp: When calculating GDP body CRC, use the correct pointer.
Michael Smith
1
-1
/
+1
2012-09-11
gdp: Correct all relevant warnings found by the sparse semantic code analyzer...
Sebastian Dröge
1
-3
/
+3
2012-09-11
gdp: Fix empty prototypes. Fixes bug #507957.
Damien Lespiau
1
-1
/
+1
2012-09-11
gdp: g_type_class_ref() other types as well, see #349410 and #64764.
Tim-Philipp Müller
1
-1
/
+1
2012-09-11
gdp: Printf fixes.
Tim-Philipp Müller
1
-1
/
+1
2012-09-11
gdp: GST_DISABLE_DEPRECATED is only for users of API that don't want to see d...
Andy Wingo
1
-4
/
+4
2012-09-11
gdp: add gst_object_{s,g}et_control_rate(), add private data section, fix docs
Stefan Kost
2
-2
/
+15
2012-09-11
gdp: Make debug category static
Wim Taymans
1
-38
/
+104
2012-09-11
gdp: fix failure to deserialize event packets with empty payload (only ev...
Thomas Vander Stichele
1
-7
/
+8
2012-09-11
gdp: add a gdp image to the docs
Thomas Vander Stichele
1
-0
/
+4
2012-09-11
gdp: add note to docs about GDP versioning; remove tmpl file
Thomas Vander Stichele
1
-0
/
+6
2012-09-11
gdp: add a GstDPPacketizer object, and create/free functions
Thomas Vander Stichele
2
-88
/
+367
2012-09-11
gdp: factor out CRC code
Thomas Vander Stichele
1
-42
/
+16
2012-09-11
gdp: factor out some common header init code
Thomas Vander Stichele
1
-31
/
+24
2012-09-11
gdp: make gst_dp_crc() public
Thomas Vander Stichele
2
-2
/
+15
2012-09-11
gdp: make sure we zero the whole ABI-compatible area
Thomas Vander Stichele
1
-2
/
+3
2012-09-11
gdp: whitespace, comment, doc fixup
Thomas Vander Stichele
1
-1
/
+1
2012-09-11
gdp: Fixes in reading/writing events over GDP (not currently used?) - derefer...
Michael Smith
1
-6
/
+8
2012-09-11
gdp: Fix docs for dataprocotol to not get the return types completely wrong f...
Michael Smith
1
-3
/
+5
2012-09-11
gdp: Documentation updates.
Wim Taymans
2
-6
/
+40
[next]