[vlc-commits] hotkeys: fix format string

2018-07-06 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jul 6 19:44:15 2018 +0300| [674aa28b6fd3f3e253973e1133392c1e0616f357] | committer: Rémi Denis-Courmont hotkeys: fix format string Regression from tick rework. >

[vlc-commits] vlmshell: convert seconds to ticks using vlc_tick_from_sec()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jul 5 13:56:53 2018 +0200| [118d4190f125f7cd7048bf92717ed4bd83e36b1b] | committer: Steve Lhomme vlmshell: convert seconds to ticks using vlc_tick_from_sec() >

[vlc-commits] es_out: convert vlc_tick_t to milliseconds using MS_FROM_VLC_TICK()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 14 14:35:57 2018 +0200| [0962fee952f7b64f2bc90fcfd3b6c452d3e3a909] | committer: Steve Lhomme es_out: convert vlc_tick_t to milliseconds using MS_FROM_VLC_TICK() >

[vlc-commits] test:libvlc: explicitly convert milliseconds into vlc_tick_t

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon May 7 08:44:15 2018 +0200| [c7ba6127bef5e48f328db9c99612b11f9bebc155] | committer: Steve Lhomme test:libvlc: explicitly convert milliseconds into vlc_tick_t >

[vlc-commits] VLCBookmarksWindowController: use vlc_tick_from_sec function to read the bookmark time

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 15 06:43:28 2018 +0200| [abe28eef78e85423038c3344cef151d63b67db19] | committer: Steve Lhomme VLCBookmarksWindowController: use vlc_tick_from_sec function to read the bookmark time >

[vlc-commits] modules: transform milliseconds value into vlc_tick_t with VLC_TICK_FROM_MS

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Jun 6 12:25:08 2018 +0200| [11d1fc266fa859788f5e4f7000a13114e6353b76] | committer: Steve Lhomme modules: transform milliseconds value into vlc_tick_t with VLC_TICK_FROM_MS >

[vlc-commits] var: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 14 14:29:05 2018 +0200| [4652ff3b85728e4b19a0c4267edfc6e6ef09525c] | committer: Steve Lhomme var: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK() >

[vlc-commits] macosx: replace hardcoded CLOCK_FREQ multiples by VLC_TICK_FROM_SEC()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 15 06:44:50 2018 +0200| [a625c536de0879f8336e218d20ee46513ed0839c] | committer: Steve Lhomme macosx: replace hardcoded CLOCK_FREQ multiples by VLC_TICK_FROM_SEC() Easier to read and more explicit. >

[vlc-commits] qt: use vlc_tick_from_sec() for more explicit conversion

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 15 09:45:34 2018 +0200| [54b86a0ccf312cd1e6b57301af008ae456e6f12f] | committer: Steve Lhomme qt: use vlc_tick_from_sec() for more explicit conversion > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=54b86a0ccf312cd1e6b57301af008ae456e6f12f

[vlc-commits] video_output: replace hardcoded CLOCK_FREQ multiples by VLC_TICK_FROM_MS()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 14 14:17:46 2018 +0200| [16cce259884d18d0f5754aaa763a9a3a3900de45] | committer: Steve Lhomme video_output: replace hardcoded CLOCK_FREQ multiples by VLC_TICK_FROM_MS() Easier to read and more explicit. >

[vlc-commits] input_clock: replace hardcoded CLOCK_FREQ multiples by VLC_TICK_FROM_MS()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 15 06:36:58 2018 +0200| [4d3dcdcb737d2bf660c432854f6f401f769740ba] | committer: Steve Lhomme input_clock: replace hardcoded CLOCK_FREQ multiples by VLC_TICK_FROM_MS() Easier to read and more explicit. >

[vlc-commits] satip: convert the hardcoded seconds to ticks using vlc_tick_from_sec()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jul 5 14:06:40 2018 +0200| [4b2e5e424f71c10f572bc3b8e197027679963850] | committer: Steve Lhomme satip: convert the hardcoded seconds to ticks using vlc_tick_from_sec() >

