- 29 Aug, 2005 10 commits
-
-
Derk-Jan Hartman authored
* loadNibNamed:withOwner calls awakeFromNib on owner. Therefore opening panels resulted in reinitializing some of VLCMain's stuff. This included evalutation of p_intf->b_play, which triggered an unintended call to playlist_Play(). this fixes #323
-
-
Christophe Massiot authored
that under Win32 psz_homedir points to Application Data directory whereas psz_homedir points to the user's directory. * modules/control/http/util.c: When the target charset isn't UTF-8, manually convert Unicode quotes to ASCII quotes (yes this is ugly but libiconv doesn't handle it).
-
Christophe Massiot authored
* modules/control/http/http.c: Enabled --http-handlers under Win32. Beware to espace backslashes as in --http-handlers="php=C:\\php\\php.exe".
-
Gildas Bazin authored
-
Christophe Massiot authored
drive letters because it seems to cause problems with removable devices.
-
Christophe Massiot authored
drop code.
-
Steve Lhomme authored
-
Sam Hocevar authored
-
Steve Lhomme authored
-
- 28 Aug, 2005 8 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
We cannot handle these formats but at least we will be able to recognize bugreports from this now. refs #224 B.T.W. the ticket DOES contain some info on these formats. Someone who know ogg/vorbis can probably implement support for this with this information.
-
Derk-Jan Hartman authored
* Add glib, libIDL and gecko-sdk to OSX contrib. Now we just need a way to find how to let configure.ac recognize it.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Clément Stenac authored
* Fix paths when installed in Debian package
-
Rémi Denis-Courmont authored
-
- 27 Aug, 2005 3 commits
-
-
Jean-Paul Saman authored
Merged OSD functionality on the same core functions. All OSD functionality is described in include/vlc_osd.h now, which entirely replace include/osd.h. The file src/video_output/video_widgets.c uses functionality from src/osd/osd_widgets.c now.
-
Jean-Paul Saman authored
-
Christophe Massiot authored
-
- 26 Aug, 2005 5 commits
-
-
Christophe Massiot authored
* modules/control/http/http.c: Fixed a memory leak with the CGI environment.
-
Christophe Massiot authored
to spawn an external process and get its output. Only implemented for UNIX-style systems at present. * src/misc/httpd.c: New "handler" node type which bypasses the internal HTTPD behaviour. * modules/control/http: New --http-handlers option to dedicate particular extensions to external programs (PHP or Perl for instance). This is in accordance with the CGI/1.1 specification.
-
Derk-Jan Hartman authored
* added --sout-shout-description to set a channel description * added --sout-shout-mp3 to allow you to upload mp3 streams instead of ogg. (BEWARE, no autodetection) * fixed the free of a string * some general coding style cleanup
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
- 25 Aug, 2005 14 commits
-
-
Clément Stenac authored
Remove the "random" effect
-
Derk-Jan Hartman authored
* libtheora examples don't compile on 10.2 Remove from Makefiles. This issue is now fixed upstream thanks to rillian from #theora
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Felix Paul Kühne authored
* don't print a space in front of a colon, since this is a French style only
-
Derk-Jan Hartman authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Derk-Jan Hartman authored
-
Christophe Massiot authored
programs.
-
Christophe Massiot authored
filesystem.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-