summaryrefslogtreecommitdiff
path: root/gst/cutter
Commit message (Expand)AuthorAgeFilesLines
* cutter: allow per feature registrationStéphane Cerveau2021-03-292-4/+4
* Remove autotools build systemTim-Philipp Müller2019-10-141-10/+0
* doc: Port documentation to hotdocThibault Saunier2019-05-131-0/+1
* docs: Port all docstring to gtk-doc markdownThibault Saunier2019-05-131-20/+8
* Meson: Generate pc file for all plugins in goodXavier Claessens2018-04-251-0/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+7
* good: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-6/+5
* win32: remove outdated build cruftTim-Philipp Müller2016-02-211-151/+0
* cutter: Fix buffer leakVineeth TM2015-10-051-0/+23
* Revert "doc: Workaround gtkdoc issue"Stefan Sauer2015-05-181-2/+0
* doc: Workaround gtkdoc issueNicolas Dufresne2015-05-161-0/+2
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* gst: Don't use endianness-specific S8 audio formatRafał Mużyło2014-02-041-2/+2
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-271-1/+1
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* Merge branch '0.11' of ssh://git.freedesktop.org/git/gstreamer/gst-plugins-go...Sebastian Dröge2012-01-251-2/+5
|\
| * update for new memory APIWim Taymans2012-01-251-2/+5
* | Merge branch 'master' into 0.11Sebastian Dröge2012-01-251-3/+0
|\ \ | |/ |/|
| * cutter: fix leak of unused GValueVincent Penquerc'h2012-01-161-3/+0
| * various: fix pad template leaksVincent Penquerc'h2011-11-281-4/+4
* | cutter: Update for the new raw audio layout fieldSebastian Dröge2012-01-051-3/+5
* | add parent to pad functionsWim Taymans2011-11-171-7/+10
* | cutter: bring cutter somewhat into this millenniumWim Taymans2011-08-202-68/+83
* | port more elements to new audio caps and APIWim Taymans2011-08-191-13/+12
* | cutter: port to 0.11Mark Nauwelaerts2011-06-301-21/+21
|/
* android: Make it ready for androgenizerThibault Saunier2011-04-111-0/+14
* various (gst): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-131-5/+7
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+4
* Remove unused variables in _class_initEdward Hervey2009-04-181-2/+0
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-29/+66
* gst/: Make author name consistent with others.Thomas Vander Stichele2008-11-101-1/+1
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* gst/cutter/gstcutter.*: Fix some of the most obvious bugs in cutter. Now does...Michael Smith2007-04-182-10/+10
* Fix build with LDFLAGS='-Wl,-z,defs' (#410997)Loïc Minier2007-02-241-1/+1
* gst/cutter/gstcutter.c: Use gst_guint64_to_gdouble for conversion.Sébastien Moutte2007-01-071-1/+3
* Printf format fixes.Tim-Philipp Müller2006-10-051-2/+2
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-221-1/+1
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-011-2/+2
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+2
* ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte2006-03-301-5/+9
* better/unified long descriptionsWim Taymans2006-03-301-6/+4
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-151-4/+2
* expand tabsThomas Vander Stichele2005-12-061-10/+10
* gst/cutter/gstcutter.c: copy calculation code from level; remove use of some ...Thomas Vander Stichele2005-11-221-32/+62
* port cutterThomas Vander Stichele2005-11-212-153/+119