<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libffmpeg/libavcodec/alpha, branch 1-beta0</title>
<subtitle>xine-lib git mirror
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/'/>
<entry>
<title>update ffmpeg, pass fourcc and other stuff that might be useful</title>
<updated>2002-12-02T21:58:56+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-12-02T21:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=92afdd9267027f569dea2807d7057eaa2bbdb8c9'/>
<id>92afdd9267027f569dea2807d7057eaa2bbdb8c9</id>
<content type='text'>
CVS patchset: 3414
CVS date: 2002/12/02 21:58:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3414
CVS date: 2002/12/02 21:58:56

</pre>
</div>
</content>
</entry>
<entry>
<title>sync ffmpeg</title>
<updated>2002-11-11T13:45:34+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-11-11T13:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=810ddddbc0d5f6587b9154115fa60d546d728310'/>
<id>810ddddbc0d5f6587b9154115fa60d546d728310</id>
<content type='text'>
- add wma decoder
- fix mmx macro
- remove changes from fdct_mmx.c (it should work fine now with the mmx macro fix)

CVS patchset: 3234
CVS date: 2002/11/11 13:45:34

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add wma decoder
- fix mmx macro
- remove changes from fdct_mmx.c (it should work fine now with the mmx macro fix)

CVS patchset: 3234
CVS date: 2002/11/11 13:45:34

</pre>
</div>
</content>
</entry>
<entry>
<title>To build xine-lib now from cvs you run: autogen.sh</title>
<updated>2002-11-04T00:37:18+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2002-11-04T00:37:18+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2ebab9ec4a93cf17ab2c781425e13816f1af08e4'/>
<id>2ebab9ec4a93cf17ab2c781425e13816f1af08e4</id>
<content type='text'>
You would do: autogen.sh &lt;configure flags&gt; or autogen &lt;shortcut&gt;
The short cuts are:
aclocal - re-run aclocal
autoheader - re-run autoheader
automake - re-run automake
autoconf - re-run aclocal AND autoconf
libtoolize - re-run libtoolize
noconfig - re-run all gnu tools without doing ./configure
default - run ./configure with &lt;configure flags&gt; or none (if no flags are present)
Removed cvscompile.sh and misc/autogen.sh (deprecated)
General clean up install-debug for Makefile.am files.

CVS patchset: 3180
CVS date: 2002/11/04 00:37:18

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
You would do: autogen.sh &lt;configure flags&gt; or autogen &lt;shortcut&gt;
The short cuts are:
aclocal - re-run aclocal
autoheader - re-run autoheader
automake - re-run automake
autoconf - re-run aclocal AND autoconf
libtoolize - re-run libtoolize
noconfig - re-run all gnu tools without doing ./configure
default - run ./configure with &lt;configure flags&gt; or none (if no flags are present)
Removed cvscompile.sh and misc/autogen.sh (deprecated)
General clean up install-debug for Makefile.am files.

CVS patchset: 3180
CVS date: 2002/11/04 00:37:18

</pre>
</div>
</content>
</entry>
<entry>
<title>sync to ffmpeg cvs</title>
<updated>2002-10-29T16:29:16+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-10-29T16:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e69ac0f8052424e3ce344365b6be0c95f0e68db6'/>
<id>e69ac0f8052424e3ce344365b6be0c95f0e68db6</id>
<content type='text'>
CVS patchset: 3090
CVS date: 2002/10/29 16:29:16

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3090
CVS date: 2002/10/29 16:29:16

</pre>
</div>
</content>
</entry>
<entry>
<title>Updated cvscompile.sh to look for configure.ac</title>
<updated>2002-09-19T06:01:18+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2002-09-19T06:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7fb9dc915cded39e8ad4bed49a14b0d6769ba5bd'/>
<id>7fb9dc915cded39e8ad4bed49a14b0d6769ba5bd</id>
<content type='text'>
Replaced configure.in with configure.ac
Remove acconfig.h (Unnecessary with autoconf 2.52 or above)
Updated configure.ac to remove deprecated macros, upgraded
  AC_DEFINE to include comments, merged in acconfig.h.
Combined libxine and libxineutils into one library. libxineutils
  is created but not installed. Its statically linked into libxine.
