Rémi Denis-Courmont
|
d78eef5211
|
winvlc: use exit handler
|
8 years ago |
KO Myung-Hun
|
6ffca3f60d
|
kai: fix compilation
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
|
8 years ago |
Gianfranco Costamagna
|
d10d3055b0
|
omxil.c: replace some more decoder_sys_t* by void*
Ref #17078
Fixup build failure after b3b7f62ce1
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
8 years ago |
Michał Trzebiatowski
|
fd659ee49f
|
share: vlc.desktop.in: Add more translations
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
|
8 years ago |
Rémi Denis-Courmont
|
f67e6764d9
|
modules: do not use 0 for NULL
|
8 years ago |
Rémi Denis-Courmont
|
31f34113ae
|
cachegen: remove wrong/misleading error message
|
8 years ago |
Rémi Denis-Courmont
|
1d233ef6be
|
lib: remove unused libvlc_playlist_play() parameters
|
8 years ago |
David Fuhrmann
|
79871d5ba0
|
macosx: Add option to disable hardware accel. to simple preference
Add option to simple prefs for enabling or disabling the videotoolbox
hardware acceleration decoder.
|
8 years ago |
Thomas Guillem
|
4ef28fc0df
|
vout: android: fix possible buffer underwrite with spus
|
8 years ago |
Thomas Guillem
|
511cdf1f69
|
libvlc: simplify set_deinterlace
|
8 years ago |
Luis Fernandes
|
4dc621ab66
|
libvlc: change set_deinterlace function
Users will be able to change the deinterlace mode without forcing it.
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
|
8 years ago |
Luis Fernandes
|
174840ba85
|
libvlc: add "auto" deinterlace-mode
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
|
8 years ago |
Steve Lhomme
|
4f672c3f1e
|
modules: use VLC_HARD_MIN_SLEEP instead of hardcoded values
|
8 years ago |
Steve Lhomme
|
2057eca9a6
|
preparser: explicit fallthrough
|
8 years ago |
Steve Lhomme
|
de546265dd
|
qt:controller: explicit fallthrough
|
8 years ago |
Steve Lhomme
|
8a0f9aa8d5
|
nuv: base the duration on CLOCK_FREQ
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
b4d0307f8d
|
nsv: base the pcr delay on CLOCK_FREQ
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
7ad1327a8c
|
use mtime_t for DEMUX_SET_NEXT_DEMUX_TIME
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
8571288de4
|
use mtime_t for ES_OUT_SET_PCR
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
e9b37a02eb
|
strings: write_duration() receives an mtime_t
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Francois Cartegnie
|
d55028e4ed
|
sout: enforce discontinuity flag after flush
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
2175a7d76d
|
vout_wrapper: turn the hardcoded double click timeout into a CLOCK_FREQ based value
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
89034548aa
|
vout_intf: turn the hardcoded snapshot timeout value into a CLOCK_FREQ based value
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
cca471def7
|
vout_intf: make the snapshot PIP duration explicit to 4s using CLOCK_FREQ
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
eceabeb15f
|
video_widgets: make the 1.2s duration of the widget explicit with CLOCK_FREQ
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
3f7615623e
|
video_text: make the 1s duration of the OSD explicit using CLOCK_FREQ
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
988d9cb2a1
|
video_output: turn the deadline duration into a CLOCK_FREQ based value
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
44c66f48af
|
video_output: init the chrono with a CLOCK_FREQ based value
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
65cc781c06
|
video_output: turn delays/thresholds into CLOCK_FREQ based values
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
94f92955ac
|
video_epg: turn the hardcoded duration value into a CLOCK_FREQ based value
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
df08c744f3
|
interlacing: make the timeout to detect switch to non interlaced CLOCK_FREQ based
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
97df12a609
|
httpd: turn the hardcoded default timeout into a CLOCK_FREQ based value
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
b431b24ddb
|
stats: make the 1s period explicit
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
d57ae05782
|
input_internal: the start/stop/current time are mtime_t values
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
47d958d6c7
|
input_internal: i_pts_delay is an mtime_t value
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
c33f6bcaa3
|
input_internal: turn the hardcoded INPUT_PTS_DELAY_MAX value into a CLOCK_FREQ based value
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
71384c0573
|
input: convert "short-jump-size" to mtime_t on the fly
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
2fd69d3883
|
input: turn the sub-delay into spu-delay using CLOCK_FREQ
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
eeb4f5c7ac
|
input: turn the hardcoded buffer check period into a CLOCK_FREQ based value
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
1f6d079cb6
|
input: turn the hardcoded interface/stat update period into a CLOCK_FREQ based value
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
90b0a5cbf6
|
es_out: the SET_PCR value is an mtime_t
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
55d84f1eb7
|
es_out: turn the hardcoded stop sleep into a CLOCK_FREQ based value
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
87cadd0883
|
es_out: turn the hardcoded default duration into a CLOCK_FREQ based value
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
d1ee04840b
|
es_out: turn the hardcoded wakeup delay into a CLOCK_FREQ based value
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
b66a03b162
|
es_out: no need to init a value that won't be used
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
36ebc3fcdc
|
es_out: i_audio_delay and i_spu_delay are mtime_t
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
bca471b34e
|
decoder: i_preroll_end is an mtime_t value
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
06da444998
|
input_clock: express CR_MEAN_PTS_GAP as a CLOCK_FREQ fraction
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
839ecf84ab
|
aout: resamp_start_drift is an mtime_t value
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |
Steve Lhomme
|
c3298682d0
|
vlc_input: the length (duration) is in mtime_t
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
8 years ago |