| 26 | | ---------------------------------------------------------------------- |
|---|
| 27 | | r13969: zorglub | 2006-04-01 09:03:55 +0200 |
|---|
| 28 | | Changed 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 |
|---|
| | 116 | |
|---|
| | 117 | ------------------------------------------------------------------------ |
|---|
| | 118 | r15032 | xtophe | 2006-04-01 23:38:18 +0200 (Sat, 01 Apr 2006) | 2 lines |
|---|
| | 119 | Changed paths: |
|---|
| | 120 | M /trunk/modules/gui/macosx/extended.m |
|---|
| | 121 | M /trunk/modules/gui/macosx/interaction.m |
|---|
| | 122 | M /trunk/modules/gui/macosx/macosx.m |
|---|
| | 123 | M /trunk/modules/gui/macosx/open.m |
|---|
| | 124 | M /trunk/modules/gui/macosx/vout.m |
|---|
| | 125 | M /trunk/modules/gui/macosx/voutgl.m |
|---|
| | 126 | M /trunk/modules/gui/macosx/voutqt.m |
|---|
| | 127 | |
|---|
| | 128 | gui/macos/*: 2nd String Review (refs #438) |
|---|
| | 129 | |
|---|
| | 130 | ------------------------------------------------------------------------ |
|---|
| | 131 | r15031 | dionoea | 2006-04-01 22:36:24 +0200 (Sat, 01 Apr 2006) | 3 lines |
|---|
| | 132 | Changed paths: |
|---|
| | 133 | M /trunk/configure.ac |
|---|
| | 134 | |
|---|
| | 135 | Commit SSE/SSE2 detection fix when VLC is compiled with mingw32. |
|---|
| | 136 | fix #616/fixes #616 |
|---|
| | 137 | |
|---|
| | 138 | ------------------------------------------------------------------------ |
|---|
| | 139 | r15030 | sam | 2006-04-01 22:33:59 +0200 (Sat, 01 Apr 2006) | 3 lines |
|---|
| | 140 | Changed paths: |
|---|
| | 141 | M /trunk/modules/video_filter/deinterlace.c |
|---|
| | 142 | |
|---|
| | 143 | * modules/video_filter/deinterlace.c: pagvb is illegal MMX, use it when MMX |
|---|
| | 144 | EXT is available, use pavgusb when 3DNow is available, and nothing instead. |
|---|
| | 145 | |
|---|
| | 146 | ------------------------------------------------------------------------ |
|---|
| | 147 | r15029 | dionoea | 2006-04-01 19:28:29 +0200 (Sat, 01 Apr 2006) | 2 lines |
|---|
| | 148 | Changed paths: |
|---|
| | 149 | M /trunk/share/http/js/vlm.js |
|---|
| | 150 | |
|---|
| | 151 | Fix quotes arround inputs like "fake: option fake-file=thing.png" which should be "fake:" option "fake-file=thing.png" |
|---|
| | 152 | |
|---|
| | 153 | ------------------------------------------------------------------------ |
|---|
| | 154 | r15028 | fkuehne | 2006-04-01 17:12:35 +0200 (Sat, 01 Apr 2006) | 1 line |
|---|
| | 155 | Changed paths: |
|---|
| | 156 | M /trunk/modules/demux/livedotcom.cpp |
|---|
| | 157 | |
|---|
| | 158 | * don't try to open real streams, but quit before triggering any errors. thanks to thedj for pointing this out. |
|---|
| | 159 | ------------------------------------------------------------------------ |
|---|
| | 160 | r15027 | fkuehne | 2006-04-01 16:16:10 +0200 (Sat, 01 Apr 2006) | 3 lines |
|---|
| | 161 | Changed paths: |
|---|
| | 162 | M /trunk/modules/demux/livedotcom.cpp |
|---|
| | 163 | M /trunk/modules/demux/real.c |
|---|
| | 164 | |
|---|
| | 165 | * livedotcom.cpp: transform a blocking msg_err to a more descriptive msg_warn. |
|---|
| | 166 | Please revert if this breaks something I didn't know about. |
|---|
| | 167 | * real.c: minor clean up |
|---|
| | 168 | ------------------------------------------------------------------------ |
|---|
| | 169 | r15026 | fkuehne | 2006-04-01 16:07:46 +0200 (Sat, 01 Apr 2006) | 1 line |
|---|
| | 170 | Changed paths: |
|---|
| | 171 | M /trunk/modules/demux/real.c |
|---|
| | 172 | |
|---|
| | 173 | * show meta information for real streams (only Title, Author, Copyright, Comment for now) |
|---|
| | 174 | ------------------------------------------------------------------------ |
|---|
| | 175 | r15025 | fkuehne | 2006-04-01 13:27:40 +0200 (Sat, 01 Apr 2006) | 1 line |
|---|
| | 176 | Changed paths: |
|---|
| | 177 | M /trunk/src/control/mediacontrol_audio_video.c |
|---|
| | 178 | M /trunk/src/control/mediacontrol_core.c |
|---|
| | 179 | M /trunk/src/control/mediacontrol_init.c |
|---|
| | 180 | M /trunk/src/control/mediacontrol_plugin.c |
|---|
| | 181 | M /trunk/src/input/demux.c |
|---|
| | 182 | M /trunk/src/input/input.c |
|---|
| | 183 | M /trunk/src/input/stream.c |
|---|
| | 184 | M /trunk/src/interface/interface.c |
|---|
| | 185 | M /trunk/src/interface/intf_eject.c |
|---|
| | 186 | M /trunk/src/misc/configuration.c |
|---|
| | 187 | M /trunk/src/misc/darwin_specific.m |
|---|
| | 188 | M /trunk/src/misc/modules.c |
|---|
| | 189 | M /trunk/src/misc/objects.c |
|---|
| | 190 | M /trunk/src/misc/stats.c |
|---|
| | 191 | M /trunk/src/misc/vlm.c |
|---|
| | 192 | M /trunk/src/network/getaddrinfo.c |
|---|
| | 193 | M /trunk/src/network/httpd.c |
|---|
| | 194 | M /trunk/src/network/io.c |
|---|
| | 195 | M /trunk/src/network/rootwrap.c |
|---|
| | 196 | M /trunk/src/network/tcp.c |
|---|
| | 197 | M /trunk/src/network/udp.c |
|---|
| | 198 | M /trunk/src/osd/osd.c |
|---|
| | 199 | M /trunk/src/osd/osd_parser.c |
|---|
| | 200 | M /trunk/src/playlist/item.c |
|---|
| | 201 | M /trunk/src/playlist/loadsave.c |
|---|
| | 202 | M /trunk/src/playlist/playlist.c |
|---|
| | 203 | M /trunk/src/playlist/view.c |
|---|
| | 204 | M /trunk/src/stream_output/announce.c |
|---|
| | 205 | M /trunk/src/stream_output/sap.c |
|---|
| | 206 | M /trunk/src/stream_output/stream_output.c |
|---|
| | 207 | M /trunk/src/video_output/vout_intf.c |
|---|
| | 208 | |
|---|
| | 209 | * 2nd review of /src/* \ libvlc.h (refs #438) |
|---|
| | 210 | ------------------------------------------------------------------------ |
|---|
| | 211 | r15024 | courmisch | 2006-04-01 13:03:08 +0200 (Sat, 01 Apr 2006) | 3 lines |
|---|
| | 212 | Changed paths: |
|---|
| | 213 | M /trunk/modules/control/http/http.c |
|---|
| | 214 | |
|---|
| | 215 | - Don't assume builddir = srcdir |
|---|
| | 216 | - Fix minor memleak |
|---|
| | 217 | |
|---|
| | 218 | ------------------------------------------------------------------------ |
|---|
| | 219 | r15023 | littlejohn | 2006-04-01 12:29:32 +0200 (Sat, 01 Apr 2006) | 2 lines |
|---|
| | 220 | Changed paths: |
|---|
| | 221 | M /trunk/bindings/java/SWTUglyPlayer.java |
|---|
| | 222 | M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java |
|---|
| | 223 | M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java |
|---|
| | 224 | M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java |
|---|
| | 225 | M /trunk/bindings/java/org/videolan/jvlc/JVLC.java |
|---|
| | 226 | M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java |
|---|
| | 227 | M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java |
|---|
| | 228 | M /trunk/bindings/java/org/videolan/jvlc/Playlist.java |
|---|
| | 229 | M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java |
|---|
| | 230 | M /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java |
|---|
| | 231 | M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java |
|---|
| | 232 | |
|---|
| | 233 | Copyright year moved from 2004 to 2006 |
|---|
| | 234 | |
|---|
| | 235 | ------------------------------------------------------------------------ |
|---|
| | 236 | r15022 | fkuehne | 2006-04-01 12:10:25 +0200 (Sat, 01 Apr 2006) | 2 lines |
|---|
| | 237 | Changed paths: |
|---|
| | 238 | M /trunk/modules/gui/macosx/wizard.m |
|---|
| | 239 | |
|---|
| | 240 | * remove the extension of the input file before adding the new one |
|---|
| | 241 | * some minor string corrections and output changes |
|---|
| | 242 | ------------------------------------------------------------------------ |
|---|
| | 243 | r15021 | courmisch | 2006-04-01 10:40:15 +0200 (Sat, 01 Apr 2006) | 2 lines |
|---|
| | 244 | Changed paths: |
|---|
| | 245 | M /trunk/src/misc/unicode.c |
|---|
| | 246 | |
|---|
| | 247 | More useless code - at least at do try to understand what I commit |
|---|
| | 248 | |
|---|
| | 249 | ------------------------------------------------------------------------ |
|---|
| | 250 | r15020 | courmisch | 2006-04-01 10:34:48 +0200 (Sat, 01 Apr 2006) | 2 lines |
|---|
| | 251 | Changed paths: |
|---|
| | 252 | M /trunk/src/misc/unicode.c |
|---|
| | 253 | |
|---|
| | 254 | Fixes are cool when they actually fix something |
|---|
| | 255 | |
|---|
| | 256 | ------------------------------------------------------------------------ |
|---|
| | 257 | r15019 | dionoea | 2006-04-01 02:25:58 +0200 (Sat, 01 Apr 2006) | 2 lines |
|---|
| | 258 | Changed paths: |
|---|
| | 259 | M /trunk/src/misc/image.c |
|---|
| | 260 | |
|---|
| | 261 | Hum, this isn't needed anymore. |
|---|
| | 262 | |
|---|
| | 263 | ------------------------------------------------------------------------ |
|---|
| | 264 | r15018 | dionoea | 2006-04-01 02:18:25 +0200 (Sat, 01 Apr 2006) | 2 lines |
|---|
| | 265 | Changed paths: |
|---|
| | 266 | M /trunk/src/misc/unicode.c |
|---|
| | 267 | |
|---|
| | 268 | Fix stat wrapper on windows... Wrappers are nice. Wrappers which work are better. |
|---|
| | 269 | |
|---|
| | 270 | ------------------------------------------------------------------------ |
|---|
| | 271 | r15017 | xtophe | 2006-04-01 01:30:46 +0200 (Sat, 01 Apr 2006) | 2 lines |
|---|
| | 272 | Changed paths: |
|---|
| | 273 | M /trunk/modules/access/dshow/dshow.cpp |
|---|
| | 274 | |
|---|
| | 275 | Fix compile |
|---|
| | 276 | |
|---|
| | 277 | ------------------------------------------------------------------------ |
|---|
| | 278 | r15016 | xtophe | 2006-04-01 01:07:01 +0200 (Sat, 01 Apr 2006) | 2 lines |
|---|
| | 279 | Changed paths: |
|---|
| | 280 | M /trunk/modules/access/cdda/access.c |
|---|
| | 281 | M /trunk/modules/access/cdda/callback.c |
|---|
| | 282 | M /trunk/modules/access/cdda/cdda.c |
|---|
| | 283 | M /trunk/modules/access/cdda.c |
|---|
| | 284 | M /trunk/modules/access/directory.c |
|---|
| | 285 | M /trunk/modules/access/dshow/crossbar.cpp |
|---|
| | 286 | M /trunk/modules/access/dshow/dshow.cpp |
|---|
| | 287 | M /trunk/modules/access/dv.c |
|---|
| | 288 | M /trunk/modules/access/dvb/access.c |
|---|
| | 289 | M /trunk/modules/access/dvdnav.c |
|---|
| | 290 | M /trunk/modules/access/dvdread.c |
|---|
| | 291 | M /trunk/modules/access/fake.c |
|---|
| | 292 | M /trunk/modules/access/file.c |
|---|
| | 293 | M /trunk/modules/access/ftp.c |
|---|
| | 294 | M /trunk/modules/access/gnomevfs.c |
|---|
| | 295 | M /trunk/modules/access/http.c |
|---|
| | 296 | M /trunk/modules/access/mms/mms.c |
|---|
| | 297 | M /trunk/modules/access/mms/mmsh.c |
|---|
| | 298 | M /trunk/modules/access/mms/mmstu.c |
|---|
| | 299 | M /trunk/modules/access/rtsp/access.c |
|---|
| | 300 | M /trunk/modules/access/screen/screen.c |
|---|
| | 301 | M /trunk/modules/access/smb.c |
|---|
| | 302 | M /trunk/modules/access/tcp.c |
|---|
| | 303 | M /trunk/modules/access/udp.c |
|---|
| | 304 | M /trunk/modules/access/v4l/v4l.c |
|---|
| | 305 | M /trunk/modules/access/vcd/vcd.c |
|---|
| | 306 | |
|---|
| | 307 | Access/*: Second lecture (refs #438) |
|---|
| | 308 | |
|---|
| | 309 | ------------------------------------------------------------------------ |
|---|
| | 310 | r15015 | dionoea | 2006-04-01 00:41:22 +0200 (Sat, 01 Apr 2006) | 3 lines |
|---|
| | 311 | Changed paths: |
|---|
| | 312 | M /trunk/src/misc/image.c |
|---|
| | 313 | |
|---|
| | 314 | Prevent segfault under windows. We now have to fix the stream_Size function so it works. |
|---|
| | 315 | (exemple segfault with : $ ./vlc --fake-file="C:\Documents and Settings\Antoine\Mes documents\Mes images\vlc-1337.jpg" fake: ) |
|---|
| | 316 | |
|---|
| | 317 | ------------------------------------------------------------------------ |
|---|
| | 318 | r15014 | ipkiss | 2006-04-01 00:33:45 +0200 (Sat, 01 Apr 2006) | 2 lines |
|---|
| | 319 | Changed paths: |
|---|
| | 320 | M /trunk/modules/gui/skins2/src/ft2_font.cpp |
|---|
| | 321 | M /trunk/modules/gui/skins2/src/ft2_font.hpp |
|---|
| | 322 | |
|---|
| | 323 | skins2/src/ft2_font.*: s/initalize/initialize/ |
|---|
| | 324 | |
|---|
| | 325 | ------------------------------------------------------------------------ |
|---|
| | 326 | r15013 | fkuehne | 2006-04-01 00:23:53 +0200 (Sat, 01 Apr 2006) | 1 line |
|---|
| | 327 | Changed paths: |
|---|
| | 328 | M /trunk/modules/gui/macosx/wizard.m |
|---|
| | 329 | |
|---|
| | 330 | * do only show the destination of the first item on the summary page when transcoding to file and add a counter for the others |
|---|
| | 331 | ------------------------------------------------------------------------ |
|---|
| | 332 | r15012 | dionoea | 2006-03-31 23:37:52 +0200 (Fri, 31 Mar 2006) | 2 lines |
|---|
| | 333 | Changed paths: |
|---|
| | 334 | M /trunk/src/libvlc.h |
|---|
| | 335 | |
|---|
| | 336 | Libvlc strings 2nd review (Refs:#438) |
|---|
| | 337 | |
|---|
| | 338 | ------------------------------------------------------------------------ |
|---|
| | 339 | r15011 | courmisch | 2006-03-31 23:21:49 +0200 (Fri, 31 Mar 2006) | 2 lines |
|---|
| | 340 | Changed paths: |
|---|
| | 341 | M /trunk/src/input/subtitles.c |
|---|
| | 342 | |
|---|
| | 343 | Probably a fix for crap compilers |
|---|
| | 344 | |
|---|
| | 345 | ------------------------------------------------------------------------ |
|---|
| | 346 | r15010 | courmisch | 2006-03-31 23:20:37 +0200 (Fri, 31 Mar 2006) | 2 lines |
|---|
| | 347 | Changed paths: |
|---|
| | 348 | M /trunk/src/input/subtitles.c |
|---|
| | 349 | |
|---|
| | 350 | Fix an old overflow and two recent bugs introduced by me |
|---|
| | 351 | |
|---|
| | 352 | ------------------------------------------------------------------------ |
|---|
| | 353 | r15009 | zorglub | 2006-03-31 21:34:02 +0200 (Fri, 31 Mar 2006) | 2 lines |
|---|
| | 354 | Changed paths: |
|---|
| | 355 | M /trunk |
|---|
| | 356 | M /trunk/modules/codec/x264.c |
|---|
| | 357 | |
|---|
| | 358 | X264 (Refs:#438) |
|---|
| | 359 | |
|---|
| | 360 | ------------------------------------------------------------------------ |
|---|
| | 361 | r15008 | zorglub | 2006-03-31 21:24:33 +0200 (Fri, 31 Mar 2006) | 2 lines |
|---|
| | 362 | Changed paths: |
|---|
| | 363 | M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp |
|---|
| | 364 | M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp |
|---|
| | 365 | M /trunk/modules/gui/skins2/events/evt_mouse.cpp |
|---|
| | 366 | M /trunk/modules/gui/skins2/events/evt_scroll.cpp |
|---|
| | 367 | M /trunk/modules/gui/skins2/events/evt_special.cpp |
|---|
| | 368 | M /trunk/modules/gui/skins2/parser/builder.cpp |
|---|
| | 369 | M /trunk/modules/gui/skins2/parser/interpreter.cpp |
|---|
| | 370 | M /trunk/modules/gui/skins2/parser/skin_parser.cpp |
|---|
| | 371 | M /trunk/modules/gui/skins2/parser/xmlparser.cpp |
|---|
| | 372 | M /trunk/modules/gui/skins2/src/dialogs.cpp |
|---|
| | 373 | M /trunk/modules/gui/skins2/src/ft2_font.cpp |
|---|
| | 374 | M /trunk/modules/gui/skins2/src/generic_layout.cpp |
|---|
| | 375 | M /trunk/modules/gui/skins2/src/popup.cpp |
|---|
| | 376 | M /trunk/modules/gui/skins2/src/skin_main.cpp |
|---|
| | 377 | M /trunk/modules/gui/skins2/src/theme.cpp |
|---|
| | 378 | M /trunk/modules/gui/skins2/src/theme_loader.cpp |
|---|
| | 379 | M /trunk/modules/gui/skins2/src/theme_repository.cpp |
|---|
| | 380 | M /trunk/modules/gui/skins2/src/top_window.cpp |
|---|
| | 381 | M /trunk/modules/gui/skins2/src/var_manager.cpp |
|---|
| | 382 | M /trunk/modules/gui/skins2/src/window_manager.cpp |
|---|
| | 383 | M /trunk/modules/gui/skins2/utils/ustring.cpp |
|---|
| | 384 | M /trunk/modules/gui/skins2/vars/playtree.cpp |
|---|
| | 385 | M /trunk/modules/gui/skins2/win32/win32_factory.cpp |
|---|
| | 386 | M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp |
|---|
| | 387 | M /trunk/modules/gui/skins2/x11/x11_display.cpp |
|---|
| | 388 | M /trunk/modules/gui/skins2/x11/x11_graphics.cpp |
|---|
| | 389 | M /trunk/modules/gui/skins2/x11/x11_loop.cpp |
|---|
| | 390 | |
|---|
| | 391 | Skins strings (Refs:#438) |
|---|
| | 392 | |
|---|
| | 393 | ------------------------------------------------------------------------ |
|---|
| | 394 | r15007 | xtophe | 2006-03-31 18:46:08 +0200 (Fri, 31 Mar 2006) | 2 lines |
|---|
| | 395 | Changed paths: |
|---|
| | 396 | M /trunk/include/vlc_config_cat.h |
|---|
| | 397 | |
|---|
| | 398 | typo |
|---|
| | 399 | |
|---|
| | 400 | ------------------------------------------------------------------------ |
|---|
| | 401 | r15006 | zorglub | 2006-03-31 18:39:23 +0200 (Fri, 31 Mar 2006) | 2 lines |
|---|
| | 402 | Changed paths: |
|---|
| | 403 | M /trunk/modules/mux/asf.c |
|---|
| | 404 | M /trunk/modules/mux/mp4.c |
|---|
| | 405 | M /trunk/modules/mux/mpeg/ps.c |
|---|
| | 406 | M /trunk/modules/mux/mpeg/ts.c |
|---|
| | 407 | |
|---|
| | 408 | Muxers (Refs:#438) |
|---|
| | 409 | |
|---|
| | 410 | ------------------------------------------------------------------------ |
|---|
| | 411 | r15005 | xtophe | 2006-03-31 18:28:03 +0200 (Fri, 31 Mar 2006) | 2 lines |
|---|
| | 412 | Changed paths: |
|---|
| | 413 | M /trunk/modules/codec/mpeg_audio.c |
|---|
| | 414 | M /trunk/modules/codec/quicktime.c |
|---|
| | 415 | M /trunk/modules/codec/speex.c |
|---|
| | 416 | M /trunk/modules/codec/subsdec.c |
|---|
| | 417 | M /trunk/modules/codec/tarkin.c |
|---|
| | 418 | M /trunk/modules/codec/theora.c |
|---|
| | 419 | M /trunk/modules/codec/vorbis.c |
|---|
| | 420 | M /trunk/modules/codec/x264.c |
|---|
| | 421 | |
|---|
| | 422 | codec 2nd round exept fo x264 (refs #438) |
|---|
| | 423 | |
|---|
| | 424 | ------------------------------------------------------------------------ |
|---|
| | 425 | r15004 | zorglub | 2006-03-31 18:24:32 +0200 (Fri, 31 Mar 2006) | 2 lines |
|---|
| | 426 | Changed paths: |
|---|
| | 427 | M /trunk/modules/packetizer/mpeg4audio.c |
|---|
| | 428 | |
|---|
| | 429 | 2nd packetizer round (Refs:#438) |
|---|
| | 430 | |
|---|
| | 431 | ------------------------------------------------------------------------ |
|---|
| | 432 | r15003 | zorglub | 2006-03-31 18:22:19 +0200 (Fri, 31 Mar 2006) | 2 lines |
|---|
| | 433 | Changed paths: |
|---|
| | 434 | M /trunk/include/vlc_config_cat.h |
|---|
| | 435 | M /trunk/modules/visualization/visual/visual.c |
|---|
| | 436 | |
|---|
| | 437 | vlc_config_cat.h 2nd round (Refs:#438) |
|---|
| | 438 | |
|---|
| | 439 | ------------------------------------------------------------------------ |
|---|
| | 440 | r15002 | fkuehne | 2006-03-31 18:12:31 +0200 (Fri, 31 Mar 2006) | 1 line |
|---|
| | 441 | Changed paths: |
|---|
| | 442 | M /trunk/modules/control/telnet.c |
|---|
| | 443 | M /trunk/modules/video_filter/adjust.c |
|---|
| | 444 | M /trunk/modules/video_filter/distort.c |
|---|
| | 445 | M /trunk/modules/video_filter/logo.c |
|---|
| | 446 | M /trunk/modules/video_filter/marq.c |
|---|
| | 447 | M /trunk/modules/video_filter/mosaic.c |
|---|
| | 448 | M /trunk/modules/video_filter/motiondetect.c |
|---|
| | 449 | M /trunk/modules/video_filter/osdmenu.c |
|---|
| | 450 | M /trunk/modules/video_filter/rss.c |
|---|
| | 451 | M /trunk/modules/video_filter/time.c |
|---|
| | 452 | M /trunk/modules/video_output/aa.c |
|---|
| | 453 | M /trunk/modules/video_output/directx/directx.c |
|---|
| | 454 | M /trunk/modules/video_output/directx/events.c |
|---|
| | 455 | M /trunk/modules/video_output/directx/glwin32.c |
|---|
| | 456 | M /trunk/modules/video_output/ggi.c |
|---|
| | 457 | M /trunk/modules/video_output/opengl.c |
|---|
| | 458 | M /trunk/modules/video_output/qte/qte.cpp |
|---|
| | 459 | M /trunk/modules/video_output/sdl.c |
|---|
| | 460 | M /trunk/modules/video_output/snapshot.c |
|---|
| | 461 | M /trunk/modules/video_output/x11/glx.c |
|---|
| | 462 | M /trunk/modules/video_output/x11/xcommon.c |
|---|
| | 463 | M /trunk/modules/video_output/x11/xvideo.c |
|---|
| | 464 | |
|---|
| | 465 | * 2nd review of video* and control/telnet.c |
|---|
| | 466 | ------------------------------------------------------------------------ |
|---|
| | 467 | r15001 | littlejohn | 2006-03-31 17:51:47 +0200 (Fri, 31 Mar 2006) | 4 lines |
|---|
| | 468 | Changed paths: |
|---|
| | 469 | M /trunk/bindings/java/Makefile.am |
|---|
| | 470 | M /trunk/bindings/java/VlcClient.java |
|---|
| | 471 | |
|---|
| | 472 | Makefile typo fixed |
|---|
| | 473 | VlcClient.java and VlcClient class now match. |
|---|
| | 474 | |
|---|
| | 475 | |
|---|
| | 476 | ------------------------------------------------------------------------ |
|---|
| | 477 | r15000 | zorglub | 2006-03-31 17:30:32 +0200 (Fri, 31 Mar 2006) | 2 lines |
|---|
| | 478 | Changed paths: |
|---|
| | 479 | M /trunk/modules/stream_out/bridge.c |
|---|
| | 480 | |
|---|
| | 481 | Be a bit more verbose (Refs:#438) |
|---|
| | 482 | |
|---|
| | 483 | ------------------------------------------------------------------------ |
|---|
| | 484 | r14999 | zorglub | 2006-03-31 17:30:21 +0200 (Fri, 31 Mar 2006) | 2 lines |
|---|
| | 485 | Changed paths: |
|---|
| | 486 | M /trunk/modules/services_discovery/sap.c |
|---|
| | 487 | |
|---|
| | 488 | Additional string fixes (Refs:#438) |
|---|
| | 489 | |
|---|
| | 490 | ------------------------------------------------------------------------ |
|---|
| | 491 | r14998 | littlejohn | 2006-03-31 17:28:12 +0200 (Fri, 31 Mar 2006) | 3 lines |
|---|
| | 492 | Changed paths: |
|---|
| | 493 | M /trunk/bindings/java/Makefile.am |
|---|
| | 494 | M /trunk/bindings/java/README |
|---|
| | 495 | M /trunk/bindings/java/SWTUglyPlayer.java |
|---|
| | 496 | M /trunk/bindings/java/TODO |
|---|
| | 497 | M /trunk/bindings/java/VlcClient.java |
|---|
| | 498 | M /trunk/bindings/java/javadoc.xml |
|---|
| | 499 | M /trunk/bindings/java/org |
|---|
| | 500 | M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java |
|---|
| | 501 | M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java |
|---|
| | 502 | M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java |
|---|
| | 503 | M /trunk/bindings/java/org/videolan/jvlc/JVLC.java |
|---|
| | 504 | M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java |
|---|
| | 505 | M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java |
|---|
| | 506 | M /trunk/bindings/java/org/videolan/jvlc/Playlist.java |
|---|
| | 507 | M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java |
|---|
| | 508 | M /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java |
|---|
| | 509 | M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java |
|---|
| | 510 | M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java |
|---|
| | 511 | M /trunk/bindings/java/vlc-graphics-jni.cc |
|---|
| | 512 | M /trunk/bindings/java/vlc-libvlc-jni.cc |
|---|
| | 513 | |
|---|
| | 514 | Makefile updated for new java bindings classes. |
|---|
| | 515 | copyright and svn:id fixed for new classes |
|---|
| | 516 | |
|---|
| | 517 | ------------------------------------------------------------------------ |
|---|
| | 518 | r14997 | fkuehne | 2006-03-31 17:15:07 +0200 (Fri, 31 Mar 2006) | 1 line |
|---|
| | 519 | Changed paths: |
|---|
| | 520 | M /trunk/modules/audio_filter/channel_mixer/dolby.c |
|---|
| | 521 | M /trunk/modules/audio_filter/channel_mixer/headphone.c |
|---|
| | 522 | M /trunk/modules/audio_filter/channel_mixer/simple.c |
|---|
| | 523 | M /trunk/modules/audio_filter/channel_mixer/trivial.c |
|---|
| | 524 | M /trunk/modules/audio_filter/converter/a52tospdif.c |
|---|
| | 525 | M /trunk/modules/audio_filter/converter/dtstofloat32.c |
|---|
| | 526 | M /trunk/modules/audio_filter/converter/dtstospdif.c |
|---|
| | 527 | M /trunk/modules/audio_filter/converter/fixed32tofloat32.c |
|---|
| | 528 | M /trunk/modules/audio_filter/converter/fixed32tos16.c |
|---|
| | 529 | M /trunk/modules/audio_filter/converter/float32tos16.c |
|---|
| | 530 | M /trunk/modules/audio_filter/converter/float32tos8.c |
|---|
| | 531 | M /trunk/modules/audio_filter/converter/float32tou16.c |
|---|
| | 532 | M /trunk/modules/audio_filter/converter/float32tou8.c |
|---|
| | 533 | M /trunk/modules/audio_filter/converter/s16tofixed32.c |
|---|
| | 534 | M /trunk/modules/audio_filter/converter/s16tofloat32.c |
|---|
| | 535 | M /trunk/modules/audio_filter/converter/s16tofloat32swab.c |
|---|
| | 536 | M /trunk/modules/audio_filter/converter/s8tofloat32.c |
|---|
| | 537 | M /trunk/modules/audio_filter/converter/u8tofixed32.c |
|---|
| | 538 | M /trunk/modules/audio_filter/converter/u8tofloat32.c |
|---|
| | 539 | M /trunk/modules/audio_filter/equalizer.c |
|---|
| | 540 | M /trunk/modules/audio_filter/format.c |
|---|
| | 541 | M /trunk/modules/audio_filter/normvol.c |
|---|
| | 542 | M /trunk/modules/audio_filter/param_eq.c |
|---|
| | 543 | M /trunk/modules/audio_filter/resampler/bandlimited.c |
|---|
| | 544 | M /trunk/modules/audio_filter/resampler/linear.c |
|---|
| | 545 | M /trunk/modules/audio_filter/resampler/trivial.c |
|---|
| | 546 | M /trunk/modules/audio_filter/resampler/ugly.c |
|---|
| | 547 | M /trunk/modules/audio_output/alsa.c |
|---|
| | 548 | M /trunk/modules/audio_output/auhal.c |
|---|
| | 549 | M /trunk/modules/audio_output/directx.c |
|---|
| | 550 | M /trunk/modules/audio_output/file.c |
|---|
| | 551 | M /trunk/modules/audio_output/jack.c |
|---|
| | 552 | M /trunk/modules/audio_output/oss.c |
|---|
| | 553 | M /trunk/modules/audio_output/portaudio.c |
|---|
| | 554 | |
|---|
| | 555 | * 2nd review of modules/audio* (refs #438) |
|---|
| | 556 | ------------------------------------------------------------------------ |
|---|
| | 557 | r14996 | littlejohn | 2006-03-31 17:07:55 +0200 (Fri, 31 Mar 2006) | 3 lines |
|---|
| | 558 | Changed paths: |
|---|
| | 559 | A /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java |
|---|
| | 560 | A /trunk/bindings/java/org/videolan/jvlc/InputIntf.java |
|---|
| | 561 | A /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java |
|---|
| | 562 | A /trunk/bindings/java/org/videolan/jvlc/JVLC.java |
|---|
| | 563 | A /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java |
|---|
| | 564 | A /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java |
|---|
| | 565 | A /trunk/bindings/java/org/videolan/jvlc/Playlist.java |
|---|
| | 566 | A /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java |
|---|
| | 567 | A /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java |
|---|
| | 568 | A /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java |
|---|
| | 569 | A /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java |
|---|
| | 570 | |
|---|
| | 571 | Java classes for Java bindings added |
|---|
| | 572 | |
|---|
| | 573 | |
|---|
| | 574 | ------------------------------------------------------------------------ |
|---|
| | 575 | r14995 | littlejohn | 2006-03-31 17:06:39 +0200 (Fri, 31 Mar 2006) | 8 lines |
|---|
| | 576 | Changed paths: |
|---|
| | 577 | A /trunk/bindings/java/SWTUglyPlayer.java |
|---|
| | 578 | M /trunk/bindings/java/VlcClient.java |
|---|
| | 579 | D /trunk/bindings/java/org/videolan/jvlc/JVLC.java |
|---|
| | 580 | D /trunk/bindings/java/org/videolan/jvlc/JVLCBoolVariable.java |
|---|
| | 581 | D /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java |
|---|
| | 582 | D /trunk/bindings/java/org/videolan/jvlc/JVLCFloatVariable.java |
|---|
| | 583 | D /trunk/bindings/java/org/videolan/jvlc/JVLCIntVariable.java |
|---|
| | 584 | D /trunk/bindings/java/org/videolan/jvlc/JVLCNoSuchVariableNameException.java |
|---|
| | 585 | D /trunk/bindings/java/org/videolan/jvlc/JVLCStringVariable.java |
|---|
| | 586 | D /trunk/bindings/java/org/videolan/jvlc/JVLCTimeVariable.java |
|---|
| | 587 | D /trunk/bindings/java/org/videolan/jvlc/JVLCVarValue.java |
|---|
| | 588 | D /trunk/bindings/java/org/videolan/jvlc/JVLCVarVariable.java |
|---|
| | 589 | D /trunk/bindings/java/org/videolan/jvlc/JVLCVariable.java |
|---|
| | 590 | D /trunk/bindings/java/org/videolan/jvlc/mediacontrol |
|---|
| | 591 | D /trunk/bindings/java/vlc-glue-cni.cc |
|---|
| | 592 | D /trunk/bindings/java/vlc-glue-jni.cc |
|---|
| | 593 | A /trunk/bindings/java/vlc-libvlc-jni.cc |
|---|
| | 594 | |
|---|
| | 595 | Java bindings update to latest JVLC (step 1/2) |
|---|
| | 596 | |
|---|
| | 597 | JNI: unused files removed |
|---|
| | 598 | JNI: libvlc.h dependent file added |
|---|
| | 599 | A sample SWT (ugly) player added |
|---|
| | 600 | Old java bindings files removed |
|---|
| | 601 | |
|---|
| | 602 | |
|---|
| | 603 | ------------------------------------------------------------------------ |
|---|
| | 604 | r14994 | fkuehne | 2006-03-31 16:24:32 +0200 (Fri, 31 Mar 2006) | 1 line |
|---|
| | 605 | Changed paths: |
|---|
| | 606 | M /trunk/NEWS |
|---|
| | 607 | |
|---|
| | 608 | * add bigben's latest additions |
|---|
| | 609 | ------------------------------------------------------------------------ |
|---|
| | 610 | r14993 | zorglub | 2006-03-31 15:46:39 +0200 (Fri, 31 Mar 2006) | 2 lines |
|---|
| | 611 | Changed paths: |
|---|
| | 612 | M /trunk/modules/codec/dvbsub.c |
|---|
| | 613 | M /trunk/modules/codec/fake.c |
|---|
| | 614 | M /trunk/modules/codec/ffmpeg/ffmpeg.h |
|---|
| | 615 | M /trunk/modules/codec/subsdec.c |
|---|
| | 616 | M /trunk/modules/codec/svcdsub.c |
|---|
| | 617 | M /trunk/modules/codec/theora.c |
|---|
| | 618 | M /trunk/modules/codec/twolame.c |
|---|
| | 619 | M /trunk/modules/codec/vorbis.c |
|---|
| | 620 | |
|---|
| | 621 | Codecs (except x264). Refs:#438 |
|---|
| | 622 | |
|---|
| | 623 | ------------------------------------------------------------------------ |
|---|
| | 624 | r14992 | zorglub | 2006-03-31 14:51:59 +0200 (Fri, 31 Mar 2006) | 2 lines |
|---|
| | 625 | Changed paths: |
|---|
| | 626 | M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp |
|---|
| | 627 | M /trunk/modules/gui/wxwidgets/dialogs/open.cpp |
|---|
| | 628 | M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp |
|---|
| | 629 | M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp |
|---|
| | 630 | M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp |
|---|
| | 631 | M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp |
|---|
| | 632 | M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp |
|---|
| | 633 | M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp |
|---|
| | 634 | M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp |
|---|
| | 635 | M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp |
|---|
| | 636 | M /trunk/modules/gui/wxwidgets/extrapanel.cpp |
|---|
| | 637 | M /trunk/modules/gui/wxwidgets/interface.cpp |
|---|
| | 638 | M /trunk/modules/gui/wxwidgets/streamdata.cpp |
|---|
| | 639 | M /trunk/modules/gui/wxwidgets/video.cpp |
|---|
| | 640 | M /trunk/modules/gui/wxwidgets/wxwidgets.cpp |
|---|
| | 641 | |
|---|
| | 642 | wxWidgets strings (Refs:#438) |
|---|
| | 643 | |
|---|
| | 644 | ------------------------------------------------------------------------ |
|---|
| | 645 | r14991 | littlejohn | 2006-03-31 11:32:09 +0200 (Fri, 31 Mar 2006) | 3 lines |
|---|
| | 646 | Changed paths: |
|---|
| | 647 | M /trunk/src/control/playlist.c |
|---|
| | 648 | |
|---|
| | 649 | Playlist control: libvlc_playlist_pause added |
|---|
| | 650 | |
|---|
| | 651 | |
|---|
| | 652 | ------------------------------------------------------------------------ |
|---|
| | 653 | r14990 | zorglub | 2006-03-31 10:41:34 +0200 (Fri, 31 Mar 2006) | 2 lines |
|---|
| | 654 | Changed paths: |
|---|
| | 655 | M /trunk/ChangeLog |
|---|
| | 656 | M /trunk/NEWS |
|---|
| | 657 | M /trunk/configure.ac |
|---|
| | 658 | M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings |
|---|
| | 659 | M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj |
|---|
| | 660 | |
|---|
| | 661 | Let's be proactive |
|---|
| | 662 | |
|---|
| | 663 | ------------------------------------------------------------------------ |
|---|
| | 664 | r14989 | xtophe | 2006-03-31 00:58:23 +0200 (Fri, 31 Mar 2006) | 2 lines |
|---|
| | 665 | Changed paths: |
|---|
| | 666 | M /trunk/modules/codec/Modules.am |
|---|
| | 667 | M /trunk/modules/codec/adpcm.c |
|---|
| | 668 | M /trunk/modules/codec/araw.c |
|---|
| | 669 | M /trunk/modules/codec/cmml/cmml.c |
|---|
| | 670 | M /trunk/modules/codec/dirac.c |
|---|
| | 671 | M /trunk/modules/codec/dvbsub.c |
|---|
| | 672 | M /trunk/modules/codec/ffmpeg/ffmpeg.c |
|---|
| | 673 | M /trunk/modules/codec/ffmpeg/ffmpeg.h |
|---|
| | 674 | |
|---|
| | 675 | String review in codec. 1st part. ffmpeg.h to be improve. refs #438 |
|---|
| | 676 | |
|---|
| | 677 | ------------------------------------------------------------------------ |
|---|
| | 678 | r14988 | bigben | 2006-03-30 23:54:07 +0200 (Thu, 30 Mar 2006) | 4 lines |
|---|
| | 679 | Changed paths: |
|---|
| | 680 | M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib |
|---|
| | 681 | M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib |
|---|
| | 682 | M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib |
|---|
| | 683 | M /trunk/modules/gui/macosx/intf.h |
|---|
| | 684 | M /trunk/modules/gui/macosx/intf.m |
|---|
| | 685 | M /trunk/modules/gui/macosx/voutgl.m |
|---|
| | 686 | |
|---|
| | 687 | * Implement Crop in the ogl vout |
|---|
| | 688 | * The implementation is quite dirty, but I just cannot see any other easy solution... |
|---|
| | 689 | |
|---|
| | 690 | |
|---|
| | 691 | ------------------------------------------------------------------------ |
|---|
| | 692 | r14987 | fkuehne | 2006-03-30 19:38:36 +0200 (Thu, 30 Mar 2006) | 5 lines |
|---|
| | 693 | Changed paths: |
|---|
| | 694 | M /trunk/Makefile.am |
|---|
| | 695 | |
|---|
| | 696 | * added 2 options for the OSX-disk-image creation-line |
|---|
| | 697 | - scrub: removes .Trashes |
|---|
| | 698 | - imagekey zlib-level=9: uses a better compression method, which saves us something MBs, but needs a bit more CPU-time. |
|---|
| | 699 | |
|---|
| | 700 | Thanks to cilly on IRC for suggesting this. |
|---|
| | 701 | ------------------------------------------------------------------------ |
|---|
| | 702 | r14986 | courmisch | 2006-03-30 18:37:06 +0200 (Thu, 30 Mar 2006) | 3 lines |
|---|
| | 703 | Changed paths: |
|---|
| | 704 | M /trunk/modules/demux/mp4/mp4.c |
|---|
| | 705 | |
|---|
| | 706 | Removes invalid UTF-8 byte sequences from meta data as a work-around |
|---|
| | 707 | until someone who knows how MPEG4 specifies encoding fixes the issue (refs #612) |
|---|
| | 708 | |
|---|
| | 709 | ------------------------------------------------------------------------ |
|---|
| | 710 | r14985 | zorglub | 2006-03-30 17:46:31 +0200 (Thu, 30 Mar 2006) | 2 lines |
|---|
| | 711 | Changed paths: |
|---|
| | 712 | M /trunk/modules/control/gestures.c |
|---|
| | 713 | M /trunk/modules/control/http/http.c |
|---|
| | 714 | M /trunk/modules/control/netsync.c |
|---|
| | 715 | M /trunk/modules/control/ntservice.c |
|---|
| | 716 | M /trunk/modules/control/showintf.c |
|---|
| | 717 | M /trunk/modules/control/telnet.c |
|---|
| | 718 | |
|---|
| | 719 | 2nd control review (except telnet) |
|---|
| | 720 | |
|---|
| | 721 | ------------------------------------------------------------------------ |
|---|
| | 722 | r14984 | oaubert | 2006-03-30 16:39:50 +0200 (Thu, 30 Mar 2006) | 5 lines |
|---|
| | 723 | Changed paths: |
|---|
| | 724 | M /trunk/modules/misc/svg.c |
|---|
| | 725 | |
|---|
| | 726 | modules/misc/svg.c: |
|---|
| | 727 | * specify unit for malloc |
|---|
| | 728 | * use g_object_unref to properly free the p_rendition |
|---|
| | 729 | * remove spurious whitespace |
|---|
| | 730 | |
|---|
| | 731 | ------------------------------------------------------------------------ |
|---|
| | 732 | r14983 | oaubert | 2006-03-30 16:31:02 +0200 (Thu, 30 Mar 2006) | 4 lines |
|---|
| | 733 | Changed paths: |
|---|
| | 734 | M /trunk/bindings/mediacontrol-python/Makefile.am |
|---|
| | 735 | |
|---|
| | 736 | bindings/mediacontrol-python/Makefile.am: |
|---|
| | 737 | * add python binding files to EXTRA_DIST |
|---|
| | 738 | * move COMPILERARG definition inside the BUILD_PYTHON code |
|---|
| | 739 | |
|---|
| | 740 | ------------------------------------------------------------------------ |
|---|
| | 741 | r14982 | dionoea | 2006-03-30 16:05:13 +0200 (Thu, 30 Mar 2006) | 2 lines |
|---|
| | 742 | Changed paths: |
|---|
| | 743 | M /trunk/THANKS |
|---|
| | 744 | |
|---|
| | 745 | Many thanks to Albert on the forums for his help with the http interface |
|---|
| | 746 | |
|---|
| | 747 | ------------------------------------------------------------------------ |
|---|
| | 748 | r14981 | dionoea | 2006-03-30 16:01:24 +0200 (Thu, 30 Mar 2006) | 2 lines |
|---|
| | 749 | Changed paths: |
|---|
| | 750 | M /trunk/share/http/style.css |
|---|
| | 751 | |
|---|
| | 752 | Try dialog width style fix |
|---|
| | 753 | |
|---|
| | 754 | ------------------------------------------------------------------------ |
|---|
| | 755 | r14980 | courmisch | 2006-03-30 15:57:58 +0200 (Thu, 30 Mar 2006) | 2 lines |
|---|
| | 756 | Changed paths: |
|---|
| | 757 | M /trunk/include/vlc_tls.h |
|---|
| | 758 | M /trunk/modules/codec/adpcm.c |
|---|
| | 759 | M /trunk/modules/demux/voc.c |
|---|
| | 760 | M /trunk/modules/demux/xa.c |
|---|
| | 761 | M /trunk/src/network/tls.c |
|---|
| | 762 | |
|---|
| | 763 | Cosmetic, Fix my name |
|---|
| | 764 | |
|---|
| | 765 | ------------------------------------------------------------------------ |
|---|
| | 766 | r14979 | damienf | 2006-03-30 15:16:06 +0200 (Thu, 30 Mar 2006) | 4 lines |
|---|
| | 767 | Changed paths: |
|---|
| | 768 | M /trunk/activex/olecontrol.cpp |
|---|
| | 769 | M /trunk/activex/oleinplaceactiveobject.cpp |
|---|
| | 770 | M /trunk/activex/oleinplaceobject.cpp |
|---|
| | 771 | M /trunk/activex/oleobject.cpp |
|---|
| | 772 | M /trunk/activex/oleobject.h |
|---|
| | 773 | M /trunk/activex/plugin.cpp |
|---|
| | 774 | M /trunk/activex/plugin.h |
|---|
| | 775 | |
|---|
| | 776 | - cleaned up in place and UI activation: VLC Plugin should behave better with other controls (ie. don't eat TABSTOP keystrokes, etc...) |
|---|
| | 777 | - minor code cleanup and fixes |
|---|
| | 778 | |
|---|
| | 779 | |
|---|
| | 780 | ------------------------------------------------------------------------ |
|---|
| | 781 | r14978 | damienf | 2006-03-30 12:20:26 +0200 (Thu, 30 Mar 2006) | 2 lines |
|---|
| | 782 | Changed paths: |
|---|
| | 783 | M /trunk/modules/video_output/opengl.c |
|---|
| | 784 | |
|---|
| | 785 | opengl.c: fixed string declaration over multiple lines |
|---|
| | 786 | |
|---|
| | 787 | ------------------------------------------------------------------------ |
|---|
| | 788 | r14977 | zorglub | 2006-03-30 10:40:51 +0200 (Thu, 30 Mar 2006) | 2 lines |
|---|
| | 789 | Changed paths: |
|---|
| | 790 | M /trunk/modules/video_filter/adjust.c |
|---|
| | 791 | M /trunk/modules/video_filter/clone.c |
|---|
| | 792 | M /trunk/modules/video_filter/crop.c |
|---|
| | 793 | M /trunk/modules/video_filter/deinterlace.c |
|---|
| | 794 | M /trunk/modules/video_filter/distort.c |
|---|
| | 795 | M /trunk/modules/video_filter/logo.c |
|---|
| | 796 | M /trunk/modules/video_filter/marq.c |
|---|
| | 797 | M /trunk/modules/video_filter/mosaic.c |
|---|
| | 798 | M /trunk/modules/video_filter/osdmenu.c |
|---|
| | 799 | M /trunk/modules/video_filter/rss.c |
|---|
| | 800 | M /trunk/modules/video_filter/swscale/filter.c |
|---|
| | 801 | M /trunk/modules/video_filter/time.c |
|---|
| | 802 | M /trunk/modules/video_filter/wall.c |
|---|
| | 803 | M /trunk/modules/video_output/fb.c |
|---|
| | 804 | M /trunk/modules/video_output/ggi.c |
|---|
| | 805 | M /trunk/modules/video_output/image.c |
|---|
| | 806 | M /trunk/modules/video_output/opengl.c |
|---|
| | 807 | M /trunk/modules/video_output/qte/qte.cpp |
|---|
| | 808 | M /trunk/modules/video_output/snapshot.c |
|---|
| | 809 | M /trunk/modules/video_output/x11/glx.c |
|---|
| | 810 | M /trunk/modules/video_output/x11/x11.c |
|---|
| | 811 | M /trunk/modules/video_output/x11/xvideo.c |
|---|
| | 812 | |
|---|
| | 813 | Video filters and outputs strings (Refs:#438) |
|---|
| | 814 | |
|---|
| | 815 | ------------------------------------------------------------------------ |
|---|
| | 816 | r14976 | zorglub | 2006-03-30 10:36:49 +0200 (Thu, 30 Mar 2006) | 2 lines |
|---|
| | 817 | Changed paths: |
|---|
| | 818 | M /trunk/modules/control/corba/corba.c |
|---|
| | 819 | |
|---|
| | 820 | Use the string |
|---|
| | 821 | |
|---|
| | 822 | ------------------------------------------------------------------------ |
|---|
| | 823 | r14975 | zorglub | 2006-03-30 07:42:08 +0200 (Thu, 30 Mar 2006) | 2 lines |
|---|
| | 824 | Changed paths: |
|---|
| | 825 | M /trunk/modules/control/corba/corba.c |
|---|
| | 826 | |
|---|
| | 827 | Corba string (Refs:#438) |
|---|
| | 828 | |
|---|
| | 829 | ------------------------------------------------------------------------ |
|---|
| | 830 | r14974 | zorglub | 2006-03-30 07:37:29 +0200 (Thu, 30 Mar 2006) | 2 lines |
|---|
| | 831 | Changed paths: |
|---|
| | 832 | M /trunk/modules/access_filter/record.c |
|---|
| | 833 | M /trunk/modules/access_filter/timeshift.c |
|---|
| | 834 | M /trunk/modules/access_output/http.c |
|---|
| | 835 | M /trunk/modules/access_output/shout.c |
|---|
| | 836 | M /trunk/modules/access_output/udp.c |
|---|
| | 837 | |
|---|
| | 838 | Access strings (Refs:#438) |
|---|
| | 839 | |
|---|
| | 840 | ------------------------------------------------------------------------ |
|---|
| | 841 | r14973 | dionoea | 2006-03-30 01:59:40 +0200 (Thu, 30 Mar 2006) | 2 lines |
|---|
| | 842 | Changed paths: |
|---|
| | 843 | M /trunk/share/http/js/mosaic.js |
|---|
| | 844 | |
|---|
| | 845 | Mosaic wizard: audio stuff was missing |
|---|
| | 846 | |
|---|
| | 847 | ------------------------------------------------------------------------ |
|---|
| | 848 | r14972 | xtophe | 2006-03-30 01:58:40 +0200 (Thu, 30 Mar 2006) | 2 lines |
|---|
| | 849 | Changed paths: |
|---|
| | 850 | M /trunk/include/vlc_config_cat.h |
|---|
| | 851 | |
|---|
| | 852 | include/* : Relecture. refs #438 |
|---|
| | 853 | |
|---|
| | 854 | ------------------------------------------------------------------------ |
|---|
| | 855 | r14971 | dionoea | 2006-03-30 00:40:26 +0200 (Thu, 30 Mar 2006) | 2 lines |
|---|
| | 856 | Changed paths: |
|---|
| | 857 | M /trunk/src/misc/unicode.c |
|---|
| | 858 | |
|---|
| | 859 | Fix windows drive listing. (We have wrappers arround wrappers ... neat :p ) |
|---|
| | 860 | |
|---|
| | 861 | ------------------------------------------------------------------------ |
|---|
| | 862 | r14970 | bigben | 2006-03-29 22:03:48 +0200 (Wed, 29 Mar 2006) | 4 lines |
|---|
| | 863 | Changed paths: |
|---|
| | 864 | M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib |
|---|
| | 865 | M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib |
|---|
| | 866 | M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib |
|---|
| | 867 | M /trunk/modules/gui/macosx/intf.h |
|---|
| | 868 | M /trunk/modules/gui/macosx/intf.m |
|---|
| | 869 | M /trunk/modules/gui/macosx/vout.m |
|---|
| | 870 | M /trunk/modules/gui/macosx/voutgl.m |
|---|
| | 871 | |
|---|
| | 872 | * vout.m : comment the NSLog call in windowContainsEmbedded: this method is called on something else than an NSWindow in normal operation |
|---|
| | 873 | * other: implement on the fly aspect ratio change. Only works in the ogl output at the moment |
|---|
| | 874 | |
|---|
| | 875 | |
|---|
| | 876 | ------------------------------------------------------------------------ |
|---|
| | 877 | r14969 | dionoea | 2006-03-29 19:45:59 +0200 (Wed, 29 Mar 2006) | 3 lines |
|---|
| | 878 | Changed paths: |
|---|
| | 879 | M /trunk/share/http/js/mosaic.js |
|---|
| | 880 | M /trunk/share/http/js/vlm.js |
|---|
| | 881 | M /trunk/src/misc/vlm.c |
|---|
| | 882 | |
|---|
| | 883 | src/misc/vlm.c: fix FindEndCommand quote escaping |
|---|
| | 884 | share/http/js/*.js: escape inputs in vlm commands |
|---|
| | 885 | |
|---|
| | 886 | ------------------------------------------------------------------------ |
|---|
| | 887 | r14968 | dionoea | 2006-03-29 19:11:32 +0200 (Wed, 29 Mar 2006) | 2 lines |
|---|
| | 888 | Changed paths: |
|---|
| | 889 | M /trunk/modules/control/rc.c |
|---|
| | 890 | |
|---|
| | 891 | Some more typos |
|---|
| | 892 | |
|---|
| | 893 | ------------------------------------------------------------------------ |
|---|
| | 894 | r14967 | dionoea | 2006-03-29 18:56:20 +0200 (Wed, 29 Mar 2006) | 2 lines |
|---|
| | 895 | Changed paths: |
|---|
| | 896 | M /trunk/modules/control/gestures.c |
|---|
| | 897 | M /trunk/modules/control/http/mvar.c |
|---|
| | 898 | |
|---|
| | 899 | Fix typos. Thanks to tumu |
|---|
| | 900 | |
|---|
| | 901 | ------------------------------------------------------------------------ |
|---|
| | 902 | r14966 | dionoea | 2006-03-29 17:03:17 +0200 (Wed, 29 Mar 2006) | 2 lines |
|---|
| | 903 | Changed paths: |
|---|
| | 904 | M /trunk/modules/control/gestures.c |
|---|
| | 905 | M /trunk/modules/control/hotkeys.c |
|---|
| | 906 | M /trunk/modules/control/http/http.c |
|---|
| | 907 | M /trunk/modules/control/http/mvar.c |
|---|
| | 908 | M /trunk/modules/control/http/util.c |
|---|
| | 909 | M /trunk/modules/control/lirc.c |
|---|
| | 910 | M /trunk/modules/control/netsync.c |
|---|
| | 911 | M /trunk/modules/control/ntservice.c |
|---|
| | 912 | M /trunk/modules/control/showintf.c |
|---|
| | 913 | |
|---|
| | 914 | Control interfaces first string review. |
|---|
| | 915 | |
|---|
| | 916 | ------------------------------------------------------------------------ |
|---|
| | 917 | r14965 | xtophe | 2006-03-29 16:35:58 +0200 (Wed, 29 Mar 2006) | 2 lines |
|---|
| | 918 | Changed paths: |
|---|
| | 919 | M /trunk/share/http/dialogs/input |
|---|
| | 920 | |
|---|
| | 921 | typo |
|---|
| | 922 | |
|---|
| | 923 | ------------------------------------------------------------------------ |
|---|
| | 924 | r14964 | dionoea | 2006-03-29 16:27:14 +0200 (Wed, 29 Mar 2006) | 2 lines |
|---|
| | 925 | Changed paths: |
|---|
| | 926 | M /trunk/modules/control/rc.c |
|---|
| | 927 | |
|---|
| | 928 | First rc interface string review |
|---|
| | 929 | |
|---|
| | 930 | ------------------------------------------------------------------------ |
|---|
| | 931 | r14963 | zorglub | 2006-03-29 16:02:00 +0200 (Wed, 29 Mar 2006) | 2 lines |
|---|
| | 932 | Changed paths: |
|---|
| | 933 | M /trunk/modules/LIST |
|---|
| | 934 | |
|---|
| | 935 | LIST update (287 modules now) |
|---|
| | 936 | |
|---|
| | 937 | ------------------------------------------------------------------------ |
|---|
| | 938 | r14962 | zorglub | 2006-03-29 15:49:40 +0200 (Wed, 29 Mar 2006) | 2 lines |
|---|
| | 939 | Changed paths: |
|---|
| | 940 | M /trunk/modules/access/cdda.c |
|---|
| | 941 | M /trunk/modules/access/directory.c |
|---|
| | 942 | M /trunk/modules/access/dshow/dshow.cpp |
|---|
| | 943 | M /trunk/modules/access/dv.c |
|---|
| | 944 | M /trunk/modules/access/dvb/access.c |
|---|
| | 945 | M /trunk/modules/access/dvdnav.c |
|---|
| | 946 | M /trunk/modules/access/dvdread.c |
|---|
| | 947 | M /trunk/modules/access/fake.c |
|---|
| | 948 | M /trunk/modules/access/file.c |
|---|
| | 949 | M /trunk/modules/access/ftp.c |
|---|
| | 950 | M /trunk/modules/access/gnomevfs.c |
|---|
| | 951 | M /trunk/modules/access/http.c |
|---|
| | 952 | M /trunk/modules/access/mms/mms.c |
|---|
| | 953 | M /trunk/modules/access/pvr/pvr.c |
|---|
| | 954 | M /trunk/modules/access/rtsp/access.c |
|---|
| | 955 | M /trunk/modules/access/screen/screen.c |
|---|
| | 956 | M /trunk/modules/access/smb.c |
|---|
| | 957 | M /trunk/modules/access/tcp.c |
|---|
| | 958 | M /trunk/modules/access/udp.c |
|---|
| | 959 | M /trunk/modules/access/v4l/v4l.c |
|---|
| | 960 | M /trunk/modules/access/vcd/vcd.c |
|---|
| | 961 | |
|---|
| | 962 | Access strings (Refs:#438) |
|---|
| | 963 | |
|---|
| | 964 | ------------------------------------------------------------------------ |
|---|
| | 965 | r14961 | sam | 2006-03-29 13:03:00 +0200 (Wed, 29 Mar 2006) | 2 lines |
|---|
| | 966 | Changed paths: |
|---|
| | 967 | M /trunk/modules/demux/mp4/mp4.c |
|---|
| | 968 | |
|---|
| | 969 | * modules/demux/mp4/mp4.c: explicited debug message. |
|---|
| | 970 | |
|---|
| | 971 | ------------------------------------------------------------------------ |
|---|
| | 972 | r14960 | courmisch | 2006-03-29 12:35:41 +0200 (Wed, 29 Mar 2006) | 2 lines |
|---|
| | 973 | Changed paths: |
|---|
| | 974 | M /trunk/src/misc/modules.c |
|---|
| | 975 | |
|---|
| | 976 | Fix warnings |
|---|
| | 977 | |
|---|
| | 978 | ------------------------------------------------------------------------ |
|---|
| | 979 | r14959 | dionoea | 2006-03-29 10:59:52 +0200 (Wed, 29 Mar 2006) | 2 lines |
|---|
| | 980 | Changed paths: |
|---|
| | 981 | M /trunk/THANKS |
|---|
| | 982 | M /trunk/modules/gui/wxwidgets/interface.cpp |
|---|
| | 983 | |
|---|
| | 984 | fix #578. patch by Steven Sheehy. thanks. |
|---|
| | 985 | |
|---|
| | 986 | ------------------------------------------------------------------------ |
|---|
| | 987 | r14958 | fkuehne | 2006-03-29 09:33:35 +0200 (Wed, 29 Mar 2006) | 1 line |
|---|
| | 988 | Changed paths: |
|---|
| | 989 | M /trunk/modules/access/mms/mmstu.c |
|---|
| | 990 | M /trunk/modules/control/netsync.c |
|---|
| | 991 | M /trunk/modules/misc/xml/libxml.c |
|---|
| | 992 | M /trunk/src/misc/modules.c |
|---|
| | 993 | |
|---|
| | 994 | * fixed a few signedness warnings. Please shout if this accidentally breaks something. |
|---|
| | 995 | ------------------------------------------------------------------------ |
|---|
| | 996 | r14957 | fkuehne | 2006-03-29 08:39:21 +0200 (Wed, 29 Mar 2006) | 1 line |
|---|
| | 997 | Changed paths: |
|---|
| | 998 | M /trunk/extras/contrib/src/Makefile |
|---|
| | 999 | D /trunk/extras/contrib/src/Patches/x264-svn.patch |
|---|
| | 1000 | |
|---|
| | 1001 | * x264-patch was committed upstream |
|---|
| | 1002 | ------------------------------------------------------------------------ |
|---|
| | 1003 | r14956 | xtophe | 2006-03-29 00:34:41 +0200 (Wed, 29 Mar 2006) | 2 lines |
|---|
| | 1004 | Changed paths: |
|---|
| | 1005 | M /trunk/include/snapshot.h |
|---|
| | 1006 | |
|---|
| | 1007 | include: first part of the relecture. refs #438 |
|---|
| | 1008 | |
|---|
| | 1009 | ------------------------------------------------------------------------ |
|---|
| | 1010 | r14955 | dionoea | 2006-03-28 23:29:59 +0200 (Tue, 28 Mar 2006) | 2 lines |
|---|
| | 1011 | Changed paths: |
|---|
| | 1012 | M /trunk/modules/control/http/http.c |
|---|
| | 1013 | M /trunk/share/http/requests/status.xml |
|---|
| | 1014 | |
|---|
| | 1015 | Export stats in http interface |
|---|
| | 1016 | |
|---|
| | 1017 | ------------------------------------------------------------------------ |
|---|
| | 1018 | r14954 | zorglub | 2006-03-28 23:00:15 +0200 (Tue, 28 Mar 2006) | 2 lines |
|---|
| | 1019 | Changed paths: |
|---|
| | 1020 | M /trunk |
|---|
| | 1021 | M /trunk/modules/audio_filter/channel_mixer/headphone.c |
|---|
| | 1022 | M /trunk/modules/audio_filter/converter/a52tofloat32.c |
|---|
| | 1023 | M /trunk/modules/audio_filter/converter/dtstofloat32.c |
|---|
| | 1024 | M /trunk/modules/audio_filter/equalizer.c |
|---|
| | 1025 | M /trunk/modules/audio_filter/normvol.c |
|---|
| | 1026 | |
|---|
| | 1027 | Audio strings, except parametric equalizer (I just don't understand anything) - Refs:#438 |
|---|
| | 1028 | |
|---|
| | 1029 | ------------------------------------------------------------------------ |
|---|
| | 1030 | r14953 | zorglub | 2006-03-28 22:29:28 +0200 (Tue, 28 Mar 2006) | 2 lines |
|---|
| | 1031 | Changed paths: |
|---|
| | 1032 | M /trunk |
|---|
| | 1033 | M /trunk/src/audio_output/input.c |
|---|
| | 1034 | M /trunk/src/audio_output/intf.c |
|---|
| | 1035 | M /trunk/src/audio_output/mixer.c |
|---|
| | 1036 | M /trunk/src/audio_output/output.c |
|---|
| | 1037 | M /trunk/src/control/mediacontrol_audio_video.c |
|---|
| | 1038 | M /trunk/src/control/mediacontrol_core.c |
|---|
| | 1039 | M /trunk/src/control/mediacontrol_util.c |
|---|
| | 1040 | M /trunk/src/extras/libc.c |
|---|
| | 1041 | M /trunk/src/input/control.c |
|---|
| | 1042 | M /trunk/src/input/decoder.c |
|---|
| | 1043 | M /trunk/src/input/demux.c |
|---|
| | 1044 | M /trunk/src/input/es_out.c |
|---|
| | 1045 | M /trunk/src/input/input.c |
|---|
| | 1046 | M /trunk/src/input/subtitles.c |
|---|
| | 1047 | M /trunk/src/interface/interaction.c |
|---|
| | 1048 | M /trunk/src/interface/interface.c |
|---|
| | 1049 | M /trunk/src/misc/objects.c |
|---|
| | 1050 | M /trunk/src/misc/stats.c |
|---|
| | 1051 | M /trunk/src/misc/vlm.c |
|---|
| | 1052 | M /trunk/src/network/acl.c |
|---|
| | 1053 | |
|---|
| | 1054 | String fixes in src (Refs:#438) |
|---|
| | 1055 | |
|---|
| | 1056 | ------------------------------------------------------------------------ |
|---|
| | 1057 | r14952 | dionoea | 2006-03-28 19:16:52 +0200 (Tue, 28 Mar 2006) | 2 lines |
|---|
| | 1058 | Changed paths: |
|---|
| | 1059 | M /trunk/share/http/js/mosaic.js |
|---|
| | 1060 | |
|---|
| | 1061 | Fix mosaic wizard on IE. Thanks to Albert on the forum for the tip |
|---|
| | 1062 | |
|---|
| | 1063 | ------------------------------------------------------------------------ |
|---|
| | 1064 | r14951 | zorglub | 2006-03-28 17:50:44 +0200 (Tue, 28 Mar 2006) | 2 lines |
|---|
| | 1065 | Changed paths: |
|---|
| | 1066 | M /trunk/src/libvlc.h |
|---|
| | 1067 | |
|---|
| | 1068 | Fix intf options |
|---|
| | 1069 | |
|---|
| | 1070 | ------------------------------------------------------------------------ |
|---|
| | 1071 | r14950 | dionoea | 2006-03-28 17:40:43 +0200 (Tue, 28 Mar 2006) | 2 lines |
|---|
| | 1072 | Changed paths: |
|---|
| | 1073 | M /trunk/Makefile.am |
|---|
| | 1074 | |
|---|
| | 1075 | Hum ... we still want to strip when using wince |
|---|
| | 1076 | |
|---|
| | 1077 | ------------------------------------------------------------------------ |
|---|
| | 1078 | r14949 | zorglub | 2006-03-28 17:15:16 +0200 (Tue, 28 Mar 2006) | 2 lines |
|---|
| | 1079 | Changed paths: |
|---|
| | 1080 | M /trunk/debian/patches/20_no-wx-updates.dpatch |
|---|
| | 1081 | |
|---|
| | 1082 | Update update checker debian patch |
|---|
| | 1083 | |
|---|
| | 1084 | ------------------------------------------------------------------------ |
|---|
| | 1085 | r14948 | dionoea | 2006-03-28 16:02:49 +0200 (Tue, 28 Mar 2006) | 2 lines |
|---|
| | 1086 | Changed paths: |
|---|
| | 1087 | M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp |
|---|
| | 1088 | M /trunk/modules/gui/wxwidgets/interface.cpp |
|---|
| | 1089 | |
|---|
| | 1090 | Fix update dialog layout in Windows |
|---|
| | 1091 | |
|---|
| | 1092 | ------------------------------------------------------------------------ |
|---|
| | 1093 | r14947 | zorglub | 2006-03-28 15:57:36 +0200 (Tue, 28 Mar 2006) | 2 lines |
|---|
| | 1094 | Changed paths: |
|---|
| | 1095 | M /trunk/include/codecs.h |
|---|
| | 1096 | M /trunk/include/network.h |
|---|
| | 1097 | M /trunk/include/vlc_interface.h |
|---|
| | 1098 | |
|---|
| | 1099 | Strings in include/ (Refs:#438) |
|---|
| | 1100 | |
|---|
| | 1101 | ------------------------------------------------------------------------ |
|---|