FFmpeg git repo
Go to file
Michael Niedermayer 75b3911e5a mxf_set_audio_pts: fix division by 0
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-12 11:35:47 +01:00
compat
doc Fix frame-rate documentation. 2012-12-12 10:08:43 +01:00
libavcodec x86inc: support stack mem allocation and re-alignment in PROLOGUE. 2012-12-12 10:37:52 +01:00
libavdevice dshow: fix return code when opening device 2012-12-08 21:44:30 +01:00
libavfilter lavfi/showinfo: check plane count before dereferencing. 2012-12-12 02:55:10 +01:00
libavformat mxf_set_audio_pts: fix division by 0 2012-12-12 11:35:47 +01:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-12-12 10:50:21 +01:00
libavutil x86inc: support stack mem allocation and re-alignment in PROLOGUE. 2012-12-12 10:37:52 +01:00
libpostproc doxy: add ref for lavfi, lpp and lsws. 2012-12-11 02:13:43 +01:00
libswresample swr: Add SOX resampler support 2012-12-11 22:04:00 +01:00
libswscale doxy: add ref for lavfi, lpp and lsws. 2012-12-11 02:13:43 +01:00
presets
tests fate: add BRSTM demuxer test 2012-12-11 11:34:47 +00:00
tools lavf: TED Talks JSON captions demuxer. 2012-12-09 18:50:38 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Changelog: update for soxr 2012-12-12 01:22:09 +01:00
INSTALL
LICENSE
MAINTAINERS
Makefile Merge remote-tracking branch 'qatar/master' 2012-12-11 08:24:45 +01:00
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak Merge remote-tracking branch 'qatar/master' 2012-12-11 08:24:45 +01:00
configure swr: Add SOX resampler support 2012-12-11 22:04:00 +01:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c
ffprobe.c
ffserver.c ffserver: set oformat 2012-12-09 23:39:06 +01:00
library.mak Merge remote-tracking branch 'qatar/master' 2012-12-11 08:24:45 +01:00
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.