FFmpeg git repo
Go to file
Michael Niedermayer 1f3a577353 Merge commit '4be368b504c6f4a03051448728fc62cd0ed506b2'
* commit '4be368b504c6f4a03051448728fc62cd0ed506b2':
  avstring: Fix isxdigit to not accept non-hex characters
  configure: Add missing videodsp dependencies to some decoders

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-08 15:37:21 +01:00
compat Use the avstring.h locale-independent character type functions 2013-03-07 15:16:36 +02:00
doc Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830' 2013-03-08 14:57:41 +01:00
libavcodec Merge commit 'dbd2a34ba5e5e46b6835e4425c360723c643b7a8' 2013-03-08 15:32:39 +01:00
libavdevice
libavfilter Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830' 2013-03-08 14:57:41 +01:00
libavformat Use the avstring.h locale-independent character type functions 2013-03-07 15:16:36 +02:00
libavresample
libavutil Merge commit '4be368b504c6f4a03051448728fc62cd0ed506b2' 2013-03-08 15:37:21 +01:00
libpostproc
libswresample
libswscale
presets
tests Add dependencies for the voice fate tests. 2013-03-08 02:45:27 +01:00
tools lavu: add escape API 2013-03-07 01:12:04 +01:00
.gitignore
arch.mak
Changelog
cmdutils_common_opts.h
cmdutils.c Use the avstring.h locale-independent character type functions 2013-03-07 15:16:36 +02:00
cmdutils.h
common.mak
configure Merge commit '4be368b504c6f4a03051448728fc62cd0ed506b2' 2013-03-08 15:37:21 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c Merge remote-tracking branch 'qatar/master' 2013-03-07 00:28:15 +01:00
ffmpeg_opt.c
ffmpeg.c Close output codecs if input codec initialisation fails. 2013-03-08 02:46:46 +01:00
ffmpeg.h
ffplay.c
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS MAINTAINERS: update for 1.2 2013-03-08 14:45:26 +01:00
Makefile
README
RELEASE
version.sh

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.