FFmpeg git repo
Go to file
Michael Niedermayer a25585bb50 avutil/pixdesc: Prevent minor array overread in ff_check_pixfmt_descriptors()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-13 20:51:04 +02:00
compat
doc Merge commit 'ec17d1aa8b833d49d8fc479e44e9e22858aa486c' 2013-09-11 12:42:11 +02:00
libavcodec Merge remote-tracking branch 'qatar/master' 2013-09-13 13:48:43 +02:00
libavdevice lavd/v4l2: Improve debug message 2013-09-08 14:30:52 +02:00
libavfilter avfilter/vf_noise: rename linesize to bytewidth 2013-09-13 11:51:37 +02:00
libavformat lavf/matroska: Removing experimental suffix for Opus 2013-09-12 23:55:29 +02:00
libavresample
libavutil avutil/pixdesc: Prevent minor array overread in ff_check_pixfmt_descriptors() 2013-09-13 20:51:04 +02:00
libpostproc
libswresample
libswscale Merge remote-tracking branch 'qatar/master' 2013-09-11 12:51:01 +02:00
presets
tests Merge commit 'c58f4069e1d5b5804c669b691510e1b8fabb67fc' 2013-09-11 12:31:51 +02:00
tools tools/crypto_bench: fix 2 typos. 2013-09-04 21:59:34 +02:00
.gitignore tools: add benchmark for crypto functions. 2013-09-04 16:36:11 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Adding a line to Changelog about Opus Matroska Support 2013-09-12 23:55:28 +02:00
INSTALL
LICENSE lavfi/hue: relicense to LGPL with permission by all contributors 2013-09-03 17:21:06 +00:00
MAINTAINERS MAINTAINERS: move sections from lavc to lavu 2013-09-12 15:17:11 +02:00
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge commit 'e2cd766ca1b9bb2ba72aca5f6ba5d8be15743984' 2013-09-12 14:57:23 +02:00
ffmpeg.c ffmpeg: check for unsupported "queing of command on first filter supporting the specific commend" 2013-09-10 14:13:44 +02:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c
ffprobe.c ffprobe: show bitmap subtitles size. 2013-09-04 16:36:28 +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.