Commit graph

1193 commits

Author SHA1 Message Date
Tim-Philipp Müller a0dbd6561f configure: require core/base git for the new image tags and helper functions 2010-06-10 14:17:24 +01:00
Sebastian Dröge 547f037ea4 rtmp: Move to ext and drop internal librtmp copy
We really don't want this in gst-plugins-bad because of
legal complexities around RTMP and possible problems
for distributions.

Add README that explains how to build librtmp to be suitable
for linking to the GStreamer plugin.
2010-06-05 18:02:39 +02:00
Bastien Nocera b87668e143 rtmp: Add RTMP source plugin
https://bugzilla.gnome.org/show_bug.cgi?id=566604
2010-06-05 18:02:39 +02:00
Thiago Santos b7660b122c geometrictransform: New plugin for geometric transforms
Adds a new plugin that has elements that perform geometric
transformations to images. By geometric transformations I mean
that the operations are functions that given the output pixel
position, get the pixel position in the input image. This pixel
is then copied from input to output.

The gstgeometrictransform baseclass makes it easy to write
such elements. It boils down to write the mapping function
and exposing properties

Already added the first of the elements, 'pinch'. It's a common
effect in image editors, like gimp (distort -> pinch)
2010-06-04 15:31:18 -03:00
Olivier Crête 21686e3077 shm: Move to sys/ since it doesn't exist on windows 2010-06-03 15:27:43 -04:00
Olivier Crête e87cd0a29a shm: Add shm based sink and src
These two elements (shmsink and shmsrc) communicate buffers using POSIX
shared memory. They also communicate the caps. The source currently acts as
a live source and ignores the timestamps coming from the sink. It also does
not transfer the tags.
2010-06-03 15:27:41 -04:00
David Schleef da14b6e292 configure: Orc is not required 2010-06-02 19:28:16 -07:00
David Schleef 772a6a4abd Update Orc requirement to 0.4.4.1 2010-06-02 11:41:25 -07:00
David Schleef 6961d82039 cog: use common/orc.mak 2010-06-02 00:01:14 -07:00
Sebastian Dröge 820c8f9ed1 ivfparse: Integrate into the build system 2010-06-01 11:19:46 +02:00
Tim-Philipp Müller 7028ba1ff5 Back to development 2010-06-01 10:18:06 +01:00
Tim-Philipp Müller cc058612ec Release 0.10.19 2010-05-31 02:10:58 +01:00
Tim-Philipp Müller 3b7d758ce2 0.10.18.3 pre-release 2010-05-26 14:11:15 +01:00
Tim-Philipp Müller 0f70a6b885 docs: fix dist/distcheck issues with camerabin figures
Move figures into docs/plugins as well, to avoid issues with
make dist and make distcheck (make distdir will not first descend
into child directories). Out-of-source build seems to still work
as well.
2010-05-26 14:06:11 +01:00
Руслан Ижбулатов 71b8d4b5ce mplex: add MPLEX_LDFLAGS variable
So mingw32 users can hack around a compiler/linker bug.

Fixes #617145
2010-05-25 15:48:10 +01:00
Philip Jägenstedt 1e5f371650 vp8: link with -lm -lpthread when testing for vp8 encoder/decoder
Fixup for bug #619172.
2010-05-21 08:26:59 +02:00
Sebastian Dröge d3c9d84fdf vp8: Only enable the encoder or decoder if it's available in libvpx
Fixes bug #619172.
2010-05-20 16:49:55 +02:00
David Schleef c3d4977761 Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS
Move include directives for gst-libs into GST_PLUGINS_BAD_CFLAGS,
and fix all the Makefiles that use it.  This is so that all the
include directories are added in the proper order: first the
directories in srcdir/builddir, then gst-plugins-base dirs, then
gstreamer dirs.  If the order is wrong, installed headers may be
used instead of local headers and/or uninstalled headers from -base.
2010-05-19 18:24:02 -07:00
David Schleef 4991d5fef3 vp8: Add encoder/decoder 2010-05-19 19:24:02 +02:00
Sebastian Dröge e0cb4fba52 resindvd: Check for dvdnav and dvdread libraries 2010-05-15 15:42:59 +02:00
Tim-Philipp Müller 1c3ed29f3d 0.10.18.2 pre-release 2010-05-15 00:19:17 +01:00
Tim-Philipp Müller 74a8473569 configure: fix --disable-external 2010-05-14 16:53:20 +01:00
Tim-Philipp Müller e800ba112b Remove oss4 plugin
It has been moved to gst-plugins-good.

See #614305.
2010-05-11 19:08:45 +01:00
Tim-Philipp Müller bb93d06ca0 Remove imagefreeze plugin/element.
It has been moved to gst-plugins-good.

