FFmpeg git repo
Go to file
Michael Niedermayer 1e0e193240 sws: add dither enum
This allows specifying more dither algorithms without using up flags and
without ambiguities.

Also initialize the new field based on the flags and use it.
Note, improving the logic of the checks is left to subsequent
commits, this here only switches from flags to enum.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-15 21:39:32 +02:00
compat
doc sws: add dither enum 2013-08-15 21:39:32 +02:00
libavcodec avcodec/ffv1enc: bump minor_version for the chroma_plane fix 2013-08-15 13:49:21 +02:00
libavdevice
libavfilter lavfi/ebur128: fix typo: s/negociation/negotiation 2013-08-13 12:43:56 +00:00
libavformat avformat/riff: add DM4V FourCC 2013-08-15 15:46:25 +02:00
libavresample
libavutil libavutil/opt.h: Fix duplicate words 2013-08-12 19:40:29 +02:00
libpostproc
libswresample
libswscale sws: add dither enum 2013-08-15 21:39:32 +02:00
presets
tests avcodec/lzwenc: Add 1 additional bit of padding for gif 2013-08-14 23:15:54 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog avcodec/mjpegdec: Read EXIF metadata in JPEG input. 2013-08-13 00:30:34 +02:00
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: add myself as maintainer for MIPS and Zeljko Lukac as maintainer for new fixed point FFT 2013-08-13 11:57:26 +02:00
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c ffmpeg_filter: check that the input media type match the filter 2013-08-14 03:03:41 +02:00
ffmpeg_opt.c
ffplay.c
ffprobe.c
ffserver.c ffserver: allocate rc_eq, prevent freeing invalid pointer 2013-08-13 15:24:30 +02:00
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.