FFmpeg git repo
Go to file
Michael Niedermayer 95fa91d975 postproc: fix qp count
Found-by: ubitux
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 0b7e5d0d75)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-28 18:53:10 +01:00
compat
doc
libavcodec utvideoenc: properly set slice height/last line 2014-11-28 18:53:10 +01:00
libavdevice bktr: Fix Fabrice's name 2014-11-28 18:44:37 +01:00
libavfilter
libavformat avformat/mpegts: Check desc_len / get8() return code 2014-11-28 18:53:10 +01:00
libavresample
libavutil avutil/x86/cpu: fix cpuid sub-leaf selection 2014-11-28 18:44:38 +01:00
libpostproc postproc: fix qp count 2014-11-28 18:53:10 +01:00
libswresample swresample/swresample: fix sample drop loop end condition 2014-11-28 18:53:10 +01:00
libswscale
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
VERSION
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure configure: add noexecstack to linker options if supported. 2014-11-28 18:44:38 +01:00
ffmpeg.c
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.