]> git.sesse.net Git - vlc/log
vlc
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%

20 years ago * access2: fix seek with access2 using pf_block.
Laurent Aimar [Sun, 30 May 2004 21:27:49 +0000 (21:27 +0000)]
 * access2: fix seek with access2 using pf_block.

20 years ago * tcp: convertd to access2.
Laurent Aimar [Sun, 30 May 2004 21:16:53 +0000 (21:16 +0000)]
 * tcp: convertd to access2.

20 years ago * x264: I have commited debug stuff :(
Laurent Aimar [Sun, 30 May 2004 21:03:52 +0000 (21:03 +0000)]
 * x264: I have commited debug stuff :(

20 years ago * access2: fixed seeking.
Laurent Aimar [Sun, 30 May 2004 20:52:36 +0000 (20:52 +0000)]
 * access2: fixed seeking.
 * ftp: converted to access2.

20 years ago * input.c: set access2->b_die.
Laurent Aimar [Sun, 30 May 2004 19:35:32 +0000 (19:35 +0000)]
 * input.c: set access2->b_die.

20 years ago * access2: support for demuxer access provided.
Laurent Aimar [Sun, 30 May 2004 19:28:35 +0000 (19:28 +0000)]
 * access2: support for demuxer access provided.
 * http: converted to access2.

20 years ago* Added a filebrowser (B)
Derk-Jan Hartman [Sun, 30 May 2004 18:39:29 +0000 (18:39 +0000)]
* Added a filebrowser (B)
* Messages now uses 'L' as hotkey

20 years ago* ahum. == on a mask instead of &
Derk-Jan Hartman [Sun, 30 May 2004 18:20:57 +0000 (18:20 +0000)]
* ahum. == on a mask instead of &

20 years ago * access,demux: fixed parsing.
Laurent Aimar [Sun, 30 May 2004 18:11:55 +0000 (18:11 +0000)]
 * access,demux: fixed parsing.

20 years ago * input: warning fix (int ->byte_t*).
Laurent Aimar [Sun, 30 May 2004 17:59:20 +0000 (17:59 +0000)]
 * input: warning fix (int ->byte_t*).

20 years ago* modules/access/directory.c: minor fix.
Gildas Bazin [Sun, 30 May 2004 17:22:09 +0000 (17:22 +0000)]
* modules/access/directory.c: minor fix.

20 years agomodules/codec/ffmpeg/chroma.c: resize properly if destination chroma is in a
Sigmund Augdal Helberg [Sun, 30 May 2004 16:57:55 +0000 (16:57 +0000)]
modules/codec/ffmpeg/chroma.c: resize properly if destination chroma is in a
format ffmpeg likes

20 years ago* wizard.cpp: compilation fixes
Anil Daoud [Sun, 30 May 2004 16:38:44 +0000 (16:38 +0000)]
* wizard.cpp: compilation fixes

20 years agoMove streaming data to a separate file (will have to be moved to /include)
Clément Stenac [Sun, 30 May 2004 16:21:43 +0000 (16:21 +0000)]
Move streaming data to a separate file (will have to be moved to /include)

20 years ago * access2: access2 <-> access1 wrapper (untested).
Laurent Aimar [Sun, 30 May 2004 15:38:11 +0000 (15:38 +0000)]
 * access2: access2 <-> access1 wrapper (untested).

20 years ago * ninput: typo.
Laurent Aimar [Sun, 30 May 2004 15:33:57 +0000 (15:33 +0000)]
 * ninput: typo.

20 years ago * ninput: more access2 things.
Laurent Aimar [Sun, 30 May 2004 15:31:59 +0000 (15:31 +0000)]
 * ninput: more access2 things.

20 years agoMissing icons
Clément Stenac [Sun, 30 May 2004 14:44:00 +0000 (14:44 +0000)]
Missing icons

20 years ago * access: implement access2_nEw (untested).
Laurent Aimar [Sun, 30 May 2004 14:43:40 +0000 (14:43 +0000)]
 * access: implement access2_nEw (untested).

20 years ago* New wizard is now about usable, yet unfinished
Clément Stenac [Sun, 30 May 2004 14:43:12 +0000 (14:43 +0000)]
* New wizard is now about usable, yet unfinished
    Todo
- Heavy testing
- Missing sanity checks
- Extra options
- Fix layout bugs

* playlist.cpp : Smaller layout, icons to do...

* timer.cpp : show the name and not the URI in status bar

* open.cpp : Bugfix for modal mode

20 years agomodules/audio_output/alsa.c: fixed an utterly nonsensial if-block. Should
Sigmund Augdal Helberg [Sun, 30 May 2004 13:00:27 +0000 (13:00 +0000)]
modules/audio_output/alsa.c: fixed an utterly nonsensial if-block. Should
have no functional impact.

20 years ago* src/misc/modules.c: avoid name collisions on win32.
Gildas Bazin [Sun, 30 May 2004 11:54:08 +0000 (11:54 +0000)]
* src/misc/modules.c: avoid name collisions on win32.

20 years agoshare/http/index.html: output valid xhtml, even with an empty playlist. Show
Sigmund Augdal Helberg [Sun, 30 May 2004 10:52:02 +0000 (10:52 +0000)]
share/http/index.html: output valid xhtml, even with an empty playlist. Show
a message in the playlist area if the playlist is empty.

20 years ago* modules/gui/gtk/*: got rid of --search-path option and created --gtk-search-path...
Gildas Bazin [Sun, 30 May 2004 09:18:59 +0000 (09:18 +0000)]
* modules/gui/gtk/*: got rid of --search-path option and created --gtk-search-path and --gnome-search-path instead.

20 years ago * ninput, access: compilation fix.
Laurent Aimar [Sun, 30 May 2004 00:14:30 +0000 (00:14 +0000)]
 * ninput, access: compilation fix.

20 years ago * Makefile.am: added acces.c (for people still using make ;)
Laurent Aimar [Sat, 29 May 2004 23:56:41 +0000 (23:56 +0000)]
 * Makefile.am: added acces.c (for people still using make ;)

20 years ago * all: begin to introduce access_t (nothing working yet).
Laurent Aimar [Sat, 29 May 2004 23:52:49 +0000 (23:52 +0000)]
 * all: begin to introduce access_t (nothing working yet).