[FFmpeg-devel] rockplayer patches to ffmpeg

Vladimir Pantelic vladoman
Thu Feb 10 17:33:27 CET 2011


based on: http://rockplayer.freecoder.org/download/rockplayer_ffmpeg.zip

which itself seems to be based on SVN r22870

README.rockplayer lists these changes:

...
Modification and updates:
------------------------

We removed configure script and replaced it by Android.mk, which is easier to work together with Google Android NDK.
Please put the whole source structure into your NDK application and refer this Android.mk as any NDK application.

The interface and implementation of FFmpeg is not changed. But we removed all files other than three components
interested by RockPlayer: libavformat, libavcodec, libavutil for easy maintain and less confusion.

If you are interesting in use different version of FFmpeg, just try to replace the corresponding files. But we are only
sure this project compiles as it provided with NDK 1.6.

But be careful if you are going to modify the Android.mk contained in this package, especially when adding more files,
some files use GPL instead of LGPL which may cause the derived product doesn't apply LGPL any longer. Please check
LICENSE from FFmpeg project for details.

RockPlayer's website is http://www.anplayer.com, where you may find latest version of this source package.
...

apart from that, 3 patches:

1) RM demuxer timestamp correction, seems to be based on mplayer's realdemux.c

2) one rtsp error message changed

3) some mangling of AAC/NEON support?!?!





-------------- next part --------------
A non-text attachment was scrubbed...
Name: rockplayer_rmdec.patch
Type: text/x-diff
Size: 13824 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110210/2b0389da/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rockplayer_rtsp.patch
Type: text/x-diff
Size: 532 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110210/2b0389da/attachment-0001.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rockplayer_avcodec.patch
Type: text/x-diff
Size: 2706 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110210/2b0389da/attachment-0002.patch>



More information about the ffmpeg-devel mailing list