]> git.sesse.net Git - ffmpeg/log
ffmpeg
8 years agoavformat/tcp: TCP Protocol: fix descriptor leak on listen and interrupt
Alexander S. Drozdov [Fri, 11 Sep 2015 06:31:44 +0000 (16:31 +1000)]
avformat/tcp: TCP Protocol: fix descriptor leak on listen and interrupt

If we try to listen on TCP port and ff_listen() fails on
interrupt callback socket (bind) descriptor overwrites and
does not closed at all.

As a result, we can't rebind to the same port.

Reviewed-by: Stephan Holljes <klaxa1337@googlemail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agolibavformat/utils.c: use correct variable for message.
Thierry Foucu [Fri, 11 Sep 2015 19:17:59 +0000 (12:17 -0700)]
libavformat/utils.c: use correct variable for message.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoswscale/swscale: Fix "unused variable" warning
Michael Niedermayer [Fri, 11 Sep 2015 18:59:32 +0000 (20:59 +0200)]
swscale/swscale: Fix "unused variable" warning

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoaaccoder: respect cutoff when marking bands as PNS
Rostislav Pehlivanov [Fri, 11 Sep 2015 17:59:15 +0000 (18:59 +0100)]
aaccoder: respect cutoff when marking bands as PNS

Makes more sense as users usually set the -cutoff option
to low pass filter the signal. The encoder will still over
shoot slightly when encoding normal coefficients however
that's normal.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
8 years agoavformat/wavdec: use AV_OPT_TYPE_BOOL for ignore_length
Paul B Mahol [Fri, 11 Sep 2015 15:41:18 +0000 (15:41 +0000)]
avformat/wavdec: use AV_OPT_TYPE_BOOL for ignore_length

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavformat/wavenc: use AV_OPT_TYPE_BOOL for write_bext option
Paul B Mahol [Fri, 11 Sep 2015 15:34:17 +0000 (15:34 +0000)]
avformat/wavenc: use AV_OPT_TYPE_BOOL for write_bext option

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavcodec/ljpegenc: Fix encoding RGBA LJPEG
Michael Niedermayer [Fri, 11 Sep 2015 11:28:16 +0000 (13:28 +0200)]
avcodec/ljpegenc: Fix encoding RGBA LJPEG

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/mjpegdec: Fix decoding RGBA RCT LJPEG
Michael Niedermayer [Fri, 11 Sep 2015 11:28:51 +0000 (13:28 +0200)]
avcodec/mjpegdec: Fix decoding RGBA RCT LJPEG

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoconfigure: colorize error messages
Ganesh Ajjanagadde [Thu, 10 Sep 2015 00:47:22 +0000 (20:47 -0400)]
configure: colorize error messages

Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agolavc: Fix standalone compilation of the subrip decoder.
Carl Eugen Hoyos [Fri, 11 Sep 2015 10:38:36 +0000 (12:38 +0200)]
lavc: Fix standalone compilation of the subrip decoder.

8 years agoavcodec/nvenc: change flag of cuCtxCreate to avoid CPU spins
Agatha Hu [Fri, 11 Sep 2015 02:54:08 +0000 (10:54 +0800)]
avcodec/nvenc: change flag of cuCtxCreate to avoid CPU spins

Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
8 years agoavformat/utils: Increase default max_stream_analyze_duration for flv
Michael Niedermayer [Thu, 10 Sep 2015 22:58:37 +0000 (00:58 +0200)]
avformat/utils: Increase default max_stream_analyze_duration for flv

Fixes: unknown_video.flv
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavutil/version: Bump for avpriv_get_trc_function_from_trc() and AVCOL_PRI/TRC_SMPTEST...
Michael Niedermayer [Thu, 10 Sep 2015 22:03:56 +0000 (00:03 +0200)]
avutil/version: Bump for avpriv_get_trc_function_from_trc() and AVCOL_PRI/TRC_SMPTEST428_1 and AVCOL_TRC_SMPTEST2084

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agodoc/filters: fix Photoshop curves file extension
Lou Logan [Thu, 10 Sep 2015 22:13:23 +0000 (14:13 -0800)]
doc/filters: fix Photoshop curves file extension

