[FFmpeg-cvslog] avfilter/avf_abitscope: Correct range for framerate

2017-03-30 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Mar 23 19:22:30 2017 +0530| [2104e3383fd1e9340c693451d9c7abb6501683ac] | committer: Lou Logan avfilter/avf_abitscope: Correct range for framerate Signed-off-by: Gyan Doshi Signed-off-by: Paul B Mahol (via IRC) > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] doc/filters: note minimum resolution for pixscope

2017-10-10 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Oct 10 16:23:18 2017 +0530| [d251effe732081c2d11bdb1198ab906827faf773] | committer: Lou Logan doc/filters: note minimum resolution for pixscope Signed-off-by: Gyan Doshi Signed-off-by: Derek Buitenhuis > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] doc/filters: correct typo and incomplete desc.

2017-10-12 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Oct 12 19:04:06 2017 +0530| [147c1e008a7baf9c4d4e18e9707765ae686b1521] | committer: Michael Niedermayer doc/filters: correct typo and incomplete desc. Correct typo in signalstats filter section and qualify description for variable in select filter

[FFmpeg-cvslog] doc/filters: add note on flite thread safety and update URL

2017-10-17 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Oct 9 11:24:10 2017 +0530| [df45ea45df18d909d545cf12769caf85310bebd9] | committer: Michael Niedermayer doc/filters: add note on flite thread safety and update URL Signed-off-by: Gyan Doshi Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] lavf/img2enc: remove redundant option 'updatefirst'

2017-11-01 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sun Oct 29 13:41:18 2017 +0530| [3524c92950832705210e50eeafad002fe2d58be5] | committer: Lou Logan lavf/img2enc: remove redundant option 'updatefirst' 'updatefirst' is an undocumented option redundant to older option 'update'

[FFmpeg-cvslog] lavu/timecode: clarify error msg for timecode_rate

2017-11-09 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sun Nov 5 21:47:22 2017 +0530| [84556ef05963138cbc39fa1a39b790dffe15ffe8] | committer: Michael Niedermayer lavu/timecode: clarify error msg for timecode_rate The user-supplied value for timecode_rate in drawtext is rounded to nearest integer. So, a

[FFmpeg-cvslog] avformat/subfile: allow to extract till EOF

2017-11-19 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Wed Nov 15 17:54:19 2017 +0530| [e75fe0ef213074381c09e074f1f9619012f1ffad] | committer: Nicolas George avformat/subfile: allow to extract till EOF Users can set end offset as 0 to extract till end of file. Tested locally and documented. > h

[FFmpeg-cvslog] avfilter/drawbox: rename variable for maximum thickness

2017-11-28 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Nov 20 15:54:39 2017 +0530| [b3cb9bd43fa33a8aaf7a63e43f8418975b3bf0de] | committer: Michael Niedermayer avfilter/drawbox: rename variable for maximum thickness The present value name for maximum thickness is 'max' which results in a pars

[FFmpeg-cvslog] avcodec/libx265 - Add named option to set profile

2017-12-06 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Dec 5 13:35:53 2017 +0530| [dc7d5f9f1904faebab73f5de60f2c360c8255333] | committer: Lou Logan avcodec/libx265 - Add named option to set profile Adds call to x265_param_apply_profile after x265_param_parse. Added as private option since HEVC profiles

[FFmpeg-cvslog] avfilter/drawbox+drawgrid - add option to prevent overwriting of source pixels

2017-12-14 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Dec 11 22:53:18 2017 +0530| [1c76134fe37ac20695627e3f5ce1f2bbf1245fcc] | committer: Lou Logan avfilter/drawbox+drawgrid - add option to prevent overwriting of source pixels If the user-supplied color in drawbox and drawgrid filters is non-opaque, the

[FFmpeg-cvslog] avformat/adtsenc: allow only AAC streams

2018-01-14 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sun Jan 14 17:48:23 2018 +0530| [96f94624e0a1a91134bd8e1e3127080b81716f6f] | committer: James Almer avformat/adtsenc: allow only AAC streams The ADTS muxer will silently (attempt to) mux any audio stream passed to it. Patch adds a codec check. Signed

[FFmpeg-cvslog] avfilter/vidstab: check bytesPerPixel only for packed formats.

2018-01-17 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sat Dec 23 16:32:25 2017 +0530| [e1e89c0695b430ca1f0f869ac8a2b6b46be9e2fa] | committer: Michael Niedermayer avfilter/vidstab: check bytesPerPixel only for packed formats. libvidstab introduced this variable only for packed formats but in vf_vidstab*.c

