Age | Commit message (Collapse) | Author | Files | Lines |
|
not work very well either.
Original commit message from CVS:
... and as long as there's no Makefile.am in testsuite/autoplug this will
not work very well either.
|
|
Original commit message from CVS:
capsnego fixes in adder, speed, and identity
|
|
Original commit message from CVS:
--enable-plugin-builddir means nothing to the plugins themselves, just the tools
|
|
simply running gst-compprep, which in the co...
Original commit message from CVS:
* add 'toolsdir' to the pc files
* add our first plugin test, which involves simply running gst-compprep,
which in the course of creating the completion registry instantiates every
plugin. gst-register is run first.
|
|
Original commit message from CVS:
a hackish fix to link arts to the proper libs
|
|
Original commit message from CVS:
quiet a warning from autoconf
|
|
Original commit message from CVS:
Get rid of the gst_element_info() and replace it with g_message()
|
|
Original commit message from CVS:
how did this ever work ?
|
|
make only gstreamer-plugins require gstre...
Original commit message from CVS:
* fix stupid gst-register mistakes
* make all plugins require gstreamer-plugins
* make only gstreamer-plugins require gstreamer
|
|
Original commit message from CVS:
it's all about the versioning baby
|
|
Original commit message from CVS:
* some more fixes
* base rpm is now called gstreamer-plugins as it should be
|
|
Original commit message from CVS:
* various cosmetic fixes
|
|
Original commit message from CVS:
release version fix
|
|
smalltalk various other fixes
Original commit message from CVS:
* changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk
* various other fixes
|
|
Original commit message from CVS:
fixing aclocal
|
|
Original commit message from CVS:
syncing with as-version
|
|
Original commit message from CVS:
fix mad check, add defaut options properly
|
|
Original commit message from CVS:
- added info about divx related codecs
|
|
Original commit message from CVS:
fix build issues
|
|
Original commit message from CVS:
fixed silly bug
apparently gcc 3 allows this according to gcc3
|
|
Original commit message from CVS:
bugfix: do Uraeus' job - no more //
|
|
Original commit message from CVS:
bugfix: allow ID3v2 tags at start of audio
|
|
Original commit message from CVS:
smallish fixes
|
|
Original commit message from CVS:
this makes more sense higher in the file
|
|
Original commit message from CVS:
various additions
|
|
Original commit message from CVS:
more build fixing
|
|
Original commit message from CVS:
Added $(AUDIOFILE_CFLAGS)
|
|
Original commit message from CVS:
rtp conflicts with current gstclock.h, moving back to experimental
|
|
Original commit message from CVS:
fixing make distcheck
|
|
Original commit message from CVS:
use numerical comparisions for version check
|
|
Original commit message from CVS:
adding tools dir
|
|
Original commit message from CVS:
added bitcoder.h from w3d CVS, needed to compile
|
|
Original commit message from CVS:
fixing some RPM dependencies
|
|
rather than adding m4/ to aclocal search path....
Original commit message from CVS:
Revert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand,
rather than adding m4/ to aclocal search path. Shouldn't cause errors when
macros are already present on system, because macros in acinclude.m4 are
used in preference.
|
|
Original commit message from CVS:
gst-launch-ext
|
|
Original commit message from CVS:
Change gstreamer-register to gst-register
|
|
Original commit message from CVS:
Add the v4lmjpeg plugins to the configure file
|
|
Original commit message from CVS:
Add an image and a title to the SDL window while waiting
|
|
Original commit message from CVS:
tarkin fix
|
|
Original commit message from CVS:
back to cvs
|
|
--enable-experimental
Original commit message from CVS:
adding tarkin to build
to try building it run configure with --enable-experimental
|
|
Original commit message from CVS:
various fixes
|
|
Original commit message from CVS:
fix a error I caused by not seeing the nested comments
|
|
Original commit message from CVS:
// to /* */ fixes
|
|
Original commit message from CVS:
Assorted fixes.
Use the new clocking stuff.
|
|
Original commit message from CVS:
fix small typo from earlier SPEC fix commits
|
|
rpms on this. Probably room for more groupin...
Original commit message from CVS:
Tried grouping the plugins more togheter, think I saved us at least some rpms on this. Probably room for more grouping but I don't have the knowledge to know what plugins belong in what category of the remaining
|
|
Original commit message from CVS:
Added Goom and icecast to the spec, also fixed jpmeg mmx
|
|
Original commit message from CVS:
Added a tarkin encoder/decoder plugin.
I moved the tarking CVS code in here temporarily until they have a
library (hence this plugin is in ext)
test with:
./gst-launch filesrc location=/opt/data/shihad.mpg ! mpegdemux video_00! { queue ! mpeg2dec ! colorspace ! tarkinenc bitrate=3000 ! disksink location=out.ogg }
./gst-launch filesrc location=out.ogg ! tarkindec ! colorspace ! xvideosink
|
|
Original commit message from CVS:
added back goom to configure.ac after syncing with release
|