FFmpeg git repo
Go to file
Lukasz Marek 6ac9afd16e lavd/alsa: fix timestamp calculation
Current implementation didn't include duration of
last processed packet.
Device may return negative timestamps without
this correction.

Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
2013-11-03 10:28:15 +01:00
compat
doc avcodec/libmp3lame: add ABR support 2013-11-02 18:44:20 +01:00
libavcodec avcodec/hevc_sei: Fix null dereference in decode_pic_timing() 2013-11-03 02:19:28 +01:00
libavdevice lavd/alsa: fix timestamp calculation 2013-11-03 10:28:15 +01:00
libavfilter
libavformat Merge remote-tracking branch 'qatar/master' 2013-11-02 18:37:21 +01:00
libavresample
libavutil avutil/xtea: add Doxy @file and group 2013-11-03 00:59:38 +01:00
libpostproc
libswresample
libswscale
presets
tests
tools
.gitignore
arch.mak
Changelog Merge remote-tracking branch 'qatar/master' 2013-11-02 10:38:03 +01:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2013-11-02 10:38:03 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c Merge commit 'ccc71298456d97f64f539e303c771d04dcb33c53' 2013-11-01 18:22:42 +01:00
ffmpeg.h
ffplay.c
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS MAINTAINERS: add myself for libvpx* 2013-11-03 00:34:04 +01:00
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.