Changeset 2a6ec8069857dfc0c6159856aa2c1847e7a8e0d8

Show
Ignore:
Timestamp:
04/02/06 13:17:53 (2 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1143976673 +0000
git-parent:

[661ff53c70cfe15b8a3a1ca0eba7f4c0c5542a0a]

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

Update NEWS, ChangeLog?, and INSTALL.win32

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ChangeLog

    re9cbe4e r2a6ec80  
    1 ------------------------------------------------------------------------ 
    2 r14989 | xtophe | 2006-03-31 00:58:23 +0200 (Fri, 31 Mar 2006) | 2 lines 
    3 Changed paths: 
    4    M /trunk/modules/codec/Modules.am 
    5    M /trunk/modules/codec/adpcm.c 
    6    M /trunk/modules/codec/araw.c 
    7    M /trunk/modules/codec/cmml/cmml.c 
    8    M /trunk/modules/codec/dirac.c 
    9    M /trunk/modules/codec/dvbsub.c 
    10    M /trunk/modules/codec/ffmpeg/ffmpeg.c 
    11    M /trunk/modules/codec/ffmpeg/ffmpeg.h 
    12  
    13 String review in codec. 1st part. ffmpeg.h to be improve. refs #438 
    14  
    15 ------------------------------------------------------------------------ 
    16 r14988 | bigben | 2006-03-30 23:54:07 +0200 (Thu, 30 Mar 2006) | 4 lines 
    17 Changed paths: 
    18    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib 
    19    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib 
    20    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib 
    21    M /trunk/modules/gui/macosx/intf.h 
    22    M /trunk/modules/gui/macosx/intf.m 
    23    M /trunk/modules/gui/macosx/voutgl.m 
    24  
    25 * Implement Crop in the ogl vout 
    26 * The implementation is quite dirty, but I just cannot see any other easy solution... 
    27  
    28  
    29 ------------------------------------------------------------------------ 
    30 r14987 | fkuehne | 2006-03-30 19:38:36 +0200 (Thu, 30 Mar 2006) | 5 lines 
    31 Changed paths: 
    32    M /trunk/Makefile.am 
    33  
    34 * added 2 options for the OSX-disk-image creation-line 
    35     - scrub: removes .Trashes 
    36     - imagekey zlib-level=9: uses a better compression method, which saves us something MBs, but needs a bit more CPU-time. 
    37  
    38 Thanks to cilly on IRC for suggesting this. 
    39 ------------------------------------------------------------------------ 
    40 r14986 | courmisch | 2006-03-30 18:37:06 +0200 (Thu, 30 Mar 2006) | 3 lines 
    41 Changed paths: 
    42    M /trunk/modules/demux/mp4/mp4.c 
    43  
    44 Removes invalid UTF-8 byte sequences from meta data as a work-around 
    45 until someone who knows how MPEG4 specifies encoding fixes the issue (refs #612) 
    46  
    47 ------------------------------------------------------------------------ 
    48 r14985 | zorglub | 2006-03-30 17:46:31 +0200 (Thu, 30 Mar 2006) | 2 lines 
    49 Changed paths: 
    50    M /trunk/modules/control/gestures.c 
    51    M /trunk/modules/control/http/http.c 
    52    M /trunk/modules/control/netsync.c 
    53    M /trunk/modules/control/ntservice.c 
    54    M /trunk/modules/control/showintf.c 
    55    M /trunk/modules/control/telnet.c 
    56  
    57 2nd control review (except telnet) 
    58  
    59 ------------------------------------------------------------------------ 
    60 r14984 | oaubert | 2006-03-30 16:39:50 +0200 (Thu, 30 Mar 2006) | 5 lines 
    61 Changed paths: 
    62    M /trunk/modules/misc/svg.c 
    63  
    64 modules/misc/svg.c: 
    65   * specify unit for malloc 
    66   * use g_object_unref to properly free the p_rendition 
    67   * remove spurious whitespace 
    68  
    69 ------------------------------------------------------------------------ 
    70 r14983 | oaubert | 2006-03-30 16:31:02 +0200 (Thu, 30 Mar 2006) | 4 lines 
    71 Changed paths: 
    72    M /trunk/bindings/mediacontrol-python/Makefile.am 
    73  
    74 bindings/mediacontrol-python/Makefile.am:  
    75   * add python binding files to EXTRA_DIST 
    76   * move COMPILERARG definition inside the BUILD_PYTHON code 
    77  
    78 ------------------------------------------------------------------------ 
    79 r14982 | dionoea | 2006-03-30 16:05:13 +0200 (Thu, 30 Mar 2006) | 2 lines 
    80 Changed paths: 
    81    M /trunk/THANKS 
    82  
    83 Many thanks to Albert on the forums for his help with the http interface 
    84  
    85 ------------------------------------------------------------------------ 
    86 r14981 | dionoea | 2006-03-30 16:01:24 +0200 (Thu, 30 Mar 2006) | 2 lines 
    87 Changed paths: 
    88    M /trunk/share/http/style.css 
    89  
    90 Try dialog width style fix 
    91  
    92 ------------------------------------------------------------------------ 
    93 r14980 | courmisch | 2006-03-30 15:57:58 +0200 (Thu, 30 Mar 2006) | 2 lines 
    94 Changed paths: 
    95    M /trunk/include/vlc_tls.h 
    96    M /trunk/modules/codec/adpcm.c 
    97    M /trunk/modules/demux/voc.c 
    98    M /trunk/modules/demux/xa.c 
    99    M /trunk/src/network/tls.c 
    100  
    101 Cosmetic, Fix my name 
    102  
    103 ------------------------------------------------------------------------ 
    104 r14979 | damienf | 2006-03-30 15:16:06 +0200 (Thu, 30 Mar 2006) | 4 lines 
    105 Changed paths: 
    106    M /trunk/activex/olecontrol.cpp 
    107    M /trunk/activex/oleinplaceactiveobject.cpp 
    108    M /trunk/activex/oleinplaceobject.cpp 
    109    M /trunk/activex/oleobject.cpp 
    110    M /trunk/activex/oleobject.h 
    111    M /trunk/activex/plugin.cpp 
    112    M /trunk/activex/plugin.h 
    113  
    114 - cleaned up in place and UI activation: VLC Plugin should behave better with other controls (ie. don't eat TABSTOP keystrokes, etc...) 
    115 - minor code cleanup and fixes 
    116  
    117  
    118 ------------------------------------------------------------------------ 
    119 r14978 | damienf | 2006-03-30 12:20:26 +0200 (Thu, 30 Mar 2006) | 2 lines 
    120 Changed paths: 
    121    M /trunk/modules/video_output/opengl.c 
    122  
    123 opengl.c: fixed string declaration over multiple lines 
    124  
    125 ------------------------------------------------------------------------ 
    126 r14977 | zorglub | 2006-03-30 10:40:51 +0200 (Thu, 30 Mar 2006) | 2 lines 
    127 Changed paths: 
    128    M /trunk/modules/video_filter/adjust.c 
    129    M /trunk/modules/video_filter/clone.c 
    130    M /trunk/modules/video_filter/crop.c 
    131    M /trunk/modules/video_filter/deinterlace.c 
    132    M /trunk/modules/video_filter/distort.c 
    133    M /trunk/modules/video_filter/logo.c 
    134    M /trunk/modules/video_filter/marq.c 
    135    M /trunk/modules/video_filter/mosaic.c 
    136    M /trunk/modules/video_filter/osdmenu.c 
    137    M /trunk/modules/video_filter/rss.c 
    138    M /trunk/modules/video_filter/swscale/filter.c 
    139    M /trunk/modules/video_filter/time.c 
    140    M /trunk/modules/video_filter/wall.c 
    141    M /trunk/modules/video_output/fb.c 
    142    M /trunk/modules/video_output/ggi.c 
    143    M /trunk/modules/video_output/image.c 
    144    M /trunk/modules/video_output/opengl.c 
    145    M /trunk/modules/video_output/qte/qte.cpp 
    146    M /trunk/modules/video_output/snapshot.c 
    147    M /trunk/modules/video_output/x11/glx.c 
    148    M /trunk/modules/video_output/x11/x11.c 
    149    M /trunk/modules/video_output/x11/xvideo.c 
    150  
    151 Video filters and outputs strings (Refs:#438) 
    152  
    153 ------------------------------------------------------------------------ 
    154 r14976 | zorglub | 2006-03-30 10:36:49 +0200 (Thu, 30 Mar 2006) | 2 lines 
    155 Changed paths: 
    156    M /trunk/modules/control/corba/corba.c 
    157  
    158 Use the string 
    159  
    160 ------------------------------------------------------------------------ 
    161 r14975 | zorglub | 2006-03-30 07:42:08 +0200 (Thu, 30 Mar 2006) | 2 lines 
    162 Changed paths: 
    163    M /trunk/modules/control/corba/corba.c 
    164  
    165 Corba string (Refs:#438) 
    166  
    167 ------------------------------------------------------------------------ 
    168 r14974 | zorglub | 2006-03-30 07:37:29 +0200 (Thu, 30 Mar 2006) | 2 lines 
    169 Changed paths: 
    170    M /trunk/modules/access_filter/record.c 
    171    M /trunk/modules/access_filter/timeshift.c 
    172    M /trunk/modules/access_output/http.c 
    173    M /trunk/modules/access_output/shout.c 
    174    M /trunk/modules/access_output/udp.c 
    175  
    176 Access strings (Refs:#438) 
    177  
    178 ------------------------------------------------------------------------ 
    179 r14973 | dionoea | 2006-03-30 01:59:40 +0200 (Thu, 30 Mar 2006) | 2 lines 
    180 Changed paths: 
    181    M /trunk/share/http/js/mosaic.js 
    182  
    183 Mosaic wizard: audio stuff was missing 
    184  
    185 ------------------------------------------------------------------------ 
    186 r14972 | xtophe | 2006-03-30 01:58:40 +0200 (Thu, 30 Mar 2006) | 2 lines 
    187 Changed paths: 
    188    M /trunk/include/vlc_config_cat.h 
    189  
    190 include/* : Relecture. refs #438 
    191  
    192 ------------------------------------------------------------------------ 
    193 r14971 | dionoea | 2006-03-30 00:40:26 +0200 (Thu, 30 Mar 2006) | 2 lines 
    194 Changed paths: 
    195    M /trunk/src/misc/unicode.c 
    196  
    197 Fix windows drive listing. (We have wrappers arround wrappers ... neat :p ) 
    198  
    199 ------------------------------------------------------------------------ 
    200 r14970 | bigben | 2006-03-29 22:03:48 +0200 (Wed, 29 Mar 2006) | 4 lines 
    201 Changed paths: 
    202    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib 
    203    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib 
    204    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib 
    205    M /trunk/modules/gui/macosx/intf.h 
    206    M /trunk/modules/gui/macosx/intf.m 
    207    M /trunk/modules/gui/macosx/vout.m 
    208    M /trunk/modules/gui/macosx/voutgl.m 
    209  
    210 * vout.m : comment the NSLog call in windowContainsEmbedded: this method is called on something else than an NSWindow in normal operation 
    211 * other: implement on the fly aspect ratio change. Only works in the ogl output at the moment 
    212  
    213  
    214 ------------------------------------------------------------------------ 
    215 r14969 | dionoea | 2006-03-29 19:45:59 +0200 (Wed, 29 Mar 2006) | 3 lines 
    216 Changed paths: 
    217    M /trunk/share/http/js/mosaic.js 
    218    M /trunk/share/http/js/vlm.js 
    219    M /trunk/src/misc/vlm.c 
    220  
    221 src/misc/vlm.c: fix FindEndCommand quote escaping 
    222 share/http/js/*.js: escape inputs in vlm commands 
    223  
    224 ------------------------------------------------------------------------ 
    225 r14968 | dionoea | 2006-03-29 19:11:32 +0200 (Wed, 29 Mar 2006) | 2 lines 
    226 Changed paths: 
    227    M /trunk/modules/control/rc.c 
    228  
    229 Some more typos 
    230  
    231 ------------------------------------------------------------------------ 
    232 r14967 | dionoea | 2006-03-29 18:56:20 +0200 (Wed, 29 Mar 2006) | 2 lines 
    233 Changed paths: 
    234    M /trunk/modules/control/gestures.c 
    235    M /trunk/modules/control/http/mvar.c 
    236  
    237 Fix typos. Thanks to tumu 
    238  
    239 ------------------------------------------------------------------------ 
    240 r14966 | dionoea | 2006-03-29 17:03:17 +0200 (Wed, 29 Mar 2006) | 2 lines 
    241 Changed paths: 
    242    M /trunk/modules/control/gestures.c 
    243    M /trunk/modules/control/hotkeys.c 
    244    M /trunk/modules/control/http/http.c 
    245    M /trunk/modules/control/http/mvar.c 
    246    M /trunk/modules/control/http/util.c 
    247    M /trunk/modules/control/lirc.c 
    248    M /trunk/modules/control/netsync.c 
    249    M /trunk/modules/control/ntservice.c 
    250    M /trunk/modules/control/showintf.c 
    251  
    252 Control interfaces first string review. 
    253  
    254 ------------------------------------------------------------------------ 
    255 r14965 | xtophe | 2006-03-29 16:35:58 +0200 (Wed, 29 Mar 2006) | 2 lines 
    256 Changed paths: 
    257    M /trunk/share/http/dialogs/input 
    258  
    259 typo 
    260  
    261 ------------------------------------------------------------------------ 
    262 r14964 | dionoea | 2006-03-29 16:27:14 +0200 (Wed, 29 Mar 2006) | 2 lines 
    263 Changed paths: 
    264    M /trunk/modules/control/rc.c 
    265  
    266 First rc interface string review 
    267  
    268 ------------------------------------------------------------------------ 
    269 r14963 | zorglub | 2006-03-29 16:02:00 +0200 (Wed, 29 Mar 2006) | 2 lines 
    270 Changed paths: 
    271    M /trunk/modules/LIST 
    272  
    273 LIST update (287 modules now) 
    274  
    275 ------------------------------------------------------------------------ 
    276 r14962 | zorglub | 2006-03-29 15:49:40 +0200 (Wed, 29 Mar 2006) | 2 lines 
    277 Changed paths: 
    278    M /trunk/modules/access/cdda.c 
    279    M /trunk/modules/access/directory.c 
    280    M /trunk/modules/access/dshow/dshow.cpp 
    281    M /trunk/modules/access/dv.c 
    282    M /trunk/modules/access/dvb/access.c 
    283    M /trunk/modules/access/dvdnav.c 
    284    M /trunk/modules/access/dvdread.c 
    285    M /trunk/modules/access/fake.c 
    286    M /trunk/modules/access/file.c 
    287    M /trunk/modules/access/ftp.c 
    288    M /trunk/modules/access/gnomevfs.c 
    289    M /trunk/modules/access/http.c 
    290    M /trunk/modules/access/mms/mms.c 
    291    M /trunk/modules/access/pvr/pvr.c 
    292    M /trunk/modules/access/rtsp/access.c 
    293    M /trunk/modules/access/screen/screen.c 
    294    M /trunk/modules/access/smb.c 
    295    M /trunk/modules/access/tcp.c 
    296    M /trunk/modules/access/udp.c 
    297    M /trunk/modules/access/v4l/v4l.c 
    298    M /trunk/modules/access/vcd/vcd.c 
    299  
    300 Access strings (Refs:#438) 
    301  
    302 ------------------------------------------------------------------------ 
    303 r14961 | sam | 2006-03-29 13:03:00 +0200 (Wed, 29 Mar 2006) | 2 lines 
    304 Changed paths: 
    305    M /trunk/modules/demux/mp4/mp4.c 
    306  
    307   * modules/demux/mp4/mp4.c: explicited debug message. 
    308  
    309 ------------------------------------------------------------------------ 
    310 r14960 | courmisch | 2006-03-29 12:35:41 +0200 (Wed, 29 Mar 2006) | 2 lines 
    311 Changed paths: 
    312    M /trunk/src/misc/modules.c 
    313  
    314 Fix warnings 
    315  
    316 ------------------------------------------------------------------------ 
    317 r14959 | dionoea | 2006-03-29 10:59:52 +0200 (Wed, 29 Mar 2006) | 2 lines 
    318 Changed paths: 
    319    M /trunk/THANKS 
    320    M /trunk/modules/gui/wxwidgets/interface.cpp 
    321  
    322 fix #578. patch by Steven Sheehy. thanks. 
    323  
    324 ------------------------------------------------------------------------ 
    325 r14958 | fkuehne | 2006-03-29 09:33:35 +0200 (Wed, 29 Mar 2006) | 1 line 
    326 Changed paths: 
    327    M /trunk/modules/access/mms/mmstu.c 
    328    M /trunk/modules/control/netsync.c 
    329    M /trunk/modules/misc/xml/libxml.c 
    330    M /trunk/src/misc/modules.c 
    331  
    332 * fixed a few signedness warnings. Please shout if this accidentally breaks something. 
    333 ------------------------------------------------------------------------ 
    334 r14957 | fkuehne | 2006-03-29 08:39:21 +0200 (Wed, 29 Mar 2006) | 1 line 
    335 Changed paths: 
    336    M /trunk/extras/contrib/src/Makefile 
    337    D /trunk/extras/contrib/src/Patches/x264-svn.patch 
    338  
    339 * x264-patch was committed upstream 
    340 ------------------------------------------------------------------------ 
    341 r14956 | xtophe | 2006-03-29 00:34:41 +0200 (Wed, 29 Mar 2006) | 2 lines 
    342 Changed paths: 
    343    M /trunk/include/snapshot.h 
    344  
    345 include: first part of the relecture. refs #438 
    346  
    347 ------------------------------------------------------------------------ 
    348 r14955 | dionoea | 2006-03-28 23:29:59 +0200 (Tue, 28 Mar 2006) | 2 lines 
    349 Changed paths: 
    350    M /trunk/modules/control/http/http.c 
    351    M /trunk/share/http/requests/status.xml 
    352  
    353 Export stats in http interface 
    354  
    355 ------------------------------------------------------------------------ 
    356 r14954 | zorglub | 2006-03-28 23:00:15 +0200 (Tue, 28 Mar 2006) | 2 lines 
    357 Changed paths: 
    358    M /trunk 
    359    M /trunk/modules/audio_filter/channel_mixer/headphone.c 
    360    M /trunk/modules/audio_filter/converter/a52tofloat32.c 
    361    M /trunk/modules/audio_filter/converter/dtstofloat32.c 
    362    M /trunk/modules/audio_filter/equalizer.c 
    363    M /trunk/modules/audio_filter/normvol.c 
     1Revision too large, show log from 13997. 
     2---------------------------------------------------------------------- 
     3r13997:  zorglub | 2006-04-02 09:58:37 +0200 
     4Changed paths: 
     5  M  /local/vlc/trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp 
     6  M  /local/vlc/trunk/modules/gui/wxwidgets/dialogs/interaction.cpp 
     7  M  /local/vlc/trunk/modules/gui/wxwidgets/dialogs/open.cpp 
     8  M  /local/vlc/trunk/modules/gui/wxwidgets/dialogs/playlist.cpp 
     9  M  /local/vlc/trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp 
     10  M  /local/vlc/trunk/modules/gui/wxwidgets/dialogs/streamout.cpp 
     11  M  /local/vlc/trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp 
     12  M  /local/vlc/trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp 
     13  M  /local/vlc/trunk/modules/gui/wxwidgets/dialogs/wizard.cpp 
     14  M  /local/vlc/trunk/modules/gui/wxwidgets/interface.cpp 
     15  M  /local/vlc/trunk/modules/gui/wxwidgets/streamdata.cpp 
     16  M  /local/vlc/trunk/modules/gui/wxwidgets/wxwidgets.cpp 
     17  M  /local/vlc/trunk/modules/gui/wxwidgets/wxwidgets.hpp 
     18 
     19WX Strings review by Steven Sheehy (Refs:#438) 
     20---------------------------------------------------------------------- 
     21r13970:  zorglub | 2006-04-01 11:05:11 +0200 
     22Changed paths: 
     23  M  /local/vlc/trunk/modules/gui/wxwidgets/extrapanel.cpp 
     24 
     25String fixes to extrapanel. Thanks to Steven on IRC 
     26---------------------------------------------------------------------- 
     27r13969:  zorglub | 2006-04-01 09:03:55 +0200 
     28Changed paths: 
     29   M /local/vlc/trunk 
     30  M  /local/vlc/trunk/modules/access/cdda.c 
     31  M  /local/vlc/trunk/modules/access/cdda/access.c 
     32  M  /local/vlc/trunk/modules/access/cdda/callback.c 
     33  M  /local/vlc/trunk/modules/access/cdda/cdda.c 
     34  M  /local/vlc/trunk/modules/access/directory.c 
     35  M  /local/vlc/trunk/modules/access/dshow/crossbar.cpp 
     36  M  /local/vlc/trunk/modules/access/dshow/dshow.cpp 
     37  M  /local/vlc/trunk/modules/access/dv.c 
     38  M  /local/vlc/trunk/modules/access/dvb/access.c 
     39  M  /local/vlc/trunk/modules/access/dvdnav.c 
     40  M  /local/vlc/trunk/modules/access/dvdread.c 
     41  M  /local/vlc/trunk/modules/access/fake.c 
     42  M  /local/vlc/trunk/modules/access/file.c 
     43  M  /local/vlc/trunk/modules/access/ftp.c 
     44  M  /local/vlc/trunk/modules/access/gnomevfs.c 
     45  M  /local/vlc/trunk/modules/access/http.c 
     46  M  /local/vlc/trunk/modules/access/mms/mms.c 
     47  M  /local/vlc/trunk/modules/access/mms/mmsh.c 
     48  M  /local/vlc/trunk/modules/access/mms/mmstu.c 
     49  M  /local/vlc/trunk/modules/access/rtsp/access.c 
     50  M  /local/vlc/trunk/modules/access/screen/screen.c 
     51  M  /local/vlc/trunk/modules/access/smb.c 
     52  M  /local/vlc/trunk/modules/access/tcp.c 
     53  M  /local/vlc/trunk/modules/access/udp.c 
     54  M  /local/vlc/trunk/modules/access/v4l/v4l.c 
     55  M  /local/vlc/trunk/modules/access/vcd/vcd.c 
     56  M  /local/vlc/trunk/modules/gui/macosx/wizard.m 
     57  M  /local/vlc/trunk/modules/gui/skins2/src/ft2_font.cpp 
     58  M  /local/vlc/trunk/modules/gui/skins2/src/ft2_font.hpp 
     59  M  /local/vlc/trunk/src/input/subtitles.c 
     60  M  /local/vlc/trunk/src/libvlc.h 
     61  M  /local/vlc/trunk/src/misc/image.c 
     62  M  /local/vlc/trunk/src/misc/unicode.c 
     63 
     64 r13959@india (orig r15010):  courmisch | 2006-03-31 23:20:37 +0200 
     65 Fix an old overflow and two recent bugs introduced by me 
     66  
     67 r13960@india (orig r15011):  courmisch | 2006-03-31 23:21:49 +0200 
     68 Probably a fix for crap compilers 
     69  
     70 r13961@india (orig r15012):  dionoea | 2006-03-31 23:37:52 +0200 
     71 Libvlc strings 2nd review (Refs:#438) 
     72  
     73 r13962@india (orig r15013):  fkuehne | 2006-04-01 00:23:53 +0200 
     74 * do only show the destination of the first item on the summary page when transcoding to file and add a counter for the others 
     75 r13963@india (orig r15014):  ipkiss | 2006-04-01 00:33:45 +0200 
     76  skins2/src/ft2_font.*: s/initalize/initialize/ 
     77  
     78 r13964@india (orig r15015):  dionoea | 2006-04-01 00:41:22 +0200 
     79 Prevent segfault under windows. We now have to fix the stream_Size function so it works. 
     80 (exemple segfault with : $ ./vlc --fake-file="C:\Documents and Settings\Antoine\Mes documents\Mes images\vlc-1337.jpg" fake: ) 
     81  
     82 r13965@india (orig r15016):  xtophe | 2006-04-01 01:07:01 +0200 
     83 Access/*: Second lecture (refs #438) 
     84  
     85 r13966@india (orig r15017):  xtophe | 2006-04-01 01:30:46 +0200 
     86 Fix compile 
     87  
     88 r13967@india (orig r15018):  dionoea | 2006-04-01 02:18:25 +0200 
     89 Fix stat wrapper on windows... Wrappers are nice. Wrappers which work are better. 
     90  
     91 r13968@india (orig r15019):  dionoea | 2006-04-01 02:25:58 +0200 
     92 Hum, this isn't needed anymore. 
     93  
     94 
     95---------------------------------------------------------------------- 
     96r13957:  zorglub | 2006-03-31 21:33:57 +0200 
     97Changed paths: 
     98  M  /local/vlc/trunk/modules/codec/x264.c 
     99 
     100X264 (Refs:#438) 
     101---------------------------------------------------------------------- 
     102r13956:  zorglub | 2006-03-31 21:26:10 +0200 
     103Changed paths: 
     104   M /local/vlc/trunk 
     105  M  /local/vlc/trunk/ChangeLog 
     106  M  /local/vlc/trunk/Makefile.am 
     107  M  /local/vlc/trunk/NEWS 
     108  M  /local/vlc/trunk/THANKS 
     109  M  /local/vlc/trunk/activex/olecontrol.cpp 
     110  M  /local/vlc/trunk/activex/oleinplaceactiveobject.cpp 
     111  M  /local/vlc/trunk/activex/oleinplaceobject.cpp 
     112  M  /local/vlc/trunk/activex/oleobject.cpp 
     113  M  /local/vlc/trunk/activex/oleobject.h 
     114  M  /local/vlc/trunk/activex/plugin.cpp 
     115  M  /local/vlc/trunk/activex/plugin.h 
     116  MM /local/vlc/trunk/bindings/java/Makefile.am 
     117  MM /local/vlc/trunk/bindings/java/README 
     118  A  /local/vlc/trunk/bindings/java/SWTUglyPlayer.java 
     119   M /local/vlc/trunk/bindings/java/TODO 
     120  MM /local/vlc/trunk/bindings/java/VlcClient.java 
     121   M /local/vlc/trunk/bindings/java/javadoc.xml 
     122   M /local/vlc/trunk/bindings/java/org 
     123  A  /local/vlc/trunk/bindings/java/org/videolan/jvlc/AudioIntf.java 
     124  A  /local/vlc/trunk/bindings/java/org/videolan/jvlc/InputIntf.java 
     125  A  /local/vlc/trunk/bindings/java/org/videolan/jvlc/JLibVLC.java 
     126  MM /local/vlc/trunk/bindings/java/org/videolan/jvlc/JVLC.java 
     127  D  /local/vlc/trunk/bindings/java/org/videolan/jvlc/JVLCBoolVariable.java 
     128  MM /local/vlc/trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java 
     129  D  /local/vlc/trunk/bindings/java/org/videolan/jvlc/JVLCFloatVariable.java 
     130  D  /local/vlc/trunk/bindings/java/org/videolan/jvlc/JVLCIntVariable.java 
     131  D  /local/vlc/trunk/bindings/java/org/videolan/jvlc/JVLCNoSuchVariableNameException.java 
     132  A  /local/vlc/trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java 
     133  D  /local/vlc/trunk/bindings/java/org/videolan/jvlc/JVLCStringVariable.java 
     134  D  /local/vlc/trunk/bindings/java/org/videolan/jvlc/JVLCTimeVariable.java 
     135  D  /local/vlc/trunk/bindings/java/org/videolan/jvlc/JVLCVarValue.java 
     136  D  /local/vlc/trunk/bindings/java/org/videolan/jvlc/JVLCVarVariable.java 
     137  D  /local/vlc/trunk/bindings/java/org/videolan/jvlc/JVLCVariable.java 
     138  A  /local/vlc/trunk/bindings/java/org/videolan/jvlc/Playlist.java 
     139  A  /local/vlc/trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java 
     140  A  /local/vlc/trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java 
     141  A  /local/vlc/trunk/bindings/java/org/videolan/jvlc/VLMIntf.java 
     142  A  /local/vlc/trunk/bindings/java/org/videolan/jvlc/VideoIntf.java 
     143  D  /local/vlc/trunk/bindings/java/org/videolan/jvlc/mediacontrol 
     144  D  /local/vlc/trunk/bindings/java/vlc-glue-cni.cc 
     145  D  /local/vlc/trunk/bindings/java/vlc-glue-jni.cc 
     146   M /local/vlc/trunk/bindings/java/vlc-graphics-jni.cc 
     147  A  /local/vlc/trunk/bindings/java/vlc-libvlc-jni.cc 
     148  M  /local/vlc/trunk/bindings/mediacontrol-python/Makefile.am 
     149  M  /local/vlc/trunk/configure.ac 
     150  M  /local/vlc/trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings 
     151  M  /local/vlc/trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib 
     152  M  /local/vlc/trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib 
     153  M  /local/vlc/trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib 
     154  M  /local/vlc/trunk/extras/MacOSX/vlc.pbproj/project.pbxproj 
     155  M  /local/vlc/trunk/extras/contrib/src/Makefile 
     156  D  /local/vlc/trunk/extras/contrib/src/Patches/x264-svn.patch 
     157  M  /local/vlc/trunk/include/snapshot.h 
     158  M  /local/vlc/trunk/include/vlc_config_cat.h 
     159  M  /local/vlc/trunk/include/vlc_tls.h 
     160  M  /local/vlc/trunk/modules/LIST 
     161  M  /local/vlc/trunk/modules/access/cdda.c 
     162  M  /local/vlc/trunk/modules/access/directory.c 
     163  M  /local/vlc/trunk/modules/access/dshow/dshow.cpp 
     164  M  /local/vlc/trunk/modules/access/dv.c 
     165  M  /local/vlc/trunk/modules/access/dvb/access.c 
     166  M  /local/vlc/trunk/modules/access/dvdnav.c 
     167  M  /local/vlc/trunk/modules/access/dvdread.c 
     168  M  /local/vlc/trunk/modules/access/fake.c 
     169  M  /local/vlc/trunk/modules/access/file.c 
     170  M  /local/vlc/trunk/modules/access/ftp.c 
     171  M  /local/vlc/trunk/modules/access/gnomevfs.c 
     172  M  /local/vlc/trunk/modules/access/http.c 
     173  M  /local/vlc/trunk/modules/access/mms/mms.c 
     174  M  /local/vlc/trunk/modules/access/mms/mmstu.c 
     175  M  /local/vlc/trunk/modules/access/pvr/pvr.c 
     176  M  /local/vlc/trunk/modules/access/rtsp/access.c 
     177  M  /local/vlc/trunk/modules/access/screen/screen.c 
     178  M  /local/vlc/trunk/modules/access/smb.c 
     179  M  /local/vlc/trunk/modules/access/tcp.c 
     180  M  /local/vlc/trunk/modules/access/udp.c 
     181  M  /local/vlc/trunk/modules/access/v4l/v4l.c 
     182  M  /local/vlc/trunk/modules/access/vcd/vcd.c 
     183  M  /local/vlc/trunk/modules/access_filter/record.c 
     184  M  /local/vlc/trunk/modules/access_filter/timeshift.c 
     185  M  /local/vlc/trunk/modules/access_output/http.c 
     186  M  /local/vlc/trunk/modules/access_output/shout.c 
     187  M  /local/vlc/trunk/modules/access_output/udp.c 
     188  M  /local/vlc/trunk/modules/audio_filter/channel_mixer/dolby.c 
     189  M  /local/vlc/trunk/modules/audio_filter/channel_mixer/headphone.c 
     190  M  /local/vlc/trunk/modules/audio_filter/channel_mixer/simple.c 
     191  M  /local/vlc/trunk/modules/audio_filter/channel_mixer/trivial.c 
     192  M  /local/vlc/trunk/modules/audio_filter/converter/a52tospdif.c 
     193  M  /local/vlc/trunk/modules/audio_filter/converter/dtstofloat32.c 
     194  M  /local/vlc/trunk/modules/audio_filter/converter/dtstospdif.c 
     195  M  /local/vlc/trunk/modules/audio_filter/converter/fixed32tofloat32.c 
     196  M  /local/vlc/trunk/modules/audio_filter/converter/fixed32tos16.c 
     197  M  /local/vlc/trunk/modules/audio_filter/converter/float32tos16.c 
     198  M  /local/vlc/trunk/modules/audio_filter/converter/float32tos8.c 
     199  M  /local/vlc/trunk/modules/audio_filter/converter/float32tou16.c 
     200  M  /local/vlc/trunk/modules/audio_filter/converter/float32tou8.c 
     201  M  /local/vlc/trunk/modules/audio_filter/converter/s16tofixed32.c 
     202  M  /local/vlc/trunk/modules/audio_filter/converter/s16tofloat32.c 
     203  M  /local/vlc/trunk/modules/audio_filter/converter/s16tofloat32swab.c 
     204  M  /local/vlc/trunk/modules/audio_filter/converter/s8tofloat32.c 
     205  M  /local/vlc/trunk/modules/audio_filter/converter/u8tofixed32.c 
     206  M  /local/vlc/trunk/modules/audio_filter/converter/u8tofloat32.c 
     207  M  /local/vlc/trunk/modules/audio_filter/equalizer.c 
     208  M  /local/vlc/trunk/modules/audio_filter/format.c 
     209  M  /local/vlc/trunk/modules/audio_filter/normvol.c 
     210  M  /local/vlc/trunk/modules/audio_filter/param_eq.c 
     211  M  /local/vlc/trunk/modules/audio_filter/resampler/bandlimited.c 
     212  M  /local/vlc/trunk/modules/audio_filter/resampler/linear.c 
     213  M  /local/vlc/trunk/modules/audio_filter/resampler/trivial.c 
     214  M  /local/vlc/trunk/modules/audio_filter/resampler/ugly.c 
     215  M  /local/vlc/trunk/modules/audio_output/alsa.c 
     216  M  /local/vlc/trunk/modules/audio_output/auhal.c 
     217  M  /local/vlc/trunk/modules/audio_output/directx.c 
     218  M  /local/vlc/trunk/modules/audio_output/file.c 
     219  M  /local/vlc/trunk/modules/audio_output/jack.c 
     220  M  /local/vlc/trunk/modules/audio_output/oss.c 
     221  M  /local/vlc/trunk/modules/audio_output/portaudio.c 
     222  M  /local/vlc/trunk/modules/codec/Modules.am 
     223  M  /local/vlc/trunk/modules/codec/adpcm.c 
     224  M  /local/vlc/trunk/modules/codec/araw.c 
     225  M  /local/vlc/trunk/modules/codec/cmml/cmml.c 
     226  M  /local/vlc/trunk/modules/codec/dirac.c 
     227  M  /local/vlc/trunk/modules/codec/dvbsub.c 
     228  M  /local/vlc/trunk/modules/codec/fake.c 
     229  M  /local/vlc/trunk/modules/codec/ffmpeg/ffmpeg.c 
     230  M  /local/vlc/trunk/modules/codec/ffmpeg/ffmpeg.h 
     231  M  /local/vlc/trunk/modules/codec/mpeg_audio.c 
     232  M  /local/vlc/trunk/modules/codec/quicktime.c 
     233  M  /local/vlc/trunk/modules/codec/speex.c 
     234  M  /local/vlc/trunk/modules/codec/subsdec.c 
     235  M  /local/vlc/trunk/modules/codec/svcdsub.c 
     236  M  /local/vlc/trunk/modules/codec/tarkin.c 
     237  M  /local/vlc/trunk/modules/codec/theora.c 
     238  M  /local/vlc/trunk/modules/codec/twolame.c 
     239  M  /local/vlc/trunk/modules/codec/vorbis.c 
     240  M  /local/vlc/trunk/modules/codec/x264.c 
     241  M  /local/vlc/trunk/modules/control/corba/corba.c 
     242  M  /local/vlc/trunk/modules/control/gestures.c 
     243  M  /local/vlc/trunk/modules/control/hotkeys.c 
     244  M  /local/vlc/trunk/modules/control/http/http.c 
     245  M  /local/vlc/trunk/modules/control/http/mvar.c 
     246  M  /local/vlc/trunk/modules/control/http/util.c 
     247  M  /local/vlc/trunk/modules/control/lirc.c 
     248  M  /local/vlc/trunk/modules/control/netsync.c 
     249  M  /local/vlc/trunk/modules/control/ntservice.c 
     250  M  /local/vlc/trunk/modules/control/rc.c 
     251  M  /local/vlc/trunk/modules/control/showintf.c 
     252  M  /local/vlc/trunk/modules/control/telnet.c 
     253  M  /local/vlc/trunk/modules/demux/mp4/mp4.c 
     254  M  /local/vlc/trunk/modules/demux/voc.c 
     255  M  /local/vlc/trunk/modules/demux/xa.c 
     256  M  /local/vlc/trunk/modules/gui/macosx/intf.h 
     257  M  /local/vlc/trunk/modules/gui/macosx/intf.m 
     258  M  /local/vlc/trunk/modules/gui/macosx/vout.m 
     259  M  /local/vlc/trunk/modules/gui/macosx/voutgl.m 
     260  M  /local/vlc/trunk/modules/gui/skins2/commands/cmd_change_skin.cpp 
     261  M  /local/vlc/trunk/modules/gui/skins2/commands/cmd_dialogs.hpp 
     262  M  /local/vlc/trunk/modules/gui/skins2/events/evt_mouse.cpp 
     263  M  /local/vlc/trunk/modules/gui/skins2/events/evt_scroll.cpp 
     264  M  /local/vlc/trunk/modules/gui/skins2/events/evt_special.cpp 
     265  M  /local/vlc/trunk/modules/gui/skins2/parser/builder.cpp 
     266  M  /local/vlc/trunk/modules/gui/skins2/parser/interpreter.cpp 
     267  M  /local/vlc/trunk/modules/gui/skins2/parser/skin_parser.cpp 
     268  M  /local/vlc/trunk/modules/gui/skins2/parser/xmlparser.cpp 
     269  M  /local/vlc/trunk/modules/gui/skins2/src/dialogs.cpp 
     270  M  /local/vlc/trunk/modules/gui/skins2/src/ft2_font.cpp 
     271  M  /local/vlc/trunk/modules/gui/skins2/src/generic_layout.cpp 
     272  M  /local/vlc/trunk/modules/gui/skins2/src/popup.cpp 
     273  M  /local/vlc/trunk/modules/gui/skins2/src/skin_main.cpp 
     274  M  /local/vlc/trunk/modules/gui/skins2/src/theme.cpp 
     275  M  /local/vlc/trunk/modules/gui/skins2/src/theme_loader.cpp 
     276  M  /local/vlc/trunk/modules/gui/skins2/src/theme_repository.cpp 
     277  M  /local/vlc/trunk/modules/gui/skins2/src/top_window.cpp 
     278  M  /local/vlc/trunk/modules/gui/skins2/src/var_manager.cpp 
     279  M  /local/vlc/trunk/modules/gui/skins2/src/window_manager.cpp 
     280  M  /local/vlc/trunk/modules/gui/skins2/utils/ustring.cpp 
     281  M  /local/vlc/trunk/modules/gui/skins2/vars/playtree.cpp 
     282  M  /local/vlc/trunk/modules/gui/skins2/win32/win32_factory.cpp 
     283  M  /local/vlc/trunk/modules/gui/skins2/win32/win32_tooltip.cpp 
     284  M  /local/vlc/trunk/modules/gui/skins2/x11/x11_display.cpp 
     285  M  /local/vlc/trunk/modules/gui/skins2/x11/x11_graphics.cpp 
     286  M  /local/vlc/trunk/modules/gui/skins2/x11/x11_loop.cpp 
     287  M  /local/vlc/trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp 
     288  M  /local/vlc/trunk/modules/gui/wxwidgets/dialogs/open.cpp 
     289  M  /local/vlc/trunk/modules/gui/wxwidgets/dialogs/playlist.cpp 
     290  M  /local/vlc/trunk/modules/gui/wxwidgets/dialogs/preferences.cpp 
     291  M  /local/vlc/trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp 
     292  M  /local/vlc/trunk/modules/gui/wxwidgets/dialogs/streamout.cpp 
     293  M  /local/vlc/trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp 
     294  M  /local/vlc/trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp 
     295  M  /local/vlc/trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp 
     296  M  /local/vlc/trunk/modules/gui/wxwidgets/dialogs/wizard.cpp 
     297  M  /local/vlc/trunk/modules/gui/wxwidgets/extrapanel.cpp 
     298  M  /local/vlc/trunk/modules/gui/wxwidgets/interface.cpp 
     299  M  /local/vlc/trunk/modules/gui/wxwidgets/streamdata.cpp 
     300  M  /local/vlc/trunk/modules/gui/wxwidgets/video.cpp 
     301  M  /local/vlc/trunk/modules/gui/wxwidgets/wxwidgets.cpp 
     302  M  /local/vlc/trunk/modules/misc/svg.c 
     303  M  /local/vlc/trunk/modules/misc/xml/libxml.c 
     304  M  /local/vlc/trunk/modules/mux/asf.c 
     305  M  /local/vlc/trunk/modules/mux/mp4.c 
     306  M  /local/vlc/trunk/modules/mux/mpeg/ps.c 
     307  M  /local/vlc/trunk/modules/mux/mpeg/ts.c 
     308  M  /local/vlc/trunk/modules/packetizer/mpeg4audio.c 
     309  M  /local/vlc/trunk/modules/services_discovery/sap.c 
     310  M  /local/vlc/trunk/modules/stream_out/bridge.c 
     311  M  /local/vlc/trunk/modules/video_filter/adjust.c 
     312  M  /local/vlc/trunk/modules/video_filter/clone.c 
     313  M  /local/vlc/trunk/modules/video_filter/crop.c 
     314  M  /local/vlc/trunk/modules/video_filter/deinterlace.c 
     315  M  /local/vlc/trunk/modules/video_filter/distort.c 
     316  M  /local/vlc/trunk/modules/video_filter/logo.c 
     317  M  /local/vlc/trunk/modules/video_filter/marq.c 
     318  M  /local/vlc/trunk/modules/video_filter/mosaic.c 
     319  M  /local/vlc/trunk/modules/video_filter/motiondetect.c 
     320  M  /local/vlc/trunk/modules/video_filter/osdmenu.c 
     321  M  /local/vlc/trunk/modules/video_filter/rss.c 
     322  M  /local/vlc/trunk/modules/video_filter/swscale/filter.c 
     323  M  /local/vlc/trunk/modules/video_filter/time.c 
     324  M  /local/vlc/trunk/modules/video_filter/wall.c 
     325  M  /local/vlc/trunk/modules/video_output/aa.c 
     326  M  /local/vlc/trunk/modules/video_output/directx/directx.c 
     327  M  /local/vlc/trunk/modules/video_output/directx/events.c 
     328  M  /local/vlc/trunk/modules/video_output/directx/glwin32.c 
     329  M  /local/vlc/trunk/modules/video_output/fb.c 
     330  M  /local/vlc/trunk/modules/video_output/ggi.c 
     331  M  /local/vlc/trunk/modules/video_output/image.c 
     332  M  /local/vlc/trunk/modules/video_output/opengl.c 
     333  M  /local/vlc/trunk/modules/video_output/qte/qte.cpp 
     334  M  /local/vlc/trunk/modules/video_output/sdl.c 
     335  M  /local/vlc/trunk/modules/video_output/snapshot.c 
     336  M  /local/vlc/trunk/modules/video_output/x11/glx.c 
     337  M  /local/vlc/trunk/modules/video_output/x11/x11.c 
     338  M  /local/vlc/trunk/modules/video_output/x11/xcommon.c 
     339  M  /local/vlc/trunk/modules/video_output/x11/xvideo.c 
     340  M  /local/vlc/trunk/modules/visualization/visual/visual.c 
     341  M  /local/vlc/trunk/share/http/dialogs/input 
     342  M  /local/vlc/trunk/share/http/js/mosaic.js 
     343  M  /local/vlc/trunk/share/http/js/vlm.js 
     344  M  /local/vlc/trunk/share/http/requests/status.xml 
     345  M  /local/vlc/trunk/share/http/style.css 
     346  M  /local/vlc/trunk/src/control/playlist.c 
     347  M  /local/vlc/trunk/src/misc/unicode.c 
     348  M  /local/vlc/trunk/src/misc/vlm.c 
     349  M  /local/vlc/trunk/src/network/tls.c 
     350 
     351 r13902@india (orig r14955):  dionoea | 2006-03-28 23:29:59 +0200 
     352 Export stats in http interface 
     353  
     354 r13903@india (orig r14956):  xtophe | 2006-03-29 00:34:41 +0200 
     355 include: first part of the relecture. refs #438 
     356  
     357 r13904@india (orig r14957):  fkuehne | 2006-03-29 08:39:21 +0200 
     358 * x264-patch was committed upstream 
     359 r13905@india (orig r14958):  fkuehne | 2006-03-29 09:33:35 +0200 
     360 * fixed a few signedness warnings. Please shout if this accidentally breaks something. 
     361 r13906@india (orig r14959):  dionoea | 2006-03-29 10:59:52 +0200 
     362 fix #578. patch by Steven Sheehy. thanks. 
     363  
     364 r13907@india (orig r14960):  courmisch | 2006-03-29 12:35:41 +0200 
     365 Fix warnings 
     366  
     367 r13908@india (orig r14961):  sam | 2006-03-29 13:03:00 +0200 
     368   * modules/demux/mp4/mp4.c: explicited debug message. 
     369  
     370 r13909@india (orig r14962):  zorglub | 2006-03-29 15:49:40 +0200 
     371 Access strings (Refs:#438) 
     372  
     373 r13910@india (orig r14963):  zorglub | 2006-03-29 16:02:00 +0200 
     374 LIST update (287 modules now) 
     375  
     376 r13911@india (orig r14964):  dionoea | 2006-03-29 16:27:14 +0200 
     377 First rc interface string review 
     378  
     379 r13912@india (orig r14965):  xtophe | 2006-03-29 16:35:58 +0200 
     380 typo 
     381  
     382 r13913@india (orig r14966):  dionoea | 2006-03-29 17:03:17 +0200 
     383 Control interfaces first string review. 
     384  
     385 r13914@india (orig r14967):  dionoea | 2006-03-29 18:56:20 +0200 
     386 Fix typos. Thanks to tumu 
     387  
     388 r13915@india (orig r14968):  dionoea | 2006-03-29 19:11:32 +0200 
     389 Some more typos 
     390  
     391 r13916@india (orig r14969):  dionoea | 2006-03-29 19:45:59 +0200 
     392 src/misc/vlm.c: fix FindEndCommand quote escaping 
     393 share/http/js/*.js: escape inputs in vlm commands 
     394  
     395 r13917@india (orig r14970):  bigben | 2006-03-29 22:03:48 +0200 
     396 * vout.m : comment the NSLog call in windowContainsEmbedded: this method is called on something else than an NSWindow in normal operation 
     397 * other: implement on the fly aspect ratio change. Only works in the ogl output at the moment 
     398  
     399  
     400 r13918@india (orig r14971):  dionoea | 2006-03-30 00:40:26 +0200 
     401 Fix windows drive listing. (We have wrappers arround wrappers ... neat :p ) 
     402  
     403 r13919@india (orig r14972):  xtophe | 2006-03-30 01:58:40 +0200 
     404 include/* : Relecture. refs #438 
     405  
     406 r13920@india (orig r14973):  dionoea | 2006-03-30 01:59:40 +0200 
     407 Mosaic wizard: audio stuff was missing 
     408  
     409 r13921@india (orig r14974):  zorglub | 2006-03-30 07:37:29 +0200 
     410 Access strings (Refs:#438) 
     411  
     412 r13922@india (orig r14975):  zorglub | 2006-03-30 07:42:08 +0200 
     413 Corba string (Refs:#438) 
     414  
     415 r13923@india (orig r14976):  zorglub | 2006-03-30 10:36:49 +0200 
     416 Use the string 
     417  
     418 r13924@india (orig r14977):  zorglub | 2006-03-30 10:40:51 +0200 
     419 Video filters and outputs strings (Refs:#438) 
     420  
     421 r13925@india (orig r14978):  damienf | 2006-03-30 12:20:26 +0200 
     422 opengl.c: fixed string declaration over multiple lines 
     423  
     424 r13926@india (orig r14979):  damienf | 2006-03-30 15:16:06 +0200 
     425 - cleaned up in place and UI activation: VLC Plugin should behave better with other controls (ie. don't eat TABSTOP keystrokes, etc...) 
     426 - minor code cleanup and fixes 
     427  
     428  
     429 r13927@india (orig r14980):  courmisch | 2006-03-30 15:57:58 +0200 
     430 Cosmetic, Fix my name 
     431  
     432 r13928@india (orig r14981):  dionoea | 2006-03-30 16:01:24 +0200 
     433 Try dialog width style fix 
     434  
     435 r13929@india (orig r14982):  dionoea | 2006-03-30 16:05:13 +0200 
     436 Many thanks to Albert on the forums for his help with the http interface 
     437  
     438 r13930@india (orig r14983):  oaubert | 2006-03-30 16:31:02 +0200 
     439 bindings/mediacontrol-python/Makefile.am:  
     440   * add python binding files to EXTRA_DIST 
     441   * move COMPILERARG definition inside the BUILD_PYTHON code 
     442  
     443 r13931@india (orig r14984):  oaubert | 2006-03-30 16:39:50 +0200 
     444 modules/misc/svg.c: 
     445   * specify unit for malloc 
     446   * use g_object_unref to properly free the p_rendition 
     447   * remove spurious whitespace 
     448  
     449 r13932@india (orig r14985):  zorglub | 2006-03-30 17:46:31 +0200 
     450 2nd control review (except telnet) 
     451  
     452 r13933@india (orig r14986):  courmisch | 2006-03-30 18:37:06 +0200 
     453 Removes invalid UTF-8 byte sequences from meta data as a work-around 
     454 until someone who knows how MPEG4 specifies encoding fixes the issue (refs #612) 
     455  
     456 r13934@india (orig r14987):  fkuehne | 2006-03-30 19:38:36 +0200 
     457 * added 2 options for the OSX-disk-image creation-line 
     458     - scrub: removes .Trashes 
     459     - imagekey zlib-level=9: uses a better compression method, which saves us something MBs, but needs a bit more CPU-time. 
     460  
     461 Thanks to cilly on IRC for suggesting this. 
     462 r13935@india (orig r14988):  bigben | 2006-03-30 23:54:07 +0200 
     463 * Implement Crop in the ogl vout 
     464 * The implementation is quite dirty, but I just cannot see any other easy solution... 
     465  
     466  
     467 r13936@india (orig r14989):  xtophe | 2006-03-31 00:58:23 +0200 
     468 String review in codec. 1st part. ffmpeg.h to be improve. refs #438 
     469  
     470 r13937@india (orig r14990):  zorglub | 2006-03-31 10:41:34 +0200 
     471 Let's be proactive 
     472  
     473 r13938@india (orig r14991):  littlejohn | 2006-03-31 11:32:09 +0200 
     474 Playlist control: libvlc_playlist_pause added 
     475  
     476  
     477 r13939@india (orig r14992):  zorglub | 2006-03-31 14:51:59 +0200 
     478 wxWidgets strings (Refs:#438) 
     479  
     480 r13940@india (orig r14993):  zorglub | 2006-03-31 15:46:39 +0200 
     481 Codecs (except x264). Refs:#438 
     482  
     483 r13941@india (orig r14994):  fkuehne | 2006-03-31 16:24:32 +0200 
     484 * add bigben's latest additions 
     485 r13942@india (orig r14995):  littlejohn | 2006-03-31 17:06:39 +0200 
     486 Java bindings update to latest JVLC (step 1/2) 
     487  
     488 JNI: unused files removed 
     489 JNI: libvlc.h dependent file added  
     490 A sample SWT (ugly) player added 
     491 Old java bindings files removed 
     492  
     493  
     494 r13943@india (orig r14996):  littlejohn | 2006-03-31 17:07:55 +0200 
     495 Java classes for Java bindings added 
     496  
     497  
     498 r13944@india (orig r14997):  fkuehne | 2006-03-31 17:15:07 +0200 
     499 * 2nd review of modules/audio* (refs #438) 
     500 r13945@india (orig r14998):  littlejohn | 2006-03-31 17:28:12 +0200 
     501 Makefile updated for new java bindings classes. 
     502 copyright and svn:id fixed for new classes 
     503  
     504 r13946@india (orig r14999):  zorglub | 2006-03-31 17:30:21 +0200 
     505 Additional string fixes (Refs:#438) 
     506  
     507 r13947@india (orig r15000):  zorglub | 2006-03-31 17:30:32 +0200 
     508 Be a bit more verbose (Refs:#438) 
     509  
     510 r13948@india (orig r15001):  littlejohn | 2006-03-31 17:51:47 +0200 
     511 Makefile typo fixed 
     512 VlcClient.java and VlcClient class now match. 
     513  
     514  
     515 r13949@india (orig r15002):  fkuehne | 2006-03-31 18:12:31 +0200 
     516 * 2nd review of video* and control/telnet.c 
     517 r13950@india (orig r15003):  zorglub | 2006-03-31 18:22:19 +0200 
     518 vlc_config_cat.h 2nd round (Refs:#438) 
     519  
     520 r13951@india (orig r15004):  zorglub | 2006-03-31 18:24:32 +0200 
     521 2nd packetizer round (Refs:#438) 
     522  
     523 r13952@india (orig r15005):  xtophe | 2006-03-31 18:28:03 +0200 
     524 codec 2nd round exept fo x264 (refs #438) 
     525  
     526 r13953@india (orig r15006):  zorglub | 2006-03-31 18:39:23 +0200 
     527 Muxers (Refs:#438) 
     528  
     529 r13954@india (orig r15007):  xtophe | 2006-03-31 18:46:08 +0200 
     530 typo 
     531  
     532 r13955@india (orig r15008):  zorglub | 2006-03-31 21:24:33 +0200 
     533 Skins strings (Refs:#438) 
     534  
     535 
     536---------------------------------------------------------------------- 
     537r13900:  zorglub | 2006-03-28 23:00:07 +0200 
     538Changed paths: 
     539  M  /local/vlc/trunk/modules/audio_filter/channel_mixer/headphone.c 
     540  M  /local/vlc/trunk/modules/audio_filter/converter/a52tofloat32.c 
     541  M  /local/vlc/trunk/modules/audio_filter/converter/dtstofloat32.c 
     542  M  /local/vlc/trunk/modules/audio_filter/equalizer.c 
     543  M  /local/vlc/trunk/modules/audio_filter/normvol.c 
    364544 
    365545Audio strings, except parametric equalizer (I just don't understand anything) - Refs:#438 
    366  
    367 ------------------------------------------------------------------------ 
    368 r14953 | zorglub | 2006-03-28 22:29:28 +0200 (Tue, 28 Mar 2006) | 2 lines 
    369 Changed paths: 
    370    M /trunk 
    371    M /trunk/src/audio_output/input.c 
    372    M /trunk/src/audio_output/intf.c 
    373    M /trunk/src/audio_output/mixer.c 
    374    M /trunk/src/audio_output/output.c 
    375    M /trunk/src/control/mediacontrol_audio_video.c 
    376    M /trunk/src/control/mediacontrol_core.c 
    377    M /trunk/src/control/mediacontrol_util.c 
    378    M /trunk/src/extras/libc.c 
    379    M /trunk/src/input/control.c 
    380    M /trunk/src/input/decoder.c 
    381    M /trunk/src/input/demux.c 
    382    M /trunk/src/input/es_out.c 
    383    M /trunk/src/input/input.c 
    384    M /trunk/src/input/subtitles.c 
    385    M /trunk/src/interface/interaction.c 
    386    M /trunk/src/interface/interface.c 
    387    M /trunk/src/misc/objects.c 
    388    M /trunk/src/misc/stats.c 
    389    M /trunk/src/misc/vlm.c 
    390    M /trunk/src/network/acl.c 
     546---------------------------------------------------------------------- 
     547r13898:  zorglub | 2006-03-28 22:29:11 +0200 
     548Changed paths: 
     549  M  /local/vlc/trunk/src/audio_output/input.c 
     550  M  /local/vlc/trunk/src/audio_output/intf.c 
     551  M  /local/vlc/trunk/src/audio_output/mixer.c 
     552  M  /local/vlc/trunk/src/audio_output/output.c 
     553  M  /local/vlc/trunk/src/control/mediacontrol_audio_video.c 
     554  M  /local/vlc/trunk/src/control/mediacontrol_core.c 
     555  M  /local/vlc/trunk/src/control/mediacontrol_util.c 
     556  M  /local/vlc/trunk/src/extras/libc.c 
     557  M  /local/vlc/trunk/src/input/control.c 
     558  M  /local/vlc/trunk/src/input/decoder.c 
     559  M  /local/vlc/trunk/src/input/demux.c 
     560  M  /local/vlc/trunk/src/input/es_out.c 
     561  M  /local/vlc/trunk/src/input/input.c 
     562  M  /local/vlc/trunk/src/input/subtitles.c 
     563  M  /local/vlc/trunk/src/interface/interaction.c 
     564  M  /local/vlc/trunk/src/interface/interface.c 
     565  M  /local/vlc/trunk/src/misc/objects.c 
     566  M  /local/vlc/trunk/src/misc/stats.c 
     567  M  /local/vlc/trunk/src/misc/vlm.c 
     568  M  /local/vlc/trunk/src/network/acl.c 
    391569 
    392570String fixes in src (Refs:#438) 
    393  
    394 ------------------------------------------------------------------------ 
    395 r14952 | dionoea | 2006-03-28 19:16:52 +0200 (Tue, 28 Mar 2006) | 2 lines 
    396 Changed paths: 
    397    M /trunk/share/http/js/mosaic.js 
    398  
    399 Fix mosaic wizard on IE. Thanks to Albert on the forum for the tip 
    400  
    401 ------------------------------------------------------------------------ 
    402 r14951 | zorglub | 2006-03-28 17:50:44 +0200 (Tue, 28 Mar 2006) | 2 lines 
    403 Changed paths: 
    404    M /trunk/src/libvlc.h 
    405  
    406 Fix intf options 
    407  
    408 ------------------------------------------------------------------------ 
    409 r14950 | dionoea | 2006-03-28 17:40:43 +0200 (Tue, 28 Mar 2006) | 2 lines 
    410 Changed paths: 
    411    M /trunk/Makefile.am 
    412  
    413 Hum ... we still want to strip when using wince 
    414  
    415 ------------------------------------------------------------------------ 
    416 r14949 | zorglub | 2006-03-28 17:15:16 +0200 (Tue, 28 Mar 2006) | 2 lines 
    417 Changed paths: 
    418    M /trunk/debian/patches/20_no-wx-updates.dpatch 
    419  
    420 Update update checker debian patch 
    421  
    422 ------------------------------------------------------------------------ 
    423 r14948 | dionoea | 2006-03-28 16:02:49 +0200 (Tue, 28 Mar 2006) | 2 lines 
    424 Changed paths: 
    425    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp 
    426    M /trunk/modules/gui/wxwidgets/interface.cpp 
    427  
    428 Fix update dialog layout in Windows 
    429  
    430 ------------------------------------------------------------------------ 
    431 r14947 | zorglub | 2006-03-28 15:57:36 +0200 (Tue, 28 Mar 2006) | 2 lines 
    432 Changed paths: 
    433    M /trunk/include/codecs.h 
    434    M /trunk/include/network.h 
    435    M /trunk/include/vlc_interface.h 
    436  
    437 Strings in include/ (Refs:#438) 
    438  
    439 ------------------------------------------------------------------------ 
    440 r14946 | dionoea | 2006-03-28 15:30:33 +0200 (Tue, 28 Mar 2006) | 2 lines 
    441 Changed paths: 
    442    M /trunk/Makefile.am 
    443  
    444 Don't strip windows builds when running make package-win-common-devel 
    445  
    446 ------------------------------------------------------------------------ 
    447 r14945 | zorglub | 2006-03-27 23:44:30 +0200 (Mon, 27 Mar 2006) | 2 lines 
    448 Changed paths: 
    449    M /trunk/src/libvlc.h 
    450  
    451 Strings review for libvlc.h (Refs:#438) 
    452  
    453 ------------------------------------------------------------------------ 
    454 r14944 | fkuehne | 2006-03-27 21:06:33 +0200 (Mon, 27 Mar 2006) | 1 line 
    455 Changed paths: 
    456    M /trunk/extras/contrib/src/Makefile 
    457    A /trunk/extras/contrib/src/Patches/x264-svn.patch 
    458  
    459 * fix x264 compilation 
    460 ------------------------------------------------------------------------ 
    461 r14943 | courmisch | 2006-03-27 18:57:57 +0200 (Mon, 27 Mar 2006) | 2 lines 
    462 Changed paths: 
    463    M /trunk/modules/control/http/util.c 
    464  
    465 Remove superfluous (as in implied by the previous one) condition 
    466  
    467 ------------------------------------------------------------------------ 
    468 r14942 | courmisch | 2006-03-27 18:48:14 +0200 (Mon, 27 Mar 2006) | 2 lines 
    469 Changed paths: 
    470    M /trunk/include/vlc_url.h 
    471  
    472 Oops 
    473  
    474 ------------------------------------------------------------------------ 
    475 r14941 | courmisch | 2006-03-27 17:35:55 +0200 (Mon, 27 Mar 2006) | 3 lines 
    476 Changed paths: 
    477    M /trunk/src/input/subtitles.c 
    478  
    479 - Use utf_8scandir() and some cleanup 
    480 - Fix double free() 
    481  
    482 ------------------------------------------------------------------------ 
    483 r14940 | courmisch | 2006-03-27 16:47:05 +0200 (Mon, 27 Mar 2006) | 2 lines 
    484 Changed paths: 
    485    M /trunk/src/misc/strings.c 
    486  
    487 Fix lame encoded URL decoder (closes #613) 
    488  
    489 ------------------------------------------------------------------------ 
    490 r14939 | courmisch | 2006-03-27 16:46:14 +0200 (Mon, 27 Mar 2006) | 2 lines 
    491 Changed paths: 
    492    M /trunk/modules/control/http/mvar.c 
    493  
    494 Use utf8_scandir instead of scandir 
    495  
    496 ------------------------------------------------------------------------ 
    497 r14938 | courmisch | 2006-03-27 15:28:24 +0200 (Mon, 27 Mar 2006) | 3 lines 
    498 Changed paths: 
    499    M /trunk/include/vlc_url.h 
    500  
    501 Support URL-escape non-ASCII characters properly as far as possible 
    502 (ie. all characters from the Basic Multilingual Plane from Unicode) 
    503  
    504 ------------------------------------------------------------------------ 
    505 r14937 | courmisch | 2006-03-27 13:26:50 +0200 (Mon, 27 Mar 2006) | 2 lines 
    506 Changed paths: 
    507    M /trunk/include/charset.h 
    508    M /trunk/include/vlc_symbols.h 
    509    M /trunk/src/misc/unicode.c 
    510  
    511 utf8_scandir: Unicode wrapper for scandir() 
    512  
    513 ------------------------------------------------------------------------ 
    514 r14936 | dionoea | 2006-03-27 03:23:54 +0200 (Mon, 27 Mar 2006) | 2 lines 
    515 Changed paths: 
    516    M /trunk/mozilla/npvlc_rc.rc 
    517    M /trunk/mozilla/vlcplugin.h 
    518  
    519 Add audio/wav and audio/x-wav to available mime types 
    520  
    521 ------------------------------------------------------------------------ 
    522 r14935 | fkuehne | 2006-03-26 22:50:04 +0200 (Sun, 26 Mar 2006) | 1 line 
    523 Changed paths: 
    524    M /trunk/modules/gui/macosx/controls.m 
    525  
    526 * accept %H:%M:%S and %M:%S as valid syntax as well (additionally to just %S) 
    527 ------------------------------------------------------------------------ 
    528 r14934 | courmisch | 2006-03-26 22:25:07 +0200 (Sun, 26 Mar 2006) | 4 lines 
    529 Changed paths: 
    530    M /trunk/modules/control/http/http.c 
    531    M /trunk/modules/control/http/util.c 
    532  
    533 - Use iconv transliteration instead of custom code 
    534 - Supposedly fix a memleak 
    535 - Fix a few warnings 
    536  
    537 ------------------------------------------------------------------------ 
    538 r14933 | hartman | 2006-03-26 00:21:31 +0100 (Sun, 26 Mar 2006) | 2 lines 
    539 Changed paths: 
    540    M /trunk/src/video_output/vout_subpictures.c 
    541  
    542 * In case we do scaling on SSA subs, we also need to adjust the canvas size in which we render. (there you go bigben :D ) fixes #562 
    543  
    544 ------------------------------------------------------------------------ 
    545 r14932 | xtophe | 2006-03-26 00:10:43 +0100 (Sun, 26 Mar 2006) | 2 lines 
    546 Changed paths: 
    547    M /trunk/modules/misc/dummy/interface.c 
    548    M /trunk/modules/misc/freetype.c 
    549    M /trunk/modules/misc/gnutls.c