[FFmpeg-cvslog] MAINTAINERS: remove my public key fingerprint

2020-09-20 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Sun Sep 20 15:03:45 2020 
-0800| [7a4b2c196cdb98058e2dd1e79a0a5084239ce2f2] | committer: Lou Logan

MAINTAINERS: remove my public key fingerprint

Forgot to remove this last time I edited my info.

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7a4b2c196cdb98058e2dd1e79a0a5084239ce2f2
---

 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ac1f7242fc..7a4161e2e5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -613,7 +613,6 @@ Jaikrishnan Menon 61A1 F09F 01C9 2D45 78E1 C862 
25DC 8831 AF70 D368
 James Almer   7751 2E8C FD94 A169 57E6 9A7A 1463 01AD 7376 59E0
 Jean Delvare  7CA6 9F44 60F1 BDC4 1FD2 C858 A552 6B9B B3CD 4E6A
 Loren Merritt ABD9 08F4 C920 3F65 D8BE 35D7 1540 DAA7 060F 56DE
-Lou Logan (llogan)7D68 DC73 CBEF EABB 671A B6CF 621C 2E28 82F8 DC3A
 Lynne FE50 139C 6805 72CA FD52 1F8D A2FE A5F0 3F03 4464
 Michael Niedermayer   9FF2 128B 147E F673 0BAD F133 611E C787 040B 0FAB
 Nicolas George24CE 01CE 9ACC 5CEB 74D8 8D9D B063 D997 36E5 4C93

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] MAINTAINERS: remove myself as Twitter maintainer

2020-06-28 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Sun Jun 28 12:37:55 2020 
-0800| [4cfcfb36773ea5aec0f55851cf8527658ec50874] | committer: Lou Logan

MAINTAINERS: remove myself as Twitter maintainer

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4cfcfb36773ea5aec0f55851cf8527658ec50874
---

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index af02cf00a9..02af52101e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -55,7 +55,7 @@ fate.ffmpeg.org Timothy Gu
 Trac bug trackerAlexander Strasser, Michael 
Niedermayer, Carl Eugen Hoyos
 Patchwork   Andriy Gelman
 mailing lists   Baptiste Coudurier
-Twitter     Lou Logan, Reynaldo H. Verdejo Pinochet
+Twitter Reynaldo H. Verdejo Pinochet
 Launchpad   Timothy Gu
 ffmpeg-security Andreas Cadhalpun, Carl Eugen Hoyos, 
Clément Bœsch, Michael Niedermayer, Reimar Doeffinger, Rodger Combs, wm4
 

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] doc/encoders: remove unsubstantiated ffaacenc > fdk-aac claim

2020-05-08 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Thu Apr 30 10:44:04 2020 
-0800| [d163e0ecbcae10745a86a7142d9194d484fdbcce] | committer: Lou Logan

doc/encoders: remove unsubstantiated ffaacenc > fdk-aac claim

After this claim was made in e34e361 kamedo2 did an in-depth ABX
test comparing these encoders:

https://hydrogenaud.io/index.php?topic=111085.0

Result: FFmpeg AAC wasn't as good as libfdk_aac on average.

I know some things have changed since then such as, "use the fast
coder as the default" (fcb681ac) for example, so maybe the situation
is different now.

However, I am unaware of any recent comparison. So without any
substantiation we shouldn't make such a blantant claim.

Signed-off-by: Lou Logan 
Signed-off-by: Gyan Doshi 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d163e0ecbcae10745a86a7142d9194d484fdbcce
---

 doc/encoders.texi | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 18bfe8f2eb..aa3a6eeb66 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -30,11 +30,7 @@ follows.
 
 Advanced Audio Coding (AAC) encoder.
 
-This encoder is the default AAC encoder, natively implemented into FFmpeg. Its
-quality is on par or better than libfdk_aac at the default bitrate of 128kbps.
-This encoder also implements more options, profiles and samplerates than
-other encoders (with only the AAC-HE profile pending to be implemented) so this
-encoder has become the default and is the recommended choice.
+This encoder is the default AAC encoder, natively implemented into FFmpeg.
 
 @subsection Options
 
@@ -651,10 +647,7 @@ configuration. You need to explicitly configure the build 
with
 so if you allow the use of GPL, you should configure with
 @code{--enable-gpl --enable-nonfree --enable-libfdk-aac}.
 
-This encoder is considered to produce output on par or worse at 128kbps to the
-@ref{aacenc,,the native FFmpeg AAC encoder} but can often produce better
-sounding audio at identical or lower bitrates and has support for the
-AAC-HE profiles.
+This encoder has support for the AAC-HE profiles.
 
 VBR encoding, enabled through the @option{vbr} or @option{flags
 +qscale} options, is experimental and only works with some

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] doc/filters: add tpad default values

2020-03-28 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Sat Mar 28 11:44:09 2020 
-0800| [3cb099e9ab35a77103acbb3476565db59d8d81fb] | committer: Lou Logan

doc/filters: add tpad default values

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3cb099e9ab35a77103acbb3476565db59d8d81fb
---

 doc/filters.texi | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 9c9f9a8ac3..44d41a87cf 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -18519,29 +18519,31 @@ The filter accepts the following options:
 
 @table @option
 @item start
-Specify number of delay frames before input video stream.
+Specify number of delay frames before input video stream. Default is 0.
 
 @item stop
 Specify number of padding frames after input video stream.
-Set to -1 to pad indefinitely.
+Set to -1 to pad indefinitely. Default is 0.
 
 @item start_mode
 Set kind of frames added to beginning of stream.
 Can be either @var{add} or @var{clone}.
 With @var{add} frames of solid-color are added.
 With @var{clone} frames are clones of first frame.
+Default is @var{add}.
 
 @item stop_mode
 Set kind of frames added to end of stream.
 Can be either @var{add} or @var{clone}.
 With @var{add} frames of solid-color are added.
 With @var{clone} frames are clones of last frame.
+Default is @var{add}.
 
 @item start_duration, stop_duration
 Specify the duration of the start/stop delay. See
 @ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) 
manual,ffmpeg-utils}
 for the accepted syntax.
-These options override @var{start} and @var{stop}.
+These options override @var{start} and @var{stop}. Default is 0.
 
 @item color
 Specify the color of the padded area. For the syntax of this option,

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] avfilter/Makefile: add missing framesync dependency to bm3d & mix filters

2019-11-08 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Wed Nov  6 10:37:09 2019 
-0900| [007e03348dbd8d3de3eb09022d72c734a8608144] | committer: Lou Logan

avfilter/Makefile: add missing framesync dependency to bm3d & mix filters

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=007e03348dbd8d3de3eb09022d72c734a8608144
---

 libavfilter/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 3eff398860..fce930360d 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -169,7 +169,7 @@ OBJS-$(CONFIG_BITPLANENOISE_FILTER)  += 
vf_bitplanenoise.o
 OBJS-$(CONFIG_BLACKDETECT_FILTER)+= vf_blackdetect.o
 OBJS-$(CONFIG_BLACKFRAME_FILTER) += vf_blackframe.o
 OBJS-$(CONFIG_BLEND_FILTER)  += vf_blend.o framesync.o
-OBJS-$(CONFIG_BM3D_FILTER)   += vf_bm3d.o
+OBJS-$(CONFIG_BM3D_FILTER)   += vf_bm3d.o framesync.o
 OBJS-$(CONFIG_BOXBLUR_FILTER)+= vf_boxblur.o boxblur.o
 OBJS-$(CONFIG_BOXBLUR_OPENCL_FILTER) += vf_avgblur_opencl.o opencl.o \
 opencl/avgblur.o boxblur.o
@@ -304,7 +304,7 @@ OBJS-$(CONFIG_MESTIMATE_FILTER)  += 
vf_mestimate.o motion_estimation
 OBJS-$(CONFIG_METADATA_FILTER)   += f_metadata.o
 OBJS-$(CONFIG_MIDEQUALIZER_FILTER)   += vf_midequalizer.o framesync.o
 OBJS-$(CONFIG_MINTERPOLATE_FILTER)   += vf_minterpolate.o 
motion_estimation.o
-OBJS-$(CONFIG_MIX_FILTER)+= vf_mix.o
+OBJS-$(CONFIG_MIX_FILTER)+= vf_mix.o framesync.o
 OBJS-$(CONFIG_MPDECIMATE_FILTER) += vf_mpdecimate.o
 OBJS-$(CONFIG_NEGATE_FILTER) += vf_lut.o
 OBJS-$(CONFIG_NLMEANS_FILTER)+= vf_nlmeans.o

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] configure: select missing rdft for several filters

2019-11-08 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Wed Nov  6 10:35:28 2019 
-0900| [5896411437505bccb4d3581f41e058c42f596254] | committer: Lou Logan

configure: select missing rdft for several filters

afir, sinc, superequalizer, surround

For afir fft is replaced with rdft as:
rdft_select="fft"

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5896411437505bccb4d3581f41e058c42f596254
---

 configure | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/configure b/configure
index 0dcd234245..48e1426013 100755
--- a/configure
+++ b/configure
@@ -3437,7 +3437,7 @@ afftdn_filter_select="fft"
 afftfilt_filter_deps="avcodec"
 afftfilt_filter_select="fft"
 afir_filter_deps="avcodec"
-afir_filter_select="fft"
+afir_filter_select="rdft"
 amovie_filter_deps="avcodec avformat"
 aresample_filter_deps="swresample"
 asr_filter_deps="pocketsphinx"
@@ -3546,6 +3546,7 @@ showspectrum_filter_select="fft"
 showspectrumpic_filter_deps="avcodec"
 showspectrumpic_filter_select="fft"
 signature_filter_deps="gpl avcodec avformat"
+sinc_filter_select="rdft"
 smartblur_filter_deps="gpl swscale"
 sobel_opencl_filter_deps="opencl"
 sofalizer_filter_deps="libmysofa avcodec"
@@ -3560,6 +3561,8 @@ stereo3d_filter_deps="gpl"
 subtitles_filter_deps="avformat avcodec libass"
 super2xsai_filter_deps="gpl"
 pixfmts_super2xsai_test_deps="super2xsai_filter"
+superequalizer_filter_select="rdft"
+surround_filter_select="rdft"
 tinterlace_filter_deps="gpl"
 tinterlace_merge_test_deps="tinterlace_filter"
 tinterlace_pad_test_deps="tinterlace_filter"

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] avcodec/Makefile: add missing vorbis_data dependency to opus encoder

2019-11-06 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Tue Nov  5 10:17:01 2019 
-0900| [9022a5e0c25a206321f5a0bbd6a078bc510795d0] | committer: Lou Logan

avcodec/Makefile: add missing vorbis_data dependency to opus encoder

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9022a5e0c25a206321f5a0bbd6a078bc510795d0
---

 libavcodec/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 54862171f9..6f06e16419 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -503,7 +503,7 @@ OBJS-$(CONFIG_OPUS_DECODER)+= opusdec.o opus.o 
opus_celt.o opus_rc.o
   opus_pvq.o opus_silk.o opustab.o 
vorbis_data.o \
   opusdsp.o
 OBJS-$(CONFIG_OPUS_ENCODER)+= opusenc.o opus.o opus_rc.o opustab.o 
opus_pvq.o \
-  opusenc_psy.o
+  opusenc_psy.o vorbis_data.o
 OBJS-$(CONFIG_PAF_AUDIO_DECODER)   += pafaudio.o
 OBJS-$(CONFIG_PAF_VIDEO_DECODER)   += pafvideo.o
 OBJS-$(CONFIG_PAM_DECODER) += pnmdec.o pnm.o

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] configure: select mdct for dca encoder

2019-11-06 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Tue Nov  5 10:01:55 2019 
-0900| [0663f0e0da7e9efcce125549b3bede71039c72aa] | committer: Lou Logan

configure: select mdct for dca encoder

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0663f0e0da7e9efcce125549b3bede71039c72aa
---

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index bec47d4ffe..f0be66ec8e 100755
--- a/configure
+++ b/configure
@@ -2675,6 +2675,7 @@ cook_decoder_select="audiodsp mdct sinewin"
 cscd_decoder_select="lzo"
 cscd_decoder_suggest="zlib"
 dca_decoder_select="mdct"
+dca_encoder_select="mdct"
 dds_decoder_select="texturedsp"
 dirac_decoder_select="dirac_parse dwt golomb videodsp mpegvideoenc"
 dnxhd_decoder_select="blockdsp idctdsp"

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] avcodec/Makefile: add missing h263data dependency to snow encoder

2019-11-06 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Tue Nov  5 10:21:10 2019 
-0900| [b973d2795224d0b66c54e67ee2d708f87cd0df59] | committer: Lou Logan

avcodec/Makefile: add missing h263data dependency to snow encoder

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b973d2795224d0b66c54e67ee2d708f87cd0df59
---

 libavcodec/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 6f06e16419..04e94f3f30 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -587,7 +587,7 @@ OBJS-$(CONFIG_SMC_DECODER) += smc.o
 OBJS-$(CONFIG_SMVJPEG_DECODER) += smvjpegdec.o
 OBJS-$(CONFIG_SNOW_DECODER)+= snowdec.o snow.o snow_dwt.o
 OBJS-$(CONFIG_SNOW_ENCODER)+= snowenc.o snow.o snow_dwt.o  
   \
-  h263.o ituh263enc.o
+  h263.o h263data.o ituh263enc.o
 OBJS-$(CONFIG_SOL_DPCM_DECODER)+= dpcm.o
 OBJS-$(CONFIG_SONIC_DECODER)   += sonic.o
 OBJS-$(CONFIG_SONIC_ENCODER)   += sonic.o

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] avcodec/Makefile: add missing msmpeg4* dependencies to wmv1 encoder

2019-11-06 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Tue Nov  5 10:28:07 2019 
-0900| [a0c74060754821d2b04b84860d2d56ed15c08738] | committer: Lou Logan

avcodec/Makefile: add missing msmpeg4* dependencies to wmv1 encoder

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a0c74060754821d2b04b84860d2d56ed15c08738
---

 libavcodec/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 04e94f3f30..eee1e505f9 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -705,7 +705,7 @@ OBJS-$(CONFIG_WMAVOICE_DECODER)+= wmavoice.o \
   celp_filters.o \
   acelp_vectors.o acelp_filters.o
 OBJS-$(CONFIG_WMV1_DECODER)+= msmpeg4dec.o msmpeg4.o msmpeg4data.o
-OBJS-$(CONFIG_WMV1_ENCODER)+= msmpeg4enc.o
+OBJS-$(CONFIG_WMV1_ENCODER)+= msmpeg4enc.o msmpeg4.o msmpeg4data.o
 OBJS-$(CONFIG_WMV2_DECODER)+= wmv2dec.o wmv2.o wmv2data.o \
   msmpeg4dec.o msmpeg4.o msmpeg4data.o
 OBJS-$(CONFIG_WMV2_ENCODER)+= wmv2enc.o wmv2.o wmv2data.o \

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] configure: select bswapdsp for ylc decoder

2019-11-05 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Mon Nov  4 14:25:31 2019 
-0900| [121326d7b84cd7628dacc8605c541b20d0abddba] | committer: Lou Logan

configure: select bswapdsp for ylc decoder

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=121326d7b84cd7628dacc8605c541b20d0abddba
---

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 4f185d5c66..bec47d4ffe 100755
--- a/configure
+++ b/configure
@@ -2868,6 +2868,7 @@ wmv3_decoder_select="vc1_decoder"
 wmv3image_decoder_select="wmv3_decoder"
 xma1_decoder_select="wmapro_decoder"
 xma2_decoder_select="wmapro_decoder"
+ylc_decoder_select="bswapdsp"
 zerocodec_decoder_deps="zlib"
 zlib_decoder_deps="zlib"
 zlib_encoder_deps="zlib"

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] configure: select bswapdsp for mdec decoder

2019-11-05 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Mon Nov  4 14:20:10 2019 
-0900| [16503a933d5a11f85df09a7b094e872caf31c7fe] | committer: Lou Logan

configure: select bswapdsp for mdec decoder

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=16503a933d5a11f85df09a7b094e872caf31c7fe
---

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 1d6fcffd45..099592a820 100755
--- a/configure
+++ b/configure
@@ -2739,7 +2739,7 @@ ljpeg_encoder_select="idctdsp jpegtables mpegvideoenc"
 lscr_decoder_deps="zlib"
 magicyuv_decoder_select="llviddsp"
 magicyuv_encoder_select="llvidencdsp"
-mdec_decoder_select="blockdsp idctdsp mpegvideo"
+mdec_decoder_select="blockdsp bswapdsp idctdsp mpegvideo"
 metasound_decoder_select="lsp mdct sinewin"
 mimic_decoder_select="blockdsp bswapdsp hpeldsp idctdsp"
 mjpeg_decoder_select="blockdsp hpeldsp exif idctdsp jpegtables"

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] configure: select fft for qdmc decoder

2019-11-05 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Mon Nov  4 14:23:41 2019 
-0900| [c69ade947abbd924cd0084a9d2eb27f32792205a] | committer: Lou Logan

configure: select fft for qdmc decoder

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c69ade947abbd924cd0084a9d2eb27f32792205a
---

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 099592a820..4f185d5c66 100755
--- a/configure
+++ b/configure
@@ -3147,6 +3147,7 @@ mp2_at_decoder_select="mpegaudioheader"
 mp3_at_decoder_select="mpegaudioheader"
 pcm_alaw_at_decoder_deps="audiotoolbox"
 pcm_mulaw_at_decoder_deps="audiotoolbox"
+qdmc_decoder_select="fft"
 qdmc_at_decoder_deps="audiotoolbox"
 qdm2_at_decoder_deps="audiotoolbox"
 aac_at_encoder_deps="audiotoolbox"

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] configure: select mdct for atrac3al decoder

2019-11-05 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Mon Nov  4 14:06:22 2019 
-0900| [e8e788da97edf13fcd0edb5c47890d6547aad48e] | committer: Lou Logan

configure: select mdct for atrac3al decoder

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e8e788da97edf13fcd0edb5c47890d6547aad48e
---

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 2291764e98..1d95499ddd 100755
--- a/configure
+++ b/configure
@@ -2658,6 +2658,7 @@ asv2_decoder_select="blockdsp bswapdsp idctdsp"
 asv2_encoder_select="aandcttables bswapdsp fdctdsp pixblockdsp"
 atrac1_decoder_select="mdct sinewin"
 atrac3_decoder_select="mdct"
+atrac3al_decoder_select="mdct"
 atrac3p_decoder_select="mdct sinewin"
 atrac3pal_decoder_select="mdct sinewin"
 atrac9_decoder_select="mdct"

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] configure: select mdct & sinewin for atrac3pal decoder

2019-11-05 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Mon Nov  4 14:01:45 2019 
-0900| [e5511bc1bd2e14baf20fc6da380018293bc06a8b] | committer: Lou Logan

configure: select mdct & sinewin for atrac3pal decoder

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e5511bc1bd2e14baf20fc6da380018293bc06a8b
---

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index b3a96c9fd4..2291764e98 100755
--- a/configure
+++ b/configure
@@ -2659,6 +2659,7 @@ asv2_encoder_select="aandcttables bswapdsp fdctdsp 
pixblockdsp"
 atrac1_decoder_select="mdct sinewin"
 atrac3_decoder_select="mdct"
 atrac3p_decoder_select="mdct sinewin"
+atrac3pal_decoder_select="mdct sinewin"
 atrac9_decoder_select="mdct"
 avrn_decoder_select="exif jpegtables"
 bink_decoder_select="blockdsp hpeldsp"

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] configure: select bswapdsp for imm4 decoder

2019-11-05 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Mon Nov  4 14:14:41 2019 
-0900| [04e23e027e582210f1b951a4b11c8aa13a361281] | committer: Lou Logan

configure: select bswapdsp for imm4 decoder

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04e23e027e582210f1b951a4b11c8aa13a361281
---

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 4066d47758..1d6fcffd45 100755
--- a/configure
+++ b/configure
@@ -2726,6 +2726,7 @@ huffyuv_encoder_select="bswapdsp huffman huffyuvencdsp 
llvidencdsp"
 hymt_decoder_select="huffyuv_decoder"
 iac_decoder_select="imc_decoder"
 imc_decoder_select="bswapdsp fft mdct sinewin"
+imm4_decoder_select="bswapdsp"
 imm5_decoder_select="h264_decoder hevc_decoder"
 indeo3_decoder_select="hpeldsp"
 indeo4_decoder_select="ividsp"

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] avcodec/Makefile: add missing ass dependency to ccaption decoder

