[FFmpeg-cvslog] avcodec/decode: Pass on the Closed Captions Side Data

2017-09-28 Thread Karthick J
ffmpeg | branch: master | Karthick J <kjeya...@akamai.com> | Thu Aug 31 16:58:05 2017 +0530| [f7b7d51a37ddbd15be5611b86799fb6d3e443fff] | committer: Marton Balint avcodec/decode: Pass on the Closed Captions Side Data Signed-off-by: Karthick J <kjeya...@akamai.com> Signed-off-by: M

[FFmpeg-cvslog] avdevice/decklink_dec: Extraction of luma from V210 VANC modularized

2017-09-28 Thread Karthick J
ffmpeg | branch: master | Karthick J <kjeya...@akamai.com> | Wed Aug 30 10:39:00 2017 +0530| [a8755785d7a940eace06ed5397d51cb779213749] | committer: Marton Balint avdevice/decklink_dec: Extraction of luma from V210 VANC modularized In preparation to support multiple VANC data decode

[FFmpeg-cvslog] avdevice/decklink_dec: Added VANC search for all resolutions

2017-09-28 Thread Karthick J
ffmpeg | branch: master | Karthick J <kjeya...@akamai.com> | Tue Aug 29 16:57:28 2017 +0530| [e6cdf30fb44f5e011ff94fbc04636b904a51a07e] | committer: Marton Balint avdevice/decklink_dec: Added VANC search for all resolutions In preparation to make VANC decode modular, to support multiple

[FFmpeg-cvslog] avdevice/decklink_dec: Used av_parity instead of duplicated function

2017-10-01 Thread Karthick J
ffmpeg | branch: master | Karthick J <kjeya...@akamai.com> | Fri Sep 29 09:18:55 2017 +0530| [9e271e3fa3f9ccee70ca3cb21c7c1bd7e871f464] | committer: Carl Eugen Hoyos avdevice/decklink_dec: Used av_parity instead of duplicated function > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avformat/hlsenc: Fixed initial setting for end_pts

2017-11-28 Thread Karthick J
ffmpeg | branch: master | Karthick J <kjeya...@akamai.com> | Tue Nov 28 20:03:15 2017 +0800| [d5d2632e3a0f1709290834fd35457cd05cf48bc8] | committer: Steven Liu avformat/hlsenc: Fixed initial setting for end_pts This patch fixes Bug #6868 Sometimes end_pts is getting initialized to

[FFmpeg-cvslog] avformat/dashenc: Associate mpd extension with dash muxer

2017-11-24 Thread Karthick J
ffmpeg | branch: master | Karthick J <kjeya...@akamai.com> | Wed Nov 22 14:08:03 2017 +0530| [a1f8f1340accda1a59d45f3344430e393badc963] | committer: Michael Niedermayer avformat/dashenc: Associate mpd extension with dash muxer Reviewed-by: 刘歧 <l...@chinaffmpeg.org> Signed-off

[FFmpeg-cvslog] avformat/hlsenc: Modularized playlist creation to allow reuse

2017-11-29 Thread Karthick J
ffmpeg | branch: master | Karthick J <kjeya...@akamai.com> | Wed Nov 29 19:44:15 2017 +0800| [da49cdf6401ea3caa616c226f24dfb407633acd0] | committer: Steven Liu avformat/hlsenc: Modularized playlist creation to allow reuse > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avformat/hlsenc: Refactored 'get_int_from_double' function to allow reuse

2017-11-29 Thread Karthick J
ffmpeg | branch: master | Karthick J <kjeya...@akamai.com> | Thu Nov 30 10:54:54 2017 +0800| [3684b5e56a54b850bd725ffc63cb454e23fd79db] | committer: Steven Liu avformat/hlsenc: Refactored 'get_int_from_double' function to allow reuse > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avformat/dashenc: Option to generate hls playlist as well

