]> git.sesse.net Git - vlc/log
vlc
19 years ago* modules/control/ntservice.c: fix for --ntservice-extraintf.
Gildas Bazin [Thu, 21 Oct 2004 14:33:27 +0000 (14:33 +0000)]
* modules/control/ntservice.c: fix for --ntservice-extraintf.

19 years ago* modules/codec/dvbsub.c: fixed a sanity check.
Gildas Bazin [Thu, 21 Oct 2004 13:20:54 +0000 (13:20 +0000)]
* modules/codec/dvbsub.c: fixed a sanity check.

19 years ago* modules/control/ntservice.c: added an --ntservice-options config option to allow...
Gildas Bazin [Thu, 21 Oct 2004 12:48:10 +0000 (12:48 +0000)]
* modules/control/ntservice.c: added an --ntservice-options config option to allow specifying config options to be used when starting the service.

19 years ago* src/libvlc.c: win32 fixes for the help output when used with a cygwin shell.
Gildas Bazin [Thu, 21 Oct 2004 10:23:08 +0000 (10:23 +0000)]
* src/libvlc.c: win32 fixes for the help output when used with a cygwin shell.

19 years ago* modules/audio_output/directx.c: use common channel re-ordering code.
Gildas Bazin [Thu, 21 Oct 2004 09:09:20 +0000 (09:09 +0000)]
* modules/audio_output/directx.c: use common channel re-ordering code.

19 years ago* modules/packetizer/h264.c:
Gildas Bazin [Wed, 20 Oct 2004 17:44:36 +0000 (17:44 +0000)]
* modules/packetizer/h264.c:
   - use 3 bytes start codes.
   - fixed SPS parsing with cropping.
   - fixed detection of the first VCL NAL unit of a picture.

19 years ago* modules/access/dshow/dshow.cpp: codying style changes + a couple of fixes.
Gildas Bazin [Wed, 20 Oct 2004 14:59:49 +0000 (14:59 +0000)]
* modules/access/dshow/dshow.cpp: codying style changes + a couple of fixes.

19 years ago* src/input/demux.c: make sure the demux chaining layer doesn't stay stuck when stopping.
Gildas Bazin [Wed, 20 Oct 2004 13:04:05 +0000 (13:04 +0000)]
* src/input/demux.c: make sure the demux chaining layer doesn't stay stuck when stopping.

19 years ago* src/misc/vlm.c: added support for the 'mux' option for VOD.
Gildas Bazin [Wed, 20 Oct 2004 12:01:09 +0000 (12:01 +0000)]
* src/misc/vlm.c: added support for the 'mux' option for VOD.
   This option tells the vod server to send an encapsulated stream.
* modules/misc/rtsp.c: support for mp2t (MPEG TS) and mp2p (MPEG PS) mux types.
* doc/vlm.txt: update for the mux option.

19 years ago* modules/control/telnet.c: a few fixes + coding style changes.
Gildas Bazin [Wed, 20 Oct 2004 11:37:08 +0000 (11:37 +0000)]
* modules/control/telnet.c: a few fixes + coding style changes.

19 years ago* src/input/demux.c: rewrote the demuxer chaining layer using a block fifo.
Gildas Bazin [Tue, 19 Oct 2004 22:28:26 +0000 (22:28 +0000)]
* src/input/demux.c: rewrote the demuxer chaining layer using a block fifo.

19 years ago* modules/gui/wxwindows/streamout.cpp: fixed selection of codec.
Gildas Bazin [Tue, 19 Oct 2004 12:05:58 +0000 (12:05 +0000)]
* modules/gui/wxwindows/streamout.cpp: fixed selection of codec.

19 years ago* modules/demux/ts.c: on PMT change, don't restart an ES if it hasn't changed.
Gildas Bazin [Tue, 19 Oct 2004 10:07:38 +0000 (10:07 +0000)]
* modules/demux/ts.c: on PMT change, don't restart an ES if it hasn't changed.