[vlc-commits] modules: use vlc_tick_from_sec() to convert to ticks instead of CLOCK_FREQ

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jul 5 14:05:46 2018 +0200| [12b7f43465355ae2063992bd3f6f1fd3e1474185] | committer: Steve Lhomme modules: use vlc_tick_from_sec() to convert to ticks instead of CLOCK_FREQ >

[vlc-commits] audiounit_ios: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 15 08:19:24 2018 +0200| [1f94bfb920ea1200e078ef01e6572e9f750f73f2] | committer: Steve Lhomme audiounit_ios: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK() >

[vlc-commits] text_layout: convert vlc_tick_t to milliseconds using MS_FROM_VLC_TICK()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 14 14:23:49 2018 +0200| [5bfa9b4a6911128a1d8993ed6fb0355e26d10859] | committer: Steve Lhomme text_layout: convert vlc_tick_t to milliseconds using MS_FROM_VLC_TICK() >

[vlc-commits] vdpau:display: replace hardcoded tick values by VLC_TICK_FROM_SEC()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 14 13:53:40 2018 +0200| [ec9a2019ddcaf6d9cd79e4ca5a75a016fa3cc156] | committer: Steve Lhomme vdpau:display: replace hardcoded tick values by VLC_TICK_FROM_SEC() Easier to read and more explicit. >

[vlc-commits] decklink: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 14 14:05:40 2018 +0200| [fd69250993467483b9094b1a3bbb48ca949116fd] | committer: Steve Lhomme decklink: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK() >

[vlc-commits] dvbsub: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 15 08:17:32 2018 +0200| [66d4e4ca4f72cde818f65c4d422853334744fee9] | committer: Steve Lhomme dvbsub: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK() >

[vlc-commits] wasapi: handle the QPC as an msftime_t converted with VLC_TICK_FROM_MSFTIME()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 15 09:32:27 2018 +0200| [64f8a99af9b5f036fc3334132ed43fa1a5e6b018] | committer: Steve Lhomme wasapi: handle the QPC as an msftime_t converted with VLC_TICK_FROM_MSFTIME() >

[vlc-commits] gui:macosx: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 14 13:42:23 2018 +0200| [c93ec6762b8a5d110e240af6cd873c631a6583e9] | committer: Steve Lhomme gui:macosx: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK() >

[vlc-commits] input: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 14 14:31:36 2018 +0200| [f91e6305c35c5c762d4c225d5166cdfb9260a35c] | committer: Steve Lhomme input: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK() >

[vlc-commits] modules: use the vlc_tick_t/ms conversion macros for hardcoded values

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon May 7 08:55:33 2018 +0200| [be8197f5720706c25c32efd0cb0e97e11ee40fce] | committer: Steve Lhomme modules: use the vlc_tick_t/ms conversion macros for hardcoded values >

[vlc-commits] vdpau:display: convert vlc_tick_t to milliseconds using MS_FROM_VLC_TICK()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 14 13:54:42 2018 +0200| [e770b6a87eabc79400d14c9a5c87a78814995a32] | committer: Steve Lhomme vdpau:display: convert vlc_tick_t to milliseconds using MS_FROM_VLC_TICK() >

[vlc-commits] live555: use helper function to convert to vlc_tick_t from floating point seconds

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Jun 18 09:40:33 2018 +0200| [2f270fa3573deb399ab6f8260e8eb1403c8f8343] | committer: Steve Lhomme live555: use helper function to convert to vlc_tick_t from floating point seconds >

[vlc-commits] qt: use vlc_tick_from_sec function to read the bookmark time

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 15 09:44:59 2018 +0200| [2409c1324e7c18a29c0d20db7978c1c4b2583e2e] | committer: Steve Lhomme qt: use vlc_tick_from_sec function to read the bookmark time >

[vlc-commits] libvlc: transform milliseconds value into vlc_tick_t with VLC_TICK_FROM_MS

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 15 08:34:15 2018 +0200| [5073e5d0f197571355f75fab27d48749402f9fc7] | committer: Steve Lhomme libvlc: transform milliseconds value into vlc_tick_t with VLC_TICK_FROM_MS >

[vlc-commits] modules: transform vlc_tick_t value to milliseconds with MS_FROM_VLC_TICK

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Jun 6 12:25:34 2018 +0200| [18449933c8ce61ec8e72d4dfba3149f7050d8433] | committer: Steve Lhomme modules: transform vlc_tick_t value to milliseconds with MS_FROM_VLC_TICK >

