<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_external_ffmpeg/android, branch 2.7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_ffmpeg/'/>
<entry>
<title>ffmpeg: Regenerate configurations for FFMPEG 2.7</title>
<updated>2015-06-14T11:01:49+00:00</updated>
<author>
<name>Steve Kondik</name>
<email>steve@cyngn.com</email>
</author>
<published>2015-06-14T11:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_ffmpeg/commit/?id=796cb407ac5fa08c9039d23ee73ff0eddad61b9c'/>
<id>796cb407ac5fa08c9039d23ee73ff0eddad61b9c</id>
<content type='text'>
Change-Id: I210330a653e1e63233f8c67c99c480f738f54f14
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I210330a653e1e63233f8c67c99c480f738f54f14
</pre>
</div>
</content>
</entry>
<entry>
<title>ffmpeg: Update Android build configuration</title>
<updated>2015-06-14T07:25:58+00:00</updated>
<author>
<name>Steve Kondik</name>
<email>steve@cyngn.com</email>
</author>
<published>2015-05-09T06:48:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_ffmpeg/commit/?id=d7a1c6c01005e3c96e8ea56cf404b567a17ba05d'/>
<id>d7a1c6c01005e3c96e8ea56cf404b567a17ba05d</id>
<content type='text'>
Change-Id: I2c59c9b50553b0d33a684c1484fc377fabd38d92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2c59c9b50553b0d33a684c1484fc377fabd38d92
</pre>
</div>
</content>
</entry>
<entry>
<title>x86: Use yasm from prebuilts and don't depend on host install</title>
<updated>2015-06-14T07:25:56+00:00</updated>
<author>
<name>dhacker29</name>
<email>dhackerdvm@gmail.com</email>
</author>
<published>2015-04-07T05:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_ffmpeg/commit/?id=6949e0af5440579d31a7e26f82a0d8d03f5472aa'/>
<id>6949e0af5440579d31a7e26f82a0d8d03f5472aa</id>
<content type='text'>
Change-Id: I88016039ba8727eba72eabc49c90379211f77dd2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I88016039ba8727eba72eabc49c90379211f77dd2
</pre>
</div>
</content>
</entry>
<entry>
<title>Add configuration for silvermont CPU based on Atom.</title>
<updated>2015-06-14T07:25:56+00:00</updated>
<author>
<name>Howard M. Harte</name>
<email>hharte@cyngn.com</email>
</author>
<published>2015-01-30T01:37:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_ffmpeg/commit/?id=81ab6be1a361f055b78abf65aad035d542dfd147'/>
<id>81ab6be1a361f055b78abf65aad035d542dfd147</id>
<content type='text'>
Change-Id: Id13d2cd559ba533782669bea02c4922be8a72ce1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id13d2cd559ba533782669bea02c4922be8a72ce1
</pre>
</div>
</content>
</entry>
<entry>
<title>Get ffmpeg building for emulatorx86</title>
<updated>2015-06-14T07:25:56+00:00</updated>
<author>
<name>Chris Sarbora</name>
<email>sarbs@cyngn.com</email>
</author>
<published>2015-01-17T17:39:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_ffmpeg/commit/?id=8e4b83fb5487b977077ab93830fe004e6eb5999d'/>
<id>8e4b83fb5487b977077ab93830fe004e6eb5999d</id>
<content type='text'>
NOTE: Had to manually edit android/include/config-x86.h after generating it with ./configure
HAVE_EBP_AVAILABLE needs to be set to 0, not 1 (like configure autodetects)

Change-Id: I31b8a009385b8f364692cb203ac726b00748249b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NOTE: Had to manually edit android/include/config-x86.h after generating it with ./configure
HAVE_EBP_AVAILABLE needs to be set to 0, not 1 (like configure autodetects)

