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 a7f9d92a6d Merge commit '192f1984b1a93aa08af053b8f9ab4950f307bd5d' 12 years ago
compat Use the avstring.h locale-independent character type functions 12 years ago
doc Merge commit '759001c534287a96dc96d1e274665feb7059145d' 12 years ago
libavcodec Merge commit '192f1984b1a93aa08af053b8f9ab4950f307bd5d' 12 years ago
libavdevice lavd/v4l2: simplify code 12 years ago
libavfilter lavfi/moviesrc: use refcounted frames 12 years ago
libavformat mpegts: clear avprograms only for removed programs 12 years ago
libavresample
libavutil buffer: use the atomic get instead of the add and fetch variant. 12 years ago
libpostproc
libswresample
libswscale
presets
tests ffmpeg: port sub2video to AVFrame. 12 years ago
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: add curves filter. 12 years ago
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: update for 1.2 12 years ago
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils: remove conditionnal pp include. 12 years ago
cmdutils.h
cmdutils_common_opts.h
common.mak
configure atomic: Check for __sync_val_compare_and_swap instead of __sync_synchronize 12 years ago
ffmpeg.c ffmpeg: re-enable use of buffersrc flags. 12 years ago
ffmpeg.h ffmpeg: add the -canvas_size option. 12 years ago
ffmpeg_filter.c ffmpeg: port sub2video to AVFrame. 12 years ago
ffmpeg_opt.c ffmpeg: add the -canvas_size option. 12 years ago
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.