Steve Lhomme
a499450e0f
vlc_interface: remove unused vlc_value_t in interaction_dialog_t
2 years ago
Jean-Baptiste Kempf
5afff8a664
Add .vp6 to file extensions
3 years ago
Jean-Baptiste Kempf
8d56d19c50
Add .k3g to file extensions
3 years ago
Jean-Baptiste Kempf
3cfe98d8ee
Add .skm to file extensions
3 years ago
Jean-Baptiste Kempf
bd11aa60a2
Add .qt to file extensions
3 years ago
Jean-Baptiste Kempf
9ce49cd258
Add .alac to file extensions
3 years ago
Steve Lhomme
0a10f3e4a2
include: include vlc_threads.h when vlc_mutex_t is used
3 years ago
Felix Paul Kühne
db6b36b6b1
Add 'amrec' file extension
This is a synonym for .ts used by certain video camera systems.
4 years ago
Alexandre Janniaux
5ad2edefe1
vlc_interface: fix doxygen comments
5 years ago
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
7 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