Commit graph

4799 commits

Author SHA1 Message Date
Andy Wingo ad86dc4dd0 import
Original commit message from CVS:
import
2001-12-22 23:27:17 +00:00
Andy Wingo 92d4e11782 Initial revision
Original commit message from CVS:
Initial revision
2001-12-22 23:27:17 +00:00
Andy Wingo fec81a298a let's import some more
Original commit message from CVS:
let's import some more
2001-12-22 23:21:55 +00:00
Andy Wingo 5c89abf671 Initial revision
Original commit message from CVS:
Initial revision
2001-12-22 23:21:55 +00:00
Andy Wingo 0dbe36d3ae importing sources
Original commit message from CVS:
importing sources
2001-12-22 22:43:48 +00:00
Andy Wingo 73172eee3d Initial revision
Original commit message from CVS:
Initial revision
2001-12-22 22:43:48 +00:00
Wim Taymans 7f84d638b6 Various changes and cleanups.
Original commit message from CVS:
Various changes and cleanups.
2001-12-22 21:18:53 +00:00
Andy Wingo 468a8b363b sync gst-plugins autogen.sh to gstreamer version
Original commit message from CVS:
sync gst-plugins autogen.sh to gstreamer version
2001-12-22 01:59:48 +00:00
Andy Wingo f0c9e790ff the xvideo check looks for -lXv_pic first, another virtual patch from taaz
Original commit message from CVS:
the xvideo check looks for -lXv_pic first, another virtual patch from taaz
2001-12-22 00:19:17 +00:00
Thomas Vander Stichele 4970473ea8 small typo
Original commit message from CVS:
small typo
2001-12-21 18:01:54 +00:00
Wrobell fd6261f66a - clean up
Original commit message from CVS:
- clean up
2001-12-21 15:52:40 +00:00
Wrobell 40509cf6c2 - do not AM_CONDITIONAL HAVE_AVIFILE /USE_AVIFILE is used in Makefile.am/
Original commit message from CVS:
- do not AM_CONDITIONAL HAVE_AVIFILE /USE_AVIFILE is used in Makefile.am/
- indentation fixes
2001-12-21 15:51:45 +00:00
Thomas Vander Stichele 712459fe73 adding a conditional'd spec file with esd as an example comments on how to take this idea further are welcomed before...
Original commit message from CVS:
adding a conditional'd spec file with esd as an example
comments on how to take this idea further are welcomed before I move on ;)
2001-12-21 14:53:33 +00:00
Wim Taymans d045091b51 Better error recovery.
Original commit message from CVS:
Better error recovery.
2001-12-21 13:06:32 +00:00
Wim Taymans 9416183ac6 Small additional message
Original commit message from CVS:
Small additional message
2001-12-21 12:50:56 +00:00
Thomas Vander Stichele 3dec0a8035 fairly essential substing
Original commit message from CVS:
fairly essential substing
2001-12-21 12:46:50 +00:00
Thomas Vander Stichele 019f1ee2e6 put sinesrc in experimental until we have control
Original commit message from CVS:
put sinesrc in experimental until we have control
2001-12-21 12:39:21 +00:00
Thomas Vander Stichele e4848fa40a adding Makefile
Original commit message from CVS:
adding Makefile
2001-12-21 12:35:18 +00:00
Thomas Vander Stichele d48e19cb1a adding sine stuff
Original commit message from CVS:
adding sine stuff
2001-12-21 12:31:29 +00:00
Thomas Vander Stichele 92f5a8ac6c fixed some GST_LIBS stuff added audiofile added gst-libs/audio building
Original commit message from CVS:
fixed some GST_LIBS stuff
added audiofile
added gst-libs/audio building
2001-12-21 11:46:15 +00:00
Thomas Vander Stichele 1fcdd0a62d added audiofile and audio library
Original commit message from CVS:

added audiofile and audio library
2001-12-21 10:35:10 +00:00
Thomas Vander Stichele 80d42031b2 audio library
Original commit message from CVS:
audio library
2001-12-21 10:12:38 +00:00
Thomas Vander Stichele c8199582d7 added todo added simple automatic test suite for plugins using filesrc and fakesink
Original commit message from CVS:
added todo
added simple automatic test suite for plugins using filesrc and fakesink
2001-12-21 09:49:24 +00:00
Thomas Vander Stichele 9cec2cd79f this one could come in handy
Original commit message from CVS:
this one could come in handy
2001-12-21 09:41:40 +00:00
Wrobell 48b30cdc9c - HAVE_VORBIS is defined in GST_CHECK_FEATURE
Original commit message from CVS:
- HAVE_VORBIS is defined in GST_CHECK_FEATURE
- use USE_VORBIS where appropriate
2001-12-21 09:36:33 +00:00
Thomas Vander Stichele af330af889 fixed vorbis
Original commit message from CVS:
fixed vorbis
2001-12-21 08:17:49 +00:00
Wim Taymans b0576db5f3 Some info from the encoder.
Original commit message from CVS:
Some info from the encoder.

