platform/upstream/gstreamer.git
13 years agoaudioconvert: update orc dist files
Wim Taymans [Thu, 7 Jul 2011 08:28:08 +0000 (10:28 +0200)]
audioconvert: update orc dist files

13 years agoaudioconvert: don't use .init function
Wim Taymans [Thu, 7 Jul 2011 08:20:19 +0000 (10:20 +0200)]
audioconvert: don't use .init function

Don't use the .init function but compile all functions when needed instead of
when the plugin is registered.

13 years agotests: update netbuffer and tag tests for gst_buffer_take_memory() API change
Tim-Philipp Müller [Wed, 6 Jul 2011 11:54:40 +0000 (12:54 +0100)]
tests: update netbuffer and tag tests for gst_buffer_take_memory() API change

13 years agotests: update libs/pbutils test for GstMessage API changes
Tim-Philipp Müller [Wed, 6 Jul 2011 11:51:03 +0000 (12:51 +0100)]
tests: update libs/pbutils test for GstMessage API changes

Can't access msg->structure directly any more.

13 years agotests: fix libs/mixer test for GstImplementsInterface removal
Tim-Philipp Müller [Wed, 6 Jul 2011 11:47:01 +0000 (12:47 +0100)]
tests: fix libs/mixer test for GstImplementsInterface removal

Not sure if we want to keep the GstMixer API in its current form
though..

13 years agotests: update theoraenc test for new pad probe API
Tim-Philipp Müller [Wed, 6 Jul 2011 11:42:36 +0000 (12:42 +0100)]
tests: update theoraenc test for new pad probe API

Compiles now, but fails.

13 years agotests: update typefindfunctions test for latest API changes
Tim-Philipp Müller [Wed, 6 Jul 2011 11:38:10 +0000 (12:38 +0100)]
tests: update typefindfunctions test for latest API changes

13 years agotests: update libs/audio test for latest API changes
Tim-Philipp Müller [Wed, 6 Jul 2011 11:36:37 +0000 (12:36 +0100)]
tests: update libs/audio test for latest API changes

13 years agowin32: update exports for new libgstvideo API
Tim-Philipp Müller [Wed, 6 Jul 2011 09:27:50 +0000 (10:27 +0100)]
win32: update exports for new libgstvideo API

13 years agodocs: add -DGST_USE_UNSTABLE_API also to GTKDOC_CFLAGS
Tim-Philipp Müller [Wed, 6 Jul 2011 09:27:02 +0000 (10:27 +0100)]
docs: add -DGST_USE_UNSTABLE_API also to GTKDOC_CFLAGS

To avoid warnings

13 years agovideo: update docs
Wim Taymans [Tue, 5 Jul 2011 14:58:04 +0000 (16:58 +0200)]
video: update docs

13 years agoAdd -DGST_USE_UNSTABLE_API to the compiler flags to avoid warnings
Tim-Philipp Müller [Tue, 5 Jul 2011 09:07:08 +0000 (10:07 +0100)]
Add -DGST_USE_UNSTABLE_API to the compiler flags to avoid warnings

13 years agotheoraenc: remove some unused code that caused a compiler warning
Tim-Philipp Müller [Tue, 5 Jul 2011 09:04:42 +0000 (10:04 +0100)]
theoraenc: remove some unused code that caused a compiler warning

The video format is set up in the sink pad's setcaps() function.

13 years agovideo: add macro to get frame size
Wim Taymans [Mon, 4 Jul 2011 16:08:25 +0000 (18:08 +0200)]
video: add macro to get frame size

13 years agovideo: add some more macros
Wim Taymans [Mon, 4 Jul 2011 14:27:50 +0000 (16:27 +0200)]
video: add some more macros

Add macros to get the plane and offset of a component.

13 years agovideo: More video helper library improvements
Wim Taymans [Mon, 4 Jul 2011 08:19:13 +0000 (10:19 +0200)]
video: More video helper library improvements

