FFmpeg git repo
Go to file
Stephan Soller 36b9c27dae avformat/rtmpproto: Added handling of an initial RTMP chunk size packet.
Fixes ticket #2911.

Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-14 14:28:22 +02:00
compat
doc Merge commit 'aaab192df24a90f4450285cfb73b395cf495b462' 2014-04-13 14:39:51 +02:00
libavcodec avcodec/utils: prettify remap_deprecated_codec_id() 2014-04-13 23:54:49 +02:00
libavdevice lavd/avdevice: fix buildbreak when included to C++ code 2014-04-13 04:59:35 +02:00
libavfilter Merge commit 'aaab192df24a90f4450285cfb73b395cf495b462' 2014-04-13 14:39:51 +02:00
libavformat avformat/rtmpproto: Added handling of an initial RTMP chunk size packet. 2014-04-14 14:28:22 +02:00
libavresample Merge commit 'ac976ed91e323754e9a84509873ebdb437372797' 2014-04-13 14:33:42 +02:00
libavutil avutil/avstring: do not lose ascii characters when decoding non utf-8 with av_utf8_decode() 2014-04-13 15:33:23 +02:00
libpostproc
libswresample swresample/resample: simplify index/consumed calculation for the filter = 1 case 2014-04-14 02:23:04 +02:00
libswscale
presets
tests swresample/resample: Fix fractional part of index in the filter_size = 1 filters = 1 case 2014-04-14 02:22:17 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vdpau.c
ffplay.c
ffprobe.c ffprobe: do not lose non ascii characters in non utf8 strings 2014-04-13 15:21:20 +02:00
ffserver.c
library.mak
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.