- 12 Dec, 2003 3 commits
-
-
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 4 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
-
yoann authored
* added a the default CD Audio device in General Settings -> Input * added OpenDialog::OnDiscPanelChange in wxwindows/open.cpp
-
- 08 Dec, 2003 3 commits
-
-
gbazin 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.
-
gbazin 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.
-
yoann authored
The last OSD message is now deleted before printing new one.
-