Release 0.11.3

This commit is contained in:
Wim Taymans 2012-03-22 15:50:36 +01:00
parent 32bd12dba9
commit 1982d1ce12
83 changed files with 3026 additions and 1438 deletions

1611
ChangeLog

File diff suppressed because it is too large Load diff

15
NEWS
View file

@ -1,4 +1,17 @@
This is GStreamer Base Plug-ins 0.11.2, "Drool Pool" This is GStreamer Base Plug-ins 0.11.3, "Axe and Smash"
New in 0.11.3:
* Many fixes and improvements
* video: Improve video frame map/unmap
* theora: Improve video negotiation
* Various performance improvements
Bugs fixed in this release
* 668343 : [0.11] - segfault when using missing plugin support in 0.11
* 668542 : [0.11] EncodingProfileClass is missing from GstPbutils-0.11.gir
New in 0.11.2: New in 0.11.2:

72
RELEASE
View file

@ -1,5 +1,5 @@
Release notes for GStreamer Base Plug-ins 0.11.2 "Drool Pool" Release notes for GStreamer Base Plug-ins 0.11.3 "Axe and Smash"
@ -8,12 +8,12 @@ in the 0.11.x unstable series of the
GStreamer Base Plug-ins. GStreamer Base Plug-ins.
The 0.11.x series is an unstable series targeted at developers and will The 0.11.x series is an unstable series targeted at developers.
eventually lead up to the stable 1.0 series.
It is not API or ABI compatible with the stable 0.10.x series. It is not API or ABI compatible with the stable 0.10.x series.
It is, however, parallel installable with the 0.10.x series. It is, however, parallel installable with the 0.10.x series.
This module contains a set of reference plugins, base classes for other This module contains a set of reference plugins, base classes for other
plugins, and helper libraries. plugins, and helper libraries.
@ -23,18 +23,18 @@ their development.
This module contains elements for, among others: This module contains elements for, among others:
device plugins: x(v)imagesink, alsa, cdparanoia device plugins: x(v)imagesink, alsa, v4lsrc, cdparanoia
containers: ogg containers: ogg
codecs: vorbis, theora codecs: vorbis, theora
text: textoverlay, subparse text: textoverlay, subparse
sources: audiotestsrc, videotestsrc, giosrc sources: audiotestsrc, videotestsrc, gnomevfssrc, giosrc
network: tcp network: tcp
typefind functions typefind functions
audio processing: audioconvert, adder, audiorate, audioresample, volume audio processing: audioconvert, adder, audiorate, audioresample, volume
visualisation: libvisual visualisation: libvisual
video processing: videoconvert video processing: videoconvert
aggregate elements: uridecodebin, playbin, decodebin, encodebin aggregate elements: uridecodebin, playbin, decodebin, encodebin
libraries: app, audio, cdda, fft, interfaces, pbutils, riff, rtp, rtsp, sdp, tag, video libraries: app, audio, cdda, fft, interfaces, netbuffer, pbutils, riff, rtp, rtsp, sdp, tag, video
Other modules containing plug-ins are: Other modules containing plug-ins are:
@ -55,24 +55,17 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release Features of this release
* Parallel installability with 0.10.x series
* Many API cleanups * Many API cleanups
* Ported to new 0.11 core API changes * Ported to new 0.11 core API changes
* Use new GstSample for snapshots
* Improved video filter base class
* New multichannel caps with mask
* Port network elements to GIO
* Many fixes and improvements * Many fixes and improvements
* video: Improve video frame map/unmap
* theora: Improve video negotiation
* Various performance improvements
Bugs fixed in this release Bugs fixed in this release
* 651222 : [0.11] [playbin(2)/uridecodebin] " connection-speed " should be a guint64 instead of a guint * 668343 : [0.11] - segfault when using missing plugin support in 0.11
* 656264 : tag: no-return-in-nonvoid-function compiler warning gstxmptag.c:178 * 668542 : [0.11] EncodingProfileClass is missing from GstPbutils-0.11.gir
* 659692 : [0.11] circular dependency between libgstpbutils and libgstaudio
* 661911 : Audiotestsrc segfaults when trying to changing 'wave' parameter
* 662607 : printf format mismatch causes compiler warnings
* 663689 : Missing DiscoverInfo API in 0.11
* 669328 : [0.11] Remove deprecated theoraenc properties
Download Download
@ -102,53 +95,20 @@ Applications
Contributors to this release Contributors to this release
* Alessandro Decina * Alessandro Decina
* Alexey Fisher
* Andoni Morales Alastruey
* Andy Wingo
* Anssi Hannula
* Benjamin Otte
* Brian Cameron
* Christian Fredrik Kalager Schaller
* Colin Walters
* Damien Lespiau
* David Schleef * David Schleef
* Edward Hervey * Edward Hervey
* Felipe Contreras * Holger Kaelberer
* George Kiagiadakis
* Havard Graff
* Idar Tollefsen
* Jan Schmidt
* Jason DeRose
* Jonathan Matthew * Jonathan Matthew
* Josep Torra
* Kipp Cannon
* Mark Nauwelaerts * Mark Nauwelaerts
* Mart Raudsepp * Ognyan Tonchev
* Matej Knopp
* Mersad Jelacic
* Michael Smith
* Nicolas Dufresne
* Oleksij Rempel (Alexey Fisher) * Oleksij Rempel (Alexey Fisher)
* Olivier Aubert * Peter Korsgaard
* Olivier Crête
* Pascal Buhler
* Philip Flarsheim
* Philip Jägenstedt
* Philippe Normand * Philippe Normand
* Piotr Fusik
* René Stadler
* Reynaldo H. Verdejo Pinochet
* Robert Swain
* Ryan Lortie
* Sebastian Dröge * Sebastian Dröge
* Stefan Kost * Sreerenj Balachandran
* Stefan Sauer * Stefan Sauer
* Thiago Santos
* Thibault Saunier
* Thomas Vander Stichele
* Tim-Philipp Müller * Tim-Philipp Müller
* Vincent Penquerc'h * Vincent Penquerc'h
* Vincent Untz
* Wim Taymans * Wim Taymans
* Youness Alaoui
* Zaheer Abbas Merali
   

View file

@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/prerelease dnl use a three digit version number for releases, and four for git/prerelease
AC_INIT(GStreamer Base Plug-ins, 0.11.2.1, AC_INIT(GStreamer Base Plug-ins, 0.11.3,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base) gst-plugins-base)
@ -49,7 +49,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0 dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 27, 0, 0) AS_LIBTOOL(GST, 28, 0, 0)
dnl FIXME: this macro doesn't actually work; dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags. dnl the generated libtool script has no support for the listed tags.
@ -60,7 +60,7 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff *** dnl *** required versions of GStreamer stuff ***
GST_REQ=0.11.2 GST_REQ=0.11.3
dnl *** autotools stuff **** dnl *** autotools stuff ****

View file

@ -1195,7 +1195,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Flags</NICK> <NICK>Flags</NICK>
<BLURB>Flags to control behaviour.</BLURB> <BLURB>Flags to control behaviour.</BLURB>
<DEFAULT>Render the video stream|Render the audio stream|Render subtitles|Use software volume</DEFAULT> <DEFAULT>Render the video stream|Render the audio stream|Render subtitles|Use software volume|Use software color balance</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -3705,7 +3705,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Flags</NICK> <NICK>Flags</NICK>
<BLURB>Flags to control behaviour.</BLURB> <BLURB>Flags to control behaviour.</BLURB>
<DEFAULT>Render the video stream|Render the audio stream|Render subtitles|Use software volume</DEFAULT> <DEFAULT>Render the video stream|Render the audio stream|Render subtitles|Use software volume|Use software color balance</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>

View file

@ -24,8 +24,10 @@ GstPipeline GstChildProxy
GstPlayBaseBin GstChildProxy GstPlayBaseBin GstChildProxy
GstPlayBin GstChildProxy GstPlayBin GstChildProxy
GstPlayBin GstChildProxy GstStreamVolume GstPlayBin GstChildProxy GstStreamVolume
GstPlayBin GstChildProxy GstStreamVolume GstVideoOverlay GstNavigation GstColorBalance
GstPlayBin2 GstChildProxy GstStreamVolume GstPlayBin2 GstChildProxy GstStreamVolume
GstPlaySink GstChildProxy GstPlaySink GstChildProxy
GstPlaySink GstChildProxy GstStreamVolume GstVideoOverlay GstNavigation GstColorBalance
GstSubtitleOverlay GstChildProxy GstSubtitleOverlay GstChildProxy
GstTheoraEnc GstPreset GstTheoraEnc GstPreset
GstURIDecodeBin GstChildProxy GstURIDecodeBin GstChildProxy

View file