[vlc-commits] modules: use the vlc_tick_t/ms conversion macros for hardcoded values

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon May 7 08:43:37 2018 +0200| [8aa92d1bb58c9b73c1ee8fd72f9ab2cd9cc5f444] | committer: Steve Lhomme modules: use the vlc_tick_t/ms conversion macros for hardcoded values >

[vlc-commits] rtp:session: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 15 08:29:31 2018 +0200| [e5494e21ba0aefbc60fd8fa5465e46e39619744a] | committer: Steve Lhomme rtp:session: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK() >

[vlc-commits] adaptive: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 15 07:14:37 2018 +0200| [b599022a6b6fd093e9454078228f5af3018921aa] | committer: Steve Lhomme adaptive: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK() >

[vlc-commits] ts: replace hardcoded CLOCK_FREQ multiples by VLC_TICK_FROM_SEC()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 15 07:10:12 2018 +0200| [ee34d893d3a08b7a9d0aefeb433e60d35aa8caf5] | committer: Steve Lhomme ts: replace hardcoded CLOCK_FREQ multiples by VLC_TICK_FROM_SEC() Easier to read and more explicit. >

[vlc-commits] audiotrack: replace hardcoded CLOCK_FREQ fractions by VLC_TICK_FROM_MS()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 14 13:25:26 2018 +0200| [c3bbe926877f1d138b4e9b343b225d055d71c13c] | committer: Steve Lhomme audiotrack: replace hardcoded CLOCK_FREQ fractions by VLC_TICK_FROM_MS() Easier to read and more explicit. >

[vlc-commits] video_output: convert vlc_tick_t to milliseconds using MS_FROM_VLC_TICK()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 14 14:25:02 2018 +0200| [5f7f524f63bedc2f25ec57a521b4614cf13785f7] | committer: Steve Lhomme video_output: convert vlc_tick_t to milliseconds using MS_FROM_VLC_TICK() >

[vlc-commits] bluray: replace hardcoded sleep values by VLC_TICK_FROM_MS()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 14 12:59:37 2018 +0200| [17319d9effd1c45223abbe7e9a7bee805af0d5ed] | committer: Steve Lhomme bluray: replace hardcoded sleep values by VLC_TICK_FROM_MS() Easier to read and more explicit. >

[vlc-commits] xcb:window: convert vlc_tick_t to milliseconds using MS_FROM_VLC_TICK()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 14 14:08:03 2018 +0200| [254863816a0e3af597af3b70aa84e2cbf64346dc] | committer: Steve Lhomme xcb:window: convert vlc_tick_t to milliseconds using MS_FROM_VLC_TICK() >

[vlc-commits] oldmovie: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 14 09:16:00 2018 +0200| [8b87b182ed60ccbe069f17fc7cee06b4f09c00c8] | committer: Steve Lhomme oldmovie: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK() >

[vlc-commits] pulse: replace hardcoded by VLC_TICK_FROM_SEC()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 14 13:33:43 2018 +0200| [fb4221e7c5d2b8ee8d5f7c674a9ba6420d983090] | committer: Steve Lhomme pulse: replace hardcoded by VLC_TICK_FROM_SEC() Easier to read and more explicit. >

[vlc-commits] dvdnav: replace hardcoded sleep values by VLC_TICK_FROM_MS()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 14 13:04:00 2018 +0200| [c1b8956aabe24b24e3a26a823ca4d45f421b6169] | committer: Steve Lhomme dvdnav: replace hardcoded sleep values by VLC_TICK_FROM_MS() Easier to read and more explicit. >

[vlc-commits] libvlc: use US_FROM_VLC_TICK for values returned in microseconds

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 14 10:07:48 2018 +0200| [df129d18416485fee31eda9c9f4bf4bd6af605b4] | committer: Steve Lhomme libvlc: use US_FROM_VLC_TICK for values returned in microseconds >

[vlc-commits] kai: use SEC_FROM_VLC_TICK() to convert vlc_tick_t to seconds

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 14 13:29:25 2018 +0200| [a298b7d2ec322a9f53775cb301fed668d0a71efe] | committer: Steve Lhomme kai: use SEC_FROM_VLC_TICK() to convert vlc_tick_t to seconds >

[vlc-commits] video_output: the "video-title-timeout" is in milliseconds

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jul 6 11:59:12 2018 +0200| [7a0b3166809231856ca7a1a1005ca48e9df98e33] | committer: Steve Lhomme video_output: the "video-title-timeout" is in milliseconds >

[vlc-commits] VLCInputManager: use SEC_FROM_VLC_TICK() to convert from ticks

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jul 6 12:06:47 2018 +0200| [62258ed6b1d26f40847bce2aeb6b92f13662a0d9] | committer: Steve Lhomme VLCInputManager: use SEC_FROM_VLC_TICK() to convert from ticks >

[vlc-commits] win32:thread: make the delay rounding to the upper ms more explicit

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Sat May 5 10:48:11 2018 +0200| [8f0aab077ff685e88e49a6b55799c2d63b2c2050] | committer: Steve Lhomme win32:thread: make the delay rounding to the upper ms more explicit >

[vlc-commits] macosx: use vlc_tick_t with the input "length"

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Sat May 5 17:57:38 2018 +0200| [9ae4f878d50d7a9ef5816bc02b68b42451433b6a] | committer: Steve Lhomme macosx: use vlc_tick_t with the input "length" > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9ae4f878d50d7a9ef5816bc02b68b42451433b6a ---

[vlc-commits] qt: use vlc_tick_t with the input "length"

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Sat May 5 17:57:49 2018 +0200| [129f8e7a06bb8293034f06beb1c9f0463f0b780b] | committer: Steve Lhomme qt: use vlc_tick_t with the input "length" > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=129f8e7a06bb8293034f06beb1c9f0463f0b780b ---

[vlc-commits] core: "clock-jitter" is in milliseconds

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jul 6 11:56:34 2018 +0200| [4363eac23103a1077c76fc1632b9504f45022164] | committer: Steve Lhomme core: "clock-jitter" is in milliseconds > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4363eac23103a1077c76fc1632b9504f45022164 ---

[vlc-commits] macosx: read the input "time" as vlc_tick_t

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Sat May 5 17:17:43 2018 +0200| [ef3bc4614a7a8247902805312918ce0e85e9d06b] | committer: Steve Lhomme macosx: read the input "time" as vlc_tick_t > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ef3bc4614a7a8247902805312918ce0e85e9d06b ---

[vlc-commits] input: use vlc_tick_t with the "length" variable

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Sat May 5 17:56:56 2018 +0200| [dcbe720a539c3e1f714e2aefe7bbaed40c0eee7c] | committer: Steve Lhomme input: use vlc_tick_t with the "length" variable > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dcbe720a539c3e1f714e2aefe7bbaed40c0eee7c ---

[vlc-commits] win32:timer: make the value/interval rounding to the upper ms more explicit

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Sat May 5 10:49:30 2018 +0200| [d614843e2c13877ab681195202b494d732789770] | committer: Steve Lhomme win32:timer: make the value/interval rounding to the upper ms more explicit >

[vlc-commits] mux:ogg: simplify the Dirac delay computation

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Jun 13 10:27:25 2018 +0200| [0690c283060da3e54e428b655c5545474d07a1f7] | committer: Steve Lhomme mux:ogg: simplify the Dirac delay computation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0690c283060da3e54e428b655c5545474d07a1f7 ---

[vlc-commits] modules: the "disc-caching" is always translated to a vlc_tick_t

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jul 6 10:08:08 2018 +0200| [43bb27d91ce344eee93df3c956cd2513e3eecc3c] | committer: Steve Lhomme modules: the "disc-caching" is always translated to a vlc_tick_t >

[vlc-commits] modules: the "file-caching" is always translated to a vlc_tick_t

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jul 6 09:57:46 2018 +0200| [416913eb01c09e1600b2bd76baf3d7e02bbf2d8d] | committer: Steve Lhomme modules: the "file-caching" is always translated to a vlc_tick_t >

