FFmpeg git repo
Go to file
Diego Biurrun 0a4f20c6c5 Add some explanatory comments to #endif directives.
Originally committed as revision 9287 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-12 08:01:35 +00:00
doc dont attach huge samplesto mails 2007-06-11 23:37:15 +00:00
libavcodec fix 8- and 24-bit FLAC decoding 2007-06-12 07:59:43 +00:00
libavformat Add some explanatory comments to #endif directives. 2007-06-12 08:01:35 +00:00
libavutil Part of MPlayer patch: 2007-06-05 14:33:27 +00:00
libpostproc Move libpostproc-specific uninstallation command to the libpostproc Makefile. 2007-06-10 21:29:56 +00:00
libswscale Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8 2007-06-08 07:49:59 +00:00
tests Merge tests Makefile into the top-level Makefile. 2007-06-07 22:36:39 +00:00
vhook We do not create .d files, thus no need to remove them. 2007-06-10 21:48:54 +00:00
COPYING
CREDITS
Changelog Codebook generator using the ELBG algorithm 2007-06-04 07:28:34 +00:00
Doxyfile
INSTALL
MAINTAINERS one more rename 2007-06-06 08:48:04 +00:00
Makefile The video hooks do not depend on the libav* libraries. 2007-06-11 08:14:45 +00:00
README
build_avopt
clean-diff
cmdutils.c Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg. 2007-06-10 14:34:56 +00:00
cmdutils.h add OPT_INT64 option 2007-03-30 09:43:39 +00:00
common.mak We do not create .d files, thus no need to remove them. 2007-06-10 21:48:54 +00:00
configure Consistent naming and lib prefixes for x264, xvid and mp3lame within the code. 2007-06-06 08:51:41 +00:00
cws2fws.c Make main() return 0 at the end and mark as int. 2007-06-10 14:14:47 +00:00
ffinstall.nsi cosmetics: Remove trailing whitespace and tabs. 2007-04-26 19:27:32 +00:00
ffmpeg.c Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg. 2007-06-10 14:34:56 +00:00
ffplay.c Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg. 2007-06-10 14:34:56 +00:00
ffserver.c Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg. 2007-06-10 14:34:56 +00:00
ffserver.h Add missing license headers. 2007-02-27 16:05:19 +00:00
output_example.c Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg. 2007-06-10 14:34:56 +00:00
pktdumper.c Add standard license header. 2007-02-24 10:53:10 +00:00
qt-faststart.c Recommend building qt-faststart using make instead of a manual cc invocation. 2007-03-12 15:08:45 +00:00
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.