Marvin Scholz
e70b3532b1
vlc_interface: Add DAV file extension
(cherry picked from commit d0cdf8e5e1 )
Signed-off-by: Marvin Scholz <epirat07@gmail.com>
7 years ago
Jean-Baptiste Kempf
46f5be093b
Add missing subtitles extensions
Ref #19228 #19229 #19230 #19231
(cherry picked from commit 9108c985c6 )
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Jean-Baptiste Kempf
6dc01898eb
Map dvr-ms files in the interface
10 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
11 years ago
Felix Paul Kühne
4869acae65
Recognize crf file extension
It's just MPEG-TS
11 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
12 years ago
Jean-Baptiste Kempf
030ad43fba
We can play .tak
12 years ago
Rémi Denis-Courmont
8fa96a4636
logger: allow logger as a module
12 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
13 years ago
Jean-Baptiste Kempf
aa8cc70921
Add .bik extension registration
13 years ago
Jean-Baptiste Kempf
e714549a2a
Add .rpl extension
13 years ago
Jean-Baptiste Kempf
2a036fb478
Add .txd extension
But do not register it by default on Windows.
13 years ago
Jean-Baptiste Kempf
82ebd6931f
Add .thp extension
13 years ago
Rémi Denis-Courmont
b381bf8f82
src: simplify and inline pl_Get()
13 years ago
Rémi Denis-Courmont
11405d4de4
interface: create the playlist first and use it as parent
13 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.)
14 years ago
Rémi Denis-Courmont
aa1a821d4f
libvlc: simplify logging callback
Remove static data, and keep each callback correctly scoped to its
LibVLC instance.
14 years ago
Jean-Baptiste Kempf
0f6fc6a284
Add MKS extensions for subtitles
Ref #7842
14 years ago
Rémi Denis-Courmont
08223d48e9
Remove pf_run
14 years ago
Rémi Denis-Courmont
13973497da
Add .kar extension ( fixes #7715 )
14 years ago
Daniel Mierswa
490033a212
vlc_interface: fix preprocessor definition
the wrong string list (dot instead of comma) makes the media-library
build fail
Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years ago
Jean-Baptiste Kempf
e0d96420fe
More extensions for the open dialog
14 years ago
Jean-Baptiste Kempf
d12d32c772
Support opening of wtv files
14 years ago
Jean-Baptiste Kempf
5d643801a1
Forgotten opus extension registration
14 years ago
Mark Lee
eda125cd0a
Add missing "; " delimiter in subtitles extensions.
Signed-off-by: Rafaël Carré <funman@videolan.org>
14 years ago
Timothy B. Terriberry
af4805700c
Opus decoder.
This patch uses the information passed by the demuxer in block_t's
i_nb_samples and i_length to properly handle pre-skip, seeking
pre-roll, and end-trim. Multi-channel decoding should work. It also
adds .opus to the list of supported formats.
Signed-off-by: Rafaël Carré <funman@videolan.org>
14 years ago
Rémi Denis-Courmont
a7b2dcf0ee
Remove WinCE
14 years ago
Konstantin Pavlov
8757e9afe2
Add .xesc extension (holds Microsoft Expression Encoder Screen codec).
14 years ago
Felix Paul Kühne
16dc3ef60a
macosx: replaced dated threading hacks with the latest season stuff
Thanks to Rémi for the help
14 years ago
Rémi Denis-Courmont
235cac9677
Revert "Remove b_should_run_on_first_thread"
This reverts commit 4dc0b22b33 .
14 years ago
Rémi Denis-Courmont
4dc0b22b33
Remove b_should_run_on_first_thread
14 years ago
Rémi Denis-Courmont
88bc3a7ec7
msg_Subscribe: expose structure to plugins
This eliminates one error case that nobody dealt with anyway.
15 years ago