summaryrefslogtreecommitdiffstats
path: root/gst/modplug
AgeCommit message (Expand)AuthorFilesLines
2005-07-31gst/modplug/gstmodplug.cc: Don't crash if a query comes in and we're not set ...Tim-Philipp Müller1-0/+3
2005-06-30FORTIFY fixesThomas Vander Stichele1-8/+9
2005-05-15Let's try that again (put virtual deconstructor into the public section)Tim-Philipp Müller1-1/+1
2005-05-15Another batch of gcc-4.0 fixes (#304180).Tim-Philipp Müller2-2/+5
2005-02-15gst/modplug/gstmodplug.cc: Add missing break causing position queries to fail.Ronald S. Bultje1-0/+1
2005-02-08Add missing endianness to template (fixes #165509).Ronald S. Bultje1-1/+1
2004-09-29ext/flac/gstflacdec.c: Only return true if we actually filled something in. P...Ronald S. Bultje1-1/+5
2004-05-21first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet1-1/+1
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-62/+62
2004-03-15*.h: Revert indentingJohan Dahlin5-787/+681
2004-03-14gst-indent c++ filesThomas Vander Stichele1-288/+282
2004-03-14gst-indentThomas Vander Stichele5-681/+787
2004-03-14gst/modplug/gstmodplug.*: set correct timestamps on outgoing buffersBenjamin Otte2-17/+25
2004-03-14gst/modplug/gstmodplug.cc: handle events - don't do crap when a discont arriv...Benjamin Otte1-0/+11
2004-03-14move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure they get re...Benjamin Otte1-2/+21
2004-03-09ext/mikmod/gstmikmod.*: make mikmod's loop function not loop infinitely and c...Benjamin Otte1-40/+20
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-1/+1
2004-01-19parenthising NULLThomas Vander Stichele1-1/+1
2004-01-18use new error signal and classificationThomas Vander Stichele1-1/+1
2004-01-07fix element descriptionThomas Vander Stichele1-2/+2
2003-12-22Merge CAPS branchDavid Schleef2-75/+40
2003-12-04remove copyright field from pluginsAndy Wingo1-2/+0
2003-11-16+ checking in plugin category changesLeif Johnson1-1/+1
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje35-6/+142
2003-11-02This one was missingRonald S. Bultje1-33/+28
2003-10-29change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef1-1/+1
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte5-325/+7
2003-10-13no, we don't require bytestream anymoreBenjamin Otte2-4/+3
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo1-3/+3
2003-10-01New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje2-25/+33
2003-09-16reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele1-3/+1
2003-09-15converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte1-1/+3
2003-09-11Remove all locally-defined optimization flagsDavid Schleef1-1/+1
2003-08-10Remove redundant plugindir definitionDavid Schleef1-2/+0
2003-07-24Add buffer length checks to every typefinding functionDavid Schleef1-0/+3
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje1-174/+93
2003-06-27some state change fixesThomas Vander Stichele2-2/+15
2003-06-01Make these compile with both solaris as well as lunix-based stuffiesRonald S. Bultje1-1/+2
2003-05-31CPPFLAGS -> CXXFLAGSJeremy Simon1-1/+1
2003-05-24UNITS -> DEFAULTWim Taymans1-5/+1
2003-05-22fix Makefiles for C++ libraries. They should now work with Forte. This needs ...Benjamin Otte1-15/+2
2003-05-22remove '__inline' stuff and take normal 'inline' insteadBenjamin Otte1-6/+2
2003-05-22Forte is more picky about how the pow() and log() functions are called.Brian Cameron2-3/+3
2003-05-22Corrected modplug and monkeyaudio to build with non-gcc compilers.Brian Cameron2-4/+7
2003-05-21Updated autogen.sh/configure.ac and various Makefiles to make the configure s...Brian Cameron1-1/+1
2003-01-30make 8bit modplug use the right caps. 8bit sounds really crappy thoBenjamin Otte1-3/+19
2003-01-20fix stupid mistake on seek eventJeremy Simon1-0/+1
2003-01-20- Fix bytestream flushWim Taymans1-3/+8
2003-01-20handle bytestream eventJeremy Simon2-11/+47
2003-01-19apply apoc's patch, it makes mod play and be seekable in gst-player, but gst-...Christian Schaller2-67/+59