<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libffmpeg/audio_decoder.c, branch 1.1.15</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>Rename FFmpeg plugins' sources so that there are no conflicts with other source files.</title>
<updated>2007-04-04T19:07:48+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-04-04T19:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3b6ef82b64306c9d03341fe60e5ad641ad50809d'/>
<id>3b6ef82b64306c9d03341fe60e5ad641ad50809d</id>
<content type='text'>
This way when you get a backtrace, video_decoder.c is never the FFmpeg one.

--HG--
rename : src/libffmpeg/audio_decoder.c =&gt; src/libffmpeg/ff_audio_decoder.c
rename : src/libffmpeg/dvaudio_decoder.c =&gt; src/libffmpeg/ff_dvaudio_decoder.c
rename : src/libffmpeg/mpeg_parser.c =&gt; src/libffmpeg/ff_mpeg_parser.c
rename : src/libffmpeg/mpeg_parser.h =&gt; src/libffmpeg/ff_mpeg_parser.h
rename : src/libffmpeg/video_decoder.c =&gt; src/libffmpeg/ff_video_decoder.c
rename : src/libffmpeg/xine_decoder.c =&gt; src/libffmpeg/ffmpeg_decoder.c
rename : src/libffmpeg/xine_decoder.h =&gt; src/libffmpeg/ffmpeg_decoder.h
rename : src/libffmpeg/xine_encoder.c =&gt; src/libffmpeg/ffmpeg_encoder.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way when you get a backtrace, video_decoder.c is never the FFmpeg one.

--HG--
rename : src/libffmpeg/audio_decoder.c =&gt; src/libffmpeg/ff_audio_decoder.c
rename : src/libffmpeg/dvaudio_decoder.c =&gt; src/libffmpeg/ff_dvaudio_decoder.c
rename : src/libffmpeg/mpeg_parser.c =&gt; src/libffmpeg/ff_mpeg_parser.c
rename : src/libffmpeg/mpeg_parser.h =&gt; src/libffmpeg/ff_mpeg_parser.h
rename : src/libffmpeg/video_decoder.c =&gt; src/libffmpeg/ff_video_decoder.c
rename : src/libffmpeg/xine_decoder.c =&gt; src/libffmpeg/ffmpeg_decoder.c
rename : src/libffmpeg/xine_decoder.h =&gt; src/libffmpeg/ffmpeg_decoder.h
rename : src/libffmpeg/xine_encoder.c =&gt; src/libffmpeg/ffmpeg_encoder.c
</pre>
</div>
</content>
</entry>
<entry>
<title>another ffmpeg sync to include h264 security fixes</title>
<updated>2007-01-28T18:38:32+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2007-01-28T18:38:32+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7c3728d769962d288b73cc945c3143ae68726984'/>
<id>7c3728d769962d288b73cc945c3143ae68726984</id>
<content type='text'>
CVS patchset: 8573
CVS date: 2007/01/28 18:38:32

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8573
CVS date: 2007/01/28 18:38:32

</pre>
</div>
</content>
</entry>
<entry>
<title>  * ffmpeg update to 51.28.0</title>
<updated>2007-01-13T21:19:52+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2007-01-13T21:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6e8ff6e5c232de4b8235626af31ab85345120a93'/>
<id>6e8ff6e5c232de4b8235626af31ab85345120a93</id>
<content type='text'>
  * Workaround ffmpeg buggy codecs that don't release their DR1 frames.
  * Fix several segfaults and freezing problem with H264 streams that use a lot
    of reference frames (eg. 15)
  * Initial support to enable/disable ffmpeg codecs. Codecs may be disabled in
    groups by --disable-ffmpeg-uncommon-codecs/--disable-ffmpeg-popular-codecs
    Think of "uncommon" codecs what people would never want to play with their
    PDAs (they will save memory by removing them).
    Note: currently both uncommon/popular codecs are _build_ but disabled.
    that is, build system still need some improvements to really save memory.
warning: non-autoconf guru playing with the build system, likely breakage.

CVS patchset: 8499
CVS date: 2007/01/13 21:19:52

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * Workaround ffmpeg buggy codecs that don't release their DR1 frames.
  * Fix several segfaults and freezing problem with H264 streams that use a lot
    of reference frames (eg. 15)
  * Initial support to enable/disable ffmpeg codecs. Codecs may be disabled in
    groups by --disable-ffmpeg-uncommon-codecs/--disable-ffmpeg-popular-codecs
    Think of "uncommon" codecs what people would never want to play with their
    PDAs (they will save memory by removing them).
    Note: currently both uncommon/popular codecs are _build_ but disabled.
    that is, build system still need some improvements to really save memory.
