No Description https://ffmpeg.org/

Alex Beregszaszi 1586238717 add little endian 24bit read/write 18 years ago
doc 63b6d5dfad Don't mention the number of vhooks, it's a volatile set. 18 years ago
libavcodec 066a81a80f change management of "ab" option in ffmpeg.c, so that it works as "b" option. 18 years ago
libavformat 75b213ed54 prevent audio packets from being fragmented, wmp mac doesnt seem to like that and microshitty also doesnt seem to ever fragment them 18 years ago
libavutil 1586238717 add little endian 24bit read/write 18 years ago
libpostproc 4906b0267a Typo 18 years ago
libswscale dd9bdeb9f3 a small step toward 4 plane support 18 years ago
tests 75b213ed54 prevent audio packets from being fragmented, wmp mac doesnt seem to like that and microshitty also doesnt seem to ever fragment them 18 years ago
vhook 78645c98a5 Simplify .depend file inclusion. 18 years ago
COPYING 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
CREDITS 02f9d8fb95 I suppose I can add myself, at least for my vorbis encoder... 18 years ago
Changelog 01ca9ac334 DCA decoder 18 years ago
Doxyfile a88fc5c040 Remove intrinsics checks, they are no longer used. 18 years ago
INSTALL b7d690f89d Use gmake instead of make on *BSD. 19 years ago
MAINTAINERS 44e76d6e3b change myself to mov.c maintainer in favor of Francois, who agreed 18 years ago
Makefile 42a4ca83ea remove useless OBJS variable 18 years ago
README c1b54be3f9 liba52 was removed, libswscale is also GPLed. 18 years ago
build_avopt 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
clean-diff 2805e3b4eb Add missing newlines at end of file. 19 years ago
cmdutils.c b0d7bc1eab 10l in r7174 caused all options to be treated as filenames. 18 years ago
cmdutils.h f5a90186d7 Add missing license headers. 18 years ago
common.mak 6ca0c110f5 Simplify .depend file inclusion. 18 years ago
configure 0aca87c6fc Do not hardcode cc on Darwin, fixing --cc option in the process. 18 years ago
cws2fws.c 3d0c32d4a9 Make public domain. Hope Diego dont mind it, he had two cosmetics commits :) 18 years ago
ffinstall.nsi 951bf3e681 fixed windows build 21 years ago
ffmpeg.c cb50328dbb free opt_names at the end of main() based on a patch by Limin Wang 18 years ago
ffplay.c b09b580b4d Fix A/V sync error in ffplay with wmv3/wmav2 medias 18 years ago
ffserver.c bae79c048f redirect http get requests of / to index.html (note, the http_parse_request may worth a rewrite) 18 years ago
ffserver.h f5a90186d7 Add missing license headers. 18 years ago
output_example.c 0afd2a92bd cosmetics: Fix a common typo, sepErate --> sepArate. 18 years ago
pktdumper.c 15ea54d581 Add standard license header. 18 years ago
qt-faststart.c fd7789dbe8 decrease last_offset when ftyp is present 19 years ago
unwrap-diff 2805e3b4eb Add missing newlines at end of file. 19 years ago
version.sh 837f0ad7aa Fall back on grepping for the revision number if no svn client is installed. 18 years ago

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.