FFmpeg git repo
Go to file
Vittorio Giovara 803db3b6fe aic: Fix decoding files with odd dimensions
Normally the aic decoder finds the proper slice combination (multiple of
some number less than 32) but in case of odd width, it resorts to the
default values, which were actually swapped.
The number of slices is modified to account for such odd width cases.

CC: libav-stable@libav.org
(cherry picked from commit e878ec0d47)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-04-22 12:27:23 +02:00
compat
doc Update for 2.1.7 2014-12-30 16:16:23 +01:00
libavcodec aic: Fix decoding files with odd dimensions 2015-04-22 12:27:23 +02:00
libavdevice fix Makefile objects for pulseaudio support 2014-12-30 15:38:20 +01:00
libavfilter lavfi: check av_strdup() return value 2015-01-06 16:08:29 +01:00
libavformat avformat/flvenc: check that the codec_tag fits in the available bits 2015-02-28 23:00:55 +01:00
libavresample
libavutil lavu/frame: fix malloc error path in av_frame_copy_props() 2014-12-30 15:38:20 +01:00
libpostproc postproc: fix qp count 2014-11-28 18:53:10 +01:00
libswresample swresample/dither: Cleanup number suffixes 2015-02-01 20:17:26 +01:00
libswscale swscale/utils: clear formatConvBuffer on allocation 2015-02-27 03:34:27 +01:00
presets
tests postproc/postprocess: fix quant store for fq mode 2014-11-28 18:53:10 +01:00
tools tools/crypto_bench: fix build when AV_READ_TIME is unavailable 2014-11-28 18:44:37 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE Update for 2.1.7 2014-12-30 16:16:23 +01:00
VERSION Update for 2.1.7 2014-12-30 16:16:23 +01:00
arch.mak
cmdutils.c cmdutils: update copyright year to 2015. 2015-01-06 20:42:05 +01:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure configure: create the tests directory like the doc directory 2014-12-30 15:38:20 +01:00
ffmpeg.c ffmpeg: Clear error message array at init. 2015-01-08 23:10:54 +01:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c
ffprobe.c
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.