- bedb591 configure.ac: Add DATADIR for storing presets. by Stefan Kost · 17 years ago
- b05a18f API: add gst_bin_find_unlinked_pad() by Tim-Philipp Müller · 17 years ago
- 8acbecf docs/pwg/advanced-tagging.xml: Small docs update, can't be bothered to rewrite the nonsensical examples right now. by Tim-Philipp Müller · 17 years ago
- ebc08dd API: gst_parse_launch_full() by Tim-Philipp Müller · 17 years ago
- f529237 docs/faq/gst-uninstalled: Also support ffmpeg in gst-uninstalled. by Suresh Kumar P · 17 years ago
- 3078614 docs/Makefile.am: Fix installing plugin documentation when gtk-doc is disabled. by Felipe Contreras · 17 years ago
- e52bc83 docs/manual/: Avoid using a bad function in the example code. by Wim Taymans · 17 years ago
- b6286c0 Expose a method that was previously used internally to synchronize against the clock because it can be useful for sub... by Wim Taymans · 17 years ago
- ffee4e6 API: add gst_type_find_suggest_simple(), #533740. by Tim-Philipp Müller · 17 years ago
- 450fa63 docs/Makefile.am: Don't descend into the plugins dir if plugin docs building is disabled. by Jan Schmidt · 17 years ago
- e188794 docs/libs/: Ignore private controller headers for docs. by Tim-Philipp Müller · 17 years ago
- cf45b88 Add method to conveniently check the name of a custom event with gst_event_has_name(). by Wim Taymans · 17 years ago
- d9c9c26 Enable/disable scan_and_update_registry() based on commandline switch or environment variable. Fixes #520468. by Jason Zhao · 17 years ago
- 012d558 docs/gst/gstreamer-sections.txt: Move GParamSepc macros to standart section. by Stefan Kost · 17 years ago
- 1e375c1 docs/gst/Makefile.am: And remove those libs here. by Stefan Kost · 17 years ago
- e8dbc8e docs/libs/Makefile.am: Fix docs build again by adding libgstnet-0.10.so to SCANOBJ_DEPS. by Tim-Philipp Müller · 17 years ago
- 7ca5c13 docs/gst/gstreamer.types.in: Stupid editor, I removed that line as it should go in yet. by Stefan Kost · 17 years ago
- 602ca96 docs/: Remove library types fro core docs and have them in libs docs. by Stefan Kost · 17 years ago
- f3e4890 docs/gst/gstreamer-docs.sgml: Remove commented out plugins (they have their own docs). Update comments. by Stefan Kost · 17 years ago
- 4a638e2 Add GST_PARAM_CONTROLLABLE and GST_PARAM_USER_SHIFT. Move paramspec docs to own section. by Stefan Kost · 17 years ago
- 467156e docs/README: Correct file path. Tell about how to use -overrides.txt. by Stefan Kost · 17 years ago
- 45b9ce9 Define socklen_t as int if it's not defined yet. Fixes compilation with MSVC6 and other versions where socklen_t is n... by Kwang Yul Seo · 17 years ago
- 224b878 Mac OS X love... by Julien Moutte · 17 years ago
- f273ee8 Add gst_pad_add_*_probe_full() functions with a notify callback that lets the caller free the data it passes to the p... by José Alburquerque · 17 years ago
- 9b3f546 Expose gst_segment_copy() to make things easier for the c++ bindings. by José Alburquerque · 17 years ago
- 08beab1 docs/design/part-buffering.txt: Fix some typos and set the estimated total for push mode to -1. by Wim Taymans · 17 years ago
- 7293b3e Rename _avail -> _range by Wim Taymans · 17 years ago
- 1365624 Add busy field and quark for the buffering query so that the app can only use the query to see if buffering is in pro... by Wim Taymans · 17 years ago
- 5e14412 Reorder the message docs and headers for clarity. by Wim Taymans · 17 years ago
- dd9009b docs/design/part-buffering.txt: Remove the "none" buffering mode, STREAM is a good default. by Wim Taymans · 17 years ago
- 878e4d9 docs/design/draft-latency.txt: Fix typo. by Wim Taymans · 17 years ago
- 847e64d Expose macro to docs and fix link to it. by Stefan Kost · 17 years ago
- b0346df Define G_PARAM_STATIC_STRINGS if it's undefined (GLib < 2.13.0) and use it everywhere for GParamSpecs that use static... by Sebastian Dröge · 17 years ago
- 7fe1bca API: Add GST_IS_PARAM_SPEC_MINI_OBJECT, GST_PARAM_SPEC_MINI_OBJECT by Sebastian Dröge · 17 years ago
- 520791d Call the version GST_MAGIC_BINARY_VERSION_STR to be more consistent and add it to the (private part) of the docs to f... by Sebastian Dröge · 17 years ago
- 7f836e1 Release 0.10.18 by Jan Schmidt · 17 years ago
- bf20f01 Add new function gst_poll_fd_ignored() for improved Windows compatibility. by Ole André Vadla Ravnås · 17 years ago
- 8a60429 Remove GstPollMode from the API, it does not make sense to let the application control this. by Ole André Vadla Ravnås · 17 years ago
- 3ae60c3 Add INIT macro and _init method for initializing the GstPollFD. by Wim Taymans · 17 years ago
- 0d37102 Use a private stuct to not break ABI. by Wim Taymans · 17 years ago
- d37ee60 configure.ac: Add checks for poll, ppoll and pselect. by Wim Taymans · 17 years ago
- 39bfee4 docs/README: Add a few lines about the new 'check-inspected-versions' target. by Tim-Philipp Müller · 17 years ago
- b1a800f Add sub-buffer functions to collectpads. Fixes #516187. by Stefan Kost · 17 years ago
- fdd893c gst/gstindex.*: Add new function with option to dispose of user_data in resolver. by Siavash Safi · 17 years ago
- 958a6e2 configure.ac: Make DISABLE_DEPRECATED defined *only* during CVS, not during pre-releases or releases. by Jan Schmidt · 17 years ago
- 4bf6171 Add more functions for unit testing: gst_check_drop_buffers, gst_check_caps_equal, gst_check_element_push_buffer_list... by Thijs Vermeir · 17 years ago
- 056d393 docs/gst/gstreamer-sections.txt: Add GST_CHECK_VERSION to the docs by Julien Moutte · 17 years ago
- 036d510 docs/README: Some more details about how the plugin docs works. by Stefan Kost · 17 years ago
- 698ecfc docs/design/part-synchronisation.txt: Update some docs. by Wim Taymans · 17 years ago
- ceeb08f Release 0.10.17 by Jan Schmidt · 17 years ago
- 92a59d9 Release 0.10.16 by Jan Schmidt · 17 years ago
- 60582e3 docs/manuals.mak: Use $(MAKE) instead of make to fix the build if GNU make is called different. Fixes bug #510747. by Sebastian Dröge · 17 years ago
- 637128b docs/faq/legal.xml: Update FAQ, Totem actually has an exception these days. by Thomas Vander Stichele · 17 years ago
- f2c3615 gst/gst.c: _gst_trace_on is already provided by gsttrace.h, no need to declare it ourselves. by Jan Schmidt · 17 years ago
- 4a3f163 API: add gst_plugin_register_static() and deprecate by Tim-Philipp Müller · 17 years ago
- 57be62b docs/faq/dependencies.xml: Fix typo. by David Schleef · 17 years ago
- 2ef7296 docs/faq/gst-uninstalled: Clarify the comments to make the usage of this script and what it does easier to understand. by Sebastian Dröge · 17 years ago
- d8bea77 docs/design/part-synchronisation.txt: Some more info on how the stream_time in GstBaseSink is done. by Wim Taymans · 17 years ago
- a332964 docs/design/part-synchronisation.txt: Small updates. by Wim Taymans · 17 years ago
- a028f75 docs/: Ignore files generated by new common/* modifications by Edward Hervey · 17 years ago
- 4d3b690 docs/faq/getting.xml: Fix typo. by David Schleef · 17 years ago
- 5f55ba7 API: Add gst_base_transform_set_gap_aware() to control whether the element correctly handles GST_BUFFER_FLAG_GAP or s... by Sebastian Dröge · 17 years ago
- 428a4e9 Change GST_GET_TIMESTAMP into gst_util_get_timestamp and replace all uses as we don't have HAVE_POSIX_TIMERS in publi... by Stefan Kost · 17 years ago
- ddb7cc2 Rename new API + ChangeLog surgery to remove old name from last entry.. by Stefan Kost · 17 years ago
- fbf7086 Now hide the different clock stuff behind a macro. by Stefan Kost · 17 years ago
- 0e0caaf Start merging in the easy bits of #361155, the monotonic clock patch. by Wim Taymans · 17 years ago
- bb523ea Due to popular request remove preset interface again. :-(. by Stefan Kost · 17 years ago
- 99897db docs/random/ensonic/profiling.txt: More ideas. by Stefan Kost · 17 years ago
- 5e43ebc docs/faq/gst-uninstalled: Yet another missing library for the uninstalled script (fft) by Julien Moutte · 17 years ago
- c6fdd66 docs/faq/developing.xml: Add a question about how to submit new translations. by Jan Schmidt · 17 years ago
- adc1062 docs/gst/gstreamer-sections.txt: Add new gst_preset__get_property_names() function to the docs to fix the build. by Sebastian Dröge · 17 years ago
- cc4e849 docs/faq/gst-uninstalled: Add another library to the uninstalled script (sdp). by Julien Moutte · 17 years ago
- d513142 docs/faq/gst-uninstalled: Add new base libraries in the LD search path. by Julien Moutte · 17 years ago
- 819c9f4 Add the preset interface (Fixes #396779). Do some doc cleanups along. by Stefan Kost · 17 years ago
- f68d08a configure.ac: releasing 0.10.15, "October" by Jan Schmidt · 17 years ago
- 0bd2f79 docs/: Update fast tagreading draft and performance profiling ideas. by Stefan Kost · 17 years ago
- 2c86c99 MAINTAINERS: Update with new email address. by Wim Taymans · 17 years ago
- b150d54 gtk-doc fixes; trailing-comma-in-enum fix. by Tim-Philipp Müller · 17 years ago
- 2715cf6 Add a new last-buffer property that contains the last buffer used in basesink for preroll or rendering. useful for ma... by Wim Taymans · 17 years ago
- 7da5577 Improve bin graph dumping, by using the envvar to specify a path. by Stefan Kost · 17 years ago
- 476e217 Document new env-var. Add one log-line after dumpng a graph. by Stefan Kost · 17 years ago
- 9063ed1 API: add GST_TAG_ARTIST_SORTNAME by Tim-Philipp Müller · 17 years ago
- a1cde30 docs/design/: Small updates. by Wim Taymans · 17 years ago
- f0dfb04 docs/gst/gstreamer-sections.txt: Fixed documentation from my previous commit (added new API add gst_value_set_structu... by Edgard Lima · 17 years ago
- 58a1553 Allow dumping pipelines as dot graphs. Fixes #456573. by Stefan Kost · 17 years ago
- 13c6e89 API: add gst_bus_pop_filtered by Tim-Philipp Müller · 17 years ago
- 4f6acb6 docs/libs/gstreamer-libs-sections.txt: Make gtk-doc ignore stuff it should ignore. by Tim-Philipp Müller · 17 years ago
- 784cb99 docs/libs/gstreamer-libs-sections.txt: Add new API to docs; fixes the build. by Tim-Philipp Müller · 17 years ago
- c3a2e06 docs/manual/advanced-dataaccess.xml: Don't imply that it's okay to unconditionally change buffer data or buffer metad... by Tim-Philipp Müller · 17 years ago
- fe6deca docs/manual/advanced-autoplugging.xml: Prefix section with broken code with a warning (see #342432). by Tim-Philipp Müller · 17 years ago
- 26d3fa8 docs/manual/: Call g_thread_init() before g_option_context_new() to avoid warnings. Spotted by Ritesh Khadgaray. Fixe... by Tim-Philipp Müller · 17 years ago
- f8b2b6c docs/design/draft-tagreading.txt: Add some more thoughts. by Stefan Kost · 17 years ago
- 378af51 docs/gst/gstreamer-sections.txt: Add M_PI and IMPORT_SYMBOL to the private part of the GstInfo section as they should... by Sebastian Dröge · 17 years ago
- e366375 API: add GST_TAG_COMPOSER, fixes #459809. by Tim-Philipp Müller · 17 years ago
- fab9c98 docs/faq/getting.xml: Add Q+A about different GStreamer versions (#364056). by Tim-Philipp Müller · 17 years ago
- 005547d docs/design/: Documentation updates and typo fixes. by Wim Taymans · 17 years ago
- 922617a docs/manual/appendix-checklist.xml: Mention less -R switch in the section about debug output (#474055). by Steve Fink · 17 years ago
- 3b67d01 docs/design/part-live-source.txt: Add docs on how live sources should timestamp. by Wim Taymans · 17 years ago
- 0d3299c Add function to perform a query on the peer of a pad. by Wim Taymans · 17 years ago
- 845cb86 docs/libs/gstreamer-libs-sections.txt: Add new API to docs and fix the build. by Tim-Philipp Müller · 17 years ago