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.
 
 
 
 
Stefano Sabatini 935ecfb002 examples/scaling_video: remove unnecessary intermediary variable in fill_yuv_frame() 12 years ago
compat Merge remote-tracking branch 'qatar/master' 12 years ago
doc examples/scaling_video: remove unnecessary intermediary variable in fill_yuv_frame() 12 years ago
libavcodec lavc/utils: fix a few case/punctuation inconsistencies in avcodec_open2() 12 years ago
libavdevice
libavfilter vf_mp: fix null ptr deref in case of ENOMEM 12 years ago
libavformat hlsproto: fix integer overflow 12 years ago
libavresample Merge commit 'b5198a2637b7b45b0049a1d4b386a06f016f2520' 12 years ago
libavutil Mark data symbols shared between libraries with av_export 12 years ago
libpostproc pp: avoid overflow in w*h 12 years ago
libswresample swresample: include ff_log2_tab for shared builds 12 years ago
libswscale sws-test: parse command line args before initing contexts 12 years ago
presets
tests fate: Handle lavf-fate tests in a makefile 12 years ago
tools tools/ffeval: do not use UNIX-specific /dev/std{in,out} files 12 years ago
.gitignore gitignore: add *.dylib for those of us on Darwin/OS X systems. 12 years ago
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Merge commit '0af1fe845a9d7112da0a58d33a4fc81fe7c47e95' 12 years ago
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile Merge remote-tracking branch 'qatar/master' 12 years ago
README
RELEASE
arch.mak Merge commit 'ca411fc1d34329cd17b28627f697e391ae52073f' 12 years ago
cmdutils.c cmdutils: add missing check for ftell() return 12 years ago
cmdutils.h
cmdutils_common_opts.h
common.mak
configure fate: Handle lavf-fate tests in a makefile 12 years ago
ffmpeg.c ffmpeg: Make video filter graph reinit user selectable 12 years ago
ffmpeg.h ffmpeg: Make video filter graph reinit user selectable 12 years ago
ffmpeg_filter.c ffmpeg: Override r_frame_rate by corrected timebase only for interlaced streams 12 years ago
ffmpeg_opt.c Merge commit '71e92414bfd79e56ea6fff174a665ff7b9b86e68' 12 years ago
ffplay.c ffplay: Prevent 0/0 aspect from being passed on to lavfi 12 years ago
ffprobe.c
ffserver.c ffm_read_write_index: check lseek return code 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.