]> git.sesse.net Git - vlc/log
vlc
19 years ago * doc/vlc.1: spelling
Sam Hocevar [Sat, 19 Mar 2005 08:34:30 +0000 (08:34 +0000)]
  * doc/vlc.1: spelling

19 years agofavicon.ico instead of favico.ico...
Jérome Decoodt [Fri, 18 Mar 2005 16:44:16 +0000 (16:44 +0000)]
favicon.ico instead of favico.ico...

19 years agoAdd cone_+-, and favico.ico to Makefile.am, as suggest xtophe
Jérome Decoodt [Fri, 18 Mar 2005 14:43:38 +0000 (14:43 +0000)]
Add cone_+-, and favico.ico to Makefile.am, as suggest xtophe
Not tested...

19 years ago* modules/stream_out/transcode.c: convert audio to fl32 first if needed.
Gildas Bazin [Fri, 18 Mar 2005 07:44:20 +0000 (07:44 +0000)]
* modules/stream_out/transcode.c: convert audio to fl32 first if needed.

19 years agops.c -- add i_rate_bound (MPEG spec 13818 requires rate_bound >= that of any packet...
Mark Moriarty [Fri, 18 Mar 2005 01:59:44 +0000 (01:59 +0000)]
ps.c -- add i_rate_bound (MPEG spec 13818 requires rate_bound >= that of any packet in the stream) (I'm not positive, but program_mux_rate, based on instant_rate, should also possibly change.  Per 2.5.3.4 of the spec,it sounds like it might be the forward-looking rate; reporting a last-second value based on P frames,if the forward packets have an I frame, might not be correct [specs are a pain])

19 years ago* modules/audio_filter/resampler/linear.c: ported linear resampler to audio filter...
Gildas Bazin [Thu, 17 Mar 2005 23:34:04 +0000 (23:34 +0000)]
* modules/audio_filter/resampler/linear.c: ported linear resampler to audio filter 2 architecture. Patch courtesy of Matthew Hodgson (matthew at mxtelecom dot com) + cleanup and fixes by me.

19 years ago* modules/stream_out/transcode.c: simplifications + more extensive audio filter searc...
Gildas Bazin [Thu, 17 Mar 2005 23:31:38 +0000 (23:31 +0000)]
* modules/stream_out/transcode.c: simplifications + more extensive audio filter searches for conversions.

19 years ago modules/codec/araw.c: a/ulaw encoding support. Patch courtesy of Matthew Hodgson...
Gildas Bazin [Thu, 17 Mar 2005 21:50:29 +0000 (21:50 +0000)]
 modules/codec/araw.c: a/ulaw encoding support. Patch courtesy of Matthew Hodgson (matthew at mxtelecom dot com) + cleanup by me.

19 years ago* modules/stream_out/transcode.c: prepare transcoder to use resampling/downmixing...
Gildas Bazin [Thu, 17 Mar 2005 20:39:52 +0000 (20:39 +0000)]
* modules/stream_out/transcode.c: prepare transcoder to use resampling/downmixing audio filters.
* modules/audio_filter/*: set the output format to what's really being output.

19 years ago* src/misc/image.c, src/video_output/vout_intf.c: handle aspect ratio changes in...
Gildas Bazin [Thu, 17 Mar 2005 19:16:15 +0000 (19:16 +0000)]
* src/misc/image.c, src/video_output/vout_intf.c: handle aspect ratio changes in image_Convert() as well.
* modules/video_output/picture.c: set all the fields of fmt_in for image_Convert().

19 years ago* modules/stream_out/switcher.c: Fixed aspect ratio.
Christophe Massiot [Thu, 17 Mar 2005 16:59:16 +0000 (16:59 +0000)]
* modules/stream_out/switcher.c: Fixed aspect ratio.

19 years ago* src/video_output/vout_intf.c: small cleanup.
Gildas Bazin [Thu, 17 Mar 2005 13:55:11 +0000 (13:55 +0000)]
* src/video_output/vout_intf.c: small cleanup.

19 years ago* src/video_output/vout_intf.c, src/misc/image.c: proper aspect ratio for snapshots.
Gildas Bazin [Thu, 17 Mar 2005 13:14:04 +0000 (13:14 +0000)]
* src/video_output/vout_intf.c, src/misc/image.c: proper aspect ratio for snapshots.

19 years ago* modules/codec/ffmpeg/video_filter.c: resampling fix for when source or dest is...
Gildas Bazin [Thu, 17 Mar 2005 13:12:10 +0000 (13:12 +0000)]
* modules/codec/ffmpeg/video_filter.c: resampling fix for when source or dest is not in I420 format.

19 years agomkv.cpp: allow seamless transition between segments
Steve Lhomme [Thu, 17 Mar 2005 12:13:12 +0000 (12:13 +0000)]
mkv.cpp: allow seamless transition between segments

19 years ago* modules/audio_filter/converter/mpgatofixed32.c: added downmixing from stereo to...
Gildas Bazin [Thu, 17 Mar 2005 08:20:53 +0000 (08:20 +0000)]
* modules/audio_filter/converter/mpgatofixed32.c: added downmixing from stereo to mono.

19 years ago* modules/codec/ffmpeg/encoder.c: reverted commit 10351 which breaks aspect ratio...
Gildas Bazin [Thu, 17 Mar 2005 07:35:35 +0000 (07:35 +0000)]
* modules/codec/ffmpeg/encoder.c: reverted commit 10351 which breaks aspect ratio encoding.

19 years ago* modules/gui/wince: better volume slider behaviour.
Gildas Bazin [Wed, 16 Mar 2005 23:38:51 +0000 (23:38 +0000)]
* modules/gui/wince: better volume slider behaviour.

19 years ago* modules/audio_output/waveout.c: change global volume on WinCE.
Gildas Bazin [Wed, 16 Mar 2005 23:10:08 +0000 (23:10 +0000)]
* modules/audio_output/waveout.c: change global volume on WinCE.

19 years ago* src/libvlc.[c,h]: new --(no-)fpu option (mainly for debugging purposes).
Gildas Bazin [Wed, 16 Mar 2005 21:53:15 +0000 (21:53 +0000)]
* src/libvlc.[c,h]: new --(no-)fpu option (mainly for debugging purposes).

19 years agomkv.cpp: faster code with newer libs
Steve Lhomme [Wed, 16 Mar 2005 21:46:57 +0000 (21:46 +0000)]
mkv.cpp: faster code with newer libs

19 years ago* configure.ac: --with-a52-fixed option to specify if liba52 was compiled with fixed...
Gildas Bazin [Wed, 16 Mar 2005 21:38:19 +0000 (21:38 +0000)]
* configure.ac: --with-a52-fixed option to specify if liba52 was compiled with fixed point support.

19 years agomkv.cpp: seeking is not only based on video
Steve Lhomme [Wed, 16 Mar 2005 21:26:43 +0000 (21:26 +0000)]
mkv.cpp: seeking is not only based on video

19 years ago* modules/audio_filter/converter/a52tofloat32.c: support for fixed point version...
Gildas Bazin [Wed, 16 Mar 2005 21:25:53 +0000 (21:25 +0000)]
* modules/audio_filter/converter/a52tofloat32.c: support for fixed point version of liba52.

19 years agomkv.cpp: store silent tracks info
Steve Lhomme [Wed, 16 Mar 2005 21:04:32 +0000 (21:04 +0000)]
mkv.cpp: store silent tracks info

19 years agoQuick patch to make pda.c inteface compile again. It disables the management of the...
Jean-Paul Saman [Wed, 16 Mar 2005 21:02:05 +0000 (21:02 +0000)]
Quick patch to make pda.c inteface compile again. It disables the management of the slider on the GUI.

19 years agomkv.cpp: more code rearranging
Steve Lhomme [Wed, 16 Mar 2005 20:32:38 +0000 (20:32 +0000)]
mkv.cpp: more code rearranging

19 years ago macosx/voutgl.m: fixed --macosx-stretch in GL provider
Eric Petit [Wed, 16 Mar 2005 15:49:18 +0000 (15:49 +0000)]
 macosx/voutgl.m: fixed --macosx-stretch in GL provider

19 years agomain.cpp: fixed bug regarding TypeLib registration
Damien Fouilleul [Wed, 16 Mar 2005 13:08:13 +0000 (13:08 +0000)]
main.cpp: fixed bug regarding TypeLib registration
plugin.cpp: some minor cleanup

19 years ago* src/misc/vlm.c: couple of fixes pointed out by johnluo.
Gildas Bazin [Wed, 16 Mar 2005 12:12:20 +0000 (12:12 +0000)]
* src/misc/vlm.c: couple of fixes pointed out by johnluo.

19 years ago* modules/access/directory.c: fixed a bunch of bugs.
Gildas Bazin [Wed, 16 Mar 2005 11:38:16 +0000 (11:38 +0000)]
* modules/access/directory.c: fixed a bunch of bugs.

19 years ago* modules/demux/ty.c: fixed segfault while probing.
Gildas Bazin [Wed, 16 Mar 2005 11:11:08 +0000 (11:11 +0000)]
* modules/demux/ty.c: fixed segfault while probing.

19 years ago- TY should have a lower priority than PS
Rémi Denis-Courmont [Wed, 16 Mar 2005 10:51:10 +0000 (10:51 +0000)]
- TY should have a lower priority than PS

19 years ago* src/playlist/*: shut up a couple of compiler warnings.
Gildas Bazin [Wed, 16 Mar 2005 09:48:22 +0000 (09:48 +0000)]
* src/playlist/*: shut up a couple of compiler warnings.

19 years ago* New ignore-filetypes option for the directory module.
Derk-Jan Hartman [Wed, 16 Mar 2005 00:16:03 +0000 (00:16 +0000)]
* New ignore-filetypes option for the directory module.
  - you can specify a comma-seperated list of file-extensions. Files of this type will not be added to the
    playlist when the directory module parses directory contents.
    This prevents duplication of playlist items (both m3u and the real files were being played, or both .bin and .cue were added, therfore playing the same movie twice) and the adding of items that are not really useful to VLC as seperate playlist items.
  - By default are ignored the following: m3u,nfo,jpg,gif,sfv,txt,sub,idx,srt,cue

19 years ago* *.po: updated the po-files
Felix Paul Kühne [Tue, 15 Mar 2005 19:53:17 +0000 (19:53 +0000)]
* *.po: updated the po-files
* da.po: additions to the Danish translation by Jonas Larsen
* Makefile.in.in: small fix, so msgmerge is found properly if it is installed in extras/contrib

19 years ago* modules/codec/ffmpeg/encoder.c: Fixed aspect ratio encoding.
Christophe Massiot [Tue, 15 Mar 2005 18:59:48 +0000 (18:59 +0000)]
* modules/codec/ffmpeg/encoder.c: Fixed aspect ratio encoding.

19 years ago* modules/stream_out/switcher.c: Added --sout-switcher-aspect-ratio option.
Christophe Massiot [Tue, 15 Mar 2005 18:55:17 +0000 (18:55 +0000)]
* modules/stream_out/switcher.c: Added --sout-switcher-aspect-ratio option.

19 years ago* src/video_output/vout_synchro.c: New --quiet-synchro config option.
Christophe Massiot [Tue, 15 Mar 2005 18:52:52 +0000 (18:52 +0000)]
* src/video_output/vout_synchro.c: New --quiet-synchro config option.

19 years agowall.c: fix alignment when rows or cols are 2 or less.
Sigmund Augdal Helberg [Tue, 15 Mar 2005 17:18:58 +0000 (17:18 +0000)]
wall.c: fix alignment when rows or cols are 2 or less.

19 years ago* configure.ac: proper LDFLAGS on win32 for the wince gui.
Gildas Bazin [Tue, 15 Mar 2005 13:44:31 +0000 (13:44 +0000)]
* configure.ac: proper LDFLAGS on win32 for the wince gui.

19 years ago* modules/audio_output/waveout.c: use hardware volume control.
Gildas Bazin [Tue, 15 Mar 2005 13:38:28 +0000 (13:38 +0000)]
* modules/audio_output/waveout.c: use hardware volume control.

19 years ago* src/audio_output/intf.c: aout_VolumeGet() needs to call pf_volume_get() if it wants...
Gildas Bazin [Tue, 15 Mar 2005 13:21:54 +0000 (13:21 +0000)]
* src/audio_output/intf.c: aout_VolumeGet() needs to call pf_volume_get() if it wants an updated value.

19 years ago* configure.ac: getnameinfo/getaddrinfo/freeaddrinfo are not available on win32 ...
Gildas Bazin [Tue, 15 Mar 2005 11:40:27 +0000 (11:40 +0000)]
* configure.ac: getnameinfo/getaddrinfo/freeaddrinfo are not available on win32 (except on XP/2003 so if we want to use them we'll have to load them dynamically).

19 years ago* display useful information in the tooltip
Anil Daoud [Tue, 15 Mar 2005 11:29:46 +0000 (11:29 +0000)]
* display useful information in the tooltip

19 years agoWork on MacOS preferences. Need to be completed, improved, and debugged...
Jérome Decoodt [Tue, 15 Mar 2005 00:02:16 +0000 (00:02 +0000)]
Work on MacOS preferences. Need to be completed, improved, and debugged...

19 years ago* macosx: simplify volume update method for scrollfield usage.
Derk-Jan Hartman [Mon, 14 Mar 2005 23:53:58 +0000 (23:53 +0000)]
* macosx: simplify volume update method for scrollfield usage.

19 years ago* wxwindows/*: disable systray code for wx2.4 (Thanks Gildas)
Anil Daoud [Mon, 14 Mar 2005 23:39:53 +0000 (23:39 +0000)]
* wxwindows/*: disable systray code for wx2.4 (Thanks Gildas)

19 years ago* Renamed --filter to --video-filter for reasons of consistency. Please check functio...
Derk-Jan Hartman [Mon, 14 Mar 2005 23:12:06 +0000 (23:12 +0000)]
* Renamed --filter to --video-filter for reasons of consistency. Please check functionality.
* Added a notice of this to news
* Another request from the forum.

19 years ago* More descriptions of the VLC commandline syntax when running --help.
Derk-Jan Hartman [Mon, 14 Mar 2005 22:14:46 +0000 (22:14 +0000)]
* More descriptions of the VLC commandline syntax when running --help.
* Added --advanced to the "Help Options" as well. It's "duplicate", but it's easier to find now for cli users.
* Restored some add_category_hint so the cli help shows the proper categories again.

19 years ago * mp4.c: do not unselect ES at the end.
Laurent Aimar [Mon, 14 Mar 2005 17:02:45 +0000 (17:02 +0000)]
 * mp4.c: do not unselect ES at the end.

19 years ago * debian/Makefile.am: oops, removed ffmpeg patch and added vlc.mime.
Sam Hocevar [Mon, 14 Mar 2005 14:38:44 +0000 (14:38 +0000)]
  * debian/Makefile.am: oops, removed ffmpeg patch and added vlc.mime.

19 years ago * Updated Debian packaging information.
Sam Hocevar [Mon, 14 Mar 2005 13:54:04 +0000 (13:54 +0000)]
  * Updated Debian packaging information.

19 years ago* src/input/input.c: use a low priority input thread when in b_out_pace_control ...
Gildas Bazin [Mon, 14 Mar 2005 13:21:26 +0000 (13:21 +0000)]
* src/input/input.c: use a low priority input thread when in b_out_pace_control && b_can_pace_control mode (avoids using all the cpu time).

19 years ago * modules/stream_out/switcher.c: fixed forbidden empty string for gettext.
Sam Hocevar [Mon, 14 Mar 2005 13:02:16 +0000 (13:02 +0000)]
  * modules/stream_out/switcher.c: fixed forbidden empty string for gettext.

19 years ago* activex: updated svn:ignore property
Anil Daoud [Mon, 14 Mar 2005 10:56:55 +0000 (10:56 +0000)]
* activex: updated svn:ignore property

* wxwindows: systray integration, with a basic popup menu, tested under
  WinXP and Gnome (introduces two new options, wxwin-taskbar and
  wxwin-systray).

  The icon looks ok under windows but not so good with some gnome-panel
  sizes.

19 years ago * activex/Makefile.am: use "rm -f", not "-rm".
Sam Hocevar [Mon, 14 Mar 2005 10:49:41 +0000 (10:49 +0000)]
  * activex/Makefile.am: use "rm -f", not "-rm".

19 years ago * configure.ac: allow to specify another name for the wx-config script, for
Sam Hocevar [Mon, 14 Mar 2005 10:38:45 +0000 (10:38 +0000)]
  * configure.ac: allow to specify another name for the wx-config script, for
    systems with both 2.4 and 2.5.

19 years agocorba/Modules.am: include missing files in dist. Fixes #1977
Sigmund Augdal Helberg [Mon, 14 Mar 2005 10:32:47 +0000 (10:32 +0000)]
corba/Modules.am: include missing files in dist. Fixes #1977

19 years agoTODO: remove recently fixed subtitle-related items
Sigmund Augdal Helberg [Mon, 14 Mar 2005 09:18:42 +0000 (09:18 +0000)]
TODO: remove recently fixed subtitle-related items

19 years ago* Add some TODOs from the Requests forum.
Derk-Jan Hartman [Sun, 13 Mar 2005 23:32:30 +0000 (23:32 +0000)]
* Add some TODOs from the Requests forum.

19 years agoAdded setScrollField: and resetScrollField to manage the scroll field.
Jérome Decoodt [Sun, 13 Mar 2005 23:19:12 +0000 (23:19 +0000)]
Added setScrollField: and resetScrollField to manage the scroll field.

19 years ago* axvlc.reg was removed from the source tree in r9968, but not removed from the Makef...
Derk-Jan Hartman [Sun, 13 Mar 2005 23:10:01 +0000 (23:10 +0000)]
* axvlc.reg was removed from the source tree in r9968, but not removed from the Makefile.am
This was breaking make dist, and therefore the SVN .tar.gz snapshots

19 years agomkv.cpp: use the same technique for the main segment as for the additional segments...
Steve Lhomme [Sun, 13 Mar 2005 19:53:20 +0000 (19:53 +0000)]
mkv.cpp: use the same technique for the main segment as for the additional segments (this way we know the others work too)

19 years agomkv.cpp: segment preloading now works
Steve Lhomme [Sun, 13 Mar 2005 14:09:31 +0000 (14:09 +0000)]
mkv.cpp: segment preloading now works

19 years agoFix my email address
Rémi Denis-Courmont [Sun, 13 Mar 2005 13:29:45 +0000 (13:29 +0000)]
Fix my email address

19 years ago- Fix getnameinfo detection on Win32
Rémi Denis-Courmont [Sun, 13 Mar 2005 09:31:00 +0000 (09:31 +0000)]
- Fix getnameinfo detection on Win32

19 years ago dvdnav.patch: missed a couple of functions yesterday, fixes --disable-plugins
Eric Petit [Sun, 13 Mar 2005 05:56:32 +0000 (05:56 +0000)]
 dvdnav.patch: missed a couple of functions yesterday, fixes --disable-plugins

19 years ago Renamed the "contrast" variable used between dvdnav and the video output
Eric Petit [Sat, 12 Mar 2005 18:34:36 +0000 (18:34 +0000)]
 Renamed the "contrast" variable used between dvdnav and the video output
 so it doesn't conflict with the one from the adjust filter

19 years ago dvdnav.patch: prefixed all non-static functions in the included libdvdread.
Eric Petit [Sat, 12 Mar 2005 17:52:33 +0000 (17:52 +0000)]
 dvdnav.patch: prefixed all non-static functions in the included libdvdread.
  This fixes dvdsimple on OS X (either it crashed complaining about
  multiple definitions in the dvdnav and dvdread plugins, or it tried
  to use the libdvdread routines from the dvdnav plugin even though
  the dvdread access is used, but this modified libdvdread doesn't
  seem to be binary compatible... big mess here)
 ALL: fixed a minor libdvdread bug + cleaned the BeOS patch

19 years agoFixed stupid bug (C) me, yesterday (variable name conflict)
Rémi Denis-Courmont [Sat, 12 Mar 2005 17:47:43 +0000 (17:47 +0000)]
Fixed stupid bug (C) me, yesterday (variable name conflict)

19 years agofortuuuuune
Christophe Massiot [Sat, 12 Mar 2005 14:31:10 +0000 (14:31 +0000)]
fortuuuuune

19 years agomkv.cpp: know your parents better
Steve Lhomme [Sat, 12 Mar 2005 11:12:00 +0000 (11:12 +0000)]
mkv.cpp: know your parents better

19 years agomkv.cpp: better segment initialisation
Steve Lhomme [Sat, 12 Mar 2005 10:20:18 +0000 (10:20 +0000)]
mkv.cpp: better segment initialisation

19 years agomkv.cpp: don't keep segments already found elsewhere
Steve Lhomme [Sat, 12 Mar 2005 10:01:45 +0000 (10:01 +0000)]
mkv.cpp: don't keep segments already found elsewhere

19 years agomkv.cpp: more code reorganisation for segment preloading
Steve Lhomme [Sat, 12 Mar 2005 09:35:29 +0000 (09:35 +0000)]
mkv.cpp: more code reorganisation for segment preloading

19 years ago* configure.ac: alsa is now really default enabled
Anil Daoud [Fri, 11 Mar 2005 22:36:40 +0000 (22:36 +0000)]
* configure.ac: alsa is now really default enabled
* modules/demux/*: typo and user-friendly description
* modules/access/*: less vlc warnings
* modules/codec/subsdec.c: subtitles justification is no longer "advanced"

19 years agoString fixes by Christophe Mutricy
Clément Stenac [Fri, 11 Mar 2005 21:49:19 +0000 (21:49 +0000)]
String fixes by Christophe Mutricy

19 years ago- Fix bug #1854
Rémi Denis-Courmont [Fri, 11 Mar 2005 20:04:58 +0000 (20:04 +0000)]
- Fix bug #1854

19 years ago- Check for gai_strerror
Rémi Denis-Courmont [Fri, 11 Mar 2005 19:57:28 +0000 (19:57 +0000)]
- Check for gai_strerror
  (stupid Winsock2 has getnameinfo but not gai_strerror)

19 years ago- Fix building axvlc from subdirectory
Rémi Denis-Courmont [Fri, 11 Mar 2005 13:41:51 +0000 (13:41 +0000)]
- Fix building axvlc from subdirectory

19 years ago* mozilla/vlcshell.cpp: handle Mozilla plugin output window resizing in X11 (patch...
Andre Pang [Fri, 11 Mar 2005 13:38:38 +0000 (13:38 +0000)]
* mozilla/vlcshell.cpp: handle Mozilla plugin output window resizing in X11 (patch thanks to Conrad Parker, conrad AT metadecks DOT org), and annotate #endifs with the #ifdef that it closes

19 years ago * change $Id thing ... r10300
Antoine Cellerier [Fri, 11 Mar 2005 13:13:45 +0000 (13:13 +0000)]
 * change $Id thing ... r10300

19 years agomkv.cpp: preload linked segments too
Steve Lhomme [Fri, 11 Mar 2005 12:41:41 +0000 (12:41 +0000)]
mkv.cpp: preload linked segments too

19 years agomkv.cpp: remove an unused variable
Steve Lhomme [Fri, 11 Mar 2005 10:44:36 +0000 (10:44 +0000)]
mkv.cpp: remove an unused variable

19 years agoalsa.c: removed a printf, shut up a compiler warning
Sigmund Augdal Helberg [Fri, 11 Mar 2005 09:54:47 +0000 (09:54 +0000)]
alsa.c: removed a printf, shut up a compiler warning

19 years agoRemoved unneeded VLC_OBJECT() cast and another segfault fix.
Jean-Paul Saman [Fri, 11 Mar 2005 09:49:38 +0000 (09:49 +0000)]
Removed unneeded VLC_OBJECT() cast and another segfault fix.

19 years agowxwindows/preferences_widgets.cpp: Fix size of ModulesListCat widget
Sigmund Augdal Helberg [Fri, 11 Mar 2005 08:56:58 +0000 (08:56 +0000)]
wxwindows/preferences_widgets.cpp: Fix size of ModulesListCat widget

19 years ago* modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c: cosmetic fixes.
Gildas Bazin [Fri, 11 Mar 2005 08:18:14 +0000 (08:18 +0000)]
* modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c: cosmetic fixes.

19 years agoTivo file demuxer
Rémi Denis-Courmont [Fri, 11 Mar 2005 08:13:00 +0000 (08:13 +0000)]
Tivo file demuxer
based on patch from Neal Symms <nsymms # redwar.us>
with minor cleanups

19 years agoReduce the global verbosity
Clément Stenac [Fri, 11 Mar 2005 07:52:18 +0000 (07:52 +0000)]
Reduce the global verbosity
Change some message severities

19 years agoFix locking
Clément Stenac [Thu, 10 Mar 2005 22:30:16 +0000 (22:30 +0000)]
Fix locking

19 years agoUpdate news
Clément Stenac [Thu, 10 Mar 2005 22:18:47 +0000 (22:18 +0000)]
Update news

19 years agoSame mistake here: Pass real VLC_OBJECT's to msg_*
Jean-Paul Saman [Thu, 10 Mar 2005 21:16:32 +0000 (21:16 +0000)]
Same mistake here: Pass real VLC_OBJECT's to msg_*

19 years agoAnother one. Use real VLC_OBJECT's in msg_*
Jean-Paul Saman [Thu, 10 Mar 2005 21:12:28 +0000 (21:12 +0000)]
Another one. Use real VLC_OBJECT's in msg_*

19 years agoUse VLC_OBJECT's to pass to msg_* functions otherwise all hell breaks lose.
Jean-Paul Saman [Thu, 10 Mar 2005 21:09:14 +0000 (21:09 +0000)]
Use VLC_OBJECT's to pass to msg_* functions otherwise all hell breaks lose.

19 years ago- Require certificate from the client if one CA cert specified
Rémi Denis-Courmont [Thu, 10 Mar 2005 20:42:52 +0000 (20:42 +0000)]
- Require certificate from the client if one CA cert specified

19 years ago- Release certificate creds after terminating session
Rémi Denis-Courmont [Thu, 10 Mar 2005 20:04:04 +0000 (20:04 +0000)]
- Release certificate creds after terminating session

19 years ago* configure.ac: only include stream_out_switcher if --enable-sout is specified.
Gildas Bazin [Thu, 10 Mar 2005 19:23:10 +0000 (19:23 +0000)]
* configure.ac: only include stream_out_switcher if --enable-sout is specified.

19 years agomkv.cpp: support preloading in the same family
Steve Lhomme [Thu, 10 Mar 2005 18:20:02 +0000 (18:20 +0000)]
mkv.cpp: support preloading in the same family