summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Collapse)AuthorFilesLines
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte30-137/+221
Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
2003-06-27some state change fixesThomas Vander Stichele2-2/+15
Original commit message from CVS: some state change fixes
2003-06-23"My way" turned out to cause seg faults. :) Fixed, and added more fourcc ↵David Schleef1-14/+26
to caps conversions. Original commit message from CVS: "My way" turned out to cause seg faults. :) Fixed, and added more fourcc to caps conversions.
2003-06-19Revert last two changes and do it my way. :)David Schleef1-41/+18
Original commit message from CVS: Revert last two changes and do it my way. :)
2003-06-19Support ISO-style variable argument macros.Brian Cameron1-0/+12
Original commit message from CVS: Support ISO-style variable argument macros.
2003-06-19Add missing }David Schleef1-0/+1
Original commit message from CVS: Add missing }
2003-06-17which causes a segfault. I'm working on thatRonald S. Bultje1-24/+25
Original commit message from CVS: This adds width/height properties to qtdemux, so that it connects to ffdec_*... still doesn't work, because the buffer allocation in ffdec_ allocs too small buffers (edge emulation failure or so?), which causes a segfault. I'm working on that
2003-06-16+ simplifying the filter's structure, but it's still not working perfectly + ↵Leif Johnson4-218/+201
starting to wonder if/how midi integrati... Original commit message from CVS: + simplifying the filter's structure, but it's still not working perfectly + starting to wonder if/how midi integration is possible ...
2003-06-16Handle compressed headers. Fix inappropriate use of bytestream_flush().David Schleef2-105/+304
Original commit message from CVS: Handle compressed headers. Fix inappropriate use of bytestream_flush(). Code cleanup. Added getcaps and _link functions for src pads. Extract and set the size,rate,channels correctly. Fix some of the caps to agree with avidemux and/or ffmpeg.
2003-06-15Fix some of the fourcc to caps conversions. reenable setting of rate and n ↵David Schleef1-12/+26
channels on audio caps. Original commit message from CVS: Fix some of the fourcc to caps conversions. reenable setting of rate and n channels on audio caps.
2003-06-14gcc 3.3 and ppc fixesBenjamin Otte1-1/+3
Original commit message from CVS: gcc 3.3 and ppc fixes
2003-06-10Complete rewrite. Not finished, nothing to see here.David Schleef2-570/+1249
Original commit message from CVS: Complete rewrite. Not finished, nothing to see here.
2003-06-06Make sure buffer is long enough in type_find. Attempt to fix #114580David Schleef1-0/+4
Original commit message from CVS: Make sure buffer is long enough in type_find. Attempt to fix #114580
2003-06-01Make these compile with both solaris as well as lunix-based stuffiesRonald S. Bultje1-1/+2
Original commit message from CVS: Make these compile with both solaris as well as lunix-based stuffies
2003-05-31CPPFLAGS -> CXXFLAGSJeremy Simon1-1/+1
Original commit message from CVS: CPPFLAGS -> CXXFLAGS
2003-05-24UNITS -> DEFAULTWim Taymans1-5/+1
Original commit message from CVS: UNITS -> DEFAULT
2003-05-22fix Makefiles for C++ libraries. They should now work with Forte. This needs ↵Benjamin Otte1-15/+2
a new libtool, update autogen.sh to refl... Original commit message from CVS: fix Makefiles for C++ libraries. They should now work with Forte. This needs a new libtool, update autogen.sh to reflect this.
2003-05-22remove '__inline' stuff and take normal 'inline' insteadBenjamin Otte1-6/+2
Original commit message from CVS: remove '__inline' stuff and take normal 'inline' instead
2003-05-22Forte is more picky about how the pow() and log() functions are called.Brian Cameron2-3/+3
Original commit message from CVS: Forte is more picky about how the pow() and log() functions are called.
2003-05-22Corrected modplug and monkeyaudio to build with non-gcc compilers.Brian Cameron2-4/+7
Original commit message from CVS: Corrected modplug and monkeyaudio to build with non-gcc compilers.
2003-05-22Removed needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which were ↵Brian Cameron1-2/+2
causing non-gcc compilers to break. Original commit message from CVS: Removed needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which were causing non-gcc compilers to break.
2003-05-22change required to build on solaris.Brian Cameron1-1/+1
Original commit message from CVS: change required to build on solaris.
2003-05-22Made the SWAP and PREPARE_3D_LINE macros work with gints rather than using ↵Brian Cameron1-6/+6
typeof(), since typeof() is a gcc-extensio... Original commit message from CVS: Made the SWAP and PREPARE_3D_LINE macros work with gints rather than using typeof(), since typeof() is a gcc-extension and does not work with other compilers. This is okay since every place these macros are used, gints are passed in. I renamed SWAP to SWAP_INT to reflect that it is not so generic.
2003-05-21Corrected the configure.ac so it actually works. Updated some c files so ↵Brian Cameron1-0/+8
that they build on Solaris. This mostly in... Original commit message from CVS: Corrected the configure.ac so it actually works. Updated some c files so that they build on Solaris. This mostly involved supporting ISO style variable-argument macros.
2003-05-21Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron8-9/+9
script set up all gcc specific compiler a... Original commit message from CVS: Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler arguments, rather than hardcoding them in the Makefile.am files
2003-04-10fixes to mp3 typefinding:Benjamin Otte1-27/+147
Original commit message from CVS: fixes to mp3 typefinding: - removed workaround that detected files with valid ID3v2 tag as mp3 (not needed anymore) Invalid files didn't occur because of broken length in the tag but because of padding in the beginning of the audio data most of the time. - fixed various assorted stuff in the old typefind function (like not adjusting buffer size after skipping) - added 2nd typefind function to detect mp3 streams (fixes #94113)
2003-04-07Fix a bunch of endianness conversions that were done as long instead of ↵David Schleef3-14/+14
int32. Should go into 0.6.1. Original commit message from CVS: Fix a bunch of endianness conversions that were done as long instead of int32. Should go into 0.6.1.
2003-04-04Partial fix for #109700. Should be applied to 0.6.1.David Schleef1-2/+2
Original commit message from CVS: Partial fix for #109700. Should be applied to 0.6.1.
2003-03-02Silly bug, i wonder who was the last one to play with itZeeshan Ali1-6/+0
Original commit message from CVS: Silly bug, i wonder who was the last one to play with it
2003-02-25Forward events.Wim Taymans1-9/+19
Original commit message from CVS: Forward events.
2003-02-02Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer ↵David Schleef6-15/+15
conversion. Original commit message from CVS: Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
2003-01-30Just correcting my mistakeZeeshan Ali1-4/+0
Original commit message from CVS: Just correcting my mistake
2003-01-30The first attempt to support MAS. Dont expect it to work :)Zeeshan Ali1-3/+12
Original commit message from CVS: The first attempt to support MAS. Dont expect it to work :)
2003-01-30make 8bit modplug use the right caps. 8bit sounds really crappy thoBenjamin Otte1-3/+19
Original commit message from CVS: make 8bit modplug use the right caps. 8bit sounds really crappy tho
2003-01-21Make property write onlyWim Taymans1-1/+1
Original commit message from CVS: Make property write only
2003-01-20fix stupid mistake on seek eventJeremy Simon1-0/+1
Original commit message from CVS: fix stupid mistake on seek event
2003-01-20- Fix bytestream flushWim Taymans1-3/+8
Original commit message from CVS: - Fix bytestream flush - Add workaround for spider bug
2003-01-20handle bytestream eventJeremy Simon2-11/+47
Original commit message from CVS: handle bytestream event
2003-01-19apply apoc's patch, it makes mod play and be seekable in gst-player, but ↵Christian Schaller2-67/+59
gst-player hangs on EOF with mod Original commit message from CVS: apply apoc's patch, it makes mod play and be seekable in gst-player, but gst-player hangs on EOF with mod
2003-01-18don't segfault when data didn't make it inThomas Vander Stichele1-2/+5
Original commit message from CVS: don't segfault when data didn't make it in
2003-01-17+ modifying playondemand to behave a little more like a sequencerLeif Johnson5-516/+456
Original commit message from CVS: + modifying playondemand to behave a little more like a sequencer
2003-01-12Fix timestampsWim Taymans1-1/+1
Original commit message from CVS: Fix timestamps
2003-01-12somewhat fix modplugWim Taymans2-86/+16
Original commit message from CVS: somewhat fix modplug
2003-01-10PadConnect -> PadLinkThomas Vander Stichele13-24/+24
Original commit message from CVS: PadConnect -> PadLink
2003-01-10my candidate for silliest hack of the yearThomas Vander Stichele1-0/+10
Original commit message from CVS: my candidate for silliest hack of the year
2003-01-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele17-50/+50
please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
2003-01-09add verbose decode supportDavid I. Lehn5-0/+20
Original commit message from CVS: add verbose decode support
2002-12-31exciting .cvsignore updates!CAPSDavid I. Lehn2-0/+2
Original commit message from CVS: exciting .cvsignore updates!
2002-12-30Fix plugins for new query APIWim Taymans1-12/+16
Original commit message from CVS: Fix plugins for new query API
2002-12-30Remove modplug_types.cJeremy Simon1-221/+0
Original commit message from CVS: Remove modplug_types.c