Make a new GstVideoFormatinfo structure that contains the specific information
related to a format such as the number of planes, components, subsampling,
pixel stride etc. The result is that we are now able to introduce the concept of
components again in the API.
Use tables to specify the formats and its properties.
Use macros to get information about the video format description.
Move code to set strides, offsets and size into one function.
Remove methods that are not handled with the structures.
Add methods to retrieve pointers and strides to the components in the video.

13 years agoplaysink: only unset initialized GValue
Mark Nauwelaerts [Tue, 28 Jun 2011 17:03:23 +0000 (19:03 +0200)]
playsink: only unset initialized GValue

13 years agovideoconvert: fix unused-but-set-variable compiler warning
Tim-Philipp Müller [Sun, 26 Jun 2011 22:17:03 +0000 (23:17 +0100)]
videoconvert: fix unused-but-set-variable compiler warning

13 years agogst, sys: remove GstImplementsInterface usage
Tim-Philipp Müller [Sun, 26 Jun 2011 22:16:08 +0000 (23:16 +0100)]
gst, sys: remove GstImplementsInterface usage

13 years agoalsa: don't use GstImplementsInterface
Tim-Philipp Müller [Sun, 26 Jun 2011 21:58:17 +0000 (22:58 +0100)]
alsa: don't use GstImplementsInterface

13 years agogst-libs: remove GstImplementsInterface usage
Tim-Philipp Müller [Sun, 26 Jun 2011 20:46:08 +0000 (21:46 +0100)]
gst-libs: remove GstImplementsInterface usage

Will need to add replacement API for some of these.

13 years agoMerge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller [Sun, 26 Jun 2011 20:27:28 +0000 (21:27 +0100)]
Merge remote-tracking branch 'origin/master' into 0.11

13 years agodocs: minor addition to decodebin2 design doc
Tim-Philipp Müller [Sun, 26 Jun 2011 00:06:58 +0000 (01:06 +0100)]
docs: minor addition to decodebin2 design doc

13 years agotests: the navigation interface isn't GstImplementsInterface-wrapped
Tim-Philipp Müller [Sun, 26 Jun 2011 00:06:19 +0000 (01:06 +0100)]
tests: the navigation interface isn't GstImplementsInterface-wrapped

13 years agointerfaces: GstStreamVolume isn't wrapped by GstImplementsInterface
Tim-Philipp Müller [Sat, 25 Jun 2011 23:49:46 +0000 (00:49 +0100)]
interfaces: GstStreamVolume isn't wrapped by GstImplementsInterface

This interface depends on properties and isn't per-instance.

13 years agortsp: GstRTSPExtension isn't wrapped by GstImplementsInterface
Tim-Philipp Müller [Sat, 25 Jun 2011 23:40:20 +0000 (00:40 +0100)]
rtsp: GstRTSPExtension isn't wrapped by GstImplementsInterface

Fix copy'n'paste error in headers, GstRTSPExtension isn't
something that's per-instance.

13 years agotag: GstXmpWriter doesn't use the GstImplementsInterface
Tim-Philipp Müller [Sat, 25 Jun 2011 23:36:36 +0000 (00:36 +0100)]
tag: GstXmpWriter doesn't use the GstImplementsInterface

No need for per-instance checking of interface implementation here,
presumably just a copy'n'paste issue.

13 years agoencoding-target: set names on audio and video profiles
Jonathan Matthew [Sat, 11 Jun 2011 09:03:57 +0000 (19:03 +1000)]
encoding-target: set names on audio and video profiles

https://bugzilla.gnome.org/show_bug.cgi?id=652342

13 years agoAutomatic update of common submodule
David Schleef [Thu, 23 Jun 2011 18:28:04 +0000 (11:28 -0700)]
Automatic update of common submodule

From 69b981f to 605cd9a

13 years agotheoradec: use cropping metadata
Wim Taymans [Thu, 23 Jun 2011 16:02:40 +0000 (18:02 +0200)]
theoradec: use cropping metadata

13 years agox11: let upstream know we support cropping
Wim Taymans [Thu, 23 Jun 2011 14:31:21 +0000 (16:31 +0200)]
x11: let upstream know we support cropping

