FFmpeg git repo
Go to file
Michael Niedermayer 7f7080dc73 avformat: add av_stream_get_end_pts()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-21 18:53:12 +02:00
compat
doc avformat: add av_stream_get_end_pts() 2014-05-21 18:53:12 +02:00
libavcodec avcodec/utils: add error message for the recode_subtitle() without iconv case 2014-05-21 17:39:26 +02:00
libavdevice lavd/jack_audio: use av_fifo_alloc_array 2014-05-20 00:00:44 +02:00
libavfilter lavfi/vf_fps: use av_fifo_alloc_array 2014-05-20 00:00:44 +02:00
libavformat avformat: add av_stream_get_end_pts() 2014-05-21 18:53:12 +02:00
libavresample
libavutil avutil/cpu: force mmx on selection of higher x86 SIMD features 2014-05-20 06:10:59 +02:00
libpostproc
libswresample
libswscale
presets
tests Set dwSuggestBufferSize to largest chunk size for every stream in avi. 2014-05-19 00:05:40 +02:00
tools tools: Use av_gettime_relative() 2014-05-17 15:51:58 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Merge commit 'bddd8cbf68551f6405b2bf77cc3e212af9fbe834' 2014-05-19 19:12:30 +02:00
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 2014-05-17 13:18:29 +02:00
cmdutils_common_opts.h
cmdutils_opencl.c ffmpeg: Use av_gettime_relative() 2014-05-19 02:35:07 +02:00
common.mak Merge commit 'afe176265480880e1f702c96a8ba434b0d88728b' 2014-05-20 03:33:30 +02:00
configure Fix build with --enable-ladspa --disable-frei0r. 2014-05-20 21:13:50 +02:00
ffmpeg.c ffmpeg/set_encoder_id: dont allocate encoder string if one is already set 2014-05-20 00:51:47 +02:00
ffmpeg.h ffmpeg: add last_mux_dts_plus_duration 2014-05-19 15:35:20 +02:00
ffmpeg_dxva2.c
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg_opt: dont copy "encoder" metadata unless stream copy is used 2014-05-20 02:01:18 +02:00
ffmpeg_vda.c
ffmpeg_vdpau.c
ffplay.c ffplay: Use av_gettime_relative() 2014-05-17 20:28:16 +02:00
ffprobe.c ffprobe: Use av_malloc_array() 2014-05-21 15:59:22 +02:00
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.