summaryrefslogtreecommitdiff
path: root/gst/modplug
Commit message (Expand)AuthorAgeFilesLines
* Build the modplug plugin against the modplug library and remove our copyHans de Goede2009-01-2443-22254/+0
* Link modplug plugin with -lm. Fixes bug #568483.Brian Cameron2009-01-231-1/+1
* gst/modplug/gstmodplug.cc: Send tag event. Fixes #559286.Stefan Kost2008-11-041-0/+17
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* gst/festival/gstfestival.c: Guard unistd.h with HAVE_UNISTD_HMichael Smith2008-07-244-4/+5
* gst/modplug/libmodplug/Makefile.am: Use GST_CXXFLAGS instead of GST_CFLAGS fo...Sebastian Dröge2008-07-211-1/+1
* docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost2008-06-131-5/+4
* Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them when buildi...Tim-Philipp Müller2008-02-231-1/+1
* configure.ac: Require core CVS. This is implicit in the -base CVS requiremen...Tim-Philipp Müller2007-10-101-9/+4
* gst/modplug/gstmodplug.cc: Fix compiler warning.Wim Taymans2007-08-211-1/+1
* gst/modplug/gstmodplug.cc: Don't use NULL caps for srcpad is not yet connected.Stefan Kost2007-08-211-24/+29
* gst/modplug/gstmodplug.cc: add several missing supported mime-types to the mo...Hans de Goede2007-07-141-2/+3
* gst/modplug/gstmodplug.cc: Activate doc section.Stefan Kost2007-07-031-1/+1
* autogen.sh: Require automake 1.7Thomas Vander Stichele2007-04-291-3/+2
* gst/modplug/gstmodplug.cc: Remove superfluous gst_caps_get_structure() call.Tim-Philipp Müller2007-02-061-1/+0
* Fix build with gcc-2.x (declare variables at the beginning of a block etc.). ...Jens Granseuer2007-01-031-1/+1
* gst/modplug/libmodplug/sndfile.cpp: Fix potential buffer overflow (CVE-2006-4...Tim-Philipp Müller2006-12-141-1/+1
* gst/modplug/gstmodplug.cc: Fix modplug duration query. Fixes #384294.Jonathan Matthew2006-12-111-5/+2
* gst/modplug/libmodplug/stdafx.h: Fix modplug on AMD64. Fixes #345336.Wim Taymans2006-06-201-4/+13
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-011-2/+2
* GST_ORIGIN => GST_PACKAGE_ORIGINTim-Philipp Müller2006-04-031-1/+1
* gst/modplug/libmodplug/: Try that again (not only should it be MODPLUG_ inste...Tim-Philipp Müller2006-03-222-1/+3
* gst/modplug/libmodplug/Makefile.am: More gcc-4.1 fixes (we don't need file sa...Tim-Philipp Müller2006-03-221-1/+1
* gst/modplug/libmodplug/load_ptm.cpp: Fix compilation with gcc-4.1 and -Werror...Tim-Philipp Müller2006-03-211-4/+9
* gst/modplug/: Fix modplug compilation.Julien Moutte2006-03-102-7/+9
* Original commit message from CVS:Tim-Philipp Müller2006-03-105-472/+481
* expand tabsThomas Vander Stichele2005-12-065-843/+843
* Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027)Jan Schmidt2005-11-211-2/+2
* Fix up all the state change functions.Jan Schmidt2005-09-051-12/+13
* gst/modplug/gstmodplug.cc: Add missing break causing position queries to fail.Ronald S. Bultje2005-02-151-0/+1
* Add missing endianness to template (fixes #165509).Ronald S. Bultje2005-02-081-1/+1
* ext/flac/gstflacdec.c: Only return true if we actually filled something in. P...Ronald S. Bultje2004-09-291-1/+5
* first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet2004-05-211-1/+1
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-62/+62
* *.h: Revert indentingJohan Dahlin2004-03-155-787/+681
* gst-indent c++ filesThomas Vander Stichele2004-03-141-288/+282
* gst-indentThomas Vander Stichele2004-03-145-681/+787
* gst/modplug/gstmodplug.*: set correct timestamps on outgoing buffersBenjamin Otte2004-03-142-17/+25
* gst/modplug/gstmodplug.cc: handle events - don't do crap when a discont arriv...Benjamin Otte2004-03-141-0/+11
* move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure they get re...Benjamin Otte2004-03-141-2/+21
* ext/mikmod/gstmikmod.*: make mikmod's loop function not loop infinitely and c...Benjamin Otte2004-03-091-40/+20
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-1/+1
* parenthising NULLThomas Vander Stichele2004-01-191-1/+1
* use new error signal and classificationThomas Vander Stichele2004-01-181-1/+1
* fix element descriptionThomas Vander Stichele2004-01-071-2/+2
* Merge CAPS branchDavid Schleef2003-12-222-75/+40
* remove copyright field from pluginsAndy Wingo2003-12-041-2/+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-0735-6/+142
* This one was missingRonald S. Bultje2003-11-021-33/+28