No Description https://ffmpeg.org/

Ramiro Polla 23d9cc4563 Support raw TrueHD files 16 years ago
doc 23d9cc4563 Support raw TrueHD files 16 years ago
ffpresets c79de5c07b The default subq value in the x264 CLI is now 6, not 5. 16 years ago
libavcodec 45bae968a9 Fix indentation after r18047. 16 years ago
libavdevice 3cac2f1301 Fix AVFMT_FLAG_NONBLOCK in alsa 16 years ago
libavfilter 6d4f53cbac Remove old scaler. 16 years ago
libavformat 23d9cc4563 Support raw TrueHD files 16 years ago
libavutil 8e3d8a82e6 typedef int x86_reg on non x86 16 years ago
libpostproc 2f2cabef9c Add av_uninit to vbA[1-8], vbB[1-8] variables to work around 16 years ago
libswscale 9326d3f355 Revert 16 years ago
tests ed6ae6a58b use utc time for timestamp and do not set it if not specified 16 years ago
tools f11c9ee996 patcheck: Replace non-POSIX echo -e with printf. 16 years ago
COPYING.GPL 5d3049559a Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 years ago
COPYING.LGPL 5d3049559a Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 years ago
CREDITS 10ce8f2372 it seems I never added myself in there before 16 years ago
Changelog 616e899c43 VQF demuxer 16 years ago
Doxyfile 67eb5da61a HAVE_3DNOW --> HAVE_AMD3DNOW 16 years ago
INSTALL 3d4fc61064 Clarify that we require GNU make 3.81+. 16 years ago
MAINTAINERS aa0bd99295 Revert the alphabetical reordering which made me owner of Baptiste's line. 16 years ago
Makefile 38eb4b114d Remove 'lib' and 'swscale-error' from list of phony targets. 16 years ago
README 75d873314a Update information regarding LGPL libswscale. 16 years ago
cmdutils.c 090b61b2d1 Implement read_yesno(). 16 years ago
cmdutils.h 090b61b2d1 Implement read_yesno(). 16 years ago
common.mak 0cc647cbfb Mark all clean targets as phony. 16 years ago
configure 06abe7f5b4 mingw32: call lib.exe instead of lib to facilitate running it through wine. 16 years ago
ffmpeg.c 29c6638668 Use read_yesno() in opt_output_file(). 16 years ago
ffplay.c 4ed29207c2 Switch ffplay to new seeking API. 16 years ago
ffserver.c 49ceb58bf6 Bump major version of libavutil due to FIFO fixes. 16 years ago
ffserver.h 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
output_example.c a6f925b8f7 Make output_example use av_interleaved_write_frame() instead of av_write_frame(). 16 years ago
subdir.mak 93c021a242 Remove other shared lib names from linker command line for shared libs 16 years ago
version.sh de2c2b5a98 Directly read the version number from a VERSION file; useful for releases. 16 years ago

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 are licensed under the GNU Lesser General Public License.

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

* libswscale contains some optional processor-specific optimizations that are
distributed under the GNU General Public License.

* The files libavcodec/x86/idct_mmx.c, libavcodec/x86/h264_deblock_sse2.asm
and libavcodec/x86/h264_idct_sse2.asm are distributed under the GNU General
Public License. They are strictly optimizations and their use is optional.

* The file libavcodec/ac3dec.c is distributed under the GNU General Public
License. In order for (E-)AC-3 decoding to work you need to enable GPL
components.

* The file libavdevice/x11grab.c is distributed under the GNU General
Public License. X11 grabbing is optional.

* The files libavcodec/jfdctfst.c, libavcodec/jfdctint.c, libavcodec/jrevdct.c
are taken from libjpeg, see the top of the files for licensing details.

* The file libavcodec/fdctref.c is copyrighted by the MPEG Software Simulation
Group with all rights reserved. It is only used to create a DCT test program
and not compiled into libavcodec.

* Some external libraries are under GPL. If you wish to use them with FFmpeg,
you have to configure FFmpeg as GPL as well.