[FFmpeg-devel] [PATCH] Bunch of accumulated patches...

Sigbjørn Skjæret cisc
Sun Jan 13 19:44:41 CET 2008


Ok, here's some old and some new patches, resubmitting old ones due to being
eaten by the ML earlier for not being subscribed (I am now subscribed, but I do
not receive mails, so if you wish me to reply to something CC me, thanks).

av_fast_realloc.diffs: Since all the other mem-funcs have been moved to avutil
this one really belongs there as well...

averror.diffs changes AVERROR_NOFMT to use a commonly available define instead
(arbitrarily chosen, anything would do), however as this might be viewed as
breaking ABI there's also averror2.diffs which will define EILSEQ if it doesn't
exist already. Pick the one you like the best...

broken_mergel.diffs: This is a regression-fix, fixes erroneously (and broken)
applied defines when compiling with AltiVec-enabled GCC2.

missingconsts.diffs: Adds a couple of missing consts (one which could break
linking under certain conditions).

rationaldecls.diffs: Enclose directly applied AVRationals in parenthesis to
avoid preprocessing issues (ok, this one is really specific to my build since I
have defines for those funcs, but it doesn't hurt anyway and perhaps increases
readability slightly).


- CISC
-------------- next part --------------
A non-text attachment was scrubbed...
Name: av_fast_realloc.diffs
Type: application/octet-stream
Size: 2063 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080113/0ec65135/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: averror.diffs
Type: application/octet-stream
Size: 772 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080113/0ec65135/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: averror2.diffs
Type: application/octet-stream
Size: 499 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080113/0ec65135/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: broken_mergel.diffs
Type: application/octet-stream
Size: 451 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080113/0ec65135/attachment-0003.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: missingconsts.diffs
Type: application/octet-stream
Size: 795 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080113/0ec65135/attachment-0004.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rationaldecls.diffs
Type: application/octet-stream
Size: 2102 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080113/0ec65135/attachment-0005.obj>



More information about the ffmpeg-devel mailing list