FFmpeg git repo
Go to file
Michael Niedermayer 1e5271a9fd avformat/utils: do not override pts in h264 when they are provided from the demuxer
Fixes Ticket2143

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-27 02:27:45 +02:00
compat
doc Merge remote-tracking branch 'cus/stable' 2013-10-26 13:54:29 +02:00
libavcodec Merge remote-tracking branch 'qatar/master' 2013-10-26 21:59:24 +02:00
libavdevice lavd/pulse_audio_enc: avoid vars in for() 2013-10-26 01:58:18 +02:00
libavfilter avfilter/x86/vf_gradfun_init: fix const and related warnings 2013-10-24 12:12:59 +02:00
libavformat avformat/utils: do not override pts in h264 when they are provided from the demuxer 2013-10-27 02:27:45 +02:00
libavresample
libavutil avutil/utils: check that size_t is unsigned 2013-10-26 22:08:06 +02:00
libpostproc
libswresample
libswscale lsws: use av_pix_fmt_get_chroma_sub_sample() 2013-10-24 08:12:38 +02:00
presets
tests avformat/md5enc: add format, version and column headers 2013-10-26 12:16:04 +02:00
tools
.gitignore
arch.mak
Changelog lavd: add fbdev output device 2013-10-24 08:16:17 +02:00
cmdutils_common_opts.h Merge commit 'f825d42bccdb9f89669a586951de7f66a81e80a5' 2013-10-22 19:07:28 +02:00
cmdutils.c Merge commit 'f825d42bccdb9f89669a586951de7f66a81e80a5' 2013-10-22 19:07:28 +02:00
cmdutils.h Merge commit 'f825d42bccdb9f89669a586951de7f66a81e80a5' 2013-10-22 19:07:28 +02:00
common.mak
configure configure: link with built libs when pc-uninstalled is used 2013-10-26 14:06:40 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c ffmpeg_filter: Pass command line -threads X to filtergraph 2013-10-24 23:15:30 +02:00
ffmpeg_opt.c
ffmpeg.c ffmpeg: make stream default if its the only of its kind and no source can be unambigously assigned to it 2013-10-25 02:08:35 +02:00
ffmpeg.h
ffplay.c ffplay: add support for libswresample options 2013-10-26 12:23:54 +02:00
ffprobe.c
ffserver.c
INSTALL
library.mak build: remove pointless condition 2013-10-24 10:51:03 +01:00
LICENSE
MAINTAINERS MAINTAINERS: update 2013-10-25 07:12:32 +00: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.