summaryrefslogtreecommitdiff
path: root/ext/kate
Commit message (Expand)AuthorAgeFilesLines
* kate: Initialize debug categoriesOlivier Crête2021-05-185-10/+10
* kate: allow per feature registrationStéphane Cerveau2021-03-2310-61/+132
* remove various useless linefeed in logsStéphane Cerveau2019-12-111-3/+3
* documentation: fixed a heap o' typosAaron Boxer2019-11-052-2/+2
* Remove autotools build systemTim-Philipp Müller2019-10-141-19/+0
* docstrings: port ulinks to markdown linksMathieu Duponchelle2019-08-233-11/+13
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-2/+2
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* kateenc: Refactoring for readability and leak fixingEdward Hervey2018-01-111-87/+92
* kateenc: Fix memory leak in error casesEdward Hervey2018-01-031-0/+4
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-125-69/+49
* Add missing include path for gst/glib-compat-prive.hNicolas Dufresne2017-03-241-1/+1
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+24
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-244-18/+12
* plugins-bad: Fix example pipelinesVineeth TM2015-12-155-9/+9
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-183-12/+6
* katedec: handle segment event earlierThiago Santos2014-07-212-1/+4
* katedec: handle streamheaders in capsThiago Santos2014-07-211-102/+171
* kate: Use G_GSIZE_FORMAT instead of unportable %zuSebastian Dröge2014-06-284-11/+15
* kate: unref events when freeing events listThiago Santos2014-06-271-0/+1
* kateenc: fix segment event leakThiago Santos2014-06-271-2/+4
* kate: avoid read buffer overflow in crafted streamVincent Penquerc'h2014-04-301-2/+8
* kate: fix implicit promotion to signed int breaking on largeish inputsVincent Penquerc'h2014-04-091-2/+2
* katedec: Merge new tags with existing tags to prevent overwriting demuxer tagsBrendan Long2014-02-233-47/+70
* kateenc: Delay segment event until we have capsSebastian Dröge2013-05-152-6/+23
* katedec/tiger: Don't queue sticky events that would come before CAPSSebastian Dröge2013-05-151-0/+3
* kateparse: Fix event handlingSebastian Dröge2013-05-151-2/+3
* kate: fix buffer leak in katetagTim-Philipp Müller2013-04-271-0/+1
* kate: minor cleanupTim-Philipp Müller2013-04-272-8/+4
* tests: fix remaining kate testsTim-Philipp Müller2013-04-231-6/+0
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* kate: only send decoder output caps once or when the format changesTim-Philipp Müller2013-04-152-8/+25
* kate: fix decoder output capsTim-Philipp Müller2013-04-152-5/+7
* kate: mark header buffers as suchTim-Philipp Müller2013-04-153-5/+6
* kateenc: save current input format in setcapsTim-Philipp Müller2013-04-153-40/+45
* kate: fix printf format strings and disable tiger elementTim-Philipp Müller2013-04-157-16/+16
* kate: port Kate subtitles to 1.0Brendan Long2013-04-157-189/+206
* Fix FSF addressTim-Philipp Müller2012-11-0416-32/+32
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-175-6/+6
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-145-5/+5
* ffmpegcolorspace is no moreWim Taymans2012-09-141-2/+2
* video/x-dvd-subpicture -> subpicture/x-dvdTim-Philipp Müller2012-08-203-3/+3
* gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller2012-08-043-10/+10
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* update for memory api changesWim Taymans2012-03-151-1/+1
* Merge branch 'master' into 0.11Wim Taymans2012-02-106-60/+109
|\
| * build: fix CFLAGS order and LIBS orderTim-Philipp Müller2012-02-031-1/+1