summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2012-03-12caps: _do_simplify() -> _simplify()Wim Taymans1-6/+3
2012-03-11caps: avoid using in-place oprationsWim Taymans1-2/+2
2012-03-09bufferpool: fix array typesWim Taymans1-3/+3
2012-03-09docs: update docsWim Taymans6-48/+39
2012-03-08value: remove gst_value_register_{subtract,union,intersect}_func() APITim-Philipp Müller1-6/+0
2012-03-02gst: Remove gstmarshal.[ch] completely and use the generic marshallerSebastian Dröge1-1/+0
2012-02-27Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-2/+2
2012-02-24docs: update docsWim Taymans1-4/+4
2012-02-23docs: remove transform lockWim Taymans1-3/+0
2012-02-23Bump version after releasesTim-Philipp Müller3-4/+5
2012-02-17doc fixupsEdward Hervey1-3/+34
2012-02-17RELEASE 0.11.2Wim Taymans3-37/+35
2012-02-12docs: add a paragraph about the STREAM CONFIG event to the design docsTim-Philipp Müller1-0/+21
2012-02-12event: rename gst_event_{set,parse}_stream_config_codec_data() to _setup_data()Tim-Philipp Müller1-2/+2
2012-02-10docs: push_event doesn't return a flow value after allTim-Philipp Müller1-2/+0
2012-02-09docs: update and improve docsWim Taymans12-106/+221
2012-02-09utils: remove gst_element_class_install_std_props()Tim-Philipp Müller1-1/+0
2012-02-02remove TRACE_NAME from headersWim Taymans1-10/+1
2012-01-28docs: mention codec data / stream header change in porting docsTim-Philipp Müller1-0/+6
2012-01-27docs: add new stream config functions to docsTim-Philipp Müller1-0/+11
2012-01-27trace: remove from public headersWim Taymans2-37/+0
2012-01-27event: Add constructor and docs for the new STREAM_START eventSebastian Dröge1-0/+2
2012-01-26docs: remove collectpads from docs, fix buildTim-Philipp Müller3-49/+2
2012-01-25Add new GstMapInfoWim Taymans1-11/+9
2012-01-23docs: update controller api designStefan Sauer1-0/+4
2012-01-23controller: allow different controlbindingsStefan Sauer1-2/+0
2012-01-22Use GLib's type for GError instead of our ownTim-Philipp Müller2-2/+5
2012-01-20controller: improve control binding handlingStefan Sauer1-1/+2
2012-01-20controller: remove convenience api for control sourcesStefan Sauer1-2/+0
2012-01-19memory improvementsWim Taymans1-3/+2
2012-01-12Remove GST_TYPE_DATE, our own GDate typeTim-Philipp Müller2-6/+7
2012-01-06memory: check semantics of nested mappingsWim Taymans1-2/+5
2012-01-05memory: take offset into accountWim Taymans1-1/+1
2012-01-05docs: clarify resize and current mappingsWim Taymans1-0/+2
2012-01-05memory: clarify nested mappings, add unit testWim Taymans1-0/+13
2012-01-05improve docs a littleWim Taymans1-6/+4
2012-01-03docs: fix some docsWim Taymans2-12/+41
2012-01-02docs: fix build of docs examplesWim Taymans1-1/+1
2012-01-02registry: rename gst_registry_get_default() to gst_registry_get()Tim-Philipp Müller1-0/+5
2012-01-02Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-0/+1
2012-01-02tags: add GST_TAG_LANGUAGE_NAMETim-Philipp Müller1-0/+1
2012-01-01docs: update controller design docStefan Sauer1-2/+15
2011-12-30index: remove GstIndex and GstIndexFactory for nowTim-Philipp Müller3-102/+0
2011-12-25libs: remove gdp dataprotocol libraryTim-Philipp Müller2-42/+0
2011-12-25docs: add the start of a design document for controllerStefan Sauer1-0/+23
2011-12-25controller: move GValue handling from control-sources to -bindingStefan Sauer2-8/+12
2011-12-25controller: move GstControlledProperty into a separate classStefan Sauer3-4/+28
2011-12-24porting: update porting-to-0.11Thiago Santos1-1/+2
2011-12-19controller: cleanup interpolation modesStefan Sauer2-14/+20
2011-12-19controlsources: refactor interpolation control sourceStefan Sauer4-13/+63