]> git.sesse.net Git - vlc/log
vlc
21 years ago * ./FAQ: a few corrections. See also http://angryflower.com/bobsqu.gif
Sam Hocevar [Tue, 14 Jan 2003 18:56:52 +0000 (18:56 +0000)]
  * ./FAQ: a few corrections. See also http://angryflower.com/bobsqu.gif

21 years ago Now you can save preferences.
Eric Petit [Tue, 14 Jan 2003 16:00:49 +0000 (16:00 +0000)]
 Now you can save preferences.

21 years ago * added a sanity lock
Eric Petit [Tue, 14 Jan 2003 15:31:12 +0000 (15:31 +0000)]
 * added a sanity lock

21 years ago* Fixed dual-mono handling of MPEG audio.
Christophe Massiot [Tue, 14 Jan 2003 14:51:02 +0000 (14:51 +0000)]
* Fixed dual-mono handling of MPEG audio.
* rc.c: fixed a warning.

21 years ago * Added a file panel for subtitles file selection.
Eric Petit [Tue, 14 Jan 2003 14:48:55 +0000 (14:48 +0000)]
 * Added a file panel for subtitles file selection.

21 years ago * stream_output.c: fix a bug with "null" stream.
Laurent Aimar [Tue, 14 Jan 2003 04:34:13 +0000 (04:34 +0000)]
 * stream_output.c: fix a bug with "null" stream.

21 years agochanged the a rule into add and made it work along with others such as play
Sigmund Augdal Helberg [Tue, 14 Jan 2003 01:30:09 +0000 (01:30 +0000)]
changed the a rule into add and made it work along with others such as play
even when nothing is currently playing. Added a playlist command to list the
entries currently in the playlist. plus some cleanups and sanity checks.

21 years agoUpdated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne...
Christophe Massiot [Mon, 13 Jan 2003 23:45:49 +0000 (23:45 +0000)]
Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>.

21 years ago * ./modules/gui/macosx/aout.m: don't call AudioHardwareUnload.
Jon Lech Johansen [Mon, 13 Jan 2003 20:02:37 +0000 (20:02 +0000)]
  * ./modules/gui/macosx/aout.m: don't call AudioHardwareUnload.

21 years ago * adpcm: changed the way that data are read and thus seek will work.
Laurent Aimar [Mon, 13 Jan 2003 17:39:05 +0000 (17:39 +0000)]
 * adpcm: changed the way that data are read and thus seek will work.

21 years ago * MacOSX interface: fixed a stupid bug
Olivier Teulière [Mon, 13 Jan 2003 17:11:14 +0000 (17:11 +0000)]
 * MacOSX interface: fixed a stupid bug
 * Win32 interface: completed support for channel selection

21 years agoCompilation fix.
Christophe Massiot [Mon, 13 Jan 2003 16:58:58 +0000 (16:58 +0000)]
Compilation fix.

21 years ago * ./toolbox: toolbox --update-po now automatically extracts strings from
Sam Hocevar [Mon, 13 Jan 2003 15:20:25 +0000 (15:20 +0000)]
  * ./toolbox: toolbox --update-po now automatically extracts strings from
    the Win32 interface.

21 years agoFixed typo
Alexis de Lattre [Mon, 13 Jan 2003 15:14:45 +0000 (15:14 +0000)]
Fixed typo

21 years agoDo not forget to register aout_ChannelsRestart as the callback for
Christophe Massiot [Mon, 13 Jan 2003 14:51:25 +0000 (14:51 +0000)]
Do not forget to register aout_ChannelsRestart as the callback for
audio-device, plus miscellaneous changes.

21 years ago * ./modules/video_output/sdl.c: protected libSDL initialization calls to
Sam Hocevar [Mon, 13 Jan 2003 13:28:55 +0000 (13:28 +0000)]
  * ./modules/video_output/sdl.c: protected libSDL initialization calls to
    avoid race conditions and deadlocks.