[FFmpeg-cvslog] avfilter/drawtext - implement fix_bounds

2018-01-20 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Jan 11 18:48:16 2018 +0530| [6c1c6c6c71fc776c6dd25d13861b036dad2cdc1b] | committer: Kyle Swanson avfilter/drawtext - implement fix_bounds When enabled, text, including effects like shadow or box, will be completely bound within the video frame

[FFmpeg-cvslog] avformat/mpegenc - fix typo in VBV warning

2018-01-29 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Jan 29 12:11:36 2018 +0530| [b99e77b9f7b9df53aa59f9cc4b41572453a55513] | committer: Michael Niedermayer avformat/mpegenc - fix typo in VBV warning Default VBV buffer size is 230KB, not 130KB. Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] fate/mpegps: add tests for PCM_DVD stream remux

2018-02-16 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Feb 15 18:06:47 2018 +0530| [310d56e86f494273e2859cf25dd4ae2433f9a2be] | committer: Michael Niedermayer fate/mpegps: add tests for PCM_DVD stream remux Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/mpegenc - accept PCM_DVD streams

2018-02-16 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Wed Feb 7 18:23:08 2018 +0530| [f0809bc0fa634afe8b7c3f2682b8e51e87d0861e] | committer: Michael Niedermayer avformat/mpegenc - accept PCM_DVD streams PCM_S16BE stream packets in MPEG-PS have a 3-byte header and are recognized as PCM_DVD by the demuxer

[FFmpeg-cvslog] docs/codecs: remove dead codec debug options

2018-02-19 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Jan 15 20:38:33 2018 +0530| [b50f68bb1ecc6dcfe7aaed04c12dd94bdc222428] | committer: Lou Logan docs/codecs: remove dead codec debug options FF_API_DEBUG_MV has been disabled. Related options removed from docs. Mention of non-existent debug option

[FFmpeg-cvslog] avformat/mpegenc - log error msgs for unsupported LPCM streams

2018-02-21 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Feb 20 20:49:28 2018 +0530| [4f8c691040b026d001ff33d38c0e1516a35b946e] | committer: Michael Niedermayer avformat/mpegenc - log error msgs for unsupported LPCM streams The MPEG-PS muxer only accepts PCM streams having up to 8 channels and the

[FFmpeg-cvslog] avutil/timecode: fix starting frame number for 59.94 fps

2018-02-22 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Feb 22 18:22:42 2018 +0530| [b6652f5100af48141dadcc45b087cf75eadc145e] | committer: Michael Niedermayer avutil/timecode: fix starting frame number for 59.94 fps The existing code for adjusting starting frame number assumes 29.97 as stream fps

[FFmpeg-cvslog] ffmpeg.c - drain all decoded frames during stream_loop flush

2018-03-20 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Mar 15 17:03:51 2018 +0530| [8ad83044b47a2544907562f5e8fd11dd1a62ef82] | committer: Michael Niedermayer ffmpeg.c - drain all decoded frames during stream_loop flush When a decoded stream is being looped, after each post-EOF rewind, decoders are

[FFmpeg-cvslog] avformat/segafilm - fix keyframe detection and set packet flags

2018-03-26 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Wed Mar 21 19:17:33 2018 +0530| [cfe1a9d311de6c36641cf295004cdbc77d7b600c] | committer: James Almer avformat/segafilm - fix keyframe detection and set packet flags Streams from a Segafilm cpk file can't be streamcopied because keyframe flag

[FFmpeg-cvslog] doc/encoders: list missing options for x265

2018-03-30 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Mar 30 19:37:09 2018 +0530| [cdd6a525e4922b20c26c47de5da6d191f9b1b52e] | committer: Lou Logan doc/encoders: list missing options for x265 Add entries for crf and profile in libx265 section Signed-off-by: Lou Logan > http://git.videolan.

[FFmpeg-cvslog] doc/filters: correct range for length in astats filter

2018-04-09 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Apr 9 14:46:06 2018 +0530| [3fbe4a043cbe656301be9d066b3ac9a7034d1fc9] | committer: Michael Niedermayer doc/filters: correct range for length in astats filter Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] MAINTAINERS: add myself to documentation section

2018-04-13 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Wed Apr 11 22:04:03 2018 +0530| [6b28e551d00912e0efeda8536039f8204752a684] | committer: Lou Logan MAINTAINERS: add myself to documentation section Signed-off-by: Lou Logan > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] doc/muxers: tee muxer - rearrange, add notes and general tidy-up

