- 11 Mar, 2003 6 commits
-
-
Laurent Aimar authored
( I need some samples to do special adpcm support).
-
Laurent Aimar authored
-
Laurent Aimar authored
* araw.c: fixed a warning.
-
Laurent Aimar authored
-
Laurent Aimar authored
some avi/mov file with raw audio can't be played, *BUT* it's not the good fix (as the problem seems to be elsewhere).
-
Laurent Aimar authored
-
- 10 Mar, 2003 13 commits
-
-
Alexis de Lattre authored
-
Alexis de Lattre authored
Sam, can you check that my fix is OK ?
-
Alexis de Lattre authored
-
Gildas Bazin authored
* ChangeLog: updated the changelog for the 0.5.2 release.
-
Sam Hocevar authored
-
Gildas Bazin authored
* src/video_output/vout_pictures.c: declaration of FOURCC_RV24, courtesy of Olivier Aubert.
-
Gildas Bazin authored
* modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: small change to the slider behaviour.
-
Sam Hocevar authored
-
Christophe Massiot authored
-
Jon Lech Johansen authored
-
Laurent Aimar authored
reported size is null).
-
Gildas Bazin authored
* modules/access/vcd/cdrom.c: small win32 bugfix. * configure.ac.in: on win32 we link ws2_32 with the slp plugin.
-
Christophe Massiot authored
* Fix for the "lock-up" problem under MacOS X. Removed the rt-priority configuration variable.
-
- 09 Mar, 2003 5 commits
-
-
Jon Lech Johansen authored
-
Jon Lech Johansen authored
-
Gildas Bazin authored
* configure.ac.in: fixed my previous commit. * NEWS: added an entry about fixes in the dvd menu support.
-
Gildas Bazin authored
* configure.ac.in: don't include the screensaver plugin on win32. * src/misc/variables.c: fixed a bug in var_Change() and in var_DelCallback(). * modules/codec/spudec/parse.c: removed unnessecary code. * modules/access/dvdplay/access.c: fixed some navigation problems.
-
Laurent Aimar authored
of audio stsd box. (handle qt3+ audio box) (I still need to fix mp4.c to read audio track that aren't mp4a)
-
- 08 Mar, 2003 1 commit
-
-
Sigmund Augdal Helberg authored
fullscreen on/off, removed the down gesture as it is now covered by the up, right gesture
-
- 07 Mar, 2003 1 commit
-
-
Gildas Bazin authored
* modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: clean up the gtk/gnome messages window regularly.
-
- 06 Mar, 2003 14 commits
-
-
Sigmund Augdal Helberg authored
-
Gildas Bazin authored
* src/audio_output/dec.c, include/aout_internal.h: the aout core was automatically discarding audio samples that were above AOUT_MAX_ADVANCE_TIME in the future. Problem is that p_input->i_pts_delay isn't a fixed value. We now fetch this value from the input thread when we create an aout_instance_t. This solves problems with the http access plugin.
-
Derk-Jan Hartman authored
-
Sigmund Augdal Helberg authored
-
Derk-Jan Hartman authored
with the responder chain. HANDS OFF you little devil ;)
-
Derk-Jan Hartman authored
time to stop for today
-
Derk-Jan Hartman authored
the video window. (half, double)
-
http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=425Derk-Jan Hartman authored
having two close buttons in one window goes against Apple's UIG.
-
Derk-Jan Hartman authored
* extras/MacOSX/Resources/vlc.scriptSuite * extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology - moved existing applescript commands to these files - added several control commands. supported are: play/pause, stop, previous, next, fullscreen, mute, volumeUp and volumeDown. These correspond to the existing menuitems. This still requires work in the future to make it more correct AppleScript, but it works for now. * modules/gui/macosx/controls.? - split up the controls.m into a .m and a .h * modules/gui/macosx/intf.? - added a getControls method to gain access to the controller object from the AppleScript commands. * modules/gui/macosx/open.? - removed the applescript support existing here and moved it to applescript.? * modules/gui/macosx/playlist.m - made the tooltips for the add and remove buttons localizable. * modules/gui/macosx/vout.m - added a comment on the meaning of otherMouse events. * ALL: - updated copyright information to include the current year ;)
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
fixes #428 more permenantly. the cause was a missing rt-priority desc.
-
Jean-Paul Saman authored
-
Christophe Massiot authored
-