See #613786.
2010-05-11 14:02:33 +01:00
Sebastian Dröge c2513b374a configure: Check for GTK+ 3.0 and if it's not available for GTK+ 2.0 2010-05-11 10:04:50 +02:00
Tim-Philipp Müller 813e6b5809 Bump core/base requirements to released versions 2010-04-30 19:05:07 +01:00
Thiago Santos 27d7c799a6 configure: Drop -Wcast-align
Commit message copied from core's commit from Benjamin Otte:
246f5dba96
Apparently gcc warns that GstMiniObject is not castable to
GstEvent/Message/Buffer due to them containing 64bit variables, even
though ARM hackers claim that those only need 4byte alignment. And as
long as gcc behaves that way, this warning is not very useful.

So we'll remove the warning until this problem is fixed.

Fixes #615698
2010-04-15 10:26:45 -03:00
David Schleef f6f9563dc8 tools: Add element-maker
Add a script that creates elements based on any of the GStreamer
base classes.  It isn't very user friendly at the moment, one
needs to edit the script to make it work properly.  Each base class
has a template file describing what to put into the constructed
element.  Eventually, these templates should be moved to reside
with the base class source and installed to a well-known directory,
where an installed script could find them.

The template files use the .c ending so editors know they are C
source, but gst-indent doesn't handle them correctly.  So they
need to be committed with -n.  Ugh.  I'll try to figure out a fix
for that soon.
2010-04-14 16:43:23 -07:00
Edward Hervey 9704c00b0d configure: Remove -Wundef flag
Same fix as for #615161
2010-04-12 12:42:06 +02:00
Benjamin Otte 52e02c83a4 Use pkgconfig to detect dvdnav
The previously used dvdnav-config script was broken in a lot of distros.
2010-03-24 12:17:19 +01:00
Benjamin Otte 1cd74f1e40 Remove -Wundef for Windows
Windows headers tend to check _MSC_VER uncondtionally in some places,
but use #ifdef _MSC_VER in other places.
2010-03-23 01:16:26 +01:00
Benjamin Otte 57eb06be5e Add a bunch of warning flags
None of them trigger any warning
2010-03-23 01:16:26 +01:00
Benjamin Otte 240f494aa7 Add -Wold-style-definition
and fix the warnings
2010-03-22 16:56:03 +01:00
Benjamin Otte 647cf64c01 Add -Wformat-nonliteral -Wformat-security flags
and fix the warnings
2010-03-22 16:22:22 +01:00
Benjamin Otte 33c2f5fb01 Add -Wwrite-strings
and fix its warnings
2010-03-22 13:16:33 +01:00
Benjamin Otte 010789159d Add -Wundef
and fix the warnings
2010-03-22 12:30:01 +01:00
Benjamin Otte b7655bbd2e Add -Wredundant-decls flag
and fix warnings from it
2010-03-22 12:05:59 +01:00
Benjamin Otte f96e4f1581 Add -Wmissing-declarations -Wmissing-prototypes to configure flags
And fix all warnings
2010-03-21 21:39:18 +01:00
Benjamin Otte 1ca0e14de1 configure: s/GST_CVS/GST_GIT/ 2010-03-21 17:54:26 +01:00
Руслан Ижбулатов 12fb307494 cog: Check for libpng >= 1.2 instead of libpng12 2010-03-17 15:31:46 +01:00
Stefan Kost 3b78cc5eca jpegformat: add xmp reading and writing support
Bump needed base version for new xmp helper library. Use xmp helpers in
jpegparse and jifmux.
2010-03-12 10:35:15 +02:00
Sebastian Dröge 81e6d94bb5 configure: Fix merge mistake 2010-03-12 08:23:46 +00:00
Sebastian Dröge 7efecfc961 segmentclip: Add audio/video buffer segment clip elements
These elements clip the audio/video buffers to the configured segment
for the case when the upstream elements don't do this correctly.
2010-03-12 07:29:58 +00:00
Sebastian Dröge b0590069ec imagefreeze: Add still frame stream generator element 2010-03-12 07:29:57 +00:00
Thiago Santos c5034a716d metadata: Remove _XMP_GEO_* tags
Removes GST_TAG_XMP_GEO_LOCATION_COUNTRY,
GST_TAG_XMP_GEO_LOCATION_CITY and
GST_TAG_XMP_GEO_LOCATION_SUBLOCATION from metadata's
private tags as those are now present at -core tags.

Fixes #612410
2010-03-11 15:46:21 -03:00
Benjamin Otte ce76c3d6d7 Update for recent changes to common submodule
This just replaces every "$ERROR_CFLAGS" usage with a usage of
"$WARNING_CFLAGS $ERROR_CFLAGS" to get the same functionality as
previously.

