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.
 
 
 
 
Michael Niedermayer 5f9b1aae50 Merge commit '6454c44f9f74dbaed17d32cf0eaec185386c27fa' 12 years ago
compat Merge commit 'ef51692a49d58963966adca55c62da9c34c3c7e1' 12 years ago
doc doc/APIchanges: add missing entry for av_format_probe_score() function addition 12 years ago
libavcodec truemotion2: check return value of av_malloc(z) 12 years ago
libavdevice
libavfilter avfilter/vf_fps: fix ABI compatibility with AV_NOPTS starttime 12 years ago
libavformat Merge commit '6454c44f9f74dbaed17d32cf0eaec185386c27fa' 12 years ago
libavresample
libavutil libavutil: cast truncated values to uint32_t 12 years ago
libpostproc
libswresample swr/rematrix: Fix handling of AV_CH_LAYOUT_STEREO_DOWNMIX output 12 years ago
libswscale swscale: improve dither checks 12 years ago
presets
tests matroskaenc: Fix writing TRACKDEFAULTFLAG 12 years ago
tools tools/graph2dot: fix use of deprecated *put_count 12 years ago
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: Add my GPG fingerprint 12 years ago
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils: Filter non user AVOptions out from what can be set over the command line. 12 years ago
cmdutils.h
cmdutils_common_opts.h
common.mak
configure configure: Add exif to CONFIG_EXTRA. 12 years ago
ffmpeg.c Warn the user if a pix_fmt != yuv420p was chosen for MPEG-2 video encoding. 12 years ago
ffmpeg.h
ffmpeg_filter.c ffmpeg_filter: check that the input media type match the filter 12 years ago
ffmpeg_opt.c
ffplay.c ffplay: make next_nb_channels[] static const 12 years ago
ffprobe.c
ffserver.c ffserver: allocate rc_eq, prevent freeing invalid pointer 12 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.