FFmpeg git repo
Go to file
François Revol 13e4dba690 BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't plan on hosting a streaming tv anyway but it gets ffserver building.
Originally committed as revision 8103 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-23 23:35:42 +00:00
doc warn that under windows, bash <3.1 may fail on configure 2007-02-22 14:45:53 +00:00
libavcodec reorder a few more paddws to reduce dependancy chains 2007-02-23 15:44:56 +00:00
libavformat BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't plan on hosting a streaming tv anyway but it gets ffserver building. 2007-02-23 23:35:42 +00:00
libavutil cosmetics: fix usefuLL --> usefuL typo 2007-02-22 00:07:42 +00:00
libpostproc cosmetics: Fix another common typo, gurantee --> guArantee. 2007-02-21 19:19:46 +00:00
libswscale cosmetics: typo fixes, usefuLL --> useful and aswell --> as well 2007-02-22 00:18:10 +00:00
tests synchronize to latest ffm changes 2007-02-23 11:26:16 +00:00
vhook
COPYING
CREDITS
Changelog Add support for MS-GSM codec 2007-02-20 11:09:47 +00:00
Doxyfile
INSTALL
MAINTAINERS Update (lib)nut maintainers. 2007-02-23 23:25:29 +00:00
Makefile
README liba52 was removed, libswscale is also GPLed. 2007-02-14 09:18:21 +00:00
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure ffserver uses dlopen(), so make sure it links to libdl if needed. 2007-02-23 23:33:07 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c Move the aframes option from the video "subsection" to the 2007-02-20 10:07:56 +00:00
ffplay.c add support for more pixel format (yuv422p, yuv444p, etc instead of yuv420 only.) 2007-02-22 00:33:09 +00:00
ffserver.c if feeder is disconnected, clear the feed registration, thus a new feeder can connect 2007-02-22 13:27:39 +00:00
ffserver.h
output_example.c cosmetics: Fix a common typo, sepErate --> sepArate. 2007-02-21 10:15:08 +00:00
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  libpostproc and libswscale are licensed under the GNU Lesser General
  Public License.

* libpostproc and libswscale are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.