@ -3,7 +3,7 @@
<description>Adds multiple streams</description> <description>Adds multiple streams</description>
<filename>../../gst/adder/.libs/libgstadder.so</filename> <filename>../../gst/adder/.libs/libgstadder.so</filename>
<basename>libgstadder.so</basename> <basename>libgstadder.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>ALSA plugin library</description> <description>ALSA plugin library</description>
<filename>../../ext/alsa/.libs/libgstalsa.so</filename> <filename>../../ext/alsa/.libs/libgstalsa.so</filename>
<basename>libgstalsa.so</basename> <basename>libgstalsa.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Elements used to communicate with applications</description> <description>Elements used to communicate with applications</description>
<filename>../../gst/app/.libs/libgstapp.so</filename> <filename>../../gst/app/.libs/libgstapp.so</filename>
<basename>libgstapp.so</basename> <basename>libgstapp.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Convert audio to different formats</description> <description>Convert audio to different formats</description>
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename> <filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
<basename>libgstaudioconvert.so</basename> <basename>libgstaudioconvert.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Adjusts audio frames</description> <description>Adjusts audio frames</description>
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename> <filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
<basename>libgstaudiorate.so</basename> <basename>libgstaudiorate.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Resamples audio</description> <description>Resamples audio</description>
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename> <filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
<basename>libgstaudioresample.so</basename> <basename>libgstaudioresample.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Creates audio test signals of given frequency and volume</description> <description>Creates audio test signals of given frequency and volume</description>
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename> <filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
<basename>libgstaudiotestsrc.so</basename> <basename>libgstaudiotestsrc.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Read audio from CD in paranoid mode</description> <description>Read audio from CD in paranoid mode</description>
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename> <filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
<basename>libgstcdparanoia.so</basename> <basename>libgstcdparanoia.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>various encoding-related elements</description> <description>various encoding-related elements</description>
<filename>../../gst/encoding/.libs/libgstencodebin.so</filename> <filename>../../gst/encoding/.libs/libgstencodebin.so</filename>
<basename>libgstencodebin.so</basename> <basename>libgstencodebin.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Payload/depayload GDP packets</description> <description>Payload/depayload GDP packets</description>
<filename>../../gst/gdp/.libs/libgstgdp.so</filename> <filename>../../gst/gdp/.libs/libgstgdp.so</filename>
<basename>libgstgdp.so</basename> <basename>libgstgdp.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>GIO elements</description> <description>GIO elements</description>
<filename>../../gst/gio/.libs/libgstgio.so</filename> <filename>../../gst/gio/.libs/libgstgio.so</filename>
<basename>libgstgio.so</basename> <basename>libgstgio.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>libvisual visualization plugins</description> <description>libvisual visualization plugins</description>
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename> <filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
<basename>libgstlibvisual.so</basename> <basename>libgstlibvisual.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

File diff suppressed because one or more lines are too long

View file

@ -3,7 +3,7 @@
<description>Pango-based text rendering and overlay</description> <description>Pango-based text rendering and overlay</description>
<filename>../../ext/pango/.libs/libgstpango.so</filename> <filename>../../ext/pango/.libs/libgstpango.so</filename>
<basename>libgstpango.so</basename> <basename>libgstpango.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>various playback elements</description> <description>various playback elements</description>
<filename>../../gst/playback/.libs/libgstplayback.so</filename> <filename>../../gst/playback/.libs/libgstplayback.so</filename>
<basename>libgstplayback.so</basename> <basename>libgstplayback.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Subtitle parsing</description> <description>Subtitle parsing</description>
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename> <filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
<basename>libgstsubparse.so</basename> <basename>libgstsubparse.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>transfer data over the network via TCP</description> <description>transfer data over the network via TCP</description>
<filename>../../gst/tcp/.libs/libgsttcp.so</filename> <filename>../../gst/tcp/.libs/libgsttcp.so</filename>
<basename>libgsttcp.so</basename> <basename>libgsttcp.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Theora plugin library</description> <description>Theora plugin library</description>
<filename>../../ext/theora/.libs/libgsttheora.so</filename> <filename>../../ext/theora/.libs/libgsttheora.so</filename>
<basename>libgsttheora.so</basename> <basename>libgsttheora.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>default typefind functions</description> <description>default typefind functions</description>
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename> <filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
<basename>libgsttypefindfunctions.so</basename> <basename>libgsttypefindfunctions.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Adjusts video frames</description> <description>Adjusts video frames</description>
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename> <filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
<basename>libgstvideorate.so</basename> <basename>libgstvideorate.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Resizes video</description> <description>Resizes video</description>
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename> <filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
<basename>libgstvideoscale.so</basename> <basename>libgstvideoscale.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

File diff suppressed because one or more lines are too long

View file

@ -3,7 +3,7 @@
<description>plugin for controlling audio volume</description> <description>plugin for controlling audio volume</description>
<filename>../../gst/volume/.libs/libgstvolume.so</filename> <filename>../../gst/volume/.libs/libgstvolume.so</filename>
<basename>libgstvolume.so</basename> <basename>libgstvolume.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Vorbis plugin library</description> <description>Vorbis plugin library</description>
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename> <filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
<basename>libgstvorbis.so</basename> <basename>libgstvorbis.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>X11 video output element based on standard Xlib calls</description> <description>X11 video output element based on standard Xlib calls</description>
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename> <filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
<basename>libgstximagesink.so</basename> <basename>libgstximagesink.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>XFree86 video output plugin using Xv extension</description> <description>XFree86 video output plugin using Xv extension</description>
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename> <filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
<basename>libgstxvimagesink.so</basename> <basename>libgstxvimagesink.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -34,6 +34,17 @@ A wide range of video and audio decoders, encoders, and filters are included.
</GitRepository> </GitRepository>
</repository> </repository>
<release>
<Version>
<revision>0.11.3</revision>
<branch>0.11</branch>
<name>Axe and Smash</name>
<created>2012-03-22</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.11.3.tar.bz2" />
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.11.3.tar.gz" />
</Version>
</release>
<release> <release>
<Version> <Version>
<revision>0.11.2</revision> <revision>0.11.2</revision>

View file

