FFmpeg git repo
Go to file
Timothy Gu ea038b996d doc/encoders: add documentation for libtwolame 2013-06-05 08:33:13 +00:00
compat
doc doc/encoders: add documentation for libtwolame 2013-06-05 08:33:13 +00:00
libavcodec pngdec: dont treat mpng like png with key and non keyframes 2013-06-04 20:40:07 +02:00
libavdevice lavd: add xv output device 2013-05-30 10:44:54 +02:00
libavfilter lavfi/mp: remove mp=sab 2013-06-05 00:06:51 +02:00
libavformat ftp: fix using uninitialized value 2013-06-04 13:08:23 +02:00
libavresample
libavutil Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a' 2013-06-03 11:53:05 +02:00
libpostproc
libswresample swr: dont treat 32 and 24 as equal in simple copy check 2013-06-05 03:06:34 +02:00
libswscale Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a' 2013-06-03 11:53:05 +02:00
presets
tests avcodec/jpeg2000dwt: merge rescaling with interleave in 9/7 int IDWT 2013-06-03 13:24:20 +02:00
tools tools/qt-faststart: Fix unintended sign extension of current_offset 2013-06-02 23:10:44 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Merge commit '2d66a58ccde05e764594bd7e5f0f9244634d0b2c' 2013-06-03 12:47:26 +02:00
INSTALL
LICENSE lavfi: port sab filter from libmpcodecs 2013-06-05 00:06:51 +02:00
MAINTAINERS tta encoder 2013-06-02 15:16:52 +00:00
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure lavfi: port sab filter from libmpcodecs 2013-06-05 00:06:51 +02:00
ffmpeg.c ffmpeg: ignore EOF when pushing frames to filters. 2013-06-02 23:19:42 +02:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c Use av_log() instead of fprintf() in ffplay. 2013-06-04 19:47:56 +02:00
ffprobe.c
ffserver.c ffserver: fix null pointer dereference 2013-06-04 13:19:27 +02:00
library.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

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

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.