]> git.sesse.net Git - vlc/log
vlc
18 years agoMisc changes
Antoine Cellerier [Tue, 1 Nov 2005 20:50:07 +0000 (20:50 +0000)]
Misc changes

18 years agoAdd detection of ranlib and ar when crosscompiling. It's not fixing the linking probl...
Christophe Mutricy [Tue, 1 Nov 2005 18:38:14 +0000 (18:38 +0000)]
Add detection of ranlib and ar when crosscompiling. It's not fixing the linking problem :(

18 years agoFix x264 patch
Christophe Mutricy [Tue, 1 Nov 2005 18:37:02 +0000 (18:37 +0000)]
Fix x264 patch

18 years ago* all: added an attribute "autoresize" to the Video control.
Cyril Deguet [Tue, 1 Nov 2005 15:53:07 +0000 (15:53 +0000)]
* all: added an attribute "autoresize" to the Video control.
  When it is set to "true", the window is automatically resized
  when the vout size changes.

18 years agoRevert previous commit and Proper solution
Christophe Mutricy [Tue, 1 Nov 2005 15:04:06 +0000 (15:04 +0000)]
Revert previous commit and Proper solution

18 years agoDelete this one by mistake
Christophe Mutricy [Tue, 1 Nov 2005 14:58:12 +0000 (14:58 +0000)]
Delete this one by mistake

18 years ago*configure.ac: It was confusing pkg-config on MacOSX
Christophe Mutricy [Tue, 1 Nov 2005 13:58:33 +0000 (13:58 +0000)]
*configure.ac: It was confusing pkg-config on MacOSX

18 years agocontrib/Makefile: svn for mkv/ebml + cddb is a tgz
Christophe Mutricy [Tue, 1 Nov 2005 13:09:51 +0000 (13:09 +0000)]
contrib/Makefile: svn for mkv/ebml + cddb is a tgz

18 years agoOops
Christophe Mutricy [Tue, 1 Nov 2005 12:13:33 +0000 (12:13 +0000)]
Oops

18 years agoDon't put .zlib as requirement as it can came from the system
Christophe Mutricy [Tue, 1 Nov 2005 11:39:49 +0000 (11:39 +0000)]
Don't put .zlib as requirement as it can came from the system

18 years agoALL: Merge the win32-contrib branch.
Christophe Mutricy [Tue, 1 Nov 2005 11:30:23 +0000 (11:30 +0000)]
ALL: Merge the win32-contrib branch.

Todo:
Fix FLAC
SDL patch by Meuh

18 years ago* modules/stream_out/transcode.c: fixed small memleak.
Gildas Bazin [Mon, 31 Oct 2005 23:26:56 +0000 (23:26 +0000)]
* modules/stream_out/transcode.c: fixed small memleak.

18 years ago* modules/codec/ffmpeg/encoder.c: fmt_out.p_extra needs to be malloc()ed.
Gildas Bazin [Mon, 31 Oct 2005 23:10:29 +0000 (23:10 +0000)]
* modules/codec/ffmpeg/encoder.c: fmt_out.p_extra needs to be malloc()ed.

18 years ago* modules/codec/libmpeg2.c: when AR is forced by input, assume it is based on width...
Gildas Bazin [Mon, 31 Oct 2005 22:42:04 +0000 (22:42 +0000)]
* modules/codec/libmpeg2.c: when AR is forced by input, assume it is based on width/height, not display_width/height (required for broken DVDs).

18 years agoOups, latest commit was broken.
Benjamin Pracht [Mon, 31 Oct 2005 19:53:30 +0000 (19:53 +0000)]
Oups, latest commit was broken.