Found-by: moorej
Signed-off-by: Lou Logan <lou@lrcd.com>
8 years agoavcodec/exr: Mark up the decoded buffer as the appropriate transfer characteristic...
Kevin Wheatley [Tue, 1 Sep 2015 11:35:55 +0000 (12:35 +0100)]
avcodec/exr: Mark up the decoded buffer as the appropriate transfer characteristic when applying one

8 years agoavcodec/exr: Add support for applying a transfer characteristic curve to OpenEXR...
Kevin Wheatley [Tue, 1 Sep 2015 10:02:53 +0000 (11:02 +0100)]
avcodec/exr: Add support for applying a transfer characteristic curve to OpenEXR inputs.

Signed-off-by: Kevin Wheatley <kevin.j.wheatley@gmail.com>
8 years agoavutil/color_utils: Add basic transfer functions for each AVColorTransferCharacteristic
Kevin Wheatley [Tue, 1 Sep 2015 10:41:38 +0000 (11:41 +0100)]
avutil/color_utils: Add basic transfer functions for each AVColorTransferCharacteristic

Most functions are valid over a domain and range of [0.0-1.0] but
some are defined over greater. This patch does not deal with
AVColorRange and assumes AVCOL_RANGE_JPEG for the returned values.

Signed-off-by: Kevin Wheatley <kevin.j.wheatley@gmail.com>
8 years agoavfilter/vf_transpose: use the name 's' for the pointer to the private context
Ganesh Ajjanagadde [Thu, 3 Sep 2015 15:18:59 +0000 (08:18 -0700)]
avfilter/vf_transpose: use the name 's' for the pointer to the private context

Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
8 years agoavfilter/f_perms: use the name 's' for the pointer to the private context
Ganesh Ajjanagadde [Wed, 9 Sep 2015 18:30:08 +0000 (14:30 -0400)]
avfilter/f_perms: use the name 's' for the pointer to the private context

Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
8 years agoavcodec/options_table: Fix TRC / PRI typo
Michael Niedermayer [Thu, 10 Sep 2015 20:51:19 +0000 (22:51 +0200)]
avcodec/options_table: Fix TRC / PRI typo

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavutil/pixfmt: Name "SMPTE ST 428-1" in AVColorPrimaries the same as in AVColorTransf...
Michael Niedermayer [Thu, 10 Sep 2015 20:50:42 +0000 (22:50 +0200)]
avutil/pixfmt: Name "SMPTE ST 428-1" in AVColorPrimaries the same as in AVColorTransferCharacteristic

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavutil/pixdesc: Use "-" in color_primaries_names to be consistent with color_transfer...
Michael Niedermayer [Thu, 10 Sep 2015 20:47:51 +0000 (22:47 +0200)]
avutil/pixdesc: Use "-" in color_primaries_names to be consistent with color_transfer_names

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavutil/pixdesc: Add SMPTE ST 2084 and ST 428-1 pixel descriptions
Kevin Wheatley [Tue, 1 Sep 2015 11:34:34 +0000 (12:34 +0100)]
avutil/pixdesc: Add SMPTE ST 2084 and ST 428-1 pixel descriptions

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/options_table: Add SMPTE ST428-1 colour primaries (CIE 1931 XYZ) to command...
Kevin Wheatley [Tue, 1 Sep 2015 08:32:42 +0000 (09:32 +0100)]
avcodec/options_table: Add SMPTE ST428-1 colour primaries (CIE 1931 XYZ) to command line options

