- 19 Mar, 2004 1 commit
-
-
hartman authored
- it now does the playlist_Add itself. - it sets the filename instead of the path as the item name - it uses dummy demux to fool vlc. - it's almost twice as fast now.
-
- 18 Mar, 2004 1 commit
-
-
hartman authored
Should fix collapse/expand/ignore of dirs on OS X. * better short title for this config option
-
- 05 Mar, 2004 1 commit
-
-
Carlo Calabrò authored
Found and fixed: - some untranslated macros - some acronyms which were not in capital letters - a couple of VLC Media Player (_m_edia _p_layer, now) - typos here and there - dots missing in some of the long texts - spaces before ? and :, which is correct in french but not in english :) - NT services are now called Windows Services
-
- 17 Feb, 2004 1 commit
-
-
gbazin authored
-
- 16 Feb, 2004 1 commit
-
-
zorglub authored
- none: subdirectories are skipped - collapse: former behaviour, subdirectories are not expanded - expand: all subdirectories are fully expanded I dislike these strings, please find other ones :)
-
- 30 Mar, 2003 1 commit
-
-
gbazin authored
* modules/*: sanitization of the modules description strings.
-
- 24 Mar, 2003 3 commits
-
-
gbazin authored
* modules/access/*: pf_read() in access modules is now blocking. We still check regularly for p_input->b_die though. Now the demuxers can safely assume that pf_read() == 0 means EOF. * ALL: got rid of the p_input->b_connected flag. * src/input/input_ext-plugins.c, src/input/input.c: fixed the infinite loop of "decoder stuck" messages that sometimes happened. * src/interface/intf_eject.c, modules/misc/network/ipv4.c: fixed compilation warnings.
-
gbazin authored
* modules/access/directory.c: fixed the directory access plugin. * configure.ac.in, modules/access/Modules.am: enabled the directory access plugin.
-
hartman authored
a m3u 'file' which it feeds to the m3u demuxer. Problems: - it requires a dir to end with / - if i enabled it, all files would use the m3u demuxer for some strange reason. i've spent a day hunting this down, reboot- strapping and doing who knows what. I'm sick of it now. Someone else can give it a try, if he wants to.
-