summaryrefslogtreecommitdiff
path: root/gst/gsttaglist.c
Commit message (Expand)AuthorAgeFilesLines
* tags: add GST_TAG_LANGUAGE_NAMETim-Philipp Müller2012-01-021-1/+5
* taglist: update for thread API deprecations in glib masterTim-Philipp Müller2011-12-031-3/+16
* taglist: add to_string and new_from_string functionsTim-Philipp Müller2011-10-301-0/+38
* taglist: avoid pointless tag name -> quark lookupsTim-Philipp Müller2011-10-301-35/+47
* taglist: add gst_tag_list_is_equal()Tim-Philipp Müller2011-10-301-0/+72
* Use "const" instead G_CONST_RETURNJavier Jardón2011-06-091-1/+1
* gst: we can now use GLib 2.24 API unconditionallyTim-Philipp Müller2011-05-251-5/+0
* taglist: add a new "encoded-by" tagSreerenj Balachandran2011-02-011-0/+3
* tags: don't produce duplicated entries when merging same value twiceStefan Kost2011-01-021-2/+2
* Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers"Tim-Philipp Müller2010-12-261-1/+1
* taglist: Don't leak copies of empty stringsSebastian Dröge2010-12-191-14/+25
* gst: documentation fixups and annotationEdward Hervey2010-12-171-1/+1
* docs: gst: more gobject introspection annotationsTim-Philipp Müller2010-12-071-49/+81
* micro-optim: if (x) is cheaper than if (x > 0) for unsigned integersEdward Hervey2010-12-031-1/+1
* tag: Adds GST_TAG_GEO_LOCATION_HORIZONTAL_ERRORThiago Santos2010-09-231-0/+4
* tag: Adds GST_TAG_APPLICATION_DATAThiago Santos2010-08-241-0/+3
* tag: Adds GST_TAG_APPLICATION_NAME tagThiago Santos2010-08-091-0/+2
* tag: Adds GST_TAG_DATE_TIME tagThiago Santos2010-07-261-0/+4
* taglist: Add datetime get functionsThiago Santos2010-07-261-0/+65
* taglist: fix merge_strings_with_comma() for more than two stringsEduardo Dobay2010-07-111-5/+4
* tag: Adds GST_TAG_IMAGE_ORIENTATION tagThiago Santos2010-06-231-0/+3
* taglist: add gst_tag_list_peek_string_index to avoid a copyThiago Santos2010-06-181-0/+38
* tags: Adds geo location direction tagsThiago Santos2010-05-031-0/+16
* tags: Adds GST_TAG_DEVICE_MANUFACTURER and GST_TAG_DEVICE_MODELThiago Santos2010-05-031-0/+6
* gst: Use GSlice instead of normal g_malloc in more placesSebastian Dröge2010-03-281-1/+1
* tags: Add new _USER_RATING tagThiago Santos2010-03-241-0/+4
* gst: use #if GLIB_CHECK_VERSION instead of #ifndef GLIBMACROTim-Philipp Müller2010-03-171-3/+3
* gst: Use G_VALUE_COLLECT_INIT if availableEdward Hervey2010-03-121-0/+4
* tags: Adds new geo location tagsThiago Santos2010-03-111-0/+12
* tags: try to make comment for translators more helpfulTim-Philipp Müller2010-03-011-3/+3
* taglist: remove blank lines in variable declarationsStefan Kost2010-02-171-2/+0
* tags: wrap long string constantsTim-Philipp Müller2010-02-151-20/+16
* tags: add some comments for translators so tag mnemonics get translated corre...Tim-Philipp Müller2010-02-151-0/+3
* tags: fix up translated strings for some new tagsTim-Philipp Müller2010-01-061-9/+9
* gsttaglist: Adds new tagsThiago Santos2009-12-211-0/+27
* docs: fix xrefs in docsStefan Kost2009-11-251-1/+1
* taglist: avoid looking up GstTagInfo twice in a rowTim-Philipp Müller2009-11-051-11/+16
* taglist: Add support for ALBUM_ARTIST tagJohn Millikin2009-08-061-0/+9
* taglist: fix typo in tag descriptionStefan Kost2009-06-221-1/+1
* taglist: add functions to create a new taglist with tags in one goTim-Philipp Müller2009-06-141-0/+61
* docs: a few small API doc fixes and additionsTim-Philipp Müller2009-06-101-3/+7
* taglists: make _get_{string|pointer} return FALSE for NULL valuesTim-Philipp Müller2009-05-311-16/+16
* micro-optimisation: use GST_QUARK in more placesTim-Philipp Müller2009-05-291-6/+3
* tags: API: Add functions to add single tags to GstTagList or GstTagSetterSebastian Dröge2009-05-121-0/+23
* tags: add a tag for the container formatTim-Philipp Müller2009-05-111-0/+3
* gsttaglist: Remove unused variable.Edward Hervey2009-04-041-3/+1
* API: add gst_tag_list_get_buffer{_index}Tim-Philipp Müller2009-03-261-0/+64
* API: add GST_TAG_SUBTITLE_CODECTim-Philipp Müller2009-03-251-0/+3
* taglists: apply fix for replace all also to gst_tag_list_add_valist_values. F...Stefan Kost2009-03-121-0/+4
* docs: improve docs for gst_tag_list_get_date*()Tim-Philipp Müller2009-03-081-6/+8