13 years agox11: add image cropping
Wim Taymans [Thu, 23 Jun 2011 10:55:13 +0000 (12:55 +0200)]
x11: add image cropping

Use the cropping metadata to crop the image.
Remove deprecated display-region property to set a clipping rectangle.

13 years agometa: add some docs
Wim Taymans [Thu, 23 Jun 2011 07:55:27 +0000 (09:55 +0200)]
meta: add some docs

13 years agometa: add video crop metadata
Wim Taymans [Thu, 23 Jun 2011 07:30:19 +0000 (09:30 +0200)]
meta: add video crop metadata

13 years agoxvimagesink: handle unknown formats
Wim Taymans [Wed, 22 Jun 2011 17:35:16 +0000 (19:35 +0200)]
xvimagesink: handle unknown formats

13 years agofix for uri changes
Wim Taymans [Wed, 22 Jun 2011 14:38:48 +0000 (16:38 +0200)]
fix for uri changes

13 years agox11: use frame copy functions
Wim Taymans [Wed, 22 Jun 2011 13:38:24 +0000 (15:38 +0200)]
x11: use frame copy functions

13 years agovideo: add video copy function
Wim Taymans [Wed, 22 Jun 2011 13:25:35 +0000 (15:25 +0200)]
video: add video copy function

Add a function to copy a video frame, taking care of source and destination
strides.

13 years agoseek: wait for the spinbutton widget
Wim Taymans [Wed, 22 Jun 2011 10:57:46 +0000 (12:57 +0200)]
seek: wait for the spinbutton widget

Wait for the spinbutton widget before trying to update it when the volume
changed callback is called.

13 years agortp: fix for allocator name change
Wim Taymans [Wed, 22 Jun 2011 09:45:58 +0000 (11:45 +0200)]
rtp: fix for allocator name change

13 years agoaudio: clean up headers
Wim Taymans [Tue, 21 Jun 2011 16:17:59 +0000 (18:17 +0200)]
audio: clean up headers

13 years agoaudio: clean up audiosink headers
Wim Taymans [Tue, 21 Jun 2011 16:13:48 +0000 (18:13 +0200)]
audio: clean up audiosink headers

13 years agoaudio: clean up ringbuffer header
Wim Taymans [Tue, 21 Jun 2011 16:08:12 +0000 (18:08 +0200)]
audio: clean up ringbuffer header

13 years agoMerge branch 'master' into 0.11
Wim Taymans [Tue, 21 Jun 2011 15:57:56 +0000 (17:57 +0200)]
Merge branch 'master' into 0.11

Conflicts:
configure.ac
docs/plugins/inspect/plugin-gnomevfs.xml

13 years agovideotestsrc: port to video helpers
Wim Taymans [Tue, 21 Jun 2011 15:33:27 +0000 (17:33 +0200)]
videotestsrc: port to video helpers

Port videotestsrc to use the video helper functions to parse caps and handle
video frames.
Enable GstMetaVideo to make us handle strided video.

13 years agovideo: use gint to make parsing easier
Wim Taymans [Tue, 21 Jun 2011 15:31:17 +0000 (17:31 +0200)]
video: use gint to make parsing easier

Use gint for with/height etc to make it easier to pass the variables to various
caps and structure parsing functions.

13 years agovideotestsrc: small cleanups
Wim Taymans [Tue, 21 Jun 2011 10:52:23 +0000 (12:52 +0200)]
videotestsrc: small cleanups

13 years agovideoscale: activate Video meta
Wim Taymans [Mon, 20 Jun 2011 15:49:13 +0000 (17:49 +0200)]
videoscale: activate Video meta

Configure the allocator with GstMetaVideo because we can handle that using the
GstVideoFrame helpers.

13 years agox11: delay pool activation
Wim Taymans [Mon, 20 Jun 2011 15:36:24 +0000 (17:36 +0200)]
x11: delay pool activation

don't activate the pool we return in the ALLOCATION query because upstream might
still want to configure it