Actually using that separation will happen later.
2010-03-10 22:09:14 +01:00
Sebastian Dröge 1055c1a073 configure: Use automake 1.11 silent rules instead of shave if available
This makes sure that we use something that is still maintained and
also brings back libtool 1.5 support.
2010-03-09 21:05:49 +00:00
David Schleef e98fc783c8 invtelecine: Add invtelecine element
Automatic inverse telecine element.  Right now, it clumsily attempts
to rearrange video fields into frames that don't have combing effects,
and only works with 60i/24p content at 720x480.  Later, it will handle
other pulldown variations, change caps and smooth timestamps
appropriately.
2010-03-09 12:34:36 -08:00
Tim-Philipp Müller 5d0b8af8e6 Back to development 2010-03-09 18:00:26 +00:00
Tim-Philipp Müller 9194b36eb2 Release 0.10.18 2010-03-06 01:49:26 +00:00
Tim-Philipp Müller e282e8d0d9 0.10.17.4 pre-release 2010-03-03 23:42:28 +00:00
Tim-Philipp Müller 162c3059e4 0.10.17.3 pre-release 2010-02-24 02:03:11 +00:00
Sebastian Dröge e9990ea6bb configure: Call $PKG_CONFIG instead of pkg-config to fix cross compilation 2010-02-23 17:29:31 +01:00
Tim-Philipp Müller 2e5a516fba 0.10.17.2 pre-release 2010-02-19 10:35:10 +00:00
Tim-Philipp Müller cbbfba3152 configure: fix up GST_CXXFLAGS properly
We don't want C specific flags in GST_CXXFLAGS, so base it on the
GST_CFLAGS that only contains the pkg-config CFLAGS but none of
the GST_OPTION_CFLAGS. Also, we only need the local includes once.
2010-02-15 23:43:47 +00:00
Stefan Kost 77b97d4a2d configure: base GST_CXXFLAGS on --cflags from pkg-config
pkg-config sets GST_CFLAGS and GST_LIBS. We need to use CFLAGS as a starting
point for for both C and CXX settings.
2010-02-15 23:17:57 +02:00
Mark Nauwelaerts e3081a71ba Moved 'ivorbis(dec)' from -bad to -base.
Fixes #609063.
2010-02-15 12:20:48 +01:00
Tim-Philipp Müller 0f0a538150 tests: add unit test for dataurisrc
Requires fixes from core git, so bump core requirement to git as well.
2010-02-15 00:56:33 +00:00
Sebastian Dröge f79842e308 Moved 'shapewipe' from -bad to -good
Fixes bug #584536.
2010-02-12 11:35:17 +01:00
Arnout Vandecappelle bb5331e272 jpegparse: new jpeg parser element. FIxes #583098
Parse JPEG images, extracts its metadata, set caps and
packetize an image per buffer.
2010-01-29 11:41:15 +02:00
Sebastian Dröge b56436e793 dataurisrc: Add directory for data: URI source 2010-01-25 11:15:16 +01:00
Alessandro Decina aff35e5e65 Don't build osxvideosrc and qtwrapper in Snow Leopard.
QuickTime isn't available anymore in OS X Snow Leopard.
2010-01-22 10:48:54 +01:00
David Schleef 43147671c1 flite: Add flitetestsrc
Flite is a speech synthesizer library (BSD-ish license).  This element
negotiates a (possibly) multichannel audio stream, and then continually
outputs buffers naming the number and position of the channel.  It's
kinda crappy, but I needed it for testing purposes.
2010-01-16 13:03:24 -08:00
Sebastian Dröge cf89e526e3 configure: Check for gmodule-export-2.0 for GtkBuilder 2010-01-16 11:26:15 +01:00
Sebastian Dröge 92b7c0ad15 configure: Require GTK+ >= 2.12 for GtkBuilder
GTK+ 2.12 is already older than 2 years so this shouldn't
be a problem for anybody. Also it's only used in examples.
2010-01-16 11:16:05 +01:00
Javier Jardón 878ccf4a56 tests: Port from libglade to GtkBuilder
Fixes bug #601108.
2010-01-16 11:14:55 +01:00
Руслан Ижбулатов d61abce8e4 librfb: port rfbsrc to MinGW
Fixes #606677
2010-01-12 00:29:57 +00:00
Руслан Ижбулатов 01f514160f configure: include <windows.h> into msacm.h conftest 2010-01-11 16:46:42 +01:00
Sebastian Dröge 253fb99a56 cog: Don't build orc_memcpy() and depend on orc >= 0.4.3 for orc_memcpy()
In the latest release this function is already defined.
2009-12-14 16:08:01 +01:00
Peter van Hardenberg 4aded03c5e adpcmenc: add new adpcm encoder element. 2009-12-11 16:32:48 -08:00
Mark Nauwelaerts 502011501b audioparsers: move 'amrparse' into it 2009-12-08 16:06:27 +01:00
Mark Nauwelaerts 3441a41f83 audioparsers: rename 'aacparse' plugin to generic 'audioparsers' plugin 2009-12-08 16:05:26 +01:00
Tim-Philipp Müller 830b21caf2 apexsink: clean up and fix configure logic and Makefile.am
Check for openssl and libcrypto using pkg-config and don't build the
plugin if those are not available. Also, fix the CFLAGS/LIBS order
in Makefile.am and use the detected LIBS instead of hard-coding
-lcrypto in the Makefile.am. Should fix #601417.
2009-12-05 11:25:15 +00:00
Sebastian Dröge b70581f19a configure: Call AG_GST_PLATFORM for GST_EXTRA_MODULE_SUFFIX
This is used in the frei0r plugin already but never defined anywhere.