Signed-off-by: Kevin Wheatley <kevin.j.wheatley@gmail.com>
Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/options_table: Add CLI options for SMPTE ST 2084 and ST 428-1 transfer charac...
Kevin Wheatley [Tue, 1 Sep 2015 08:14:01 +0000 (09:14 +0100)]
avcodec/options_table: Add CLI options for SMPTE ST 2084 and ST 428-1 transfer characteristics

Signed-off-by: Kevin Wheatley <kevin.j.wheatley@gmail.com>
Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavutil/pixfmt: Add additional primaries and transfer characteristic enumerations...
Kevin Wheatley [Fri, 28 Aug 2015 14:20:22 +0000 (15:20 +0100)]
avutil/pixfmt: Add additional primaries and transfer characteristic enumerations from ITU-T Rec H.265

Signed-off-by: Kevin Wheatley <kevin.j.wheatley@gmail.com>
Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/truemotion1: Simplify code using AV_PIX_FMT_0RGB32
Michael Niedermayer [Thu, 10 Sep 2015 18:42:57 +0000 (20:42 +0200)]
avcodec/truemotion1: Simplify code using AV_PIX_FMT_0RGB32

Suggested-by: carl
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavformat/subtitles: improve ff_subtitles_queue_finalize() doxy
Clément Bœsch [Thu, 10 Sep 2015 19:40:49 +0000 (21:40 +0200)]
avformat/subtitles: improve ff_subtitles_queue_finalize() doxy

8 years agoavformat/subtitles: forward log context in ff_subtitles_queue_finalize() for logging
Clément Bœsch [Thu, 10 Sep 2015 19:40:07 +0000 (21:40 +0200)]
avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for logging

8 years agoavformat/subtitles: make sure we don't drop "duplicated" events from different streams
Clément Bœsch [Thu, 10 Sep 2015 19:39:13 +0000 (21:39 +0200)]
avformat/subtitles: make sure we don't drop "duplicated" events from different streams

8 years agoavformat/subtitles: drop duplicated events
Clément Bœsch [Thu, 10 Sep 2015 19:17:44 +0000 (21:17 +0200)]
avformat/subtitles: drop duplicated events

Fix Ticket #4843

8 years ago.gitignore: ignore temp files
Harshit Mittal [Wed, 5 Aug 2015 19:39:59 +0000 (12:39 -0700)]
.gitignore: ignore temp files

Github: Closes #144

8 years agoswscale: Forward colorspace updates to the 2nd cascaded context in case of alphablend
Michael Niedermayer [Thu, 10 Sep 2015 15:01:47 +0000 (17:01 +0200)]
swscale: Forward colorspace updates to the 2nd cascaded context in case of alphablend

The first just does the blending and wouldnt do anything with the colorspace values

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoswscale/utils: Forward luma range to the cascaded context for alphablending
Michael Niedermayer [Thu, 10 Sep 2015 15:03:11 +0000 (17:03 +0200)]
swscale/utils: Forward luma range to the cascaded context for alphablending

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/truemotion1: use BGR0/0RGB
Michael Niedermayer [Thu, 10 Sep 2015 14:30:11 +0000 (16:30 +0200)]
avcodec/truemotion1: use BGR0/0RGB

The alpha channel in the fate sample contains random trash, not alpha

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/cscd: Use BGR0 instead of BGRA
Michael Niedermayer [Thu, 10 Sep 2015 14:19:15 +0000 (16:19 +0200)]
avcodec/cscd: Use BGR0 instead of BGRA

the available BGRA samples contain random trash in the alpha channel

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/bmp: Analyze BGRA files alpha channel to choose pixel format
Michael Niedermayer [Thu, 10 Sep 2015 14:06:14 +0000 (16:06 +0200)]
avcodec/bmp: Analyze BGRA files alpha channel to choose pixel format

BGRA BMPs commonly do contain an all transparent alpha channel

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoswscale/utils: handle gray+alpha formats like gray for luma ranges
Michael Niedermayer [Thu, 10 Sep 2015 12:30:21 +0000 (14:30 +0200)]
swscale/utils: handle gray+alpha formats like gray for luma ranges