Change-Id: I31b8a009385b8f364692cb203ac726b00748249b
</pre>
</div>
</content>
</entry>
<entry>
<title>ffmpeg: Fix variable collisions</title>
<updated>2015-06-14T07:25:55+00:00</updated>
<author>
<name>Steve Kondik</name>
<email>steve@cyngn.com</email>
</author>
<published>2014-12-25T10:45:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_ffmpeg/commit/?id=90392b9bceb1ec654d7711edf2df194d8dcf6af1'/>
<id>90392b9bceb1ec654d7711edf2df194d8dcf6af1</id>
<content type='text'>
 * We need some undefs here because FFMPEG wants these values to equal
   either 1 or 0, while Bionic just defines it to nothing.

Change-Id: I2505d4c077db41b3fa61af5a9b2c83491f0b9b88
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * We need some undefs here because FFMPEG wants these values to equal
   either 1 or 0, while Bionic just defines it to nothing.

Change-Id: I2505d4c077db41b3fa61af5a9b2c83491f0b9b88
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Use ARM mode for arm32 builds</title>
<updated>2015-06-14T07:25:55+00:00</updated>
<author>
<name>Ricardo Cerqueira</name>
<email>ricardo@cyngn.com</email>
</author>
<published>2014-12-24T22:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_ffmpeg/commit/?id=f52b9bfc92a6b84cab06efb909264aceb85948be'/>
<id>f52b9bfc92a6b84cab06efb909264aceb85948be</id>
<content type='text'>
thumb mode does NOT work on some codecs. ARM all the way

Change-Id: Ib92d9fc718388e5e0340534cef1eeba986587653
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
thumb mode does NOT work on some codecs. ARM all the way

Change-Id: Ib92d9fc718388e5e0340534cef1eeba986587653
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup armv8-a building, and make multiarch builds work</title>
<updated>2015-06-14T07:25:55+00:00</updated>
<author>
<name>Ricardo Cerqueira</name>
<email>ricardo@cyngn.com</email>
</author>
<published>2014-12-24T03:08:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_ffmpeg/commit/?id=67d3d8b93466f41f9e9ed6c3cdd7e855a228351c'/>
<id>67d3d8b93466f41f9e9ed6c3cdd7e855a228351c</id>
<content type='text'>
Change-Id: Ica6c855a77cb14a2c96682f6c7bf5bdae9a06970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ica6c855a77cb14a2c96682f6c7bf5bdae9a06970
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Android build for FFMPEG 2.5</title>
<updated>2015-06-14T07:25:27+00:00</updated>
<author>
<name>Steve Kondik</name>
<email>steve@cyngn.com</email>
</author>
<published>2014-12-12T21:00:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_ffmpeg/commit/?id=43b5192803434a9d6c14eee660b187fcab8b74e5'/>
<id>43b5192803434a9d6c14eee660b187fcab8b74e5</id>
<content type='text'>
Change-Id: I4500c0f580a3f2f8b3cc9101400f68ef7db34e61
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4500c0f580a3f2f8b3cc9101400f68ef7db34e61
</pre>
</div>
</content>
</entry>
<entry>
<title>Android porting for ffmpeg 2.1 release</title>
<updated>2015-06-14T07:25:27+00:00</updated>
<author>
<name>Chih-Wei Huang</name>
<email>cwhuang@linux.org.tw</email>
</author>
<published>2013-11-02T16:08:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_ffmpeg/commit/?id=f605d2ab8d31bffc922569bc9932531afd7bf48d'/>
<id>f605d2ab8d31bffc922569bc9932531afd7bf48d</id>
<content type='text'>
Add Android.mk to build ffmpeg libraries with AOSP tree.
Based on the nice work of Chia-I Wu (olv):
git://gitorious.org/~olvaffe/ffmpeg/ffmpeg-android

Tested built OK on Android 4.3 for x86, mips, armv7-a and armv7-a-neon.

Change-Id: Id97768f8716f7933078fa0b6c936bd2ae20c090a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Android.mk to build ffmpeg libraries with AOSP tree.
Based on the nice work of Chia-I Wu (olv):
git://gitorious.org/~olvaffe/ffmpeg/ffmpeg-android

Tested built OK on Android 4.3 for x86, mips, armv7-a and armv7-a-neon.

Change-Id: Id97768f8716f7933078fa0b6c936bd2ae20c090a
</pre>
</div>
</content>
</entry>
</feed>
