summaryrefslogtreecommitdiff
path: root/gst/mpeg1sys
AgeCommit message (Expand)AuthorFilesLines
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+14
2015-06-22mpeg1sys: remove ancient plugin that's never even been ported to 0.8Tim-Philipp Müller9-1998/+0
2015-04-27Rename property enums from ARG_ to PROP_Luis de Bethencourt1-1/+1
2015-01-21Constify some static arrays everywhereSebastian Dröge1-10/+11
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller4-8/+8
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-08-18Fix up FSF address in some source files as wellTim-Philipp Müller1-1/+2
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2011-11-04make request pads take _%uWim Taymans1-2/+2
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-10/+3
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2007-06-22Fix leaks.Edward Hervey1-2/+1
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-2/+2
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-04-06Unify the long descriptions in the plugin details (#337263).j^1-6/+5
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
2005-12-06expand tabsThomas Vander Stichele4-95/+95
2005-08-14renameThomas Vander Stichele1-2/+2
2005-07-05Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo1-2/+0
2004-08-11gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct before.David Schleef1-1/+1
2004-08-11ext/pango/gsttextoverlay.c: Add copyright block and fix plugin license fieldDavid Schleef1-1/+1
2004-07-27more working pluginsSteve Lhomme1-1/+1
2004-07-27rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme1-2/+2
2004-07-27avoid problems with math.h, fix release dependancySteve Lhomme1-3/+3
2004-07-26more plugins supported under windowsSteve Lhomme1-0/+160
2004-05-21first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet1-2/+2
2004-05-19configure.ac: Add sunaudioDavid Schleef1-2/+2
2004-05-03ext/divx/gstdivxenc.c: fix range since -1 is the defaultThomas Vander Stichele1-2/+2
2004-04-20configure.ac: bump required gstreamer version to 0.8.1.1 because of following...David Schleef1-2/+2
2004-03-15don't mix tabs and spacesThomas Vander Stichele3-151/+152
2004-03-15*.h: Revert indentingJohan Dahlin3-206/+192
2004-03-14gst-indentThomas Vander Stichele6-808/+892
2003-12-22Merge CAPS branchDavid Schleef1-30/+23
2003-12-18Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugge...Ronald S. Bultje1-1/+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. Bultje3-1/+8
2003-11-02Again one more doneRonald S. Bultje1-23/+29
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo1-3/+4
2003-09-11Remove all locally-defined optimization flagsDavid Schleef1-1/+1
2003-08-10Remove redundant plugindir definitionDavid Schleef1-1/+0
2003-07-25Adding needed license information. The patch was reviewed and approved byBrian Cameron1-1/+1
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje1-3/+3
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte2-41/+44
2003-05-21Corrected the configure.ac so it actually works. Updated some c files so tha...Brian Cameron1-0/+8
2003-05-21Updated autogen.sh/configure.ac and various Makefiles to make the configure s...Brian Cameron1-1/+1
2003-04-07Fix a bunch of endianness conversions that were done as long instead of int32...David Schleef1-4/+4
2003-02-02Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...David Schleef2-10/+10