Its illogic to handle gray differently depending on the existence of an alpha channel

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoswscale/utils: If the source has no alpha then disable alpha blendaway
Michael Niedermayer [Thu, 10 Sep 2015 12:03:01 +0000 (14:03 +0200)]
swscale/utils: If the source has no alpha then disable alpha blendaway

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/libopenh264enc: use AV_LOG_TRACE instead of DEBUG+1
Michael Niedermayer [Thu, 10 Sep 2015 11:22:46 +0000 (13:22 +0200)]
avcodec/libopenh264enc: use AV_LOG_TRACE instead of DEBUG+1

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agovp9: fix overflow in 8x8 topleft 32x32 idct ssse3 version.
Ronald S. Bultje [Wed, 9 Sep 2015 18:10:41 +0000 (14:10 -0400)]
vp9: fix overflow in 8x8 topleft 32x32 idct ssse3 version.

Also disable the mmx/iwht optimization when the bitexact flag is set.
With synthetically coded coefficients (i.e. these that lead to a
residual well outside the [-255,255] range), our optimizations will
overflow. It doesn't make sense to fix the overflows, since they can
only occur on synthetic input, not on real fwht-generated input. Thus,
add a bitexact flag that disables this optimization.

8 years agovp9: permanently delete segmentation refmap on any size change.
Ronald S. Bultje [Wed, 9 Sep 2015 16:42:24 +0000 (12:42 -0400)]
vp9: permanently delete segmentation refmap on any size change.

8 years agoavcodec/libopenh264enc: Remove some unneeded intermediate variables
Michael Niedermayer [Thu, 10 Sep 2015 11:07:08 +0000 (13:07 +0200)]
avcodec/libopenh264enc: Remove some unneeded intermediate variables

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/libopenh264enc: Fix formating to match FFmpegs style
Michael Niedermayer [Thu, 10 Sep 2015 11:02:40 +0000 (13:02 +0200)]
avcodec/libopenh264enc: Fix formating to match FFmpegs style

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/libopenh264enc: remove useless cast
Michael Niedermayer [Thu, 10 Sep 2015 10:59:44 +0000 (12:59 +0200)]
avcodec/libopenh264enc: remove useless cast

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/libopenh264enc: Use av_log() to log messages
Gregory J. Wolfe [Wed, 9 Sep 2015 19:32:42 +0000 (15:32 -0400)]
avcodec/libopenh264enc: Use av_log() to log messages

File libopenh264enc.c has been modified so that the encoder uses av_log()
to log messages (error, warning, info, etc.) instead of logging them
directly to stderr.  At the time the encoder is created, the current
ffmpeg log level is mapped to an equivalent libopenh264 log level.  This
log level, and a message logging function that invokes av_log() to
actually log messages, are then set on the encoder.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavformat/aa: initialize "header_seed" and "header_key"
Vesselin Bontchev [Thu, 10 Sep 2015 06:59:56 +0000 (08:59 +0200)]
avformat/aa: initialize "header_seed" and "header_key"

Fixes CID 1322364, CID 1322363

Signed-off-by: Vesselin Bontchev <vesselin.bontchev@yandex.com>
8 years agoRELEASE: update to 2.8.git
James Almer [Thu, 10 Sep 2015 02:53:15 +0000 (23:53 -0300)]
RELEASE: update to 2.8.git

Signed-off-by: James Almer <jamrial@gmail.com>
8 years agoavformat/avformat: remove dead code
James Almer [Wed, 9 Sep 2015 23:12:16 +0000 (20:12 -0300)]
avformat/avformat: remove dead code

