summaryrefslogtreecommitdiffstats
path: root/ext/tarkin
AgeCommit message (Expand)AuthorFilesLines
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2-2/+2
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost2-2/+2
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2-2/+2
2006-04-06Unify the long descriptions in the plugin details (#337263).j^2-12/+10
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
2005-12-06expand tabsThomas Vander Stichele2-21/+21
2005-11-09Don't use gtk-doc markers for normal comments. Fix gtk-doc formatting where r...Tim-Philipp Müller2-2/+2
2005-10-13ex/: and more typos fixedStefan Kost1-3/+3
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost1-1/+1
2005-09-05Fix up all the state change functions.Jan Schmidt1-7/+8
2005-07-05Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2-4/+0
2005-02-08Include "_stdint.h" instead of <stdint.h>. Fixes build on systems that do not...Tim-Philipp Müller3-3/+3
2004-05-21second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2-2/+2
2004-05-12ext/tarkin/gsttarkin.c: - Change RANK from NONE to PRIMARY (decoder)Stéphane Loeuillet1-1/+1
2004-05-10ext/tarkin/gsttarkindec.c: "Filter/Video/Decoder" => "Codec/Decoder/Video"Stéphane Loeuillet2-2/+2
2004-03-15don't mix tabs and spacesThomas Vander Stichele9-265/+266
2004-03-15*.h: Revert indentingJohan Dahlin9-454/+450
2004-03-14gst-indentThomas Vander Stichele19-2297/+2379
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2-3/+3
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele2-3/+3
2004-01-18use new error signal and classificationThomas Vander Stichele2-3/+3
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje10-2/+30
2003-11-02Tarkin compiles againIain Holmes3-104/+127
2003-10-29Move a few typefind functions to gst/typefind, remove all old typefinding cod...David Schleef1-34/+0
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2-11/+13
2003-09-16reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele2-9/+3
2003-09-15converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2-3/+9
2003-08-10Remove redundant plugindir definitionDavid Schleef1-1/+0
2003-07-24Add buffer length checks to every typefinding functionDavid Schleef1-1/+6
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2-11/+11
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte2-0/+6
2003-04-07Fix a bunch of endianness conversions that were done as long instead of int32...David Schleef1-1/+1
2003-01-10PadConnect -> PadLinkThomas Vander Stichele1-1/+1
2003-01-10another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele1-4/+4
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
2002-09-18plugins part of license field patchChristian Schaller2-0/+2
2002-09-10This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje1-2/+2
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory a...Andy Wingo1-15/+15
2002-03-30Changed to the new props APIWim Taymans2-3/+3
2002-03-20s/Gnome-Streamer/GStreamer/Andy Wingo5-5/+5
2002-03-19removal of //-style comments don't link plugins to core libs -- the versionin...Andy Wingo6-10/+10
2002-03-19s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variable...Andy Wingo1-1/+1
2002-03-03get up-to-date with the gst_caps_debug api improved capsnego in mad improved ...Andy Wingo1-1/+1
2002-02-06fixing make distcheckThomas Vander Stichele1-1/+1
2002-02-05added bitcoder.h from w3d CVS, needed to compileErik Walthinsen1-0/+148
2002-02-03Added a tarkin encoder/decoder plugin.Wim Taymans22-0/+4097