]> git.sesse.net Git - vlc/log
vlc
19 years ago- invoked crossbar properties pages after graph has been created, changing video...
Damien Fouilleul [Tue, 5 Oct 2004 21:35:21 +0000 (21:35 +0000)]
- invoked crossbar properties pages after graph has been created, changing video input should now work properly

19 years ago* m3u.c: We now support http links to mms sources that don't send the Pragma line...
Derk-Jan Hartman [Tue, 5 Oct 2004 21:03:25 +0000 (21:03 +0000)]
* m3u.c: We now support http links to mms sources that don't send the Pragma line, but use a custom Referer file.

19 years ago* Alternative solution to mms recognition of http:// streams
Derk-Jan Hartman [Tue, 5 Oct 2004 20:20:40 +0000 (20:20 +0000)]
* Alternative solution to mms recognition of http:// streams
  These WiMP streams always have Pragma in the HTTP response, so we use
  this to identify them now.

19 years ago* modules/control/Modules.am: add rtci.c to make update-po happy.
Gildas Bazin [Tue, 5 Oct 2004 16:46:29 +0000 (16:46 +0000)]
* modules/control/Modules.am: add rtci.c to make update-po happy.

19 years ago* modules/access/file.c: WinCE cruft removal.
Gildas Bazin [Tue, 5 Oct 2004 15:31:22 +0000 (15:31 +0000)]
* modules/access/file.c: WinCE cruft removal.

19 years ago* src/misc/*, src/extras/libc.c: bunch of WinCE fixes.
Gildas Bazin [Tue, 5 Oct 2004 15:30:54 +0000 (15:30 +0000)]
* src/misc/*, src/extras/libc.c: bunch of WinCE fixes.

19 years ago* revert the mimetype recognition of http:// mmsh streams
Derk-Jan Hartman [Tue, 5 Oct 2004 15:25:44 +0000 (15:25 +0000)]
* revert the mimetype recognition of http:// mmsh streams

19 years ago* modules/audio_output/portaudio.c: portaudio (www.portaudio.com) audio output plugin...
Gildas Bazin [Tue, 5 Oct 2004 08:10:34 +0000 (08:10 +0000)]
* modules/audio_output/portaudio.c: portaudio (www.portaudio.com) audio output plugin by Frédéric RUGET (frederic dot ruget at free dot fr).

19 years ago* include/vlc_common.h: define PATH_MAX on WinCE.
Gildas Bazin [Mon, 4 Oct 2004 17:22:52 +0000 (17:22 +0000)]
* include/vlc_common.h: define PATH_MAX on WinCE.

19 years ago* src/misc/win32_specific.c: WinCE build fixes.
Gildas Bazin [Mon, 4 Oct 2004 16:04:54 +0000 (16:04 +0000)]
* src/misc/win32_specific.c: WinCE build fixes.

19 years ago* include/main.h, include/vlc_common.h: WinCE build fixes.
Gildas Bazin [Mon, 4 Oct 2004 16:03:30 +0000 (16:03 +0000)]
* include/main.h, include/vlc_common.h: WinCE build fixes.

19 years ago* evc/vlc.vcp.in: fixes.
Gildas Bazin [Mon, 4 Oct 2004 15:43:10 +0000 (15:43 +0000)]
* evc/vlc.vcp.in: fixes.

19 years ago* evc/config.h.in: cleanup.
Gildas Bazin [Mon, 4 Oct 2004 15:21:34 +0000 (15:21 +0000)]
* evc/config.h.in: cleanup.

19 years ago* no longer use demuxdump. Only dump is a valid demux2 now.
Derk-Jan Hartman [Mon, 4 Oct 2004 15:15:31 +0000 (15:15 +0000)]
* no longer use demuxdump. Only dump is a valid demux2 now.

19 years ago* modules/misc/network/ipv4.c: got rid of the #ifdef HAVE_ERRNO_H + WinCE compilation...
Gildas Bazin [Mon, 4 Oct 2004 14:29:23 +0000 (14:29 +0000)]
* modules/misc/network/ipv4.c: got rid of the #ifdef HAVE_ERRNO_H + WinCE compilation fixes.

19 years ago* modules/access/file.c: got rid of the #ifdef HAVE_ERRNO_H + WinCE compilation fixes.
Gildas Bazin [Mon, 4 Oct 2004 14:09:33 +0000 (14:09 +0000)]
* modules/access/file.c: got rid of the #ifdef HAVE_ERRNO_H + WinCE compilation fixes.

19 years ago* src/*: got rid of the #ifdef HAVE_ERRNO_H.
Gildas Bazin [Mon, 4 Oct 2004 13:34:42 +0000 (13:34 +0000)]
* src/*: got rid of the #ifdef HAVE_ERRNO_H.

19 years ago* evc/errno.h: errno.h replacement for WinCE.
Gildas Bazin [Mon, 4 Oct 2004 12:19:34 +0000 (12:19 +0000)]
* evc/errno.h: errno.h replacement for WinCE.

19 years ago* src/input/subtitles.c: strcoll is not available on wince.
Gildas Bazin [Mon, 4 Oct 2004 10:52:18 +0000 (10:52 +0000)]
* src/input/subtitles.c: strcoll is not available on wince.

19 years ago* modules/misc/dummy/decoder.c: use MAX_PATH instead of PATH_MAX.
Gildas Bazin [Mon, 4 Oct 2004 09:58:20 +0000 (09:58 +0000)]
* modules/misc/dummy/decoder.c: use MAX_PATH instead of PATH_MAX.

19 years ago* modules/gui/wxwindows/open.cpp: fixed open dialog for mms/mmsh/ftp streams.
Gildas Bazin [Sun, 3 Oct 2004 22:01:45 +0000 (22:01 +0000)]
* modules/gui/wxwindows/open.cpp: fixed open dialog for mms/mmsh/ftp streams.

19 years ago* strip file:// from subtitle autodetect path if present in uri.
Derk-Jan Hartman [Sun, 3 Oct 2004 20:13:56 +0000 (20:13 +0000)]
* strip file:// from subtitle autodetect path if present in uri.

19 years ago - scaled_bitmap.cpp: fixed an old bug in the bresenham algorithm
Cyril Deguet [Sun, 3 Oct 2004 14:11:12 +0000 (14:11 +0000)]
 - scaled_bitmap.cpp: fixed an old bug in the bresenham algorithm
  (the right side of enlarged images was not scaled properly)

19 years ago* Added delay and alignment to wx subtitles dialog
Clément Stenac [Sun, 3 Oct 2004 11:52:25 +0000 (11:52 +0000)]
* Added delay and alignment to wx subtitles dialog
* Fixed a tooltip
* Removed a debug message

19 years ago* configure.ac: alsa is enabled by default.
Gildas Bazin [Sun, 3 Oct 2004 11:04:59 +0000 (11:04 +0000)]
* configure.ac: alsa is enabled by default.

19 years ago* ALL: fixed some gettext stuff in the subtitles-options-dialogue, cosmetics to the...
Felix Paul Kühne [Sat, 2 Oct 2004 21:52:02 +0000 (21:52 +0000)]
* ALL: fixed some gettext stuff in the subtitles-options-dialogue, cosmetics to the text-fields, etc.

19 years ago* Re-added sub-delay option
Clément Stenac [Sat, 2 Oct 2004 21:02:27 +0000 (21:02 +0000)]
* Re-added sub-delay option
* Re-implemented sub-fps for SubRIP.
* Use 50ms increments for hotkeys

19 years agoFix segfault when spu heap is full
Clément Stenac [Sat, 2 Oct 2004 21:01:46 +0000 (21:01 +0000)]
Fix segfault when spu heap is full

19 years agolivedotcom.cpp: fprintf DEL DEL DEL DEL DEL
Derk-Jan Hartman [Sat, 2 Oct 2004 20:09:21 +0000 (20:09 +0000)]
livedotcom.cpp: fprintf DEL DEL DEL DEL DEL

19 years ago* mkv.cpp: cosmetics
Derk-Jan Hartman [Sat, 2 Oct 2004 20:07:35 +0000 (20:07 +0000)]
* mkv.cpp: cosmetics

19 years ago* Update TODO list
Derk-Jan Hartman [Sat, 2 Oct 2004 19:58:07 +0000 (19:58 +0000)]
* Update TODO list
* Added channel downmixing support to NEWS

19 years ago* modules/dvb/access.c: Fixed a major heap corruption (gardening)
Christophe Massiot [Sat, 2 Oct 2004 18:19:39 +0000 (18:19 +0000)]
* modules/dvb/access.c: Fixed a major heap corruption (gardening)

19 years ago* likely the final update to the G. translation
Felix Paul Kühne [Sat, 2 Oct 2004 18:11:07 +0000 (18:11 +0000)]
* likely the final update to the G. translation

19 years agoFixed string
Clément Stenac [Sat, 2 Oct 2004 17:57:33 +0000 (17:57 +0000)]
Fixed string

19 years agoDo what I say, don't do what I do.
Clément Stenac [Sat, 2 Oct 2004 15:40:08 +0000 (15:40 +0000)]
Do what I say, don't do what I do.

* Re-enabled string translation for wizard
* Fixed wizard strings
* internationalized some strings that weren't

19 years ago* vobsub.c : bail if we cannot find the .sub file
Derk-Jan Hartman [Sat, 2 Oct 2004 15:02:08 +0000 (15:02 +0000)]
* vobsub.c : bail if we cannot find the .sub file

19 years ago* Look the SAP module CAN get even uglier
Derk-Jan Hartman [Sat, 2 Oct 2004 14:09:33 +0000 (14:09 +0000)]
* Look the SAP module CAN get even uglier
  - added a demuxer for SDP files. this is a temporary submodule to handle SDP files with UDP streams for so long as liveMedia doesn't support these yet.

19 years ago(Final ?) update to french l10n file
Clément Stenac [Sat, 2 Oct 2004 12:51:37 +0000 (12:51 +0000)]
(Final ?) update to french l10n file

19 years ago* last fixes to the G. translation
Felix Paul Kühne [Fri, 1 Oct 2004 18:38:28 +0000 (18:38 +0000)]
* last fixes to the G. translation

19 years ago* configure.ac: added an --enable-httpd and --enable-vlm option
Gildas Bazin [Fri, 1 Oct 2004 18:04:09 +0000 (18:04 +0000)]
* configure.ac: added an --enable-httpd and --enable-vlm option
* src/misc/httpd.c: use dummy wrapper if httpd is disabled.
* src/misc/vlm.c: use dummy wrapper if vlm is disabled.
* modules/control/http.c, telnet.c: properly handle cases where http/vlm is not available.

19 years ago* evc/*: some updates to the evc project files.
Gildas Bazin [Fri, 1 Oct 2004 16:04:20 +0000 (16:04 +0000)]
*  evc/*: some updates to the evc project files.

19 years ago* src/*: WinCE compilation fixes.
Gildas Bazin [Fri, 1 Oct 2004 15:56:10 +0000 (15:56 +0000)]
* src/*: WinCE compilation fixes.

19 years ago* evc/vlc.vcw: removed old plugins.
Gildas Bazin [Fri, 1 Oct 2004 13:43:05 +0000 (13:43 +0000)]
* evc/vlc.vcw: removed old plugins.

19 years ago* modules/codec/dmo/dmo.c: portability fix.
Gildas Bazin [Fri, 1 Oct 2004 12:48:49 +0000 (12:48 +0000)]
* modules/codec/dmo/dmo.c: portability fix.

19 years ago* src/input/demux.c: gee, what a nice bug.
Gildas Bazin [Fri, 1 Oct 2004 12:37:49 +0000 (12:37 +0000)]
* src/input/demux.c: gee, what a nice bug.

19 years ago* src/libvlc.c, include/vlc_interface.h: don't open a win32 console when using a...
Gildas Bazin [Fri, 1 Oct 2004 12:24:16 +0000 (12:24 +0000)]
* src/libvlc.c, include/vlc_interface.h: don't open a win32 console when using a cygwin shell.

19 years ago* modules/video_filter/blend.c: portability fix.
Gildas Bazin [Fri, 1 Oct 2004 12:05:52 +0000 (12:05 +0000)]
* modules/video_filter/blend.c: portability fix.

19 years ago* modules/control/hotkeys.c, rc, modules/demux/mp4, modules/access/mms: portability...
Gildas Bazin [Fri, 1 Oct 2004 11:56:57 +0000 (11:56 +0000)]
* modules/control/hotkeys.c, rc, modules/demux/mp4, modules/access/mms: portability fixes.

19 years ago* src/extras/libc.c: shut up compiler warnings.
Gildas Bazin [Fri, 1 Oct 2004 11:23:06 +0000 (11:23 +0000)]
* src/extras/libc.c: shut up compiler warnings.

19 years ago* src/extras/libc.c: strtoll() replacement when not available.
Gildas Bazin [Fri, 1 Oct 2004 11:11:37 +0000 (11:11 +0000)]
* src/extras/libc.c: strtoll() replacement when not available.

19 years ago* src/*: bunch of portability fixes.
Gildas Bazin [Fri, 1 Oct 2004 10:03:29 +0000 (10:03 +0000)]
* src/*: bunch of portability fixes.

19 years ago* autodetect .idx files for vobsub autodetection
Derk-Jan Hartman [Fri, 1 Oct 2004 09:37:22 +0000 (09:37 +0000)]
* autodetect .idx files for vobsub autodetection

19 years ago* modules/gui/wxwindows/*: win32 fixes with new wxWidgets.
Gildas Bazin [Thu, 30 Sep 2004 22:17:54 +0000 (22:17 +0000)]
* modules/gui/wxwindows/*: win32 fixes with new wxWidgets.

19 years ago* po/*: new updates before the test2 tarball is done.
Gildas Bazin [Thu, 30 Sep 2004 21:38:26 +0000 (21:38 +0000)]
* po/*: new updates before the test2 tarball is done.

19 years ago* modules/codec/araw.c: compilation fix.
Gildas Bazin [Thu, 30 Sep 2004 21:23:28 +0000 (21:23 +0000)]
* modules/codec/araw.c: compilation fix.

19 years agoAdds the ability to specify the pid of the PMT (--sout-ts-pid-pmt)
Benjamin Pracht [Thu, 30 Sep 2004 21:23:21 +0000 (21:23 +0000)]
Adds the ability to specify the pid of the PMT (--sout-ts-pid-pmt)

19 years ago* modules/gui/wxwindows/subtitles.cpp: new "font size" option.
Gildas Bazin [Thu, 30 Sep 2004 21:18:23 +0000 (21:18 +0000)]
* modules/gui/wxwindows/subtitles.cpp: new "font size" option.

19 years ago* ALL: updates for the test release.
Gildas Bazin [Thu, 30 Sep 2004 19:44:43 +0000 (19:44 +0000)]
* ALL: updates for the test release.

19 years ago* modules/audio_filter/converter/a52tofloat32.c,dtstofloat32.c: proper channel re...
Gildas Bazin [Thu, 30 Sep 2004 17:42:27 +0000 (17:42 +0000)]
* modules/audio_filter/converter/a52tofloat32.c,dtstofloat32.c: proper channel re-ordering using aout_ChannelReorder().

19 years ago* modules/mux/wav.c: use aout_ChannelReorder().
Gildas Bazin [Thu, 30 Sep 2004 17:21:40 +0000 (17:21 +0000)]
* modules/mux/wav.c: use aout_ChannelReorder().
* modules/demux/wav.c: handle 7.1 multichannel audio.
* modules/codec/araw.c: handle 7.1 multichannel audio.

19 years ago* modules/demux/wav.c: use aout_ChannelReorder().
Gildas Bazin [Thu, 30 Sep 2004 16:49:26 +0000 (16:49 +0000)]
* modules/demux/wav.c: use aout_ChannelReorder().
* modules/audio_filter/channel_mixer/simple.c: remove debug message.

19 years ago* src/audio_output/common.c: common facility for channel reordering (aout_CheckChanne...
Gildas Bazin [Thu, 30 Sep 2004 16:46:37 +0000 (16:46 +0000)]
* src/audio_output/common.c: common facility for channel reordering (aout_CheckChannelReorder() and aout_ChannelReorder()).

19 years ago* modules/audio_filter/channel_mixer/simple.c: very simple channel mixer for 7/7...
Gildas Bazin [Thu, 30 Sep 2004 13:27:33 +0000 (13:27 +0000)]
* modules/audio_filter/channel_mixer/simple.c: very simple channel mixer for 7/7.1/5/5.1 -> Stereo.

19 years ago* modules/demux/wav.c: proper channels re-ordering for multichannel audio (this shoul...
Gildas Bazin [Thu, 30 Sep 2004 12:02:59 +0000 (12:02 +0000)]
* modules/demux/wav.c: proper channels re-ordering for multichannel audio (this should really be implemented as a common facility).

19 years ago* modules/demux/ts.c: fixed segfault.
Gildas Bazin [Thu, 30 Sep 2004 10:57:52 +0000 (10:57 +0000)]
* modules/demux/ts.c: fixed segfault.

19 years ago* modules/demux/ps.c: fixed recent screwage.
Gildas Bazin [Thu, 30 Sep 2004 09:08:48 +0000 (09:08 +0000)]
* modules/demux/ps.c: fixed recent screwage.

19 years agoAdd rtci plugin, for various real-time parameter changes. Not added to modules.am...
Mark Moriarty [Wed, 29 Sep 2004 23:40:00 +0000 (23:40 +0000)]
Add rtci plugin, for various real-time parameter changes.  Not added to modules.am or configure.ac yet.

19 years agoMinor fix, cleared warnings for unused var and undeclared type
Mark Moriarty [Wed, 29 Sep 2004 23:14:00 +0000 (23:14 +0000)]
Minor fix, cleared warnings for unused var and undeclared type

19 years ago* src/input/clock.c: changes to the clock resync algo to remove some sensivity to...
Gildas Bazin [Wed, 29 Sep 2004 18:14:31 +0000 (18:14 +0000)]
* src/input/clock.c: changes to the clock resync algo to remove some sensivity to the high frequencies jitterring when we start a stream.
* src/input/input.c: cr-average is now increased based on the input caching value.

19 years ago* Bumped up version number to 0.8.0-test2
Clément Stenac [Wed, 29 Sep 2004 17:30:42 +0000 (17:30 +0000)]
* Bumped up version number to 0.8.0-test2
* Last NEWS update
* Re-update pofiles
* Update Changelog

19 years ago* NEWS: AACplus webcasts are supported
Derk-Jan Hartman [Wed, 29 Sep 2004 15:26:25 +0000 (15:26 +0000)]
* NEWS: AACplus webcasts are supported

19 years agoAdds libpng to OSX contribs (for the logo filters)
Benjamin Pracht [Wed, 29 Sep 2004 15:24:03 +0000 (15:24 +0000)]
Adds libpng to OSX contribs (for the logo filters)

19 years ago* updated German translation
Felix Paul Kühne [Wed, 29 Sep 2004 14:22:00 +0000 (14:22 +0000)]
* updated German translation

19 years ago* fixed typos in some l10n-messages
Felix Paul Kühne [Wed, 29 Sep 2004 14:21:31 +0000 (14:21 +0000)]
* fixed typos in some l10n-messages

19 years agoMove marquee processing from Playlist to Other, change marquee switch to "marq-marquee".
Mark Moriarty [Wed, 29 Sep 2004 11:36:37 +0000 (11:36 +0000)]
Move marquee processing from Playlist to Other, change marquee switch to "marq-marquee".

19 years agoDestroy marq-timeout on exit, rename switch to "marq-marquee"
Mark Moriarty [Wed, 29 Sep 2004 11:31:49 +0000 (11:31 +0000)]
Destroy marq-timeout on exit, rename switch to "marq-marquee"

19 years agoA few string fixes
Clément Stenac [Wed, 29 Sep 2004 09:00:41 +0000 (09:00 +0000)]
A few string fixes

Update PO files

Update and proofread of the french translation

19 years ago* Use a proper faad2 snapshot, cause the default .tar.gz ones suck big time
Derk-Jan Hartman [Wed, 29 Sep 2004 01:21:16 +0000 (01:21 +0000)]
* Use a proper faad2 snapshot, cause the default .tar.gz ones suck big time

19 years ago* Fix the cddax probing crash
Derk-Jan Hartman [Tue, 28 Sep 2004 15:48:43 +0000 (15:48 +0000)]
* Fix the cddax probing crash

19 years ago* modules/access/http.c: reversed a commit by accident.
Gildas Bazin [Tue, 28 Sep 2004 15:31:32 +0000 (15:31 +0000)]
* modules/access/http.c: reversed a commit by accident.

19 years ago* modules/access/http.c: set ACCESS_CAN_CONTROL_PACE to false when dealing with Iceca...
Gildas Bazin [Tue, 28 Sep 2004 15:26:32 +0000 (15:26 +0000)]
* modules/access/http.c: set ACCESS_CAN_CONTROL_PACE to false when dealing with Icecast servers.

19 years ago* modules/access/http.c: set ACCESS_CAN_CONTROL_PACE to false when dealing with ICY...
Gildas Bazin [Tue, 28 Sep 2004 15:23:43 +0000 (15:23 +0000)]
* modules/access/http.c: set ACCESS_CAN_CONTROL_PACE to false when dealing with ICY servers.

19 years ago* Add hooks for getting/setting variables (not working yet)
Clément Stenac [Tue, 28 Sep 2004 13:55:00 +0000 (13:55 +0000)]
* Add hooks for getting/setting variables (not working yet)
* Really change VLC_Get to VLC_VariableGet

19 years agoMisc Fixes
Clément Stenac [Tue, 28 Sep 2004 13:49:57 +0000 (13:49 +0000)]
Misc Fixes

19 years ago* modules/gui/wxwindows/open.cpp: compilation fix.
Gildas Bazin [Tue, 28 Sep 2004 13:35:50 +0000 (13:35 +0000)]
* modules/gui/wxwindows/open.cpp: compilation fix.

19 years ago* modules/gui/wxwindows/open.cpp: added a caching option.
Gildas Bazin [Tue, 28 Sep 2004 13:24:29 +0000 (13:24 +0000)]
* modules/gui/wxwindows/open.cpp: added a caching option.

19 years ago* recognize audio/aac as well
Derk-Jan Hartman [Tue, 28 Sep 2004 11:45:48 +0000 (11:45 +0000)]
* recognize audio/aac as well

19 years ago* marq.c: compilation fixes for non c++ compilers
Derk-Jan Hartman [Tue, 28 Sep 2004 10:46:20 +0000 (10:46 +0000)]
* marq.c: compilation fixes for non c++ compilers

19 years ago* modules/demux/vobsub.c: compilation fix + fixed a few memleaks + priority back...
Gildas Bazin [Tue, 28 Sep 2004 10:05:53 +0000 (10:05 +0000)]
* modules/demux/vobsub.c: compilation fix + fixed a few memleaks + priority back to 0.

19 years ago* modules/demux/mpeg/mpga.c: use the date_*() api for more precision.
Gildas Bazin [Mon, 27 Sep 2004 21:46:54 +0000 (21:46 +0000)]
* modules/demux/mpeg/mpga.c: use the date_*() api for more precision.

19 years ago* Hacky workaround for the vcdimager compile problem
Derk-Jan Hartman [Mon, 27 Sep 2004 21:08:57 +0000 (21:08 +0000)]
* Hacky workaround for the vcdimager compile problem
* upgraded liveMedia

19 years ago* modules/demux/mpeg/m4a.c: bug fix.
Gildas Bazin [Mon, 27 Sep 2004 21:04:51 +0000 (21:04 +0000)]
* modules/demux/mpeg/m4a.c: bug fix.

19 years ago* modules/demux/mpeg/m4a.c: MPEG 4 audio demuxer using the MPEG 4 audio packetizer...
Gildas Bazin [Mon, 27 Sep 2004 19:57:26 +0000 (19:57 +0000)]
* modules/demux/mpeg/m4a.c: MPEG 4 audio demuxer using the MPEG 4 audio packetizer (obsoletes the aac demuxer).

19 years ago* modules/demux/wav.c: misc improvements.
Gildas Bazin [Mon, 27 Sep 2004 19:47:30 +0000 (19:47 +0000)]
* modules/demux/wav.c: misc improvements.

19 years ago* src/audio_output/input.c: corrective audio resampling should be a lot more gradual...
Gildas Bazin [Mon, 27 Sep 2004 19:19:32 +0000 (19:19 +0000)]
* src/audio_output/input.c: corrective audio resampling should be a lot more gradual now.

19 years ago* modules/access/mms/mms.c: set the priority to -1 and added an http shortcut.
Gildas Bazin [Mon, 27 Sep 2004 17:41:49 +0000 (17:41 +0000)]
* modules/access/mms/mms.c: set the priority to -1 and added an http shortcut.

19 years ago* modules/access/http.c: keep this plugin at priority 0.
Gildas Bazin [Mon, 27 Sep 2004 15:44:42 +0000 (15:44 +0000)]
* modules/access/http.c: keep this plugin at priority 0.

19 years ago* src/misc/modules.c: allow negative priorities.
Gildas Bazin [Mon, 27 Sep 2004 15:43:43 +0000 (15:43 +0000)]
* src/misc/modules.c: allow negative priorities.

19 years ago* modules/gui/wxwindows/*: work-around a wxwindows bug with accelerators registration...
Gildas Bazin [Mon, 27 Sep 2004 15:16:13 +0000 (15:16 +0000)]
* modules/gui/wxwindows/*: work-around a wxwindows bug with accelerators registration on win32.

19 years ago* modules/stream_out/transcode.c: fixed subpictures overlaying when the audio-sync...
Gildas Bazin [Mon, 27 Sep 2004 14:46:39 +0000 (14:46 +0000)]
* modules/stream_out/transcode.c: fixed subpictures overlaying when the audio-sync or fps options are used.