Signed-off-by: James Almer <jamrial@gmail.com>
8 years agolavc: Fix compilation with --disable-everything --enable-parser=mpeg4video.
Hendrik Schreiber [Wed, 9 Sep 2015 10:10:04 +0000 (12:10 +0200)]
lavc: Fix compilation with --disable-everything --enable-parser=mpeg4video.

8 years agoconfigure: add libsoxr to swresample's pkgconfig
Ricardo Constantino [Mon, 7 Sep 2015 19:58:10 +0000 (20:58 +0100)]
configure: add libsoxr to swresample's pkgconfig

Fixes linking in FFMS and f265 at least, when ffmpeg is compiled with
libsoxr.

Signed-off-by: Ricardo Constantino <wiiaboo@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/wavpackenc: use AV_OPT_TYPE_BOOL for all options
Paul B Mahol [Wed, 9 Sep 2015 09:49:24 +0000 (09:49 +0000)]
avcodec/wavpackenc: use AV_OPT_TYPE_BOOL for all options

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavcodec/huffyuvenc: use AV_OPT_TYPE_BOOL for non_deterministic option
Paul B Mahol [Wed, 9 Sep 2015 09:46:28 +0000 (09:46 +0000)]
avcodec/huffyuvenc: use AV_OPT_TYPE_BOOL for non_deterministic option

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavcodec/libmp3lame: use AV_OPT_TYPE_BOOL for all options
Paul B Mahol [Wed, 9 Sep 2015 09:44:41 +0000 (09:44 +0000)]
avcodec/libmp3lame: use AV_OPT_TYPE_BOOL for all options

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoavfilter/vf_lut: use AV_OPT_TYPE_BOOL for negate_alpha option
Paul B Mahol [Wed, 9 Sep 2015 08:56:51 +0000 (08:56 +0000)]
avfilter/vf_lut: use AV_OPT_TYPE_BOOL for negate_alpha option

Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years agoaaccoder: tweak PNS implementation further
Rostislav Pehlivanov [Wed, 9 Sep 2015 09:44:33 +0000 (10:44 +0100)]
aaccoder: tweak PNS implementation further

This commit changes a few things about the noise substitution
logic:
 - Brings back the quantization factor (reduced to 3) during
   scalefactor index calculations.
 - Rejects any zeroed bands. They should be inaudiable and it's
   a waste transmitting the scalefactor indices for these.
 - Uses swb_offsets instead of incrementing a 'start' with every
   window group size.
 - Rejects all PNS during short windows.
Overall improves quality. There was a plan to use the lfg system
to create the random numbers instead of using whatever the decoder
uses but for now this works fine. Entropy is far from important here.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
8 years agoMerge commit '3b8e895237592fdaffe87cdcd204104200b9ccf9'
Hendrik Leppkes [Wed, 9 Sep 2015 07:55:14 +0000 (09:55 +0200)]
Merge commit '3b8e895237592fdaffe87cdcd204104200b9ccf9'

* commit '3b8e895237592fdaffe87cdcd204104200b9ccf9':
  codec_desc: Add missing DXV entry

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
8 years agoMAINTAINERS: add 2.8, drop 2.2
Michael Niedermayer [Wed, 9 Sep 2015 02:33:17 +0000 (04:33 +0200)]
MAINTAINERS: add 2.8, drop 2.2

No actively maintained linux disto on
https://trac.ffmpeg.org/wiki/Downstreams
uses 2.2 anymore, so it makes no sense to maintain it further

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agocodec_desc: Add missing DXV entry
Vittorio Giovara [Mon, 7 Sep 2015 15:02:14 +0000 (17:02 +0200)]
codec_desc: Add missing DXV entry

8 years agoavformat/mpegvideo_enc: Move sponsorship notice to its own comment block
Michael Niedermayer [Wed, 9 Sep 2015 00:49:49 +0000 (02:49 +0200)]
avformat/mpegvideo_enc: Move sponsorship notice to its own comment block