warning: non-autoconf guru playing with the build system, likely breakage.

CVS patchset: 8499
CVS date: 2007/01/13 21:19:52

</pre>
</div>
</content>
</entry>
<entry>
<title>Add WavPack to the list of supported audio streams FFmpeg can decode.</title>
<updated>2006-12-26T03:20:12+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2006-12-26T03:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=11029c08c224c4393de0ec69436bb2078b154e8a'/>
<id>11029c08c224c4393de0ec69436bb2078b154e8a</id>
<content type='text'>
CVS patchset: 8460
CVS date: 2006/12/26 03:20:12

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8460
CVS date: 2006/12/26 03:20:12

</pre>
</div>
</content>
</entry>
<entry>
<title>Added BUF_AUDIO_FLVADPCM (Flash ADPCM).</title>
<updated>2006-12-15T11:31:28+00:00</updated>
<author>
<name>Claudio Ciccani</name>
<email>klan@users.sourceforge.net</email>
</author>
<published>2006-12-15T11:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1f4418dd9bfbc4110cd761afb6b832f261acf516'/>
<id>1f4418dd9bfbc4110cd761afb6b832f261acf516</id>
<content type='text'>
CVS patchset: 8418
CVS date: 2006/12/15 11:31:28

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8418
CVS date: 2006/12/15 11:31:28

</pre>
</div>
</content>
</entry>
<entry>
<title>Revert my latest change, broke more than it fixed... now this means that the decoding is still broken in recent FFmpeg it seems.</title>
<updated>2006-10-13T21:41:30+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2006-10-13T21:41:30+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b8098190699937b2d14e8abcb4b16f0a41b20d49'/>
<id>b8098190699937b2d14e8abcb4b16f0a41b20d49</id>
<content type='text'>
CVS patchset: 8340
CVS date: 2006/10/13 21:41:30

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8340
CVS date: 2006/10/13 21:41:30

</pre>
</div>
</content>
</entry>
<entry>
<title>Use av_parser to decode audio, should make MP3 playback saner. Don't override avcodec_register_all() function when using external FFmpeg.</title>
<updated>2006-10-11T12:53:12+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2006-10-11T12:53:12+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=79378eecf6e82b850f5f49695b92bd8bbca91166'/>
<id>79378eecf6e82b850f5f49695b92bd8bbca91166</id>
<content type='text'>
CVS patchset: 8334
CVS date: 2006/10/11 12:53:12

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8334
CVS date: 2006/10/11 12:53:12

</pre>
</div>
</content>
</entry>
<entry>
<title>re-enable the QDesign audio decoder that was accidently disabled during</title>
<updated>2006-08-04T06:18:35+00:00</updated>
<author>
<name>Mike Melanson</name>
<email>mike@multimedia.cx</email>
</author>
<published>2006-08-04T06:18:35+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ce4d4415d03e4f0647d645c9da23d65d9c68ef4e'/>
<id>ce4d4415d03e4f0647d645c9da23d65d9c68ef4e</id>
<content type='text'>
the recent xine glue code upgrade

CVS patchset: 8161
CVS date: 2006/08/04 06:18:35

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the recent xine glue code upgrade

CVS patchset: 8161
CVS date: 2006/08/04 06:18:35

</pre>
</div>
</content>
</entry>
<entry>
<title>hook up new FFmpeg decoders, including VC-1/WMV9</title>
<updated>2006-08-02T07:15:27+00:00</updated>
<author>
<name>Mike Melanson</name>
<email>mike@multimedia.cx</email>
</author>
<published>2006-08-02T07:15:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=052247521959a2454b32d720d52aba43f30578f2'/>
<id>052247521959a2454b32d720d52aba43f30578f2</id>
<content type='text'>
CVS patchset: 8150
CVS date: 2006/08/02 07:15:27

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8150
CVS date: 2006/08/02 07:15:27

</pre>
</div>
</content>
</entry>
<entry>
<title>Misc warnings fixes.</title>
<updated>2006-06-18T20:29:03+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2006-06-18T20:29:03+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=800eff24a20af48b2f5109a0bf9f1da4bf2a2c14'/>
<id>800eff24a20af48b2f5109a0bf9f1da4bf2a2c14</id>
<content type='text'>
CVS patchset: 8055
CVS date: 2006/06/18 20:29:03

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8055
CVS date: 2006/06/18 20:29:03

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