| | 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 |
|---|
| | 364 | |
|---|
| | 365 | Audio 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 |
|---|
| | 391 | |
|---|
| | 392 | String 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 |
|---|
| | 550 | M /trunk/modules/misc/growl.c |
|---|
| | 551 | M /trunk/modules/misc/logger.c |
|---|
| | 552 | M /trunk/modules/misc/msn.c |
|---|
| | 553 | M /trunk/modules/misc/network/ipv4.c |
|---|
| | 554 | M /trunk/modules/misc/network/ipv6.c |
|---|
| | 555 | M /trunk/modules/misc/playlist/m3u.c |
|---|
| | 556 | M /trunk/modules/misc/playlist/old.c |
|---|
| | 557 | M /trunk/modules/misc/svg.c |
|---|
| | 558 | M /trunk/modules/misc/win32text.c |
|---|
| | 559 | M /trunk/modules/misc/xml/libxml.c |
|---|
| | 560 | |
|---|
| | 561 | misc/*: 2nd lecture. refs #438 |
|---|
| | 562 | |
|---|
| | 563 | ------------------------------------------------------------------------ |
|---|
| | 564 | r14931 | damienf | 2006-03-25 23:15:33 +0100 (Sat, 25 Mar 2006) | 4 lines |
|---|
| | 565 | Changed paths: |
|---|
| | 566 | M /trunk/activex/Makefile.am |
|---|
| | 567 | M /trunk/activex/axvlc.def |
|---|
| | 568 | M /trunk/activex/persistpropbag.cpp |
|---|
| | 569 | M /trunk/activex/plugin.cpp |
|---|
| | 570 | M /trunk/activex/plugin.h |
|---|
| | 571 | M /trunk/activex/test.html |
|---|
| | 572 | M /trunk/activex/vlccontrol.cpp |
|---|
| | 573 | |
|---|
| | 574 | - added support for non OLE containers, such as Windows Script Host WScript.CreateObject. |
|---|
| | 575 | - made time property persistable, use 'StartTime' under HTML |
|---|
| | 576 | - removed functions with stdcall suffix from exported functions in DLL |
|---|
| | 577 | |
|---|
| | 578 | ------------------------------------------------------------------------ |
|---|
| | 579 | r14930 | zorglub | 2006-03-25 20:24:05 +0100 (Sat, 25 Mar 2006) | 9 lines |
|---|
| | 580 | Changed paths: |
|---|
| | 581 | M /trunk/include/configuration.h |
|---|
| | 582 | M /trunk/include/vlc_config_cat.h |
|---|
| | 583 | M /trunk/modules/control/hotkeys.c |
|---|
| | 584 | M /trunk/modules/control/http/http.c |
|---|
| | 585 | M /trunk/modules/control/rc.c |
|---|
| | 586 | M /trunk/modules/control/telnet.c |
|---|
| | 587 | M /trunk/modules/gui/beos/BeOS.cpp |
|---|
| | 588 | M /trunk/modules/gui/macosx/macosx.m |
|---|
| | 589 | M /trunk/modules/gui/macosx/prefs.m |
|---|
| | 590 | M /trunk/modules/gui/ncurses.c |
|---|
| | 591 | M /trunk/modules/gui/pda/pda.c |
|---|
| | 592 | M /trunk/modules/gui/qnx/qnx.c |
|---|
| | 593 | M /trunk/modules/gui/skins2/src/skin_main.cpp |
|---|
| | 594 | M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp |
|---|
| | 595 | M /trunk/modules/gui/wxwidgets/wxwidgets.cpp |
|---|
| | 596 | M /trunk/modules/misc/dummy/dummy.c |
|---|
| | 597 | M /trunk/src/libvlc.h |
|---|
| | 598 | |
|---|
| | 599 | * Remove Advanced/Misc |
|---|
| | 600 | * Move out Advanced/Misc/Misc options |
|---|
| | 601 | * Don't show any Stuff/General category anymore |
|---|
| | 602 | * For interfaces, split out "General" from main interface settings |
|---|
| | 603 | * Remove dummy from prefs |
|---|
| | 604 | * Clean hotkeys settings |
|---|
| | 605 | |
|---|
| | 606 | (Closes:#598) |
|---|
| | 607 | |
|---|
| | 608 | ------------------------------------------------------------------------ |
|---|
| | 609 | r14929 | fkuehne | 2006-03-25 19:54:58 +0100 (Sat, 25 Mar 2006) | 2 lines |
|---|
| | 610 | Changed paths: |
|---|
| | 611 | M /trunk/modules/gui/macosx/playlistinfo.m |
|---|
| | 612 | M /trunk/modules/gui/macosx/prefs.m |
|---|
| | 613 | |
|---|
| | 614 | * playlistinfo.m: update the stats faster after a p_item-switch |
|---|
| | 615 | * both: fixed each one 'comparison of distinct Objective-C types lacks a cast' warnings |
|---|
| | 616 | ------------------------------------------------------------------------ |
|---|
| | 617 | r14928 | fkuehne | 2006-03-25 19:19:53 +0100 (Sat, 25 Mar 2006) | 1 line |
|---|
| | 618 | Changed paths: |
|---|
| | 619 | M /trunk/modules/gui/macosx/playlist.m |
|---|
| | 620 | M /trunk/modules/gui/macosx/playlistinfo.h |
|---|
| | 621 | M /trunk/modules/gui/macosx/playlistinfo.m |
|---|
| | 622 | |
|---|
| | 623 | * update the info panel when switching the currently played p_item |
|---|
| | 624 | ------------------------------------------------------------------------ |
|---|
| | 625 | r14927 | zorglub | 2006-03-25 19:19:13 +0100 (Sat, 25 Mar 2006) | 5 lines |
|---|
| | 626 | Changed paths: |
|---|
| | 627 | M /trunk/src/libvlc.h |
|---|
| | 628 | M /trunk/src/video_output/video_output.c |
|---|
| | 629 | |
|---|
| | 630 | *EXPERIMENTAL* Default to disabling vout_synchro, but not dropping of late pictures in the video_output thread. (Refs:#593) |
|---|
| | 631 | |
|---|
| | 632 | Please test heavily against MPEG1/2 streams. |
|---|
| | 633 | |
|---|
| | 634 | |
|---|
| | 635 | ------------------------------------------------------------------------ |
|---|
| | 636 | r14926 | asmax | 2006-03-25 17:52:16 +0100 (Sat, 25 Mar 2006) | 2 lines |
|---|
| | 637 | Changed paths: |
|---|
| | 638 | M /trunk/doc/skins/skins2-howto.xml |
|---|
| | 639 | M /trunk/modules/gui/skins2/src/vlcproc.cpp |
|---|
| | 640 | M /trunk/modules/gui/skins2/src/vlcproc.hpp |
|---|
| | 641 | |
|---|
| | 642 | * added a new skin variable "vlc.hasVout", true when... there is a vout ! |
|---|
| | 643 | |
|---|
| | 644 | ------------------------------------------------------------------------ |
|---|
| | 645 | r14925 | asmax | 2006-03-25 17:36:51 +0100 (Sat, 25 Mar 2006) | 4 lines |
|---|
| | 646 | Changed paths: |
|---|
| | 647 | M /trunk/modules/gui/skins2/src/generic_window.cpp |
|---|
| | 648 | M /trunk/modules/gui/skins2/src/generic_window.hpp |
|---|
| | 649 | |
|---|
| | 650 | * generic_window.cpp: register window visibility variables in |
|---|
| | 651 | the var manager, to avoid a crash at exit when an expression |
|---|
| | 652 | 'not window.isVisible' is used in a skin. |
|---|
| | 653 | |
|---|
| | 654 | ------------------------------------------------------------------------ |
|---|
| | 655 | r14924 | zorglub | 2006-03-25 17:10:33 +0100 (Sat, 25 Mar 2006) | 2 lines |
|---|
| | 656 | Changed paths: |
|---|
| | 657 | M /trunk/modules/access/cdda.c |
|---|
| | 658 | M /trunk/modules/access/vcd/vcd.c |
|---|
| | 659 | |
|---|
| | 660 | Should fix playback of cdda://D:\ under win32. Please test (Refs:#490) |
|---|
| | 661 | |
|---|
| | 662 | ------------------------------------------------------------------------ |
|---|
| | 663 | r14923 | zorglub | 2006-03-25 16:39:09 +0100 (Sat, 25 Mar 2006) | 2 lines |
|---|
| | 664 | Changed paths: |
|---|
| | 665 | M /trunk/modules/demux/mpeg/mpga.c |
|---|
| | 666 | |
|---|
| | 667 | Retry syncing mpeg audio stream if it failed on first block (Closes:#609) |
|---|
| | 668 | |
|---|
| | 669 | ------------------------------------------------------------------------ |
|---|
| | 670 | r14922 | xtophe | 2006-03-25 16:14:38 +0100 (Sat, 25 Mar 2006) | 2 lines |
|---|
| | 671 | Changed paths: |
|---|
| | 672 | M /trunk/src/misc/configuration.c |
|---|
| | 673 | |
|---|
| | 674 | misc/configuration.c: Use the proper directory separator |
|---|
| | 675 | |
|---|
| | 676 | ------------------------------------------------------------------------ |
|---|
| | 677 | r14921 | courmisch | 2006-03-25 15:43:43 +0100 (Sat, 25 Mar 2006) | 3 lines |
|---|
| | 678 | Changed paths: |
|---|
| | 679 | M /trunk/configure.ac |
|---|
| | 680 | M /trunk/loader/Makefile.am |
|---|
| | 681 | |
|---|
| | 682 | Switch loader to libtool |
|---|
| | 683 | (it only works on platforms where libtool works anyway) |
|---|
| | 684 | |
|---|
| | 685 | ------------------------------------------------------------------------ |
|---|
| | 686 | r14920 | courmisch | 2006-03-25 15:43:10 +0100 (Sat, 25 Mar 2006) | 2 lines |
|---|
| | 687 | Changed paths: |
|---|
| | 688 | M /trunk/loader/driver.c |
|---|
| | 689 | |
|---|
| | 690 | Fix previous commit |
|---|
| | 691 | |
|---|
| | 692 | ------------------------------------------------------------------------ |
|---|
| | 693 | r14919 | courmisch | 2006-03-25 15:37:36 +0100 (Sat, 25 Mar 2006) | 2 lines |
|---|
| | 694 | Changed paths: |
|---|
| | 695 | M /trunk/loader/driver.c |
|---|
| | 696 | M /trunk/loader/win32.c |
|---|
| | 697 | |
|---|
| | 698 | Fix duplicate symbol |
|---|
| | 699 | |
|---|
| | 700 | ------------------------------------------------------------------------ |
|---|
| | 701 | r14918 | fkuehne | 2006-03-25 13:54:27 +0100 (Sat, 25 Mar 2006) | 1 line |
|---|
| | 702 | Changed paths: |
|---|
| | 703 | M /trunk/modules/mux/asf.c |
|---|
| | 704 | M /trunk/modules/mux/mp4.c |
|---|
| | 705 | M /trunk/modules/mux/mpjpeg.c |
|---|
| | 706 | M /trunk/modules/mux/ogg.c |
|---|
| | 707 | M /trunk/modules/mux/wav.c |
|---|
| | 708 | M /trunk/modules/packetizer/copy.c |
|---|
| | 709 | M /trunk/modules/packetizer/h264.c |
|---|
| | 710 | M /trunk/modules/packetizer/mpeg4audio.c |
|---|
| | 711 | M /trunk/modules/packetizer/mpeg4video.c |
|---|
| | 712 | M /trunk/modules/packetizer/mpegvideo.c |
|---|
| | 713 | |
|---|
| | 714 | * another 1st string review, refs #438 |
|---|
| | 715 | ------------------------------------------------------------------------ |
|---|
| | 716 | r14917 | courmisch | 2006-03-25 13:37:31 +0100 (Sat, 25 Mar 2006) | 6 lines |
|---|
| | 717 | Changed paths: |
|---|
| | 718 | M /trunk/src/network/getaddrinfo.c |
|---|
| | 719 | |
|---|
| | 720 | Bug to really-stupid-and-worrisomely-not-fixed-for-more-than-ten-years |
|---|
| | 721 | bug for Winsock DNS resolver, inasmuch as is possible - closes #445. |
|---|
| | 722 | |
|---|
| | 723 | Should it fail to fix the bug, I'm afraid there would be no solution, |
|---|
| | 724 | but not to use Windows without its IPv6 stack. |
|---|
| | 725 | |
|---|
| | 726 | ------------------------------------------------------------------------ |
|---|
| | 727 | r14916 | fkuehne | 2006-03-25 13:28:31 +0100 (Sat, 25 Mar 2006) | 1 line |
|---|
| | 728 | Changed paths: |
|---|
| | 729 | M /trunk/include/vlc_config_cat.h |
|---|
| | 730 | |
|---|
| | 731 | * 1st string review, refs #438 |
|---|
| | 732 | ------------------------------------------------------------------------ |
|---|
| | 733 | r14915 | zorglub | 2006-03-25 13:15:49 +0100 (Sat, 25 Mar 2006) | 2 lines |
|---|
| | 734 | Changed paths: |
|---|
| | 735 | M /trunk/mozilla/vlcpeer.cpp |
|---|
| | 736 | |
|---|
| | 737 | Remove debug (Refs:#438) |
|---|
| | 738 | |
|---|
| | 739 | ------------------------------------------------------------------------ |
|---|
| | 740 | r14914 | jpsaman | 2006-03-25 13:15:42 +0100 (Sat, 25 Mar 2006) | 1 line |
|---|
| | 741 | Changed paths: |
|---|
| | 742 | M /trunk/modules/demux/ts.c |
|---|
| | 743 | |
|---|
| | 744 | Drop support for VLS specific LPCB because it conflicts with standards. Closes #610 |
|---|
| | 745 | ------------------------------------------------------------------------ |
|---|
| | 746 | r14913 | asmax | 2006-03-25 12:01:03 +0100 (Sat, 25 Mar 2006) | 4 lines |
|---|
| | 747 | Changed paths: |
|---|
| | 748 | M /trunk/modules/gui/skins2/parser/skin_parser.cpp |
|---|
| | 749 | M /trunk/share/skins2/skin.dtd |
|---|
| | 750 | |
|---|
| | 751 | * attribute "nbFrames" of element Bitmap is now "nbframes", as said in the |
|---|
| | 752 | documentation (and the old name was inconsistent with other attribute names) |
|---|
| | 753 | Sorry for the compatibility break... |
|---|
| | 754 | |
|---|
| | 755 | ------------------------------------------------------------------------ |
|---|
| | 756 | r14912 | zorglub | 2006-03-25 11:57:34 +0100 (Sat, 25 Mar 2006) | 2 lines |
|---|
| | 757 | Changed paths: |
|---|
| | 758 | M /trunk/modules/stream_out/es.c |
|---|
| | 759 | M /trunk/modules/stream_out/gather.c |
|---|
| | 760 | M /trunk/modules/stream_out/mosaic_bridge.c |
|---|
| | 761 | M /trunk/modules/stream_out/rtp.c |
|---|
| | 762 | M /trunk/modules/stream_out/standard.c |
|---|
| | 763 | M /trunk/modules/stream_out/transcode.c |
|---|
| | 764 | |
|---|
| | 765 | Strings review in stream_out (Refs:#438). Please review these once more as I changed some quite heavily |
|---|
| | 766 | |
|---|
| | 767 | ------------------------------------------------------------------------ |
|---|
| | 768 | r14911 | zorglub | 2006-03-25 11:34:38 +0100 (Sat, 25 Mar 2006) | 2 lines |
|---|
| | 769 | Changed paths: |
|---|
| | 770 | M /trunk/modules/misc/dummy/dummy.c |
|---|
| | 771 | M /trunk/modules/misc/win32text.c |
|---|
| | 772 | |
|---|
| | 773 | Finish strings review in misc/ (Refs:#438) |
|---|
| | 774 | |
|---|
| | 775 | ------------------------------------------------------------------------ |
|---|
| | 776 | r14910 | zorglub | 2006-03-25 11:00:14 +0100 (Sat, 25 Mar 2006) | 2 lines |
|---|
| | 777 | Changed paths: |
|---|
| | 778 | M /trunk/modules/services_discovery/hal.c |
|---|
| | 779 | M /trunk/modules/services_discovery/podcast.c |
|---|
| | 780 | M /trunk/modules/services_discovery/sap.c |
|---|
| | 781 | |
|---|
| | 782 | Strings review in services_discovery + remove unimplemented sap-cache option (Refs:#438) |
|---|
| | 783 | |
|---|
| | 784 | ------------------------------------------------------------------------ |
|---|
| | 785 | r14909 | xtophe | 2006-03-24 19:26:46 +0100 (Fri, 24 Mar 2006) | 2 lines |
|---|
| | 786 | Changed paths: |
|---|
| | 787 | M /trunk/modules/services_discovery/sap.c |
|---|
| | 788 | |
|---|
| | 789 | sap.c: Ressucitate --sap-addr for the lucky one with M-Bone and too much sap announces. |
|---|
| | 790 | |
|---|
| | 791 | ------------------------------------------------------------------------ |
|---|
| | 792 | r14908 | xtophe | 2006-03-24 18:52:47 +0100 (Fri, 24 Mar 2006) | 2 lines |
|---|
| | 793 | Changed paths: |
|---|
| | 794 | M /trunk/modules/gui/wxwidgets/wxwidgets.cpp |
|---|
| | 795 | |
|---|
| | 796 | wxwidgets.c: missing from [14902] commit |
|---|
| | 797 | |
|---|
| | 798 | ------------------------------------------------------------------------ |
|---|
| | 799 | r14907 | dionoea | 2006-03-24 15:17:28 +0100 (Fri, 24 Mar 2006) | 2 lines |
|---|
| | 800 | Changed paths: |
|---|
| | 801 | M /trunk/share/http/index.html |
|---|
| | 802 | M /trunk/share/http/mosaic.html |
|---|
| | 803 | M /trunk/share/http/requests/browse.xml |
|---|
| | 804 | M /trunk/share/http/requests/playlist.xml |
|---|
| | 805 | M /trunk/share/http/requests/status.xml |
|---|
| | 806 | M /trunk/share/http/requests/vlm.xml |
|---|
| | 807 | M /trunk/share/http/requests/vlm_cmd.xml |
|---|
| | 808 | M /trunk/share/http/vlm.html |
|---|
| | 809 | |
|---|
| | 810 | Use the "charset" variable |
|---|
| | 811 | |
|---|
| | 812 | ------------------------------------------------------------------------ |
|---|
| | 813 | r14906 | dionoea | 2006-03-24 15:16:12 +0100 (Fri, 24 Mar 2006) | 2 lines |
|---|
| | 814 | Changed paths: |
|---|
| | 815 | M /trunk/modules/control/http/http.c |
|---|
| | 816 | M /trunk/modules/control/http/http.h |
|---|
| | 817 | M /trunk/modules/control/http/util.c |
|---|
| | 818 | |
|---|
| | 819 | try fixing charset problems. I'll launch a win32 nightly, try it out and change it if it still doesn't work. |
|---|
| | 820 | |
|---|
| | 821 | ------------------------------------------------------------------------ |
|---|
| | 822 | r14905 | dionoea | 2006-03-24 14:41:15 +0100 (Fri, 24 Mar 2006) | 2 lines |
|---|
| | 823 | Changed paths: |
|---|
| | 824 | M /trunk/share/http/js/functions.js |
|---|
| | 825 | |
|---|
| | 826 | Fix windows browser bug: first directory or filename character was removed. |
|---|
| | 827 | |
|---|
| | 828 | ------------------------------------------------------------------------ |
|---|
| | 829 | r14904 | dionoea | 2006-03-24 14:11:17 +0100 (Fri, 24 Mar 2006) | 2 lines |
|---|
| | 830 | Changed paths: |
|---|
| | 831 | M /trunk/share/http/dialogs/vlm |
|---|
| | 832 | M /trunk/share/http/js/vlm.js |
|---|
| | 833 | |
|---|
| | 834 | Add hide/show vlm helper button. Original idea by Albert (http://forum.videolan.org/viewtopic.php?t=18573) |
|---|
| | 835 | |
|---|
| | 836 | ------------------------------------------------------------------------ |
|---|
| | 837 | r14903 | zorglub | 2006-03-24 12:05:28 +0100 (Fri, 24 Mar 2006) | 2 lines |
|---|
| | 838 | Changed paths: |
|---|
| | 839 | M /trunk/modules/visualization/galaktos/plugin.c |
|---|
| | 840 | M /trunk/modules/visualization/goom.c |
|---|
| | 841 | M /trunk/modules/visualization/visual/effects.c |
|---|
| | 842 | M /trunk/modules/visualization/visual/visual.c |
|---|
| | 843 | M /trunk/modules/visualization/visual/visual.h |
|---|
| | 844 | M /trunk/modules/visualization/xosd.c |
|---|
| | 845 | |
|---|
| | 846 | Strings review in visualization/ (Refs:#438) |
|---|
| | 847 | |
|---|
| | 848 | ------------------------------------------------------------------------ |
|---|
| | 849 | r14902 | xtophe | 2006-03-23 23:54:31 +0100 (Thu, 23 Mar 2006) | 5 lines |
|---|
| | 850 | Changed paths: |
|---|
| | 851 | M /trunk/modules/gui/wxwidgets/interface.cpp |
|---|
| | 852 | |
|---|
| | 853 | wx/interfaces.cpp: Add an option to display tool bar buton name. |
|---|
| | 854 | Warning hack inside. |
|---|
| | 855 | refs #495 close it for linux and win32 |
|---|
| | 856 | |
|---|
| | 857 | |
|---|
| | 858 | ------------------------------------------------------------------------ |
|---|
| | 859 | r14901 | dionoea | 2006-03-23 23:46:18 +0100 (Thu, 23 Mar 2006) | 2 lines |
|---|
| | 860 | Changed paths: |
|---|
| | 861 | M /trunk/modules/control/http/http.c |
|---|
| | 862 | |
|---|
| | 863 | use p_playlist->p_input |
|---|
| | 864 | |
|---|
| | 865 | ------------------------------------------------------------------------ |
|---|
| | 866 | r14900 | bigben | 2006-03-23 23:19:38 +0100 (Thu, 23 Mar 2006) | 3 lines |
|---|
| | 867 | Changed paths: |
|---|
| | 868 | M /trunk/modules/gui/macosx/intf.m |
|---|
| | 869 | |
|---|
| | 870 | * Do not make a vlc_object_find to find the playlist, since we may get the item being preparsed. Use p_playlist->p_input instead |
|---|
| | 871 | |
|---|
| | 872 | |
|---|
| | 873 | ------------------------------------------------------------------------ |
|---|
| | 874 | r14899 | hartman | 2006-03-23 22:43:34 +0100 (Thu, 23 Mar 2006) | 2 lines |
|---|
| | 875 | Changed paths: |
|---|
| | 876 | M /trunk/extras/contrib/src/packages.mak |
|---|
| | 877 | |
|---|
| | 878 | * stupid mars.org being offline all the time. Pull files from our own download servers. |
|---|
| | 879 | |
|---|
| | 880 | ------------------------------------------------------------------------ |
|---|
| | 881 | r14898 | xtophe | 2006-03-23 22:41:12 +0100 (Thu, 23 Mar 2006) | 2 lines |
|---|
| | 882 | Changed paths: |
|---|
| | 883 | M /trunk/modules/services_discovery/daap.c |
|---|
| | 884 | M /trunk/modules/services_discovery/hal.c |
|---|
| | 885 | M /trunk/modules/services_discovery/sap.c |
|---|
| | 886 | M /trunk/modules/services_discovery/shout.c |
|---|
| | 887 | |
|---|
| | 888 | services_discovery/*: String review (refs #438) and suppress the sap-addr option |
|---|
| | 889 | |
|---|
| | 890 | ------------------------------------------------------------------------ |
|---|
| | 891 | r14897 | hartman | 2006-03-23 21:25:07 +0100 (Thu, 23 Mar 2006) | 3 lines |
|---|
| | 892 | Changed paths: |
|---|
| | 893 | M /trunk/modules/stream_out/rtp.c |
|---|
| | 894 | |
|---|
| | 895 | * Fix AMR RTP muxing. patch by Alex Antropoff <alant at transtelecom dot md>. |
|---|
| | 896 | |
|---|
| | 897 | |
|---|
| | 898 | ------------------------------------------------------------------------ |
|---|
| | 899 | r14896 | bigben | 2006-03-23 20:57:20 +0100 (Thu, 23 Mar 2006) | 3 lines |
|---|
| | 900 | Changed paths: |
|---|
| | 901 | M /trunk/modules/gui/macosx/playlistinfo.m |
|---|
| | 902 | |
|---|
| | 903 | * Use the correct limit when looping |
|---|
| | 904 | |
|---|
| | 905 | |
|---|
| | 906 | ------------------------------------------------------------------------ |
|---|
| | 907 | r14895 | xtophe | 2006-03-22 23:39:51 +0100 (Wed, 22 Mar 2006) | 2 lines |
|---|
| | 908 | Changed paths: |
|---|
| | 909 | M /trunk/modules/visualization/galaktos/plugin.c |
|---|
| | 910 | M /trunk/modules/visualization/goom.c |
|---|
| | 911 | M /trunk/modules/visualization/visual/effects.c |
|---|
| | 912 | M /trunk/modules/visualization/visual/visual.c |
|---|
| | 913 | M /trunk/modules/visualization/xosd.c |
|---|
| | 914 | |
|---|
| | 915 | String Review. refs #438 |
|---|
| | 916 | |
|---|
| | 917 | ------------------------------------------------------------------------ |
|---|
| | 918 | r14886 | jpsaman | 2006-03-22 22:01:09 +0100 (Wed, 22 Mar 2006) | 1 line |
|---|
| | 919 | Changed paths: |
|---|
| | 920 | M /trunk/modules/misc/rtsp.c |
|---|
| | 921 | M /trunk/modules/stream_out/rtp.c |
|---|
| | 922 | M /trunk/src/network/httpd.c |
|---|
| | 923 | |
|---|
| | 924 | Add support for X-Playnow RTSP option |
|---|
| | 925 | ------------------------------------------------------------------------ |
|---|
| | 926 | r14882 | fkuehne | 2006-03-22 19:09:55 +0100 (Wed, 22 Mar 2006) | 1 line |
|---|
| | 927 | Changed paths: |
|---|
| | 928 | M /trunk/Makefile.am |
|---|
| | 929 | |
|---|
| | 930 | * copy the http-intf-readme to the OSX-bundle as well |
|---|
| | 931 | ------------------------------------------------------------------------ |
|---|
| | 932 | r14881 | sam | 2006-03-22 18:51:17 +0100 (Wed, 22 Mar 2006) | 2 lines |
|---|
| | 933 | Changed paths: |
|---|
| | 934 | M /trunk/modules/video_output/caca.c |
|---|
| | 935 | |
|---|
| | 936 | * modules/video_output/caca.c: Compilation fixes. |
|---|
| | 937 | |
|---|
| | 938 | ------------------------------------------------------------------------ |
|---|
| | 939 | r14880 | dionoea | 2006-03-22 17:38:46 +0100 (Wed, 22 Mar 2006) | 2 lines |
|---|
| | 940 | Changed paths: |
|---|
| | 941 | M /trunk/Makefile.am |
|---|
| | 942 | |
|---|
| | 943 | Add share/http/requests/readme to win target |
|---|
| | 944 | |
|---|
| | 945 | ------------------------------------------------------------------------ |
|---|
| | 946 | r14879 | dionoea | 2006-03-22 17:37:24 +0100 (Wed, 22 Mar 2006) | 2 lines |
|---|
| | 947 | Changed paths: |
|---|
| | 948 | M /trunk/share/Makefile.am |
|---|
| | 949 | |
|---|
| | 950 | add requests/readme |
|---|
| | 951 | |
|---|
| | 952 | ------------------------------------------------------------------------ |
|---|
| | 953 | r14878 | dionoea | 2006-03-22 17:36:48 +0100 (Wed, 22 Mar 2006) | 2 lines |
|---|
| | 954 | Changed paths: |
|---|
| | 955 | A /trunk/share/http/requests/readme |
|---|
| | 956 | |
|---|
| | 957 | List and explain available commands / requests |
|---|
| | 958 | |
|---|
| | 959 | ------------------------------------------------------------------------ |
|---|
| | 960 | r14877 | courmisch | 2006-03-22 17:05:11 +0100 (Wed, 22 Mar 2006) | 10 lines |
|---|
| | 961 | Changed paths: |
|---|
| | 962 | M /trunk/include/charset.h |
|---|
| | 963 | M /trunk/include/vlc_symbols.h |
|---|
| | 964 | M /trunk/modules/codec/subsdec.c |
|---|
| | 965 | |
|---|
| | 966 | include: |
|---|
| | 967 | * export GetFallbackEncoding() |
|---|
| | 968 | subsdec: |
|---|
| | 969 | * autodetect UTF-8 encoding, |
|---|
| | 970 | * use better non-Unicode default encoding from language instead of |
|---|
| | 971 | CP1252 when local encoding is UTF-8, and local encoding in all other cases |
|---|
| | 972 | (should improve subtitles decoding on POSIX a lot) |
|---|
| | 973 | * some memory fixes |
|---|
| | 974 | * some cosmetic fixes |
|---|
| | 975 | |
|---|
| | 976 | ------------------------------------------------------------------------ |
|---|
| | 977 | r14876 | xtophe | 2006-03-22 15:14:10 +0100 (Wed, 22 Mar 2006) | 2 lines |
|---|
| | 978 | Changed paths: |
|---|
| | 979 | M /trunk/modules/misc/logger.c |
|---|
| | 980 | |
|---|
| | 981 | logger.c: Compile fix |
|---|
| | 982 | |
|---|
| | 983 | ------------------------------------------------------------------------ |
|---|
| | 984 | r14875 | zorglub | 2006-03-22 14:38:50 +0100 (Wed, 22 Mar 2006) | 2 lines |
|---|
| | 985 | Changed paths: |
|---|
| | 986 | M /trunk/modules/misc/freetype.c |
|---|
| | 987 | |
|---|
| | 988 | Compile fix |
|---|
| | 989 | |
|---|
| | 990 | ------------------------------------------------------------------------ |
|---|
| | 991 | r14874 | courmisch | 2006-03-22 13:26:11 +0100 (Wed, 22 Mar 2006) | 6 lines |
|---|
| | 992 | Changed paths: |
|---|
| | 993 | M /trunk/include/charset.h |
|---|
| | 994 | M /trunk/include/vlc_symbols.h |
|---|
| | 995 | M /trunk/src/misc/unicode.c |
|---|
| | 996 | |
|---|
| | 997 | IsUTF8: check if a string is a valid UTF8 sequence without modifying it |
|---|
| | 998 | EnsureUTF8 would replace invalid bytes sequences with question marks. |
|---|
| | 999 | |
|---|
| | 1000 | Most of the code was already there anyway. This allows UTF-8 autodetection |
|---|
| | 1001 | without a dedicated UTF8-to-UTF8 iconv() handle. |
|---|
| | 1002 | |
|---|
| | 1003 | ------------------------------------------------------------------------ |
|---|
| | 1004 | r14873 | zorglub | 2006-03-22 13:14:30 +0100 (Wed, 22 Mar 2006) | 2 lines |
|---|
| | 1005 | Changed paths: |
|---|
| | 1006 | M /trunk/modules/misc/freetype.c |
|---|
| | 1007 | M /trunk/modules/misc/gnutls.c |
|---|
| | 1008 | M /trunk/modules/misc/growl.c |
|---|
| | 1009 | M /trunk/modules/misc/logger.c |
|---|
| | 1010 | M /trunk/modules/misc/msn.c |
|---|
| | 1011 | M /trunk/modules/misc/rtsp.c |
|---|
| | 1012 | M /trunk/modules/misc/svg.c |
|---|
| | 1013 | M /trunk/modules/misc/xml/libxml.c |
|---|
| | 1014 | M /trunk/modules/misc/xml/xtag.c |
|---|
| | 1015 | |
|---|
| | 1016 | Strings review in misc/ except dummy and win32text (Refs:#438) |
|---|
| | 1017 | |
|---|
| | 1018 | ------------------------------------------------------------------------ |
|---|
| | 1019 | r14872 | courmisch | 2006-03-22 12:24:45 +0100 (Wed, 22 Mar 2006) | 2 lines |
|---|
| | 1020 | Changed paths: |
|---|
| | 1021 | M /trunk/src/misc/unicode.c |
|---|
| | 1022 | |
|---|
| | 1023 | Clean up |
|---|
| | 1024 | |
|---|
| | 1025 | ------------------------------------------------------------------------ |
|---|
| | 1026 | r14871 | courmisch | 2006-03-22 12:14:24 +0100 (Wed, 22 Mar 2006) | 2 lines |
|---|
| | 1027 | Changed paths: |
|---|
| | 1028 | M /trunk/include/vlc_common.h |
|---|
| | 1029 | M /trunk/include/vlc_symbols.h |
|---|
| | 1030 | M /trunk/src/extras/libc.c |
|---|
| | 1031 | |
|---|
| | 1032 | Clean up vlc_iconv prototype |
|---|
| | 1033 | |
|---|
| | 1034 | ------------------------------------------------------------------------ |
|---|
| | 1035 | r14870 | zorglub | 2006-03-22 08:12:10 +0100 (Wed, 22 Mar 2006) | 2 lines |
|---|
| | 1036 | Changed paths: |
|---|
| | 1037 | M /trunk/modules/control/telnet.c |
|---|
| | 1038 | |
|---|
| | 1039 | Strings review of telnet.c (Refs:#438) |
|---|
| | 1040 | |
|---|
| | 1041 | ------------------------------------------------------------------------ |
|---|
| | 1042 | r14869 | dionoea | 2006-03-22 01:19:29 +0100 (Wed, 22 Mar 2006) | 2 lines |
|---|
| | 1043 | Changed paths: |
|---|
| | 1044 | M /trunk/share/http/dialogs/playlist |
|---|
| | 1045 | M /trunk/share/http/iehacks.css |
|---|
| | 1046 | M /trunk/share/http/style.css |
|---|
| | 1047 | |
|---|
| | 1048 | Slightly better IE and Firefox compatible version of the sort and services discovery menus. |
|---|
| | 1049 | |
|---|
| | 1050 | ------------------------------------------------------------------------ |
|---|
| | 1051 | r14868 | dionoea | 2006-03-22 00:41:05 +0100 (Wed, 22 Mar 2006) | 2 lines |
|---|
| | 1052 | Changed paths: |
|---|
| | 1053 | M /trunk/modules/misc/msn.c |
|---|
| | 1054 | |
|---|
| | 1055 | Also update now playing info when playing a new item. |
|---|
| | 1056 | |
|---|
| | 1057 | ------------------------------------------------------------------------ |
|---|
| | 1058 | r14867 | dionoea | 2006-03-22 00:26:17 +0100 (Wed, 22 Mar 2006) | 2 lines |
|---|
| | 1059 | Changed paths: |
|---|
| | 1060 | M /trunk/share/http/js/functions.js |
|---|
| | 1061 | M /trunk/share/http/js/mosaic.js |
|---|
| | 1062 | M /trunk/share/http/js/vlm.js |
|---|
| | 1063 | |
|---|
| | 1064 | Some more IE (crap) fixes |
|---|
| | 1065 | |
|---|
| | 1066 | ------------------------------------------------------------------------ |
|---|
| | 1067 | r14861 | bigben | 2006-03-21 23:08:41 +0100 (Tue, 21 Mar 2006) | 4 lines |
|---|
| | 1068 | Changed paths: |
|---|
| | 1069 | M /trunk/modules/gui/macosx/playlistinfo.m |
|---|
| | 1070 | |
|---|
| | 1071 | * There is no reason not to allow to open the information panel on nodes |
|---|
| | 1072 | * We now |
|---|