13 years agovideoconvert: use new allocation setup
Wim Taymans [Mon, 20 Jun 2011 15:34:57 +0000 (17:34 +0200)]
videoconvert: use new allocation setup

Add setup_allocation to configure video metadata in the negotiated bufferpool.

13 years agoconfigure.ac: bump required GLib to 2.26
Mark Nauwelaerts [Mon, 20 Jun 2011 13:43:57 +0000 (15:43 +0200)]
configure.ac: bump required GLib to 2.26

13 years agotheoradec: enable video metadata in the bufferpool
Wim Taymans [Mon, 20 Jun 2011 11:30:07 +0000 (13:30 +0200)]
theoradec: enable video metadata in the bufferpool

Enable the video metadata in the bufferpool.

13 years agox11: handle new bufferpool metadata api
Wim Taymans [Mon, 20 Jun 2011 11:28:12 +0000 (13:28 +0200)]
x11: handle new bufferpool metadata api

Provide a method to list the supported metadata apis.
Activate the video metadata on buffers when a downstream element configured the
bufferpool to support that api.

13 years agovideo: remove intermediate Plane structure
Wim Taymans [Mon, 20 Jun 2011 09:25:58 +0000 (11:25 +0200)]
video: remove intermediate Plane structure

Remove the GstVideoPlane structure and move the fields directly into the
GstVideoInfo structure. This makes things a little easier to read and also makes
it more likely that we can pass the stride array to external libraries.

13 years agoBump git version after unplanned 0.10.35 release
Tim-Philipp Müller [Sat, 18 Jun 2011 12:32:17 +0000 (13:32 +0100)]
Bump git version after unplanned 0.10.35 release

Merge branch '0.10.35'

Conflicts:
configure.ac
docs/plugins/inspect/plugin-adder.xml
docs/plugins/inspect/plugin-alsa.xml
docs/plugins/inspect/plugin-app.xml
docs/plugins/inspect/plugin-audioconvert.xml
docs/plugins/inspect/plugin-audiorate.xml
docs/plugins/inspect/plugin-audioresample.xml
docs/plugins/inspect/plugin-audiotestsrc.xml
docs/plugins/inspect/plugin-cdparanoia.xml
docs/plugins/inspect/plugin-decodebin.xml
docs/plugins/inspect/plugin-encoding.xml
docs/plugins/inspect/plugin-ffmpegcolorspace.xml
docs/plugins/inspect/plugin-gdp.xml
docs/plugins/inspect/plugin-gio.xml
docs/plugins/inspect/plugin-gnomevfs.xml
docs/plugins/inspect/plugin-libvisual.xml
docs/plugins/inspect/plugin-ogg.xml
docs/plugins/inspect/plugin-pango.xml
docs/plugins/inspect/plugin-playback.xml
docs/plugins/inspect/plugin-subparse.xml
docs/plugins/inspect/plugin-tcp.xml
docs/plugins/inspect/plugin-theora.xml
docs/plugins/inspect/plugin-typefindfunctions.xml
docs/plugins/inspect/plugin-uridecodebin.xml
docs/plugins/inspect/plugin-videorate.xml
docs/plugins/inspect/plugin-videoscale.xml
docs/plugins/inspect/plugin-videotestsrc.xml
docs/plugins/inspect/plugin-volume.xml
docs/plugins/inspect/plugin-vorbis.xml
docs/plugins/inspect/plugin-ximagesink.xml
docs/plugins/inspect/plugin-xvimagesink.xml
gst-libs/gst/audio/Makefile.am
gst/subparse/gstsubparse.c
win32/common/_stdint.h
win32/common/config.h

13 years agodiscoverer: Allow GError* argument to be NULL
Edward Hervey [Sat, 18 Jun 2011 09:16:19 +0000 (11:16 +0200)]
discoverer: Allow GError* argument to be NULL

This is how other methods taking GError* arguments behave.

Fixes #652838

13 years agox11: use GstVideoInfo to parse caps
Wim Taymans [Fri, 17 Jun 2011 15:54:52 +0000 (17:54 +0200)]
x11: use GstVideoInfo to parse caps