2018-04-19 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Apr 19 17:55:20 2018 +0530| [424836505fba3b9ad8120cd86227f832fe35d8f6] | committer: Gyan Doshi doc/muxers: tee muxer - rearrange, add notes and general tidy-up > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/segafilm - revert keyframe detection

2018-04-21 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sat Apr 21 13:02:12 2018 +0530| [9f9f56e6791f6c44ac8e4b97a8da5816ed542332] | committer: James Almer avformat/segafilm - revert keyframe detection Keyframe detection was inverted in cfe1a9d311 in order to fix keyframe flags set for the sample attached to

[FFmpeg-cvslog] avformat/segafilm - revert keyframe detection

2018-04-22 Thread Gyan Doshi
ffmpeg | branch: release/4.0 | Gyan Doshi | Sat Apr 21 13:02:12 2018 +0530| [6b2fee19a7ddeac220f851c368e4262205458166] | committer: James Almer avformat/segafilm - revert keyframe detection Keyframe detection was inverted in cfe1a9d311 in order to fix keyframe flags set for the sample

[FFmpeg-cvslog] doc/ffmpeg - update benchmark option readout details

2018-04-28 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sat Apr 28 23:09:04 2018 +0530| [96d7cbedbefdfa385803212f2a1fb078336df073] | committer: Gyan Doshi doc/ffmpeg - update benchmark option readout details -benchmark and -benchmark_all now show real, system and user time > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/segafilmenc - set keyframe bit correctly

2018-05-08 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sat May 5 17:22:53 2018 +0530| [0683ad709b0eafc6e863612e5f80784efaf0e04e] | committer: Gyan Doshi avformat/segafilmenc - set keyframe bit correctly As per https://web.archive.org/web/20020803104640/http://www.pcisys.net:80/~melanson/codecs/film

[FFmpeg-cvslog] doc/ffmpeg: update disposition values

2018-05-28 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue May 29 12:15:58 2018 +0530| [cba167934bb2d634f400d3b06cec2b0f99d5de9d] | committer: Gyan Doshi doc/ffmpeg: update disposition values Thumbnail example added. Avoid transcoding in older examples. > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] doc/ffmpeg: remove non-existent vdt option

2018-05-31 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Jun 1 01:41:12 2018 +0530| [04b570817b2b38e35675b17328239746212f4c3f] | committer: Gyan Doshi doc/ffmpeg: remove non-existent vdt option > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04b570817b2b38e35675b17328239746212f4c3f ---

[FFmpeg-cvslog] lavc/libx265: allow users to set closed GOP via generic lavc flag

2018-06-01 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Jun 1 16:32:02 2018 +0530| [841c1efc78ace70497187d984adf31c7cc2cd7b6] | committer: Gyan Doshi lavc/libx265: allow users to set closed GOP via generic lavc flag lavc flag 'cgop' can be used to set closed GOP. Reviewed-by: Derek Buitenhui

[FFmpeg-cvslog] doc/ffmpeg: rewrite Stream Selection chapter

2018-06-02 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu May 24 19:29:00 2018 +0530| [e50a5c9c4eb76ff2ff7147ae98e7fbe1c51011b5] | committer: Gyan Doshi doc/ffmpeg: rewrite Stream Selection chapter Flesh out with details and examples to show quirks and limitations. > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] doc/general.texi: clarify FDK-AAC licensing & usability

2018-06-07 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Jun 7 17:22:56 2018 +0530| [47a818323ba0fea16667031e0788756960a308ea] | committer: Gyan Doshi doc/general.texi: clarify FDK-AAC licensing & usability Mnetion it can be used to decode as well. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] ffmpeg: mark sseof as an input-only option

2018-06-08 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Jun 7 23:33:35 2018 +0530| [9c12938ec504bfaf9e389ea603fe89502e8d1cac] | committer: Gyan Doshi ffmpeg: mark sseof as an input-only option > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9c12938ec504bfaf9e389ea603fe89502e8d1cac ---

[FFmpeg-cvslog] doc/filters: change subtitles example to hint at correct color syntax

2018-06-09 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sat Jun 9 12:54:24 2018 +0530| [7b80df677aa85c7d5cba457de915eac6108ec4e8] | committer: Gyan Doshi doc/filters: change subtitles example to hint at correct color syntax libass changed their color syntax in 2015 to TBGR > http://git.videolan.

[FFmpeg-cvslog] avformat: deprecate unused MP4A_LATM flag

