Marvin Scholz
dd876ac106
macosx: Rename VLCDebugMessageWindowController to VLCLogWindowController
This name is much shorter and a lot easier to understand, as it is less
likely to be confused with the error messages window stuff.
9 years ago
Marvin Scholz
8aa0cd85ad
macosx: Fix DefaultValueSlider tickmark position in RTL layout
9 years ago
Thomas Guillem
d6bf647e3c
actions: add vlc_actions_get_keycodes
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
9 years ago
Thomas Guillem
c46cbfef3a
actions: replace libvlc->p_hotkeys
Use vlc_actions_get_key_names instead
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
9 years ago
Thomas Guillem
32fb07be12
actions: rename vlc_keys
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
9 years ago
Thomas Guillem
c93c3be744
actions: rename functions
Keep vlc_* for core functions.
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
9 years ago
Thomas Guillem
7d1c41e72f
actions: rename static struct actions
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
9 years ago
Thomas Guillem
eba059493b
actions: remove useless typedef
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
9 years ago
Thomas Guillem
7f7dfa429c
actions: remove duplicate include config.h
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
9 years ago
Thomas Guillem
327ecc39de
actions: rename vlc_GetActionId to vlc_actions_get_id
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
9 years ago
Thomas Guillem
aece8a0cf5
actions: rename struct vlc_actions to vlc_actions_t
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
9 years ago
Thomas Guillem
fa27e5e41c
actions: refactor init/deinit functions
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
9 years ago
Thomas Guillem
c0d287e72f
core: rename vlc_keys.h to vlc_actions.h
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
9 years ago
Thomas Guillem
324c1770eb
core: rename vlc_action_t to vlc_action_id_t
Since we'll need vlc_actions_t
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
9 years ago
Marvin Scholz
dce2a45ade
macosx: Replace NSInvocation with dispatch_sync block
9 years ago
Marvin Scholz
71cbd6706d
macosx: Correct camel case method name
9 years ago
Marvin Scholz
8edfb2a1ba
macosx: Replace NSInvocations with block dispatch
9 years ago
David Fuhrmann
a6ab65bcee
macOS build.sh: Add option to limit number of cores to be used
The parameter passed by with -j will be forwarded to the -j
parameter of make calls. If the option is not set, a default value
is used. By passing 1, the caller can force one core only.
9 years ago
Steve Lhomme
b7c54ca204
directx_va: list when VP9 Profile 2 is supported
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Jean-Baptiste Kempf
0fade915ff
mpg123: fix sign comparison about rate
mpg123 uses long as rate...
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Steve Lhomme
cdffde0d4a
vlc_vout: the output video_format_t in vout_GetSnapshot() can be NULL
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Alexandre Perraud
efab6bf413
Qt : remove white Icons from svg source and script
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
9 years ago
Hugo Beauzée-Luyssen
e8251e391f
qt: Remove duplicated icons
Fix #18650
9 years ago
Jean-Baptiste Kempf
f8e01ad95c
PS: fix format strings
9 years ago
Marvin Scholz
def38444ef
macosx: Rename and invert isNotEmbedded
This makes it easier to understand the meaning and read the code.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Marvin Scholz
0341247b6b
macosx: Rename variables
Rename a bunch of variables to clarify their meaning.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Marvin Scholz
f33d438816
macosx: Remove unused variable
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
KO Myung-Hun
465f286d4a
os2: package: enable libass and fribidi
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Daniel Amm
88ff813d15
NSIS: Add icon to extension context menu ( fixes #18648 )
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Zhao Zhili
65ec7ad4a1
access: dc1394: fix type mismatch
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Rémi Denis-Courmont
c6cb7a3362
dvb-text: fix format string
9 years ago
Rémi Denis-Courmont
9c5dab77ff
variables: missing initializer
9 years ago
Rémi Denis-Courmont
f34079c166
qt: sub-file expects a file path ( fixes #18664 )
The sub-file wants a file path, not an URI. Set it accordingly.
NOTE: Either way, this won´t work if the path contains a whitespace
because of longstanding bug #1952 .
9 years ago
Steve Lhomme
9abb9e10f2
dxva2_deinterlace: always fill the output picture->context
It is necessary for snapshots which create a picture from scratch and then copy
"pixels" using the planes or the context callback.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
9 years ago
Steve Lhomme
13d4a89eab
d3d11_deinterlace: always fill the output picture->context
It is necessary for snapshots which create a picture from scratch and then copy
"pixels" using the planes or the context callback.
Fixes #18533
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
9 years ago
Marvin Scholz
bf018153d0
access/cdda: Do not discard const qualifier
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
9 years ago
Victorien Le Couviour--Tuffet
e8011ba7c7
glwin32: correct vertical alignment
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Victorien Le Couviour--Tuffet
94574a2255
caopengllayer: correct vertical alignment
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Victorien Le Couviour--Tuffet
c09f48224d
macosx: macosx-gl-display: correct vertical alignment
The GL textures are Y inverted, so we must reverse the vertical alignment.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Victorien Le Couviour--Tuffet
d6d8374d64
opengl: correct vertical alignment
The GL textures are Y inverted, so we must reverse the vertical alignment.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Steve Lhomme
c4948b4240
vlc_vout_display: fix comment after renaming and inverting logic
In 40c96414f343d2fd939cf3053d9dc80930891c7e
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
9 years ago
Steve Lhomme
4c72962dfe
vlc_vout_display: use VLC_DEPRECATED_ENUM for enumerators
It's not available on all GCCs
Fix regression from
057e5729c5 ,
40c96414f343d2fd939cf3053d9dc80930891c7e,
c900e39cf9
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
9 years ago
Steve Lhomme
edbb0399b3
vlc_common: GCC enumerator attributes are only available since gcc 6
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
9 years ago
Hugo Beauzée-Luyssen
60ec2eb971
qt: win32 intf: Fix task bar icon display
refs #18650
9 years ago
Steve Lhomme
d242755769
vout:ios: Do not use passed video_format_t for CROP/ASPECT_RATIO changes
Signed-off-by: Marvin Scholz <epirat07@gmail.com>
9 years ago
Marvin Scholz
df3f71dd0f
vout/caopengllayer: Do not use passed video_format_t for CROP/ASPECT_RATIO changes
Since d9e1ff011e this is no longer passed,
vd->source is used instead.
9 years ago
Marvin Scholz
fb37b650d0
vout/macosx: Do not use passed video_format_t for CROP/ASPECT_RATIO changes
Since d9e1ff011e this is no longer passed,
vd->source is used instead.
9 years ago
Marvin Scholz
7186b290ca
macosx: Fix incorrectly saved XIB
9 years ago
Steve Lhomme
475cfb41ce
video_output:win32: remove the video_format_t parameter
It's always vd->source.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Steve Lhomme
6f3e79d176
demux:mkv: don't overwrite a seekpoint using a lower trusted level
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago