<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/recipes-multimedia, branch pyro</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=pyro</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=pyro'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2017-08-07T14:50:53+00:00</updated>
<entry>
<title>alsa-lib: Ensure MACHINE_SOCARCH is used consistently</title>
<updated>2017-08-07T14:50:53+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2017-07-10T15:01:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=c78799dd1b80aeb40d827a6c61c5be66a0aeecdb'/>
<id>urn:sha1:c78799dd1b80aeb40d827a6c61c5be66a0aeecdb</id>
<content type='text'>
The alsa-lib needs to apply the patches for all i.MX SoCs so using the
'imx' override seems to be the best choice for this specific
use-case.

A missing aspect though was that this should also affect every package
which /depends/ on alsa-lib (e.g: alsa-utils) so it also goes to
MACHINE_SOCARCH architecture fixing the signature change across
different machines.

This fix has been tested using a massive parallel build using
multiconfig.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>Revert "gstreamer1.0-plugins-bad: Add some gstplayer API"</title>
<updated>2017-06-29T19:44:10+00:00</updated>
<author>
<name>Yuqing Zhu</name>
<email>carol.zhu@nxp.com</email>
</author>
<published>2017-06-23T05:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=eb2390db0bfc8afde695c03a226ec5bd2c967b48'/>
<id>urn:sha1:eb2390db0bfc8afde695c03a226ec5bd2c967b48</id>
<content type='text'>
The patch has some applying conflicts.
It should be applied after some poky patches,
but they are still under review, not accepted yet.

Will add it back later.

This reverts commit faa2234c766558b904447405ee30cd3d183c79e4.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>gstreamer1.0-plugins-bad: Add some gstplayer API</title>
<updated>2017-06-16T21:15:15+00:00</updated>
<author>
<name>Yuqing Zhu</name>
<email>carol.zhu@nxp.com</email>
</author>
<published>2017-06-02T05:31:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=faa2234c766558b904447405ee30cd3d183c79e4'/>
<id>urn:sha1:faa2234c766558b904447405ee30cd3d183c79e4</id>
<content type='text'>
* Add gstplayer get_rotate() and set_rotate() API
* Add get/set force-aspect-ratio config API
* Add set audio/text sink API

Signed-off-by: Yuqing Zhu &lt;carol.zhu@nxp.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>gstreamer1.0-plugins-base: Don't set async of custom text-sink to false in gstplaysink</title>
<updated>2017-06-16T21:15:14+00:00</updated>
<author>
<name>Yuqing Zhu</name>
<email>carol.zhu@nxp.com</email>
</author>
<published>2017-06-02T05:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=c87e1a1c4f4614e1f0c2fd4bf72df107793e9fec'/>
<id>urn:sha1:c87e1a1c4f4614e1f0c2fd4bf72df107793e9fec</id>
<content type='text'>
Setting async to false will cause A/V sync problem when seeking.

The preroll needs to use GAP event instead of setting async to false.

Signed-off-by: Yuqing Zhu &lt;carol.zhu@nxp.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>imx-gst1.0-plugin: Upgrade to v4.1.6</title>
<updated>2017-05-23T15:21:36+00:00</updated>
<author>
<name>Yuqing Zhu</name>
<email>carol.zhu@nxp.com</email>
</author>
<published>2017-05-23T06:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=66879c8b15f74bdcc8c7af5b5b8c541d38191b72'/>
<id>urn:sha1:66879c8b15f74bdcc8c7af5b5b8c541d38191b72</id>
<content type='text'>
-Add an interface in playengine to set video sink using GstElement
 This interface is for qmlglsink use or something like that.

-Optimize imxv4l2sink and overlaysink to make
 them work with qmlglsrc more effective
 Add RGBA format support the two sink.
 Reduce the interval to 1ms when do dequeue retry in v4l2.

-Add gst_phy_mem_meta_init()
 Avoid critical warning as gst_meta_register add critical check for NULL init_func.

-Aiurdemux add wma voice support

