FFmpeg git repo
Go to file
Stefano Sabatini 5acad50056 lavf/segment: only use reference frames for computing the segment end time
This avoids a systematic overestimate of the segments duration when there
are several streams.

Fix trac ticket #3724.
2014-07-17 16:51:50 +02:00
compat
doc doc/filters/drawtext: simplify example, use clip() eval function 2014-07-17 12:44:36 +02:00
libavcodec Merge commit '2db953f84671997e936f91140ffb5143c1537844' 2014-07-17 14:00:01 +02:00
libavdevice avdevice/avfoundation: kCVPixelFormatType_OneComponent8 only exists from 10.8 onward 2014-07-16 00:40:32 +02:00
libavfilter lavfi/drawtext: add fontcolor_expr option 2014-07-17 12:42:56 +02:00
libavformat lavf/segment: only use reference frames for computing the segment end time 2014-07-17 16:51:50 +02:00
libavresample
libavutil lavu/eval: add clip function 2014-07-17 11:29:01 +02:00
libpostproc
libswresample
libswscale
presets
tests lavu/eval: add clip function 2014-07-17 11:29:01 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Changelog: change "version <next>" to "version 2.3" 2014-07-16 02:09:06 +02:00
INSTALL.md
LICENSE.md
MAINTAINERS
Makefile
README.md
RELEASE
RELEASE_NOTES avfilter/drawtext: Add basic text shaping using libfribidi 2014-07-16 00:40:39 +02:00
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure avcodec/snowdec: remove mpegvideoencdsp dependency 2014-07-16 04:20:59 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_dxva2.c
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg_opt: remove intra_dc_precision, its handled by AVOptions 2014-07-15 20:18:19 +02:00
ffmpeg_vda.c
ffmpeg_vdpau.c
ffplay.c
ffprobe.c
ffserver.c
library.mak
version.sh

README.md

FFmpeg README

  1. Documentation

  1. Licensing

  • See the LICENSE file.
  1. Build and Install

  • See the INSTALL file.