FFmpeg git repo
Go to file
Nicolas George 89f9f69e3f lavf: rescale duration for chained muxers.
Fix trac ticket #2300 because the duration of the segments
was computed using the timestamp of the last packet plus its
duration using the 1/90000 default time base instead of using
the chained muxer time base.
2013-02-28 19:20:25 +01:00
compat
doc Improve dump_attachment documentation. 2013-02-28 08:57:10 +01:00
libavcodec lavc/exr: use size_t instead of int for sizes. 2013-02-28 19:13:58 +01:00
libavdevice
libavfilter vf_lut: correct color/comp permutation 2013-02-27 17:09:21 +01:00
libavformat lavf: rescale duration for chained muxers. 2013-02-28 19:20:25 +01:00
libavresample
libavutil
libpostproc
libswresample
libswscale swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGB 2013-02-27 09:51:43 -05:00
presets
tests Merge remote-tracking branch 'qatar/master' 2013-02-28 13:13:04 +01:00
tools Include fix for building ismindex under MinGW 2013-02-27 10:13:09 -07:00
.gitignore
arch.mak
Changelog
cmdutils_common_opts.h
cmdutils.c Merge commit 'e8da807537e314d74cb6d93598f1dcfb891fa655' 2013-02-26 12:50:34 +01:00
cmdutils.h
common.mak
configure build: make iconv build configurable. 2013-02-28 01:23:24 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg_opt: add -to option to specify stop time 2013-02-27 02:17:42 +01:00
ffmpeg.c ffmpeg: free last sub when using -fix_sub_duration. 2013-02-27 18:57:33 +01:00
ffmpeg.h ffmpeg_opt: add -to option to specify stop time 2013-02-27 02:17:42 +01:00
ffplay.c ffplay: do not cycle through unavailable show modes 2013-02-27 21:34:13 +01:00
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE Merge commit 'e2c272eb3660d7f4f1d7720980e30f6a617e7eb3' 2013-02-28 12:49:25 +01:00
MAINTAINERS
Makefile
README
RELEASE
version.sh

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.