-Add vertical and horizontal flip support for overlaysink and imxv4l2sink
 Add vertical and horizontal flip for overlaysink and imxv4l2sink.
 Change playengine set rotate interface to set enum value.

Signed-off-by: Yuqing Zhu &lt;carol.zhu@nxp.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>imx-parser: Upgrade to v4.1.6</title>
<updated>2017-05-23T15:21:36+00:00</updated>
<author>
<name>Yuqing Zhu</name>
<email>carol.zhu@nxp.com</email>
</author>
<published>2017-05-23T06:27:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=dac301128c601bd6121bc2d7f547e42e8be1ab5e'/>
<id>urn:sha1:dac301128c601bd6121bc2d7f547e42e8be1ab5e</id>
<content type='text'>
Upgrade license chksum to v16 EULA
Fix segmentation fault in ID3 parser when dataSize is abnormal
Update MP4 PARSER to 06.09.38
Update MP3 PARSER to 03.01.14
Update AAC PARSER to 03.00.11
Update FLAC PARSER to 03.00.6

Signed-off-by: Yuqing Zhu &lt;carol.zhu@nxp.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>imx-codec: Upgrade to v4.1.6</title>
<updated>2017-05-23T15:21:36+00:00</updated>
<author>
<name>Yuqing Zhu</name>
<email>carol.zhu@nxp.com</email>
</author>
<published>2017-05-23T06:27:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=5fa6c0bd3b3e7120b3cd3309a10e5ffbbdcd2139'/>
<id>urn:sha1:5fa6c0bd3b3e7120b3cd3309a10e5ffbbdcd2139</id>
<content type='text'>
-Upgrade license chksum to v16 EULA

Bugfixes:
-VORBIS_Wrapper/VORBIS_DEC: add error handler
 Some fuzzy bitstream will cause segmentfault as error handler is not correct.
-Fix wma10_dec's Segmentation fault in performance test
 Segmentation fault occurs when decoding several streams in performance test.
 Add test_case[] array's size to fix it.

Signed-off-by: Yuqing Zhu &lt;carol.zhu@nxp.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>gstreamer1.0-plugins-imx: add pkgconfig to inherit</title>
<updated>2017-03-09T20:30:07+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.oss.09@gmail.com</email>
</author>
<published>2017-03-03T19:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=028e37021ca2af8a204dc05d6713cdc528ec1ff6'/>
<id>urn:sha1:028e37021ca2af8a204dc05d6713cdc528ec1ff6</id>
<content type='text'>
The wscript file uses conf.check_cfg which in turn uses pkg-config.
Fixes configure error triggered now with recipe specific sysroot.

Signed-off-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>imx-parser: Remove i.MX 6UL specific metadata</title>
<updated>2017-01-27T15:31:28+00:00</updated>
<author>
<name>Fabio Berton</name>
<email>fabio.berton@ossystems.com.br</email>
</author>
<published>2017-01-25T15:57:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=f8841b1deb372020ee3eeea7b1661b30fccf2530'/>
<id>urn:sha1:f8841b1deb372020ee3eeea7b1661b30fccf2530</id>
<content type='text'>
The SoC is now dealt as a i.MX6 SoC so there is no need for the
specific metadata.

Signed-off-by: Fabio Berton &lt;fabio.berton@ossystems.com.br&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>imx-codec: Remove i.MX 6UL specific metadata</title>
<updated>2017-01-27T15:31:28+00:00</updated>
<author>
<name>Fabio Berton</name>
<email>fabio.berton@ossystems.com.br</email>
</author>
<published>2017-01-25T13:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=6a5702524a86323c51f9d0f9228dc8b9ad8308e5'/>
<id>urn:sha1:6a5702524a86323c51f9d0f9228dc8b9ad8308e5</id>
<content type='text'>
The SoC is now dealt as a i.MX6 SoC so there is no need for the
specific metadata.

Signed-off-by: Fabio Berton &lt;fabio.berton@ossystems.com.br&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
</feed>
