]>
git.sesse.net Git - vlc/log
Gildas Bazin [Wed, 6 Oct 2004 10:50:35 +0000 (10:50 +0000)]
* src/input/stream.c, modules/demux/avi/avi.c: work around evc++ compiler bug.
* evc/libvlc.vcp.in: small fix.
Gildas Bazin [Wed, 6 Oct 2004 09:19:18 +0000 (09:19 +0000)]
* modules/audio_output/waveout.c:
- don't call waveOutUnprepareHeader() in the callback as the doc says it isn't advised.
- use aout_ChannelReorder() for channels re-ordering.
- a few bug fixes.
Derk-Jan Hartman [Wed, 6 Oct 2004 00:40:21 +0000 (00:40 +0000)]
* Better Pragma header test. Apparently Pragma is a non required header in HTTP/1.1 This check should be more strict though perhaps not perfect.
Derk-Jan Hartman [Tue, 5 Oct 2004 23:17:04 +0000 (23:17 +0000)]
* Restored a fallback to the old Quartz drawing routine for the poor
souls without Altivec. The new drawing was considerable slower to them.
Derk-Jan Hartman [Tue, 5 Oct 2004 22:15:40 +0000 (22:15 +0000)]
* Disabled the OSX OpenGL vout untill it's problems are fixed
Damien Fouilleul [Tue, 5 Oct 2004 21:38:33 +0000 (21:38 +0000)]
- removed some debug lines
Damien Fouilleul [Tue, 5 Oct 2004 21:37:49 +0000 (21:37 +0000)]
- use existing default route when configuring crossbars, allowing users to configure video properties from a third party tools (eg, Video Tuner)
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
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.
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.
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.
Gildas Bazin [Tue, 5 Oct 2004 15:31:22 +0000 (15:31 +0000)]
* modules/access/file.c: WinCE cruft removal.
Gildas Bazin [Tue, 5 Oct 2004 15:30:54 +0000 (15:30 +0000)]
* src/misc/*, src/extras/libc.c: bunch of WinCE fixes.
Derk-Jan Hartman [Tue, 5 Oct 2004 15:25:44 +0000 (15:25 +0000)]
* revert the mimetype recognition of http:// mmsh streams
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).
Gildas Bazin [Mon, 4 Oct 2004 17:22:52 +0000 (17:22 +0000)]
* include/vlc_common.h: define PATH_MAX on WinCE.
Gildas Bazin [Mon, 4 Oct 2004 16:04:54 +0000 (16:04 +0000)]
* src/misc/win32_specific.c: 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.
Gildas Bazin [Mon, 4 Oct 2004 15:43:10 +0000 (15:43 +0000)]
* evc/vlc.vcp.in: fixes.
Gildas Bazin [Mon, 4 Oct 2004 15:21:34 +0000 (15:21 +0000)]
* evc/config.h.in: cleanup.
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.
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.
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.
Gildas Bazin [Mon, 4 Oct 2004 13:34:42 +0000 (13:34 +0000)]
* src/*: got rid of the #ifdef HAVE_ERRNO_H.
Gildas Bazin [Mon, 4 Oct 2004 12:19:34 +0000 (12:19 +0000)]
* evc/errno.h: errno.h replacement for WinCE.
Gildas Bazin [Mon, 4 Oct 2004 10:52:18 +0000 (10:52 +0000)]
* src/input/subtitles.c: strcoll is not available on wince.
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.
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.
Derk-Jan Hartman [Sun, 3 Oct 2004 20:13:56 +0000 (20:13 +0000)]
* strip file:// from subtitle autodetect path if present in uri.
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)
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
Gildas Bazin [Sun, 3 Oct 2004 11:04:59 +0000 (11:04 +0000)]
* configure.ac: alsa is enabled by default.
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.
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
Clément Stenac [Sat, 2 Oct 2004 21:01:46 +0000 (21:01 +0000)]
Fix segfault when spu heap is full
Derk-Jan Hartman [Sat, 2 Oct 2004 20:09:21 +0000 (20:09 +0000)]
livedotcom.cpp: fprintf DEL DEL DEL DEL DEL
Derk-Jan Hartman [Sat, 2 Oct 2004 20:07:35 +0000 (20:07 +0000)]
* mkv.cpp: cosmetics
Derk-Jan Hartman [Sat, 2 Oct 2004 19:58:07 +0000 (19:58 +0000)]
* Update TODO list
* Added channel downmixing support to NEWS
Christophe Massiot [Sat, 2 Oct 2004 18:19:39 +0000 (18:19 +0000)]
* modules/dvb/access.c: Fixed a major heap corruption (gardening)
Felix Paul Kühne [Sat, 2 Oct 2004 18:11:07 +0000 (18:11 +0000)]
* likely the final update to the G. translation
Clément Stenac [Sat, 2 Oct 2004 17:57:33 +0000 (17:57 +0000)]
Fixed string
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
Derk-Jan Hartman [Sat, 2 Oct 2004 15:02:08 +0000 (15:02 +0000)]
* vobsub.c : bail if we cannot find the .sub file
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.
Clément Stenac [Sat, 2 Oct 2004 12:51:37 +0000 (12:51 +0000)]
(Final ?) update to french l10n file
Felix Paul Kühne [Fri, 1 Oct 2004 18:38:28 +0000 (18:38 +0000)]
* last fixes to the G. translation
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.
Gildas Bazin [Fri, 1 Oct 2004 16:04:20 +0000 (16:04 +0000)]
* evc/*: some updates to the evc project files.
Gildas Bazin [Fri, 1 Oct 2004 15:56:10 +0000 (15:56 +0000)]
* src/*: WinCE compilation fixes.
Gildas Bazin [Fri, 1 Oct 2004 13:43:05 +0000 (13:43 +0000)]
* evc/vlc.vcw: removed old plugins.
Gildas Bazin [Fri, 1 Oct 2004 12:48:49 +0000 (12:48 +0000)]
* modules/codec/dmo/dmo.c: portability fix.
Gildas Bazin [Fri, 1 Oct 2004 12:37:49 +0000 (12:37 +0000)]
* src/input/demux.c: gee, what a nice bug.
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.
Gildas Bazin [Fri, 1 Oct 2004 12:05:52 +0000 (12:05 +0000)]
* modules/video_filter/blend.c: portability fix.
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.
Gildas Bazin [Fri, 1 Oct 2004 11:23:06 +0000 (11:23 +0000)]
* src/extras/libc.c: shut up compiler warnings.
Gildas Bazin [Fri, 1 Oct 2004 11:11:37 +0000 (11:11 +0000)]
* src/extras/libc.c: strtoll() replacement when not available.
Gildas Bazin [Fri, 1 Oct 2004 10:03:29 +0000 (10:03 +0000)]
* src/*: bunch of portability fixes.
Derk-Jan Hartman [Fri, 1 Oct 2004 09:37:22 +0000 (09:37 +0000)]
* autodetect .idx files for vobsub autodetection
Gildas Bazin [Thu, 30 Sep 2004 22:17:54 +0000 (22:17 +0000)]
* modules/gui/wxwindows/*: win32 fixes with new wxWidgets.
Gildas Bazin [Thu, 30 Sep 2004 21:38:26 +0000 (21:38 +0000)]
* po/*: new updates before the test2 tarball is done.
Gildas Bazin [Thu, 30 Sep 2004 21:23:28 +0000 (21:23 +0000)]
* modules/codec/araw.c: compilation fix.
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)
Gildas Bazin [Thu, 30 Sep 2004 21:18:23 +0000 (21:18 +0000)]
* modules/gui/wxwindows/subtitles.cpp: new "font size" option.
Gildas Bazin [Thu, 30 Sep 2004 19:44:43 +0000 (19:44 +0000)]
* ALL: updates for the test release.
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().
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.
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.
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()).
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.
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).
Gildas Bazin [Thu, 30 Sep 2004 10:57:52 +0000 (10:57 +0000)]
* modules/demux/ts.c: fixed segfault.
Gildas Bazin [Thu, 30 Sep 2004 09:08:48 +0000 (09:08 +0000)]
* modules/demux/ps.c: fixed recent screwage.
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.
Mark Moriarty [Wed, 29 Sep 2004 23:14:00 +0000 (23:14 +0000)]
Minor fix, cleared warnings for unused var and undeclared type
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.
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
Derk-Jan Hartman [Wed, 29 Sep 2004 15:26:25 +0000 (15:26 +0000)]
* NEWS: AACplus webcasts are supported
Benjamin Pracht [Wed, 29 Sep 2004 15:24:03 +0000 (15:24 +0000)]
Adds libpng to OSX contribs (for the logo filters)
Felix Paul Kühne [Wed, 29 Sep 2004 14:22:00 +0000 (14:22 +0000)]
* updated German translation
Felix Paul Kühne [Wed, 29 Sep 2004 14:21:31 +0000 (14:21 +0000)]
* fixed typos in some l10n-messages
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".
Mark Moriarty [Wed, 29 Sep 2004 11:31:49 +0000 (11:31 +0000)]
Destroy marq-timeout on exit, rename switch to "marq-marquee"
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
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
Derk-Jan Hartman [Tue, 28 Sep 2004 15:48:43 +0000 (15:48 +0000)]
* Fix the cddax probing crash
Gildas Bazin [Tue, 28 Sep 2004 15:31:32 +0000 (15:31 +0000)]
* modules/access/http.c: reversed a commit by accident.
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.
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.
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
Clément Stenac [Tue, 28 Sep 2004 13:49:57 +0000 (13:49 +0000)]
Misc Fixes
Gildas Bazin [Tue, 28 Sep 2004 13:35:50 +0000 (13:35 +0000)]
* modules/gui/wxwindows/open.cpp: compilation fix.
Gildas Bazin [Tue, 28 Sep 2004 13:24:29 +0000 (13:24 +0000)]
* modules/gui/wxwindows/open.cpp: added a caching option.
Derk-Jan Hartman [Tue, 28 Sep 2004 11:45:48 +0000 (11:45 +0000)]
* recognize audio/aac as well
Derk-Jan Hartman [Tue, 28 Sep 2004 10:46:20 +0000 (10:46 +0000)]
* marq.c: compilation fixes for non c++ compilers
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.
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.
Derk-Jan Hartman [Mon, 27 Sep 2004 21:08:57 +0000 (21:08 +0000)]
* Hacky workaround for the vcdimager compile problem
* upgraded liveMedia
Gildas Bazin [Mon, 27 Sep 2004 21:04:51 +0000 (21:04 +0000)]
* modules/demux/mpeg/m4a.c: bug fix.
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).