Use GstVideoInfo to keep track of the configured format.
Add GstMetaVideo to buffers, disabled by default for now until we can have it
enabled with a property on the bufferpool configuration.

13 years agometavideo: small fixes
Wim Taymans [Fri, 17 Jun 2011 15:44:56 +0000 (17:44 +0200)]
metavideo: small fixes

Set the buffer as a field in the metadata so that we can use it to map the
buffer data.
Fix wrong assert.

13 years agox11: make function static
Wim Taymans [Fri, 17 Jun 2011 15:27:22 +0000 (17:27 +0200)]
x11: make function static

Don't export buffer creation function, we need to use the bufferpool
now.

13 years agovideo: use metadata to set up strides
Wim Taymans [Fri, 17 Jun 2011 14:47:25 +0000 (16:47 +0200)]
video: use metadata to set up strides

Use the GstMetaVideo when we can to map the buffers and set up the strides.

13 years agoMerge branch 'master' into 0.11
Wim Taymans [Fri, 17 Jun 2011 13:48:19 +0000 (15:48 +0200)]
Merge branch 'master' into 0.11

Conflicts:
tests/examples/Makefile.am

13 years ago-base: port to GstVideoFrame API
Wim Taymans [Fri, 17 Jun 2011 13:31:59 +0000 (15:31 +0200)]
-base: port to GstVideoFrame API

13 years agovideo: Add GstVideoFrame helper structure
Wim Taymans [Fri, 17 Jun 2011 13:29:50 +0000 (15:29 +0200)]
video: Add GstVideoFrame helper structure

The videoframe structure can be used to easily parse the contents of video
buffers.

13 years agovideo: port to new API
Wim Taymans [Fri, 17 Jun 2011 07:21:27 +0000 (09:21 +0200)]
video: port to new API

Add support for palette again.
Rewrite setup code for videoconvert using the new video methods.

13 years agovideo: rework part 2
Wim Taymans [Thu, 16 Jun 2011 17:35:27 +0000 (19:35 +0200)]
video: rework part 2

Update docs.
Add method to get number of components.
Implement method to calculate defaults from format and dimensions.
Improve caps parsing.
Implement GstVideoInfo to caps conversion.

13 years agovideo: rework part 1
Wim Taymans [Thu, 16 Jun 2011 14:27:31 +0000 (16:27 +0200)]
video: rework part 1

Add GstVideoFlags similar to the flags on the metadata. The idea is to replace
the metadata flags with the GstVideoFlags.
Move VideoPlane to video.h, it contains the information for a plane.
Add GstVideoInfo structure that holds the current configuration of a video
format.
Add methods to parse caps into GstVideoInfo.

13 years agotest: port some more tests
Wim Taymans [Thu, 16 Jun 2011 11:41:25 +0000 (13:41 +0200)]
test: port some more tests

13 years ago-base: port elements to new video caps
Wim Taymans [Thu, 16 Jun 2011 10:48:33 +0000 (12:48 +0200)]
-base: port elements to new video caps

13 years agovideo: add methods to parse X11 visuals
Wim Taymans [Thu, 16 Jun 2011 10:43:54 +0000 (12:43 +0200)]
video: add methods to parse X11 visuals

Add method to convert X11 visual description to GstVideoFormat

13 years agovideo: update video caps
Wim Taymans [Wed, 15 Jun 2011 14:16:02 +0000 (16:16 +0200)]
video: update video caps

13 years agoRemove deleted playbin/decodebin files from POTFILES.in
Jan Schmidt [Thu, 16 Jun 2011 04:23:25 +0000 (14:23 +1000)]
Remove deleted playbin/decodebin files from POTFILES.in

13 years agoRelease 0.10.35
Tim-Philipp Müller [Wed, 15 Jun 2011 18:29:48 +0000 (19:29 +0100)]
Release 0.10.35

This is an ad-hoc release that is almost identical to 0.10.34:

 * work around GLib atomic ops API change
 * don't use G_CONST_RETURN in public headers
 * subparse: typefinding fixes for subtitles in non-UTF8 charsets

