- 12 Dec, 2003 7 commits
-
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
gbazin authored
* modules/gui/gtk/*: fixed gtk/gnome.glade and re-run ./toolbox --update-glade.
-
gbazin authored
* modules/gui/gtk/open.c: compilation fix.
-
zorglub authored
-
Rocky Bernstein authored
and should be put in a more core location.
-
Rocky Bernstein authored
-
- 11 Dec, 2003 22 commits
-
-
gbazin authored
* src/video_output/video_output.c: small change to allow the directx plugin to destroy/recreate picture buffers on the fly.
-
zorglub authored
-
bigben authored
-
zorglub authored
-
hartman authored
-
hartman authored
* Fixed the mute hotkey * Fixed the positioning of some elements and removed the stupid black box * Added speex and flac encoders to sout dialog
-
hartman authored
-
Rocky Bernstein authored
cddax and vcdx.
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
zorglub authored
-
gbazin authored
-
Sam Hocevar authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
or absense of vcdx/cddax.
-
Rocky Bernstein authored
1. MRL's are of the form xxx:// 2. Customize depending on vcdx/vcd or cddax/cdd 3. cdda doesn't have any such notion of a "Chapter", so remove the misleading :x. For cddax/vcdx, I'm not sure though I think there is more to do.
-
Rocky Bernstein authored
-
Cyril Deguet authored
opened in blocking mode
-
yoann authored
-
- 10 Dec, 2003 8 commits
-
-
gbazin authored
* modules/stream_out/display.c: fixed segfault when switching audio/video track.
-
gbazin authored
* modules/codec/libmpeg2.c: hack for demuxers which only have DTS timestamps.
-
gbazin authored
* modules/mux/mpeg/pes.c: fixed to handle 0 pts/dts correctly.
-
Rémi Denis-Courmont authored
-
yoann authored
-
yoann authored
-
bigben authored
-
Rémi Denis-Courmont authored
-
- 09 Dec, 2003 3 commits
-
-
gbazin authored
* src/misc/mtime.c: fixed an overflow in mdate() on win32. This overflow was only affecting the hardware configurations where we can't use the performance counter and thus have to use GetTickCount(). We now also check for the wrapping of the 32 bits value returned by GetTickCount() so mdate() doesn't wrap after 49.7 days. * src/misc/win32_specific.c: call mdate() once in system_Init() so as to avoid thread safety issues while initialising the static variables used in mdate().
-
yoann authored
* added a lock when changing p_vout->p_last_osd_message
-
Sam Hocevar authored
-