FFmpeg git repo
Go to file
Ronald S. Bultje fccb1770e6 Implement support for EOS as used by WMS and other RTSP servers that do not
implement RTCP/bye. See "[PATCH] rtsp.c: EOS support" thread from a few
months back.

Originally committed as revision 19517 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-27 14:03:53 +00:00
doc Merge AMR and OpenCORE documentation sections. 2009-07-20 10:45:03 +00:00
ffpresets
libavcodec Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE. 2009-07-27 12:53:44 +00:00
libavdevice Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 2009-07-26 12:20:04 +00:00
libavfilter
libavformat Implement support for EOS as used by WMS and other RTSP servers that do not 2009-07-27 14:03:53 +00:00
libavutil Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 2009-07-26 12:20:04 +00:00
libpostproc
libswscale Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them 2009-07-27 06:47:41 +00:00
tests Remove unused global variable. 2009-07-22 08:28:58 +00:00
tools print atom info during parsing, patch by Frank Barchard, fbarchard at google dot com 2009-07-15 08:57:27 +00:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. See 2009-07-27 14:00:10 +00:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile Fix building of tools/* 2009-07-22 16:14:59 +00:00
README
cmdutils.c
cmdutils.h
common.mak Move output redirection of deps generation from make rule to DEPEND_CMD 2009-07-22 22:30:20 +00:00
configure Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 2009-07-26 12:20:04 +00:00
ffmpeg.c Change type of received_sigterm variable from sig_atomic_t to int, 2009-07-27 13:01:44 +00:00
ffplay.c Remove unnecessary rtsp.h #include. 2009-07-14 13:50:05 +00:00
ffserver.c Consistently lowercase all HTML tags. 2009-07-19 10:44:36 +00:00
ffserver.h
subdir.mak Use CPPFLAGS when building tests 2009-07-16 22:29:17 +00:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.