Нет описания https://ffmpeg.org/

Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 лет назад
doc ed729c356c Add note about using latest MSYS make for MinGW. 17 лет назад
libavcodec d5202e4fda Add long names to many AVCodec declarations. 17 лет назад
libavdevice 4b1131a075 typo 17 лет назад
libavfilter 71c61f62a3 non-recursive makefiles 17 лет назад
libavformat e8430214c3 set pkt duration, only when dts == pts though, 17 лет назад
libavutil b842ecbefc add FFMIN3 17 лет назад
libpostproc 71c61f62a3 non-recursive makefiles 17 лет назад
libswscale c6d4cef7c3 cosmetics: __asm__ __volatile__ --> asm volatile 17 лет назад
tests d29ee34ce3 fix adpcm ima qt decoding, channel at init is 0, correct stereo out since samples += avctx->channels 17 лет назад
tools 6878026ada Add '#undef strcat' to fix compilation. 17 лет назад
vhook a20db8a35c Initialize correctly optind. 17 лет назад
COPYING.GPL 5d3049559a Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 лет назад
COPYING.LGPL 5d3049559a Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 лет назад
CREDITS c40485fa87 add Dénes Balatoni to CREDITS 17 лет назад
Changelog 2003d3da1a BFI video decoder. 17 лет назад
Doxyfile 56cc85a068 Misc spelling fixes, prefer American over British English. 17 лет назад
INSTALL 1f56021a3d We require GNU Make 3.81. 17 лет назад
MAINTAINERS 86b3cf7c04 rl2 documentation update 17 лет назад
Makefile 54381d7557 clear TESTS variable between subdirs 17 лет назад
README 72b8963d43 Mention that libavdevice/x11grab.c is GPLed. 17 лет назад
cmdutils.c 18ec046026 Error message for EPROTONOSUPPORT, patch from prossATxvidDoTorg 17 лет назад
cmdutils.h 748061de2f Typo 17 лет назад
common.mak bf237413f3 fix make tests in subdirs 17 лет назад
configure 7622778ed7 Revert "Adjust pkg-config files to include files residing in separate subdirectories." 17 лет назад
ffmpeg.c c48da33c63 Send context to some ffmpeg.c opt* function 17 лет назад
ffplay.c e11bc2c663 Send context to ffplay.c:opt_seek 17 лет назад
ffserver.c f8cda19ee6 Include poll.h instead of sys/poll.h 17 лет назад
ffserver.h 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 лет назад
output_example.c 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 лет назад
subdir.mak 76ca42a8a0 move DEP_LIBS to common.mak 17 лет назад
version.sh 40eaf7806d add support for git in version.sh (use short hash as version number) 17 лет назад

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.

* The file libavcodec/i386/idct_mmx.c is distributed under the GNU General
Public License. It is strictly an optimization and its use is optional.

* 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.