FFmpeg git repo
Go to file
Martin Storsjö 55b6bd1c01 Convert ff_is_multicast_address to take a struct sockaddr parameter
Not all users of this function will have a full struct sockaddr_storage
available, and casting other sockaddrs to sockaddr_storage is wrong,
while any sockaddr can be cast to a base sockaddr.

Originally committed as revision 25388 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-07 07:58:56 +00:00
doc custom build system documentation 2010-10-06 17:53:02 +00:00
ffpresets
libavcodec Fix default value of time_offset_length. 2010-10-06 17:50:05 +00:00
libavcore Add a test for av_parse_video_rate(). 2010-10-04 13:41:06 +00:00
libavdevice Allow to set the frame rate in v4l2 devices 2010-09-23 09:16:05 +00:00
libavfilter yadif: Explicit wordlength for compare. Fixes compile with clang. 2010-10-03 20:01:36 +00:00
libavformat Convert ff_is_multicast_address to take a struct sockaddr parameter 2010-10-07 07:58:56 +00:00
libavutil Check whether compiler supports xmm registers in asm clobber list 2010-10-06 01:26:13 +00:00
libpostproc
libswscale 100l, fix sws_getCachedContext. It did not set the colorspace details, 2010-10-03 07:53:40 +00:00
tests Init SCR in mpeg muxer based on first DTS. 2010-10-07 00:32:22 +00:00
tools
Changelog Add RTP depacketization of the X-QT QuickTime format 2010-10-06 12:42:18 +00:00
cmdutils_common_opts.h
cmdutils.c Add init and uninit functions to cmdutils, reduces code duplication 2010-10-02 08:44:33 +00:00
cmdutils.h Add init and uninit functions to cmdutils, reduces code duplication 2010-10-02 08:44:33 +00:00
common.mak
configure Add RTP depacketization of the X-QT QuickTime format 2010-10-06 12:42:18 +00:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c Pass RC parameters on stream copy to the muxer. 2010-10-07 01:57:35 +00:00
ffplay.c Add init and uninit functions to cmdutils, reduces code duplication 2010-10-02 08:44:33 +00:00
ffprobe.c User application side of Codec specific parameters. 2010-09-29 23:06:51 +00:00
ffserver.c
ffserver.h
INSTALL
LICENSE
MAINTAINERS Add myself as maintainer of lxfdec.c 2010-10-01 11:08:28 +00:00
Makefile
README
subdir.mak
version.sh

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.