FFmpeg git repo
Go to file
Michael Niedermayer 901f4bb6fc utils: consider mpeg4 in mp4/mov to have a unreliable timebase
Partly fixes Ticket1664

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-16 01:04:02 +02:00
compat
doc lavfi/ass: extend syntax for ass filter 2012-10-15 22:40:08 +02:00
libavcodec ra288: assert order to be withinn supported range in do_hybrid_window() 2012-10-15 23:55:54 +02:00
libavdevice
libavfilter lavfi/ass: extend syntax for ass filter 2012-10-15 22:40:08 +02:00
libavformat utils: consider mpeg4 in mp4/mov to have a unreliable timebase 2012-10-16 01:04:02 +02:00
libavresample
libavutil
libpostproc
libswresample
libswscale Merge remote-tracking branch 'qatar/master' 2012-10-15 14:09:35 +02:00
presets
tests msvideo1enc: fix initial keyframe value 2012-10-15 23:52:08 +02:00
tools tools/ffeval: include compat/getopt.c in case of missing system getopt() 2012-10-15 21:58:02 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavc: add xface image decoder and encoder 2012-10-15 08:32:18 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2012-10-15 14:09:35 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c ffmpeg: check timebase validity before using it. 2012-10-15 20:35:45 +02:00
ffmpeg_opt.c
ffplay.c ffplay: Prevent 0/0 aspect from being passed on to lavfi 2012-10-14 23:40:14 +02:00
ffprobe.c
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.