Age | Commit message (Expand) | Author | Files | Lines |
2006-06-01 | Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass | Stefan Kost | 1 | -2/+2 |
2006-04-25 | Define GstElementDetails as const and also static (when defined as global) | Stefan Kost | 1 | -1/+1 |
2006-04-08 | Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) | Stefan Kost | 1 | -1/+1 |
2006-04-06 | Unify the long descriptions in the plugin details (#337263). | j^ | 1 | -6/+5 |
2006-04-01 | rework build; add translations for v4l2 | Thomas Vander Stichele | 1 | -1/+1 |
2005-12-06 | expand tabs | Thomas Vander Stichele | 2 | -9/+9 |
2005-11-09 | Don't use gtk-doc markers for normal comments. Fix gtk-doc formatting where r... | Tim-Philipp Müller | 1 | -1/+1 |
2005-09-05 | Fix up all the state change functions. | Jan Schmidt | 1 | -7/+8 |
2005-08-17 | configure.ac: Added mpegaudioparse | Wim Taymans | 2 | -73/+36 |
2005-07-05 | Way, way, way too many files: Remove crack comment from the 2000 era. | Andy Wingo | 1 | -2/+0 |
2004-12-06 | set correct buffer durations in mp3parse, set default_duration in matroskamux... | Arwed v. Merkatz | 1 | -3/+5 |
2004-07-27 | fix local includes and 64 bits constants | Steve Lhomme | 1 | -1/+1 |
2004-07-27 | more working plugins | Steve Lhomme | 1 | -3/+3 |
2004-07-27 | rename GStreamer-0.8.lib to libgstreamer.lib | Steve Lhomme | 1 | -2/+2 |
2004-07-27 | avoid problems with math.h, fix release dependancy | Steve Lhomme | 1 | -3/+3 |
2004-07-26 | more plugins supported under windows | Steve Lhomme | 1 | -0/+148 |
2004-05-21 | first batch : remove ',' at end of enums as they could confuse older gcc, for... | Stéphane Loeuillet | 1 | -2/+2 |
2004-04-20 | configure.ac: bump required gstreamer version to 0.8.1.1 because of following... | David Schleef | 1 | -2/+2 |
2004-03-24 | gst/mpegaudioparse/gstmpegaudioparse.c: Fix buffer overflow read error. | Ronald S. Bultje | 1 | -1/+1 |
2004-03-15 | don't mix tabs and spaces | Thomas Vander Stichele | 1 | -75/+76 |
2004-03-15 | *.h: Revert indenting | Johan Dahlin | 1 | -22/+19 |
2004-03-14 | gst-indent | Thomas Vander Stichele | 2 | -222/+240 |
2004-02-05 | gst/mpegaudioparse/gstmpegaudioparse.c: Unref leaked buffer. (Noticed by Ron... | David Schleef | 1 | -1/+4 |
2004-01-30 | gst/mpegaudioparse/gstmpegaudioparse.c: Fix header parsing - stolen from ffmp... | Ronald S. Bultje | 1 | -49/+31 |
2004-01-25 | gst-libs/gst/riff/riff-read.c: Additional pad usability check. | Ronald S. Bultje | 1 | -14/+20 |
2004-01-02 | Convert elements to use gst_pad_use_explicit_caps() where appropriate. | David Schleef | 1 | -4/+2 |
2003-12-22 | Merge CAPS branch | David Schleef | 1 | -51/+34 |
2003-12-21 | Fix error in my previous commit - NULL was accidentily removed, leading to a ... | Ronald S. Bultje | 1 | -1/+2 |
2003-12-21 | configure.ac: Improve mpeg2enc detection. This is for distributions that do s... | Ronald S. Bultje | 1 | -3/+4 |
2003-12-04 | remove copyright field from plugins | Andy Wingo | 1 | -1/+0 |
2003-11-16 | + checking in plugin category changes | Leif Johnson | 1 | -1/+1 |
2003-11-07 | Remove all config.h includes from header files, add it to each source file an... | Ronald S. Bultje | 1 | -1/+0 |
2003-11-02 | Whaaaaaaaaaaaaaaaaaaaaaack | Ronald S. Bultje | 1 | -24/+27 |
2003-10-28 | merge TYPEFIND branch. Major changes: | Benjamin Otte | 3 | -99/+0 |
2003-10-08 | /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ... | Andy Wingo | 1 | -3/+4 |
2003-10-01 | New typefind system: bytestream is now part of the core all plugins have been... | Ronald S. Bultje | 3 | -308/+241 |
2003-09-16 | reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERROR | Thomas Vander Stichele | 1 | -3/+2 |
2003-09-15 | converted gst_element_error to new format in gst/ - gettext pending | Benjamin Otte | 1 | -2/+3 |
2003-09-12 | Add mpegversion(1) to the caps | Ronald S. Bultje | 1 | -0/+1 |
2003-09-11 | Remove all locally-defined optimization flags | David Schleef | 1 | -4/+2 |
2003-08-10 | Remove redundant plugindir definition | David Schleef | 1 | -1/+0 |
2003-07-29 | Fix weird leftovers from the old mimetype era and also implement duration sup... | Ronald S. Bultje | 1 | -2/+4 |
2003-07-08 | fix mp3 typefinding and included layer in found type | Benjamin Otte | 1 | -10/+18 |
2003-07-06 | Removed function that was only used by _loop(), which was removed by last che... | David Schleef | 1 | -18/+0 |
2003-07-06 | New mimetypes gone into effect today - this commit changes all old mimetypes ... | Ronald S. Bultje | 2 | -59/+63 |
2003-06-29 | compatibility fix for new GST_DEBUG stuff. | Benjamin Otte | 2 | -24/+27 |
2003-05-21 | Updated autogen.sh/configure.ac and various Makefiles to make the configure s... | Brian Cameron | 1 | -2/+2 |
2003-04-10 | fixes to mp3 typefinding: | Benjamin Otte | 1 | -27/+147 |
2003-04-07 | Fix a bunch of endianness conversions that were done as long instead of int32... | David Schleef | 1 | -7/+7 |
2003-04-04 | Partial fix for #109700. Should be applied to 0.6.1. | David Schleef | 1 | -2/+2 |