]> git.sesse.net Git - vlc/log
vlc
19 years ago* Retrieve proper duration of DVD length
Derk-Jan Hartman [Fri, 3 Jun 2005 13:17:04 +0000 (13:17 +0000)]
* Retrieve proper duration of DVD length
* GET_TIME is inaccurate, because it is based on average block duration.
* In case skipping to DVD_MENU_Title fails try DVD_MENU_Root. Otherwise we might go directly to the movie instead of the menu, which I find less desirable then viewing the FBI warnings.

19 years ago* modules/demux/mp4/mp4.c: fixed timestamping (PTS) bug.
Gildas Bazin [Fri, 3 Jun 2005 13:03:36 +0000 (13:03 +0000)]
* modules/demux/mp4/mp4.c: fixed timestamping (PTS) bug.

19 years ago * modules/access_output/udp.c: Do not use malloc() and free() in a high
Christophe Massiot [Fri, 3 Jun 2005 10:16:19 +0000 (10:16 +0000)]
 * modules/access_output/udp.c: Do not use malloc() and free() in a high
   priority thread, since these functions use an internal mutex and may
   delay the thread for up to 100 ms under heavy loads (experienced with
   the mosaic). Instead we now recycle the UDP buffers, which is
   incidentally faster than malloc()/free(). It should avoid "late
   buffer sent" messages. Also removed the --sout-udp-late option because
   "better late than never" (I changed my mind on this).

19 years ago * modules/stream_out/transcode.c: New --sout-transcode-vfilter option.
Christophe Massiot [Fri, 3 Jun 2005 10:11:58 +0000 (10:11 +0000)]
 * modules/stream_out/transcode.c: New --sout-transcode-vfilter option.
   Allows to run video filter2 modules just before the encoding (and
   after the SPU rendering). New --sout-transcode-high-priority option
   to run the optional encoder thread at the same priority as the output.

19 years agoFix declaration of sout_AnnounceSessionCreate
Rémi Denis-Courmont [Fri, 3 Jun 2005 09:22:25 +0000 (09:22 +0000)]
Fix declaration of sout_AnnounceSessionCreate

