[FFmpeg-cvslog] avformat/rtmpproto: change rtmp_open from url_open to url_open2

2017-03-22 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Wed Mar 22 18:06:14 2017 +0800| [8ddadf56f621ddaeaa877e5739c03645ee7e57f8] | committer: Steven Liu avformat/rtmpproto: change rtmp_open from url_open to url_open2 use the option set by user Reported-by: Lancelot Lai Signed-off-by: Steven Liu > h

[FFmpeg-cvslog] avformat/flvdec: check FLVHeader PreviousTagSize0

2017-03-28 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Mar 28 16:51:28 2017 +0800| [c0628919b8c5761d64b1169e8de7584544d15ebf] | committer: Steven Liu avformat/flvdec: check FLVHeader PreviousTagSize0 refer to SPEC: Annex E. The FLV File Format said: E.3 TheFLVFileBody have a table: FieldType

[FFmpeg-cvslog] avutil/avstring: add av_strreplace API into avstring

2017-03-31 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sat Apr 1 10:55:04 2017 +0800| [99e5d81ef997cb88b1a40e6f253f37f7cbf251d9] | committer: Steven Liu avutil/avstring: add av_strreplace API into avstring refer to: http://creativeandcritical.net/str-replace-c add av_strreplace API for replace string

[FFmpeg-cvslog] Revert "avutil/avstring: add av_strreplace API into avstring"

2017-04-10 Thread Steven Liu
ffmpeg | branch: release/3.3 | Steven Liu | Tue Apr 11 08:05:54 2017 +0800| [0b4d87fad122831206cf600a801d118d1b517a54] | committer: Steven Liu Revert "avutil/avstring: add av_strreplace API into avstring" This reverts commit 99e5d81ef997cb88b1a40e6f253f37f7cbf251d9. > http://git

[FFmpeg-cvslog] avutil/avstring: improve av_strreplace implement

2017-04-10 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Apr 11 10:54:35 2017 +0800| [44cd7502c739a97f9b37319f208e1bcc5b1899fd] | committer: Steven Liu avutil/avstring: improve av_strreplace implement Use AVBprint to implement av_strreplace add av_strreplace test case TEST_STRREPLACE Reviewed-by: Nicolas

[FFmpeg-cvslog] doc/APIChages: Add av_strireplace()

2017-04-10 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Apr 11 12:46:28 2017 +0800| [8378466507db45ed4c104e22bdb568f6965e29cc] | committer: Steven Liu doc/APIChages: Add av_strireplace() Add av_strireplace() into APIChanges Reviewed-by: James Almer Signed-off-by: Steven Liu > http://git.videolan.

[FFmpeg-cvslog] avformat/hlsenc: add hls encrypt options

2017-04-14 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Fri Apr 14 23:30:29 2017 +0800| [5caaa3a49e76b084ff8a9840d541bad64d96d7f7] | committer: Steven Liu avformat/hlsenc: add hls encrypt options refer to: https://git.libav.org/?p=libav.git;a=commitdiff;h=0a4b9d0ccd10b3c39105f99bd320f696f69a75a2 add hls

[FFmpeg-cvslog] avformat/hlsenc: fix CID 1405135

2017-04-27 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Fri Apr 28 10:18:44 2017 +0800| [cbfd44a9229cdead17c2857469ed1340615b3f36] | committer: Steven Liu avformat/hlsenc: fix CID 1405135 Fixes Coverity CID: 1405135 Reviewed-by: Rodger Combs Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/hlsenc: hold old key info when append list

2017-04-27 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Fri Apr 28 10:17:40 2017 +0800| [363e4f0810d4085bbee3dced41a2de2d2c135dca] | committer: Steven Liu avformat/hlsenc: hold old key info when append list fix ticket id: #6353 Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avformat/matroskadec: fix resource leak

2017-05-06 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sun May 7 11:29:08 2017 +0800| [cc25a887c5467be5c7b004665047a32d36c9cf42] | committer: Steven Liu avformat/matroskadec: fix resource leak Fixes Coverity CID: 1405453 Reviewed-by: wm4 Reviewed-by: Hendrik Leppkes Signed-off-by: Steven Liu > h

[FFmpeg-cvslog] avformat/hlsenc: move old_filename free operation earlier

2017-05-10 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu May 11 10:15:08 2017 +0800| [7355c1dda2f8f21f699e720700c26dc8a666c6ec] | committer: Steven Liu avformat/hlsenc: move old_filename free operation earlier Suggested-by: Aaron Levinson Reviewed-by: Aaron Levinson Signed-off-by: Steven Liu > h

[FFmpeg-cvslog] avformat/hlsenc: donnot show duplicate segment warning at byterange mode

2017-06-18 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Jun 19 10:35:41 2017 +0800| [3996ae930256f5c387f2d2e46908b7c433efc588] | committer: Steven Liu avformat/hlsenc: donnot show duplicate segment warning at byterange mode When the hlsenc at BYTERANGE mode, it should not show the warning message

[FFmpeg-cvslog] avfomat/hlsenc: support fmp4 format in hls

2017-07-03 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Jul 3 20:20:44 2017 +0800| [274bd1670b9c85e24f37d08f9043dd82e0a28c67] | committer: Steven Liu avfomat/hlsenc: support fmp4 format in hls add the fmp4 format into hlsenc because the fmp4 format add into hls from version 7. the spec link is: https

[FFmpeg-cvslog] avformat/hlsenc: optimize help message default value.

2017-07-04 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Wed Jul 5 11:15:20 2017 +0800| [d01b8f8683df9d56d4f4d997de2f9c24050b96e3] | committer: Steven Liu avformat/hlsenc: optimize help message default value. show the hls_segment_type default always 0, show the flag name better Signed-off-by: Steven Liu

[FFmpeg-cvslog] avformat/hlsenc: copy codec_tag when stream copy

2017-07-04 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Wed Jul 5 11:20:21 2017 +0800| [1fe40e73a67c703f574545bcb4573e3c695b7ed6] | committer: Steven Liu avformat/hlsenc: copy codec_tag when stream copy when use fmp4 segment type in hls and use codec copy, there have an error message. error message: [mp4

[FFmpeg-cvslog] avformat/hlsenc: add warn message when use both fmp4 and single_file

2017-07-06 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Fri Jul 7 10:05:54 2017 +0800| [23e21130bbbe3f9c7ee9050e3a720b6ba2767022] | committer: Steven Liu avformat/hlsenc: add warn message when use both fmp4 and single_file have not implementation the fmp4 single file yet before this commit. Suggested-by

[FFmpeg-cvslog] avformat/hlsenc: fix hls fmp4 extention name bug

2017-07-24 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Jul 24 19:55:19 2017 +0800| [f21457f8e0db369bd1624e9a17c84ad00b7ac40d] | committer: Steven Liu avformat/hlsenc: fix hls fmp4 extention name bug ticket-id: #6541 when use hls fmp4 muxer, the extention name is not .m4s, this code can fix it. Found-by

[FFmpeg-cvslog] avformat/hlsenc: improve hls encrypt get key file operation

2017-07-24 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Jul 25 10:31:29 2017 +0800| [805ce25b1d2f08ac4a8e9dcdb9657ad5f5e83d9e] | committer: Steven Liu avformat/hlsenc: improve hls encrypt get key file operation get key file only once time is ok, no need more times. Ticket-id: #6545 Found-by: JohnPi

[FFmpeg-cvslog] avformat/hlsenc: support fmp4 single file mode

2017-08-04 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Fri Aug 4 21:38:55 2017 +0800| [738b29cfb69b82965fd71d00da85f162b04a171e] | committer: Steven Liu avformat/hlsenc: support fmp4 single file mode add byterange mode of the hls fmp4 Reviewed-by: Derek Buitenhuis Signed-off-by: Steven Liu > h

[FFmpeg-cvslog] doc/libav-merge: remove the hls merge TODO

2017-08-04 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Fri Aug 4 22:18:22 2017 +0800| [44e9783ab9a1a26d718a9360adfb528d5015df6e] | committer: Steven Liu doc/libav-merge: remove the hls merge TODO This TODO is done. See 5caaa3a49e76b084ff8a9840d541bad64d96d7f7 Reviewed-by: Clément Bœsch Signed-off-by

[FFmpeg-cvslog] avformat/hlsenc: move free fmp4_init_filename after hls_window operation

2017-08-21 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Aug 22 10:21:42 2017 +0800| [20a6b198b4849a5934736ac43517d24a70d20840] | committer: Steven Liu avformat/hlsenc: move free fmp4_init_filename after hls_window operation fix ticket id: 6599 Signed-off-by: Steven Liu > http://git.videolan.

[FFmpeg-cvslog] avformat/dash: move reused API to common file and header file

2017-08-31 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Fri Sep 1 10:20:56 2017 +0800| [837580f458f2ccbbd6e82d3c7591916deb81ef02] | committer: Steven Liu avformat/dash: move reused API to common file and header file move from dashenc, move DASHTmplId and dash_fill_tmpl_params to dash.c, they will be used by

[FFmpeg-cvslog] avformat/dash:add copyright to dash.c

2017-09-01 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Fri Sep 1 18:52:56 2017 +0800| [adeb41afb80f0211af235f6d5b51df45a858170e] | committer: Steven Liu avformat/dash:add copyright to dash.c Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] flvdec: Check the avio_seek return value after reading a metadata packet

2017-09-06 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Sep 7 08:30:14 2017 +0800| [ef7fe81b8554a2865d47a55edf47420878fa3d91] | committer: Steven Liu flvdec: Check the avio_seek return value after reading a metadata packet merge from libav: 585dc1aecef0371ad6f16cb3750ae2a6da9cf00a If the metadata

[FFmpeg-cvslog] avformat/dashdec: add dash demuxer base version

2017-09-08 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sat Sep 9 08:32:03 2017 +0800| [96d70694aea64616c68db8be306c159c73fb3980] | committer: Steven Liu avformat/dashdec: add dash demuxer base version ffmpeg need a dash demuxer for demux the dash formats base on https://github.com/samsamsam-iptvplayer

[FFmpeg-cvslog] avformat/dashdec: free resource allocated by xml

2017-09-08 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sat Sep 9 08:34:07 2017 +0800| [ab96e2ca81d7dd7d02c2b2176fc3dac85d9e8cb9] | committer: Steven Liu avformat/dashdec: free resource allocated by xml modify from av_free to xmlFree Suggested-by: wm4 Signed-off-by: Steven Liu > http://git.videolan.

[FFmpeg-cvslog] MAINTAINERS: Add myself to maintainer of dashdec

2017-09-11 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Sep 11 22:40:46 2017 +0800| [ad0d016f1cd2a626edeabae7f461b0043e660ee4] | committer: Steven Liu MAINTAINERS: Add myself to maintainer of dashdec Add dash maintainer. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/hlsenc: fix CID 1418106

2017-09-21 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Sep 21 23:08:00 2017 +0800| [7e9cdd3f49e50ef5d8f85d3510c8f0d305671dac] | committer: Steven Liu avformat/hlsenc: fix CID 1418106 fix the "Uninitialized scalar variable (UNINIT)" problem. Signed-off-by: Steven Liu > http://git

[FFmpeg-cvslog] avformat/hlsenc: support http method for hls fmp4 init file

2017-09-21 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Sep 21 23:10:57 2017 +0800| [c34c0e3a649eb4fe8e6fb756b7784b7bfd9bd638] | committer: Steven Liu avformat/hlsenc: support http method for hls fmp4 init file Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] MAINTAINERS: modify the hlsenc description

2017-09-21 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Sep 21 23:08:55 2017 +0800| [02bf023afe0099d7e9e2f0d683b6345234cefcaf] | committer: Steven Liu MAINTAINERS: modify the hlsenc description change the hlsenc from hls encryption to hlsenc Suggested-by: Aman Gupta Reviewed-by: Lou Logan Signed-off-by

[FFmpeg-cvslog] Revert "flvdec: Check the avio_seek return value after reading a metadata packet"

2017-10-26 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Fri Oct 27 08:26:11 2017 +0800| [171adca696ee1f507d698940a35ccf7a85c5d072] | committer: Steven Liu Revert "flvdec: Check the avio_seek return value after reading a metadata packet" This reverts commit ef7fe81b8554a2865d47a55edf47420878fa3d9

[FFmpeg-cvslog] avformat/hlsenc: fix base_output_dirname is null when basename_size is 0 bug

2017-10-28 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sun Oct 29 12:30:44 2017 +0800| [f5208307618d992ddd2d96866cf5a267c9bc7165] | committer: Steven Liu avformat/hlsenc: fix base_output_dirname is null when basename_size is 0 bug fix ticket id: #6777 when use argument hls_segment_filename, the basename_size

[FFmpeg-cvslog] avformat/hlsenc: fix missing first segment bug in fmp4 mode

2017-10-28 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sun Oct 29 12:31:49 2017 +0800| [c3e279e75227946046ccb447d355b557118a616c] | committer: Steven Liu avformat/hlsenc: fix missing first segment bug in fmp4 mode fix ticket id: #6776 fix code logic error, need not check first segment. Signed-off-by: Steven

[FFmpeg-cvslog] avformat/hlsenc: reindent hlsenc code

2017-10-28 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sun Oct 29 12:32:24 2017 +0800| [073986c5aeb84e51b202f908d5ede059d371d57b] | committer: Steven Liu avformat/hlsenc: reindent hlsenc code Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/hlsenc: check hls segment mode for ignore the init filename

2017-11-02 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Nov 2 22:29:28 2017 +0800| [c52beb4839e030a15b68919b822cb25ad553b9bc] | committer: Steven Liu avformat/hlsenc: check hls segment mode for ignore the init filename ignore the fmp4_init_filename when in normal hls segment mode Signed-off-by: Steven

[FFmpeg-cvslog] avformat/hlsenc: reindent hlsenc code

2017-11-02 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Nov 2 22:30:06 2017 +0800| [c7360512c27df260550d6fec36039769e6a996ea] | committer: Steven Liu avformat/hlsenc: reindent hlsenc code Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/dashdec: use the current DASHContext for the rep_dest

2017-11-09 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Fri Nov 10 07:01:45 2017 +0800| [1b323c3f9c8997c4df8e843cb065f10d097ae18c] | committer: Steven Liu avformat/dashdec: use the current DASHContext for the rep_dest fix ticket id: #6820 Signed-off-by: Steven Liu Tested-by: mrskman > h

[FFmpeg-cvslog] Revert "lavf/dashdec: Fix several memleaks."

2017-11-12 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sun Nov 12 22:19:28 2017 +0800| [56960ed9c3a632e155a12312089ce3bf15df71e9] | committer: Steven Liu Revert "lavf/dashdec: Fix several memleaks." This reverts commit e7fe5e511aaeb3b8d949706b7f8620042cdfbd6c. > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] avformat/img2enc: add frame_pts option for make output filename

2017-11-12 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Nov 13 10:52:01 2017 +0800| [f3e34072aadf20be60c0fae38cbe14ad4581c6a5] | committer: Steven Liu avformat/img2enc: add frame_pts option for make output filename fix ticket id: #1452 when use frame_pts option, the output image name can be set with PTS

[FFmpeg-cvslog] avformat/hlsenc: write fmp4 init header after first AV frame

2017-11-13 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Nov 14 10:31:26 2017 +0800| [880b299381de1e66f8248abd6c320c7c490466a2] | committer: Steven Liu avformat/hlsenc: write fmp4 init header after first AV frame fix ticket id: 6825 Signed-off-by: Steven Liu Tested-by: Aman Gupta > h

[FFmpeg-cvslog] avformat/hlsenc: check hls segment mode for ignore the init filename

2017-11-15 Thread Steven Liu
ffmpeg | branch: release/3.4 | Steven Liu | Thu Nov 2 22:29:28 2017 +0800| [fac3cfb6c18e3940686bfd890d194235fb5994bc] | committer: Aman Gupta avformat/hlsenc: check hls segment mode for ignore the init filename ignore the fmp4_init_filename when in normal hls segment mode Signed-off-by

[FFmpeg-cvslog] avformat/hlsenc: reindent hlsenc code

2017-11-15 Thread Steven Liu
ffmpeg | branch: release/3.4 | Steven Liu | Thu Nov 2 22:30:06 2017 +0800| [e3c09fb986183199c08aaf4bdc9ba1b0d7f8e171] | committer: Aman Gupta avformat/hlsenc: reindent hlsenc code Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/hlsenc: reindent hlsenc code

2017-11-15 Thread Steven Liu
ffmpeg | branch: release/3.4 | Steven Liu | Sun Oct 29 12:32:24 2017 +0800| [9ccb6de56c6ffe5b649a20ce4930240248453a70] | committer: Aman Gupta avformat/hlsenc: reindent hlsenc code Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/hlsenc: fix base_output_dirname is null when basename_size is 0 bug

2017-11-15 Thread Steven Liu
ffmpeg | branch: release/3.4 | Steven Liu | Sun Oct 29 12:30:44 2017 +0800| [d55794fafc9efb9ce3fe9f78362e6539d9fe7d94] | committer: Aman Gupta avformat/hlsenc: fix base_output_dirname is null when basename_size is 0 bug fix ticket id: #6777 when use argument hls_segment_filename, the

[FFmpeg-cvslog] avformat/hlsenc: write fmp4 init header after first AV frame

2017-11-15 Thread Steven Liu
ffmpeg | branch: release/3.4 | Steven Liu | Tue Nov 14 10:31:26 2017 +0800| [67c079383538e61deabd3fc0f504a12bfa0c6925] | committer: Aman Gupta avformat/hlsenc: write fmp4 init header after first AV frame fix ticket id: 6825 Signed-off-by: Steven Liu Tested-by: Aman Gupta > h

[FFmpeg-cvslog] avformat/hlsenc: fix missing first segment bug in fmp4 mode

2017-11-15 Thread Steven Liu
ffmpeg | branch: release/3.4 | Steven Liu | Sun Oct 29 12:31:49 2017 +0800| [6ad4d3c92f091352645ebddd35d677aed079eb70] | committer: Aman Gupta avformat/hlsenc: fix missing first segment bug in fmp4 mode fix ticket id: #6776 fix code logic error, need not check first segment. Signed-off-by

[FFmpeg-cvslog] avformat/swfenc: use FFABS to instead of abs

2017-11-19 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Nov 20 10:51:06 2017 +0800| [462a14b1e9373bc4e4c535b0417eae5773a6172a] | committer: Steven Liu avformat/swfenc: use FFABS to instead of abs Reviewed-by: Michael Niedermayer Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avformat/mp3dec: use FFABS to instead of abs

2017-11-19 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Nov 20 10:49:42 2017 +0800| [a30085f5708f16fcf2d133a2120ddf50d8f59c44] | committer: Steven Liu avformat/mp3dec: use FFABS to instead of abs Reviewed-by: Michael Niedermayer Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avformat/hlsenc: use FFABS to instead of abs

2017-11-19 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Nov 20 10:51:57 2017 +0800| [25aff9d8201a7586df2a77fb6914adfc49758b61] | committer: Steven Liu avformat/hlsenc: use FFABS to instead of abs Reviewed-by: Michael Niedermayer Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avformat/mxf: use FFABS to instead of abs

2017-11-19 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Nov 20 10:50:30 2017 +0800| [cb259467d1ea0320b4150180f0d94b01c5b7e0ed] | committer: Steven Liu avformat/mxf: use FFABS to instead of abs Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] Revert "tests/fate: addition of test case for hls variant stream creation with master playlist"

2017-11-20 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Nov 21 00:22:25 2017 +0800| [9302d77525da43b98b919cc78443768fc1798961] | committer: Steven Liu Revert "tests/fate: addition of test case for hls variant stream creation with master playlist" This reve

[FFmpeg-cvslog] avformat/dashenc: add avpriv_io_move return value check

2017-12-03 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Dec 4 12:06:26 2017 +0800| [1cfde7abd0008e58fcd10f8804812e72a1a5295a] | committer: Steven Liu avformat/dashenc: add avpriv_io_move return value check fix cid: 1424883 Suggested-by: Moritz Barsnick Signed-off-by: Steven Liu > h

[FFmpeg-cvslog] avformat/hlsplaylist: add int type of API ff_hls_write_file_entry

2017-12-03 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Dec 4 12:03:37 2017 +0800| [071f47649ce39897f18ce034dd428067f29d9b66] | committer: Steven Liu avformat/hlsplaylist: add int type of API ff_hls_write_file_entry Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/hlsplaylist: add return value check of strftime

2017-12-03 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Dec 4 12:05:04 2017 +0800| [ad6946b8189e5e17796f1d5bf86d97ee619009b8] | committer: Steven Liu avformat/hlsplaylist: add return value check of strftime fix CID: 1424884 Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avformat/hlsenc: fix compiling error when disable-network

2017-12-04 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Dec 4 23:52:17 2017 +0800| [d67c1dda403288bcfd30b5d4a0412582728c2c79] | committer: Steven Liu avformat/hlsenc: fix compiling error when disable-network > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/hlsenc: move init operations from write_header to init

2017-12-10 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Dec 11 11:03:25 2017 +0800| [08d28ee1823a7232541526770657dc49a218ad8f] | committer: Steven Liu avformat/hlsenc: move init operations from write_header to init Reviewed-by: Vishwanath Dixit Signed-off-by: Steven Liu > http://git.videolan.

[FFmpeg-cvslog] avformat/hlsenc: reindent after previous commits

2017-12-11 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Dec 12 11:50:23 2017 +0800| [0e5260226a72fc9da2967ded99624f5dfb1ed135] | committer: Steven Liu avformat/hlsenc: reindent after previous commits > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0e5260226a72fc9da2967ded99624f5dfb1ed

[FFmpeg-cvslog] avformat/hlsenc: fix first fragment mp4 do not split bug

2017-12-20 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Dec 21 11:14:32 2017 +0800| [8318f60845bbbc4d33a39eee45e4daff0e5dacfb] | committer: Steven Liu avformat/hlsenc: fix first fragment mp4 do not split bug fix ticket id: 6888 Tested-by: beloko Signed-off-by: Steven Liu > http://git.videolan.

[FFmpeg-cvslog] avformat/hlsenc: reindent after previous commits

2017-12-20 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Dec 21 11:17:08 2017 +0800| [7feae7be5b08916e1d563ad16388a3dd6d40114b] | committer: Steven Liu avformat/hlsenc: reindent after previous commits Reviewed-by: Karthick J Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avformat/hlsenc: fix resource leak

2017-12-25 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Dec 25 23:51:25 2017 +0800| [2aee5a87233277027bb281372f888b5246a58e77] | committer: Steven Liu avformat/hlsenc: fix resource leak fix CID: 1426931 1426929 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/avio: check input URLContext value NULL

2017-12-27 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Dec 28 12:07:22 2017 +0800| [be4dfbf7b71e44a53ca8da882a081e35ea134c83] | committer: Steven Liu avformat/avio: check input URLContext value NULL Reviewed-by: Michael Niedermayer Reviewed-by: Karthick Jeyapal > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/hls: release mem resource to fix memleak

2017-12-31 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sat Dec 30 20:42:13 2017 +0800| [2906363d1bb804994cf741ad2c99d8c76efff5f0] | committer: Aman Gupta avformat/hls: release mem resource to fix memleak fix CID: 1426991 Signed-off-by: Steven Liu Signed-off-by: Aman Gupta Signed-off-by: Derek Buitenhuis

[FFmpeg-cvslog] avformat/hls: store referer message in HLS http request

2018-01-31 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Feb 1 10:57:29 2018 +0800| [b1af0e23a3b685b3e626158f63e5f958f5f75420] | committer: Steven Liu avformat/hls: store referer message in HLS http request Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/http: add referer option into http

2018-01-31 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Feb 1 10:56:51 2018 +0800| [44f343067455e09ce4da16b2169e89d9c062dbca] | committer: Steven Liu avformat/http: add referer option into http add Referer message if referer have been set. Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avfilter: add comments for duplicate line

2018-01-31 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Feb 1 10:55:19 2018 +0800| [27fe8930e0b9e7881e61eb9ed0b8b526f718abfe] | committer: Steven Liu avfilter: add comments for duplicate line comment about the looks like a duplicate line. but that is used to reason x is expressed from y Suggested-by

[FFmpeg-cvslog] avformat/hlsenc: add reference stream index for split segment

2018-03-01 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Fri Mar 2 10:56:36 2018 +0800| [aa294ad00a497d07931914027267cd4964425ca3] | committer: Steven Liu avformat/hlsenc: add reference stream index for split segment fix ticket: #7044 Get the first video stream to reference for split segment when there have

[FFmpeg-cvslog] avformat/hlsenc: reindent after previous commits

2018-03-18 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sun Mar 18 14:09:44 2018 +0800| [f19b0c6aeea212a3c2e05d4cebb856d1d774def7] | committer: Steven Liu avformat/hlsenc: reindent after previous commits Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/hlsenc: fix fmp4 single init file problem

2018-03-18 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sun Mar 18 14:08:57 2018 +0800| [c8f625f52998faa9bf0fe22701f1684e51edfc07] | committer: Steven Liu avformat/hlsenc: fix fmp4 single init file problem fix ticket: #7021 Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avformat/hlsenc: reindent after previous commits

2018-03-18 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sun Mar 18 14:07:40 2018 +0800| [10a0436dcab3dd51d70c391ba299f9a7e8521018] | committer: Steven Liu avformat/hlsenc: reindent after previous commits Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/hlsenc: fix memleak problem about fmp4_init_filename

2018-03-18 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sun Mar 18 14:08:14 2018 +0800| [c6086692645951264a4f98a3568f80b7c827a129] | committer: Steven Liu avformat/hlsenc: fix memleak problem about fmp4_init_filename move fmp4_init_filename init in if else for first fmp4_init_filename set value operation

[FFmpeg-cvslog] avformat/hlsenc: fix write wrong init file URI string problem

2018-03-18 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sun Mar 18 14:07:00 2018 +0800| [a92ca3c07c89855d46c801ef05428b5d86a1b30c] | committer: Steven Liu avformat/hlsenc: fix write wrong init file URI string problem fmp4_init_filename should append after base_output_dirname Signed-off-by: Steven Liu

[FFmpeg-cvslog] avformat/hlsenc: add option hls_delete_threshold

2018-04-13 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Fri Apr 13 15:39:49 2018 +0800| [987026adda79be4bbc541e12c5c6796b43f84bc1] | committer: Steven Liu avformat/hlsenc: add option hls_delete_threshold When using hls_list_size with hls_flags delete_segments, currently hls_list_size * 2 +- segments remain on

[FFmpeg-cvslog] avformat/hlsenc: avformat/hlsenc: add error message for encrypt fmp4 mode

2018-04-15 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Apr 16 14:35:14 2018 +0800| [783df2eb59ca2347af89e3eca3aef2ff12779178] | committer: Steven Liu avformat/hlsenc: avformat/hlsenc: add error message for encrypt fmp4 mode and refine the warning message when use both hls_key_info_file and hls_enc

[FFmpeg-cvslog] avformat/hls: remove redundant code

2018-04-16 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Apr 17 13:16:33 2018 +0800| [6fbfb20faf22d15c0c92d124e22eb8298fb10dcb] | committer: Steven Liu avformat/hls: remove redundant code Reviewed-by: Jun Zhao Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/dashdec: Avoid multiple HTTP requests for initialization segment that is common among all representations

2018-04-16 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Apr 17 14:19:00 2018 +0800| [4effd1c4a2c52a68c25ed0bc5474f6b4c64fd644] | committer: Steven Liu avformat/dashdec: Avoid multiple HTTP requests for initialization segment that is common among all representations Reviewed-by: Steven Liu Signed-off-by

[FFmpeg-cvslog] avformat/hls: copy rw_timeout from parent to child AVIOContexts.

2018-04-16 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Apr 17 14:25:07 2018 +0800| [36deec010cc87c8990477e1703dbf785212992b5] | committer: Steven Liu avformat/hls: copy rw_timeout from parent to child AVIOContexts. The rw_timeout option is currently not applied when opening media playlist, segment, or

[FFmpeg-cvslog] Revert "avformat/dashdec: Avoid multiple HTTP requests for initialization segment that is common among all representations"

2018-04-16 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Apr 17 14:32:27 2018 +0800| [6eaaad37f89ec31ef07ec9338a79fbdd6b93ae98] | committer: Steven Liu Revert "avformat/dashdec: Avoid multiple HTTP requests for initialization segment that is common among all representations" This reve

[FFmpeg-cvslog] Revert "avformat/hls: copy rw_timeout from parent to child AVIOContexts."

2018-04-16 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Apr 17 14:33:36 2018 +0800| [0b3c1854cb9893a05564f25594a48947e9a163e9] | committer: Steven Liu Revert "avformat/hls: copy rw_timeout from parent to child AVIOContexts." This reverts commit 36deec010cc87c8990477e1703dbf785212992b

[FFmpeg-cvslog] avformat/hls: remove redundant code

2018-04-17 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Wed Apr 18 11:22:23 2018 +0800| [223f3dff8cd874143b6d531b2c8f45ad0dc9d9f6] | committer: Steven Liu avformat/hls: remove redundant code Suggested-by: Richard Shaffer Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/dashenc: change the hls version from 6 to 7

2018-04-19 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Fri Apr 20 11:29:35 2018 +0800| [002e45b40760b15319a3f2ea3d2c78bd9cc72d38] | committer: Steven Liu avformat/dashenc: change the hls version from 6 to 7 reference hls support fmp4 file from draft-pantos-http-live-streaming-20 the spec describes version 7

[FFmpeg-cvslog] avformat/dashdec: fix compling warning "filename is deprecated"

2018-04-26 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Apr 26 16:17:15 2018 +0800| [798ae8794e84b7837cbdc4c9d7943569015ddff4] | committer: Steven Liu avformat/dashdec: fix compling warning "filename is deprecated" Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avformat/dashdec: replace user-agent to user_agent for deprecate warning message

2018-05-23 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu May 24 11:43:35 2018 +0800| [04b6060616b006ba97406fb21940a934a9b9f900] | committer: Steven Liu avformat/dashdec: replace user-agent to user_agent for deprecate warning message > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/hlsenc: support http method for hls fmp4

2018-05-23 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu May 24 11:55:58 2018 +0800| [50df4c958b641e3ee3114e1eb659a151d34d2ac1] | committer: Steven Liu avformat/hlsenc: support http method for hls fmp4 fix ticket: 7160 Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/hlsenc: improve compute after_init_list_dur

2018-07-10 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Jul 9 17:05:30 2018 +0800| [bd8a5c6b7ce71c739ab95f6b17e8caeeec2dc9e7] | committer: Steven Liu avformat/hlsenc: improve compute after_init_list_dur fix ticket: 7305 vs->sequence - hls->start_sequence - vs->nb_entries is the after_init

[FFmpeg-cvslog] avformat/dashdec: remove unused functions and process code

2018-08-06 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Aug 7 12:37:02 2018 +0800| [d54ae9b782c85e626a1e49a8ee204728746227d1] | committer: Steven Liu avformat/dashdec: remove unused functions and process code Based on a patch for hls by Richard Shaffer Signed-off-by: Steven Liu > h

[FFmpeg-cvslog] avformat/flvdec: add flv_ignore_prevtag option into flvdec

2018-08-07 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Aug 7 15:48:23 2018 +0800| [d37125fb910e466ab3e505afd0a687486f4e7c93] | committer: Steven Liu avformat/flvdec: add flv_ignore_prevtag option into flvdec Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/flvdec: reindent code for previous commit

2018-08-07 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Aug 7 15:50:47 2018 +0800| [3b99bb38890375ebef2851a35bc048a37f6fd7f1] | committer: Steven Liu avformat/flvdec: reindent code for previous commit Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/flvdec: add flv_full_metadata option into flvdec

2018-08-07 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Aug 7 15:51:36 2018 +0800| [243ecadad5e5e83afdd518c067030e12ac457120] | committer: Steven Liu avformat/flvdec: add flv_full_metadata option into flvdec output all the metadata context when use this option. Signed-off-by: Steven Liu > h

[FFmpeg-cvslog] avfilter/buffersrc.h: fix typo of the comment

2018-08-21 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Aug 21 15:44:33 2018 +0800| [dcef44f13625551506e876a7bf10fab2ffd35a50] | committer: Steven Liu avfilter/buffersrc.h: fix typo of the comment > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dcef44f13625551506e876a7bf10fab2ffd35

[FFmpeg-cvslog] avformat/hls: support decryption AES128 fmp4 m3u8 list

2018-08-22 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Aug 13 18:15:23 2018 +0800| [9e61141905b5197c8fbab2a651b4013361c8550f] | committer: Steven Liu avformat/hls: support decryption AES128 fmp4 m3u8 list Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/dashdec: refine compute current fragment for presentation_timeoffset mode

2018-09-04 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Wed Sep 5 14:33:53 2018 +0800| [ad9b4ecc26bef7babb31b58f19c869f6464c2db9] | committer: Steven Liu avformat/dashdec: refine compute current fragment for presentation_timeoffset mode fix ticket id: #7369 #7382. use ((wallclock - availability_start_time

[FFmpeg-cvslog] avformat/hlsenc: rename option from use_localtime to strftime

2018-09-04 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Sep 3 11:10:35 2018 +0800| [fbd8746efabe441469eb410d2ffa6af64987ca80] | committer: Steven Liu avformat/hlsenc: rename option from use_localtime to strftime fix ticket: 7393 indent option name to segment Signed-off-by: Steven Liu > h

[FFmpeg-cvslog] avformat/dashdec: add min_buffer_time process logic

2018-09-04 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Wed Sep 5 14:20:52 2018 +0800| [8eac027cd14eb507d7d1bddf2606a01e1d118d38] | committer: Steven Liu avformat/dashdec: add min_buffer_time process logic if there have min_buffer_time in playlist, use the min_buffer_time value for realtime. Signed-off-by

[FFmpeg-cvslog] avformat/dashdec: refine mpd element of attribute name availabilityEndTime

2018-09-04 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Wed Sep 5 14:13:56 2018 +0800| [f499679e17cc6c8dc4e1e4e906c325946e43ec92] | committer: Steven Liu avformat/dashdec: refine mpd element of attribute name availabilityEndTime Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avformat/dashdec: add trace message for get the logic output message

2018-09-04 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Wed Sep 5 14:19:43 2018 +0800| [e35e91546551a236a1db6266c8e91b6049220337] | committer: Steven Liu avformat/dashdec: add trace message for get the logic output message Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avformat/dashdec: refine adaptionset attribute members

2018-09-04 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Wed Sep 5 14:15:47 2018 +0800| [e134c20374ee3cbc6d04885d306b02c9871683a2] | committer: Steven Liu avformat/dashdec: refine adaptionset attribute members Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/dashdec: reindent code for previous commit

2018-09-04 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Wed Sep 5 14:21:33 2018 +0800| [d0be0de06557e344ee0142ab0a88f8f14825f5ae] | committer: Steven Liu avformat/dashdec: reindent code for previous commit Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/dashdec: remove redundant code

2018-09-04 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Wed Sep 5 14:16:29 2018 +0800| [28578e61431b8cb9783d80f2ff5aa0cd69ae35b9] | committer: Steven Liu avformat/dashdec: remove redundant code Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/dashdec: reindent code for previous commit

2018-09-04 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Wed Sep 5 14:17:03 2018 +0800| [a222798ef34f1e291adc8086781946d1c1aff56d] | committer: Steven Liu avformat/dashdec: reindent code for previous commit Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/dashdec: minus minBufferTime when there have value

2018-09-05 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Sep 6 13:40:56 2018 +0800| [7bb90a9449bc845ffbde0eea0dfcaf2b3eed4256] | committer: Steven Liu avformat/dashdec: minus minBufferTime when there have value fix ticket 7382 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

  1   2   3   4   >