FFmpeg git repo
Go to file
Jean Delvare 72abce3c46 lavfi/delogo: option show shouldn't affect band
Options "show" and "band" are unrelated and should thus be
independent. However, setting "show" to 1 currently resets "band" to
its default value of 4. While this is documented, this still
surprising and confusing IMHO.

Change this behavior and make "show" and "band" independent from each
other. Update the documentation accordingly.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-05 18:02:11 +02:00
compat Merge remote-tracking branch 'qatar/master' 2013-07-05 13:11:06 +02:00
doc lavfi/delogo: option show shouldn't affect band 2013-07-05 18:02:11 +02:00
libavcodec libavcodec: use 64bit counter in deprecated audio encoder API to prevent problems regarding negative dts 2013-07-05 13:40:13 +02:00
libavdevice
libavfilter lavfi/delogo: option show shouldn't affect band 2013-07-05 18:02:11 +02:00
libavformat mpegts: only reopen pmt_cb filter if its different from the previous. 2013-07-05 04:02:02 +02:00
libavresample
libavutil Merge commit '0420c810ceb430003f9f2793c5cfa1fe84657f3d' 2013-07-05 12:43:57 +02:00
libpostproc
libswresample
libswscale
presets
tests Fix opacity and increase colour dynamics of initial vmd palette. 2013-07-04 18:01:08 +02:00
tools
.gitignore
arch.mak
Changelog
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2013-07-05 13:11:06 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c
ffmpeg.h
ffplay.c
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
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.