@ -95,8 +95,6 @@ void add_uint8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n); int n);
void add_float32 (float *ORC_RESTRICT d1, const float *ORC_RESTRICT s1, int n); void add_float32 (float *ORC_RESTRICT d1, const float *ORC_RESTRICT s1, int n);
void gst_adder_orc_init (void);
/* begin Orc C target preamble */ /* begin Orc C target preamble */
#define ORC_CLAMP(x,a,b) ((x)<(a) ? (a) : ((x)>(b) ? (b) : (x))) #define ORC_CLAMP(x,a,b) ((x)<(a) ? (a) : ((x)>(b) ? (b) : (x)))
@ -200,14 +198,32 @@ _backup_add_int32 (OrcExecutor * ORC_RESTRICT ex)
} }
static OrcProgram *_orc_program_add_int32;
void void
add_int32 (gint32 * ORC_RESTRICT d1, const gint32 * ORC_RESTRICT s1, int n) add_int32 (gint32 * ORC_RESTRICT d1, const gint32 * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
OrcProgram *p = _orc_program_add_int32; static volatile int p_inited = 0;
static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
if (!p_inited) {
orc_once_mutex_lock ();
if (!p_inited) {
p = orc_program_new ();
orc_program_set_name (p, "add_int32");
orc_program_set_backup_function (p, _backup_add_int32);
orc_program_add_destination (p, 4, "d1");
orc_program_add_source (p, 4, "s1");
orc_program_append_2 (p, "addssl", 0, ORC_VAR_D1, ORC_VAR_D1, ORC_VAR_S1,
ORC_VAR_D1);
orc_program_compile (p);
}
p_inited = TRUE;
orc_once_mutex_unlock ();
}
ex->program = p; ex->program = p;
ex->n = n; ex->n = n;
@ -278,14 +294,32 @@ _backup_add_int16 (OrcExecutor * ORC_RESTRICT ex)
} }
static OrcProgram *_orc_program_add_int16;
void void
add_int16 (gint16 * ORC_RESTRICT d1, const gint16 * ORC_RESTRICT s1, int n) add_int16 (gint16 * ORC_RESTRICT d1, const gint16 * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
OrcProgram *p = _orc_program_add_int16; static volatile int p_inited = 0;
static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
if (!p_inited) {
orc_once_mutex_lock ();
if (!p_inited) {
p = orc_program_new ();
orc_program_set_name (p, "add_int16");
orc_program_set_backup_function (p, _backup_add_int16);
orc_program_add_destination (p, 2, "d1");
orc_program_add_source (p, 2, "s1");
orc_program_append_2 (p, "addssw", 0, ORC_VAR_D1, ORC_VAR_D1, ORC_VAR_S1,
ORC_VAR_D1);
orc_program_compile (p);
}
p_inited = TRUE;
orc_once_mutex_unlock ();
}
ex->program = p; ex->program = p;
ex->n = n; ex->n = n;
@ -356,14 +390,32 @@ _backup_add_int8 (OrcExecutor * ORC_RESTRICT ex)
} }
static OrcProgram *_orc_program_add_int8;
void void
add_int8 (gint8 * ORC_RESTRICT d1, const gint8 * ORC_RESTRICT s1, int n) add_int8 (gint8 * ORC_RESTRICT d1, const gint8 * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
OrcProgram *p = _orc_program_add_int8; static volatile int p_inited = 0;
static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
if (!p_inited) {
orc_once_mutex_lock ();
if (!p_inited) {
p = orc_program_new ();
orc_program_set_name (p, "add_int8");
orc_program_set_backup_function (p, _backup_add_int8);
orc_program_add_destination (p, 1, "d1");
orc_program_add_source (p, 1, "s1");
orc_program_append_2 (p, "addssb", 0, ORC_VAR_D1, ORC_VAR_D1, ORC_VAR_S1,
ORC_VAR_D1);
orc_program_compile (p);
}
p_inited = TRUE;
orc_once_mutex_unlock ();
}
ex->program = p; ex->program = p;
ex->n = n; ex->n = n;
@ -438,14 +490,32 @@ _backup_add_uint32 (OrcExecutor * ORC_RESTRICT ex)
} }
static OrcProgram *_orc_program_add_uint32;
void void
add_uint32 (guint32 * ORC_RESTRICT d1, const guint32 * ORC_RESTRICT s1, int n) add_uint32 (guint32 * ORC_RESTRICT d1, const guint32 * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
OrcProgram *p = _orc_program_add_uint32; static volatile int p_inited = 0;
static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
if (!p_inited) {
orc_once_mutex_lock ();
if (!p_inited) {
p = orc_program_new ();
orc_program_set_name (p, "add_uint32");
orc_program_set_backup_function (p, _backup_add_uint32);
orc_program_add_destination (p, 4, "d1");
orc_program_add_source (p, 4, "s1");
orc_program_append_2 (p, "addusl", 0, ORC_VAR_D1, ORC_VAR_D1, ORC_VAR_S1,
ORC_VAR_D1);
orc_program_compile (p);
}
p_inited = TRUE;
orc_once_mutex_unlock ();
}
ex->program = p; ex->program = p;
ex->n = n; ex->n = n;
@ -516,14 +586,32 @@ _backup_add_uint16 (OrcExecutor * ORC_RESTRICT ex)
} }
static OrcProgram *_orc_program_add_uint16;
void void
add_uint16 (guint16 * ORC_RESTRICT d1, const guint16 * ORC_RESTRICT s1, int n) add_uint16 (guint16 * ORC_RESTRICT d1, const guint16 * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
OrcProgram *p = _orc_program_add_uint16; static volatile int p_inited = 0;
static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
if (!p_inited) {
orc_once_mutex_lock ();
if (!p_inited) {
p = orc_program_new ();
orc_program_set_name (p, "add_uint16");
orc_program_set_backup_function (p, _backup_add_uint16);
orc_program_add_destination (p, 2, "d1");
orc_program_add_source (p, 2, "s1");
orc_program_append_2 (p, "addusw", 0, ORC_VAR_D1, ORC_VAR_D1, ORC_VAR_S1,
ORC_VAR_D1);
orc_program_compile (p);
}
p_inited = TRUE;
orc_once_mutex_unlock ();
}
ex->program = p; ex->program = p;
ex->n = n; ex->n = n;
@ -594,14 +682,32 @@ _backup_add_uint8 (OrcExecutor * ORC_RESTRICT ex)
} }
static OrcProgram *_orc_program_add_uint8;
void void
add_uint8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n) add_uint8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
OrcProgram *p = _orc_program_add_uint8; static volatile int p_inited = 0;
static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
if (!p_inited) {
orc_once_mutex_lock ();
if (!p_inited) {
p = orc_program_new ();
orc_program_set_name (p, "add_uint8");
orc_program_set_backup_function (p, _backup_add_uint8);
orc_program_add_destination (p, 1, "d1");
orc_program_add_source (p, 1, "s1");
orc_program_append_2 (p, "addusb", 0, ORC_VAR_D1, ORC_VAR_D1, ORC_VAR_S1,
ORC_VAR_D1);
orc_program_compile (p);
}
p_inited = TRUE;
orc_once_mutex_unlock ();
}
ex->program = p; ex->program = p;
ex->n = n; ex->n = n;
@ -688,14 +794,32 @@ _backup_add_float32 (OrcExecutor * ORC_RESTRICT ex)
} }
static OrcProgram *_orc_program_add_float32;
void void
add_float32 (float *ORC_RESTRICT d1, const float *ORC_RESTRICT s1, int n) add_float32 (float *ORC_RESTRICT d1, const float *ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
OrcProgram *p = _orc_program_add_float32; static volatile int p_inited = 0;
static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
if (!p_inited) {
orc_once_mutex_lock ();
if (!p_inited) {
p = orc_program_new ();
orc_program_set_name (p, "add_float32");
orc_program_set_backup_function (p, _backup_add_float32);
orc_program_add_destination (p, 4, "d1");
orc_program_add_source (p, 4, "s1");
orc_program_append_2 (p, "addf", 0, ORC_VAR_D1, ORC_VAR_D1, ORC_VAR_S1,
ORC_VAR_D1);
orc_program_compile (p);
}
p_inited = TRUE;
orc_once_mutex_unlock ();
}
ex->program = p; ex->program = p;
ex->n = n; ex->n = n;
@ -706,130 +830,3 @@ add_float32 (float *ORC_RESTRICT d1, const float *ORC_RESTRICT s1, int n)
func (ex); func (ex);
} }
#endif #endif
void
gst_adder_orc_init (void)
{
#ifndef DISABLE_ORC
{
/* add_int32 */
OrcProgram *p;
p = orc_program_new ();
orc_program_set_name (p, "add_int32");
orc_program_set_backup_function (p, _backup_add_int32);
orc_program_add_destination (p, 4, "d1");
orc_program_add_source (p, 4, "s1");
orc_program_append_2 (p, "addssl", 0, ORC_VAR_D1, ORC_VAR_D1, ORC_VAR_S1,
ORC_VAR_D1);
orc_program_compile (p);
_orc_program_add_int32 = p;
}
{
/* add_int16 */
OrcProgram *p;
p = orc_program_new ();
orc_program_set_name (p, "add_int16");
orc_program_set_backup_function (p, _backup_add_int16);
orc_program_add_destination (p, 2, "d1");
orc_program_add_source (p, 2, "s1");
orc_program_append_2 (p, "addssw", 0, ORC_VAR_D1, ORC_VAR_D1, ORC_VAR_S1,
ORC_VAR_D1);
orc_program_compile (p);
_orc_program_add_int16 = p;
}
{
/* add_int8 */
OrcProgram *p;
p = orc_program_new ();
orc_program_set_name (p, "add_int8");
orc_program_set_backup_function (p, _backup_add_int8);
orc_program_add_destination (p, 1, "d1");
orc_program_add_source (p, 1, "s1");
orc_program_append_2 (p, "addssb", 0, ORC_VAR_D1, ORC_VAR_D1, ORC_VAR_S1,
ORC_VAR_D1);
orc_program_compile (p);
_orc_program_add_int8 = p;
}
{
/* add_uint32 */
OrcProgram *p;
p = orc_program_new ();
orc_program_set_name (p, "add_uint32");
orc_program_set_backup_function (p, _backup_add_uint32);
orc_program_add_destination (p, 4, "d1");
orc_program_add_source (p, 4, "s1");
orc_program_append_2 (p, "addusl", 0, ORC_VAR_D1, ORC_VAR_D1, ORC_VAR_S1,
ORC_VAR_D1);
orc_program_compile (p);
_orc_program_add_uint32 = p;
}
{
/* add_uint16 */
OrcProgram *p;
p = orc_program_new ();
orc_program_set_name (p, "add_uint16");
orc_program_set_backup_function (p, _backup_add_uint16);
orc_program_add_destination (p, 2, "d1");
orc_program_add_source (p, 2, "s1");
orc_program_append_2 (p, "addusw", 0, ORC_VAR_D1, ORC_VAR_D1, ORC_VAR_S1,
ORC_VAR_D1);
orc_program_compile (p);
_orc_program_add_uint16 = p;
}
{
/* add_uint8 */
OrcProgram *p;
p = orc_program_new ();
orc_program_set_name (p, "add_uint8");
orc_program_set_backup_function (p, _backup_add_uint8);
orc_program_add_destination (p, 1, "d1");
orc_program_add_source (p, 1, "s1");
orc_program_append_2 (p, "addusb", 0, ORC_VAR_D1, ORC_VAR_D1, ORC_VAR_S1,
ORC_VAR_D1);
orc_program_compile (p);
_orc_program_add_uint8 = p;
}
{
/* add_float32 */
OrcProgram *p;
p = orc_program_new ();
orc_program_set_name (p, "add_float32");
orc_program_set_backup_function (p, _backup_add_float32);
orc_program_add_destination (p, 4, "d1");
orc_program_add_source (p, 4, "s1");
orc_program_append_2 (p, "addf", 0, ORC_VAR_D1, ORC_VAR_D1, ORC_VAR_S1,
ORC_VAR_D1);
orc_program_compile (p);
_orc_program_add_float32 = p;
}
#endif
}

View file

