FFmpeg git repo
Go to file
Michael Niedermayer 4e2c63685e sws: dont write out of array on bigendian
Fixes Ticket2229

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-07 16:22:51 +01:00
compat
doc doc: replace '×' symbol with 'x' 2013-02-06 22:55:36 +01:00
libavcodec x86/dsputil: Fix author attribution after code has been moved/splited around 2013-02-07 16:22:51 +01:00
libavdevice
libavfilter lavfi: fix missing space in error message. 2013-02-07 12:22:09 +01:00
libavformat mov: remove unused function 2013-02-07 11:54:46 +01:00
libavresample
libavutil
libpostproc
libswresample
libswscale sws: dont write out of array on bigendian 2013-02-07 16:22:51 +01:00
presets
tests Merge commit 'dff6197dfb9b2d145729885c63f865c5fdd184aa' 2013-02-06 16:40:59 +01:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c Merge commit '89f11f498b9c15bc71494a11a7ec560f4adf630d' 2013-02-06 15:57:45 +01:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge commit '79dad2a932534d1155079f937649e099f9e5cc27' 2013-02-07 13:09:35 +01:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
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.