]> git.sesse.net Git - vlc/log
vlc
19 years ago * modules/demux/ts.c : Removed unused sysid option. VBI descriptor and
Christophe Massiot [Fri, 8 Apr 2005 17:52:23 +0000 (17:52 +0000)]
 * modules/demux/ts.c : Removed unused sysid option. VBI descriptor and
   VBI teletext descriptor should not set the codec because they only
   add information on a teletext stream.

19 years ago * modules/stream_out/transcode.c : Cleaned up the downmixing/upmixing
Christophe Massiot [Fri, 8 Apr 2005 17:44:14 +0000 (17:44 +0000)]
 * modules/stream_out/transcode.c : Cleaned up the downmixing/upmixing
   facilities. Fixed a few incoherences with
   i_original_channels/i_physical_channels.

19 years ago * modules/stream_out/bridge.c : Fixed a segfault ; delete an input stream
Christophe Massiot [Fri, 8 Apr 2005 17:42:46 +0000 (17:42 +0000)]
 * modules/stream_out/bridge.c : Fixed a segfault ; delete an input stream
   when there is no packet coming (fixes a "packet sent too late" issue
   with the ts muxer).

19 years ago * modules/access/udp.c : Fixed a segfault.
Christophe Massiot [Fri, 8 Apr 2005 17:39:18 +0000 (17:39 +0000)]
 * modules/access/udp.c : Fixed a segfault.

19 years ago * modules/audio_filter/converter/mpgatofixed32 : Fixed a major bug with
Christophe Massiot [Fri, 8 Apr 2005 16:38:59 +0000 (16:38 +0000)]
 * modules/audio_filter/converter/mpgatofixed32 : Fixed a major bug with
   downmixing ; completed downmixing options.

19 years ago * modules/mux/mpeg/ts.c : Reduced the PES and TS overhead for low bitrate
Christophe Massiot [Fri, 8 Apr 2005 16:28:16 +0000 (16:28 +0000)]
 * modules/mux/mpeg/ts.c : Reduced the PES and TS overhead for low bitrate
   mpga streams.

19 years ago * include/vlc_block.h : Added calculation of i_length in block_ChainGather.
Christophe Massiot [Fri, 8 Apr 2005 16:20:56 +0000 (16:20 +0000)]
 * include/vlc_block.h : Added calculation of i_length in block_ChainGather.

19 years ago* type in mpeg2dec configure line
Derk-Jan Hartman [Fri, 8 Apr 2005 16:11:50 +0000 (16:11 +0000)]
* type in mpeg2dec configure line

19 years ago* More dylib issues (gcrypt and libcdio)
Derk-Jan Hartman [Thu, 7 Apr 2005 14:36:24 +0000 (14:36 +0000)]
* More dylib issues (gcrypt and libcdio)

19 years ago* Fix a missing playlist release in the OSX playlist
Derk-Jan Hartman [Thu, 7 Apr 2005 10:28:59 +0000 (10:28 +0000)]
* Fix a missing playlist release in the OSX playlist

19 years agoMinor cleanup
Rémi Denis-Courmont [Thu, 7 Apr 2005 09:39:25 +0000 (09:39 +0000)]
Minor cleanup

19 years agoKeep behavior same as it was before aspect-ratio fix - the safe, conservative
Rocky Bernstein [Thu, 7 Apr 2005 04:58:36 +0000 (04:58 +0000)]
Keep behavior same as it was before aspect-ratio fix - the safe, conservative
thing to do.

19 years ago* Disable building of shared lib of libpng on OSX. it's broken
Derk-Jan Hartman [Wed, 6 Apr 2005 23:04:23 +0000 (23:04 +0000)]
* Disable building of shared lib of libpng on OSX. it's broken

19 years ago* Fixed gnutls and cdio dylib installation
Derk-Jan Hartman [Wed, 6 Apr 2005 22:33:37 +0000 (22:33 +0000)]
* Fixed gnutls and cdio dylib installation

19 years ago* modules/video_output/Modules: Added picture.h to MAKE_DIST
Derk-Jan Hartman [Wed, 6 Apr 2005 21:49:23 +0000 (21:49 +0000)]
* modules/video_output/Modules: Added picture.h to MAKE_DIST

19 years agoFix next/previous in skins2 playlist
Clément Stenac [Wed, 6 Apr 2005 19:43:34 +0000 (19:43 +0000)]
Fix next/previous in skins2 playlist