@ -10,8 +10,6 @@
extern "C" { extern "C" {
#endif #endif
void gst_adder_orc_init (void);
#ifndef _ORC_INTEGER_TYPEDEFS_ #ifndef _ORC_INTEGER_TYPEDEFS_

View file

@ -318,7 +318,7 @@ orc_audio_convert_unpack_u8 (gint32 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int p1, int n) const guint8 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -433,7 +433,7 @@ orc_audio_convert_unpack_s8 (gint32 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int p1, int n) const guint8 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -551,7 +551,7 @@ orc_audio_convert_unpack_u16 (gint32 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int p1, int n) const guint8 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -657,7 +657,7 @@ orc_audio_convert_unpack_s16 (gint32 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int p1, int n) const guint8 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -778,7 +778,7 @@ orc_audio_convert_unpack_u16_swap (gint32 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int p1, int n) const guint8 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -894,7 +894,7 @@ orc_audio_convert_unpack_s16_swap (gint32 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int p1, int n) const guint8 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -1007,7 +1007,7 @@ orc_audio_convert_unpack_u32 (gint32 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int p1, int n) const guint8 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -1105,7 +1105,7 @@ orc_audio_convert_unpack_s32 (gint32 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int p1, int n) const guint8 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -1217,7 +1217,7 @@ orc_audio_convert_unpack_u32_swap (gint32 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int p1, int n) const guint8 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -1324,7 +1324,7 @@ orc_audio_convert_unpack_s32_swap (gint32 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int p1, int n) const guint8 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -1490,7 +1490,7 @@ orc_audio_convert_unpack_float_s32 (guint32 * ORC_RESTRICT d1,
const gfloat * ORC_RESTRICT s1, int n) const gfloat * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -1666,7 +1666,7 @@ orc_audio_convert_unpack_float_s32_swap (guint32 * ORC_RESTRICT d1,
const gfloat * ORC_RESTRICT s1, int n) const gfloat * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -1836,7 +1836,7 @@ orc_audio_convert_unpack_double_s32 (guint32 * ORC_RESTRICT d1,
const gdouble * ORC_RESTRICT s1, int n) const gdouble * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -2012,7 +2012,7 @@ orc_audio_convert_unpack_double_s32_swap (guint32 * ORC_RESTRICT d1,
const gdouble * ORC_RESTRICT s1, int n) const gdouble * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -2122,7 +2122,7 @@ orc_audio_convert_unpack_float_double (gdouble * ORC_RESTRICT d1,
const gfloat * ORC_RESTRICT s1, int n) const gfloat * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -2230,7 +2230,7 @@ orc_audio_convert_unpack_float_double_swap (gdouble * ORC_RESTRICT d1,
const gfloat * ORC_RESTRICT s1, int n) const gfloat * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -2326,7 +2326,7 @@ orc_audio_convert_unpack_double_double (gdouble * ORC_RESTRICT d1,
const gdouble * ORC_RESTRICT s1, int n) const gdouble * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -2420,7 +2420,7 @@ orc_audio_convert_unpack_double_double_swap (gdouble * ORC_RESTRICT d1,
const gdouble * ORC_RESTRICT s1, int n) const gdouble * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -2543,7 +2543,7 @@ orc_audio_convert_unpack_u8_double (gdouble * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int p1, int n) const guint8 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -2667,7 +2667,7 @@ orc_audio_convert_unpack_s8_double (gdouble * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int p1, int n) const guint8 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -2794,7 +2794,7 @@ orc_audio_convert_unpack_u16_double (gdouble * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int p1, int n) const guint8 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -2909,7 +2909,7 @@ orc_audio_convert_unpack_s16_double (gdouble * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int p1, int n) const guint8 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -3039,7 +3039,7 @@ orc_audio_convert_unpack_u16_double_swap (gdouble * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int p1, int n) const guint8 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -3163,7 +3163,7 @@ orc_audio_convert_unpack_s16_double_swap (gdouble * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int p1, int n) const guint8 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -3284,7 +3284,7 @@ orc_audio_convert_unpack_u32_double (gdouble * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int p1, int n) const guint8 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -3391,7 +3391,7 @@ orc_audio_convert_unpack_s32_double (gdouble * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int p1, int n) const guint8 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -3513,7 +3513,7 @@ orc_audio_convert_unpack_u32_double_swap (gdouble * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int p1, int n) const guint8 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -3628,7 +3628,7 @@ orc_audio_convert_unpack_s32_double_swap (gdouble * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int p1, int n) const guint8 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -3752,7 +3752,7 @@ orc_audio_convert_pack_u8 (guint8 * ORC_RESTRICT d1,
const gint32 * ORC_RESTRICT s1, int p1, int n) const gint32 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -3867,7 +3867,7 @@ orc_audio_convert_pack_s8 (guint8 * ORC_RESTRICT d1,
const gint32 * ORC_RESTRICT s1, int p1, int n) const gint32 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -3985,7 +3985,7 @@ orc_audio_convert_pack_u16 (guint8 * ORC_RESTRICT d1,
const gint32 * ORC_RESTRICT s1, int p1, int n) const gint32 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -4091,7 +4091,7 @@ orc_audio_convert_pack_s16 (guint8 * ORC_RESTRICT d1,
const gint32 * ORC_RESTRICT s1, int p1, int n) const gint32 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -4212,7 +4212,7 @@ orc_audio_convert_pack_u16_swap (guint8 * ORC_RESTRICT d1,
const gint32 * ORC_RESTRICT s1, int p1, int n) const gint32 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -4328,7 +4328,7 @@ orc_audio_convert_pack_s16_swap (guint8 * ORC_RESTRICT d1,
const gint32 * ORC_RESTRICT s1, int p1, int n) const gint32 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -4441,7 +4441,7 @@ orc_audio_convert_pack_u32 (guint8 * ORC_RESTRICT d1,
const gint32 * ORC_RESTRICT s1, int p1, int n) const gint32 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -4539,7 +4539,7 @@ orc_audio_convert_pack_s32 (guint8 * ORC_RESTRICT d1,
const gint32 * ORC_RESTRICT s1, int p1, int n) const gint32 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -4651,7 +4651,7 @@ orc_audio_convert_pack_u32_swap (guint8 * ORC_RESTRICT d1,
const gint32 * ORC_RESTRICT s1, int p1, int n) const gint32 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -4758,7 +4758,7 @@ orc_audio_convert_pack_s32_swap (guint8 * ORC_RESTRICT d1,
const gint32 * ORC_RESTRICT s1, int p1, int n) const gint32 * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -4884,7 +4884,7 @@ orc_audio_convert_pack_s32_float (gfloat * ORC_RESTRICT d1,
const gint32 * ORC_RESTRICT s1, int n) const gint32 * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -5017,7 +5017,7 @@ orc_audio_convert_pack_s32_float_swap (gfloat * ORC_RESTRICT d1,
const gint32 * ORC_RESTRICT s1, int n) const gint32 * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -5144,7 +5144,7 @@ orc_audio_convert_pack_s32_double (gdouble * ORC_RESTRICT d1,
const gint32 * ORC_RESTRICT s1, int n) const gint32 * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -5277,7 +5277,7 @@ orc_audio_convert_pack_s32_double_swap (gdouble * ORC_RESTRICT d1,
const gint32 * ORC_RESTRICT s1, int n) const gint32 * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -5388,7 +5388,7 @@ orc_audio_convert_pack_double_float (gfloat * ORC_RESTRICT d1,
const gdouble * ORC_RESTRICT s1, int n) const gdouble * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -5499,7 +5499,7 @@ orc_audio_convert_pack_double_float_swap (gfloat * ORC_RESTRICT d1,
const gdouble * ORC_RESTRICT s1, int n) const gdouble * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -5637,7 +5637,7 @@ orc_audio_convert_pack_double_u8 (guint8 * ORC_RESTRICT d1,
const gdouble * ORC_RESTRICT s1, int p1, int n) const gdouble * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -5773,7 +5773,7 @@ orc_audio_convert_pack_double_s8 (guint8 * ORC_RESTRICT d1,
const gdouble * ORC_RESTRICT s1, int p1, int n) const gdouble * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -5912,7 +5912,7 @@ orc_audio_convert_pack_double_u16 (guint8 * ORC_RESTRICT d1,
const gdouble * ORC_RESTRICT s1, int p1, int n) const gdouble * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -6039,7 +6039,7 @@ orc_audio_convert_pack_double_s16 (guint8 * ORC_RESTRICT d1,
const gdouble * ORC_RESTRICT s1, int p1, int n) const gdouble * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -6181,7 +6181,7 @@ orc_audio_convert_pack_double_u16_swap (guint8 * ORC_RESTRICT d1,
const gdouble * ORC_RESTRICT s1, int p1, int n) const gdouble * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -6317,7 +6317,7 @@ orc_audio_convert_pack_double_s16_swap (guint8 * ORC_RESTRICT d1,
const gdouble * ORC_RESTRICT s1, int p1, int n) const gdouble * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -6450,7 +6450,7 @@ orc_audio_convert_pack_double_u32 (guint8 * ORC_RESTRICT d1,
const gdouble * ORC_RESTRICT s1, int p1, int n) const gdouble * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -6569,7 +6569,7 @@ orc_audio_convert_pack_double_s32 (guint8 * ORC_RESTRICT d1,
const gdouble * ORC_RESTRICT s1, int p1, int n) const gdouble * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -6703,7 +6703,7 @@ orc_audio_convert_pack_double_u32_swap (guint8 * ORC_RESTRICT d1,
const gdouble * ORC_RESTRICT s1, int p1, int n) const gdouble * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -6830,7 +6830,7 @@ orc_audio_convert_pack_double_s32_swap (guint8 * ORC_RESTRICT d1,
const gdouble * ORC_RESTRICT s1, int p1, int n) const gdouble * ORC_RESTRICT s1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);

View file

@ -142,10 +142,10 @@ void orc_matrix3_000_u8 (guint8 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2,
const guint8 * ORC_RESTRICT s3, int p1, int p2, int p3, int p4, int p5, const guint8 * ORC_RESTRICT s3, int p1, int p2, int p3, int p4, int p5,
int n); int n);
void orc_pack_123x (guint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, void orc_pack_123x (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1, const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1,
int n); int n);
void orc_pack_x123 (guint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, void orc_pack_x123 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1, const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1,
int n); int n);
void cogorc_combine2_u8 (guint8 * ORC_RESTRICT d1, void cogorc_combine2_u8 (guint8 * ORC_RESTRICT d1,
@ -434,7 +434,7 @@ cogorc_memcpy_2d (guint8 * ORC_RESTRICT d1, int d1_stride,
const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m) const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -538,7 +538,7 @@ cogorc_downsample_horiz_cosite_1tap (guint8 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int n) const guint8 * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -749,7 +749,7 @@ cogorc_downsample_horiz_cosite_3tap (guint8 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, int n) const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -965,7 +965,7 @@ cogorc_downsample_420_jpeg (guint8 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, int n) const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -1090,7 +1090,7 @@ cogorc_downsample_vert_halfsite_2tap (guint8 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, int n) const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -1267,7 +1267,7 @@ cogorc_downsample_vert_cosite_3tap (guint8 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s3, int n) const guint8 * ORC_RESTRICT s3, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -1500,7 +1500,7 @@ cogorc_downsample_vert_halfsite_4tap (guint8 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s3, const guint8 * ORC_RESTRICT s4, int n) const guint8 * ORC_RESTRICT s3, const guint8 * ORC_RESTRICT s4, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -1644,7 +1644,7 @@ cogorc_upsample_horiz_cosite_1tap (guint8 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, int n) const guint8 * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -1772,7 +1772,7 @@ cogorc_upsample_horiz_cosite (guint8 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, int n) const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -1882,7 +1882,7 @@ cogorc_upsample_vert_avgub (guint8 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, int n) const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -1984,7 +1984,7 @@ orc_unpack_yuyv_y (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -2098,7 +2098,7 @@ orc_unpack_yuyv_u (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -2215,7 +2215,7 @@ orc_unpack_yuyv_v (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -2406,7 +2406,7 @@ orc_pack_yuyv (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int n) const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -2525,7 +2525,7 @@ orc_unpack_uyvy_y (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -2639,7 +2639,7 @@ orc_unpack_uyvy_u (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -2756,7 +2756,7 @@ orc_unpack_uyvy_v (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -2947,7 +2947,7 @@ orc_pack_uyvy (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int n) const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -3128,7 +3128,7 @@ orc_matrix2_u8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
const guint8 * ORC_RESTRICT s2, int p1, int p2, int p3, int n) const guint8 * ORC_RESTRICT s2, int p1, int p2, int p3, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -3351,7 +3351,7 @@ orc_matrix2_11_u8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
const guint8 * ORC_RESTRICT s2, int p1, int p2, int n) const guint8 * ORC_RESTRICT s2, int p1, int p2, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -3590,7 +3590,7 @@ orc_matrix2_12_u8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
const guint8 * ORC_RESTRICT s2, int p1, int p2, int n) const guint8 * ORC_RESTRICT s2, int p1, int p2, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -3825,7 +3825,7 @@ orc_matrix3_u8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int p2, int p3, int p4, int n) int p2, int p3, int p4, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -4100,7 +4100,7 @@ orc_matrix3_100_u8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int p2, int p3, int n) int p2, int p3, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -4350,7 +4350,7 @@ orc_matrix3_100_offset_u8 (guint8 * ORC_RESTRICT d1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -4587,7 +4587,7 @@ orc_matrix3_000_u8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int p2, int p3, int p4, int p5, int n) int p2, int p3, int p4, int p5, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -4660,7 +4660,7 @@ orc_matrix3_000_u8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
/* orc_pack_123x */ /* orc_pack_123x */
#ifdef DISABLE_ORC #ifdef DISABLE_ORC
void void
orc_pack_123x (guint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, orc_pack_123x (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1, const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1,
int n) int n)
{ {
@ -4780,12 +4780,12 @@ _backup_orc_pack_123x (OrcExecutor * ORC_RESTRICT ex)
} }
void void
orc_pack_123x (guint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, orc_pack_123x (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1, const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -4834,7 +4834,7 @@ orc_pack_123x (guint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
/* orc_pack_x123 */ /* orc_pack_x123 */
#ifdef DISABLE_ORC #ifdef DISABLE_ORC
void void
orc_pack_x123 (guint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, orc_pack_x123 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1, const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1,
int n) int n)
{ {
@ -4954,12 +4954,12 @@ _backup_orc_pack_x123 (OrcExecutor * ORC_RESTRICT ex)
} }
void void
orc_pack_x123 (guint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, orc_pack_x123 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1, const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -5121,7 +5121,7 @@ cogorc_combine2_u8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
const guint8 * ORC_RESTRICT s2, int p1, int p2, int n) const guint8 * ORC_RESTRICT s2, int p1, int p2, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -5340,7 +5340,7 @@ cogorc_convert_I420_UYVY (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2,
const guint8 * ORC_RESTRICT s3, const guint8 * ORC_RESTRICT s4, int n) const guint8 * ORC_RESTRICT s3, const guint8 * ORC_RESTRICT s4, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -5551,7 +5551,7 @@ cogorc_convert_I420_YUY2 (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2,
const guint8 * ORC_RESTRICT s3, const guint8 * ORC_RESTRICT s4, int n) const guint8 * ORC_RESTRICT s3, const guint8 * ORC_RESTRICT s4, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -5782,7 +5782,7 @@ cogorc_convert_I420_AYUV (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2,
const guint8 * ORC_RESTRICT s3, const guint8 * ORC_RESTRICT s4, int n) const guint8 * ORC_RESTRICT s3, const guint8 * ORC_RESTRICT s4, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -6015,7 +6015,7 @@ cogorc_convert_YUY2_I420 (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2,
const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, int n) const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -6137,7 +6137,7 @@ cogorc_convert_UYVY_YUY2 (guint8 * ORC_RESTRICT d1, int d1_stride,
const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m) const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -6262,7 +6262,7 @@ cogorc_planar_chroma_420_422 (guint8 * ORC_RESTRICT d1, int d1_stride,
int s1_stride, int n, int m) int s1_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -6380,7 +6380,7 @@ cogorc_planar_chroma_420_444 (guint8 * ORC_RESTRICT d1, int d1_stride,
int s1_stride, int n, int m) int s1_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -6491,7 +6491,7 @@ cogorc_planar_chroma_422_444 (guint8 * ORC_RESTRICT d1, int d1_stride,
const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m) const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -6615,7 +6615,7 @@ cogorc_planar_chroma_444_422 (guint8 * ORC_RESTRICT d1, int d1_stride,
const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m) const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -6764,7 +6764,7 @@ cogorc_planar_chroma_444_420 (guint8 * ORC_RESTRICT d1, int d1_stride,
const guint8 * ORC_RESTRICT s2, int s2_stride, int n, int m) const guint8 * ORC_RESTRICT s2, int s2_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -6889,7 +6889,7 @@ cogorc_planar_chroma_422_420 (guint8 * ORC_RESTRICT d1, int d1_stride,
const guint8 * ORC_RESTRICT s2, int s2_stride, int n, int m) const guint8 * ORC_RESTRICT s2, int s2_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -7099,7 +7099,7 @@ cogorc_convert_YUY2_AYUV (guint8 * ORC_RESTRICT d1, int d1_stride,
const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m) const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -7317,7 +7317,7 @@ cogorc_convert_UYVY_AYUV (guint8 * ORC_RESTRICT d1, int d1_stride,
const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m) const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -7491,7 +7491,7 @@ cogorc_convert_YUY2_Y42B (guint8 * ORC_RESTRICT d1, int d1_stride,
int d3_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m) int d3_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -7663,7 +7663,7 @@ cogorc_convert_UYVY_Y42B (guint8 * ORC_RESTRICT d1, int d1_stride,
int d3_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m) int d3_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -7847,7 +7847,7 @@ cogorc_convert_YUY2_Y444 (guint8 * ORC_RESTRICT d1, int d1_stride,
int d3_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m) int d3_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -8037,7 +8037,7 @@ cogorc_convert_UYVY_Y444 (guint8 * ORC_RESTRICT d1, int d1_stride,
int d3_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m) int d3_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -8264,7 +8264,7 @@ cogorc_convert_UYVY_I420 (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2,
const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, int n) const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -8624,7 +8624,7 @@ cogorc_convert_AYUV_I420 (guint8 * ORC_RESTRICT d1, int d1_stride,
const guint8 * ORC_RESTRICT s2, int s2_stride, int n, int m) const guint8 * ORC_RESTRICT s2, int s2_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -8871,7 +8871,7 @@ cogorc_convert_AYUV_YUY2 (guint8 * ORC_RESTRICT d1, int d1_stride,
const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m) const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -9093,7 +9093,7 @@ cogorc_convert_AYUV_UYVY (guint8 * ORC_RESTRICT d1, int d1_stride,
const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m) const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -9323,7 +9323,7 @@ cogorc_convert_AYUV_Y42B (guint8 * ORC_RESTRICT d1, int d1_stride,
int d3_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m) int d3_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -9506,7 +9506,7 @@ cogorc_convert_AYUV_Y444 (guint8 * ORC_RESTRICT d1, int d1_stride,
int d3_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m) int d3_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -9683,7 +9683,7 @@ cogorc_convert_Y42B_YUY2 (guint8 * ORC_RESTRICT d1, int d1_stride,
const guint8 * ORC_RESTRICT s3, int s3_stride, int n, int m) const guint8 * ORC_RESTRICT s3, int s3_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -9857,7 +9857,7 @@ cogorc_convert_Y42B_UYVY (guint8 * ORC_RESTRICT d1, int d1_stride,
const guint8 * ORC_RESTRICT s3, int s3_stride, int n, int m) const guint8 * ORC_RESTRICT s3, int s3_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -10083,7 +10083,7 @@ cogorc_convert_Y42B_AYUV (guint8 * ORC_RESTRICT d1, int d1_stride,
const guint8 * ORC_RESTRICT s3, int s3_stride, int n, int m) const guint8 * ORC_RESTRICT s3, int s3_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -10307,7 +10307,7 @@ cogorc_convert_Y444_YUY2 (guint8 * ORC_RESTRICT d1, int d1_stride,
const guint8 * ORC_RESTRICT s3, int s3_stride, int n, int m) const guint8 * ORC_RESTRICT s3, int s3_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -10530,7 +10530,7 @@ cogorc_convert_Y444_UYVY (guint8 * ORC_RESTRICT d1, int d1_stride,
const guint8 * ORC_RESTRICT s3, int s3_stride, int n, int m) const guint8 * ORC_RESTRICT s3, int s3_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -10721,7 +10721,7 @@ cogorc_convert_Y444_AYUV (guint8 * ORC_RESTRICT d1, int d1_stride,
const guint8 * ORC_RESTRICT s3, int s3_stride, int n, int m) const guint8 * ORC_RESTRICT s3, int s3_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -11167,7 +11167,7 @@ cogorc_convert_AYUV_ARGB (guint8 * ORC_RESTRICT d1, int d1_stride,
const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m) const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -11689,7 +11689,7 @@ cogorc_convert_AYUV_BGRA (guint8 * ORC_RESTRICT d1, int d1_stride,
const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m) const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -12211,7 +12211,7 @@ cogorc_convert_AYUV_ABGR (guint8 * ORC_RESTRICT d1, int d1_stride,
const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m) const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -12733,7 +12733,7 @@ cogorc_convert_AYUV_RGBA (guint8 * ORC_RESTRICT d1, int d1_stride,
const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m) const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -13242,7 +13242,7 @@ cogorc_convert_I420_BGRA (guint8 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s3, int n) const guint8 * ORC_RESTRICT s3, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -13793,7 +13793,7 @@ cogorc_convert_I420_BGRA_avg (guint8 * ORC_RESTRICT d1,
const guint8 * ORC_RESTRICT s5, int n) const guint8 * ORC_RESTRICT s5, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -14059,7 +14059,7 @@ cogorc_getline_I420 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int n) const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -14278,7 +14278,7 @@ cogorc_getline_YUV9 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int n) const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -14494,7 +14494,7 @@ cogorc_getline_YUY2 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -14701,7 +14701,7 @@ cogorc_getline_UYVY (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -14914,7 +14914,7 @@ cogorc_getline_YVYU (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -15129,7 +15129,7 @@ cogorc_getline_Y42B (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int n) const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -15304,7 +15304,7 @@ cogorc_getline_Y444 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int n) const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -15445,7 +15445,7 @@ cogorc_getline_Y800 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -15586,7 +15586,7 @@ cogorc_getline_Y16 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -15686,7 +15686,7 @@ cogorc_getline_BGRA (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -15874,7 +15874,7 @@ cogorc_getline_ABGR (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -16080,7 +16080,7 @@ cogorc_getline_RGBA (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -16280,7 +16280,7 @@ cogorc_getline_NV12 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
const guint8 * ORC_RESTRICT s2, int n) const guint8 * ORC_RESTRICT s2, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -16471,7 +16471,7 @@ cogorc_getline_NV21 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
const guint8 * ORC_RESTRICT s2, int n) const guint8 * ORC_RESTRICT s2, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -16649,7 +16649,7 @@ cogorc_getline_A420 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
const guint8 * ORC_RESTRICT s4, int n) const guint8 * ORC_RESTRICT s4, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -16901,7 +16901,7 @@ cogorc_putline_I420 (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2,
guint8 * ORC_RESTRICT d3, const guint8 * ORC_RESTRICT s1, int n) guint8 * ORC_RESTRICT d3, const guint8 * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -17117,7 +17117,7 @@ cogorc_putline_YUY2 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -17330,7 +17330,7 @@ cogorc_putline_YVYU (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -17539,7 +17539,7 @@ cogorc_putline_UYVY (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -17752,7 +17752,7 @@ cogorc_putline_Y42B (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2,
guint8 * ORC_RESTRICT d3, const guint8 * ORC_RESTRICT s1, int n) guint8 * ORC_RESTRICT d3, const guint8 * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -17920,7 +17920,7 @@ cogorc_putline_Y444 (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2,
guint8 * ORC_RESTRICT d3, const guint8 * ORC_RESTRICT s1, int n) guint8 * ORC_RESTRICT d3, const guint8 * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -18044,7 +18044,7 @@ cogorc_putline_Y800 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -18173,7 +18173,7 @@ cogorc_putline_Y16 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -18274,7 +18274,7 @@ cogorc_putline_BGRA (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -18462,7 +18462,7 @@ cogorc_putline_ABGR (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -18668,7 +18668,7 @@ cogorc_putline_RGBA (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
int n) int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -18860,7 +18860,7 @@ cogorc_putline_NV12 (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2,
const guint8 * ORC_RESTRICT s1, int n) const guint8 * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -19052,7 +19052,7 @@ cogorc_putline_NV21 (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2,
const guint8 * ORC_RESTRICT s1, int n) const guint8 * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
@ -19335,7 +19335,7 @@ cogorc_putline_A420 (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2,
const guint8 * ORC_RESTRICT s1, int n) const guint8 * ORC_RESTRICT s1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
static int p_inited = 0; static volatile int p_inited = 0;
static OrcProgram *p = 0; static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);

View file

@ -92,8 +92,8 @@ void orc_matrix3_u8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, c
void orc_matrix3_100_u8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1, int p2, int p3, int n); void orc_matrix3_100_u8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1, int p2, int p3, int n);
void orc_matrix3_100_offset_u8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1, int p2, int p3, int p4, int p5, int n); void orc_matrix3_100_offset_u8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1, int p2, int p3, int p4, int p5, int n);
void orc_matrix3_000_u8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1, int p2, int p3, int p4, int p5, int n); void orc_matrix3_000_u8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1, int p2, int p3, int p4, int p5, int n);
void orc_pack_123x (guint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1, int n); void orc_pack_123x (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1, int n);
void orc_pack_x123 (guint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1, int n); void orc_pack_x123 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, int p1, int n);
void cogorc_combine2_u8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, int p1, int p2, int n); void cogorc_combine2_u8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, int p1, int p2, int n);
void cogorc_convert_I420_UYVY (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2, const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, const guint8 * ORC_RESTRICT s4, int n); void cogorc_convert_I420_UYVY (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2, const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, const guint8 * ORC_RESTRICT s4, int n);
void cogorc_convert_I420_YUY2 (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2, const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, const guint8 * ORC_RESTRICT s4, int n); void cogorc_convert_I420_YUY2 (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2, const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, const guint8 * ORC_RESTRICT s4, int n);

