]> git.sesse.net Git - vlc/log
vlc
19 years agoCosmetics
Clément Stenac [Sun, 24 Oct 2004 16:37:13 +0000 (16:37 +0000)]
Cosmetics

19 years agofreetype.c: fixed crash on unbreakable strings
Sigmund Augdal Helberg [Sun, 24 Oct 2004 16:19:44 +0000 (16:19 +0000)]
freetype.c: fixed crash on unbreakable strings

19 years agofreetype.c: Auto-wrap subtitles (still needs some work to handle margins)
Sigmund Augdal Helberg [Sun, 24 Oct 2004 16:03:11 +0000 (16:03 +0000)]
freetype.c: Auto-wrap subtitles (still needs some work to handle margins)

19 years agoTruncated packet debug message -- state reported vs. actual length, not the delta.
Mark Moriarty [Sun, 24 Oct 2004 15:56:37 +0000 (15:56 +0000)]
Truncated packet debug message -- state reported vs. actual length, not the delta.

19 years ago* modules/codec/ffmpeg/encoder.c: sanity check for frames in the past that libavcodec...
Gildas Bazin [Sun, 24 Oct 2004 15:26:23 +0000 (15:26 +0000)]
* modules/codec/ffmpeg/encoder.c: sanity check for frames in the past that libavcodec really doesn't like.

19 years agofreetype.c: fixed two size/position related bugs.
Sigmund Augdal Helberg [Sun, 24 Oct 2004 13:13:58 +0000 (13:13 +0000)]
freetype.c: fixed two size/position related bugs.

19 years ago* configure.ac: fixed detection of libavformat.
Gildas Bazin [Sat, 23 Oct 2004 19:47:24 +0000 (19:47 +0000)]
* configure.ac: fixed detection of libavformat.

19 years ago* configure.ac: mkv compilation fix by Philippe Van Hecke (philippe dot vanhecke...
Gildas Bazin [Sat, 23 Oct 2004 18:22:42 +0000 (18:22 +0000)]
* configure.ac: mkv compilation fix by Philippe Van Hecke (philippe dot vanhecke at belnet dot be).

19 years ago* final update to the Spanish translation by Antonio Javier Varela Calvo
Felix Paul Kühne [Sat, 23 Oct 2004 16:54:56 +0000 (16:54 +0000)]
* final update to the Spanish translation by Antonio Javier Varela Calvo

19 years agoUpdate muxers and codecs in wizard
Clément Stenac [Sat, 23 Oct 2004 16:08:57 +0000 (16:08 +0000)]
Update muxers and codecs in wizard

19 years ago* modules/misc/freetype.c: off by one error.
Gildas Bazin [Sat, 23 Oct 2004 11:47:22 +0000 (11:47 +0000)]
* modules/misc/freetype.c: off by one error.

19 years ago* include/vlc_block.h: compilation fix (define BLOCK_FLAG_NO_KEYFRAME).
Gildas Bazin [Fri, 22 Oct 2004 18:34:38 +0000 (18:34 +0000)]
* include/vlc_block.h: compilation fix (define BLOCK_FLAG_NO_KEYFRAME).

19 years ago * modules/mux/mpeg/pes.c: Extended prototype to allow for padding bytes
Christophe Massiot [Fri, 22 Oct 2004 15:16:45 +0000 (15:16 +0000)]
 * modules/mux/mpeg/pes.c: Extended prototype to allow for padding bytes
   and data_alignment in the PES header (needed for teletext).
 * modules/mux/mpeg/ts.c: Teletext (0x56 descriptor) streaming support,
   new options spu-pid and tsid, re-enabled bmax because it is useful for
   debugging the encoder, fixed in a bug in the parsing of the CSA key

19 years ago* Fix reference modules to add after their own playlist position instead of the end...
Derk-Jan Hartman [Fri, 22 Oct 2004 13:53:53 +0000 (13:53 +0000)]
* Fix reference modules to add after their own playlist position instead of the end of the playlist

19 years ago * modules/access/dvb: Partial EN 50 221 implementation. This activates
Christophe Massiot [Fri, 22 Oct 2004 13:53:18 +0000 (13:53 +0000)]
 * modules/access/dvb: Partial EN 50 221 implementation. This activates
   native support for CAM modules (without using an external program).
   When used in conjunction with --programs, it also allows to descramble
   several services with one professional CAM.

19 years ago * src/input: Added a --programs configuration option, allowing to select
Christophe Massiot [Fri, 22 Oct 2004 13:49:14 +0000 (13:49 +0000)]
 * src/input: Added a --programs configuration option, allowing to select
   several coma-separated programs.

19 years ago* modules/stream_out/transrate/frame.c: Added Antoine Missout's (the
Christophe Massiot [Fri, 22 Oct 2004 13:44:24 +0000 (13:44 +0000)]
* modules/stream_out/transrate/frame.c: Added Antoine Missout's (the
  original author) email address.

19 years ago* src/misc/threads.c: Fixed a bug in handling of priorities : with POSIX
Christophe Massiot [Fri, 22 Oct 2004 13:42:17 +0000 (13:42 +0000)]
* src/misc/threads.c: Fixed a bug in handling of priorities : with POSIX
  threads a newly created thread inherits the priority of its parent.
  Set the priority even if it is 0.

19 years ago * src/misc/variables.c: Implemented inheritance for variables of type list.
Christophe Massiot [Fri, 22 Oct 2004 13:37:21 +0000 (13:37 +0000)]
 * src/misc/variables.c: Implemented inheritance for variables of type list.

19 years ago* modules/gui/wxwindows/open.cpp: small cosmetic change.
Gildas Bazin [Fri, 22 Oct 2004 13:33:31 +0000 (13:33 +0000)]
* modules/gui/wxwindows/open.cpp: small cosmetic change.

19 years ago* modules/access/dshow/dshow.cpp: moved tuner properties to its own function + new...
Gildas Bazin [Fri, 22 Oct 2004 13:31:17 +0000 (13:31 +0000)]
* modules/access/dshow/dshow.cpp: moved tuner properties to its own function + new dshow-tuner config option.

19 years ago* modules/gui/wxwindows/streamout.cpp: removed avi muxer + added wav muxer and a...
Gildas Bazin [Fri, 22 Oct 2004 12:07:08 +0000 (12:07 +0000)]
* modules/gui/wxwindows/streamout.cpp: removed avi muxer + added wav muxer and a few more codecs.

19 years ago* modules/codec/ffmpeg/video.c: libavcodec still doesn't handle avc1 properly so...
Gildas Bazin [Fri, 22 Oct 2004 11:22:04 +0000 (11:22 +0000)]
* modules/codec/ffmpeg/video.c: libavcodec still doesn't handle avc1 properly so work around this until the issue is solved.

19 years ago* modules/packetizer/h264.c: oops, forgot to remove a bit of debug code.
Gildas Bazin [Fri, 22 Oct 2004 11:11:27 +0000 (11:11 +0000)]
* modules/packetizer/h264.c: oops, forgot to remove a bit of debug code.

19 years ago* modules/codec/ffmpeg/postprocessing: removed deprecated postprocessing code.
Gildas Bazin [Fri, 22 Oct 2004 10:08:17 +0000 (10:08 +0000)]
* modules/codec/ffmpeg/postprocessing: removed deprecated postprocessing code.

19 years ago* es.po: almost complete update to the Spanish l10n by Antonio Javier Varela, convert...
Felix Paul Kühne [Thu, 21 Oct 2004 14:55:00 +0000 (14:55 +0000)]
* es.po: almost complete update to the Spanish l10n by Antonio Javier Varela, converted to UTF-8
* de.po: small fix

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