Mark Becwar
e61c12c60b
Fix Malformed Windows VERSIONINFO structures. ( #17090 )
The VERSIONINFO structures supplied in the Windows resource files have a mismatch between the codepage specified in the translation table, and the codepage specified in the string tables. This patch fixes both of the rc.in files that are broken.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Steve Lhomme
8825e21d22
demux: clean bogus comment
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Steve Lhomme
3ba1bd710c
chromecast: reset the player status on reconnection
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Steve Lhomme
c80cba5fca
demux: p_next and s are mutually exclusive and private to the demuxer
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Steve Lhomme
b58dbf8c90
chromecast: demux: rely on DEMUX_SET_PAUSE_STATE to tell the device to pause/play
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Steve Lhomme
0f32ad9424
chromecast: demux: use DEMUX_GET_META by default to get the title and artwork URL
most of the time we won't have anything
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Steve Lhomme
cdb242d850
demux: fix missing private destroyer for demux filters
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Thomas Guillem
9e4da0a84d
test/keystore: test KEY_AUTHTYPE
10 years ago
Jean-Baptiste Kempf
f11eaa4c41
DSM: fix potential NULL dereference
10 years ago
Thomas Guillem
c60db79e6e
mmdevice: enum only render devices
10 years ago
Marvin Scholz
b9a4b30fb1
macosx: Fix VLCStatusBarIcon using wrong colors
This improves label readability in Dark mode and accessibility option
like the high contrast setting by using the default disable/enabled
color.
For some reason, disabled text on menu items still renders slightly
better if the background of the menu is a dark area compared to text
on our custom view in menu items, but using a non-standard text color
has too many downsides compared to this little corner-case readability
problem.
10 years ago
Pierre Ynard
feb851a034
youtube.lua: update signature descrambling javascript parsing
Quick fix as definitions now start on the beginning of lines
10 years ago
Thomas Guillem
5de88369c0
mediacodec: remove mp4v I-Frame parsing
Bad idea and implemented poorly (yes by me).
10 years ago
Steve Lhomme
7331bdb571
demux: tell which demux control query is suspicious
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
10 years ago
Steve Lhomme
3c267a1e3d
demux: fix a recurrent warning
by default DEMUX_TEST_AND_CLEAR_FLAGS returns EGENERIC and falls back in legacy
code
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
10 years ago
Jean-Baptiste Kempf
5c24252aaa
vlc_input_title_Duplicate: use C99 for
10 years ago
Jean-Baptiste Kempf
aefbd1cb84
vlc_input_title_Duplicate: fix possible crash
10 years ago
Steve Lhomme
a3c12b27fc
url: remove size that doesn't even match the array
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
10 years ago
Felix Paul Kühne
62dfbc3856
macosx: fix time format overflow if playlist duration is > 24h
10 years ago
Filip Roséen
933b687572
input/access: fix out-of-bound read on hidden file
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
10 years ago
Steve Lhomme
fa78a9c219
direct3d11: don't allocate texture sizes with half pixels
also only display pixels for that visible area
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
10 years ago
Steve Lhomme
abb9df4918
direct3d11: fix use of uninitialized data when init fails
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
10 years ago
Hugo Beauzée-Luyssen
cc8a46eba7
Revert "contribs: orc: Don't build anything more than the library"
This reverts commit 2a7a036de4 .
We need orcc to be built
10 years ago
Thomas Guillem
467d1f512e
input/subtitles: fix NULL dereference
10 years ago
Steve Lhomme
b104c22b10
direct3d11: fix crash when Direct3D11DestroyResources() is called twice
this happens is some cases where Open() fails
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Hugo Beauzée-Luyssen
2a7a036de4
contribs: orc: Don't build anything more than the library
10 years ago
Hugo Beauzée-Luyssen
abbc5be916
contribs: orc: Fix winrt build
10 years ago
Jean-Baptiste Kempf
de7421aa03
Contribs: Only display FTP message when needed
10 years ago
Jean-Baptiste Kempf
61ba4c1571
Contribs: fix dual-download with wget
10 years ago
Jean-Baptiste Kempf
a8d7dae022
Contribs: move more contribs to VideoLAN mirror
10 years ago
Jean-Baptiste Kempf
39c72adce6
Contribs: use VideoLAN ftp first and then fallback on upstream
10 years ago
Jean-Baptiste Kempf
29fc50d7fa
Contribs: provide a macro to do dual downloading
First from videolan ftp, then original page
There might be a more elegant way of doing so...
10 years ago
Jean-Baptiste Kempf
ba6c6589d6
Contribs: change contribs URLs on our FTP
10 years ago
Jean-Baptiste Kempf
c96d9fc33c
QSV: fix compilation
10 years ago
Jean-Baptiste Kempf
0a293c6cdc
Kwallet: fix compilation
10 years ago
Jean-Baptiste Kempf
a4421709f1
Keystore: fix compilation
10 years ago
David Fuhrmann
760a2918f7
macosx: fix compilation
10 years ago
Jean-Baptiste Kempf
6c4e9a8ff0
Win32: fix video output compilations
10 years ago
Jean-Baptiste Kempf
b746482d4c
Update: fix compilation
10 years ago
Rémi Denis-Courmont
c240692f0b
Common structure for VLC common object members, document
10 years ago
Rémi Denis-Courmont
70a05fb547
demux: add private destruction callback
10 years ago
Rémi Denis-Courmont
937150bc0f
input: fix pf_demux test again
10 years ago
Rémi Denis-Courmont
c615d75cd3
vout: remove write-only mouse-object variable
10 years ago
Marvin Scholz
cf76346e2c
macosx: Add renderer classes and xib to Xcode project
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
10 years ago
Marvin Scholz
91c981515c
macosx: Add new renderer menu item
This adds a menu item to open the new renderer dialog
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
10 years ago
Marvin Scholz
fa8ca3d483
macosx: Add Renderer Dialog xib
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
10 years ago
Marvin Scholz
6f2093a7e4
macosx: Add Renderer Dialog
This adds a dialog to choose a renderer discovered with VLCRendererDiscovery, this allows for example to render to Chromecast in the future.
Additionally edited the Makefile for the new classes to be compiled.
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
10 years ago
Marvin Scholz
cadeb98ea3
macosx: Add renderer discovery classes
This adds two wrapper classes:
- VLCRendererDiscovery
Wraps libvlc’s vlc_renderer_discovery and allows a delegate
to receive add and delete notifications for renderer items.
- VLCRendererItem
Wraps libvlc’s vlc_renderer_item, is used by VLCRendererDiscovery
to conveniently wrap the vlc_renderer_item to use them easier in
Objective C.
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
10 years ago
Felix Paul Kühne
79994b1259
darwin/dirs: cleanup includes
10 years ago
Hugo Beauzée-Luyssen
cc072d468b
libvlc: media: Fix inverted parameters
10 years ago