21 years ago * mux/avi.c: added index creation.
Laurent Aimar [Mon, 13 Jan 2003 04:46:49 +0000 (04:46 +0000)]
 * mux/avi.c: added index creation.
 * demux/avi.c: fix stream length calculation.
 * stream_output.c: forgot a return value ...

21 years ago * all: now mux and access_out can request to reserve some memory in front
Laurent Aimar [Mon, 13 Jan 2003 02:33:13 +0000 (02:33 +0000)]
 * all: now mux and access_out can request to reserve some memory in front
of each sout buffer (will prevent some unnecessary memcpy :). Not yet
really used.

21 years ago * mp4: added parsing of some mov boxes (alternate movies).
Laurent Aimar [Mon, 13 Jan 2003 02:30:11 +0000 (02:30 +0000)]
 * mp4: added parsing of some mov boxes (alternate movies).

21 years ago * ./debian/rules: compilation bypasses for the Debian maintainer.
Sam Hocevar [Mon, 13 Jan 2003 01:11:00 +0000 (01:11 +0000)]
  * ./debian/rules: compilation bypasses for the Debian maintainer.

21 years agoFixed some paths.
Jean-Paul Saman [Sun, 12 Jan 2003 19:08:40 +0000 (19:08 +0000)]
Fixed some paths.

21 years agoUse gtk_main_quit only in one place (the function Manage()).
Jean-Paul Saman [Sun, 12 Jan 2003 19:08:09 +0000 (19:08 +0000)]
Use gtk_main_quit only in one place (the function Manage()).