Suggested-by: BBB
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavformat/mxfenc: Move sponsorship notice to its own comment block
Michael Niedermayer [Wed, 9 Sep 2015 00:49:49 +0000 (02:49 +0200)]
avformat/mxfenc: Move sponsorship notice to its own comment block

Suggested-by: BBB
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavformat/http: add reconnect_delay_max option
Michael Niedermayer [Mon, 7 Sep 2015 17:38:16 +0000 (19:38 +0200)]
avformat/http: add reconnect_delay_max option

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/libvorbisdec: Fix memory leak
Andrew Stone [Tue, 8 Sep 2015 20:08:29 +0000 (16:08 -0400)]
avcodec/libvorbisdec: Fix memory leak

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavfilter/acrossfade: use AV_OPT_TYPE_BOOL for overlap option
Clément Bœsch [Tue, 8 Sep 2015 23:25:49 +0000 (01:25 +0200)]
avfilter/acrossfade: use AV_OPT_TYPE_BOOL for overlap option

8 years agoavfilter/life: use AV_OPT_TYPE_BOOL for a stitch option
Clément Bœsch [Tue, 8 Sep 2015 23:16:23 +0000 (01:16 +0200)]
avfilter/life: use AV_OPT_TYPE_BOOL for a stitch option

8 years agoavfilter/cellauto: use AV_OPT_TYPE_BOOL for a few options
Clément Bœsch [Tue, 8 Sep 2015 23:15:42 +0000 (01:15 +0200)]
avfilter/cellauto: use AV_OPT_TYPE_BOOL for a few options

8 years agoavfilter/waveform: use AV_OPT_TYPE_BOOL for mirror option
Clément Bœsch [Tue, 8 Sep 2015 23:04:28 +0000 (01:04 +0200)]
avfilter/waveform: use AV_OPT_TYPE_BOOL for mirror option

8 years agoavfilter/vignette: use AV_OPT_TYPE_BOOL for dither option
Clément Bœsch [Tue, 8 Sep 2015 23:02:07 +0000 (01:02 +0200)]
avfilter/vignette: use AV_OPT_TYPE_BOOL for dither option

8 years agoavfilter/vidstabtransform: use AV_OPT_TYPE_BOOL for tripod and debug options
Clément Bœsch [Tue, 8 Sep 2015 22:59:43 +0000 (00:59 +0200)]
avfilter/vidstabtransform: use AV_OPT_TYPE_BOOL for tripod and debug options

8 years agoavfilter/uspp: use AV_OPT_TYPE_BOOL for use_bframe_qp option
Clément Bœsch [Tue, 8 Sep 2015 22:48:03 +0000 (00:48 +0200)]
avfilter/uspp: use AV_OPT_TYPE_BOOL for use_bframe_qp option

8 years agoavfilter/unsharp: use AV_OPT_TYPE_BOOL for opencl option
Clément Bœsch [Tue, 8 Sep 2015 22:47:04 +0000 (00:47 +0200)]
avfilter/unsharp: use AV_OPT_TYPE_BOOL for opencl option

8 years agoavfilter/spp: use AV_OPT_TYPE_BOOL for use_bframe_qp option
Clément Bœsch [Tue, 8 Sep 2015 22:43:06 +0000 (00:43 +0200)]
avfilter/spp: use AV_OPT_TYPE_BOOL for use_bframe_qp option

8 years agoavfilter/paletteuse: use AV_OPT_TYPE_BOOL for mean_err and debug_accuracy option
Clément Bœsch [Tue, 8 Sep 2015 22:38:22 +0000 (00:38 +0200)]
avfilter/paletteuse: use AV_OPT_TYPE_BOOL for mean_err and debug_accuracy option

8 years agoavfilter/palettegen: use AV_OPT_TYPE_BOOL for reserve_transparent option
Clément Bœsch [Tue, 8 Sep 2015 22:34:56 +0000 (00:34 +0200)]
avfilter/palettegen: use AV_OPT_TYPE_BOOL for reserve_transparent option

