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 91a8262b9d avcodec/utils: add error message for the recode_subtitle() without iconv case 11 years ago
compat
doc Merge commit 'c23c96b638cbf6c489fd301e6b3d5555632fba37' 11 years ago
libavcodec avcodec/utils: add error message for the recode_subtitle() without iconv case 11 years ago
libavdevice lavd/jack_audio: use av_fifo_alloc_array 11 years ago
libavfilter lavfi/vf_fps: use av_fifo_alloc_array 11 years ago
libavformat Merge commit 'c23c96b638cbf6c489fd301e6b3d5555632fba37' 11 years ago
libavresample
libavutil avutil/cpu: force mmx on selection of higher x86 SIMD features 11 years ago
libpostproc
libswresample
libswscale
presets
tests Set dwSuggestBufferSize to largest chunk size for every stream in avi. 11 years ago
tools tools: Use av_gettime_relative() 11 years ago
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Merge commit 'bddd8cbf68551f6405b2bf77cc3e212af9fbe834' 11 years ago
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h cmdutils: replace usages of "#ifdef __MINGW32__" with "#ifdef _WIN32" because MSVC only defines _WIN32 11 years ago
cmdutils_common_opts.h
cmdutils_opencl.c ffmpeg: Use av_gettime_relative() 11 years ago
common.mak Merge commit 'afe176265480880e1f702c96a8ba434b0d88728b' 11 years ago
configure Fix build with --enable-ladspa --disable-frei0r. 11 years ago
ffmpeg.c ffmpeg/set_encoder_id: dont allocate encoder string if one is already set 11 years ago
ffmpeg.h ffmpeg: add last_mux_dts_plus_duration 11 years ago
ffmpeg_dxva2.c
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg_opt: dont copy "encoder" metadata unless stream copy is used 11 years ago
ffmpeg_vda.c
ffmpeg_vdpau.c
ffplay.c ffplay: Use av_gettime_relative() 11 years ago
ffprobe.c ffprobe: Use av_malloc_array() 11 years ago
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.