- 07 Apr, 2004 6 commits
-
-
gbazin authored
delete/re-create parent menus. That makes wxWindows a lot happier.
-
gbazin authored
-
hartman authored
-
Laurent Aimar authored
files without index, seek isn't supported for such stream)
-
Laurent Aimar authored
few web radios use that)
-
Felix Paul Kühne authored
* modules/gui/pda/pda_interface.c: Removed translation of protocol-strings like "rtp://" and paths like "/dev/video" * po/de.po: Updated german translation
-
- 06 Apr, 2004 16 commits
-
-
gbazin authored
+ big rewrite. + frame dropping. + new --goom-speed option.
-
hartman authored
-
Felix Paul Kühne authored
-
Cyril Deguet authored
a X11 Bad Value error
-
gbazin authored
-
ipkiss authored
and subdirectories. When loading a skin, the "theme.xml" file will be searched recursively, and the first one to be found is used. * skins2/*: Do not 'cd' anymore to the temporary directory where the .vlt is extracted (instead, we transform the relative paths specified in the XML file into absolute paths).
-
Laurent Aimar authored
-
hartman authored
-
gbazin authored
-
gbazin authored
-
gbazin authored
* AUTHORS: updated my entry.
-
gbazin authored
-
gbazin authored
-
gbazin authored
-
gbazin authored
-
gbazin authored
-
- 05 Apr, 2004 3 commits
-
-
Cyril Deguet authored
(avoid a segfault when there is no theme at the beginning)
-
gbazin authored
* modules/stream_out/transcode.c: hack to work around ffmpeg encoding which doesn't like frames with identical pts. * modules/codec/ffmpeg/encoder.c: one missing AV_NOPTS_VALUE.
-
gbazin authored
-
- 04 Apr, 2004 6 commits
-
-
gbazin authored
* modules/gui/skins2/src/vlcproc.cpp: honour p_intf->b_die.
-
Laurent Aimar authored
size.
-
Laurent Aimar authored
decode it as a url encoded one and we retry. (Btw, this will break playing of paths that have '%' and ':' )
-
ipkiss authored
This avoids warnings at run-time on Windows.
-
bigben authored
-
bigben authored
-
- 03 Apr, 2004 9 commits
-
-
Cyril Deguet authored
visible windows (because they may have be hidden by the window manager) * all: removed the dirty hacks from the previous commit ;)
-
Cyril Deguet authored
notify events * x11/x11_window.cpp: same thing for the other windows * x11/x11_loop.cpp: when the "parent" window receives a map notify event, we show all the windows because it doesn't seem to be automatic. To have this working, we must update the visibility variable of the windows when they are hidden by the window manager
-
bigben authored
-
ipkiss authored
This avoids a flickering when 2 windows are overlapping.
-
ipkiss authored
-
Cyril Deguet authored
window is destroyed (it is not enough i guess...) * utils/var_text.cpp: unregister the observer to the Stream variable in the destructor ! (fix a crash when changing skin)
-
Cyril Deguet authored
* x11_window.cpp: use XSetTransientForHint() to associate the windows to the "parent" window -> single window in the task bar
-
Cyril Deguet authored
text is updated (avoid many crashes)
-
Cyril Deguet authored
already been played (check the i_nb_played variable) * item.c: initialize i_nb_played to 0
-