File diff suppressed because it is too large Load diff

View file

@ -10,8 +10,6 @@
extern "C" { extern "C" {
#endif #endif
void gst_videoscale_orc_init (void);
#ifndef _ORC_INTEGER_TYPEDEFS_ #ifndef _ORC_INTEGER_TYPEDEFS_

View file

@ -87,8 +87,6 @@ void gst_orc_splat_s16 (gint8 * ORC_RESTRICT d1, int p1, int n);
void gst_orc_splat_u16 (guint8 * ORC_RESTRICT d1, int p1, int n); void gst_orc_splat_u16 (guint8 * ORC_RESTRICT d1, int p1, int n);
void gst_orc_splat_u32 (guint8 * ORC_RESTRICT d1, int p1, int n); void gst_orc_splat_u32 (guint8 * ORC_RESTRICT d1, int p1, int n);
void gst_videotestsrc_orc_init (void);
/* begin Orc C target preamble */ /* begin Orc C target preamble */
#define ORC_CLAMP(x,a,b) ((x)<(a) ? (a) : ((x)>(b) ? (b) : (x))) #define ORC_CLAMP(x,a,b) ((x)<(a) ? (a) : ((x)>(b) ? (b) : (x)))
@ -182,14 +180,32 @@ _backup_gst_orc_splat_u8 (OrcExecutor * ORC_RESTRICT ex)
} }
static OrcProgram *_orc_program_gst_orc_splat_u8;
void void
gst_orc_splat_u8 (guint8 * ORC_RESTRICT d1, int p1, int n) gst_orc_splat_u8 (guint8 * ORC_RESTRICT d1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
OrcProgram *p = _orc_program_gst_orc_splat_u8; static volatile int p_inited = 0;
static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
if (!p_inited) {
orc_once_mutex_lock ();
if (!p_inited) {
p = orc_program_new ();
orc_program_set_name (p, "gst_orc_splat_u8");
orc_program_set_backup_function (p, _backup_gst_orc_splat_u8);
orc_program_add_destination (p, 1, "d1");
orc_program_add_parameter (p, 1, "p1");
orc_program_append_2 (p, "copyb", 0, ORC_VAR_D1, ORC_VAR_P1, ORC_VAR_D1,
ORC_VAR_D1);
orc_program_compile (p);
}
p_inited = TRUE;
orc_once_mutex_unlock ();
}
ex->program = p; ex->program = p;
ex->n = n; ex->n = n;
@ -250,14 +266,32 @@ _backup_gst_orc_splat_s16 (OrcExecutor * ORC_RESTRICT ex)
} }
static OrcProgram *_orc_program_gst_orc_splat_s16;
void void
gst_orc_splat_s16 (gint8 * ORC_RESTRICT d1, int p1, int n) gst_orc_splat_s16 (gint8 * ORC_RESTRICT d1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
OrcProgram *p = _orc_program_gst_orc_splat_s16; static volatile int p_inited = 0;
static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
if (!p_inited) {
orc_once_mutex_lock ();
if (!p_inited) {
p = orc_program_new ();
orc_program_set_name (p, "gst_orc_splat_s16");
orc_program_set_backup_function (p, _backup_gst_orc_splat_s16);
orc_program_add_destination (p, 2, "d1");
orc_program_add_parameter (p, 2, "p1");
orc_program_append_2 (p, "copyw", 0, ORC_VAR_D1, ORC_VAR_P1, ORC_VAR_D1,
ORC_VAR_D1);
orc_program_compile (p);
}
p_inited = TRUE;
orc_once_mutex_unlock ();
}
ex->program = p; ex->program = p;
ex->n = n; ex->n = n;
@ -318,14 +352,32 @@ _backup_gst_orc_splat_u16 (OrcExecutor * ORC_RESTRICT ex)
} }
static OrcProgram *_orc_program_gst_orc_splat_u16;
void void
gst_orc_splat_u16 (guint8 * ORC_RESTRICT d1, int p1, int n) gst_orc_splat_u16 (guint8 * ORC_RESTRICT d1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
OrcProgram *p = _orc_program_gst_orc_splat_u16; static volatile int p_inited = 0;
static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
if (!p_inited) {
orc_once_mutex_lock ();
if (!p_inited) {
p = orc_program_new ();
orc_program_set_name (p, "gst_orc_splat_u16");
orc_program_set_backup_function (p, _backup_gst_orc_splat_u16);
orc_program_add_destination (p, 2, "d1");
orc_program_add_parameter (p, 2, "p1");
orc_program_append_2 (p, "copyw", 0, ORC_VAR_D1, ORC_VAR_P1, ORC_VAR_D1,
ORC_VAR_D1);
orc_program_compile (p);
}
p_inited = TRUE;
orc_once_mutex_unlock ();
}
ex->program = p; ex->program = p;
ex->n = n; ex->n = n;
@ -386,14 +438,32 @@ _backup_gst_orc_splat_u32 (OrcExecutor * ORC_RESTRICT ex)
} }
static OrcProgram *_orc_program_gst_orc_splat_u32;
void void
gst_orc_splat_u32 (guint8 * ORC_RESTRICT d1, int p1, int n) gst_orc_splat_u32 (guint8 * ORC_RESTRICT d1, int p1, int n)
{ {
OrcExecutor _ex, *ex = &_ex; OrcExecutor _ex, *ex = &_ex;
OrcProgram *p = _orc_program_gst_orc_splat_u32; static volatile int p_inited = 0;
static OrcProgram *p = 0;
void (*func) (OrcExecutor *); void (*func) (OrcExecutor *);
if (!p_inited) {
orc_once_mutex_lock ();
if (!p_inited) {
p = orc_program_new ();
orc_program_set_name (p, "gst_orc_splat_u32");
orc_program_set_backup_function (p, _backup_gst_orc_splat_u32);
orc_program_add_destination (p, 4, "d1");
orc_program_add_parameter (p, 4, "p1");
orc_program_append_2 (p, "copyl", 0, ORC_VAR_D1, ORC_VAR_P1, ORC_VAR_D1,
ORC_VAR_D1);
orc_program_compile (p);
}
p_inited = TRUE;
orc_once_mutex_unlock ();
}
ex->program = p; ex->program = p;
ex->n = n; ex->n = n;
@ -404,79 +474,3 @@ gst_orc_splat_u32 (guint8 * ORC_RESTRICT d1, int p1, int n)
func (ex); func (ex);
} }
#endif #endif
void
gst_videotestsrc_orc_init (void)
{
#ifndef DISABLE_ORC
{
/* gst_orc_splat_u8 */
OrcProgram *p;
p = orc_program_new ();
orc_program_set_name (p, "gst_orc_splat_u8");
orc_program_set_backup_function (p, _backup_gst_orc_splat_u8);
orc_program_add_destination (p, 1, "d1");
orc_program_add_parameter (p, 1, "p1");
orc_program_append_2 (p, "copyb", 0, ORC_VAR_D1, ORC_VAR_P1, ORC_VAR_D1,
ORC_VAR_D1);
orc_program_compile (p);
_orc_program_gst_orc_splat_u8 = p;
}
{
/* gst_orc_splat_s16 */
OrcProgram *p;
p = orc_program_new ();
orc_program_set_name (p, "gst_orc_splat_s16");
orc_program_set_backup_function (p, _backup_gst_orc_splat_s16);
orc_program_add_destination (p, 2, "d1");
orc_program_add_parameter (p, 2, "p1");
orc_program_append_2 (p, "copyw", 0, ORC_VAR_D1, ORC_VAR_P1, ORC_VAR_D1,
ORC_VAR_D1);
orc_program_compile (p);
_orc_program_gst_orc_splat_s16 = p;
}
{
/* gst_orc_splat_u16 */
OrcProgram *p;
p = orc_program_new ();
orc_program_set_name (p, "gst_orc_splat_u16");
orc_program_set_backup_function (p, _backup_gst_orc_splat_u16);
orc_program_add_destination (p, 2, "d1");
orc_program_add_parameter (p, 2, "p1");
orc_program_append_2 (p, "copyw", 0, ORC_VAR_D1, ORC_VAR_P1, ORC_VAR_D1,
ORC_VAR_D1);
orc_program_compile (p);
_orc_program_gst_orc_splat_u16 = p;
}
{
/* gst_orc_splat_u32 */
OrcProgram *p;
p = orc_program_new ();
orc_program_set_name (p, "gst_orc_splat_u32");
orc_program_set_backup_function (p, _backup_gst_orc_splat_u32);
orc_program_add_destination (p, 4, "d1");
orc_program_add_parameter (p, 4, "p1");
orc_program_append_2 (p, "copyl", 0, ORC_VAR_D1, ORC_VAR_P1, ORC_VAR_D1,
ORC_VAR_D1);
orc_program_compile (p);
_orc_program_gst_orc_splat_u32 = p;
}
#endif
}

