]> git.sesse.net Git - vlc/log
vlc
18 years ago* all: don't rebuild the whole playtree when an item is updated
Cyril Deguet [Sun, 23 Oct 2005 17:42:16 +0000 (17:42 +0000)]
* all: don't rebuild the whole playtree when an item is updated
 (at the moment the tree control is still entirely rebuilt,
 but now it will be easier to fix that)
 + coding style fixes

18 years agoAdd support for wmap
Clément Stenac [Sun, 23 Oct 2005 16:55:11 +0000 (16:55 +0000)]
Add support for wmap

18 years ago* modules/misc/network/ipv4.c: fixed wince breakage.
Gildas Bazin [Sun, 23 Oct 2005 16:43:48 +0000 (16:43 +0000)]
* modules/misc/network/ipv4.c: fixed wince breakage.

18 years ago* src/misc/net.c: WinCE fix.
Gildas Bazin [Sun, 23 Oct 2005 16:24:30 +0000 (16:24 +0000)]
* src/misc/net.c: WinCE fix.

18 years ago* modules/codec/realaudio.c: on win32, use codecs installed by realplayer if available.
Gildas Bazin [Sun, 23 Oct 2005 16:08:22 +0000 (16:08 +0000)]
* modules/codec/realaudio.c: on win32, use codecs installed by realplayer if available.

18 years agoBackport OS X specific USE_LOCALE patch to trunk/
Clément Stenac [Sun, 23 Oct 2005 15:34:37 +0000 (15:34 +0000)]
Backport OS X specific USE_LOCALE patch to trunk/

18 years ago* modules/video_output/directx/directx.c: small fix for last commit.
Gildas Bazin [Sun, 23 Oct 2005 14:53:50 +0000 (14:53 +0000)]
* modules/video_output/directx/directx.c: small fix for last commit.

18 years ago ffmpeg.patch.cvs: oops, fix build
Eric Petit [Sun, 23 Oct 2005 14:43:07 +0000 (14:43 +0000)]
 ffmpeg.patch.cvs: oops, fix build

18 years ago* png_bitmap.cpp: fixed handling of PNG bitmaps with an alpha channel
Cyril Deguet [Sun, 23 Oct 2005 14:39:57 +0000 (14:39 +0000)]
* png_bitmap.cpp: fixed handling of PNG bitmaps with an alpha channel
 (was broken for quite a long time...)
* ctrl_tree.cpp: removed debug messages

