summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Collapse)AuthorAgeFilesLines
* Pretty pointless cleanupWim Taymans2002-02-021-4/+7
| | | | | Original commit message from CVS: Pretty pointless cleanup
* Small fixesWim Taymans2002-02-021-2/+2
| | | | | Original commit message from CVS: Small fixes
* Some more goom fixesWim Taymans2002-02-021-31/+55
| | | | | Original commit message from CVS: Some more goom fixes
* Added a goom plugin (goom.sourceforge.net) to test: ./gst-launch filesrc ↵Wim Taymans2002-02-0112-0/+1691
| | | | | | | | | | location=/opt/data/south.mp3 ! mad ! tee sil... Original commit message from CVS: Added a goom plugin (goom.sourceforge.net) to test: ./gst-launch filesrc location=/opt/data/south.mp3 ! mad ! tee silent=true src%d! goom ! colorspace ! xvideosink tee0.src%d! osssink
* Various fixesRonald S. Bultje2002-01-311-14/+141
| | | | | Original commit message from CVS: Various fixes
* taaz's virtual patchThomas Vander Stichele2002-01-302-97/+97
| | | | | Original commit message from CVS: taaz's virtual patch
* Set the typefind plugin to READY so that it can do capsnego.Wim Taymans2002-01-201-0/+2
| | | | | Original commit message from CVS: Set the typefind plugin to READY so that it can do capsnego.
* Drop the bytstream correctly.Wim Taymans2002-01-191-3/+10
| | | | | Original commit message from CVS: Drop the bytstream correctly.
* Small cleanups, break the loop if the buffer is nullWim Taymans2002-01-192-9/+12
| | | | | Original commit message from CVS: Small cleanups, break the loop if the buffer is null
* Removed unused propertiesWim Taymans2002-01-191-13/+0
| | | | | Original commit message from CVS: Removed unused properties
* Don't push empty buffersWim Taymans2002-01-191-28/+23
| | | | | Original commit message from CVS: Don't push empty buffers
* Ignore junk after the streamWim Taymans2002-01-191-2/+6
| | | | | Original commit message from CVS: Ignore junk after the stream
* more // fixageChristian Schaller2002-01-191-8/+8
| | | | | Original commit message from CVS: more // fixage
* A new batch of // fixesChristian Schaller2002-01-198-25/+24
| | | | | Original commit message from CVS: A new batch of // fixes
* Ok a new batch of // to /* */ fixes commitedChristian Schaller2002-01-197-29/+29
| | | | | Original commit message from CVS: Ok a new batch of // to /* */ fixes commited
* minor fixesChristian Schaller2002-01-192-4/+4
| | | | | Original commit message from CVS: minor fixes
* Fixed two off by one bugs in the delta decoding code.Wim Taymans2002-01-181-3/+4
| | | | | Original commit message from CVS: Fixed two off by one bugs in the delta decoding code.
* Fix the "64 colors flx too dark" bug.Wim Taymans2002-01-183-15/+32
| | | | | Original commit message from CVS: Fix the "64 colors flx too dark" bug.
* - plugins are built without versioning infoWrobell2002-01-1810-0/+21
| | | | | Original commit message from CVS: - plugins are built without versioning info
* - plugins are built without versioning infoWrobell2002-01-181-0/+1
| | | | | Original commit message from CVS: - plugins are built without versioning info
* Added support for the VCD RIFF/CDXA format.Wim Taymans2002-01-173-2/+464
| | | | | Original commit message from CVS: Added support for the VCD RIFF/CDXA format.
* Make the video/avi caps for RIFF/AVI a bit more specific.Wim Taymans2002-01-162-4/+8
| | | | | Original commit message from CVS: Make the video/avi caps for RIFF/AVI a bit more specific.
* Somewhat handle events too.Wim Taymans2002-01-151-18/+19
| | | | | Original commit message from CVS: Somewhat handle events too.
* Fixed a serious parsing bug in avidemuxWim Taymans2002-01-151-19/+21
| | | | | Original commit message from CVS: Fixed a serious parsing bug in avidemux
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-1318-242/+243
| | | | | | Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
* s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn2002-01-1211-24/+39
| | | | | | | Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
* should be properly tested for firstThomas Vander Stichele2002-01-051-6/+8
| | | | | Original commit message from CVS: should be properly tested for first
* wave.c -> demo-osssrc.c this is probably broken, but then so is smoothwaveAndy Wingo2002-01-042-0/+69
| | | | | | | Original commit message from CVS: wave.c -> demo-osssrc.c this is probably broken, but then so is smoothwave
* spectrum.c -> demo-osssrc.cAndy Wingo2002-01-041-0/+8
| | | | | Original commit message from CVS: spectrum.c -> demo-osssrc.c
* smoothwave fixinThomas Vander Stichele2001-12-304-0/+389
| | | | | Original commit message from CVS: smoothwave fixin
* Fixed some pluginsWim Taymans2001-12-282-3/+2
| | | | | Original commit message from CVS: Fixed some plugins
* cya smoothwaveAndy Wingo2001-12-261-4/+4
| | | | | Original commit message from CVS: cya smoothwave
* Insert a yield operation.Wim Taymans2001-12-241-0/+4
| | | | | Original commit message from CVS: Insert a yield operation.
* Keep different counters for audio and video.Wim Taymans2001-12-232-3/+7
| | | | | Original commit message from CVS: Keep different counters for audio and video.
* Fixed some leftover errors.Wim Taymans2001-12-231-1/+2
| | | | | Original commit message from CVS: Fixed some leftover errors.
* First attempt at fixing avidemuxWim Taymans2001-12-231-18/+36
| | | | | Original commit message from CVS: First attempt at fixing avidemux
* made changes everywhere to accomodate for the headers being in ↵Thomas Vander Stichele2001-12-233-4/+4
| | | | | | | | | | <gst/(lib)/...> we'll need to conclude this fast becau... Original commit message from CVS: made changes everywhere to accomodate for the headers being in <gst/(lib)/...> we'll need to conclude this fast because we will also need to change stuff in core real soon for the libs in order to fix everything and I can't do it right now because I disabled all of the plugins here ;)
* much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe ↵Andy Wingo2001-12-232-2/+3
| | | | | | | | | they should go to ext/ Original commit message from CVS: much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/
* on dasher, on dancer, on donner, on fixen!Andy Wingo2001-12-233-20/+2
| | | | | Original commit message from CVS: on dasher, on dancer, on donner, on fixen!
* Initial revisionAndy Wingo2001-12-2254-0/+5926
| | | | | Original commit message from CVS: Initial revision
* Initial revisionAndy Wingo2001-12-2215-0/+2720
| | | | | Original commit message from CVS: Initial revision
* Initial revisionAndy Wingo2001-12-224-0/+392
| | | | | Original commit message from CVS: Initial revision
* adding sine stuffThomas Vander Stichele2001-12-211-0/+8
Original commit message from CVS: adding sine stuff