]> git.sesse.net Git - vlc/log
vlc
20 years ago * all: don't use input_OffsetToTime anymore.
Laurent Aimar [Mon, 7 Jun 2004 21:26:35 +0000 (21:26 +0000)]
 * all: don't use input_OffsetToTime anymore.

20 years ago* the txt rule now uses xsltproc. faster and nicer
Anil Daoud [Mon, 7 Jun 2004 20:35:12 +0000 (20:35 +0000)]
* the txt rule now uses xsltproc. faster and nicer

20 years ago* developer/html : sorry forgot this svn:ignore...
Anil Daoud [Mon, 7 Jun 2004 19:54:14 +0000 (19:54 +0000)]
* developer/html : sorry forgot this svn:ignore...

20 years ago* added proper svn:ignore properties
Anil Daoud [Mon, 7 Jun 2004 19:49:22 +0000 (19:49 +0000)]
* added proper svn:ignore properties

20 years agoForgot the CSS
Clément Stenac [Mon, 7 Jun 2004 19:48:35 +0000 (19:48 +0000)]
Forgot the CSS

20 years ago* All C files: coding style update
Olivier Aubert [Mon, 7 Jun 2004 19:40:26 +0000 (19:40 +0000)]
* All C files: coding style update
* mediacontrol-core.c: update to the new control API
* configure.ac, Modules.am: (unfinished) build changes

20 years agoConvert icons to png for pdf output
Clément Stenac [Mon, 7 Jun 2004 19:32:10 +0000 (19:32 +0000)]
Convert icons to png for pdf output

20 years ago* fixed a few rules (pdf, txt and clean)
Anil Daoud [Mon, 7 Jun 2004 19:27:55 +0000 (19:27 +0000)]
* fixed a few rules (pdf, txt and clean)

20 years agoUse xlstproc instead of jade for HTML output
Clément Stenac [Mon, 7 Jun 2004 19:13:05 +0000 (19:13 +0000)]
Use xlstproc instead of jade for HTML output
Output PDF instead of PS

You will need
 * xsltproc
 * the docbook XSL package

20 years ago * all: use var_Set/Get "state"/"position"/"rate" instead of old functions.
Laurent Aimar [Mon, 7 Jun 2004 18:32:12 +0000 (18:32 +0000)]
 * all: use var_Set/Get "state"/"position"/"rate" instead of old functions.

20 years ago all: don't use input_Seek. Btw, sdl shouldn't do the seek itself, and
Laurent Aimar [Mon, 7 Jun 2004 18:30:46 +0000 (18:30 +0000)]
 all: don't use input_Seek. Btw, sdl shouldn't do the seek itself, and
 follow the key-pressed scheme (I have removed thoses seeks).
 Someone to do the work ?

20 years ago * all: input_DumpStream isn't exported anymore.
Laurent Aimar [Mon, 7 Jun 2004 18:28:16 +0000 (18:28 +0000)]
 * all: input_DumpStream isn't exported anymore.

20 years ago * demux2, access2: prototype change.
Laurent Aimar [Mon, 7 Jun 2004 18:27:24 +0000 (18:27 +0000)]
 * demux2, access2: prototype change.

20 years ago * use var_Set/Get "state"/"position"/"rate" instead of old functions.
Laurent Aimar [Mon, 7 Jun 2004 18:26:27 +0000 (18:26 +0000)]
 * use var_Set/Get "state"/"position"/"rate" instead of old functions.
  I haven't tested thoses changes ...