2017-11-29 Thread Karthick J
ffmpeg | branch: master | Karthick J <kjeya...@akamai.com> | Thu Nov 30 10:55:51 2017 +0800| [8c2b37e678e3d5ab16fef471fffc741b88622a85] | committer: Steven Liu avformat/dashenc: Option to generate hls playlist as well This is to take full advantage of Common Media Application Format(CMAF

[FFmpeg-cvslog] avformat/hlsenc: Refactor an inconsistent variable name

2017-11-23 Thread Karthick J
ffmpeg | branch: master | Karthick J <kjeya...@akamai.com> | Fri Nov 24 06:42:35 2017 +0800| [241c1192d6b8db17f4ea6055573417a4830d5cc6] | committer: Steven Liu avformat/hlsenc: Refactor an inconsistent variable name > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avformat/hlsenc: Minor fix in setting http options for master playlist

2017-11-23 Thread Karthick J
ffmpeg | branch: master | Karthick J <kjeya...@akamai.com> | Fri Nov 24 06:41:25 2017 +0800| [f335efc0add8b32b0fe7223c3d897a5e41edbf64] | committer: Steven Liu avformat/hlsenc: Minor fix in setting http options for master playlist > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avformat/hlsenc: Added option to add EXT-X-INDEPENDENT-SEGMENTS tag

2017-11-23 Thread Karthick J
ffmpeg | branch: master | Karthick J <kjeya...@akamai.com> | Fri Nov 24 06:57:36 2017 +0800| [efb51c8ebbe21f701da816bb78aefc0ce98b378d] | committer: Steven Liu avformat/hlsenc: Added option to add EXT-X-INDEPENDENT-SEGMENTS tag > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avformat/hlsenc: Handle NULL input in IO open and close utility functions

2017-12-15 Thread Karthick J
ffmpeg | branch: master | Karthick J <kjeya...@akamai.com> | Fri Dec 15 22:08:31 2017 +0800| [6ae18228cd89b93bbdd2e42a8d181335d981051d] | committer: Steven Liu avformat/hlsenc: Handle NULL input in IO open and close utility functions Signed-off-by: Steven Liu <l...@chinaffmpeg.org

[FFmpeg-cvslog] avformat/hlsenc: Extend persistent http connections to playlists

2017-12-15 Thread Karthick J
ffmpeg | branch: master | Karthick J <kjeya...@akamai.com> | Fri Dec 15 22:11:12 2017 +0800| [b2d27d912ba91450c410e4dcaa9ed28cb66ad9a8] | committer: Steven Liu avformat/hlsenc: Extend persistent http connections to playlists Before this patch persistent http connections would wor

[FFmpeg-cvslog] avformat/hlsenc: Call avio_flush during persistent http connections

2017-12-15 Thread Karthick J
ffmpeg | branch: master | Karthick J <kjeya...@akamai.com> | Fri Dec 15 21:24:08 2017 +0800| [deceb7d9aeb7d00bc0078638925a38614c3f607b] | committer: Steven Liu avformat/hlsenc: Call avio_flush during persistent http connections Since close is not called, during http persistent conn

[FFmpeg-cvslog] avformat/dashenc: Added configuration to override HTTP User-Agent

2017-11-20 Thread Karthick J
ffmpeg | branch: master | Karthick J <kjeya...@akamai.com> | Wed Nov 8 15:10:54 2017 +0530| [d24e08e978792e09d212018677d1c0b8208ecef8] | committer: Michael Niedermayer avformat/dashenc: Added configuration to override HTTP User-Agent Reviewed-by: Steven Liu <lingjiujia...@gmail.co

[FFmpeg-cvslog] avdevice/decklink_dec: autodetect the video input format

2017-11-21 Thread Karthick J
ffmpeg | branch: master | Karthick J <kjeya...@akamai.com> | Fri Oct 27 12:18:23 2017 +0530| [e8e9306b4f0017c3d2ae2a9f02136279c1a105e9] | committer: Marton Balint avdevice/decklink_dec: autodetect the video input format When -format_code is not specified autodetection will happen. Sign

[FFmpeg-cvslog] avdevice/decklink: refactor ff_decklink_set_format function

2017-11-21 Thread Karthick J
ffmpeg | branch: master | Karthick J <kjeya...@akamai.com> | Tue Nov 7 09:50:23 2017 +0530| [aa7b0329ff282ea8afb3c26dcbbc64209a280219] | committer: Marton Balint avdevice/decklink: refactor ff_decklink_set_format function This is done to enable input format autodetection in deckli

[FFmpeg-cvslog] avformat/hlsenc: set EXT-X-TARGETDURATION use lrint(EXTINF)

2017-12-21 Thread Karthick J
ffmpeg | branch: master | Karthick J <kjeya...@akamai.com> | Fri Dec 22 07:43:54 2017 +0800| [93a0e478768e9bafc44b8956b94c27fe8e3486f3] | committer: Steven Liu avformat/hlsenc: set EXT-X-TARGETDURATION use lrint(EXTINF) > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avformat/dashenc: avformat/dashenc: Fix the EXT-X-TARGETDURATION as per the hls specification

2017-12-21 Thread Karthick J
ffmpeg | branch: master | Karthick J <kjeya...@akamai.com> | Fri Dec 22 07:44:51 2017 +0800| [e3b2c8502b33c180e0f053ac2ef32ee782224c2e] | committer: Steven Liu avformat/dashenc: avformat/dashenc: Fix the EXT-X-TARGETDURATION as per the hls specification > http://git.videolan.org/g

[FFmpeg-cvslog] avformat/hlsenc: Fix a memory leak when http_persistent is 1

2017-12-20 Thread Karthick J
ffmpeg | branch: master | Karthick J <kjeya...@akamai.com> | Thu Dec 21 11:39:24 2017 +0800| [3ac76d890d91905925a4d7f66a43e0023e13e149] | committer: Steven Liu avformat/hlsenc: Fix a memory leak when http_persistent is 1 Reviewed-by: Steven Liu <l...@onvideo.cn> > http://g

[FFmpeg-cvslog] avformat/dashenc: Format xs:datetime in millisecond precision

2019-01-21 Thread Karthick J
ffmpeg | branch: master | Karthick J | Thu Jan 17 14:46:20 2019 +0530| [b6d96a6bcc531c216623fbcdf9d5034f51abf216] | committer: Karthick J avformat/dashenc: Format xs:datetime in millisecond precision For low latency streaming even milliseconds matter! > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/dashenc: Added proper logging when io_open fails for write

2018-12-02 Thread Karthick J
ffmpeg | branch: master | Karthick J | Fri Nov 30 11:08:09 2018 +0530| [0a80b39780c279b4e7f83d45ab15f6e84f143408] | committer: Karthick J avformat/dashenc: Added proper logging when io_open fails for write > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] Revert "lavf/dashenc: Write media trailers when DASH trailer is written."

