David Kaplan
883f119444
DVB channel search dialog now shows ETA
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
16 years ago
David Kaplan
594814819a
DVB-S scanning support
DVB satellite scanning using transponder lists from the config directory
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
16 years ago
David Kaplan
7a01aa9c95
DVB access module format improvements
ScanDvbTNextExhaustive() -> ScanDvbNextExhaustive() as is used for both DVB-T/C
Various code format improvements
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
16 years ago
David Kaplan
100ef2ea60
DVB: Increased signal timeout times
These are simply too short - expecially for DVB-S
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
16 years ago
Rémi Denis-Courmont
99f02e9278
xml_ReaderUseDTD: remove useless parameter
16 years ago
Rémi Denis-Courmont
9ecc09199b
LUA: remove unused catalog and DTD support
In my opinion, we do not want to encourage use of this.
On the one hand, our libxml2 catalog support has never been thread-safe
and this seems to have caused problems in the past (looking at the
skins2 comments). On the other hand, the xtag plugin never implemented
catalogs, so XML parsers have to handle unknown XML tags gracefully in
any case.
Also, shipping DTDs with VLC is awkward and arguably a waste of space.
16 years ago
Rémi Denis-Courmont
c328515343
xtag: fix a warning
16 years ago
Rémi Denis-Courmont
f37d226983
xtag: don't pretend to support DTD and catalogs
16 years ago
Rémi Denis-Courmont
d74fa0c527
skins2: missing initialization
16 years ago
Rémi Denis-Courmont
68a46961c8
skins2: remove unused static variable
16 years ago
Rémi Denis-Courmont
49b4824b37
skins2: don't load XML catalog if DTD not requested
Also don't fail if the XML validator cannot be loaded.
16 years ago
Erwan Tulou
6141b54e82
skins2: playlist (simplify)
getNextSibling was buggy (previous patch), and the only use doesn't seem right.
16 years ago
Erwan Tulou
c6c9ea7e00
skin2: var_tree (add a forgotten return)
16 years ago
Erwan Tulou
54e2e5162c
skins2: playlist (missing parentheses)
16 years ago
Erwan Tulou
41f4204385
skins2: fix playlist arrows and enter no longer functioning
This patch fixes a regression brought by 88ba4526d03285a10e9abd59b9053c9d6927661
that prevented arrows from being functional.
16 years ago
Rémi Denis-Courmont
830905f60a
Unroll a for loop that only ever iterates once
16 years ago
Jean-Baptiste Kempf
0e3e62f358
Qt: allow to select inexistent files from Prefs
- for some reason, this worked on Linux (?!?)
- for some other reason, there doesn't seem to be 2 different modes for add_file
Close #4004
16 years ago
Rémi Denis-Courmont
2c0b770976
XCB/window: cannot be resized if embedded
(manual forward port of 3a31af06dbabd4e21a68e46249fdf3209cd8060a)
16 years ago
Rémi Denis-Courmont
d254e4ff8e
Dummy input: implement pause with infinite duration
16 years ago
Ilkka Ollakka
45f7ca3d6c
mp4: require can_fastseek for mp4-demuxer
As it works fine over http if mp4-files are done with mp4box -tight or similar way,
in most cases mp4-files aren't done like that and avformat works much better in those
cases (don't need to seek so much).
16 years ago
Adrien Maglo
86cf130e6f
Qt/EPG: Remove the update button. Improve the window layout.
16 years ago
Adrien Maglo
4b897bbb5e
Qt/EPG: Remove channels when they don't have any item.
16 years ago
Rémi Duraffort
daae8e520f
qt4: improve code readability.
16 years ago
Rémi Duraffort
f93eb57536
Fix compiler warnings.
16 years ago
Rémi Duraffort
638854386e
lua: fix README.
16 years ago
Rémi Duraffort
f7bf166202
lua_osd: add some parameters to the osd.message function to allow the user to set duration and position.
16 years ago
Rémi Denis-Courmont
bfd061bbf3
FTP: directories cannot be sought
16 years ago
Rémi Denis-Courmont
6f533a250b
FTP: fix small memory leak in directory case
16 years ago
Rémi Denis-Courmont
421d5ae77d
FTP: fix directory support
16 years ago
Rémi Duraffort
8cb56e3105
lua: fix hotkeys demo file.
16 years ago
Rémi Duraffort
502a2fa805
includes: add some LIBVLC_USED.
16 years ago
Rémi Duraffort
223059b143
Remove aliases deprecated since 0.8.2
16 years ago
Rémi Denis-Courmont
7214994261
vlc_loaddir: avoid realloc at every iteration
16 years ago
Rémi Denis-Courmont
04ad4fc735
Do not export vlc_wclosedir()
16 years ago
Rémi Denis-Courmont
1da8392047
Remove useless <dirent.h> check
16 years ago
Rémi Denis-Courmont
744ff759b3
Kill dirent.h replacement
While the configure checks were platform-agnostic, the implementation
was Windows-specific. Worse, this code now conflicts with our Unicode
filesystem layer, which uses the same function names. In practice, this
code was never used.
16 years ago
Rémi Denis-Courmont
7c39812c62
Fix default for --enable-non-utf8
16 years ago
Rémi Denis-Courmont
85a61b6d4f
GetWindowsError: use FromWide()
16 years ago
Rémi Denis-Courmont
1e7cd2c85a
DMO: use FromWide(), fix charset
On Windows, wcstombs() converts UTF-16 to ANSI, not to UTF-8.
16 years ago
Rémi Denis-Courmont
9b62ffa0c7
Use vlc_mutex_locker
16 years ago
Rémi Denis-Courmont
fb77c0f7df
Qt4: remove useless playlist pointer
16 years ago
Rémi Denis-Courmont
0ad85b8520
FTP: fix relative file paths ( fix #3984 )
16 years ago
Olivier Teulière
dae4a34fae
Fixed a bug in rect::isIncluded(), and added constness.
16 years ago
Rémi Denis-Courmont
6de554efe1
Remove CPP contradiction from [ 5a005c66]
16 years ago
Rémi Denis-Courmont
ef61df3096
Win32: always use the performance timers ( fix #3918 )
They may be inconsistent on broken multi-processor hardware. But the
system tick count is causing worse problems with power saving features.
16 years ago
Rémi Denis-Courmont
d6aa3d36b8
subtitles: do not use scandir as sorting is not required
16 years ago
Rémi Denis-Courmont
351d62a850
Revert "Call libvlc_set_exit_handler() before the interfaces and playlist start"
This reverts commit 4d636fa3a7 .
16 years ago
Rémi Denis-Courmont
dbb30dece5
Revert "access_http: use only the provided user agent."
This reverts commit a869d39dc6 .
16 years ago
Jean-Baptiste Kempf
3310dccd85
Mark bookmarks() as safe
It isn't dangerous, helps people that use those features in playlists,
although those playlists are VLC-specific
16 years ago
Felix Paul Kühne
0509552d93
Added Sparkle to list of used libraries
16 years ago