[FFmpeg-devel] [PATCH] Added an Adobe HTTP Dynamic Streaming (HDS) demuxer

Michael Niedermayer michaelni at gmx.at
Wed Nov 20 12:54:56 CET 2013


On Tue, Nov 19, 2013 at 06:19:45PM -0700, CORY MCCARTHY wrote:
> Added Changelog entry
> 
> Use the existing amf_get_string() and remove duplicate amf_metadata_read_string()
> Use avio_get_str() and remove f4fbox_read_string()
> Separated declarations and statements
> Use sizeof() instead of hard coded literal numbers
> Fixed typo with "libxml" includes
> Use av_freep instead of av_free to prevent stale pointers
> Pass output buffer length to av_strlcat() instead of input buffer length
> Remove unneeded cast
> Remove unneeded pix_fmt set
> Use avpriv_set_pts_info
> 
> I attached a patch that shows these changes.
> I'll work on addressing the rest of the issues outlined below.

seems failing to build here:
ffmpeg/libavformat/f4mmanifest.c:32:27: fatal error: libxml/parser.h: No such file or directory

that is when cross compiling to mingw (or probably anything else that
doesnt have libxml* installed)


[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Concerning the gods, I have no means of knowing whether they exist or not
or of what sort they may be, because of the obscurity of the subject, and
the brevity of human life -- Protagoras
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20131120/ef68ca6d/attachment.asc>


More information about the ffmpeg-devel mailing list