.. |
parse
|
gst/gstelementfactory.c: Remove unnecessary ref/unref pair
|
2006-07-31 15:07:30 +00:00 |
.gitignore
|
ignore more
|
2006-07-02 12:52:09 +00:00 |
gettext.h
|
|
|
glib-compat-private.h
|
gst/: remove GLib 2.6 compatibility code
|
2006-06-13 08:20:24 +00:00 |
glib-compat.c
|
gst/: remove GLib 2.6 compatibility code
|
2006-06-13 08:20:24 +00:00 |
glib-compat.h
|
gst/: remove GLib 2.6 compatibility code
|
2006-06-13 08:20:24 +00:00 |
gst-i18n-app.h
|
The attached patch will make the inclusion of gettext.h unconditional in gst/gst-i18n-app.h and gst/gst-i18n-lib.h, a...
|
2006-07-03 14:14:48 +00:00 |
gst-i18n-lib.h
|
The attached patch will make the inclusion of gettext.h unconditional in gst/gst-i18n-app.h and gst/gst-i18n-lib.h, a...
|
2006-07-03 14:14:48 +00:00 |
gst.c
|
Simplify caps to get rid of duplicates, fixes #345444
|
2006-08-20 19:30:09 +00:00 |
gst.h
|
Doc updates.
|
2006-08-11 10:19:51 +00:00 |
gst_private.h
|
Add internal helpers for pre-registering quarks from static strings and using the quark values directly instead of lo...
|
2006-08-16 11:47:54 +00:00 |
gstbin.c
|
gst/gstbin.c: Fix bogus docs.
|
2006-08-16 08:54:56 +00:00 |
gstbin.h
|
|
|
gstbuffer.c
|
gst/gstbuffer.c: Copy duration/offset_end/caps when creating a subbuffer of the complete parent.
|
2006-08-21 09:30:04 +00:00 |
gstbuffer.h
|
word refcounting more precisely for gst_value_*_buffer
|
2006-08-23 09:47:32 +00:00 |
gstbus.c
|
gst/gstbus.c: Fix some typos, make docs more explicit.
|
2006-06-21 10:01:58 +00:00 |
gstbus.h
|
gst/: Remove comma at end of enumerator list.
|
2006-07-06 09:21:03 +00:00 |
gstcaps.c
|
gst/gstcaps.*: Fix docs and indentation again.
|
2006-08-28 16:39:20 +00:00 |
gstcaps.h
|
gst/gstcaps.*: Fix docs and indentation again.
|
2006-08-28 16:39:20 +00:00 |
gstchildproxy.c
|
|
|
gstchildproxy.h
|
|
|
gstclock.c
|
docs/gst/gstreamer-sections.txt: Add GstClockClass vmethod docs.
|
2006-08-11 15:24:03 +00:00 |
gstclock.h
|
docs/gst/gstreamer-sections.txt: Add GstClockClass vmethod docs.
|
2006-08-11 15:24:03 +00:00 |
gstcompat.h
|
|
|
gstconfig.h.in
|
API: add GST_SEGMENT_FORMAT, which is a printf extension we register that lets us easily dump GstSegments into debug ...
|
2006-08-09 15:13:14 +00:00 |
gstelement.c
|
Check for NULL before _reffing the bus. Fixes #353122.
|
2006-08-28 08:35:31 +00:00 |
gstelement.h
|
|
|
gstelementfactory.c
|
gst/gstelementfactory.c: If the GstElementClass doesn't have a GstElementDetails with all fields then error out nicel...
|
2006-08-14 15:33:17 +00:00 |
gstelementfactory.h
|
gst/gstbuffer.h: Avoid unneeded type checking.
|
2006-06-12 09:11:44 +00:00 |
gsterror.c
|
Add G_UNLIKELY in type registration.
|
2006-06-12 08:55:21 +00:00 |
gsterror.h
|
|
|
gstevent.c
|
docs/design/part-qos.txt: Bring docs in line with the code. Mostly the sign of the jitter was wrong in the docs.
|
2006-08-11 13:05:30 +00:00 |
gstevent.h
|
gst/: Remove comma at end of enumerator list.
|
2006-07-06 09:21:03 +00:00 |
gstfilter.c
|
|
|
gstfilter.h
|
|
|
gstformat.c
|
|
|
gstformat.h
|
|
|
gstghostpad.c
|
gst/gstghostpad.c: Unlinking from a pad without a target is now a perfectly valid case which should NOT raise an asse...
|
2006-08-08 16:24:58 +00:00 |
gstghostpad.h
|
|
|
gstindex.c
|
|
|
gstindex.h
|
|
|
gstindexfactory.c
|
|
|
gstindexfactory.h
|
|
|
gstinfo.c
|
docs/random/ensonic/logging.txt: update ideas
|
2006-08-18 10:52:33 +00:00 |
gstinfo.h
|
gst/gstinfo.h: Move the Win32 version from gst-plugins-good/gst/avi/avidemux.c to here.
|
2006-07-25 13:06:14 +00:00 |
gstinterface.c
|
|
|
gstinterface.h
|
|
|
gstiterator.c
|
|
|
gstiterator.h
|
gst/: Remove comma at end of enumerator list.
|
2006-07-06 09:21:03 +00:00 |
gstmacros.h
|
|
|
gstmarshal.list
|
|
|
gstmessage.c
|
gst/: constify quark registration strings. Fixes #344115
|
2006-06-12 09:28:35 +00:00 |
gstmessage.h
|
gst/gstmessage.h: Use a valid int for the _MESSAGE_ANY enum value to avoid compiler warnings.
|
2006-07-06 16:17:20 +00:00 |
gstminiobject.c
|
gst/gstminiobject.c: update docs
|
2006-07-24 07:40:13 +00:00 |
gstminiobject.h
|
gst/gstbuffer.h: Avoid unneeded type checking.
|
2006-06-12 09:11:44 +00:00 |
gstobject.c
|
gst/gstobject.c: Random micro-optimisation: don't use a hash table with strings as keys and the usual strdup/strcmp i...
|
2006-07-07 17:16:26 +00:00 |
gstobject.h
|
|
|
gstpad.c
|
more logical to log the sending pad, and the pad it is sending to
|
2006-08-28 23:16:33 +00:00 |
gstpad.h
|
gst/gstpad.*: Lots of comments and docs added to the pad functions.
|
2006-07-06 15:21:46 +00:00 |
gstpadtemplate.c
|
Add G_UNLIKELY in type registration.
|
2006-06-12 08:55:21 +00:00 |
gstpadtemplate.h
|
|
|
gstparse.c
|
gst/gstparse.c: Also remove reentrance checks if flex is MT save (#348179)
|
2006-07-21 18:52:30 +00:00 |
gstparse.h
|
|
|
gstpipeline.c
|
gst/gstcaps.c: Fix crasher when passed NULL. Doc clarification.
|
2006-06-22 13:51:19 +00:00 |
gstpipeline.h
|
|
|
gstplugin.c
|
Add two functions to check and change the SIGSEGV behaviour when loading plugins.
|
2006-07-17 17:40:52 +00:00 |
gstplugin.h
|
gst/: Remove comma at end of enumerator list.
|
2006-07-06 09:21:03 +00:00 |
gstpluginfeature.c
|
gst/: Use _CAST macros to avoid unneeded type checking.
|
2006-06-12 09:17:44 +00:00 |
gstpluginfeature.h
|
gst/gstbuffer.h: Avoid unneeded type checking.
|
2006-06-12 09:11:44 +00:00 |
gstquark.c
|
Add internal helpers for pre-registering quarks from static strings and using the quark values directly instead of lo...
|
2006-08-16 11:47:54 +00:00 |
gstquark.h
|
Add internal helpers for pre-registering quarks from static strings and using the quark values directly instead of lo...
|
2006-08-16 11:47:54 +00:00 |
gstquery.c
|
Initialize variables when creating a new segment query.
|
2006-08-28 08:44:29 +00:00 |
gstquery.h
|
gst/gstquery.h: Delete unused and misleading define of GST_QUERY_TYPE_RATE_DEN - rates are a gdouble
|
2006-07-26 22:59:19 +00:00 |
gstregistry.c
|
gst/gstregistry.c: Move big documentation comment into class section header, so that it appears in the API docs.
|
2006-07-26 20:30:55 +00:00 |
gstregistry.h
|
make --disable-index work (#342564)
|
2006-07-18 19:01:25 +00:00 |
gstregistryxml.c
|
make --disable-index work (#342564)
|
2006-07-18 19:01:25 +00:00 |
gstsegment.c
|
gst/gstsegment.c: Use G_UNLIKELY to help the compiler a bit.
|
2006-06-12 09:29:49 +00:00 |
gstsegment.h
|
gst/gstsegment.h: Convert tabs to spaces for better readability.
|
2006-07-20 10:50:20 +00:00 |
gststructure.c
|
gst/gststructure.c: Fix typo in docs and re-wrap docs blurb to not exceed 80 chars/line.
|
2006-08-14 12:35:06 +00:00 |
gststructure.h
|
gst/gststructure.*: Add API for setting values into structures without performing a quark lookup, if the appropriate ...
|
2006-07-26 17:04:45 +00:00 |
gstsystemclock.c
|
docs/gst/gstreamer-sections.txt: Add GstClockClass vmethod docs.
|
2006-08-11 15:24:03 +00:00 |
gstsystemclock.h
|
|
|
gsttaglist.c
|
API: add GST_TAG_EXTENDED_COMMENT (#350935).
|
2006-08-14 19:04:56 +00:00 |
gsttaglist.h
|
API: add GST_TAG_EXTENDED_COMMENT (#350935).
|
2006-08-14 19:04:56 +00:00 |
gsttagsetter.c
|
Add G_UNLIKELY in type registration.
|
2006-06-12 08:55:21 +00:00 |
gsttagsetter.h
|
|
|
gsttask.c
|
gst/gstpad.c: Improve debugging for task functions.
|
2006-08-23 16:51:19 +00:00 |
gsttask.h
|
gst/: Remove comma at end of enumerator list.
|
2006-07-06 09:21:03 +00:00 |
gsttrace.c
|
|
|
gsttrace.h
|
gst/: The attached patch adds two missing defines to gsttrace.h when tracing is disabled. It also corrects one exist...
|
2006-07-18 09:42:31 +00:00 |
gsttypefind.c
|
|
|
gsttypefind.h
|
|
|
gsttypefindfactory.c
|
Add G_UNLIKELY in type registration.
|
2006-06-12 08:55:21 +00:00 |
gsttypefindfactory.h
|
|
|
gsturi.c
|
gst/gstregistryxml.c: Avoid strdup. (will happen in libxml, but hey!)
|
2006-07-05 18:17:01 +00:00 |
gsturi.h
|
|
|
gstutils.c
|
gst/gstutils.c: Handle RESYNC correctly in _proxy_getcaps.
|
2006-08-23 10:59:47 +00:00 |
gstutils.h
|
|
|
gstvalue.c
|
gst/gstvalue.*: Use these optimizations only internaly.
|
2006-08-20 15:55:12 +00:00 |
gstvalue.h
|
gst/gstvalue.*: Use these optimizations only internaly.
|
2006-08-20 15:55:12 +00:00 |
gstversion.h.in
|
|
|
gstxml.c
|
gst/gstxml.c: Chain up to parent class in dispose function and also unref the elements in the toplevel_elements GList.
|
2006-08-21 15:19:40 +00:00 |
gstxml.h
|
|
|
Makefile.am
|
Add internal helpers for pre-registering quarks from static strings and using the quark values directly instead of lo...
|
2006-08-16 11:47:54 +00:00 |