FFmpeg git repo
Go to file
Michael Niedermayer a13148f633 Merge commit '8e134e5104e99a69cd4cea10540a7ce9c3682a2c'
* commit '8e134e5104e99a69cd4cea10540a7ce9c3682a2c':
  lavc: clarify get_buffer() documentation
  mpegaudiodec: use planar sample format for output unless packed is requested
  x86: h264 qpel: use the correct number of utilized xmm regs in cglobal

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-26 14:24:19 +01:00
compat
doc doc/general: improve AST description 2012-11-26 10:40:51 +00:00
libavcodec Merge commit '8e134e5104e99a69cd4cea10540a7ce9c3682a2c' 2012-11-26 14:24:19 +01:00
libavdevice
libavfilter avfiltergraph: add aresample_swr_opts 2012-11-26 03:51:08 +01:00
libavformat iff demuxer: don't bother checking bitmap compression type; iff decoder does this now 2012-11-26 23:29:02 +11:00
libavresample
libavutil lavu: drop time redefinition as it causes some problems in some uncommon configurations. 2012-11-26 02:23:30 +01:00
libpostproc
libswresample
libswscale
presets
tests
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog ADPCM IMA Dialogic decoder 2012-11-24 10:56:47 +00:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge commit '28c8e288fa0342fdef532a7522a4707bebf831cc' 2012-11-26 00:43:45 +01:00
ffmpeg.c
ffmpeg.h ffmpeg: fix swr filter_type for auto inserted aresample filters 2012-11-26 04:06:19 +01:00
ffmpeg_filter.c ffmpeg: fix swr filter_type for auto inserted aresample filters 2012-11-26 04:06:19 +01:00
ffmpeg_opt.c ffmpeg: fix swr filter_type for auto inserted aresample filters 2012-11-26 04:06:19 +01:00
ffplay.c
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.