20 years ago * control/*.c: use var_Set/Get "state"/"position"/"rate" instead of old functions.
Laurent Aimar [Mon, 7 Jun 2004 18:24:24 +0000 (18:24 +0000)]
 * control/*.c: use var_Set/Get "state"/"position"/"rate" instead of old functions.

20 years ago * include: removed a few deprecated functions.
Laurent Aimar [Mon, 7 Jun 2004 18:23:15 +0000 (18:23 +0000)]
 * include: removed a few deprecated functions.
 * demux, access: change the prototype of access2_New/demux2_New.
 * control: implemented all INPUT_GET/SET.
 * src/input/*.c: removed old functions, move some of them.

20 years ago * avi: support for track without key flag set in the index.
Laurent Aimar [Mon, 7 Jun 2004 18:19:10 +0000 (18:19 +0000)]
 * avi: support for track without key flag set in the index.

20 years ago * Modules.am: oops ts2 -> ts
Laurent Aimar [Mon, 7 Jun 2004 01:01:38 +0000 (01:01 +0000)]
 * Modules.am: oops ts2 -> ts

20 years ago* modules/demux/demux2.c: added v4l.
Gildas Bazin [Sun, 6 Jun 2004 22:12:23 +0000 (22:12 +0000)]
* modules/demux/demux2.c: added v4l.

20 years ago * access2: added shortcuts for vcd/svcd.
Laurent Aimar [Sun, 6 Jun 2004 21:18:59 +0000 (21:18 +0000)]
 * access2: added shortcuts for vcd/svcd.

20 years ago * v4l: converted to access2, but untested so ...
Laurent Aimar [Sun, 6 Jun 2004 21:18:07 +0000 (21:18 +0000)]
 * v4l: converted to access2, but untested so ...

20 years ago * all: added VSSH fourcc.
Laurent Aimar [Sun, 6 Jun 2004 19:02:02 +0000 (19:02 +0000)]
 * all: added VSSH fourcc.

20 years ago * standard: fixed a segfault.
Laurent Aimar [Sun, 6 Jun 2004 18:55:10 +0000 (18:55 +0000)]
 * standard: fixed a segfault.

20 years ago * http: little clean up.
Laurent Aimar [Sun, 6 Jun 2004 18:18:50 +0000 (18:18 +0000)]
 * http: little clean up.

20 years ago* modules/demux/mpeg/ts.c: compilation fix.
Gildas Bazin [Sun, 6 Jun 2004 18:13:29 +0000 (18:13 +0000)]
* modules/demux/mpeg/ts.c: compilation fix.

20 years ago * all: - renamed old ts demuxer as ts_old(_dvbpsi).
Laurent Aimar [Sun, 6 Jun 2004 17:24:06 +0000 (17:24 +0000)]
 * all: - renamed old ts demuxer as ts_old(_dvbpsi).
        - renamed ts2 into ts at the build system level.
        - removed muxer without dvbpsi.

20 years ago * vcd/vcd.c: ported to access2.
Laurent Aimar [Sun, 6 Jun 2004 17:02:55 +0000 (17:02 +0000)]
 * vcd/vcd.c: ported to access2.
 * access2: added chapter support.

20 years agoRemoved call to input_Tell (which is deprecated)
Olivier Aubert [Sun, 6 Jun 2004 16:15:23 +0000 (16:15 +0000)]
Removed call to input_Tell (which is deprecated)

20 years ago * ts.c: module name is now ts. (thx thedj).
Laurent Aimar [Sun, 6 Jun 2004 13:55:40 +0000 (13:55 +0000)]
 * ts.c: module name is now ts. (thx thedj).

20 years ago* bookmarks.cpp: compilation fix
Anil Daoud [Sun, 6 Jun 2004 13:54:12 +0000 (13:54 +0000)]
* bookmarks.cpp: compilation fix

20 years ago * udp: increase the mtu by *2 instead of 10%.
Laurent Aimar [Sun, 6 Jun 2004 13:53:53 +0000 (13:53 +0000)]
 * udp: increase the mtu by *2  instead of 10%.

20 years ago* bugfix to libvlc header
Derk-Jan Hartman [Sun, 6 Jun 2004 13:28:02 +0000 (13:28 +0000)]
* bugfix to libvlc header

20 years ago* No longer force ts2 for Kasenna udp multicast. ts2 is now ts.
Derk-Jan Hartman [Sun, 6 Jun 2004 13:13:06 +0000 (13:13 +0000)]
* No longer force ts2 for Kasenna udp multicast. ts2 is now ts.

20 years ago* WARNING: Libvlc API change
Derk-Jan Hartman [Sun, 6 Jun 2004 13:02:26 +0000 (13:02 +0000)]
* WARNING: Libvlc API change
 - VLC_Set VLC_Get were changed to VLC_VariableGet VLC_VariableSet
 - VLC_ClearPlaylist was changed to VLC_PlaylistClear
 - Added a lot of new calls:
   VLC_PositionGet, VLC_PositionSet, VLC_TimeGet, VLC_TimeSet,
   VLC_LengthGet, VLC_SpeedFaster, VLC_SpeedSlower, VLC_PlaylistIndex,
   VLC_PlaylistNumberOfItems, VLC_PlaylistNext, VLC_PlaylistPrev,
   VLC_VolumeGet, VLC_VolumeSet, VLC_VolumeMute.
 - everything doxygenized.
 - There are NO mozilla functions of these additions yet. (someone else please?)

20 years ago * modules/control/hotkeys.c : clean up
Yoann Peronneau [Sun, 6 Jun 2004 13:00:23 +0000 (13:00 +0000)]
 * modules/control/hotkeys.c : clean up

20 years ago * access/*: use var_* helpers.
Laurent Aimar [Sun, 6 Jun 2004 12:51:06 +0000 (12:51 +0000)]
 * access/*: use var_* helpers.
 * access/vcd/ clean up.

20 years agoPatch by Rémi Denis-Courmont to include TCP listening sockets in the abstraction...
Clément Stenac [Sun, 6 Jun 2004 12:45:32 +0000 (12:45 +0000)]
Patch by Rémi Denis-Courmont to include TCP listening sockets in the abstraction layer

20 years ago* Interaction between bookmarks and streaming wizard
Clément Stenac [Sun, 6 Jun 2004 12:44:35 +0000 (12:44 +0000)]
* Interaction between bookmarks and streaming wizard
* Edit bookmarks if possible

20 years ago * variables: added var_Get/Set/CreateGetBool.
Laurent Aimar [Sun, 6 Jun 2004 12:17:15 +0000 (12:17 +0000)]
 * variables: added var_Get/Set/CreateGetBool.

20 years ago * variables: helpers: var_Get* .
Laurent Aimar [Sun, 6 Jun 2004 11:56:22 +0000 (11:56 +0000)]
 * variables: helpers: var_Get* .

20 years ago * variables: added more helpers: var_CreateGet*
Laurent Aimar [Sun, 6 Jun 2004 11:44:01 +0000 (11:44 +0000)]
 * variables: added more helpers: var_CreateGet*

20 years ago * input: compute right value for position/time on position-offset and
Laurent Aimar [Sat, 5 Jun 2004 22:36:13 +0000 (22:36 +0000)]
 * input: compute right value for position/time on position-offset and
time-offset change.

20 years ago * mms/* : converted to access2. It should be reworked to use pf_block, but
Laurent Aimar [Sat, 5 Jun 2004 21:53:24 +0000 (21:53 +0000)]
 * mms/* : converted to access2. It should be reworked to use pf_block, but
that can wait ...
 * access2: little fix + added mms* shortcuts.

20 years ago * snapshot: small warning fix + coding rules.
Laurent Aimar [Sat, 5 Jun 2004 20:13:08 +0000 (20:13 +0000)]
 * snapshot: small warning fix + coding rules.
 Btw, the module uses input_Tell that is deprecated, Is it really needed ?
 If so, when ?

20 years ago * livedotcom: small warning fix for old version.
Laurent Aimar [Sat, 5 Jun 2004 20:11:05 +0000 (20:11 +0000)]
 * livedotcom: small warning fix for old version.

20 years agoFixed warning
Clément Stenac [Sat, 5 Jun 2004 19:48:09 +0000 (19:48 +0000)]
Fixed warning

20 years ago * mp4: fixed a small bug with subtitle.
Laurent Aimar [Sat, 5 Jun 2004 19:45:56 +0000 (19:45 +0000)]
 * mp4: fixed a small bug with subtitle.

20 years ago * ninput: added more access2 doc, added ACCESS_SET_PRIVATE_ID_STATE,
Laurent Aimar [Sat, 5 Jun 2004 19:36:51 +0000 (19:36 +0000)]
 * ninput: added more access2 doc, added ACCESS_SET_PRIVATE_ID_STATE,
STREAM_CONTROL_ACCESS.
 * all: added previous new commands support.

20 years agoHD1000 Cascade needs to link with mad and dvbpsi. Generalized buildscript and the...
Jean-Paul Saman [Sat, 5 Jun 2004 19:27:48 +0000 (19:27 +0000)]
HD1000 Cascade needs to link with mad and dvbpsi. Generalized buildscript and the HD1000v module has priority 100 on Roku OS

20 years ago * skins2/src/theme_loader.cpp: Added a forgotten header; this fixes the
Olivier Teulière [Sat, 5 Jun 2004 19:23:03 +0000 (19:23 +0000)]
 * skins2/src/theme_loader.cpp: Added a forgotten header; this fixes the
   loading of .vlt files on Win32

20 years ago * cdda: converted to access2. It seems stable.
Laurent Aimar [Sat, 5 Jun 2004 18:58:58 +0000 (18:58 +0000)]
 * cdda: converted to access2. It seems stable.
 * access2: added/fixed title support.

20 years ago * demux2: added wav.
Laurent Aimar [Sat, 5 Jun 2004 18:54:18 +0000 (18:54 +0000)]
 * demux2: added wav.

20 years ago* src/interface/interface.c, modules/gui/wxwindows/video.cpp: couple of fixes.
Gildas Bazin [Sat, 5 Jun 2004 18:04:06 +0000 (18:04 +0000)]
* src/interface/interface.c, modules/gui/wxwindows/video.cpp: couple of fixes.

20 years ago* src/video_output/vout_intf.c: only embed the video if the main interface supports...
Gildas Bazin [Sat, 5 Jun 2004 17:49:22 +0000 (17:49 +0000)]
* src/video_output/vout_intf.c: only embed the video if the main interface supports it (don't check other interfaces).
* modules/gui/wxwindows/video.cpp, modules/video_output/x11/xcommon.c: in embedded mode, close the vout window if vlc is exiting.

20 years ago* Added an extension check to m3u plugins for .ram files.
Derk-Jan Hartman [Sat, 5 Jun 2004 17:12:16 +0000 (17:12 +0000)]
* Added an extension check to m3u plugins for .ram files.
These files can contain a single line with a rtsp:// link which VLC sometimes is able to handle.

for MPEG-4 unicasted RealMedia streams.

20 years ago* fix a compilation error
Derk-Jan Hartman [Sat, 5 Jun 2004 16:58:57 +0000 (16:58 +0000)]
* fix a compilation error

20 years agoNOTE: libvlc API changes
Derk-Jan Hartman [Sat, 5 Jun 2004 16:09:00 +0000 (16:09 +0000)]
NOTE: libvlc API changes
* renamed VLC_Stop to VLC_CleanUp since this name is closer to what it actually does.
* added a new VLC_Stop that just does playlist_Stop analogous to VLC_Play and VLC_Pause.
* reordered the functions in libvlc. everything was mixed up.
* added doxygen info to all the functions
* fixed several functions to use the correct underlying API calls
* corrected the copyright info

This is in preparation of the new libvlc calls for mozilla plugin
temp. moved the playlist_command_t typedef to vlc_common.h awaiting implementation of playlist_Control()

20 years ago * udp: activate udp-auto-mtu by default. It increases the internal MTU
Laurent Aimar [Fri, 4 Jun 2004 21:59:48 +0000 (21:59 +0000)]
 * udp: activate udp-auto-mtu by default. It increases the internal MTU
by 10% each time we read a packet greater or equal to the MTU.
 It should be harmless.

20 years ago * ts.c : renamed to ts.
Laurent Aimar [Fri, 4 Jun 2004 21:52:55 +0000 (21:52 +0000)]
 * ts.c : renamed to ts.
 * mpeg/ts.c: lowered it's priority below demux2, and renamed it ts_old(_dvbpsi).

20 years ago * udp: converted to access2 (using pf_block, so for now it may hurt a
Laurent Aimar [Fri, 4 Jun 2004 21:51:34 +0000 (21:51 +0000)]
 * udp: converted to access2 (using pf_block, so for now it may hurt a
bit the perfs as we do a memcpy in access2.c)

20 years ago * doc/skins2-howto.xml: Missing "required" specification
Olivier Teulière [Fri, 4 Jun 2004 19:37:13 +0000 (19:37 +0000)]
 * doc/skins2-howto.xml: Missing "required" specification

20 years ago* src/misc/modules.c: some error checking when loading the cache plugins file.
Gildas Bazin [Fri, 4 Jun 2004 12:47:06 +0000 (12:47 +0000)]
* src/misc/modules.c: some error checking when loading the cache plugins file.

20 years ago* modules/codec/spudec/render.c: chroma support for dvd subtitles.
Gildas Bazin [Fri, 4 Jun 2004 10:35:06 +0000 (10:35 +0000)]
* modules/codec/spudec/render.c: chroma support for dvd subtitles.

20 years agoCoding-style updates (whitespace related)
Olivier Aubert [Fri, 4 Jun 2004 09:10:48 +0000 (09:10 +0000)]
Coding-style updates (whitespace related)

20 years ago * ffmpeg: added XVIX fourcc (buggy xvid streams)
Laurent Aimar [Thu, 3 Jun 2004 21:43:34 +0000 (21:43 +0000)]
 * ffmpeg: added XVIX fourcc (buggy xvid streams)

20 years ago * directory: converted to access2.
Laurent Aimar [Thu, 3 Jun 2004 18:08:27 +0000 (18:08 +0000)]
 * directory: converted to access2.

20 years ago * mp4: fix for width in tkhd for video stream with null aspect.
Laurent Aimar [Thu, 3 Jun 2004 18:02:14 +0000 (18:02 +0000)]
 * mp4: fix for width in tkhd for video stream with null aspect.

20 years ago* Fix the todotable
Derk-Jan Hartman [Thu, 3 Jun 2004 14:35:05 +0000 (14:35 +0000)]
* Fix the todotable

20 years agoTODO: Fixed up the entry on vobsub
Sigmund Augdal Helberg [Thu, 3 Jun 2004 13:56:34 +0000 (13:56 +0000)]
TODO: Fixed up the entry on vobsub

20 years ago* shitload of work we can do
Derk-Jan Hartman [Thu, 3 Jun 2004 13:40:08 +0000 (13:40 +0000)]
* shitload of work we can do

20 years agoEmbryo of a Todo list, feel free to use it :)
Clément Stenac [Thu, 3 Jun 2004 11:57:04 +0000 (11:57 +0000)]
Embryo of a Todo list, feel free to use it :)

20 years ago* src/misc/modules.c: in plugins cache mode, force immediate module loading if the...
Gildas Bazin [Thu, 3 Jun 2004 09:14:16 +0000 (09:14 +0000)]
* src/misc/modules.c: in plugins cache mode, force immediate module loading if the module's config contains callbacks or actions. This could be avoided but a new api call will have to be introduced for that.

20 years ago * file: converted to access2. I hope it still compils everywhere.
Laurent Aimar [Thu, 3 Jun 2004 00:08:54 +0000 (00:08 +0000)]
 * file: converted to access2. I hope it still compils everywhere.
 * access2: added stream/file/kfir shortcut. Begin title support but
nothing usable yet.

20 years ago * modules/control/hotkeys.c : Display simultaneously time position and slider when...
Yoann Peronneau [Wed, 2 Jun 2004 23:19:54 +0000 (23:19 +0000)]
 * modules/control/hotkeys.c : Display simultaneously time position and slider when seeking.

20 years agoSupport for multiple OSD channels :
Yoann Peronneau [Wed, 2 Jun 2004 22:53:26 +0000 (22:53 +0000)]
Support for multiple OSD channels :
* added i_channel and i_content properties to subpicture_t
* p_last_osd_message is no more used

An OSD channel can contain simultaneously an OSD text and an OSD widget.

20 years ago * pvr: cosmetic.
Laurent Aimar [Wed, 2 Jun 2004 22:47:30 +0000 (22:47 +0000)]
 * pvr: cosmetic.

20 years ago * all: removed ACCESS_GET_SEEKPOINT_INFO.
Laurent Aimar [Wed, 2 Jun 2004 22:11:54 +0000 (22:11 +0000)]
 * all: removed ACCESS_GET_SEEKPOINT_INFO.

20 years ago * ninput: changed the way title and seekpoint work.
Laurent Aimar [Wed, 2 Jun 2004 22:10:40 +0000 (22:10 +0000)]
 * ninput: changed the way title and seekpoint work.

20 years agobuilt rules for HD1000
Jean-Paul Saman [Wed, 2 Jun 2004 19:01:57 +0000 (19:01 +0000)]
built rules for HD1000

20 years ago* modules/misc/freetype.c: optimized subtitles rendering a bit.
Gildas Bazin [Wed, 2 Jun 2004 16:05:57 +0000 (16:05 +0000)]
* modules/misc/freetype.c: optimized subtitles rendering a bit.

20 years ago* modules/gui/wxwindows/playlist.cpp: better playlist window resizing.
Gildas Bazin [Wed, 2 Jun 2004 12:59:47 +0000 (12:59 +0000)]
* modules/gui/wxwindows/playlist.cpp: better playlist window resizing.

20 years ago* modules/gui/wxwindows/playlist.cpp: fixed a few segfaults + removed unused code.
Gildas Bazin [Wed, 2 Jun 2004 12:11:54 +0000 (12:11 +0000)]
* modules/gui/wxwindows/playlist.cpp: fixed a few segfaults + removed unused code.

20 years ago * access2: lastest API change.
Laurent Aimar [Tue, 1 Jun 2004 22:14:26 +0000 (22:14 +0000)]
 * access2: lastest API change.

20 years ago es_out: clean up.
Laurent Aimar [Tue, 1 Jun 2004 22:13:47 +0000 (22:13 +0000)]
 es_out: clean up.

20 years ago * demux: init info field. (Not used yet).
Laurent Aimar [Tue, 1 Jun 2004 22:13:14 +0000 (22:13 +0000)]
 * demux: init info field. (Not used yet).

20 years ago * access: init info field.
Laurent Aimar [Tue, 1 Jun 2004 22:12:56 +0000 (22:12 +0000)]
 * access: init info field.

20 years ago * all: a few changes in access2 (added a info field to access_t, remove
Laurent Aimar [Tue, 1 Jun 2004 22:12:10 +0000 (22:12 +0000)]
 * all: a few changes in access2 (added a info field to access_t, remove
ACCESS_GET_EOF/SIZE/POS, prepared title/seekpoint support).

20 years ago * x11_display.cpp: support 15bpp mode for X11 skins and avoid a segfault
Cyril Deguet [Tue, 1 Jun 2004 22:08:14 +0000 (22:08 +0000)]
  * x11_display.cpp: support 15bpp mode for X11 skins and avoid a segfault
    when a mode is not supported (closes bug #1809). Move the "main window"
    outside the screen to avoid seeing it in the workspace selector applet.

20 years ago* ALL: brought back module_EndBank() from the dead and fixed a few bugs in libvlc.c.
Gildas Bazin [Tue, 1 Jun 2004 15:45:07 +0000 (15:45 +0000)]
* ALL: brought back module_EndBank() from the dead and fixed a few bugs in libvlc.c.

20 years ago* compilation (unicode) fix
Anil Daoud [Tue, 1 Jun 2004 06:42:55 +0000 (06:42 +0000)]
* compilation (unicode) fix

20 years ago* wizard.cpp : - TTL and SAP support
Clément Stenac [Mon, 31 May 2004 17:48:38 +0000 (17:48 +0000)]
* wizard.cpp : - TTL and SAP support
       - Sanity checks for transcode output file

* Modules.am : Added new "icons" to dist

20 years agoMake the playlist window resizeable
Clément Stenac [Mon, 31 May 2004 17:47:51 +0000 (17:47 +0000)]
Make the playlist window resizeable
Use a smaller font

20 years agopvr.c : Converted to access2 and added options for autobuilt panels
Clément Stenac [Mon, 31 May 2004 17:32:18 +0000 (17:32 +0000)]
pvr.c : Converted to access2 and added options for autobuilt panels

20 years ago * configure.ac: added access2 ;)
Laurent Aimar [Mon, 31 May 2004 13:34:34 +0000 (13:34 +0000)]
 * configure.ac: added access2 ;)

20 years agoskins2-howto.xml: Added two internal links
Olivier Teulière [Mon, 31 May 2004 12:31:48 +0000 (12:31 +0000)]
skins2-howto.xml: Added two internal links

20 years ago * skins2: same fix as in modules/access/directory.c
Olivier Teulière [Mon, 31 May 2004 12:17:13 +0000 (12:17 +0000)]
 * skins2: same fix as in modules/access/directory.c

20 years ago * modules/gui/wxwindows/preferences.cpp: fixed a refcount problem
Olivier Teulière [Mon, 31 May 2004 11:34:26 +0000 (11:34 +0000)]
 * modules/gui/wxwindows/preferences.cpp: fixed a refcount problem

20 years agoFix play-and-stop behaviour with playlist_Command
Clément Stenac [Mon, 31 May 2004 09:24:07 +0000 (09:24 +0000)]
Fix play-and-stop behaviour with playlist_Command

20 years ago * ncurses: fixed the error that was making the browser so slow.
Laurent Aimar [Mon, 31 May 2004 01:48:09 +0000 (01:48 +0000)]
 * ncurses: fixed the error that was making the browser so slow.

20 years ago* modules/gui/ncurses.c: Ahum fixed broken filebrowser.
Derk-Jan Hartman [Mon, 31 May 2004 00:54:44 +0000 (00:54 +0000)]
* modules/gui/ncurses.c: Ahum fixed broken filebrowser.
  that's what you get when you are hacking something
  you don't understand 100%