8 years agoavfilter/overlay: use AV_OPT_TYPE_BOOL for rgb, shortest and repeatlast options
Clément Bœsch [Tue, 8 Sep 2015 22:33:02 +0000 (00:33 +0200)]
avfilter/overlay: use AV_OPT_TYPE_BOOL for rgb, shortest and repeatlast options

8 years agoavfilter/haldclut: use AV_OPT_TYPE_BOOL for shortest and repeatlast options
Clément Bœsch [Tue, 8 Sep 2015 22:30:53 +0000 (00:30 +0200)]
avfilter/haldclut: use AV_OPT_TYPE_BOOL for shortest and repeatlast options

8 years agoavfilter/kerndeint: use AV_OPT_TYPE_BOOL for the previously missed options
Clément Bœsch [Tue, 8 Sep 2015 22:17:49 +0000 (00:17 +0200)]
avfilter/kerndeint: use AV_OPT_TYPE_BOOL for the previously missed options

8 years agodoc/protocols: Fix usefull typo
Michael Niedermayer [Tue, 8 Sep 2015 21:42:19 +0000 (23:42 +0200)]
doc/protocols: Fix usefull typo

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years agoavcodec/h264_sei: Remove "Subtitles with data type 0x%02x" sample request
Michael Niedermayer [Tue, 8 Sep 2015 20:38:01 +0000 (22:38 +0200)]
avcodec/h264_sei: Remove "Subtitles with data type 0x%02x" sample request

Suggested-by: Carl and Hendrik
8 years agoavfilter/il: use AV_OPT_TYPE_BOOL for {luma,chroma,alpha}_swap options
Clément Bœsch [Tue, 8 Sep 2015 22:12:42 +0000 (00:12 +0200)]
avfilter/il: use AV_OPT_TYPE_BOOL for {luma,chroma,alpha}_swap options

8 years agoavfilter/fspp: use AV_OPT_TYPE_BOOL for use_bframe_qp option
Clément Bœsch [Tue, 8 Sep 2015 22:11:05 +0000 (00:11 +0200)]
avfilter/fspp: use AV_OPT_TYPE_BOOL for use_bframe_qp option

8 years agoavfilter/fieldmatch: use AV_OPT_TYPE_BOOL for ppsrc, mchroma and chroma options
Clément Bœsch [Tue, 8 Sep 2015 22:08:10 +0000 (00:08 +0200)]
avfilter/fieldmatch: use AV_OPT_TYPE_BOOL for ppsrc, mchroma and chroma options

8 years agoavfilter/fade: use AV_OPT_TYPE_BOOL for alpha option
Clément Bœsch [Tue, 8 Sep 2015 22:06:15 +0000 (00:06 +0200)]
avfilter/fade: use AV_OPT_TYPE_BOOL for alpha option

8 years agoavfilter/elbg: use AV_OPT_TYPE_BOOL for pal8 option
Clément Bœsch [Tue, 8 Sep 2015 21:58:59 +0000 (23:58 +0200)]
avfilter/elbg: use AV_OPT_TYPE_BOOL for pal8 option

8 years agoavfilter/drawtext: use AV_OPT_TYPE_BOOL for a few options
Clément Bœsch [Tue, 8 Sep 2015 21:55:48 +0000 (23:55 +0200)]
avfilter/drawtext: use AV_OPT_TYPE_BOOL for a few options

8 years agoavfilter/deshake: use AV_OPT_TYPE_BOOL for opencl option
Clément Bœsch [Tue, 8 Sep 2015 21:50:25 +0000 (23:50 +0200)]
avfilter/deshake: use AV_OPT_TYPE_BOOL for opencl option

8 years agoavfilter/delogo: use AV_OPT_TYPE_BOOL for show option
Clément Bœsch [Tue, 8 Sep 2015 21:49:48 +0000 (23:49 +0200)]
avfilter/delogo: use AV_OPT_TYPE_BOOL for show option