21 years ago * avi: partial fix for non interleaved file with incorrect( I'm not sure
Laurent Aimar [Sun, 12 Jan 2003 18:26:09 +0000 (18:26 +0000)]
 * avi: partial fix for non interleaved file with incorrect( I'm not sure
about that) stream descriptor. Now at least video will be played.

21 years ago * ./modules/gui/macosx/intf.m: Fixed mutex errors on stop (Closes #80).
Jon Lech Johansen [Sun, 12 Jan 2003 18:25:05 +0000 (18:25 +0000)]
  * ./modules/gui/macosx/intf.m: Fixed mutex errors on stop (Closes #80).

21 years ago * src/video_output/video_output.c: add a key-pressed variable to p_vout
Sigmund Augdal Helberg [Sun, 12 Jan 2003 15:38:35 +0000 (15:38 +0000)]
 * src/video_output/video_output.c: add a key-pressed variable to p_vout
 * modules/access/dvdplay/intf.c: allow keyboard naviagation in dvd-menus,
by reading the key-pressed variable
 * modules/control/lirc/lirc.c: allow navigation with remote control by
faking keypresses (closes #38). I think the remotes for dvdplayers usually
have buttons for "root menu" and "title menu". Whould this be easily
implemented in vlc?

21 years ago * m4v: a raw MPEG-4 video stream demuxer (for now, it assumes 25fps).
Laurent Aimar [Sun, 12 Jan 2003 06:39:45 +0000 (06:39 +0000)]
 * m4v: a raw MPEG-4 video stream demuxer (for now, it assumes 25fps).
You have to force this demuxer.

21 years ago * avi.c: avi muxer. (It produces broken files, but vlc is able to read
Laurent Aimar [Sun, 12 Jan 2003 04:30:14 +0000 (04:30 +0000)]
 * avi.c: avi muxer. (It produces broken files, but vlc is able to read
them).

21 years ago * some workaround for clock.
Laurent Aimar [Sun, 12 Jan 2003 04:11:35 +0000 (04:11 +0000)]
 * some workaround for clock.

21 years ago * beos/* : fixed a bug in the progress bar with big files
Eric Petit [Sun, 12 Jan 2003 02:08:39 +0000 (02:08 +0000)]
 * beos/* : fixed a bug in the progress bar with big files
 * beos_specific.cpp : fixed the app signature
 * VlcWrapper.* : removed unused code

21 years ago new rule for remote controls with combined play/pause button (like mine has)
Sigmund Augdal Helberg [Sun, 12 Jan 2003 01:26:36 +0000 (01:26 +0000)]
 new rule for remote controls with combined play/pause button (like mine has)

21 years ago Corrected the list of supported MIME types.
Eric Petit [Sun, 12 Jan 2003 00:22:37 +0000 (00:22 +0000)]
 Corrected the list of supported MIME types.

21 years ago * Needed update because variables names changed in the 'adjust' module.
Eric Petit [Sat, 11 Jan 2003 20:42:47 +0000 (20:42 +0000)]
 * Needed update because variables names changed in the 'adjust' module.

21 years ago* SAP is disabled by default.
Arnaud Schauly [Sat, 11 Jan 2003 20:25:36 +0000 (20:25 +0000)]
* SAP is disabled by default.

21 years agofixed flickering of skip buttons (and consequently crashing if you pressed them)
Stephan Assmus [Sat, 11 Jan 2003 19:33:09 +0000 (19:33 +0000)]
fixed flickering of skip buttons (and consequently crashing if you pressed them)

21 years ago * avi: fix my last fix :)
Laurent Aimar [Sat, 11 Jan 2003 18:31:17 +0000 (18:31 +0000)]
 * avi: fix my last fix :)

21 years ago * asf: prevent some segfault with broken file. (partially fix bug 72)
Laurent Aimar [Sat, 11 Jan 2003 18:10:49 +0000 (18:10 +0000)]
 * asf: prevent some segfault with broken file. (partially fix bug 72)
 * avi: respect frame size (for audio codec) and close bug 75.
 * ffmpeg: can now read multiples audio frames from the same buffer.

21 years ago * Fixed my previous commit (thanks fenrir)
Olivier Teulière [Sat, 11 Jan 2003 17:23:13 +0000 (17:23 +0000)]
 * Fixed my previous commit (thanks fenrir)

21 years ago * compilation fix
Olivier Teulière [Sat, 11 Jan 2003 14:09:22 +0000 (14:09 +0000)]
 * compilation fix

21 years ago * re-included playlist.h (got confused with vlc-playlist.h)
Loïc Minier [Fri, 10 Jan 2003 17:30:18 +0000 (17:30 +0000)]
  * re-included playlist.h (got confused with vlc-playlist.h)

21 years ago Thread priority management on BeOS.
Eric Petit [Fri, 10 Jan 2003 17:01:53 +0000 (17:01 +0000)]
 Thread priority management on BeOS.

21 years ago Definitively fixed sync (I hope).
Eric Petit [Fri, 10 Jan 2003 16:21:39 +0000 (16:21 +0000)]
 Definitively fixed sync (I hope).

21 years agoFixed liba52 detection using --with-a52.
Christophe Massiot [Fri, 10 Jan 2003 13:21:17 +0000 (13:21 +0000)]
Fixed liba52 detection using --with-a52.

21 years ago* fixed previous commit (didn't work everytime)
Cyril Deguet [Fri, 10 Jan 2003 12:34:50 +0000 (12:34 +0000)]
* fixed previous commit (didn't work everytime)

21 years ago* enable the network channel box when selecting network channel input
Cyril Deguet [Fri, 10 Jan 2003 11:02:21 +0000 (11:02 +0000)]
* enable the network channel box when selecting network channel input
  (gnome interface)

21 years ago * removed an useless inclusion
Loïc Minier [Fri, 10 Jan 2003 10:01:47 +0000 (10:01 +0000)]
  * removed an useless inclusion

21 years ago * access_slp LD options
Loïc Minier [Fri, 10 Jan 2003 09:28:16 +0000 (09:28 +0000)]
  * access_slp LD options

21 years ago * New entries:
Loïc Minier [Fri, 10 Jan 2003 09:25:57 +0000 (09:25 +0000)]
  * New entries:
    2.16 NO VIDEO!! or NO AUDIO !!
    3.3.4 Does VLC support DVD from all zones?
    3.3.5 How can I take screenshots?
    5. Miscellaneous
    5.1 How may I help your project?
    5.2 Why are your mailing-lists and your website in english?

21 years ago* vlc.spec: new packetizer/mpeg4audio plugin added.
Yves Duret [Fri, 10 Jan 2003 08:04:49 +0000 (08:04 +0000)]
* vlc.spec: new packetizer/mpeg4audio plugin added.

21 years ago * removed VLC_GO to avoid skipping to the last program
Loïc Minier [Fri, 10 Jan 2003 06:16:55 +0000 (06:16 +0000)]
  * removed VLC_GO to avoid skipping to the last program

21 years ago * configure.ac.in, modules/access/slp.c: New SLP access module,
Loïc Minier [Fri, 10 Jan 2003 04:58:23 +0000 (04:58 +0000)]
  * configure.ac.in, modules/access/slp.c: New SLP access module,
        see <http://www.openslp.org/>

21 years ago * ./modules/gui/win32: fixed a bug in the preferences (closes #60)
Olivier Teulière [Fri, 10 Jan 2003 01:09:31 +0000 (01:09 +0000)]
 * ./modules/gui/win32: fixed a bug in the preferences (closes #60)

21 years ago* OS X: Fixed a segfault with empty configuration strings (closes #65),
Christophe Massiot [Thu, 9 Jan 2003 23:43:07 +0000 (23:43 +0000)]
* OS X: Fixed a segfault with empty configuration strings (closes #65),
* cosmetic messages cleanups.

21 years ago * Mentionned libdvdcss vs DMCS in 4.2 ((c) Meuuh :)
Loïc Minier [Thu, 9 Jan 2003 22:30:44 +0000 (22:30 +0000)]
  * Mentionned libdvdcss vs DMCS in 4.2 ((c) Meuuh :)

21 years ago * avi: read less data at once as it seems to give better sound. (I thinks
Laurent Aimar [Thu, 9 Jan 2003 18:23:43 +0000 (18:23 +0000)]
 * avi: read less data at once as it seems to give better sound. (I thinks
it's more a workaround that a true fix).

21 years ago * ./modules/video_output/x11/xcommon.c: fixed i_visible_pitch calculation.
Sam Hocevar [Thu, 9 Jan 2003 18:06:06 +0000 (18:06 +0000)]
  * ./modules/video_output/x11/xcommon.c: fixed i_visible_pitch calculation.

21 years ago * ./modules/video_filter/*.c: all filters now properly use i_visible_pitch
Sam Hocevar [Thu, 9 Jan 2003 17:47:05 +0000 (17:47 +0000)]
  * ./modules/video_filter/*.c: all filters now properly use i_visible_pitch
    instead of i_pitch for pixel access (Closes: #30).

21 years ago * ./modules/video_filter/adjust.c: properly fixed margin handling (partially
Sam Hocevar [Thu, 9 Jan 2003 16:26:14 +0000 (16:26 +0000)]
  * ./modules/video_filter/adjust.c: properly fixed margin handling (partially
    closes #30).

21 years ago * ./modules/video_filter/adjust.c: rehandled code and enhanced the
Sam Hocevar [Thu, 9 Jan 2003 15:38:09 +0000 (15:38 +0000)]
  * ./modules/video_filter/adjust.c: rehandled code and enhanced the
    config variables descriptions.

21 years ago * ./modules/video_output/sdl.c: fixed visible picture pitch calculation.
Sam Hocevar [Thu, 9 Jan 2003 14:05:31 +0000 (14:05 +0000)]
  * ./modules/video_output/sdl.c: fixed visible picture pitch calculation.

21 years ago * ./modules/video_filter/transform.c: the 90 and 270 transformation routines
Sam Hocevar [Thu, 9 Jan 2003 14:00:00 +0000 (14:00 +0000)]
  * ./modules/video_filter/transform.c: the 90 and 270 transformation routines
    now use the visible pitch of a picture, not its total pitch (Closes: #29).

21 years ago * ./modules/codec/spudec/parse.c: set the duration of DVD subtitles
Sam Hocevar [Thu, 9 Jan 2003 10:12:42 +0000 (10:12 +0000)]
  * ./modules/codec/spudec/parse.c: set the duration of DVD subtitles
    according to the playing rate.

21 years agoDo not bail out when no *.gmo exists.
Christophe Massiot [Wed, 8 Jan 2003 23:15:13 +0000 (23:15 +0000)]
Do not bail out when no *.gmo exists.

21 years ago * typos
Loïc Minier [Wed, 8 Jan 2003 16:40:44 +0000 (16:40 +0000)]
  * typos
  * mentionned Redhat because it disables DMA

21 years ago * configure.ac.in: added mpeg4audio packetizer and allowed conpilation of TS
Laurent Aimar [Wed, 8 Jan 2003 16:40:29 +0000 (16:40 +0000)]
 * configure.ac.in: added mpeg4audio packetizer and allowed conpilation of TS
muxer with libdvbpsi.
 * mpeg/* : added preliminary support of mpeg4 video and audio in TS stream.
(only in ts_dvbpsi demuxer).

21 years ago Partial fix for video/audio sync.
Eric Petit [Wed, 8 Jan 2003 15:13:32 +0000 (15:13 +0000)]
 Partial fix for video/audio sync.

21 years ago * ./src/stream_output/stream_output.c: minor fix for Win32 drive letter
Sam Hocevar [Wed, 8 Jan 2003 14:59:23 +0000 (14:59 +0000)]
  * ./src/stream_output/stream_output.c: minor fix for Win32 drive letter
    display.

21 years ago * Mentionned the inclusion of the contrib dir
Loïc Minier [Wed, 8 Jan 2003 14:31:04 +0000 (14:31 +0000)]
  * Mentionned the inclusion of the contrib dir

21 years agouse *$(LIBEXT) and not *.so in package-win32 and package-beos targets. Also
Sigmund Augdal Helberg [Wed, 8 Jan 2003 14:00:29 +0000 (14:00 +0000)]
use *$(LIBEXT) and not *.so in package-win32 and package-beos targets. Also
a minor change in argumets passed to nsis

21 years ago Use pf_memcpy and pf_memset.
Eric Petit [Wed, 8 Jan 2003 13:52:56 +0000 (13:52 +0000)]
 Use pf_memcpy and pf_memset.

21 years ago * New entries:
Loïc Minier [Wed, 8 Jan 2003 12:13:24 +0000 (12:13 +0000)]
  * New entries:
    4. Legal concerns
    4.1 May I use the VideoLAN logo?
    4.2 May I reditribute VLC?

21 years ago* Added --no-spdif option (just like in OSS) and fixed a localization bug.
Christophe Massiot [Wed, 8 Jan 2003 10:50:58 +0000 (10:50 +0000)]
* Added --no-spdif option (just like in OSS) and fixed a localization bug.

21 years ago * mp4.c: allowed multiple moov headers by taking the first one
Laurent Aimar [Wed, 8 Jan 2003 10:46:30 +0000 (10:46 +0000)]
 * mp4.c: allowed multiple moov headers by taking the first one
(multiple moov headers is strictly forbidden but I 've seen such file)

21 years ago * faad: fixed a segfault when faad initialisation failed.(anyway it
Laurent Aimar [Wed, 8 Jan 2003 10:43:27 +0000 (10:43 +0000)]
 * faad: fixed a segfault when faad initialisation failed.(anyway it
doesn't solve the real problem).

21 years ago * ffmpeg/video.c: in case of mpeg4 stream search in p_bitmapinfo for
Laurent Aimar [Wed, 8 Jan 2003 10:41:57 +0000 (10:41 +0000)]
 * ffmpeg/video.c: in case of mpeg4 stream search in p_bitmapinfo for
an vol header. (In fact reverse an prevous commit)

21 years ago * file.c: removed an useless debug message.
Laurent Aimar [Wed, 8 Jan 2003 10:40:10 +0000 (10:40 +0000)]
 * file.c: removed an useless debug message.

21 years ago * all: added a new function (sout_BufferChain) and allowed dummy
Laurent Aimar [Wed, 8 Jan 2003 10:38:32 +0000 (10:38 +0000)]
 * all: added a new function (sout_BufferChain) and allowed dummy
stream input creation (with "null" fourcc).

21 years ago * pes.c, ps.c: a52 stream should now work.
Laurent Aimar [Wed, 8 Jan 2003 10:34:58 +0000 (10:34 +0000)]
 * pes.c, ps.c: a52 stream should now work.
 * ts.c: added support for libdvbpsi (like ts demux, two modules are
generated : mux_ts and mux_ts_dvbpsi), fix crc generation for pat/pmt
without libdvbpsi. More works to add mpeg4 support (now I generate IOD
and SL descriptor).

21 years ago * mpeg4audio.c: new packetizer (but for now it don't support adts aac)
Laurent Aimar [Wed, 8 Jan 2003 10:26:49 +0000 (10:26 +0000)]
 * mpeg4audio.c: new packetizer (but for now it don't support adts aac)
 * mpeg4video.c: I 've rewritten it

21 years ago * ./modules/gui/win32/preferences.cpp: fixed a segfault when a module
Olivier Teulière [Wed, 8 Jan 2003 03:01:55 +0000 (03:01 +0000)]
 * ./modules/gui/win32/preferences.cpp: fixed a segfault when a module
   forgets to declare 'add_category_hint'
 * ./modules/demux/mpeg/ts.c: added a missing 'add_category_hint' :p

21 years ago Minor GUI fixes in the prefs window.
Eric Petit [Wed, 8 Jan 2003 02:32:50 +0000 (02:32 +0000)]
 Minor GUI fixes in the prefs window.

21 years ago * Added sound volume management and changed a bit the menus
Olivier Teulière [Wed, 8 Jan 2003 02:16:09 +0000 (02:16 +0000)]
 * Added sound volume management and changed a bit the menus
 * Added audio channels selection, but it's currently disabled since
   it's quite buggy :)

21 years ago Fixed language and subtitle selection.
Eric Petit [Wed, 8 Jan 2003 02:09:15 +0000 (02:09 +0000)]
 Fixed language and subtitle selection.

21 years ago* New VLC brush-metal interface, courtesy of David Weber <david_weber@gmx.de>
Christophe Massiot [Wed, 8 Jan 2003 00:41:25 +0000 (00:41 +0000)]
* New VLC brush-metal interface, courtesy of David Weber <david_weber@gmx.de>
* Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>

21 years ago * all: I have added two new variables in es_descriptor_t and
Laurent Aimar [Tue, 7 Jan 2003 21:49:01 +0000 (21:49 +0000)]
 * all: I have added two new variables in es_descriptor_t and
decoder_fifo_t (p_waveformatex and p_bitmapinfoheader). It's
a replacement of p_demux_data as this variable is used by
some demuxers in another way. This way, I will be able to add
preliminary support of mpeg4 in mpeg2TS... (I haven't tested ogm
demuxer so if somebody wants ...)

21 years ago * modules/demux/mpeg/ts.c: fixed ts_dvbpsi demux forcing (with
Johan Bilien [Tue, 7 Jan 2003 15:12:48 +0000 (15:12 +0000)]
  * modules/demux/mpeg/ts.c: fixed ts_dvbpsi demux forcing (with
    file/ts_dvbpsi:) with TS streams that don't start with 0x47

21 years agoFixed another very nasty localization bug.
Christophe Massiot [Tue, 7 Jan 2003 15:12:15 +0000 (15:12 +0000)]
Fixed another very nasty localization bug.

21 years agoNew "spdif" setting, allowing to permanently disable S/PDIF detection.
Christophe Massiot [Tue, 7 Jan 2003 14:58:33 +0000 (14:58 +0000)]
New "spdif" setting, allowing to permanently disable S/PDIF detection.

21 years agoRemoved unused options in the aout.
Christophe Massiot [Tue, 7 Jan 2003 14:38:13 +0000 (14:38 +0000)]
Removed unused options in the aout.

21 years ago * minor updates to pofiles.
Sam Hocevar [Tue, 7 Jan 2003 13:26:22 +0000 (13:26 +0000)]
  * minor updates to pofiles.

21 years agoFixed a compilation issue.
Christophe Massiot [Mon, 6 Jan 2003 22:57:47 +0000 (22:57 +0000)]
Fixed a compilation issue.

21 years ago* Bumped up revision number to 0.5.0-test2,
Christophe Massiot [Mon, 6 Jan 2003 22:07:47 +0000 (22:07 +0000)]
* Bumped up revision number to 0.5.0-test2,
* MacOS X port: new error dialog displaying error messages,
* Updated localization files,
* Comestic fixes.

21 years ago- Mandrake %configure2_5x rpm macro is now fixed (was in cross-compil mode).
Yves Duret [Mon, 6 Jan 2003 20:08:59 +0000 (20:08 +0000)]
- Mandrake %configure2_5x rpm macro is now fixed (was in cross-compil mode).
- removed access/rtp plugin (merged in access/udp).
- removed codec/imdct and codec/downmix plugins (deprecated).
- libvlc0-devel provides libvlc-devel.
- mmx/3dn plugins are only for x86 arch (use %ifarch %ix86 to list them)
  ie. fix rpm building on ppc thx Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>

21 years ago * modules/gui/win32/network.cpp: added support for ftp and mms
Olivier Teulière [Mon, 6 Jan 2003 15:39:22 +0000 (15:39 +0000)]
 * modules/gui/win32/network.cpp: added support for ftp and mms
 * modules/gui/win32/disc.cpp: cosmetic

21 years agoMacOS X port :
Christophe Massiot [Mon, 6 Jan 2003 02:45:09 +0000 (02:45 +0000)]
MacOS X port :
* New "stream output" area in the open panel.

21 years ago * added a i_min, i_max, f_min and f_max in module_config_t structure
Simon Latapie [Mon, 6 Jan 2003 00:37:30 +0000 (00:37 +0000)]
 * added a i_min, i_max, f_min and f_max in module_config_t structure
 * added a add_integer_with_range() and add_float_with_range()
 * gtk interface: now uses a slider when a min or a max is specified

21 years ago modules/demux/asf/*: added some file info code
Sigmund Augdal Helberg [Sun, 5 Jan 2003 21:03:58 +0000 (21:03 +0000)]
 modules/demux/asf/*: added some file info code
 modules/demux/util/id3tag.c: do not parse id3v1 tags at the end of file, as
these cause to much trubble

21 years agoFixed the "stream has changed" bug.
Christophe Massiot [Sun, 5 Jan 2003 20:45:29 +0000 (20:45 +0000)]
Fixed the "stream has changed" bug.

21 years agoMacOS X port :
Christophe Massiot [Sun, 5 Jan 2003 16:23:57 +0000 (16:23 +0000)]
MacOS X port :
* Fixed a segfault in the "Close Window" code,
* Fullscreen state is now retained between files,
* Preferences items now feature LONGTEXT tooltips (maybe we should wrap them ?).

21 years ago* modules/audio_output/directx.c: use VLC_THREAD_PRIORITY_HIGHEST for
Gildas Bazin [Sun, 5 Jan 2003 13:39:32 +0000 (13:39 +0000)]
* modules/audio_output/directx.c: use VLC_THREAD_PRIORITY_HIGHEST for
the audio output thread. That should make Win9x/Me happier.

21 years ago MacOS X port:
Jon Lech Johansen [Sun, 5 Jan 2003 03:21:50 +0000 (03:21 +0000)]
  MacOS X port:
  * replaced playlist panel with drawer.
  * implemented context menu for playlist tableview.