1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-03 05:10:03 +02:00
Go to file
Diego Biurrun 7a7be12663 comment typo
Originally committed as revision 7708 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-25 12:13:15 +00:00
doc Flash screen video encoding support. 2007-01-25 08:26:18 +00:00
libavcodec Bring down the number of snow.c warnings from 27 to 17 by using the const 2007-01-25 09:54:22 +00:00
libavformat use more portable PRIu64 2007-01-25 10:01:28 +00:00
libavutil Increase the av_log() levels, and add some documentation for them 2007-01-21 20:47:10 +00:00
libpostproc rename always_inline to av_always_inline and move to common.h 2006-12-08 00:35:08 +00:00
libswscale Simplify conditional compilation handling. 2007-01-25 00:35:29 +00:00
tests fix msmpeg4v3 tag in asf 2007-01-21 13:01:53 +00:00
vhook
berrno.h
build_avopt
Changelog Theora encoding via libtheora. 2007-01-25 00:16:28 +00:00
clean-diff
cmdutils.c 10l in r7174 caused all options to be treated as filenames. 2006-11-27 15:48:16 +00:00
cmdutils.h
common.mak Move conditional CFLAGS and OBJS setting to common place. 2007-01-25 00:34:38 +00:00
configure Theora encoding via libtheora. 2007-01-25 00:16:28 +00:00
COPYING
CREDITS I suppose I can add myself, at least for my vorbis encoder... 2006-11-15 18:06:44 +00:00
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c do not force output audio channels 2007-01-25 09:46:59 +00:00
ffplay.c seek based on currently active stream fixes seeking in ffwma2_broken.wma which had some "empty" streams 2007-01-23 14:22:25 +00:00
ffserver.c rename HAVE_DLFCN to HAVE_DLFCN_H 2006-11-14 23:53:37 +00:00
ffserver.h
INSTALL
MAINTAINERS Flash screen video encoder. 2007-01-21 20:56:20 +00:00
Makefile comment typo 2007-01-25 12:13:15 +00:00
output_example.c
pktdumper.c
qt-faststart.c
README
unwrap-diff
version.sh
xvmc_render.h

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

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

* Read the documentation in the doc/ directory.

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

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

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

Fabrice Bellard.