You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Carl Eugen Hoyos d63e994361 avformat/mov: Do not compute a grayscale palette for cinepak in mov. 11 years ago
compat
doc Merge commit '57ead8449e44bd07b3d4a5bd42f1aab64566f92e' 11 years ago
libavcodec vp9: fix crash if segmentation=1, keyframe/intraonly=1 and updatemap=0. 11 years ago
libavdevice
libavfilter lavfi/hue: show first decimal value of saturation 11 years ago
libavformat avformat/mov: Do not compute a grayscale palette for cinepak in mov. 11 years ago
libavresample
libavutil avutil/avstring: add av_strnlen() 11 years ago
libpostproc
libswresample
libswscale swscale/x86/rgb2rgb_template: try to fix build failure with avx disabled 11 years ago
presets
tests avformat/matroskadec: Fix start_time 11 years ago
tools tools/zmqsend: rename ctx to zmq_ctx 11 years ago
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Merge commit 'be7c323176e2e5fcf30e3d2ff20975b2f936811b' 11 years ago
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: drop 2.0 from the releases that i maintain 11 years ago
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure Convert XvMC to hwaccel v3 11 years ago
ffmpeg.c ffmpeg: use timestamp from before and after the decoder to detect backward moving dts for discontinuity detection 11 years ago
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vdpau.c
ffplay.c
ffprobe.c ffprobe: drop dependancy on sizeof(AVFrame) 11 years ago
ffserver.c ffserver: extend report_config_error() facilities, and use it for warnings 11 years ago
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.