18 years ago* modules/video_output/directx/*: support for cropping.
Gildas Bazin [Sun, 23 Oct 2005 14:36:33 +0000 (14:36 +0000)]
* modules/video_output/directx/*: support for cropping.

18 years ago Patches/ffmpeg.patch.cvs: fix for current CVS (hunk was failing)
Eric Petit [Sun, 23 Oct 2005 14:12:57 +0000 (14:12 +0000)]
 Patches/ffmpeg.patch.cvs: fix for current CVS (hunk was failing)

18 years ago* modules/video_output/opengl.c: hopefully got it right this time.
Gildas Bazin [Sun, 23 Oct 2005 13:04:54 +0000 (13:04 +0000)]
* modules/video_output/opengl.c: hopefully got it right this time.

18 years agoSAP announcer needs destination address in URI
Marian Durkovic [Sun, 23 Oct 2005 12:21:39 +0000 (12:21 +0000)]
SAP announcer needs destination address in URI
Hosts should never send packets with TTL=0

18 years ago* modules/video_output/opengl.c: implemented cropping.
Gildas Bazin [Sun, 23 Oct 2005 12:05:23 +0000 (12:05 +0000)]
* modules/video_output/opengl.c: implemented cropping.

18 years ago* src/video_output/vout_pictures.c: avoid overflow in vout_PlacePicture().
Gildas Bazin [Sun, 23 Oct 2005 11:07:38 +0000 (11:07 +0000)]
* src/video_output/vout_pictures.c: avoid overflow in vout_PlacePicture().

18 years agoExport URI from RTP module . Closes:#403
Clément Stenac [Sun, 23 Oct 2005 10:58:24 +0000 (10:58 +0000)]
Export URI from RTP module . Closes:#403

18 years ago* src/libvlc.c: fixed --width/height.
Gildas Bazin [Sun, 23 Oct 2005 10:44:59 +0000 (10:44 +0000)]
* src/libvlc.c: fixed --width/height.

18 years ago* modules/video_output/x11/xcommon.c: use p_vout->fmt_out.i_x/y_offset during cropping.
Gildas Bazin [Sun, 23 Oct 2005 10:19:03 +0000 (10:19 +0000)]
* modules/video_output/x11/xcommon.c: use p_vout->fmt_out.i_x/y_offset during cropping.

18 years agoRevert commit [12925] - reopens #403
Rémi Denis-Courmont [Sun, 23 Oct 2005 10:06:49 +0000 (10:06 +0000)]
Revert commit [12925] - reopens #403
psz_uri is NEEDED - it determines the destination for SAP announces
Go read the code before you commit

18 years ago* modules/video_output/x11/xcommon.c: support cropping to i_visible_width/height...
Gildas Bazin [Sun, 23 Oct 2005 10:01:49 +0000 (10:01 +0000)]
* modules/video_output/x11/xcommon.c: support cropping to i_visible_width/height in xvideo (not implemented in x11 yet).

18 years ago* src/video_output/video_output.c: get rid of hack for for grey line with hdtv stream...
Gildas Bazin [Sun, 23 Oct 2005 10:00:58 +0000 (10:00 +0000)]
* src/video_output/video_output.c: get rid of hack for for grey line with hdtv streams (proper way is to have video outputs support cropping to i_visible_width/height).

18 years ago* src/video_output/vout_pictures.c: use fmt_in.i_visible_width/height and i_sar_num...
Gildas Bazin [Sun, 23 Oct 2005 09:52:32 +0000 (09:52 +0000)]
* src/video_output/vout_pictures.c: use fmt_in.i_visible_width/height and i_sar_num/den in vout_PlacePicture().

18 years agopsz_uri can be null in sap announcer if we have a SDP (Closes:#403)
Clément Stenac [Sun, 23 Oct 2005 09:43:43 +0000 (09:43 +0000)]
psz_uri can be null in sap announcer if we have a SDP (Closes:#403)

18 years agoAnother bunch of attributes fixes
Rémi Denis-Courmont [Sun, 23 Oct 2005 09:33:13 +0000 (09:33 +0000)]
Another bunch of attributes fixes

18 years agoAdd usual SVN properties
Rémi Denis-Courmont [Sun, 23 Oct 2005 09:25:27 +0000 (09:25 +0000)]
Add usual SVN properties

18 years agoC source code is not executable
Rémi Denis-Courmont [Sun, 23 Oct 2005 09:24:07 +0000 (09:24 +0000)]
C source code is not executable

18 years agouse correct address filed for MMSH
Marian Durkovic [Sun, 23 Oct 2005 09:18:05 +0000 (09:18 +0000)]
use correct address filed for MMSH

18 years agoif no mux, add TS also for RTP
Marian Durkovic [Sun, 23 Oct 2005 09:14:19 +0000 (09:14 +0000)]
if no mux, add TS also for RTP

18 years agoPut the full path in wizard output option (Closes:#392)
Clément Stenac [Sun, 23 Oct 2005 09:00:08 +0000 (09:00 +0000)]
Put the full path in wizard output option (Closes:#392)

18 years agomsw ShowConsole() - enable previously provided msg on console for --help file output.
Scott Caudle [Sat, 22 Oct 2005 18:20:45 +0000 (18:20 +0000)]
msw ShowConsole() - enable previously provided msg on console for --help file output.

18 years ago- accurate testing of i_original_channels
Boris Dorès [Sat, 22 Oct 2005 17:58:12 +0000 (17:58 +0000)]
- accurate testing of i_original_channels

18 years agoallocate HUGE buffer only for Windows sockets - see last paragraph in:
Marian Durkovic [Sat, 22 Oct 2005 16:23:01 +0000 (16:23 +0000)]
allocate HUGE buffer only for Windows sockets - see last paragraph in:
http://www.itamarst.org/writings/win32sockets.html

18 years agomkv.cpp: add some debugging messages for the users and tests for unsupported tracks
Steve Lhomme [Sat, 22 Oct 2005 15:04:45 +0000 (15:04 +0000)]
mkv.cpp: add some debugging messages for the users and tests for unsupported tracks

18 years agomkv.cpp: add support for the basic A_AAC codec ID
Steve Lhomme [Sat, 22 Oct 2005 13:12:25 +0000 (13:12 +0000)]
mkv.cpp: add support for the basic A_AAC codec ID

18 years agomkv.cpp: support for the new header stripping compression
Steve Lhomme [Sat, 22 Oct 2005 12:46:29 +0000 (12:46 +0000)]
mkv.cpp: support for the new header stripping compression

18 years ago* all: the "visible" attribute for windows (in the XML) now
Cyril Deguet [Sat, 22 Oct 2005 11:57:29 +0000 (11:57 +0000)]
* all: the "visible" attribute for windows (in the XML) now
  does what it should (if set to "false", the window is hidden
  when the theme is loaded for the first time)

18 years agoincrease output buffer for HTTP streaming to 1 MByte
Marian Durkovic [Sat, 22 Oct 2005 11:56:42 +0000 (11:56 +0000)]
increase output buffer for HTTP streaming to 1 MByte
- now Windows machines are able to stream even 20 Mbps HDTV over TCP
- resolves  http://forum.videolan.org/viewtopic.php?t=8374

18 years ago* src/video_output/video_output.c: revert #12904 which is useless since it is already...
Gildas Bazin [Sat, 22 Oct 2005 11:16:33 +0000 (11:16 +0000)]
* src/video_output/video_output.c: revert #12904 which is useless since it is already done in vout_IntfInit().

18 years ago* modules/audio_output/alsa.c: rework of the previous patch.
Gildas Bazin [Sat, 22 Oct 2005 11:06:15 +0000 (11:06 +0000)]
* modules/audio_output/alsa.c: rework of the previous patch.

18 years ago* hotkeys.c: don't crash when there is no input
Cyril Deguet [Sat, 22 Oct 2005 10:18:20 +0000 (10:18 +0000)]
* hotkeys.c: don't crash when there is no input

18 years agomkv.cpp: implement working support for the new SimpleBlock (only when libmatroska...
Steve Lhomme [Fri, 21 Oct 2005 19:08:09 +0000 (19:08 +0000)]
mkv.cpp: implement working support for the new SimpleBlock (only when libmatroska 0.8.0 is used)

18 years ago* use the latest ffmpeg-cvs again. Included dionoea's build fix (rev. [12607]). Thank...
Felix Paul Kühne [Fri, 21 Oct 2005 14:17:48 +0000 (14:17 +0000)]
* use the latest ffmpeg-cvs again. Included dionoea's build fix (rev. [12607]). Thanks to xtophe for pointing this out.

18 years agoupdates spectrometer visualization. some optimization tweaks and additional features.
Scott Caudle [Thu, 20 Oct 2005 22:37:14 +0000 (22:37 +0000)]
updates spectrometer visualization. some optimization tweaks and additional features.

18 years ago* I think this should fix the width & height params of vout. If anyone sees anything...
Derk-Jan Hartman [Thu, 20 Oct 2005 22:21:20 +0000 (22:21 +0000)]
* I think this should fix the width & height params of vout. If anyone sees anything wrong with it, please say so. Report thx to Greg Farell. fixes #399

18 years agofix one potential refcount problem
Jean-Paul Saman [Thu, 20 Oct 2005 19:56:22 +0000 (19:56 +0000)]
fix one potential refcount problem

18 years agoPut vlc_object_release() at the proper place. This fixes a refcounting problem.
Jean-Paul Saman [Thu, 20 Oct 2005 19:42:24 +0000 (19:42 +0000)]
Put vlc_object_release() at the proper place. This fixes a refcounting problem.

18 years ago* Put the with-ffmpeg-* outside the test
Christophe Mutricy [Thu, 20 Oct 2005 17:49:04 +0000 (17:49 +0000)]
* Put the with-ffmpeg-* outside the test
* beware of AC_ARG_WITH

18 years ago* Fix pkg-config detection
Christophe Mutricy [Thu, 20 Oct 2005 15:46:00 +0000 (15:46 +0000)]
* Fix pkg-config detection
* fix ffmpeg extra flags

18 years agosend proper info in m= line of SAP announcements:
Marian Durkovic [Thu, 20 Oct 2005 14:26:09 +0000 (14:26 +0000)]
send proper info in m= line of SAP announcements:
  m=video 1234 udp 33      for raw UDP
  m=video 1234 RTP/AVP 33  for RTP

18 years agoour address needs to be fetched via getsockname()
Marian Durkovic [Thu, 20 Oct 2005 12:52:05 +0000 (12:52 +0000)]
our address needs to be fetched via getsockname()
- now SAP announces have proper source address in o= line

18 years agoadded RTP method to streamout dialog
Marian Durkovic [Thu, 20 Oct 2005 11:09:02 +0000 (11:09 +0000)]
added RTP method to streamout dialog

18 years agofixed some issues with port numbers
Marian Durkovic [Thu, 20 Oct 2005 10:05:13 +0000 (10:05 +0000)]
fixed some issues with port numbers
(VLC expects muxed streams on port 1234)

18 years agoForgot to remove some debug...
Benjamin Pracht [Thu, 20 Oct 2005 07:27:07 +0000 (07:27 +0000)]
Forgot to remove some debug...

18 years agofixed rtp with mux=ts
Marian Durkovic [Thu, 20 Oct 2005 07:17:09 +0000 (07:17 +0000)]
fixed rtp with mux=ts

18 years agomkv.cpp: read the new KaxSimpleBlock element (when libmatroska 0.8.0 is used)
Steve Lhomme [Wed, 19 Oct 2005 20:00:52 +0000 (20:00 +0000)]
mkv.cpp: read the new KaxSimpleBlock element (when libmatroska 0.8.0 is used)

18 years ago* This should fix switching from a stereo device to surround40 or surround51 with...
Benjamin Pracht [Wed, 19 Oct 2005 19:53:05 +0000 (19:53 +0000)]
* This should fix switching from a stereo device to surround40 or surround51 with the alsa audio output (close #85).
* Now we probe the device for supported formats on each device change
* Please test this, at least on stereo inputs. We don't want a broken alsa audio output in 0.8.4...

18 years ago* fix aclocal-cleaning
Felix Paul Kühne [Wed, 19 Oct 2005 17:26:07 +0000 (17:26 +0000)]
* fix aclocal-cleaning

18 years ago* fix liveMedia URL
Derk-Jan Hartman [Wed, 19 Oct 2005 11:27:09 +0000 (11:27 +0000)]
* fix liveMedia URL

18 years agouse display width/height for libmpeg2 debug message
Marian Durkovic [Wed, 19 Oct 2005 09:38:50 +0000 (09:38 +0000)]
use display width/height for libmpeg2 debug message

18 years ago* src/input/input.c: fixed segfault with sub autodetection.
Gildas Bazin [Wed, 19 Oct 2005 09:12:12 +0000 (09:12 +0000)]
* src/input/input.c: fixed segfault with sub autodetection.

18 years ago1088->1080 fix for broken HDTV encoders; could be disabled via --no-hdtv-fix
Marian Durkovic [Wed, 19 Oct 2005 07:09:09 +0000 (07:09 +0000)]
1088->1080 fix for broken HDTV encoders; could be disabled via --no-hdtv-fix

18 years ago* Fix clean target of liveMedia
Derk-Jan Hartman [Wed, 19 Oct 2005 00:09:54 +0000 (00:09 +0000)]
* Fix clean target of liveMedia

18 years agoincrement version check ... (QDM2 won't work before ffmpeg people bump
Antoine Cellerier [Tue, 18 Oct 2005 23:58:23 +0000 (23:58 +0000)]
increment version check ... (QDM2 won't work before ffmpeg people bump
their version number up, but at least it doesn't break builds with older
versions of ffmpeg)

18 years ago* Re apply the revert from [12159]. ffmpeg pkg-config has been fixed. closes #306
Derk-Jan Hartman [Tue, 18 Oct 2005 23:49:35 +0000 (23:49 +0000)]
* Re apply the revert from [12159]. ffmpeg pkg-config has been fixed. closes #306

18 years agocheck for LIBAVCODEC_BUILD >= ((50<<16)+(0<<8)+0) in order to use QDM2
Antoine Cellerier [Tue, 18 Oct 2005 23:36:35 +0000 (23:36 +0000)]
check for LIBAVCODEC_BUILD >= ((50<<16)+(0<<8)+0) in order to use QDM2

18 years ago * add qdm2 support. Thanks to the ffmpeg people for this new feature.
Antoine Cellerier [Tue, 18 Oct 2005 23:05:09 +0000 (23:05 +0000)]
 * add qdm2 support. Thanks to the ffmpeg people for this new feature.

18 years ago* Don't crash if we cannot retrieve a directory in which to search.
Derk-Jan Hartman [Tue, 18 Oct 2005 21:53:42 +0000 (21:53 +0000)]
* Don't crash if we cannot retrieve a directory in which to search.

18 years agoRTP reordering fixes.
Jean-Paul Saman [Tue, 18 Oct 2005 21:03:34 +0000 (21:03 +0000)]
RTP reordering fixes.

18 years ago* let's run 'make clean-src' when typing 'make clean', since make clean-bin won't...
Felix Paul Kühne [Tue, 18 Oct 2005 21:02:04 +0000 (21:02 +0000)]
* let's run 'make clean-src' when typing 'make clean', since make clean-bin won't be used anyway. The user is informed of this through a message.

18 years agoconfigure.ac: require libebml that fixes a major bug
Steve Lhomme [Tue, 18 Oct 2005 18:59:26 +0000 (18:59 +0000)]
configure.ac: require libebml that fixes a major bug

18 years agocontrib: update the libebml/libmatroska versions (libebml fixes a major bug for Haali...
Steve Lhomme [Tue, 18 Oct 2005 18:58:58 +0000 (18:58 +0000)]
contrib: update the libebml/libmatroska versions (libebml fixes a major bug for Haali's files)

18 years agouse display dimensions when creating vouts - solves HDTV greyline bug
Marian Durkovic [Tue, 18 Oct 2005 07:16:14 +0000 (07:16 +0000)]
use display dimensions when creating vouts - solves HDTV greyline bug

18 years agoprepare video outputs for display size not equal to encoded size
Marian Durkovic [Tue, 18 Oct 2005 07:12:27 +0000 (07:12 +0000)]
prepare video outputs for display size not equal to encoded size

18 years agocalculate SAR from visible width/height
Marian Durkovic [Tue, 18 Oct 2005 07:04:46 +0000 (07:04 +0000)]
calculate SAR from visible width/height

18 years agoreverted most of revision 12872, it didn't work after all
Jean-Paul Saman [Mon, 17 Oct 2005 21:41:01 +0000 (21:41 +0000)]
reverted most of revision 12872, it didn't work after all

18 years agoSeveral RTP reordering fixes (Thanks to Marian Durkovic for finding them)
Jean-Paul Saman [Mon, 17 Oct 2005 20:43:33 +0000 (20:43 +0000)]
Several RTP reordering fixes (Thanks to Marian Durkovic for finding them)

18 years ago* Renamed "Advanced" subcat of "Input / Codecs" into "General" and made all the advan...
Derk-Jan Hartman [Mon, 17 Oct 2005 20:15:10 +0000 (20:15 +0000)]
* Renamed "Advanced" subcat of "Input / Codecs" into "General" and made all the advanced options within it hidden.

18 years agoplugin.cpp: formatting cleanup
Damien Fouilleul [Mon, 17 Oct 2005 14:37:20 +0000 (14:37 +0000)]
plugin.cpp: formatting cleanup
vlccontrol.cpp: fixed a bug when processing target options stored in a safe array, last element in array was never processed

18 years ago* cough, cough... undef a config option decleration
Derk-Jan Hartman [Mon, 17 Oct 2005 01:14:04 +0000 (01:14 +0000)]
* cough, cough... undef a config option decleration

18 years ago* Fix crash on Quit issue in Mac OS X
Derk-Jan Hartman [Sun, 16 Oct 2005 23:21:25 +0000 (23:21 +0000)]
* Fix crash on Quit issue in Mac OS X
  This is really dirty btw. the OS X GUI module has some serious memory management issues.

18 years ago* Fix BeOS breakage due to [12863]
Derk-Jan Hartman [Sun, 16 Oct 2005 22:02:33 +0000 (22:02 +0000)]
* Fix BeOS breakage due to [12863]

18 years agocorrect DVD autoplay (thanks to E-bola)
Antoine Cellerier [Sun, 16 Oct 2005 22:01:51 +0000 (22:01 +0000)]
correct DVD autoplay (thanks to E-bola)

18 years ago* Fix the sub autodetect directory string
Derk-Jan Hartman [Sun, 16 Oct 2005 21:54:04 +0000 (21:54 +0000)]
* Fix the sub autodetect directory string

18 years agoFix several segmentation faults
Jean-Paul Saman [Sun, 16 Oct 2005 21:20:05 +0000 (21:20 +0000)]
Fix several segmentation faults

18 years agoRewrite base64 encoder
Rémi Denis-Courmont [Sun, 16 Oct 2005 21:15:02 +0000 (21:15 +0000)]
Rewrite base64 encoder
(it was not padding properly the end of encoded stream)

18 years agoRolled back part of revision 10144 and 11422. The solutions is the same as revision...
Jean-Paul Saman [Sun, 16 Oct 2005 20:08:22 +0000 (20:08 +0000)]
Rolled back part of revision 10144 and 11422. The solutions is the same as revision 8360

18 years agoRemove useless whitespace
Jean-Paul Saman [Sun, 16 Oct 2005 20:07:15 +0000 (20:07 +0000)]
Remove useless whitespace

18 years agoMake sure to get the right unit
Jean-Paul Saman [Sun, 16 Oct 2005 20:00:36 +0000 (20:00 +0000)]
Make sure to get the right unit

18 years ago* wizard.*: added the display-option to the advanced-transcoding and the advanced...
Felix Paul Kühne [Sun, 16 Oct 2005 19:44:44 +0000 (19:44 +0000)]
* wizard.*: added the display-option to the advanced-transcoding and the advanced-streaming options (-> it's displayed only once, since only one of these pages is displayed at a one run)
* THANKS: added zcot's patch ;)

18 years ago* forgot about the strings rules for menu-items.
Derk-Jan Hartman [Sun, 16 Oct 2005 19:21:08 +0000 (19:21 +0000)]
* forgot about the strings rules for menu-items.

18 years ago* announces -> announcements (announce is a verb)
Derk-Jan Hartman [Sun, 16 Oct 2005 19:19:48 +0000 (19:19 +0000)]
* announces -> announcements (announce is a verb)
  "Session Announcement Protocol"

18 years ago* include limits.h to be sure of PATH_MAX availability
Derk-Jan Hartman [Sun, 16 Oct 2005 18:36:20 +0000 (18:36 +0000)]
* include limits.h to be sure of PATH_MAX availability

18 years agomkv.cpp: file path comparison is case insensitive on Windows
Steve Lhomme [Sun, 16 Oct 2005 18:19:32 +0000 (18:19 +0000)]
mkv.cpp: file path comparison is case insensitive on Windows

18 years ago* Thanks to Meuuh for the feedback. threads prioritization should work now, without...
Derk-Jan Hartman [Sun, 16 Oct 2005 18:01:09 +0000 (18:01 +0000)]
* Thanks to Meuuh for the feedback. threads prioritization should work now, without annoying error messages.
* If an rt-offset is specified, then this offset is not applied to the main thread, because it's value cannot yet be retrieved at that time (same as before, but now without annoying error).

18 years ago* Always set priorities on Mac OS X.
Derk-Jan Hartman [Sun, 16 Oct 2005 15:44:56 +0000 (15:44 +0000)]
* Always set priorities on Mac OS X.
* Simplify something of [12852]

18 years ago* This patch does what the revert'ed patch from before should have done. Changing...
Derk-Jan Hartman [Sun, 16 Oct 2005 15:27:34 +0000 (15:27 +0000)]
* This patch does what the revert'ed patch from before should have done. Changing priorities of vlc threads with --rt-priotity and --rt-offset. (Note that 'rt' isn't 'realtime'. We should use Mach threading for that on Darwin)
* It also fixes the errors on the non-existent  rt-priority and rt-offset on start, which was caused because no config was loaded yet.

18 years ago* What was i smoking when i did this change?
Derk-Jan Hartman [Sun, 16 Oct 2005 14:50:17 +0000 (14:50 +0000)]
* What was i smoking when i did this change?

18 years agoBetter thread-safety in previous commit
Rémi Denis-Courmont [Sun, 16 Oct 2005 14:42:15 +0000 (14:42 +0000)]
Better thread-safety in previous commit

18 years ago- Support for glibc IDN
Rémi Denis-Courmont [Sun, 16 Oct 2005 14:32:37 +0000 (14:32 +0000)]
- Support for glibc IDN
- Run-time check for IDN

18 years ago* Fix the directory 'ignore' mode which skips .jpg's, nfo's etc when opening directories.
Derk-Jan Hartman [Sun, 16 Oct 2005 01:20:54 +0000 (01:20 +0000)]
* Fix the directory 'ignore' mode which skips .jpg's, nfo's etc when opening directories.