Go to file
Michael Niedermayer 8f853159f6 avutil/opt: preserve fractions in set_string_number()
This avoids going over a double precission float, which may loose precission

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-18 21:49:56 +01:00
compat
doc doc/examples: remove pathes from doxy examples 2014-02-17 13:50:53 +01:00
libavcodec avcodec: support setting the chroma intra matrix 2014-02-18 18:19:27 +01:00
libavdevice lavd: add list devices API 2014-02-16 20:07:08 +01:00
libavfilter lavfi: adding dejudder filter to remove judder produced by partially telecined material. 2014-02-16 17:43:58 +01:00
libavformat avformat/bink: Check return value of av_add_index_entry() 2014-02-17 23:47:05 +01:00
libavresample
libavutil avutil/opt: preserve fractions in set_string_number() 2014-02-18 21:49:56 +01:00
libpostproc
libswresample Fix libswresample compilation with Apple Neon assembler. 2014-02-17 17:40:10 +01:00
libswscale
presets
tests avutil/opt: preserve fractions in set_string_number() 2014-02-18 21:49:56 +01:00
tools
.gitignore Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90' 2014-02-17 02:22:01 +01:00
arch.mak
Changelog lavfi: adding dejudder filter to remove judder produced by partially telecined material. 2014-02-16 17:43:58 +01:00
cmdutils_common_opts.h
cmdutils_opencl.c
cmdutils.c
cmdutils.h
common.mak Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90' 2014-02-17 02:22:01 +01:00
configure Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90' 2014-02-17 02:22:01 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg: support setting the chroma intra matrix 2014-02-18 18:19:28 +01:00
ffmpeg_vdpau.c
ffmpeg.c
ffmpeg.h ffmpeg: support setting the chroma intra matrix 2014-02-18 18:19:28 +01:00
ffplay.c
ffprobe.c
ffserver.c
INSTALL
library.mak Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90' 2014-02-17 02:22:01 +01:00
LICENSE
MAINTAINERS MAINTAINERS: add myself as vf_dejudder.c maintainer 2014-02-17 03:13:55 +01:00
Makefile
README
RELEASE
version.sh

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.