2018-06-12 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sun Jun 10 20:36:10 2018 +0530| [67747c89ad4d3bfb4381c3d274603a4f0da773d8] | committer: Gyan Doshi avformat: deprecate unused MP4A_LATM flag A generic lavf flag for AAC LATM packetization for the RTP muxer was added in ef409645f0 and then made inert 20

[FFmpeg-cvslog] doc/formats: get fflags values up-to-date

2018-06-14 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Jun 14 17:46:45 2018 +0530| [daf38d0753a2fdb4fc34c41735650698a9d50b36] | committer: Gyan Doshi doc/formats: get fflags values up-to-date > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=daf38d0753a2fdb4fc34c41735650698a9d50b36 ---

[FFmpeg-cvslog] fate: correct filename references of qt-faststart binary

2018-06-15 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Jun 15 22:56:26 2018 +0530| [70742f02642cce110111e760d7d2e1abf9e70f4d] | committer: Gyan Doshi fate: correct filename references of qt-faststart binary qt-faststart build doesn't have PROGSSUF added. > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] avcodec/libx265: apply lavc maxrate, bufsize & rc_init_occupancy

2018-06-18 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Jun 18 12:27:54 2018 +0530| [f27b02621d9352206f1b797ba1a979aaadcb6ae6] | committer: Gyan Doshi avcodec/libx265: apply lavc maxrate, bufsize & rc_init_occupancy CLI options -maxrate, -bufsize and -rc_init_occupancy can now be picked up by the

[FFmpeg-cvslog] avformat/movenc: read track title from correct key

2018-06-18 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sat Jun 16 15:49:51 2018 +0530| [830695be366ff753a3f7b8dd97c10d3e6187d41c] | committer: Gyan Doshi avformat/movenc: read track title from correct key da9cc22d5bd allowed the MOV muxer to relay a custom stream handler name, whether populated from the input

[FFmpeg-cvslog] avformat/movenc: allow hdlr name field to be empty

2018-06-20 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Jun 21 11:51:00 2018 +0530| [deb9a04d54045c8021816cfe019bf2bba0e9595d] | committer: Gyan Doshi avformat/movenc: allow hdlr name field to be empty Both QTFF and the ISOBMFF standards allow it. Fixes #7262 > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] fftools/ffmpeg: check sseof value and clash with ss

2018-06-25 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Jun 22 22:20:16 2018 +0530| [4ac88ba5487e026bf81da565f97cfcf8f920657d] | committer: Gyan Doshi fftools/ffmpeg: check sseof value and clash with ss Prioritize -ss > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] ffmpeg: make loglevel verbose for frame duration warning

2018-06-28 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Jun 28 14:23:31 2018 +0530| [07987404a8b7346e1904501b88320c9bab353298] | committer: Gyan Doshi ffmpeg: make loglevel verbose for frame duration warning > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] doc/filters: state negate filter's option

2018-07-05 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Jul 5 19:54:32 2018 +0530| [4cd5c3f9ec7859503d733ba7b5ab23994c1b2fc5] | committer: Gyan Doshi doc/filters: state negate filter's option Also clarify that the negate_alpha option is a boolean > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] avfilter/setpts: add FR shorthand for FRAME_RATE

2018-07-07 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Jul 5 15:42:55 2018 +0530| [c71e1e60305669c225c696dd99f6db5dc550a56a] | committer: Gyan Doshi avfilter/setpts: add FR shorthand for FRAME_RATE > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c71e1e60305669c225c696dd99f6db5dc550a

[FFmpeg-cvslog] fate: allow temp files for passed test to be kept

2018-07-09 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Jul 6 15:11:33 2018 +0530| [0bd48ab2d9e463b75ef52c0eaa0cc00c4c385cce] | committer: Gyan Doshi fate: allow temp files for passed test to be kept Set make variable KEEP to non-zero value to preserve temp files when a test has passed. Helpful in

[FFmpeg-cvslog] avfilter/drawtext: fix box sizing

2018-07-12 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Jul 10 15:32:06 2018 +0530| [1a31c2b5df1179fdc1b8e84c8fa89d853e517309] | committer: Gyan Doshi avfilter/drawtext: fix box sizing At present, box size is clipped to frame size before being drawn, which can lead to the box not fully covering animated

[FFmpeg-cvslog] doc/filters: correct description of variables in blend filter

2018-07-12 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Jul 13 11:09:49 2018 +0530| [97d766ff52fb0cb79b82c0b9e0a5bdca3dbdb78f] | committer: Gyan Doshi doc/filters: correct description of variables in blend filter Invert description of SW / SH variables. > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avformat/movenc: add reason for minf->hdlr in MOV only

