FFmpeg git repo
Go to file
Andreas Cadhalpun cb5324200c alac: Reject rice_limit 0 if compression is used
If in compression mode rice_limit = 0 leads to call
`show_bits(gb, k)` in `decode_scalar` with k = 0.

Request a sample in case it is valid and it should be accepted.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>

CC: libav-stable@libav.org
2015-05-19 12:14:30 +01:00
compat
doc
libavcodec alac: Reject rice_limit 0 if compression is used 2015-05-19 12:14:30 +01:00
libavdevice oss_audio: use a macro to simplify ioctl() error checking 2015-01-13 00:00:17 +01:00
libavfilter Revert "lavfi: always check av_expr_parse_and_eval() return value" 2015-05-05 21:41:52 +02:00
libavformat mux: Do not leave stale side data pointers in ff_interleave_add_packet() 2015-05-19 12:14:18 +01:00
libavresample avresample: Reallocate the internal buffer to the correct size 2015-05-19 12:13:33 +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
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog doc: More changelog updates for v11.3 2015-03-08 21:51:11 -04:00
INSTALL
LICENSE
Makefile
README
README.md
RELEASE Prepare for 11.3 Release 2015-03-08 11:06:15 -04:00
arch.mak
avconv.c avconv: do not overwrite the stream codec context for streamcopy 2015-04-05 09:26:54 +02:00
avconv.h
avconv_dxva2.c
avconv_filter.c
avconv_opt.c
avconv_vda.c
avconv_vdpau.c
avplay.c
avprobe.c
cmdutils.c cmdutils: Use the correct guard 2015-01-12 23:58:58 +01:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure configure: Properly fail when libcdio/cdparanoia is not found 2015-03-08 19:19:39 +00:00
library.mak
version.sh

README.md

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.