19 years ago* Detect if kasenna VoD or unicast stream is MPEG4 or not. Set Kasenna flag for live...
Derk-Jan Hartman [Mon, 18 Oct 2004 23:06:24 +0000 (23:06 +0000)]
* Detect if kasenna VoD or unicast stream is MPEG4 or not. Set Kasenna flag for live if it is not MPEG-4

19 years ago* increase priority real demuxer, lower priority m3u demuxer. It was parsing ram...
Derk-Jan Hartman [Mon, 18 Oct 2004 23:05:30 +0000 (23:05 +0000)]
* increase priority real demuxer, lower priority m3u demuxer. It was parsing ram files as playlists because it contained URLs.

19 years ago* Show value of boolean variable options when printing the list for an input.
Derk-Jan Hartman [Mon, 18 Oct 2004 22:47:48 +0000 (22:47 +0000)]
* Show value of boolean variable options when printing the list for an input.

19 years ago- skin.dtd: a Playlist may not have a Slider
Cyril Deguet [Mon, 18 Oct 2004 21:16:58 +0000 (21:16 +0000)]
- skin.dtd: a Playlist may not have a Slider

19 years ago* another round of dutch translations. only stupid wizard is left.
Derk-Jan Hartman [Mon, 18 Oct 2004 19:45:21 +0000 (19:45 +0000)]
* another round of dutch translations. only stupid wizard is left.

19 years ago* src/audio_output/input.c, mixer.c: don't try to resample when the audio output...
Gildas Bazin [Mon, 18 Oct 2004 13:57:03 +0000 (13:57 +0000)]
* src/audio_output/input.c, mixer.c: don't try to resample when the audio output is drifting too much.

19 years agoWindows compatibility -- Change printf from \n to \r\n
Mark Moriarty [Mon, 18 Oct 2004 13:49:34 +0000 (13:49 +0000)]
Windows compatibility -- Change printf from \n to \r\n

19 years ago* src/audio_output/mixer.c: fixed segfault.
Gildas Bazin [Mon, 18 Oct 2004 13:19:56 +0000 (13:19 +0000)]
* src/audio_output/mixer.c: fixed segfault.

19 years ago* modules/control/rc.c: proper fix for the high CPU useage with --rc-quiet.
Gildas Bazin [Mon, 18 Oct 2004 06:36:35 +0000 (06:36 +0000)]
* modules/control/rc.c: proper fix for the high CPU useage with --rc-quiet.

19 years ago* include/vlc_common.h: if strtof() is not available, try to replace it with strtod().
Gildas Bazin [Mon, 18 Oct 2004 06:00:41 +0000 (06:00 +0000)]
* include/vlc_common.h: if strtof() is not available, try to replace it with strtod().

19 years agoWIN32 rc-quiet fix, only do net_Accept once per second to avoid loading down CPU
Mark Moriarty [Sun, 17 Oct 2004 23:32:46 +0000 (23:32 +0000)]
WIN32 rc-quiet fix, only do net_Accept once per second to avoid loading down CPU

19 years ago* Update of README and install files with new information.
Derk-Jan Hartman [Sun, 17 Oct 2004 13:48:57 +0000 (13:48 +0000)]
* Update of README and install files with new information.

19 years ago* vobsub.c: implemented vobsub seeking support.
Derk-Jan Hartman [Sun, 17 Oct 2004 13:38:22 +0000 (13:38 +0000)]
* vobsub.c: implemented vobsub seeking support.

19 years ago* livedotcom: added a --rtsp-kasenna option to tell liveMedia to speak Kasenna RTSP...
Derk-Jan Hartman [Sat, 16 Oct 2004 13:14:50 +0000 (13:14 +0000)]
* livedotcom: added a --rtsp-kasenna option to tell liveMedia to speak Kasenna RTSP dialect for a certain rtsp:// link.

19 years ago* configure.ac: autodetect ffmpeg build options when using --with-ffmpeg-tree + make...
Gildas Bazin [Sat, 16 Oct 2004 09:19:28 +0000 (09:19 +0000)]
* configure.ac: autodetect ffmpeg build options when using --with-ffmpeg-tree + make sure we use the libs in the given tree.

