- 22 Jun, 2003 21 commits
-
-
Gildas Bazin authored
* configure.ac: removed -Winline which in fact was the culprit for the verbosity of gcc-3.3. * modules/gui/skins/src/skin_main.cpp: fixed icon loading.
-
Gildas Bazin authored
* configure.ac: really removed -Wdisabled-optimization this time.
-
Laurent Aimar authored
-
Gildas Bazin authored
* ALL: bumped version number to 0.6.0 (finally :), updated po, ChangeLog, removed the Wdisabled-optimization flag from the build (too verbose with gcc-3.3).
-
Gildas Bazin authored
* modules/gui/wxwindows/streamout.cpp: disabled mp4 muxer. * include/interface.h: updated comment.
-
Derk-Jan Hartman authored
-
Cyril Deguet authored
-
Derk-Jan Hartman authored
* vlc.ebuild: Set the correct urls for ffmpeg and mpeg2dec snapshots
-
Laurent Aimar authored
-
Gildas Bazin authored
* configure.ac: compile fix for sunos
-
Gildas Bazin authored
* configure.ac, modules/demux/Modules.am: matroska configure detection (disabled by default). Due to the way matroska headers directly reference ebml headers, you'll have to configure like this: CPPFLAGS=-I/usr/local/include/ebml ./configure --enable-mkv
-
Sigmund Augdal Helberg authored
-
Cyril Deguet authored
-
Cyril Deguet authored
-
Cyril Deguet authored
* src/theme.cpp: fixed a delete[] / free mismatch
-
Laurent Aimar authored
frame, ...) clean up.
-
Laurent Aimar authored
-
Laurent Aimar authored
TODO: * seek support * vorbis support (it's a decoder problem, as matroska embded raw vorbis data) * utf8 subtitles handling (probably at the decoder stage too) * clean up. * support of stream other than files. * ...
-
Sam Hocevar authored
-
Eric Petit authored
- save the volume when exiting
-
Cyril Deguet authored
* src/window.* : replaced p_intf->p_sys->WindowList by a singleton class SkinWindowList (to be tested under windows) * removed useless gtk2 files
-
- 21 Jun, 2003 8 commits
-
-
Derk-Jan Hartman authored
* only set prefs on safe, not earlier.
-
Sam Hocevar authored
-
Sam Hocevar authored
* configure.ac: + Added curly braces around variables. + Got rid of the "x$foo" constructs. + Renamed *_plugin conditionals into *_p. * debian/changelog: + Fixed a duplicate entry. + Added an entry for an old Debian upload that fixed #117180. * debian/control: + Added a build dependency on libimlib2-dev for skins. * debian/rules: + Activated support for skins.
-
Sigmund Augdal Helberg authored
-
Sam Hocevar authored
+ Removed configure.ac from the ignore list.
-
Sam Hocevar authored
bootstrap generates the proper magic for us.
-
Sam Hocevar authored
+ Use the -s flag instead of -a so that debhelper properly handles the i386-only plugin packages. + Split the build rule into configure and build.
-
Gildas Bazin authored
* modules/access_output/file.c: make the output file writeable by the owner.
-
- 20 Jun, 2003 6 commits
-
-
Derk-Jan Hartman authored
-
Olivier Teulière authored
* ./modules/gui/skins/*: fixed my last commit
-
Olivier Teulière authored
"display" attribute of ControlText. It allows to show the title of the current stream, without the full path. * ./doc/skins/*: updated the doc
-
Derk-Jan Hartman authored
-
Alexis de Lattre authored
python/setup.py: a configuration that should work better.
-
Derk-Jan Hartman authored
* README.MacOSX.rtf: More updates because of new prefs dialog.
-
- 19 Jun, 2003 5 commits
-
-
Gildas Bazin authored
* modules/codec/ffmpeg/video.c: disabled direct rendering when hurry-up is enabled. ffmpeg doesn't properly release old pictures when frames are skipped.
-
Gildas Bazin authored
* modules/access_output/udp.c: removed unnecessary code.
-
Eric Petit authored
a few Dano/Zeta themes
-
Gildas Bazin authored
* modules/access_output/udp.c: implemented a caching mechanism which solves all the bad quality streaming issues that have been reported. The caching value can be modified with the --udp-sout-caching config option (the default value being DEFAULT_PTS_DELAY == 300 milisec).
-
Sam Hocevar authored
because I forgot to reinitialise an index.
-