Adrien Maglo
c0dccd6f57
Qt/EPG: Fix event deletion.
16 years ago
Adrien Maglo
ec1859e999
Qt/EPG: Try to display intelligently the short and long event description with the dedicated widgets.
It depends of the channels. Some use only the short one, others only the long one and others both.
16 years ago
Francois Cartegnie
989ec97aa4
Qt: Fix save volume on exit Fixes #2968
16 years ago
Francois Cartegnie
af3aef780e
Qt: simple_prefs audio: Use defined values Fixes #3351
16 years ago
Francois Cartegnie
eadc598d14
Qt forced default value is different than libvlc's saved
16 years ago
Mark Hassman
8c21379070
http-interface: - changed logic so playlist is only downloaded initially and on modification of playlist
no longer re-downloads playlist on each item change (this was causing
significant delays (>10sec) in the http service with large playlists).. now,
the playlist UI is updated locally based on information returned from
status.xml
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
16 years ago
Mark Hassman
11c280f342
http-interface: - fixed large playlist loading failure
large playlists can take >10 seconds to load. since the xmlhttp object is
common within the page, multiple /status.xml requests would occurr (1 per sec)
before the playlist was loaded cancelling the /playlist.xml request.. i moved
the xmlhttp request object to a global variable. it's now checked to see if
there are any outstanding/active requests before submitting a new request. -
improved playlist display of large playlists.
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
16 years ago
Rémi Duraffort
c8ab1739f9
QT4_vlm: really fix #3938 .
16 years ago
Rémi Denis-Courmont
f6f5286adf
Really fix PRNG return value descriptions
16 years ago
Rafaël Carré
a6367fb75f
logger: fix verbosity
16 years ago
Ilkka Ollakka
389cb8ef5a
use unsigned rand-function in playlist thread
16 years ago
Ilkka Ollakka
33c4360bf6
correct documentation on rand-functions return values
16 years ago
Jean-Baptiste Kempf
d91338c6f6
MKV: stop spamming about "unknown seekhead reference"
Seriously, HD logs have 12000 of lines of logs because of that... This is beyond ridiculous.
16 years ago
Rémi Duraffort
ebc429058f
koreus: use avformat demuxer.
16 years ago
Rémi Denis-Courmont
c57b78370f
freetype: simplify HTML rendering with the new XML API
16 years ago
Rémi Denis-Courmont
70faefb1b6
Improve xml_ReaderReset()
16 years ago
Rémi Denis-Courmont
15172e6867
XML: simplify demuxers
16 years ago
Rémi Denis-Courmont
5330c52a29
add xml_ReaderReset()
16 years ago
Rémi Denis-Courmont
d4e41e6450
Add module_start() and module_stop()
This can be used to restart a plugin without going through the whole
module_need(). This only makes sense if you are sure that the plugin
will accept the object parameters. In other words, do not change any
object parameter that could influence the plugin probing decision.
16 years ago
Rémi Denis-Courmont
354f70c527
XML reader: use VLC object and plugin infrastructures
16 years ago
Rémi Denis-Courmont
9d016759c2
xml_ReaderDelete: remove useless parameter
16 years ago
Rémi Denis-Courmont
59117b2862
Do not include vlc_modules.h in vlc_common.h
16 years ago
Hugo Beauzée-Luyssen
e4b51d8d57
avcodec: encoder: Don't assume a maximum BPP of 24
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
16 years ago
Ilkka Ollakka
178f2e27fc
Contrib: don't enable libxml2 for fontconfig in win32
16 years ago
Rémi Duraffort
df316b5efc
qt4_vlm: fix #3938 (options must be removed from the input)
16 years ago
Rémi Duraffort
48c7e9d1d0
Revert "qt4_vlm: remove double call to VLMWrapper::Edit* functions (already called by the constructor)."
This reverts commit 2e1e9ce575 .
16 years ago
Laurent Aimar
c05fa12539
Fixed broken video with direct3d for some drivers.
16 years ago
Rémi Duraffort
2e1e9ce575
qt4_vlm: remove double call to VLMWrapper::Edit* functions (already called by the constructor).
16 years ago
Laurent Aimar
87c351e58a
Fixed timestamps handling in various audio filters.
16 years ago
Rémi Duraffort
8c826f3940
lua: fix koreus parsing.
16 years ago
Rémi Denis-Courmont
8744dc3050
MSN: (hopefully) correct non-ASCII characters ( fixes #3952 )
VLC code page is UTF-8, not ANSI.
16 years ago
Rémi Denis-Courmont
fef500571b
XCB/XVideo: minor simplification
16 years ago
Rémi Denis-Courmont
fce4f9c45b
Fix vlc_about.h generation
16 years ago
Rémi Denis-Courmont
e45f022f8c
Reorganize AUTHORS and THANKS
Also remove "what" programmers did (impossible to maintain) and
email addresses
16 years ago
Francois Cartegnie
aea4bcfb12
Qt: sprefs_interface add developers hints
16 years ago
Francois Cartegnie
a241b3c73b
Qt: sprefs_interface split playlist option
16 years ago
Francois Cartegnie
b92756eabb
Qt: layout subtitles prefs
16 years ago
Rémi Denis-Courmont
657fff36d7
Remove support for V4L version 1
16 years ago
Hugo Beauzée-Luyssen
c23388a923
avcodec: Allow usage of VLC_CODEC_RGBA
PIX_FMT_RGBA is not a define, but an enum member.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
16 years ago
Sam Hocevar
98ea2dfe71
chroma: minor simplification refactoring in the YUV to RGB conversions.
16 years ago
Juho Vähä-Herttua
9c8ec0435b
osx: Add vout_window_t support to macosx vout module
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
16 years ago
Rémi Denis-Courmont
cc82ee52df
Win32: run on first thread is not needed
16 years ago
Rémi Denis-Courmont
b4bf94e067
libva-enabled avcodec needs X11
16 years ago
Jean-Baptiste Kempf
dc67b481af
Contrib: update freetype to 2.4.1
16 years ago
Juho Vähä-Herttua
3bda99a3be
qt4: More static_casts to null in preference components
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
16 years ago
Juho Vähä-Herttua
352fb47756
qt4: Add OSX support to embedded video
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
16 years ago
Hugo Beauzée-Luyssen
1eb0e68191
smem: Allow usage of RGBA
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
16 years ago
Francois Cartegnie
374372612f
Fix advanced panel height saving. Fixes #3858
16 years ago
Rémi Denis-Courmont
02cae56912
SaveConfigFile: correctly an error on I/O failure
16 years ago
Jean-Baptiste Kempf
be235a08f8
WinCE: actually fix the compilation
16 years ago