Fixes bug #602524.
2009-12-01 14:30:20 +01:00
René Stadler 2c158ffad9 Add pkgconfig files for photography interface library. 2009-11-27 12:09:58 +02:00
Tim-Philipp Müller 7f29a0ef11 configure: bump core requirements to 0.10.25.1 as well
Make implicit requirement explicit.
2009-11-18 13:41:36 +00:00
Jan Schmidt 3ea450ba27 bump gst-plugins-base requirement to 0.10.25.1 2009-11-18 03:10:31 +00:00
Jan Schmidt 42345f9961 Back to development -> 0.10.17.1 2009-11-18 01:46:38 +00:00
Jan Schmidt 8ca8d764e5 Release 0.10.17 2009-11-17 01:25:47 +00:00
Jan Schmidt 6aedd998d8 0.10.16.3 pre-release 2009-11-13 02:18:31 +00:00
Sebastian Dröge 5df4c86c17 celt: Make celt version checks better extensible 2009-11-11 11:08:22 +01:00
Jan Schmidt 5cdcb21529 0.10.16.2 pre-release 2009-11-09 20:12:00 +00:00
Tim-Philipp Müller 8a1b22836f aiff: rename 'aiffparse' plugin to 'aiff' 2009-10-31 17:22:25 +00:00
Stefan Kost 52e314ef81 camerabin: set camerabin default sources/sinks like in playbin2. Fixes #574434
This uses same approach like in playbin, namely checking for user defined
element, auto{audio,video}{sink,src} and finally DEFAULT_{AUDIO,VIDEO}{SRC,SINK}
defines from config.h.
2009-10-24 15:14:25 +03:00
Edward Hervey e30a20b777 configure.ac: And back to development we go 2009-10-24 20:33:27 +02:00
Jan Schmidt 08bb97a2fb Release 0.10.16 2009-10-23 23:16:45 +01:00
Thomas Green df6e65afe5 configure: also build neonhttpsrc with libneon-29.x
Fixes #599332.
2009-10-23 10:50:24 +01:00
Jan Schmidt 872b6c8702 release 0.10.15 2009-10-21 17:14:34 +01:00
Jan Schmidt 47a479e689 0.10.14.4 pre-release 2009-10-16 12:30:59 +01:00
Jan Schmidt 5694ae50c3 0.10.14.3 pre-release 2009-10-15 23:48:53 +01:00
Jan Schmidt b8c520d874 0.10.14.2 pre-release 2009-10-12 14:27:57 +01:00
Alessandro Decina e35db71cb8 Depend on gtk-x11 explicitly.
Fixes the build on OSX if gtk+-quartz is installed.
2009-10-05 15:28:47 +02:00
Sebastian Dröge 536880f2f7 configure.ac: Fix build system, zbar is no dependency-less plugin 2009-10-02 07:46:17 +02:00
Stefan Kost 7f26eaf9c5 zbar: wrap zbar library as a image analyzer
zbar is a bar code scanner library.
2009-10-01 23:58:19 +03:00
Tim-Philipp Müller 9c155f10f3 configure: fix --disable-external again 2009-09-22 12:25:50 +01:00
David Schleef e4a2eb1d6f cog: autogenerate code, colorspace improvements 2009-09-19 14:13:26 -07:00
David Schleef f367e5fbde cog: fixes to make cog work inside -bad 2009-09-18 19:11:40 -07:00
David Schleef 21aa38d13b Copy cog plugin and video library from cog project 2009-09-17 17:03:41 -07:00
Sebastian Dröge c7aa0aae4e pnm: Remove the experimental status from the pnm plugin 2009-09-17 09:39:09 +02:00
Dave Robillard 05e9de937e Bump SLV2 dependency to 0.6.6. 2009-09-17 09:46:49 +03:00