Changeset 1e646b7e2ef6d120a452eb4a57857e0cfed406c0

Show
Ignore:
Timestamp:
10/31/04 17:44:01 (4 years ago)
Author:
Gildas Bazin <gbazin@videolan.org>
git-committer:
Gildas Bazin <gbazin@videolan.org> 1099241041 +0000
git-parent:

[70f942b109226ed4ca338279e178b4a38e5c037c]

git-author:
Gildas Bazin <gbazin@videolan.org> 1099241041 +0000
Message:

* ALL: update in preparation for 0.8.0.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ChangeLog

    ref70785 r1e646b7  
    11------------------------------------------------------------------------ 
    2 r6214 | zorglub | 2003-12-31 13:50:11 +0100 (Wed, 31 Dec 2003) | 2 lines 
    3 Changed paths: 
     2r9090 | gbazin | 2004-10-31 17:21:28 +0100 (Sun, 31 Oct 2004) | 3 lines 
     3Changed paths: 
     4   M /trunk/TODO 
     5   M /trunk/src/libvlc.h 
     6 
     7* src/libvlc.h: --intf isn't an advanced option. 
     8* TODO: updated. 
     9 
     10------------------------------------------------------------------------ 
     11r9089 | jpsaman | 2004-10-31 16:51:24 +0100 (Sun, 31 Oct 2004) | 1 line 
     12Changed paths: 
     13   M /trunk/modules/codec/spudec/spudec.c 
     14 
     15Logical fix: add packetizer in PackitizerOpen() 
     16------------------------------------------------------------------------ 
     17r9088 | gbazin | 2004-10-31 14:19:28 +0100 (Sun, 31 Oct 2004) | 1 line 
     18Changed paths: 
     19   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp 
     20   M /trunk/modules/gui/wxwindows/preferences_widgets.h 
     21 
     22* modules/gui/wxwindows/preferences_widgets.cpp/h: work around a wxSpinCtrl recursion bug in wxGTK. 
     23------------------------------------------------------------------------ 
     24r9087 | gbazin | 2004-10-30 17:32:56 +0200 (Sat, 30 Oct 2004) | 1 line 
     25Changed paths: 
     26   M /trunk/modules/control/netsync.c 
     27 
     28* modules/control/netsync.c: less verbose. 
     29------------------------------------------------------------------------ 
     30r9086 | gbazin | 2004-10-30 17:27:28 +0200 (Sat, 30 Oct 2004) | 1 line 
     31Changed paths: 
     32   M /trunk/modules/codec/ffmpeg/encoder.c 
     33 
     34* modules/codec/ffmpeg/encoder.c: compilation fix for ffmpeg 0.4.8 (not sure it's worth but...). 
     35------------------------------------------------------------------------ 
     36r9085 | gbazin | 2004-10-30 17:05:52 +0200 (Sat, 30 Oct 2004) | 1 line 
     37Changed paths: 
     38   M /trunk/modules/stream_out/transcode.c 
     39 
     40* modules/stream_out/transcode.c: trying to make the audio/fps resync work even when an ES is not transcoded. 
     41------------------------------------------------------------------------ 
     42r9084 | gbazin | 2004-10-30 16:12:35 +0200 (Sat, 30 Oct 2004) | 1 line 
     43Changed paths: 
     44   M /trunk/modules/stream_out/transcode.c 
     45 
     46*  modules/stream_out/transcode.c: fixed subtitles encoding when used with audio-sync. 
     47------------------------------------------------------------------------ 
     48r9083 | gbazin | 2004-10-30 12:36:07 +0200 (Sat, 30 Oct 2004) | 3 lines 
     49Changed paths: 
     50   M /trunk/modules/control/telnet.c 
     51   M /trunk/src/misc/vlm.c 
     52 
     53* src/misc/vlm.c: reformat help message. 
     54* modules/control/telnet.c: "\n" -> "\r\n" + cleanup. 
     55 
     56------------------------------------------------------------------------ 
     57r9082 | hartman | 2004-10-29 18:13:10 +0200 (Fri, 29 Oct 2004) | 2 lines 
     58Changed paths: 
     59   M /trunk/modules/access/http.c 
     60 
     61* live365.com servers behave quite like icecast servers. they are now supported and piggyback on the same 'hack'. Also print the [ice|icy|x-audiocast]-* meta headers. send by ICY and icecast servers. 
     62 
     63------------------------------------------------------------------------ 
     64r9081 | hartman | 2004-10-29 17:11:07 +0200 (Fri, 29 Oct 2004) | 2 lines 
     65Changed paths: 
     66   M /trunk/modules/access/http.c 
     67 
     68* Fix icecast detection (only works if the server truly is icecast). 
     69 
     70------------------------------------------------------------------------ 
     71r9080 | hartman | 2004-10-29 14:59:14 +0200 (Fri, 29 Oct 2004) | 5 lines 
     72Changed paths: 
     73   M /trunk/modules/demux/ts.c 
     74 
     75* recognize the following descriptors in a DVB stream (no decoders yet) 
     76  - 0x56 Systems B EBU Teletext 
     77  - 0x45 VBI Data 
     78  - 0x46 VBI Teletext 
     79 
     80------------------------------------------------------------------------ 
     81r9079 | gbazin | 2004-10-29 12:59:19 +0200 (Fri, 29 Oct 2004) | 3 lines 
     82Changed paths: 
     83   M /trunk/include/vlc_es_out.h 
     84   M /trunk/modules/control/netsync.c 
     85   M /trunk/src/input/es_out.c 
     86 
     87* src/input/es_out.c, include/vlc_es_out.h: added an ES_OUT_GET_TS method to get a converted timestamp. 
     88* modules/control/netsync.c: fixed the netsync module. 
     89 
     90------------------------------------------------------------------------ 
     91r9078 | gbazin | 2004-10-29 11:19:38 +0200 (Fri, 29 Oct 2004) | 1 line 
     92Changed paths: 
     93   M /trunk/modules/mux/mp4.c 
     94 
     95* modules/mux/mp4.c: added a 3gp mode which writes a 3gp ftyp header. 
     96------------------------------------------------------------------------ 
     97r9077 | gbazin | 2004-10-28 19:46:18 +0200 (Thu, 28 Oct 2004) | 1 line 
     98Changed paths: 
     99   M /trunk/modules/audio_output/portaudio.c 
     100 
     101* modules/audio_output/portaudio.c: ported to portaudio v19 by Frederic Ruget +  mostly rewritten by me. 
     102------------------------------------------------------------------------ 
     103r9076 | gbazin | 2004-10-28 15:52:36 +0200 (Thu, 28 Oct 2004) | 1 line 
     104Changed paths: 
     105   M /trunk/modules/access/dvb/linux_dvb.c 
     106 
     107* modules/access/dvb/linux_dvb.c: compilation fix for new versions. 
     108------------------------------------------------------------------------ 
     109r9075 | gbazin | 2004-10-28 15:42:48 +0200 (Thu, 28 Oct 2004) | 1 line 
     110Changed paths: 
     111   M /trunk/modules/codec/dmo/dmo.c 
     112 
     113* modules/codec/dmo: couple of fixes. 
     114------------------------------------------------------------------------ 
     115r9074 | gbazin | 2004-10-28 13:16:06 +0200 (Thu, 28 Oct 2004) | 1 line 
     116Changed paths: 
     117   M /trunk/modules/access/dshow/dshow.cpp 
     118   M /trunk/modules/access/dshow/filter.cpp 
     119 
     120* modules/access/dshow: some more debug messages. 
     121------------------------------------------------------------------------ 
     122r9073 | gbazin | 2004-10-28 12:29:49 +0200 (Thu, 28 Oct 2004) | 1 line 
     123Changed paths: 
     124   M /trunk/src/misc/modules.c 
     125 
     126* src/misc/modules.c: remove debug message. 
     127------------------------------------------------------------------------ 
     128r9072 | gbazin | 2004-10-28 12:26:00 +0200 (Thu, 28 Oct 2004) | 1 line 
     129Changed paths: 
     130   M /trunk/src/misc/modules.c 
     131 
     132* src/misc/modules.c: include current language in cache file. 
     133------------------------------------------------------------------------ 
     134r9071 | hartman | 2004-10-28 12:17:22 +0200 (Thu, 28 Oct 2004) | 2 lines 
     135Changed paths: 
     136   M /trunk/modules/demux/subtitle.c 
     137 
     138* subtitle.c: make sure int -> date conversion is don properly everywhere. 
     139 
     140------------------------------------------------------------------------ 
     141r9070 | gbazin | 2004-10-28 11:23:37 +0200 (Thu, 28 Oct 2004) | 1 line 
     142Changed paths: 
     143   M /trunk/src/misc/modules.c 
     144 
     145* src/misc/modules.c: fixed forcing of modules. 
     146------------------------------------------------------------------------ 
     147r9069 | bigben | 2004-10-27 23:47:44 +0200 (Wed, 27 Oct 2004) | 3 lines 
     148Changed paths: 
     149   M /trunk/modules/gui/macosx/open.m 
     150 
     151Add rtsp to the list of protocols available in the http/ftp/mms option of the open network dialog. This breaks translation of this string but, BTW, why is it translatable ? 
     152 
     153 
     154------------------------------------------------------------------------ 
     155r9068 | massiot | 2004-10-27 17:22:01 +0200 (Wed, 27 Oct 2004) | 3 lines 
     156Changed paths: 
     157   M /trunk/modules/access/dvb/dvb.h 
     158   M /trunk/modules/access/dvb/en50221.c 
     159   M /trunk/modules/access/dvb/linux_dvb.c 
     160 
     161 * modules/access/dvb: Fixed a bug with CAMs which take a long time to 
     162   initialize. 
     163 
     164------------------------------------------------------------------------ 
     165r9067 | gbazin | 2004-10-27 16:59:24 +0200 (Wed, 27 Oct 2004) | 1 line 
     166Changed paths: 
     167   M /trunk/modules/mux/mpeg/pes.c 
     168   M /trunk/modules/mux/mpeg/pes.h 
     169   M /trunk/modules/mux/mpeg/ps.c 
     170   M /trunk/modules/mux/mpeg/ts.c 
     171 
     172* modules/mux/mpeg: for video ES, always put the pts and dts in the pes header when they are both available (makes vlc a lot happier when demuxing the stream, especially for other video codecs than mpeg2). 
     173------------------------------------------------------------------------ 
     174r9066 | gbazin | 2004-10-27 16:14:47 +0200 (Wed, 27 Oct 2004) | 1 line 
     175Changed paths: 
     176   M /trunk/modules/codec/ffmpeg/encoder.c 
     177 
     178* modules/codec/ffmpeg/encoder.c: work around stupid timestamping behaviour in libavcodec. 
     179------------------------------------------------------------------------ 
     180r9065 | sam | 2004-10-27 15:32:21 +0200 (Wed, 27 Oct 2004) | 3 lines 
     181Changed paths: 
     182   M /trunk/src/misc/modules.c 
     183 
     184  * src/misc/modules: 
     185    + Support for CACHEDIR.TAG (see http://www.brynosaurus.com/cachedir/). 
     186 
     187------------------------------------------------------------------------ 
     188r9064 | sam | 2004-10-27 15:20:42 +0200 (Wed, 27 Oct 2004) | 5 lines 
     189Changed paths: 
     190   M /trunk/include/vlc_config.h 
     191   M /trunk/src/misc/modules.c 
     192 
     193  * src/misc/modules.c: 
     194    + Store plugin cache in a cache/ subdirectory. 
     195    + Encode the endianness and pointer size in the plugin cache filename to 
     196      prevent crashes on multiarch home directories. 
     197 
     198------------------------------------------------------------------------ 
     199r9063 | gbazin | 2004-10-27 12:42:48 +0200 (Wed, 27 Oct 2004) | 1 line 
     200Changed paths: 
     201   M /trunk/modules/demux/asf/asf.c 
     202 
     203* modules/demux/asf/asf.c: commented out the 'found compressed payload' message. 
     204------------------------------------------------------------------------ 
     205r9062 | hartman | 2004-10-27 03:05:37 +0200 (Wed, 27 Oct 2004) | 4 lines 
     206Changed paths: 
     207   M /trunk/modules/demux/livedotcom.cpp 
     208 
     209* livedotcom.cpp: - added support for the RTSP BYE packet. Patch by 
     210  Ross Finlayson (21 august 2004) 
     211  - fixed support for (Darwin) Pause. Patch from Hussain ( conundrums at gmail dot com ) 
     212 
     213------------------------------------------------------------------------ 
     214r9061 | gbazin | 2004-10-26 15:03:03 +0200 (Tue, 26 Oct 2004) | 1 line 
     215Changed paths: 
     216   M /trunk/modules/demux/mpeg/mpga.c 
     217 
     218* modules/demux/mpeg/mpga.c: oops, uninitialized variable. 
     219------------------------------------------------------------------------ 
     220r9060 | gbazin | 2004-10-26 15:00:04 +0200 (Tue, 26 Oct 2004) | 4 lines 
     221Changed paths: 
     222   M /trunk/modules/demux/mpeg/mpga.c 
     223 
     224* modules/demux/mpeg/mpga.c: rewritten using the mpeg audio packetizer. 
     225  - fixes problems the old demux had with some mp3s. 
     226  - should handle free-bitrate as well. 
     227 
     228------------------------------------------------------------------------ 
     229r9059 | markfm | 2004-10-25 13:23:11 +0200 (Mon, 25 Oct 2004) | 2 lines 
     230Changed paths: 
     231   M /trunk/modules/access/mms/mmstu.c 
     232 
     233Comment out truncated packets debug message. 
     234 
     235------------------------------------------------------------------------ 
     236r9058 | gbazin | 2004-10-25 12:59:17 +0200 (Mon, 25 Oct 2004) | 1 line 
     237Changed paths: 
     238   M /trunk/modules/access/http.c 
     239 
     240* modules/access/http.c: reverted the change to flag shoutcast streams as non-pace controllable (doesn't work really well). 
     241------------------------------------------------------------------------ 
     242r9057 | gbazin | 2004-10-25 10:19:29 +0200 (Mon, 25 Oct 2004) | 1 line 
     243Changed paths: 
     244   M /trunk/src/libvlc.h 
     245 
     246* src/libvlc.h: do not make --high-priority an advanced option. 
     247------------------------------------------------------------------------ 
     248r9056 | gbazin | 2004-10-24 23:07:58 +0200 (Sun, 24 Oct 2004) | 1 line 
     249Changed paths: 
     250   M /trunk/src/libvlc.c 
     251   M /trunk/src/misc/threads.c 
     252 
     253* src/libvlc.c, src/misc/threads.c: couple of fixes for thread priorities. 
     254------------------------------------------------------------------------ 
     255r9055 | murray | 2004-10-24 19:09:14 +0200 (Sun, 24 Oct 2004) | 2 lines 
     256Changed paths: 
     257   M /trunk/po/it.po 
     258 
     259UTF8 version of it.po 
     260 
     261------------------------------------------------------------------------ 
     262r9054 | zorglub | 2004-10-24 18:37:13 +0200 (Sun, 24 Oct 2004) | 2 lines 
     263Changed paths: 
     264   M /trunk/modules/misc/freetype.c 
     265 
     266Cosmetics 
     267 
     268------------------------------------------------------------------------ 
     269r9053 | sigmunau | 2004-10-24 18:19:44 +0200 (Sun, 24 Oct 2004) | 2 lines 
     270Changed paths: 
     271   M /trunk/modules/misc/freetype.c 
     272 
     273freetype.c: fixed crash on unbreakable strings 
     274 
     275------------------------------------------------------------------------ 
     276r9052 | sigmunau | 2004-10-24 18:03:11 +0200 (Sun, 24 Oct 2004) | 2 lines 
     277Changed paths: 
     278   M /trunk/modules/misc/freetype.c 
     279 
     280freetype.c: Auto-wrap subtitles (still needs some work to handle margins) 
     281 
     282------------------------------------------------------------------------ 
     283r9051 | markfm | 2004-10-24 17:56:37 +0200 (Sun, 24 Oct 2004) | 2 lines 
     284Changed paths: 
     285   M /trunk/modules/access/mms/mmstu.c 
     286 
     287Truncated packet debug message -- state reported vs. actual length, not the delta. 
     288 
     289------------------------------------------------------------------------ 
     290r9050 | gbazin | 2004-10-24 17:26:23 +0200 (Sun, 24 Oct 2004) | 1 line 
     291Changed paths: 
     292   M /trunk/modules/codec/ffmpeg/encoder.c 
     293 
     294* modules/codec/ffmpeg/encoder.c: sanity check for frames in the past that libavcodec really doesn't like. 
     295------------------------------------------------------------------------ 
     296r9049 | sigmunau | 2004-10-24 15:13:58 +0200 (Sun, 24 Oct 2004) | 2 lines 
     297Changed paths: 
     298   M /trunk/modules/misc/freetype.c 
     299 
     300freetype.c: fixed two size/position related bugs.  
     301 
     302------------------------------------------------------------------------ 
     303r9048 | gbazin | 2004-10-23 21:47:24 +0200 (Sat, 23 Oct 2004) | 1 line 
     304Changed paths: 
     305   M /trunk/configure.ac 
     306 
     307* configure.ac: fixed detection of libavformat. 
     308------------------------------------------------------------------------ 
     309r9047 | gbazin | 2004-10-23 20:22:42 +0200 (Sat, 23 Oct 2004) | 1 line 
     310Changed paths: 
     311   M /trunk/configure.ac 
     312 
     313* configure.ac: mkv compilation fix by Philippe Van Hecke (philippe dot vanhecke at belnet dot be). 
     314------------------------------------------------------------------------ 
     315r9046 | fkuehne | 2004-10-23 18:54:56 +0200 (Sat, 23 Oct 2004) | 1 line 
     316Changed paths: 
     317   M /trunk/po/es.po 
     318 
     319* final update to the Spanish translation by Antonio Javier Varela Calvo 
     320------------------------------------------------------------------------ 
     321r9045 | zorglub | 2004-10-23 18:08:57 +0200 (Sat, 23 Oct 2004) | 2 lines 
     322Changed paths: 
     323   M /trunk/modules/gui/wxwindows/streamdata.h 
     324   M /trunk/modules/gui/wxwindows/streamout.cpp 
     325   M /trunk/modules/gui/wxwindows/wizard.cpp 
     326 
     327Update muxers and codecs in wizard 
     328 
     329------------------------------------------------------------------------ 
     330r9044 | gbazin | 2004-10-23 13:47:22 +0200 (Sat, 23 Oct 2004) | 1 line 
     331Changed paths: 
     332   M /trunk/modules/misc/freetype.c 
     333 
     334* modules/misc/freetype.c: off by one error. 
     335------------------------------------------------------------------------ 
     336r9043 | gbazin | 2004-10-22 20:34:38 +0200 (Fri, 22 Oct 2004) | 1 line 
     337Changed paths: 
     338   M /trunk/include/vlc_block.h 
     339 
     340* include/vlc_block.h: compilation fix (define BLOCK_FLAG_NO_KEYFRAME). 
     341------------------------------------------------------------------------ 
     342r9042 | massiot | 2004-10-22 17:16:45 +0200 (Fri, 22 Oct 2004) | 6 lines 
     343Changed paths: 
     344   M /trunk/modules/mux/mpeg/pes.c 
     345   M /trunk/modules/mux/mpeg/pes.h 
     346   M /trunk/modules/mux/mpeg/ps.c 
     347   M /trunk/modules/mux/mpeg/ts.c 
     348 
     349 * modules/mux/mpeg/pes.c: Extended prototype to allow for padding bytes 
     350   and data_alignment in the PES header (needed for teletext). 
     351 * modules/mux/mpeg/ts.c: Teletext (0x56 descriptor) streaming support, 
     352   new options spu-pid and tsid, re-enabled bmax because it is useful for 
     353   debugging the encoder, fixed in a bug in the parsing of the CSA key 
     354 
     355------------------------------------------------------------------------ 
     356r9041 | hartman | 2004-10-22 15:53:53 +0200 (Fri, 22 Oct 2004) | 2 lines 
     357Changed paths: 
     358   M /trunk/modules/demux/mp4/mp4.c 
     359   M /trunk/modules/misc/sap.c 
     360 
     361* Fix reference modules to add after their own playlist position instead of the end of the playlist 
     362 
     363------------------------------------------------------------------------ 
     364r9040 | massiot | 2004-10-22 15:53:18 +0200 (Fri, 22 Oct 2004) | 5 lines 
     365Changed paths: 
     366   M /trunk/modules/access/dvb/Modules.am 
     367   M /trunk/modules/access/dvb/access.c 
     368   M /trunk/modules/access/dvb/dvb.h 
     369   A /trunk/modules/access/dvb/en50221.c 
     370   M /trunk/modules/access/dvb/linux_dvb.c 
     371   M /trunk/modules/demux/ts.c 
     372 
     373 * modules/access/dvb: Partial EN 50 221 implementation. This activates 
     374   native support for CAM modules (without using an external program). 
     375   When used in conjunction with --programs, it also allows to descramble 
     376   several services with one professional CAM. 
     377 
     378------------------------------------------------------------------------ 
     379r9039 | massiot | 2004-10-22 15:49:14 +0200 (Fri, 22 Oct 2004) | 3 lines 
     380Changed paths: 
     381   M /trunk/include/vlc_es_out.h 
     382   M /trunk/src/input/es_out.c 
     383   M /trunk/src/input/input.c 
     384   M /trunk/src/input/var.c 
     385   M /trunk/src/libvlc.h 
     386 
     387 * src/input: Added a --programs configuration option, allowing to select 
     388   several coma-separated programs. 
     389 
     390------------------------------------------------------------------------ 
     391r9038 | massiot | 2004-10-22 15:44:24 +0200 (Fri, 22 Oct 2004) | 3 lines 
     392Changed paths: 
     393   M /trunk/modules/stream_out/transrate/frame.c 
     394 
     395* modules/stream_out/transrate/frame.c: Added Antoine Missout's (the 
     396  original author) email address. 
     397 
     398------------------------------------------------------------------------ 
     399r9037 | massiot | 2004-10-22 15:42:17 +0200 (Fri, 22 Oct 2004) | 4 lines 
     400Changed paths: 
     401   M /trunk/src/misc/threads.c 
     402 
     403* src/misc/threads.c: Fixed a bug in handling of priorities : with POSIX 
     404  threads a newly created thread inherits the priority of its parent. 
     405  Set the priority even if it is 0. 
     406 
     407------------------------------------------------------------------------ 
     408r9036 | massiot | 2004-10-22 15:37:21 +0200 (Fri, 22 Oct 2004) | 2 lines 
     409Changed paths: 
     410   M /trunk/src/misc/variables.c 
     411 
     412 * src/misc/variables.c: Implemented inheritance for variables of type list. 
     413 
     414------------------------------------------------------------------------ 
     415r9035 | gbazin | 2004-10-22 15:33:31 +0200 (Fri, 22 Oct 2004) | 1 line 
     416Changed paths: 
     417   M /trunk/modules/gui/wxwindows/open.cpp 
     418 
     419* modules/gui/wxwindows/open.cpp: small cosmetic change. 
     420------------------------------------------------------------------------ 
     421r9034 | gbazin | 2004-10-22 15:31:17 +0200 (Fri, 22 Oct 2004) | 1 line 
     422Changed paths: 
     423   M /trunk/modules/access/dshow/dshow.cpp 
     424 
     425* modules/access/dshow/dshow.cpp: moved tuner properties to its own function + new dshow-tuner config option. 
     426------------------------------------------------------------------------ 
     427r9033 | gbazin | 2004-10-22 14:07:08 +0200 (Fri, 22 Oct 2004) | 1 line 
     428Changed paths: 
     429   M /trunk/modules/gui/wxwindows/streamout.cpp 
     430   M /trunk/modules/gui/wxwindows/wxwindows.h 
     431 
     432* modules/gui/wxwindows/streamout.cpp: removed avi muxer + added wav muxer and a few more codecs. 
     433------------------------------------------------------------------------ 
     434r9032 | gbazin | 2004-10-22 13:22:04 +0200 (Fri, 22 Oct 2004) | 1 line 
     435Changed paths: 
     436   M /trunk/modules/codec/ffmpeg/video.c 
     437 
     438* modules/codec/ffmpeg/video.c: libavcodec still doesn't handle avc1 properly so work around this until the issue is solved. 
     439------------------------------------------------------------------------ 
     440r9031 | gbazin | 2004-10-22 13:11:27 +0200 (Fri, 22 Oct 2004) | 1 line 
     441Changed paths: 
     442   M /trunk/modules/packetizer/h264.c 
     443 
     444* modules/packetizer/h264.c: oops, forgot to remove a bit of debug code. 
     445------------------------------------------------------------------------ 
     446r9030 | gbazin | 2004-10-22 12:08:17 +0200 (Fri, 22 Oct 2004) | 2 lines 
     447Changed paths: 
     448   M /trunk/configure.ac 
     449   D /trunk/modules/codec/ffmpeg/postprocessing 
     450 
     451* modules/codec/ffmpeg/postprocessing: removed deprecated postprocessing code. 
     452 
     453------------------------------------------------------------------------ 
     454r9029 | fkuehne | 2004-10-21 16:55:00 +0200 (Thu, 21 Oct 2004) | 2 lines 
     455Changed paths: 
     456   M /trunk/po/de.po 
     457   M /trunk/po/es.po 
     458 
     459* es.po: almost complete update to the Spanish l10n by Antonio Javier Varela, converted to UTF-8 
     460* de.po: small fix 
     461------------------------------------------------------------------------ 
     462r9028 | gbazin | 2004-10-21 16:33:27 +0200 (Thu, 21 Oct 2004) | 1 line 
     463Changed paths: 
     464   M /trunk/modules/control/ntservice.c 
     465 
     466* modules/control/ntservice.c: fix for --ntservice-extraintf. 
     467------------------------------------------------------------------------ 
     468r9027 | gbazin | 2004-10-21 15:20:54 +0200 (Thu, 21 Oct 2004) | 1 line 
     469Changed paths: 
     470   M /trunk/modules/codec/dvbsub.c 
     471 
     472* modules/codec/dvbsub.c: fixed a sanity check. 
     473------------------------------------------------------------------------ 
     474r9026 | gbazin | 2004-10-21 14:48:10 +0200 (Thu, 21 Oct 2004) | 1 line 
     475Changed paths: 
     476   M /trunk/modules/control/ntservice.c 
     477 
     478* modules/control/ntservice.c: added an --ntservice-options config option to allow specifying config options to be used when starting the service. 
     479------------------------------------------------------------------------ 
     480r9025 | gbazin | 2004-10-21 12:23:08 +0200 (Thu, 21 Oct 2004) | 1 line 
     481Changed paths: 
     482   M /trunk/src/libvlc.c 
     483 
     484* src/libvlc.c: win32 fixes for the help output when used with a cygwin shell. 
     485------------------------------------------------------------------------ 
     486r9024 | gbazin | 2004-10-21 11:09:20 +0200 (Thu, 21 Oct 2004) | 1 line 
     487Changed paths: 
     488   M /trunk/modules/audio_output/directx.c 
     489 
     490* modules/audio_output/directx.c: use common channel re-ordering code. 
     491------------------------------------------------------------------------ 
     492r9023 | gbazin | 2004-10-20 19:44:36 +0200 (Wed, 20 Oct 2004) | 5 lines 
     493Changed paths: 
     494   M /trunk/modules/packetizer/h264.c 
     495 
     496* modules/packetizer/h264.c: 
     497   - use 3 bytes start codes. 
     498   - fixed SPS parsing with cropping. 
     499   - fixed detection of the first VCL NAL unit of a picture. 
     500 
     501------------------------------------------------------------------------ 
     502r9022 | gbazin | 2004-10-20 16:59:49 +0200 (Wed, 20 Oct 2004) | 1 line 
     503Changed paths: 
     504   M /trunk/modules/access/dshow/dshow.cpp 
     505 
     506* modules/access/dshow/dshow.cpp: codying style changes + a couple of fixes. 
     507------------------------------------------------------------------------ 
     508r9021 | gbazin | 2004-10-20 15:04:05 +0200 (Wed, 20 Oct 2004) | 1 line 
     509Changed paths: 
     510   M /trunk/src/input/demux.c 
     511 
     512* src/input/demux.c: make sure the demux chaining layer doesn't stay stuck when stopping. 
     513------------------------------------------------------------------------ 
     514r9020 | gbazin | 2004-10-20 14:01:09 +0200 (Wed, 20 Oct 2004) | 5 lines 
     515Changed paths: 
     516   M /trunk/doc/vlm.txt 
     517   M /trunk/include/vlc_vlm.h 
     518   M /trunk/modules/misc/rtsp.c 
     519   M /trunk/src/misc/vlm.c 
     520 
     521* src/misc/vlm.c: added support for the 'mux' option for VOD. 
     522   This option tells the vod server to send an encapsulated stream. 
     523* modules/misc/rtsp.c: support for mp2t (MPEG TS) and mp2p (MPEG PS) mux types. 
     524* doc/vlm.txt: update for the mux option. 
     525 
     526------------------------------------------------------------------------ 
     527r9019 | gbazin | 2004-10-20 13:37:08 +0200 (Wed, 20 Oct 2004) | 1 line 
     528Changed paths: 
     529   M /trunk/modules/control/telnet.c 
     530 
     531* modules/control/telnet.c: a few fixes + coding style changes. 
     532------------------------------------------------------------------------ 
     533r9018 | gbazin | 2004-10-20 00:28:26 +0200 (Wed, 20 Oct 2004) | 1 line 
     534Changed paths: 
     535   M /trunk/src/input/demux.c 
     536 
     537* src/input/demux.c: rewrote the demuxer chaining layer using a block fifo. 
     538------------------------------------------------------------------------ 
     539r9017 | gbazin | 2004-10-19 14:05:58 +0200 (Tue, 19 Oct 2004) | 1 line 
     540Changed paths: 
     541   M /trunk/modules/gui/wxwindows/streamout.cpp 
     542 
     543* modules/gui/wxwindows/streamout.cpp: fixed selection of codec. 
     544------------------------------------------------------------------------ 
     545r9016 | gbazin | 2004-10-19 12:07:38 +0200 (Tue, 19 Oct 2004) | 1 line 
     546Changed paths: 
     547   M /trunk/modules/demux/ts.c 
     548 
     549* modules/demux/ts.c: on PMT change, don't restart an ES if it hasn't changed. 
     550------------------------------------------------------------------------ 
     551r9015 | hartman | 2004-10-19 01:06:24 +0200 (Tue, 19 Oct 2004) | 2 lines 
     552Changed paths: 
     553   M /trunk/modules/demux/livedotcom.cpp 
     554   M /trunk/modules/demux/sgimb.c 
     555 
     556* Detect if kasenna VoD or unicast stream is MPEG4 or not. Set Kasenna flag for live if it is not MPEG-4 
     557 
     558------------------------------------------------------------------------ 
     559r9014 | hartman | 2004-10-19 01:05:30 +0200 (Tue, 19 Oct 2004) | 2 lines 
     560Changed paths: 
     561   M /trunk/modules/demux/m3u.c 
     562   M /trunk/modules/demux/real.c 
     563 
     564* increase priority real demuxer, lower priority m3u demuxer. It was parsing ram files as playlists because it contained URLs. 
     565 
     566------------------------------------------------------------------------ 
     567r9013 | hartman | 2004-10-19 00:47:48 +0200 (Tue, 19 Oct 2004) | 2 lines 
     568Changed paths: 
     569   M /trunk/src/input/input.c 
     570 
     571* Show value of boolean variable options when printing the list for an input. 
     572 
     573------------------------------------------------------------------------ 
     574r9012 | asmax | 2004-10-18 23:16:58 +0200 (Mon, 18 Oct 2004) | 2 lines 
     575Changed paths: 
     576   M /trunk/share/skins2/skin.dtd 
     577 
     578- skin.dtd: a Playlist may not have a Slider 
     579 
     580------------------------------------------------------------------------ 
     581r9011 | hartman | 2004-10-18 21:45:21 +0200 (Mon, 18 Oct 2004) | 2 lines 
     582Changed paths: 
     583   M /trunk/po/nl.po 
     584 
     585* another round of dutch translations. only stupid wizard is left. 
     586 
     587------------------------------------------------------------------------ 
     588r9010 | gbazin | 2004-10-18 15:57:03 +0200 (Mon, 18 Oct 2004) | 1 line 
     589Changed paths: 
     590   M /trunk/src/audio_output/input.c 
     591   M /trunk/src/audio_output/mixer.c 
     592 
     593* src/audio_output/input.c, mixer.c: don't try to resample when the audio output is drifting too much. 
     594------------------------------------------------------------------------ 
     595r9009 | markfm | 2004-10-18 15:49:34 +0200 (Mon, 18 Oct 2004) | 2 lines 
     596Changed paths: 
     597   M /trunk/modules/control/rc.c 
     598 
     599Windows compatibility -- Change printf from \n to \r\n 
     600 
     601------------------------------------------------------------------------ 
     602r9008 | gbazin | 2004-10-18 15:19:56 +0200 (Mon, 18 Oct 2004) | 1 line 
     603Changed paths: 
     604   M /trunk/src/audio_output/mixer.c 
     605 
     606* src/audio_output/mixer.c: fixed segfault. 
     607------------------------------------------------------------------------ 
     608r9007 | gbazin | 2004-10-18 08:36:35 +0200 (Mon, 18 Oct 2004) | 1 line 
     609Changed paths: 
     610   M /trunk/modules/control/rc.c 
     611 
     612* modules/control/rc.c: proper fix for the high CPU useage with --rc-quiet. 
     613------------------------------------------------------------------------ 
     614r9006 | gbazin | 2004-10-18 08:00:41 +0200 (Mon, 18 Oct 2004) | 1 line 
     615Changed paths: 
     616   M /trunk/include/vlc_common.h 
     617 
     618* include/vlc_common.h: if strtof() is not available, try to replace it with strtod(). 
     619------------------------------------------------------------------------ 
     620r9005 | markfm | 2004-10-18 01:32:46 +0200 (Mon, 18 Oct 2004) | 2 lines 
     621Changed paths: 
     622   M /trunk/modules/control/rc.c 
     623 
     624WIN32 rc-quiet fix, only do net_Accept once per second to avoid loading down CPU 
     625 
     626------------------------------------------------------------------------ 
     627r9004 | hartman | 2004-10-17 15:48:57 +0200 (Sun, 17 Oct 2004) | 2 lines 
     628Changed paths: 
     629   M /trunk/INSTALL 
     630   M /trunk/README 
     631   M /trunk/README.MacOSX.rtf 
     632 
     633* Update of README and install files with new information. 
     634 
     635------------------------------------------------------------------------ 
     636r9003 | hartman | 2004-10-17 15:38:22 +0200 (Sun, 17 Oct 2004) | 2 lines 
     637Changed paths: 
     638   M /trunk/modules/demux/vobsub.c 
     639 
     640* vobsub.c: implemented vobsub seeking support. 
     641 
     642------------------------------------------------------------------------ 
     643r9002 | hartman | 2004-10-16 15:14:50 +0200 (Sat, 16 Oct 2004) | 2 lines 
     644Changed paths: 
     645   M /trunk/modules/demux/livedotcom.cpp 
     646 
     647* livedotcom: added a --rtsp-kasenna option to tell liveMedia to speak Kasenna RTSP dialect for a certain rtsp:// link. 
     648 
     649------------------------------------------------------------------------ 
     650r9001 | gbazin | 2004-10-16 11:19:28 +0200 (Sat, 16 Oct 2004) | 1 line 
     651Changed paths: 
     652   M /trunk/configure.ac 
     653 
     654* configure.ac: autodetect ffmpeg build options when using --with-ffmpeg-tree + make sure we use the libs in the given tree. 
     655------------------------------------------------------------------------ 
     656r9000 | gbazin | 2004-10-15 23:41:34 +0200 (Fri, 15 Oct 2004) | 1 line 
     657Changed paths: 
     658   M /trunk/modules/codec/ffmpeg/demux.c 
     659 
     660* modules/codec/ffmpeg/demux.c: compilation fix for ffmpeg cvs. 
     661------------------------------------------------------------------------ 
     662r8999 | gbazin | 2004-10-15 20:08:53 +0200 (Fri, 15 Oct 2004) | 1 line 
     663Changed paths: 
     664   M /trunk/modules/codec/dvbsub.c 
     665 
     666* modules/codec/dvbsub.c: improvements to the encoder. Should produce compliant streams now. 
     667------------------------------------------------------------------------ 
     668r8998 | gbazin | 2004-10-15 17:46:53 +0200 (Fri, 15 Oct 2004) | 1 line 
     669Changed paths: 
     670   M /trunk/src/stream_output/stream_output.c 
     671 
     672* src/stream_output/stream_output.c: oops, 1.5 seconds, not 15. 
     673------------------------------------------------------------------------ 
     674r8997 | gbazin | 2004-10-15 17:42:01 +0200 (Fri, 15 Oct 2004) | 7 lines 
     675Changed paths: 
     676   M /trunk/src/stream_output/stream_output.c 
     677 
     678* src/stream_output/stream_output.c: 
     679  - for muxers that request some preparsing before starting muxing, 
     680    we now wait for 1.5 seconds worth of data to be in the fifo instead 
     681    of waiting for 1.5 seconds of real-time. 
     682  - if we have have control over the output pace, we also wait before 
     683    starting muxing (produces nicer streams). 
     684 
     685------------------------------------------------------------------------ 
     686r8996 | gbazin | 2004-10-15 12:40:39 +0200 (Fri, 15 Oct 2004) | 1 line 
     687Changed paths: 
     688   M /trunk/modules/codec/dvbsub.c 
     689 
     690* modules/codec/dvbsub.c: oops, small fix. 
     691------------------------------------------------------------------------ 
     692r8995 | gbazin | 2004-10-15 12:29:38 +0200 (Fri, 15 Oct 2004) | 1 line 
     693Changed paths: 
     694   M /trunk/modules/codec/dvbsub.c 
     695 
     696* modules/codec/dvbsub.c: don't wait for an acquisition page to start decoding the subtitles. 
     697------------------------------------------------------------------------ 
     698r8994 | gbazin | 2004-10-15 10:58:16 +0200 (Fri, 15 Oct 2004) | 1 line 
     699Changed paths: 
     700   M /trunk/modules/codec/ffmpeg/audio.c 
     701   M /trunk/modules/codec/ffmpeg/ffmpeg.c 
     702   M /trunk/modules/codec/ffmpeg/video.c 
     703 
     704* modules/codec/ffmpeg: fixed a couple of corner cases during initialization. 
     705------------------------------------------------------------------------ 
     706r8993 | sam | 2004-10-15 10:32:03 +0200 (Fri, 15 Oct 2004) | 3 lines 
     707Changed paths: 
     708   M /trunk/modules/access/http.c 
     709 
     710  * modules/access/http.c: 
     711    + Fixed erroneous extra "/" in URLs sent to a proxy. 
     712 
     713------------------------------------------------------------------------ 
     714r8992 | hartman | 2004-10-15 02:25:18 +0200 (Fri, 15 Oct 2004) | 2 lines 
     715Changed paths: 
     716   M /trunk/THANKS 
     717   M /trunk/po/ja.po 
     718 
     719* update of the japanese translation by Tadashi Jokagi <elf2000 at users.sourceforge dot net> 
     720 
     721------------------------------------------------------------------------ 
     722r8991 | gbazin | 2004-10-15 00:14:09 +0200 (Fri, 15 Oct 2004) | 1 line 
     723Changed paths: 
     724   M /trunk/modules/codec/ffmpeg/video_filter.c 
     725   M /trunk/modules/stream_out/transcode.c 
     726   M /trunk/modules/video_filter/scale.c 
     727 
     728* modules/codec/ffmpeg/video_filter.c: fixed cases where pictures weren't released properly. 
     729------------------------------------------------------------------------ 
     730r8990 | geshp | 2004-10-14 22:52:14 +0200 (Thu, 14 Oct 2004) | 1 line 
     731Changed paths: 
     732   M /trunk/vlc.spec 
     733 
     734Long overdue update to the spec file 
     735------------------------------------------------------------------------ 
     736r8989 | gbazin | 2004-10-14 22:05:57 +0200 (Thu, 14 Oct 2004) | 1 line 
     737Changed paths: 
     738   M /trunk/src/video_output/video_output.c 
     739 
     740* src/video_output/video_output.c: another fix for on-the-fly deinterlacing switch. 
     741------------------------------------------------------------------------ 
     742r8988 | gbazin | 2004-10-14 21:54:52 +0200 (Thu, 14 Oct 2004) | 1 line 
     743Changed paths: 
     744   M /trunk/src/video_output/video_output.c 
     745 
     746* src/video_output/video_output.c: a couple of fixes. 
     747------------------------------------------------------------------------ 
     748r8987 | gbazin | 2004-10-14 17:03:23 +0200 (Thu, 14 Oct 2004) | 1 line 
     749Changed paths: 
     750   M /trunk/src/video_output/video_output.c 
     751 
     752* src/video_output/video_output.c: fixed video filter on-the-fly switching (use var_Get/Set instead of config_Get/Put). 
     753------------------------------------------------------------------------ 
     754r8986 | gbazin | 2004-10-14 16:32:34 +0200 (Thu, 14 Oct 2004) | 1 line 
     755Changed paths: 
     756   M /trunk/modules/codec/dvbsub.c 
     757 
     758* modules/codec/dvbsub.c: another bunch of sanity checks to make the decoder more resiliant to bad streams. 
     759------------------------------------------------------------------------ 
     760r8985 | hartman | 2004-10-14 16:00:14 +0200 (Thu, 14 Oct 2004) | 2 lines 
     761Changed paths: 
     762   M /trunk/extras/contrib/src/Makefile 
     763   M /trunk/extras/contrib/src/packages.mak 
     764 
     765* goom2k4 for OSX. 
     766 
     767------------------------------------------------------------------------ 
     768r8984 | murray | 2004-10-14 13:37:50 +0200 (Thu, 14 Oct 2004) | 2 lines 
     769Changed paths: 
     770   M /trunk/po/it.po 
     771 
     772Italian translation for 0.8.0 
     773 
     774------------------------------------------------------------------------ 
     775r8983 | gbazin | 2004-10-14 12:10:48 +0200 (Thu, 14 Oct 2004) | 1 line 
     776Changed paths: 
     777   M /trunk/modules/codec/dvbsub.c 
     778 
     779* modules/codec/dvbsub.c: more sanity checks. 
     780------------------------------------------------------------------------ 
     781r8982 | gbazin | 2004-10-13 17:40:39 +0200 (Wed, 13 Oct 2004) | 1 line 
     782Changed paths: 
     783   M /trunk/modules/codec/dvbsub.c 
     784 
     785* modules/codec/dvbsub.c: switch debugging off. 
     786------------------------------------------------------------------------ 
     787r8981 | gbazin | 2004-10-13 17:39:38 +0200 (Wed, 13 Oct 2004) | 5 lines 
     788Changed paths: 
     789   M /trunk/modules/codec/dvbsub.c 
     790 
     791* modules/codec/dvbsub.c: 
     792  - rewrite using the pixel buffer memory model as described in ETSI EN 300 743. 
     793  - code simplification. 
     794  - more compliant. 
     795 
     796------------------------------------------------------------------------ 
     797r8980 | gbazin | 2004-10-13 14:32:06 +0200 (Wed, 13 Oct 2004) | 1 line 
     798Changed paths: 
     799   M /trunk/modules/gui/wxwindows/video.cpp 
     800 
     801* modules/gui/wxwindows/video.cpp: will hopefully fix the gray video problem in embedded mode on win32. 
     802------------------------------------------------------------------------ 
     803r8979 | gbazin | 2004-10-13 14:30:20 +0200 (Wed, 13 Oct 2004) | 1 line 
     804Changed paths: 
     805   M /trunk/modules/video_output/x11/xcommon.c 
     806 
     807* modules/video_output/x11/xcommon.c: don't steal events from the owner window. 
     808------------------------------------------------------------------------ 
     809r8978 | gbazin | 2004-10-12 14:58:24 +0200 (Tue, 12 Oct 2004) | 1 line 
     810Changed paths: 
     811   M /trunk/modules/visualization/goom.c 
     812 
     813* modules/visualization/goom.c: increased buffer queue size (was too low for some audio streams). 
     814------------------------------------------------------------------------ 
     815r8977 | gbazin | 2004-10-12 12:21:49 +0200 (Tue, 12 Oct 2004) | 1 line 
     816Changed paths: 
     817   M /trunk/src/video_output/video_output.c 
     818 
     819* src/video_output/video_output.c: even uglier fix for the on-the-fly deinterlacing switch problem (but at least it works). 
     820------------------------------------------------------------------------ 
     821r8976 | gbazin | 2004-10-11 21:11:01 +0200 (Mon, 11 Oct 2004) | 1 line 
     822Changed paths: 
     823   M /trunk/src/video_output/video_output.c 
     824 
     825* src/video_output/video_output.c: nasty fix for on-the-fly deinterlacing switch. 
     826------------------------------------------------------------------------ 
     827r8975 | fkuehne | 2004-10-11 15:44:47 +0200 (Mon, 11 Oct 2004) | 1 line 
     828Changed paths: 
     829   M /trunk/po/de.po 
     830 
     831* converted the G. l10n to UTF-8 
     832------------------------------------------------------------------------ 
     833r8974 | sam | 2004-10-11 15:14:31 +0200 (Mon, 11 Oct 2004) | 2 lines 
     834Changed paths: 
     835   M /trunk/po/de.po 
     836 
     837  * po/de.po: minor typo. 
     838 
     839------------------------------------------------------------------------ 
     840r8973 | gbazin | 2004-10-11 15:09:42 +0200 (Mon, 11 Oct 2004) | 1 line 
     841Changed paths: 
     842   M /trunk/modules/codec/x264.c 
     843 
     844* modules/codec/x264.c: compilation fix. 
     845------------------------------------------------------------------------ 
     846r8972 | gbazin | 2004-10-11 14:50:13 +0200 (Mon, 11 Oct 2004) | 1 line 
     847Changed paths: 
     848   M /trunk/modules/demux/ps.c 
     849 
     850* modules/demux/ps.c: work around broken streams produced with WinSubMux. 
     851------------------------------------------------------------------------ 
     852r8971 | gbazin | 2004-10-10 23:28:58 +0200 (Sun, 10 Oct 2004) | 3 lines 
     853Changed paths: 
     854   M /trunk/modules/codec/ffmpeg/ffmpeg.c 
     855   M /trunk/modules/codec/x264.c 
     856 
     857* modules/codec/x264.c: a couple of fixes + use SSE2 detection. 
     858* modules/codec/ffmpeg/ffmpeg.c: use SSE2 detection. 
     859 
     860------------------------------------------------------------------------ 
     861r8970 | sam | 2004-10-10 22:34:28 +0200 (Sun, 10 Oct 2004) | 4 lines 
     862Changed paths: 
     863   M /trunk/po/en_GB.po 
     864   M /trunk/po/es.po 
    4865   M /trunk/po/fr.po 
     866 
     867  * po/es.po: fixed a missing space. 
     868  * po/fr.po: converted to UTF-8 and fixed ellipses. 
     869  * po/en_GB.po: converted to UTF-8 and fixed ellipses. 
     870 
     871------------------------------------------------------------------------ 
     872r8969 | courmisch | 2004-10-10 21:11:55 +0200 (Sun, 10 Oct 2004) | 2 lines 
     873Changed paths: 
     874   M /trunk/po/es.po 
     875 
     876Compilation fix. Please double-check (I don't speak spanish). 
     877 
     878------------------------------------------------------------------------ 
     879r8968 | fkuehne | 2004-10-10 17:31:21 +0200 (Sun, 10 Oct 2004) | 1 line 
     880Changed paths: 
     881   M /trunk/po/es.po 
     882 
     883* 80% update of the Spanish l10n by Javier 'TonXabar' Varela 
     884------------------------------------------------------------------------ 
     885r8967 | gbazin | 2004-10-10 16:06:23 +0200 (Sun, 10 Oct 2004) | 1 line 
     886Changed paths: 
     887   M /trunk/modules/codec/x264.c 
     888 
     889* modules/codec/x264.c: added a bunch of new config options. 
     890------------------------------------------------------------------------ 
     891r8966 | ipkiss | 2004-10-10 12:08:44 +0200 (Sun, 10 Oct 2004) | 8 lines 
     892Changed paths: 
     893   M /trunk/configure.ac 
     894   M /trunk/include/vlc_keys.h 
     895   M /trunk/modules/control/Modules.am 
     896   M /trunk/modules/control/hotkeys.c 
     897   A /trunk/modules/control/showintf.c 
     898   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp 
     899   M /trunk/modules/gui/skins2/src/vlcproc.cpp 
     900   M /trunk/modules/gui/skins2/src/vlcproc.hpp 
     901   M /trunk/modules/gui/skins2/src/window_manager.cpp 
     902   M /trunk/modules/gui/skins2/src/window_manager.hpp 
     903   M /trunk/modules/gui/skins2/win32/win32_window.cpp 
     904   M /trunk/modules/gui/wxwindows/timer.cpp 
     905   M /trunk/modules/gui/wxwindows/wxwindows.h 
     906   M /trunk/src/libvlc.h 
     907 
     908 - modules/control/showintf.c: new control module, able to show the 
     909   interface when moving the mouse to the top of the screen (in 
     910   fullscreen mode). 
     911 - modules/control/hotkeys.c: added a hotkey to raise the interface 
     912 - modules/gui/wxwindows/*, modules/gui/skins2/*: added callbacks for 
     913   the "intf-show" variable; it should be easy to do the same for BeOS 
     914   and MacOSX interfaces 
     915 
     916------------------------------------------------------------------------ 
     917r8965 | rocky | 2004-10-10 02:24:44 +0200 (Sun, 10 Oct 2004) | 3 lines 
     918Changed paths: 
     919   M /trunk/modules/access/cdda/info.c 
     920 
     921Compilation fix when libcddb is not available. 
     922 
     923 
     924------------------------------------------------------------------------ 
     925r8964 | sigmunau | 2004-10-10 00:18:25 +0200 (Sun, 10 Oct 2004) | 2 lines 
     926Changed paths: 
     927   M /trunk/modules/demux/vobsub.c 
     928 
     929vobsub.c: Don't break autodetection of non-vobsub subtitles 
     930 
     931------------------------------------------------------------------------ 
     932r8963 | gbazin | 2004-10-08 17:53:26 +0200 (Fri, 08 Oct 2004) | 1 line 
     933Changed paths: 
     934   M /trunk/modules/codec/dvbsub.c 
     935 
     936* modules/codec/dvbsub.c: bug fix in the encoder. 
     937------------------------------------------------------------------------ 
     938r8962 | gbazin | 2004-10-08 15:12:51 +0200 (Fri, 08 Oct 2004) | 1 line 
     939Changed paths: 
     940   M /trunk/share/http/index.html 
     941 
     942* share/http/index.html: delete/keep commands fix by Torsten Spindler 
     943------------------------------------------------------------------------ 
     944r8961 | bigben | 2004-10-08 13:03:12 +0200 (Fri, 08 Oct 2004) | 3 lines 
     945Changed paths: 
     946   M /trunk/modules/gui/wxwindows/bitmaps/loop.xpm 
     947   M /trunk/modules/gui/wxwindows/bitmaps/repeat.xpm 
     948   M /trunk/modules/gui/wxwindows/bitmaps/shuffle.xpm 
     949 
     950* new icons proposal for the playlist window 
     951 
     952 
     953------------------------------------------------------------------------ 
     954r8960 | gbazin | 2004-10-08 12:49:05 +0200 (Fri, 08 Oct 2004) | 1 line 
     955Changed paths: 
     956   M /trunk/evc/errno.h 
     957   M /trunk/evc/vlc.c 
     958   M /trunk/evc/vlc.vcw 
     959 
     960* evc/*: fixes and updates. 
     961------------------------------------------------------------------------ 
     962r8959 | gbazin | 2004-10-08 12:46:09 +0200 (Fri, 08 Oct 2004) | 1 line 
     963Changed paths: 
     964   M /trunk/modules/demux/subtitle.c 
     965 
     966* modules/demux/subtitle.c: portability fix. 
     967------------------------------------------------------------------------ 
     968r8958 | gbazin | 2004-10-08 12:36:25 +0200 (Fri, 08 Oct 2004) | 1 line 
     969Changed paths: 
     970   M /trunk/modules/access/mms/mmstu.c 
     971   M /trunk/modules/demux/mp4/drms.c 
     972   M /trunk/modules/demux/mp4/mp4.c 
     973   M /trunk/modules/misc/logger.c 
     974 
     975* modules/access/mms, modules/demux/mp4, modules/misc/logger.c: WinCE compilation fixes. 
     976------------------------------------------------------------------------ 
     977r8957 | gbazin | 2004-10-08 11:59:26 +0200 (Fri, 08 Oct 2004) | 1 line 
     978Changed paths: 
     979   M /trunk/src/misc/modules.c 
     980   M /trunk/src/misc/win32_specific.c 
     981 
     982* src/misc/win32_specific.c, modules.c: WinCE improvements (support for finding out the application path + support for the plugins cache). 
     983------------------------------------------------------------------------ 
     984r8956 | hartman | 2004-10-08 02:07:48 +0200 (Fri, 08 Oct 2004) | 3 lines 
     985Changed paths: 
     986   M /trunk/modules/control/hotkeys.c 
     987 
     988* hotkeys.c: change fullscreen setting even if there is no vout 
     989  bigben: this fixes that last little problem you had with the 'fullscreen button' 
     990 
     991------------------------------------------------------------------------ 
     992r8955 | hartman | 2004-10-08 01:10:50 +0200 (Fri, 08 Oct 2004) | 3 lines 
     993Changed paths: 
     994   M /trunk/po/nl.po 
     995 
     996* 1st run of dutch translations 
     997 
     998 
     999------------------------------------------------------------------------ 
     1000r8954 | hartman | 2004-10-08 00:54:18 +0200 (Fri, 08 Oct 2004) | 2 lines 
     1001Changed paths: 
     1002   M /trunk/modules/access/dvb/access.c 
     1003 
     1004* removed another translatable string that is no longer used. 
     1005 
     1006------------------------------------------------------------------------ 
     1007r8953 | hartman | 2004-10-08 00:52:10 +0200 (Fri, 08 Oct 2004) | 2 lines 
     1008Changed paths: 
     1009   M /trunk/modules/access/directory.c 
     1010 
     1011* diretory.c: remove a completly useless translation string 
     1012 
     1013------------------------------------------------------------------------ 
     1014r8952 | rocky | 2004-10-08 00:50:44 +0200 (Fri, 08 Oct 2004) | 6 lines 
     1015Changed paths: 
     1016   M /trunk/modules/access/cdda/Modules.am 
     1017   M /trunk/modules/access/cdda/access.c 
     1018   M /trunk/modules/access/cdda/callback.c 
     1019   M /trunk/modules/access/cdda/callback.h 
     1020   M /trunk/modules/access/cdda/cdda.c 
     1021   M /trunk/modules/access/cdda/cdda.h 
     1022   A /trunk/modules/access/cdda/info.c 
     1023   A /trunk/modules/access/cdda/info.h 
     1024 
     1025First attempt at adding CD-Text.  
     1026Break out meta-info gathering. 
     1027Various fixes and cleanups, but more work is still needed. 
     1028Some conceptual work on how things *should* work may be in order. 
     1029 
     1030 
     1031------------------------------------------------------------------------ 
     1032r8951 | gbazin | 2004-10-08 00:21:22 +0200 (Fri, 08 Oct 2004) | 1 line 
     1033Changed paths: 
     1034   M /trunk/src/misc/modules.c 
     1035 
     1036* src/misc/modules.c: pfff nobody found this one... you just lost the contest guys. 
     1037------------------------------------------------------------------------ 
     1038r8950 | hartman | 2004-10-08 00:05:34 +0200 (Fri, 08 Oct 2004) | 3 lines 
     1039Changed paths: 
     1040   M /trunk/modules/video_output/opengl.c 
     1041   M /trunk/src/misc/configuration.c 
     1042 
     1043* opengl: remove NULL from string arrays 
     1044* configuration.c: don't crash on NULL values 
     1045 
     1046------------------------------------------------------------------------ 
     1047r8949 | gbazin | 2004-10-07 23:44:41 +0200 (Thu, 07 Oct 2004) | 1 line 
     1048Changed paths: 
     1049   M /trunk/src/misc/modules.c 
     1050 
     1051* src/misc/modules.c: fixed harmless memory leaks in the plugins cache code. 
     1052------------------------------------------------------------------------ 
     1053r8948 | bigben | 2004-10-07 23:33:38 +0200 (Thu, 07 Oct 2004) | 5 lines 
     1054Changed paths: 
     1055   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib 
     1056   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib 
     1057   M /trunk/modules/gui/macosx/controls.m 
     1058   M /trunk/modules/gui/macosx/intf.m 
     1059 
     1060* Fullscreen button works again 
     1061* It enabled even when no vout is present 
     1062* Still a little issue with the fullscreen hotkey 
     1063 
     1064 
     1065------------------------------------------------------------------------ 
     1066r8947 | hartman | 2004-10-07 22:52:24 +0200 (Thu, 07 Oct 2004) | 2 lines 
     1067Changed paths: 
     1068   M /trunk/src/input/subtitles.c 
     1069 
     1070* removed an unnecessary = NULL write. 
     1071 
     1072------------------------------------------------------------------------ 
     1073r8946 | hartman | 2004-10-07 22:50:59 +0200 (Thu, 07 Oct 2004) | 3 lines 
     1074Changed paths: 
     1075   M /trunk/modules/video_output/opengl.c 
     1076 
     1077* Made the opengl effects a list of options instead of textbox 
     1078* Lowered the opengl prioriy on OSX to speed up selection proces, while the thing is not working. 
     1079 
     1080------------------------------------------------------------------------ 
     1081r8945 | gbazin | 2004-10-07 22:12:19 +0200 (Thu, 07 Oct 2004) | 1 line 
     1082Changed paths: 
     1083   M /trunk/modules/codec/toolame.c 
     1084 
     1085* modules/codec/toolame.c: lowered the priority of the toolame encoder and added the mp2/mp2a fourcc. 
     1086------------------------------------------------------------------------ 
     1087r8944 | gbazin | 2004-10-07 17:59:36 +0200 (Thu, 07 Oct 2004) | 4 lines 
     1088Changed paths: 
     1089   M /trunk/modules/codec/dvbsub.c 
     1090 
     1091* modules/codec/dvbsub.c: 
     1092  - bug fixes in the decoder and encoder. 
     1093  - the decoder now returns YUVP subpictures. 
     1094 
     1095------------------------------------------------------------------------ 
     1096r8943 | hartman | 2004-10-07 16:40:29 +0200 (Thu, 07 Oct 2004) | 2 lines 
     1097Changed paths: 
     1098   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib 
     1099   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib 
     1100 
     1101* Improve the Preferences display, when capabilties don't fit in the normal width of the table 
     1102 
     1103------------------------------------------------------------------------ 
     1104r8942 | rocky | 2004-10-07 12:10:22 +0200 (Thu, 07 Oct 2004) | 7 lines 
     1105Changed paths: 
     1106   M /trunk/modules/access/cdda/access.c 
     1107   M /trunk/modules/access/cdda/cdda.c 
     1108   M /trunk/modules/access/cdda/cdda.h 
     1109 
     1110Fill in playlist information and stream & media information 
     1111Duration info is now set when playing entire CD so slider works again.  
     1112 
     1113More work is needed for playing single tracks, adding CD-Text info, 
     1114getting reference counts right. 
     1115 
     1116 
     1117------------------------------------------------------------------------ 
     1118r8941 | gbazin | 2004-10-07 11:27:02 +0200 (Thu, 07 Oct 2004) | 1 line 
     1119Changed paths: 
     1120   M /trunk/modules/st