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

20 years ago* src/misc/modules.c: small cleanup.
Gildas Bazin [Sat, 29 May 2004 21:51:22 +0000 (21:51 +0000)]
* src/misc/modules.c: small cleanup.

20 years ago* include/*,src/*: New plugins cache feature for faster load times.
Gildas Bazin [Sat, 29 May 2004 21:41:57 +0000 (21:41 +0000)]
* include/*,src/*: New plugins cache feature for faster load times.
   This is still experimental so isn't enabled by default (use --plugins-cache).
   There are also a few issues that aren't dealt with yet:
     - translation of module strings.
     - config options callbacks and actions.
     - a few memory leaks.
     - and likely other things ;)
   You can easily reset the plugins cache with --reset-plugins-cache.

20 years ago * modules/gui/ncurses.c: Fixed a bug due to the new 'Volume' line.
Yoann Peronneau [Sat, 29 May 2004 17:47:30 +0000 (17:47 +0000)]
 * modules/gui/ncurses.c: Fixed a bug due to the new 'Volume' line.

20 years agoAdded a Mute OSD icon.
Yoann Peronneau [Sat, 29 May 2004 17:04:53 +0000 (17:04 +0000)]
Added a Mute OSD icon.

20 years ago * rtp: use dynamique RTP payload type for h263-1998. (bug found by Ross
Laurent Aimar [Sat, 29 May 2004 14:06:50 +0000 (14:06 +0000)]
 * rtp: use dynamique RTP payload type for h263-1998. (bug found by Ross
Finlayson)

20 years ago * ts: added 14496-17 (text sub) support. It assumes that input is utf8
Laurent Aimar [Sat, 29 May 2004 14:02:50 +0000 (14:02 +0000)]
 * ts: added 14496-17 (text sub) support. It assumes that input is utf8
(wrong as long as we don't have a real subtitle packetizer).
 It doesn't work very well, the syncho is a broken (subs are late by more
than 1s).

20 years ago * copy: low latency for subt.
Laurent Aimar [Sat, 29 May 2004 14:00:32 +0000 (14:00 +0000)]
 * copy: low latency for subt.
  TODO: move subtitle paquetizer to subsdec.c to convert all subs to UTF-8.

20 years ago ts: ooops, debug messages removed.
Laurent Aimar [Sat, 29 May 2004 13:55:33 +0000 (13:55 +0000)]
 ts: ooops, debug messages removed.

20 years ago * ts.c: - send PES as soon as possible to decoder (and not waiting the
Laurent Aimar [Sat, 29 May 2004 13:54:22 +0000 (13:54 +0000)]
 * ts.c: - send PES as soon as possible to decoder (and not waiting the
           next one).
         - added partial 14496-17 support, in other words mpeg4 text
           subtitles.

20 years ago* Let's enable folks to bootstrap
Derk-Jan Hartman [Fri, 28 May 2004 22:46:00 +0000 (22:46 +0000)]
* Let's enable folks to bootstrap

20 years ago* ncurses intf
Derk-Jan Hartman [Fri, 28 May 2004 22:23:38 +0000 (22:23 +0000)]
* ncurses intf
  - Moved one dir higher
  - Fixed the Quit function
  - Added Volume Controls
  - Added Repeat/Loop/Random
  - Fixed the info box
  - Added Fullscreen remark to help box

It is now the perfect remote controller if I use my 'bedside terminal'.
ssh/screen/ncurses is like magic.

20 years ago* Fix some small potential crashes
Derk-Jan Hartman [Fri, 28 May 2004 22:19:54 +0000 (22:19 +0000)]
* Fix some small potential crashes

20 years ago* src/input/input.c: As soon as we know the length of a file, set
Derk-Jan Hartman [Fri, 28 May 2004 22:07:04 +0000 (22:07 +0000)]
* src/input/input.c: As soon as we know the length of a file, set
  the playlist item duration. Now mpeg files will show their duration.

20 years ago * rtp: h263 support (untested).
Laurent Aimar [Fri, 28 May 2004 20:20:50 +0000 (20:20 +0000)]
 * rtp: h263 support (untested).
 Patch by Callan, Wilson <wcallan AT starentnetworks DOT com>

20 years ago * copy: don't break the length for subtitle packet.
Laurent Aimar [Fri, 28 May 2004 19:55:01 +0000 (19:55 +0000)]
 * copy: don't break the length for subtitle packet.

20 years ago * mp4: first try to add text subtitle muxing support. They are added
Laurent Aimar [Fri, 28 May 2004 19:54:23 +0000 (19:54 +0000)]
 * mp4: first try to add text subtitle muxing support. They are added
like it is done in .mov (and not like .mp4 as I failed to find any
samples)
 VLC is able to play them. I don't think QT will like them for now.

20 years ago * mp4: convert all \r to \n in subt.
Laurent Aimar [Fri, 28 May 2004 19:51:37 +0000 (19:51 +0000)]
 * mp4: convert all \r to \n in subt.

20 years ago* fixed broken translation of 2 buttons of the info-window
Felix Paul Kühne [Fri, 28 May 2004 16:01:26 +0000 (16:01 +0000)]
* fixed broken translation of 2 buttons of the info-window

20 years ago* bootstrap fix for corba module
Derk-Jan Hartman [Fri, 28 May 2004 12:04:06 +0000 (12:04 +0000)]
* bootstrap fix for corba module
  make dist might still be broken? This makefile could use some sam power.

20 years ago* configure.ac: netsync needs to be linked with ws2_32 on win32.
Gildas Bazin [Fri, 28 May 2004 06:29:13 +0000 (06:29 +0000)]
* configure.ac: netsync needs to be linked with ws2_32 on win32.

20 years ago * mp4: added text track support. (there is a problem with the encoding).
Laurent Aimar [Thu, 27 May 2004 22:30:12 +0000 (22:30 +0000)]
 * mp4: added text track support. (there is a problem with the encoding).