Can someone fix the libvorbis CFLAGS in the Makefile.am?
2001-12-21 01:23:53 +00:00
Wim Taymans 6848cd2f4c More fixes to vorbisdec
Original commit message from CVS:
More fixes to vorbisdec
Fixed the encoder
2001-12-21 01:14:21 +00:00
Wim Taymans afc5bb747d Cleaned up the vorbis plugin
Original commit message from CVS:
Cleaned up the vorbis plugin
- handle EOS.
- throw some info to the app.
2001-12-21 00:15:29 +00:00
Thomas Vander Stichele ecf59e0e9b adding lame
Original commit message from CVS:
adding lame
2001-12-20 23:48:55 +00:00
Thomas Vander Stichele 15b42797e3 cleaned some more
Original commit message from CVS:
cleaned some more
2001-12-20 23:22:05 +00:00
Thomas Vander Stichele 26f1b5d371 added sdl
Original commit message from CVS:
added sdl
2001-12-20 23:21:14 +00:00
Thomas Vander Stichele 05452d6f5b added esd added new autogen.sh feature : list all of the libs/plugins you want to disable in a file called "disable" ...
Original commit message from CVS:
added esd
added new autogen.sh feature :
list all of the libs/plugins you want to disable in a file called "disable"
and they will.  makes it easier to check stuff when you're working on one
a file "enable" does the opposite.  You're on your own if you make them
conflict ;)
CML2 anyone ?

fixed some xvideo stuff, can't remember what though
2001-12-20 23:13:50 +00:00
Thomas Vander Stichele 29a5d64c42 adding vorbis
Original commit message from CVS:
adding vorbis
2001-12-20 22:30:14 +00:00
Thomas Vander Stichele 6720732c9e applied taaz's virtual patch
Original commit message from CVS:
applied taaz's virtual patch
2001-12-20 21:28:35 +00:00
Thomas Vander Stichele a133916d63 wingo's changes
Original commit message from CVS:
wingo's changes
2001-12-20 21:27:27 +00:00
Thomas Vander Stichele 03b48f327b applied wingo's patch to core
Original commit message from CVS:
applied wingo's patch to core
2001-12-20 21:18:37 +00:00
Andy Wingo 3b523f7162 srcfile isn't in yet, so i changed that also, i wrote some of this stuff :)
Original commit message from CVS:
srcfile isn't in yet, so i changed that
also, i wrote some of this stuff :)
2001-12-20 21:18:36 +00:00
Thomas Vander Stichele a221ccfed7 added qcam checks
Original commit message from CVS:
added qcam checks
2001-12-20 21:03:18 +00:00
Thomas Vander Stichele 1d1b616c2f vcd checks
Original commit message from CVS:
vcd checks
2001-12-20 20:44:05 +00:00
Thomas Vander Stichele e6bbd8d8d9 added v4l handling
Original commit message from CVS:
added v4l handling
2001-12-20 20:37:57 +00:00
Thomas Vander Stichele 0d6ef558ad some build changes vga is put in broken because of an undef in my build, please check
Original commit message from CVS:
some build changes
vga is put in broken because of an undef in my build, please check
2001-12-20 20:33:15 +00:00
Thomas Vander Stichele 476c37eb45 unforming dir names
Original commit message from CVS:
unforming dir names
2001-12-20 20:25:24 +00:00
Thomas Vander Stichele 7595231037 removing HAVE_OSS and HAVE_XAUDIO
Original commit message from CVS:
removing HAVE_OSS and HAVE_XAUDIO
2001-12-20 20:16:57 +00:00
Thomas Vander Stichele 50b8796446 added wrobell's AC_DEFINE change
Original commit message from CVS:
added wrobell's AC_DEFINE change
2001-12-20 20:15:13 +00:00
Thomas Vander Stichele 7f79c73edb doc stuff
Original commit message from CVS:
doc stuff
2001-12-20 20:07:24 +00:00
Thomas Vander Stichele 6bf7690177 more of the same
Original commit message from CVS:
more of the same
2001-12-17 19:04:24 +00:00
Thomas Vander Stichele 37c4906a74 first batch
Original commit message from CVS:
first batch
2001-12-17 19:03:14 +00:00
Thomas Vander Stichele 49d345d9ef building up speed
Original commit message from CVS:
building up speed
2001-12-17 18:37:01 +00:00