FFmpeg git repo
Go to file
Stefano Sabatini 25f139e72f lavf/utils: fix typo in has_codec_parameters
Replace "unspecified sample size" with "unspecified frame size". +10l.
2012-09-07 14:31:37 +02:00
compat Merge remote-tracking branch 'qatar/master' 2012-09-06 16:23:17 +02:00
doc lavd/dshow: support video codec and pixel format selection 2012-09-07 09:59:12 +02:00
libavcodec Merge remote-tracking branch 'qatar/master' 2012-09-07 13:50:24 +02:00
libavdevice lavd/dshow: use AV_OPT_TYPE_IMAGE_SIZE 2012-09-07 09:59:12 +02:00
libavfilter Merge remote-tracking branch 'qatar/master' 2012-09-07 13:50:24 +02:00
libavformat lavf/utils: fix typo in has_codec_parameters 2012-09-07 14:31:37 +02:00
libavresample Merge commit 'c7b610aa0b1bac47eea0056b13fe6e982b85844a' 2012-09-05 14:44:05 +02:00
libavutil lavu/opt: reindent after last commit 2012-09-07 09:59:12 +02:00
libpostproc
libswresample Add Dolby/DPLII downmix support to libswresample 2012-09-07 00:41:49 +02:00
libswscale Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' 2012-09-05 14:33:32 +02:00
mt-work
presets
tests lavc/vp6: Disable deblock filtering for Simple Profile 2012-09-07 01:36:21 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2012-09-07 13:50:24 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c
ffprobe.c Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' 2012-09-05 14:33:32 +02:00
ffserver.c
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.