FFmpeg git repo
Go to file
Mans Rullgard 3c58300269 matroska: do not set invalid default duration if frame rate is zero
If a video track specifies a zero frame rate (invalid but occurs),
this results in a division by zero and subsequent undefined conversion
to integer.  Setting the default duration from the frame rate only
if the latter is greater than zero avoids such problems.

Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-04-18 13:48:20 +01:00
doc doc: Update sample Vim config with suitable (function) indentation settings. 2012-04-16 10:12:45 +02:00
libavcodec avcodec_string: Favor AVCodecContext.codec over the default codec. 2012-04-17 14:51:23 -07:00
libavdevice cosmetics: Consistently place static, inline and av_cold attributes/keywords. 2012-04-04 14:54:13 +02:00
libavfilter graphparser: set next to NULL on an entry extracted from inputs list 2012-04-16 09:28:34 +02:00
libavformat matroska: do not set invalid default duration if frame rate is zero 2012-04-18 13:48:20 +01:00
libavutil avutil: add better documentation for AVSampleFormat 2012-04-16 15:26:55 -04:00
libswscale swscale: clip before assigning tables in RGB output functions. 2012-04-14 16:29:24 -07:00
presets
tests avconv: get output pixel format from lavfi. 2012-04-15 20:22:36 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog avconv: drop support for building without libavfilter. 2012-04-06 20:21:07 +02:00
Doxyfile
INSTALL
LICENSE
Makefile build: Consistently handle conditional compilation for all optimization OBJS. 2012-04-12 09:00:49 +02:00
README
RELEASE
arch.mak build: Consistently handle conditional compilation for all optimization OBJS. 2012-04-12 09:00:49 +02:00
avconv.c avconv: only set the "channels" option when it exists for the specified input format 2012-04-16 23:44:49 -04:00
avplay.c avplay: update get_buffer to be inline with avconv 2012-04-16 15:12:03 -07:00
avprobe.c
avserver.c
cmdutils.c avconv: get output pixel format from lavfi. 2012-04-15 20:22:36 +02:00
cmdutils.h avconv: get output pixel format from lavfi. 2012-04-15 20:22:36 +02:00
cmdutils_common_opts.h
common.mak build: Consistently handle conditional compilation for all optimization OBJS. 2012-04-12 09:00:49 +02:00
configure configure: escape colons in values written to config.fate 2012-04-13 13:22:37 +01:00
library.mak
version.sh

README

Libav README
------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.