2018-07-13 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sat Jul 14 12:19:58 2018 +0530| [28ed68fa31776b43ce718a78c4d3078fd60cd7c9] | committer: Gyan Doshi avformat/movenc: add reason for minf->hdlr in MOV only > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=28ed68fa31776b43ce718a78c4d3078fd6

[FFmpeg-cvslog] doc/filters: add missing details to aphasemeter

2018-07-15 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Jul 16 11:38:22 2018 +0530| [b8c4d2b2ed22b29a5366f75eaef2ae3be3c78412] | committer: Gyan Doshi doc/filters: add missing details to aphasemeter First output is audio and is rematrixed to stereo > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avformat/mov: only set handler_name from mdia->hdlr

2018-07-16 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sat Jul 14 14:17:51 2018 +0530| [8aa6d9a8d37b365c8989d11e0d1b0e8aee493ece] | committer: Gyan Doshi avformat/mov: only set handler_name from mdia->hdlr 6 FATE references updated. Fixes #7104 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] avformat/avs: add descriptive name and url

2018-08-01 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Aug 2 11:05:10 2018 +0530| [c9118d4d64a661fddd431a7437994c31eafb32c6] | committer: Gyan Doshi avformat/avs: add descriptive name and url AVS now more commonly refers to the Chinese AVS format. This demuxer processes video files for Creature Shock

[FFmpeg-cvslog] avcodec/libaomenc: correct range for cpu-used

2018-08-05 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sun Aug 5 11:51:45 2018 +0530| [076b19660e7c9466d2d78ff9ae66b97ff2b6aa1e] | committer: Gyan Doshi avcodec/libaomenc: correct range for cpu-used Valid range is [0,8] as stated in aom.git:aom/aomcx.h Fixes #7343 > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat: correct fdebug loglevel

2018-08-14 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Aug 13 12:50:41 2018 +0530| [02741853d74d214540aca4cd456877348d4f8953] | committer: Gyan Doshi avformat: correct fdebug loglevel fftools/cmdutils sets loglevel for fdebug to DEBUG but all fdebug output except for two were emitted at TRACE. > h

[FFmpeg-cvslog] avdevice/decklink_enc: print preroll and buffer size

2018-08-23 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Wed Aug 22 16:41:58 2018 +0530| [d0b48a960448cc8eb0e2c86e0804b14bdcb3e751] | committer: Gyan Doshi avdevice/decklink_enc: print preroll and buffer size Helpful in diagnosing latency issues. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] ffmpeg: add correct field for raw pts in -progress report

2018-08-27 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sun Aug 5 12:52:21 2018 +0530| [26dc76324564fc572689509c2efb7f1cb8f41a45] | committer: Gyan Doshi ffmpeg: add correct field for raw pts in -progress report PTS is in microseconds, so correct field name is out_time_us. Old field out_time_ms kept for now

[FFmpeg-cvslog] ffplay: add option to allow custom seek interval

2018-09-05 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sat Sep 1 11:51:17 2018 +0530| [1a4a8df249426c85ba6c96ef5ab022afaaf4dc8f] | committer: Gyan Doshi ffplay: add option to allow custom seek interval At present, left and right keys are hardcoded to seek by 10 seconds. > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffmpeg: block output == input for files

2018-09-17 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sun Aug 26 11:40:50 2018 +0530| [acc9684dcd3949741e944d611f5a2a62db0546e6] | committer: Gyan Doshi ffmpeg: block output == input for files Fixes #4655 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=acc9684dcd3949741e944d611f5a2a62db054

[FFmpeg-cvslog] cmdutils: promote report level if loglevel is higher

2019-09-12 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Sep 9 23:55:08 2019 +0530| [09933279396ed78e9ebbd44b587878d3ae772b3b] | committer: Gyan Doshi cmdutils: promote report level if loglevel is higher > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=09933279396ed78e9ebbd44b587878d3ae772

[FFmpeg-cvslog] doc/filters: warn about gaps/overlaps in xstack

2019-09-26 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Sep 26 22:04:55 2019 +0530| [b9f8ab3ef490738e7d459e2dbe1bfcb65a134d8e] | committer: Gyan Doshi doc/filters: warn about gaps/overlaps in xstack > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b9f8ab3ef490738e7d459e2dbe1bfcb65a134

[FFmpeg-cvslog] doc/filters: fixes for scale filter

