Thomas Vander Stichele
1939686c50
make pixbuf loader dir configurable
...
Original commit message from CVS:
make pixbuf loader dir configurable
2003-12-14 16:51:39 +00:00
Christian Schaller
8f8c138444
fix build wrt to autoplug test
...
Original commit message from CVS:
fix build wrt to autoplug test
2003-12-13 20:13:14 +00:00
Ronald S. Bultje
239c431a34
This is a first attempt at a wrapper for the lib'ified mpeg2enc of mjpegtools. Currently, there's a few release candi...
...
Original commit message from CVS:
This is a first attempt at a wrapper for the lib'ified mpeg2enc of
mjpegtools. Currently, there's a few release candidates for mjpegtools-1.6.2
available, but no stable version yet.
I've made 4 small subclasses to wrap input, output, options and generic
encoding model. The last .cc file is the GStreamer plugin element.
Note that it doesn't actually work yet, I'm doing something wrong with
header parsing and Andrew asked me to commit so he could help debugging
that. Apart from that, we should soon be able to make top-quality MPEG
encodes! :).
mpeg2enc licensing is tricky, btw, I don't even want to start discussing
that...
2003-12-11 21:07:25 +00:00
Christophe Fergeau
daa6a095a9
Committed fix for #128893 (properly detect too old libfaad installations)
...
Original commit message from CVS:
Committed fix for #128893 (properly detect too old libfaad installations)
2003-12-09 15:23:08 +00:00
Julien Moutte
565d590fcc
Adding a new plugin: switch.
...
Original commit message from CVS:
Adding a new plugin: switch.
It takes N input and only has 1 output. You can "switch" the forwarded input through properties ("nb_sources", "active_source") and i will probably add tuner interface support soon.
It should be able to handle any kind of data passing through it.
It is still a work in progress don't consider it usable for production yet.
2003-12-08 20:01:00 +00:00
Ronald S. Bultje
c9b861c773
Fix v4l detection (it requires X, but X is detected after v4l, so this needed to be swapped). Also add X requirement ...
...
Original commit message from CVS:
Fix v4l detection (it requires X, but X is detected after v4l, so this needed to be swapped). Also add X requirement to v4l2
2003-12-07 11:51:06 +00:00
Andy Wingo
dbf9d697eb
remove copyright field from plugins
...
Original commit message from CVS:
remove copyright field from plugins
2003-12-04 10:37:35 +00:00
Thomas Vander Stichele
24cf217717
fix X dependencies
...
Original commit message from CVS:
fix X dependencies
2003-12-03 12:49:29 +00:00
Thomas Vander Stichele
a7158f85ae
fixing up X test and general features test
...
Original commit message from CVS:
fixing up X test and general features test
2003-12-03 12:23:37 +00:00
Ronald S. Bultje
c4d31322bc
Add check for faad2 (faad1 was detected, too, but we don't want that)
...
Original commit message from CVS:
Add check for faad2 (faad1 was detected, too, but we don't want that)
2003-11-29 22:43:23 +00:00
Leif Johnson
8c0d56d293
fixing bug #127984 , we require a higher version of the alsa library
...
Original commit message from CVS:
fixing bug #127984 , we require a higher version of the alsa library
2003-11-27 02:02:11 +00:00
Benjamin Otte
9aa2fa06be
use GDK_PIXBUF_CONFDIR
...
Original commit message from CVS:
use GDK_PIXBUF_CONFDIR
2003-11-24 23:16:03 +00:00
Benjamin Otte
c5ca1b712d
tagging stuff and build fixes. In detail:
...
Original commit message from CVS:
tagging stuff and build fixes. In detail:
- make gdk-pixbuf loader work when distchecking
- fix invalid syntax in ffmpeg Makefile. wildcards for EXTRA_DIST are not allowed. This broke builds where distdir != srcdir
- fix ffmpeg cvs grabbing when srcdir != distdir
- new id3tag plugin for id3 tag reading/writing (uses mad's libid3tag)
- mad and libid3tag require mad/libid3tag v0.15. Fixed configure to require that
- added ogg demuxer in ext/ogg. The demuxer does not handle events yet. Especially getting seeking right will require some effort or code copying from libvorbis.
- added raw vorbis detection to typefinding. oggdemux requires a typefind function to detect its contents.
- tags plugin in gst/tags. Provides API in <gst/tags/gsttagediting.h>. API includes tag matching GStreamer <=> ID3 and GStreamer <=> vorbis and writing/reading vorbiscomments or ID3v1 tags. Also included is a simple vorbiscomment reader/writer. Writing will not really work though until someone writes oggmux.
- various build fixes. Mostly missing (DIST)CLEANFILES.
- vorbisenc handles tag writing.
Now it's YOUR turn to fix and write more plugins that handle writing/reading of tags. :)
2003-11-24 04:08:47 +00:00
Jeremy Simon
484990b557
faad plugin needs the math library
...
Original commit message from CVS:
faad plugin needs the math library
2003-11-23 20:19:09 +00:00
Christian Schaller
b96cff0721
commit my batch of build and spec fixes
...
Original commit message from CVS:
commit my batch of build and spec fixes
2003-11-23 15:32:14 +00:00
David Schleef
d8ac74f7ad
Fix gdk_pixbuf installation directory (again)
...
Original commit message from CVS:
Fix gdk_pixbuf installation directory (again)
2003-11-23 00:51:02 +00:00
Ronald S. Bultje
7be8087bd4
Add faac build
...
Original commit message from CVS:
Add faac build
2003-11-22 12:40:19 +00:00
David Schleef
1711867fab
fixes to make gdk_pixbuf loader install nicely
...
Original commit message from CVS:
fixes to make gdk_pixbuf loader install nicely
2003-11-22 04:10:10 +00:00
Ronald S. Bultje
c3ac8883c2
Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
...
Original commit message from CVS:
Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
2003-11-21 21:34:26 +00:00
Ronald S. Bultje
adf7f29c7a
New libfaad (MPEG-2/4 AAC decoder) plugin
...
Original commit message from CVS:
New libfaad (MPEG-2/4 AAC decoder) plugin
2003-11-21 21:20:42 +00:00
Benjamin Otte
14df204808
fix build system for X, XShm and Xv
...
Original commit message from CVS:
fix build system for X, XShm and Xv
2003-11-12 03:06:07 +00:00
Benjamin Otte
6bf32fa2d4
add -lX11 to X_LIBS so ximagesink builds
...
Original commit message from CVS:
add -lX11 to X_LIBS so ximagesink builds
2003-11-12 00:13:46 +00:00
Thomas Vander Stichele
441423050e
test for regular shm instead of XShm
...
Original commit message from CVS:
test for regular shm instead of XShm
2003-11-11 11:11:36 +00:00
Benjamin Otte
7198372b61
include macro for defining GST_FUNCTION, so debugging output from plugins gets function names, too
...
Original commit message from CVS:
include macro for defining GST_FUNCTION, so debugging output from plugins gets function names, too
2003-11-11 03:22:53 +00:00
Thomas Vander Stichele
3d933a8698
test and define HAVE_XSHM build ximage plugin
...
Original commit message from CVS:
test and define HAVE_XSHM
build ximage plugin
2003-11-07 00:53:32 +00:00
Steve Baker
6b126ceaf9
this will make it easier to merge when you have uncommited plugins in your tree
...
Original commit message from CVS:
this will make it easier to merge when you have uncommited plugins in your tree
2003-11-06 05:36:06 +00:00
Benjamin Otte
55d694d6f6
set default errorlevel to NONE. Make configure change it to ERROR (the current value) when running cvs builds. This s...
...
Original commit message from CVS:
set default errorlevel to NONE. Make configure change it to ERROR (the current value) when running cvs builds. This should make releases not output any debugging information at all
2003-11-06 02:32:42 +00:00
Benjamin Otte
834b897b50
add initial version of gdkpixbuf loader for gtk that is capable of loading AVI and mpeg videos as GdkPixbufAnimation....
...
Original commit message from CVS:
add initial version of gdkpixbuf loader for gtk that is capable of loading AVI and mpeg videos as GdkPixbufAnimation. I'm not sure if such a thing would be useful or too much trouble, so I'll throw it at enough testers to figure it out ;) We might want to disable it by defualt though in the future. (Currently there is not even a configure switch implemented to disable it.)
This includes a fix to not use GError in gstgdkpixbuf's typefind function and to only return GST_TYPE_FIND_MINIMUM when doing typefinding via gdk as this breaks quite a bit with the GStreamer loader installed.
2003-11-05 03:24:53 +00:00
David Schleef
96b6f2f6f2
Add -DG_DISABLE_DEPRECATED to $GST_ERROR
...
Original commit message from CVS:
Add -DG_DISABLE_DEPRECATED to $GST_ERROR
2003-11-03 20:14:03 +00:00
Benjamin Otte
abfdbffca2
first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss, ext/gnomevfs, gst/typefind and ex...
...
Original commit message from CVS:
first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss, ext/gnomevfs, gst/typefind and ext/mad.
You guessed it, everything Rhythmbox needs ;)
fixed BMP typefind and made gnomevfs one plugin instead of two while doing this
2003-10-31 20:03:29 +00:00
David Schleef
3aa2c77176
Remove mpeg2enc
...
Original commit message from CVS:
Remove mpeg2enc
2003-10-30 21:53:43 +00:00
David Schleef
bd1fdba49f
Fix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst-interface.
...
Original commit message from CVS:
Fix makefiles for GstPropertyProbe. Combine all interfaces into
a single libgst-interface.
2003-10-30 02:36:42 +00:00
Benjamin Otte
97bf62c74f
merge TYPEFIND branch. Major changes:
...
Original commit message from CVS:
merge TYPEFIND branch. Major changes:
- totally reworked type(find) system
- all typefind functions are in gst/typefind now
- more typefind functions then before
- some plugins might fail to compile now because I don't have them installed and they
a) require bytestream or
b) haven't had their typefind fixed.
Please fix those plugins and put the typefind functions into gst/typefind if they don't have dependencies
2003-10-28 20:52:41 +00:00
Gernot Ziegler
c2bf0a3a23
added glsink directory
...
Original commit message from CVS:
added glsink directory
2003-10-28 18:55:07 +00:00
Ronald S. Bultje
fe91f88cea
Update FFMPEG snapshot to this morning's. Asked for by apoc.
...
Original commit message from CVS:
Update FFMPEG snapshot to this morning's. Asked for by apoc.
2003-10-26 11:51:17 +00:00
David Schleef
40b2429614
bump version to 0.7.1.1
...
Original commit message from CVS:
bump version to 0.7.1.1
2003-10-20 22:48:06 +00:00
David Schleef
124ad3ee24
bump to 0.7.1
...
Original commit message from CVS:
bump to 0.7.1
2003-10-20 21:43:57 +00:00
Ronald S. Bultje
3a01d9a496
Some interface implementations for video4linux/video4linux2 plugins: a Tuner interface, with which one can select inp...
...
Original commit message from CVS:
Some interface implementations for video4linux/video4linux2 plugins:
* a Tuner interface, with which one can select inputs and stations. Audio
work is underway here, but unfinished.
* A Xoverlay interface with which one can do simple overlay. Similar to
the API of the v4l/Xv XFree86 extension. Widget implementation for
GTK-2.0 coming up in the sandbox.
* Colorbalance - for adapting colors (brightness, contrast, etc.) - pretty
basic and maybe somewhat overdesigned. But it'll do for now.
Apart from these interfaces, there's also a loadable library 'xwindowlistener'
that listenes to X for the movement of a window and the overlap of other
windows. This is partly copied from xawtv (and thus partly GPL :(), but it's
needed for the xoverlay interface implementation in the v4l/v4l2 elements.
Lastly, some small changes to remove redundant properties from the v4l/v4l2
elements since these can be done much simpler. Comments appreciated!
2003-10-10 12:47:41 +00:00
Ronald S. Bultje
0ea59b7a7b
New typefind system: bytestream is now part of the core all plugins have been modified to use this new typefind syste...
...
Original commit message from CVS:
New typefind system:
* bytestream is now part of the core
* all plugins have been modified to use this new typefind system
* asf typefinding added
* mpeg video stream typefiding removed because it's broken
* duplicate typefind entries removed
* extra id3 typefinding added, because we've seen 4 types of files
(riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs
to work. Instead, I've added an id3 element and let it redo typefiding
after the id3 header. this needs a hack because spider only typefinds
once. We can remove this hack once spider supports multiple typefinds.
* with all this, mp3 typefinding is semi-rewritten
* id3 typefinding in flac/vorbis is removed, it's no longer needed
* fixed spider and gst-typefind to use this, too.
* Other general cleanups
2003-10-01 13:14:51 +00:00
Ronald S. Bultje
7fe85ee0b0
Add new element: frame dropper. This element inserts/drops frames to go from a certain input framerate to a certain o...
...
Original commit message from CVS:
Add new element: frame dropper. This element inserts/drops frames to go from a certain input framerate to a certain output framerate. It's extremely simple and that's why it's so cute.
2003-09-30 21:44:53 +00:00
David Schleef
a409603cec
Add navigation
...
Original commit message from CVS:
Add navigation
2003-09-27 03:15:34 +00:00
Benjamin Otte
cd54c34504
sort the list of plugins that are built and don't spit out so much empty lines
...
Original commit message from CVS:
sort the list of plugins that are built and don't spit out so much empty lines
2003-09-25 21:40:35 +00:00
Thomas Vander Stichele
c696c890ca
make sure gtk apps are built
...
Original commit message from CVS:
make sure gtk apps are built
2003-09-21 13:25:46 +00:00
Christian Schaller
f2589696f1
add versioning to gst-launch-ext and gst-visualise and add new files to spec
...
Original commit message from CVS:
add versioning to gst-launch-ext and gst-visualise and add new files to spec
2003-09-19 06:24:35 +00:00
Christian Schaller
f47da443a1
version gst-launch command in gst-launch-ext
...
Original commit message from CVS:
version gst-launch command in gst-launch-ext
2003-09-18 18:28:22 +00:00
David Schleef
2ec1afef97
Change default program suffix to -0.7
...
Original commit message from CVS:
Change default program suffix to -0.7
2003-09-13 16:10:25 +00:00
Ronald S. Bultje
23a29dfde6
Interface example: a mixer
...
Original commit message from CVS:
Interface example: a mixer
2003-09-13 01:20:04 +00:00
David Schleef
f402dffda4
Remove all locally-defined optimization flags
...
Original commit message from CVS:
Remove all locally-defined optimization flags
2003-09-11 19:57:59 +00:00
David Schleef
fd368650ca
Define plugindir
...
Original commit message from CVS:
Define plugindir
2003-08-09 23:40:49 +00:00
Ronald S. Bultje
6ed269d048
Remove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do the same and more
...
Original commit message from CVS:
Remove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do the same and more
2003-08-04 21:44:04 +00:00
Thomas Vander Stichele
300e6dc411
second attempt fixing gdkpixbuf stuff
...
Original commit message from CVS:
second attempt
fixing gdkpixbuf stuff
2003-07-28 11:37:49 +00:00
David Schleef
3f308597f0
Add gst-libs/ext/mplex, and check that we have C++ before enabling mplex.
...
Original commit message from CVS:
Add gst-libs/ext/mplex, and check that we have C++ before enabling
mplex.
2003-07-27 05:28:17 +00:00
Angel Carpintero
3d0b7698d0
Added tcp plugin to build
...
Original commit message from CVS:
Added tcp plugin to build
2003-07-25 17:06:43 +00:00
David Schleef
3c1bf3aeff
enable ext/mplex
...
Original commit message from CVS:
enable ext/mplex
2003-07-22 22:08:13 +00:00
David Schleef
dc6a89fe5d
_Really_ fix my lame attempts at previous fixes for matroska detection.
...
Original commit message from CVS:
_Really_ fix my lame attempts at previous fixes for matroska
detection.
2003-07-17 20:28:23 +00:00
David Schleef
9a6450205c
Reenable matroska config check, 'cuz I'm dumb and accidentally disabled it.
...
Original commit message from CVS:
Reenable matroska config check, 'cuz I'm dumb and accidentally disabled
it.
2003-07-17 08:50:37 +00:00
David Schleef
3b1588d483
Really disable Matroska this time. Reenable smoothwave until someone decides to delete it. Fix ivorbis detection.
...
Original commit message from CVS:
Really disable Matroska this time. Reenable smoothwave until someone
decides to delete it. Fix ivorbis detection.
2003-07-17 04:27:01 +00:00
Brian Cameron
2579f7ed0c
Now set XVIDEO_LIBS only if the Xv library is found. Fixed matroska check so that it doesn't stop the configure if i...
...
Original commit message from CVS:
Now set XVIDEO_LIBS only if the Xv library is found. Fixed matroska check
so that it doesn't stop the configure if it fails.
2003-07-15 12:39:39 +00:00
Ronald S. Bultje
0efffb541e
Add matroska support to the build tree
...
Original commit message from CVS:
Add matroska support to the build tree
2003-07-14 17:37:34 +00:00
David Schleef
671171e4f0
Add gst/overlay directory
...
Original commit message from CVS:
Add gst/overlay directory
2003-07-14 08:26:54 +00:00
Christian Schaller
b4640b3a23
A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg plugin still doesn't build for me, but I thi...
...
Original commit message from CVS:
A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg plugin still doesn't build for me, but I think I am getting close :)
2003-07-07 22:40:55 +00:00
Ronald S. Bultje
ed2362149a
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as descri...
...
Original commit message from CVS:
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
2003-07-06 20:49:50 +00:00
Brian Cameron
ddfe2d3894
Now build xvideosink if Xwindows is available, and properly #ifdef the
...
Original commit message from CVS:
Now build xvideosink if Xwindows is available, and properly #ifdef the
Xv extension code in the xvideosink code.
2003-07-03 15:56:49 +00:00
David Schleef
095d44ceff
add gst/videofilter and ext/pango
...
Original commit message from CVS:
add gst/videofilter and ext/pango
2003-07-02 08:15:01 +00:00
Benjamin Otte
b4786e830b
compatibility fix for new GST_DEBUG stuff.
...
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-29 19:46:09 +00:00
Ronald S. Bultje
da86a99d76
Re-add int2float/float2int, someone told me audioconvert handled all this, but it doesn't. oops
...
Original commit message from CVS:
Re-add int2float/float2int, someone told me audioconvert handled all this, but it doesn't. oops
2003-06-28 06:38:07 +00:00
Ronald S. Bultje
e8d8431c03
Plugins cleanup:
...
Original commit message from CVS:
Plugins cleanup:
* stereo2mono, mono2stereo, int2float, float2int: replaced by audioconvert.
* stereosplit replaced by oneton.
* vumeter replaced by level (and was broken anyway).
* avifile replaced by ffmpeg.
* mjpegtools duplicates functionality of jpeg. jpeg now works with jpeg-mmx,
too, which makes mjpegtools unneeded.
* allow for jpegmmx instead of jpeg.
* openquicktime replaced by qtdemux and ffmpeg. Broken anyway.
* XMMS is broken and will never be fixed.
* vga is broken and will not be fixed anywhere soon.
* videosink has never worked. If it works, add it back to replace xvideosink.
2003-06-25 19:17:58 +00:00
David Schleef
238caf563d
Added gst/realmedia gst/debug and ext/gdk_pixbuf
...
Original commit message from CVS:
Added gst/realmedia gst/debug and ext/gdk_pixbuf
2003-06-25 03:19:20 +00:00
Ronald S. Bultje
ce51f8f402
New ffmpeg version fixes mpeg decoding segfaults (mpeg1)
...
Original commit message from CVS:
New ffmpeg version fixes mpeg decoding segfaults (mpeg1)
2003-06-17 11:43:24 +00:00
Andy Wingo
b4c8a32265
caps refcounting fixes for float2int fixed wrt setting of caps on int pad with dynamic number of sink pads in float2i...
...
Original commit message from CVS:
* caps refcounting fixes for float2int
* fixed wrt setting of caps on int pad with dynamic number of sink pads in float2int
* added libsndfile plugin (currently only the src is implemented) - currently only float output, noninterleaved is implemented
2003-06-16 14:56:34 +00:00
David Schleef
a3625bca95
Add videoflip
...
Original commit message from CVS:
Add videoflip
2003-06-13 05:38:16 +00:00
David Schleef
51bab2d0d6
Fix test for qcamsrc: only works on i386-linux. Fix assignment of GST_CVS
...
Original commit message from CVS:
Fix test for qcamsrc: only works on i386-linux. Fix assignment of GST_CVS
2003-06-11 06:14:29 +00:00
Ronald S. Bultje
51895b3113
Update plugins to newest divx.com release API (5.2) (why aren't these libs API stable?!?)
...
Original commit message from CVS:
Update plugins to newest divx.com release API (5.2) (why aren't these libs API stable?!?)
2003-05-30 21:44:52 +00:00
Thomas Vander Stichele
cd928692ab
pkgconfig checks for mad, audiofile, fix for mcopidl
...
Original commit message from CVS:
pkgconfig checks for mad, audiofile, fix for mcopidl
2003-05-30 10:53:14 +00:00
Ronald S. Bultje
19bb3d1864
Use new ffmpeg revision
...
Original commit message from CVS:
Use new ffmpeg revision
2003-05-29 19:33:58 +00:00
Ronald S. Bultje
4ebb6e6dce
I'm too lazy to comment this
...
Original commit message from CVS:
New dxr3 plugins from Martin Soto <soto@informatik.uni-kl.de>
2003-05-29 14:35:23 +00:00
Brian Cameron
97ae59b6ba
Corrected the configure.ac so it actually works. Updated some c files so 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-21 18:16:30 +00:00
Brian Cameron
c642d08357
Updated autogen.sh/configure.ac and various Makefiles to make the configure 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-05-21 15:16:51 +00:00
David Schleef
ed52518325
remove creation of makefile in nonexistent (sys/x11) directory
...
Original commit message from CVS:
remove creation of makefile in nonexistent (sys/x11) directory
2003-05-19 21:55:11 +00:00
Jeremy Simon
faa54f82c4
update libflac check
...
Original commit message from CVS:
update libflac check
2003-05-19 18:36:53 +00:00
Christian Schaller
080569583b
Some bugfixes:
...
Original commit message from CVS:
Some bugfixes:
- Add missing .h file to videoscale disting
- Remove http plugin from build
2003-05-12 13:17:11 +00:00
Christian Schaller
42a4abb285
Removing avifile and http plugins, also fixing some disting issues
...
Original commit message from CVS:
Removing avifile and http plugins, also fixing some disting issues
2003-04-23 19:42:12 +00:00
Ronald S. Bultje
e0f6a80c82
Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
...
Original commit message from CVS:
Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
2003-04-22 14:55:09 +00:00
Ronald S. Bultje
4e04e1c7e7
Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, closed-source)
...
Original commit message from CVS:
Adds divx/xvid encoders.
* divx encoder is based on divx4linux (commercial, closed-source)
* xvid encoder is based on xvidcore (http://www.xvid.org/ , GPL - Christian? ;) )
Both use a GstCaps that doesn't conform with what we currently use, I might fix that later on or so. For now, it doesn't matter, it's just a test. We're also missing corresponding decoders (ffmpeg can decoded this too, but that's not the point), these might come later too.
2003-04-21 21:54:26 +00:00
Benjamin Otte
5cd2389a71
Added initial version of audioconvert, a generic converter of integer audio/raw formats.
...
Original commit message from CVS:
Added initial version of audioconvert, a generic converter of integer audio/raw formats.
It currently supports conversion of
- channels (mono/stereo only, until someone tells me how to mix other channels)
- endianness (little/bi endian)
- signedness
- width (8, 1, 24 and 32 bits)
- depth (1 - width bits)
missing:
- enough testing (I intend to write a testsuite for this, but that's pending)
- samplerate conversion
- other goodies like format conversion etc
Expect bugs when using it.
problems this should solve:
- encoding wav files on big endian machines
- goom working with mono audio files in gst-player
- Iain's soundcard (that one is a problem in itself)
- complaints about missing conversion
- too many age old, nearly unmaintained plugins (stereo2mono etc.)
Have fun.
2003-04-14 01:19:11 +00:00
Ronald S. Bultje
9dfada637e
Update dvdnav plugin to latest version
...
Original commit message from CVS:
Update dvdnav plugin to latest version
2003-04-13 11:24:55 +00:00
Ronald S. Bultje
0da3d21614
Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
...
Original commit message from CVS:
Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
2003-04-07 21:34:30 +00:00
David Schleef
8415cf9c14
Fix the QCAM detection. (Correctly, this time.) Should go into 0.6.1
...
Original commit message from CVS:
Fix the QCAM detection. (Correctly, this time.) Should go into 0.6.1
2003-04-05 20:09:05 +00:00
David Schleef
c374685124
Correct fix for #109048 . Disable qcamsrc plugin if non-i386.
...
Original commit message from CVS:
Correct fix for #109048 . Disable qcamsrc plugin if non-i386.
2003-04-04 22:22:15 +00:00
Jeremy Simon
c1a4db611b
Add monkeyaudio plugin
...
Original commit message from CVS:
Add monkeyaudio plugin
2003-03-11 19:33:32 +00:00
Ronald S. Bultje
e4ef8a39de
Fix v4l/v4l2 compilation problems
...
Original commit message from CVS:
Fix v4l/v4l2 compilation problems
2003-03-09 15:07:51 +00:00
Ronald S. Bultje
e1b23addc8
Fix compilation failure in testsuite/alsa/
...
Original commit message from CVS:
Fix compilation failure in testsuite/alsa/
2003-03-05 13:41:34 +00:00
Christian Schaller
6b08d706df
one missing file updated
...
Original commit message from CVS:
one missing file updated
2003-03-02 10:17:53 +00:00
Christian Schaller
b190af1494
Complete the move of the RTP plugin
...
Original commit message from CVS:
Complete the move of the RTP plugin
2003-03-02 10:16:24 +00:00
Christian Schaller
92ae40506d
disabling videosink from head build, should I do the same for 0.6 branch?
...
Original commit message from CVS:
disabling videosink from head build, should I do the same for 0.6 branch?
2003-02-23 21:52:42 +00:00
Christian Schaller
d64189f81a
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mis...
...
Original commit message from CVS:
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
2003-02-23 19:58:50 +00:00
Christian Schaller
a925c64c1e
merge integer based Tremor vorbis plugin
...
Original commit message from CVS:
merge integer based Tremor vorbis plugin
2003-02-23 17:35:35 +00:00
Zeeshan Ali
90bee57f2a
The first attempt to support MAS. Dont expect it to work :)
...
Original commit message from CVS:
The first attempt to support MAS. Dont expect it to work :)
2003-01-30 20:24:25 +00:00
Christian Schaller
0d19b090a2
add asf plugin to build
...
Original commit message from CVS:
add asf plugin to build
2003-01-26 00:25:04 +00:00
Thomas Vander Stichele
71d1094194
0.7.x dev branch is open
...
Original commit message from CVS:
0.7.x dev branch is open
2003-01-23 12:25:29 +00:00
Thomas Vander Stichele
ebcd165c02
update version
...
Original commit message from CVS:
update version
2003-01-22 21:57:38 +00:00
Thomas Vander Stichele
890d612fe9
stray x check
...
Original commit message from CVS:
stray x check
2003-01-21 22:50:19 +00:00
David Schleef
16eeea1c61
Add a swfdec version dependency for new API
...
Original commit message from CVS:
Add a swfdec version dependency for new API
2003-01-17 01:19:42 +00:00
Thomas Vander Stichele
afe3b760aa
build fix
...
Original commit message from CVS:
build fix
2003-01-16 09:54:28 +00:00
Thomas Vander Stichele
1669173743
another batch of connect->link fixes please let me know about issues and 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-10 10:22:24 +00:00
Thomas Vander Stichele
59a7287480
merge back from release
...
Original commit message from CVS:
merge back from release
2003-01-08 16:41:27 +00:00
Thomas Vander Stichele
647fb99f5e
moving forward to release
...
Original commit message from CVS:
moving forward to release
2003-01-05 23:20:17 +00:00
Thomas Vander Stichele
ca94060b6c
redo
...
Original commit message from CVS:
redo
2003-01-05 16:41:57 +00:00
Thomas Vander Stichele
9f97e219dc
only slurp in cvs mode
...
Original commit message from CVS:
only slurp in cvs mode
2003-01-05 11:53:32 +00:00
Iain Holmes
eda615d8c9
Build the one-to-n
...
Original commit message from CVS:
Build the one-to-n
2002-12-31 23:24:25 +00:00
Thomas Vander Stichele
a0646013c2
slurp in ffmpeg a) please test b) please help me figure out how to portably link in a .a file in our .so plugin
...
Original commit message from CVS:
slurp in ffmpeg
a) please test
b) please help me figure out how to portably link in a .a file in our
.so plugin
2002-12-26 10:53:21 +00:00
David I. Lehn
f8e4026847
initial checkin of work-in-progress vbidec plugin for closed caption support
...
Original commit message from CVS:
initial checkin of work-in-progress vbidec plugin for closed caption support
2002-12-19 21:34:56 +00:00
Christian Schaller
c1edf151bc
fix test for 0.3.1 mpeg2dec
...
Original commit message from CVS:
fix test for 0.3.1 mpeg2dec
2002-12-15 23:13:40 +00:00
Christian Schaller
02409c09df
apply Jeroens patch to move us to mpeg2dec 0.3.1, also update REQ file and spec file.
...
Original commit message from CVS:
apply Jeroens patch to move us to mpeg2dec 0.3.1, also update REQ file and spec file.
2002-12-15 21:48:34 +00:00
Thomas Vander Stichele
979628190f
update
...
Original commit message from CVS:
update
2002-12-10 22:40:51 +00:00
Thomas Vander Stichele
f1f464b7b2
parallel install fixes
...
Original commit message from CVS:
parallel install fixes
2002-12-08 14:50:04 +00:00
David I. Lehn
4af44b1075
drop mpeg2dec 0.2.1 support in favor of 0.3.0.
...
Original commit message from CVS:
drop mpeg2dec 0.2.1 support in favor of 0.3.0.
keeping old code around in cvs for a while just in case someone needs it.
2002-12-05 00:29:11 +00:00
Christian Schaller
30f148f5f8
fix some disting and rpm building issues
...
Original commit message from CVS:
fix some disting and rpm building issues
2002-11-28 12:58:38 +00:00
Thomas Vander Stichele
684cbd70c0
scrub esd flags
...
Original commit message from CVS:
scrub esd flags
2002-11-27 20:26:39 +00:00
Thomas Vander Stichele
bcd8674c23
flac debug cleanup m4 for ffmpeg
...
Original commit message from CVS:
flac debug cleanup
m4 for ffmpeg
2002-11-26 14:51:33 +00:00
Thomas Vander Stichele
c280b44aaf
putting in png
...
Original commit message from CVS:
putting in png
2002-11-18 22:30:52 +00:00
Jan Schmidt
4319b0083f
add media-info to spec commit patch from Jan Schmidt for raw1394 plugin
...
Original commit message from CVS:
add media-info to spec
commit patch from Jan Schmidt for raw1394 plugin
2002-11-15 19:21:58 +00:00
Thomas Vander Stichele
a89f6b40f2
adding mediainfo
...
Original commit message from CVS:
adding mediainfo
2002-11-11 14:06:18 +00:00
Christian Schaller
bbb7d46ba2
fix the test for swfdec
...
Original commit message from CVS:
fix the test for swfdec
2002-11-05 21:25:18 +00:00
Thomas Vander Stichele
a503f1ef2e
clashes with shout, put in exp
...
Original commit message from CVS:
clashes with shout, put in exp
2002-11-03 12:15:11 +00:00
Thomas Vander Stichele
f2d9ece175
bump up the version
...
Original commit message from CVS:
bump up the version
2002-11-01 12:32:33 +00:00
David I. Lehn
4af324deb5
Fix shout2 test.
...
Original commit message from CVS:
Fix shout2 test.
Upstream removed -lm from libpng, add it back for lib test and flags for now
2002-10-30 04:14:35 +00:00
Thomas Vander Stichele
0b6d8989bd
stuff to go in
...
Original commit message from CVS:
stuff to go in
2002-10-29 22:50:54 +00:00
Thomas Vander Stichele
8d8e94d922
peepaloo
...
Original commit message from CVS:
peepaloo
2002-10-29 17:56:23 +00:00
Thomas Vander Stichele
d06b4853d0
people interpreting .m4's make me laugh with wild abandonment
...
Original commit message from CVS:
people interpreting .m4's make me laugh with wild abandonment
2002-10-29 15:36:33 +00:00
Steve Baker
8d4b45b81d
new libgstplay location now builds
...
Original commit message from CVS:
new libgstplay location now builds
2002-10-27 21:03:12 +00:00
Christian Schaller
3b0f9d5719
add last part of shout2 plugin patch, but it do not get built even with --enable -experimental, will try and investigate
...
Original commit message from CVS:
add last part of shout2 plugin patch, but it do not get built even with --enable -experimental, will try and investigate
2002-10-27 19:32:03 +00:00
Thomas Vander Stichele
8ad631b268
avifile change
...
Original commit message from CVS:
avifile change
2002-10-26 12:17:35 +00:00
Iain Holmes
e5a91ab094
Added a WAV file encoder
...
Original commit message from CVS:
Added a WAV file encoder
2002-10-21 17:06:52 +00:00
Thomas Vander Stichele
f289d8ae84
scrub vorbis cflags
...
Original commit message from CVS:
scrub vorbis cflags
2002-10-19 23:25:55 +00:00
Thomas Vander Stichele
e855b2cefa
yay for gcc 3
...
Original commit message from CVS:
yay for gcc 3
2002-10-19 14:41:50 +00:00
Jeremy Simon
a58f62907a
enable the snapshot plugin build
...
Original commit message from CVS:
enable the snapshot plugin build
2002-10-18 20:53:45 +00:00
David I. Lehn
a6d0d8a037
use proper version prefix use pkgconfig to find libdv
...
Original commit message from CVS:
use proper version prefix
use pkgconfig to find libdv
2002-10-03 03:19:28 +00:00
Thomas Vander Stichele
4b32e60233
adding testsuite
...
Original commit message from CVS:
adding testsuite
2002-10-01 21:51:01 +00:00
Ronald S. Bultje
5a312ff117
This adds a generic video functions library
...
Original commit message from CVS:
This adds a generic video functions library
2002-09-26 12:20:12 +00:00
Thomas Vander Stichele
d5e5c9ce3e
final backport
...
Original commit message from CVS:
final backport
2002-09-23 09:41:55 +00:00
Thomas Vander Stichele
f8ca5ee6a7
update to 1.0 vorbis macro
...
Original commit message from CVS:
update to 1.0 vorbis macro
2002-09-19 15:22:11 +00:00
Thomas Vander Stichele
0bb78bac03
aclocal nicety
...
Original commit message from CVS:
aclocal nicety
2002-09-18 22:06:14 +00:00
Thomas Vander Stichele
59c0804731
up the micro
...
Original commit message from CVS:
up the micro
2002-09-18 13:05:36 +00:00
David Schleef
82d5ac91dc
Add swfdec autoconf stuff
...
Original commit message from CVS:
Add swfdec autoconf stuff
2002-09-15 21:33:53 +00:00
Thomas Vander Stichele
712a1943e2
audiofile check fix
...
Original commit message from CVS:
audiofile check fix
2002-09-15 21:26:03 +00:00
Ronald S. Bultje
718c2c67b8
This makes mjpegtools plugins compile against latest CVS
...
Original commit message from CVS:
This makes mjpegtools plugins compile against latest CVS
2002-09-12 21:48:30 +00:00
Ronald S. Bultje
959295e740
This adds v4l2 stuff to the build system
...
Original commit message from CVS:
This adds v4l2 stuff to the build system
2002-09-09 07:15:56 +00:00
Thomas Vander Stichele
e1a5b3262a
this should've gone in a long time ago
...
Original commit message from CVS:
this should've gone in a long time ago
2002-08-27 09:54:08 +00:00
Thomas Vander Stichele
4797bffcab
fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839
...
Original commit message from CVS:
fixes
http://bugzilla.gnome.org/show_bug.cgi?id=90839
2002-08-17 17:57:38 +00:00
Thomas Vander Stichele
06e88efbfd
ok, i should stop playing around with this now ;)
...
Original commit message from CVS:
ok, i should stop playing around with this now ;)
2002-08-13 12:29:00 +00:00
Thomas Vander Stichele
37d80daceb
also adding a libstdc++ check explicitly
...
Original commit message from CVS:
also adding a libstdc++ check explicitly
2002-08-13 11:56:57 +00:00
Thomas Vander Stichele
b36f878fd4
need c++
...
Original commit message from CVS:
need c++
2002-08-13 11:25:16 +00:00
Thomas Vander Stichele
30261ed412
closes http://bugzilla.gnome.org/show_bug.cgi?id=87453 please test this and let me know if it works or not !
...
Original commit message from CVS:
closes
http://bugzilla.gnome.org/show_bug.cgi?id=87453
please test this and let me know if it works or not !
2002-08-13 10:39:26 +00:00
David I. Lehn
0be19ec8c4
libdv build fixes
...
Original commit message from CVS:
libdv build fixes
2002-08-09 21:14:55 +00:00
Thomas Vander Stichele
e8ad65c06a
split gst plugins between c and c++ ones
...
Original commit message from CVS:
split gst plugins between c and c++ ones
2002-08-07 00:22:04 +00:00
Charles Schmidt
827ee90f76
Added *BSD (and Darwin) ioctl cdaudio playing. Couple bugfixes. 'end-track','current-track' and 'cddb-discid' propert...
...
Original commit message from CVS:
Added *BSD (and Darwin) ioctl cdaudio playing. Couple bugfixes. 'end-track','current-track' and 'cddb-discid' properties and 'track-change' signal for the element.
2002-07-28 22:45:45 +00:00
Wim Taymans
b9976f5495
Added linux/cdrom.h check patch from cbschmid
...
Original commit message from CVS:
Added linux/cdrom.h check patch from cbschmid
2002-07-28 13:21:37 +00:00
Wim Taymans
1e0e8c34de
Added cdrom plugin
...
Original commit message from CVS:
Added cdrom plugin
2002-07-27 01:37:25 +00:00
David Schleef
9e44879f06
Add videotestsrc plugin
...
Original commit message from CVS:
Add videotestsrc plugin
2002-07-26 22:20:45 +00:00
Wim Taymans
079286529f
mixmatrix makefiles
...
Original commit message from CVS:
mixmatrix makefiles
2002-07-23 20:23:06 +00:00
Wim Taymans
6c9fc9faa8
Added more videocrop config..
...
Original commit message from CVS:
Added more videocrop config..
2002-07-22 22:17:24 +00:00
Wim Taymans
215f179158
Added videocrop
...
Original commit message from CVS:
Added videocrop
2002-07-22 22:10:23 +00:00
Andy Wingo
96c62e9094
compile fixen, and prepare to move MAINTAINER_MODE to as-version.m4
...
Original commit message from CVS:
compile fixen, and prepare to move MAINTAINER_MODE to as-version.m4
2002-07-09 17:39:18 +00:00
Thomas Vander Stichele
126371be0c
merge from release branch
...
Original commit message from CVS:
merge from release branch
2002-07-09 10:45:37 +00:00
David I. Lehn
116792755c
attempt to fix my sucky dv and festival breakage.
...
Original commit message from CVS:
attempt to fix my sucky dv and festival breakage.
2002-07-05 10:17:09 +00:00
David I. Lehn
897ee8ab40
fix cdparanoia include dir location check.
...
Original commit message from CVS:
fix cdparanoia include dir location check.
fix libdv check to use pkg-config.
use libdv cflags.
2002-07-04 19:38:06 +00:00
Zeeshan Ali
e66a26429c
moving to ortp...
...
Original commit message from CVS:
moving to ortp...
2002-07-04 19:01:29 +00:00
Thomas Vander Stichele
35bdd9dc50
up the cvs version on head
...
Original commit message from CVS:
up the cvs version on head
2002-07-01 15:48:58 +00:00
Thomas Vander Stichele
bee3f0bd86
fixaroos for gconf
...
Original commit message from CVS:
fixaroos for gconf
2002-07-01 15:41:13 +00:00
Thomas Vander Stichele
3c185604f7
check if cdda headers in dir
...
Original commit message from CVS:
check if cdda headers in dir
2002-06-22 08:21:31 +00:00
Andy Wingo
88088dc895
arts works for me...
...
Original commit message from CVS:
arts works for me...
2002-06-17 17:30:54 +00:00
Thomas Vander Stichele
c8ee83c9eb
dingy dong
...
Original commit message from CVS:
dingy dong
2002-06-15 17:50:20 +00:00
Wim Taymans
2cc86eb7ba
Removed interleaving till the dir is added to CVS
...
Original commit message from CVS:
Removed interleaving till the dir is added to CVS
2002-06-15 12:42:37 +00:00
Thomas Vander Stichele
27cef54272
added (en/dis)able-external option did harmless search and replace, move along
...
Original commit message from CVS:
added (en/dis)able-external option
did harmless search and replace, move along
2002-06-14 16:44:33 +00:00
Thomas Vander Stichele
1602add1ef
use 0.9.5 libdv m4 check, please report problems if any
...
Original commit message from CVS:
use 0.9.5 libdv m4 check, please report problems if any
2002-06-10 14:19:30 +00:00
Thomas Vander Stichele
f1d4ec3100
adding dynparams example
...
Original commit message from CVS:
adding dynparams example
2002-06-07 19:01:34 +00:00
Thomas Vander Stichele
891de1fa14
GConf fix
...
Original commit message from CVS:
GConf fix
2002-06-06 10:36:13 +00:00
Andy Wingo
4adbb60998
apply libdv detection fix from xav
...
Original commit message from CVS:
apply libdv detection fix from xav
2002-06-04 22:30:51 +00:00
Thomas Vander Stichele
9d6e92b31e
moving arts to broken, because ...
...
Original commit message from CVS:
moving arts to broken, because ...
well, it just is.
go ahead, prove me wrong ! you know you want to !
2002-06-04 21:55:53 +00:00
Thomas Vander Stichele
70eed2656c
doing the proper ladspa thing
...
Original commit message from CVS:
doing the proper ladspa thing
2002-06-04 15:54:58 +00:00
Thomas Vander Stichele
de44a8b495
iir filter addition
...
Original commit message from CVS:
iir filter addition
2002-06-04 12:29:12 +00:00
Thomas Vander Stichele
c1733722c5
adding libfame
...
Original commit message from CVS:
adding libfame
2002-06-01 10:52:57 +00:00
Thomas Vander Stichele
1f2e909d49
various AC_HELP_STRING changes
...
Original commit message from CVS:
various AC_HELP_STRING changes
2002-05-27 20:37:17 +00:00
Thomas Vander Stichele
acabb963a5
same changes
...
Original commit message from CVS:
same changes
2002-05-27 14:01:51 +00:00
David I. Lehn
69bc511e38
rename dvdsrc to dvdreadsrc add libdvdnav support as dvdnavsrc plugin
...
Original commit message from CVS:
rename dvdsrc to dvdreadsrc
add libdvdnav support as dvdnavsrc plugin
2002-05-26 17:39:45 +00:00
Andy Wingo
b95be7a6a5
fix typo
...
Original commit message from CVS:
fix typo
2002-05-13 18:11:42 +00:00
Andy Wingo
99fd7bd929
update to new jack api
...
Original commit message from CVS:
update to new jack api
2002-05-13 18:08:32 +00:00
Thomas Vander Stichele
c47329f042
remove seeking for now
...
Original commit message from CVS:
remove seeking for now
2002-05-10 23:04:03 +00:00
Thomas Vander Stichele
42fe73f4f7
removing snapshot from the build because we need to fix it adding gconf schema to build and spec
...
Original commit message from CVS:
removing snapshot from the build because we need to fix it
adding gconf schema to build and spec
2002-05-10 21:56:15 +00:00
David I. Lehn
efd6e4b501
duh, revert last stupid commit adding non-existant common dir
...
Original commit message from CVS:
duh, revert last stupid commit adding non-existant common dir
2002-05-08 21:19:38 +00:00
David I. Lehn
e68d8e5b0b
add common to dist
...
Original commit message from CVS:
add common to dist
2002-05-08 21:18:20 +00:00
Wim Taymans
c96a1d47ed
Added simple seeking testsuite
...
Original commit message from CVS:
Added simple seeking testsuite
Added effectv
2002-05-08 20:18:12 +00:00
Jeremy Simon
27a8e953d1
add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or at a given frame
...
Original commit message from CVS:
add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or
at a given frame
2002-05-07 22:27:32 +00:00
Andy Wingo
777ce996f4
some jack fixes, alsa touchups, and add rtp by default to the build if there are any problems building rtp, we're mov...
...
Original commit message from CVS:
some jack fixes, alsa touchups, and add rtp by default to the build
if there are any problems building rtp, we're moving it back to experimental ;)
2002-05-04 18:57:42 +00:00
Thomas Vander Stichele
9f9ef63d11
various name fixes and sundry
...
Original commit message from CVS:
various name fixes and sundry
2002-05-03 09:59:10 +00:00
Artyom Baginski
4755ec0b2b
adding new quicktime parser:
...
Original commit message from CVS:
adding new quicktime parser:
- openquicktime free (hense gst/qtdemux)
- no more seeks for parsing -> better for network streams
- uses GstByteStream
- less memcpy's
- long ChangeLog record in pompous style
2002-05-01 18:41:59 +00:00
Steve Baker
ab5f9283b7
move the lrint check to happen earlier. add the floatcast dir.
...
Original commit message from CVS:
move the lrint check to happen earlier. add the floatcast dir.
2002-04-26 09:22:35 +00:00
Steve Baker
ecb398278c
check for lrint and lrintf - a new header in gst/floatcast/floatcast.h will check for this and provide alternatives i...
...
Original commit message from CVS:
check for lrint and lrintf - a new header in gst/floatcast/floatcast.h will check for this and provide alternatives if necessary
2002-04-25 19:43:31 +00:00
Andy Wingo
06989d4c52
a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br...
...
Original commit message from CVS:
* a hack to work around intltool's brokenness
* a current check for mpeg2dec
* details->klass reorganizations
* an element browser that uses details->klass
* separated cdxa parse out from the avi directory
2002-04-20 21:42:51 +00:00