2018-12-02 Thread Karthick J
ffmpeg | branch: master | Karthick J | Mon Dec 3 11:46:18 2018 +0530| [4bbb6d1ae9e6ae839c2cc1f8a7bb1afc2b1be984] | committer: Karthick J Revert "lavf/dashenc: Write media trailers when DASH trailer is written." This reverts commit e444b3b184f36e3c97bb3489822f6b05ccb848a8. Causing b

[FFmpeg-cvslog] avformat/hlsenc : Added an option to ignore IO errors

2018-12-09 Thread Karthick J
ffmpeg | branch: master | Karthick J | Mon Dec 10 14:19:23 2018 +0800| [234926033097116a8dfab1e15d8cc1c04677f562] | committer: Steven Liu avformat/hlsenc : Added an option to ignore IO errors Useful for long duration runs with network output Reviewed-by: Steven Liu > h

[FFmpeg-cvslog] avformat/hlsenc: Handled error from ff_http_do_new_request() function

2018-12-09 Thread Karthick J
ffmpeg | branch: master | Karthick J | Mon Dec 10 14:17:55 2018 +0800| [56503a692534e0a703c4d0117cd769c4d573c79c] | committer: Steven Liu avformat/hlsenc: Handled error from ff_http_do_new_request() function This patch fixes the segmentation fault issues due to unhandled errors from

