FFmpeg git repo
Go to file
Josh Allmann 120af23cd5 rtmp: Send video on a separate channel.
Sending non-monotonic packets (e.g. when the audio and video
streams are monotonic within themselves but not muxed
monotonically) will lead to negative values the RTMP timestamp
field (where timestamps are transmitted only as deltas for each
channel), and this delta can end up being incorrectly written as
a large unsigned number.

Signed-off-by: Martin Storsjö <martin@martin.st>
2013-09-17 11:03:36 +03:00
compat
doc mem: Introduce av_reallocp 2013-09-16 19:36:37 +02:00
libavcodec x86: Add an xmm clobbering wrapper for avcodec_encode_video2 2013-09-16 22:22:41 +03:00
libavdevice
libavfilter vf_lut: Constantize 2013-08-31 16:13:42 +02:00
libavformat rtmp: Send video on a separate channel. 2013-09-17 11:03:36 +03:00
libavresample
libavutil mem: Introduce av_reallocp 2013-09-16 19:36:37 +02:00
libswscale Drop pointless directory name prefixes from #includes in the current dir 2013-09-10 12:38:41 +02:00
presets
tests fate.sh: Run git-clone quietly 2013-09-10 12:38:41 +02:00
tools
.gitignore
arch.mak
avconv_filter.c
avconv_opt.c
avconv.c
avconv.h
avplay.c
avprobe.c
avserver.c
Changelog cosmetics: Fix ATRAC codec name spelling 2013-09-02 21:38:57 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure Fix references to deleted avcodec_encode_video() function 2013-09-16 13:59:19 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
INSTALL
library.mak
LICENSE
Makefile
README
RELEASE
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.