2019-11-05 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Mon Nov  4 14:12:24 2019 
-0900| [3bfd12d84c167d601b42d92339bd6b97b3440ea7] | committer: Lou Logan

avcodec/Makefile: add missing ass dependency to ccaption decoder

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3bfd12d84c167d601b42d92339bd6b97b3440ea7
---

 libavcodec/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 2b6fbbca2a..54862171f9 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -242,7 +242,7 @@ OBJS-$(CONFIG_BRENDER_PIX_DECODER) += brenderpix.o
 OBJS-$(CONFIG_C93_DECODER) += c93.o
 OBJS-$(CONFIG_CAVS_DECODER)+= cavs.o cavsdec.o cavsdsp.o \
   cavsdata.o
-OBJS-$(CONFIG_CCAPTION_DECODER)+= ccaption_dec.o
+OBJS-$(CONFIG_CCAPTION_DECODER)+= ccaption_dec.o ass.o
 OBJS-$(CONFIG_CDGRAPHICS_DECODER)  += cdgraphics.o
 OBJS-$(CONFIG_CDXL_DECODER)+= cdxl.o
 OBJS-$(CONFIG_CFHD_DECODER)+= cfhd.o cfhddata.o

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] configure: select audiodsp for acelp_kelvin decoder

2019-11-05 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Mon Nov  4 14:10:11 2019 
-0900| [1c7e661adbf3a20c6632f6617a9bd4249a4eaed9] | committer: Lou Logan

configure: select audiodsp for acelp_kelvin decoder

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1c7e661adbf3a20c6632f6617a9bd4249a4eaed9
---

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 1d95499ddd..4066d47758 100755
--- a/configure
+++ b/configure
@@ -2635,6 +2635,7 @@ ac3_decoder_select="ac3_parser ac3dsp bswapdsp fmtconvert 
mdct"
 ac3_fixed_decoder_select="ac3_parser ac3dsp bswapdsp mdct"
 ac3_encoder_select="ac3dsp audiodsp mdct me_cmp"
 ac3_fixed_encoder_select="ac3dsp audiodsp mdct me_cmp"
+acelp_kelvin_decoder_select="audiodsp"
 adpcm_g722_decoder_select="g722dsp"
 adpcm_g722_encoder_select="g722dsp"
 aic_decoder_select="golomb idctdsp"

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] avformat/Makefile: add missing pcm dependency to hcom demuxer

2019-11-04 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Fri Nov  1 13:57:38 2019 
-0800| [82bb7900db50d2e3f2d44e042c1fa62ccb306fff] | committer: Lou Logan

avformat/Makefile: add missing pcm dependency to hcom demuxer

Signed-off-by: Lou Logan 
Signed-off-by: Carl Eugen Hoyos 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=82bb7900db50d2e3f2d44e042c1fa62ccb306fff
---

 libavformat/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/Makefile b/libavformat/Makefile
index 615156c120..8ea85ee828 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -219,7 +219,7 @@ OBJS-$(CONFIG_H263_MUXER)+= rawenc.o
 OBJS-$(CONFIG_H264_DEMUXER)  += h264dec.o rawdec.o
 OBJS-$(CONFIG_H264_MUXER)+= rawenc.o
 OBJS-$(CONFIG_HASH_MUXER)+= hashenc.o
-OBJS-$(CONFIG_HCOM_DEMUXER)  += hcom.o
+OBJS-$(CONFIG_HCOM_DEMUXER)  += hcom.o pcm.o
 OBJS-$(CONFIG_HDS_MUXER) += hdsenc.o
 OBJS-$(CONFIG_HEVC_DEMUXER)  += hevcdec.o rawdec.o
 OBJS-$(CONFIG_HEVC_MUXER)+= rawenc.o

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] configure: select jpegtables for rtp muxer

2019-11-04 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Fri Nov  1 13:35:53 2019 
-0800| [132bc8817e661877853c940fafde41c6a8a96cd5] | committer: Lou Logan

configure: select jpegtables for rtp muxer

Signed-off-by: Lou Logan 
Signed-off-by: Carl Eugen Hoyos 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=132bc8817e661877853c940fafde41c6a8a96cd5
---

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 211305ff2f..c050d88414 100755
--- a/configure
+++ b/configure
@@ -3286,7 +3286,7 @@ ogv_muxer_select="ogg_muxer"
 opus_muxer_select="ogg_muxer"
 psp_muxer_select="mov_muxer"
 rtp_demuxer_select="sdp_demuxer"
-rtp_muxer_select="golomb"
+rtp_muxer_select="golomb jpegtables"
 rtpdec_select="asf_demuxer jpegtables mov_demuxer mpegts_demuxer rm_demuxer 
rtp_protocol srtp"
 rtsp_demuxer_select="http_protocol rtpdec"
 rtsp_muxer_select="rtp_muxer http_protocol rtp_protocol rtpenc_chain"

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] configure: select riffdec for act demuxer

2019-11-04 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Fri Nov  1 13:50:33 2019 
-0800| [16ccafad9592ab59eb044bea7ac7448b319c8126] | committer: Lou Logan

configure: select riffdec for act demuxer

Signed-off-by: Lou Logan 
Signed-off-by: Carl Eugen Hoyos 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=16ccafad9592ab59eb044bea7ac7448b319c8126
---

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index c050d88414..b3a96c9fd4 100755
--- a/configure
+++ b/configure
@@ -3232,6 +3232,7 @@ videotoolbox_encoder_deps="videotoolbox 
VTCompressionSessionPrepareToEncodeFrame
 
 # demuxers / muxers
 ac3_demuxer_select="ac3_parser"
+act_demuxer_select="riffdec"
 aiff_muxer_select="iso_media"
 asf_demuxer_select="riffdec"
 asf_o_demuxer_select="riffdec"

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] avformat/Makefile: add missing pcm dependency to sdx demuxer

2019-11-04 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Fri Nov  1 14:18:35 2019 
-0800| [cae7f6658cf37e4075cec4ff3f24eaeb79ff6131] | committer: Lou Logan

avformat/Makefile: add missing pcm dependency to sdx demuxer

Signed-off-by: Lou Logan 
Signed-off-by: Carl Eugen Hoyos 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cae7f6658cf37e4075cec4ff3f24eaeb79ff6131
---

 libavformat/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/Makefile b/libavformat/Makefile
index 396061ef46..8251f8f657 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -470,7 +470,7 @@ OBJS-$(CONFIG_SCC_MUXER) += sccenc.o 
subtitles.o
 OBJS-$(CONFIG_SDP_DEMUXER)   += rtsp.o
 OBJS-$(CONFIG_SDR2_DEMUXER)  += sdr2.o
 OBJS-$(CONFIG_SDS_DEMUXER)   += sdsdec.o
-OBJS-$(CONFIG_SDX_DEMUXER)   += sdxdec.o
+OBJS-$(CONFIG_SDX_DEMUXER)   += sdxdec.o pcm.o
 OBJS-$(CONFIG_SEGAFILM_DEMUXER)  += segafilm.o
 OBJS-$(CONFIG_SEGAFILM_MUXER)+= segafilmenc.o
 OBJS-$(CONFIG_SEGMENT_MUXER) += segment.o

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] avformat/Makefile: add missing pcm dependency to nsp demuxer

2019-11-04 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Fri Nov  1 14:14:44 2019 
-0800| [5f78ca83d61a376386f4ae78dcb409c7a643e600] | committer: Lou Logan

avformat/Makefile: add missing pcm dependency to nsp demuxer

Signed-off-by: Lou Logan 
Signed-off-by: Carl Eugen Hoyos 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5f78ca83d61a376386f4ae78dcb409c7a643e600
---

 libavformat/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/Makefile b/libavformat/Makefile
index 8ea85ee828..396061ef46 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -344,7 +344,7 @@ OBJS-$(CONFIG_MXF_MUXER) += mxfenc.o mxf.o 
audiointerleave.o avc
 OBJS-$(CONFIG_MXG_DEMUXER)   += mxg.o
 OBJS-$(CONFIG_NC_DEMUXER)+= ncdec.o
 OBJS-$(CONFIG_NISTSPHERE_DEMUXER)+= nistspheredec.o pcm.o
-OBJS-$(CONFIG_NSP_DEMUXER)   += nspdec.o
+OBJS-$(CONFIG_NSP_DEMUXER)   += nspdec.o pcm.o
 OBJS-$(CONFIG_NSV_DEMUXER)   += nsvdec.o
 OBJS-$(CONFIG_NULL_MUXER)+= nullenc.o
 OBJS-$(CONFIG_NUT_DEMUXER)   += nutdec.o nut.o isom.o

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] configure: fix standalone compilation of mxf muxer

2019-10-30 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Tue Oct 29 16:11:46 2019 
-0800| [881f083a16a17509aaa53274f2c6f4f4c507dade] | committer: Lou Logan

configure: fix standalone compilation of mxf muxer

Signed-off-by: Lou Logan 
Signed-off-by: Paul B Mahol 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=881f083a16a17509aaa53274f2c6f4f4c507dade
---

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 7f63eebc9d..875b77fdf1 100755
--- a/configure
+++ b/configure
@@ -3273,6 +3273,7 @@ mp4_muxer_select="mov_muxer"
 mpegts_demuxer_select="iso_media"
 mpegts_muxer_select="adts_muxer latm_muxer"
 mpegtsraw_demuxer_select="mpegts_demuxer"
+mxf_muxer_select="golomb"
 mxf_d10_muxer_select="mxf_muxer"
 mxf_opatom_muxer_select="mxf_muxer"
 nut_muxer_select="riffenc"

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] cmdutils: trailing options may be ignored

2019-10-01 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Fri Sep 27 12:19:24 2019 
-0800| [61b7676bd5a6ae79e4a607a600d3741c84ec6d8a] | committer: Lou Logan

cmdutils: trailing options may be ignored

Signed-off-by: Lou Logan 
Signed-off-by: mypopy 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=61b7676bd5a6ae79e4a607a600d3741c84ec6d8a
---

 fftools/cmdutils.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
index 6f4031fbb9..84f98b7c04 100644
--- a/fftools/cmdutils.c
+++ b/fftools/cmdutils.c
@@ -848,8 +848,8 @@ do {
   \
 }
 
 if (octx->cur_group.nb_opts || codec_opts || format_opts || resample_opts)
-av_log(NULL, AV_LOG_WARNING, "Trailing options were found on the "
-   "commandline.\n");
+av_log(NULL, AV_LOG_WARNING, "Trailing option(s) found in the "
+   "command: may be ignored.\n");
 
 av_log(NULL, AV_LOG_DEBUG, "Finished splitting the commandline.\n");
 

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] ffmpeg_opt: remove errant space

2019-09-27 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Fri Sep 27 15:17:15 2019 
-0800| [04858650b1787c132c865530084855b36027b8a7] | committer: Lou Logan

ffmpeg_opt: remove errant space

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04858650b1787c132c865530084855b36027b8a7
---

 fftools/ffmpeg_opt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c
index 661441c161..fa22eb361d 100644
--- a/fftools/ffmpeg_opt.c
+++ b/fftools/ffmpeg_opt.c
@@ -932,7 +932,7 @@ static void assert_file_overwrite(const char *filename)
 if (!file_overwrite) {
 if (proto_name && !strcmp(proto_name, "file") && avio_check(filename, 
0) == 0) {
 if (stdin_interaction && !no_file_overwrite) {
-fprintf(stderr,"File '%s' already exists. Overwrite ? [y/N] ", 
filename);
+fprintf(stderr,"File '%s' already exists. Overwrite? [y/N] ", 
filename);
 fflush(stderr);
 term_exit();
 signal(SIGINT, SIG_DFL);

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] doc/ffmpeg: -timelimit is in user time

2019-09-27 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Thu Sep 26 10:18:57 2019 
-0800| [419e5e794285b9c4df34251a92698e9e75aa5e35] | committer: Lou Logan

doc/ffmpeg: -timelimit is in user time

Signed-off-by: Lou Logan 
Signed-off-by: Michael Niedermayer 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=419e5e794285b9c4df34251a92698e9e75aa5e35
---

 doc/ffmpeg.texi  | 2 +-
 fftools/ffmpeg_opt.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 1da18d9d0b..92337d 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -1383,7 +1383,7 @@ it will usually display as 0 if not supported.
 Show benchmarking information during the encode.
 Shows real, system and user time used in various steps (audio/video 
encode/decode).
 @item -timelimit @var{duration} (@emph{global})
-Exit after ffmpeg has been running for @var{duration} seconds.
+Exit after ffmpeg has been running for @var{duration} seconds in CPU user time.
 @item -dump (@emph{global})
 Dump each input packet to stderr.
 @item -hex (@emph{global})
diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c
index b2aa63e7ee..661441c161 100644
--- a/fftools/ffmpeg_opt.c
+++ b/fftools/ffmpeg_opt.c
@@ -3443,7 +3443,7 @@ const OptionDef options[] = {
 { "stdin",  OPT_BOOL | OPT_EXPERT,   { 
_interaction },
   "enable or disable interaction on standard input" },
 { "timelimit",  HAS_ARG | OPT_EXPERT,{ 
.func_arg = opt_timelimit },
-"set max runtime in seconds", "limit" },
+"set max runtime in seconds in CPU user time", "limit" },
 { "dump",   OPT_BOOL | OPT_EXPERT,   { 
_pkt_dump },
 "dump each input packet" },
 { "hex",OPT_BOOL | OPT_EXPERT,   { 
_hex_dump },

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] doc/mailing-list-faq: auto unsubscribe due to DMARC

2019-04-20 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Sat Apr 20 13:52:44 2019 
-0800| [d8245cff167f4e18079770bfb96b66cc6f4fd757] | committer: Lou Logan

doc/mailing-list-faq: auto unsubscribe due to DMARC

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d8245cff167f4e18079770bfb96b66cc6f4fd757
---

 doc/mailing-list-faq.texi | 20 +---
 1 file changed, 17 insertions(+), 3 deletions(-)

diff --git a/doc/mailing-list-faq.texi b/doc/mailing-list-faq.texi
index 9c202d690a..439d783956 100644
--- a/doc/mailing-list-faq.texi
+++ b/doc/mailing-list-faq.texi
@@ -257,20 +257,25 @@ with the subject @emph{set delivery off}. To re-enable 
mail delivery send a
 message to @email{ffmpeg-user-request@@ffmpeg.org} with the subject
 @emph{set delivery on}.
 
+@anchor{Why is the mailing list munging my address?}
 @section Why is the mailing list munging my address?
 
-This is due to subscribers that use a mail service with a DMARC reject policy
+This is due to subscribers that use an email service with a DMARC reject policy
 which adds difficulties to mailing list operators.
 
 The mailing list must re-write (munge) the @emph{From:} header for such users;
-otherwise their mail service will reject and bounce the message resulting in
+otherwise their email service will reject and bounce the message resulting in
 automatic unsubscribing from the mailing list.
 
 When sending a message these users will see @emph{via }
 added to their name and the @emph{From:} address munged to the address of
 the particular mailing list.
 
-If you want to avoid this then please use a different mail service.
+If you want to avoid this then please use a different email service.
+
+Note that ffmpeg-devel does not apply any munging as it causes issues with
+patch authorship. As a result users with an email service with a DMARC reject
+policy may be automatically unsubscribed due to rejected and bounced messages.
 
 @chapter Rules and Etiquette
 
@@ -370,6 +375,15 @@ form a multi-part message is recommended by email 
standards.
 Check your spam folder.
 @end itemize
 
+@anchor{Why do I keep getting unsubscribed from ffmpeg-devel?}
+@section Why do I keep getting unsubscribed from ffmpeg-devel?
+
+Users with an email service that has a DMARC reject or quarantine policy may be
+automatically unsubscribed from the ffmpeg-devel mailing list due to the 
mailing
+list messages being continuously rejected and bounced back.
+
+Consider using a different email service.
+
 @anchor{Who do I contact if I have a problem with the mailing list?}
 @section Who do I contact if I have a problem with the mailing list?
 

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] doc/mailing-list-faq: add DMARC munging

2019-04-18 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Thu Apr 18 12:01:57 2019 
-0800| [d7e8e62797d80032471410ff2ae568a482f0f8b4] | committer: Lou Logan

doc/mailing-list-faq: add DMARC munging

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d7e8e62797d80032471410ff2ae568a482f0f8b4
---

 doc/mailing-list-faq.texi | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/doc/mailing-list-faq.texi b/doc/mailing-list-faq.texi
index 132c037554..9c202d690a 100644
--- a/doc/mailing-list-faq.texi
+++ b/doc/mailing-list-faq.texi
@@ -257,6 +257,21 @@ with the subject @emph{set delivery off}. To re-enable 
mail delivery send a
 message to @email{ffmpeg-user-request@@ffmpeg.org} with the subject
 @emph{set delivery on}.
 
+@section Why is the mailing list munging my address?
+
+This is due to subscribers that use a mail service with a DMARC reject policy
+which adds difficulties to mailing list operators.
+
+The mailing list must re-write (munge) the @emph{From:} header for such users;
+otherwise their mail service will reject and bounce the message resulting in
+automatic unsubscribing from the mailing list.
+
+When sending a message these users will see @emph{via }
+added to their name and the @emph{From:} address munged to the address of
+the particular mailing list.
+
+If you want to avoid this then please use a different mail service.
+
 @chapter Rules and Etiquette
 
 @section What are the rules and the proper etiquette?

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-cvslog] MAINTAINERS: remove myself as mailing list maintainer

2019-03-21 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Thu Mar 21 11:34:13 2019 
-0800| [73661740862286464513e2792a31813d383c6afa] | committer: Lou Logan

MAINTAINERS: remove myself as mailing list maintainer

Refer to Michael, compn, or Baptiste.

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=73661740862286464513e2792a31813d383c6afa
---

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0545b87e55..88b0109f22 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -53,7 +53,7 @@ Communication
 website Deby Barbara Lepage
 fate.ffmpeg.org Timothy Gu
 Trac bug trackerAlexander Strasser, Michael 
Niedermayer, Carl Eugen Hoyos
-mailing lists   Baptiste Coudurier, Lou Logan
+mailing lists   Baptiste Coudurier
 Google+ Paul B Mahol, Michael Niedermayer, 
Alexander Strasser
 Twitter     Lou Logan, Reynaldo H. Verdejo Pinochet
 Launchpad   Timothy Gu

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/mailing-list-faq: ffmpeg-devel is now subscription only

2019-03-21 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Thu Mar 21 11:26:11 2019 
-0800| [171f8ee40bd77eebe0cf18315a370e097833cd1b] | committer: Lou Logan

doc/mailing-list-faq: ffmpeg-devel is now subscription only

Nobody is going to check the queue anymore, so users must now subscribe to
send messages to ffmpeg-devel. This will prevent orphaned/ignored messages
from rotting in the abandoned queue. This matches the behavior of ffmpeg-user
and libav-user.

Also, this addresses some other nits.

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=171f8ee40bd77eebe0cf18315a370e097833cd1b
---

 doc/mailing-list-faq.texi | 22 --
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/doc/mailing-list-faq.texi b/doc/mailing-list-faq.texi
index 3f2be1071a..132c037554 100644
--- a/doc/mailing-list-faq.texi
+++ b/doc/mailing-list-faq.texi
@@ -64,10 +64,6 @@ Email @email{ffmpeg-devel@@ffmpeg.org} to send a message to 
the
 ffmpeg-devel mailing list.
 @end itemize
 
-Note that the ffmpeg-devel mailing list does not require you to subscribe
-to send a message or patch, but ffmpeg-user and libav-user do require
-subscription.
-
 @chapter Subscribing / Unsubscribing
 
 @anchor{How do I subscribe?}
@@ -94,6 +90,9 @@ The process is the same for the other mailing lists.
 Please avoid asking a mailing list admin to unsubscribe you unless you
 are absolutely unable to do so by yourself. See @ref{Who do I contact if I 
have a problem with the mailing list?}
 
+Note that it is possible to temporarily halt message delivery (vacation mode).
+See @ref{How do I disable mail delivery without unsubscribing?}
+
 @chapter Moderation Queue
 @anchor{Why is my message awaiting moderator approval?}
 @section Why is my message awaiting moderator approval?
@@ -116,7 +115,8 @@ or is abusive towards others).
 
 @section How long does it take for my message in the moderation queue to be 
approved?
 