2019-10-17 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Oct 17 16:00:44 2019 +0530| [9c820ebe90f368ccc87c24c5aa4cd5cba3281fec] | committer: Gyan Doshi doc/filters: fixes for scale filter Adjusted formatting and prose for option force_divisible_by in scale filter > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] doc/utils: add hexadecagonal channel layout

2019-10-19 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sat Oct 19 13:18:36 2019 +0530| [ed78ca41232eb6c041d08972f03c1b453269e81e] | committer: Gyan Doshi doc/utils: add hexadecagonal channel layout > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ed78ca41232eb6c041d08972f03c1b453269e81e ---

[FFmpeg-cvslog] avutil/eval: add function to track variable use

2019-11-16 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sun Nov 17 11:20:10 2019 +0530| [1c23abc88fef0a0c8486bf0ec3594f8e2d26d83f] | committer: Gyan Doshi avutil/eval: add function to track variable use 1)Some filters allow cross-referenced expressions e.g. x=y+10. In such cases, filters evaluate expressions

[FFmpeg-cvslog] doc/APIchanges: update for av_expr_count_vars

2019-11-16 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sun Nov 17 11:22:58 2019 +0530| [b741a84a15aed8afa01800dbc4b8b0e344e5d2da] | committer: Gyan Doshi doc/APIchanges: update for av_expr_count_vars > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b741a84a15aed8afa01800dbc4b8b0e344e5d2da ---

[FFmpeg-cvslog] avdevice/decklink: add option to drop frames till timecode is seen

2019-11-17 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Sep 9 18:51:09 2019 +0530| [d831edc387c17c25372ff317715b6d6bce235c13] | committer: Gyan Doshi avdevice/decklink: add option to drop frames till timecode is seen Option wait_for_tc only takes effect if tc_format is set > http://git.videolan.

[FFmpeg-cvslog] doc/filters: improve libvmaf section

2019-11-18 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Nov 18 19:50:07 2019 +0530| [f897d8c863c54acbe15f3149ca0d6b774fab2cf5] | committer: Gyan Doshi doc/filters: improve libvmaf section Added default values, correct strings for default model path and pool method. > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avfilter/Makefile: add missing dependency for scale_cuda

2019-11-18 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Nov 19 12:25:03 2019 +0530| [2ff444bd3ade79e63859f0d5ea53d6274edbf223] | committer: Gyan Doshi avfilter/Makefile: add missing dependency for scale_cuda scale_cuda includes scale.h > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] doc/filters: correct psnr example

2019-11-19 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Nov 19 14:22:23 2019 +0530| [6e0461d8d446d07c77d780ffda4942db9f94b8c6] | committer: Gyan Doshi doc/filters: correct psnr example AVTB is 1/AV_TIME_BASE > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] doc/filters: correct ssim example

2019-11-19 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Nov 19 14:26:39 2019 +0530| [f394d7b382aa038c4ba34d9f9be0bb0645fc64e3] | committer: Gyan Doshi doc/filters: correct ssim example AVTB is 1/AV_TIME_BASE > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] doc/filters: correct libvmaf example

2019-11-19 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Nov 19 14:27:43 2019 +0530| [0321bde0a2e4b76bac68e3296e0898b65da5889f] | committer: Gyan Doshi doc/filters: correct libvmaf example AVTB is 1/AV_TIME_BASE > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/Makefile: add missing dependency for lut3d

2019-11-19 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Nov 19 12:54:59 2019 +0530| [0cfda90b34844ee7e050978db09b529e0a0c] | committer: Gyan Doshi avfilter/Makefile: add missing dependency for lut3d lut3d requires framesync > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/Makefile: add missing dependency for chromashift

2019-11-19 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Nov 19 12:53:35 2019 +0530| [ef479ee660e4dfbf2645fe3a50d8639fdc22ab1b] | committer: Gyan Doshi avfilter/Makefile: add missing dependency for chromashift chromashift requires framesync > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] doc/filters: complete and correct vmafmotion section

2019-11-22 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Nov 22 20:13:35 2019 +0530| [1b78da449e20f35f2016bb72aedec64bdb87ec89] | committer: Gyan Doshi doc/filters: complete and correct vmafmotion section > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1b78da449e20f35f2016bb72aedec64bdb87e

[FFmpeg-cvslog] avfilter/crop: avoid premature eval error

2019-12-05 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Wed Dec 4 16:21:11 2019 +0530| [b66a800877d6f97fa94b41533e3d6a6273f7fb9f] | committer: Gyan Doshi avfilter/crop: avoid premature eval error Width and height expressions can refer to each other. Width is evaluated twice to allow for reference to output