[vlc-commits] core: make DEMUX/STREAM_GET_PTS_DELAY officially a vlc_tick_t

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jul 6 10:28:54 2018 +0200| [26fef56c52e12142735b980e0e8f49e15debd307] | committer: Steve Lhomme core: make DEMUX/STREAM_GET_PTS_DELAY officially a vlc_tick_t >

[vlc-commits] modules: the "live-caching" is always translated to a vlc_tick_t

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jul 6 10:03:49 2018 +0200| [5ef6d13736ba2ba2c8bbb2e5be38e2dd7de3fd16] | committer: Steve Lhomme modules: the "live-caching" is always translated to a vlc_tick_t >

[vlc-commits] nfs: transform the "network-caching" to ticks for the PTS delay

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jul 6 09:55:35 2018 +0200| [f80b98dd18b9d4c692efddb5ee7f200af99184d4] | committer: Steve Lhomme nfs: transform the "network-caching" to ticks for the PTS delay That's what all other modules do, it was likely missing the * 1000. >

[vlc-commits] modules: the "network-caching" is always translated to a vlc_tick_t

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jul 6 09:53:20 2018 +0200| [f8872ec58990e14522d8ef2041f08c151a571fd6] | committer: Steve Lhomme modules: the "network-caching" is always translated to a vlc_tick_t >

[vlc-commits] libvlc-module: the network-caching is in milliseconds not vlc_tick_t

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jul 6 09:45:18 2018 +0200| [9270020e0b53e4b5d8fb5d5e95de302ffac6140e] | committer: Steve Lhomme libvlc-module: the network-caching is in milliseconds not vlc_tick_t Fixes c3ffa1ff1db72596a54a3ba0d6714e5c6a4e2450 It's effectively 1s in milliseconds,

[vlc-commits] demux:asf: log the seconds as integers

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jul 6 09:31:52 2018 +0200| [edb24709a5ea037a3304f6288c016f3b15191226] | committer: Steve Lhomme demux:asf: log the seconds as integers As it was before > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=edb24709a5ea037a3304f6288c016f3b15191226

[vlc-commits] input: make the seekpoint seeking tolerance explicit to 3s using CLOCK_FREQ

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Sat May 5 17:10:01 2018 +0200| [f46e3bdf764c007ff9b5ad8e029033369796b183] | committer: Steve Lhomme input: make the seekpoint seeking tolerance explicit to 3s using CLOCK_FREQ >

[vlc-commits] modules: transform milliseconds value into vlc_tick_t with VLC_TICK_FROM_MS

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon May 7 14:05:58 2018 +0200| [25d7af9c59e3a9aac7174c1f4aff595d6808f03b] | committer: Steve Lhomme modules: transform milliseconds value into vlc_tick_t with VLC_TICK_FROM_MS >

[vlc-commits] core: transform vlc_tick_t value to milliseconds with MS_FROM_VLC_TICK

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Sat May 5 09:39:05 2018 +0200| [c3ffa1ff1db72596a54a3ba0d6714e5c6a4e2450] | committer: Steve Lhomme core: transform vlc_tick_t value to milliseconds with MS_FROM_VLC_TICK >

[vlc-commits] demux:adaptive: process the milliseconds in a separate variable

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Jun 11 14:30:52 2018 +0200| [2af6545f9dcc6125561e4b14035d61042c779a9e] | committer: Steve Lhomme demux:adaptive: process the milliseconds in a separate variable And then convert to vlc_tick_t using VLC_TICK_FROM_MS(). >

[vlc-commits] sout:description: use VLC_TICK_FROM_MS for hardcoded vlc_tick_t values

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Jun 13 15:08:07 2018 +0200| [6191d8506697ed35c57149c4a4c95cb3ae540fa6] | committer: Steve Lhomme sout:description: use VLC_TICK_FROM_MS for hardcoded vlc_tick_t values >

[vlc-commits] mux:mp4: make CLOCK_FREQ multiple more explicit

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Jun 11 17:36:44 2018 +0200| [87490c9a5d6d46a0b0050c1607e08b75dff86823] | committer: Steve Lhomme mux:mp4: make CLOCK_FREQ multiple more explicit > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=87490c9a5d6d46a0b0050c1607e08b75dff86823 ---

[vlc-commits] videotoolbox: replace hardcoded CLOCK_FREQ fractions by VLC_TICK_FROM_MS()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 14 12:07:41 2018 +0200| [28436c10d1aa035419f20193afa7a5e3661e7c8a] | committer: Steve Lhomme videotoolbox: replace hardcoded CLOCK_FREQ fractions by VLC_TICK_FROM_MS() Easier to read and more explicit. >

[vlc-commits] modules: transform milliseconds value into vlc_tick_t with VLC_TICK_FROM_MS

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon May 7 14:05:58 2018 +0200| [50b8ff5397fe0f6439459ce2ebea3f0b2329277a] | committer: Steve Lhomme modules: transform milliseconds value into vlc_tick_t with VLC_TICK_FROM_MS >

[vlc-commits] input: make the seekpoint seeking tolerance explicit to 3s using CLOCK_FREQ

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Sat May 5 17:10:01 2018 +0200| [30edab8e53467bd9c8635934998f9ce1e9385135] | committer: Steve Lhomme input: make the seekpoint seeking tolerance explicit to 3s using CLOCK_FREQ >

[vlc-commits] mux:mp4: the i_stream_duration is not an vlc_tick_t but scaled to movie

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Jun 11 17:48:38 2018 +0200| [c77a10259defeac83d74043868fac2a171c3ff30] | committer: Steve Lhomme mux:mp4: the i_stream_duration is not an vlc_tick_t but scaled to movie >

[vlc-commits] core: transform vlc_tick_t value to milliseconds with MS_FROM_VLC_TICK

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Sat May 5 09:39:05 2018 +0200| [8c8d28e377f09c616b42f032a9663ab93e5fc48e] | committer: Steve Lhomme core: transform vlc_tick_t value to milliseconds with MS_FROM_VLC_TICK >

[vlc-commits] VLCPLModel: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 14 12:08:20 2018 +0200| [25a185eb5f9031addd6eb1c9910161f224c33b2b] | committer: Steve Lhomme VLCPLModel: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK() >

[vlc-commits] rtsp: process the SPD range from vlc_tick_t to milliseconds explicitly

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Jun 12 12:11:28 2018 +0200| [648f998e30f3bb0f0d2b0497b32b59a19865d944] | committer: Steve Lhomme rtsp: process the SPD range from vlc_tick_t to milliseconds explicitly >

[vlc-commits] hds: use CLOCK_FREQ to compute the frame end date

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Jun 13 17:22:12 2018 +0200| [45b9bd0083d816cf16078daa1e617ec144cdc622] | committer: Steve Lhomme hds: use CLOCK_FREQ to compute the frame end date > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=45b9bd0083d816cf16078daa1e617ec144cdc622 ---

[vlc-commits] demux:adaptive: use SEC_FROM_VLC_TICK() for more explicit conversion

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Jun 11 14:21:58 2018 +0200| [3bbee120beb711275bbec7be326e5df604e931ef] | committer: Steve Lhomme demux:adaptive: use SEC_FROM_VLC_TICK() for more explicit conversion >

[vlc-commits] demux:mp4: the local i_dur in MP4_TrackSetELST() is not a vlc_tick_t

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 8 14:28:07 2018 +0200| [ff901e215ecae05d629d05a648057a85260967e6] | committer: Steve Lhomme demux:mp4: the local i_dur in MP4_TrackSetELST() is not a vlc_tick_t >

[vlc-commits] demux:mp4: use MS_FROM_VLC_TICK to log milliseconds

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 8 14:21:58 2018 +0200| [90fc6e4453439c52859489672b86687727a2ca7e] | committer: Steve Lhomme demux:mp4: use MS_FROM_VLC_TICK to log milliseconds > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=90fc6e4453439c52859489672b86687727a2ca7e ---

[vlc-commits] demux:adaptive: replace hardcoded CLOCK_FREQ equivalent

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Jun 11 13:43:06 2018 +0200| [bf7d125849cb8b119ae2fcd32cc0e47c0979d737] | committer: Steve Lhomme demux:adaptive: replace hardcoded CLOCK_FREQ equivalent > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bf7d125849cb8b119ae2fcd32cc0e47c0979d737

[vlc-commits] demux:mp4: use a define for the unknown segment/moov duration

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 8 14:52:08 2018 +0200| [c4afe05a323c37cffaed405df37124836dfa1da7] | committer: Steve Lhomme demux:mp4: use a define for the unknown segment/moov duration >

[vlc-commits] demux:smooth: add a comment on what the Timescale value means

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jul 6 08:46:13 2018 +0200| [99b5e451d340ab2fb613a6756a0eb41005b487f5] | committer: Steve Lhomme demux:smooth: add a comment on what the Timescale value means >

[vlc-commits] demux:dash: use std::max() to compute the minimum buffer duration

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jul 6 08:49:31 2018 +0200| [4d5b9369bd65a4e7ba3d9ec6ffb9ce8d2a6920ea] | committer: Steve Lhomme demux:dash: use std::max() to compute the minimum buffer duration >

[vlc-commits] demux:mp4: use a define for an invalid preload

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 8 13:35:44 2018 +0200| [6dcdcc78cef04dc8fb84fc6dd7f31d66d155c43c] | committer: Steve Lhomme demux:mp4: use a define for an invalid preload No preloading should be done is the preloading is set to this value. >

[vlc-commits] demux:adaptive: replace hardcoded CLOCK_FREQ multiples by VLC_TICK_FROM_SEC()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Jun 11 11:24:49 2018 +0200| [62836de287c6d2e373efa130d719405c17afc0eb] | committer: Steve Lhomme demux:adaptive: replace hardcoded CLOCK_FREQ multiples by VLC_TICK_FROM_SEC() Easier to read and more explicit. >

[vlc-commits] demux:adaptive: remove dead code

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Jun 11 12:59:50 2018 +0200| [761c1533f9300bdcfc56bde8755698bd9016e403] | committer: Steve Lhomme demux:adaptive: remove dead code > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=761c1533f9300bdcfc56bde8755698bd9016e403 ---

[vlc-commits] demux:mp4: separate stime_t & vlc_tick_t duration in MP4_GetInterleaving()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 8 15:30:33 2018 +0200| [f2be7ebbed9b475e91ca3bfe842fb8a451f016ed] | committer: Steve Lhomme demux:mp4: separate stime_t & vlc_tick_t duration in MP4_GetInterleaving() Thus max_continuity is effectively an vlc_tick_t which compares correctly to

[vlc-commits] demux:adaptive: replace hardcoded sleep value with TICKS value

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Jun 11 11:37:49 2018 +0200| [771af133f0a31301598da3feba93bc058fcd1962] | committer: Steve Lhomme demux:adaptive: replace hardcoded sleep value with TICKS value >

[vlc-commits] demux:adaptive: don't write stime_t in local vlc_tick_t variables

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Jun 11 14:17:23 2018 +0200| [4e0fa87eeb111bc5a2f4df0518b6d8b0416c5a8a] | committer: Steve Lhomme demux:adaptive: don't write stime_t in local vlc_tick_t variables >

[vlc-commits] demux:adaptive: don't cast a non vlc_tick_t value to vlc_tick_t

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Jun 11 12:46:34 2018 +0200| [a83035d64c8bb700719115bd84c0f3112fa5cba8] | committer: Steve Lhomme demux:adaptive: don't cast a non vlc_tick_t value to vlc_tick_t >

[vlc-commits] demux:smooth: use std::max() to compute the minimum buffer duration

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jul 6 08:49:44 2018 +0200| [e403178df27479a033a2d528c93a8da2f0a9d803] | committer: Steve Lhomme demux:smooth: use std::max() to compute the minimum buffer duration >

[vlc-commits] demux:adaptive: use vlc_tick_from_sec() for more explicit conversion

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Jun 11 14:29:02 2018 +0200| [7eb293521e6a77eff436e6e799f221f8fc2c94ae] | committer: Steve Lhomme demux:adaptive: use vlc_tick_from_sec() for more explicit conversion >

[vlc-commits] demux:mp4: the i_time in MP4_UpdateSeekpoint() is a vlc_tick_t

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 8 14:30:03 2018 +0200| [d319f3002aa2719ddca4667e67481566ae3049a0] | committer: Steve Lhomme demux:mp4: the i_time in MP4_UpdateSeekpoint() is a vlc_tick_t >