-The queue is usually checked daily to several times a week.
+The queue is not checked on a regular basis. You can ask on the
+@t{#ffmpeg-devel} IRC channel on Freenode for someone to approve your message.
 
 @anchor{How do I delete my message in the moderation queue?}
 @section How do I delete my message in the moderation queue?
@@ -157,11 +157,12 @@ Perform a site search using your favorite search engine. 
Example:
 
 You can ask for help in the official @t{#ffmpeg} IRC channel on Freenode.
 
-Some users prefer the third-party Nabble interface which presents the
-mailing lists in a typical forum layout.
+Some users prefer the third-party @url{http://www.ffmpeg-archive.org/, Nabble}
+interface which presents the mailing lists in a typical forum layout.
 
-There are also numerous third-party help sites such as Super User and
-r/ffmpeg on reddit.
+There are also numerous third-party help sites such as
+@url{https://superuser.com/tags/ffmpeg, Super User} and
+@url{https://www.reddit.com/r/ffmpeg/, r/ffmpeg on reddit}.
 
 @anchor{What is top-posting?}
 @section What is top-posting?
@@ -181,7 +182,7 @@ instead of attaching them.
 Anywhere that is not too annoying for us to use.
 
 Google Drive and Dropbox are acceptable if you need a file host, and
-0x0.st is good for files under 256 MiB.
+@url{https://0x0.st/, 0x0.st} is good for files under 256 MiB.
 
 Small, short samples are preferred if possible.
 
@@ -228,6 +229,7 @@ or headers.
 
 You can then filter the mailing list messages to their own folder.
 
+@anchor{How do I disable mail delivery without unsubscribing?}
 @section How do I disable mail delivery without unsubscribing?
 
 Sometimes you may want to temporarily stop receiving all mailing list

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] MAINTAINERS: remove myself as a docs & trac maintainer

2019-02-22 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Fri Feb 22 10:49:31 2019 
-0900| [6f93868e464da4871742679031579b71b2e225a6] | committer: Lou Logan

MAINTAINERS: remove myself as a docs & trac maintainer

It is no longer interesting.

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6f93868e464da4871742679031579b71b2e225a6
---

 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 412a739c37..0df4d90121 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -39,7 +39,7 @@ QuickTime faststart:
 Miscellaneous Areas
 ===
 
-documentation   Stefano Sabatini, Mike Melanson, 
Timothy Gu, Lou Logan, Gyan Doshi
+documentation   Stefano Sabatini, Mike Melanson, 
Timothy Gu, Gyan Doshi
 project server  Árpád Gereöffy, Michael Niedermayer, 
Reimar Doeffinger, Alexander Strasser, Nikolay Aleksandrov
 presets Robert Swain
 metadata subsystem  Aurelien Jacobs
@@ -52,7 +52,7 @@ Communication
 
 website Deby Barbara Lepage
 fate.ffmpeg.org Timothy Gu
-Trac bug trackerAlexander Strasser, Michael 
Niedermayer, Carl Eugen Hoyos, Lou Logan
+Trac bug trackerAlexander Strasser, Michael 
Niedermayer, Carl Eugen Hoyos
 mailing lists   Baptiste Coudurier, Lou Logan
 Google+ Paul B Mahol, Michael Niedermayer, 
Alexander Strasser
 Twitter         Lou Logan, Reynaldo H. Verdejo Pinochet

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/mailing-list-faq: add Mail Delivery info

2019-02-20 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Wed Feb 20 11:50:17 2019 
-0900| [6bfda984b3d06e50890129a28061323c18f2d73f] | committer: Lou Logan

doc/mailing-list-faq: add Mail Delivery info

Can be used as a vacation mode to enable/disable mail delivery
without needing to unsubscribe.

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6bfda984b3d06e50890129a28061323c18f2d73f
---

 doc/mailing-list-faq.texi | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/doc/mailing-list-faq.texi b/doc/mailing-list-faq.texi
index 3ab89d6677..3f2be1071a 100644
--- a/doc/mailing-list-faq.texi
+++ b/doc/mailing-list-faq.texi
@@ -228,6 +228,33 @@ or headers.
 
 You can then filter the mailing list messages to their own folder.
 
+@section How do I disable mail delivery without unsubscribing?
+
+Sometimes you may want to temporarily stop receiving all mailing list
+messages. This "vacation mode" is simple to do:
+
+@enumerate
+@item
+Go to the @url{https://lists.ffmpeg.org/mailman/listinfo/ffmpeg-user/, 
ffmpeg-user mailing list info page}
+
+@item
+Enter your email address in the box at very bottom of the page and click the
+@emph{Unsubscribe or edit options} box.
+
+@item
+Enter your password and click the @emph{Log in} button.
+
+@item
+Look for the @emph{Mail delivery} option. Here you can disable/enable mail
+delivery. If you check @emph{Set globally} it will apply your choice to all
+other FFmpeg mailing lists you are subscribed to.
+@end enumerate
+
+Alternatively, from your subscribed address, send a message to 
@email{ffmpeg-user-request@@ffmpeg.org}
+with the subject @emph{set delivery off}. To re-enable mail delivery send a
+message to @email{ffmpeg-user-request@@ffmpeg.org} with the subject
+@emph{set delivery on}.
+
 @chapter Rules and Etiquette
 
 @section What are the rules and the proper etiquette?

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] avformat/img2enc: mention -frames:v in error message

2019-01-22 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Mon Jan 14 15:14:48 2019 
-0900| [d92f06eb6663dce8cb8942a1314f736a07f255e0] | committer: Lou Logan

avformat/img2enc: mention -frames:v in error message

Signed-off-by: Lou Logan 
Signed-off-by: Kieran O Leary 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d92f06eb6663dce8cb8942a1314f736a07f255e0
---

 libavformat/img2enc.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libavformat/img2enc.c b/libavformat/img2enc.c
index a09cc8ec50..bec4bf81dd 100644
--- a/libavformat/img2enc.c
+++ b/libavformat/img2enc.c
@@ -110,7 +110,8 @@ static int write_packet(AVFormatContext *s, AVPacket *pkt)
   AV_FRAME_FILENAME_FLAGS_MULTIPLE) < 
0 &&
img->img_number > 1) {
 av_log(s, AV_LOG_ERROR,
-   "Could not get frame filename number %d from pattern '%s' 
(either set update or use a pattern like %%03d within the filename pattern)\n",
+   "Could not get frame filename number %d from pattern '%s'. "
+   "Use '-frames:v 1' for a single image, or '-update' option, 
or use a pattern such as %%03d within the filename.\n",
img->img_number, img->path);
 return AVERROR(EINVAL);
 }

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/indevs: document libdc1394 options

2018-12-11 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Tue Dec 11 15:24:30 2018 
-0900| [11817c3316d93b64cc92b992cb375f92c3380025] | committer: Lou Logan

doc/indevs: document libdc1394 options

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=11817c3316d93b64cc92b992cb375f92c3380025
---

 doc/indevs.texi | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/doc/indevs.texi b/doc/indevs.texi
index 1f30f2360f..294ffa137c 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -1050,6 +1050,21 @@ IIDC1394 input device, based on libdc1394 and libraw1394.
 
 Requires the configure option @code{--enable-libdc1394}.
 
+@subsection Options
+@table @option
+
+@item framerate
+Set the frame rate. Default is @code{ntsc}, corresponding to a frame
+rate of @code{3/1001}.
+
+@item pixel_format
+Select the pixel format. Default is @code{uyvy422}.
+
+@item video_size
+Set the video size given as a string such as @code{640x480} or @code{hd720}.
+Default is @code{qvga}.
+@end table
+
 @section libndi_newtek
 
 The libndi_newtek input device provides capture capabilities for using NDI 
(Network

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/indevs: fix hdvbuffer typo in iec61883 example

2018-12-10 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Mon Dec 10 15:17:57 2018 
-0900| [0e8eb07980de828569aedecc84b74259401cd4c1] | committer: Lou Logan

doc/indevs: fix hdvbuffer typo in iec61883 example

Option name is dvbuffer.

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0e8eb07980de828569aedecc84b74259401cd4c1
---

 doc/indevs.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/indevs.texi b/doc/indevs.texi
index e1301ccf97..1f30f2360f 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -787,7 +787,7 @@ ffplay -f iec61883 -i auto
 Grab and record the input of a FireWire DV/HDV device,
 using a packet buffer of 10 packets if the source is HDV.
 @example
-ffmpeg -f iec61883 -i auto -hdvbuffer 10 out.mpg
+ffmpeg -f iec61883 -i auto -dvbuffer 10 out.mpg
 @end example
 
 @end itemize

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/mailing-list-faq: user lists are subscribe only

2018-07-24 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Tue Jul 24 13:33:31 2018 
-0800| [0e554bf4b9de82256b5115c53f43df09d555fc75] | committer: Lou Logan

doc/mailing-list-faq: user lists are subscribe only

Includes a few other minor changes and updates.

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0e554bf4b9de82256b5115c53f43df09d555fc75
---

 doc/mailing-list-faq.texi | 61 ---
 1 file changed, 15 insertions(+), 46 deletions(-)

diff --git a/doc/mailing-list-faq.texi b/doc/mailing-list-faq.texi
index 9af89815d5..3ab89d6677 100644
--- a/doc/mailing-list-faq.texi
+++ b/doc/mailing-list-faq.texi
@@ -47,7 +47,8 @@ We cannot provide help for scripts and/or third-party tools.
 @anchor{How do I ask a question or send a message to a mailing list?}
 @section How do I ask a question or send a message to a mailing list?
 
-All you have to do is send an email:
+First you must @ref{How do I subscribe?, subscribe}. Then all you have to do is
+send an email:
 
 @itemize
 @item
@@ -57,48 +58,17 @@ ffmpeg-user mailing list.
 @item
 Email @email{libav-user@@ffmpeg.org} to send a message to the
 libav-user mailing list.
-@end itemize
-
-If you are not subscribed to the mailing list then your question must be
-manually approved. Approval may take several days, but the wait is
-usually less. If you want the message to be sent with no delay then you
-must subscribe first. See @ref{How do I subscribe?}
-
-Please do not send a message, subscribe, and re-send the message: this
-results in duplicates, causes more work for the admins, and may lower
-your chance at getting an answer. However, you may do so if you first
-@ref{How do I delete my message in the moderation queue?, delete your original 
message from the moderation queue}.
-
-@chapter Subscribing / Unsubscribing
-
-@section What does subscribing do?
-
-Subscribing allows two things:
-
-@itemize
-@item
-Your messages will show up in the mailing list without waiting in the
-moderation queue and needing to be manually approved by a mailing list
-admin.
 
 @item
-You will receive all messages to the mailing list including replies to
-your messages. Non-subscribed users do not receive any messages.
+Email @email{ffmpeg-devel@@ffmpeg.org} to send a message to the
+ffmpeg-devel mailing list.
 @end itemize
 
-@section Do I need to subscribe?
-
-No. You can still send a message to the mailing list without
-subscribing. See @ref{How do I ask a question or send a message to a mailing 
list?}
-
-However, your message will need to be manually approved by a mailing
-list admin, and you will not receive any mailing list messages or
-replies.
+Note that the ffmpeg-devel mailing list does not require you to subscribe
+to send a message or patch, but ffmpeg-user and libav-user do require
+subscription.
 
-You can ask to be CCd in your message, but replying users will
-sometimes forget to do so.
-
-You may also view and reply to messages via the @ref{Where are the archives?, 
archives}.
+@chapter Subscribing / Unsubscribing
 
 @anchor{How do I subscribe?}
 @section How do I subscribe?
@@ -134,8 +104,6 @@ must be manually approved by a mailing list admin:
 These are:
 
 @itemize
-@item
-Messages from users who are @strong{not} subscribed.
 
 @item
 Messages that exceed the @ref{What is the message size limit?, message size 
limit}.
@@ -148,13 +116,12 @@ or is abusive towards others).
 
 @section How long does it take for my message in the moderation queue to be 
approved?
 
-The queue is usually checked once or twice a day, but on occasion
-several days may pass before someone checks the queue.
+The queue is usually checked daily to several times a week.
 
 @anchor{How do I delete my message in the moderation queue?}
 @section How do I delete my message in the moderation queue?
 
-You should have received an email with the subject @emph{Your message to 
ffmpeg-user awaits moderator approval}.
+You should have received an email with the subject @emph{Your message to 
 awaits moderator approval}.
 A link is in the message that will allow you to delete your message
 unless a mailing list admin already approved or rejected it.
 
@@ -175,6 +142,9 @@ Click the email link at the top of the message just under 
the subject
 title. The link will provide the proper headers to keep the message
 within the thread.
 
+Note that you must be subscribed to send a message to the ffmpeg-user or
+libav-user mailing lists.
+
 @section How do I search the archives?
 
 Perform a site search using your favorite search engine. Example:
@@ -203,9 +173,8 @@ Instead, use trimmed interleaved/inline replies 
(@url{https://lists.ffmpeg.org/p
 @anchor{What is the message size limit?}
 @section What is the message size limit?
 
-The message size limit is 500 kilobytes for the user lists and 1000
-kilobytes for ffmpeg-devel. Please provide links to larger files instead
-of attaching them.
+The message size limit is 1000 kilobytes. Please provide li

[FFmpeg-cvslog] avdevice/v4l2enc: add video4linux2 name alias

2018-06-18 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Thu Jun 14 13:12:27 2018 
-0800| [98e18910a3f19a1139654b2d14d0f3b2b3625cd1] | committer: Lou Logan

avdevice/v4l2enc: add video4linux2 name alias

Makes the v4l2 outdev name consistent with the v4l2 indev name.

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=98e18910a3f19a1139654b2d14d0f3b2b3625cd1
---

 libavdevice/v4l2enc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavdevice/v4l2enc.c b/libavdevice/v4l2enc.c
index 85200d0a36..1c36f81f90 100644
--- a/libavdevice/v4l2enc.c
+++ b/libavdevice/v4l2enc.c
@@ -106,7 +106,7 @@ static const AVClass v4l2_class = {
 };
 
 AVOutputFormat ff_v4l2_muxer = {
-.name   = "v4l2",
+.name   = "video4linux2,v4l2",
 .long_name  = NULL_IF_CONFIG_SMALL("Video4Linux2 output device"),
 .priv_data_size = sizeof(V4L2Context),
 .audio_codec= AV_CODEC_ID_NONE,

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/devices: order alphabetically and add missing v4l2 outdev

2018-06-13 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Wed Jun 13 11:21:12 2018 
-0800| [30af29a712b820e8e28c4963fab0160128c23d3d] | committer: Lou Logan

doc/devices: order alphabetically and add missing v4l2 outdev

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=30af29a712b820e8e28c4963fab0160128c23d3d
---

 doc/indevs.texi  | 221 +++
 doc/outdevs.texi |  62 
 2 files changed, 143 insertions(+), 140 deletions(-)

diff --git a/doc/indevs.texi b/doc/indevs.texi
index 632d1e4743..5d4c02c597 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -408,116 +408,6 @@ ffmpeg -channels 16 -format_code Hi50 -f decklink -i 
'UltraStudio Mini Recorder'
 
 @end itemize
 
-@section kmsgrab
-
-KMS video input device.
-
-Captures the KMS scanout framebuffer associated with a specified CRTC or plane 
as a
-DRM object that can be passed to other hardware functions.
-
-Requires either DRM master or CAP_SYS_ADMIN to run.
-
-If you don't understand what all of that means, you probably don't want this.  
Look at
-@option{x11grab} instead.
-
-@subsection Options
-
-@table @option
-
-@item device
-DRM device to capture on.  Defaults to @option{/dev/dri/card0}.
-
-@item format
-Pixel format of the framebuffer.  Defaults to @option{bgr0}.
-
-@item format_modifier
-Format modifier to signal on output frames.  This is necessary to import 
correctly into
-some APIs, but can't be autodetected.  See the libdrm documentation for 
possible values.
-
-@item crtc_id
-KMS CRTC ID to define the capture source.  The first active plane on the given 
CRTC
-will be used.
-
-@item plane_id
-KMS plane ID to define the capture source.  Defaults to the first active plane 
found if
-neither @option{crtc_id} nor @option{plane_id} are specified.
-
-@item framerate
-Framerate to capture at.  This is not synchronised to any page flipping or 
framebuffer
-changes - it just defines the interval at which the framebuffer is sampled.  
Sampling
-faster than the framebuffer update rate will generate independent frames with 
the same
-content.  Defaults to @code{30}.
-
-@end table
-
-@subsection Examples
-
-@itemize
-
-@item
-Capture from the first active plane, download the result to normal frames and 
encode.
-This will only work if the framebuffer is both linear and mappable - if not, 
the result
-may be scrambled or fail to download.
-@example
-ffmpeg -f kmsgrab -i - -vf 'hwdownload,format=bgr0' output.mp4
-@end example
-
-@item
-Capture from CRTC ID 42 at 60fps, map the result to VAAPI, convert to NV12 and 
encode as H.264.
-@example
-ffmpeg -crtc_id 42 -framerate 60 -f kmsgrab -i - -vf 
'hwmap=derive_device=vaapi,scale_vaapi=w=1920:h=1080:format=nv12' -c:v 
h264_vaapi output.mp4
-@end example
-
-@end itemize
-
-@section libndi_newtek
-
-The libndi_newtek input device provides capture capabilities for using NDI 
(Network
-Device Interface, standard created by NewTek).
-
-Input filename is a NDI source name that could be found by sending 
-find_sources 1
-to command line - it has no specific syntax but human-readable formatted.
-
-To enable this input device, you need the NDI SDK and you
-need to configure with the appropriate @code{--extra-cflags}
-and @code{--extra-ldflags}.
-
-@subsection Options
-
-@table @option
-
-@item find_sources
-If set to @option{true}, print a list of found/available NDI sources and exit.
-Defaults to @option{false}.
-
-@item wait_sources
-Override time to wait until the number of online sources have changed.
-Defaults to @option{0.5}.
-
-@item allow_video_fields
-When this flag is @option{false}, all video that you receive will be 
progressive.
-Defaults to @option{true}.
-
-@end table
-
-@subsection Examples
-
-@itemize
-
-@item
-List input devices:
-@example
-ffmpeg -f libndi_newtek -find_sources 1 -i dummy
-@end example
-
-@item
-Restream to NDI:
-@example
-ffmpeg -f libndi_newtek -i "DEV-5.INTERNAL.M1STEREO.TV (NDI_SOURCE_NAME_1)" -f 
libndi_newtek -y NDI_SOURCE_NAME_2
-@end example
-
-@end itemize
-
 @section dshow
 
 Windows DirectShow input device.
@@ -945,6 +835,68 @@ Set the number of channels. Default is 2.
 
 @end table
 
+@section kmsgrab
+
+KMS video input device.
+
+Captures the KMS scanout framebuffer associated with a specified CRTC or plane 
as a
+DRM object that can be passed to other hardware functions.
+
+Requires either DRM master or CAP_SYS_ADMIN to run.
+
+If you don't understand what all of that means, you probably don't want this.  
Look at
+@option{x11grab} instead.
+
+@subsection Options
+
+@table @option
+
+@item device
+DRM device to capture on.  Defaults to @option{/dev/dri/card0}.
+
+@item format
+Pixel format of the framebuffer.  Defaults to @option{bgr0}.
+
+@item format_modifier
+Format modifier to signal on output frames.  This is necessary to import 
correctly into
+some APIs, but can't be autodetected.  See the libdrm documentation for 
possible values.
+
+@item crtc_id
+KMS CRTC

[FFmpeg-cvslog] doc/filters: mention required compile options for some filters

2018-06-04 Thread Lou Logan
ffmpeg | branch: master | Lou Logan  | Mon Jun  4 16:38:20 2018 
-0800| [1f75756c719442280590b97bf17f3eed7d6aa93d] | committer: Lou Logan

doc/filters: mention required compile options for some filters

Signed-off-by: Lou Logan 

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1f75756c719442280590b97bf17f3eed7d6aa93d
---

 doc/filters.texi | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 9f8fb74090..256ab42b00 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3893,6 +3893,9 @@ not meant to be used directly.
 @section rubberband
 Apply time-stretching and pitch-shifting with librubberband.
 
+To enable compilation of this filter, you need to configure FFmpeg with
+@code{--enable-librubberband}.
+
 The filter accepts the following options:
 
 @table @option
@@ -11739,7 +11742,9 @@ Pass the video source unchanged to the output.
 @section ocr
 Optical Character Recognition
 
-This filter uses Tesseract for optical character recognition.
+This filter uses Tesseract for optical character recognition. To enable
+compilation of this filter, you need to configure FFmpeg with
+@code{--enable-libtesseract}.
 
 It accepts the following options:
 
@@ -17143,7 +17148,8 @@ 
zoompan=z='min(max(zoom,pzoom)+0.0015,1.5)':d=1:x='iw/2-(iw/zoom/2)':y='ih/2-(ih
 @anchor{zscale}
 @section zscale
 Scale (resize) the input video, using the z.lib library:
-https://github.com/sekrit-twc/zimg.
+@url{https://github.com/sekrit-twc/zimg}. To enable compilation of this
+filter, you need to configure FFmpeg with @code{--enable-libzimg}.
 
 The zscale filter forces the output display aspect ratio to be the same
 as the input, by changing the output sample aspect ratio.

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/filters: fix lenscorrection k1 & k2 typo

2018-04-12 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Thu Apr 12 12:44:49 2018 
-0800| [4d544f608608f69e68136b8333d3649866e2a7ed] | committer: Lou Logan

doc/filters: fix lenscorrection k1 & k2 typo

0 means no correction, not 0.5.

Also document ranges and defaults for options.

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4d544f608608f69e68136b8333d3649866e2a7ed
---

 doc/filters.texi | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index b78e05a329..09b07d2a4a 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -10373,15 +10373,17 @@ The filter accepts the following options:
 @item cx
 Relative x-coordinate of the focal point of the image, and thereby the center 
of the
 distortion. This value has a range [0,1] and is expressed as fractions of the 
image
-width.
+width. Default is 0.5.
 @item cy
 Relative y-coordinate of the focal point of the image, and thereby the center 
of the
 distortion. This value has a range [0,1] and is expressed as fractions of the 
image
-height.
+height. Default is 0.5.
 @item k1
-Coefficient of the quadratic correction term. 0.5 means no correction.
+Coefficient of the quadratic correction term. This value has a range [-1,1]. 0 
means
+no correction. Default is 0.
 @item k2
-Coefficient of the double quadratic correction term. 0.5 means no correction.
+Coefficient of the double quadratic correction term. This value has a range 
[-1,1].
+0 means no correction. Default is 0.
 @end table
 
 The formula that generates the correction is:

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/developer: remove merge request method of contributing

2018-04-06 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Thu Apr  5 10:10:37 2018 
-0800| [2f1963eedc0c59413a03bffd45492741020a1666] | committer: Lou Logan

doc/developer: remove merge request method of contributing

This seems to confuse Github users into thinking that we may accept pull
requests. We do not accept pull requests.

Sending patches to the ffmpeg-devel mailing list is our preferred method
for users to contribute code.

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2f1963eedc0c59413a03bffd45492741020a1666
---

 doc/developer.texi | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/doc/developer.texi b/doc/developer.texi
index 0fc9c3f21c..a0eeefe242 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -30,13 +30,11 @@ consult @url{https://ffmpeg.org/legal.html}.
 
 @chapter Contributing
 
-There are 3 ways by which code gets into FFmpeg.
+There are 2 ways by which code gets into FFmpeg:
 @itemize @bullet
-@item Submitting patches to the main developer mailing list.
+@item Submitting patches to the ffmpeg-devel mailing list.
   See @ref{Submitting patches} for details.
 @item Directly committing changes to the main tree.
-@item Committing changes to a git clone, for example on github.com or
-  gitorious.org. And asking us to merge these changes.
 @end itemize
 
 Whichever way, changes should be reviewed by the maintainer of the code

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/developer: update link to "sign-off" info

2018-04-05 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Thu Apr  5 10:00:42 2018 
-0800| [a2356e509184d79ba477ce774bb7be8b6b66f692] | committer: Lou Logan

doc/developer: update link to "sign-off" info

Found by Hendrik Schreiber.

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a2356e509184d79ba477ce774bb7be8b6b66f692
---

 doc/developer.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/developer.texi b/doc/developer.texi
index 66b2463306..0fc9c3f21c 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -562,9 +562,9 @@ Does @code{make fate} pass with the patch applied?
 Was the patch generated with git format-patch or send-email?
 
 @item
-Did you sign off your patch? (git commit -s)
-See 
@url{http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob_plain;f=Documentation/SubmittingPatches}
 for the meaning
-of sign off.
+Did you sign-off your patch? (@code{git commit -s})
+See 
@uref{https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/Documentation/process/submitting-patches.rst,
 Sign your work} for the meaning
+of @dfn{sign-off}.
 
 @item
 Did you provide a clear git commit log message?

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/ffmpeg: document -dn option

2018-02-21 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Wed Feb 21 12:32:23 2018 
-0900| [d09368a40844e62d952c77cc0fa4f6992afb924e] | committer: Lou Logan

doc/ffmpeg: document -dn option

Also mention -map in the -vn, -an, and -sn options.

Fixes #7036.

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d09368a40844e62d952c77cc0fa4f6992afb924e
---

 doc/ffmpeg.texi | 13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 25a0707dc1..86c6fd864c 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -413,6 +413,10 @@ they do not conflict with the standard, as in:
 ffmpeg -i myfile.avi -target vcd -bf 2 /tmp/vcd.mpg
 @end example
 
+@item -dn (@emph{output})
+Disable data recording. For full manual control see the @code{-map}
+option.
+
 @item -dframes @var{number} (@emph{output})
 Set the number of data frames to output. This is an obsolete alias for
 @code{-frames:d}, which you should use instead.
@@ -571,7 +575,8 @@ stored at container level, but not the aspect ratio stored 
in encoded
 frames, if it exists.
 
 @item -vn (@emph{output})
-Disable video recording.
+Disable video recording. For full manual control see the @code{-map}
+option.
 
 @item -vcodec @var{codec} (@emph{output})
 Set the video codec. This is an alias for @code{-codec:v}.
@@ -886,7 +891,8 @@ default to the number of input audio channels. For input 
streams
 this option only makes sense for audio grabbing devices and raw demuxers
 and is mapped to the corresponding demuxer options.
 @item -an (@emph{output})
-Disable audio recording.
+Disable audio recording. For full manual control see the @code{-map}
+option.
 @item -acodec @var{codec} (@emph{input/output})
 Set the audio codec. This is an alias for @code{-codec:a}.
 @item -sample_fmt[:@var{stream_specifier}] @var{sample_fmt} 
(@emph{output,per-stream})
@@ -921,7 +927,8 @@ stereo but not 6 channels as 5.1. The default is to always 
try to guess. Use
 @item -scodec @var{codec} (@emph{input/output})
 Set the subtitle codec. This is an alias for @code{-codec:s}.
 @item -sn (@emph{output})
-Disable subtitle recording.
+Disable subtitle recording. For full manual control see the @code{-map}
+option.
 @item -sbsf @var{bitstream_filter}
 Deprecated, see -bsf
 @end table

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/filters: re-arrange options for testsrc family

2017-12-11 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Mon Dec 11 12:46:02 2017 
-0900| [555119bd762540a9f17a61bdd92329c8b8feb1e0] | committer: Lou Logan

doc/filters: re-arrange options for testsrc family

Additionally:
* Mention that allrgb and allyuv do not support the "size" option.
* Separate examples into subsection.

Fixes ticket #6906.

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=555119bd762540a9f17a61bdd92329c8b8feb1e0
---

 doc/filters.texi | 44 +---
 1 file changed, 25 insertions(+), 19 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 3346438231..f304bbf949 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -17099,28 +17099,24 @@ The sources accept the following parameters:
 
 @table @option
 
-@item alpha
-Specify the alpha (opacity) of the background, only available in the
-@code{testsrc2} source. The value must be between 0 (fully transparent) and
-255 (fully opaque, the default).
-
-@item color, c
-Specify the color of the source, only available in the @code{color}
-source. For the syntax of this option, check the "Color" section in the
-ffmpeg-utils manual.
-
 @item level
 Specify the level of the Hald CLUT, only available in the @code{haldclutsrc}
 source. A level of @code{N} generates a picture of @code{N*N*N} by @code{N*N*N}
 pixels to be used as identity matrix for 3D lookup tables. Each component is
 coded on a @code{1/(N*N)} scale.
 
+@item color, c
+Specify the color of the source, only available in the @code{color}
+source. For the syntax of this option, check the "Color" section in the
+ffmpeg-utils manual.
+
 @item size, s
 Specify the size of the sourced video. For the syntax of this option, check the
 @ref{video size syntax,,"Video size" section in the ffmpeg-utils 
manual,ffmpeg-utils}.
 The default value is @code{320x240}.
 
-This option is not available with the @code{haldclutsrc} filter.
+This option is not available with the @code{allrgb}, @code{allyuv}, and
+@code{haldclutsrc} filters.
 
 @item rate, r
 Specify the frame rate of the sourced video, as the number of frames
@@ -17129,9 +17125,6 @@ generated per second. It has to be a string in the 
format
 number or a valid video frame rate abbreviation. The default value is
 "25".
 
-@item sar
-Set the sample aspect ratio of the sourced video.
-
 @item duration, d
 Set the duration of the sourced video. See
 @ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) 
manual,ffmpeg-utils}
@@ -17140,6 +17133,14 @@ for the accepted syntax.
 If not specified, or the expressed duration is negative, the video is
 supposed to be generated forever.
 
+@item sar
+Set the sample aspect ratio of the sourced video.
+
+@item alpha
+Specify the alpha (opacity) of the background, only available in the
+@code{testsrc2} source. The value must be between 0 (fully transparent) and
+255 (fully opaque, the default).
+
 @item decimals, n
 Set the number of decimals to show in the timestamp, only available in the
 @code{testsrc} source.
@@ -17149,27 +17150,32 @@ timestamp value multiplied by the power of 10 of the 
specified
 value. Default value is 0.
 @end table
 
-For example the following:
+@subsection Examples
+
+@itemize
+@item
+Generate a video with a duration of 5.3 seconds, with size
+176x144 and a frame rate of 10 frames per second:
 @example
 testsrc=duration=5.3:size=qcif:rate=10
 @end example
 
-will generate a video with a duration of 5.3 seconds, with size
-176x144 and a frame rate of 10 frames per second.
-
+@item
 The following graph description will generate a red source
 with an opacity of 0.2, with size "qcif" and a frame rate of 10
-frames per second.
+frames per second:
 @example
 color=c=red@@0.2:s=qcif:r=10
 @end example
 
+@item
 If the input content is to be ignored, @code{nullsrc} can be used. The
 following command generates noise in the luminance plane by employing
 the @code{geq} filter:
 @example
 nullsrc=s=256x256, geq=random(1)*255:128:128
 @end example
+@end itemize
 
 @subsection Commands
 

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/filters: mention (a)loop defaults

2017-11-23 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Thu Nov 23 11:54:26 2017 
-0900| [a60b2425c3beaa214af59611988b9ae6c370933c] | committer: Lou Logan

doc/filters: mention (a)loop defaults

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a60b2425c3beaa214af59611988b9ae6c370933c
---

 doc/filters.texi | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index b8a4d032e0..bee626e775 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1145,12 +1145,13 @@ The filter accepts the following options:
 @table @option
 @item loop
 Set the number of loops. Setting this value to -1 will result in infinite 
loops.
+Default is 0.
 
 @item size
-Set maximal number of samples.
+Set maximal number of samples. Default is 0.
 
 @item start
-Set first sample of loop.
+Set first sample of loop. Default is 0.
 @end table
 
 @anchor{amerge}
@@ -9992,12 +9993,13 @@ The filter accepts the following options:
 @table @option
 @item loop
 Set the number of loops. Setting this value to -1 will result in infinite 
loops.
+Default is 0.
 
 @item size
-Set maximal size in number of frames.
+Set maximal size in number of frames. Default is 0.
 
 @item start
-Set first frame of loop.
+Set first frame of loop. Default is 0.
 @end table
 
 @anchor{lut3d}

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc: Add mailing list FAQ

2017-10-03 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Wed Sep 27 14:35:12 2017 
-0800| [d17a00379e7ab5601ffc7da0a53b0c9f9d48a567] | committer: Lou Logan

doc: Add mailing list FAQ

Signed-off-by: Lou Logan <l...@lrcd.com>
Reviewed-by: Kieran O Leary <kieran.o.le...@gmail.com>
Reviewed-by: Carl Eugen Hoyos <ceffm...@gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d17a00379e7ab5601ffc7da0a53b0c9f9d48a567
---

 doc/Makefile  |   1 +
 doc/mailing-list-faq.texi | 366 ++
 2 files changed, 367 insertions(+)

diff --git a/doc/Makefile b/doc/Makefile
index bcde309878..fa4996b5a3 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -24,6 +24,7 @@ HTMLPAGES   = $(AVPROGS-yes:%=doc/%.html) 
$(AVPROGS-yes:%=doc/%-all.html) $(COMP
   doc/fate.html \
   doc/general.html  \
   doc/git-howto.html\
+  doc/mailing-list-faq.html \
   doc/nut.html  \
   doc/platform.html \
 
diff --git a/doc/mailing-list-faq.texi b/doc/mailing-list-faq.texi
new file mode 100644
index 00..fe2171e42e
--- /dev/null
+++ b/doc/mailing-list-faq.texi
@@ -0,0 +1,366 @@
+\input texinfo @c -*- texinfo -*-
+@documentencoding UTF-8
+
+@settitle FFmpeg Mailing List FAQ
+@titlepage
+@center @titlefont{FFmpeg Mailing List FAQ}
+@end titlepage
+
+@top
+
+@contents
+
+@chapter General Questions
+
+@section What is a mailing list?
+
+A mailing list is not much different than emailing someone, but the
+main difference is that your message is received by everyone who
+subscribes to the list. It is somewhat like a forum but in email form.
+
+See the @url{https://lists.ffmpeg.org/pipermail/ffmpeg-user/, ffmpeg-user 
archives}
+for examples.
+
+@section What type of questions can I ask?
+
+@itemize
+@item
+@url{https://lists.ffmpeg.org/mailman/listinfo/ffmpeg-user/, ffmpeg-user}:
+For questions involving unscripted usage or compilation of the FFmpeg
+command-line tools (@command{ffmpeg}, @command{ffprobe}, @command{ffplay},
+@command{ffserver}).
+
+@item
+@url{https://lists.ffmpeg.org/mailman/listinfo/libav-user/, libav-user}:
+For questions involving the FFmpeg libav* libraries (libavcodec,
+libavformat, libavfilter, etc).
+
+@item
+@url{https://lists.ffmpeg.org/mailman/listinfo/ffmpeg-devel/, ffmpeg-devel}:
+For discussions involving the development of FFmpeg and for submitting
+patches. User questions should be asked at ffmpeg-user or libav-user.
+@end itemize
+
+To report a bug see @url{https://ffmpeg.org/bugreports.html}.
+
+We cannot provide help for scripts and/or third-party tools.
+
+@anchor{How do I ask a question or send a message to a mailing list?}
+@section How do I ask a question or send a message to a mailing list?
+
+All you have to do is send an email:
+
+@itemize
+@item
+Email @email{ffmpeg-user@@ffmpeg.org} to send a message to the
+ffmpeg-user mailing list.
+
+@item
+Email @email{libav-user@@ffmpeg.org} to send a message to the
+libav-user mailing list.
+@end itemize
+
+If you are not subscribed to the mailing list then your question must be
+manually approved. Approval may take several days, but the wait is
+usually less. If you want the message to be sent with no delay then you
+must subscribe first. See @ref{How do I subscribe?}
+
+Please do not send a message, subscribe, and re-send the message: this
+results in duplicates, causes more work for the admins, and may lower
+your chance at getting an answer. However, you may do so if you first
+@ref{How do I delete my message in the moderation queue?, delete your original 
message from the moderation queue}.
+
+@chapter Subscribing / Unsubscribing
+
+@section What does subscribing do?
+
+Subscribing allows two things:
+
+@itemize
+@item
+Your messages will show up in the mailing list without waiting in the
+moderation queue and needing to be manually approved by a mailing list
+admin.
+
+@item
+You will receive all messages to the mailing list including replies to
+your messages. Non-subscribed users do not receive any messages.
+@end itemize
+
+@section Do I need to subscribe?
+
+No. You can still send a message to the mailing list without
+subscribing. See @ref{How do I ask a question or send a message to a mailing 
list?}
+
+However, your message will need to be manually approved by a mailing
+list admin, and you will not receive any mailing list messages or
+replies.
+
+You can ask to be CCd in your message, but replying users will
+sometimes forget to do so.
+
+You may also view and reply to messages via the @ref{Where are the archives?, 
archives}.
+
+@anchor{How do I subscribe?}
+@section How do I subscribe?
+
+Email @email{ffmpeg-user-request@@ffmpeg.org} with t

[FFmpeg-cvslog] doc/filters: deflicker size option value is in frames

2017-04-20 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Thu Apr 20 13:34:56 2017 
-0800| [0b8c159a9391f744ab5ff4725340b0655cd9f0f2] | committer: Lou Logan

doc/filters: deflicker size option value is in frames

Signed-off-by: Lou Logan <l...@lrcd.com>
Signed-off-by: Paul B Mahol <one...@gmail.com> (in #ffmpeg-devel IRC)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0b8c159a9391f744ab5ff4725340b0655cd9f0f2
---

 doc/filters.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 83b811171a..36efc3369a 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -6261,7 +6261,7 @@ It accepts the following options:
 
 @table @option
 @item size, s
-Set moving-average filter size. Default is 5. Allowed range is 2 - 129.
+Set moving-average filter size in frames. Default is 5. Allowed range is 2 - 
129.
 
 @item mode, m
 Set averaging mode to smooth temporal luminance variations.

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/muxers: cleanup mpegts section

2017-03-16 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Wed Mar 15 19:51:01 2017 
-0800| [396be0da59fa5071392288a840a1761d10fecd6b] | committer: Lou Logan

doc/muxers: cleanup mpegts section

Add missing options.
List correct variable types.
Re-order options and markup flag options properly.
Add more texinfo markup.

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=396be0da59fa5071392288a840a1761d10fecd6b
---

 doc/muxers.texi | 140 
 1 file changed, 81 insertions(+), 59 deletions(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index fa89e6c..166c929 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1091,69 +1091,35 @@ This muxer implements ISO 13818-1 and part of ETSI EN 
300 468.
 
 The recognized metadata settings in mpegts muxer are @code{service_provider}
 and @code{service_name}. If they are not set the default for
-@code{service_provider} is "FFmpeg" and the default for
-@code{service_name} is "Service01".
+@code{service_provider} is @samp{FFmpeg} and the default for
+@code{service_name} is @samp{Service01}.
 
 @subsection Options
 
 The muxer options are:
 
 @table @option
-@item mpegts_original_network_id @var{number}
-Set the original_network_id (default 0x0001). This is unique identifier
-of a network in DVB. Its main use is in the unique identification of a
-service through the path Original_Network_ID, Transport_Stream_ID.
-@item mpegts_transport_stream_id @var{number}
-Set the transport_stream_id (default 0x0001). This identifies a
-transponder in DVB.
-@item mpegts_service_id @var{number}
-Set the service_id (default 0x0001) also known as program in DVB.
-@item mpegts_service_type @var{number}
-Set the program service_type (default @var{digital_tv}), see below
-a list of pre defined values.
-@item mpegts_pmt_start_pid @var{number}
-Set the first PID for PMT (default 0x1000, max 0x1f00).
-@item mpegts_start_pid @var{number}
-Set the first PID for data packets (default 0x0100, max 0x0f00).
-@item mpegts_m2ts_mode @var{number}
-Enable m2ts mode if set to 1. Default value is -1 which disables m2ts mode.
-@item muxrate @var{number}
-Set a constant muxrate (default VBR).
-@item pcr_period @var{numer}
-Override the default PCR retransmission time (default 20ms), ignored
-if variable muxrate is selected.
-@item pat_period @var{number}
-Maximal time in seconds between PAT/PMT tables.
-@item sdt_period @var{number}
-Maximal time in seconds between SDT tables.
-@item pes_payload_size @var{number}
-Set minimum PES packet payload in bytes.
-@item mpegts_flags @var{flags}
-Set flags (see below).
-@item mpegts_copyts @var{number}
-Preserve original timestamps, if value is set to 1. Default value is -1, which
-results in shifting timestamps so that they start from 0.
-@item tables_version @var{number}
-Set PAT, PMT and SDT version (default 0, valid values are from 0 to 31, 
inclusively).
-This option allows updating stream structure so that standard consumer may
-detect the change. To do so, reopen output AVFormatContext (in case of API
-usage) or restart ffmpeg instance, cyclically changing tables_version value:
-@example
-ffmpeg -i source1.ts -codec copy -f mpegts -tables_version 0 udp://1.1.1.1:
-ffmpeg -i source2.ts -codec copy -f mpegts -tables_version 1 udp://1.1.1.1:
-...
-ffmpeg -i source3.ts -codec copy -f mpegts -tables_version 31 
udp://1.1.1.1:
-ffmpeg -i source1.ts -codec copy -f mpegts -tables_version 0 udp://1.1.1.1:
-ffmpeg -i source2.ts -codec copy -f mpegts -tables_version 1 udp://1.1.1.1:
-...
-@end example
-@end table
-
-Option @option{mpegts_service_type} accepts the following values:
-
-@table @option
+@item mpegts_transport_stream_id @var{integer}
+Set the @samp{transport_stream_id}. This identifies a transponder in DVB.
+Default is @code{0x0001}.
+
+@item mpegts_original_network_id @var{integer}
+Set the @samp{original_network_id}. This is unique identifier of a
+network in DVB. Its main use is in the unique identification of a service
+through the path @samp{Original_Network_ID, Transport_Stream_ID}. Default
+is @code{0x0001}.
+
+@item mpegts_service_id @var{integer}
+Set the @samp{service_id}, also known as program in DVB. Default is
+@code{0x0001}.
+
+@item mpegts_service_type @var{integer}
+Set the program @samp{service_type}. Default is @code{digital_tv}.
+Accepts the following options:
+@table @samp
 @item hex_value
-Any hexdecimal value between 0x01 to 0xff as defined in ETSI 300 468.
+Any hexdecimal value between @code{0x01} to @code{0xff} as defined in
+ETSI 300 468.
 @item digital_tv
 Digital TV service.
 @item digital_radio
@@ -1170,9 +1136,26 @@ Advanced Codec Digital SDTV service.
 Advanced Codec Digital HDTV service.
 @end table
 
-Option @option{mpegts_flags} may take a set of such flags:
+@item mpegts_pmt_start_pid @var{integer}
+Set the first PID for PMT. Default is @code{0x1000}. Max is @cod

[FFmpeg-cvslog] lavf/mpegtsenc: clarify pcr_period unit of measurement

2017-03-16 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Wed Mar 15 18:45:12 2017 
-0800| [e7282674a505d548746a4734cbe902a9f242eb6b] | committer: Lou Logan

lavf/mpegtsenc: clarify pcr_period unit of measurement

pcr_period is in milliseconds.

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e7282674a505d548746a4734cbe902a9f242eb6b
---

 libavformat/mpegtsenc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c
index 0f394c5..3250dde 100644
--- a/libavformat/mpegtsenc.c
+++ b/libavformat/mpegtsenc.c
@@ -1945,7 +1945,7 @@ static const AVOption options[] = {
 { "omit_video_pes_length", "Omit the PES packet length for video packets",
   offsetof(MpegTSWrite, omit_video_pes_length), AV_OPT_TYPE_BOOL,
   { .i64 = 1 }, 0, 1, AV_OPT_FLAG_ENCODING_PARAM },
-{ "pcr_period", "PCR retransmission time",
+{ "pcr_period", "PCR retransmission time in milliseconds",
   offsetof(MpegTSWrite, pcr_period), AV_OPT_TYPE_INT,
   { .i64 = PCR_RETRANS_TIME }, 0, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM },
 { "pat_period", "PAT/PMT retransmission time limit in seconds",

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/filters: mention 'ffmpeg -filters' in timeline section

2017-02-23 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Thu Feb 23 10:44:11 2017 
-0900| [f5fa12d6eefe19e4f49b59ae33a41e568e0d5371] | committer: Lou Logan

doc/filters: mention 'ffmpeg -filters' in timeline section

So users can see which filters support the 'enable' option.

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f5fa12d6eefe19e4f49b59ae33a41e568e0d5371
---

 doc/filters.texi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/filters.texi b/doc/filters.texi
index 9c8410f..3b444c7 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -306,6 +306,8 @@ smartblur = enable='between(t,10,3*60)',
 curves= enable='gte(t,3)' : preset=cross_process
 @end example
 
+See @code{ffmpeg -filters} to view which filters have timeline support.
+
 @c man end FILTERGRAPH DESCRIPTION
 
 @chapter Audio Filters

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/ffmpeg: document trailing "?" in map option

2017-02-13 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Mon Feb 13 15:26:43 2017 
-0900| [1c049d5ffe08b3af36844cdbe7a5950879122b8b] | committer: Lou Logan

doc/ffmpeg: document trailing "?" in map option

This feature was added in 2375a85c36c4941042e6ee58a31d6560bde91d37.

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1c049d5ffe08b3af36844cdbe7a5950879122b8b
---

 doc/ffmpeg.texi | 14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 11b527d..8b08e22 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -871,7 +871,7 @@ Set the size of the canvas used to render subtitles.
 @section Advanced options
 
 @table @option
-@item -map 
[-]@var{input_file_id}[:@var{stream_specifier}][,@var{sync_file_id}[:@var{stream_specifier}]]
 | @var{[linklabel]} (@emph{output})
+@item -map 
[-]@var{input_file_id}[:@var{stream_specifier}][?][,@var{sync_file_id}[:@var{stream_specifier}]]
 | @var{[linklabel]} (@emph{output})
 
 Designate one or more input streams as a source for the output file. Each input
 stream is identified by the input file index @var{input_file_id} and
@@ -887,6 +887,11 @@ the source for output stream 1, etc.
 A @code{-} character before the stream identifier creates a "negative" mapping.
 It disables matching streams from already created mappings.
 
+A trailing @code{?} after the stream index will allow the map to be
+optional: if the map matches no streams the map will be ignored instead
+of failing. Note the map will still fail if an invalid input file index
+is used; such as if the map refers to a non-existant input.
+
 An alternative @var{[linklabel]} form will map outputs from complex filter
 graphs (see the @option{-filter_complex} option) to the output file.
 @var{linklabel} must correspond to a defined output link label in the graph.
@@ -924,6 +929,13 @@ To map all the streams except the second audio, use 
negative mappings
 ffmpeg -i INPUT -map 0 -map -0:a:1 OUTPUT
 @end example
 
+To map the video and audio streams from the first input, and using the
+trailing @code{?}, ignore the audio mapping if no audio streams exist in
+the first input:
+@example
+ffmpeg -i INPUT -map 0:v -map 0:a? OUTPUT
+@end example
+
 To pick the English audio stream:
 @example
 ffmpeg -i INPUT -map 0:m:language:eng OUTPUT

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/protocols: add option usage description

2017-02-13 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Mon Feb 13 12:23:03 2017 
-0900| [fb32c561c3820f3bc8833d0c3629388539fe4798] | committer: Lou Logan

doc/protocols: add option usage description

Fixes ticket #6148.

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fb32c561c3820f3bc8833d0c3629388539fe4798
---

 doc/protocols.texi | 5 +
 1 file changed, 5 insertions(+)

diff --git a/doc/protocols.texi b/doc/protocols.texi
index e887b75..a7968ff 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -5,6 +5,11 @@ The libavformat library provides some generic global options, 
which
 can be set on all the protocols. In addition each protocol may support
 so-called private options, which are specific for that component.
 
+Options may be set by specifying -@var{option} @var{value} in the
+FFmpeg tools, or by setting the value explicitly in the
+@code{AVFormatContext} options or using the @file{libavutil/opt.h} API
+for programmatic use.
+
 The list of supported options follows:
 
 @table @option

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/scaler: mention default scaling algorithm

2017-01-09 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Thu Dec 22 15:27:49 2016 
-0900| [890320b1c084e69456ebeaec66dd471671a40d09] | committer: Lou Logan

doc/scaler: mention default scaling algorithm

Default is "bicubic".

Signed-off-by: Lou Logan <l...@lrcd.com>
Reviewed-by: Michael Niedermayer <mich...@niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=890320b1c084e69456ebeaec66dd471671a40d09
---

 doc/scaler.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/scaler.texi b/doc/scaler.texi
index 3e115cd..f73804a 100644
--- a/doc/scaler.texi
+++ b/doc/scaler.texi
@@ -13,7 +13,8 @@ FFmpeg tools. For programmatic use, they can be set 
explicitly in the
 @anchor{sws_flags}
 @item sws_flags
 Set the scaler flags. This is also used to set the scaling
-algorithm. Only a single algorithm should be selected.
+algorithm. Only a single algorithm should be selected. Default
+value is @samp{bicubic}.
 
 It accepts the following values:
 @table @samp

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/muxers: remove "-strict experimental" from tee muxer examples

2016-12-08 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Thu Dec  8 12:06:05 2016 
-0900| [ee795d9d26744ce61f44bb9afe2e38471d9b1724] | committer: Lou Logan

doc/muxers: remove "-strict experimental" from tee muxer examples

Examples use the native FFmpeg AAC encoder but it is no longer
considered experimental and therefore not required.

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ee795d9d26744ce61f44bb9afe2e38471d9b1724
---

 doc/muxers.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 1c14adf..075b8d3 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1661,7 +1661,7 @@ keyframes packets, as requested by the MPEG-TS format. 
The select
 option is applied to @file{out.aac} in order to make it contain only
 audio packets.
 @example
-ffmpeg -i ... -map 0 -flags +global_header -c:v libx264 -c:a aac -strict 
experimental
+ffmpeg -i ... -map 0 -flags +global_header -c:v libx264 -c:a aac
-f tee 
"[bsfs/v=dump_extra]out.ts|[movflags=+faststart]out.mp4|[select=a]out.aac"
 @end example
 
@@ -1670,7 +1670,7 @@ As below, but select only stream @code{a:1} for the audio 
output. Note
 that a second level escaping must be performed, as ":" is a special
 character used to separate options.
 @example
-ffmpeg -i ... -map 0 -flags +global_header -c:v libx264 -c:a aac -strict 
experimental
+ffmpeg -i ... -map 0 -flags +global_header -c:v libx264 -c:a aac
-f tee 
"[bsfs/v=dump_extra]out.ts|[movflags=+faststart]out.mp4|[select=\'a:1\']out.aac"
 @end example
 @end itemize

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/encoders: sort list into alphabetical order

2016-11-10 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Thu Nov 10 14:41:37 2016 
-0900| [872b35890395878ca927e226965117482429fceb] | committer: Lou Logan

doc/encoders: sort list into alphabetical order

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=872b35890395878ca927e226965117482429fceb
---

 doc/encoders.texi | 337 +++---
 1 file changed, 168 insertions(+), 169 deletions(-)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index c0597d8..cbb8d8e 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -870,6 +870,90 @@ default value is 0 (disabled).
 
 @end table
 
+@section libopus
+
+libopus Opus Interactive Audio Codec encoder wrapper.
+
+Requires the presence of the libopus headers and library during
+configuration. You need to explicitly configure the build with
+@code{--enable-libopus}.
+
+@subsection Option Mapping
+
+Most libopus options are modelled after the @command{opusenc} utility from
+opus-tools. The following is an option mapping chart describing options
+supported by the libopus wrapper, and their @command{opusenc}-equivalent
+in parentheses.
+
+@table @option
+
+@item b (@emph{bitrate})
+Set the bit rate in bits/s.  FFmpeg's @option{b} option is
+expressed in bits/s, while @command{opusenc}'s @option{bitrate} in
+kilobits/s.
+
+@item vbr (@emph{vbr}, @emph{hard-cbr}, and @emph{cvbr})
+Set VBR mode. The FFmpeg @option{vbr} option has the following
+valid arguments, with the @command{opusenc} equivalent options
+in parentheses:
+
+@table @samp
+@item off (@emph{hard-cbr})
+Use constant bit rate encoding.
+
+@item on (@emph{vbr})
+Use variable bit rate encoding (the default).
+
+@item constrained (@emph{cvbr})
+Use constrained variable bit rate encoding.
+@end table
+
+@item compression_level (@emph{comp})
+Set encoding algorithm complexity. Valid options are integers in
+the 0-10 range. 0 gives the fastest encodes but lower quality, while 10
+gives the highest quality but slowest encoding. The default is 10.
+
+@item frame_duration (@emph{framesize})
+Set maximum frame size, or duration of a frame in milliseconds. The
+argument must be exactly the following: 2.5, 5, 10, 20, 40, 60. Smaller
+frame sizes achieve lower latency but less quality at a given bitrate.
+Sizes greater than 20ms are only interesting at fairly low bitrates.
+The default is 20ms.
+
+@item packet_loss (@emph{expect-loss})
+Set expected packet loss percentage. The default is 0.
+
+@item application (N.A.)
+Set intended application type. Valid options are listed below:
+
+@table @samp
+@item voip
+Favor improved speech intelligibility.
+@item audio
+Favor faithfulness to the input (the default).
+@item lowdelay
+Restrict to only the lowest delay modes.
+@end table
+
+@item cutoff (N.A.)
+Set cutoff bandwidth in Hz. The argument must be exactly one of the
+following: 4000, 6000, 8000, 12000, or 2, corresponding to
+narrowband, mediumband, wideband, super wideband, and fullband
+respectively. The default is 0 (cutoff disabled).
+
+@item mapping_family (@emph{mapping_family})
+Set channel mapping family to be used by the encoder. The default value of -1
+uses mapping family 0 for mono and stereo inputs, and mapping family 1
+otherwise. The default also disables the surround masking and LFE bandwidth
+optimzations in libopus, and requires that the input contains 8 channels or
+fewer.
+
+Other values include 0 for mono and stereo, 1 for surround sound with masking
+and LFE bandwidth optimizations, and 255 for independent streams with an
+unspecified channel layout.
+
+@end table
+
 @anchor{libshine}
 @section libshine
 
@@ -1009,90 +1093,6 @@ default value is 0 (disabled).
 
 @end table
 
-@section libopus
-
-libopus Opus Interactive Audio Codec encoder wrapper.
-
-Requires the presence of the libopus headers and library during
-configuration. You need to explicitly configure the build with
-@code{--enable-libopus}.
-
-@subsection Option Mapping
-
-Most libopus options are modelled after the @command{opusenc} utility from
-opus-tools. The following is an option mapping chart describing options
-supported by the libopus wrapper, and their @command{opusenc}-equivalent
-in parentheses.
-
-@table @option
-
-@item b (@emph{bitrate})
-Set the bit rate in bits/s.  FFmpeg's @option{b} option is
-expressed in bits/s, while @command{opusenc}'s @option{bitrate} in
-kilobits/s.
-
-@item vbr (@emph{vbr}, @emph{hard-cbr}, and @emph{cvbr})
-Set VBR mode. The FFmpeg @option{vbr} option has the following
-valid arguments, with the @command{opusenc} equivalent options
-in parentheses:
-
-@table @samp
-@item off (@emph{hard-cbr})
-Use constant bit rate encoding.
-
-@item on (@emph{vbr})
-Use variable bit rate encoding (the default).
-
-@item constrained (@emph{cvbr})
-Use constrained variable bit rate encoding.
-@end table
-
-@item compression_level (@emph{comp})
-Set encoding algorithm complexity. Valid optio

[FFmpeg-cvslog] doc/filters: add missing palette* options

2016-09-09 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Fri Sep  9 09:37:26 2016 
-0800| [915abab25c5b28a23767029713bb175c63be7cc7] | committer: Lou Logan

doc/filters: add missing palette* options

Introduced in b7e78c7 and 93ae68d.

Fixes #5835.

The paletteuse debug options that are not part of the official API are
not included (debug_kdtree and color_search).

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=915abab25c5b28a23767029713bb175c63be7cc7
---

 doc/filters.texi | 5 +
 1 file changed, 5 insertions(+)

diff --git a/doc/filters.texi b/doc/filters.texi
index 5c7146a..2acf770 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -10419,6 +10419,8 @@ Compute full frame histograms.
 Compute histograms only for the part that differs from previous frame. This
 might be relevant to give more importance to the moving part of your input if
 the background is static.
+@item single
+Compute new histogram for each frame.
 @end table
 
 Default value is @var{full}.
@@ -10490,6 +10492,9 @@ much, and as a result less moving noise and better GIF 
compression).
 @end table
 
 Default is @var{none}.
+
+@item new
+Take new palette for each output frame.
 @end table
 
 @subsection Examples

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/filters: remove outdated showwavespic example

2016-06-07 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Tue Jun  7 10:52:15 2016 
-0800| [1748eb02c8f3ab6daf40ef1fb47773cea2bceab3] | committer: Lou Logan

doc/filters: remove outdated showwavespic example

Use "colors" option instead.

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1748eb02c8f3ab6daf40ef1fb47773cea2bceab3
---

 doc/filters.texi |8 
 1 file changed, 8 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index d9330e3..c311f56 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -16705,14 +16705,6 @@ in a 1024x800 picture using @command{ffmpeg}:
 @example
 ffmpeg -i audio.flac -lavfi showwavespic=split_channels=1:s=1024x800 
waveform.png
 @end example
-
-@item
-Colorize the waveform with colorchannelmixer. This example will make
-the waveform a green color approximately RGB(66,217,150). Additional
-channels will be shades of this color.
-@example
-ffmpeg -i audio.mp3 -filter_complex 
"showwavespic,colorchannelmixer=rr=66/255:gg=217/255:bb=150/255" waveform.png
-@end example
 @end itemize
 
 @section spectrumsynth

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/APIchanges: Fix bitsream typo

2016-04-22 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Thu Apr 21 22:06:05 2016 
-0800| [3eafbbe70a1066e2f5556865d302b5ecb1954954] | committer: Lou Logan

doc/APIchanges: Fix bitsream typo

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3eafbbe70a1066e2f5556865d302b5ecb1954954
---

 doc/APIchanges |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/APIchanges b/doc/APIchanges
index 8870451..de72807 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -22,7 +22,7 @@ API changes, most recent first:
 
 2016-xx-xx - xxx - lavc 57.15.0 - avcodec.h
   Add a new bitstream filtering API working with AVPackets.
-  Deprecate the old bitsream filtering API.
+  Deprecate the old bitstream filtering API.
 
 2016-xx-xx - xxx - lavfi 6.42.0 - avfilter.h
   Add AVFilterContext.hw_device_ctx.

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/demuxers: fix "Quicktme" typo

2016-04-13 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Wed Apr 13 10:40:24 2016 
-0800| [fa0f59d55d9366d082de5a0ab1369163dad5d680] | committer: Lou Logan

doc/demuxers: fix "Quicktme" typo

Signed-off-by: Lou Logan <l...@lrcd.com>
Found-by: furq

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa0f59d55d9366d082de5a0ab1369163dad5d680
---

 doc/demuxers.texi |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index 3947bf6..e34f8b3 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -441,9 +441,9 @@ ffmpeg -framerate 10 -pattern_type glob -i "*.png" out.mkv
 @end example
 @end itemize
 
-@section mov/mp4/3gp/Quicktme
+@section mov/mp4/3gp/QuickTime
 
-Quicktime / MP4 demuxer.
+QuickTime / MP4 demuxer.
 
 This demuxer accepts the following options:
 @table @option

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/filters: document testsrc2 source filter

2016-04-11 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Fri Apr  8 17:07:10 2016 
-0800| [03d8fee912a4a0a5cab7995d5c604e89bc4455b8] | committer: Lou Logan

doc/filters: document testsrc2 source filter

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=03d8fee912a4a0a5cab7995d5c604e89bc4455b8
---

 doc/filters.texi |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 82be06d..b4af424 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -14330,7 +14330,8 @@ ffplay -f lavfi 
life=s=300x200:mold=10:r=60:ratio=0.1:death_color=#C83232:life_c
 @anchor{smptebars}
 @anchor{smptehdbars}
 @anchor{testsrc}
-@section allrgb, allyuv, color, haldclutsrc, nullsrc, rgbtestsrc, smptebars, 
smptehdbars, testsrc
+@anchor{testsrc2}
+@section allrgb, allyuv, color, haldclutsrc, nullsrc, rgbtestsrc, smptebars, 
smptehdbars, testsrc, testsrc2
 
 The @code{allrgb} source returns frames of size 4096x4096 of all rgb colors.
 
@@ -14359,6 +14360,10 @@ The @code{testsrc} source generates a test video 
pattern, showing a
 color pattern, a scrolling gradient and a timestamp. This is mainly
 intended for testing purposes.
 
+The @code{testsrc2} source is similar to testsrc, but supports more
+pixel formats instead of just @code{rgb24}. This allows using it as an
+input for other tests without requiring a format conversion.
+
 The sources accept the following parameters:
 
 @table @option

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] fix some a/an typos

2016-03-28 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Mon Mar 28 14:07:47 2016 
-0800| [06eef96b69d73a31f2b390955d1be0537214a0c8] | committer: Lou Logan

fix some a/an typos

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=06eef96b69d73a31f2b390955d1be0537214a0c8
---

 doc/Doxyfile   |2 +-
 doc/codecs.texi|2 +-
 doc/examples/filtering_audio.c |2 +-
 doc/snow.txt   |2 +-
 ffmpeg_filter.c|2 +-
 libavcodec/ass_split.h |2 +-
 libavcodec/avcodec.h   |2 +-
 libavcodec/bitstream.c |2 +-
 libavcodec/cpia.c  |2 +-
 libavcodec/ituh263dec.c|4 ++--
 libavcodec/mpegaudiodec_template.c |2 +-
 libavcodec/mpegvideo.c |8 
 libavfilter/graphparser.c  |2 +-
 libavfilter/vf_mcdeint.c   |2 +-
 libavformat/asfdec_f.c |2 +-
 libavformat/avformat.h |4 ++--
 libavformat/movenc.c   |2 +-
 libavformat/mxfdec.c   |2 +-
 libavformat/oggdec.c   |2 +-
 libavformat/utils.c|2 +-
 libavformat/yuv4mpegenc.c  |2 +-
 libavutil/avstring.h   |2 +-
 libavutil/cpu.h|2 +-
 libavutil/tree.h   |4 ++--
 libswscale/swscale_internal.h  |2 +-
 tools/dvd2concat   |2 +-
 26 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/doc/Doxyfile b/doc/Doxyfile
index 1ad9f30..0c1604e 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -1429,7 +1429,7 @@ PERL_PATH  = /usr/bin/perl
 #---
 
 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
-# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
+# generate an inheritance diagram (in HTML, RTF and LaTeX) for classes with 
base
 # or super classes. Setting the tag to NO turns the diagrams off. Note that
 # this option is superseded by the HAVE_DOT option below. This is only a
 # fallback. It is recommended to install and use dot, since it yields more
diff --git a/doc/codecs.texi b/doc/codecs.texi
index b481b4a..ad99fa6 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -257,7 +257,7 @@ Specify how strictly to follow the standards.
 Possible values:
 @table @samp
 @item very
-strictly conform to a older more strict version of the spec or reference 
software
+strictly conform to an older more strict version of the spec or reference 
software
 @item strict
 strictly conform to all the things in the spec no matter what consequences
 @item normal
diff --git a/doc/examples/filtering_audio.c b/doc/examples/filtering_audio.c
index 89c80cf..6bb24a4 100644
--- a/doc/examples/filtering_audio.c
+++ b/doc/examples/filtering_audio.c
@@ -65,7 +65,7 @@ static int open_input_file(const char *filename)
 /* select the audio stream */
 ret = av_find_best_stream(fmt_ctx, AVMEDIA_TYPE_AUDIO, -1, -1, , 0);
 if (ret < 0) {
-av_log(NULL, AV_LOG_ERROR, "Cannot find a audio stream in the input 
file\n");
+av_log(NULL, AV_LOG_ERROR, "Cannot find an audio stream in the input 
file\n");
 return ret;
 }
 audio_stream_index = ret;
diff --git a/doc/snow.txt b/doc/snow.txt
index 9d5778d..bbf28bc 100644
--- a/doc/snow.txt
+++ b/doc/snow.txt
@@ -527,7 +527,7 @@ Wavelet Transform:
 ==
 
 Snow supports 2 wavelet transforms, the symmetric biorthogonal 5/3 integer
-transform and a integer approximation of the symmetric biorthogonal 9/7
+transform and an integer approximation of the symmetric biorthogonal 9/7
 daubechies wavelet.
 
 2D IDWT (inverse discrete wavelet transform)
diff --git a/ffmpeg_filter.c b/ffmpeg_filter.c
index 6896a78..458f3ae 100644
--- a/ffmpeg_filter.c
+++ b/ffmpeg_filter.c
@@ -656,7 +656,7 @@ int configure_output_filter(FilterGraph *fg, OutputFilter 
*ofilter, AVFilterInOu
 DESCRIBE_FILTER_LINK(ofilter, out, 0);
 
 if (!ofilter->ost) {
-av_log(NULL, AV_LOG_FATAL, "Filter %s has a unconnected output\n", 
ofilter->name);
+av_log(NULL, AV_LOG_FATAL, "Filter %s has an unconnected output\n", 
ofilter->name);
 exit_program(1);
 }
 
diff --git a/libavcodec/ass_split.h b/libavcodec/ass_split.h
index abb6e58..30ce772 100644
--- a/libavcodec/ass_split.h
+++ b/libavcodec/ass_split.h
@@ -111,7 +111,7 @@ ASSSplitContext *ff_ass_split(const char *buf);
 
 /**
  * Split one or several ASS "Dialogue" lines from a string buffer and store
- * them in a already initialized context.
+ * them in an already initialized context.
  *
  * @param ctx Context previously initialized by ff_ass_split().
  * @param buf String containing the ASS "Dialogue" lines.

[FFmpeg-cvslog] lavd/dshow_crossbar: remove trailing whitespace

2016-03-28 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Sat Mar 26 20:58:52 2016 
-0800| [cd76eb8f4adbf4c22b0dee3acaf5d42047b5941b] | committer: Lou Logan

lavd/dshow_crossbar: remove trailing whitespace

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cd76eb8f4adbf4c22b0dee3acaf5d42047b5941b
---

 libavdevice/dshow_crossbar.c |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavdevice/dshow_crossbar.c b/libavdevice/dshow_crossbar.c
index c0739da..95fb466 100644
--- a/libavdevice/dshow_crossbar.c
+++ b/libavdevice/dshow_crossbar.c
@@ -167,7 +167,7 @@ dshow_try_setup_crossbar_options(ICaptureGraphBuilder2 
*graph_builder2,
 }
 
 if (devtype == VideoDevice && ctx->show_analog_tv_tuner_dialog) {
-hr = ICaptureGraphBuilder2_FindInterface(graph_builder2, 
_UPSTREAM_ONLY, NULL, 
+hr = ICaptureGraphBuilder2_FindInterface(graph_builder2, 
_UPSTREAM_ONLY, NULL,
  device_filter, _IAMTVTuner, (void**) _tuner_filter);
 if (hr == S_OK) {
 hr = IAMCrossbar_QueryInterface(tv_tuner_filter, _IBaseFilter, 
(void **) _tuner_base_filter);
@@ -179,7 +179,7 @@ dshow_try_setup_crossbar_options(ICaptureGraphBuilder2 
*graph_builder2,
 }
 }
 if (devtype == AudioDevice && ctx->show_analog_tv_tuner_audio_dialog) {
-hr = ICaptureGraphBuilder2_FindInterface(graph_builder2, 
_UPSTREAM_ONLY, NULL, 
+hr = ICaptureGraphBuilder2_FindInterface(graph_builder2, 
_UPSTREAM_ONLY, NULL,
  device_filter, _IAMTVAudio, (void**) _audio_filter);
 if (hr == S_OK) {
 hr = IAMCrossbar_QueryInterface(tv_audio_filter, _IBaseFilter, 
(void **) _audio_base_filter);

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


Re: [FFmpeg-cvslog] lavc/lpc: exploit even symmetry of window function

2016-03-11 Thread Lou Logan
On Thu, Mar 10, 2016, at 05:42 PM, Ganesh Ajjanagadde wrote:
> ffmpeg | branch: master | Ganesh Ajjanagadde  | Tue
> Mar  8 22:08:29 2016 -0500| [66edd8656b851a0c85ba25ec293cc66192c363ae] |
> committer: Ganesh Ajjanagadde
> 
> lavc/lpc: exploit even symmetry of window function

kamedo2 has a comment about this on Twitter, although I can't quite
understand the translation:


___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] MAINTAINERS: remove myself as a server maintainer

2016-02-25 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Thu Feb 25 18:10:48 2016 
-0900| [0eb0f29a404e62ac3926a3778656454460184baf] | committer: Lou Logan

MAINTAINERS: remove myself as a server maintainer

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0eb0f29a404e62ac3926a3778656454460184baf
---

 MAINTAINERS |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f518aed..155642b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -44,7 +44,7 @@ Miscellaneous Areas
 
 documentation   Stefano Sabatini, Mike Melanson, 
Timothy Gu, Lou Logan
 build system (configure, makefiles) Diego Biurrun, Mans Rullgard
-project server  Árpád Gereöffy, Michael Niedermayer, 
Reimar Doeffinger, Alexander Strasser, Lou Logan
+project server  Árpád Gereöffy, Michael Niedermayer, 
Reimar Doeffinger, Alexander Strasser
 presets Robert Swain
 metadata subsystem  Aurelien Jacobs
 release management  Michael Niedermayer

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/filters: remove redundant example

2016-02-16 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Tue Feb 16 08:49:49 2016 
-0900| [ddc9a587f929b40dee9685b893793df18c3e0f29] | committer: Lou Logan

doc/filters: remove redundant example

Newer example in blend from f80b475 is faster and simpler.

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ddc9a587f929b40dee9685b893793df18c3e0f29
---

 doc/filters.texi |6 --
 1 file changed, 6 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 576a13b..f30b926 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -7526,12 +7526,6 @@ the @ref{vignette} filter):
 @example
 geq=lum=255*gauss((X/W-0.5)*3)*gauss((Y/H-0.5)*3)/gauss(0)/gauss(0),format=gray
 @end example
-
-@item
-Diagonal split screen to compare filter effect:
-@example
-ffmpeg -i input -filter_complex 
"[0:v]geq=lum=if(gt(X\,Y*(W/H))\,255),format=gray[alpha];[0:v][alpha]alphamerge,curves=preset=color_negative[filtered];[0:v][filtered]overlay"
 output
-@end example
 @end itemize
 
 @section gradfun

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/filters: add geq diagonal split screen example

2016-02-12 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Thu Feb 11 15:44:40 2016 
-0900| [0b0121d7f2093367798216a37506dbd053073a60] | committer: Lou Logan

doc/filters: add geq diagonal split screen example

Also remove similar but confusing and less useful example.

Based on geq expression by Patrick Race .

Signed-off-by: Lou Logan <l...@lrcd.com>
Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0b0121d7f2093367798216a37506dbd053073a60
---

 doc/filters.texi |7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 35f5050..b776210 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -7478,12 +7478,9 @@ 
geq=lum=255*gauss((X/W-0.5)*3)*gauss((Y/H-0.5)*3)/gauss(0)/gauss(0),format=gray
 @end example
 
 @item
-Create a linear gradient to use as a mask for another filter, then
-compose with @ref{overlay}. In this example the video will gradually
-become more blurry from the top to the bottom of the y-axis as defined
-by the linear gradient:
+Diagonal split screen to compare filter effect:
 @example
-ffmpeg -i input.mp4 -filter_complex 
"geq=lum=255*(Y/H),format=gray[grad];[0:v]boxblur=4[blur];[blur][grad]alphamerge[alpha];[0:v][alpha]overlay"
 output.mp4
+ffmpeg -i input -filter_complex 
"[0:v]geq=lum=if(gt(X\,Y*(W/H))\,255),format=gray[alpha];[0:v][alpha]alphamerge,curves=preset=color_negative[filtered];[0:v][filtered]overlay"
 output
 @end example
 @end itemize
 

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/filters: add showwavespic colorize example

2015-12-31 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Tue Dec 29 10:41:20 2015 
-0900| [b47111b6579fbe07b09bb360732b140ad6e870db] | committer: Lou Logan

doc/filters: add showwavespic colorize example

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b47111b6579fbe07b09bb360732b140ad6e870db
---

 doc/filters.texi |8 
 1 file changed, 8 insertions(+)

diff --git a/doc/filters.texi b/doc/filters.texi
index 8aa3b47..7839daa 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -14836,6 +14836,14 @@ in a 1024x800 picture using @command{ffmpeg}:
 @example
 ffmpeg -i audio.flac -lavfi showwavespic=split_channels=1:s=1024x800 
waveform.png
 @end example
+
+@item
+Colorize the waveform with colorchannelmixer. This example will make
+the waveform a green color approximately RGB(66,217,150). Additional
+channels will be shades of this color.
+@example
+ffmpeg -i audio.mp3 -filter_complex 
"showwavespic,colorchannelmixer=rr=66/255:gg=217/255:bb=150/255" waveform.png
+@end example
 @end itemize
 
 @section split, asplit

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/filters: note NetCDF dependency for sofalizer

2015-12-26 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Sat Dec 26 17:14:15 2015 
-0900| [0779d54a218cbbc1ac3e32da17832f3cd0482b93] | committer: Lou Logan

doc/filters: note NetCDF dependency for sofalizer

Also add @url for link.

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0779d54a218cbbc1ac3e32da17832f3cd0482b93
---

 doc/filters.texi |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index bf58833..491b141 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2988,10 +2988,13 @@ silenceremove=1:5:0.02
 SOFAlizer uses head-related transfer functions (HRTFs) to create virtual
 loudspeakers around the user for binaural listening via headphones (audio
 formats up to 9 channels supported).
-The HRTFs are stored in SOFA files (see www.sofacoustics.org for a database).
+The HRTFs are stored in SOFA files (see @url{http://www.sofacoustics.org/} for 
a database).
 SOFAlizer is developed at the Acoustics Research Institute (ARI) of the
 Austrian Academy of Sciences.
 
+To enable compilation of this filter you need to configure FFmpeg with
+@code{--enable-netcdf}.
+
 The filter accepts the following options:
 
 @table @option

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/issue_tracker.txt: various updates

2015-12-11 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Fri Dec 11 11:33:29 2015 
-0900| [5f55be70056829852351ff07e736d8e8ae694325] | committer: Lou Logan

doc/issue_tracker.txt: various updates

Added missing components.
Fixed some nits.

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5f55be70056829852351ff07e736d8e8ae694325
---

 doc/issue_tracker.txt |   48 
 1 file changed, 36 insertions(+), 12 deletions(-)

diff --git a/doc/issue_tracker.txt b/doc/issue_tracker.txt
index 095c04c..e8e8530 100644
--- a/doc/issue_tracker.txt
+++ b/doc/issue_tracker.txt
@@ -1,8 +1,6 @@
 FFmpeg's bug/feature request tracker manual
 =
 
-NOTE: This is a draft.
-
 Overview:
 -
 
@@ -22,9 +20,9 @@ a mail for every change to every issue.
 (the above does all work already after light testing)
 
 The subscription URL for the ffmpeg-trac list is:
-http(s)://lists.ffmpeg.org/mailman/listinfo/ffmpeg-trac
+https://lists.ffmpeg.org/mailman/listinfo/ffmpeg-trac
 The URL of the webinterface of the tracker is:
-http(s)://trac.ffmpeg.org
+https://trac.ffmpeg.org
 
 Type:
 -
@@ -42,12 +40,16 @@ feature request / enhancement
 where the current implementation cannot be considered wrong.
 
 license violation
-ticket to keep track of (L)GPL violations of ffmpeg by others
+Ticket to keep track of (L)GPL violations of ffmpeg by others.
 
 sponsoring request
 Developer requests for hardware, software, specifications, money,
 refunds, etc.
 
+task
+A task/reminder such as setting up a FATE client, adding filters to
+Trac, etc.
+
 Priority:
 -
 critical
@@ -66,7 +68,8 @@ important
 don't exist in a past revision or another branch.
 
 normal
-
+   Default setting. Use this if the bug does not match the other
+   priorities or if you are unsure of what priority to choose.
 
 minor
 Bugs about things like spelling errors, "mp2" instead of
@@ -163,14 +166,23 @@ Component:
 avcodec
 issues in libavcodec/*
 
+avdevice
+issues in libavdevice/*
+
+avfilter
+issues in libavfilter/*
+
 avformat
 issues in libavformat/*
 
 avutil
 issues in libavutil/*
 
-regression test
-issues in tests/*
+build system
+issues in or related to configure/Makefile
+
+documentation
+issues in or related to doc/*
 
 ffmpeg
 issues in or related to ffmpeg.c
@@ -184,11 +196,23 @@ ffprobe
 ffserver
 issues in or related to ffserver.c
 
-build system
-issues in or related to configure/Makefile
+postproc
+issues in libpostproc/*
+
+swresample
+issues in libswresample/*
 
-regression
-bugs which were not present in a past revision
+swscale
+issues in libswscale/*
 
 trac
 issues related to our issue tracker
+
+undetermined
+default component; choose this if unsure
+
+website
+issues related to the website
+
+wiki
+issues related to the wiki

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/encoders: fix "the their" typo

2015-10-28 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Wed Oct 28 13:23:52 2015 
-0800| [2193f537ed355e38935bc407ab38bf13b267a34d] | committer: Lou Logan

doc/encoders: fix "the their" typo

Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2193f537ed355e38935bc407ab38bf13b267a34d
---

 doc/encoders.texi |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index ba7f2b7..659f5d7 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1125,7 +1125,7 @@ kilobits/s.
 
 @item vbr (@emph{vbr}, @emph{hard-cbr}, and @emph{cvbr})
 Set VBR mode. The FFmpeg @option{vbr} option has the following
-valid arguments, with the their @command{opusenc} equivalent options
+valid arguments, with the @command{opusenc} equivalent options
 in parentheses:
 
 @table @samp

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/filters: s/nb_inputs/inputs for stack filters

2015-10-12 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Mon Oct 12 10:09:22 2015 
-0800| [329bd254750f3f90f4cf4a50f177aeb12458d449] | committer: Lou Logan

doc/filters: s/nb_inputs/inputs for stack filters

Signed-off-by: Lou Logan <l...@lrcd.com>
Signed-off-by: Paul B Mahol <one...@gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=329bd254750f3f90f4cf4a50f177aeb12458d449
---

 doc/filters.texi |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 4abc786..34008e5 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -7128,7 +7128,7 @@ to create same output.
 The filter accept the following option:
 
 @table @option
-@item nb_inputs
+@item inputs
 Set number of input streams. Default is 2.
 @end table
 
@@ -11550,7 +11550,7 @@ to create same output.
 The filter accept the following option:
 
 @table @option
-@item nb_inputs
+@item inputs
 Set number of input streams. Default is 2.
 @end table
 

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] README.md: avoid Github pull requests

2015-09-15 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Mon Sep 14 13:24:22 2015 
-0800| [a62d4a01e87ec9dba312b1e96dda4a0a1d9a370c] | committer: Lou Logan

README.md: avoid Github pull requests

Signed-off-by: Lou Logan <l...@lrcd.com>
Signed-off-by: Michael Niedermayer <michae...@gmx.at>
Reviewed-by: Ganesh Ajjanagadde <gajja...@mit.edu>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a62d4a01e87ec9dba312b1e96dda4a0a1d9a370c
---

 README.md |7 +++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 58e1eff..f0a47c7 100644
--- a/README.md
+++ b/README.md
@@ -40,3 +40,10 @@ Coding examples are available in the **doc/examples** 
directory.
 
 FFmpeg codebase is mainly LGPL-licensed with optional components licensed under
 GPL. Please refer to the LICENSE file for detailed information.
+
+## Contributing
+
+Patches should be submitted to the ffmpeg-devel mailing list using
+`git format-patch` or `git send-email`. Github pull requests should be
+avoided because they are not part of our review process. Few developers
+follow pull requests so they will likely be ignored.

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


Re: [FFmpeg-cvslog] [ffmpeg-web] branch master updated. f151c3e web/news: announce FFmpeg 2.8

2015-09-10 Thread Lou Logan
On Thu, Sep 10, 2015, at 01:46 PM, ffmpeg-cvslog@ffmpeg.org wrote:
[...]
> href="https://raw.githubusercontent.com/FFmpeg/FFmpeg/release/2.8/Changelog;>changelog
> +for a list of the most important changes.

Why was this link used instead of:

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/filters: fix Photoshop curves file extension

2015-09-10 Thread Lou Logan
ffmpeg | branch: master | Lou Logan <l...@lrcd.com> | Thu Sep 10 14:13:23 2015 
-0800| [98ecee2d3d5edd0c0cdd290a793155a608f5fb4d] | committer: Lou Logan

doc/filters: fix Photoshop curves file extension

Found-by: moorej
Signed-off-by: Lou Logan <l...@lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=98ecee2d3d5edd0c0cdd290a793155a608f5fb4d
---

 doc/filters.texi |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 37e6454..0b5d898 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3953,7 +3953,7 @@ Can be used in addition to the other key points component
 options. In this case, the unset component(s) will fallback on this
 @option{all} setting.
 @item psfile
-Specify a Photoshop curves file (@code{.asv}) to import the settings from.
+Specify a Photoshop curves file (@code{.acv}) to import the settings from.
 @end table
 
 To avoid some filtergraph syntax conflicts, each key points list need to be
@@ -3998,7 +3998,7 @@ curves=vintage
 @item
 Use a Photoshop preset and redefine the points of the green component:
 @example
-curves=psfile='MyCurvesPresets/purple.asv':green='0.45/0.53'
+curves=psfile='MyCurvesPresets/purple.acv':green='0.45/0.53'
 @end example
 @end itemize
 

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/indevs: Remove non-existent decklink option examples

2015-08-20 Thread Lou Logan
ffmpeg | branch: master | Lou Logan l...@lrcd.com | Thu Aug 20 10:31:34 2015 
-0800| [538ea9a209762d1bd7f8b4990cefeb55043a] | committer: Lou Logan

doc/indevs: Remove non-existent decklink option examples

Forgotten in c5d0148. Found by Thomas Langhorst.

Signed-off-by: Lou Logan l...@lrcd.com

 http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=538ea9a209762d1bd7f8b4990cefeb55043a
---

 doc/indevs.texi |   12 
 1 file changed, 12 deletions(-)

diff --git a/doc/indevs.texi b/doc/indevs.texi
index 30ba36e..6f1530a 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -266,18 +266,6 @@ Capture video clip at 1080i50 10 bit:
 ffmpeg -bm_v210 1 -f decklink -i 'UltraStudio Mini Recorder@@11' -acodec copy 
-vcodec copy output.avi
 @end example
 
-@item
-Capture video clip at 720p50 with 32bit audio:
-@example
-ffmpeg -bm_audiodepth 32 -f decklink -i 'UltraStudio Mini Recorder@@14' 
-acodec copy -vcodec copy output.avi
-@end example
-
-@item
-Capture video clip at 576i50 with 8 audio channels:
-@example
-ffmpeg -bm_channels 8 -f decklink -i 'UltraStudio Mini Recorder@@3' -acodec 
copy -vcodec copy output.avi
-@end example
-
 @end itemize
 
 @section dshow

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] MAINTAINERS: add myself as a docs maintainer

2015-08-19 Thread Lou Logan
ffmpeg | branch: master | Lou Logan l...@lrcd.com | Wed Aug 19 10:47:38 2015 
-0800| [2edb7ab1cba6eefe6c838fa90363cf3fb2369728] | committer: Lou Logan

MAINTAINERS: add myself as a docs maintainer

Signed-off-by: Lou Logan l...@lrcd.com

 http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2edb7ab1cba6eefe6c838fa90363cf3fb2369728
---

 MAINTAINERS |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e1eb556..b2aaf3c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -42,7 +42,7 @@ QuickTime faststart:
 Miscellaneous Areas
 ===
 
-documentation   Stefano Sabatini, Mike Melanson, 
Timothy Gu
+documentation   Stefano Sabatini, Mike Melanson, 
Timothy Gu, Lou Logan
 build system (configure, makefiles) Diego Biurrun, Mans Rullgard
 project server  Árpád Gereöffy, Michael Niedermayer, 
Reimar Doeffinger, Alexander Strasser, Lou Logan
 presets Robert Swain

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/indevs: add various missing options

2015-08-19 Thread Lou Logan
ffmpeg | branch: master | Lou Logan l...@lrcd.com | Tue Aug 18 17:43:33 2015 
-0800| [4918726d4123a18a6463225cb3dcb9218247dd4e] | committer: Lou Logan

doc/indevs: add various missing options

Signed-off-by: Lou Logan l...@lrcd.com
Reviewed-by: Ganesh Ajjanagadde gajja...@mit.edu

 http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4918726d4123a18a6463225cb3dcb9218247dd4e
---

 doc/indevs.texi |  165 ++-
 1 file changed, 162 insertions(+), 3 deletions(-)

diff --git a/doc/indevs.texi b/doc/indevs.texi
index 6f47504..30ba36e 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -51,6 +51,18 @@ ffmpeg -f alsa -i hw:0 alsaout.wav
 For more information see:
 @url{http://www.alsa-project.org/alsa-doc/alsa-lib/pcm.html}
 
+@subsection Options
+
+@table @option
+
+@item sample_rate
+Set the sample rate in Hz. Default is 48000.
+
+@item channels
+Set the number of channels. Default is 2.
+
+@end table
+
 @section avfoundation
 
 AVFoundation input device.
@@ -114,6 +126,19 @@ und the first one in this list is used instead. Available 
pixel formats are:
  bgr48be, uyvy422, yuva444p, yuva444p16le, yuv444p, yuv422p16, yuv422p10, 
yuv444p10,
  yuv420p, nv12, yuyv422, gray}
 
+@item -framerate
+Set the grabbing frame rate. Default is @code{ntsc}, corresponding to a
+frame rate of @code{3/1001}.
+
+@item -video_size
+Set the video frame size.
+
+@item -capture_cursor
+Capture the mouse pointer. Default is 0.
+
+@item -capture_mouse_clicks
+Capture the screen mouse clicks. Default is 0.
+
 @end table
 
 @subsection Examples
@@ -150,6 +175,36 @@ $ ffmpeg -f avfoundation -pixel_format bgr0 -i 
default:none out.avi
 
 BSD video input device.
 
+@subsection Options
+
+@table @option
+
+@item framerate
+Set the frame rate.
+
+@item video_size
+Set the video frame size. Default is @code{vga}.
+
+@item standard
+
+Available values are:
+@table @samp
+@item pal
+
+@item ntsc
+
+@item secam
+
+@item paln
+
+@item palm
+
+@item ntscj
+
+@end table
+
+@end table
+
 @section decklink
 
 The decklink input device provides capture capabilities for Blackmagic
@@ -275,11 +330,11 @@ If set to @option{true}, print a list of selected 
device's options
 and exit.
 
 @item video_device_number
-Set video device number for devices with same name (starts at 0,
+Set video device number for devices with the same name (starts at 0,
 defaults to 0).
 
 @item audio_device_number
-Set audio device number for devices with same name (starts at 0,
+Set audio device number for devices with the same name (starts at 0,
 defaults to 0).
 
 @item pixel_format
@@ -429,6 +484,27 @@ $ ffmpeg -f dshow -show_video_device_dialog true 
-crossbar_video_input_pin_numbe
 
 Linux DV 1394 input device.
 
+@subsection Options
+
+@table @option
+
+@item framerate
+Set the frame rate. Default is 25.
+
+@item standard
+
+Available values are:
+@table @samp
+@item pal
+
+@item ntsc
+
+@end table
+
+Default value is @code{ntsc}.
+
+@end table
+
 @section fbdev
 
 Linux framebuffer input device.
@@ -441,6 +517,8 @@ console. It is accessed through a file device node, usually
 For more detailed information read the file
 Documentation/fb/framebuffer.txt included in the Linux source tree.
 
+See also @url{http://linux-fbdev.sourceforge.net/}, and fbset(1).
+
 To record from the framebuffer device @file{/dev/fb0} with
 @command{ffmpeg}:
 @example
@@ -452,7 +530,14 @@ You can take a single screenshot image with the command:
 ffmpeg -f fbdev -framerate 1 -i /dev/fb0 -frames:v 1 screenshot.jpeg
 @end example
 
-See also @url{http://linux-fbdev.sourceforge.net/}, and fbset(1).
+@subsection Options
+
+@table @option
+
+@item framerate
+Set the frame rate. Default is 25.
+
+@end table
 
 @section gdigrab
 
@@ -638,6 +723,15 @@ $ jack_connect metro:120_bpm ffmpeg:input_1
 For more information read:
 @url{http://jackaudio.org/}
 
+@subsection Options
+
+@table @option
+
+@item channels
+Set the number of channels. Default is 2.
+
+@end table
+
 @section lavfi
 
 Libavfilter input virtual device.
@@ -678,6 +772,9 @@ Set the filename of the filtergraph to be read and sent to 
the other
 filters. Syntax of the filtergraph is the same as the one specified by
 the option @var{graph}.
 
+@item dumpgraph
+Dump graph to stderr.
+
 @end table
 
 @subsection Examples
@@ -879,6 +976,19 @@ ffmpeg -f oss -i /dev/dsp /tmp/oss.wav
 For more information about OSS see:
 @url{http://manuals.opensound.com/usersguide/dsp.html}
 
+@subsection Options
+
+@table @option
+
+@item sample_rate
+Set the sample rate in Hz. Default is 48000.
+
+@item channels
+Set the number of channels. Default is 2.
+
+@end table
+
+
 @section pulse
 
 PulseAudio input device.
@@ -919,6 +1029,10 @@ Specify the number of bytes per frame, by default it is 
set to 1024.
 @item fragment_size
 Specify the minimal buffering fragment in PulseAudio, it will affect the
 audio latency. By default it is unset.
+
+@item wallclock
+Set the initial PTS using the current time

[FFmpeg-cvslog] doc/indevs: fix fbdev typos

2015-08-18 Thread Lou Logan
ffmpeg | branch: master | Lou Logan l...@lrcd.com | Tue Aug 18 12:55:15 2015 
-0800| [5d410a1db2bfc88dbf4410f7a1a43dd81cb04333] | committer: Lou Logan

doc/indevs: fix fbdev typos

Fixes ticket #4784 as found by rodarmor.

Signed-off-by: Lou Logan l...@lrcd.com
Signed-off-by: Ronald S. Bultje rsbul...@gmail.com

 http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5d410a1db2bfc88dbf4410f7a1a43dd81cb04333
---

 doc/indevs.texi |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/indevs.texi b/doc/indevs.texi
index d5415bb..6f47504 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -444,12 +444,12 @@ Documentation/fb/framebuffer.txt included in the Linux 
source tree.
 To record from the framebuffer device @file{/dev/fb0} with
 @command{ffmpeg}:
 @example
-ffmpeg -f fbdev -r 10 -i /dev/fb0 out.avi
+ffmpeg -f fbdev -framerate 10 -i /dev/fb0 out.avi
 @end example
 
 You can take a single screenshot image with the command:
 @example
-ffmpeg -f fbdev -frames:v 1 -r 1 -i /dev/fb0 screenshot.jpeg
+ffmpeg -f fbdev -framerate 1 -i /dev/fb0 -frames:v 1 screenshot.jpeg
 @end example
 
 See also @url{http://linux-fbdev.sourceforge.net/}, and fbset(1).

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/ffmpeg: remove tips

2015-06-10 Thread Lou Logan
ffmpeg | branch: master | Lou Logan l...@lrcd.com | Wed Jun 10 10:31:47 2015 
-0800| [dc52e6200df616293c611ad88def7a657cf93c9a] | committer: Lou Logan

doc/ffmpeg: remove tips

Ancient and misleading.

Signed-off-by: Lou Logan l...@lrcd.com

 http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dc52e6200df616293c611ad88def7a657cf93c9a
---

 doc/ffmpeg.texi |   41 -
 1 file changed, 41 deletions(-)

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 1078ea1..4d73788 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -1299,47 +1299,6 @@ If no such file is found, then ffmpeg will search for a 
file named
 
 @c man end OPTIONS
 
-@chapter Tips
-@c man begin TIPS
-
-@itemize
-@item
-For streaming at very low bitrates, use a low frame rate
-and a small GOP size. This is especially true for RealVideo where
-the Linux player does not seem to be very fast, so it can miss
-frames. An example is:
-
-@example
-ffmpeg -g 3 -r 3 -t 10 -b:v 50k -s qcif -f rv10 /tmp/b.rm
-@end example
-
-@item
-The parameter 'q' which is displayed while encoding is the current
-quantizer. The value 1 indicates that a very good quality could
-be achieved. The value 31 indicates the worst quality. If q=31 appears
-too often, it means that the encoder cannot compress enough to meet
-your bitrate. You must either increase the bitrate, decrease the
-frame rate or decrease the frame size.
-
-@item
-If your computer is not fast enough, you can speed up the
-compression at the expense of the compression ratio. You can use
-'-me zero' to speed up motion estimation, and '-g 0' to disable
-motion estimation completely (you have only I-frames, which means it
-is about as good as JPEG compression).
-
-@item
-To have very low audio bitrates, reduce the sampling frequency
-(down to 22050 Hz for MPEG audio, 22050 or 11025 for AC-3).
-
-@item
-To have a constant quality (but a variable bitrate), use the option
-'-qscale n' when 'n' is between 1 (excellent quality) and 31 (worst
-quality).
-
-@end itemize
-@c man end TIPS
-
 @chapter Examples
 @c man begin EXAMPLES
 

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] cmdutils: indent protocols listing

2015-04-18 Thread Lou Logan
ffmpeg | branch: master | Lou Logan l...@lrcd.com | Sat Apr 18 14:31:23 2015 
-0800| [d1a892209803ab5bb9d72ce3d4364fbd2b4a5bfb] | committer: Michael 
Niedermayer

cmdutils: indent protocols listing

For readability.

Signed-off-by: Lou Logan l...@lrcd.com
Signed-off-by: Michael Niedermayer michae...@gmx.at

 http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d1a892209803ab5bb9d72ce3d4364fbd2b4a5bfb
---

 cmdutils.c |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmdutils.c b/cmdutils.c
index e4e3bac..7126ce8 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -1535,10 +1535,10 @@ int show_protocols(void *optctx, const char *opt, const 
char *arg)
 printf(Supported file protocols:\n
Input:\n);
 while ((name = avio_enum_protocols(opaque, 0)))
-printf(%s\n, name);
+printf(  %s\n, name);
 printf(Output:\n);
 while ((name = avio_enum_protocols(opaque, 1)))
-printf(%s\n, name);
+printf(  %s\n, name);
 return 0;
 }
 

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] cmdutils: fix Commmand typo

2015-04-03 Thread Lou Logan
ffmpeg | branch: master | Lou Logan l...@lrcd.com | Fri Apr  3 10:43:21 2015 
-0800| [44cae912522d579a15c39a00ef2b91dc9c42f881] | committer: Lou Logan

cmdutils: fix Commmand typo

Signed-off-by: Lou Logan l...@lrcd.com

 http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=44cae912522d579a15c39a00ef2b91dc9c42f881
---

 cmdutils.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmdutils.c b/cmdutils.c
index 46d0b4b..e4e3bac 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -1553,7 +1553,7 @@ int show_filters(void *optctx, const char *opt, const 
char *arg)
 printf(Filters:\n
  T.. = Timeline support\n
  .S. = Slice threading\n
- ..C = Commmand support\n
+ ..C = Command support\n
  A = Audio input/output\n
  V = Video input/output\n
  N = Dynamic number and/or type of input/output\n

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] MAINTAINERS: add Reynaldo as a Twitter maintainer

2015-04-03 Thread Lou Logan
ffmpeg | branch: master | Lou Logan l...@lrcd.com | Fri Apr  3 15:59:17 2015 
-0800| [893e61734f961eeeb005c008174f1399a37167b2] | committer: Lou Logan

MAINTAINERS: add Reynaldo as a Twitter maintainer

Signed-off-by: Lou Logan l...@lrcd.com

 http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=893e61734f961eeeb005c008174f1399a37167b2
---

 MAINTAINERS |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8d036c0..3fed8a2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -59,7 +59,7 @@ fate.ffmpeg.org Timothy Gu
 Trac bug trackerAlexander Strasser, Michael 
Niedermayer, Carl Eugen Hoyos, Lou Logan
 mailing lists   Michael Niedermayer, Baptiste 
Coudurier, Lou Logan
 Google+ Paul B Mahol, Michael Niedermayer, 
Alexander Strasser
-Twitter Lou Logan
+Twitter Lou Logan, Reynaldo H. Verdejo Pinochet
 Launchpad   Timothy Gu
 
 

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/indevs: add some XCB info to x11grab

2015-01-29 Thread Lou Logan
ffmpeg | branch: master | Lou Logan l...@lrcd.com | Wed Jan 28 09:35:31 2015 
-0900| [961f2e3aace04411c6f5f95fe9c24d8d6deb8911] | committer: Lou Logan

doc/indevs: add some XCB info to x11grab

Signed-off-by: Lou Logan l...@lrcd.com

 http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=961f2e3aace04411c6f5f95fe9c24d8d6deb8911
---

 doc/indevs.texi |   23 +--
 1 file changed, 17 insertions(+), 6 deletions(-)

diff --git a/doc/indevs.texi b/doc/indevs.texi
index ae61331..bd09f3f 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -975,8 +975,12 @@ other filename will be interpreted as device number 0.
 
 X11 video input device.
 
-Depends on X11, Xext, and Xfixes. Requires the configure option
-@code{--enable-x11grab}.
+To enable this input device during configuration you need libxcb
+installed on your system. It will be automatically detected during
+configuration.
+
+Alternatively, the configure option @option{--enable-x11grab} exists
+for legacy Xlib users.
 
 This device allows one to capture a region of an X11 display.
 
@@ -994,10 +998,12 @@ omitted, and defaults to localhost. The environment 
variable
 area with respect to the top-left border of the X11 screen. They
 default to 0.
 
-Check the X11 documentation (e.g. man X) for more detailed information.
+Check the X11 documentation (e.g. @command{man X}) for more detailed
+information.
 
-Use the @command{dpyinfo} program for getting basic information about the
-properties of your X11 display (e.g. grep for name or dimensions).
+Use the @command{xdpyinfo} program for getting basic information about
+the properties of your X11 display (e.g. grep for name or
+dimensions).
 
 For example to grab from @file{:0.0} using @command{ffmpeg}:
 @example
@@ -1046,6 +1052,10 @@ If @var{show_region} is specified with @code{1}, then 
the grabbing
 region will be indicated on screen. With this option, it is easy to
 know what is being grabbed if only a portion of the screen is grabbed.
 
+@item region_border
+Set the region border thickness if @option{-show_region 1} is used.
+Range is 1 to 128 and default is 3 (XCB-based x11grab only).
+
 For example:
 @example
 ffmpeg -f x11grab -show_region 1 -framerate 25 -video_size cif -i :0.0+10,20 
out.mpg
@@ -1061,7 +1071,8 @@ Set the video frame size. Default value is @code{vga}.
 
 @item use_shm
 Use the MIT-SHM extension for shared memory. Default value is @code{1}.
-It may be necessary to disable it for remote displays.
+It may be necessary to disable it for remote displays (legacy x11grab
+only).
 @end table
 
 @section decklink

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/general: update libilbc link

2015-01-12 Thread Lou Logan
ffmpeg | branch: master | Lou Logan l...@lrcd.com | Mon Jan 12 09:32:06 2015 
-0900| [e9f8780381feb7a62939018149e5153dfffaf921] | committer: Lou Logan

doc/general: update libilbc link

Signed-off-by: Lou Logan l...@lrcd.com

 http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e9f8780381feb7a62939018149e5153dfffaf921
---

 doc/general.texi |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/general.texi b/doc/general.texi
index b4c9325..49f5ade 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -151,7 +151,7 @@ by Google as part of the WebRTC project. libilbc is a 
packaging friendly
 copy of the iLBC codec. FFmpeg can make use of the libilbc library for
 iLBC encoding and decoding.
 
-Go to @url{https://github.com/dekkers/libilbc} and follow the instructions for
+Go to @url{https://github.com/TimothyGu/libilbc} and follow the instructions 
for
 installing the library. Then pass @code{--enable-libilbc} to configure to
 enable it.
 

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc: fix typos

2015-01-07 Thread Lou Logan
ffmpeg | branch: master | Lou Logan l...@lrcd.com | Wed Jan  7 17:16:54 2015 
-0900| [919e038a95fdebefb0ec76a602c0d61758ad0d8d] | committer: Lou Logan

doc: fix typos

Signed-off-by: Lou Logan l...@lrcd.com

 http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=919e038a95fdebefb0ec76a602c0d61758ad0d8d
---

 doc/codecs.texi|2 +-
 doc/developer.texi |4 ++--
 doc/encoders.texi  |2 +-
 doc/indevs.texi|2 +-
 doc/muxers.texi|2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/codecs.texi b/doc/codecs.texi
index f1f5c00..4105e09 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -7,7 +7,7 @@ all the encoders and decoders. In addition each codec may 
support
 so-called private options, which are specific for a given codec.
 
 Sometimes, a global option may only affect a specific kind of codec,
-and may be unsensical or ignored by another, so you need to be aware
+and may be nonsensical or ignored by another, so you need to be aware
 of the meaning of the specified options. Also some options are
 meant only for decoding or encoding.
 
diff --git a/doc/developer.texi b/doc/developer.texi
index 8b1f150..f1351a5 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -647,12 +647,12 @@ accordingly].
 @subsection Adding files to the fate-suite dataset
 
 When there is no muxer or encoder available to generate test media for a
-specific test then the media has to be inlcuded in the fate-suite.
+specific test then the media has to be included in the fate-suite.
 First please make sure that the sample file is as small as possible to test the
 respective decoder or demuxer sufficiently. Large files increase network
 bandwidth and disk space requirements.
 Once you have a working fate test and fate sample, provide in the commit
-message or introductionary message for the patch series that you post to
+message or introductory message for the patch series that you post to
 the ffmpeg-devel mailing list, a direct link to download the sample media.
 
 
diff --git a/doc/encoders.texi b/doc/encoders.texi
index c0e9890..a6cdd99 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -2171,7 +2171,7 @@ Use @var{0} to disable alpha plane coding.
 @subsection Speed considerations
 
 In the default mode of operation the encoder has to honor frame constraints
-(i.e. not produc frames with size bigger than requested) while still making
+(i.e. not produce frames with size bigger than requested) while still making
 output picture as good as possible.
 A frame containing a lot of small details is harder to compress and the encoder
 would spend more time searching for appropriate quantizers for each slice.
diff --git a/doc/indevs.texi b/doc/indevs.texi
index abc4cc3..fa6facf 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -390,7 +390,7 @@ not work and result in undefined behavior.
 The values @option{auto}, @option{dv} and @option{hdv} are supported.
 
 @item dvbuffer
-Set maxiumum size of buffer for incoming data, in frames. For DV, this
+Set maximum size of buffer for incoming data, in frames. For DV, this
 is an exact value. For HDV, it is not frame exact, since HDV does
 not have a fixed frame size.
 
diff --git a/doc/muxers.texi b/doc/muxers.texi
index a1264d2..e356235 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -781,7 +781,7 @@ Change the syncpoint usage in nut:
 sensitive and seeking is not possible. Also in general the overhead from
 syncpoints is negligible. Note, -@code{write_index} 0 can be used to 
disable
 all growing data tables, allowing to mux endless streams with limited 
memory
-and wihout these disadvantages.
+and without these disadvantages.
 @item @var{timestamped} extend the syncpoint with a wallclock field.
 @end table
 The @var{none} and @var{timestamped} flags are experimental.

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/filters: fix typos and spelling errors

2014-12-16 Thread Lou Logan
ffmpeg | branch: master | Lou Logan l...@lrcd.com | Tue Dec 16 10:32:00 2014 
-0900| [a9a3c005b889fa44183d5a0118a34402c07b1cab] | committer: Lou Logan

doc/filters: fix typos and spelling errors

Prompted-by: Carl Oxwall @oxwall
Signed-off-by: Lou Logan l...@lrcd.com

 http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a9a3c005b889fa44183d5a0118a34402c07b1cab
---

 doc/filters.texi |   30 +++---
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 2f0e7fe..7fac8fb 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -922,7 +922,7 @@ It accepts the following option:
 @table @option
 @item length
 Short window length in seconds, used for peak and trough RMS measurement.
-Default is @code{0.05} (50 miliseconds). Allowed range is @code{[0.1 - 10]}.
+Default is @code{0.05} (50 milliseconds). Allowed range is @code{[0.1 - 10]}.
 @end table
 
 A description of each shown parameter follows:
@@ -1465,12 +1465,12 @@ Set base delay in milliseconds. Range from 0 to 30. 
Default value is 0.
 Set added swep delay in milliseconds. Range from 0 to 10. Default value is 2.
 
 @item regen
-Set percentage regeneneration (delayed signal feedback). Range from -95 to 95.
+Set percentage regeneration (delayed signal feedback). Range from -95 to 95.
 Default value is 0.
 
 @item width
 Set percentage of delayed signal mixed with original. Range from 0 to 100.
-Default valu is 71.
+Default value is 71.
 
 @item speed
 Set sweeps per second (Hz). Range from 0.1 to 10. Default value is 0.5.
@@ -1875,7 +1875,7 @@ or amplitude ratio. Default value is @code{0}.
 @item stop_periods
 Set the count for trimming silence from the end of audio.
 To remove silence from the middle of a file, specify a @var{stop_periods}
-that is negative. This value is then threated as a positive value and is
+that is negative. This value is then treated as a positive value and is
 used to indicate the effect should restart processing as specified by
 @var{start_periods}, making it suitable for removing periods of silence
 in the middle of the audio.
@@ -2169,7 +2169,7 @@ The sample rate of the incoming audio buffers.
 
 @item sample_fmt
 The sample format of the incoming audio buffers.
-Either a sample format name or its corresponging integer representation from
+Either a sample format name or its corresponding integer representation from
 the enum AVSampleFormat in @file{libavutil/samplefmt.h}
 
 @item channel_layout
@@ -2378,7 +2378,7 @@ Set the voice to use for the speech synthesis. Default 
value is
 
 @itemize
 @item
-Read from file @file{speech.txt}, and synthetize the text using the
+Read from file @file{speech.txt}, and synthesize the text using the
 standard flite voice:
 @example
 flite=textfile=speech.txt
@@ -3258,7 +3258,7 @@ crop=in_w:1/PHI*in_w
 @end example
 
 @item
-Appply trembling effect:
+Apply trembling effect:
 @example
 crop=in_w/2:in_h/2:(in_w-out_w)/2+((in_w-out_w)/2)*sin(n/10):(in_h-out_h)/2 
+((in_h-out_h)/2)*sin(n/7)
 @end example
@@ -5861,11 +5861,11 @@ The filter accepts the following options:
 @table @option
 @item cx
 Relative x-coordinate of the focal point of the image, and thereby the center 
of the
-distrortion. This value has a range [0,1] and is expressed as fractions of the 
image
+distortion. This value has a range [0,1] and is expressed as fractions of the 
image
 width.
 @item cy
 Relative y-coordinate of the focal point of the image, and thereby the center 
of the
-distrortion. This value has a range [0,1] and is expressed as fractions of the 
image
+distortion. This value has a range [0,1] and is expressed as fractions of the 
image
 height.
 @item k1
 Coefficient of the quadratic correction term. 0.5 means no correction.
@@ -6447,7 +6447,7 @@ libopencv function @code{cvSmooth}.
 Overlay one video on top of another.
 
 It takes two inputs and has one output. The first input is the main
-video on which the second input is overlayed.
+video on which the second input is overlaid.
 
 It accepts the following parameters:
 
@@ -6456,7 +6456,7 @@ A description of the accepted options follows.
 @table @option
 @item x
 @item y
-Set the expression for the x and y coordinates of the overlayed video
+Set the expression for the x and y coordinates of the overlaid video
 on the main video. Default value is 0 for both expressions. In case
 the expression is invalid, it is set to a huge value (meaning that the
 overlay will not be displayed within the output visible area).
@@ -7333,7 +7333,7 @@ it. Default value is 1.
 
 @item fillcolor, c
 Set the color used to fill the output area not covered by the rotated
-image. For the generalsyntax of this option, check the Color section in the
+image. For the general syntax of this option, check the Color section in the
 ffmpeg-utils manual. If the special value none is selected then no
 background is printed (useful for example if the background is never shown).
 
@@ -8558,7 +8558,7 @@ more advanced

[FFmpeg-cvslog] doc: add FFREPORT example

2014-12-12 Thread Lou Logan
ffmpeg | branch: master | Lou Logan l...@lrcd.com | Thu Dec 11 11:46:54 2014 
-0900| [10ef8f063bfa239c47f2301557a525870c2b88bf] | committer: Lou Logan

doc: add FFREPORT example

And fix a few nits.

Signed-off-by: Lou Logan l...@lrcd.com

 http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=10ef8f063bfa239c47f2301557a525870c2b88bf
---

 doc/fftools-common-opts.texi |   18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi
index 54d1888..7d52c1a 100644
--- a/doc/fftools-common-opts.texi
+++ b/doc/fftools-common-opts.texi
@@ -204,21 +204,29 @@ directory.
 This file can be useful for bug reports.
 It also implies @code{-loglevel verbose}.
 
-Setting the environment variable @code{FFREPORT} to any value has the
+Setting the environment variable @env{FFREPORT} to any value has the
 same effect. If the value is a ':'-separated key=value sequence, these
-options will affect the report; options values must be escaped if they
+options will affect the report; option values must be escaped if they
 contain special characters or the options delimiter ':' (see the
-``Quoting and escaping'' section in the ffmpeg-utils manual). The
-following option is recognized:
+``Quoting and escaping'' section in the ffmpeg-utils manual).
+
+The following options are recognized:
 @table @option
 @item file
 set the file name to use for the report; @code{%p} is expanded to the name
 of the program, @code{%t} is expanded to a timestamp, @code{%%} is expanded
 to a plain @code{%}
 @item level
-set the log level
+set the log verbosity level using a numerical value (see @code{-loglevel}).
 @end table
 
+For example, to output a report to a file named @file{ffreport.log}
+using a log level of @code{32} (alias for log level @code{info}):
+
+@example
+FFREPORT=file=ffreport.log:level=32 ffmpeg -i input output
+@end example
+
 Errors in parsing the environment variable are not fatal, and will not
 appear in the report.
 

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc: add loglevel numerical values

2014-12-10 Thread Lou Logan
ffmpeg | branch: master | Lou Logan l...@lrcd.com | Fri Dec  5 12:32:35 2014 
-0900| [55c5a38369c1a84ed8b7ba1cb89ad1020e1bc540] | committer: Lou Logan

doc: add loglevel numerical values

Useful for setting FFREPORT log level.

Signed-off-by: Lou Logan l...@lrcd.com

 http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=55c5a38369c1a84ed8b7ba1cb89ad1020e1bc540
---

 doc/fftools-common-opts.texi |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi
index 0e8f849..54d1888 100644
--- a/doc/fftools-common-opts.texi
+++ b/doc/fftools-common-opts.texi
@@ -165,27 +165,27 @@ omitted. repeat can also be used alone.
 If repeat is used alone, and with no prior loglevel set, the default
 loglevel will be used. If multiple loglevel parameters are given, using
 'repeat' will not change the loglevel.
-@var{loglevel} is a number or a string containing one of the following values:
+@var{loglevel} is a string or a number containing one of the following values:
 @table @samp
-@item quiet
+@item quiet, -8
 Show nothing at all; be silent.
-@item panic
+@item panic, 0
 Only show fatal errors which could lead the process to crash, such as
 and assert failure. This is not currently used for anything.
-@item fatal
+@item fatal, 8
 Only show fatal errors. These are errors after which the process absolutely
 cannot continue after.
-@item error
+@item error, 16
 Show all errors, including ones which can be recovered from.
-@item warning
+@item warning, 24
 Show all warnings and errors. Any message related to possibly
 incorrect or unexpected events will be shown.
-@item info
+@item info, 32
 Show informative messages during processing. This is in addition to
 warnings and errors. This is the default value.
-@item verbose
+@item verbose, 40
 Same as @code{info}, except more verbose.
-@item debug
+@item debug, 48
 Show everything, including debugging information.
 @end table
 

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc: clarify -frames options behavior

2014-11-04 Thread Lou Logan
ffmpeg | branch: master | Lou Logan l...@lrcd.com | Tue Nov  4 10:17:45 2014 
-0900| [37425fcb04748cf3177113f1615447bf7b3cb7ba] | committer: Lou Logan

doc: clarify -frames options behavior

Replace frames to record with frames to output. The to record
makes it seem like an input option, or that it would capture the frames
instead of outputting them.

Reviewed-by: Timothy Gu timothyg...@gmail.com
Signed-off-by: Lou Logan l...@lrcd.com

 http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=37425fcb04748cf3177113f1615447bf7b3cb7ba
---

 doc/ffmpeg.texi |6 +++---
 ffmpeg_opt.c|8 
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 38dca86..d774aba 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -360,7 +360,7 @@ ffmpeg -i myfile.avi -target vcd -bf 2 /tmp/vcd.mpg
 @end example
 
 @item -dframes @var{number} (@emph{output})
-Set the number of data frames to record. This is an alias for @code{-frames:d}.
+Set the number of data frames to output. This is an alias for @code{-frames:d}.
 
 @item -frames[:@var{stream_specifier}] @var{framecount} 
(@emph{output,per-stream})
 Stop writing to the stream after @var{framecount} frames.
@@ -467,7 +467,7 @@ attachments.
 
 @table @option
 @item -vframes @var{number} (@emph{output})
-Set the number of video frames to record. This is an alias for 
@code{-frames:v}.
+Set the number of video frames to output. This is an alias for 
@code{-frames:v}.
 @item -r[:@var{stream_specifier}] @var{fps} (@emph{input/output,per-stream})
 Set frame rate (Hz value, fraction or abbreviation).
 
@@ -692,7 +692,7 @@ If this option is not specified, the default adapter is 
used.
 
 @table @option
 @item -aframes @var{number} (@emph{output})
-Set the number of audio frames to record. This is an alias for 
@code{-frames:a}.
+Set the number of audio frames to output. This is an alias for 
@code{-frames:a}.
 @item -ar[:@var{stream_specifier}] @var{freq} (@emph{input/output,per-stream})
 Set the audio sampling frequency. For output streams it is set by
 default to the frequency of the corresponding input stream. For input
diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index fd13426..1757dcc 100644
--- a/ffmpeg_opt.c
+++ b/ffmpeg_opt.c
@@ -2815,7 +2815,7 @@ const OptionDef options[] = {
 add metadata, string=string },
 { dframes,HAS_ARG | OPT_PERFILE | OPT_EXPERT |
 OPT_OUTPUT,  { 
.func_arg = opt_data_frames },
-set the number of data frames to record, number },
+set the number of data frames to output, number },
 { benchmark,  OPT_BOOL | OPT_EXPERT,   { 
do_benchmark },
 add timings for benchmarking },
 { benchmark_all,  OPT_BOOL | OPT_EXPERT,   { 
do_benchmark_all },
@@ -2866,7 +2866,7 @@ const OptionDef options[] = {
 { copypriorss,OPT_INT | HAS_ARG | OPT_EXPERT | OPT_SPEC | 
OPT_OUTPUT,   { .off = OFFSET(copy_prior_start) },
 copy or discard frames before start time },
 { frames, OPT_INT64 | HAS_ARG | OPT_SPEC | OPT_OUTPUT, { .off = 
OFFSET(max_frames) },
-set the number of frames to record, number },
+set the number of frames to output, number },
 { tag,OPT_STRING | HAS_ARG | OPT_SPEC |
 OPT_EXPERT | OPT_OUTPUT | OPT_INPUT, { .off = 
OFFSET(codec_tags) },
 force codec tag/fourcc, fourcc/tag },
@@ -2908,7 +2908,7 @@ const OptionDef options[] = {
 
 /* video options */
 { vframes,  OPT_VIDEO | HAS_ARG  | OPT_PERFILE | OPT_OUTPUT, 
  { .func_arg = opt_video_frames },
-set the number of video frames to record, number },
+set the number of video frames to output, number },
 { r,OPT_VIDEO | HAS_ARG  | OPT_STRING | OPT_SPEC |
   OPT_INPUT | OPT_OUTPUT,  
  { .off = OFFSET(frame_rates) },
 set frame rate (Hz value, fraction or abbreviation), rate },
@@ -2996,7 +2996,7 @@ const OptionDef options[] = {
 
 /* audio options */
 { aframes,OPT_AUDIO | HAS_ARG  | OPT_PERFILE | OPT_OUTPUT,   
{ .func_arg = opt_audio_frames },
-set the number of audio frames to record, number },
+set the number of audio frames to output, number },
 { aq, OPT_AUDIO | HAS_ARG  | OPT_PERFILE | OPT_OUTPUT,   
{ .func_arg = opt_audio_qscale },
 set audio quality (codec-specific), quality, },
 { ar, OPT_AUDIO | HAS_ARG  | OPT_INT | OPT_SPEC |

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/filters: update link to OpenCV docs

2014-10-15 Thread Lou Logan
ffmpeg | branch: master | Lou Logan l...@lrcd.com | Mon Oct 13 16:41:00 2014 
-0800| [b629b421d7428fffbbff02367317cfd0aee7b778] | committer: Lou Logan

doc/filters: update link to OpenCV docs

Signed-off-by: Lou Logan l...@lrcd.com

 http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b629b421d7428fffbbff02367317cfd0aee7b778
---

 doc/filters.texi |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index b9575f4..e9c1a24 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -6226,7 +6226,7 @@ values are assumed.
 
 Refer to the official libopencv documentation for more precise
 information:
-@url{http://opencv.willowgarage.com/documentation/c/image_filtering.html}
+@url{http://docs.opencv.org/master/modules/imgproc/doc/filtering.html}
 
 Several libopencv filters are supported; see the following subsections.
 

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/filters: add geq gradient examples

2014-09-16 Thread Lou Logan
ffmpeg | branch: master | Lou Logan l...@lrcd.com | Mon Sep 15 18:07:09 2014 
-0800| [9c9aec33c0cf5789962e2dfa0a1db619d522c61c] | committer: Lou Logan

doc/filters: add geq gradient examples

Radial gradient by Víctor Paesa. Linear gradient by Paul Gentemann.

Also-by: Víctor Paesa victorpa...@googlemail.com
Also-by: Paul Gentemann beriu...@gmail.com
Signed-off-by: Lou Logan l...@lrcd.com

 http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9c9aec33c0cf5789962e2dfa0a1db619d522c61c
---

 doc/filters.texi |   16 
 1 file changed, 16 insertions(+)

diff --git a/doc/filters.texi b/doc/filters.texi
index e9dab47..02bb34e 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -5144,6 +5144,22 @@ Modify RGB components depending on pixel position:
 @example
 geq=r='X/W*r(X,Y)':g='(1-X/W)*g(X,Y)':b='(H-Y)/H*b(X,Y)'
 @end example
+
+@item
+Create a radial gradient that is the same size as the input (also see
+the @ref{vignette} filter):
+@example
+geq=lum=255*gauss((X/W-0.5)*3)*gauss((Y/H-0.5)*3)/gauss(0)/gauss(0),format=gray
+@end example
+
+@item
+Create a linear gradient to use as a mask for another filter, then
+compose with @ref{overlay}. In this example the video will gradually
+become more blurry from the top to the bottom of the y-axis as defined
+by the linear gradient:
+@example
+ffmpeg -i input.mp4 -filter_complex 
geq=lum=255*(Y/H),format=gray[grad];[0:v]boxblur=4[blur];[blur][grad]alphamerge[alpha];[0:v][alpha]overlay
 output.mp4
+@end example
 @end itemize
 
 @section gradfun

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/ffmpeg: fix metadata language example

2014-08-20 Thread Lou Logan
ffmpeg | branch: master | Lou Logan l...@lrcd.com | Tue Aug 19 15:16:20 2014 
-0800| [d2163f5e2836090dc7827f43bef921dbe364ec8f] | committer: Lou Logan

doc/ffmpeg: fix metadata language example

Signed-off-by: Lou Logan l...@lrcd.com

 http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d2163f5e2836090dc7827f43bef921dbe364ec8f
---

 doc/ffmpeg.texi |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 23ef668..69ffa87 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -339,7 +339,7 @@ ffmpeg -i in.avi -metadata title=my title out.flv
 
 To set the language of the first audio stream:
 @example
-ffmpeg -i INPUT -metadata:s:a:1 language=eng OUTPUT
+ffmpeg -i INPUT -metadata:s:a:0 language=eng OUTPUT
 @end example
 
 @item -target @var{type} (@emph{output})

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog


[FFmpeg-cvslog] doc/indevs: mention required configure options

2014-07-31 Thread Lou Logan
ffmpeg | branch: master | Lou Logan l...@lrcd.com | Thu Jul 31 14:44:59 2014 
-0800| [d76675d9c015eb0203400d3e00c485467a9943d8] | committer: Lou Logan

doc/indevs: mention required configure options

For x11grab, libcdio, and libdc1394 input devices.

Signed-off-by: Lou Logan l...@lrcd.com

 http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d76675d9c015eb0203400d3e00c485467a9943d8
---

 doc/indevs.texi |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/doc/indevs.texi b/doc/indevs.texi
index e0e7e67..ce409b9 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -488,7 +488,8 @@ ffplay -f lavfi movie=test.avi[out0];amovie=test.wav[out1]
 Audio-CD input device based on cdio.
 
 To enable this input device during configuration you need libcdio
-installed on your system.
+installed on your system. Requires the configure option
+@code{--enable-libcdio}.
 
 This device allows playing and grabbing from an Audio-CD.
 
@@ -502,6 +503,8 @@ ffmpeg -f libcdio -i /dev/sr0 cd.wav
 
 IIDC1394 input device, based on libdc1394 and libraw1394.
 
+Requires the configure option @code{--enable-libdc1394}.
+
 @section openal
 
 The OpenAL input device provides audio capture on all systems with a
@@ -830,6 +833,9 @@ other filename will be interpreted as device number 0.
 
 X11 video input device.
 
+Depends on X11, Xext, and Xfixes. Requires the configure option
+@code{--enable-x11grab}.
+
 This device allows one to capture a region of an X11 display.
 
 The filename passed as input has the syntax:

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog