FFmpeg git repo
Go to file
Michael Niedermayer 75f8f70221 Merge remote-tracking branch 'qatar/master'
* qatar/master:
  h264: allow cropping to AVCodecContext.width/height
  mov: set AVCodecContext.width/height for h264
  iac: generate codec tables as they are supposed to be
  indeo4: handle frame type 1 properly
  lavu: change versioning script to include all av* prefixed symbols

Conflicts:
	libavcodec/h264.c
	libavutil/libavutil.v

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-09 20:30:17 +02:00
doc
libavcodec Merge remote-tracking branch 'qatar/master' 2012-06-09 20:30:17 +02:00
libavdevice
libavfilter buffersrc: deprecate flat options syntax. 2012-06-09 08:42:50 +02:00
libavformat Merge remote-tracking branch 'qatar/master' 2012-06-09 20:30:17 +02:00
libavresample
libavutil Merge remote-tracking branch 'qatar/master' 2012-06-09 20:30:17 +02:00
libpostproc
libswresample
libswscale colorspace-test: add few more tests 2012-06-09 14:38:51 +00:00
mt-work
presets
tests
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
ffmpeg.c ffmpeg: fix fate breakage introduced by key=value buffersrc args. 2012-06-09 14:02:27 +02:00
ffplay.c ffplay: fix return value of get_video_frame if avcodec_decode_video fails 2012-06-09 19:45:10 +02:00
ffprobe.c
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.