[vlc-commits] demux:asf: i_index_entry_time_interval is an msftime_t

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 7 10:37:21 2018 +0200| [455671d504baf6429e692c9199a43b92ae0e6e36] | committer: Steve Lhomme demux:asf: i_index_entry_time_interval is an msftime_t > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=455671d504baf6429e692c9199a43b92ae0e6e36

[vlc-commits] demux:asf: use SEC_FROM_VLC_TICK() to log seconds

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 7 11:38:34 2018 +0200| [44bef93f9eeae4c352b659e1a48ffd6d63bea51c] | committer: Steve Lhomme demux:asf: use SEC_FROM_VLC_TICK() to log seconds > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=44bef93f9eeae4c352b659e1a48ffd6d63bea51c ---

[vlc-commits] demux:mp4: the i_start in TrackTimeToSampleChunk() is a vlc_tick_t

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 8 14:25:42 2018 +0200| [09f5070644fad4a9f101ae039c897702bbb63306] | committer: Steve Lhomme demux:mp4: the i_start in TrackTimeToSampleChunk() is a vlc_tick_t That's the kind of data it is given >

[vlc-commits] demux:mp4: the local i_next_dts in TrackCreateSamplesIndex() is not a vlc_tick_t

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 8 14:23:47 2018 +0200| [4bfaff3a3f1807a33e0403b650118728833b8ee1] | committer: Steve Lhomme demux:mp4: the local i_next_dts in TrackCreateSamplesIndex() is not a vlc_tick_t >

[vlc-commits] demux:mp4: use VLC_TICK_FROM_MS for milliseconds to vlc_tick_t

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 8 13:49:02 2018 +0200| [efcbf7b6cc55937f7c794871e8431ff97742bb01] | committer: Steve Lhomme demux:mp4: use VLC_TICK_FROM_MS for milliseconds to vlc_tick_t >

[vlc-commits] demux:mp4: read the GPAC chapters as msftime_t since they are in 100ns

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 8 13:48:00 2018 +0200| [c8f6bb3eda16130564378509a592d45c5c4d7159] | committer: Steve Lhomme demux:mp4: read the GPAC chapters as msftime_t since they are in 100ns And convert to vlc_tick_t using VLC_TICK_FROM_MSFTIME >

[vlc-commits] demux:mp4: separate the vlc_tick_t and scaled time values in MP4_TrackGetDTS()

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 8 13:43:44 2018 +0200| [d3154e77506e8b918a302ce707c04d39726e3819] | committer: Steve Lhomme demux:mp4: separate the vlc_tick_t and scaled time values in MP4_TrackGetDTS() To avoid confusion, conversion issues, readability. >

[vlc-commits] demux:mp4: i_nztime is an vlc_tick_t as the comment suggests

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 8 12:45:36 2018 +0200| [52f365152813cf692956ba37ff700ef3c5c7e1a5] | committer: Steve Lhomme demux:mp4: i_nztime is an vlc_tick_t as the comment suggests >

[vlc-commits] demux:mp4: simplify value check

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 8 15:19:10 2018 +0200| [878df3f879ad8c87a1a5b35dd904bf7d52d31a34] | committer: Steve Lhomme demux:mp4: simplify value check No need to due the subtraction, the value is overwritten right after. >

[vlc-commits] demux:mp4: the result of MP4_TrackGetDTS() is always used as a vlc_tick_t

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 8 13:39:23 2018 +0200| [2060b8b3e2aee1e080889766c802b978ee9ffe92] | committer: Steve Lhomme demux:mp4: the result of MP4_TrackGetDTS() is always used as a vlc_tick_t Also for the value returned by MP4_TrackGetPTSDelta() >

[vlc-commits] demux:asf: i_average_time_per_frame is an msftime_t

2018-07-06 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 7 10:54:16 2018 +0200| [7cb4c2e13c55aef14e9290d2043bb31be5bf21bf] | committer: Steve Lhomme demux:asf: i_average_time_per_frame is an msftime_t > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7cb4c2e13c55aef14e9290d2043bb31be5bf21bf ---

  1   2   >