19 years ago* modules/codec/ffmpeg/demux.c: compilation fix for ffmpeg cvs.
Gildas Bazin [Fri, 15 Oct 2004 21:41:34 +0000 (21:41 +0000)]
* modules/codec/ffmpeg/demux.c: compilation fix for ffmpeg cvs.

19 years ago* modules/codec/dvbsub.c: improvements to the encoder. Should produce compliant strea...
Gildas Bazin [Fri, 15 Oct 2004 18:08:53 +0000 (18:08 +0000)]
* modules/codec/dvbsub.c: improvements to the encoder. Should produce compliant streams now.

19 years ago* src/stream_output/stream_output.c: oops, 1.5 seconds, not 15.
Gildas Bazin [Fri, 15 Oct 2004 15:46:53 +0000 (15:46 +0000)]
* src/stream_output/stream_output.c: oops, 1.5 seconds, not 15.

19 years ago* src/stream_output/stream_output.c:
Gildas Bazin [Fri, 15 Oct 2004 15:42:01 +0000 (15:42 +0000)]
* src/stream_output/stream_output.c:
  - for muxers that request some preparsing before starting muxing,
    we now wait for 1.5 seconds worth of data to be in the fifo instead
    of waiting for 1.5 seconds of real-time.
  - if we have have control over the output pace, we also wait before
    starting muxing (produces nicer streams).

19 years ago* modules/codec/dvbsub.c: oops, small fix.
Gildas Bazin [Fri, 15 Oct 2004 10:40:39 +0000 (10:40 +0000)]
* modules/codec/dvbsub.c: oops, small fix.

19 years ago* modules/codec/dvbsub.c: don't wait for an acquisition page to start decoding the...
Gildas Bazin [Fri, 15 Oct 2004 10:29:38 +0000 (10:29 +0000)]
* modules/codec/dvbsub.c: don't wait for an acquisition page to start decoding the subtitles.

19 years ago* modules/codec/ffmpeg: fixed a couple of corner cases during initialization.
Gildas Bazin [Fri, 15 Oct 2004 08:58:16 +0000 (08:58 +0000)]
* modules/codec/ffmpeg: fixed a couple of corner cases during initialization.

19 years ago * modules/access/http.c:
Sam Hocevar [Fri, 15 Oct 2004 08:32:03 +0000 (08:32 +0000)]
  * modules/access/http.c:
    + Fixed erroneous extra "/" in URLs sent to a proxy.

19 years ago* update of the japanese translation by Tadashi Jokagi <elf2000 at users.sourceforge...
Derk-Jan Hartman [Fri, 15 Oct 2004 00:25:18 +0000 (00:25 +0000)]
* update of the japanese translation by Tadashi Jokagi <elf2000 at users.sourceforge dot net>

19 years ago* modules/codec/ffmpeg/video_filter.c: fixed cases where pictures weren't released...
Gildas Bazin [Thu, 14 Oct 2004 22:14:09 +0000 (22:14 +0000)]
* modules/codec/ffmpeg/video_filter.c: fixed cases where pictures weren't released properly.

19 years agoLong overdue update to the spec file
Jason Luka [Thu, 14 Oct 2004 20:52:14 +0000 (20:52 +0000)]
Long overdue update to the spec file

19 years ago* src/video_output/video_output.c: another fix for on-the-fly deinterlacing switch.
Gildas Bazin [Thu, 14 Oct 2004 20:05:57 +0000 (20:05 +0000)]
* src/video_output/video_output.c: another fix for on-the-fly deinterlacing switch.

19 years ago* src/video_output/video_output.c: a couple of fixes.
Gildas Bazin [Thu, 14 Oct 2004 19:54:52 +0000 (19:54 +0000)]
* src/video_output/video_output.c: a couple of fixes.

