FFmpeg git repo
Go to file
Michael Niedermayer 4814326533 swr/resample: update SSSE3 flag to new name
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-09-01 01:29:36 +02:00
compat
doc lavfi/hue: add process_command callback 2012-08-31 18:09:30 +02:00
libavcodec lavc: support building with the forks ABI for avcodec_find_best_pix_fmt2() 2012-08-31 21:35:40 +02:00
libavdevice v4l2: fix compile on systems that lack V4L2_PIX_FMT_CPIA1 2012-08-31 04:35:06 +02:00
libavfilter avfiltergraph: use avcodec_find_best_pix_fmt_of_2() 2012-08-31 21:35:39 +02:00
libavformat flic: use AV_LOG_ERROR for error message 2012-08-31 23:04:05 +02:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-08-31 13:34:32 +02:00
libavutil Merge remote-tracking branch 'qatar/master' 2012-08-31 13:34:32 +02:00
libpostproc
libswresample swr/resample: update SSSE3 flag to new name 2012-09-01 01:29:36 +02:00
libswscale Add some missing _EXTERNAL suffixes to yasm source files. 2012-08-31 15:39:03 +02:00
mt-work
presets
tests Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 2012-08-31 13:01:30 +02:00
tools Merge remote-tracking branch 'qatar/master' 2012-08-31 13:34:32 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: port decimate libmpcodecs filter 2012-08-31 16:04:37 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS Add CPiA video decoder 2012-08-31 00:24:11 +02:00
Makefile
README
RELEASE
arch.mak
cmdutils.c Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 2012-08-31 13:01:30 +02:00
cmdutils.h Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 2012-08-31 13:01:30 +02:00
cmdutils_common_opts.h
common.mak
configure configure: add switch to enable debian/libav compatible ABI 2012-08-31 21:35:39 +02:00
ffmpeg.c Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 2012-08-31 13:01:30 +02:00
ffmpeg.h Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 2012-08-31 13:01:30 +02:00
ffmpeg_filter.c ffmpeg_filter: use avcodec_find_best_pix_fmt_of_2() 2012-08-31 21:35:39 +02:00
ffmpeg_opt.c Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 2012-08-31 13:01:30 +02:00
ffplay.c ffplay: get rid of void casts in the option table 2012-08-31 14:26:20 +02:00
ffprobe.c Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 2012-08-31 13:01:30 +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.