Jean-Baptiste Kempf
b318f85b42
Add WPL to file dialogs
Close #22534
5 years ago
Benjamin Arnaud
d7f234d006
qt: Add PlaylistsDialog to the dialog provider
Signed-off-by: Pierre Lamot <pierre@videolabs.io>
5 years ago
Marvin Scholz
d0cdf8e5e1
vlc_interface: Add DAV file extension
6 years ago
Thomas Guillem
c67934b0b4
remove vlc_playlist_legacy
7 years ago
Rémi Denis-Courmont
e3270f2ae4
objects: merge vlc_object_t and vlc_common_members
This should fix historical aliasing issues.
7 years ago
Thomas Guillem
29de6f1e5f
intf: ensure that vlc_intf_GetMainPlaylist() can't fail
7 years ago
Victorien Le Couviour--Tuffet
84d7b79afb
intf: switch to the new playlist
The intf parent change from playlist to libvlc.
For the transition, pl_Get() is still functional but will return a different
playlist than the main one. Interfaces relying on pl_Get() won't be able to
interact with other interfaces, control or medias added by command line. This
call will soon be removed.
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
7 years ago
Thomas Guillem
42e344eb87
intf: change intf_Create argument
Use a libvlc_int_t *. This will ease the playlist_t => vlc_playlist_t
transition.
7 years ago
Rémi Denis-Courmont
d55765b605
input: introduce input_Hold() and input_Release()
Type-safe replacements for vlc_object_hold() and vlc_object_release()
(as discussed during the last workshop).
7 years ago
Rémi Denis-Courmont
d867dac99e
Use vlc_object_parent()
7 years ago
Steve Lhomme
5363279805
remove the $Id$ in the source code
7 years ago
Rémi Denis-Courmont
49b6bc3351
log: define constant operations structure
8 years ago
Romain Vimont
2477b6a479
core: playlist: expose a main playlist instance
Store a main instance of the playlist in libvlc, accessible via
vlc_intf_GetMainPlaylist().
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
8 years ago
Marvin Scholz
a741787cf4
Add DSF and DFF formats
8 years ago
Rémi Denis-Courmont
417ed9eb80
include: layer the plugin API documentation
8 years ago
Rémi Denis-Courmont
c3dea95c4a
Expand VLC_COMMON_MEMBERS
This is now a one-liner. Expansion helps readability/high-lighting.
8 years ago
Jean-Baptiste Kempf
9108c985c6
Add missing subtitles extensions
Ref #19228 #19229 #19230 #19231
8 years ago
Jean-Baptiste Kempf
6dc01898eb
Map dvr-ms files in the interface
9 years ago
Jean-Baptiste Kempf
a39f41d092
Add .tp extension registration
10 years ago
Rémi Denis-Courmont
c240692f0b
Common structure for VLC common object members, document
10 years ago
Steve Lhomme
45e7259e4c
intf: add a dialog for renderer
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Thomas Guillem
76294775ea
intf: rename vlc_dialog enum
10 years ago
Felix Paul Kühne
4869acae65
Recognize crf file extension
It's just MPEG-TS
10 years ago
Jean-Baptiste Kempf
3b001b95b0
Adds .amb to the extensions list
11 years ago
Jean-Baptiste Kempf
600dcf51ea
Add .ttml and .dfxp extensions for subtitles
Close #15726
11 years ago
Rémi Denis-Courmont
aee51fec5a
include: add/fix more Doxygen groups
11 years ago
Rémi Denis-Courmont
4ee1038059
include: improve Doxygen modules
In particular, move \file stanzas inside groups.
11 years ago
Rémi Denis-Courmont
f3398a2741
control: move CONSOLE_INTRO_MSG to a private header
11 years ago
Jean-Baptiste Kempf
030ad43fba
We can play .tak
11 years ago
Rémi Denis-Courmont
8fa96a4636
logger: allow logger as a module
11 years ago
Jean-Baptiste Kempf
5e7d42f71a
Add .au extension
12 years ago
Jean-Baptiste Kempf
e1c301571f
Add .evo files to open dialogs
12 years ago
Erwan Tulou
01f2d198c1
Qt(Dialog provider): Add support for key accelerators
12 years ago
Jean-Baptiste Kempf
0c1c693356
add m4b extension
12 years ago
Jean-Baptiste Kempf
aa8cc70921
Add .bik extension registration
12 years ago
Jean-Baptiste Kempf
e714549a2a
Add .rpl extension
12 years ago
Jean-Baptiste Kempf
2a036fb478
Add .txd extension
But do not register it by default on Windows.
12 years ago
Jean-Baptiste Kempf
82ebd6931f
Add .thp extension
12 years ago
Rémi Denis-Courmont
b381bf8f82
src: simplify and inline pl_Get()
12 years ago
Rémi Denis-Courmont
11405d4de4
interface: create the playlist first and use it as parent
12 years ago
Rémi Denis-Courmont
ef1cc0231a
Remove old stray definitions
13 years ago
Jean-Baptiste Kempf
5dee34ad03
Do not put the extensions twice
13 years ago
Jean-Baptiste Kempf
0da682e0bd
Add .mus and .sid in the file open selector
13 years ago
Jean-Baptiste Kempf
2f3e3eb8d4
Add .wax to the list of extensions we support
13 years ago
Arun Pandian G
81a79c99f9
intf: WebVTT extensions detection
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years ago
Jean-Baptiste Kempf
2d4b2ba4e2
s/informations/information
13 years ago
Rafaël Carré
6d53362001
Use _WIN32 rather than WIN32 (same for WIN64)
http://msdn.microsoft.com/en-us/library/b0084kay(v=vs.80).aspx only
mentions the _ prefixed variable.
gcc will always define the _ prefixed variable, like Visual Studio.
The prefixless one is defined in some language standards, e.g. gnu99
but not c99.
13 years ago
Jean-Baptiste Kempf
65f34dad53
Win32: do not use Console in WSA mode
13 years ago
Rémi Denis-Courmont
dde93dd573
Rename msg_item_* to vlc_log_* (cosmetic)
(This is needed for the next change.)
13 years ago
Rémi Denis-Courmont
aa1a821d4f
libvlc: simplify logging callback
Remove static data, and keep each callback correctly scoped to its
LibVLC instance.
13 years ago