[FFmpeg-cvslog] avfilter/scale.c: factorize ff_scale_eval_dimensions

2019-12-08 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Dec 2 21:29:21 2019 +0530| [1b4f473d181abaa0ff4e2d63862f61763a5a6860] | committer: Gyan Doshi avfilter/scale.c: factorize ff_scale_eval_dimensions Adjustment of evaluated values shifted to ff_adjust_scale_dimensions Shifted code for

[FFmpeg-cvslog] avfilter: rename scale.c,h to scale_eval

2019-12-09 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sun Dec 8 17:00:36 2019 +0530| [e73688eff43727eb79eb344a4def49540d463902] | committer: Gyan Doshi avfilter: rename scale.c,h to scale_eval scale.c is too generic; scale_eval is more representative > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avfilter/scale_eval: remove redundant mathematical constants

2019-12-11 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Dec 10 19:42:30 2019 +0530| [78676ee8f81269937afdcaa2d9bb7bf77f53c1ba] | committer: Gyan Doshi avfilter/scale_eval: remove redundant mathematical constants Even though removed from vf_scale in 3b316f9f22, they were reintroduced when scale.c, now

[FFmpeg-cvslog] avformat/mpegtsenc: warn users if codec isn't supported

2019-12-23 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Dec 20 16:57:32 2019 +0530| [f0b3b55002b7ad024ef94f005cd718a14d85e485] | committer: Gyan Doshi avformat/mpegtsenc: warn users if codec isn't supported The MPEG-TS muxer will mux streams with unsupported codec id as a private data stream; this us

[FFmpeg-cvslog] avfilter/drawtext: log why input pad failed to be configured

2019-12-23 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Dec 23 21:58:02 2019 +0530| [287620f59c5e5b3d65855f71048a8fe7db142451] | committer: Gyan Doshi avfilter/drawtext: log why input pad failed to be configured > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] configure: bump year

2019-12-31 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Wed Jan 1 12:32:30 2020 +0530| [7b58702cbdce097f32f62c87cd537ab28c04ffb2] | committer: Gyan Doshi configure: bump year > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b58702cbdce097f32f62c87cd537ab28c04ffb2 --- configure | 2 +- 1 f

[FFmpeg-cvslog] ffmpeg: remove premature rescaling of forced_keyframe times

2020-01-04 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Jan 2 21:17:00 2020 +0530| [fa3ad7bbc68d33a08f6b3a03d097ecf37670059d] | committer: Gyan Doshi ffmpeg: remove premature rescaling of forced_keyframe times The user-set forced KF times are parsed *after* this deleted loop and rescaled right after

[FFmpeg-cvslog] ffmpeg: don't force source-tracked keyframes for duplicates

2020-01-04 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Jan 3 12:48:09 2020 +0530| [5d82c078ea93d7eee12ff863a4f9eb5fb2d30d16] | committer: Gyan Doshi ffmpeg: don't force source-tracked keyframes for duplicates Prevents a run of consecutive duplicate frames from all being encoded as keyframes,

[FFmpeg-cvslog] doc/ffmpeg: document value source for -force_key_frames

2020-01-04 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sat Apr 20 14:34:09 2019 +0530| [fa677750de2f2a73bd6685380e46d40358fe0ad0] | committer: Gyan Doshi doc/ffmpeg: document value source for -force_key_frames Also clarify behaviour in case of specified timestamps > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] doc/volume: correct placement of replaygain_noclip

2020-01-05 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sun Jan 5 22:04:08 2020 +0530| [8aa3c09c1b5d064225eb87b1c99779f1d8128d0f] | committer: Gyan Doshi doc/volume: correct placement of replaygain_noclip In the merge commit 878f8b0d26, entry for replaygain_noclip was placed in commands, which it is not

[FFmpeg-cvslog] doc/filters: indicate commands for scale2ref

2020-01-06 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Jan 6 21:28:09 2020 +0530| [d0b0e8ecc89c53b497845703dfa92da008dbdd33] | committer: Gyan Doshi doc/filters: indicate commands for scale2ref > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d0b0e8ecc89c53b497845703dfa92da008dbdd33 ---

[FFmpeg-cvslog] doc/filters: indicate commands for zscale

2020-01-06 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Jan 6 21:27:00 2020 +0530| [71ac3b6edcf9fe10d6ae5abe4deb64cc2388085f] | committer: Gyan Doshi doc/filters: indicate commands for zscale > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=71ac3b6edcf9fe10d6ae5abe4deb64cc2388085f ---

[FFmpeg-cvslog] avfilter/aformat: add shorthand names for options

2020-01-07 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Jan 7 16:08:09 2020 +0530| [5bd001043d91077eabd4cd1ffa71b396cf07c04d] | committer: Gyan Doshi avfilter/aformat: add shorthand names for options > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5bd001043d91077eabd4cd1ffa71b396cf07c

[FFmpeg-cvslog] avfilter/f_metadata: allow direct flushing when printing to file

2020-01-10 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Jan 7 17:48:34 2020 +0530| [22a06a539ddba083b0a496a1871a90afb8d51627] | committer: Gyan Doshi avfilter/f_metadata: allow direct flushing when printing to file Useful for monitoring sparse data in realtime > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] doc/general: update table AV1 entry for librav1e

2020-01-10 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sat Jan 11 11:19:17 2020 +0530| [c11b3253a4e6142ce7341dd4a1aaef075ad81c97] | committer: Gyan Doshi doc/general: update table AV1 entry for librav1e > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c11b3253a4e6142ce7341dd4a1aaef075ad81

[FFmpeg-cvslog] avfilter/scale2ref: update links and re-eval expr upon ref frame change

2020-01-14 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sun Dec 8 16:12:28 2019 +0530| [cc9a7cae76e2bc8ded5cefff1dbf22b37a95240b] | committer: Gyan Doshi avfilter/scale2ref: update links and re-eval expr upon ref frame change Needed when filtergraph reinit is disabled for the ref input. > h

[FFmpeg-cvslog] avfilter/scale: add function to check expressions

2020-01-14 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Dec 31 17:33:01 2019 +0530| [ce2cfa67aa26e70717eb8b184f232b9c41b81001] | committer: Gyan Doshi avfilter/scale: add function to check expressions Allows finer identification and logging of invalid expressions and use of a single list for symbols and

[FFmpeg-cvslog] avfilter/scale: separate exprs parse and eval

2020-01-14 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Dec 31 17:28:58 2019 +0530| [6310fbd543f0c61b258d3993f28286eb0360ff87] | committer: Gyan Doshi avfilter/scale: separate exprs parse and eval Retains parsed expressions which allows for better error-checking and adding animation support. > h

[FFmpeg-cvslog] avfilter/scale: add animation support

2020-01-14 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sun Dec 15 19:14:06 2019 +0530| [0dc0837960eaaff27d2104ae6b89e29790b38d6a] | committer: Gyan Doshi avfilter/scale: add animation support Width and height expressions in scale and scale2ref filters can now reference frame index, timestamp and packet

[FFmpeg-cvslog] avfilter/scale: store frame change eval

2020-01-14 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sun Dec 8 16:01:42 2019 +0530| [c21462d42e92cb62195e65d87ca732b4d6866eee] | committer: Gyan Doshi avfilter/scale: store frame change eval Better readability and allows reuse > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/swaprect: correct assignment of VAR_POS

2020-01-15 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Wed Jan 15 14:27:07 2020 +0530| [0777b197c57eebb4e2367932fa44021577ab5237] | committer: Gyan Doshi avfilter/swaprect: correct assignment of VAR_POS Revert regression introduced in 6af050d7d0 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/f_metadata: correct check for existing metadata

2020-01-17 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Jan 17 15:57:51 2020 +0530| [c95dfe5cce98cde3e7fb14fbd04b3897f3927cec] | committer: Gyan Doshi avfilter/f_metadata: correct check for existing metadata When adding metadata, existing dictionary need not be present. > http://git.videolan.

[FFmpeg-cvslog] avfilter/pad: improve error check for w and h

2020-01-18 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Wed Jan 15 21:27:38 2020 +0530| [4de2106fbf5301e0f504849f098abc3057f87599] | committer: Gyan Doshi avfilter/pad: improve error check for w and h Target dimensions have to cover entire input. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] doc/filters: clarify resampling and linear mode in loudnorm

2020-01-20 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Jan 20 17:42:11 2020 +0530| [38081acc01a0e62d05cdb474dd3834a2eae36aa7] | committer: Gyan Doshi doc/filters: clarify resampling and linear mode in loudnorm > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/utils: log corrupt packets

2020-01-23 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Wed Sep 18 10:55:16 2019 +0530| [41f283ec7a2ee29c65b468c3d2c46d119dbb9071] | committer: Gyan Doshi avformat/utils: log corrupt packets > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=41f283ec7a2ee29c65b468c3d2c46d119dbb9071 --- libavfor

  1   2   3   4   >