FFmpeg git repo
Go to file
Michael Niedermayer 8097307bfb Merge commit '12db891dcd57b305d6e3c1e22ea8204dc26edda1'
* commit '12db891dcd57b305d6e3c1e22ea8204dc26edda1':
  avf: move ff_write_chained to mux.c

Conflicts:
	libavformat/mux.c
	libavformat/utils.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-16 23:58:59 +02:00
compat
doc lavu: Add RIPEMD hashing 2013-06-15 18:54:01 -03:00
libavcodec Merge commit 'f80b60ad59945dae32bb26a4e239ed94b0e92fa3' 2013-06-16 23:29:37 +02:00
libavdevice
libavfilter lavfi/spp: fix description. 2013-06-14 06:53:52 +02:00
libavformat Merge commit '12db891dcd57b305d6e3c1e22ea8204dc26edda1' 2013-06-16 23:58:59 +02:00
libavresample
libavutil lavu/adler32: Fix doxy group definition, take two 2013-06-16 12:50:00 +02:00
libpostproc postprocess_template: put rsp on the clobber list to prevent gcc from using it in "q" 2013-06-16 18:21:39 +02:00
libswresample swresample/rematrix_template: Fix integer overflow in mix8to2 2013-06-10 03:03:17 +02:00
libswscale Check more completely for invalid pix_fmts in planarRgb16ToRgb16Wrapper() 2013-06-11 01:14:38 +02:00
presets
tests lavu: Add RIPEMD hashing 2013-06-15 18:54:01 -03: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 lavfi: add spp filter. 2013-06-14 01:27:22 +02:00
INSTALL
LICENSE lavfi: add spp filter. 2013-06-14 01:27:22 +02:00
MAINTAINERS lavu: Add RIPEMD hashing 2013-06-15 18:54:01 -03:00
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils: print threading capabilities for audio codecs 2013-06-07 14:24:52 +00:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure lavfi: add spp filter. 2013-06-14 01:27:22 +02:00
ffmpeg.c Merge commit '274e134e49b1c92db0f0b8cb2ae7554fb7b9184c' 2013-06-05 12:20:26 +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 ffprobe: show chapter and chapter metadata information 2013-06-06 16:49:53 +02:00
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.