FFmpeg git repo
Go to file
Andreas Cadhalpun 82776caf79 rmenc: limit packet size
The chunk size is limited to UINT16_MAX (written by avio_wb16), so make
sure that the packet size is not too large.

Such large frames need to be split into slices smaller than 64 kB, but
that is currently supported neither by the rv10/rv20 encoders nor the rm
muxer.

Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2015-03-08 20:37:26 +00:00
doc x86: Only use optimizations with cmov if the CPU supports the instruction 2014-09-16 01:48:53 -07:00
libavcodec eamad: check for out of bounds read 2015-03-08 20:36:47 +00:00
libavdevice v4l2: use C99 struct initializer 2012-01-10 05:04:22 +01:00
libavfilter vf_select: Drop a debug av_log with an unchecked double to enum conversion 2014-07-30 13:06:22 -07:00
libavformat rmenc: limit packet size 2015-03-08 20:37:26 +00:00
libavutil x86: Add CPU flag for the i686 cmov instruction 2014-09-16 01:39:13 -07:00
libpostproc Place some START_TIMER invocations in separate blocks. 2012-01-04 15:05:49 +01:00
libswscale swscale: Remove two bogus asserts 2014-08-21 05:40:26 -07:00
presets presets: spelling error in libvpx 1080p50_60 2011-10-22 00:28:56 +02:00
tests adpcmenc: Calculate the IMA_QT predictor without overflow 2014-08-23 05:19:12 -07:00
tools aviocat: Remove useless includes 2012-01-21 12:04:02 +02:00
.gitignore Ignore generated aviocat tool. 2013-01-03 15:20:12 +01:00
avconv.c video4linux2: Avoid a floating point exception 2014-07-30 13:09:09 -07:00
avplay.c avcodec: Introduce ff_get_buffer 2014-08-09 04:01:15 +02:00
avprobe.c avprobe, cmdutils: K&R formatting cosmetics 2012-01-18 21:07:25 +01:00
avserver.c Revert "avserver: fix build after the next bump." 2012-01-21 08:40:47 +01:00
Changelog Update Changelog for 0.8.17 Release 2015-03-08 11:32:09 -04:00
cmdutils_common_opts.h avtools: add -v as alias for -loglevel 2011-10-09 16:53:06 +01:00
cmdutils.c cmdutils: Conditionally compile libswscale-related bits 2014-07-31 16:44:11 -07:00
cmdutils.h Read preset files with suffix .avpreset 2012-04-29 22:07:01 +02:00
common.mak build: fix 'clean' target 2013-01-03 15:30:45 +01:00
configure configure: Check for -Werror parameters on clang 2014-08-09 14:13:49 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile Fix a bunch of platform name and other typos. 2012-01-11 13:48:30 +01:00
ffmpeg.c ffmpeg: Clarify wording of ffmpeg --> avconv deprecation message 2014-09-04 16:14:54 -07:00
INSTALL doc: clarify configure features 2011-04-07 02:54:12 +02:00
library.mak build: fix 'clean' target 2013-01-03 15:30:45 +01:00
LICENSE cosmetics: fix dashed line length after 070c5d0 2011-03-28 09:53:40 +02:00
Makefile build: fix 'clean' target 2013-01-03 15:30:45 +01:00
README cosmetics: fix dashed line length after 070c5d0 2011-03-28 09:53:40 +02:00
RELEASE Prepare for 0.8.17 Release 2015-03-08 11:29:56 -04:00
version.sh Drop git- prefix from version labels 2011-06-19 19:41:23 +01:00

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.