[FFmpeg-cvslog] avformat/dashenc: Skip writing trailer for MP4 output when in streaming mode

2019-01-27 Thread Karthick J
ffmpeg | branch: master | Karthick J | Tue Jan 22 11:43:21 2019 +0530| [1db30d6cec70d9b28c80cb743220dd2502b8df30] | committer: Karthick J avformat/dashenc: Skip writing trailer for MP4 output when in streaming mode In streaming mode mp4 trailer is not required for playout. > h

[FFmpeg-cvslog] avformat/movenc: Fix skip_trailer when global_sidx is enabled

2019-04-01 Thread Karthick J
ffmpeg | branch: master | Karthick J | Sun Mar 24 17:48:36 2019 +0530| [3d0894990d174b1328a2c31e40b3efce13efbe53] | committer: Karthick J avformat/movenc: Fix skip_trailer when global_sidx is enabled > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/dashenc: Add support for Global SIDX

2019-04-01 Thread Karthick J
ffmpeg | branch: master | Karthick J | Thu Mar 21 12:05:08 2019 +0530| [6aeaac3e1c40a7e0691a8accb90adc29c6b4bc23] | committer: Karthick J avformat/dashenc: Add support for Global SIDX > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6aeaac3e1c40a7e0691a8accb90adc29c6b4b

[FFmpeg-cvslog] avformat/dashenc: Added comments

2019-02-24 Thread Karthick J
ffmpeg | branch: master | Karthick J | Tue Feb 19 12:33:29 2019 +0530| [2e67f751b55b614b68a131f6dceece1c56a620b3] | committer: Karthick J avformat/dashenc: Added comments Added comments regarding usage of certain movflags in streaming mode. > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avformat/dashenc: Added option to repeatedly publish master playlist

2019-02-24 Thread Karthick J
ffmpeg | branch: master | Karthick J | Tue Feb 19 12:19:32 2019 +0530| [ca5ec4cbbcf3fd6ede75a8dd4cbb5fff051899ec] | committer: Karthick J avformat/dashenc: Added option to repeatedly publish master playlist The master playlist can be published at a specified interval with this option > h

[FFmpeg-cvslog] avformat/tee : Pass standards compliance value to slave muxers as well

2019-01-30 Thread Karthick J
ffmpeg | branch: master | Karthick J | Wed Jan 30 19:18:59 2019 +0530| [789d3b98d1ded964c60213c05dbe1cf42ab8ae59] | committer: Nicolas George avformat/tee : Pass standards compliance value to slave muxers as well > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/dashenc: Fix a bug with writing "final" manifest

2019-04-22 Thread Karthick J
ffmpeg | branch: master | Karthick J | Wed Apr 17 11:44:07 2019 +0530| [eeca67e0232cc18c0a4b7c4bfa7ff4ee709078c2] | committer: Karthick J avformat/dashenc: Fix a bug with writing "final" manifest This bug was introduced in the commit 951561b64ee6c11f01daedd9dcf73276cc1e76

[FFmpeg-cvslog] avformat/dashenc: Disable streaming for webm output

2019-04-16 Thread Karthick J
ffmpeg | branch: master | Karthick J | Wed Apr 10 12:24:40 2019 +0530| [bcde9ec0205656e135dc9cafa66e585dd81301ed] | committer: Karthick J avformat/dashenc: Disable streaming for webm output Currently streaming for webm output doesn't work. Disabling explicitly will make sure that the manifest