FFmpeg git repo
Go to file
Stefano Sabatini 4a745b4177 pnmdec: add support for mono images with non-space-separated pixel digits
When the file to decode contains a sequence of binary values like
"1101110...", decode_frame() was reading the sequence of digits like a
unique integer value, which was resulting in integer overflows.

The change add support for parsing non-space-separated pixel digits
for mono formats, in particular fix decoding of file battrace.pbm, and
fix trac issue #154.
2011-05-08 20:04:57 +02:00
doc lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props() 2011-05-07 12:03:49 +02:00
ffpresets
libavcodec pnmdec: add support for mono images with non-space-separated pixel digits 2011-05-08 20:04:57 +02:00
libavdevice
libavfilter Merge remote branch 'qatar/master' 2011-05-08 03:29:51 +02:00
libavformat Remove unused variable. 2011-05-07 20:14:48 +02:00
libavutil PIX_FMT_422P10 support 2011-05-08 14:06:04 +02:00
libpostproc Merge remote branch 'qatar/master' 2011-05-05 03:30:24 +02:00
libswscale swscale: 9,10 bits pixel format output support 2011-05-08 14:27:13 +02:00
mt-work
tests v210dec: switch to PIX_FMT_422P10 2011-05-08 19:53:39 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile Makefile:Put lost tab back. 2011-05-06 02:21:52 +02:00
README
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote branch 'qatar/master' 2011-05-08 03:29:51 +02:00
ffmpeg.c vsrc_buffer: simplify av_vsrc_buffer_add_frame*() interface 2011-05-07 12:03:59 +02:00
ffplay.c ffplay: fix null pointer read when codec unavilable. 2011-05-07 20:03:04 +02:00
ffprobe.c
ffserver.c
ffserver.h
subdir.mak
version.sh

README

FFmpeg README
-------------

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.