- 12 Dec, 2003 4 commits
-
-
Gildas Bazin authored
* modules/gui/gtk/open.c: compilation fix.
-
Clément Stenac authored
-
Rocky Bernstein authored
and should be put in a more core location.
-
Rocky Bernstein authored
-
- 11 Dec, 2003 22 commits
-
-
Gildas Bazin authored
* src/video_output/video_output.c: small change to allow the directx plugin to destroy/recreate picture buffers on the fly.
-
Clément Stenac authored
-
Benjamin Pracht authored
-
Clément Stenac authored
-
Derk-Jan Hartman authored
-
Derk-Jan 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
-
Derk-Jan Hartman authored
-
Rocky Bernstein authored
cddax and vcdx.
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Clément Stenac authored
-
Gildas Bazin 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 Peronneau authored
-
- 10 Dec, 2003 8 commits
-
-
Gildas Bazin authored
* modules/stream_out/display.c: fixed segfault when switching audio/video track.
-
Gildas Bazin authored
* modules/codec/libmpeg2.c: hack for demuxers which only have DTS timestamps.
-
Gildas Bazin authored
* modules/mux/mpeg/pes.c: fixed to handle 0 pts/dts correctly.
-
Rémi Denis-Courmont authored
-
Yoann Peronneau authored
-
Yoann Peronneau authored
-
Benjamin Pracht authored
-
Rémi Denis-Courmont authored
-
- 09 Dec, 2003 4 commits
-
-
Gildas Bazin 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 Peronneau authored
* added a lock when changing p_vout->p_last_osd_message
-
Sam Hocevar authored
-
Yoann Peronneau authored
* added a the default CD Audio device in General Settings -> Input * added OpenDialog::OnDiscPanelChange in wxwindows/open.cpp
-
- 08 Dec, 2003 2 commits
-
-
Gildas Bazin authored
* ALL: new main --video-on-top config option (in use by the x11/xvideo/osx/directx video outputs.) * modules/video_output/x11/*: implemented support for "video on top". Will likely only work with KDE for now.
-
Gildas Bazin authored
* modules/misc/dummy/*: new --dummy-save-es option to specify if we want the dummy decoder to save the raw codec data to a file. This is disabled by default (while it was always on before). * src/input/es_out.c: bug fix for ES autoselection.
-