13 years agosome more ffmpegcolorspace to videoconvert changes
Wim Taymans [Wed, 15 Jun 2011 16:08:32 +0000 (18:08 +0200)]
some more ffmpegcolorspace to videoconvert changes

13 years agoffmpegcolorspace: remove plugin
Wim Taymans [Wed, 15 Jun 2011 16:01:04 +0000 (18:01 +0200)]
ffmpegcolorspace: remove plugin

13 years agovideoconvert: renamed from colorspace
Wim Taymans [Wed, 15 Jun 2011 15:49:21 +0000 (17:49 +0200)]
videoconvert: renamed from colorspace

13 years agocolorspace: fix caps negotiation
Wim Taymans [Wed, 15 Jun 2011 14:52:52 +0000 (16:52 +0200)]
colorspace: fix caps negotiation

13 years agocolorspace: port to 0.11
Wim Taymans [Wed, 15 Jun 2011 14:28:44 +0000 (16:28 +0200)]
colorspace: port to 0.11

13 years agocolorspace: add to build
Wim Taymans [Wed, 15 Jun 2011 14:28:30 +0000 (16:28 +0200)]
colorspace: add to build

13 years ago[MOVED FROM BAD 68/68] Update orc-generated disted C backup code to orc 0.4.14
Tim-Philipp Müller [Sat, 30 Apr 2011 18:46:40 +0000 (19:46 +0100)]
[MOVED FROM BAD 68/68] Update orc-generated disted C backup code to orc 0.4.14

13 years ago[MOVED FROM BAD 67/68] 0.10.21.3 pre-release
Tim-Philipp Müller [Wed, 27 Apr 2011 23:00:09 +0000 (00:00 +0100)]
[MOVED FROM BAD 67/68] 0.10.21.3 pre-release

13 years ago[MOVED FROM BAD 66/68] ext, gst: update disted orc backup files
Tim-Philipp Müller [Sun, 17 Apr 2011 00:09:33 +0000 (01:09 +0100)]
[MOVED FROM BAD 66/68] ext, gst: update disted orc backup files

13 years ago[MOVED FROM BAD 65/68] Fix some unused-but-set-variable warnings with gcc 4.6
Tim-Philipp Müller [Thu, 14 Apr 2011 23:09:14 +0000 (00:09 +0100)]
[MOVED FROM BAD 65/68] Fix some unused-but-set-variable warnings with gcc 4.6

13 years ago[MOVED FROM BAD 64/68] android: make it ready for androgenizer
Thibault Saunier [Mon, 11 Apr 2011 04:36:35 +0000 (00:36 -0400)]
[MOVED FROM BAD 64/68] android: make it ready for androgenizer

Remove the android/ top dir
Fixe the Makefile.am to be androgenized

To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files.
Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git

13 years ago[MOVED FROM BAD 63/68] colorspace: set dithering enum directly
David Schleef [Sat, 26 Feb 2011 03:59:05 +0000 (19:59 -0800)]
[MOVED FROM BAD 63/68] colorspace: set dithering enum directly

13 years ago[MOVED FROM BAD 62/68] colorspace: Add support for r210
David Schleef [Sat, 26 Feb 2011 03:57:47 +0000 (19:57 -0800)]
[MOVED FROM BAD 62/68] colorspace: Add support for r210

13 years ago[MOVED FROM BAD 61/68] colorspace: Fix YUV->RGB matrixing
David Schleef [Mon, 21 Feb 2011 07:01:30 +0000 (23:01 -0800)]
[MOVED FROM BAD 61/68] colorspace: Fix YUV->RGB matrixing

13 years ago[MOVED FROM BAD 60/68] colorspace: Add dithering
David Schleef [Mon, 21 Feb 2011 06:43:56 +0000 (22:43 -0800)]
[MOVED FROM BAD 60/68] colorspace: Add dithering

Dithering only happens when a 16-bit-per-channel format is
involved.

13 years ago[MOVED FROM BAD 59/68] colorspace: fix a few formats
David Schleef [Sun, 20 Feb 2011 22:14:27 +0000 (14:14 -0800)]
[MOVED FROM BAD 59/68] colorspace: fix a few formats

13 years ago[MOVED FROM BAD 58/68] colorspace: Add 16-bit-per-channel handling
David Schleef [Sat, 19 Feb 2011 21:12:41 +0000 (13:12 -0800)]
[MOVED FROM BAD 58/68] colorspace: Add 16-bit-per-channel handling

13 years ago[MOVED FROM BAD 57/68] colorspace: Fix memleak
David Schleef [Sat, 19 Feb 2011 21:13:13 +0000 (13:13 -0800)]
[MOVED FROM BAD 57/68] colorspace: Fix memleak

13 years ago[MOVED FROM BAD 56/68] colorspace: Fix memory leak
David Schleef [Wed, 16 Feb 2011 02:12:02 +0000 (18:12 -0800)]
[MOVED FROM BAD 56/68] colorspace: Fix memory leak

13 years ago[MOVED FROM BAD 55/68] colorspace: Disable matrixing on big-endian
David Schleef [Mon, 3 Jan 2011 00:13:56 +0000 (16:13 -0800)]
[MOVED FROM BAD 55/68] colorspace: Disable matrixing on big-endian

It's broken until someone writes better Orc code.  Fixes #631232.

13 years ago[MOVED FROM BAD 54/68] colorspace: remove incorrect check
David Schleef [Mon, 22 Nov 2010 07:11:19 +0000 (23:11 -0800)]
[MOVED FROM BAD 54/68] colorspace: remove incorrect check

13 years ago[MOVED FROM BAD 53/68] colorspace: Update generated ORC sources
Sebastian Dröge [Fri, 5 Nov 2010 09:56:51 +0000 (10:56 +0100)]
[MOVED FROM BAD 53/68] colorspace: Update generated ORC sources

13 years ago[MOVED FROM BAD 52/68] colorspace: Inverse -base version check logic to actually...
Sebastian Dröge [Thu, 4 Nov 2010 13:18:29 +0000 (14:18 +0100)]
[MOVED FROM BAD 52/68] colorspace: Inverse -base version check logic to actually make sense

13 years ago[MOVED FROM BAD 51/68] colorspace: Add support for IYU1
Sebastian Dröge [Wed, 3 Nov 2010 14:37:48 +0000 (15:37 +0100)]
[MOVED FROM BAD 51/68] colorspace: Add support for IYU1

13 years ago[MOVED FROM BAD 50/68] colorspace: First version of YUV9 and YVU9 implementation
Sebastian Dröge [Wed, 3 Nov 2010 14:12:42 +0000 (15:12 +0100)]
[MOVED FROM BAD 50/68] colorspace: First version of YUV9 and YVU9 implementation

13 years ago[MOVED FROM BAD 49/68] colorspace: Use GST_CHECK_PLUGINS_BASE_VERSION() instead of...
Sebastian Dröge [Wed, 3 Nov 2010 08:20:15 +0000 (09:20 +0100)]
[MOVED FROM BAD 49/68] colorspace: Use GST_CHECK_PLUGINS_BASE_VERSION() instead of other hacks

13 years ago[MOVED FROM BAD 48/68] colorspace: fix build with current git of gst-plugins-base
Tim-Philipp Müller [Tue, 2 Nov 2010 16:54:59 +0000 (16:54 +0000)]
[MOVED FROM BAD 48/68] colorspace: fix build with current git of gst-plugins-base

ifdef tests don't work so well if we define them in the code
above in case they aren't defined.

13 years ago[MOVED FROM BAD 47/68] colorspace: Add support for 8 bit paletted RGB
Sebastian Dröge [Tue, 2 Nov 2010 15:05:37 +0000 (16:05 +0100)]
[MOVED FROM BAD 47/68] colorspace: Add support for 8 bit paletted RGB

This needs the 8 bit paletted support from -base
which will be committed after release. Without this
the 8 bit parts are disabled.