David Fuhrmann
|
6d4fe98ec9
|
macosx: status bar menu: Remove unused object
|
8 years ago |
David Fuhrmann
|
121d020804
|
macosx: Modernize VLCCoreDialogProvider
Use properties for all outlets. Use correct references and update
function to load the xib.
|
8 years ago |
David Fuhrmann
|
80c1569858
|
macosx: Remove usage of outdated xib loading in playlist panel
|
8 years ago |
David Fuhrmann
|
98fb287558
|
macosx: Use NSFontPanelModeMask to adapt to the new interface
This is available since 10.13 SDK.
|
8 years ago |
David Fuhrmann
|
ea8ed957e4
|
macosx: simple prefs: Replace huge define by block / inline function
One should not have such huge defines.
|
8 years ago |
David Fuhrmann
|
cce38c3b27
|
macosx: Remove leak in file type handler initialization
|
8 years ago |
David Fuhrmann
|
2192f658cb
|
macosx: Do not try to release a nil object
|
8 years ago |
David Fuhrmann
|
756341047a
|
macosx: Remove unused write-only variable
|
8 years ago |
David Fuhrmann
|
f31ea49802
|
macosx: Simplify usage of toNSStr and _NS
Both correctly check for NULL char* already.
|
8 years ago |
Felix Paul Kühne
|
cb19b8d8ef
|
macosx: fix deployment target of two xib files
|
8 years ago |
Felix Paul Kühne
|
08134b3f77
|
macosx/advanced prefs: fix display of advanced modules and their options
This also adds a tad of debug bits for the future
|
8 years ago |
David Fuhrmann
|
9a8ec6678e
|
macosx: Remove renmant of VLCMainWindowTitleView
|
8 years ago |
David Fuhrmann
|
5187ca2c20
|
Update POTFILES.in
|
8 years ago |
Felix Paul Kühne
|
aef351f054
|
macosx: modernize API use for sheet dialogs
|
8 years ago |
Felix Paul Kühne
|
2378131a7c
|
macosx/prefswidget: fix initilization
|
8 years ago |
Felix Paul Kühne
|
a51cbb6fea
|
macosx/plmodel: fix potential mem leak
|
8 years ago |
Felix Paul Kühne
|
7377336bc5
|
macosx/prefs widgets: make sure no instance variable is accessed before self is set to the result of the super initializer
|
8 years ago |
Felix Paul Kühne
|
47c81aff1c
|
macosx: add missing selector declarations and more cleanup
|
8 years ago |
David Fuhrmann
|
f0d15924fa
|
macosx: Remove the dark titlebar view
For now, this is not needed anymore as the dark mode is gone.
|
8 years ago |
Felix Paul Kühne
|
67587d2c17
|
macosx: fix various compilation warnings with regard to integer sizes
|
8 years ago |
Felix Paul Kühne
|
109baaa573
|
macosx: optimized drawing is gone in macOS 10.10
There is no modern counterpart as it is no longer needed within the new window server
|
8 years ago |
Felix Paul Kühne
|
904e384326
|
macosx: add missing selector declarations
|
8 years ago |
Felix Paul Kühne
|
864b5584f6
|
macosx: fix potential null pointer dereference
|
8 years ago |
Felix Paul Kühne
|
9ee2f4b238
|
macosx: add missing error checking
|
8 years ago |
Felix Paul Kühne
|
120f324ba9
|
macosx: fix uninitialized block argument
|
8 years ago |
Felix Paul Kühne
|
1e03d06491
|
macosx: remove write-only variables
|
8 years ago |
Felix Paul Kühne
|
afec0c74f6
|
macosx: fix xcodeproj lookup for some classes
|
8 years ago |
Felix Paul Kühne
|
6aa60ab0a1
|
macosx: remove unused variables
|
8 years ago |
Felix Paul Kühne
|
19e97e859e
|
macosx: iterate on the pseudo target to make it compile and link
|
8 years ago |
Felix Paul Kühne
|
88001a0ccc
|
macosx: fix simple preferences background color
This is needed for the OS dark mode
|
8 years ago |
Felix Paul Kühne
|
1dd5ce2e9c
|
macosx: fix packaging if libbluray is not installed
|
8 years ago |
Felix Paul Kühne
|
2b110e2cea
|
macosx: remove dark interface mode
This leaves dark appearances in custom views as is to make them re-useable later
|
8 years ago |
Felix Paul Kühne
|
ef8c10b616
|
macosx: categorize sources files instead of having a huge, single list
|
8 years ago |
Felix Paul Kühne
|
d5a6834382
|
macosx: add support for shuffle and repeat to the remote control service
|
8 years ago |
Jean-Baptiste Kempf
|
19361d4eee
|
NEWS: merge news from 3.0 branch
|
8 years ago |
Felix Paul Kühne
|
64a4350353
|
macosx: add remote control service and export now playing metadata
Fixes #17727
Note that out-of-rate position changes within VLC are not yet communicated to the OS
|
8 years ago |
Thomas Guillem
|
256c740852
|
opengl: fix wrong visible pitch for subpictures
The i_visible_pitch is used to calculate GL_UNPACK_ROW_LENGTH and need to
correspond to the region one since textures are allocated from it.
|
8 years ago |
Francois Cartegnie
|
ba61c94a42
|
demux: avi: point directly to next parent chunk on empty
refs #9056 #8413
ch01-20130719054942.avi
REC000.avi
MOVI0000.AVI
|
8 years ago |
Thomas Guillem
|
1093187391
|
dec: change get_display_rate() return type
Return a float in order to behave like the future output clock.
|
8 years ago |
Francois Cartegnie
|
45ab158804
|
packetizer: hxxx: use proper type for nal size
|
8 years ago |
Francois Cartegnie
|
7e965c1b30
|
packetizer: hxxx: remove bogus cast
|
8 years ago |
Thomas Guillem
|
f1f9c10113
|
test: input: use new decoder owner/callbacks
Introduced by d49b43b606
|
8 years ago |
Steve Lhomme
|
c3fbff8aa4
|
demux:asf: remove write-only i_extension_pts
|
8 years ago |
Steve Lhomme
|
a0ebbe07d9
|
demux:asf: replace hardcoded CLOCK_FREQ equivalent
|
8 years ago |
Steve Lhomme
|
cdf2d498e4
|
demux:asf: fix typo
|
8 years ago |
Zhao Zhili
|
c774873399
|
codec: opus: remove packetizer callback
It doesn't has the capability of a packetizer.
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
|
8 years ago |
Pierre Lamot
|
187c33de2b
|
spatialaudio: mix non-diegetic streams on left/right speakers
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
8 years ago |
Pierre Lamot
|
da5273d476
|
spatialaudio: discard non diegetic channels
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
8 years ago |
Rémi Denis-Courmont
|
c95ca64e31
|
hotkeys: fix race on sys.vrnav.b_can_change
|
8 years ago |
Rémi Denis-Courmont
|
027d4c43bd
|
hotkeys: missing vout events (refs #20617)
|
8 years ago |