Rémi Denis-Courmont
6f258887aa
Replace VLC_EXPORT macro with a simple prefix, VLC_API
This should help Doxygen parse VLC headers, and generally makes headers
easier to read. LibVLC already uses a similar approach.
15 years ago
Jean-Baptiste Kempf
8b31960dc7
Add f4v extension
16 years ago
Jean-Baptiste Kempf
de360b79a5
Subtitle: show .txt files when opening a subtitle
16 years ago
Srikanth Raju
db662f04a5
Base Media Library Module files
16 years ago
Rémi Denis-Courmont
cc82ee52df
Win32: run on first thread is not needed
16 years ago
Jean-Baptiste Kempf
d5446dd5bc
Add extensions to open dialog ones
Patch from Diblo_Dk on the forum, adapted by /me
16 years ago
Jean-Baptiste Kempf
2a897d1d4b
Support .3gp in interface open dialogs
16 years ago
Jean-Baptiste Kempf
b35bf7d51d
Recognize the new .webm extension in interfaces
I don't like the name of it.
16 years ago
Rémi Denis-Courmont
0db7b28884
Put only the copyright statement in COPYRIGHT_MESSAGE
17 years ago
Jean-Baptiste Kempf
cec40cfa23
Forgotten .nsv in open file dialog
17 years ago
Jean-Baptiste Kempf
518ec8337f
Add .amr to recognized extensions
And update NEWS to show latest improvements of avcodec. Next contribs
on mac and Windows should have AMR working
17 years ago
Rémi Denis-Courmont
3f424a26f7
Misc: remove leading underscores
17 years ago
Jean-Baptiste Kempf
a1c69e8ee4
VLC supports .vro (DVD-VR) files
17 years ago
Jean-Baptiste Kempf
444f8b7d23
Integrate .tta in interface and installer
17 years ago
Rémi Denis-Courmont
3aa8ed0b6d
Add MID, RMI, VOD and XA extensions (+ cosmetic wrap)
17 years ago
Jean-Baptiste Kempf
84daf8cefd
Support for AMV video files.
It seems that .mtv files don't work though
17 years ago
Rémi Denis-Courmont
4c599fee36
Recognize .m3u8 extension
17 years ago
Vicente Jimenez Aguilar
a15a7803b1
Add .sdp to reconized extensions
Inspired by Marian Durkovic's commit [80f9f8734a ]
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
17 years ago
Marian Ďurkovič
80f9f8734a
Add .ifo to recognized extensions
17 years ago
Jean-Baptiste Kempf
9acfc355a1
Support of .vqf and .w64 files on file opening
17 years ago
Jean-Baptiste Kempf
353c96f329
*.aob files are now readable
17 years ago
Jean-Baptiste Kempf
1b4cfa9648
Fix Typo
17 years ago
Jean-Baptiste Kempf
22308cec89
VLC is able to open .aiff files.
17 years ago
Jean-Baptiste Kempf
62456c2a22
Add .rar and .zip extensions to open dialog.
17 years ago
Jean-Francois Massol
d060d810a0
Add .mpc to the file open dialog
17 years ago
Jean-Baptiste Kempf
bcd95bbde3
Add .tod in the extension for open panel.
May JVC go to h**l
17 years ago
Rémi Denis-Courmont
1ac60c8c90
Keep a thread-safe list of interfaces
17 years ago
Rémi Denis-Courmont
f645d20b9f
Replace intf_StopThread() with intf_DestroyAll()
17 years ago
Rémi Denis-Courmont
4a4dc6dfc2
Merge intf_Create() and intf_RunThread()
Interfaces do not have an event handler that would justify the
separation. Indeed, no caller did anything in-between.
Also, the "primary" reference to the interface object belongs to the
main thread because of the libvlc cleanup procedure. Therefore, the
interface thread pointer really should not be returned to the creator.
Note that this does not really fix the small race condition but it
conceals it within intf_Create() and libvlc_InternalCleanup().
17 years ago
Rémi Denis-Courmont
9e8ea4a669
Move intf_sys_t and intf_thread_t definitions
17 years ago
Jean-Baptiste Kempf
d8a1a140cd
Add extensions we support to the open dialogs.
18 years ago
Rémi Denis-Courmont
03ba016ded
Remove intf_thread_t.change_lock
18 years ago
Rémi Denis-Courmont
f5ed93a594
Typo
18 years ago
Rémi Denis-Courmont
6113551a3b
Remove interaction core
One useless thread gone (the new subsystem does not need a thread).
18 years ago
Rémi Denis-Courmont
c3103fe448
Remove intf_UserProgress
18 years ago
Rémi Denis-Courmont
e598037c33
Remove intf_UserStringInput
18 years ago
Rémi Denis-Courmont
402e44d0ef
Remove intf_UserYesNo
18 years ago
Rémi Denis-Courmont
7cba3abbd0
Remove intf_UserLoginPassword
18 years ago
Rémi Denis-Courmont
f6d917cb44
Remove __intf_UserFatal
18 years ago
Rémi Denis-Courmont
91082b5bd5
intf_UserWarn: remove dead code
18 years ago
Rémi Denis-Courmont
4525d69506
Custom lock for interaction
18 years ago
Jean-Baptiste Kempf
83ca53f73d
Add .mlp and .ape in open file dialog. They work just fine.
18 years ago
Jean-Baptiste Kempf
195597f3f7
Don't believe Wikipedia: VLC supports perfectly well Wavepack files OUTSIDE of mkv.
18 years ago
Jean-Baptiste Kempf
fe83d5a4cb
Add .rec files in open files.
18 years ago
Anthony Loiseau
63dcebf71f
Sort by alphabetical order the extensions.
18 years ago
Anthony Loiseau
2c8cdc30b8
Add .iso to the video files extensions (untested)
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
18 years ago
Rémi Denis-Courmont
6a25e4f971
Interaction: remove dummy new state
18 years ago
Rémi Denis-Courmont
c00b6cab19
Interaction: avoid thread if there is no provider
18 years ago
Rémi Denis-Courmont
065f760877
Progress interaction: remove useless parameter
18 years ago
Rémi Denis-Courmont
647ff1a243
Interaction: remove (buggy and useless) dialog IDs
18 years ago