Changeset cafbde3b166a454121a0e227b4c4e6e1a91c3c5f

Show
Ignore:
Timestamp:
05/12/05 16:29:58 (3 years ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1115908198 +0000
git-parent:

[b88c8a03c9cd4bb946d7dba6cf9e89fa9a3fa600]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1115908198 +0000
Message:
  • prepare 0.8.2-test1
  • update NEWS
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ChangeLog

    rf2797b3 rcafbde3  
    11------------------------------------------------------------------------ 
    2 r9745 | titer | 2005-01-15 04:02:57 +0100 (Sat, 15 Jan 2005) | 2 lines 
    3 Changed paths: 
     2r10979 | gbazin | 2005-05-12 14:18:38 +0200 (jeu, 12 mai 2005) | 1 line 
     3Changed paths: 
     4   M /trunk/src/libvlc.c 
     5   M /trunk/src/playlist/services_discovery.c 
     6 
     7* src/libvlc.c, src/playlist/services_discovery.c: fixed --services-discovery and --extraintf to use the new modules list syntax. 
     8------------------------------------------------------------------------ 
     9r10978 | djc | 2005-05-12 02:12:44 +0200 (jeu, 12 mai 2005) | 2 lines 
     10Changed paths: 
     11   M /trunk/modules/gui/macosx/prefs_widgets.m 
     12 
     13Change , to : in MacOSX preferences. Refs #111 
     14 
     15------------------------------------------------------------------------ 
     16r10977 | damienf | 2005-05-11 18:59:28 +0200 (mer, 11 mai 2005) | 2 lines 
     17Changed paths: 
     18   M /trunk/activex/test.html 
     19 
     20test.html: improved user feedback, especially for live stream 
     21 
     22------------------------------------------------------------------------ 
     23r10976 | damienf | 2005-05-11 18:56:46 +0200 (mer, 11 mai 2005) | 6 lines 
     24Changed paths: 
     25   M /trunk/activex/axvlc.idl 
     26   M /trunk/activex/axvlc.tlb 
     27   M /trunk/activex/axvlc_idl.c 
     28   M /trunk/activex/axvlc_idl.h 
     29   M /trunk/activex/main.cpp 
     30   M /trunk/activex/viewobject.cpp 
     31   M /trunk/activex/viewobject.h 
     32   M /trunk/activex/vlccontrol.cpp 
     33   M /trunk/activex/vlccontrol.h 
     34   M /trunk/include/variables.h 
     35   M /trunk/include/vlc/vlc.h 
     36   M /trunk/src/libvlc.c 
     37 
     38src/libvlc.c,include/vlc/vlc.h, include/variables.h: added a new a API to libvlc called VLC_VariableType, this API allows to retrieve the type of a VLC variable. this API is very useful for binding with highlevel languages, such as javascript, VBScript, etc... which allow for weakly typed variables such as Javascript. in order to support the VLC_VariableType API, i've had to move the variable type definitions from variables.h to vlc/vlc.h 
     39 
     40vlccontrol.cpp, axvlc.idl, axvlc.tlb, axvlc_idl.h: added a getVariable and setVariable to provide support for VLC_GetVariable and VLC_SetVariable respectively,and requires the new VLC_VariableType API. 
     41 
     42main.cpp, viewobject.h, viewobject.cpp: support for advise on viewobject 
     43 
     44------------------------------------------------------------------------ 
     45r10975 | bigben | 2005-05-11 17:44:28 +0200 (mer, 11 mai 2005) | 5 lines 
     46Changed paths: 
     47   M /trunk/modules/gui/macosx/intf.m 
     48   M /trunk/modules/gui/macosx/playlist.m 
     49 
     50* Transmit keyboard events from the arrow and enter key to the main controller, so that playlist navigation with the keyboard is possible. 
     51* This doesn't conflict with dvd menu navigation. 
     52* If these keys are set to an action that is handled by Cocoa, this action will have priority. 
     53 
     54 
     55------------------------------------------------------------------------ 
     56r10974 | gbazin | 2005-05-11 17:34:24 +0200 (mer, 11 mai 2005) | 1 line 
     57Changed paths: 
     58   M /trunk/modules/gui/wxwindows/extrapanel.cpp 
     59   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp 
     60   M /trunk/src/audio_output/input.c 
     61   M /trunk/src/video_output/video_output.c 
     62   M /trunk/src/video_output/vout_subpictures.c 
     63 
     64* src/*, modules/gui/wxwindows/*: audio/video/sub-filter config options are now a colon (':') separated list of filters to keep the same syntax as the stream output. 
     65------------------------------------------------------------------------ 
     66r10973 | hartman | 2005-05-11 15:50:49 +0200 (mer, 11 mai 2005) | 2 lines 
     67Changed paths: 
     68   M /trunk/modules/gui/macosx/vout.m 
     69 
     70* vout.m: small codefixes that were not 100% problems. 
     71 
     72------------------------------------------------------------------------ 
     73r10972 | gbazin | 2005-05-11 15:18:00 +0200 (mer, 11 mai 2005) | 1 line 
     74Changed paths: 
     75   M /trunk/Makefile.am 
     76 
     77* Makefile.am: fixed build problem. 
     78------------------------------------------------------------------------ 
     79r10971 | djc | 2005-05-11 14:19:05 +0200 (mer, 11 mai 2005) | 3 lines 
     80Changed paths: 
     81   M /trunk/modules/gui/macosx/intf.h 
     82   M /trunk/modules/gui/macosx/playlist.h 
     83   M /trunk/modules/gui/macosx/playlist.m 
     84   M /trunk/modules/gui/macosx/prefs_widgets.m 
     85 
     86Change the searchField in NSSearchField when macos >= 10.3 
     87Move MACOS_VERSION macro to intf.h 
     88 
     89------------------------------------------------------------------------ 
     90r10970 | gbazin | 2005-05-11 13:30:12 +0200 (mer, 11 mai 2005) | 1 line 
     91Changed paths: 
     92   M /trunk/Makefile.am 
     93   M /trunk/configure.ac 
     94 
     95* configure.ac, Makefile.am: fixes for WinCE build. 
     96------------------------------------------------------------------------ 
     97r10969 | hartman | 2005-05-11 12:19:28 +0200 (mer, 11 mai 2005) | 2 lines 
     98Changed paths: 
     99   M /trunk/extras/contrib/src/packages.mak 
     100 
     101* Use a newer liveMedia version. November one is a bit old. 
     102 
     103------------------------------------------------------------------------ 
     104r10968 | djc | 2005-05-11 11:59:41 +0200 (mer, 11 mai 2005) | 2 lines 
     105Changed paths: 
     106   M /trunk/modules/gui/macosx/prefs_widgets.m 
     107 
     108Use new selectors only if they exist... 
     109 
     110------------------------------------------------------------------------ 
     111r10967 | djc | 2005-05-11 11:42:34 +0200 (mer, 11 mai 2005) | 2 lines 
     112Changed paths: 
     113   M /trunk/modules/gui/macosx/prefs.m 
     114   M /trunk/modules/gui/macosx/prefs_widgets.m 
     115 
     116*: remove fprintf debug messages 
     117 
     118------------------------------------------------------------------------ 
     119r10966 | djc | 2005-05-11 11:37:49 +0200 (mer, 11 mai 2005) | 3 lines 
     120Changed paths: 
     121   M /trunk/modules/gui/macosx/intf.m 
     122   M /trunk/modules/gui/macosx/prefs_widgets.m 
     123 
     124Preferences panel can be viewed on X.2. Closes #104. 
     125+ fix hotkeys widget with macos < 10.3 
     126 
     127------------------------------------------------------------------------ 
     128r10965 | gbazin | 2005-05-11 09:05:09 +0200 (mer, 11 mai 2005) | 1 line 
     129Changed paths: 
     130   M /trunk/evc/config.h.in 
     131   M /trunk/msvc/config.h.in 
     132 
     133* ms(e)vc/config.h.in: define HAVE_DYNAMIC_PLUGINS. 
     134------------------------------------------------------------------------ 
     135r10964 | djc | 2005-05-11 01:08:52 +0200 (mer, 11 mai 2005) | 2 lines 
     136Changed paths: 
     137   M /trunk/modules/gui/macosx/controls.h 
     138   M /trunk/modules/gui/macosx/controls.m 
     139   M /trunk/modules/gui/macosx/intf.h 
     140   M /trunk/modules/gui/macosx/intf.m 
     141   M /trunk/modules/gui/macosx/playlist.m 
     142 
     143Fix a bug in playlist + delete updateVolumeSlider (closes #93) 
     144 
     145------------------------------------------------------------------------ 
     146r10963 | dionoea | 2005-05-11 00:05:54 +0200 (mer, 11 mai 2005) | 3 lines 
     147Changed paths: 
     148   M /trunk/modules/gui/wxwindows/playlist.cpp 
     149 
     150check if pointers are NULL (Closes #86 -> we can release test1) 
     151event reporting in wxwin32 seems to be different than in wxgtk 
     152 
     153------------------------------------------------------------------------ 
     154r10962 | zorglub | 2005-05-10 23:19:08 +0200 (mar, 10 mai 2005) | 2 lines 
     155Changed paths: 
     156   M /trunk/src/playlist/item-ext.c 
     157 
     158Fix playlist behaviour with delete in HTTP intf (Closes #105) 
     159 
     160------------------------------------------------------------------------ 
     161r10961 | xtophe | 2005-05-10 21:31:07 +0200 (mar, 10 mai 2005) | 4 lines 
     162Changed paths: 
     163   M /trunk/share/http/index.html 
     164 
     165* Work around for the lag (close #3) 
     166* Change the playlist because at least FX and IE don't like cascading forms 
     167* control=sout is not a valid control 
     168 
     169------------------------------------------------------------------------ 
     170r10960 | djc | 2005-05-10 18:18:43 +0200 (mar, 10 mai 2005) | 2 lines 
     171Changed paths: 
     172   M /trunk/modules/gui/macosx/playlistinfo.m 
     173 
     174Should fix prolems during launch of VLC on xserve... 
     175 
     176------------------------------------------------------------------------ 
     177r10956 | hartman | 2005-05-10 15:35:27 +0200 (mar, 10 mai 2005) | 1 line 
     178Changed paths: 
     179   M /trunk/extras/contrib/src/Makefile 
     180 
     181compile gpg-error without nls support because it isn't really used by VLC and it complicates the contrib system. (this should fix the OSX 10.2 compile). Also switch back to ffmpeg CVS 
     182------------------------------------------------------------------------ 
     183r10955 | dionoea | 2005-05-10 15:02:11 +0200 (mar, 10 mai 2005) | 4 lines 
     184Changed paths: 
     185   M /trunk/src/misc/vlm.c 
     186 
     187 * show number of broadcast and vod media items within show command 
     188When we end the feature freeze, we'll have to complete the show command to 
     189show (for example) the number of clients connected 
     190 
     191------------------------------------------------------------------------ 
     192r10954 | dionoea | 2005-05-10 14:56:02 +0200 (mar, 10 mai 2005) | 2 lines 
     193Changed paths: 
     194   M /trunk/NEWS 
     195   M /trunk/configure.ac 
     196 
     197change version number to 0.8.2-svn2 (0.8.2.svn broke the windows build) 
     198 
     199------------------------------------------------------------------------ 
     200r10953 | courmisch | 2005-05-10 13:39:32 +0200 (mar, 10 mai 2005) | 4 lines 
     201Changed paths: 
     202   M /trunk/modules/access_output/file.c 
     203 
     204Support for large files in stream output 
     205Closes #48 
     206Closes Debian #306110 
     207 
     208------------------------------------------------------------------------ 
     209r10952 | gbazin | 2005-05-10 12:38:35 +0200 (mar, 10 mai 2005) | 1 line 
     210Changed paths: 
     211   M /trunk/modules/codec/ffmpeg/encoder.c 
     212   M /trunk/modules/codec/ffmpeg/video.c 
     213   M /trunk/modules/stream_out/switcher.c 
     214 
     215* modules/codec/ffmpeg/*, modules/stream_out/switcher.c: fix compilation with new ffmpeg versions (use native timebase). 
     216------------------------------------------------------------------------ 
     217r10951 | fkuehne | 2005-05-10 09:30:52 +0200 (mar, 10 mai 2005) | 1 line 
     218Changed paths: 
     219   M /trunk/extras/contrib/src/packages.mak 
     220 
     221* there seem to be problems with SourceForge's heanet-mirror, using switch (located in CH) instead now 
     222------------------------------------------------------------------------ 
     223r10950 | fkuehne | 2005-05-09 22:00:43 +0200 (lun, 09 mai 2005) | 1 line 
     224Changed paths: 
     225   M /trunk/extras/contrib/src/packages.mak 
     226 
     227* changed the download-location of libtheora to our server since their own refuses to work once again 
     228------------------------------------------------------------------------ 
     229r10949 | fkuehne | 2005-05-09 21:29:48 +0200 (lun, 09 mai 2005) | 1 line 
     230Changed paths: 
     231   M /trunk/extras/contrib/src/packages.mak 
     232 
     233* updated GnuTLS to 1.2.3, fixes #95 on BeOS and OSX 
     234------------------------------------------------------------------------ 
     235r10948 | dionoea | 2005-05-09 21:23:39 +0200 (lun, 09 mai 2005) | 3 lines 
     236Changed paths: 
     237   M /trunk/src/libvlc.h 
     238 
     239 * change snapshot hotkey for non OS X users to ctrl-alt-s (instead of 
     240   ctrl-s which is also used for changing skins) 
     241 
     242------------------------------------------------------------------------ 
     243r10947 | courmisch | 2005-05-09 21:01:25 +0200 (lun, 09 mai 2005) | 3 lines 
     244Changed paths: 
     245   M /trunk/src/misc/net.c 
     246 
     247Don't print an error message when attempting to recv returns EAGAIN 
     248(can only happens if we're using SSL and it is a not an error situation) 
     249 
     250------------------------------------------------------------------------ 
     251r10946 | bigben | 2005-05-09 20:59:11 +0200 (lun, 09 mai 2005) | 3 lines 
     252Changed paths: 
     253   M /trunk/modules/gui/macosx/equalizer.m 
     254 
     255* Fixes initialization when a preset is saved in the prefs or provided from command line. Could be cleaner, but it seems at least to work. 
     256 
     257 
     258------------------------------------------------------------------------ 
     259r10945 | courmisch | 2005-05-09 20:31:29 +0200 (lun, 09 mai 2005) | 2 lines 
     260Changed paths: 
     261   M /trunk/modules/demux/livedotcom.cpp 
     262 
     263Encode URL if needed (should fix Debian bug #279735) 
     264 
     265------------------------------------------------------------------------ 
     266r10944 | courmisch | 2005-05-09 20:23:32 +0200 (lun, 09 mai 2005) | 2 lines 
     267Changed paths: 
     268   M /trunk/include/network.h 
     269 
     270Fix C++ compilation 
     271 
     272------------------------------------------------------------------------ 
     273r10943 | bigben | 2005-05-09 19:00:15 +0200 (lun, 09 mai 2005) | 3 lines 
     274Changed paths: 
     275   M /trunk/modules/gui/macosx/equalizer.m 
     276 
     277* Fix some variable initilization bugs 
     278 
     279 
     280------------------------------------------------------------------------ 
     281r10942 | fkuehne | 2005-05-09 18:46:13 +0200 (lun, 09 mai 2005) | 1 line 
     282Changed paths: 
     283   M /trunk/modules/access/vcdx/vcd.c 
     284 
     285* fix the compilation which were accidentally broken in r10922 
     286------------------------------------------------------------------------ 
     287r10941 | sam | 2005-05-09 18:22:10 +0200 (lun, 09 mai 2005) | 3 lines 
     288Changed paths: 
     289   M /trunk/NEWS 
     290   M /trunk/configure.ac 
     291 
     292  * Changed temporary version to 0.8.2.svn. Sorry about that, but it 
     293    conflicts with the version in Debian which I am unable to change. 
     294 
     295------------------------------------------------------------------------ 
     296r10940 | fkuehne | 2005-05-09 17:55:46 +0200 (lun, 09 mai 2005) | 1 line 
     297Changed paths: 
     298   M /trunk/extras/contrib/bootstrap 
     299 
     300* fix to the svn-recognition 
     301------------------------------------------------------------------------ 
     302r10939 | dionoea | 2005-05-09 11:46:31 +0200 (lun, 09 mai 2005) | 6 lines 
     303Changed paths: 
     304   M /trunk/share/http/index.html 
     305   M /trunk/share/http/style.css 
     306 
     307index.html : fix � Weird URLs 
     308  (?control=stop&control=seek&control=seek&seek_value=&control=seek) � 
     309 
     310style.css : small esthetic fix 
     311 
     312 
     313------------------------------------------------------------------------ 
     314r10938 | djc | 2005-05-09 04:11:31 +0200 (lun, 09 mai 2005) | 2 lines 
     315Changed paths: 
     316   M /trunk/extras/contrib/src/Makefile 
     317 
     318Change gpgerror to gpg-error and add $(INSTALL_NAME) to it 
     319 
     320------------------------------------------------------------------------ 
     321r10937 | dionoea | 2005-05-09 03:58:09 +0200 (lun, 09 mai 2005) | 2 lines 
     322Changed paths: 
     323   M /trunk/modules/gui/wxwindows/extrapanel.cpp 
     324 
     325fix a segfault (i didn't know strstr segfaulted when the haystak was NULL ...) 
     326 
     327------------------------------------------------------------------------ 
     328r10936 | djc | 2005-05-09 01:58:04 +0200 (lun, 09 mai 2005) | 2 lines 
     329Changed paths: 
     330   M /trunk/extras/contrib/src/Makefile 
     331 
     332This should fix libs dependences 
     333 
     334------------------------------------------------------------------------ 
     335r10935 | djc | 2005-05-09 00:56:34 +0200 (lun, 09 mai 2005) | 2 lines 
     336Changed paths: 
     337   M /trunk/modules/gui/macosx/prefs_widgets.m 
     338 
     339Fix hotkeys view in macosx.3 + UTF8 strings in module list 
     340 
     341------------------------------------------------------------------------ 
     342r10934 | fkuehne | 2005-05-08 21:55:18 +0200 (dim, 08 mai 2005) | 1 line 
     343Changed paths: 
     344   M /trunk/extras/contrib/src/Makefile 
     345 
     346* let's build libtwolame by default on OSX and Linux; we might want to disable the original lame in the final release 
     347------------------------------------------------------------------------ 
     348r10933 | robux4 | 2005-05-08 16:14:20 +0200 (dim, 08 mai 2005) | 1 line 
     349Changed paths: 
     350   M /trunk/extras/contrib/src/Makefile 
     351 
     352contrib: make the SVN vs release build really work on OS X 
     353------------------------------------------------------------------------ 
     354r10932 | robux4 | 2005-05-08 16:14:12 +0200 (dim, 08 mai 2005) | 1 line 
     355Changed paths: 
     356   M /trunk/extras/contrib/bootstrap 
     357 
     358contrib: make the SVN vs release build really work on OS X 
     359------------------------------------------------------------------------ 
     360r10931 | bigben | 2005-05-08 15:56:18 +0200 (dim, 08 mai 2005) | 3 lines 
     361Changed paths: 
     362   M /trunk/extras/contrib/bootstrap 
     363 
     364get rid of windows style line breaks 
     365 
     366 
     367------------------------------------------------------------------------ 
     368r10930 | robux4 | 2005-05-08 13:11:08 +0200 (dim, 08 mai 2005) | 1 line 
     369Changed paths: 
     370   M /trunk/extras/contrib/bootstrap 
     371   M /trunk/extras/contrib/src/Makefile 
     372 
     373contrib: improve the detection of SVN 
     374------------------------------------------------------------------------ 
     375r10929 | robux4 | 2005-05-08 12:45:37 +0200 (dim, 08 mai 2005) | 1 line 
     376Changed paths: 
     377   M /trunk/extras/contrib/bootstrap 
     378   M /trunk/extras/contrib/src/Makefile 
     379 
     380contrib: use SVN only if a client is available 
     381------------------------------------------------------------------------ 
     382r10928 | dionoea | 2005-05-08 12:42:32 +0200 (dim, 08 mai 2005) | 2 lines 
     383Changed paths: 
     384   M /trunk/modules/gui/wxwindows/extrapanel.cpp 
     385 
     386check if equalizer and equalizer-2pass are enabled upon panel creation 
     387 
     388------------------------------------------------------------------------ 
     389r10927 | dionoea | 2005-05-08 12:20:24 +0200 (dim, 08 mai 2005) | 3 lines 
     390Changed paths: 
     391   M /trunk/modules/gui/wxwindows/extrapanel.cpp 
     392   M /trunk/modules/gui/wxwindows/wxwindows.h 
     393 
     394* disable equalizer commands in the extended GUI if the equalizer isn't 
     395  enabled. 
     396 
     397------------------------------------------------------------------------ 
     398r10926 | robux4 | 2005-05-08 11:29:18 +0200 (dim, 08 mai 2005) | 1 line 
     399Changed paths: 
     400   M /trunk/msvc/vlc.dsw 
     401 
     402MSVC build: only keep the plugins that compile out of the box 
     403------------------------------------------------------------------------ 
     404r10925 | robux4 | 2005-05-08 11:14:15 +0200 (dim, 08 mai 2005) | 1 line 
     405Changed paths: 
     406   M /trunk/extras/contrib/src/Makefile 
     407 
     408contrib: build libebml/libmatroska from SVN 
     409------------------------------------------------------------------------ 
     410r10924 | zorglub | 2005-05-08 09:40:39 +0200 (dim, 08 mai 2005) | 2 lines 
     411Changed paths: 
     412   M /trunk/BUGS 
     413   M /trunk/TODO 
     414 
     415Clean BUGS and TODO 
     416 
     417------------------------------------------------------------------------ 
     418r10923 | robux4 | 2005-05-07 22:52:48 +0200 (sam, 07 mai 2005) | 1 line 
     419Changed paths: 
     420   M /trunk/modules/demux/mkv.cpp 
     421 
     422mkv.cpp: code cleaning 
     423------------------------------------------------------------------------ 
     424r10922 | fkuehne | 2005-05-07 22:02:48 +0200 (sam, 07 mai 2005) | 6 lines 
     425Changed paths: 
     426   M /trunk/modules/access/vcdx/vcd.c 
     427   M /trunk/modules/access/vcdx/vcdplayer.c 
     428   M /trunk/modules/audio_filter/converter/a52tofloat32.c 
     429   M /trunk/modules/codec/svcdsub.c 
     430   M /trunk/modules/gui/macosx/controls.m 
     431 
     432* controls.m: added l10n of the volume-string shown when changing the volume 
     433* vcdx/vcdplayer.c: disabled l10n of various error messages 
     434* vcdx/vcd.c: disabled l10n of 2 debug masks. They are horribly to translate and used by advanced users only, who should speak English well enough for this purpose 
     435* rest: disabled l10n of various strings or debug masks which cannot be translated 
     436 
     437more to come 
     438------------------------------------------------------------------------ 
     439r10921 | courmisch | 2005-05-07 21:09:11 +0200 (sam, 07 mai 2005) | 2 lines 
     440Changed paths: 
     441   M /trunk/configure.ac 
     442 
     443Do not attempt to run "--cflags" and "--idlflags" which are non-existant commands 
     444 
     445------------------------------------------------------------------------ 
     446r10920 | robux4 | 2005-05-07 20:19:32 +0200 (sam, 07 mai 2005) | 1 line 
     447Changed paths: 
     448   M /trunk/modules/demux/mkv.cpp 
     449 
     450mkv.cpp: improve the button logic and fix the LinkPGC DVD command (stay in the current segment) 
     451------------------------------------------------------------------------ 
     452r10919 | robux4 | 2005-05-07 18:38:20 +0200 (sam, 07 mai 2005) | 1 line 
     453Changed paths: 
     454   M /trunk/modules/demux/mkv.cpp 
     455 
     456mkv.cpp: better handling of quitting an ordered edition, add support for the LinkCN DVD command 
     457------------------------------------------------------------------------ 
     458r10918 | djc | 2005-05-07 18:34:25 +0200 (sam, 07 mai 2005) | 2 lines 
     459Changed paths: 
     460   M /trunk/modules/gui/macosx/prefs.m 
     461 
     462Typo 
     463 
     464------------------------------------------------------------------------ 
     465r10917 | djc | 2005-05-07 18:12:31 +0200 (sam, 07 mai 2005) | 2 lines 
     466Changed paths: 
     467   M /trunk/modules/gui/macosx/prefs.m 
     468 
     469Add a notice if advanced items are not shown 
     470 
     471------------------------------------------------------------------------ 
     472r10916 | robux4 | 2005-05-07 17:08:54 +0200 (sam, 07 mai 2005) | 1 line 
     473Changed paths: 
     474   M /trunk/modules/demux/mkv.cpp 
     475 
     476mkv.cpp: process the LinkPGCN DVD command correctly 
     477------------------------------------------------------------------------ 
     478r10915 | robux4 | 2005-05-07 16:33:16 +0200 (sam, 07 mai 2005) | 1 line 
     479Changed paths: 
     480   M /trunk/modules/demux/mkv.cpp 
     481 
     482mkv.cpp: make the DVD command interpretor global to the demuxer, interpret the command when a button is clicked 
     483------------------------------------------------------------------------ 
     484r10914 | djc | 2005-05-07 11:27:53 +0200 (sam, 07 mai 2005) | 2 lines 
     485Changed paths: 
     486   M /trunk/modules/gui/macosx/prefs.m 
     487 
     488Fix a refcount error 
     489 
     490------------------------------------------------------------------------ 
     491r10913 | zorglub | 2005-05-07 08:18:17 +0200 (sam, 07 mai 2005) | 2 lines 
     492Changed paths: 
     493   M /trunk/NEWS 
     494 
     495Document SAP syntax change 
     496 
     497------------------------------------------------------------------------ 
     498r10912 | djc | 2005-05-07 03:12:16 +0200 (sam, 07 mai 2005) | 4 lines 
     499Changed paths: 
     500   M /trunk/modules/gui/macosx/prefs.m 
     501   M /trunk/modules/gui/macosx/prefs_widgets.h 
     502   M /trunk/modules/gui/macosx/prefs_widgets.m 
     503 
     504*: fix alignment of widgets. 
     505- What shall we do for files and module list ? 
     506- Why is there a space after "Audio viualization" in src/libvlc.h ? 
     507 
     508------------------------------------------------------------------------ 
     509r10911 | djc | 2005-05-06 20:54:09 +0200 (ven, 06 mai 2005) | 2 lines 
     510Changed paths: 
     511   M /trunk/modules/gui/macosx/prefs.m 
     512   M /trunk/modules/gui/macosx/prefs_widgets.h 
     513   M /trunk/modules/gui/macosx/prefs_widgets.m 
     514 
     515*: remove useless code 
     516 
     517------------------------------------------------------------------------ 
     518r10910 | djc | 2005-05-06 20:15:50 +0200 (ven, 06 mai 2005) | 2 lines 
     519Changed paths: 
     520   M /trunk/modules/gui/macosx/prefs.h 
     521   M /trunk/modules/gui/macosx/prefs.m 
     522   M /trunk/modules/gui/macosx/prefs_widgets.h 
     523   M /trunk/modules/gui/macosx/prefs_widgets.m 
     524 
     525*: fix problems about advanced button 
     526 
     527------------------------------------------------------------------------ 
     528r10909 | fkuehne | 2005-05-06 19:42:56 +0200 (ven, 06 mai 2005) | 1 line 
     529Changed paths: 
     530   M /trunk/modules/gui/macosx/playlist.m 
     531 
     532* sorry, forgot to give svn the playlist.m from the previous commit... tztz 
     533------------------------------------------------------------------------ 
     534r10908 | fkuehne | 2005-05-06 19:41:09 +0200 (ven, 06 mai 2005) | 2 lines 
     535Changed paths: 
     536   M /trunk/modules/gui/ncurses.c 
     537 
     538* playlist.m: use stringWithUTF8String instead of stringWithCString when creating the Services-Discovery-menus to show UTF8-encoded strings properly 
     539* ncurses.c: don't localise "Ncurses" 
     540------------------------------------------------------------------------ 
     541r10907 | fkuehne | 2005-05-06 18:40:01 +0200 (ven, 06 mai 2005) | 2 lines 
     542Changed paths: 
     543   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib 
     544   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib 
     545   M /trunk/modules/gui/macosx/equalizer.m 
     546 
     547* equalizer.m: use preset_list_text instead of preset_list when creating the popup-entries to enable l10n of the presets 
     548* MainMenu.nib: made the equaliser's popup a wider so it fits all l10ns 
     549------------------------------------------------------------------------ 
     550r10906 | robux4 | 2005-05-06 18:12:53 +0200 (ven, 06 mai 2005) | 1 line 
     551Changed paths: 
     552   M /trunk/modules/demux/mkv.cpp 
     553 
     554mkv.cpp: minor enhancements/cleanings of the button handling code 
     555------------------------------------------------------------------------ 
     556r10905 | robux4 | 2005-05-06 16:51:18 +0200 (ven, 06 mai 2005) | 1 line 
     557Changed paths: 
     558   M /trunk/modules/demux/mkv.cpp 
     559 
     560mkv.cpp: support highlighting a button when clicked (but the alpha channel doesn't seem to work) 
     561------------------------------------------------------------------------ 
     562r10904 | sigmunau | 2005-05-05 23:39:10 +0200 (jeu, 05 mai 2005) | 2 lines 
     563Changed paths: 
     564   M /trunk/BUGS 
     565   M /trunk/TODO 
     566 
     567BUGS,TODO: Remove stuff that has been added to Trac 
     568 
     569------------------------------------------------------------------------ 
     570r10903 | bigben | 2005-05-05 21:34:56 +0200 (jeu, 05 mai 2005) | 4 lines 
     571Changed paths: 
     572   M /trunk/BUGS 
     573   M /trunk/modules/gui/macosx/playlist.h 
     574   M /trunk/modules/gui/macosx/playlist.m 
     575 
     576* playlist.* support for DnD from Finder 
     577* BUGS: remove OSX playlist (anyone sees some more issue here readd it with a description...) 
     578 
     579 
     580------------------------------------------------------------------------ 
     581r10902 | fkuehne | 2005-05-05 20:53:17 +0200 (jeu, 05 mai 2005) | 1 line 
     582Changed paths: 
     583   M /trunk/src/misc/vlm.c 
     584 
     585* add the option keyword to the help of vlm and the streaming howto -- patch by Christophe Mutricy 
     586------------------------------------------------------------------------ 
     587r10901 | fkuehne | 2005-05-05 20:23:53 +0200 (jeu, 05 mai 2005) | 1 line 
     588Changed paths: 
     589   M /trunk/modules/gui/macosx/prefs.m 
     590 
     591* compilation fix 
     592------------------------------------------------------------------------ 
     593r10900 | fkuehne | 2005-05-05 20:02:30 +0200 (jeu, 05 mai 2005) | 1 line 
     594Changed paths: 
     595   M /trunk/po/es.po 
     596 
     597* update to the Spanish translation by Javier Varela (99% complete now) 
     598------------------------------------------------------------------------ 
     599r10899 | fkuehne | 2005-05-05 19:03:43 +0200 (jeu, 05 mai 2005) | 1 line 
     600Changed paths: 
     601   M /trunk/extras/contrib/src/Makefile 
     602 
     603* use the ffmpeg-cvs from 2005-04-30 until our ffmpeg-module is fixed 
     604------------------------------------------------------------------------ 
     605r10898 | djc | 2005-05-05 18:48:22 +0200 (jeu, 05 mai 2005) | 3 lines 
     606Changed paths: 
     607   M /trunk/modules/gui/macosx/prefs.m 
     608   M /trunk/modules/gui/macosx/prefs_widgets.h 
     609   M /trunk/modules/gui/macosx/prefs_widgets.m 
     610 
     611- added macosx version detection at runtime with /System/Library/CoreServices/SystemVersion.plist file 
     612- wrapped code 
     613 
     614------------------------------------------------------------------------ 
     615r10897 | djc | 2005-05-05 12:57:55 +0200 (jeu, 05 mai 2005) | 5 lines 
     616Changed paths: 
     617   M /trunk/modules/gui/macosx/prefs.h 
     618   M /trunk/modules/gui/macosx/prefs.m 
     619   M /trunk/modules/gui/macosx/prefs_widgets.h 
     620   M /trunk/modules/gui/macosx/prefs_widgets.m 
     621 
     622Added widget, fix save, etc. 
     623Known bugs: changing advanced view, detection of MacOS X version at 
     624            runtime and many others... 
     625 
     626 
     627------------------------------------------------------------------------ 
     628r10896 | asmax | 2005-05-04 22:52:43 +0200 (mer, 04 mai 2005) | 7 lines 
     629Changed paths: 
     630   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp 
     631   M /trunk/modules/gui/skins2/controls/ctrl_image.hpp 
     632   M /trunk/modules/gui/skins2/parser/builder.cpp 
     633   M /trunk/modules/gui/skins2/parser/builder_data.def 
     634   M /trunk/modules/gui/skins2/parser/builder_data.hpp 
     635   M /trunk/modules/gui/skins2/parser/skin_parser.cpp 
     636   M /trunk/share/skins2/skin.dtd 
     637 
     638* skin.dtd: added an attribute "resize" in the "Image" element, to define 
     639  the method used to resize the image, which can be "mosaic" (the default) 
     640  or "scale". Note that the previous behaviour was always "scale" before, 
     641  but mosaic is much much faster, so use scale method only for fun ;) 
     642* skins2/*: support of the new mosaic method; playlist resize with this 
     643  method is significantly faster! 
     644 
     645------------------------------------------------------------------------ 
     646r10895 | sam | 2005-05-04 16:43:00 +0200 (mer, 04 mai 2005) | 2 lines 
     647Changed paths: 
     648   M /trunk/configure.ac 
     649   M /trunk/src/misc/modules.c 
     650 
     651  * do not use a dynamic linker if no plugin support was detected/requested. 
     652 
     653------------------------------------------------------------------------ 
     654r10894 | bigben | 2005-05-04 01:18:04 +0200 (mer, 04 mai 2005) | 3 lines 
     655Changed paths: 
     656   M /trunk/BUGS 
     657 
     658Forgot this one... 
     659 
     660 
     661------------------------------------------------------------------------ 
     662r10893 | bigben | 2005-05-04 01:14:39 +0200 (mer, 04 mai 2005) | 3 lines 
     663Changed paths: 
     664   M /trunk/BUGS 
     665 
     666One more bug 
     667 
     668 
     669------------------------------------------------------------------------ 
     670r10892 | bigben | 2005-05-04 01:04:10 +0200 (mer, 04 mai 2005) | 3 lines 
     671Changed paths: 
     672   M /trunk/BUGS 
     673 
     674some more bugs... 
     675 
     676 
     677------------------------------------------------------------------------ 
     678r10891 | bigben | 2005-05-04 00:44:17 +0200 (mer, 04 mai 2005) | 5 lines 
     679Changed paths: 
     680   M /trunk/modules/gui/macosx/playlist.m 
     681 
     682* Fixes a silly bug in the filling of the NSMutableDictionary that stores the p_item->node correspondance in the playlist 
     683* A side effect of this fix seems to be that adding a directory, deleting it and adding a new playlist item doesn't seem to crash VLC anymore 
     684* Make the currently playling item, as well as its parent items bold  
     685 
     686 
     687------------------------------------------------------------------------ 
     688r10887 | fkuehne | 2005-05-03 22:10:10 +0200 (mar, 03 mai 2005) | 1 line 
     689Changed paths: 
     690   M /trunk/configure.ac 
     691   M /trunk/src/misc/darwin_specific.m 
     692 
     693* aded the new Catalan translation 
     694------------------------------------------------------------------------ 
     695r10885 | courmisch | 2005-05-03 13:07:20 +0200 (mar, 03 mai 2005) | 2 lines 
     696Changed paths: 
     697   M /trunk/src/libvlc.h 
     698   M /trunk/src/misc/iso-639_def.h 
     699 
     700Enable catalan translation 
     701 
     702------------------------------------------------------------------------ 
     703r10884 | courmisch | 2005-05-03 12:55:49 +0200 (mar, 03 mai 2005) | 2 lines 
     704Changed paths: 
     705   M /trunk/po/POTFILES.in 
     706 
     707Fixes no longer existing files 
     708 
     709------------------------------------------------------------------------ 
     710r10883 | courmisch | 2005-05-03 12:47:17 +0200 (mar, 03 mai 2005) | 3 lines 
     711Changed paths: 
     712   M /trunk/THANKS 
     713   A /trunk/po/ca.po 
     714 
     715Initial Catalan translation by 
     716Lorena Gomes and X�a Alb�antero 
     717 
     718------------------------------------------------------------------------ 
     719r10882 | courmisch | 2005-05-03 12:43:27 +0200 (mar, 03 mai 2005) | 2 lines 
     720Changed paths: 
     721   M /trunk/po/zh_TW.po 
     722 
     723.po are not executable 
     724 
     725------------------------------------------------------------------------ 
     726r10879 | fkuehne | 2005-05-02 20:36:58 +0200 (lun, 02 mai 2005) | 1 line 
     727Changed paths: 
     728   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj 
     729 
     730* fixed icons for bin, AIFF, WAV 
     731------------------------------------------------------------------------ 
     732r10873 | rocky | 2005-05-02 11:01:55 +0200 (lun, 02 mai 2005) | 9 lines 
     733Changed paths: 
     734   M /trunk/modules/gui/skins2/src/ft2_font.cpp 
     735 
     736gcc 3.4.3 gave this error:  
     737 
     738  src/ft2_font.cpp: In member function `virtual GenericBitmap* FT2Font::drawString(const UString&, uint32_t, int) const': 
     739  src/ft2_font.cpp:172: error: array bound forbidden after parenthesized type-id 
     740  src/ft2_font.cpp:172: note: try removing the parentheses around the type-id 
     741 
     742Follow the suggestion. 
     743 
     744 
     745------------------------------------------------------------------------ 
     746r10872 | fenrir | 2005-05-02 09:25:15 +0200 (lun, 02 mai 2005) | 2 lines 
     747Changed paths: 
     748   M /trunk/modules/gui/wxwindows/playlist.cpp 
     749 
     750 * playlist: fix Playlist::OnKeyDown (added event.Skip when needed). 
     751 
     752------------------------------------------------------------------------ 
     753r10871 | bigben | 2005-05-02 01:04:18 +0200 (lun, 02 mai 2005) | 3 lines 
     754Changed paths: 
     755   M /trunk/src/video_output/video_output.c 
     756 
     757* Hopefully fixes --aspect-ratio computation when giving float values as argument 
     758 
     759 
     760------------------------------------------------------------------------ 
     761r10869 | asmax | 2005-05-01 23:36:53 +0200 (dim, 01 mai 2005) | 4 lines 
     762Changed paths: 
     763   M /trunk/modules/gui/skins2/src/ft2_font.cpp 
     764   M /trunk/modules/gui/skins2/src/ft2_font.hpp 
     765   M /trunk/modules/gui/skins2/x11/x11_display.cpp 
     766 
     767* ft2_font.cpp: added a cache for glyphs rendered with freetype, because 
     768  freetype is so slooow: now FT2Font::drawString() is about 100 times faster 
     769  in average ! 
     770 
     771------------------------------------------------------------------------ 
     772r10863 | asmax | 2005-05-01 17:17:40 +0200 (dim, 01 mai 2005) | 3 lines 
     773Changed paths: 
     774   M /trunk/include/vlc_stream.h 
     775 
     776* vlc_stream.h: added missing extern "C" (prevented compilation of skins2 
     777  module in builtin mode) 
     778 
     779------------------------------------------------------------------------ 
     780r10862 | rocky | 2005-05-01 16:48:08 +0200 (dim, 01 mai 2005) | 6 lines 
     781Changed paths: 
     782   M /trunk/modules/access/cdda/access.c 
     783   M /trunk/modules/access/cdda/info.c 
     784   M /trunk/modules/access/vcdx/access.c 
     785 
     786fix next/previous chapter in disc mode  
     787fix updating meta (caused by a recent change of mine) 
     788 
     789vcdx/access.c: hack to try to fix still-handling problem 
     790 
     791 
     792------------------------------------------------------------------------ 
     793r10861 | asmax | 2005-05-01 15:19:04 +0200 (dim, 01 mai 2005) | 4 lines 
     794Changed paths: 
     795   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp 
     796   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp 
     797   M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp 
     798   M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp 
     799   M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp 
     800   M /trunk/modules/gui/skins2/src/os_graphics.hpp 
     801   M /trunk/modules/gui/skins2/src/tooltip.cpp 
     802   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp 
     803   M /trunk/modules/gui/skins2/win32/win32_graphics.hpp 
     804   M /trunk/modules/gui/skins2/x11/x11_display.cpp 
     805   M /trunk/modules/gui/skins2/x11/x11_display.hpp 
     806   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp 
     807   M /trunk/modules/gui/skins2/x11/x11_graphics.hpp 
     808 
     809* os_graphics.hpp: added a parameter "blend" to drawBitmap(), to perform alpha 
     810  blending only when it is useful (i.e. when drawing antialiased text) 
     811* x11/*: optimized drawBitmap when alpha blending is not used: 5 times faster 
     812 
     813------------------------------------------------------------------------ 
     814r10860 | ipkiss | 2005-05-01 13:15:42 +0200 (dim, 01 mai 2005) | 3 lines 
     815Changed paths: 
     816   M /trunk/doc/skins/skins2-howto.xml 
     817 
     818 * doc/skins/skins2-howto.xml: Added the playlist.sort() action, which was 
     819   missing in the doc 
     820 
     821------------------------------------------------------------------------ 
     822r10859 | rocky | 2005-05-01 10:56:03 +0200 (dim, 01 mai 2005) | 3 lines 
     823Changed paths: 
     824   M /trunk/modules/access/cdda/access.c 
     825   M /trunk/modules/access/cdda/cdda.h 
     826 
     827Work on audio control access.  
     828 
     829 
     830------------------------------------------------------------------------ 
     831r10858 | rocky | 2005-05-01 04:43:17 +0200 (dim, 01 mai 2005) | 3 lines 
     832Changed paths: 
     833   M /trunk/modules/access/cdda/access.c 
     834 
     835Correct up audio-control stop command. 
     836 
     837 
     838------------------------------------------------------------------------ 
     839r10857 | rocky | 2005-05-01 04:16:02 +0200 (dim, 01 mai 2005) | 2 lines 
     840Changed paths: 
     841   M /trunk/modules/access/cdda/access.c 
     842   M /trunk/modules/access/cdda/cdda.c 
     843 
     844Compatability for different versions of libcdio from 0.71-0.74cvs 
     845 
     846------------------------------------------------------------------------ 
     847r10856 | rocky | 2005-05-01 04:06:58 +0200 (dim, 01 mai 2005) | 4 lines 
     848Changed paths: 
     849   M /trunk/modules/access/cdda/access.c 
     850 
     851A couple more fixes. One to set meta information when in disc mode. 
     852Another to pause audio control playing. 
     853 
     854 
     855------------------------------------------------------------------------ 
     856r10855 | rocky | 2005-05-01 02:34:39 +0200 (dim, 01 mai 2005) | 11 lines 
     857Changed paths: 
     858   M /trunk/modules/access/cdda/access.c 
     859   M /trunk/modules/access/cdda/cdda.c 
     860   M /trunk/modules/access/cdda/cdda.h 
     861   M /trunk/modules/access/cdda/info.c 
     862 
     863Fix some bugs when playlist not in disc but track mode: 
     864  play_item initialization accidently lost. 
     865  Probably need a vlc_object release of the playlist. 
     866 
     867Adjust comments which were wrong because of cut and paste artifacts. 
     868 
     869Some changes that may help debugging.  
     870 
     871First attempt at playing via audio controls - mostly not working.  
     872 
     873 
     874------------------------------------------------------------------------ 
     875r10854 | massiot | 2005-04-29 17:57:24 +0200 (ven, 29 avr 2005) | 5 lines 
     876Changed paths: 
     877   M /trunk/configure.ac 
     878   M /trunk/extras/contrib/src/Makefile 
     879   M /trunk/extras/contrib/src/packages.mak 
     880   M /trunk/modules/codec/Modules.am 
     881   D /trunk/modules/codec/toolame.c 
     882   A /trunk/modules/codec/twolame.c (from /trunk/modules/codec/toolame.c:10731) 
     883 
     884* ALL: We are now using libtwolame instead of libtoolame. The reason is that 
     885  twolame is thread-safe and maintained. Update your batch files for 
     886  --enable-twolame instead of --enable-toolame. See http://twolame.sf.net 
     887  for more information. 
     888 
     889------------------------------------------------------------------------ 
     890r10853 | fenrir | 2005-04-29 09:37:20 +0200 (ven, 29 avr 2005) | 3 lines 
     891Changed paths: 
     892   M /trunk/modules/access_filter/record.c 
     893 
     894 * record: use add_directory (instead of add_string) + parse the name to 
     895 remove the uri/path part. 
     896 
     897------------------------------------------------------------------------ 
     898r10852 | robux4 | 2005-04-28 23:15:08 +0200 (jeu, 28 avr 2005) | 1 line 
     899Changed paths: 
     900   M /trunk/modules/demux/mkv.cpp 
     901 
     902mkv.cpp: add preliminary code to support the UI hooks 
     903------------------------------------------------------------------------ 
     904r10851 | damienf | 2005-04-28 15:58:54 +0200 (jeu, 28 avr 2005) | 2 lines 
     905Changed paths: 
     906   M /trunk/include/vlc_common.h 
     907 
     908bad, bad developer ... 
     909 
     910------------------------------------------------------------------------ 
     911r10850 | damienf | 2005-04-28 15:36:54 +0200 (jeu, 28 avr 2005) | 4 lines 
     912Changed paths: 
     913   M /trunk/modules/access/dshow/dshow.cpp 
     914 
     915- added dshow-fps option to configure capture framerate 
     916- added support for IAMStreamConfig interface to configure user settings on capture pin media type 
     917 
     918 
     919------------------------------------------------------------------------ 
     920r10849 | damienf | 2005-04-28 15:30:02 +0200 (jeu, 28 avr 2005) | 4 lines 
     921Changed paths: 
     922   M /trunk/include/vlc_common.h 
     923   M /trunk/modules/access_filter/record.c 
     924 
     925vlc_common.h: Cygwin & Mingw32 compatibilty update, needs review 
     926record.c: make it compile under mingw32, needs review 
     927 
     928 
     929------------------------------------------------------------------------ 
     930r10848 | gbazin | 2005-04-28 10:18:53 +0200 (jeu, 28 avr 2005) | 1 line 
     931Changed paths: 
     932   M /trunk/modules/access_filter/record.c 
     933 
     934* modules/access_filter/record.c: compilation fix. 
     935------------------------------------------------------------------------ 
     936r10847 | fenrir | 2005-04-28 09:45:51 +0200 (jeu, 28 avr 2005) | 2 lines 
     937Changed paths: 
     938   M /trunk/src/input/es_out.c 
     939 
     940 * es_out: oops, make EsOutProgramDel returning an error code. 
     941 
     942------------------------------------------------------------------------ 
     943r10846 | fenrir | 2005-04-28 09:43:09 +0200 (jeu, 28 avr 2005) | 2 lines 
     944Changed paths: 
     945   M /trunk/modules/access_filter/record.c 
     946 
     947 * record: grrr, support for system that doesn't have localtime_r. 
     948 
     949------------------------------------------------------------------------ 
     950r10845 | fenrir | 2005-04-28 09:26:04 +0200 (jeu, 28 avr 2005) | 3 lines 
     951Changed paths: 
     952   M /trunk/include/vlc_es_out.h 
     953   M /trunk/modules/demux/ts.c 
     954   M /trunk/src/input/es_out.c 
     955 
     956 es_out*: added ES_OUT_DEL_GROUP 
     957 ts.c: use ES_OUT_DEL_GROUP to remove old program. 
     958 
     959------------------------------------------------------------------------ 
     960r10844 | gbazin | 2005-04-27 14:59:38 +0200 (mer, 27 avr 2005) | 1 line 
     961Changed paths: 
     962   M /trunk/src/input/es_out.c 
     963 
     964* src/input/es_out.c: reverted previous patch since it creates problems with the DVB access plugin. 
     965------------------------------------------------------------------------ 
     966r10843 | gbazin | 2005-04-27 13:40:11 +0200 (mer, 27 avr 2005) | 1 line 
     967Changed paths: 
     968   M /trunk/src/input/es_out.c 
     969 
     970* src/input/es_out.c: cleanup empty programs. 
     971------------------------------------------------------------------------ 
     972r10842 | courmisch | 2005-04-27 12:19:51 +0200 (mer, 27 avr 2005) | 2 lines 
     973Changed paths: 
     974   M /trunk/modules/access_filter/record.c 
     975 
     976Fix errno undefined error 
     977 
     978------------------------------------------------------------------------ 
     979r10841 | sigmunau | 2005-04-26 23:35:03 +0200 (mar, 26 avr 2005) | 5 lines 
     980Changed paths: 
     981   M /trunk/src/input/var.c 
     982 
     983input/var.c: don't try to update the "rate" variable directly in callback 
     984for "rate-faster" and "rate-slower". input_ControlPush will handle it. This 
     985fixes a race condition when "rate" ends up at a different value than 
     986p_input->i_rate 
     987 
     988------------------------------------------------------------------------ 
     989r10840 | bigben | 2005-04-26 23:34:46 +0200 (mar, 26 avr 2005) | 3 lines 
     990Changed paths: 
     991   M /trunk/configure.ac 
     992 
     993Compiles mkv.cpp in -O1 on darwin to work around a gcc bug. 
     994 
     995 
     996------------------------------------------------------------------------ 
     997r10839 | sam | 2005-04-26 22:17:50 +0200 (mar, 26 avr 2005) | 2 lines 
     998Changed paths: 
     999   M /trunk/modules/audio_output/esd.c 
     1000 
     1001  * support for --esdserver. doesn't seem to work yet, though... 
     1002 
     1003------------------------------------------------------------------------ 
     1004r10838 | titer | 2005-04-26 21:45:32 +0200 (mar, 26 avr 2005) | 2 lines 
     1005Changed paths: 
     1006   M /trunk/extras/contrib/src/Makefile 
     1007 
     1008 fixed ebml/matroska build with gcc 4 
     1009 
     1010------------------------------------------------------------------------ 
     1011r10835 | robux4 | 2005-04-26 21:04:18 +0200 (mar, 26 avr 2005) | 2 lines 
     1012Changed paths: 
     1013   M /trunk/modules/demux/mkv.cpp 
     1014 
     1015mkv.cpp: added the thread to support VOB buttons 
     1016+ code cleaning 
     1017------------------------------------------------------------------------ 
     1018r10834 | fkuehne | 2005-04-26 20:59:56 +0200 (mar, 26 avr 2005) | 1 line 
     1019Changed paths: 
     1020   M /trunk/src/libvlc.h 
     1021 
     1022* fix to the hotkeys on OSX: RECORD start/stop is cmd-shift-r, HISTORY_BACK/_FORWARD ctrl-v/ctrl-b now, as '[' and ']' are unaccessible on German keyboards 
     1023------------------------------------------------------------------------ 
     1024r10833 | bigben | 2005-04-26 19:33:24 +0200 (mar, 26 avr 2005) | 3 lines 
     1025Changed paths: 
     1026   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib 
     1027   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib 
     1028   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib 
     1029   M /trunk/modules/gui/macosx/open.h 
     1030   M /trunk/modules/gui/macosx/open.m 
     1031 
     1032Add a checkbox to enable timeshifting in the open network panel 
     1033 
     1034 
     1035------------------------------------------------------------------------ 
     1036r10832 | robux4 | 2005-04-26 19:16:32 +0200 (mar, 26 avr 2005) | 1 line 
     1037Changed paths: 
     1038   M /trunk/modules/demux/mkv.cpp 
     1039 
     1040mkv.cpp: do an EnterAndLeave before seeking in Matroska Script 
     1041------------------------------------------------------------------------ 
     1042r10831 | gbazin | 2005-04-26 16:27:47 +0200 (mar, 26 avr 2005) | 1 line 
     1043Changed paths: 
     1044   M /trunk/modules/video_output/directx/events.c 
     1045   M /trunk/modules/video_output/x11/xcommon.c 
     1046 
     1047* modules/video_output/x11/xcommon.c, modules/video_output/directx/events.c: added support for insert/delete hotkeys. 
     1048------------------------------------------------------------------------ 
     1049r10830 | gbazin | 2005-04-26 16:16:14 +0200 (mar, 26 avr 2005) | 1 line 
     1050Changed paths: 
     1051   M /trunk/include/vlc_playlist.h 
     1052   M /trunk/src/playlist/playlist.c 
     1053   M /trunk/src/video_output/video_output.c 
     1054 
     1055* include/vlc_playlist.h, src/playlist/playlist.c, src/video_output/video_output.c: added a lock to the playlist garbage collector to avoid a race condition with the vout creation/destruction. 
     1056------------------------------------------------------------------------ 
     1057r10829 | robux4 | 2005-04-26 15:59:11 +0200 (mar, 26 avr 2005) | 1 line 
     1058Changed paths: 
     1059   M /trunk/modules/demux/mkv.cpp 
     1060 
     1061mkv.cpp: avoid leaving the same item in cascade 
     1062------------------------------------------------------------------------ 
     1063r10828 | gbazin | 2005-04-26 15:07:43 +0200 (mar, 26 avr 2005) | 1 line 
     1064Changed paths: 
     1065   M /trunk/modules/codec/x264.c 
     1066 
     1067* modules/codec/x264.c: relaxed the version requirement for subpel and bpyramid. 
     1068------------------------------------------------------------------------ 
     1069r10827 | gbazin | 2005-04-26 14:44:03 +0200 (mar, 26 avr 2005) | 1 line 
     1070Changed paths: 
     1071   M /trunk/modules/stream_out/transcode.c 
     1072 
     1073* modules/stream_out/transcode.c: lowered the hurry-up treshold a bit. 
     1074------------------------------------------------------------------------ 
     1075r10826 | gbazin | 2005-04-26 14:40:02 +0200 (mar, 26 avr 2005) | 1 line 
     1076Changed paths: 
     1077   M /trunk/modules/stream_out/transcode.c 
     1078 
     1079* modules/stream_out/transcode.c: new hurry-up option that drops video frames if encoder is late. 
     1080------------------------------------------------------------------------ 
     1081r10825 | gbazin | 2005-04-26 12:51:32 +0200 (mar, 26 avr 2005) | 1 line 
     1082Changed paths: 
     1083   M /trunk/modules/codec/x264.c 
     1084 
     1085* modules/codec/x264.c: use proper default value for subpel. 
     1086------------------------------------------------------------------------ 
     1087r10824 | gbazin | 2005-04-26 12:50:06 +0200 (mar, 26 avr 2005) | 1 line 
     1088Changed paths: 
     1089   M /trunk/modules/codec/x264.c 
     1090 
     1091* modules/codec/x264.c: crop the video if its size isn't a multiple of 16 (will have to be changed to use the visible size values). 
     1092------------------------------------------------------------------------ 
     1093r10823 | gbazin | 2005-04-26 12:14:19 +0200 (mar, 26 avr 2005) | 1 line 
     1094Changed paths: 
     1095   M /trunk/modules/codec/x264.c 
     1096 
     1097* modules/codec/x264.c: added bpyramid and subpel options + support for X264_ANALYSE_BSUB16x16. 
     1098------------------------------------------------------------------------ 
     1099r10822 | gbazin | 2005-04-26 11:37:26 +0200 (mar, 26 avr 2005) | 1 line 
     1100Changed paths: 
     1101   M /trunk/modules/gui/wxwindows/interface.cpp 
     1102 
     1103* modules/gui/wxwindows/interface.cpp: sanitized the menus shortcuts. 
     1104------------------------------------------------------------------------ 
     1105r10821 | gbazin | 2005-04-26 11:22:04 +0200 (mar, 26 avr 2005) | 1 line 
     1106Changed paths: 
     1107   M /trunk/modules/gui/wxwindows/interface.cpp 
     1108 
     1109* modules/gui/wxwindows/interface.cpp: shortcut for open directory changed to Ctrl+R. 
     1110------------------------------------------------------------------------ 
     1111r10820 | gbazin | 2005-04-26 10:44:14 +0200 (mar, 26 avr 2005) | 1 line 
     1112Changed paths: 
     1113   M /trunk/modules/demux/mkv.cpp 
     1114 
     1115* modules/demux/mkv.cpp: itoa -> sprintf. 
     1116------------------------------------------------------------------------ 
     1117r10819 | fenrir | 2005-04-26 10:42:19 +0200 (mar, 26 avr 2005) | 2 lines 
     1118Changed paths: 
     1119   M /trunk/modules/access_filter/record.c 
     1120   M /trunk/modules/access_filter/timeshift.c 
     1121 
     1122 * all: added set_shortname. 
     1123 
     1124------------------------------------------------------------------------ 
     1125r10818 | fenrir | 2005-04-26 10:34:54 +0200 (mar, 26 avr 2005) | 2 lines 
     1126Changed paths: 
     1127   M /trunk/modules/gui/wxwindows/wxwindows.cpp 
     1128 
     1129 * wxwindows: added a cast to avoid a compiler error (conversion from void*). 
     1130 
     1131------------------------------------------------------------------------ 
     1132r10817 | gbazin | 2005-04-26 10:25:33 +0200 (mar, 26 avr 2005) | 1 line 
     1133Changed paths: 
     1134   M /trunk/configure.ac 
     1135 
     1136* configure.ac: add access_filter_record to the build. 
     1137------------------------------------------------------------------------ 
     1138r10816 | fenrir | 2005-04-26 09:28:07 +0200 (mar, 26 avr 2005) | 3 lines 
     1139Changed paths: 
     1140   M /trunk/include/vlc_keys.h 
     1141   M /trunk/modules/access_filter/Modules.am 
     1142   A /trunk/modules/access_filter/record.c 
     1143   M /trunk/src/libvlc.h 
     1144 
     1145 * all: added a new access_filter module: record + one hotkey to start/stop 
     1146 recording (simple dumping). (Usefull for dvb/udp/mp3 radio stream). 
     1147 
     1148------------------------------------------------------------------------ 
     1149r10815 | fenrir | 2005-04-26 09:24:39 +0200 (mar, 26 avr 2005) | 2 lines 
     1150Changed paths: 
     1151   M /trunk/modules/gui/wxwindows/timer.cpp 
     1152 
     1153 * timer: cosmetic (use VLC_META_NOW_PLAYING instead of "Now Playing") 
     1154 
     1155------------------------------------------------------------------------ 
     1156r10814 | fenrir | 2005-04-26 09:23:56 +0200 (mar, 26 avr 2005) | 3 lines 
     1157Changed paths: 
     1158   M /trunk/modules/access/directory.c 
     1159   M /trunk/modules/audio_filter/resampler/linear.c 
     1160