19 years ago* src/video_output/video_output.c: fixed video filter on-the-fly switching (use var_G...
Gildas Bazin [Thu, 14 Oct 2004 15:03:23 +0000 (15:03 +0000)]
* src/video_output/video_output.c: fixed video filter on-the-fly switching (use var_Get/Set instead of config_Get/Put).

19 years ago* modules/codec/dvbsub.c: another bunch of sanity checks to make the decoder more...
Gildas Bazin [Thu, 14 Oct 2004 14:32:34 +0000 (14:32 +0000)]
* modules/codec/dvbsub.c: another bunch of sanity checks to make the decoder more resiliant to bad streams.

19 years ago* goom2k4 for OSX.
Derk-Jan Hartman [Thu, 14 Oct 2004 14:00:14 +0000 (14:00 +0000)]
* goom2k4 for OSX.

19 years agoItalian translation for 0.8.0
Carlo Calabrò [Thu, 14 Oct 2004 11:37:50 +0000 (11:37 +0000)]
Italian translation for 0.8.0

19 years ago* modules/codec/dvbsub.c: more sanity checks.
Gildas Bazin [Thu, 14 Oct 2004 10:10:48 +0000 (10:10 +0000)]
* modules/codec/dvbsub.c: more sanity checks.

19 years ago* modules/codec/dvbsub.c: switch debugging off.
Gildas Bazin [Wed, 13 Oct 2004 15:40:39 +0000 (15:40 +0000)]
* modules/codec/dvbsub.c: switch debugging off.

19 years ago* modules/codec/dvbsub.c:
Gildas Bazin [Wed, 13 Oct 2004 15:39:38 +0000 (15:39 +0000)]
* modules/codec/dvbsub.c:
  - rewrite using the pixel buffer memory model as described in ETSI EN 300 743.
  - code simplification.
  - more compliant.

19 years ago* modules/gui/wxwindows/video.cpp: will hopefully fix the gray video problem in embed...
Gildas Bazin [Wed, 13 Oct 2004 12:32:06 +0000 (12:32 +0000)]
* modules/gui/wxwindows/video.cpp: will hopefully fix the gray video problem in embedded mode on win32.

19 years ago* modules/video_output/x11/xcommon.c: don't steal events from the owner window.
Gildas Bazin [Wed, 13 Oct 2004 12:30:20 +0000 (12:30 +0000)]
* modules/video_output/x11/xcommon.c: don't steal events from the owner window.

19 years ago* modules/visualization/goom.c: increased buffer queue size (was too low for some...
Gildas Bazin [Tue, 12 Oct 2004 12:58:24 +0000 (12:58 +0000)]
* modules/visualization/goom.c: increased buffer queue size (was too low for some audio streams).

19 years ago* src/video_output/video_output.c: even uglier fix for the on-the-fly deinterlacing...
Gildas Bazin [Tue, 12 Oct 2004 10:21:49 +0000 (10:21 +0000)]
* src/video_output/video_output.c: even uglier fix for the on-the-fly deinterlacing switch problem (but at least it works).

19 years ago* src/video_output/video_output.c: nasty fix for on-the-fly deinterlacing switch.
Gildas Bazin [Mon, 11 Oct 2004 19:11:01 +0000 (19:11 +0000)]
* src/video_output/video_output.c: nasty fix for on-the-fly deinterlacing switch.

19 years ago* converted the G. l10n to UTF-8
Felix Paul Kühne [Mon, 11 Oct 2004 13:44:47 +0000 (13:44 +0000)]
* converted the G. l10n to UTF-8

19 years ago * po/de.po: minor typo.
Sam Hocevar [Mon, 11 Oct 2004 13:14:31 +0000 (13:14 +0000)]
  * po/de.po: minor typo.

19 years ago* modules/codec/x264.c: compilation fix.
Gildas Bazin [Mon, 11 Oct 2004 13:09:42 +0000 (13:09 +0000)]
* modules/codec/x264.c: compilation fix.

19 years ago* modules/demux/ps.c: work around broken streams produced with WinSubMux.
Gildas Bazin [Mon, 11 Oct 2004 12:50:13 +0000 (12:50 +0000)]
* modules/demux/ps.c: work around broken streams produced with WinSubMux.

19 years ago* modules/codec/x264.c: a couple of fixes + use SSE2 detection.
Gildas Bazin [Sun, 10 Oct 2004 21:28:58 +0000 (21:28 +0000)]
* modules/codec/x264.c: a couple of fixes + use SSE2 detection.
* modules/codec/ffmpeg/ffmpeg.c: use SSE2 detection.

19 years ago * po/es.po: fixed a missing space.
Sam Hocevar [Sun, 10 Oct 2004 20:34:28 +0000 (20:34 +0000)]
  * po/es.po: fixed a missing space.
  * po/fr.po: converted to UTF-8 and fixed ellipses.
  * po/en_GB.po: converted to UTF-8 and fixed ellipses.

19 years agoCompilation fix. Please double-check (I don't speak spanish).
Rémi Denis-Courmont [Sun, 10 Oct 2004 19:11:55 +0000 (19:11 +0000)]
Compilation fix. Please double-check (I don't speak spanish).

19 years ago* 80% update of the Spanish l10n by Javier 'TonXabar' Varela
Felix Paul Kühne [Sun, 10 Oct 2004 15:31:21 +0000 (15:31 +0000)]
* 80% update of the Spanish l10n by Javier 'TonXabar' Varela

19 years ago* modules/codec/x264.c: added a bunch of new config options.
Gildas Bazin [Sun, 10 Oct 2004 14:06:23 +0000 (14:06 +0000)]
* modules/codec/x264.c: added a bunch of new config options.

19 years ago - modules/control/showintf.c: new control module, able to show the
Olivier Teulière [Sun, 10 Oct 2004 10:08:44 +0000 (10:08 +0000)]
 - modules/control/showintf.c: new control module, able to show the
   interface when moving the mouse to the top of the screen (in
   fullscreen mode).
 - modules/control/hotkeys.c: added a hotkey to raise the interface
 - modules/gui/wxwindows/*, modules/gui/skins2/*: added callbacks for
   the "intf-show" variable; it should be easy to do the same for BeOS
   and MacOSX interfaces

19 years agoCompilation fix when libcddb is not available.
Rocky Bernstein [Sun, 10 Oct 2004 00:24:44 +0000 (00:24 +0000)]
Compilation fix when libcddb is not available.

19 years agovobsub.c: Don't break autodetection of non-vobsub subtitles
Sigmund Augdal Helberg [Sat, 9 Oct 2004 22:18:25 +0000 (22:18 +0000)]
vobsub.c: Don't break autodetection of non-vobsub subtitles

19 years ago* modules/codec/dvbsub.c: bug fix in the encoder.
Gildas Bazin [Fri, 8 Oct 2004 15:53:26 +0000 (15:53 +0000)]
* modules/codec/dvbsub.c: bug fix in the encoder.

19 years ago* share/http/index.html: delete/keep commands fix by Torsten Spindler
Gildas Bazin [Fri, 8 Oct 2004 13:12:51 +0000 (13:12 +0000)]
* share/http/index.html: delete/keep commands fix by Torsten Spindler

19 years ago* new icons proposal for the playlist window
Benjamin Pracht [Fri, 8 Oct 2004 11:03:12 +0000 (11:03 +0000)]
* new icons proposal for the playlist window

19 years ago* evc/*: fixes and updates.
Gildas Bazin [Fri, 8 Oct 2004 10:49:05 +0000 (10:49 +0000)]
* evc/*: fixes and updates.

19 years ago* modules/demux/subtitle.c: portability fix.
Gildas Bazin [Fri, 8 Oct 2004 10:46:09 +0000 (10:46 +0000)]
* modules/demux/subtitle.c: portability fix.

19 years ago* modules/access/mms, modules/demux/mp4, modules/misc/logger.c: WinCE compilation...
Gildas Bazin [Fri, 8 Oct 2004 10:36:25 +0000 (10:36 +0000)]
* modules/access/mms, modules/demux/mp4, modules/misc/logger.c: WinCE compilation fixes.

19 years ago* src/misc/win32_specific.c, modules.c: WinCE improvements (support for finding out...
Gildas Bazin [Fri, 8 Oct 2004 09:59:26 +0000 (09:59 +0000)]
* src/misc/win32_specific.c, modules.c: WinCE improvements (support for finding out the application path + support for the plugins cache).

19 years ago* hotkeys.c: change fullscreen setting even if there is no vout
Derk-Jan Hartman [Fri, 8 Oct 2004 00:07:48 +0000 (00:07 +0000)]
* hotkeys.c: change fullscreen setting even if there is no vout
  bigben: this fixes that last little problem you had with the 'fullscreen button'

19 years ago* 1st run of dutch translations
Derk-Jan Hartman [Thu, 7 Oct 2004 23:10:50 +0000 (23:10 +0000)]
* 1st run of dutch translations

19 years ago* removed another translatable string that is no longer used.
Derk-Jan Hartman [Thu, 7 Oct 2004 22:54:18 +0000 (22:54 +0000)]
* removed another translatable string that is no longer used.

19 years ago* diretory.c: remove a completly useless translation string
Derk-Jan Hartman [Thu, 7 Oct 2004 22:52:10 +0000 (22:52 +0000)]
* diretory.c: remove a completly useless translation string

19 years agoFirst attempt at adding CD-Text.
Rocky Bernstein [Thu, 7 Oct 2004 22:50:44 +0000 (22:50 +0000)]
First attempt at adding CD-Text.
Break out meta-info gathering.
Various fixes and cleanups, but more work is still needed.
Some conceptual work on how things *should* work may be in order.

19 years ago* src/misc/modules.c: pfff nobody found this one... you just lost the contest guys.
Gildas Bazin [Thu, 7 Oct 2004 22:21:22 +0000 (22:21 +0000)]
* src/misc/modules.c: pfff nobody found this one... you just lost the contest guys.

19 years ago* opengl: remove NULL from string arrays
Derk-Jan Hartman [Thu, 7 Oct 2004 22:05:34 +0000 (22:05 +0000)]
* opengl: remove NULL from string arrays
* configuration.c: don't crash on NULL values

19 years ago* src/misc/modules.c: fixed harmless memory leaks in the plugins cache code.
Gildas Bazin [Thu, 7 Oct 2004 21:44:41 +0000 (21:44 +0000)]
* src/misc/modules.c: fixed harmless memory leaks in the plugins cache code.

19 years ago* Fullscreen button works again
Benjamin Pracht [Thu, 7 Oct 2004 21:33:38 +0000 (21:33 +0000)]
* Fullscreen button works again
* It enabled even when no vout is present
* Still a little issue with the fullscreen hotkey

19 years ago* removed an unnecessary = NULL write.
Derk-Jan Hartman [Thu, 7 Oct 2004 20:52:24 +0000 (20:52 +0000)]
* removed an unnecessary = NULL write.

19 years ago* Made the opengl effects a list of options instead of textbox
Derk-Jan Hartman [Thu, 7 Oct 2004 20:50:59 +0000 (20:50 +0000)]
* Made the opengl effects a list of options instead of textbox
* Lowered the opengl prioriy on OSX to speed up selection proces, while the thing is not working.

19 years ago* modules/codec/toolame.c: lowered the priority of the toolame encoder and added...
Gildas Bazin [Thu, 7 Oct 2004 20:12:19 +0000 (20:12 +0000)]
* modules/codec/toolame.c: lowered the priority of the toolame encoder and added the mp2/mp2a fourcc.

19 years ago* modules/codec/dvbsub.c:
Gildas Bazin [Thu, 7 Oct 2004 15:59:36 +0000 (15:59 +0000)]
* modules/codec/dvbsub.c:
  - bug fixes in the decoder and encoder.
  - the decoder now returns YUVP subpictures.

19 years ago* Improve the Preferences display, when capabilties don't fit in the normal width...
Derk-Jan Hartman [Thu, 7 Oct 2004 14:40:29 +0000 (14:40 +0000)]
* Improve the Preferences display, when capabilties don't fit in the normal width of the table

19 years agoFill in playlist information and stream & media information
Rocky Bernstein [Thu, 7 Oct 2004 10:10:22 +0000 (10:10 +0000)]
Fill in playlist information and stream & media information
Duration info is now set when playing entire CD so slider works again.

More work is needed for playing single tracks, adding CD-Text info,
getting reference counts right.

19 years ago* modules/stream_out/transcode.c: bug fix for subtitles transcoding.
Gildas Bazin [Thu, 7 Oct 2004 09:27:02 +0000 (09:27 +0000)]
* modules/stream_out/transcode.c: bug fix for subtitles transcoding.

19 years ago* configure.ac: force c++ linkage for the portaudio plugin.
Gildas Bazin [Thu, 7 Oct 2004 08:48:48 +0000 (08:48 +0000)]
* configure.ac: force c++ linkage for the portaudio plugin.

19 years ago* modules/mux/mpeg/ts.c: a couple of fixes for DVB subtitles streaming.
Gildas Bazin [Wed, 6 Oct 2004 17:05:26 +0000 (17:05 +0000)]
* modules/mux/mpeg/ts.c: a couple of fixes for DVB subtitles streaming.

19 years ago* Lets not ignore too many .sub files shall we? :)
Derk-Jan Hartman [Wed, 6 Oct 2004 16:15:48 +0000 (16:15 +0000)]
* Lets not ignore too many .sub files shall we? :)

19 years ago* if a .idx vobsub is found, then don't autodetect the corresponding .sub file
Derk-Jan Hartman [Wed, 6 Oct 2004 15:35:54 +0000 (15:35 +0000)]
* if a .idx vobsub is found, then don't autodetect the corresponding .sub file

19 years ago* spelling correction
Derk-Jan Hartman [Wed, 6 Oct 2004 14:15:03 +0000 (14:15 +0000)]
* spelling correction

19 years ago* Fixed the DefaultIcon registry settings
Derk-Jan Hartman [Wed, 6 Oct 2004 13:51:21 +0000 (13:51 +0000)]
* Fixed the DefaultIcon registry settings

19 years ago* Define RUNTIME_CPUDETECT for ffmpeg
Derk-Jan Hartman [Wed, 6 Oct 2004 13:49:32 +0000 (13:49 +0000)]
* Define RUNTIME_CPUDETECT for ffmpeg
* newer version of liveMedia

19 years ago* forgot this file in the vlc_b64_encode patch
Derk-Jan Hartman [Wed, 6 Oct 2004 13:45:14 +0000 (13:45 +0000)]
* forgot this file in the vlc_b64_encode patch

19 years ago* vlc_b64_encode patch by Torsten Spindler
Derk-Jan Hartman [Wed, 6 Oct 2004 13:41:57 +0000 (13:41 +0000)]
* vlc_b64_encode patch by Torsten Spindler

19 years ago* modules/codec/ffmpeg/postprocess.c: altivec CPU detection.
Gildas Bazin [Wed, 6 Oct 2004 13:07:35 +0000 (13:07 +0000)]
* modules/codec/ffmpeg/postprocess.c: altivec CPU detection.

19 years ago* added the .vlc fileextension to the win installer and the Mac app.
Derk-Jan Hartman [Wed, 6 Oct 2004 11:21:38 +0000 (11:21 +0000)]
* added the .vlc fileextension to the win installer and the Mac app.
* Added the application/x-videolan-vlc and appllication/videolan-vlc mimetype to the OSX app
* NEWS: spelling error and remove the 'this version is not yet released' line. Before I forget :)

19 years ago* modules/video_output/directx: should solve the visible taskbar problem in fullscreen.
Gildas Bazin [Wed, 6 Oct 2004 11:07:04 +0000 (11:07 +0000)]
* modules/video_output/directx: should solve the visible taskbar problem in fullscreen.