[FFmpeg-soc] [PATCH] fmtp cleanup

Josh Allmann joshua.allmann at gmail.com
Sat Jun 26 00:28:25 CEST 2010


Hi,

This cleans up FMTP parsing code somewhat. I only did it for H.264 and
MPEG-4/AAC; if this approach is OK, I'll do the rest (Xiph, AMR, etc).

0001 -- rtpdec.h is a better place for SPACE_CHARS. Removes a
dependency on internal.h, and avoids having to #include it in later
patches.

0002 -- self explanatory. It is likely I will have to change
value[4096] to be malloc'd due to massive Xiph extradata.

003-005 -- H.264 related

0006-007 -- MPEG-4/AAC related

Josh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Move-space_chars-from-avformat-internal-to-rtpdec.patch
Type: text/x-patch
Size: 1515 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20100625/d67c0cad/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Added-generic-function-for-iterating-over-FMTP-extra.patch
Type: text/x-patch
Size: 2393 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20100625/d67c0cad/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-Return-ENOMEM-if-H.264-RTP-fails-to-allocate-memory-.patch
Type: text/x-patch
Size: 1525 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20100625/d67c0cad/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-Clean-up-FMTP-parsing-code-in-H.264-RTP-depacketizer.patch
Type: text/x-patch
Size: 2165 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20100625/d67c0cad/attachment-0003.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-h264-rtp-cosmetics.patch
Type: text/x-patch
Size: 974 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20100625/d67c0cad/attachment-0004.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-Clean-up-FMTP-parsing-code-in-MPEG-4-AAC-RTP-depacke.patch
Type: text/x-patch
Size: 2202 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20100625/d67c0cad/attachment-0005.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0007-mpeg4-aac-rtp-cosmetics.patch
Type: text/x-patch
Size: 2396 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20100625/d67c0cad/attachment-0006.bin>


More information about the FFmpeg-soc mailing list