FFmpeg git repo
Go to file
Vittorio Giovara f3dafb63d0 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: Luca Barbato <lu_zero@gentoo.org>
2015-03-08 17:27:53 +01:00
compat
doc
libavcodec aic: Fix decoding files with odd dimensions 2015-03-08 17:27:53 +01:00
libavdevice oss_audio: use a macro to simplify ioctl() error checking 2015-01-13 00:00:17 +01:00
libavfilter avfilter: check filter link validity 2015-01-13 00:02:32 +01:00
libavformat icecast: Do not use chunked post 2015-02-28 15:04:30 +01:00
libavresample avresample: Make sure the even check does not overflow 2015-01-12 23:59:59 +01:00
libavutil arm: Suppress tags about used cpu arch and extensions 2015-03-08 18:11:36 +02:00
libswscale swscale: fix sign extensions in yuv planar conversion 2015-01-13 00:00:28 +01:00
presets
tests
tools
.gitattributes
.gitignore
arch.mak
avconv_dxva2.c
avconv_filter.c
avconv_opt.c
avconv_vda.c
avconv_vdpau.c
avconv.c
avconv.h
avplay.c
avprobe.c
Changelog doc: Update changelog for v11.3 2015-03-08 11:12:14 -04:00
cmdutils_common_opts.h
cmdutils.c cmdutils: Use the correct guard 2015-01-12 23:58:58 +01:00
cmdutils.h
common.mak
configure arm: Suppress tags about used cpu arch and extensions 2015-03-08 18:11:36 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
INSTALL
library.mak
LICENSE
Makefile
README
README.md
RELEASE Prepare for 11.3 Release 2015-03-08 11:06:15 -04:00
version.sh

Libav

Libav is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.

Libraries

  • libavcodec provides implementation of a wider range of codecs.
  • libavformat implements streaming protocols, container formats and basic I/O access.
  • libavutil includes hashers, decompressors and miscellaneous utility functions.
  • libavfilter provides a mean to alter decoded Audio and Video through chain of filters.
  • libavdevice provides an abstraction to access capture and playback devices.
  • libavresample implements audio mixing and resampling routines.
  • libswscale implements color conversion and scaling routines.

Tools

  • avconv is a command line toolbox to manipulate, convert and stream multimedia content.
  • avplay is a minimalistic multimedia player.
  • avprobe is a simple analisys tool to inspect multimedia content.
  • Additional small tools such as aviocat, ismindex and qt-faststart.

Documentation

The offline documentation is available in the doc/ directory.

The online documentation is available in the main website and in the wiki.

Examples

Conding examples are available in the doc/example directory.

License

Libav codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.