19 years agoUse VLC-release.app instead of VLC.app for package-macosx target
Jérome Decoodt [Wed, 6 Apr 2005 15:13:54 +0000 (15:13 +0000)]
Use VLC-release.app instead of VLC.app for package-macosx target

19 years agoInclude http/*.png and http/*.ico in windows packages
Jérome Decoodt [Wed, 6 Apr 2005 15:12:52 +0000 (15:12 +0000)]
Include http/*.png and http/*.ico in windows packages
-- xtophe

19 years agoAdd a new target, VLC.app which make links to files instead of copies.
Jérome Decoodt [Wed, 6 Apr 2005 14:36:57 +0000 (14:36 +0000)]
Add a new target, VLC.app which make links to files instead of copies.
The old VLC.app target has been renamed VLC-release.app

19 years agomkv.cpp: prepare for chapter codecs
Steve Lhomme [Wed, 6 Apr 2005 14:29:01 +0000 (14:29 +0000)]
mkv.cpp: prepare for chapter codecs

19 years ago- all: intitial offscreen drawing support (mostly for printing). Unfortunately, video...
Damien Fouilleul [Wed, 6 Apr 2005 11:23:52 +0000 (11:23 +0000)]
- all: intitial offscreen drawing support (mostly for printing). Unfortunately, video output cannot be printed at this stage, and to support it, interfacing with a video filter such as the 'snapshot' filter is required to do a still capture.

19 years agomkv.cpp: even less warnings
Steve Lhomme [Wed, 6 Apr 2005 09:40:16 +0000 (09:40 +0000)]
mkv.cpp: even less warnings

19 years ago * h264: less debug.
Laurent Aimar [Wed, 6 Apr 2005 09:35:45 +0000 (09:35 +0000)]
 * h264: less debug.

19 years ago * h264: bug fix (give valid date + split at the right place).
Laurent Aimar [Wed, 6 Apr 2005 09:31:38 +0000 (09:31 +0000)]
 * h264: bug fix (give valid date + split at the right place).

19 years agomkv.cpp: cleaner duration computation
Steve Lhomme [Wed, 6 Apr 2005 09:31:09 +0000 (09:31 +0000)]
mkv.cpp: cleaner duration computation

19 years agomkv.cpp: less warning
Steve Lhomme [Wed, 6 Apr 2005 09:26:39 +0000 (09:26 +0000)]
mkv.cpp: less warning

19 years ago* modules/gui/wince: bunch of fixes.
Gildas Bazin [Wed, 6 Apr 2005 08:27:13 +0000 (08:27 +0000)]
* modules/gui/wince: bunch of fixes.

19 years agomkv.cpp: the return of the family preloading
Steve Lhomme [Tue, 5 Apr 2005 21:16:04 +0000 (21:16 +0000)]
mkv.cpp: the return of the family preloading

19 years ago* modules/misc/win32text.c: text renderer using the win32 TextOut API.
Gildas Bazin [Tue, 5 Apr 2005 20:50:10 +0000 (20:50 +0000)]
* modules/misc/win32text.c: text renderer using the win32 TextOut API.

19 years agomkv.cpp: clean & fix seeking inside virtual_segment_t
Steve Lhomme [Tue, 5 Apr 2005 20:49:37 +0000 (20:49 +0000)]
mkv.cpp: clean & fix seeking inside virtual_segment_t

19 years agowx: last bunch of changes for now. The rest must be fixed by someone with msvc
Sigmund Augdal Helberg [Tue, 5 Apr 2005 17:50:40 +0000 (17:50 +0000)]
wx: last bunch of changes for now. The rest must be fixed by someone with msvc

19 years agowx: bunch more event function parameter changes
Sigmund Augdal Helberg [Tue, 5 Apr 2005 17:21:53 +0000 (17:21 +0000)]
wx: bunch more event function parameter changes

19 years agowx: (hopefully) fixed a compilation error, reported by robux
Sigmund Augdal Helberg [Tue, 5 Apr 2005 16:46:31 +0000 (16:46 +0000)]
wx: (hopefully) fixed a compilation error, reported by robux

19 years ago* modules/gui/wxwindows/dialogs.cpp: fixed add directory.
Gildas Bazin [Tue, 5 Apr 2005 15:32:26 +0000 (15:32 +0000)]
* modules/gui/wxwindows/dialogs.cpp: fixed add directory.

19 years ago* modules/gui/wxwindows/wxwindows.h: forgot this file.
Gildas Bazin [Tue, 5 Apr 2005 13:15:39 +0000 (13:15 +0000)]
* modules/gui/wxwindows/wxwindows.h: forgot this file.

19 years ago* modules/gui/wxwindows/*: added subtitles options to the stream output dialog +...
Gildas Bazin [Tue, 5 Apr 2005 13:15:07 +0000 (13:15 +0000)]
* modules/gui/wxwindows/*: added subtitles options to the stream output dialog + add open directory menu to interface.

19 years ago* modules/gui/wxwindows/open.cpp: fixed timeshift checkbox.
Gildas Bazin [Tue, 5 Apr 2005 12:35:43 +0000 (12:35 +0000)]
* modules/gui/wxwindows/open.cpp: fixed timeshift checkbox.

19 years ago* modules/demux/util/id3tag.c: fixed memory leak.
Gildas Bazin [Tue, 5 Apr 2005 10:28:36 +0000 (10:28 +0000)]
* modules/demux/util/id3tag.c: fixed memory leak.

19 years ago* modules/demux/flac.c: fixed last commit.
Gildas Bazin [Tue, 5 Apr 2005 10:23:10 +0000 (10:23 +0000)]
* modules/demux/flac.c: fixed last commit.

19 years ago* src/misc/vlm.c: misc small fixes in config file saving/loading.
Gildas Bazin [Tue, 5 Apr 2005 09:56:39 +0000 (09:56 +0000)]
* src/misc/vlm.c: misc small fixes in config file saving/loading.

19 years ago * http.c: force nsv when using unsv:// and mime is misc/ultravox.
Laurent Aimar [Tue, 5 Apr 2005 08:08:26 +0000 (08:08 +0000)]
 * http.c: force nsv when using unsv:// and mime is misc/ultravox.

19 years ago* rewind the stream to 0 if we found an id3 tag, but the flac demuxer ISNT the correc...
Derk-Jan Hartman [Tue, 5 Apr 2005 01:20:19 +0000 (01:20 +0000)]
* rewind the stream to 0 if we found an id3 tag, but the flac demuxer ISNT the correct one. Same should be done for mp3 demuxer and any other demux that launches id3 module. But not today :D

19 years ago* parsed info by mp3 is not retained between demux module probes since vlc_meta was...
Derk-Jan Hartman [Tue, 5 Apr 2005 01:17:52 +0000 (01:17 +0000)]
* parsed info by mp3 is not retained between demux module probes since vlc_meta was introduced. so remove the old logic
This should fix the id3 parsing when you open an mp3.

19 years agoFix crash in subpictures rendering
Clément Stenac [Mon, 4 Apr 2005 23:57:50 +0000 (23:57 +0000)]
Fix crash in subpictures rendering

19 years ago* fixed the item addition and auto-playback of items when adding them to the OSX...
Derk-Jan Hartman [Mon, 4 Apr 2005 23:54:54 +0000 (23:54 +0000)]
* fixed the item addition and auto-playback of items when adding them to the OSX intf.
inserting at a certain position is not yet possible.

This part of the osx code could also use a tad of cleaning up.

19 years ago* added AACP fcc and map it to mp4a.
Derk-Jan Hartman [Mon, 4 Apr 2005 23:50:07 +0000 (23:50 +0000)]
* added AACP fcc and map it to mp4a.

19 years agoFix OSD (text & widgets) aspect ratio
Clément Stenac [Mon, 4 Apr 2005 23:48:08 +0000 (23:48 +0000)]
Fix OSD (text & widgets) aspect ratio
put category in HTTP interface options

19 years agoes_out.c: add frame rate to stream and media info dialog when available
Sigmund Augdal Helberg [Mon, 4 Apr 2005 22:41:02 +0000 (22:41 +0000)]
es_out.c: add frame rate to stream and media info dialog when available
avi.c: make frame rate info available

19 years agomkv.cpp: better handling of broken files
Steve Lhomme [Mon, 4 Apr 2005 21:08:21 +0000 (21:08 +0000)]
mkv.cpp: better handling of broken files

19 years agomkv.cpp: fix playback of files with chapters
Steve Lhomme [Mon, 4 Apr 2005 18:25:09 +0000 (18:25 +0000)]
mkv.cpp: fix playback of files with chapters

19 years ago* Fix make dist, which was broken due to ebuild removal
Derk-Jan Hartman [Mon, 4 Apr 2005 14:56:40 +0000 (14:56 +0000)]
* Fix make dist, which was broken due to ebuild removal

19 years agowx/Modules.am: added all the bitmaps to make dist. Sorted the list for
Sigmund Augdal Helberg [Mon, 4 Apr 2005 11:55:39 +0000 (11:55 +0000)]
wx/Modules.am: added all the bitmaps to make dist. Sorted the list for
easier validation

19 years agosvg.c: do not subsample U and V planes in RGB->YUVA conversion.
Olivier Aubert [Mon, 4 Apr 2005 09:57:17 +0000 (09:57 +0000)]
svg.c: do not subsample U and V planes in RGB->YUVA conversion.

19 years agoTimeshift checkbox in open dialog
Clément Stenac [Mon, 4 Apr 2005 06:54:13 +0000 (06:54 +0000)]
Timeshift checkbox in open dialog

19 years agoSubtitle (subpicture) aspect ratio had been ignored. Use it now.
Rocky Bernstein [Mon, 4 Apr 2005 01:40:11 +0000 (01:40 +0000)]
Subtitle (subpicture) aspect ratio had been ignored. Use it now.
Aspect ration in subtitle means use underlying video aspect ratio.

WARNING: Since this parameter was ignored before probably there are a
number of image subtitle that have set this incorrectly. DVD's seemed
to be a case in point and that'd been fixed. Fixing other subtitles
should just be a matter of setting the i_aspect parameter correctly.

19 years agoOnly show category and artist-sorted views
Clément Stenac [Sun, 3 Apr 2005 21:36:12 +0000 (21:36 +0000)]
Only show category and artist-sorted views

19 years agob4s.c: fixed forcing of this plugin. Use "b4s-open"
Sigmund Augdal Helberg [Sun, 3 Apr 2005 20:26:43 +0000 (20:26 +0000)]
b4s.c: fixed forcing of this plugin. Use "b4s-open"

19 years agomkv.cpp: chapter merging works + small fixes
Steve Lhomme [Sun, 3 Apr 2005 19:00:30 +0000 (19:00 +0000)]
mkv.cpp: chapter merging works + small fixes

19 years agomkv.cpp: oops, the first segment wasn't played. closing playback is faster too.
Steve Lhomme [Sun, 3 Apr 2005 18:12:54 +0000 (18:12 +0000)]
mkv.cpp: oops, the first segment wasn't played. closing playback is faster too.

19 years agomkv.cpp: make editions children of chapters
Steve Lhomme [Sun, 3 Apr 2005 16:27:13 +0000 (16:27 +0000)]
mkv.cpp: make editions children of chapters

19 years ago* modules/misc/xml/libxml.c: handle XML_READER_TEXT in ReaderNodeType().
Gildas Bazin [Sun, 3 Apr 2005 16:13:59 +0000 (16:13 +0000)]
* modules/misc/xml/libxml.c: handle XML_READER_TEXT in ReaderNodeType().

19 years ago * skins2: Text control now accepts lefttop and rightbottom attributes, like
Olivier Teulière [Sun, 3 Apr 2005 12:56:25 +0000 (12:56 +0000)]
 * skins2: Text control now accepts lefttop and rightbottom attributes, like
   most other controls. The text is not really resized though (only cropped
   when needed).
   The change in the DTD is backwards-compatible.

19 years ago* better support for multiple display selection on OS X. (Remembers last selection...
Derk-Jan Hartman [Sun, 3 Apr 2005 11:23:21 +0000 (11:23 +0000)]
* better support for multiple display selection on OS X. (Remembers last selection of screen between vouts)

19 years ago* src/misc/vlm.c: config file written with CR+LF on win32.
Gildas Bazin [Sun, 3 Apr 2005 09:11:32 +0000 (09:11 +0000)]
* src/misc/vlm.c: config file written with CR+LF on win32.

19 years ago* modules/misc/xml/*, include/vlc_xml.h: new xml_ReaderUseDTD() api to enable/disable...
Gildas Bazin [Sat, 2 Apr 2005 21:36:06 +0000 (21:36 +0000)]
* modules/misc/xml/*, include/vlc_xml.h: new xml_ReaderUseDTD() api to enable/disable DTD validation.

19 years ago* modules/demux/playlist/b4s.c: misc fixes.
Gildas Bazin [Sat, 2 Apr 2005 19:16:29 +0000 (19:16 +0000)]
* modules/demux/playlist/b4s.c: misc fixes.

19 years agoaccess.c: fixed crash with preparse
Sigmund Augdal Helberg [Sat, 2 Apr 2005 17:38:06 +0000 (17:38 +0000)]
access.c: fixed crash with preparse

19 years agowx: use the documented Move method rather than the undocumented SetPosition
Sigmund Augdal Helberg [Sat, 2 Apr 2005 16:12:26 +0000 (16:12 +0000)]
wx: use the documented Move method rather than the undocumented SetPosition

19 years agonew b4s demuxer for winamp b4s playlists. Uses xml parser modules. Only
Sigmund Augdal Helberg [Sat, 2 Apr 2005 13:58:03 +0000 (13:58 +0000)]
new b4s demuxer for winamp b4s playlists. Uses xml parser modules. Only
works with xtag for now due to lack of a DTD

19 years agoxtag.c: Don't create pcdata elements outside the root element. try harder to
Sigmund Augdal Helberg [Sat, 2 Apr 2005 13:56:03 +0000 (13:56 +0000)]
xtag.c: Don't create pcdata elements outside the root element. try harder to
read entire stream. make xml_ReaderValue return pcdata when available. Added
some more debug printfs when XTAG_DEBUG is defined.

19 years agohttp.c: fixed out of buffer write with ICY meta
Sigmund Augdal Helberg [Sat, 2 Apr 2005 13:10:53 +0000 (13:10 +0000)]
http.c: fixed out of buffer write with ICY meta

19 years ago* src/misc/configuration.c: removed annoying debug message.
Gildas Bazin [Sat, 2 Apr 2005 12:04:37 +0000 (12:04 +0000)]
* src/misc/configuration.c: removed annoying debug message.

19 years agolibxml.c: include header for stream, since api changes.
Sigmund Augdal Helberg [Sat, 2 Apr 2005 10:20:22 +0000 (10:20 +0000)]
libxml.c: include header for stream, since api changes.

19 years agomkv.cpp: store the segment duration in microseconds too
Steve Lhomme [Sat, 2 Apr 2005 09:59:34 +0000 (09:59 +0000)]
mkv.cpp: store the segment duration in microseconds too

19 years agomkv.cpp: the segment start time is now an integer in microseconds
Steve Lhomme [Sat, 2 Apr 2005 09:25:31 +0000 (09:25 +0000)]
mkv.cpp: the segment start time is now an integer in microseconds

19 years agoall: ported xml parsers to stream_t
Sigmund Augdal Helberg [Fri, 1 Apr 2005 22:39:10 +0000 (22:39 +0000)]
all: ported xml parsers to stream_t

19 years agostream.c: fixed stream_Delete() for streams opened by stream_UrlNew()
Sigmund Augdal Helberg [Fri, 1 Apr 2005 22:32:18 +0000 (22:32 +0000)]
stream.c: fixed stream_Delete() for streams opened by stream_UrlNew()

19 years agofixed a few problems with stream_UrlNew
Sigmund Augdal Helberg [Fri, 1 Apr 2005 22:23:22 +0000 (22:23 +0000)]
fixed a few problems with stream_UrlNew

19 years ago vout_intf.c: write snapshots on Desktop on BeOS
Eric Petit [Fri, 1 Apr 2005 22:01:24 +0000 (22:01 +0000)]
 vout_intf.c: write snapshots on Desktop on BeOS
 beos/*: use B_KEY_DOWN/B_KEY_UP messages instead of KeyDown()/KeyUp()
   so we can have access to the key code and be more reliable (fixes a
   bunch of hotkeys). Fixed snapshots (missing pf_control)

19 years ago- Fix playlist deadlock between Timer and Playlist stuff
Rémi Denis-Courmont [Fri, 1 Apr 2005 21:57:09 +0000 (21:57 +0000)]
- Fix playlist deadlock between Timer and Playlist stuff
There are still other deadlocks in wx though

19 years agoadded a stream_UrlNew to open a general purpos stream_t from a url.
Sigmund Augdal Helberg [Fri, 1 Apr 2005 18:37:31 +0000 (18:37 +0000)]
added a stream_UrlNew to open a general purpos stream_t from a url.
added a pf_destroy to stream_t, changed all various stream_FooDestroy to
stream_Delete

19 years agoset svn:ignore
Sigmund Augdal Helberg [Fri, 1 Apr 2005 18:15:51 +0000 (18:15 +0000)]
set svn:ignore

19 years agowxwindows.cpp: compile fixes
Sigmund Augdal Helberg [Fri, 1 Apr 2005 17:19:34 +0000 (17:19 +0000)]
wxwindows.cpp: compile fixes

19 years agomkv.cpp: oops
Steve Lhomme [Fri, 1 Apr 2005 17:14:58 +0000 (17:14 +0000)]
mkv.cpp: oops

19 years agomkv.cpp: moved seek code in classes, improved support for cue-less files, improved...
Steve Lhomme [Fri, 1 Apr 2005 16:49:59 +0000 (16:49 +0000)]
mkv.cpp: moved seek code in classes, improved support for cue-less files, improved cursor behaviour when seeking

19 years ago * wxwin: at start up, restore last size+position+state of windows.
Laurent Aimar [Fri, 1 Apr 2005 16:00:32 +0000 (16:00 +0000)]
 * wxwin: at start up, restore last size+position+state of windows.

19 years agoYet another leak
Rémi Denis-Courmont [Fri, 1 Apr 2005 15:47:38 +0000 (15:47 +0000)]
Yet another leak

19 years agoMem leaks
Rémi Denis-Courmont [Fri, 1 Apr 2005 15:29:23 +0000 (15:29 +0000)]
Mem leaks

19 years agowx/*: fix a few string additions
Sigmund Augdal Helberg [Fri, 1 Apr 2005 14:39:36 +0000 (14:39 +0000)]
wx/*: fix a few string additions

19 years agoDocumentation/Example update
Damien Fouilleul [Fri, 1 Apr 2005 13:50:37 +0000 (13:50 +0000)]
Documentation/Example update

19 years agodemux/flac.c: support flac files with id3 tag. closes #2015
Sigmund Augdal Helberg [Fri, 1 Apr 2005 13:28:54 +0000 (13:28 +0000)]
demux/flac.c: support flac files with id3 tag. closes #2015

19 years ago* modules/gui/wxwindows: re-implemented the mute control.
Gildas Bazin [Fri, 1 Apr 2005 10:35:44 +0000 (10:35 +0000)]
* modules/gui/wxwindows: re-implemented the mute control.

19 years ago- invalid free removed (might be the reason why sap discovery was so unstable)
Rémi Denis-Courmont [Fri, 1 Apr 2005 08:02:28 +0000 (08:02 +0000)]
- invalid free removed (might be the reason why sap discovery was so unstable)
- 7 memleaks fixed

19 years agoremove two debug fprintfs
Antoine Cellerier [Thu, 31 Mar 2005 21:36:30 +0000 (21:36 +0000)]
remove two debug fprintfs

19 years ago * small fixes (the icon change should now work under windows)
Antoine Cellerier [Thu, 31 Mar 2005 21:23:36 +0000 (21:23 +0000)]
 * small fixes (the icon change should now work under windows)

19 years agochange the speaker into a mute/unmute button
Antoine Cellerier [Thu, 31 Mar 2005 17:02:44 +0000 (17:02 +0000)]
change the speaker into a mute/unmute button
(only works if something is playing ... and we have to fix the bug where
the image doesn't get updated like for the play/pause button)

19 years agoinput.c: fixed a possible locking problem in vlc_input_item_GetInfo
Sigmund Augdal Helberg [Thu, 31 Mar 2005 15:46:38 +0000 (15:46 +0000)]
input.c: fixed a possible locking problem in vlc_input_item_GetInfo

19 years ago* modules/video_output/wingdi.c: bunch of fixes and improvements.
Gildas Bazin [Wed, 30 Mar 2005 23:48:41 +0000 (23:48 +0000)]
* modules/video_output/wingdi.c: bunch of fixes and improvements.

19 years ago* modules/gui/wince: added dialogs provider + another massive cleanup + updates.
Gildas Bazin [Wed, 30 Mar 2005 23:47:41 +0000 (23:47 +0000)]
* modules/gui/wince: added dialogs provider + another massive cleanup + updates.

19 years agoinput.c: doxygenize vlc_input_item_GetInfo
Sigmund Augdal Helberg [Wed, 30 Mar 2005 22:45:13 +0000 (22:45 +0000)]
input.c: doxygenize vlc_input_item_GetInfo
wx/timer.cpp: show Now Playing in statusbar if available