19 years ago* modules/gui/skins2/*: a few portability fixes.
Gildas Bazin [Fri, 3 Jun 2005 09:21:43 +0000 (09:21 +0000)]
* modules/gui/skins2/*: a few portability fixes.

19 years agoFix precompiler warning
Rémi Denis-Courmont [Thu, 2 Jun 2005 19:20:21 +0000 (19:20 +0000)]
Fix precompiler warning

19 years ago* backport of [11256] to trunk
Felix Paul Kühne [Thu, 2 Jun 2005 17:14:52 +0000 (17:14 +0000)]
* backport of [11256] to trunk

19 years ago* use a new liblivemedia (2005.05.26a) on BeOS and OSX, refs #165
Felix Paul Kühne [Thu, 2 Jun 2005 15:59:58 +0000 (15:59 +0000)]
* use a new liblivemedia (2005.05.26a) on BeOS and OSX, refs #165

19 years ago* Tell the auhal which channel ordering VLC uses. 7 and 8 channel configs are not...
Derk-Jan Hartman [Thu, 2 Jun 2005 15:02:12 +0000 (15:02 +0000)]
* Tell the auhal which channel ordering VLC uses. 7 and 8 channel configs are not supported because VLC uses the channel ordering L R Lm Rm Lr Rr C LFE which isn't a normal ITU, DVD, MPEG, AAC or WAV standard and therefore not supported by default by OS X.

19 years agosame in trunk ...
Antoine Cellerier [Thu, 2 Jun 2005 13:22:17 +0000 (13:22 +0000)]
same in trunk ...

19 years agoComplete rewrite of vlc_symbols.h generation (closes #155)
Rémi Denis-Courmont [Thu, 2 Jun 2005 12:47:30 +0000 (12:47 +0000)]
Complete rewrite of vlc_symbols.h generation (closes #155)

New VLC_EXPORTs are now added at the end of module_symbols_t so that
offsets of other function pointers are preserved.

Deleted VLC_EXPORTs are replaced with dummy pointers for padding.

Of course, it doesn't solve the problem with changing shared structures
format :/ and it may cause SVN conflicts when multiple people changes
VLC_EXPORT. I doubt it can be avoided though.

19 years agoFix previous buggy commit
Rémi Denis-Courmont [Thu, 2 Jun 2005 12:37:56 +0000 (12:37 +0000)]
Fix previous buggy commit

19 years agoDigest => DigestMD5
Rémi Denis-Courmont [Thu, 2 Jun 2005 12:30:30 +0000 (12:30 +0000)]
Digest => DigestMD5

19 years agoTypo
Christophe Mutricy [Thu, 2 Jun 2005 09:40:30 +0000 (09:40 +0000)]
Typo

19 years ago* Fix several problems with the auhal module. only the problem with the changing...
Derk-Jan Hartman [Wed, 1 Jun 2005 22:38:37 +0000 (22:38 +0000)]
* Fix several problems with the auhal module. only the problem with the changing inNumberFrames should be left. We need to add a buffer system to take care of this issue...

19 years ago* Revert the coreaudio resampler to it's simpler variant again. the builtin resampler...
Derk-Jan Hartman [Wed, 1 Jun 2005 22:37:20 +0000 (22:37 +0000)]
* Revert the coreaudio resampler to it's simpler variant again. the builtin resampler of the new auhal module takes care of the special case in which this resampler wasn't working. It would be better to really fix it, but i cannot find the problem.

19 years agoMerge bindings to trunk
Clément Stenac [Wed, 1 Jun 2005 22:19:03 +0000 (22:19 +0000)]
Merge bindings to trunk

19 years agoMerge mediacontrol to trunk
Clément Stenac [Wed, 1 Jun 2005 21:58:13 +0000 (21:58 +0000)]
Merge mediacontrol to trunk

19 years ago* src/misc/modules.c: missing free().
Gildas Bazin [Wed, 1 Jun 2005 20:05:02 +0000 (20:05 +0000)]
* src/misc/modules.c: missing free().

19 years ago* modules/access/http.c: getenv() can return NULL.
Gildas Bazin [Wed, 1 Jun 2005 19:56:28 +0000 (19:56 +0000)]
* modules/access/http.c: getenv() can return NULL.

19 years agoAdd handler for enter in search textbox should close #87
Rémi Denis-Courmont [Wed, 1 Jun 2005 19:51:55 +0000 (19:51 +0000)]
Add handler for enter in search textbox should close #87

19 years agoStupid kludge - I don't understand the bug though
Rémi Denis-Courmont [Wed, 1 Jun 2005 18:37:03 +0000 (18:37 +0000)]
Stupid kludge - I don't understand the bug though

19 years ago* src/misc/block.c: fixed block_Realloc()
Gildas Bazin [Wed, 1 Jun 2005 18:29:13 +0000 (18:29 +0000)]
* src/misc/block.c: fixed block_Realloc()

19 years agoNo longer run vlc-config times and times at each make run
Rémi Denis-Courmont [Wed, 1 Jun 2005 18:09:42 +0000 (18:09 +0000)]
No longer run vlc-config times and times at each make run

19 years ago* modules/demux/mp4/mp4.c: we don't need to re-packetize h264 data into annexe B...
Gildas Bazin [Wed, 1 Jun 2005 17:57:50 +0000 (17:57 +0000)]
* modules/demux/mp4/mp4.c: we don't need to re-packetize h264 data into annexe B bytestream anymore since new versions of ffmpeg deal with it properly.

19 years ago* configuration.[ch]: treat the deleted options with add_suppressed_[bool,string...
Christophe Mutricy [Wed, 1 Jun 2005 17:08:59 +0000 (17:08 +0000)]
* configuration.[ch]: treat the deleted options with add_suppressed_[bool,string,...]
* standard.c: sap-ipv6 is no more used

19 years ago* Do not link twice to avcodec for builtin avcodec based module. closes #170
Derk-Jan Hartman [Wed, 1 Jun 2005 16:10:33 +0000 (16:10 +0000)]
* Do not link twice to avcodec for builtin avcodec based module. closes #170

19 years ago* modules/mux/mpeg/*: add the mpeg4 video VOL data inside EStoPES so it can be used...
Gildas Bazin [Wed, 1 Jun 2005 14:25:45 +0000 (14:25 +0000)]
* modules/mux/mpeg/*: add the mpeg4 video VOL data inside EStoPES so it can be used by the PS muxer as well.

19 years ago* modules/packetizer/mpeg4video.c: work-around for buggy streams.
Gildas Bazin [Wed, 1 Jun 2005 14:14:35 +0000 (14:14 +0000)]
*  modules/packetizer/mpeg4video.c: work-around for buggy streams.

19 years ago* modules/demux/ps.h: bug fix in PSM parsing.
Gildas Bazin [Wed, 1 Jun 2005 13:31:41 +0000 (13:31 +0000)]
* modules/demux/ps.h: bug fix in PSM parsing.

19 years agozsh.cpp: fix a potential segfault
Christophe Mutricy [Wed, 1 Jun 2005 13:16:18 +0000 (13:16 +0000)]
zsh.cpp: fix a potential segfault
 skip deprecated options

19 years ago* modules/mux/mpeg/ts.c: proper muxing of ISO/IEC 14496-2 (aka mpeg 4 video) as speci...
Gildas Bazin [Wed, 1 Jun 2005 11:06:08 +0000 (11:06 +0000)]
* modules/mux/mpeg/ts.c: proper muxing of ISO/IEC 14496-2 (aka mpeg 4 video) as specified in ISO/IEC 13818-1

19 years ago* modules/packetizer/mpeg4video.c: remove the VOL from the packetized stream and...
Gildas Bazin [Wed, 1 Jun 2005 10:59:51 +0000 (10:59 +0000)]
* modules/packetizer/mpeg4video.c: remove the VOL from the packetized stream and put it in fmt.p_extra instead.

19 years ago* modules/codec/ffmpeg/video.c: codec extra data is sometimes not available before...
Gildas Bazin [Wed, 1 Jun 2005 10:57:21 +0000 (10:57 +0000)]
* modules/codec/ffmpeg/video.c: codec extra data is sometimes not available before the 1 frame is fed to the decoder.

19 years ago* src/input/decoder.c: check for codec extra data changes when a packetizer is insert...
Gildas Bazin [Wed, 1 Jun 2005 10:55:11 +0000 (10:55 +0000)]
* src/input/decoder.c: check for codec extra data changes when a packetizer is inserted before the decoder.

19 years agoRemoved debug message
Rémi Denis-Courmont [Tue, 31 May 2005 20:46:50 +0000 (20:46 +0000)]
Removed debug message

19 years agoCleanup
Rémi Denis-Courmont [Tue, 31 May 2005 20:33:35 +0000 (20:33 +0000)]
Cleanup

19 years agoKludge to remove square brackets and scopes from addresses in SAP announces
Rémi Denis-Courmont [Tue, 31 May 2005 20:32:49 +0000 (20:32 +0000)]
Kludge to remove square brackets and scopes from addresses in SAP announces

19 years agoFix EINVAL
Rémi Denis-Courmont [Tue, 31 May 2005 20:03:25 +0000 (20:03 +0000)]
Fix EINVAL

19 years ago- hopefuly fix sending of SAP announces over IPv6
Rémi Denis-Courmont [Tue, 31 May 2005 19:48:21 +0000 (19:48 +0000)]
- hopefuly fix sending of SAP announces over IPv6
- automatically select SAP multicast address (closes #141)
- some clean up

19 years agoPort [11207] to trunk
Christophe Mutricy [Tue, 31 May 2005 17:45:30 +0000 (17:45 +0000)]
Port [11207] to trunk

19 years agoFixed a typo
Rémi Denis-Courmont [Tue, 31 May 2005 16:31:21 +0000 (16:31 +0000)]
Fixed a typo

19 years ago * modules/stream_out/mosaic_bridge.c: Use a smaller picture heap since we
Christophe Massiot [Tue, 31 May 2005 15:36:01 +0000 (15:36 +0000)]
 * modules/stream_out/mosaic_bridge.c: Use a smaller picture heap since we
   are not multithreaded.

19 years ago * modules/codec/libmpeg2.c: We do not want to force the maintainer to use
Christophe Massiot [Tue, 31 May 2005 15:31:10 +0000 (15:31 +0000)]
 * modules/codec/libmpeg2.c: We do not want to force the maintainer to use
   libmpeg2 cvs HEAD.

19 years ago * modules/codec/libmpeg2.c: Handle STATE_SEQUENCE_MODIFIED to retrieve
Christophe Massiot [Tue, 31 May 2005 15:26:01 +0000 (15:26 +0000)]
 * modules/codec/libmpeg2.c: Handle STATE_SEQUENCE_MODIFIED to retrieve
   a change of aspect ratio. Factorized aspect ratio code. A change of
   aspect ratio is only supported in the mosaic_bridge module, not in
   transcode.

19 years ago * modules/mux/mpeg/ts.c: Set fallback value for --sout-ts-pcr to 70 ms.
Christophe Massiot [Tue, 31 May 2005 15:24:04 +0000 (15:24 +0000)]
 * modules/mux/mpeg/ts.c: Set fallback value for --sout-ts-pcr to 70 ms.

19 years ago * modules/packetizer/mpegvideo.c: Do not set aspect ratio : in case we're
Christophe Massiot [Tue, 31 May 2005 15:22:09 +0000 (15:22 +0000)]
 * modules/packetizer/mpegvideo.c: Do not set aspect ratio : in case we're
   transcoding, transcode will take our fmt_out as a fmt_in to libmpeg2.
   libmpeg2.c will then believe that the user has requested a specific
   aspect ratio, which she hasn't. Thus in case of aspect ratio change,
   we're screwed.

19 years ago * modules/access/fake.c: Fixed an implicit cast which apparently was
Christophe Massiot [Tue, 31 May 2005 15:20:35 +0000 (15:20 +0000)]
 * modules/access/fake.c: Fixed an implicit cast which apparently was
   causing problem with some compiler versions.

19 years ago * modules/stream_out/switcher.c: Explicitly set the pixel format (this is
Christophe Massiot [Tue, 31 May 2005 15:19:33 +0000 (15:19 +0000)]
 * modules/stream_out/switcher.c: Explicitly set the pixel format (this is
   due to a recent change of the default value in ffmpeg which used to be
   YUV 420P). Forward i_rate in case a transcode or display operation
   takes place after switcher.

19 years ago * modules/stream_out/mosaic_bridge.c: Added a --sout-mosaic-bridge-sar
Christophe Massiot [Tue, 31 May 2005 15:17:38 +0000 (15:17 +0000)]
 * modules/stream_out/mosaic_bridge.c: Added a --sout-mosaic-bridge-sar
   parameter to specify the sample aspect ratio of the destination
   background. In this case, one of {width, height} can be omitted (set
   to 0) and it will be calculated based on the PAR of the source and
   the SAR of the background.

19 years ago * modules/demux/ts.c: Removed an unneeded deselection of unwanted PMT PIDs,
Christophe Massiot [Tue, 31 May 2005 15:15:11 +0000 (15:15 +0000)]
 * modules/demux/ts.c: Removed an unneeded deselection of unwanted PMT PIDs,
   which caused problems in case an identical PID carried the PMTs of two
   programs, one selected and the other not.

19 years ago * src/input/input.c: Put less picky fallback values for pts_delay and
Christophe Massiot [Tue, 31 May 2005 15:10:02 +0000 (15:10 +0000)]
 * src/input/input.c: Put less picky fallback values for pts_delay and
   cr_average.

19 years agoMinor clean up
Rémi Denis-Courmont [Tue, 31 May 2005 14:51:13 +0000 (14:51 +0000)]
Minor clean up

19 years agoall: activex plugin Set/GetVariable support all of VLC types
Damien Fouilleul [Tue, 31 May 2005 13:24:34 +0000 (13:24 +0000)]
all: activex plugin  Set/GetVariable support all of VLC types

19 years agosvn:keywords
Rémi Denis-Courmont [Tue, 31 May 2005 11:26:11 +0000 (11:26 +0000)]
svn:keywords

19 years agoMD5 hash API - closes #135
Rémi Denis-Courmont [Tue, 31 May 2005 10:51:03 +0000 (10:51 +0000)]
MD5 hash API - closes #135

19 years ago* modules/video_output/directx/directx.c: fixed crash with 256 colors mode.
Gildas Bazin [Tue, 31 May 2005 09:04:53 +0000 (09:04 +0000)]
* modules/video_output/directx/directx.c: fixed crash with 256 colors mode.

19 years agoShow "found" playlist item
Rémi Denis-Courmont [Tue, 31 May 2005 08:32:53 +0000 (08:32 +0000)]
Show "found" playlist item
(refs #87)

19 years agoFixed stray c_str
Rémi Denis-Courmont [Mon, 30 May 2005 19:43:08 +0000 (19:43 +0000)]
Fixed stray c_str

19 years agosvn merge -r 11182:11183 branches/0.8.2 trunk
Yoann Peronneau [Mon, 30 May 2005 09:09:15 +0000 (09:09 +0000)]
svn merge -r 11182:11183 branches/0.8.2 trunk

19 years agoDon't only play the playlist in playlist demuxers (Closes #84)
Clément Stenac [Fri, 27 May 2005 20:12:54 +0000 (20:12 +0000)]
Don't only play the playlist in playlist demuxers (Closes #84)

19 years ago* Prefer the playlist demuxer over the m3u one
Clément Stenac [Fri, 27 May 2005 20:12:14 +0000 (20:12 +0000)]
* Prefer the playlist demuxer over the m3u one
* Change some debugging in playlist

19 years agovorbis.c: oops, I inverted channel order when encoding, should be fine now
Damien Fouilleul [Fri, 27 May 2005 18:05:35 +0000 (18:05 +0000)]
vorbis.c: oops, I inverted channel order when encoding, should be fine now

19 years agovorbis.c: reorder channels according to OggVorbis channel order specification
Damien Fouilleul [Fri, 27 May 2005 14:18:53 +0000 (14:18 +0000)]
vorbis.c: reorder channels according to OggVorbis channel order specification

19 years ago * modules/codec/ffmpeg/postprocess.c: Fixed post-processing.
Christophe Massiot [Fri, 27 May 2005 12:44:57 +0000 (12:44 +0000)]
 * modules/codec/ffmpeg/postprocess.c: Fixed post-processing.

19 years ago* modules/access/dshow/dshow.cpp: bug fix for frame rate.
Gildas Bazin [Fri, 27 May 2005 12:29:36 +0000 (12:29 +0000)]
* modules/access/dshow/dshow.cpp: bug fix for frame rate.

19 years ago * control/hotkeys.c: Automatically save playlist bookmarks.
Yoann Peronneau [Thu, 26 May 2005 19:26:31 +0000 (19:26 +0000)]
 * control/hotkeys.c: Automatically save playlist bookmarks.

19 years agoAdd a note about mandatory argument.
Christophe Mutricy [Thu, 26 May 2005 17:53:36 +0000 (17:53 +0000)]
Add a note about mandatory argument.

19 years ago* Sometimes we get audio now, but the dating of the to be retrieved buffers needs...
Derk-Jan Hartman [Thu, 26 May 2005 15:19:20 +0000 (15:19 +0000)]
* Sometimes we get audio now, but the dating of the to be retrieved buffers needs serious work.....

19 years ago* configure.ac: s/0.8.3/0.8.3-svn.
Gildas Bazin [Thu, 26 May 2005 14:00:48 +0000 (14:00 +0000)]
* configure.ac: s/0.8.3/0.8.3-svn.

19 years ago* fix a few things in the auhal module. Still doesn't work.
Derk-Jan Hartman [Thu, 26 May 2005 13:51:08 +0000 (13:51 +0000)]
* fix a few things in the auhal module. Still doesn't work.
 I might be feeding the wrong data to the auhal core, but i'm not sure what is wrong beyond that.

19 years ago * modules/video_filter/swscale/filter.c: Added support for YUVA.
Christophe Massiot [Thu, 26 May 2005 13:43:17 +0000 (13:43 +0000)]
 * modules/video_filter/swscale/filter.c: Added support for YUVA.

19 years ago * modules/video_filter/mosaic.c: Fixed a major bug with video/audio synchro.
Christophe Massiot [Thu, 26 May 2005 13:40:35 +0000 (13:40 +0000)]
 * modules/video_filter/mosaic.c: Fixed a major bug with video/audio synchro.

19 years ago* INSTALL.wince: small update.
Gildas Bazin [Thu, 26 May 2005 13:40:09 +0000 (13:40 +0000)]
* INSTALL.wince: small update.

19 years ago* src/misc/net.c,getaddrinfo.c: WinCE build fixes.
Gildas Bazin [Thu, 26 May 2005 09:38:35 +0000 (09:38 +0000)]
* src/misc/net.c,getaddrinfo.c: WinCE build fixes.

19 years ago* configure.ac: fixed struct addrinfo detection on wince.
Gildas Bazin [Thu, 26 May 2005 09:21:28 +0000 (09:21 +0000)]
* configure.ac: fixed struct addrinfo detection on wince.

19 years agomkv.cpp: better handling of timecodes when B frames are involved
Steve Lhomme [Wed, 25 May 2005 22:55:40 +0000 (22:55 +0000)]
mkv.cpp: better handling of timecodes when B frames are involved

19 years agoListen for SAP announces of all possible scopes rather than an
Rémi Denis-Courmont [Wed, 25 May 2005 19:57:16 +0000 (19:57 +0000)]
Listen for SAP announces of all possible scopes rather than an
arbitrary on (as was previously done for IPv4)

19 years ago* Fix some detection logic for SSA/ASS subs
Derk-Jan Hartman [Tue, 24 May 2005 19:12:39 +0000 (19:12 +0000)]
* Fix some detection logic for SSA/ASS subs
* Added ASS support

19 years agogetaddrinfo.c: fix MSVC compilation
Steve Lhomme [Tue, 24 May 2005 13:37:18 +0000 (13:37 +0000)]
getaddrinfo.c: fix MSVC compilation

19 years ago * same string fix on trunk
Antoine Cellerier [Tue, 24 May 2005 09:56:05 +0000 (09:56 +0000)]
 * same string fix on trunk

19 years agoFix linking of switcher_out plugin (closes #148)
Rémi Denis-Courmont [Tue, 24 May 2005 08:39:05 +0000 (08:39 +0000)]
Fix linking of switcher_out plugin (closes #148)

19 years agoThread safety fix
Rémi Denis-Courmont [Tue, 24 May 2005 08:22:07 +0000 (08:22 +0000)]
Thread safety fix

19 years agoWinCE compile fix
Rémi Denis-Courmont [Tue, 24 May 2005 08:09:30 +0000 (08:09 +0000)]
WinCE compile fix

19 years agoAttempt to fix addrinfo detection on WinCE
Rémi Denis-Courmont [Tue, 24 May 2005 07:47:18 +0000 (07:47 +0000)]
Attempt to fix addrinfo detection on WinCE

19 years agoun-re-un-export net_ConvertIPv4
Rémi Denis-Courmont [Mon, 23 May 2005 18:23:29 +0000 (18:23 +0000)]
un-re-un-export net_ConvertIPv4
(it's obsolete and not used by any module anyway)

19 years agomore MSVC compilation fixes
Steve Lhomme [Mon, 23 May 2005 16:26:18 +0000 (16:26 +0000)]
more MSVC compilation fixes

19 years agocompilation fixes for MSVC
Steve Lhomme [Mon, 23 May 2005 16:08:28 +0000 (16:08 +0000)]
compilation fixes for MSVC

19 years ago* backported [11134] to HEAD
Derk-Jan Hartman [Mon, 23 May 2005 11:43:42 +0000 (11:43 +0000)]
* backported [11134] to HEAD

19 years ago* configure.ac: s/0.8.3/0.8.3-svn
Gildas Bazin [Mon, 23 May 2005 09:28:02 +0000 (09:28 +0000)]
* configure.ac: s/0.8.3/0.8.3-svn

19 years agomodules.c: forget this file saturday for [11093]
Christophe Mutricy [Mon, 23 May 2005 09:05:17 +0000 (09:05 +0000)]
modules.c: forget this file saturday for [11093]

19 years ago * change trunk version name to 0.8.3-svn so people don't get it confused
Antoine Cellerier [Mon, 23 May 2005 08:33:51 +0000 (08:33 +0000)]
 * change trunk version name to 0.8.3-svn so people don't get it confused
   with the 0.8.2 branch

19 years agoWindows CE compile fix attempt
Rémi Denis-Courmont [Mon, 23 May 2005 07:52:49 +0000 (07:52 +0000)]
Windows CE compile fix attempt

19 years ago src/*: BeOS compile fixes
Eric Petit [Mon, 23 May 2005 06:22:02 +0000 (06:22 +0000)]
 src/*: BeOS compile fixes
 configure.ac: access_ftp now requires -lnet on BeOS

19 years agomkv.cpp: try to improve timecode and references handling
Steve Lhomme [Sun, 22 May 2005 21:52:11 +0000 (21:52 +0000)]
mkv.cpp: try to improve timecode and references handling

19 years ago* use the correct terminal to commit changes to the trunk...
Felix Paul Kühne [Sun, 22 May 2005 18:07:52 +0000 (18:07 +0000)]
* use the correct terminal to commit changes to the trunk...

19 years agoSupport for re-using the same TLS/SSL httpd hosts for multiple stream ouputs;
Rémi Denis-Courmont [Sun, 22 May 2005 15:03:47 +0000 (15:03 +0000)]
Support for re-using the same TLS/SSL httpd hosts for multiple stream ouputs;
a minor TLS httpd API change was needed (closes #92)

19 years agoFix loop in mozilla plugin (closes #138)
Clément Stenac [Sun, 22 May 2005 14:52:26 +0000 (14:52 +0000)]
Fix loop in mozilla plugin (closes #138)

19 years ago- use VLC net API in httpd
Rémi Denis-Courmont [Sun, 22 May 2005 11:36:59 +0000 (11:36 +0000)]
- use VLC net API in httpd
(side effect: closes #89)