Steve Lhomme
|
21fbbe93ea
|
qsv: use MPEG macros for timestamp conversion
|
8 years ago |
Steve Lhomme
|
306780e555
|
demux:ts: convert a hardcoded value with VLC_TICK_FROM_MS()
|
8 years ago |
Steve Lhomme
|
c58f46eec9
|
demux:mpeg: make sure FROM_SCALE_NZ() returns a vlc_tick_t
|
8 years ago |
Steve Lhomme
|
a8ff7e56a8
|
demux:ps: fix the same vararg used twice
from 07666913ef
|
8 years ago |
Steve Lhomme
|
7ff8ebd2da
|
vlmshell: internal time is in microseconds, not vlc_tick_t
|
8 years ago |
Steve Lhomme
|
f922313bc7
|
demux: stl: call DEMUX_SET_TIME using an vlc_tick_t
|
8 years ago |
Steve Lhomme
|
a1e31bce59
|
demux: vobsub: DEMUX_SET_POSITION just does a DEMUX_SET_TIME
|
8 years ago |
Steve Lhomme
|
1cc79c8f90
|
demux: mod: the vlc_tick_t received with SET_TIME is likely to be valid
|
8 years ago |
Steve Lhomme
|
020df32e5b
|
hotkeys: the jump value is not an vlc_tick_t but a number of seconds
|
8 years ago |
Steve Lhomme
|
df07e434dd
|
crystalhd: convert to/from vlc_tick_t using MSFTIME
Since it's in 100ns
|
8 years ago |
Steve Lhomme
|
5d41589c36
|
avcodec: demux: the local i_start_time is an vlc_tick_t
|
8 years ago |
Steve Lhomme
|
8450e94321
|
ttml: the SET/GET position uses vlc_tick_t
|
8 years ago |
Steve Lhomme
|
a296a4814a
|
demux:webvtt: clean the DEMUX_SET_POSITION value using vlc_tick_t
|
8 years ago |
Steve Lhomme
|
64463c068b
|
mod: transform vlc_tick_t value to milliseconds with MS_FROM_VLC_TICK
|
8 years ago |
Steve Lhomme
|
88b7d85136
|
input: use vlc_tick_t for the input "length" variable
|
8 years ago |
Steve Lhomme
|
f04e6ce332
|
input: use vlc_tick_t for the input "time" variable
|
8 years ago |
Steve Lhomme
|
a856cc1460
|
core: use vlc_tick_t for seekpoint_t::i_time_offset officially
|
8 years ago |
Steve Lhomme
|
6edafff5df
|
subtitle: internal length is a vlc_tick_t
|
8 years ago |
Steve Lhomme
|
43608bcd01
|
nuv: internal length is a vlc_tick_t
|
8 years ago |
Steve Lhomme
|
bf29d59335
|
sout:chromecast: fix potential crash if a demuxer reports 0 as an OK duration
|
8 years ago |
Steve Lhomme
|
929f09bfc0
|
core: use vlc_tick_t for DEMUX_SET_TIME officially
|
8 years ago |
Steve Lhomme
|
a58b739d06
|
core: use vlc_tick_t for DEMUX_GET_LENGTH officially
|
8 years ago |
Steve Lhomme
|
07666913ef
|
core: use vlc_tick_t for DEMUX_GET_TIME officially
|
8 years ago |
Rémi Denis-Courmont
|
a61489698f
|
dvb: remove unused variable
|
8 years ago |
Rémi Denis-Courmont
|
4fcddf7780
|
sout_display: remove unused variable
...that was never ever used.
Figures how it got there in the first place.
|
8 years ago |
Zhao Zhili
|
88d22578f9
|
video_filter: postproc: remove unused variable
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Zhao Zhili
|
1438d0767c
|
demux: asf: fix log format string
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Zhao Zhili
|
f632aa4c7c
|
x265: fix log format string
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Zhao Zhili
|
586525d745
|
linsys: remove unused variable
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Rémi Denis-Courmont
|
ffc8c37d94
|
textst: fix warned UB
|
8 years ago |
Steve Lhomme
|
afab578812
|
ttml: the offset is in vlc_tick_t
|
8 years ago |
Steve Lhomme
|
dd422c7d65
|
scte27: use the frame duration in vlc_tick_t
|
8 years ago |
Steve Lhomme
|
0da141b193
|
live555: use helper function to convert to vlc_tick_t from floating point seconds
|
8 years ago |
Steve Lhomme
|
553856eba3
|
audiotrack: local i_time_diff is a vlc_tick_t
|
8 years ago |
Steve Lhomme
|
544530f092
|
linsys: express hardcoded value in hexadecimal
More readable this way.
|
8 years ago |
Steve Lhomme
|
13f81022cf
|
linsys: increment values are in vlc_tick_t
|
8 years ago |
Steve Lhomme
|
6b86c95bcf
|
audioscrobbler: init the amount of time to wait to VLC_TICK_INVALID
So we don't use it when not set
|
8 years ago |
Steve Lhomme
|
1e3dc117cf
|
modules: get the frame duration using vlc_tick_rate_duration()
|
8 years ago |
Steve Lhomme
|
dd351f964c
|
vlc_tick: add a fonction to get the duration in ticks from a frame rate
|
8 years ago |
Steve Lhomme
|
78268a9a2c
|
demux:avi: the length cannot be negative
|
8 years ago |
Steve Lhomme
|
de42a800ab
|
demux:avi: do less operations if the i_scale is zero
|
8 years ago |
Steve Lhomme
|
e54ed8dda6
|
demux:image: pts_offset is a vlc_tick_t
|
8 years ago |
Steve Lhomme
|
63c0d143e5
|
demux: stl: the timestamp parsing functions return an vlc_tick_t
|
8 years ago |
Steve Lhomme
|
95bd547e6f
|
demux: cdg: factorize the code to compute the DTS
|
8 years ago |
Steve Lhomme
|
88e5932b93
|
demux: vobsub: the delay is an vlc_tick_t
|
8 years ago |
Steve Lhomme
|
363fb3ae1d
|
demux: vobsub: the start time is an vlc_tick_t
|
8 years ago |
Steve Lhomme
|
a0cdc26e3c
|
demux: vobsub: only add the extra 1s after we know the last start PTS
Otherwise we may miss the last start that is less than 1s after the previous start
|
8 years ago |
Steve Lhomme
|
8205281516
|
demux: ty: remove write-only firstAudioPTS
|
8 years ago |
Steve Lhomme
|
7572803a07
|
demux: subtitle: use an integer for the mpsub factor
it's never a floating value
|
8 years ago |
Steve Lhomme
|
0e96c11102
|
demux: subtitle: i_microsecperframe is an vlc_tick_t
|
8 years ago |