You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Benjamin Larsson 1cbe9d6a78 Trellis quantization support for adpcm_swf. 18 years ago
doc obfuscate urls and fix note about them 18 years ago
libavcodec Trellis quantization support for adpcm_swf. 18 years ago
libavformat Do not butcher start_time in av_estimate_timings_from_bit_rate(). 18 years ago
libavutil Use defines instead of raw hex numbers to specify CRC polynomials 18 years ago
libpostproc
libswscale
tests
tools remove warnings 18 years ago
vhook
COPYING.GPL
COPYING.LGPL
CREDITS adding myself to the CREDITS 18 years ago
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
cmdutils.c Make cmdutils.c:parse_options accept as argument a function to parse 18 years ago
cmdutils.h Make cmdutils.c:parse_options accept as argument a function to parse 18 years ago
common.mak
configure small simplification 18 years ago
ffinstall.nsi cosmetics: Remove trailing whitespace and tabs. 18 years ago
ffmpeg.c Change imprecise "Unknown codec" message to say "encoder" or "decoder" 18 years ago
ffplay.c Rename parse_arg_file function to opt_input_file for consistency. 18 years ago
ffserver.c
ffserver.h
output_example.c
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

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

* libpostproc and libswscale are distributed under the GNU General Public
License, see the file COPYING.GPL for details. Their compilation and use
in FFmpeg is optional.