18 years agoFix a mistake in the resampling algorithm (hope I didn't forget any place)
Benjamin Pracht [Mon, 31 Oct 2005 19:46:29 +0000 (19:46 +0000)]
Fix a mistake in the resampling algorithm (hope I didn't forget any place)

18 years ago* modules/codec/ffmpeg/demux.c: do not re-invent the wheel.
Gildas Bazin [Mon, 31 Oct 2005 19:14:39 +0000 (19:14 +0000)]
* modules/codec/ffmpeg/demux.c: do not re-invent the wheel.

18 years ago* modules/codec/ffmpeg/demux.c: added raw video support.
Gildas Bazin [Mon, 31 Oct 2005 19:10:00 +0000 (19:10 +0000)]
* modules/codec/ffmpeg/demux.c: added raw video support.

18 years agofixed untranslatable strings
Marian Durkovic [Mon, 31 Oct 2005 13:34:17 +0000 (13:34 +0000)]
fixed untranslatable strings

18 years agowe need 16:10 cropping as well, there are monitors with this
Marian Durkovic [Mon, 31 Oct 2005 13:17:28 +0000 (13:17 +0000)]
we need 16:10 cropping as well, there are monitors with this
aspect ratio (e.g. 1280x800, 1920x1200)

18 years agoavoid rounding problems
Marian Durkovic [Mon, 31 Oct 2005 13:13:55 +0000 (13:13 +0000)]
avoid rounding problems

18 years agosar_num needs to be adjusted as well
Marian Durkovic [Mon, 31 Oct 2005 12:44:12 +0000 (12:44 +0000)]
sar_num needs to be adjusted as well

18 years agomake Crop or Aspect change autoamtically resize the window
Marian Durkovic [Mon, 31 Oct 2005 07:33:48 +0000 (07:33 +0000)]
make Crop or Aspect change autoamtically resize the window

18 years agoVOUT_SET_ZOOM can't be relative, since it doesn't work if user saved
Marian Durkovic [Mon, 31 Oct 2005 07:28:26 +0000 (07:28 +0000)]
VOUT_SET_ZOOM can't be relative, since it doesn't work if user saved
anything else than zoom=1.0 in Preferences.
Reworked it to always go through InitWindowsize()

18 years ago* changed default value of sub-margin to 0
Derk-Jan Hartman [Mon, 31 Oct 2005 01:46:14 +0000 (01:46 +0000)]
* changed default value of sub-margin to 0
* sub elements can be moved up (positive values) and down (negative)
* force_crop'ed elements cannot be moves (usually only dvd menu's)
* works for spudec and subsdec
* if the margin / offset correction forces the picture out of the main picture, the offset is cropped so that the subpicture is still 100% visible.

18 years ago* if we are certain we have a visualization module, don't try to open it as an audio...
Derk-Jan Hartman [Sun, 30 Oct 2005 21:21:22 +0000 (21:21 +0000)]
* if we are certain we have a visualization module, don't try to open it as an audio-filter first. (fixes #416)

18 years ago* added DJ's 10.2-patch again. Fixes the compilation of libcddb on the xserve.
Felix Paul Kühne [Sun, 30 Oct 2005 19:52:47 +0000 (19:52 +0000)]
* added DJ's 10.2-patch again. Fixes the compilation of libcddb on the xserve.
* macosx.m: renamed "Stretch Aspect ratio" to "Stretch video to fill window" to make the option's meaning a bit more clear (thanks to Jonas for the hint)

18 years ago* modules/codec/ffmpeg/ffmpeg.c: avoid a strcmp() in LibavcodecCallback().
Gildas Bazin [Sun, 30 Oct 2005 19:50:14 +0000 (19:50 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: avoid a strcmp() in LibavcodecCallback().

18 years ago* modules/codec/vorbis.c: fixed crash on codec cleanup when headers couldn't be decoded.
Gildas Bazin [Sun, 30 Oct 2005 19:38:44 +0000 (19:38 +0000)]
* modules/codec/vorbis.c: fixed crash on codec cleanup when headers couldn't be decoded.

18 years ago* modules/codec/ffmpeg/ffmpeg.c: fixed crash in LibavcodecCallback() when used from...
Gildas Bazin [Sun, 30 Oct 2005 19:35:21 +0000 (19:35 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: fixed crash in LibavcodecCallback() when used from libavformat.

18 years ago* forwardport [13037]
Felix Paul Kühne [Sun, 30 Oct 2005 19:35:10 +0000 (19:35 +0000)]
* forwardport [13037]

18 years ago* fixed some other strings
Felix Paul Kühne [Sun, 30 Oct 2005 19:05:52 +0000 (19:05 +0000)]
* fixed some other strings

18 years ago* modules/demux/mp4/mp4.c: set fmt.video.i_bits_per_pixel (needed at least for QT...
Gildas Bazin [Sun, 30 Oct 2005 19:00:12 +0000 (19:00 +0000)]
* modules/demux/mp4/mp4.c: set fmt.video.i_bits_per_pixel (needed at least for QT RLE).
* modules/codec/ffmpeg/ffmpeg.c: added QT RLE fourcc.
--This line, and
those below, will be ignored--

M    codec/ffmpeg/ffmpeg.c
M    demux/mp4/mp4.c

18 years ago* modules/codec/ffmpeg/demux.c: Updated to use latest libavformat api (was broken...
Gildas Bazin [Sun, 30 Oct 2005 18:04:48 +0000 (18:04 +0000)]
* modules/codec/ffmpeg/demux.c: Updated to use latest libavformat api (was broken due to libavformat api changes).

18 years ago* fixed some untranslatable strings and strings which existed both with and without...
Felix Paul Kühne [Sun, 30 Oct 2005 17:27:01 +0000 (17:27 +0000)]
* fixed some untranslatable strings and strings which existed both with and without trailing spaces. Thanks to Jonas A. Larsen for notifying me about them.

18 years ago* forwardport [13030]
Felix Paul Kühne [Sun, 30 Oct 2005 17:15:13 +0000 (17:15 +0000)]
* forwardport [13030]

18 years ago* forwardport of 13010
Derk-Jan Hartman [Sun, 30 Oct 2005 16:42:40 +0000 (16:42 +0000)]
* forwardport of 13010

18 years ago* modules/demux/real.c, modules/access/rtsp/*: fixes for real rtsp / demuxing.
Gildas Bazin [Sun, 30 Oct 2005 16:25:28 +0000 (16:25 +0000)]
* modules/demux/real.c, modules/access/rtsp/*: fixes for real rtsp / demuxing.

18 years ago* src/video_output/video_output.c, src/input/decoder.c, include/video_output.h: try...
Gildas Bazin [Sun, 30 Oct 2005 14:58:05 +0000 (14:58 +0000)]
* src/video_output/video_output.c, src/input/decoder.c, include/video_output.h: try to reduce i_sar_num/i_sar_den a bit hader to prevent overflows + remove p_vout->b_override_aspect which isn't used anymore.

18 years agos/unsuported/unsupported/ (thanks to tumu)
Antoine Cellerier [Sat, 29 Oct 2005 21:14:23 +0000 (21:14 +0000)]
s/unsuported/unsupported/ (thanks to tumu)

18 years agoset the samplerate before the format. The open of the device will fail when trying...
Benjamin Pracht [Sat, 29 Oct 2005 20:20:14 +0000 (20:20 +0000)]
set the samplerate before the format. The open of the device will fail when trying to set the sample rate to a value the soundcard doesn' support afet having set the format to fl32. Now, we will fall back to s16l if the device doesn't support the rate in fl32.

18 years agoremoved i_seqno from block_t ; RTP access now stores seqno in i_dts.
Marian Durkovic [Sat, 29 Oct 2005 18:06:58 +0000 (18:06 +0000)]
removed i_seqno from block_t ; RTP access now stores seqno in i_dts.
Closes #414

18 years ago* modules/video_output/wingdi.c: misc fixes and improvements.
Gildas Bazin [Sat, 29 Oct 2005 16:58:12 +0000 (16:58 +0000)]
* modules/video_output/wingdi.c: misc fixes and improvements.

18 years ago* modules/video_output/directx, modules/video_output/x11: take cropping into account...
Gildas Bazin [Sat, 29 Oct 2005 16:14:21 +0000 (16:14 +0000)]
* modules/video_output/directx, modules/video_output/x11: take cropping into account when reporting mouse coordinates.

18 years agochangesets r12782 and r12804 from 0.8.5-zorglub branch concerning podcast
Antoine Cellerier [Sat, 29 Oct 2005 14:27:18 +0000 (14:27 +0000)]
changesets r12782 and r12804 from 0.8.5-zorglub branch concerning podcast
service discovery and demux modules.

18 years agooops
Antoine Cellerier [Sat, 29 Oct 2005 14:17:11 +0000 (14:17 +0000)]
oops

18 years agos/ffmpeg/x264/
Antoine Cellerier [Sat, 29 Oct 2005 14:12:13 +0000 (14:12 +0000)]
s/ffmpeg/x264/

18 years agoallow subpel option in the 1 to 6 range for X264_BUILD >= 30 (r262)
Antoine Cellerier [Sat, 29 Oct 2005 14:10:10 +0000 (14:10 +0000)]
allow subpel option in the 1 to 6 range for X264_BUILD >= 30 (r262)

18 years ago* modules/codec/libmpeg2.c: fixed detection for aspect-ratio change.
Gildas Bazin [Sat, 29 Oct 2005 13:01:46 +0000 (13:01 +0000)]
* modules/codec/libmpeg2.c: fixed detection for aspect-ratio change.

18 years ago* modules/video_output/x11/xcommon.c: support on-the-fly ar/cropping in the x11 vout.
Gildas Bazin [Sat, 29 Oct 2005 12:43:40 +0000 (12:43 +0000)]
* modules/video_output/x11/xcommon.c: support on-the-fly ar/cropping in the x11 vout.

18 years ago * configure.ac: Added --with-tree for various decoders.
Jon Lech Johansen [Fri, 28 Oct 2005 21:44:53 +0000 (21:44 +0000)]
  * configure.ac: Added --with-tree for various decoders.

18 years ago* Adds radix_safe printf/scanf for liveMedia contrib
Derk-Jan Hartman [Fri, 28 Oct 2005 20:20:30 +0000 (20:20 +0000)]
* Adds radix_safe printf/scanf for liveMedia contrib

18 years ago* modules/misc/freetype.c, src/video_output/vout_intf.c: fixed a couple of memory...
Gildas Bazin [Fri, 28 Oct 2005 19:34:27 +0000 (19:34 +0000)]
* modules/misc/freetype.c, src/video_output/vout_intf.c: fixed a couple of memory leaks.

18 years ago* configure.ac, extras/MacOSX/*: bumped version to 0.8.5-svn.
Gildas Bazin [Fri, 28 Oct 2005 17:35:40 +0000 (17:35 +0000)]
* configure.ac, extras/MacOSX/*: bumped version to 0.8.5-svn.

18 years ago * magnify video filter. Still needs some work on the zoom method (which
Antoine Cellerier [Fri, 28 Oct 2005 17:00:00 +0000 (17:00 +0000)]
 * magnify video filter. Still needs some work on the zoom method (which
   isn't really efficient)

18 years ago * new gradient and edge detection video filters (sobel gradient)
Antoine Cellerier [Fri, 28 Oct 2005 16:55:39 +0000 (16:55 +0000)]
 * new gradient and edge detection video filters (sobel gradient)

18 years ago* src/video_output/*: re-implemented InitWindowSize() using fmt_in.i_sar_num/den...
Gildas Bazin [Fri, 28 Oct 2005 15:25:11 +0000 (15:25 +0000)]
* src/video_output/*: re-implemented InitWindowSize() using fmt_in.i_sar_num/den and moved it to vout_intf.c where it can be called again after crop or aspect ratio changes.

18 years agomkv.cpp: support the new A_AAC codec ID and SBR for older IDs (more tests needed)
Steve Lhomme [Fri, 28 Oct 2005 14:31:32 +0000 (14:31 +0000)]
mkv.cpp: support the new A_AAC codec ID and SBR for older IDs (more tests needed)

18 years agocall vlc_ureduce to simplify sar
Marian Durkovic [Fri, 28 Oct 2005 13:21:11 +0000 (13:21 +0000)]
call vlc_ureduce to simplify sar

18 years agorc control interface fix for correct reporting of playlist state when toggling pause.
Jean-Paul Saman [Fri, 28 Oct 2005 12:36:08 +0000 (12:36 +0000)]
rc control interface fix for correct reporting of playlist state when toggling pause.

18 years ago* src/libvlc.h, src/video_output/vout_intf.c: added crop config option + changed...
Gildas Bazin [Fri, 28 Oct 2005 09:30:47 +0000 (09:30 +0000)]
* src/libvlc.h, src/video_output/vout_intf.c: added crop config option + changed --monitor-aspect-ratio into --monitor-par (pixel aspect ratio). It makes a lot more sense since lots of widescreens still have square pixels.

18 years agofix for HDTV-1080 format: window size now correct (1920x1080)
Marian Durkovic [Fri, 28 Oct 2005 09:15:51 +0000 (09:15 +0000)]
fix for HDTV-1080 format: window size now correct (1920x1080)

18 years ago* modules/video_output/directx/directx.c, modules/video_output/directx/glwin32.c...
Gildas Bazin [Fri, 28 Oct 2005 08:21:18 +0000 (08:21 +0000)]
* modules/video_output/directx/directx.c, modules/video_output/directx/glwin32.c, modules/video_output/opengl.c: support on-the-fly aspect-ratio changes.

18 years ago* ' ' -> '_' in !DARWIN define
Derk-Jan Hartman [Fri, 28 Oct 2005 08:05:51 +0000 (08:05 +0000)]
* ' ' -> '_' in !DARWIN define

18 years ago* modules/video_output/x11/xcommon.c: support changing aspect-ratio on-the-fly.
Gildas Bazin [Fri, 28 Oct 2005 07:04:40 +0000 (07:04 +0000)]
* modules/video_output/x11/xcommon.c: support changing aspect-ratio on-the-fly.

18 years ago* src/video_output/*, include/video_output.h: support changing aspect-ratio on-the...
Gildas Bazin [Fri, 28 Oct 2005 07:03:17 +0000 (07:03 +0000)]
* src/video_output/*, include/video_output.h: support changing aspect-ratio on-the-fly.

18 years ago* hotkey: Go to DVD menu (ctrl-M)
Derk-Jan Hartman [Fri, 28 Oct 2005 00:13:28 +0000 (00:13 +0000)]
* hotkey: Go to DVD menu (ctrl-M)

18 years agoplugin.cpp: on activation, set width and height in VLC configuration variables with...
Damien Fouilleul [Thu, 27 Oct 2005 22:46:47 +0000 (22:46 +0000)]
plugin.cpp: on activation, set width and height in VLC configuration variables with plugin actual geometry, this prevents video rescaling when starting video

18 years agomkv.cpp: get ready to support pixel cropping (top/bottom/left/right) when it will...
Steve Lhomme [Thu, 27 Oct 2005 19:23:47 +0000 (19:23 +0000)]
mkv.cpp: get ready to support pixel cropping (top/bottom/left/right) when it will work from the demuxer in VLC

18 years ago* updated the po-files once again in preparation of the string freeze
Felix Paul Kühne [Thu, 27 Oct 2005 18:19:05 +0000 (18:19 +0000)]
* updated the po-files once again in preparation of the string freeze

18 years ago* minor string fixes
Felix Paul Kühne [Thu, 27 Oct 2005 18:15:35 +0000 (18:15 +0000)]
* minor string fixes

18 years agofix relation between MTU and RTP max packet size - closes #408
Marian Durkovic [Thu, 27 Oct 2005 13:39:50 +0000 (13:39 +0000)]
fix relation between MTU and RTP max packet size - closes #408

18 years agoskip 4 bytes also for RTP payload=32 (MPV) - RFC2250
Marian Durkovic [Thu, 27 Oct 2005 12:57:14 +0000 (12:57 +0000)]
skip 4 bytes also for RTP payload=32 (MPV) - RFC2250

18 years ago* modules/video_output/directx/glwin32.c: support on-the-fly crop changes.
Gildas Bazin [Thu, 27 Oct 2005 09:52:30 +0000 (09:52 +0000)]
* modules/video_output/directx/glwin32.c: support on-the-fly crop changes.

18 years agouse visible width/height in crop filter
Marian Durkovic [Thu, 27 Oct 2005 09:29:36 +0000 (09:29 +0000)]
use visible width/height in crop filter

18 years agofixed huge memory leak affecting #rtp stream output
Marian Durkovic [Thu, 27 Oct 2005 07:31:15 +0000 (07:31 +0000)]
fixed huge memory leak affecting #rtp stream output

18 years ago* modules/video_output/x11/xcommon.c, modules/video_output/opengl.c, modules/video_fi...
Gildas Bazin [Wed, 26 Oct 2005 22:52:05 +0000 (22:52 +0000)]
* modules/video_output/x11/xcommon.c, modules/video_output/opengl.c, modules/video_filter/deinterlace.c: added on-the-fly cropping support to opengl and deinterlace.

18 years ago* updated po files because of make dist fixing
Derk-Jan Hartman [Wed, 26 Oct 2005 18:34:34 +0000 (18:34 +0000)]
* updated po files because of make dist fixing

18 years ago* Don't include the Update.nib in make dist
Derk-Jan Hartman [Wed, 26 Oct 2005 15:41:51 +0000 (15:41 +0000)]
* Don't include the Update.nib in make dist

18 years ago * bootstrap: fixed bashism (#411).
Sam Hocevar [Wed, 26 Oct 2005 14:37:49 +0000 (14:37 +0000)]
  * bootstrap: fixed bashism (#411).

18 years ago * bootstrap configure.ac: removed Cisms from shell tests (#411).
Sam Hocevar [Wed, 26 Oct 2005 14:31:03 +0000 (14:31 +0000)]
  * bootstrap configure.ac: removed Cisms from shell tests (#411).

18 years agofixed SAP c= line TTL issue in #standard,
Marian Durkovic [Wed, 26 Oct 2005 09:14:14 +0000 (09:14 +0000)]
fixed SAP c= line TTL issue in #standard,
--sout-udp-ttl takes precedence over -ttl

18 years ago* modules/video_output/directx/directx.c: support on-the-fly cropping.
Gildas Bazin [Wed, 26 Oct 2005 07:52:01 +0000 (07:52 +0000)]
* modules/video_output/directx/directx.c: support on-the-fly cropping.

18 years ago* src/video_output/vout_intf.c: small fix for cropping.
Gildas Bazin [Wed, 26 Oct 2005 07:51:19 +0000 (07:51 +0000)]
* src/video_output/vout_intf.c: small fix for cropping.

18 years agofixed aspect ratio calculation when deinterlace->discard is used
Marian Durkovic [Wed, 26 Oct 2005 07:05:06 +0000 (07:05 +0000)]
fixed aspect ratio calculation when deinterlace->discard is used

18 years ago* modules/video_output/x11/xcommon.c: added support for on-the-fly cropping to xvideo.
Gildas Bazin [Tue, 25 Oct 2005 23:33:43 +0000 (23:33 +0000)]
* modules/video_output/x11/xcommon.c: added support for on-the-fly cropping to xvideo.

18 years ago* src/video_output/vout_intf.c: added support for on-the-fly cropping in the core...
Gildas Bazin [Tue, 25 Oct 2005 23:32:28 +0000 (23:32 +0000)]
* src/video_output/vout_intf.c: added support for on-the-fly cropping in the core (needs some vout support).

18 years ago* Fix a memleak in the image video output.
Derk-Jan Hartman [Tue, 25 Oct 2005 23:19:51 +0000 (23:19 +0000)]
* Fix a memleak in the image video output.
  It's still not leak free. I suspect an error in src/misc/image.c

18 years ago* modules/video_filter/*: use p_vout->fmt_in/out.
Gildas Bazin [Tue, 25 Oct 2005 19:24:21 +0000 (19:24 +0000)]
* modules/video_filter/*: use p_vout->fmt_in/out.

18 years ago* modules/video_filter/deinterlace.c: fixed aspect-ratio + pass on cropping info...
Gildas Bazin [Tue, 25 Oct 2005 19:10:30 +0000 (19:10 +0000)]
* modules/video_filter/deinterlace.c: fixed aspect-ratio + pass on cropping info (could be optimized to only deinterlace cropped part).

18 years agoonce again...
Marian Durkovic [Tue, 25 Oct 2005 16:27:06 +0000 (16:27 +0000)]
once again...

18 years agostring modification before freeze
Marian Durkovic [Tue, 25 Oct 2005 16:21:55 +0000 (16:21 +0000)]
string modification before freeze

18 years agofix for SAP announcements:
Marian Durkovic [Tue, 25 Oct 2005 13:01:39 +0000 (13:01 +0000)]
fix for SAP announcements:
 * if --sout-rtp-ttl=0  use --ttl for c= line

18 years agoput --sout-udp-ttl back, needed if streaming several stream with
Marian Durkovic [Tue, 25 Oct 2005 10:55:47 +0000 (10:55 +0000)]
put --sout-udp-ttl back, needed if streaming several stream with
different ttl each.
Need to re-think relations with --ttl and SAP within #404

18 years agoone more fix :) -- courmisch approved ...
Antoine Cellerier [Tue, 25 Oct 2005 10:32:49 +0000 (10:32 +0000)]
one more fix :) -- courmisch approved ...

18 years agoWork-around wxWidgets overriding the LC_NUMERIC setting (closes #406)
Rémi Denis-Courmont [Tue, 25 Oct 2005 10:21:29 +0000 (10:21 +0000)]
Work-around wxWidgets overriding the LC_NUMERIC setting (closes #406)

In any case, that's ugly and thread-safe. The proper solution would
be to reimplement an atof() version that is locale-independant and
use in the many places that expect C/American float numbers. Even
then, there might be some buggy underlying libraries breakage
(e.g. Live555 ?).

Tested on Linux (both UTF-8 and Latin-x locales).
Needs testing on Win32.

18 years agoRevert heavily flawed commit 12959.
Rémi Denis-Courmont [Tue, 25 Oct 2005 09:45:36 +0000 (09:45 +0000)]
Revert heavily flawed commit 12959.

I'm not explaining this again.

18 years agore fix the stupid float ","/"." error. Please don't break it once again
Antoine Cellerier [Tue, 25 Oct 2005 09:08:28 +0000 (09:08 +0000)]
re fix the stupid float ","/"." error. Please don't break it once again
(fixes #406)

18 years agoget rid of confusing --sout-udp-ttl and unneded warning message
Marian Durkovic [Tue, 25 Oct 2005 08:55:07 +0000 (08:55 +0000)]
get rid of confusing --sout-udp-ttl and unneded warning message

18 years agoUse RTP for wizard, since it's capable of packet reordering.
Marian Durkovic [Tue, 25 Oct 2005 07:46:22 +0000 (07:46 +0000)]
Use RTP for wizard, since it's capable of packet reordering.