summaryrefslogtreecommitdiff
path: root/gst/mpegaudioparse
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* Unify the long descriptions in the plugin details (#337263).j^2006-04-061-6/+5
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+1
* expand tabsThomas Vander Stichele2005-12-062-9/+9
* Don't use gtk-doc markers for normal comments. Fix gtk-doc formatting where r...Tim-Philipp Müller2005-11-091-1/+1
* Fix up all the state change functions.Jan Schmidt2005-09-051-7/+8
* configure.ac: Added mpegaudioparseWim Taymans2005-08-172-73/+36
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-051-2/+0
* set correct buffer durations in mp3parse, set default_duration in matroskamux...Arwed v. Merkatz2004-12-061-3/+5
* fix local includes and 64 bits constantsSteve Lhomme2004-07-271-1/+1
* more working pluginsSteve Lhomme2004-07-271-3/+3
* rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme2004-07-271-2/+2
* avoid problems with math.h, fix release dependancySteve Lhomme2004-07-271-3/+3
* more plugins supported under windowsSteve Lhomme2004-07-261-0/+148
* first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet2004-05-211-2/+2
* configure.ac: bump required gstreamer version to 0.8.1.1 because of following...David Schleef2004-04-201-2/+2
* gst/mpegaudioparse/gstmpegaudioparse.c: Fix buffer overflow read error.Ronald S. Bultje2004-03-241-1/+1
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-75/+76
* *.h: Revert indentingJohan Dahlin2004-03-151-22/+19
* gst-indentThomas Vander Stichele2004-03-142-222/+240
* gst/mpegaudioparse/gstmpegaudioparse.c: Unref leaked buffer. (Noticed by Ron...David Schleef2004-02-051-1/+4
* gst/mpegaudioparse/gstmpegaudioparse.c: Fix header parsing - stolen from ffmp...Ronald S. Bultje2004-01-301-49/+31
* gst-libs/gst/riff/riff-read.c: Additional pad usability check.Ronald S. Bultje2004-01-251-14/+20
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-021-4/+2
* Merge CAPS branchDavid Schleef2003-12-221-51/+34
* Fix error in my previous commit - NULL was accidentily removed, leading to a ...Ronald S. Bultje2003-12-211-1/+2
* configure.ac: Improve mpeg2enc detection. This is for distributions that do s...Ronald S. Bultje2003-12-211-3/+4
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-071-1/+0
* WhaaaaaaaaaaaaaaaaaaaaaackRonald S. Bultje2003-11-021-24/+27
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-283-99/+0
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-3/+4
* New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje2003-10-013-308/+241
* reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele2003-09-161-3/+2
* converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte2003-09-151-2/+3
* Add mpegversion(1) to the capsRonald S. Bultje2003-09-121-0/+1
* Remove all locally-defined optimization flagsDavid Schleef2003-09-111-4/+2
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
* Fix weird leftovers from the old mimetype era and also implement duration sup...Ronald S. Bultje2003-07-291-2/+4
* fix mp3 typefinding and included layer in found typeBenjamin Otte2003-07-081-10/+18
* Removed function that was only used by _loop(), which was removed by last che...David Schleef2003-07-061-18/+0
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-062-59/+63
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-292-24/+27
* Updated autogen.sh/configure.ac and various Makefiles to make the configure s...Brian Cameron2003-05-211-2/+2
* fixes to mp3 typefinding:Benjamin Otte2003-04-101-27/+147
* Fix a bunch of endianness conversions that were done as long instead of int32...David Schleef2003-04-071-7/+7
* Partial fix for #109700. Should be applied to 0.6.1.David Schleef2003-04-041-2/+2