View file

@ -10,8 +10,6 @@
extern "C" { extern "C" {
#endif #endif
void gst_videotestsrc_orc_init (void);
#ifndef _ORC_INTEGER_TYPEDEFS_ #ifndef _ORC_INTEGER_TYPEDEFS_

File diff suppressed because it is too large Load diff

View file

@ -10,8 +10,6 @@
extern "C" { extern "C" {
#endif #endif
void gst_volume_orc_init (void);
#ifndef _ORC_INTEGER_TYPEDEFS_ #ifndef _ORC_INTEGER_TYPEDEFS_

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins 0.7.6\n" "Project-Id-Version: gst-plugins 0.7.6\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2004-03-18 14:16+0200\n" "PO-Revision-Date: 2004-03-18 14:16+0200\n"
"Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n" "Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
"Language-Team: Afrikaans <i18n@af.org.za>\n" "Language-Team: Afrikaans <i18n@af.org.za>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-0.8.0\n" "Project-Id-Version: gst-plugins-0.8.0\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2004-03-19 18:29+0200\n" "PO-Revision-Date: 2004-03-19 18:29+0200\n"
"Last-Translator: Metin Amiroff <metin@karegen.com>\n" "Last-Translator: Metin Amiroff <metin@karegen.com>\n"
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n" "Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.32.2\n" "Project-Id-Version: gst-plugins-base 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2011-04-26 22:31+0300\n" "PO-Revision-Date: 2011-04-26 22:31+0300\n"
"Last-Translator: Alexander Shopov <ash@kambanaria.org>\n" "Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.32.2\n" "Project-Id-Version: gst-plugins-base 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2012-01-01 14:19+0100\n" "PO-Revision-Date: 2012-01-01 14:19+0100\n"
"Last-Translator: Gil Forcada <gforcada@gnome.org>\n" "Last-Translator: Gil Forcada <gforcada@gnome.org>\n"
"Language-Team: Catalan <ca@dodds.net>\n" "Language-Team: Catalan <ca@dodds.net>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base-0.10.32.2\n" "Project-Id-Version: gst-plugins-base-0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2011-05-29 16:49+0200\n" "PO-Revision-Date: 2011-05-29 16:49+0200\n"
"Last-Translator: Petr Kovar <pknbe@volny.cz>\n" "Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n" "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"

View file

@ -33,7 +33,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.32.2\n" "Project-Id-Version: gst-plugins-base 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2011-04-28 16:38+0100\n" "PO-Revision-Date: 2011-04-28 16:38+0100\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n" "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.32.2\n" "Project-Id-Version: gst-plugins-base 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2011-04-28 00:04+0200\n" "PO-Revision-Date: 2011-04-28 00:04+0200\n"
"Last-Translator: Christian Kirbach <christian.kirbach@googlemail.com>\n" "Last-Translator: Christian Kirbach <christian.kirbach@googlemail.com>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n" "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.30.3\n" "Project-Id-Version: gst-plugins-base 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2010-10-27 12:05+0200\n" "PO-Revision-Date: 2010-10-27 12:05+0200\n"
"Last-Translator: Michael Kotsarinis <mk73628@gmail.com>\n" "Last-Translator: Michael Kotsarinis <mk73628@gmail.com>\n"
"Language-Team: Greek <team@lists.gnome.gr>\n" "Language-Team: Greek <team@lists.gnome.gr>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins 0.8.1\n" "Project-Id-Version: gst-plugins 0.8.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2004-04-26 10:41-0400\n" "PO-Revision-Date: 2004-04-26 10:41-0400\n"
"Last-Translator: Gareth Owen <gowen72@yahoo.com>\n" "Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
"Language-Team: English (British) <en_gb@li.org>\n" "Language-Team: English (British) <en_gb@li.org>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.32.2\n" "Project-Id-Version: gst-plugins-base 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2011-06-04 21:11+0100\n" "PO-Revision-Date: 2011-06-04 21:11+0100\n"
"Last-Translator: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>\n" "Last-Translator: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>\n"
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n" "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.32.2\n" "Project-Id-Version: gst-plugins-base 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2011-10-02 15:46+0200\n" "PO-Revision-Date: 2011-10-02 15:46+0200\n"
"Last-Translator: Jorge González González <aloriel@gmail.com>\n" "Last-Translator: Jorge González González <aloriel@gmail.com>\n"
"Language-Team: Spanish <es@li.org>\n" "Language-Team: Spanish <es@li.org>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base-0.10.26.2\n" "Project-Id-Version: gst-plugins-base-0.10.26.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2010-03-25 12:32+0100\n" "PO-Revision-Date: 2010-03-25 12:32+0100\n"
"Last-Translator: Mikel Olasagasti Uranga <hey_neken@mundurat.net>\n" "Last-Translator: Mikel Olasagasti Uranga <hey_neken@mundurat.net>\n"
"Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n" "Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n"

View file

@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.30.3\n" "Project-Id-Version: gst-plugins-base 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2010-12-31 23:21+0200\n" "PO-Revision-Date: 2010-12-31 23:21+0200\n"
"Last-Translator: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>\n" "Last-Translator: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>\n"
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n" "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.32.2\n" "Project-Id-Version: gst-plugins-base 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2011-04-28 09:19+0200\n" "PO-Revision-Date: 2011-04-28 09:19+0200\n"
"Last-Translator: Claude Paroz <claude@2xlibre.net>\n" "Last-Translator: Claude Paroz <claude@2xlibre.net>\n"
"Language-Team: French <traduc@traduc.org>\n" "Language-Team: French <traduc@traduc.org>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.32.2\n" "Project-Id-Version: gst-plugins-base 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2011-09-05 12:48+0200\n" "PO-Revision-Date: 2011-09-05 12:48+0200\n"
"Last-Translator: Fran Dieguez <frandieguez@ubuntu.com>\n" "Last-Translator: Fran Dieguez <frandieguez@ubuntu.com>\n"
"Language-Team: Galician <proxecto@trasno.net>\n" "Language-Team: Galician <proxecto@trasno.net>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.30.3\n" "Project-Id-Version: gst-plugins-base 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2010-11-03 02:48+0100\n" "PO-Revision-Date: 2010-11-03 02:48+0100\n"
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n" "Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n" "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.32.2\n" "Project-Id-Version: gst-plugins-base 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2012-01-28 11:31+0700\n" "PO-Revision-Date: 2012-01-28 11:31+0700\n"
"Last-Translator: Andhika Padmawan <andhika.padmawan@gmail.com>\n" "Last-Translator: Andhika Padmawan <andhika.padmawan@gmail.com>\n"
"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n" "Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.28.2\n" "Project-Id-Version: gst-plugins-base 0.10.28.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2010-04-28 14:27+0200\n" "PO-Revision-Date: 2010-04-28 14:27+0200\n"
"Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n" "Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n" "Language-Team: Italian <tp@lists.linux.it>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.30.3\n" "Project-Id-Version: gst-plugins-base 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2010-10-25 10:27+0900\n" "PO-Revision-Date: 2010-10-25 10:27+0900\n"
"Last-Translator: Makoto Kato <makoto.kt@gmail.com>\n" "Last-Translator: Makoto Kato <makoto.kt@gmail.com>\n"
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n" "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base-0.10.15.2\n" "Project-Id-Version: gst-plugins-base-0.10.15.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2008-03-07 23:43+0200\n" "PO-Revision-Date: 2008-03-07 23:43+0200\n"
"Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n" "Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n" "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.32.2\n" "Project-Id-Version: gst-plugins-base 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2011-09-02 12:02-0000\n" "PO-Revision-Date: 2011-09-02 12:02-0000\n"
"Last-Translator: Rihards Priedītis <rprieditis@gmail.com>\n" "Last-Translator: Rihards Priedītis <rprieditis@gmail.com>\n"
"Language-Team: Latvian <translation-team-lv@lists.sourceforge.net>\n" "Language-Team: Latvian <translation-team-lv@lists.sourceforge.net>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.30.3\n" "Project-Id-Version: gst-plugins-base 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2010-10-24 21:44+0200\n" "PO-Revision-Date: 2010-10-24 21:44+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n" "Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n" "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.32.2\n" "Project-Id-Version: gst-plugins-base 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2011-04-27 00:12+0200\n" "PO-Revision-Date: 2011-04-27 00:12+0200\n"
"Last-Translator: Freek de Kruijf <f.de.kruijf@gmail.com>\n" "Last-Translator: Freek de Kruijf <f.de.kruijf@gmail.com>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n" "Language-Team: Dutch <vertaling@vrijschrift.org>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-0.8.3\n" "Project-Id-Version: gst-plugins-0.8.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2004-09-27 13:32+0530\n" "PO-Revision-Date: 2004-09-27 13:32+0530\n"
"Last-Translator: Gora Mohanty <gora_mohanty@yahoo.co.in>\n" "Last-Translator: Gora Mohanty <gora_mohanty@yahoo.co.in>\n"
"Language-Team: Oriya <gora_mohanty@yahoo.co.in>\n" "Language-Team: Oriya <gora_mohanty@yahoo.co.in>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.32.2\n" "Project-Id-Version: gst-plugins-base 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2011-04-26 18:01+0200\n" "PO-Revision-Date: 2011-04-26 18:01+0200\n"
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n" "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n" "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base-0.10.31.2\n" "Project-Id-Version: gst-plugins-base-0.10.31.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2011-01-08 01:02-0300\n" "PO-Revision-Date: 2011-01-08 01:02-0300\n"
"Last-Translator: Fabrício Godoy <skarllot@gmail.com>\n" "Last-Translator: Fabrício Godoy <skarllot@gmail.com>\n"
"Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n" "Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"

View file

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.29.2\n" "Project-Id-Version: gst-plugins-base 0.10.29.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2010-08-16 01:21+0300\n" "PO-Revision-Date: 2010-08-16 01:21+0300\n"
"Last-Translator: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>\n" "Last-Translator: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>\n"
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n" "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.32.2\n" "Project-Id-Version: gst-plugins-base 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2011-04-26 20:30+0400\n" "PO-Revision-Date: 2011-04-26 20:30+0400\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <gnu@mx.ru>\n" "Language-Team: Russian <gnu@mx.ru>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.30.3\n" "Project-Id-Version: gst-plugins-base 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2010-11-08 15:34+0100\n" "PO-Revision-Date: 2010-11-08 15:34+0100\n"
"Last-Translator: Peter Tuhársky <tuharsky@misbb.sk>\n" "Last-Translator: Peter Tuhársky <tuharsky@misbb.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.32.2\n" "Project-Id-Version: gst-plugins-base 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2011-04-26 15:56+0100\n" "PO-Revision-Date: 2011-04-26 15:56+0100\n"
"Last-Translator: Klemen Košir <klemen.kosir@gmx.com>\n" "Last-Translator: Klemen Košir <klemen.kosir@gmx.com>\n"
"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n" "Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n" "Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2004-08-07 20:29+0200\n" "PO-Revision-Date: 2004-08-07 20:29+0200\n"
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n" "Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
"Language-Team: Albanian <begraj@hotmail.com>\n" "Language-Team: Albanian <begraj@hotmail.com>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base-0.10.32.2\n" "Project-Id-Version: gst-plugins-base-0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2011-12-05 09:10+0200\n" "PO-Revision-Date: 2011-12-05 09:10+0200\n"
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n" "Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <gnu@prevod.org>\n" "Language-Team: Serbian <gnu@prevod.org>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.28.2\n" "Project-Id-Version: gst-plugins-base 0.10.28.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2010-06-07 18:17+0100\n" "PO-Revision-Date: 2010-06-07 18:17+0100\n"
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n" "Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"

View file

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.32.2\n" "Project-Id-Version: gst-plugins-base 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2011-04-26 19:22+0200\n" "PO-Revision-Date: 2011-04-26 19:22+0200\n"
"Last-Translator: Server Acim <serveracim@gmail.com>\n" "Last-Translator: Server Acim <serveracim@gmail.com>\n"
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n" "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.32.2\n" "Project-Id-Version: gst-plugins-base 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2011-04-27 17:49+0300\n" "PO-Revision-Date: 2011-04-27 17:49+0300\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n" "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.28.2\n" "Project-Id-Version: gst-plugins-base 0.10.28.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2010-04-27 22:51+0930\n" "PO-Revision-Date: 2010-04-27 22:51+0930\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n" "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n" "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.21.3\n" "Project-Id-Version: gst-plugins-base 0.10.21.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:59+0100\n" "POT-Creation-Date: 2012-03-22 14:47+0100\n"
"PO-Revision-Date: 2009-01-14 12:41+0800\n" "PO-Revision-Date: 2009-01-14 12:41+0800\n"
"Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n" "Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n" "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"

View file

@ -1,7 +1,7 @@
#ifndef _GST_PLUGINS_BASE__STDINT_H #ifndef _GST_PLUGINS_BASE__STDINT_H
#define _GST_PLUGINS_BASE__STDINT_H 1 #define _GST_PLUGINS_BASE__STDINT_H 1
#ifndef _GENERATED_STDINT_H #ifndef _GENERATED_STDINT_H
#define _GENERATED_STDINT_H "gst-plugins-base 0.11.2.1" #define _GENERATED_STDINT_H "gst-plugins-base 0.11.3"
/* generated using gnu compiler gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1 */ /* generated using gnu compiler gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1 */
#define _STDINT_HAVE_STDINT_H 1 #define _STDINT_HAVE_STDINT_H 1
#include <stdint.h> #include <stdint.h>

View file

@ -53,6 +53,9 @@
/* system wide data directory */ /* system wide data directory */
#define GST_DATADIR PREFIX "\\share" #define GST_DATADIR PREFIX "\\share"
/* set to disable libxml2-dependent code in subparse */
#undef GST_DISABLE_XML
/* Extra platform specific plugin suffix */ /* Extra platform specific plugin suffix */
#undef GST_EXTRA_MODULE_SUFFIX #undef GST_EXTRA_MODULE_SUFFIX
@ -78,13 +81,13 @@
#define GST_MAJORMINOR "0.11" #define GST_MAJORMINOR "0.11"
/* package name in plugins */ /* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer Base Plug-ins git" #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
/* package origin */ /* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin" #define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */ /* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2012-02-17T22:57Z" #define GST_PACKAGE_RELEASE_DATETIME "2012-03-22"
/* Define to enable ALSA (used by alsa). */ /* Define to enable ALSA (used by alsa). */
#undef HAVE_ALSA #undef HAVE_ALSA
@ -149,9 +152,6 @@
/* Define to 1 if you have the <dlfcn.h> header file. */ /* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H #undef HAVE_DLFCN_H
/* Define to 1 if you have the <emmintrin.h> header file. */
#undef HAVE_EMMINTRIN_H
/* Define to enable building of experimental plug-ins. */ /* Define to enable building of experimental plug-ins. */
#undef HAVE_EXPERIMENTAL #undef HAVE_EXPERIMENTAL
@ -272,9 +272,6 @@
/* Define to enable X libraries and plugins (used by ximagesink). */ /* Define to enable X libraries and plugins (used by ximagesink). */
#undef HAVE_X #undef HAVE_X
/* Define to 1 if you have the <xmmintrin.h> header file. */
#undef HAVE_XMMINTRIN_H
/* Define to enable X Shared Memory extension. */ /* Define to enable X Shared Memory extension. */
#undef HAVE_XSHM #undef HAVE_XSHM
@ -316,7 +313,7 @@
#define PACKAGE_NAME "GStreamer Base Plug-ins" #define PACKAGE_NAME "GStreamer Base Plug-ins"
/* Define to the full name and version of this package. */ /* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Base Plug-ins 0.11.2.1" #define PACKAGE_STRING "GStreamer Base Plug-ins 0.11.3"
/* Define to the one symbol short name of this package. */ /* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-base" #define PACKAGE_TARNAME "gst-plugins-base"
@ -325,7 +322,7 @@
#undef PACKAGE_URL #undef PACKAGE_URL
/* Define to the version of this package. */ /* Define to the version of this package. */
#define PACKAGE_VERSION "0.11.2.1" #define PACKAGE_VERSION "0.11.3"
/* directory where plugins are located */ /* directory where plugins are located */
#ifdef _DEBUG #ifdef _DEBUG
@ -356,7 +353,7 @@
#undef USE_TREMOLO #undef USE_TREMOLO
/* Version number of package */ /* Version number of package */
#define VERSION "0.11.2.1" #define VERSION "0.11.3"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */ significant byte first (like Motorola and SPARC, unlike Intel). */