Ming Hu
16ea90d705
omxil: Limit input buffer size for qdsp6
This fixes trac ticket 5393.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Jean-Paul Saman
90df055fda
stream_filter/httplive.c: support HLS servers that implement sessions
Support HLS servers that keep track of sessions (like wowza). The meta index
for live servers is not reloaded because it is unlikely to change anyway.
15 years ago
Jean-Paul Saman
10c42e7f27
stream_filter/httplive.c: restore seeking
HTTP Live Streaming client does not support fast seeking, since that
would mean getting all data from the server. It would slowdown playback
of the stream until the end of the movie has been reached.
15 years ago
Jean-Paul Saman
4a234dbe85
Revert "stream_filter/httplive.c: signal download thread on successfull index reload (live streams)"
This reverts commit 176f95145a .
Conflicts:
modules/stream_filter/httplive.c
15 years ago
Jean-Baptiste Kempf
5d772b7e8e
Contribs: Update dvdnav and dvdread to 4.2.0
They're alive!
15 years ago
Laurent Aimar
4c22ef2e1d
Let vdr access return true for CAN_FASTSEEK.
15 years ago
Rémi Denis-Courmont
be14e27798
"Improve" readdir_r() usage
15 years ago
Rémi Denis-Courmont
aca469a247
Makefile typo
15 years ago
KO Myung-Hun
f4d597cb0e
Enable 'high-priority' option on OS/2
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
Laurent Aimar
0f68248fb1
Enable seek base on PCR in the TS demuxer only when the stream can seek fast
15 years ago
KO Myung-Hun
e208c6eba7
Call vlc_CPU_init() when loading a DLL on OS/2 as Win32.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
KO Myung-Hun
9ef94f0aa3
Undefine dirfd on OS/2 as well
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
KO Myung-Hun
47be7a6627
Undefine bswap16, bswap32, and bswap64 to avoid name clash on OS/2
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
KO Myung-Hun
4dc26ab710
Use static linking on OS/2
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
KO Myung-Hun
36ff5023c9
Enable dynamicoverlay and disable access_shm on OS/2
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
KO Myung-Hun
675e1990a7
Do not use config_GetLibDir() on OS/2
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
KO Myung-Hun
ccc522119b
Enable NLS even though VLC is installed on other place than /usr/local on OS/2
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
Rémi Denis-Courmont
36e919f365
Win32: no need to initialize mdate() anymore
15 years ago
KO Myung-Hun
b1b7dd8dab
Set enable_non_utf8 to "no" on OS/2.
OS/2 does not use UTF-8 file systems at all.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
Jean-Baptiste Kempf
55aa5282b7
Ball filter: quick fix for static data
15 years ago
KO Myung-Hun
29d1b42ef2
Disable globalhotkeys, none interface on OS/2
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
KO Myung-Hun
4b5c54ec9f
Fix the problem to free an invalid memory object.
The first element allocated by FromLocale() is argv[2] not argv[1].
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
KO Myung-Hun
685eb491ee
Enable SDL vout module on OS/2
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
KO Myung-Hun
e0e775bdb6
Implement IsRemote() for OS/2
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
KO Myung-Hun
35536f7c7a
Disable daemon mode on OS/2
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
KO Myung-Hun
f04b841f41
Define SHUT_RD, SHUT_WR and SHUT_RDWR for OS/2
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
KO Myung-Hun
4e0fd6c05f
OS/2 uses the same path style as Win32
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
Rémi Denis-Courmont
f5369a9405
Bypass SQLite check if media library is disabled, remove useless stuff
15 years ago
Jean-Paul Saman
427e98100c
stream_filter/httplive.c: fix potential memory leak
15 years ago
Jean-Paul Saman
6047589d67
stream_filter/httplive.c: various fixes for live streaming
- shorter wait in backoff
- extra download debugging
- fix error path in hls_UpdatePlaylist()
15 years ago
Jean-Paul Saman
176f95145a
stream_filter/httplive.c: signal download thread on successfull index reload (live streams)
Make sure the download thread will continue when an new index file for
this stream has been successfully loaded.
15 years ago
Jean-Paul Saman
85dcda0f9a
stream_filter/httplive.c: Modify backoff algorithm
15 years ago
Jean-Baptiste Kempf
b7eebe3f2a
Qt: disable recentMenus, if it is empty
15 years ago
Jean-Baptiste Kempf
9a635062b5
Qt: display an "empty" action instead of an empty menu
15 years ago
Jean-Baptiste Kempf
b01953136e
Qt: recent menus, fix shortcut
15 years ago
Jean-Baptiste Kempf
b29deba661
lua: remove variable callback
Close #5271 , #5430
15 years ago
Jean-Baptiste Kempf
50036f112e
MacOS: remove some callbacks
Ref: #5427
15 years ago
Jean-Baptiste Kempf
8dd297088e
Qt: correctly delete callbacks
Close #5429
15 years ago
Jean-Baptiste Kempf
af2f52eb5c
Qt: fix quitting deletion order
15 years ago
Jean-Baptiste Kempf
2d4cdd7ab6
Freetype: fix double-free in error path
15 years ago
Jean-Baptiste Kempf
f78dcaccdf
Qt: kill a warning
15 years ago
Jean-Baptiste Kempf
50a2677b2d
Qt: Adding a Fast Playlist access in the right-click menus
As asked by Laurent
Close #4722
15 years ago
Jean-Baptiste Kempf
6196b0322f
Qt: first attempt at a QMenuView
15 years ago
Jean-Baptiste Kempf
a8bf114168
Qt: export PLModel in the main struct
15 years ago
Jean-Baptiste Kempf
c98e449b8b
Update NEWS for TS
15 years ago
Mario Siegmann
1149d39956
l10n: German update
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
15 years ago
Mihkel Kirjutas
beb2cf0cab
l10n: Estonian update
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
15 years ago
Rémi Denis-Courmont
7194713914
Fix name of PulseAudio SD
15 years ago
Christophe Mutricy
bc8426ff79
Remove deleted file
15 years ago
Christophe Mutricy
d1d9f60c1a
Typo
15 years ago