Changeset c158aecdaf63c3b1490e04147915c32425cd4d3b

Show
Ignore:
Timestamp:
07/06/06 13:15:31 (2 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1152184531 +0000
git-parent:

[c5326f2399bb5d312c83dbf8e9cb9c23287757a4]

git-author:
Clément Stenac <zorglub@videolan.org> 1152184531 +0000
Message:

Fix 2005 changelog

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/ChangeLog-2005

    r3f83680 rc158aec  
     1------------------------------------------------------------------------ 
     2r13838 | massiot | 2005-12-29 14:08:52 +0100 (Thu, 29 Dec 2005) | 3 lines 
     3Changed paths: 
     4   M /trunk/modules/demux/livedotcom.cpp 
     5 
     6 * modules/demux/livedotcom.cpp: New --rtp-client-port option to help 
     7   users of firewalls. 
     8 
     9------------------------------------------------------------------------ 
     10r13837 | jpsaman | 2005-12-29 00:43:02 +0100 (Thu, 29 Dec 2005) | 1 line 
     11Changed paths: 
     12   M /trunk/configure.ac 
     13 
     14Detect directfb headers properly and put the right linker flags. 
     15------------------------------------------------------------------------ 
     16r13836 | jpsaman | 2005-12-28 20:10:22 +0100 (Wed, 28 Dec 2005) | 2 lines 
     17Changed paths: 
     18   M /trunk/configure.ac 
     19   M /trunk/modules/video_output/Modules.am 
     20   A /trunk/modules/video_output/directfb.c 
     21 
     22Add a DirectFB module. Patch by: Iuri Diniz <iuri_at_digizap_dot_com_dot_br> applied with some coding style cleanup and autoconf fixes. 
     23 
     24------------------------------------------------------------------------ 
     25r13835 | jpsaman | 2005-12-28 20:07:36 +0100 (Wed, 28 Dec 2005) | 1 line 
     26Changed paths: 
     27   M /trunk/modules/gui/wxwidgets/interface.cpp 
     28 
     29Removed unused variables, this fixes some compiler warnings 
     30------------------------------------------------------------------------ 
     31r13834 | jpsaman | 2005-12-28 20:07:21 +0100 (Wed, 28 Dec 2005) | 1 line 
     32Changed paths: 
     33   M /trunk/modules/demux/mp4/libmp4.c 
     34 
     35Removed unused variables, this fixes some compiler warnings 
     36------------------------------------------------------------------------ 
     37r13833 | massiot | 2005-12-28 20:02:46 +0100 (Wed, 28 Dec 2005) | 3 lines 
     38Changed paths: 
     39   M /trunk/modules/access/dvb/en50221.c 
     40   M /trunk/modules/access/dvb/linux_dvb.c 
     41 
     42 * modules/access/dvb: Handle removal of the CAM module, and fix some kludgy 
     43   inits. 
     44 
     45------------------------------------------------------------------------ 
     46r13832 | jpsaman | 2005-12-28 19:56:43 +0100 (Wed, 28 Dec 2005) | 1 line 
     47Changed paths: 
     48   M /trunk/modules/misc/logger.c 
     49 
     50Initialise i_priority to LOG_INFO as default value in case p_msg->i_type has an invalid value. 
     51------------------------------------------------------------------------ 
     52r13831 | jpsaman | 2005-12-28 12:04:41 +0100 (Wed, 28 Dec 2005) | 1 line 
     53Changed paths: 
     54   M /trunk/modules/codec/x264.c 
     55 
     56Patch by Dennis van Amerongen: Unify x264 commandline options and VLC's x264 options. 
     57------------------------------------------------------------------------ 
     58r13830 | massiot | 2005-12-27 19:18:55 +0100 (Tue, 27 Dec 2005) | 4 lines 
     59Changed paths: 
     60   M /trunk/modules/access/dvb/linux_dvb.c 
     61 
     62 * modules/access/dvb/linux_dvb.c: Disabled FE_CAN_CLEAN_SETUP check because 
     63   apparently the machine running the buildbot has old uncompatible 
     64   kernel headers. 
     65 
     66------------------------------------------------------------------------ 
     67r13829 | massiot | 2005-12-27 19:05:47 +0100 (Tue, 27 Dec 2005) | 3 lines 
     68Changed paths: 
     69   M /trunk/modules/access/dvb/Modules.am 
     70   M /trunk/modules/access/dvb/access.c 
     71   M /trunk/modules/access/dvb/dvb.h 
     72   M /trunk/modules/access/dvb/en50221.c 
     73   A /trunk/modules/access/dvb/http.c 
     74   M /trunk/modules/access/dvb/linux_dvb.c 
     75 
     76 * modules/access/dvb: Full support for DVB MMI menus via an optional HTTP 
     77   server. 
     78 
     79------------------------------------------------------------------------ 
     80r13828 | fkuehne | 2005-12-27 14:17:45 +0100 (Tue, 27 Dec 2005) | 1 line 
     81Changed paths: 
     82   M /trunk/modules/gui/macosx/wizard.m 
     83 
     84* oops, deciding for either 2 or 2 isn't really the intended purpose 
     85------------------------------------------------------------------------ 
     86r13827 | fkuehne | 2005-12-27 14:16:15 +0100 (Tue, 27 Dec 2005) | 1 line 
     87Changed paths: 
     88   M /trunk/modules/gui/macosx/wizard.m 
     89 
     90* fixed compilation warning 
     91------------------------------------------------------------------------ 
     92r13826 | bigben | 2005-12-27 08:41:43 +0100 (Tue, 27 Dec 2005) | 4 lines 
     93Changed paths: 
     94   M /trunk/modules/gui/macosx/embeddedwindow.h 
     95   M /trunk/modules/gui/macosx/embeddedwindow.m 
     96 
     97Set Id keyword 
     98 
     99 
     100 
     101------------------------------------------------------------------------ 
     102r13825 | bigben | 2005-12-27 08:37:47 +0100 (Tue, 27 Dec 2005) | 3 lines 
     103Changed paths: 
     104   D /trunk/extras/MacOSX/Resources/.DS_Store 
     105 
     106oups... 
     107 
     108 
     109------------------------------------------------------------------------ 
     110r13824 | bigben | 2005-12-27 01:06:33 +0100 (Tue, 27 Dec 2005) | 7 lines 
     111Changed paths: 
     112   A /trunk/extras/MacOSX/Resources/.DS_Store 
     113   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib 
     114   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib 
     115   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib 
     116   A /trunk/extras/MacOSX/Resources/embedded_vout.png 
     117   A /trunk/extras/MacOSX/Resources/pause_embedded.png 
     118   A /trunk/extras/MacOSX/Resources/pause_embedded_blue.png 
     119   A /trunk/extras/MacOSX/Resources/play_embedded.png 
     120   A /trunk/extras/MacOSX/Resources/play_embedded_blue.png 
     121   A /trunk/extras/MacOSX/Resources/skip_forward_active_embedded.png 
     122   A /trunk/extras/MacOSX/Resources/skip_forward_embedded_blue.png 
     123   A /trunk/extras/MacOSX/Resources/skip_previous_active_embedded.png 
     124   A /trunk/extras/MacOSX/Resources/skip_previous_embedded_blue.png 
     125   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj 
     126   M /trunk/modules/gui/macosx/Modules.am 
     127   A /trunk/modules/gui/macosx/embeddedwindow.h 
     128   A /trunk/modules/gui/macosx/embeddedwindow.m 
     129   M /trunk/modules/gui/macosx/extended.m 
     130   M /trunk/modules/gui/macosx/intf.h 
     131   M /trunk/modules/gui/macosx/intf.m 
     132   M /trunk/modules/gui/macosx/macosx.m 
     133   M /trunk/modules/gui/macosx/vout.h 
     134   M /trunk/modules/gui/macosx/vout.m 
     135 
     136* Add an controls to the vout (using the embedded vout framework) 
     137  - There is some redundancy in the controls now... 
     138  - This is just a proposal. If you don't like it, say so... 
     139  - Hope I didn't forget any file (yell if you habe troubles) 
     140* Add an option to disable the embedded window 
     141 
     142 
     143------------------------------------------------------------------------ 
     144r13823 | zorglub | 2005-12-25 21:35:25 +0100 (Sun, 25 Dec 2005) | 2 lines 
     145Changed paths: 
     146   M /trunk/src/playlist/playlist.c 
     147 
     148Fix SAP autoplay, patch by Dermot McGahon. Thanks 
     149 
     150------------------------------------------------------------------------ 
     151r13822 | fkuehne | 2005-12-25 17:53:10 +0100 (Sun, 25 Dec 2005) | 1 line 
     152Changed paths: 
     153   M /trunk/NEWS 
     154 
     155* added a note that 0.8.5 isn't released yet 
     156------------------------------------------------------------------------ 
     157r13821 | courmisch | 2005-12-23 09:00:55 +0100 (Fri, 23 Dec 2005) | 2 lines 
     158Changed paths: 
     159   M /trunk/src/network/rootwrap.c 
     160 
     161Disable root wrapper on BeOS 
     162 
     163------------------------------------------------------------------------ 
     164r13820 | hartman | 2005-12-22 01:29:08 +0100 (Thu, 22 Dec 2005) | 1 line 
     165Changed paths: 
     166   M /trunk/modules/audio_output/auhal.c 
     167 
     168SetProperty in CoreAudio is not only Asynchronious, but also not atomic in it's bahaviour. Check the actual set format multiple times to make sure the SetProperty completly finished. 
     169------------------------------------------------------------------------ 
     170r13819 | hartman | 2005-12-21 20:41:59 +0100 (Wed, 21 Dec 2005) | 1 line 
     171Changed paths: 
     172   M /trunk/modules/audio_output/auhal.c 
     173 
     174Use the original samplerate of the a52 or dts stream, if the device is capable of it, current samplerate if it is not, and highest other available samplerate as a last resort. 
     175------------------------------------------------------------------------ 
     176r13818 | courmisch | 2005-12-21 18:41:48 +0100 (Wed, 21 Dec 2005) | 3 lines 
     177Changed paths: 
     178   M /trunk/src/network/rootwrap.c 
     179 
     180Use group lists 
     181so that devices can be opened according to usual group ownership (audio, video...) 
     182 
     183------------------------------------------------------------------------ 
     184r13817 | courmisch | 2005-12-21 18:10:24 +0100 (Wed, 21 Dec 2005) | 2 lines 
     185Changed paths: 
     186   M /trunk/src/network/rootwrap.c 
     187 
     188Add missing \n 
     189 
     190------------------------------------------------------------------------ 
     191r13816 | courmisch | 2005-12-21 18:08:38 +0100 (Wed, 21 Dec 2005) | 3 lines 
     192Changed paths: 
     193   M /trunk/src/network/rootwrap.c 
     194 
     195Disable root wrapper by default 
     196until it is fixed 
     197 
     198------------------------------------------------------------------------ 
     199r13815 | courmisch | 2005-12-21 18:07:49 +0100 (Wed, 21 Dec 2005) | 2 lines 
     200Changed paths: 
     201   M /trunk/modules/access/cdda 
     202 
     203Add svn:ignore 
     204 
     205------------------------------------------------------------------------ 
     206r13814 | massiot | 2005-12-21 16:50:58 +0100 (Wed, 21 Dec 2005) | 2 lines 
     207Changed paths: 
     208   M /trunk/modules/access/dvb/en50221.c 
     209   M /trunk/modules/access/dvb/linux_dvb.c 
     210 
     211 * modules/access/dvb: Fixed link-level CAM API. 
     212 
     213------------------------------------------------------------------------ 
     214r13813 | hartman | 2005-12-21 02:18:40 +0100 (Wed, 21 Dec 2005) | 1 line 
     215Changed paths: 
     216   A /trunk/modules/gui/macosx/interaction.h 
     217   A /trunk/modules/gui/macosx/interaction.m 
     218 
     219Preliminary interaction framework for Mac OS X. Not finished, since core changes should be made to better match wxwidgets vs. Mac OS X style dialogs and concepts. part-2 
     220------------------------------------------------------------------------ 
     221r13812 | hartman | 2005-12-21 02:18:23 +0100 (Wed, 21 Dec 2005) | 1 line 
     222Changed paths: 
     223   M /trunk/modules/gui/macosx/Modules.am 
     224   M /trunk/modules/gui/macosx/intf.h 
     225   M /trunk/modules/gui/macosx/intf.m 
     226 
     227Preliminary interaction framework for Mac OS X. Not finished, since core changes should be made to better match wxwidgets vs. Mac OS X style dialogs and concepts. 
     228------------------------------------------------------------------------ 
     229r13811 | hartman | 2005-12-20 03:32:27 +0100 (Tue, 20 Dec 2005) | 1 line 
     230Changed paths: 
     231   M /trunk/modules/demux/mp4/mp4.c 
     232 
     233Set original framesize on the spu format for nero vobsubs in mp4, so that rescaling will work for videos in a cropped resolution compared to the vobsubs 
     234------------------------------------------------------------------------ 
     235r13810 | dionoea | 2005-12-19 23:49:36 +0100 (Mon, 19 Dec 2005) | 2 lines 
     236Changed paths: 
     237   M /trunk/modules/misc/msn.c 
     238 
     239remove unneeded includes 
     240 
     241------------------------------------------------------------------------ 
     242r13809 | massiot | 2005-12-19 17:46:48 +0100 (Mon, 19 Dec 2005) | 3 lines 
     243Changed paths: 
     244   M /trunk/src/input/es_out.c 
     245   M /trunk/src/input/var.c 
     246   M /trunk/src/libvlc.h 
     247 
     248 * src/input/es_out.c: New --no-spu and --no-sout-spu options to disable 
     249   processing of SPU elementary streams. 
     250 
     251------------------------------------------------------------------------ 
     252r13808 | massiot | 2005-12-19 17:36:30 +0100 (Mon, 19 Dec 2005) | 5 lines 
     253Changed paths: 
     254   M /trunk/modules/demux/ts.c 
     255   M /trunk/src/input/es_out.c 
     256   M /trunk/src/input/var.c 
     257   M /trunk/src/libvlc.h 
     258 
     259 * src/input/es_out.c: New --audio-track-id and --sub-track-id options 
     260   to select a precise track by its ID. 
     261 * modules/demux/ts.c: Enable --ts-es-id-pid by default since I see no 
     262   drawback to it. 
     263 
     264------------------------------------------------------------------------ 
     265r13807 | oaubert | 2005-12-19 15:23:25 +0100 (Mon, 19 Dec 2005) | 2 lines 
     266Changed paths: 
     267   M /trunk/bindings/python/setup.py 
     268 
     269bindings/python/setup.py: Mac OS X build fixes (link parameters) 
     270 
     271------------------------------------------------------------------------ 
     272r13806 | hartman | 2005-12-19 15:17:19 +0100 (Mon, 19 Dec 2005) | 1 line 
     273Changed paths: 
     274   M /trunk/src/network/rootwrap.c 
     275 
     276Older OSX versions need more includes to work with rootwrap 
     277------------------------------------------------------------------------ 
     278r13805 | dionoea | 2005-12-18 22:41:35 +0100 (Sun, 18 Dec 2005) | 2 lines 
     279Changed paths: 
     280   M /trunk/THANKS 
     281   M /trunk/modules/video_filter/adjust.c 
     282 
     283Brightness threshold patch by Enrico Gueli (with some modifications) 
     284 
     285------------------------------------------------------------------------ 
     286r13804 | dionoea | 2005-12-18 22:20:17 +0100 (Sun, 18 Dec 2005) | 2 lines 
     287Changed paths: 
     288   M /trunk/NEWS 
     289 
     290add MSN "now playing" windows plugin 
     291 
     292------------------------------------------------------------------------ 
     293r13803 | bigben | 2005-12-18 19:54:28 +0100 (Sun, 18 Dec 2005) | 9 lines 
     294Changed paths: 
     295   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib 
     296   M /trunk/modules/gui/macosx/controls.m 
     297   M /trunk/modules/gui/macosx/intf.h 
     298   M /trunk/modules/gui/macosx/intf.m 
     299   M /trunk/modules/gui/macosx/vout.h 
     300   M /trunk/modules/gui/macosx/vout.m 
     301   M /trunk/modules/gui/macosx/voutgl.m 
     302   M /trunk/modules/gui/macosx/voutqt.m 
     303 
     304* Apply changed made to the 0.8.5 branch to trunk. 
     305* Embedded Vout should work now 
     306* To create an embedded vout, just create a custom view of type VLCEmbeddedVoutView in interface builder 
     307* Just make sure you define the view as resizeable 
     308* Hotkeys and mose events should work 
     309* Tests with the mozilla plugin are welcome 
     310 
     311 
     312 
     313------------------------------------------------------------------------ 
     314r13796 | xtophe | 2005-12-18 13:01:15 +0100 (Sun, 18 Dec 2005) | 2 lines 
     315Changed paths: 
     316   M /trunk/src/misc/modules.c 
     317 
     318Remove unusefull variable and test 
     319 
     320------------------------------------------------------------------------ 
     321r13795 | zorglub | 2005-12-18 12:55:27 +0100 (Sun, 18 Dec 2005) | 2 lines 
     322Changed paths: 
     323   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp 
     324 
     325Work around bu^unexpected behaviour in wxTreeCtrl (Closes:#468) 
     326 
     327------------------------------------------------------------------------ 
     328r13794 | jpsaman | 2005-12-18 00:01:46 +0100 (Sun, 18 Dec 2005) | 1 line 
     329Changed paths: 
     330   M /trunk/modules/access/mms/mmsh.c 
     331 
     332Support CHUNK_TYPE_RESET for mmsh. (Patch by Gregory Hartman: bap0se _at_ adelphia _dot_ net) 
     333------------------------------------------------------------------------ 
     334r13793 | zorglub | 2005-12-17 19:39:28 +0100 (Sat, 17 Dec 2005) | 2 lines 
     335Changed paths: 
     336   M /trunk/modules/access/cdda.c 
     337 
     338Release playlist 
     339 
     340------------------------------------------------------------------------ 
     341r13792 | zorglub | 2005-12-17 19:38:45 +0100 (Sat, 17 Dec 2005) | 2 lines 
     342Changed paths: 
     343   M /trunk/NEWS 
     344 
     345Update NEWS 
     346 
     347------------------------------------------------------------------------ 
     348r13791 | zorglub | 2005-12-17 19:19:05 +0100 (Sat, 17 Dec 2005) | 4 lines 
     349Changed paths: 
     350   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp 
     351   M /trunk/modules/gui/wxwidgets/dialogs/open.hpp 
     352   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp 
     353 
     354Improve the open box layout 
     355 * Present the simple options first 
     356 * Put the subtitles file option in the main panel 
     357 
     358------------------------------------------------------------------------ 
     359r13790 | dionoea | 2005-12-16 18:47:05 +0100 (Fri, 16 Dec 2005) | 3 lines 
     360Changed paths: 
     361   M /trunk/share/http/requests/status.xml 
     362 
     363use vlc_object_exists -> the messages queue isn't filled with warnings 
     364anymore. 
     365 
     366------------------------------------------------------------------------ 
     367r13789 | dionoea | 2005-12-16 18:46:26 +0100 (Fri, 16 Dec 2005) | 2 lines 
     368Changed paths: 
     369   M /trunk/modules/control/http/rpn.c 
     370 
     371add vlc_object_exist rpn function that checks if an object of ST(1) type exists 
     372 
     373------------------------------------------------------------------------ 
     374r13788 | xtophe | 2005-12-16 18:34:15 +0100 (Fri, 16 Dec 2005) | 2 lines 
     375Changed paths: 
     376   M /trunk/Makefile.am 
     377 
     378Housekeeping 
     379 
     380------------------------------------------------------------------------ 
     381r13787 | xtophe | 2005-12-16 18:29:03 +0100 (Fri, 16 Dec 2005) | 2 lines 
     382Changed paths: 
     383   M /trunk/configure.ac 
     384 
     385Fix dirac detection 
     386 
     387------------------------------------------------------------------------ 
     388r13786 | zorglub | 2005-12-16 18:28:36 +0100 (Fri, 16 Dec 2005) | 5 lines 
     389Changed paths: 
     390   M /trunk/src/input/stream.c 
     391 
     392Refill stream when seeking near of end of track.  
     393Needs testing and review 
     394 
     395+ allow enabling of debug through #define STREAM_DEBUG 
     396 
     397------------------------------------------------------------------------ 
     398r13785 | courmisch | 2005-12-16 15:50:11 +0100 (Fri, 16 Dec 2005) | 2 lines 
     399Changed paths: 
     400   M /trunk/src/network/rootwrap.c 
     401 
     402Accept UID 0 as a valid though dangerous user 
     403 
     404------------------------------------------------------------------------ 
     405r13784 | zorglub | 2005-12-16 15:19:06 +0100 (Fri, 16 Dec 2005) | 2 lines 
     406Changed paths: 
     407   M /trunk/modules/access/cdda.c 
     408 
     409Don't crash 
     410 
     411------------------------------------------------------------------------ 
     412r13783 | zorglub | 2005-12-16 14:46:42 +0100 (Fri, 16 Dec 2005) | 2 lines 
     413Changed paths: 
     414   M /trunk/modules/access/cdda.c 
     415 
     416Add multi-item support to cdda module (default enabled) - Refs:#459 
     417 
     418------------------------------------------------------------------------ 
     419r13782 | zorglub | 2005-12-16 13:47:30 +0100 (Fri, 16 Dec 2005) | 2 lines 
     420Changed paths: 
     421   M /trunk/extras/vlc.vim 
     422 
     423Match doxygen \todo marker 
     424 
     425------------------------------------------------------------------------ 
     426r13781 | courmisch | 2005-12-16 12:51:44 +0100 (Fri, 16 Dec 2005) | 2 lines 
     427Changed paths: 
     428   M /trunk/src/network/rootwrap.c 
     429 
     430Missing includes 
     431 
     432------------------------------------------------------------------------ 
     433r13780 | courmisch | 2005-12-16 12:32:19 +0100 (Fri, 16 Dec 2005) | 2 lines 
     434Changed paths: 
     435   M /trunk/src/network/rootwrap.c 
     436 
     437Add SVN properties 
     438 
     439------------------------------------------------------------------------ 
     440r13779 | courmisch | 2005-12-16 12:18:38 +0100 (Fri, 16 Dec 2005) | 3 lines 
     441Changed paths: 
     442   M /trunk/Makefile.am 
     443   A /trunk/src/network/rootwrap.c 
     444   M /trunk/src/network/tcp.c 
     445   M /trunk/src/vlc.c 
     446 
     447Implement root wrapper to allow using privileged TCP ports 
     448while not running the whole VLC as root - closes #440 
     449 
     450------------------------------------------------------------------------ 
     451r13778 | zorglub | 2005-12-16 11:12:26 +0100 (Fri, 16 Dec 2005) | 2 lines 
     452Changed paths: 
     453   A /trunk/modules/access/cdda/Modules.am (from /trunk/modules/access/cdda/cddax/Modules.am:13777) 
     454   A /trunk/modules/access/cdda/access.c (from /trunk/modules/access/cdda/cddax/access.c:13777) 
     455   A /trunk/modules/access/cdda/access.h (from /trunk/modules/access/cdda/cddax/access.h:13777) 
     456   A /trunk/modules/access/cdda/callback.c (from /trunk/modules/access/cdda/cddax/callback.c:13777) 
     457   A /trunk/modules/access/cdda/callback.h (from /trunk/modules/access/cdda/cddax/callback.h:13777) 
     458   A /trunk/modules/access/cdda/cdda.c (from /trunk/modules/access/cdda/cddax/cdda.c:13777) 
     459   A /trunk/modules/access/cdda/cdda.h (from /trunk/modules/access/cdda/cddax/cdda.h:13777) 
     460   D /trunk/modules/access/cdda/cddax 
     461   A /trunk/modules/access/cdda/info.c (from /trunk/modules/access/cdda/cddax/info.c:13777) 
     462   A /trunk/modules/access/cdda/info.h (from /trunk/modules/access/cdda/cddax/info.h:13777) 
     463 
     464Bordel de saloperie de merde 
     465 
     466------------------------------------------------------------------------ 
     467r13777 | zorglub | 2005-12-16 10:47:15 +0100 (Fri, 16 Dec 2005) | 2 lines 
     468Changed paths: 
     469   M /trunk/modules/access/cdda.c 
     470   M /trunk/modules/access/file.c 
     471 
     472Grmbl 
     473 
     474------------------------------------------------------------------------ 
     475r13776 | zorglub | 2005-12-16 10:46:03 +0100 (Fri, 16 Dec 2005) | 2 lines 
     476Changed paths: 
     477   A /trunk/modules/access/cdda 
     478   A /trunk/modules/access/cdda/cddax (from /trunk/modules/access/cddax:13775) 
     479   M /trunk/modules/access/cdda.c 
     480   D /trunk/modules/access/cddax 
     481   M /trunk/modules/access/file.c 
     482 
     483Revert 
     484 
     485------------------------------------------------------------------------ 
     486r13775 | zorglub | 2005-12-16 10:26:34 +0100 (Fri, 16 Dec 2005) | 2 lines 
     487Changed paths: 
     488   D /trunk/modules/access/cdda 
     489   A /trunk/modules/access/cddax (from /trunk/modules/access/cdda:13760) 
     490   M /trunk/modules/access/cddax/access.h 
     491   M /trunk/modules/access/cddax/callback.c 
     492   M /trunk/modules/access/cddax/callback.h 
     493   M /trunk/modules/access/cddax/info.c 
     494   M /trunk/modules/access/cddax/info.h 
     495 
     496Move cddax to access/cddax 
     497 
     498------------------------------------------------------------------------ 
     499r13771 | fkuehne | 2005-12-15 19:36:46 +0100 (Thu, 15 Dec 2005) | 1 line 
     500Changed paths: 
     501   M /trunk/extras/contrib/src/Makefile 
     502 
     503* fixed breakage introduced in [13766] 
     504------------------------------------------------------------------------ 
     505r13770 | massiot | 2005-12-15 19:16:28 +0100 (Thu, 15 Dec 2005) | 2 lines 
     506Changed paths: 
     507   M /trunk/extras/contrib/src/Makefile 
     508 
     509 * extras/contrib/src/Makefile: Cosmetic. 
     510 
     511------------------------------------------------------------------------ 
     512r13769 | massiot | 2005-12-15 19:11:58 +0100 (Thu, 15 Dec 2005) | 2 lines 
     513Changed paths: 
     514   M /trunk/modules/control/http/mvar.c 
     515 
     516 * modules/control/http/mvar.c: Handle file extensions case-insensitively. 
     517 
     518------------------------------------------------------------------------ 
     519r13768 | fkuehne | 2005-12-15 18:49:05 +0100 (Thu, 15 Dec 2005) | 1 line 
     520Changed paths: 
     521   M /trunk/modules/access_output/udp.c 
     522   M /trunk/modules/stream_out/rtp.c 
     523 
     524o.O (refs [13767]) 
     525------------------------------------------------------------------------ 
     526r13767 | fkuehne | 2005-12-15 18:45:02 +0100 (Thu, 15 Dec 2005) | 1 line 
     527Changed paths: 
     528   M /trunk/modules/access_output/udp.c 
     529   M /trunk/modules/stream_out/rtp.c 
     530   M /trunk/po/es.po 
     531 
     532* unify the Time-To-Live string and fix its Spanish translation (thanks to the forum user martintxo) 
     533------------------------------------------------------------------------ 
     534r13766 | fkuehne | 2005-12-15 18:32:45 +0100 (Thu, 15 Dec 2005) | 1 line 
     535Changed paths: 
     536   M /trunk/extras/contrib/src/Makefile 
     537   D /trunk/extras/contrib/src/Patches/libmpcdec.patch 
     538   A /trunk/extras/contrib/src/Patches/mpcdec.patch (from /trunk/extras/contrib/src/Patches/libmpcdec.patch:13741) 
     539 
     540* fixed the compilation of libmpcdec, so INSTALL_NAME runs finely. Please check whether this script should run on win32/linux/BeOS as well. 
     541------------------------------------------------------------------------ 
     542r13765 | courmisch | 2005-12-15 17:57:38 +0100 (Thu, 15 Dec 2005) | 2 lines 
     543Changed paths: 
     544   M /trunk/vlc-config.in.in 
     545 
     546Use libdir to determine PLUGIN_PATH - should fix #474 
     547 
     548------------------------------------------------------------------------ 
     549r13764 | courmisch | 2005-12-15 17:51:38 +0100 (Thu, 15 Dec 2005) | 2 lines 
     550Changed paths: 
     551   M /trunk/configure.ac 
     552 
     553Remove unused & broken AC_DEFINE 
     554 
     555------------------------------------------------------------------------ 
     556r13763 | littlejohn | 2005-12-15 17:00:44 +0100 (Thu, 15 Dec 2005) | 3 lines 
     557Changed paths: 
     558   M /trunk/bindings/java/Makefile.am 
     559 
     560Makefile works for both i386 and amd64 platforms 
     561 
     562 
     563------------------------------------------------------------------------ 
     564r13762 | zorglub | 2005-12-15 16:51:59 +0100 (Thu, 15 Dec 2005) | 2 lines 
     565Changed paths: 
     566   M /trunk/MAINTAINERS 
     567 
     568Few modifs 
     569 
     570------------------------------------------------------------------------ 
     571r13761 | zorglub | 2005-12-15 15:36:49 +0100 (Thu, 15 Dec 2005) | 2 lines 
     572Changed paths: 
     573   M /trunk/MAINTAINERS 
     574   M /trunk/src/libvlc.c 
     575 
     576Who said I'm bored ? 
     577 
     578------------------------------------------------------------------------ 
     579r13760 | littlejohn | 2005-12-15 15:12:58 +0100 (Thu, 15 Dec 2005) | 3 lines 
     580Changed paths: 
     581   A /trunk/extras/emacs.init 
     582 
     583Emacs mode for Videolan Coding style. 
     584 
     585 
     586------------------------------------------------------------------------ 
     587r13759 | courmisch | 2005-12-15 14:51:05 +0100 (Thu, 15 Dec 2005) | 3 lines 
     588Changed paths: 
     589   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp 
     590 
     591- Add brackets around IPv6 address automatically if needed 
     592- Some cleanup 
     593 
     594------------------------------------------------------------------------ 
     595r13758 | dionoea | 2005-12-15 14:10:50 +0100 (Thu, 15 Dec 2005) | 2 lines 
     596Changed paths: 
     597   M /trunk/include/vlc_interaction.h 
     598 
     599ooops 
     600 
     601------------------------------------------------------------------------ 
     602r13757 | dionoea | 2005-12-15 13:53:22 +0100 (Thu, 15 Dec 2005) | 2 lines 
     603Changed paths: 
     604   M /trunk/modules/access/http.c 
     605 
     606Change the http password request message. 
     607 
     608------------------------------------------------------------------------ 
     609r13756 | dionoea | 2005-12-15 13:52:14 +0100 (Thu, 15 Dec 2005) | 2 lines 
     610Changed paths: 
     611   M /trunk/include/vlc_interaction.h 
     612 
     613add automatic casts to vlc_object_t 
     614 
     615------------------------------------------------------------------------ 
     616r13755 | zorglub | 2005-12-15 12:45:08 +0100 (Thu, 15 Dec 2005) | 2 lines 
     617Changed paths: 
     618   M /trunk/src/interface/interaction.c 
     619   M /trunk/src/misc/modules.c 
     620 
     621Minor cleanup 
     622 
     623------------------------------------------------------------------------ 
     624r13754 | zorglub | 2005-12-15 12:37:45 +0100 (Thu, 15 Dec 2005) | 3 lines 
     625Changed paths: 
     626   M /trunk/include/main.h 
     627   M /trunk/include/mtime.h 
     628   M /trunk/include/network.h 
     629   M /trunk/include/stream_output.h 
     630   M /trunk/include/vlc_access.h 
     631   M /trunk/include/vlc_acl.h 
     632   M /trunk/include/vlc_bits.h 
     633   M /trunk/include/vlc_common.h 
     634   M /trunk/include/vlc_demux.h 
     635   M /trunk/include/vlc_es_out.h 
     636   M /trunk/include/vlc_image.h 
     637   M /trunk/include/vlc_input.h 
     638   M /trunk/include/vlc_meta.h 
     639   M /trunk/include/vlc_objects.h 
     640   M /trunk/include/vlc_stream.h 
     641   M /trunk/include/vlc_tls.h 
     642   M /trunk/include/vlc_video.h 
     643   M /trunk/include/vlc_vlm.h 
     644   M /trunk/include/vlc_xml.h 
     645   M /trunk/include/vout_synchro.h 
     646 
     647Remove unused structures from vlc_common.h 
     648Minor headers cleanup 
     649 
     650------------------------------------------------------------------------ 
     651r13753 | zorglub | 2005-12-15 12:14:49 +0100 (Thu, 15 Dec 2005) | 2 lines 
     652Changed paths: 
     653   A /trunk/extras/vlc.vim 
     654 
     655Update VIM syntax file, originally written by fenrir 
     656 
     657------------------------------------------------------------------------ 
     658r13752 | oaubert | 2005-12-15 11:14:42 +0100 (Thu, 15 Dec 2005) | 2 lines 
     659Changed paths: 
     660   M /trunk/bindings/python/vlcglue.c 
     661   M /trunk/bindings/python/vlcglue.h 
     662   M /trunk/include/vlc/control.h 
     663   M /trunk/include/vlc/control_structures.h 
     664   M /trunk/include/vlc_control.h 
     665 
     666python bindings: formatted to VLC coding style 
     667 
     668------------------------------------------------------------------------ 
     669r13751 | zorglub | 2005-12-15 10:37:57 +0100 (Thu, 15 Dec 2005) | 2 lines 
     670Changed paths: 
     671   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp 
     672   M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp 
     673 
     674Use a wxDialog rather than a wxFrame 
     675 
     676------------------------------------------------------------------------ 
     677r13750 | zorglub | 2005-12-15 10:15:03 +0100 (Thu, 15 Dec 2005) | 2 lines 
     678Changed paths: 
     679   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp 
     680 
     681Don't put a progress bar behing each input box 
     682 
     683------------------------------------------------------------------------ 
     684r13749 | oaubert | 2005-12-15 10:00:28 +0100 (Thu, 15 Dec 2005) | 2 lines 
     685Changed paths: 
     686   M /trunk/src/control/core.c 
     687 
     688src/control/core.c: fix start-time handling in start + coding style fixes 
     689 
     690------------------------------------------------------------------------ 
     691r13748 | hartman | 2005-12-15 02:44:00 +0100 (Thu, 15 Dec 2005) | 6 lines 
     692Changed paths: 
     693   M /trunk/modules/gui/macosx/intf.m 
     694   M /trunk/src/interface/interface.c 
     695 
     696* - This should fix the "crash upon quit" issue with VLC Mac OS X. 
     697  - It should also no longer crash if you select macosx as an extraintf. This is not allowed. It is the cause of the NSDictionary crash reported often in the forums. Notice however that if you have selected a primary interface that is not macosx, you might end up with a "blank application" forcing you to reset the preferences manually (your fault for mocking with them in the first place). 
     698  - Should fix clivlc mode. (this mode allows you to run VLC on OSX while no user is logged in, in the GUI). 
     699 
     700Thanks to Jean-Michel Vallat for kicking my ass. :D 
     701 
     702------------------------------------------------------------------------ 
     703r13747 | dionoea | 2005-12-15 02:16:30 +0100 (Thu, 15 Dec 2005) | 2 lines 
     704Changed paths: 
     705   M /trunk/src/interface/interaction.c 
     706 
     707fix comments 
     708 
     709------------------------------------------------------------------------ 
     710r13746 | littlejohn | 2005-12-15 02:11:38 +0100 (Thu, 15 Dec 2005) | 3 lines 
     711Changed paths: 
     712   M /trunk/include/vlc/control_structures.h 
     713 
     714File description fixed and propset done. 
     715 
     716 
     717------------------------------------------------------------------------ 
     718r13745 | dionoea | 2005-12-15 01:58:04 +0100 (Thu, 15 Dec 2005) | 2 lines 
     719Changed paths: 
     720   M /trunk/include/vlc_interaction.h 
     721 
     722typo fix 
     723 
     724------------------------------------------------------------------------ 
     725r13744 | littlejohn | 2005-12-15 01:40:53 +0100 (Thu, 15 Dec 2005) | 3 lines 
     726Changed paths: 
     727   M /trunk/Makefile.am 
     728 
     729<vlc/control_structures.h> header is installed by make. 
     730 
     731 
    1732------------------------------------------------------------------------ 
    2733r13743 | xtophe | 2005-12-14 23:57:31 +0100 (Wed, 14 Dec 2005) | 2 lines 
     
    7738 
    8739------------------------------------------------------------------------ 
     740r13742 | hartman | 2005-12-14 23:26:55 +0100 (Wed, 14 Dec 2005) | 2 lines 
     741Changed paths: 
     742   M /trunk/modules/access/directory.c 
     743   M /trunk/modules/control/http/mvar.c 
     744   M /trunk/src/input/subtitles.c 
     745 
     746* Free scandir results when we are done with them. Issue pointed out by jmvallat_vlc at mac dot com. 
     747 
     748------------------------------------------------------------------------ 
     749r13741 | hartman | 2005-12-14 23:01:24 +0100 (Wed, 14 Dec 2005) | 3 lines 
     750Changed paths: 
     751   M /trunk/modules/demux/livedotcom.cpp 
     752 
     753* Enable liveMedia's RTSP over HTTP mode. This is something first used by QuickTime, and useful to get around annoying and dense NAT/firewall/proxy setups. 
     754  --rtsp-http enables the HTTP tunneling. --rtsp-http-port allows you to choose which port. The default port is 80. 
     755 
     756------------------------------------------------------------------------ 
     757r13740 | xtophe | 2005-12-14 20:39:01 +0100 (Wed, 14 Dec 2005) | 2 lines 
     758Changed paths: 
     759   M /trunk/src/interface/interaction.c 
     760 
     761Typo 
     762 
     763------------------------------------------------------------------------ 
     764r13739 | zorglub | 2005-12-14 20:13:43 +0100 (Wed, 14 Dec 2005) | 2 lines 
     765Changed paths: 
     766   M /trunk/src/interface/interaction.c 
     767 
     768Don't keep mutex locked if we bail out 
     769 
     770------------------------------------------------------------------------ 
     771r13738 | zorglub | 2005-12-14 20:10:46 +0100 (Wed, 14 Dec 2005) | 2 lines 
     772Changed paths: 
     773   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp 
     774   M /trunk/src/interface/interaction.c 
     775 
     776Fix no 
     777 
     778------------------------------------------------------------------------ 
     779r13737 | zorglub | 2005-12-14 20:04:40 +0100 (Wed, 14 Dec 2005) | 2 lines 
     780Changed paths: 
     781   M /trunk/modules/demux/avi/avi.c 
     782 
     783Progress bar for AVI index creation 
     784 
     785------------------------------------------------------------------------ 
     786r13736 | zorglub | 2005-12-14 19:29:29 +0100 (Wed, 14 Dec 2005) | 2 lines 
     787Changed paths: 
     788   M /trunk/modules/demux/playlist/podcast.c 
     789 
     790build fix 
     791 
     792------------------------------------------------------------------------ 
     793r13735 | zorglub | 2005-12-14 19:10:27 +0100 (Wed, 14 Dec 2005) | 2 lines 
     794Changed paths: 
     795   M /trunk/modules/services_discovery/shout.c 
     796 
     797Use input_Read in shoutcast and display a progress dialog 
     798 
     799------------------------------------------------------------------------ 
     800r13734 | zorglub | 2005-12-14 19:10:07 +0100 (Wed, 14 Dec 2005) | 2 lines 
     801Changed paths: 
     802   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp 
     803 
     804WX support for progressbar dialog. Still need some layout work 
     805 
     806------------------------------------------------------------------------ 
     807r13733 | zorglub | 2005-12-14 19:09:50 +0100 (Wed, 14 Dec 2005) | 2 lines 
     808Changed paths: 
     809   M /trunk/include/vlc_interaction.h 
     810   M /trunk/include/vlc_symbols.h 
     811   M /trunk/src/interface/interaction.c 
     812 
     813Add support for progress bars 
     814 
     815------------------------------------------------------------------------ 
     816r13732 | zorglub | 2005-12-14 19:08:08 +0100 (Wed, 14 Dec 2005) | 2 lines 
     817Changed paths: 
     818   M /trunk/modules/demux/playlist/b4s.c 
     819   M /trunk/modules/demux/playlist/dvb.c 
     820   M /trunk/modules/demux/playlist/m3u.c 
     821   M /trunk/modules/demux/playlist/old.c 
     822   M /trunk/modules/demux/playlist/pls.c 
     823   M /trunk/modules/demux/playlist/podcast.c 
     824 
     825Playlist can be ANYWHERE  
     826 
     827------------------------------------------------------------------------ 
     828r13731 | littlejohn | 2005-12-14 18:52:33 +0100 (Wed, 14 Dec 2005) | 3 lines 
     829Changed paths: 
     830   M /trunk/bindings/python/vlcglue.h 
     831 
     832Python bindings fixed for the new mediacontrol headers 
     833 
     834 
     835------------------------------------------------------------------------ 
     836r13730 | zorglub | 2005-12-14 17:42:00 +0100 (Wed, 14 Dec 2005) | 2 lines 
     837Changed paths: 
     838   M /trunk/include/vlc_symbols.h 
     839 
     840Update symbols 
     841 
     842------------------------------------------------------------------------ 
     843r13729 | littlejohn | 2005-12-14 17:40:56 +0100 (Wed, 14 Dec 2005) | 5 lines 
     844Changed paths: 
     845   M /trunk/include/vlc/control.h 
     846   A /trunk/include/vlc/control_structures.h 
     847   A /trunk/include/vlc_control.h 
     848   M /trunk/src/control/audio_video.c 
     849   M /trunk/src/control/core.c 
     850   M /trunk/src/control/init.c 
     851   M /trunk/src/control/plugin.c 
     852   M /trunk/src/control/util.c 
     853 
     854Mediacontrol interface changes to detach use of vlc/control.h  
     855header from internal headers.  
     856Patch elaborated with Olivier Aubert. 
     857 
     858 
     859------------------------------------------------------------------------ 
     860r13728 | zorglub | 2005-12-14 17:34:46 +0100 (Wed, 14 Dec 2005) | 2 lines 
     861Changed paths: 
     862   M /trunk/include/vlc_input.h 
     863   M /trunk/src/input/input.c 
     864 
     865Make input_Read return the input object id 
     866 
     867------------------------------------------------------------------------ 
     868r13727 | damienf | 2005-12-14 15:08:16 +0100 (Wed, 14 Dec 2005) | 2 lines 
     869Changed paths: 
     870   M /trunk/activex/test.html 
     871 
     872test.html: updated example HTML code for activex plugin 
     873 
     874------------------------------------------------------------------------ 
     875r13726 | damienf | 2005-12-14 14:56:01 +0100 (Wed, 14 Dec 2005) | 2 lines 
     876Changed paths: 
     877   M /trunk/vlc.win32.nsi 
     878 
     879vlc.win32.nsi: activex plugin is now selected by default 
     880 
     881------------------------------------------------------------------------ 
     882r13725 | damienf | 2005-12-14 14:53:36 +0100 (Wed, 14 Dec 2005) | 2 lines 
     883Changed paths: 
     884   M /trunk/Makefile.am 
     885 
     886Makefile.am: target 'package-win32-base-exe' is now a bit smarter when looking for makensis, which also cover cygwin. Hence, target 'package-win32-base-exe-cygwin' is now redundant 
     887 
     888------------------------------------------------------------------------ 
     889r13724 | oaubert | 2005-12-14 11:14:20 +0100 (Wed, 14 Dec 2005) | 2 lines 
     890Changed paths: 
     891   M /trunk/src/control/core.c 
     892 
     893src/control/core.c: correctly set start-time through playlist_ItemAddOption 
     894 
     895------------------------------------------------------------------------ 
     896r13722 | hartman | 2005-12-14 01:04:43 +0100 (Wed, 14 Dec 2005) | 3 lines 
     897Changed paths: 
     898   M /trunk/modules/codec/araw.c 
     899   M /trunk/modules/demux/wav.c 
     900 
     901* Support the "pcm " WAV fourcc. it's equal to "araw". 
     902  Tested against the WAV 6ch Speaker Test from SeeMoreDigital.net (Validated against QuickTime Player) 
     903 
     904------------------------------------------------------------------------ 
     905r13721 | damienf | 2005-12-14 00:38:19 +0100 (Wed, 14 Dec 2005) | 2 lines 
     906Changed paths: 
     907   M /trunk/configure.ac 
     908 
     909configure.ac: fixed "header present but cannot be compiled" warning for dshow.h and objsafe.h 
     910 
     911------------------------------------------------------------------------ 
     912r13720 | hartman | 2005-12-14 00:12:38 +0100 (Wed, 14 Dec 2005) | 2 lines 
     913Changed paths: 
     914   M /trunk/modules/audio_output/auhal.c 
     915 
     916* Don't upmix the channels if we only have Stereo or Mono audio. Let the device setup take care of that. 
     917 
     918------------------------------------------------------------------------ 
     919r13719 | hartman | 2005-12-13 21:16:47 +0100 (Tue, 13 Dec 2005) | 2 lines 
     920Changed paths: 
     921   M /trunk/modules/access/directory.c 
     922 
     923* Fix directory.c on WinCE (which has neither DT_DIR nor S_ISDIR) 
     924 
     925------------------------------------------------------------------------ 
     926r13718 | fkuehne | 2005-12-13 21:08:57 +0100 (Tue, 13 Dec 2005) | 1 line 
     927Changed paths: 
     928   M /trunk/po/POTFILES.in 
     929 
     930* hmm, you should use a clean tree for this... sorry 
     931------------------------------------------------------------------------ 
     932r13717 | fkuehne | 2005-12-13 21:06:13 +0100 (Tue, 13 Dec 2005) | 1 line 
     933Changed paths: 
     934   M /trunk/po/POTFILES.in 
     935   M /trunk/po/ca.po 
     936   M /trunk/po/da.po 
     937   M /trunk/po/de.po 
     938   M /trunk/po/en_GB.po 
     939   M /trunk/po/es.po 
     940   M /trunk/po/fr.po 
     941   M /trunk/po/it.po 
     942   M /trunk/po/ja.po 
     943   M /trunk/po/ko.po 
     944   M /trunk/po/nl.po 
     945   M /trunk/po/pt_BR.po 
     946   M /trunk/po/ro.po 
     947   M /trunk/po/ru.po 
     948   M /trunk/po/sv.po 
     949   M /trunk/po/tr.po 
     950   M /trunk/po/vlc.pot 
     951   M /trunk/po/zh_CN.po 
     952   M /trunk/po/zh_TW.po 
     953 
     954* ran 'make update-po' to get everything in sync again (the previous commit was targetted for 0.8.4a, but the translation was a bit too slow) 
     955------------------------------------------------------------------------ 
     956r13716 | fkuehne | 2005-12-13 21:02:22 +0100 (Tue, 13 Dec 2005) | 1 line 
     957Changed paths: 
     958   M /trunk/po/zh_CN.po 
     959 
     960* Updated Chinese translation by Wei Mingzhi 
     961------------------------------------------------------------------------ 
     962r13714 | hartman | 2005-12-13 15:50:36 +0100 (Tue, 13 Dec 2005) | 3 lines 
     963Changed paths: 
     964   M /trunk/debian/vlc.desktop 
     965 
     966* patch to generalize our debian .desktop file so it is suited for the gentoo distribution. 
     967  patch by Diego 'Flameeyes' Petteno < flameeyes at gentoo dot org > 
     968 
     969------------------------------------------------------------------------ 
     970r13712 | hartman | 2005-12-12 23:15:20 +0100 (Mon, 12 Dec 2005) | 1 line 
     971Changed paths: 
     972   M /trunk/src/input/stream.c 
     973 
     974Fix a crash in stream_ReadLine 
     975------------------------------------------------------------------------ 
     976r13711 | jpsaman | 2005-12-12 22:11:59 +0100 (Mon, 12 Dec 2005) | 1 line 
     977Changed paths: 
     978   M /trunk/modules/access/dv.c 
     979 
     980Fix crash when no IEEE1394/Firewire device is present 
     981------------------------------------------------------------------------ 
     982r13710 | jpsaman | 2005-12-12 21:56:53 +0100 (Mon, 12 Dec 2005) | 1 line 
     983Changed paths: 
     984   M /trunk/configure.ac 
     985 
     986Fix --enable-dv detection 
     987------------------------------------------------------------------------ 
     988r13709 | zorglub | 2005-12-12 21:25:21 +0100 (Mon, 12 Dec 2005) | 2 lines 
     989Changed paths: 
     990   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp 
     991 
     992Use standard buttons 
     993 
     994------------------------------------------------------------------------ 
     995r13708 | xtophe | 2005-12-12 20:58:12 +0100 (Mon, 12 Dec 2005) | 2 lines 
     996Changed paths: 
     997   M /trunk/modules/misc/freetype.c 
     998 
     999freetype.c: BeOS fix (c++ism) and cosmetic 
     1000 
     1001------------------------------------------------------------------------ 
     1002r13707 | zorglub | 2005-12-12 20:56:23 +0100 (Mon, 12 Dec 2005) | 2 lines 
     1003Changed paths: 
     1004   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp 
     1005   M /trunk/modules/gui/skins2/src/dialogs.cpp 
     1006   M /trunk/modules/gui/skins2/src/dialogs.hpp 
     1007   M /trunk/modules/gui/skins2/src/vlcproc.cpp 
     1008   M /trunk/modules/gui/skins2/src/vlcproc.hpp 
     1009   M /trunk/modules/gui/wxwidgets/interface.cpp 
     1010 
     1011Support interaction in skins2 
     1012 
     1013------------------------------------------------------------------------ 
     1014r13706 | courmisch | 2005-12-12 20:24:55 +0100 (Mon, 12 Dec 2005) | 2 lines 
     1015Changed paths: 
     1016   M /trunk/modules/access/directory.c 
     1017 
     1018Don't recurse in symbolic link - fixes #375 
     1019 
     1020------------------------------------------------------------------------ 
    91021r13705 | zorglub | 2005-12-12 19:14:23 +0100 (Mon, 12 Dec 2005) | 2 lines 
    101022Changed paths: 
     
    141026 
    151027------------------------------------------------------------------------ 
     1028r13704 | zorglub | 2005-12-12 19:13:18 +0100 (Mon, 12 Dec 2005) | 2 lines 
     1029Changed paths: 
     1030   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp 
     1031   M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp 
     1032 
     1033Handle all types of buttons and fix layouts 
     1034 
     1035------------------------------------------------------------------------ 
     1036r13703 | courmisch | 2005-12-12 19:11:26 +0100 (Mon, 12 Dec 2005) | 2 lines 
     1037Changed paths: 
     1038   M /trunk/modules/access/directory.c 
     1039 
     1040Clean up and remove unnused internal parameter 
     1041 
     1042------------------------------------------------------------------------ 
     1043r13702 | zorglub | 2005-12-12 19:02:27 +0100 (Mon, 12 Dec 2005) | 2 lines 
     1044Changed paths: 
     1045   M /trunk/modules/demux/avi/avi.c 
     1046   M /trunk/src/interface/interaction.c 
     1047 
     1048Propose to fix AVI index 
     1049 
     1050------------------------------------------------------------------------ 
     1051r13701 | zorglub | 2005-12-12 18:58:56 +0100 (Mon, 12 Dec 2005) | 2 lines 
     1052Changed paths: 
     1053   M /trunk/include/vlc/vlc.h 
     1054   M /trunk/include/vlc_interaction.h 
     1055   M /trunk/include/vlc_symbols.h 
     1056   M /trunk/src/interface/interaction.c 
     1057 
     1058Add support for Yes/No questions (Refs:#27) 
     1059 
     1060------------------------------------------------------------------------ 
     1061r13700 | fkuehne | 2005-12-12 18:26:01 +0100 (Mon, 12 Dec 2005) | 1 line 
     1062Changed paths: 
     1063   M /trunk/po/ja.po 
     1064 
     1065* trunk version of [13699] 
     1066------------------------------------------------------------------------ 
     1067r13698 | oaubert | 2005-12-12 16:22:35 +0100 (Mon, 12 Dec 2005) | 2 lines 
     1068Changed paths: 
     1069   M /trunk/src/control/audio_video.c 
     1070 
     1071src/control/audio_video.c: cast visual_id parameter to int 
     1072 
     1073------------------------------------------------------------------------ 
     1074r13697 | oaubert | 2005-12-12 15:51:50 +0100 (Mon, 12 Dec 2005) | 2 lines 
     1075Changed paths: 
     1076   M /trunk/src/control/core.c 
     1077 
     1078control/core.c: raise exceptions in get_media_position 
     1079 
     1080------------------------------------------------------------------------ 
     1081r13695 | hartman | 2005-12-12 13:31:32 +0100 (Mon, 12 Dec 2005) | 2 lines 
     10