8 years agoavfilter/decimate: use AV_OPT_TYPE_BOOL for ppsrc and chroma options
Clément Bœsch [Tue, 8 Sep 2015 21:48:49 +0000 (23:48 +0200)]
avfilter/decimate: use AV_OPT_TYPE_BOOL for ppsrc and chroma options

8 years agoavfilter/crop: use AV_OPT_TYPE_BOOL for keep_aspect option
Clément Bœsch [Tue, 8 Sep 2015 21:46:12 +0000 (23:46 +0200)]
avfilter/crop: use AV_OPT_TYPE_BOOL for keep_aspect option

8 years agoavfilter/blend: use AV_OPT_TYPE_BOOL for shortest and repeatlast options
Clément Bœsch [Tue, 8 Sep 2015 21:43:54 +0000 (23:43 +0200)]
avfilter/blend: use AV_OPT_TYPE_BOOL for shortest and repeatlast options

8 years agoavfilter/ebur128: use AV_OPT_TYPE_BOOL for metadata option
Clément Bœsch [Tue, 8 Sep 2015 21:38:25 +0000 (23:38 +0200)]
avfilter/ebur128: use AV_OPT_TYPE_BOOL for metadata option

8 years agoavfilter/abuffersink: use AV_OPT_TYPE_BOOL for all_channel_counts option
Clément Bœsch [Tue, 8 Sep 2015 21:34:18 +0000 (23:34 +0200)]
avfilter/abuffersink: use AV_OPT_TYPE_BOOL for all_channel_counts option

8 years agoavfilter/showwaves: use AV_OPT_TYPE_BOOL for split_channels option
Clément Bœsch [Tue, 8 Sep 2015 21:32:06 +0000 (23:32 +0200)]
avfilter/showwaves: use AV_OPT_TYPE_BOOL for split_channels option

8 years agoavfilter/showvolume: use AV_OPT_TYPE_BOOL for channel name displaying option (t)
Clément Bœsch [Tue, 8 Sep 2015 21:28:44 +0000 (23:28 +0200)]
avfilter/showvolume: use AV_OPT_TYPE_BOOL for channel name displaying option (t)

8 years agoavfilter/showcqt: use AV_OPT_TYPE_BOOL for fullhd option
Clément Bœsch [Tue, 8 Sep 2015 21:26:30 +0000 (23:26 +0200)]
avfilter/showcqt: use AV_OPT_TYPE_BOOL for fullhd option

8 years agoavfilter/concat: use AV_OPT_TYPE_BOOL for unsafe option
Clément Bœsch [Tue, 8 Sep 2015 21:24:12 +0000 (23:24 +0200)]
avfilter/concat: use AV_OPT_TYPE_BOOL for unsafe option

8 years agoavfilter/flite: use AV_OPT_TYPE_BOOL for list_voices option
Clément Bœsch [Tue, 8 Sep 2015 21:22:38 +0000 (23:22 +0200)]
avfilter/flite: use AV_OPT_TYPE_BOOL for list_voices option

8 years agoavfilter/volume: drop useless trailing comma
Clément Bœsch [Tue, 8 Sep 2015 21:21:15 +0000 (23:21 +0200)]
avfilter/volume: drop useless trailing comma

8 years agoavfilter/volume: fix missing filtering flags for a bunch of options
Clément Bœsch [Tue, 8 Sep 2015 21:20:02 +0000 (23:20 +0200)]
avfilter/volume: fix missing filtering flags for a bunch of options

8 years agoavfilter/volume: use AV_OPT_TYPE_BOOL for replaygain_noclip option
Clément Bœsch [Tue, 8 Sep 2015 21:18:33 +0000 (23:18 +0200)]
avfilter/volume: use AV_OPT_TYPE_BOOL for replaygain_noclip option