FFmpeg git repo
Go to file
Michael Niedermayer 029353e427 Merge commit 'e9e5a1bdc769a7225ab0d4f8b33bcacc6496bd68'
* commit 'e9e5a1bdc769a7225ab0d4f8b33bcacc6496bd68':
  Monkey's Audio old versions FATE tests
  h264_parser: Set field_order and picture_structure.

Conflicts:
	libavcodec/h264_parser.c
	tests/fate/lossless-audio.mak

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-24 12:15:56 +02:00
compat
doc Merge commit 'b493847df4ff8ce46f258749e4a3f304696b34c1' 2013-05-24 11:51:58 +02:00
libavcodec Merge commit 'e9e5a1bdc769a7225ab0d4f8b33bcacc6496bd68' 2013-05-24 12:15:56 +02:00
libavdevice v4l2: make possible to disable libv4l2 at runtime. 2013-05-22 19:49:29 +02:00
libavfilter lavfi/testsrc: make nb_decimals available only in testsrc. 2013-05-23 17:22:05 +02:00
libavformat avformat/mtv: remove empty comments 2013-05-23 14:46:01 +02:00
libavresample
libavutil lavu/opencl: remove semi-colon from macro. 2013-05-24 12:01:02 +02:00
libpostproc postproc/postprocess_template: remove empty comments 2013-05-23 14:39:58 +02:00
libswresample
libswscale add YUVJ411P 2013-05-21 12:56:11 +02:00
presets
tests Merge commit 'e9e5a1bdc769a7225ab0d4f8b33bcacc6496bd68' 2013-05-24 12:15:56 +02:00
tools tools/patcheck: fix misdetection with stuff like const_names 2013-05-23 19:11:28 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Changelog: add entry for the S302m encoder 2013-05-24 04:42:32 +02:00
INSTALL
LICENSE
MAINTAINERS Support playing SMV files. 2013-05-22 15:20:22 +02:00
Makefile build: drop unused ALLMANPAGES variable 2013-05-19 19:26:21 +02:00
README
RELEASE
arch.mak
cmdutils.c cmdutils: show timeline support in -filters listing 2013-05-19 19:55:15 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2013-05-22 10:57:46 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c
ffprobe.c
ffserver.c ffserver: replace atoll() by strtoll() 2013-05-19 11:13:07 +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.