Advanced libxine version from 0.2.0 to 1.0.0
Removed references for skins.
Plugins now installed to &lt;libdir&gt;/xine/plugins/$XINE_MAJOR.$XINE_MORE.
$XINE_SUB
Xine-config updated for new location of plugins
Sorted file lists in Makefile.am to make them more readable.
TODO: remove skins references from xine-config

CVS patchset: 2705
CVS date: 2002/09/19 06:01:18

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced configure.in with configure.ac
Remove acconfig.h (Unnecessary with autoconf 2.52 or above)
Updated configure.ac to remove deprecated macros, upgraded
  AC_DEFINE to include comments, merged in acconfig.h.
Combined libxine and libxineutils into one library. libxineutils
  is created but not installed. Its statically linked into libxine.
Advanced libxine version from 0.2.0 to 1.0.0
Removed references for skins.
Plugins now installed to &lt;libdir&gt;/xine/plugins/$XINE_MAJOR.$XINE_MORE.
$XINE_SUB
Xine-config updated for new location of plugins
Sorted file lists in Makefile.am to make them more readable.
TODO: remove skins references from xine-config

CVS patchset: 2705
CVS date: 2002/09/19 06:01:18

</pre>
</div>
</content>
</entry>
<entry>
<title>- sync ffmpeg to cvs (sorry Mike it still doesn't decode your teststream --</title>
<updated>2002-09-16T21:49:34+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-09-16T21:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d2db0f3bbdc81aae2c316751daf1d53b42a3e6a0'/>
<id>d2db0f3bbdc81aae2c316751daf1d53b42a3e6a0</id>
<content type='text'>
something must be broken at ffmpeg, also happens with mplayer)
- added priority sorted lists, now autoprobing should work again.
- fixed infinite loop in plugin loader.
obs: latest ffmpeg contains ppc optimizations, someone will have to enable these
though.

CVS patchset: 2676
CVS date: 2002/09/16 21:49:34

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
something must be broken at ffmpeg, also happens with mplayer)
- added priority sorted lists, now autoprobing should work again.
- fixed infinite loop in plugin loader.
obs: latest ffmpeg contains ppc optimizations, someone will have to enable these
though.

CVS patchset: 2676
CVS date: 2002/09/16 21:49:34

</pre>
</div>
</content>
</entry>
<entry>
<title>- sync with ffmpeg cvs</title>
<updated>2002-08-07T19:46:28+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-08-07T19:46:28+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4b4e6ae115219bac7488463bfd74f2ca3faf031d'/>
<id>4b4e6ae115219bac7488463bfd74f2ca3faf031d</id>
<content type='text'>
- apply Zdenek Kabelac patches to enable -fpic compiling (why this stuff isn't in
ffmpeg cvs?)

CVS patchset: 2402
CVS date: 2002/08/07 19:46:28

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- apply Zdenek Kabelac patches to enable -fpic compiling (why this stuff isn't in
ffmpeg cvs?)

CVS patchset: 2402
CVS date: 2002/08/07 19:46:28

</pre>
</div>
</content>
</entry>
<entry>
<title>update to ffmpeg cvs</title>
<updated>2002-07-15T19:42:40+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-07-15T19:42:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=01ef70db6c2a280d96ddce6e6272a4813e047c9b'/>
<id>01ef70db6c2a280d96ddce6e6272a4813e047c9b</id>
<content type='text'>
CVS patchset: 2277
CVS date: 2002/07/15 19:42:40

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2277
CVS date: 2002/07/15 19:42:40

</pre>
</div>
</content>
</entry>
<entry>
<title>- ffmpeg sync</title>
<updated>2002-07-01T13:32:38+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-07-01T13:32:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c89b49e764fb121ad068be09bf341ceccb05baf3'/>
<id>c89b49e764fb121ad068be09bf341ceccb05baf3</id>
<content type='text'>
- skip decoding b-frames when late

CVS patchset: 2185
CVS date: 2002/07/01 13:32:38

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- skip decoding b-frames when late

CVS patchset: 2185
CVS date: 2002/07/01 13:32:38

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Miguel's problem.</title>
<updated>2002-06-23T23:54:56+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2002-06-23T23:54:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ce09522fdbdafbc13e5217529dfae01418e2c2aa'/>
<id>ce09522fdbdafbc13e5217529dfae01418e2c2aa</id>
<content type='text'>
CVS patchset: 2148
CVS date: 2002/06/23 23:54:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2148
CVS date: 2002/06/23 23:54:56

</pre>
</div>
</content>
</entry>
</feed>
