1commit 5388d5c1757f141e982b2755895da96c80f33e6c 2Author: Felix Paul Kühne <fkuehne@videolan.org> 3Date: Mon Dec 31 16:29:40 2007 +0000 4 5 typo 6 7commit 65abc4a052a422f5d114df51c23963e4cd128644 8Author: Felix Paul Kühne <fkuehne@videolan.org> 9Date: Mon Dec 31 14:24:21 2007 +0000 10 11 contrib: mirror the packages by GNUPG on ganesh as their server is constantly unreachable 12 13commit 1e8bbf19b3bb93076119a75fcfae5f6db7cbbfec 14Author: Felix Paul Kühne <fkuehne@videolan.org> 15Date: Mon Dec 31 14:08:05 2007 +0000 16 17 macosx: added an option to disable the 'Recent Items' list as requested by multiple forum users (closes #1340) 18 19commit 32cdbfa32d03e0022874e3da3d6caa02ca9894b8 20Author: Ilkka Ollakka <ileoo@videolan.org> 21Date: Mon Dec 31 12:16:53 2007 +0000 22 23 add artChanged signal to inputmanager and change backgroundwidget to use 24 it. 25 26commit 4251cd0a3cbc740d4e11d84be8b9bcd89fca5446 27Author: Felix Paul Kühne <fkuehne@videolan.org> 28Date: Mon Dec 31 10:01:24 2007 +0000 29 30 osx-proj: fix ogg format descriptions and add media types (refs #1279). Patch by Saoshyant 31 32commit a5b4ede658b31d68f37286e2fbfa0da7c787f81e 33Author: Rafaël Carré <funman@videolan.org> 34Date: Mon Dec 31 03:02:30 2007 +0000 35 36 mpris controller: update to new api 37 38commit ac88248aa3debe837c221de9632cacf6be9da3fc 39Author: Pierre d'Herbemont <pdherbemont@videolan.org> 40Date: Mon Dec 31 02:09:31 2007 +0000 41 42 Remove unwanted part in previous commit. 43 44commit 7b565326976515e5e88ca4f5da1745c4b135b4d5 45Author: Pierre d'Herbemont <pdherbemont@videolan.org> 46Date: Mon Dec 31 02:07:38 2007 +0000 47 48 media_list_view.c: Properly forward all items added events. 49 50commit 0dbfd62552c771769a43ff922a78871276855a0c 51Author: Pierre d'Herbemont <pdherbemont@videolan.org> 52Date: Mon Dec 31 02:06:53 2007 +0000 53 54 flat_media_list_view.c: Add some debug facilities. 55 56commit 9d7bb46d18dd88770f78c31fcda47ebd93524a7a 57Author: Rafaël Carré <funman@videolan.org> 58Date: Mon Dec 31 01:34:58 2007 +0000 59 60 update: use PGP to authenticate status file and downloaded binaries 61 62commit d25a2799056baced5ac78178714c992d35eb9102 63Author: Rafaël Carré <funman@videolan.org> 64Date: Sun Dec 30 22:38:21 2007 +0000 65 66 authorisation -> authorization 67 68commit 1b4a1c8ae42f3017607ec8924eeb1d186f49cc82 69Author: Felix Paul Kühne <fkuehne@videolan.org> 70Date: Sun Dec 30 22:08:08 2007 +0000 71 72 makefile: we want to use spaces instead of tabs. sorry for the disturbance 73 74commit c90ad6fd8e18eeff2f2278123bf5e5a9d23e8d76 75Author: Rafaël Carré <funman@videolan.org> 76Date: Sun Dec 30 20:54:02 2007 +0000 77 78 ncurses: use directory:// URI when adding a directory to playlist 79 80commit d8b4a5b6955d71125dcfb2579062d211fa186183 81Author: Rafaël Carré <funman@videolan.org> 82Date: Sun Dec 30 20:14:31 2007 +0000 83 84 fix #1421 85 86commit 389c19e1729f20371fcb0a6294a00ca32966ab27 87Author: Rafaël Carré <funman@videolan.org> 88Date: Sun Dec 30 18:40:53 2007 +0000 89 90 fix #1244 91 92commit 7b9e1799ee5a6330222f62801abb29f15750611c 93Author: Rafaël Carré <funman@videolan.org> 94Date: Sun Dec 30 18:24:10 2007 +0000 95 96 fix #1410. 97 You can not change a playlist_item_t to be a node, when you previously registered events on it, using input_item_t sub items adding event, because the pointer will be destroyed. 98 If you want to use nodes anyway, you have to explicitely create them. 99 Note: we were lucky that xspf did work so far, because we were EXCLUSIVELY using invalid pointers, except for the 1st item being added to each playlist_item_t (it did happen before the conversion obviously). 100 101commit 981f85eb6b7b6df8d0fec914ee4563488e2fba23 102Author: Pierre d'Herbemont <pdherbemont@videolan.org> 103Date: Sun Dec 30 17:48:26 2007 +0000 104 105 dtstospdif.c: Fix spdif type on big endian stream. (Patch by Julien Robert). 106 107commit abb027a384e33ceaecf3e8a09d4a561c943a7025 108Author: Felix Paul Kühne <fkuehne@videolan.org> 109Date: Sun Dec 30 16:39:23 2007 +0000 110 111 arf 112 113commit aa50e70169b0739dbd11f8d76f7550bfbfd46981 114Author: Felix Paul Kühne <fkuehne@videolan.org> 115Date: Sun Dec 30 16:38:27 2007 +0000 116 117 Makefile: correctly distribute .hosts within VLC-release.app 118 119commit bde97dacca88796298ba8e2a488d5c69f26dbe5d 120Author: Felix Paul Kühne <fkuehne@videolan.org> 121Date: Sun Dec 30 14:53:00 2007 +0000 122 123 macosx: don't allow the user to open the preferences window multiple times (leading to orphan pref windows which can't be controlled) 124 125commit 7b087611c2486e4a76e3bb9f380a36880e713bc0 126Author: Pierre d'Herbemont <pdherbemont@videolan.org> 127Date: Sun Dec 30 04:25:04 2007 +0000 128 129 audio_filter/converter/dtstospdif.c: Fix odd frame sized DTS conversion to SPDIF. Patch by Julien Robert <jul at mac.com>. (Reported to fix most of the current DTS issues). 130 131commit 1b26ff77b0fd9ea5d713c7acd52259e6c68efbf5 132Author: Pierre d'Herbemont <pdherbemont@videolan.org> 133Date: Sun Dec 30 01:50:14 2007 +0000 134 135 MacOSX/Framework/VLCMedia.m: Update the subitems on sub item additions. 136 137commit 0d4609bfb9bdb1900613263ac66b354dd3bf754a 138Author: Pierre d'Herbemont <pdherbemont@videolan.org> 139Date: Sun Dec 30 01:46:12 2007 +0000 140 141 MacOSX/Framework/VLCMediaList.m: new aspect for the node hierarchy view. 142 143commit 083f03e8429a91de6ac1b9bf51d530b005c83254 144Author: Pierre d'Herbemont <pdherbemont@videolan.org> 145Date: Sun Dec 30 01:18:00 2007 +0000 146 147 libvlc.h: Publish libvlc_media_list_hierarchical_node_view(). 148 149commit e8d38b4459d4d631bf8ff8653baba854a71ccac4 150Author: Pierre d'Herbemont <pdherbemont@videolan.org> 151Date: Sun Dec 30 01:17:15 2007 +0000 152 153 control/hierarchical_node_media_list_view.c: Implement a view that only show the node of the media list, hierarchically. 154 155commit 7910ae7a2d03d6b380f617cd744ba61f9802129f 156Author: Christophe Mutricy <xtophe@videolan.org> 157Date: Sat Dec 29 23:25:52 2007 +0000 158 159 Only do translation in Qt when asked. 160 161commit aa9715b24b0ddefb03016686232176688127fd15 162Author: Rafaël Carré <funman@videolan.org> 163Date: Sat Dec 29 21:35:13 2007 +0000 164 165 simplify *install_input_item_observer() 166 167commit de8a547ca9cf558181f8e2c972e21c745a149a10 168Author: Rafaël Carré <funman@videolan.org> 169Date: Sat Dec 29 21:28:44 2007 +0000 170 171 fix input item mem leak 172 173commit 15def40d9c0da3193a3c9fda08c242a0c6e0a1f5 174Author: Christophe Mutricy <xtophe@videolan.org> 175Date: Sat Dec 29 18:30:42 2007 +0000 176 177 Distribute filter_picture.h 178 179commit 14ddd406aeb1e2298884613c1926f602180d0819 180Author: Pierre d'Herbemont <pdherbemont@videolan.org> 181Date: Sat Dec 29 17:08:56 2007 +0000 182 183 hierarchical_media_list_view.c: Fix a mlist mem leak. 184 185commit 9bc4f8f52b06e6bad53cfb38eb8aab51f524c143 186Author: Pierre d'Herbemont <pdherbemont@videolan.org> 187Date: Sat Dec 29 17:02:41 2007 +0000 188 189 control/hierarchical_media_list_view.c: Fix a media descriptor leak. 190 191commit 89b604d4c3f1f232665dab0149da23b1a375dab7 192Author: Rafaël Carré <funman@videolan.org> 193Date: Sat Dec 29 14:32:01 2007 +0000 194 195 cosmetics 196 197commit fa12ecbec387b7d09fc2deadc16d5af83256092b 198Author: Pierre d'Herbemont <pdherbemont@videolan.org> 199Date: Sat Dec 29 14:26:19 2007 +0000 200 201 Fix previous commit ;. 202 203commit 09715dbfbee76a6d293027cde19cd8c0b1d23a1c 204Author: Pierre d'Herbemont <pdherbemont@videolan.org> 205Date: Sat Dec 29 14:25:14 2007 +0000 206 207 playlist/item.c: Properly release the input_item as pointed by funman. 208 209commit dcebfbb0b3ec5f01c7311ce2af6aaa542c34eeb4 210Author: Pierre d'Herbemont <pdherbemont@videolan.org> 211Date: Sat Dec 29 03:31:25 2007 +0000 212 213 MacOSX/Framework/VLCMediaPlayer.m: -isSeekable. 214 215commit 700e6aac85555f9753589c974924b9e9ee8018cf 216Author: Pierre d'Herbemont <pdherbemont@videolan.org> 217Date: Sat Dec 29 03:29:10 2007 +0000 218 219 control/media_instance.c: Publish is_seekable(). 220 221commit 4ed66be9f57bca364413c19307c8168a76e21848 222Author: Pierre d'Herbemont <pdherbemont@videolan.org> 223Date: Sat Dec 29 02:46:12 2007 +0000 224 225 MacOSX/Framework/VLC.h: Add VLCMediaPlayer.h. 226 227commit 5f60e376ad16ac0386f31de59fff320be7653d2e 228Author: Pierre d'Herbemont <pdherbemont@videolan.org> 229Date: Sat Dec 29 02:45:41 2007 +0000 230 231 Sources/VLCMediaPlayer.m: Position getters and setters. 232 233commit acd2d9b60cf9a93bcab9aba053922ccfb78e6f5b 234Author: Pierre d'Herbemont <pdherbemont@videolan.org> 235Date: Sat Dec 29 02:44:32 2007 +0000 236 237 src/control/media_instance.c: Don't wait to have modulo something, to forward the time, that could be crazy. 238 239commit 48f7ca7f70c7228ce8863813aabe89e0f0ae848c 240Author: Pierre d'Herbemont <pdherbemont@videolan.org> 241Date: Sat Dec 29 01:29:48 2007 +0000 242 243 control/media_instance.c: 244 * Implement MediaInstancePositionChanged and MediaInstanceTimeChanged accurately. 245 control/event.c: 246 * Register the all event types. 247 * Don't strdup() in libvlc_event_type_name(). 248 249commit 8a7b94a1bbfa35cdfd9c5555e75362191546f991 250Author: Felix Paul Kühne <fkuehne@videolan.org> 251Date: Sat Dec 29 00:41:01 2007 +0000 252 253 macosx: fixed 2 appearance bugs introduced in [23908] 254 255commit 7f4c8080185cef4ec8a31a6d4d6d4191183e56ab 256Author: Pierre d'Herbemont <pdherbemont@videolan.org> 257Date: Sat Dec 29 00:11:36 2007 +0000 258 259 media_instance.c: Fix the position callback to retun the time. (Next time, we'll fix it to return the position). 260 261commit 35b6342cae98667fa2820e6e1b13a1c67a1a7746 262Author: Pierre d'Herbemont <pdherbemont@videolan.org> 263Date: Fri Dec 28 22:23:01 2007 +0000 264 265 Forgotten file in previous commit. 266 267commit af252afb06ab8369f420444afab62bd9a50d97ce 268Author: Pierre d'Herbemont <pdherbemont@videolan.org> 269Date: Fri Dec 28 22:22:36 2007 +0000 270 271 MacOSX/Framework/VLCMediaPlayer.m: Enable bindings uses on the @"time" key. 272 273commit cf0875cc854ffa9cf2f9fe4e8dc5ba062763c844 274Author: Pierre d'Herbemont <pdherbemont@videolan.org> 275Date: Fri Dec 28 22:21:26 2007 +0000 276 277 MacOSX/Framework/VLCTime.m: Fix a segfault because of a missing retain. Create a real null time. Code simplification. 278 279commit b095d5f2755529e2659ce93adc8d2518cea62e07 280Author: Pierre d'Herbemont <pdherbemont@videolan.org> 281Date: Fri Dec 28 22:20:19 2007 +0000 282 283 MacOSX/Framework/VLCVideoView.m: Capitalize the s in FullScreen. 284 285commit 7758266f730436730c52f026f3b89efa16da29fe 286Author: Rémi Denis-Courmont <rem@videolan.org> 287Date: Fri Dec 28 21:05:01 2007 +0000 288 289 Fix warning 290 291commit eb81ba482a9e6de16afedc7645d341583ddb6084 292Author: Rémi Denis-Courmont <rem@videolan.org> 293Date: Fri Dec 28 20:38:49 2007 +0000 294 295 Use long 296 297commit 5319eb6d2f96873574fdf9448d6ca9cb726b56d3 298Author: Rémi Denis-Courmont <rem@videolan.org> 299Date: Fri Dec 28 20:37:40 2007 +0000 300 301 C++ fun 302 303commit 4232e94712088389243b30b0b7f91eb01b27bd07 304Author: Rémi Denis-Courmont <rem@videolan.org> 305Date: Fri Dec 28 20:04:22 2007 +0000 306 307 Rewrite CAST_PTHREAD_TO_INT in a ISO C valid way - closes #1407 308 309commit 8ead2f571f99b7e66a8d82d63ff92786c554fd6c 310Author: Rémi Denis-Courmont <rem@videolan.org> 311Date: Fri Dec 28 19:54:40 2007 +0000 312 313 Attempt to implement waitpipe with Winsock (should fix #1347) 314 315commit df796fbf4e0fc6194e934fcc63a6f31bebfad003 316Author: Felix Paul Kühne <fkuehne@videolan.org> 317Date: Fri Dec 28 19:38:05 2007 +0000 318 319 * sorry, this one was unintended 320 321commit ec022e28c2dee0c79ba407b736d24cda92d661b9 322Author: Felix Paul Kühne <fkuehne@videolan.org> 323Date: Fri Dec 28 19:36:00 2007 +0000 324 325 * add a 'graphite' button set including the facilities to switch the theme at runtime (closes #1379) 326 327commit 15c25c42d212da65880646ae2220abf2fead507c 328Author: Rémi Duraffort <ivoire@videolan.org> 329Date: Fri Dec 28 19:11:20 2007 +0000 330 331 Improve Aspect Ratio and Crop support 332 333commit aa52ddea2971270b01212b524fb4d2f50c078b95 334Author: Pierre d'Herbemont <pdherbemont@videolan.org> 335Date: Fri Dec 28 18:30:23 2007 +0000 336 337 MacOSX/Framework: Fix end of file line, at least on headers. 338 339commit c169ff14c99409e76d8516bd66ef633be90e9bf4 340Author: Pierre d'Herbemont <pdherbemont@videolan.org> 341Date: Fri Dec 28 18:29:38 2007 +0000 342 343 MacOSX/Framework/VLCLibrary.m: Default the use of the opengllayer video output module. Don't be verbose by default. 344 345commit 07f63871d50656534e1abdcb39ad9f8a9af44764 346Author: Pierre d'Herbemont <pdherbemont@videolan.org> 347Date: Fri Dec 28 18:28:29 2007 +0000 348 349 MacOSX/Framework/VLCVideoView.m: Supports the opengllayer video_output. 350 351commit 38c86a7b387b7723596034c681fe334accb79bf2 352Author: Pierre d'Herbemont <pdherbemont@videolan.org> 353Date: Fri Dec 28 18:25:03 2007 +0000 354 355 MacOSX/Framework/VLCMediaListAspect.m: Implement -parentMediaList. 356 357commit 441f5996dbb633ac11574f0e19b5ebe45cea147b 358Author: Pierre d'Herbemont <pdherbemont@videolan.org> 359Date: Fri Dec 28 18:23:46 2007 +0000 360 361 MacOSX/Framework/VLCMediaList.m: Implement -isReadOnly. 362 363commit c6e47790bc820101a2a4fb636cac85cbf4d9bec4 364Author: Pierre d'Herbemont <pdherbemont@videolan.org> 365Date: Fri Dec 28 18:21:35 2007 +0000 366 367 video_output/opengllayer.m: Fix a warning, and use addVoutLayer: instead of addVoutView:. 368 369commit 850319351cc5f88cecbf55c5b53dece25e543cf8 370Author: Rémi Denis-Courmont <rem@videolan.org> 371Date: Fri Dec 28 17:17:29 2007 +0000 372 373 Be on the safe side of memory protection for now: use PROT_WRITE. 374 375commit 2509ec68362400202e3519f23071652a37d52fab 376Author: Felix Paul Kühne <fkuehne@videolan.org> 377Date: Fri Dec 28 17:14:58 2007 +0000 378 379 * make sure our window titles change while switching items within playback (closes #1381) 380 381commit 189bc59e7b442c9d898f2d460f4f780d8a079461 382Author: Rémi Denis-Courmont <rem@videolan.org> 383Date: Fri Dec 28 17:01:56 2007 +0000 384 385 block_mmap_Alloc: commoditize block allocation from mmap 386 Only the file access uses this, but I don't like "wild" callbacks into plugins. 387 388commit bbfa9d88f2605be30b995b213815fd5e82cda5b3 389Author: Rémi Denis-Courmont <rem@videolan.org> 390Date: Fri Dec 28 16:16:55 2007 +0000 391 392 Fix stack overflow in debug code: use heap for large allocations. 393 394commit 781ebbeb0613179456b0c60d383d6e4b0e794742 395Author: Christophe Massiot <massiot@videolan.org> 396Date: Fri Dec 28 14:05:56 2007 +0000 397 398 . 399 400commit 81c65a657973bdac85dde2b413a18787192de31a 401Author: Felix Paul Kühne <fkuehne@videolan.org> 402Date: Fri Dec 28 12:11:35 2007 +0000 403 404 * adapted the wizard to use the RTP stream out module instead of the removed RTP access out. Please check the other interfaces... 405 406commit b1a9a82e38f91f51859c7f87eee3695715ab0c5b 407Author: Ilkka Ollakka <ileoo@videolan.org> 408Date: Fri Dec 28 11:36:57 2007 +0000 409 410 small fix for http-streaming, don't set b_die to true in beginning if 411 object is alive. 412 413commit 7d020526b38c42d366eb7619907398dbe8ab2ce4 414Author: Rémi Denis-Courmont <rem@videolan.org> 415Date: Thu Dec 27 16:48:20 2007 +0000 416 417 Revert [23889]. Don't enable debug if you don't want it. 418 419commit 093059ff906c714f536f19272e2faaf7900fc98f 420Author: Jean-Paul Saman <jpsaman@videolan.org> 421Date: Thu Dec 27 14:38:16 2007 +0000 422 423 Sync with latest live555 source code. 424 425commit 44dd0b86e9b68f4f00511e943afd37e589bd38a3 426Author: Jean-Paul Saman <jpsaman@videolan.org> 427Date: Thu Dec 27 14:31:43 2007 +0000 428 429 Fix segfault when Connect() returned failure and fix memleaks. Make sure live555 modules exits while in Connect() if vlc is asked to stop. 430 431commit fff37839759c1d6b7838838f923d49ee1bcb3bf1 432Author: Jean-Paul Saman <jpsaman@videolan.org> 433Date: Thu Dec 27 12:46:30 2007 +0000 434 435 Indentation fix 436 437commit f9012772a8fc0e6c209425b9e9786d9de675c5fc 438Author: Jean-Paul Saman <jpsaman@videolan.org> 439Date: Thu Dec 27 12:45:31 2007 +0000 440 441 Silence debug message. 442 443commit 63e066369803c46da28c7487396e045c3b770d99 444Author: Felix Paul Kühne <fkuehne@videolan.org> 445Date: Thu Dec 27 12:44:02 2007 +0000 446 447 * couple of NEWS updates and typo fixes here and there 448 449commit 13cf0bf07070f07d140ab04606d17c3c37b2d651 450Author: Felix Paul Kühne <fkuehne@videolan.org> 451Date: Wed Dec 26 20:40:50 2007 +0000 452 453 * revert previous forward-port, as video-device's content changed for 0.9.0. Thanks to Pierre for pointing this out. 454 455commit 94abdf05cce434af491c843d1a9a929591bbb224 456Author: Felix Paul Kühne <fkuehne@videolan.org> 457Date: Wed Dec 26 20:12:59 2007 +0000 458 459 * forward-port [23884] 460 461commit 1d1062e52a4057b5c63a40d772c42e18ebef3f7f 462Author: Pierre d'Herbemont <pdherbemont@videolan.org> 463Date: Wed Dec 26 19:55:39 2007 +0000 464 465 video_output/opengllayer.m: Correctly set the initial bounds of the layer. Also grab the anti-tearing stuff from the Mac OS X GL vout. 466 467commit 22c96ab632ac394ba458df44f5e7203fc39d5c49 468Author: Rémi Denis-Courmont <rem@videolan.org> 469Date: Wed Dec 26 12:29:53 2007 +0000 470 471 Move a few large inlines out of include/ 472 473commit f895d9b7b5f67f713047744df57f28fa4d6e01a2 474Author: Rémi Denis-Courmont <rem@videolan.org> 475Date: Wed Dec 26 12:21:56 2007 +0000 476 477 Code factorization 478 479commit 3ddbf4b2f6643f4396ba1bac7f139e08e1a9d4ba 480Author: Rémi Denis-Courmont <rem@videolan.org> 481Date: Wed Dec 26 12:13:56 2007 +0000 482 483 Add "safe" config item property 484 485commit cef7a5d4bc252197c51b291adab352b0b3226246 486Author: Antoine Cellerier <dionoea@videolan.org> 487Date: Wed Dec 26 02:35:50 2007 +0000 488 489 Three new chroma converters: 490 * yuy2_i420: convert from Packed YUV 4:2:2 to Planar YUV 4:2:0 491 * yuy2_i422: convert from Packed YUV 4:2:2 to Planar YUV 4:2:2 492 * chroma_chain: attempt to chain 2 chroma converters to acheive the conversion (i.e. yuy2 -> rv32 will be done using yuy2 -> i420 -> rv32) 493 494commit 83d8b6b3dd5f786e87e1d082518add50b2d44ccc 495Author: Pierre d'Herbemont <pdherbemont@videolan.org> 496Date: Wed Dec 26 01:14:28 2007 +0000 497 498 MacOSX/Framework/VLCMediaDiscoverer.m: Remove silly debug code. 499 500commit 7c7f2f88a5db718d8dd8f256a05bccd6cf2a4dfe 501Author: Antoine Cellerier <dionoea@videolan.org> 502Date: Wed Dec 26 00:44:51 2007 +0000 503 504 Some more filter work: 505 * adjust.c, extract.c: packed YUV 422 support. 506 * filter_picture.h: code shared by some "video filter2" filters. 507 * erase.c: validate the picture chroma in the constructor. 508 509commit 5a2dd0ddda112ffbea87725ac24bb2d19a9795a1 510Author: Pierre d'Herbemont <pdherbemont@videolan.org> 511Date: Tue Dec 25 23:34:52 2007 +0000 512 513 vlc/libvlc.h: Set the return value of the libvlc_*_is_*() call to vlc_bool_t. 514 515commit 85b9974d1a9591b191ff726ec274084079085559 516Author: Pierre d'Herbemont <pdherbemont@videolan.org> 517Date: Tue Dec 25 23:26:43 2007 +0000 518 519 control/media_discoverer.c: Set the corresponding media_list to read-only. 520 521commit 8299af702c1c6c0566b518413d115a01318755c6 522Author: Pierre d'Herbemont <pdherbemont@videolan.org> 523Date: Tue Dec 25 23:25:09 2007 +0000 524 525 control/media_list.c: read-only-fy add_media_descriptor(). 526 527commit c7e71cb6d0206530a46ecd4ff5f6fa7ad4953658 528Author: Pierre d'Herbemont <pdherbemont@videolan.org> 529Date: Tue Dec 25 23:16:56 2007 +0000 530 531 control/media_list.c: Implement read-only media_list. 532 533commit ee9c15aa23f74505c869ff00d0a7d6ed9ca01eaa 534Author: Pierre d'Herbemont <pdherbemont@videolan.org> 535Date: Tue Dec 25 22:55:15 2007 +0000 536 537 MacOSX/Framework/VLCMediaDiscoverer: Publish -isRunning. 538 539commit 1f40daafe54255f8454960056dda9baeaeca7f23 540Author: Pierre d'Herbemont <pdherbemont@videolan.org> 541Date: Tue Dec 25 22:51:13 2007 +0000 542 543 control/media_discoverer.c: Publish media_discoverer_is_running(). 544 545commit 1eead51a19ee98436742a054edec808bcb3a9f71 546Author: Antoine Cellerier <dionoea@videolan.org> 547Date: Tue Dec 25 22:39:00 2007 +0000 548 549 Video filter fixes: 550 * colorthres.c: validate input chroma. 551 * erase.c: fix bluring application limit (prevents out of bounds access). 552 * gaussianblur.c: validate input chroma and add planar YUV 4:2:2 support. 553 * psychedelic.c: check image_Convert return value (it fails for I422 which would then trigger a segfault due to a NULL pointer being dereferenced). 554 * rotate.c: validate input chroma, add planar YUV 4:2:2 support and misc code fixes or simplifications. 555 556commit 3510dc7cbbb4a118d7512f813d8e4e99794e7aa0 557Author: Pierre d'Herbemont <pdherbemont@videolan.org> 558Date: Tue Dec 25 22:33:56 2007 +0000 559 560 control/media_discoverer.c: Publish media_discoverer_event_manager(). 561 562commit aebc971019e6c5c42f620fc8c11e77734a729dfb 563Author: Pierre d'Herbemont <pdherbemont@videolan.org> 564Date: Tue Dec 25 22:25:45 2007 +0000 565 566 MacOSX/Framework: Use the Pre-Compile script. 567 568commit 17a99b41f08f795c53146ed025ca21a4e8d303a6 569Author: Pierre d'Herbemont <pdherbemont@videolan.org> 570Date: Tue Dec 25 22:19:12 2007 +0000 571 572 MacOSX/Framework: Properly track updated library and modules. 573 574commit 7438482f8ccaa6ea893e467cea0d86d241ef9213 575Author: Pierre d'Herbemont <pdherbemont@videolan.org> 576Date: Tue Dec 25 21:29:49 2007 +0000 577 578 control/media_discoverer.c: Forward started and ended event. 579 580commit b6880d76665de38f089c387eed9bb9a91f72d2a1 581Author: Pierre d'Herbemont <pdherbemont@videolan.org> 582Date: Tue Dec 25 20:54:18 2007 +0000 583 584 playlist/services_discovery.c: Send service discover started and ended events, to keep track of running sd. 585 586commit 14365bf346154b2dd0dd69f0270bfdb81e19073f 587Author: Pierre d'Herbemont <pdherbemont@videolan.org> 588Date: Tue Dec 25 16:18:23 2007 +0000 589 590 control/media_list_view.c: Implement media_list_view_parent_media_list(). 591 592commit 9c28c114378a8afcd3738bff96554c605833f701 593Author: Felix Paul Kühne <fkuehne@videolan.org> 594Date: Tue Dec 25 13:55:30 2007 +0000 595 596 * mmap is broken on Darwin. Disabled it for now to have basic file access functionality working. 597 598commit e91b8125029aff627346754f55881dacbf6b4f02 599Author: Felix Paul Kühne <fkuehne@videolan.org> 600Date: Tue Dec 25 13:36:02 2007 +0000 601 602 * disable any MMX usage in FFmpeg on Darwin 9 (x86). This way, we can use the ffmpeg module normally until Apple releases the updated ld. 603 604commit 35f97bebf2bf7f0542bb3418c54332996a0ff186 605Author: Pierre d'Herbemont <pdherbemont@videolan.org> 606Date: Mon Dec 24 19:45:26 2007 +0000 607 608 Sources/VLCMedia.m: Implement a KeyValueCoding enabled -state property. 609 610commit 141e740fbee112b7d8ac61e5842d85670eda7399 611Author: Pierre d'Herbemont <pdherbemont@videolan.org> 612Date: Mon Dec 24 18:45:10 2007 +0000 613 614 control/media_descriptor.c: Publish an Event plus a method to get the media_descriptor state, which is buffering, playing, error, nothing special. This is a bit controversial as we need a media_instance to set that state, and this is media_instance dependant. However, this is a nice shortcut. 615 616commit f2c77da9820cf07e455417f2636561cc338759b4 617Author: Rémi Duraffort <ivoire@videolan.org> 618Date: Mon Dec 24 17:53:28 2007 +0000 619 620 improve sdl video output. If there is some stupidities feel free to revert. And Merry Christmas. 621 622commit f0875028fd72a8d22798b15316d986737a6780d3 623Author: Antoine Cellerier <dionoea@videolan.org> 624Date: Mon Dec 24 16:52:05 2007 +0000 625 626 Revert r23852. 627 628commit 4f23c241b5777b1460e49b238ab8d71694b2fde3 629Author: Christophe Mutricy <xtophe@videolan.org> 630Date: Mon Dec 24 16:07:27 2007 +0000 631 632 distribute the Christmas icons 633 634commit 78d4bd65714da7ad48a8eb4e13965cd5b1523768 635Author: Rémi Denis-Courmont <rem@videolan.org> 636Date: Mon Dec 24 15:39:17 2007 +0000 637 638 Not every body trusts "free.fr", especially not through non-secure HTTP, and/or non-FQDN-only hostnames 639 640commit 27f7759ace46eaac62115fec95ec728276197682 641Author: Antoine Cellerier <dionoea@videolan.org> 642Date: Mon Dec 24 14:40:51 2007 +0000 643 644 Include font and password configuration items in the help output. 645 Tell the user about --advanced when his help query skipped advanced configuration items. 646 647commit 97d613b2309cbb5523379a4386326529f4f4fdc6 648Author: Antoine Cellerier <dionoea@videolan.org> 649Date: Mon Dec 24 13:52:48 2007 +0000 650 651 Use \033[0;1m instead of \033[37;1m for bold text using the default color (prevent using bold white text on terms with a white background). 652 653commit 351b9cf065716461db903b7f62fa7bbb5e95ac67 654Author: Antoine Cellerier <dionoea@videolan.org> 655Date: Mon Dec 24 13:48:20 2007 +0000 656 657 Use the longtext as longtext. 658 659commit 5777fa8de8116dccc731262b41ac4e9d4cd25331 660Author: Pierre d'Herbemont <pdherbemont@videolan.org> 661Date: Mon Dec 24 01:18:54 2007 +0000 662 663 services_discovery/shout.c: No need to incref. (fix a memleak). 664 665commit ef03a24f5a285937296ce4f68be54a6633cbedcc 666Author: Jean-Baptiste Kempf <jb@videolan.org> 667Date: Mon Dec 24 01:03:16 2007 +0000 668 669 Remove unused variable in OSD. Revert if needed :D 670 671commit 9382d2cc6f8707017cba6e41999338180fab33e0 672Author: Jean-Baptiste Kempf <jb@videolan.org> 673Date: Mon Dec 24 01:02:05 2007 +0000 674 675 Fix a Typo. 676 677commit 283349239015568fbf1a324532d032858ae41d9a 678Author: Jean-Baptiste Kempf <jb@videolan.org> 679Date: Mon Dec 24 01:00:03 2007 +0000 680 681 Qt4 - Background Widget change. Resetting the maximum size at each resize is wrong. Scaling content can be really really ugly. 682 To be finished. 683 684commit 777871986a69b12c3ad93d6c3161d93c9c692949 685Author: Richard Hosking <hovis@videolan.org> 686Date: Mon Dec 24 00:15:47 2007 +0000 687 688 v4l2.c: Patch by Dennis Lou to add MPEG2 support. Many thanks. 689 690commit 4b295c7cb26de39368086af8dc901df6bd29d135 691Author: Antoine Cellerier <dionoea@videolan.org> 692Date: Sun Dec 23 22:23:25 2007 +0000 693 694 Allow specifying options specific to each url in the shout service discovery. 695 Make it possible to inherit the m3u-extvlcopt option in the m3u parser. 696 697commit 0212c5155653272d0125e3b788a2ed4db09876de 698Author: Antoine Cellerier <dionoea@videolan.org> 699Date: Sun Dec 23 21:39:09 2007 +0000 700 701 Merge the shoutcast and freebox service discovery modules. Cleanup the shout.c code. 702 703commit f339d3ea974b7eb65c0fb1f7bb34e31723e59fad 704Author: Felix Paul Kühne <fkuehne@videolan.org> 705Date: Sun Dec 23 18:28:14 2007 +0000 706 707 macosx: remove useless setting as basically no user wants the wizard panel to reset in a single session, but demands it to keep its selections (this was the default behaviour anyway) 708 709commit 37381b61344084f8c3be03104ad312f8b72b9fd8 710Author: Felix Paul Kühne <fkuehne@videolan.org> 711Date: Sun Dec 23 18:20:06 2007 +0000 712 713 macosx:playlist.m turn an error msg into a warning as the event isn't as bad as it seems to be 714 715commit 7dfd1a1d1e0b512ec83466c1e85e36cba308037b 716Author: Rémi Denis-Courmont <rem@videolan.org> 717Date: Sun Dec 23 17:42:57 2007 +0000 718 719 Fix format string injection in the Connection field for HTTP-served files 720 (affects HTTP interface and LUA plus HTTP export for DVB and RTP) 721 722commit ad407ff30380e98896cefc46882452e28aef10dc 723Author: Pierre d'Herbemont <pdherbemont@videolan.org> 724Date: Sun Dec 23 16:48:15 2007 +0000 725 726 modules/video_output/opengllayer.m: Don't free the gl texture in End(), but in the releaseGLContext function. Set the original bounds of the CALayer. Protect the removeFromSuperlayer by a CATransaction. 727 728commit a19eff66700e36ac1d0a16fc04a206d1ee00cb20 729Author: Pierre d'Herbemont <pdherbemont@videolan.org> 730Date: Sun Dec 23 15:29:47 2007 +0000 731 732 playlist: Fix an input_item leak in item.c, and notice that we are leaking one in loadsave.c. 733 734commit 41265f8097c5b6d110eae6dd5379ca9eadc7b2b7 735Author: Pierre d'Herbemont <pdherbemont@videolan.org> 736Date: Sun Dec 23 15:28:51 2007 +0000 737 738 playlist/tree.c: Fix an input_item leak. 739 740commit edecc3beb6badc0c0736595cfe66ece78ad97de1 741Author: Pierre d'Herbemont <pdherbemont@videolan.org> 742Date: Sun Dec 23 14:59:34 2007 +0000 743 744 modules/demux/playlist/xspf.c: Show where the input_item leak comes from. (funman can fix that?) 745 746commit f3903fcac703eb2415c21bd3f08a6ba655c5768b 747Author: Pierre d'Herbemont <pdherbemont@videolan.org> 748Date: Sun Dec 23 14:53:25 2007 +0000 749 750 modules/demux/playlist/*.c: Fix input_item memleaks. 751 752commit 5b324033c2e74de1adbeb2f3382e6bbc10da13f9 753Author: Pierre d'Herbemont <pdherbemont@videolan.org> 754Date: Sun Dec 23 14:45:09 2007 +0000 755 756 control/media_descriptor.c: Prevent an input_item memleak. 757 758commit e809656e44d5fad369533688d8b85c1240cd4b77 759Author: Pierre d'Herbemont <pdherbemont@videolan.org> 760Date: Sun Dec 23 14:40:28 2007 +0000 761 762 modules/demux/mp4/mp4.c: Fix an input_item memleak. 763 764commit 395d0372a9ca30e49cdfe447dadd1ce72b41f695 765Author: Pierre d'Herbemont <pdherbemont@videolan.org> 766Date: Sun Dec 23 14:38:53 2007 +0000 767 768 modules/control/http: Fix input_item memleak. 769 770commit 694be9ad65fbf123bea29a9e338231de2122569c 771Author: Pierre d'Herbemont <pdherbemont@videolan.org> 772Date: Sun Dec 23 14:35:43 2007 +0000 773 774 modules/access/directory.c: Fix an input_item memleak. 775 776commit f360931e6659530396ed9ae6bd9bc95718404268 777Author: Pierre d'Herbemont <pdherbemont@videolan.org> 778Date: Sun Dec 23 14:34:25 2007 +0000 779 780 modules/access/cdda.c: Fix an input_item memleak. 781 782commit 1421fa57d972c05149470d7f56e4334629c2c8d4 783Author: Pierre d'Herbemont <pdherbemont@videolan.org> 784Date: Sun Dec 23 14:19:00 2007 +0000 785 786 vlc_common.h: 787 * Add some proper assert() to the vlc_gc_* function to spot errors. 788 * Correctly initialize the refcount to 1. (This will prevent freed pointer usage). (This may also introduce leaks in some module). 789 modules/*.c: 790 * Prevent some module to leak input_item_t. 791 792commit a01893ff324856bc99739e72323eb6616b0b1309 793Author: Rafaël Carré <funman@videolan.org> 794Date: Sun Dec 23 12:55:08 2007 +0000 795 796 contribs: fix libdvdnav runtime on win32 (patch was deleted when switching to mplayer's libdvdnav), extract using gzip 797 798commit af52b673c20d546d9f2312328fbf3d5c19acdc02 799Author: Rémi Duraffort <ivoire@videolan.org> 800Date: Sun Dec 23 10:47:59 2007 +0000 801 802 little error 803 804commit d0d0541e004aae6cc99c76f4d9d01070f6de0799 805Author: Felix Paul Kühne <fkuehne@videolan.org> 806Date: Sun Dec 23 10:15:49 2007 +0000 807 808 * withCString is deprecated in 10.4. Use WithUTF8String instead, as VLC's core is completely UTF8 now. Remove a couple of (nowadays) useless checks 809 810commit 08557e2ec6805b9a7b5321c09df9236d8a972048 811Author: Rémi Duraffort <ivoire@videolan.org> 812Date: Sun Dec 23 08:12:26 2007 +0000 813 814 remove memory leak 815 816commit ed6468966d3894d50759fddcad6e53e1ac006258 817Author: Jean-Baptiste Kempf <jb@videolan.org> 818Date: Sun Dec 23 01:48:30 2007 +0000 819 820 Qt4 - Small fix to get a smaller size when a video ends. 821 822commit f38e73af8348d8cc1581a71883b6aa2c70778bdf 823Author: Pierre d'Herbemont <pdherbemont@videolan.org> 824Date: Sun Dec 23 01:38:20 2007 +0000 825 826 modules/macosx/playlist.m: Remove code that shouldn't be here, to re-enable services discovery. 827 828commit 4449fe0e510dbe674cf042c9bcce0e4a711c7709 829Author: Jean-Baptiste Kempf <jb@videolan.org> 830Date: Sun Dec 23 01:24:25 2007 +0000 831 832 And forgot the other file... Sorry. 833 834commit 0d92657d76a216866c7bde5ec855a902242b5654 835Author: Jean-Baptiste Kempf <jb@videolan.org> 836Date: Sun Dec 23 01:22:20 2007 +0000 837 838 Qt4 - Clean more. 839 840commit 8dbc6a21f37a315a349acd4bd85bdac985047c56 841Author: Jean-Baptiste Kempf <jb@videolan.org> 842Date: Sun Dec 23 01:12:58 2007 +0000 843 844 Qt4 - simplify the VideoWidget. VideoWidget is a just an simple QFrame with the necessary interactions... 845 846commit d17b946c8fc5fdf706a12aa5e7de11c1891eb141 847Author: Jean-Baptiste Kempf <jb@videolan.org> 848Date: Sun Dec 23 00:54:54 2007 +0000 849 850 Qt4 - less ugly Noart pix 851 852commit 9011303411d5dda03b72e7b3e9bd92f7ce7e5999 853Author: Rafaël Carré <funman@videolan.org> 854Date: Sun Dec 23 00:30:19 2007 +0000 855 856 fix #1409 857 858commit 04022ec3a96fd9e82b882f03ed0fdc081f4c9a09 859Author: Christophe Mutricy <xtophe@videolan.org> 860Date: Sat Dec 22 22:28:23 2007 +0000 861 862 Slovenian translation update by Matej Urbančič. 863 864commit ed5205fe93f276d92c8571c43551d7e0a8c05bab 865Author: Christophe Mutricy <xtophe@videolan.org> 866Date: Sat Dec 22 22:01:56 2007 +0000 867 868 Use dgettext() (aka _() ) rather than gettext(). 869 870commit 636e7566f068ee6578c73e5e55b2c10efd824b7d 871Author: Jean-Baptiste Kempf <jb@videolan.org> 872Date: Sat Dec 22 19:31:19 2007 +0000 873 874 Qt4 - timeLabel cosmetic. 875 876commit f45f6bf7eab148ea985ec07b37cf12c668f7da7f 877Author: Jean-Baptiste Kempf <jb@videolan.org> 878Date: Sat Dec 22 19:21:17 2007 +0000 879 880 Qt4 - Add a "medium" volume icon as requested on IRC, ( by Quovodis?) 881 882commit ca64fcfe4243348b313f24278bedcc6961e0afbb 883Author: Jean-Baptiste Kempf <jb@videolan.org> 884Date: Sat Dec 22 19:12:45 2007 +0000 885 886 Qt4 - Make the time Label right aligned and not size increasing in resize. 887 888commit a8eb03fabf6c3d09bd5729b872da3929539cd9ae 889Author: Pierre d'Herbemont <pdherbemont@videolan.org> 890Date: Sat Dec 22 18:11:50 2007 +0000 891 892 services_discovery/sap.c: Make sure the thread will exit, even if in poll(). And properly lock the object. 893 894commit c76ca6667fe719f8a7757f9b9d61fcd3cab64657 895Author: Pierre d'Herbemont <pdherbemont@videolan.org> 896Date: Sat Dec 22 16:19:04 2007 +0000 897 898 include/vlc_objects.h: Use the usual macro trick, to publish a function that take as argument a vlc_object_t *, here for vlc_object_waitpipe(). 899 900commit 949dac11608bb2ab375d29069a64cc824ba33c1f 901Author: Rémi Denis-Courmont <rem@videolan.org> 902Date: Sat Dec 22 16:04:32 2007 +0000 903 904 syntax error 905 906commit 681637abe8ad32a07b614a7f3cd797d089e58fc7 907Author: Rémi Denis-Courmont <rem@videolan.org> 908Date: Sat Dec 22 15:53:38 2007 +0000 909 910 Add an error message 911 912commit e59bea7b82ac4f79a169677d8d9aa753d3d3c10e 913Author: Rémi Denis-Courmont <rem@videolan.org> 914Date: Sat Dec 22 15:50:53 2007 +0000 915 916 Fix warnings 917 918commit 77ca78456d262a64d0767247fd155c3a26d6c63b 919Author: Rémi Denis-Courmont <rem@videolan.org> 920Date: Sat Dec 22 15:49:53 2007 +0000 921 922 _pipe is not selectable on Windows, so return -1 923 924commit 3945813ee2bf2fd6fba00f25b03a0e05006825bc 925Author: Rémi Denis-Courmont <rem@videolan.org> 926Date: Sat Dec 22 15:42:36 2007 +0000 927 928 Corner case race condition in the waitpipe 929 930commit ecc5eb9db29f4ae9c0ee1c667c51dd7fd0a6b887 931Author: Rémi Denis-Courmont <rem@videolan.org> 932Date: Sat Dec 22 14:47:15 2007 +0000 933 934 Put debug/test code for mmap 935 (it does not find any error here) 936 937commit cfdc3865b666bae7cfa7d2ea0158911364d8f45f 938Author: Rémi Denis-Courmont <rem@videolan.org> 939Date: Sat Dec 22 14:11:42 2007 +0000 940 941 - Parse seek offsets as unsigned (why they were signed in the first place??) 942 - Fix comments 943 - Cache pagesize 944 945commit ca434330843238240297944934593dcf6d9b5f3a 946Author: Pierre d'Herbemont <pdherbemont@videolan.org> 947Date: Sat Dec 22 13:44:00 2007 +0000 948 949 services_discovery/sap.c: s/min/min_int/ to prevent a macro collision on windows environment. 950 951commit 3d979f8e505c0d1dc5c51029ed71ab8c46046206 952Author: Jean-Paul Saman <jpsaman@videolan.org> 953Date: Sat Dec 22 13:10:39 2007 +0000 954 955 First page is 100 by default 956 957commit ae4f748f95e4a064e382380835f765eee814093f 958Author: Rémi Denis-Courmont <rem@videolan.org> 959Date: Sat Dec 22 13:06:33 2007 +0000 960 961 Pierre writes too good code. We need to kludge it :( 962 963commit a09bcae31bb485524dfb6fe02853da520b1f3273 964Author: Pierre d'Herbemont <pdherbemont@videolan.org> 965Date: Sat Dec 22 12:53:23 2007 +0000 966 967 services_discovery/sap.: Don't wakeup more than needed. 968 969commit 107b78a957c386f36923338a7273ea4fd82f631a 970Author: Rémi Duraffort <ivoire@videolan.org> 971Date: Sat Dec 22 12:41:56 2007 +0000 972 973 use a pointer to a function instead of a callback 974 975commit 8442f8adddbb55bd66a9155512fef5c0ab70ad4c 976Author: Pierre d'Herbemont <pdherbemont@videolan.org> 977Date: Sat Dec 22 12:36:53 2007 +0000 978 979 Makefile.am: Put hdiutil into verbose mode in package-macosx creation. 980 981commit 12c39680e3b87acf1e9c7f5019598e16b8f9d669 982Author: Rafaël Carré <funman@videolan.org> 983Date: Sat Dec 22 11:29:57 2007 +0000 984 985 update: cosmetics, put the variable creation in libvlc 986 987commit 9548b1290c630d2e60409f4a678377a07505ffe8 988Author: Rémi Duraffort <ivoire@videolan.org> 989Date: Sat Dec 22 10:18:01 2007 +0000 990 991 another cleaning session 992 993commit cac92f55e77109ae86ded84b4f10ec164ba34d91 994Author: Rémi Denis-Courmont <rem@videolan.org> 995Date: Sat Dec 22 10:09:20 2007 +0000 996 997 Try to fix Win32 linking 998 999commit 590701d6b366c7fd7cfa4defb7fd4e5f706a3a50 1000Author: Rémi Denis-Courmont <rem@videolan.org> 1001Date: Sat Dec 22 10:02:50 2007 +0000 1002 1003 Remove net_Select. Simplify net_Read consequently. 1004 1005commit 8c906d60c6282fc2529209855912920474daa2d8 1006Author: Rémi Denis-Courmont <rem@videolan.org> 1007Date: Sat Dec 22 09:31:58 2007 +0000 1008 1009 Use poll() directly when you want to listen to multiple sockets. 1010 1011commit 6db8acaa4945c84c4671c4aeece517ead6deee10 1012Author: Jean-Baptiste Kempf <jb@videolan.org> 1013Date: Sat Dec 22 09:31:50 2007 +0000 1014 1015 Qt4 - Fix previous commit. 1016 1017commit b3819c325757996d53e79d82ac3794b0409ef77d 1018Author: Rémi Denis-Courmont <rem@videolan.org> 1019Date: Sat Dec 22 09:11:25 2007 +0000 1020 1021 Same as previous commit 1022 1023commit ed9144bac360c3c29d92fe8f6cb8195680fdeb52 1024Author: Rémi Denis-Courmont <rem@videolan.org> 1025Date: Sat Dec 22 09:10:56 2007 +0000 1026 1027 Revert [23768] and [23768]. Fix dead lock whenever reading from the network. 1028 1029commit f9ff5b64b419eccc3d746aa93ff22d49eef4c3bd 1030Author: Jean-Baptiste Kempf <jb@videolan.org> 1031Date: Sat Dec 22 08:12:02 2007 +0000 1032 1033 Qt4 - Use a main instance of Sout for VLM. Clean DP since all dialogs (except Bookmarks that won't be done...) are done. 1034 1035commit 890b8c21c26939cc0cd8e6ab8c4d8d68a445c50f 1036Author: Jean-Baptiste Kempf <jb@videolan.org> 1037Date: Sat Dec 22 07:19:01 2007 +0000 1038 1039 Qt4 - remember if the playlist was inside or not. Clean. 1040 1041commit 8fc1be22640747e2b1f73c764919e6524c05a59d 1042Author: Jean-Baptiste Kempf <jb@videolan.org> 1043Date: Sat Dec 22 03:20:11 2007 +0000 1044 1045 Qt4 - Remember playlist's size. 1046 1047commit 46c8807212085b6170dc520689d02fb061e29cd2 1048Author: Jean-Baptiste Kempf <jb@videolan.org> 1049Date: Sat Dec 22 03:04:42 2007 +0000 1050 1051 Qt4 - Save the settings from the playlist for the dialog Provider if ever needed. 1052 1053commit 2fd9216fe27da9c00dbe37336c00c81064109c05 1054Author: Jean-Baptiste Kempf <jb@videolan.org> 1055Date: Sat Dec 22 02:38:14 2007 +0000 1056 1057 QT4 - sizing (still not fix... anyone can look at it ?) and remember if the playlist is floating. 1058 1059commit eb7a0af30a1b2381fb53a52c0570f22738743eb8 1060Author: Jean-Baptiste Kempf <jb@videolan.org> 1061Date: Sat Dec 22 01:50:29 2007 +0000 1062 1063 Qt4 - Typo on the sizing that can explain the "Video Above the control" bug. 1064 1065commit 0162ce10a567d4fda370f6e37edd3ddf68d0e578 1066Author: Jean-Baptiste Kempf <jb@videolan.org> 1067Date: Sat Dec 22 01:49:50 2007 +0000 1068 1069 Qt4 - Be sure of the existence of getInput. 1070 1071commit 2a51700499c574a0d5a4f28f1fe628227c558e40 1072Author: Jean-Baptiste Kempf <jb@videolan.org> 1073Date: Sat Dec 22 01:08:21 2007 +0000 1074 1075 Qt4 - remove unusefull debug. 1076 1077commit 3163d13850f96fe2f72144781551d85a305180c3 1078Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1079Date: Sat Dec 22 00:43:59 2007 +0000 1080 1081 dtstospdif.c: Print a warning on frame size changes. Hopefully it will help us to debug the issue with SPDIF. 1082 1083commit ee038b49f10b412cea3c3228e609ba6dc870e34f 1084Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1085Date: Sat Dec 22 00:34:04 2007 +0000 1086 1087 modules/audio_filter/converter/dtstospdif.c: We need a starting date. Fix a typo that cause the starting date not to be set. 1088 1089commit ca59f1e5371698ce4e5c53d24ac6622338f077b5 1090Author: Rafaël Carré <funman@videolan.org> 1091Date: Fri Dec 21 21:38:35 2007 +0000 1092 1093 fix [23367] 1094 1095commit aa71d506adadda7fe4d29b5a1804cd33da4acd20 1096Author: Rafaël Carré <funman@videolan.org> 1097Date: Fri Dec 21 21:05:02 2007 +0000 1098 1099 file: do not declare mmapBlock() if it won't be defined 1100 1101commit 30d0aba730ec2c15871d70b963b11f137f821b98 1102Author: Jean-Baptiste Kempf <jb@videolan.org> 1103Date: Fri Dec 21 20:34:34 2007 +0000 1104 1105 Qt4 - Use AutoRaise button for faster and slower in order to keep consistency in the interface. 1106 1107commit 497b2dcc8ae8bcea1e15f9811601a0ac579196ff 1108Author: Jean-Baptiste Kempf <jb@videolan.org> 1109Date: Fri Dec 21 20:29:59 2007 +0000 1110 1111 Qt4 - SpeedSlider, use an AutoRaise button for the Normal Rate. 1112 Remove and unneeded member in the class. 1113 1114commit 8c7c961f4c4dec07fa749d8a600cd1cda75e22ed 1115Author: Jean-Baptiste Kempf <jb@videolan.org> 1116Date: Fri Dec 21 20:16:12 2007 +0000 1117 1118 Qt4 - Fix the SINGLE Item mode of the Media Information! Be Carefull again ! 1119 1120commit ba836c7e4b857a0a7e0f1c7ccaaeb0368a496f85 1121Author: Jean-Baptiste Kempf <jb@videolan.org> 1122Date: Fri Dec 21 19:59:39 2007 +0000 1123 1124 Qt4 - We DO need pulling for the stats in MediaInfo Dialog... Revert part of 23590. 1125 1126commit d2b84199cefbe604a19889e77cfc4fe27bfa7020 1127Author: Jean-Baptiste Kempf <jb@videolan.org> 1128Date: Fri Dec 21 19:40:58 2007 +0000 1129 1130 Qt4 - Fix an 'assertion failed' when opening the media information witout an input. 1131 1132commit 3a3b9f860756eb15d2b2d27c885605ea43a81296 1133Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1134Date: Fri Dec 21 19:35:59 2007 +0000 1135 1136 modules/services_discovery/freebox.c: Wrong copyright, reported by funman. 1137 1138commit 37481e857adddfa05b8871dc8784c22240b1e3a8 1139Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1140Date: Fri Dec 21 19:30:52 2007 +0000 1141 1142 modules/services_discovery/freebox.c: Create a new service discovery for the french ISP free.fr set top box. 1143 1144commit 4c4ad240294546960d94560fffd40e2e0ae3ce0a 1145Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1146Date: Fri Dec 21 18:56:54 2007 +0000 1147 1148 network/io.c: net_Select should return i_total on timeout. 1149 1150commit 3c3259132706c07bf0046e922945974c0993f469 1151Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1152Date: Fri Dec 21 18:52:21 2007 +0000 1153 1154 modules/services_discovery/sap.c: Don't trust announcement down packet, but support implicit timeout. 1155 * As suggested in the RFC we remove the discovered media if there is no new packet after three average packet period. (implicit timeout). 1156 * Announcement of removal packet can be used to silently replace an announce by an other. 1157 * Add a timeout argument to net_Select. 1158 1159commit 54b8548a2f59a53851ecb2ab71047d712b4639af 1160Author: Rafaël Carré <funman@videolan.org> 1161Date: Fri Dec 21 17:25:10 2007 +0000 1162 1163 put the right developers website url, pointed out by marcfiu on IRC. bump gettext requirement 1164 1165commit 0ee141885f32148ecc02656a770881b230d197b9 1166Author: Rémi Denis-Courmont <rem@videolan.org> 1167Date: Fri Dec 21 17:22:39 2007 +0000 1168 1169 Add module_Exists until I don't get any error on my build tree! 1170 1171commit f3f2b96271ce1acf0c0e5557776251b83838c773 1172Author: Rémi Denis-Courmont <rem@videolan.org> 1173Date: Fri Dec 21 16:56:21 2007 +0000 1174 1175 Use vlc_config_set for categories (close #1411) 1176 1177commit e65e71975462203720ed5620a10c97037f90076a 1178Author: Rémi Denis-Courmont <rem@videolan.org> 1179Date: Fri Dec 21 16:55:49 2007 +0000 1180 1181 Fix config item counting 1182 1183commit 607b545809d15bf655bd4b50ff68206d8aa97fb8 1184Author: Rémi Denis-Courmont <rem@videolan.org> 1185Date: Fri Dec 21 15:56:50 2007 +0000 1186 1187 - Fix error handling 1188 - Fix a warning 1189 1190commit 2004f95fe5f6c8ff2903bc89b4044236224d4f6d 1191Author: Rémi Denis-Courmont <rem@videolan.org> 1192Date: Fri Dec 21 15:56:30 2007 +0000 1193 1194 Use ssize_t 1195 1196commit 74fd4dd74d562ccbec50cf5aef3c7b402463a3ff 1197Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1198Date: Fri Dec 21 15:03:49 2007 +0000 1199 1200 shout.c: Fix a typo in previous commit. (thanks, funman). 1201 1202commit 5d7f2974b7425bf51383b601229aa059964b6df4 1203Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1204Date: Fri Dec 21 14:57:24 2007 +0000 1205 1206 modules/services_discovery/shout.c: Don't leak the input_item. 1207 1208commit 948bec760148d6241d8ea36d264d4f1873c2aaee 1209Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1210Date: Fri Dec 21 14:35:20 2007 +0000 1211 1212 MacOSX/Framework/VLCEventManager.m: Fix a bit the file description. 1213 1214commit 1334901b0bc60f735f2d677242400f7c1c62bb37 1215Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1216Date: Fri Dec 21 14:31:00 2007 +0000 1217 1218 MacOSX/Framework/VLCMediaList.m: Implement -description: and fix -flatAspect and -hierarchicalAspect when used with bindings. 1219 1220commit 2ea15499285e7022db965319b587c129e5e9ad05 1221Author: Jean-Baptiste Kempf <jb@videolan.org> 1222Date: Fri Dec 21 01:21:09 2007 +0000 1223 1224 Qt4 - VLM: select input from the OpenDialog, using the existing OpenDialog and not creating new one. :D 1225 1226commit f5a08fa8831935ee37056a6832c2c6b90bf55a48 1227Author: Rafaël Carré <funman@videolan.org> 1228Date: Fri Dec 21 00:58:18 2007 +0000 1229 1230 qt4: special icon made by Geoffrey Roussel alias akem/meka is displayed in the last days of the year. 1231 1232commit 6586a8ab643eb5bc459a5085ea99ed946a476f54 1233Author: Jean-Baptiste Kempf <jb@videolan.org> 1234Date: Fri Dec 21 00:45:54 2007 +0000 1235 1236 Qt4 - UI. Remove QT4.3 only functions. 1237 1238commit efecf95f446cbe0652123f0210e07feb4e6c5f0f 1239Author: Jean-Baptiste Kempf <jb@videolan.org> 1240Date: Fri Dec 21 00:42:57 2007 +0000 1241 1242 Qt4 - typo. 1243 1244commit 97f221eb4d6876bb37de2e4c3adbc622b4908101 1245Author: Jean-Baptiste Kempf <jb@videolan.org> 1246Date: Fri Dec 21 00:40:47 2007 +0000 1247 1248 Qt4 - Small open dialog refactoring for use for vlm dialog. 1249 1250commit fee86c5d53af1cfb6edca8404348201c12469c17 1251Author: Rafaël Carré <funman@videolan.org> 1252Date: Thu Dec 20 22:58:00 2007 +0000 1253 1254 Add mysef as playlist & ncurses interface maintainer 1255 1256commit aeda4e8e56a96c5877f4a4185b7144f99a78f325 1257Author: Dennis van Amerongen <trax@videolan.org> 1258Date: Thu Dec 20 19:19:00 2007 +0000 1259 1260 * modules/demux/mp4/libmp4.c: spelling - uncompletetly -> incompletely 1261 1262commit 3fea2a271e33863a96438f8695c9e4783b641436 1263Author: Jean-Paul Saman <jpsaman@videolan.org> 1264Date: Thu Dec 20 11:47:22 2007 +0000 1265 1266 Remove excess/trailing whitespace 1267 1268commit c2915c44fa16dd6ae9c02bebb0492e91a53b4dd1 1269Author: Jean-Paul Saman <jpsaman@videolan.org> 1270Date: Thu Dec 20 11:47:21 2007 +0000 1271 1272 Restore old functionality in video_output fb to use the entire screen size. 1273 1274commit 37ffc160897ecf93179454ae36316f7a41e8cc55 1275Author: Jean-Paul Saman <jpsaman@videolan.org> 1276Date: Thu Dec 20 11:47:19 2007 +0000 1277 1278 Make wxwidgets compile again. The preference dialog still needs fixing. 1279 1280commit 6be497de2c4d15da78860caa5971dfbf49c57162 1281Author: Jean-Baptiste Kempf <jb@videolan.org> 1282Date: Thu Dec 20 05:17:31 2007 +0000 1283 1284 Qt4 - Fix the "playlist doesn't show at first click" bug. 1285 1286commit 03421f3e61fc63161276bd0a8b859f62132973ed 1287Author: Jean-Baptiste Kempf <jb@videolan.org> 1288Date: Thu Dec 20 04:44:31 2007 +0000 1289 1290 Qt4 - More Module_Exist for SPrefs. 1291 1292commit 4c9b6e28d2fcc5b0bcc759adb83e30bb23de7fdb 1293Author: Rafaël Carré <funman@videolan.org> 1294Date: Thu Dec 20 00:48:39 2007 +0000 1295 1296 revert [23722] 1297 1298commit f8c2674996878f844e3ad1f3cd1d16046f952d55 1299Author: Rafaël Carré <funman@videolan.org> 1300Date: Thu Dec 20 00:37:23 2007 +0000 1301 1302 lua playlist: fix joox 1303 1304commit 1e698a031b4d95c8e896af092d81e640495473e1 1305Author: Jean-Baptiste Kempf <jb@videolan.org> 1306Date: Thu Dec 20 00:21:20 2007 +0000 1307 1308 Qt4 - add UPDATEVLC_DIALOG to the DP. 1309 1310commit 496d33dc3e1c4be6407291c55ee5abebab4c79b7 1311Author: Rafaël Carré <funman@videolan.org> 1312Date: Wed Dec 19 23:59:06 2007 +0000 1313 1314 playlist demuxers: return -1 in case of error, 0 in case of eof, 1 else; like any correct demuxer. (we always return eof since playlists don't need 2 successive demuxing). 1315 fix a corner case bug in ifo.c 1316 1317commit f4d1285582586efdc39d8c87753dc577f703389b 1318Author: Rafaël Carré <funman@videolan.org> 1319Date: Wed Dec 19 23:28:02 2007 +0000 1320 1321 xspf: use correct return value. VLC_FALSE == VLC_SUCCESS 1322 1323commit 173b89e2cfd41b29aef8e46f9eec75f33b3d236a 1324Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1325Date: Wed Dec 19 23:12:22 2007 +0000 1326 1327 MacOSX/Framework/VLCMedia.m: Implement mediaAsNodeWithName:. 1328 1329commit af1e3b5658afe0be958eee28325d5e0fc5b6928a 1330Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1331Date: Wed Dec 19 23:10:31 2007 +0000 1332 1333 control/media_descriptor.c: Implement libvlc_media_descriptor_new_as_node. 1334 1335commit cdd8da999960a6559085acfb9f7521d35f24f4d7 1336Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1337Date: Wed Dec 19 22:50:14 2007 +0000 1338 1339 MacOSX/Framework/VLCEventManager.m: Directly issue events to main thread if we are called from main thread. 1340 1341commit d8dc26ec6dcc9512bbc72dfdf909fe489c7e35aa 1342Author: Jean-Baptiste Kempf <jb@videolan.org> 1343Date: Wed Dec 19 22:30:48 2007 +0000 1344 1345 Qt4 - revert part of [23442]. Fix and close #1398. 1346 1347commit 2f4c4cc2e4e03b25286b1f6a3e6317b2923de22d 1348Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1349Date: Wed Dec 19 22:28:22 2007 +0000 1350 1351 opengllayer.m: Use AGP texturing. 1352 1353commit 53c77312906a21feda205c3532b521fe7f2c2e6c 1354Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1355Date: Wed Dec 19 22:10:51 2007 +0000 1356 1357 configure.ac: Don't activate opengllayer, if QuartzCore/CALayer.h is not here. 1358 1359commit 00a75a03dbf09efddb26f75528075af009604e48 1360Author: Rémi Denis-Courmont <rem@videolan.org> 1361Date: Wed Dec 19 20:46:45 2007 +0000 1362 1363 Work-around for overaging POSIX systems 1364 1365commit 23eb4547791a903f1dff8004ffc01db1cc4c1699 1366Author: Rémi Denis-Courmont <rem@videolan.org> 1367Date: Wed Dec 19 20:42:12 2007 +0000 1368 1369 Fix stupid logic 1370 1371commit d235db697e8200c8029ec73cc04e190cc25fca72 1372Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1373Date: Wed Dec 19 16:20:44 2007 +0000 1374 1375 MacOSX/Framework/VLCMediaListAspect.m: Allow tree based VLCMediaListAspect manipulation with Bindings. 1376 1377commit 6d9d8bc0142dd906e73bcb7c4b0c99faa6a023d2 1378Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1379Date: Wed Dec 19 16:18:07 2007 +0000 1380 1381 MacOSX/Framework/VLCMediaPlayer.m: Formatting fixes. 1382 1383commit c3aa38ed18e7e1322bda0217cd149fd99cc24d84 1384Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1385Date: Wed Dec 19 16:09:55 2007 +0000 1386 1387 ffmpeg-macosx-intel-mmx.patch: Update the patch to reflect latest ffmpeg changes. (flac code moved to flacdsp_mmc.c and new sse2 optimization in flac that uses too much registers). 1388 1389commit 120502a4d0a7bc45eb8337c7a3ad77e8aca55884 1390Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1391Date: Wed Dec 19 15:46:32 2007 +0000 1392 1393 control/media_list_view.c: Ignore exception that may happen while unregistering an event, a we may never have register the event. 1394 1395commit d99431bd6cd6949e712d2f5d62d96335ab5f7408 1396Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1397Date: Wed Dec 19 15:40:10 2007 +0000 1398 1399 configure.ac: 1400 * Activate the opengllayer video output module. 1401 * Rework a bit how Mac OS X Specific modules are handled. 1402 video_output/Modules.am: 1403 * Activate the opengllayer video output module. 1404 * Please test that the --tag=CC libtool hack doesn't interfer with the .cpp modules. 1405 1406commit 599380834c834ef63248c5b22718d7855ab13993 1407Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1408Date: Wed Dec 19 13:55:46 2007 +0000 1409 1410 modules/video_output/opengllayer.m: Initial creation of a Mac OS X video output module. Its output is a CAOpenGLLayer. This needs a special video output module as it is not trivial to create an opengl provider module connected to a layer. (the layer request its frames). 1411 1412commit e7467eba574d4559e232fc31859809e4da18a6f3 1413Author: Pierre d'Herbemont <pdherbemont@videolan.org> 1414Date: Wed Dec 19 13:31:14 2007 +0000 1415 1416 include/vlc_common.h: Define gettext() as a no-op when --disable-nls is used. (Fix compilation with --disable-nls). 1417 1418commit 96495216bb7b86db5c500820adf779890d1049b1 1419Author: Jean-Baptiste Kempf <jb@videolan.org> 1420Date: Wed Dec 19 07:06:00 2007 +0000 1421 1422 Qt4 - Getting rid of useless setCheckState( Qt::Checked ) when setChecked is enough... 1423 1424commit a40b903fee8c1d9afff03d474a3c2a1ca8398d97 1425Author: Jean-Baptiste Kempf <jb@videolan.org> 1426Date: Wed Dec 19 07:02:26 2007 +0000 1427 1428 Qt4 - Preferences, lastfm fix. 1429 1430commit 56e6a84d2994df27e803078ba12f84282c6670ac 1431Author: Jean-Baptiste Kempf <jb@videolan.org> 1432Date: Wed Dec 19 06:52:33 2007 +0000 1433 1434 Qt4 - Open Capture. Only build what you do have. :D 1435 1436commit a654574f57b5240be411be5fd8196dc4e818adb5 1437Author: Jean-Baptiste Kempf <jb@videolan.org> 1438Date: Wed Dec 19 05:46:26 2007 +0000 1439 1440 Qt4 - FIX compilation when --enable-update-check isn't enabled... 1441 1442commit 81f37d39d094231cedd7db87cd002532b2658192 1443Author: Rémi Duraffort <ivoire@videolan.org> 1444Date: Wed Dec 19 01:43:20 2007 +0000 1445 1446 Better asprintf error handling 1447 1448commit c2598291ca98e47ea0e7f371a023eb0f2e61b087 1449Author: Rafaël Carré <funman@videolan.org> 1450Date: Tue Dec 18 23:30:00 2007 +0000 1451 1452 update system: 1453 * don't compare svn revisions, we don't support binaries compiled from svn. 1454 * compare only the 1st character of the "extra" (the 'd' of "0.8.6d") 1455 * document the status file format 1456 * don't use %as GNU extension with sscanf() 1457 1458commit bda87dfa0f6424d4e35a6bb616f61bcce6eecade 1459Author: Jean-Paul Saman <jpsaman@videolan.org> 1460Date: Tue Dec 18 22:21:28 2007 +0000 1461 1462 Fix compiler warning about comparison of signed and unsigned integers. 1463 1464commit fb34b18024c20382585fd0e81eb8a7f3868db8e9 1465Author: Felix Paul Kühne <fkuehne@videolan.org> 1466Date: Tue Dec 18 20:57:40 2007 +0000 1467 1468 * fix the strings instead of marking them as fuzzy. sorry about the breakage 1469 1470commit bec377a7e0cd1429e7d3179e0d7dfb5ae8c7f188 1471Author: Rémi Denis-Courmont <rem@videolan.org> 1472Date: Tue Dec 18 20:40:46 2007 +0000 1473 1474 _POSIX_CLOCK_SELECTION at 0 does not mean it's not supported. 1475 1476commit 3040dc9b67a6848f96a8e309cf04882296710d3a 1477Author: Rémi Denis-Courmont <rem@videolan.org> 1478Date: Tue Dec 18 20:38:47 2007 +0000 1479 1480 Don't create two competing options of the same name 1481 1482commit 1282aa001bb24c2600135a36dacfe5826f6d1948 1483Author: Dennis van Amerongen <trax@videolan.org> 1484Date: Tue Dec 18 20:24:02 2007 +0000 1485 1486 * po/de.po: add some fuzzy stuff.. 1487 1488commit 3d0196c72e0e16b1aabb7e4f105db370b206957c 1489Author: Rémi Denis-Courmont <rem@videolan.org> 1490Date: Tue Dec 18 19:25:39 2007 +0000 1491 1492 Good riddance the helper module 1493 1494commit 92fc113b133a01ac8786a019582018480bc13c22 1495Author: Rémi Denis-Courmont <rem@videolan.org> 1496Date: Tue Dec 18 19:19:37 2007 +0000 1497 1498 Move options from the help kludge^Wmodule to the main module 1499 1500commit 2ef3494d82c286e0f1e3ac7421dec82e1d858757 1501Author: Rémi Denis-Courmont <rem@videolan.org> 1502Date: Tue Dec 18 18:56:58 2007 +0000 1503 1504 Fix for libvlc_config crash (hopefully) 1505 1506commit 026f816155f31bf6753a57c94ed9f6c31e3a3078 1507Author: Felix Paul Kühne <fkuehne@videolan.org> 1508Date: Tue Dec 18 16:38:41 2007 +0000 1509 1510 * updated German translation by Philipp Weissenbacher including a couple of more strings translated by myself and various minor fixes here and there. --- we seriously need to work on the correctness of the English strings.. ;) 1511 1512commit 77c834e9255cc30ff51d3107f89a6514f42ab937 1513Author: Rémi Duraffort <ivoire@videolan.org> 1514Date: Tue Dec 18 15:51:29 2007 +0000 1515 1516 Add fonctions to the update system : all is in a thread now. The rc interface doesn't use the update system for the moment and there isn't any encryption for the moment ... 1517 1518commit 72bef4462e04685334120e6331d861ab990648de 1519Author: Jean-Paul Saman <jpsaman@videolan.org> 1520Date: Tue Dec 18 09:04:24 2007 +0000 1521 1522 Implement vlc.video.toggleTeletext() JS API method 1523 1524commit f333d57a3e91dde95313ba7a47880d9b5b970f30 1525Author: Jean-Baptiste Kempf <jb@videolan.org> 1526Date: Tue Dec 18 04:48:32 2007 +0000 1527 1528 Contribs: build portaudio on Windows. Close #419 1529 1530commit 78460fd60f846019a2e50aacdc0557683890b8d3 1531Author: Jean-Baptiste Kempf <jb@videolan.org> 1532Date: Tue Dec 18 04:28:14 2007 +0000 1533 1534 Qt4 - remember the position on close and open in the same position. 1535 Reference #1374 1536 1537commit 2e8f9571178905e72fc14e0aa8c913211b6a0178 1538Author: Jean-Baptiste Kempf <jb@videolan.org> 1539Date: Tue Dec 18 04:16:29 2007 +0000 1540 1541 Qt4 - Mention the VIDEO_TS opening in the tooltip. Opening a VIDEO_TS folder from the *DISK OPENING* works fine. Close #247. 1542 1543commit 102456a73abe25f8c12fbafe30329cbbe3f0171b 1544Author: Rémi Denis-Courmont <rem@videolan.org> 1545Date: Mon Dec 17 21:03:26 2007 +0000 1546 1547 Remove unused variable 1548 1549commit 3c2fd2279cdbe75093441cf1aa72220b807d7c55 1550Author: Rémi Denis-Courmont <rem@videolan.org> 1551Date: Mon Dec 17 20:54:32 2007 +0000 1552 1553 Force rebuild due to ABI breakage yet again (should be the last one for plugin entry config) 1554 1555commit 3ca1fe82ca224cd14ec194ad83f6a424dd1a8500 1556Author: Rémi Denis-Courmont <rem@videolan.org> 1557Date: Mon Dec 17 20:53:25 2007 +0000 1558 1559 Use vlc_config_create() 1560 1561commit 927f27d8c6feedb36da0b1e442bb897e2be6f90e 1562Author: Rémi Denis-Courmont <rem@videolan.org> 1563Date: Mon Dec 17 20:27:03 2007 +0000 1564 1565 Save one memory copy and fix the helper module leak 1566 1567commit cbe2c26778b462d055750a1160b386d2024be7fb 1568Author: Rémi Denis-Courmont <rem@videolan.org> 1569Date: Mon Dec 17 19:43:18 2007 +0000 1570 1571 Memory leaks 1572 1573commit 3655c1c6edfa65212b263fa330e0bf4809eeb5d1 1574Author: Rémi Denis-Courmont <rem@videolan.org> 1575Date: Mon Dec 17 19:36:58 2007 +0000 1576 1577 Add support for aliases through vlc_config_set 1578 1579commit 2bca4f1c7e98f40ff31e9b0474ec2a2b60d59379 1580Author: Rémi Denis-Courmont <rem@videolan.org> 1581Date: Mon Dec 17 19:01:13 2007 +0000 1582 1583 Add action through vlc_config_set 1584 1585commit 194072ae20ccef4d08ee5c88c987d0097b0fd2e6 1586Author: Rémi Denis-Courmont <rem@videolan.org> 1587Date: Mon Dec 17 18:57:56 2007 +0000 1588 1589 Fix XSPF crash when XML is not available 1590 1591commit 8838c6953d183eac8fc203edcdf290eb28a29f3b 1592Author: Felix Paul Kühne <fkuehne@videolan.org> 1593Date: Mon Dec 17 16:20:29 2007 +0000 1594 1595 * mirror pkg-config on ganesh, as their mirror is down most of the time 1596 1597commit 29d53bdc58deaad0880f0a61aadef47c49127ec5 1598Author: Rémi Denis-Courmont <rem@videolan.org> 1599Date: Mon Dec 17 16:16:53 2007 +0000 1600 1601 Fix error handling 1602 1603commit c3131c092fde04fe625aa4ac6b9588ce99a63c64 1604Author: Felix Paul Kühne <fkuehne@videolan.org> 1605Date: Mon Dec 17 15:40:29 2007 +0000 1606 1607 * fixed a crash when quitting VLC while scrolling the credits in the about window. Additionally, improved the help window's memory print slightly 1608 1609commit 20d9ce55c3b28d288e044d05fb714691fc46da0c 1610Author: Jean-Paul Saman <jpsaman@videolan.org> 1611Date: Mon Dec 17 14:38:14 2007 +0000 1612 1613 Fix breakage in transcode_audio_new(). 1614 1615commit ff8c208088b0f471c271a93230c4fa42fd39ac9e 1616Author: Jean-Baptiste Kempf <jb@videolan.org> 1617Date: Mon Dec 17 08:55:35 2007 +0000 1618 1619 Same as previous commit. This may be wrong, if it is, revert, don't scream... 1620 1621commit 6b632678cbb5b669a9094963037fcbec28dce3d2 1622Author: Jean-Baptiste Kempf <jb@videolan.org> 1623Date: Mon Dec 17 08:51:15 2007 +0000 1624 1625 DShow, partial fix due to changes in [23667] 1626 1627commit c00cfde5b651de9f5f8b1441a458e85429ef4b49 1628Author: Benjamin Pracht <bigben@videolan.org> 1629Date: Mon Dec 17 06:40:11 2007 +0000 1630 1631 * add support for ATSC modulation types 1632 1633commit 5bc67f89db065e1aadd2eba4d5467de025787c56 1634Author: Jean-Baptiste Kempf <jb@videolan.org> 1635Date: Mon Dec 17 00:48:49 2007 +0000 1636 1637 Qt4 - less debug messages. 1638 1639commit d67929b6da2494bd20ee89891374add8360316f6 1640Author: Jean-Baptiste Kempf <jb@videolan.org> 1641Date: Mon Dec 17 00:46:54 2007 +0000 1642 1643 Qt4 - trailing spaces... Post-commit script ? 1644 1645commit cfddc73aae13b6e3ba8a98437fe5d775e821562d 1646Author: Dennis van Amerongen <trax@videolan.org> 1647Date: Sun Dec 16 23:34:49 2007 +0000 1648 1649 * modules/access/v4l.c and dc1394.c: typo openened -> opened 1650 1651commit f651c3b227c55fc62e5f0e3c1c9f1b988302e2fa 1652Author: Jean-Baptiste Kempf <jb@videolan.org> 1653Date: Sun Dec 16 22:34:47 2007 +0000 1654 1655 Qt4 - Don't compile and create the Teletext bar without ZBVI 1656 1657commit e4c890c4b998ad184f18b124a4ec604cbd863095 1658Author: Antoine Cellerier <dionoea@videolan.org> 1659Date: Sun Dec 16 22:05:16 2007 +0000 1660 1661 Fix modules loading. Next time you potentialy break all of VLC, please compile and try the change before commiting. 1662 1663commit 423ec777563612108aecd971b9603081b4c567f5 1664Author: Jean-Paul Saman <jpsaman@videolan.org> 1665Date: Sun Dec 16 22:01:06 2007 +0000 1666 1667 remove excess whitespace 1668 1669commit 1be52364fefbece9207c6055a3351afd72d2d6d4 1670Author: Jean-Paul Saman <jpsaman@videolan.org> 1671Date: Sun Dec 16 21:44:47 2007 +0000 1672 1673 Use correct object for var_GetInteger(p_vbi,vbi-page); 1674 1675commit d1a66dc137fadf11997738d07386551395d0e541 1676Author: Antoine Cellerier <dionoea@videolan.org> 1677Date: Sun Dec 16 21:27:59 2007 +0000 1678 1679 Define HAVE_LIBAVFORMAT_TREE. 1680 1681commit 72aec0c5067994206a83e9346fea736c1231b4c3 1682Author: Rémi Denis-Courmont <rem@videolan.org> 1683Date: Sun Dec 16 21:10:57 2007 +0000 1684 1685 Typo (free both tabs once, rather than one twice, and the other one never) 1686 Also some code simplifaction 1687 1688commit 88de3871d4067cda8bef0ca50b3a30d6caafa0ae 1689Author: Jean-Paul Saman <jpsaman@videolan.org> 1690Date: Sun Dec 16 21:07:11 2007 +0000 1691 1692 Disable debugging print in zvbi 1693 1694commit 657701d10de7599318978719def4033d6f872ac3 1695Author: Rémi Denis-Courmont <rem@videolan.org> 1696Date: Sun Dec 16 21:03:45 2007 +0000 1697 1698 Fix previous commit 1699 1700commit 2289355debfb9c51df646769335e9f2679d462ee 1701Author: Antoine Cellerier <dionoea@videolan.org> 1702Date: Sun Dec 16 21:02:23 2007 +0000 1703 1704 Don't pretend to have ffmpeg based muxers and demuxers if you don't. 1705 1706commit 9014d4fc1f268adcc981f7d967de1382538fa875 1707Author: Jean-Paul Saman <jpsaman@videolan.org> 1708Date: Sun Dec 16 20:59:46 2007 +0000 1709 1710 Small cleanup 1711 1712commit e684b424fbd7cea2f9780a518624b64368f372ef 1713Author: Rémi Denis-Courmont <rem@videolan.org> 1714Date: Sun Dec 16 20:59:21 2007 +0000 1715 1716 Move plugin ABI version (MODULE_SYMBOL) out of build system. 1717 1718commit 6a77f2907f3f4e7e4e32ee62b88763904288e00d 1719Author: Jean-Paul Saman <jpsaman@videolan.org> 1720Date: Sun Dec 16 20:58:28 2007 +0000 1721 1722 Don't misuse p_this->p_libvlc for putting modules variables of zvbi. 1723 1724commit c366075e5b2e88e59ea84e64968d28cd94fb4030 1725Author: Antoine Cellerier <dionoea@videolan.org> 1726Date: Sun Dec 16 20:38:14 2007 +0000 1727 1728 Change demux2 capability values so the lua demux2 gets called as a last resort (2) right before the ps demux is forced (1). 1729 1730commit b1a76ac6b6186cfc7a71ce6b49dbfa219005daa2 1731Author: Jean-Baptiste Kempf <jb@videolan.org> 1732Date: Sun Dec 16 20:10:34 2007 +0000 1733 1734 Qt4 - Hide the grey rectangle on the top of the interface, try to fix the zoom reiszing 1735 1736commit 3b1feabd11b51f9b82510a5a11ed7b6b2807394c 1737Author: Jean-Paul Saman <jpsaman@videolan.org> 1738Date: Sun Dec 16 19:48:36 2007 +0000 1739 1740 don't show the teletext buttons yet, it is not ready for primetime. 1741 1742commit 556332832baed9b8b7e7e611a69bb717bde82f9d 1743Author: Jean-Paul Saman <jpsaman@videolan.org> 1744Date: Sun Dec 16 19:47:25 2007 +0000 1745 1746 keep to the style of the file. 1747 1748commit 77eed11e5e61953dc5a5807d23a1737fb606fbc2 1749Author: Jean-Paul Saman <jpsaman@videolan.org> 1750Date: Sun Dec 16 19:44:00 2007 +0000 1751 1752 Set default vbi page in interface. 1753 1754commit 3cdad01a54ff7dc22be6caef4f4357ea5e2ce2ac 1755Author: Jean-Paul Saman <jpsaman@videolan.org> 1756Date: Sun Dec 16 19:34:07 2007 +0000 1757 1758 Make sure vbi-opaque can be set from an interface. 1759 1760commit dbe0d74880074ffbecfe0168d1c7ea8c7f0a6ea7 1761Author: Jean-Paul Saman <jpsaman@videolan.org> 1762Date: Sun Dec 16 19:33:05 2007 +0000 1763 1764 Let teletext gui buttons do something. 1765 1766commit 277e48de02dd109619a87796d7e92a3bdc99c157 1767Author: Rémi Denis-Courmont <rem@videolan.org> 1768Date: Sun Dec 16 17:40:21 2007 +0000 1769 1770 config_Free simplifications 1771 1772commit 64ea683969472b60ebc2b4e15e552f7bf23d017a 1773Author: Rémi Denis-Courmont <rem@videolan.org> 1774Date: Sun Dec 16 17:36:01 2007 +0000 1775 1776 short and list support for vlc_config_set 1777 1778commit f9a54b04067d9433020a8731c3d2090fb36baedb 1779Author: Felix Paul Kühne <fkuehne@videolan.org> 1780Date: Sun Dec 16 16:54:03 2007 +0000 1781 1782 * fixed 2 segfaults when switching categories within the preferences. The options for CONFIG_SUBCATEGORY and CONFIG_CATEGORY aren't displayed, yet. 1783 1784commit 349460f266c35dc593a4a62604c7f569e356be96 1785Author: Rémi Denis-Courmont <rem@videolan.org> 1786Date: Sun Dec 16 15:51:08 2007 +0000 1787 1788 I hate Winsuck^H^H^Hock 1789 1790commit 0babda75f1d5df89261dc5fa4e98f57f3ef9de77 1791Author: Rémi Denis-Courmont <rem@videolan.org> 1792Date: Sun Dec 16 15:12:51 2007 +0000 1793 1794 Don't use enums. They are cool and all (the compiler even tells when one case is missing in switch), but I don't want the compiler to assume as yet unassigned codepoints will not be used. 1795 1796commit 514ab9ef4abf5e361fed91424a3b2cc5ee2e530d 1797Author: Antoine Cellerier <dionoea@videolan.org> 1798Date: Sun Dec 16 15:00:15 2007 +0000 1799 1800 Oops. 1801 1802commit c704c4afd46601b4e0333525329f71ebbbb397ba 1803Author: Antoine Cellerier <dionoea@videolan.org> 1804Date: Sun Dec 16 14:58:43 2007 +0000 1805 1806 Add warning if people try using an unimplemented aout function (zorglub!!!). This is currently only possible through the qt interface (i haven't tried it myself). 1807 1808commit 7831c22d8c8114a13ed17cf9c115564d671c742c 1809Author: Rémi Denis-Courmont <rem@videolan.org> 1810Date: Sun Dec 16 14:54:44 2007 +0000 1811 1812 use add_module_list 1813 1814commit eda425f069750a98ac8f8872aad0fcc9758560f7 1815Author: Rémi Denis-Courmont <rem@videolan.org> 1816Date: Sun Dec 16 14:40:15 2007 +0000 1817 1818 Simplification, and no-ops removal 1819 1820commit 1f9d8d6cc17156bbf51e76f71cbb8367594d6c8a 1821Author: Rémi Denis-Courmont <rem@videolan.org> 1822Date: Sun Dec 16 14:34:29 2007 +0000 1823 1824 Migrate module, module_list and obsolete_* to vlc_config_set 1825 1826commit f756ebd7197ef940aead1ac78865c6bb58d0e502 1827Author: Antoine Cellerier <dionoea@videolan.org> 1828Date: Sun Dec 16 14:13:33 2007 +0000 1829 1830 Slight cleanup and simplification. 1831 1832commit 10c717090a22a161c08d4650282d6543c0e49e3d 1833Author: Antoine Cellerier <dionoea@videolan.org> 1834Date: Sun Dec 16 13:46:30 2007 +0000 1835 1836 Some more vout_intf.c simplification and compile warning fixes. 1837 1838commit 415c99dbd1498fbcc078f48693ff90bcbfff4c03 1839Author: Felix Paul Kühne <fkuehne@videolan.org> 1840Date: Sun Dec 16 12:50:45 2007 +0000 1841 1842 cough, fix VLC-release.app broken in previous commit 1843 1844commit b1af1fb50fd1ef6abb27ff302d9f4413081bb436 1845Author: Felix Paul Kühne <fkuehne@videolan.org> 1846Date: Sun Dec 16 12:46:59 2007 +0000 1847 1848 * strongly improved the speed of make VLC.app and make VLC-release.app by only copying the xcode project and the Resources folder instead of various plugins and most importantly the framework to a temporary folder 1849 1850commit 944a9914b3dc1d93e8c37ceaaae1ee281cf03f26 1851Author: Rémi Denis-Courmont <rem@videolan.org> 1852Date: Sun Dec 16 10:33:04 2007 +0000 1853 1854 Code factorization 1855 1856commit eb2e4add4f3ed2f94fbb2ac3c81b67a8322a85c1 1857Author: Rémi Denis-Courmont <rem@videolan.org> 1858Date: Sun Dec 16 10:28:24 2007 +0000 1859 1860 Some more vlc_config_* code 1861 1862commit a24e0766f7e5a78edf5ddc534cb6cd0005d8cbd9 1863Author: Jean-Baptiste Kempf <jb@videolan.org> 1864Date: Sun Dec 16 06:04:53 2007 +0000 1865 1866 Qt4 - teletext Panel. Not any function behind it. Not my job anymore :) 1867 1868commit 23916ae45f4e540ef9cf53daf05e0d237570f8d8 1869Author: Jean-Baptiste Kempf <jb@videolan.org> 1870Date: Sun Dec 16 05:01:25 2007 +0000 1871 1872 Qt4 - Make the interface a bit smaller. 1873 1874commit cd7c0d1e374b7f5cecc859bdeece3acf6f1284e9 1875Author: Jean-Baptiste Kempf <jb@videolan.org> 1876Date: Sun Dec 16 04:49:40 2007 +0000 1877 1878 Qt4 - SHould Fix -- Videos are always started with an incredibly small size. 1879 -- There is no "auto size" feature as in the wx interface to 1880 automatically resize the interface so the video is displayed in its 1881 native size. 1882 -- The interface doesn't resize itself down to its minimal size when 1883 video playback is stopped and the control widgets re-organise themselves 1884 in a weird way. 1885 Should fix part of playlist resizing. 1886 1887commit debf610d6c422fe5a8e03b04f988e608e67c9059 1888Author: Felix Paul Kühne <fkuehne@videolan.org> 1889Date: Sun Dec 16 02:20:14 2007 +0000 1890 1891 * added navigation controls to the Help window (implemented with minimal affords by using WebKit's builtin methods). We need a nicer home button graphic, though ;-) 1892 1893commit 5aad31ca3a09bfe7c4ef0e26a307f7ac35387a46 1894Author: Jean-Baptiste Kempf <jb@videolan.org> 1895Date: Sun Dec 16 00:35:25 2007 +0000 1896 1897 Qt4 - Make the default interface smaller. 1898 1899commit b6a1348f1d221436b0a92880b71be675d90fcabc 1900Author: Jean-Baptiste Kempf <jb@videolan.org> 1901Date: Sun Dec 16 00:09:01 2007 +0000 1902 1903 Qt4 - Small interface and control layout fix. 1904 1905commit de268c164c5e7ed4f05f06a12407a6aaa32411a6 1906Author: Christophe Mutricy <xtophe@videolan.org> 1907Date: Sat Dec 15 23:33:14 2007 +0000 1908 1909 We know that we open a directory 1910 1911commit 1e7fef8ed54b9ec4bf67122461bc559619aaa7f6 1912Author: Dennis van Amerongen <trax@videolan.org> 1913Date: Sat Dec 15 23:18:43 2007 +0000 1914 1915 * src/libvlc-module.c: typo autorise -> authorise 1916 1917commit 721e7def4e730aed01599ea6eb03d71974eb9ef8 1918Author: Christophe Mutricy <xtophe@videolan.org> 1919Date: Sat Dec 15 22:46:58 2007 +0000 1920 1921 Typo 1922 1923commit f7ab4a97629e4cc61fb2e77bfd0df720e6a3d1e6 1924Author: Jean-Baptiste Kempf <jb@videolan.org> 1925Date: Sat Dec 15 22:39:32 2007 +0000 1926 1927 Qt4 - Add an author that was removed by mistake. 1928 1929commit da64a2af73e9a4896cb958a40b98390c4c197d2e 1930Author: Jean-Baptiste Kempf <jb@videolan.org> 1931Date: Sat Dec 15 22:38:31 2007 +0000 1932 1933 Qt4 - VLM. enable/disable from the list controls the VLM. small fixes and correction of VLM requests. 1934 1935commit 0ed17f99bb99ca20fc26061a238a1ed051a21bd1 1936Author: Rémi Denis-Courmont <rem@videolan.org> 1937Date: Sat Dec 15 22:18:03 2007 +0000 1938 1939 Continue the vlc_config_set stuff - still unfinished 1940 1941commit 417253217308d59d4073a2f3065d4510be343420 1942Author: Antoine Cellerier <dionoea@videolan.org> 1943Date: Sat Dec 15 21:56:49 2007 +0000 1944 1945 Here too. 1946 1947commit f3d3cb08df21997977317f1f05d25b90d0d158f0 1948Author: Rémi Denis-Courmont <rem@videolan.org> 1949Date: Sat Dec 15 21:52:13 2007 +0000 1950 1951 extraneous semicolon 1952 1953commit 850b3339e67b8b4c8c786a3215eadda5e1c08ff8 1954Author: Rémi Denis-Courmont <rem@videolan.org> 1955Date: Sat Dec 15 21:50:37 2007 +0000 1956 1957 export IsConfigIntegerType and IsConfigFloatType within libvlc 1958 1959commit 6837daf33dee17c0885820f21107757218501885 1960Author: Rémi Denis-Courmont <rem@videolan.org> 1961Date: Sat Dec 15 21:47:07 2007 +0000 1962 1963 help module hack becomes even worst... 1964 1965commit e93bed1aa825a38e267ad3e6613104c604a2df3a 1966Author: Jean-Baptiste Kempf <jb@videolan.org> 1967Date: Sat Dec 15 21:17:20 2007 +0000 1968 1969 Qt4 - VLM: simplifications. 1970 1971commit 270d869daf14e03e3cb495a3b356ad367701d490 1972Author: Christophe Mutricy <xtophe@videolan.org> 1973Date: Sat Dec 15 21:16:08 2007 +0000 1974 1975 Make sure no module not recompiled are used after [23633] 1976 1977commit 01c5f62d68106506f91043062576bbd67b6feca2 1978Author: Jean-Baptiste Kempf <jb@videolan.org> 1979Date: Sat Dec 15 21:15:57 2007 +0000 1980 1981 Add a cast to fix compilation. 1982 1983commit 3b055b72af869cf62a2d0724ddba9ed1a8011cb8 1984Author: Rémi Denis-Courmont <rem@videolan.org> 1985Date: Sat Dec 15 20:50:54 2007 +0000 1986 1987 Partially introduce vlc_config_set() to modify module_config_t through a less brittle API 1988 BEWARE: If you have non-recompiled plugins, they WILL crash. 1989 1990commit 28ff8dc86e3b57c172c0dcada7d3742f9dcc6909 1991Author: Jean-Baptiste Kempf <jb@videolan.org> 1992Date: Sat Dec 15 20:40:45 2007 +0000 1993 1994 Qt4 - VLM update. Add the actual vlm queries, the modifications and so on for VOD and Broadcast. 1995 1996commit 8493971637d6c6b7e21b64677a00e9d3c5392fae 1997Author: Rémi Denis-Courmont <rem@videolan.org> 1998Date: Sat Dec 15 20:40:41 2007 +0000 1999 2000 Remove extra semi-colon 2001 2002commit eb918f107c6433cd8d547a3104e7d87328d9de20 2003Author: Rémi Denis-Courmont <rem@videolan.org> 2004Date: Sat Dec 15 16:07:40 2007 +0000 2005 2006 Remove code killed by previous commit 2007 2008commit 773c6cd4e5ab885df1a5f66120cfc0c6cdbef6fd 2009Author: Rémi Denis-Courmont <rem@videolan.org> 2010Date: Sat Dec 15 16:05:45 2007 +0000 2011 2012 Conceal unsaveable and renamed options as well 2013 2014commit 8912cc8ca8b20500c3c5410ad8c18cd370615275 2015Author: Rémi Denis-Courmont <rem@videolan.org> 2016Date: Sat Dec 15 15:59:22 2007 +0000 2017 2018 Allow totally reckless users to save m3u-extvlcopt if they want to. 2019 2020commit 7b558301bb858fa00e0197fdc47779a5cac9411a 2021Author: Rémi Denis-Courmont <rem@videolan.org> 2022Date: Sat Dec 15 15:54:14 2007 +0000 2023 2024 Hide internal settings 2025 2026commit bb62471ff0cb881a2ac2da1b36758d35ac970250 2027Author: Jean-Paul Saman <jpsaman@videolan.org> 2028Date: Sat Dec 15 15:19:00 2007 +0000 2029 2030 Update to newest playlist API. 2031 2032commit c3e3de663319403f883fc2bfbe76c3065e2e85f2 2033Author: Rafaël Carré <funman@videolan.org> 2034Date: Sat Dec 15 12:20:54 2007 +0000 2035 2036 xspf: %-encode '%' and '+' for every URIs (it really should be URI type dependant). fix #1394 2037 2038commit 7ef77fcbcb67e4b6c9fac42943cc13b97d8a5d2f 2039Author: Felix Paul Kühne <fkuehne@videolan.org> 2040Date: Sat Dec 15 11:06:40 2007 +0000 2041 2042 * the SWITCH download mirror is down, use HEANET instead 2043 2044commit cc4cca2fd565125ad3260c934df9c88892e375f2 2045Author: Rémi Denis-Courmont <rem@videolan.org> 2046Date: Sat Dec 15 10:51:07 2007 +0000 2047 2048 - fix symbol list 2049 - remove useless IsSubmodule (submodules have NO configuration items anyway, and any sensible UI won't show modules with no configuration) 2050 - free checks for NULL anyway 2051 2052commit 09649055b8f95df76551bc9f5301baf114f4c88e 2053Author: Rafaël Carré <funman@videolan.org> 2054Date: Sat Dec 15 09:39:55 2007 +0000 2055 2056 Preparse file items which don't begin with 'file:'. Patch by Antoine Lejeune. 2057 2058commit 75da14716aaf83e80702fcd3b3d29dd2af7c308d 2059Author: Pierre d'Herbemont <pdherbemont@videolan.org> 2060Date: Fri Dec 14 22:20:51 2007 +0000 2061 2062 control/hierarchical_media_list_view.c: Don't lock too soon the mlist. 2063 2064commit 77ea924c66977c2bbcf3e598fb5e9a28d84f09aa 2065Author: Gildas Bazin <gbazin@videolan.org> 2066Date: Fri Dec 14 22:18:44 2007 +0000 2067 2068 * modules/gui/wxwidgets: fix breakage introduced by changeset 23581 and 23579. Breaking perfectly working modules just because you don't care about them is just rude. 2069 2070commit 6ed021d344a066d936091cbea5657fda44e65a0a 2071Author: Jean-Baptiste Kempf <jb@videolan.org> 2072Date: Fri Dec 14 21:14:39 2007 +0000 2073 2074 Qt4 - Fix VLM-object not being checked. Add a type to be sure of the edition to do. 2075 2076commit 7a35ff7e4cd2fdab5b6dc875cc59aab62779f3c7 2077Author: Pierre d'Herbemont <pdherbemont@videolan.org> 2078Date: Fri Dec 14 21:00:53 2007 +0000 2079 2080 control/media_instance.c: implement libvlc_media_instance_stop. 2081 2082commit 8eb693be216b7b1816b224067a6813ac035555cf 2083Author: Antoine Cellerier <dionoea@videolan.org> 2084Date: Fri Dec 14 20:09:07 2007 +0000 2085 2086 [PATCH] Extend pvr support to non-ivtv v4l2 cards (e.g. cx88-blackbird) by Dennis Lou. 2087 2088commit 7d6fd3cca9961a90e87414b49cae5253b4dec2e0 2089Author: Jean-Baptiste Kempf <jb@videolan.org> 2090Date: Fri Dec 14 19:11:53 2007 +0000 2091 2092 Thanks to TombiGel. 2093 2094commit 48c2ac8c879a83c4f8737b978ca9c3232bb2e70d 2095Author: Rafaël Carré <funman@videolan.org> 2096Date: Fri Dec 14 17:53:27 2007 +0000 2097 2098 Disable update checking per default, re-enable with --enable-update-check 2099 Add OpenPGP code, still unused as there is no download of binaries at the moment 2100 2101 We will need to define (and write) the files (and their location) we will use in the update system: 2102 2103 * We will use a file per arch, which will be signed 2104 * ALL VideoLAN gpg public keys will be stored on http://download.videolan.org/pub/keys/XXXXXXXXXXXXXXXX.asc where XXXXXXXXXXXXXXXX is the long id of the key 2105 * Every downloadable file will be signed with gpg --sign --detach --armor 2106 2107commit 2f06355e0303965a82189b1d9b0aedc4ef9aa9fc 2108Author: Rafaël Carré <funman@videolan.org> 2109Date: Fri Dec 14 17:40:15 2007 +0000 2110 2111 another missing signal.h 2112 2113commit 502360d95cf1ee2231ccafa57e3669439e6ac5ca 2114Author: Rafaël Carré <funman@videolan.org> 2115Date: Fri Dec 14 17:30:58 2007 +0000 2116 2117 add missing signal.h 2118 2119commit 61220f51625778eba8861cfea1937bc645282efe 2120Author: Pierre d'Herbemont <pdherbemont@videolan.org> 2121Date: Fri Dec 14 17:29:01 2007 +0000 2122 2123 packages.mak: Use ftp:// for all gnugp packages. 2124 2125commit a07e3c61d0d4e935e0f49549955480b2de9ece54 2126Author: Pierre d'Herbemont <pdherbemont@videolan.org> 2127Date: Fri Dec 14 17:05:50 2007 +0000 2128 2129 modules/macosx/prefs_widgets.m: module_GetConfig doesn't accept second arg as NULL, quickly work around that. 2130 2131commit acea7c44a0d4c53586b978bceb0034c947d5f7cb 2132Author: Pierre d'Herbemont <pdherbemont@videolan.org> 2133Date: Fri Dec 14 16:57:01 2007 +0000 2134 2135 modules/gui/macosx/prefs*.m: Fix for module_t privatization. Feel free to test. That code is unreadable. 2136 2137commit 32fa3ec6e762bd1efa3410dbca4e1fa83e854148 2138Author: Pierre d'Herbemont <pdherbemont@videolan.org> 2139Date: Fri Dec 14 16:55:09 2007 +0000 2140 2141 packages.mak: Use ftp instead of http for ftp.gnupg.org as their http mirror is always down. 2142 2143commit 0a7f7036cb3ef13a7b3a39f88681dfb6552bcde5 2144Author: Pierre d'Herbemont <pdherbemont@videolan.org> 2145Date: Fri Dec 14 16:24:28 2007 +0000 2146 2147 module/gui/macosx/intf.m: Use a const char * in parameters where desired. 2148 2149commit d5b0bd60ab7974d30ba05fb7a322662b8d57fd1e 2150Author: Pierre d'Herbemont <pdherbemont@videolan.org> 2151Date: Fri Dec 14 15:02:53 2007 +0000 2152 2153 modules/gui/macosx/playlist.m: Don't use p_module directly. 2154 2155commit be0c992bbd0db8ad03e00ccec4dad3192dccf4b5 2156Author: Pierre d'Herbemont <pdherbemont@videolan.org> 2157Date: Fri Dec 14 14:33:06 2007 +0000 2158 2159 control/media_descriptor.c: As requested by Jacques Boileau, allow options tuning from the media_descriptor class. This is done through libvlc_media_descriptor_add_option. 2160 2161commit c10115a795cb82b7e4b6ee2bff7379c435962333 2162Author: Jean-Paul Saman <jpsaman@videolan.org> 2163Date: Fri Dec 14 10:41:48 2007 +0000 2164 2165 make use of new module_* API 2166 2167commit 17413bf6fa8456c7942451dd7bb1fbf4231a51e7 2168Author: Jean-Baptiste Kempf <jb@videolan.org> 2169Date: Fri Dec 14 09:11:34 2007 +0000 2170 2171 Qt4 - VLM improvements... Classing for the three kind of objects, more property editing and less segfaults (though there is one I have nooo clue ). 2172 2173commit cf9db1b8d539d016dbae9330b9d24fd2f4fa476b 2174Author: Jean-Baptiste Kempf <jb@videolan.org> 2175Date: Fri Dec 14 03:04:07 2007 +0000 2176 2177 Qt4 - Art in the playlist is collapsable with the use of a QSplitter. If you really don't like, please revert. 2178 2179commit a726c1c1535ced34c954449b094578f15f0d872d 2180Author: Jean-Baptiste Kempf <jb@videolan.org> 2181Date: Fri Dec 14 02:54:05 2007 +0000 2182 2183 Qt4 - I prefer to have the left pane to not grow when the whole playlist is widenthed... 2184 2185commit ecde18b4f6ec3484d3f83a46b2382da06488a61b 2186Author: Jean-Baptiste Kempf <jb@videolan.org> 2187Date: Fri Dec 14 02:44:11 2007 +0000 2188 2189 Qt4 - Playlist should be Expanding, not MinimumExpanding. 2190 2191commit 7bbb201b882a7a76b896d1ba495e65cc648de8ad 2192Author: Rafaël Carré <funman@videolan.org> 2193Date: Thu Dec 13 22:09:12 2007 +0000 2194 2195 ncurses: force building (and memory allocation) of playlist as soon as interface is running 2196 2197commit 0e4d32637dd6b2959d01e746ac77c8120082f044 2198Author: Rémi Denis-Courmont <rem@videolan.org> 2199Date: Thu Dec 13 19:16:07 2007 +0000 2200 2201 Don't substract twelve twice 2202 2203commit 14fae49cbf998fee62323fde27ba6833f8da8289 2204Author: Rémi Denis-Courmont <rem@videolan.org> 2205Date: Thu Dec 13 19:03:29 2007 +0000 2206 2207 Split RTP sout further 2208 2209commit 1d22fe1f6f505bd877c173538c774ea20498558b 2210Author: Rémi Denis-Courmont <rem@videolan.org> 2211Date: Thu Dec 13 18:34:05 2007 +0000 2212 2213 Forward declare vlc_url_t 2214 2215commit 64fcf937ace17e82f5fff6d5be7f79305be10da7 2216Author: Rémi Denis-Courmont <rem@videolan.org> 2217Date: Thu Dec 13 18:06:34 2007 +0000 2218 2219 SET_PARAMETER is simply *wrong*. Servers are not supposed to support except for proprietary extensions (meaning we cannot use for just any random server). 2220 Even GET_PARAMETER is hardly good, as it is not mandatory to implement either, but it is a defined way to ping (which SET_PARAMETER ain't). 2221 In any case, the only proper way to ping a stream is RTCP feedback. 2222 When it comes to the control session, better check OPTIONS Allow: header for GET_PARAMETER. 2223 2224 I really wonder how live555 can be so low-level though - smells like we are trying to be too intelligent here. 2225 2226commit 6504e7eb7438b06b95e6907ba0e45006e480d57c 2227Author: Jean-Paul Saman <jpsaman@videolan.org> 2228Date: Thu Dec 13 16:39:33 2007 +0000 2229 2230 Patch by Jilles Tjoelker. Fixes crash in playlist due to negative index in playlist item array. Added boundary check to solve this. 2231 2232commit 8e6a26cadc299c381096a641c700a5d8d5608896 2233Author: Pierre d'Herbemont <pdherbemont@videolan.org> 2234Date: Thu Dec 13 15:21:21 2007 +0000 2235 2236 Makefile.am: Don't ship the framework, since it's too big for now. 2237 2238commit e43b973a16b4dbf594d90947bbb6228b51604b70 2239Author: Richard Hosking <hovis@videolan.org> 2240Date: Thu Dec 13 15:14:10 2007 +0000 2241 2242 v4l2: ALSA error handling. 2243 2244commit 191479d73b82fcfcfe55e0efb7a0088ac0e418ac 2245Author: Ilkka Ollakka <ileoo@videolan.org> 2246Date: Thu Dec 13 13:20:52 2007 +0000 2247 2248 reset editingmode when mediainfo-dialog is closed, still leaves bug when dialog is reshown that it doesn't update content 2249 2250commit b4465b3c1004dc3817f68b5b686c77346414ae33 2251Author: Ilkka Ollakka <ileoo@videolan.org> 2252Date: Thu Dec 13 11:53:34 2007 +0000 2253 2254 remove (seems to be) unneeded b_need_update variable 2255 2256commit 57300f50ea67d7e55c2d379140f849f3f296ab1e 2257Author: Ilkka Ollakka <ileoo@videolan.org> 2258Date: Thu Dec 13 08:13:56 2007 +0000 2259 2260 Change backgroundwidget and mediainfo-dialog to use THEMIM 2261 inputChanged-signal instead of polling. 2262 2263 I think that iteration-count for this one is still under 10 ;) 2264 2265commit c4ffec64bf5c0c5675f11163195ef642e90c40a1 2266Author: Christophe Mutricy <xtophe@videolan.org> 2267Date: Thu Dec 13 00:14:33 2007 +0000 2268 2269 Typo 2270 2271commit 08a6b862f3d724951c3bba03b914df9baf681aa3 2272Author: Christophe Mutricy <xtophe@videolan.org> 2273Date: Wed Dec 12 23:11:16 2007 +0000 2274 2275 Slovenian translation update by Matej Urbančič 2276 2277commit c1d8196e177c6b7d44d0ba84d09d121e5d4072b3 2278Author: Christophe Mutricy <xtophe@videolan.org> 2279Date: Wed Dec 12 22:59:41 2007 +0000 2280 2281 Some files have been splitted 2282 2283commit 7eba9008c5a57a90048772adb5e37be4327d309a 2284Author: Rémi Denis-Courmont <rem@videolan.org> 2285Date: Wed Dec 12 20:22:32 2007 +0000 2286 2287 Handle I/O errors while writing the cache file 2288 2289commit b25337f62a87919e1c9173d85338903d8745ac9d 2290Author: Rémi Denis-Courmont <rem@videolan.org> 2291Date: Wed Dec 12 19:55:03 2007 +0000 2292 2293 Use DIR_SEP 2294 2295commit c6b6537f4d82d799bb4ee6d4c8c1dc6b87c0542c 2296Author: Rémi Denis-Courmont <rem@videolan.org> 2297Date: Wed Dec 12 19:47:39 2007 +0000 2298 2299 Clear signal mask _between_ fork() and exec*(). 2300 Before fork() would break VLC's own sigmask. 2301 After exec*() would rely on the children program to do it (and many don't). 2302 2303commit 6c62642f455bfabd4a8c63fa6af0ee0d913ad703 2304Author: Rémi Denis-Courmont <rem@videolan.org> 2305Date: Wed Dec 12 19:36:05 2007 +0000 2306 2307 Typo 2308 2309commit a3576a2716c6ea17349b9dbeea4757d2198b40e6 2310Author: Rémi Denis-Courmont <rem@videolan.org> 2311Date: Wed Dec 12 19:29:02 2007 +0000 2312 2313 - Remove config_FindModule as module_Find nowadays does the same thing 2314 - Use module_Exists as appropriate 2315 - Rename module_FindName as module_Find 2316 2317commit 9cda1945bc9239beea6bb644498058564520302a 2318Author: Rémi Denis-Courmont <rem@videolan.org> 2319Date: Wed Dec 12 19:13:46 2007 +0000 2320 2321 Fix double free 2322 2323commit 61817460a63d12c6769c7cc25b04a5c092a64e97 2324Author: Rémi Denis-Courmont <rem@videolan.org> 2325Date: Wed Dec 12 19:07:25 2007 +0000 2326 2327 Hide module_t 2328 2329commit 1b874401a3f9af5d1877abfa5f4b723bf81aaedb 2330Author: Rémi Denis-Courmont <rem@videolan.org> 2331Date: Wed Dec 12 18:45:11 2007 +0000 2332 2333 module_GetConfig, module_PutConfig: copy configuration data for a module 2334 2335commit 2a6cb11eaa8e71a3704f0c2a86ad5ac0becfecf1 2336Author: Rémi Denis-Courmont <rem@videolan.org> 2337Date: Wed Dec 12 17:46:15 2007 +0000 2338 2339 Run the symbol check 2340 2341commit ca5d4788830b78ba6ba8d116d496ac5ce7af2ea8 2342Author: Rémi Denis-Courmont <rem@videolan.org> 2343Date: Wed Dec 12 17:45:54 2007 +0000 2344 2345 Not meant to be committed just yet 2346 2347commit 5b7e0b5a50fc88c83ade5095de15448698ad17c1 2348Author: Rémi Denis-Courmont <rem@videolan.org> 2349Date: Wed Dec 12 17:45:25 2007 +0000 2350 2351 More symbols fixes 2352 2353commit 37af31a84895992d0c3dacea5e2c9ec9bc696cdb 2354Author: Rémi Denis-Courmont <rem@videolan.org> 2355Date: Wed Dec 12 17:43:36 2007 +0000 2356 2357 Use module_Put 2358 2359commit 07f9a1867dd81bf908a23c785b803849579d25ec 2360Author: Rémi Denis-Courmont <rem@videolan.org> 2361Date: Wed Dec 12 17:32:41 2007 +0000 2362 2363 - Unlist synchro stuff that is now internal 2364 - Add block_fifowake 2365 2366commit 49f1ab3203cb70868fd28a498bfa1ce3376c6335 2367Author: Rémi Denis-Courmont <rem@videolan.org> 2368Date: Wed Dec 12 17:31:57 2007 +0000 2369 2370 symbol list consistency checker 2371 2372commit b2206bcee0bc5cc365b9d8d7b14f448a11d0dedd 2373Author: Rémi Denis-Courmont <rem@videolan.org> 2374Date: Wed Dec 12 17:24:20 2007 +0000 2375 2376 Sort plugin API list properly 2377 2378commit b29e49e609458f567ae8e434d7a498e02fac01e0 2379Author: Rémi Denis-Courmont <rem@videolan.org> 2380Date: Wed Dec 12 17:05:55 2007 +0000 2381 2382 module_Put: releases a reference to a module 2383 2384commit f44ed771d0d280f76d8a8bb9f0001e9ae831bdaf 2385Author: Rémi Denis-Courmont <rem@videolan.org> 2386Date: Wed Dec 12 16:58:19 2007 +0000 2387 2388 Cosmetic 2389 2390commit e1c870801444cfd8ddfd958eb6a5f34910ecb356 2391Author: Rémi Denis-Courmont <rem@videolan.org> 2392Date: Wed Dec 12 16:46:40 2007 +0000 2393 2394 Remove some cruft 2395 2396commit e03e85ca01adc1639db0f9bf90aadf8d20c2cbeb 2397Author: Rémi Denis-Courmont <rem@videolan.org> 2398Date: Wed Dec 12 16:43:52 2007 +0000 2399 2400 Split the over-large module.c 2401 2402commit f0ec1547757b30942f4083d658c4a80ffc44af46 2403Author: Rémi Denis-Courmont <rem@videolan.org> 2404Date: Wed Dec 12 15:35:57 2007 +0000 2405 2406 FYI, snprintf always nul-terminates 2407 2408commit 79ca7b082f1b2f5c19a7d7a602beaebba95b0eab 2409Author: Jean-Paul Saman <jpsaman@videolan.org> 2410Date: Wed Dec 12 14:35:01 2007 +0000 2411 2412 Don't free() a char variable when it is on the stack (in src/modules/modules.c SaveCache()) and be more sane about contents of psz_filename. 2413 2414commit 910f9f52dece48521fbd7341a37c3efc54a7bac2 2415Author: Ilkka Ollakka <ileoo@videolan.org> 2416Date: Wed Dec 12 08:32:08 2007 +0000 2417 2418 add myself to list who to blaim for qt4 bugs 2419 2420commit 45bc2960c49e442fd4e309c6852334804cb3dc3b 2421Author: Ilkka Ollakka <ileoo@videolan.org> 2422Date: Wed Dec 12 08:13:47 2007 +0000 2423 2424 remove that kludge to use playlistwidget for getting art for 2425 backgroundwidget, use callback instead and check need of update every 2426 750ms. 2427 2428commit 1b8c87044f5a25aeff3a67bc193f822232faf380 2429Author: Pierre d'Herbemont <pdherbemont@videolan.org> 2430Date: Wed Dec 12 05:10:38 2007 +0000 2431 2432 control/media_list_view.c: Don't lock the mlist in libvlc_media_list_view_set_ml_notification_callback. 2433 2434commit 8ed3857341acc9f25c16c61d201c13289a6c12c7 2435Author: Pierre d'Herbemont <pdherbemont@videolan.org> 2436Date: Wed Dec 12 04:42:15 2007 +0000 2437 2438 misc/threads.c: Implement vlc_threads_error(), that is called when an error is encountered in the threading system. The whole point of this is to ease debugging of such situation, by exposing a nice symbol on which we can break. (This costs nearly nothing). 2439 2440commit d53cfd89b81ee456fd83f27681caff0152e5877e 2441Author: Pierre d'Herbemont <pdherbemont@videolan.org> 2442Date: Wed Dec 12 04:16:33 2007 +0000 2443 2444 Source/VLCMedia.m: No need to ask for more than one meta at the begining. 2445 2446commit 9d66a8b87b8bb58fe7ae427338622d3b339779e9 2447Author: Pierre d'Herbemont <pdherbemont@videolan.org> 2448Date: Wed Dec 12 04:12:33 2007 +0000 2449 2450 MacOSX/Framework/VLCMediaListAspect.m: Use the cachedMedia array when giving back the aspect items. That really boost performances by the way. 2451 2452commit 1c45e0b20c9b59609075af7a00937e49969d1697 2453Author: Pierre d'Herbemont <pdherbemont@videolan.org> 2454Date: Wed Dec 12 03:53:53 2007 +0000 2455 2456 MacOSX/Framework/VLCMedia.m: Speed a bit stringToMetaType. 2457 2458commit 8b583911d65e77f365dd882816616c968864fa88 2459Author: Jean-Baptiste Kempf <jb@videolan.org> 2460Date: Tue Dec 11 23:24:57 2007 +0000 2461 2462 Qt4 - Slightly smaller sound slider and fix the padding between mouse and shape. 2463 2464commit 311784448517f9e9569244ed52a7c3e1ddd5368f 2465Author: Antoine Cellerier <dionoea@videolan.org> 2466Date: Tue Dec 11 22:31:34 2007 +0000 2467 2468 Simplify/factorize some of the vout_intf variables creation code. 2469 2470commit 3226b23cb1cab3d149e9ead016bca7ed8400c909 2471Author: Antoine Cellerier <dionoea@videolan.org> 2472Date: Tue Dec 11 21:51:17 2007 +0000 2473 2474 Remove double return in the Aspect Ratio change callback. 2475 2476commit 7db3162632f241891a8a17af2f3191e3fa49cbf8 2477Author: Rafaël Carré <funman@videolan.org> 2478Date: Tue Dec 11 21:28:56 2007 +0000 2479 2480 mozilla: add video/divx mimetype 2481 2482commit 328b47a8955037be12efcac4d063af6c67875df8 2483Author: Laurent Aimar <fenrir@videolan.org> 2484Date: Tue Dec 11 21:12:25 2007 +0000 2485 2486 Added DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE implementation based 2487 on Glen Gray patch. 2488 (The code is commented until it is confirmed to compil/work.) 2489 2490commit 2e313885abf8c8487421a2215b0c61c170f23317 2491Author: Laurent Aimar <fenrir@videolan.org> 2492Date: Tue Dec 11 20:49:56 2007 +0000 2493 2494 Update to use DEMUX_CAN_CONTROL_RATE/DEMUX_SET_RATE when available. 2495 Based on a patch by Glen Gray. 2496 2497commit c352d28ffd5381ee96ce7f3f77809ebd430311be 2498Author: Laurent Aimar <fenrir@videolan.org> 2499Date: Tue Dec 11 20:06:49 2007 +0000 2500 2501 Do not use p_input->p->i_rate directly (no functionnality change yet) 2502 2503commit 89be7cad7cbd4fe5f3af6f28fd499525fdfb8460 2504Author: Laurent Aimar <fenrir@videolan.org> 2505Date: Tue Dec 11 19:16:37 2007 +0000 2506 2507 Introduce DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE (for future rtsp trickplay) 2508 DEMUX_CAN_PAUSE and DEMUX_CAN_CONTROL_PACE can now fail. 2509 2510commit 3836616e546db5ccc27bf3112dc2812b56599104 2511Author: Pierre d'Herbemont <pdherbemont@videolan.org> 2512Date: Tue Dec 11 16:31:20 2007 +0000 2513 2514 MacOSX/Framework/VLCMedia.m: Don't forget to init the metaDictionary, when initing from a media_descriptor object. 2515 2516commit cf7583364f221be6e5f1be21987d13d834bd5157 2517Author: Jean-Baptiste Kempf <jb@videolan.org> 2518Date: Tue Dec 11 15:43:53 2007 +0000 2519 2520 Yet another typo discovered by Philipp Weissenbacher 2521 2522commit f0889f4d0fd284cd244c69c7d624e3caf4d18c3d 2523Author: Pierre d'Herbemont <pdherbemont@videolan.org> 2524Date: Tue Dec 11 15:38:46 2007 +0000 2525 2526 MacOSX/Framework/VLCMediaDiscoverer.m: Use UTF8String instead of cString. 2527 2528commit a3633b835a49c16043b95fe0e66e5dcc3c05bed1 2529Author: Pierre d'Herbemont <pdherbemont@videolan.org> 2530Date: Tue Dec 11 15:38:00 2007 +0000 2531 2532 MacOSX/Framework/VLCMedia.m: Separate the different part by some nice comments. Remove uneeded and complicated code in meta information retrieval. Use stringWithUT8String instead of stringWithCString. 2533 2534commit 7bca27a5a635e22500420fe487805899212d1eb7 2535Author: Rémi Duraffort <ivoire@videolan.org> 2536Date: Tue Dec 11 13:47:32 2007 +0000 2537 2538 Simplify the version test dans remove useless things 2539 2540commit 0761ae5e6b4b2dc8e76a398318d83b66f6477fd4 2541Author: Pierre d'Herbemont <pdherbemont@videolan.org> 2542Date: Tue Dec 11 13:09:13 2007 +0000 2543 2544 MacOSX/Framework/VLCMedia.m: Remove not used code. 2545 2546commit 4884ccb0b8057f520eff16f670de7e3b663e16bc 2547Author: Pierre d'Herbemont <pdherbemont@videolan.org> 2548Date: Tue Dec 11 13:06:19 2007 +0000 2549 2550 MacOSX/Framework/VLCMedia.m: Use mediaWithURL:(NSURL*) instead of mediaWithURL:(NSString*). Add a mediaWithPath:(NSString*) constructor. 2551 2552commit fcb3edd603d9e26e8281a8d7b15ba25ba01d72b5 2553Author: Pierre d'Herbemont <pdherbemont@videolan.org> 2554Date: Tue Dec 11 11:49:43 2007 +0000 2555 2556 MacOSX/Framework/VLC.xcodeproj: Various updates, such as removal of the SDK, gc support, and QuartzCore linking, and use NATIVE_ARCH as the only target. 2557 2558commit edcb74e6b1f0a181dc3766e4de4d1acfb15fa3f2 2559Author: Felix Paul Kühne <fkuehne@videolan.org> 2560Date: Tue Dec 11 11:25:21 2007 +0000 2561 2562 compile before you commit 2563 2564commit 73927d7fad6089f85a9696373f09b1841564f0f0 2565Author: Felix Paul Kühne <fkuehne@videolan.org> 2566Date: Tue Dec 11 10:55:55 2007 +0000 2567 2568 osx: disable the compilation of our update panel's code until its core functionality is re-written 2569 2570commit 240dc04a1d7e24b9d3c8260c7f6265cb0c95bfe0 2571Author: Jean-Baptiste Kempf <jb@videolan.org> 2572Date: Tue Dec 11 08:03:44 2007 +0000 2573 2574 Qt4 - Rewrite of the VLM Dialog. It features a list on the left of the VLM object, and a right pane to see them in details. Creation and modification is doable. This is not yet a VCR, but it could be :D 2575 The code is way not finished and uncleaned, but feel free to improve. 2576 Only Brodcast elements have a start of code. 2577 2578commit accc4e29fe98666273602d217bdcd0316cfb2ec5 2579Author: Jean-Baptiste Kempf <jb@videolan.org> 2580Date: Tue Dec 11 03:42:17 2007 +0000 2581 2582 Real Demuxer: Code factorisation after previous commit. 2583 2584commit 8d153467fcb776744c6c4c91b5c6a5b5f68dcd9d 2585Author: Jean-Baptiste Kempf <jb@videolan.org> 2586Date: Tue Dec 11 03:36:01 2007 +0000 2587 2588 Real demuxer, set correctly the PCR, patch by Yuehua Zhao, modified by /me. 2589 It should fix some issues with Samples with Video + Cook. 2590 If you think this is wrong, please revert. 2591 2592commit 36cb61acf8426c9886461bee4dfaf4b53637692f 2593Author: Rémi Duraffort <ivoire@videolan.org> 2594Date: Tue Dec 11 00:52:05 2007 +0000 2595 2596 Add the modification to the wxwidget interface and make the buildbot happy 2597 2598commit 09b9702d80aeb29444eeea7166165f114dee5f41 2599Author: Rémi Duraffort <ivoire@videolan.org> 2600Date: Mon Dec 10 23:12:45 2007 +0000 2601 2602 Modify the update system : I will add more functionnality but this is the beginning 2603 2604commit 1f94c93095e8b08d126ea6903d5ef9b08d891b23 2605Author: Felix Paul Kühne <fkuehne@videolan.org> 2606Date: Mon Dec 10 22:35:55 2007 +0000 2607 2608 * fixed a corner case on PowerPC-based Macs since MACOSX_DEPLOYMENT_TARGET is set to 10.1 on these devices, although we need at least 10.3 and prefer 10.4 2609 2610commit fb17dd6a4c48502de64d44f0af0262546184f34f 2611Author: Felix Paul Kühne <fkuehne@videolan.org> 2612Date: Mon Dec 10 21:50:54 2007 +0000 2613 2614 * disable the usage of the OSX SDKs by default due to a known incompatibility between the libraries used on 10.4.8 (or higher) and the existing 10.4u SDK. This solves the current compilation issues with the AUHAL and Screen.Mac modules and closes #1399 2615 2616commit 5b41c88864e2e6cb57cc9d37ca8ba35263827063 2617Author: Jean-Baptiste Kempf <jb@videolan.org> 2618Date: Mon Dec 10 18:45:18 2007 +0000 2619 2620 Qt4 - minwidth of dropdown inside settings dialogs, patch by André Weber 2621 2622commit c8a09ea6dd46b12cebf05644d57c102a8fb66249 2623Author: Felix Paul Kühne <fkuehne@videolan.org> 2624Date: Mon Dec 10 17:12:35 2007 +0000 2625 2626 * disable Screen Capturing on OSX until it is fixed because it blocks all builds on most 10.4 setups (refs #1399) 2627 2628commit b1786e77ef727a3a4b7e10cdb26778f159c16c0a 2629Author: Jean-Paul Saman <jpsaman@videolan.org> 2630Date: Mon Dec 10 14:20:32 2007 +0000 2631 2632 OPTIONS timeout of 5 seconds is way to short for some systems, so make it 30 instead. 2633 2634commit f32bdde1ba38fb390b8288d67e81514bb25f71dc 2635Author: Rafaël Carré <funman@videolan.org> 2636Date: Mon Dec 10 14:17:34 2007 +0000 2637 2638 telepathy: shows an empty status when VLC has been stopped 2639 2640commit 848c1c1f12aaab8c20755462b7f37c226c04473a 2641Author: Rafaël Carré <funman@videolan.org> 2642Date: Mon Dec 10 13:23:37 2007 +0000 2643 2644 vlc-config: don't store optimisation cflags in cppflags (preprocessor flags), revive --cppflags 2645 qt4: use preprocessor flags with moc, so it finds the headers in the right place 2646 2647commit b3c57df09056355270142e6f9683290b95dc2ea0 2648Author: Jean-Paul Saman <jpsaman@videolan.org> 2649Date: Mon Dec 10 10:54:06 2007 +0000 2650 2651 Lower severity of message 2652 2653commit 54ba7c42178542499920441cdcd6464edcf3203e 2654Author: Jean-Paul Saman <jpsaman@videolan.org> 2655Date: Mon Dec 10 10:03:13 2007 +0000 2656 2657 Fix hang in live555 when sending RTSP OPTIONS by letting readSocket() timeout after 5 seconds. Added reconnect case to modules/demux/live555.cpp (without backing off scenario). 2658 2659commit ab7704a5f1a886fd8d016218ba2e60d1a60851a6 2660Author: Jean-Baptiste Kempf <jb@videolan.org> 2661Date: Mon Dec 10 03:01:14 2007 +0000 2662 2663 Qt4 - VLM dialog rework. 2664 2665commit 34b5e985d53c8341b8a55fd2df7fb6267d19a931 2666Author: Felix Paul Kühne <fkuehne@videolan.org> 2667Date: Mon Dec 10 00:38:21 2007 +0000 2668 2669 typo 2670 2671commit f25e0c78ab9c2ac87705454dfe7090715519714f 2672Author: Felix Paul Kühne <fkuehne@videolan.org> 2673Date: Mon Dec 10 00:35:23 2007 +0000 2674 2675 * cleaning, reformatting, clarifying here and there... 2676 2677commit 63d9df0e7a440c1e37e7ecf1371cf1e829a3a94a 2678Author: Felix Paul Kühne <fkuehne@videolan.org> 2679Date: Sun Dec 9 23:41:09 2007 +0000 2680 2681 * fix [23509] 2682 2683commit 5ace50e9164f4f55b15fc0291e6af5b6f7b34b3b 2684Author: Rémi Denis-Courmont <rem@videolan.org> 2685Date: Sun Dec 9 21:49:48 2007 +0000 2686 2687 Remove unneeded psz_program hack. 2688 (Modules that would still depend on module_config_t are not going to like this, but it's not like you weren't warned a long time ahead) 2689 2690commit a58afe8e62c672b06e047f2475e69977908dbb7d 2691Author: Rémi Denis-Courmont <rem@videolan.org> 2692Date: Sun Dec 9 21:36:32 2007 +0000 2693 2694 Build VLC aliases cleanly (don't need to parse argv[0]) 2695 2696commit b0152eca135b22c048753d7a29a285df71b7c051 2697Author: Rémi Denis-Courmont <rem@videolan.org> 2698Date: Sun Dec 9 20:16:20 2007 +0000 2699 2700 Simply X11 Qt4 error detection 2701 2702commit 64b1b518cffec8834e719262099285038dfb13e0 2703Author: Rémi Denis-Courmont <rem@videolan.org> 2704Date: Sun Dec 9 20:02:03 2007 +0000 2705 2706 Prevent gettext bug on glibc 2.5 too 2707 2708commit b47cf198a11ab929cdc6617b32af2c8c92843a93 2709Author: Rémi Denis-Courmont <rem@videolan.org> 2710Date: Sun Dec 9 19:55:16 2007 +0000 2711 2712 Do not privatize module_config_t - yet 2713 2714commit b2f6c56e64b012426453f20f476866f03425ba36 2715Author: Rafaël Carré <funman@videolan.org> 2716Date: Sun Dec 9 19:42:02 2007 +0000 2717 2718 fix #1382 2719 2720commit 2d9c9ee62b6f63155566a25c4e65b0d0dd14cf6d 2721Author: Rémi Denis-Courmont <rem@videolan.org> 2722Date: Sun Dec 9 19:33:51 2007 +0000 2723 2724 Split the big config file 2725 2726commit 747107128231ee9a184aa6f9f17505ab78d8a99d 2727Author: Rémi Denis-Courmont <rem@videolan.org> 2728Date: Sun Dec 9 19:00:25 2007 +0000 2729 2730 Fix superfluous double init 2731 2732commit c9fd591628f9aac8233b9b0f2d4582e6cab2e828 2733Author: Rémi Denis-Courmont <rem@videolan.org> 2734Date: Sun Dec 9 18:59:35 2007 +0000 2735 2736 Not yet missing #include 2737 2738commit eab083b7316f5ac3dc6510ca2a5fba7099027ef5 2739Author: Rémi Denis-Courmont <rem@videolan.org> 2740Date: Sun Dec 9 18:56:09 2007 +0000 2741 2742 Fix compiler warning 2743 2744commit 82fe643b707e2b6b329ddafc4076aa97b1c5ab26 2745Author: Antoine Cellerier <dionoea@videolan.org> 2746Date: Sun Dec 9 18:32:02 2007 +0000 2747 2748 Really fix charset for http-lua pages (--[[ ]] are block comments in lua so anything inside those isn't taken into account) 2749 2750commit 5026666c66c45ae09aaf5179fe2b3856cfb9a6b4 2751Author: Rémi Denis-Courmont <rem@videolan.org> 2752Date: Sun Dec 9 18:16:15 2007 +0000 2753 2754 Fix charset 2755 2756commit 6b822f38be4f5958b1e271324bc73f4a7a98b0bc 2757Author: Rémi Denis-Courmont <rem@videolan.org> 2758Date: Sun Dec 9 17:39:28 2007 +0000 2759 2760 Use (s)size_t for pf_read and pf_write. 2761 This is very likely to break .*64 platforms. 2762 2763commit 2d40161cfc100fe926527c94b4df71d83d56e094 2764Author: Antoine Cellerier <dionoea@videolan.org> 2765Date: Sun Dec 9 15:23:06 2007 +0000 2766 2767 Add option to reset controls to their default value at runtime. Add "controls-update" variable which is triggered if any of the controls value is changed. Add some comments and change some function names. 2768 2769commit fbe32b9932cde4de355591dcf16eafa3cb761097 2770Author: Philippe Morin <phmo95@videolan.org> 2771Date: Sun Dec 9 14:33:18 2007 +0000 2772 2773 Update snapshot method. 2774 2775commit 181b5884a30236d2f879de65944b6d295fa33104 2776Author: Philippe Morin <phmo95@videolan.org> 2777Date: Sun Dec 9 14:30:57 2007 +0000 2778 2779 Update snapshot method. 2780 2781commit 18eea45e36e25d0d84805136da672e48cfad3108 2782Author: Dennis van Amerongen <trax@videolan.org> 2783Date: Sun Dec 9 00:57:55 2007 +0000 2784 2785 * modules/demux/playlist/m3u.c: typo you -> your 2786 2787commit ae51465769ea8a57248a736e91fcd9b7f4614fe6 2788Author: Antoine Cellerier <dionoea@videolan.org> 2789Date: Sat Dec 8 23:00:51 2007 +0000 2790 2791 Automatically refresh the v4l2 extended panel on focus. 2792 2793commit 0203209419530388bf1b8123525cdb5a3b134a68 2794Author: Antoine Cellerier <dionoea@videolan.org> 2795Date: Sat Dec 8 22:19:30 2007 +0000 2796 2797 Fixes to the v4l2 extended panel (works fine for multiple refreshes). 2798 2799commit 9538c177fc57696b8f39bc93b30ce33d152492e5 2800Author: Jean-Baptiste Kempf <jb@videolan.org> 2801Date: Sat Dec 8 20:17:24 2007 +0000 2802 2803 Qt4 - Remove useless things from uic output. 2804 2805commit 347dd6ad8fad01b437a9739f53ac42a74ddeae0f 2806Author: Antoine Cellerier <dionoea@videolan.org> 2807Date: Sat Dec 8 19:38:49 2007 +0000 2808 2809 Add v4l2 section in extended pannel. The code isn't v4l2 specific at all so it could be adapted for other modules (as long as those define the "controls" variables with a list of controls that can be changed at runtime). 2810 2811commit 9af30a9b1ee84d8d17a141f9e3f1bf26d6d953b1 2812Author: Antoine Cellerier <dionoea@videolan.org> 2813Date: Sat Dec 8 17:28:57 2007 +0000 2814 2815 Ooops, this wasn't supposed to be here anymore. 2816 2817commit cab1dfb5026d241acd2cf887f1f0134588499a89 2818Author: Antoine Cellerier <dionoea@videolan.org> 2819Date: Sat Dec 8 17:26:20 2007 +0000 2820 2821 Rework the v4l2 control handling. Variables corresponding to controls don't have any v4l2 suffix anymore. Variables for custom controls are also created. See "vars v4l2" in the rc interface. The "controls" variables is a list of all controls available. Next step is to use all these changes in the Qt interface to create a v4l2 control pannel. 2822 2823commit 02752dc7806ae5385f868faada5718e89aa76add 2824Author: Antoine Cellerier <dionoea@videolan.org> 2825Date: Sat Dec 8 16:53:56 2007 +0000 2826 2827 Add VLC_VAR_GET{MIN,MAX,STEP} commands. Make it possible to use VLC_VAR_INHERITVALUE with a 2nd argument which will be used as the variable name to inherit (for example you want to inherit a variable named "v4l2-hue" into a variable named "hue": vlc_value_t val; val.psz_string = strdup( "v4l2-hue" ); var_Change( p_demux, "hue", VLC_VAR_INHERITVALUE, NULL, &val ); free( val.psz_string ); ) 2828 2829commit 16e5f0776759382453554db622a4df933de72d3c 2830Author: Jean-Baptiste Kempf <jb@videolan.org> 2831Date: Sat Dec 8 04:23:13 2007 +0000 2832 2833 Qt4 - small cosmetic change. 2834 2835commit 214fca415a97973e7dd04aebc5dad2c9a991ddad 2836Author: Jean-Baptiste Kempf <jb@videolan.org> 2837Date: Sat Dec 8 04:21:02 2007 +0000 2838 2839 Qt4 - MediaInfoPanel, fix a segfault and don't clear() everytime you update and there is no input. :D 2840 2841commit 099d9779be982f4204911c16f7ef14fcad8d3165 2842Author: Jean-Baptiste Kempf <jb@videolan.org> 2843Date: Sat Dec 8 04:19:45 2007 +0000 2844 2845 Qt4 - FIXME and comments fix. If you want to help, just grep -r FIXME * 2846 2847commit dd735eba35728f5af21028b2c16c33df44986b8b 2848Author: Gildas Bazin <gbazin@videolan.org> 2849Date: Sat Dec 8 01:23:36 2007 +0000 2850 2851 * modules/access/mms/mmsh.c: fixed changeset 23489. Please compile before you submit. 2852 2853commit 3663d0232df225b56174fdaaae611655a44527d0 2854Author: Gildas Bazin <gbazin@videolan.org> 2855Date: Sat Dec 8 00:58:18 2007 +0000 2856 2857 * src/audio_output/dec.c: revert changeset 22216 which doesn't make any sense whatsoever. 2858 2859commit f9b3b84674f96a92355bf3b176cebd63649246d2 2860Author: Jean-Paul Saman <jpsaman@videolan.org> 2861Date: Sat Dec 8 00:08:34 2007 +0000 2862 2863 Little cleanup. 2864 2865commit 9ce497101dd29cd3f3925ab8d187a49a32cdec1f 2866Author: Jean-Paul Saman <jpsaman@videolan.org> 2867Date: Sat Dec 8 00:08:00 2007 +0000 2868 2869 Remove dead code (and commented out fprintf's). 2870 2871commit 54b9a46e561362cd0c7527e78a142b2ed4585db3 2872Author: Jean-Paul Saman <jpsaman@videolan.org> 2873Date: Sat Dec 8 00:06:01 2007 +0000 2874 2875 Check malloc return value and cleanup. 2876 2877commit 29ec30426b628114c1be5c99c1ee95330614f9aa 2878Author: Jean-Paul Saman <jpsaman@videolan.org> 2879Date: Sat Dec 8 00:04:26 2007 +0000 2880 2881 Guard headerfiles in modules/access/mms/*.h against multiple inclusions. 2882 2883commit 5de91b637b7e81e08c54949513a9df8341516120 2884Author: Jean-Paul Saman <jpsaman@videolan.org> 2885Date: Sat Dec 8 00:02:46 2007 +0000 2886 2887 Remove excess whiteline 2888 2889commit 0a925f52a0b16d9763948d0b35e321c1e7e86492 2890Author: Antoine Cellerier <dionoea@videolan.org> 2891Date: Fri Dec 7 21:33:16 2007 +0000 2892 2893 Change the v4l2-chroma long help string. 2894 2895commit 23a8765c1a4ead053d509b385dbf0673751eb89f 2896Author: Antoine Cellerier <dionoea@videolan.org> 2897Date: Fri Dec 7 21:27:03 2007 +0000 2898 2899 Add MJPEG support to the v4l2 access (and simplify the buffer size handling code). I now need people with v4l2 compatible devices with JPEG, DV and MPEG support to try to enable those features. 2900 2901commit fcde47951ad8224954a73d423d59da046d69497e 2902Author: Jean-Baptiste Kempf <jb@videolan.org> 2903Date: Fri Dec 7 02:59:19 2007 +0000 2904 2905 Qt4 - remove PlaylistWidget from interface_widget and move it to its own file in the playlist/ 2906 2907commit 0a342122be23ccbb7d856c18f19323eb94a71e75 2908Author: Jean-Paul Saman <jpsaman@videolan.org> 2909Date: Thu Dec 6 19:08:04 2007 +0000 2910 2911 Cleanup. 2912 2913commit fde8b7fc53e178f59adc59e88df6eb623fa9797d 2914Author: Jean-Paul Saman <jpsaman@videolan.org> 2915Date: Thu Dec 6 17:56:28 2007 +0000 2916 2917 No need to sleep 25 ms, a bit longer will do fine too. 2918 2919commit 75a0a1de8718cd38cfea5b5117df8dca02be8eea 2920Author: Jean-Paul Saman <jpsaman@videolan.org> 2921Date: Thu Dec 6 16:26:46 2007 +0000 2922 2923 CodingStyle fixes, use ; when using macros and do not write it in the macro definition. 2924 2925commit 5ffe7e0054f5483e898ca3945762dfe1f8959581 2926Author: Jean-Paul Saman <jpsaman@videolan.org> 2927Date: Thu Dec 6 15:33:45 2007 +0000 2928 2929 Don't call input_ChangeState() constantly while being in error state, because it triggers callbacks at each call. This can result in a busy rc interface. 2930 2931commit 2a40307cee22c2eaac173647a21c617da5560d75 2932Author: Jean-Paul Saman <jpsaman@videolan.org> 2933Date: Thu Dec 6 14:35:40 2007 +0000 2934 2935 Add Remi Duraffort to THANKS file. 2936 2937commit 36eb55290006fc0a1616fd42151b481443719867 2938Author: Jean-Paul Saman <jpsaman@videolan.org> 2939Date: Thu Dec 6 14:18:02 2007 +0000 2940 2941 Patch by Remi Duraffort <ivoire at via.ecp.fr>: Replace fprintf with msg_Err(). 2942 2943commit bf798aedd42b52a7e0c3072f5843fe9d6b6e3b9e 2944Author: Jean-Paul Saman <jpsaman@videolan.org> 2945Date: Thu Dec 6 11:40:22 2007 +0000 2946 2947 Only test the terminal if --fb-tty is used. 2948 2949commit 352de5a3a2efc74dce4d00b40bcc3d8979a38778 2950Author: Jean-Baptiste Kempf <jb@videolan.org> 2951Date: Thu Dec 6 08:15:37 2007 +0000 2952 2953 Qt4 - Coding style fixes by Rémi Duraffort. 2954 2955commit 0c86a4b85805767a5e80326927a5ef391fc88706 2956Author: Jean-Baptiste Kempf <jb@videolan.org> 2957Date: Thu Dec 6 08:04:21 2007 +0000 2958 2959 Qt4 - MediaInformation, simplification of the states machine, removal of over-complicated methods. Cleaning and other small fixes. 2960 Please report regressions on that part. 2961 2962commit e9ba6037cfcf8277f1ce31b36d717ec5d8dc2cd8 2963Author: Jean-Baptiste Kempf <jb@videolan.org> 2964Date: Thu Dec 6 08:02:43 2007 +0000 2965 2966 Qt4 - Change the default extended panel size. 2967 2968commit 94730502df485d5278009f99b52f563c614ec0ad 2969Author: Jean-Baptiste Kempf <jb@videolan.org> 2970Date: Thu Dec 6 08:01:41 2007 +0000 2971 2972 Qt4 - Use enum instead of defines. 2973 2974commit 08af2ba7d8464c7e53575379f5e2f31ccd492c16 2975Author: Jean-Baptiste Kempf <jb@videolan.org> 2976Date: Thu Dec 6 08:01:09 2007 +0000 2977 2978 Qt4 Menu macro removal. 2979 2980commit 5268bc2d753a2aa893419dcc5900cd1d25703c08 2981Author: Rafaël Carré <funman@videolan.org> 2982Date: Thu Dec 6 01:20:26 2007 +0000 2983 2984 fix #1382 2985 2986commit c45b364eac315b9af2a8007a1f883d40af87811a 2987Author: Richard Hosking <hovis@videolan.org> 2988Date: Wed Dec 5 22:51:29 2007 +0000 2989 2990 v4l2: Workaround misbehaving devices (2 DVB cards in my case) 2991 2992commit a192939a1b865184341e00f0869ea628518f6dea 2993Author: Felix Paul Kühne <fkuehne@videolan.org> 2994Date: Wed Dec 5 19:47:10 2007 +0000 2995 2996 * fix ffmpeg compilation by reverting their revision 11100 2997 2998commit d4a1f7ae5bd3270ae6b0f40933cea29239194cb7 2999Author: Felix Paul Kühne <fkuehne@videolan.org> 3000Date: Wed Dec 5 19:24:54 2007 +0000 3001 3002 * first update of our ffmpeg for MacTel patch. Doesn't fully compile yet.. 3003 3004commit 21f70616bbc133ae85f4e870ef377393b40b0cb2 3005Author: Felix Paul Kühne <fkuehne@videolan.org> 3006Date: Wed Dec 5 18:24:21 2007 +0000 3007 3008 *coughcough* 3009 3010commit 62483be042ee6062d5c9f5fa33cfed8a11e94e3b 3011Author: Christophe Mutricy <xtophe@videolan.org> 3012Date: Wed Dec 5 17:31:32 2007 +0000 3013 3014 File names have been modified 3015 3016commit 5f1364a0c4252fad7332b784a1cab66ea1f1d986 3017Author: Felix Paul Kühne <fkuehne@videolan.org> 3018Date: Wed Dec 5 17:26:52 2007 +0000 3019 3020 * limit x264 to rev 701 for now and apply our patch taken from branch (r23341 and r23322). additionally, checkout stuff from svn instead of exporting. This makes it easier to track useful revisions for releases 3021 3022commit ecaa9249c51f4dc5a59d6dff8742f52eb32c055b 3023Author: Felix Paul Kühne <fkuehne@videolan.org> 3024Date: Wed Dec 5 17:18:56 2007 +0000 3025 3026 * a part of our patch was submitted upstream 3027 3028commit 3deab0a1d0214a403c26548170837846fcde9085 3029Author: Jean-Baptiste Kempf <jb@videolan.org> 3030Date: Wed Dec 5 17:08:45 2007 +0000 3031 3032 Qt4 - When adding a file to the playlist by clicking on "Read" in the OpenFile dialog, the first time it's ok but the next click you add 2 times and then more times the same file. 3033 Patch from Rémi Duraffort. 3034 3035commit 0b5c3c57ba372aaea61d3093a8df569f68f1f8de 3036Author: Jean-Baptiste Kempf <jb@videolan.org> 3037Date: Wed Dec 5 17:07:05 2007 +0000 3038 3039 Qt4 - Typos/Code conventions/spaces/Cleaning. 3040 Patch by Rémi Duraffort. 3041 3042commit c3bcb32350da1dcfd4ac27fe0419994dca46aad2 3043Author: Jean-Baptiste Kempf <jb@videolan.org> 3044Date: Wed Dec 5 17:05:23 2007 +0000 3045 3046 Qt4 - Space removal 3047 Commit from MIT. 3048 3049commit 4e1773bf445e733a34f277df2b4d3b6ecbb69d96 3050Author: Felix Paul Kühne <fkuehne@videolan.org> 3051Date: Wed Dec 5 16:27:12 2007 +0000 3052 3053 * typo in previous commit 3054 3055commit 5ea28c6c18a903514f48ae3362da7cc571df4ccf 3056Author: Felix Paul Kühne <fkuehne@videolan.org> 3057Date: Wed Dec 5 16:25:41 2007 +0000 3058 3059 * display the GPL in a separate window linked in the About window and the Help menu. Code cleanup (faster and less memory consuming). 3060 3061commit 5f5fe27931bd23fc0aede19750d77aac6c8b6762 3062Author: Rafaël Carré <funman@videolan.org> 3063Date: Wed Dec 5 13:54:29 2007 +0000 3064 3065 typo 3066 3067commit aaf99d5680158b1baad0c52843e4d511792e9cbd 3068Author: Jean-Baptiste Kempf <jb@videolan.org> 3069Date: Wed Dec 5 04:19:26 2007 +0000 3070 3071 Qt4 - Macros removal from menus.hpp... Still some to do. But the biggest are done. Should reduce code size. 3072 Commit from Boston 3073 3074commit c7178a18f9852c796f3cc5f8eaa6f5c5feb7f9d6 3075Author: Felix Paul Kühne <fkuehne@videolan.org> 3076Date: Tue Dec 4 22:24:18 2007 +0000 3077 3078 * store the embedded vout's screen position on quit. Thanks to tomeo on IRC for the hint 3079 3080commit db561d5f6c936722c0d62c65978243c216e1d2bf 3081Author: Antoine Cellerier <dionoea@videolan.org> 3082Date: Tue Dec 4 21:37:50 2007 +0000 3083 3084 Fixes #1388 3085 3086commit f845901a476c9f2af35a3aab9f82602353e60411 3087Author: Rafaël Carré <funman@videolan.org> 3088Date: Tue Dec 4 20:43:31 2007 +0000 3089 3090 fix activex compilation 3091 3092commit 13ed2b54ae7181b50a474a6f80abe0f9a88570eb 3093Author: Rafaël Carré <funman@videolan.org> 3094Date: Tue Dec 4 20:01:07 2007 +0000 3095 3096 libvlc_video_take_snapshot(): specify snapshot's height and width 3097 3098commit 01e7e3eb3a30663d9b3c647a4c018a5b778765e1 3099Author: Rafaël Carré <funman@videolan.org> 3100Date: Tue Dec 4 18:36:13 2007 +0000 3101 3102 typo 3103 3104commit 011cdc8593c078ab48d3828f019086db9c3a96a7 3105Author: Jean-Paul Saman <jpsaman@videolan.org> 3106Date: Tue Dec 4 18:26:30 2007 +0000 3107 3108 Remove obsolete comment. 3109 3110commit c95c8ab44879f3fc116222802ba61e26d57b260d 3111Author: Rafaël Carré <funman@videolan.org> 3112Date: Tue Dec 4 15:49:28 2007 +0000 3113 3114 vout_Snapshot(): hability to specify width & height when the snapshot isn't taken by an object. 3115 Value of 0 for width OR height means that we want to keep the original aspect ratio. 3116 3117commit b879f3e1e8495bdf618a139079739b5545aa444e 3118Author: Jean-Baptiste Kempf <jb@videolan.org> 3119Date: Tue Dec 4 04:10:32 2007 +0000 3120 3121 Qt4 - renaming functions cosmetic and KDE/GNome/Windows button fight. 3122 3123commit ef8059236f356ceb5fe444d3f0d73557c7fa6ea1 3124Author: Jean-Paul Saman <jpsaman@videolan.org> 3125Date: Mon Dec 3 22:39:55 2007 +0000 3126 3127 Revert [23438] because --enable-fast-install does the same. 3128 3129commit c4f7a3578456695813b9e5da050b31f7e0122fe4 3130Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3131Date: Mon Dec 3 21:34:03 2007 +0000 3132 3133 control/core.c: Use C99's __func__ unstead of gcc's __FUNCTION__ as dionoea requested in libvlc_exception_not_handled(). Make that function static. 3134 3135commit 02daeef0a16d5e31e3882c7aee71c2f7d3bad4d3 3136Author: Jean-Paul Saman <jpsaman@videolan.org> 3137Date: Mon Dec 3 16:17:13 2007 +0000 3138 3139 Add image and image2pipe muxers to netbox FFMPEGCONF settings. 3140 3141commit 9ab519625e6d5df9f4183c9a4a059cac770d789c 3142Author: Jean-Baptiste Kempf <jb@videolan.org> 3143Date: Mon Dec 3 14:34:10 2007 +0000 3144 3145 Qt4 - File renaming for consistency. 3146 3147commit 84eac14c642a217aa677e83b2f12ffee6d100367 3148Author: Jean-Baptiste Kempf <jb@videolan.org> 3149Date: Mon Dec 3 14:21:35 2007 +0000 3150 3151 Qt4 - MainInterface cleaning, FIXME labelling, Simplification, put the delay of status Toolip to 3s, re-ask the privacy dialog if closed the previous time without a correct validation before. 3152 Commit from NYC/NY/Columbia University ;) 3153 3154commit d274cdcb68d70ea22c0ba45bac34ec11eb80b435 3155Author: Rafaël Carré <funman@videolan.org> 3156Date: Mon Dec 3 14:19:13 2007 +0000 3157 3158 Copy [23439] for dummy video output 3159 3160commit d4a28fc464d35f878ef26bb06a84dcd9b92f98c1 3161Author: Jean-Paul Saman <jpsaman@videolan.org> 3162Date: Mon Dec 3 14:12:09 2007 +0000 3163 3164 Add encoders for bmp, jpeg and png to netbox. 3165 3166commit 25399ee4426dd72a97164805cdfbdc4d30a2f384 3167Author: Jean-Paul Saman <jpsaman@videolan.org> 3168Date: Mon Dec 3 14:04:41 2007 +0000 3169 3170 Fix snapshot functionality in video_output/fb.c 3171 3172commit 17e8348c0a896f8b1370a458a6c5ccf3315dd942 3173Author: Jean-Paul Saman <jpsaman@videolan.org> 3174Date: Mon Dec 3 10:05:39 2007 +0000 3175 3176 Install .libs/vlc instead of libtool script vlc. 3177 3178commit cb0d1eceb49fa023d70ee8bf22ffcca51096b7d8 3179Author: Jean-Paul Saman <jpsaman@videolan.org> 3180Date: Mon Dec 3 10:05:37 2007 +0000 3181 3182 Move distribution specific settings to Distributions/netbox3.mak. 3183 3184commit 99c94acb8b88a591258c17a10c8acb5e180ddea7 3185Author: Jean-Paul Saman <jpsaman@videolan.org> 3186Date: Mon Dec 3 09:48:07 2007 +0000 3187 3188 Redine menu hotkeys because they collided with other keys. 3189 3190commit ec8b3b2eddafc4cb79a2e4408860655c46bb57a4 3191Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3192Date: Sun Dec 2 21:57:39 2007 +0000 3193 3194 control/media_list_view.c: Properly forward item added event to subclasses, and properly unregister events. 3195 3196commit 3c69a1073a05be27d1018ed5b1ec57c065ebdc8c 3197Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3198Date: Sun Dec 2 18:52:50 2007 +0000 3199 3200 control/core.c: Print an error on not handled libvlc exception. We'd better encourage third parties to take care of error sooner than later. 3201 3202commit 3fb0af1b2a0bd264a8989f8c7e0a58d74690f7b4 3203Author: Richard Hosking <hovis@videolan.org> 3204Date: Sun Dec 2 18:49:18 2007 +0000 3205 3206 v4l2: Progress with Alsa. Sounds much better :-) 3207 3208commit ef99a5855251a195f39f45baa8d12678999fa602 3209Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3210Date: Sun Dec 2 18:35:39 2007 +0000 3211 3212 MacOSX/Framework/VLCEventManager.m: Remove unuseful ;. 3213 3214commit 9bd2469ec3ebc6dfffa84acfc48c1899e00b0e3c 3215Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3216Date: Sun Dec 2 18:20:54 2007 +0000 3217 3218 control/event.c: Print the event string description on error, instead of its numerical type. 3219 3220commit c1d8551f411f5b1204240fd77e11f7a7e4ce59ab 3221Author: Richard Hosking <hovis@videolan.org> 3222Date: Sun Dec 2 16:17:06 2007 +0000 3223 3224 v4l2: Fixed Gamma. 3225 3226commit 835785d99d1d39eda44ba14470f1f3c1df674332 3227Author: Antoine Cellerier <dionoea@videolan.org> 3228Date: Sun Dec 2 14:41:23 2007 +0000 3229 3230 Fix menu control value display code. 3231 Display current control value in VideoControlList. 3232 Add option to reset all video controls to their default value on startup. 3233 3234commit 800b1c1d937bb404e0ceb7fca583d9bdc12aed4d 3235Author: Antoine Cellerier <dionoea@videolan.org> 3236Date: Sun Dec 2 14:14:50 2007 +0000 3237 3238 Add "videocontrol" command variable to issue controls other than those which we explicitly support. For example, "@v4l2 videocontrol 8000002 30" changes the sharpness to something horrible on my webcam. 3239 3240commit 06bf999c829eac0ad1ba6b887ae1c7c105425bc1 3241Author: Antoine Cellerier <dionoea@videolan.org> 3242Date: Sun Dec 2 14:04:32 2007 +0000 3243 3244 Add v4l2-gamma control. Also print control details for private controls. 3245 3246commit dc6c106f0c5eb310a4b98205f7b385d111cd574a 3247Author: Richard Hosking <hovis@videolan.org> 3248Date: Sun Dec 2 12:53:35 2007 +0000 3249 3250 v4l2: Fixed dynamic video metric updates. Better handling of defaults. 3251 3252commit 91f7205bee68ac7d05b37d699f199918344d29df 3253Author: Richard Hosking <hovis@videolan.org> 3254Date: Sun Dec 2 00:13:45 2007 +0000 3255 3256 v4l2: Fixed VideoControlList. 3257 3258commit ee170e1245a31fcff11eda421428fb8af45ced9b 3259Author: Rafaël Carré <funman@videolan.org> 3260Date: Sat Dec 1 23:41:47 2007 +0000 3261 3262 vlc_b64_decode_binary_to_buffer(): i_dst is the size of the destination buffer, not the source buffer 3263 3264commit 6d96102abf3f7ee6b569ea339017fc279dd107c0 3265Author: Antoine Cellerier <dionoea@videolan.org> 3266Date: Sat Dec 1 23:41:40 2007 +0000 3267 3268 Don't fail launching the video device if a video control failed. Update the hue/saturation/brightness/contrast values in the callback before issue the video control. (I haven't been able to test yet due to lack of hardware) 3269 3270commit 599cf09858843cd2cd97a022b942205c14184f0d 3271Author: Antoine Cellerier <dionoea@videolan.org> 3272Date: Sat Dec 1 17:00:20 2007 +0000 3273 3274 Factorise the Video Control code. List all available controls in debug messages. Add a callback to update those we already support on the flag (doesn't work properly yet, it might need a restart or something and people on #v4l aren't really helpfull). 3275 3276commit cd54166520ff5bb7b56980fb9d5b17b3778e88a3 3277Author: Antoine Cellerier <dionoea@videolan.org> 3278Date: Sat Dec 1 15:38:05 2007 +0000 3279 3280 Don't compile any of the alsa audio input code if HAVE_ALSA isn't defined. This mainly removes the --v4l2-alsa option if alsa devlopement headers aren't available. 3281 3282commit 78d1dbe57455c541d456692de3ede22022e51071 3283Author: Rafaël Carré <funman@videolan.org> 3284Date: Sat Dec 1 09:19:00 2007 +0000 3285 3286 oops 3287 3288commit 2561d90b81bbd394316925b40d694252a518133b 3289Author: Jean-Baptiste Kempf <jb@videolan.org> 3290Date: Sat Dec 1 04:43:37 2007 +0000 3291 3292 triangle for the volume... A bit less ugly. 3293 3294commit aaac24cc80159471e0275103e6d1caa75e33126f 3295Author: Christophe Mutricy <xtophe@videolan.org> 3296Date: Fri Nov 30 17:47:58 2007 +0000 3297 3298 Try to avoid leak 3299 3300commit 4370e1cd4ea75304b3164b94fa535c54c215438e 3301Author: Dennis van Amerongen <trax@videolan.org> 3302Date: Fri Nov 30 17:35:54 2007 +0000 3303 3304 * NEWS: sync with 0.8.6d 3305 3306commit 73afb6b2f07bf61abb4429eaf081f88d42f3bf73 3307Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3308Date: Fri Nov 30 15:23:31 2007 +0000 3309 3310 MacOSX/Framework/VLCMediaList.m: Don't lock in initMediaListInternal, we risk double lock. 3311 3312commit 1cd30bd1fba12f4735dfea609f74a55042e3a9f7 3313Author: Jean-Baptiste Kempf <jb@videolan.org> 3314Date: Fri Nov 30 08:33:39 2007 +0000 3315 3316 Yet another one from Philipp Weissenbacher. 3317 3318commit 1fdc3f8578c5861e976e2200c8e6a8a752893350 3319Author: Jean-Baptiste Kempf <jb@videolan.org> 3320Date: Fri Nov 30 08:14:10 2007 +0000 3321 3322 Typo spotted by Philipp Weisenbacher. 3323 3324commit 5c1adfffbfc618a54f34e168a451587826c4671a 3325Author: Christophe Mutricy <xtophe@videolan.org> 3326Date: Thu Nov 29 22:36:59 2007 +0000 3327 3328 Typo 3329 3330commit 68324dd8752c0ecd1970b91a3a74404dd11bea5e 3331Author: Christophe Mutricy <xtophe@videolan.org> 3332Date: Thu Nov 29 22:30:34 2007 +0000 3333 3334 No need to have overlay twice in the preferences 3335 3336commit 12efc09f668bd490a5bdbdfc951183328e436770 3337Author: Christophe Mutricy <xtophe@videolan.org> 3338Date: Thu Nov 29 22:22:40 2007 +0000 3339 3340 Improve stability of the preferences dialog. Patch by Andre Weber 3341 3342commit bad2a6b1f230b3dafb5c47f28b117bbe69192e93 3343Author: Rémi Denis-Courmont <rem@videolan.org> 3344Date: Thu Nov 29 18:39:24 2007 +0000 3345 3346 Typo 3347 3348commit 9d7bb43b1c5e52cda809dddbc5ea4aff1f49805f 3349Author: Richard Hosking <hovis@videolan.org> 3350Date: Thu Nov 29 16:07:22 2007 +0000 3351 3352 v4l2: Experimental ALSA input support. Currently non functional. Still defaults to OSS. 3353 3354commit acb49d8a88f24a32e84fd0289f513e4cb525af11 3355Author: Jean-Paul Saman <jpsaman@videolan.org> 3356Date: Thu Nov 29 15:16:37 2007 +0000 3357 3358 Fix devision by zero in spu_RenderSubpictures. 3359 3360commit 9a3e5785443537b3430b9b23e2bd4e22ca4b0163 3361Author: Jean-Paul Saman <jpsaman@videolan.org> 3362Date: Thu Nov 29 15:16:35 2007 +0000 3363 3364 Remove stray character after testing for enable-libgcrypt and enable_gnutls. 3365 3366commit cfd1271fc480cf0d4c50803ad463eeec20f119dc 3367Author: Jean-Paul Saman <jpsaman@videolan.org> 3368Date: Thu Nov 29 15:16:32 2007 +0000 3369 3370 Be more carefull on when rtpInfo timestamps should be set. 3371 3372commit 96bb57677fd8c4e7aa76d948d969758bf916d1ca 3373Author: Rafaël Carré <funman@videolan.org> 3374Date: Thu Nov 29 02:20:36 2007 +0000 3375 3376 qt4 update: don't crash if there was a problem with update_New() 3377 3378commit 119e9c7f7afc1ac28525c1349ce818fd22f70d55 3379Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3380Date: Wed Nov 28 23:33:24 2007 +0000 3381 3382 src/libvlc-common.c: Only print a piece of Info about cvlc if we are using 'vlc'. 3383 3384commit e263d0647f7f8ef1fdb531aa7e7bd4a34bf183af 3385Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3386Date: Wed Nov 28 23:22:01 2007 +0000 3387 3388 MacOSX/Framework: Minimizes Package Size. only copy the libraries that the vlc modules need. (Patch by Enrique Osuna). 3389 3390commit 553620b6f0dd393c54abe9331b3b238d61c4c63e 3391Author: Rafaël Carré <funman@videolan.org> 3392Date: Wed Nov 28 20:28:55 2007 +0000 3393 3394 Avoid C++ comments be compatible with C ANSI 3395 3396commit 3f54866f535edd4b757b77342acb3f69fc6d1b75 3397Author: Rémi Denis-Courmont <rem@videolan.org> 3398Date: Wed Nov 28 19:02:43 2007 +0000 3399 3400 Remove silly m4 file. I'd rather use UPTODATE version on my system than some crap from VLC tree 3401 3402commit 17f227bf9c179149a7f1869f3114b097a0698ed3 3403Author: Rémi Denis-Courmont <rem@videolan.org> 3404Date: Wed Nov 28 19:00:12 2007 +0000 3405 3406 Default DVD to NULL for autodetection (hmm...) 3407 3408commit 8f32f1ea831a0b6558d40839e21c0b8f55d20dab 3409Author: Rafaël Carré <funman@videolan.org> 3410Date: Wed Nov 28 18:58:06 2007 +0000 3411 3412 Adds some missing files to dist target (blaming j-b & dionoea) 3413 Adds libgcrypt.m4 for systems running autotools without libgcrypt-dev installed 3414 Prefers tabs over spaces in Makefiles 3415 3416commit 4816afd20fe250d35386110dbe48fc93f5c72814 3417Author: Rémi Denis-Courmont <rem@videolan.org> 3418Date: Wed Nov 28 18:52:19 2007 +0000 3419 3420 Typo 3421 3422commit a256154f987e0d19f1a6a6bfb469508942180aac 3423Author: Rémi Denis-Courmont <rem@videolan.org> 3424Date: Wed Nov 28 18:38:36 2007 +0000 3425 3426 Set default DVD defice 3427 3428commit 2cb8ab43f3f9460c9fabd95c66d4cec1b6d0fbc6 3429Author: Rémi Denis-Courmont <rem@videolan.org> 3430Date: Wed Nov 28 18:05:08 2007 +0000 3431 3432 Compile fix 3433 3434commit b550a967436cc999f07e7a498815e2c8288c85e4 3435Author: Rémi Denis-Courmont <rem@videolan.org> 3436Date: Wed Nov 28 18:01:32 2007 +0000 3437 3438 Ordering 3439 3440commit b8acb755a7459323e2cd9a0b0e5c49a7eac55b0c 3441Author: Rémi Denis-Courmont <rem@videolan.org> 3442Date: Wed Nov 28 17:50:22 2007 +0000 3443 3444 Fix screensaver deadlock if terminating as soon the interface is created - closes #1363 3445 3446commit cddeb8e7966dde79e9b944401e79fbd14a3b796e 3447Author: Rafaël Carré <funman@videolan.org> 3448Date: Wed Nov 28 17:29:27 2007 +0000 3449 3450 revert [23385]. make sure the object is locked when we enter the thread 3451 3452commit 9cacf4afaa63e933fd6e3658e6b0cc6581c3f644 3453Author: Rémi Denis-Courmont <rem@videolan.org> 3454Date: Wed Nov 28 17:23:39 2007 +0000 3455 3456 Lets assume glibc 2.8 will work properly when it's out (though I doubt it) 3457 3458commit ea27196a65dad0b618b0f9dde683e404d835893b 3459Author: Felix Paul Kühne <fkuehne@videolan.org> 3460Date: Wed Nov 28 15:20:56 2007 +0000 3461 3462 * automagically assume --with-macosx-sdk 3463 3464commit 858281e18e5f8b7c92eccea9c2307046b3285be9 3465Author: Christophe Mutricy <xtophe@videolan.org> 3466Date: Tue Nov 27 22:55:37 2007 +0000 3467 3468 Defines nvlc aliases in all cases 3469 3470commit a7f3606892170a71c5948b55cbb1a2748f4cf282 3471Author: Christophe Mutricy <xtophe@videolan.org> 3472Date: Tue Nov 27 21:33:52 2007 +0000 3473 3474 Fix segfault when canceling the open dialog. Patch by Rémi Duraffort. 3475 3476commit fb033327d51610e3069033089d78a3343232255a 3477Author: Rémi Denis-Courmont <rem@videolan.org> 3478Date: Tue Nov 27 20:11:16 2007 +0000 3479 3480 Horrific kludge to prevent awfully crappy glibc from crashing VLC all the time. 3481 3482commit c951fd31390fd990711ec4a4479f2d556141f6ed 3483Author: Rafaël Carré <funman@videolan.org> 3484Date: Tue Nov 27 19:47:57 2007 +0000 3485 3486 fix make check 3487 3488commit 6ab10612b9581b76f43a8a5ae9ad1db1246795d6 3489Author: Rémi Denis-Courmont <rem@videolan.org> 3490Date: Tue Nov 27 19:39:23 2007 +0000 3491 3492 typo 3493 3494commit eab5925fe63f964d57b33909ce0ffd749dcca959 3495Author: Rémi Denis-Courmont <rem@videolan.org> 3496Date: Tue Nov 27 19:39:05 2007 +0000 3497 3498 Better error handling 3499 3500commit 529cbee57099f4a1dc305a7a23e8d704ca746be3 3501Author: Rémi Denis-Courmont <rem@videolan.org> 3502Date: Tue Nov 27 18:17:13 2007 +0000 3503 3504 Don't use MAP_POPULATE 3505 3506commit 3ef4b19601d62730ad4fa7a670dcfc0b6a588e91 3507Author: Rémi Denis-Courmont <rem@videolan.org> 3508Date: Tue Nov 27 18:08:25 2007 +0000 3509 3510 Fix EOF check and remove fprintf 3511 3512commit 956c05bafd74e9b87724cf00b85a8463b7985c72 3513Author: Richard Hosking <hovis@videolan.org> 3514Date: Tue Nov 27 16:44:13 2007 +0000 3515 3516 v4l2: Support for setting brightness, contrast, saturation and hue (if supported by device) 3517 3518commit c26ef132d812d34135a25833df3c3f046fb1bfea 3519Author: Ilkka Ollakka <ileoo@videolan.org> 3520Date: Tue Nov 27 12:43:54 2007 +0000 3521 3522 oneliner to fix i_pos updating. works for me. 3523 3524commit 5980a23b77d137fd833c70fb3127dde2a715d314 3525Author: Richard Hosking <hovis@videolan.org> 3526Date: Tue Nov 27 12:13:18 2007 +0000 3527 3528 v4l2: Cosmetics. 3529 3530commit 6b02aaf010e8c5be5088671e1cccaa2afbe19502 3531Author: Richard Hosking <hovis@videolan.org> 3532Date: Tue Nov 27 12:06:05 2007 +0000 3533 3534 Fixed warnings. 3535 3536commit 5b7fd3023dda485ea3e36a217b78ff32c531eb3f 3537Author: Rémi Denis-Courmont <rem@videolan.org> 3538Date: Mon Nov 26 21:02:27 2007 +0000 3539 3540 Don't bother seeking when using mmap 3541 3542commit 70a886ebcd2d98e14341722709f5bf75ffbd6223 3543Author: Rémi Denis-Courmont <rem@videolan.org> 3544Date: Mon Nov 26 21:01:13 2007 +0000 3545 3546 Fix file position update 3547 3548commit 253488ca0194c9cd9c55e5d04691835231243329 3549Author: Rémi Denis-Courmont <rem@videolan.org> 3550Date: Mon Nov 26 20:56:49 2007 +0000 3551 3552 typo 3553 3554commit 5743a8e2cd6cd754d0d7a47820abdfb05f225d1e 3555Author: Rémi Denis-Courmont <rem@videolan.org> 3556Date: Mon Nov 26 20:27:15 2007 +0000 3557 3558 Memory mapped file input 3559 3560commit eac010441e0d26e8d0f0373a2ad5d4edf668d8b9 3561Author: Rémi Denis-Courmont <rem@videolan.org> 3562Date: Mon Nov 26 20:26:28 2007 +0000 3563 3564 Compile fix 3565 3566commit 9353736bd427c993fd57d1ec3fbc5db3042fe118 3567Author: Rémi Denis-Courmont <rem@videolan.org> 3568Date: Mon Nov 26 19:18:23 2007 +0000 3569 3570 Cleanup custom block allocation 3571 3572commit 3ade296d070f266dbedbb1b1a14cae71bff713e7 3573Author: Rémi Denis-Courmont <rem@videolan.org> 3574Date: Mon Nov 26 18:53:28 2007 +0000 3575 3576 We've had fun breaking the ABI... 3577 3578commit c9aee938d852ff0389f634354b080f9c66b3a35e 3579Author: Rémi Denis-Courmont <rem@videolan.org> 3580Date: Mon Nov 26 18:52:41 2007 +0000 3581 3582 Remove block_t->p_sys, which is not really needed either. 3583 3584commit 3de4116226190db15770d6337a0fb8b941474b21 3585Author: Rémi Denis-Courmont <rem@videolan.org> 3586Date: Mon Nov 26 18:40:44 2007 +0000 3587 3588 Save one pointer and dereference in the block core 3589 3590commit 7d5a2026f4041d39b51d7471b3266a13d5e00629 3591Author: Rémi Denis-Courmont <rem@videolan.org> 3592Date: Mon Nov 26 18:37:34 2007 +0000 3593 3594 Remove the unused manager from block_t 3595 3596commit cb459a04ced48d58ba9931f9da9ddd7a3958f749 3597Author: Jean-Baptiste Kempf <jb@videolan.org> 3598Date: Mon Nov 26 18:36:45 2007 +0000 3599 3600 Qt4 - Volume slider, move the slider when only clicked on it as ivoire requested. 3601 3602commit e755d8fefa5fdeb2fc974cd20c4555ba1d4b45fc 3603Author: Dennis van Amerongen <trax@videolan.org> 3604Date: Mon Nov 26 18:28:56 2007 +0000 3605 3606 * modules/access_output/shout.c: Remove sleep for reconnect; this does not allow for a graceful exit during the wait. A reconnect interval which increments x2 every failed reconnect still needs to be implemented (and eventually errors out after a max interval if upstream server doesn't come back). 3607 3608commit 3bd2238f49d7eaafdffd543add5e1385aa890a4b 3609Author: Rémi Denis-Courmont <rem@videolan.org> 3610Date: Mon Nov 26 16:30:25 2007 +0000 3611 3612 Use (s)size_t in block_t. 3613 /!\ This breaks the plugin ABI on LP64 platforms 3614 3615commit 642f48df4bd7b7af4a91d170d70a5a5d67120a0c 3616Author: Rafaël Carré <funman@videolan.org> 3617Date: Mon Nov 26 14:23:07 2007 +0000 3618 3619 audioscrobbler: use psz_md5_hash() 3620 3621commit 4720279d26e9663c8c4197802293c74b3db4f298 3622Author: Rafaël Carré <funman@videolan.org> 3623Date: Mon Nov 26 14:18:57 2007 +0000 3624 3625 forget a parameter in msg_Err 3626 3627commit 6add489cc23d8c2a57e39ae5dbc1475ba982edc7 3628Author: Rafaël Carré <funman@videolan.org> 3629Date: Mon Nov 26 14:10:30 2007 +0000 3630 3631 fix compilation on Linux 3632 3633commit 89e093a7a1f0b47b17bd6b1236567efb0de142d5 3634Author: Rafaël Carré <funman@videolan.org> 3635Date: Mon Nov 26 14:00:39 2007 +0000 3636 3637 update: performs size and m5 checksum verification (untested) 3638 3639commit 3ba76bd83228994b472b72c47e892df3e5e06eda 3640Author: Jean-Baptiste Kempf <jb@videolan.org> 3641Date: Mon Nov 26 08:17:23 2007 +0000 3642 3643 Qt4 - Cleaning trailing spaces... 3644 3645commit 92e69fb4875691906996b0ccb436b9abea73ae41 3646Author: Jean-Baptiste Kempf <jb@videolan.org> 3647Date: Mon Nov 26 08:10:01 2007 +0000 3648 3649 Qt4 - saving size, position for the playlist and the extended panels. 3650 Be careful, if you have a config file, you may need to clean it. 3651 3652commit 1afc6211d96575f134b332b7d0aecc0621df5786 3653Author: Jean-Baptiste Kempf <jb@videolan.org> 3654Date: Mon Nov 26 08:08:33 2007 +0000 3655 3656 Qt4 - pixmap update. 3657 3658commit 1e6611ff9d558aeec43a781b816a5aa114105bec 3659Author: Jean-Baptiste Kempf <jb@videolan.org> 3660Date: Mon Nov 26 07:09:30 2007 +0000 3661 3662 Qt4 - Avoid segfault on exist if the playlist was never called, during the saving before exit. Bug re-introduced in 23333. 3663 3664commit f673748bdc97383b10aa5667202e15052807e291 3665Author: Jean-Baptiste Kempf <jb@videolan.org> 3666Date: Mon Nov 26 06:58:18 2007 +0000 3667 3668 Qt4 - Make the gradient fit INSIDE the boundaries... 3669 3670commit 94b8b916a3c6d9cb641d307993130f16c3084405 3671Author: Jean-Baptiste Kempf <jb@videolan.org> 3672Date: Mon Nov 26 06:45:58 2007 +0000 3673 3674 Qt4 - Did you really think I couldn't do more ugly ???? 3675 3676commit 5a1d728e4a76f72ff0ad485b89e70300e7fa9aaa 3677Author: Jean-Baptiste Kempf <jb@videolan.org> 3678Date: Mon Nov 26 06:21:54 2007 +0000 3679 3680 Qt4 - MainInterface, correct the resizing when docking the playlist for the first time. Remove some dead code... Not finished yet... Feel free to fix, but not to break :D 3681 3682commit 76edc14f9b492a3ddbbae7869a9fee384e6c3a33 3683Author: Christophe Mutricy <xtophe@videolan.org> 3684Date: Sun Nov 25 16:04:21 2007 +0000 3685 3686 Avoid segfault 3687 3688commit 8faacddb383a4ea82d262cb4ee46e9d9ae18b8eb 3689Author: Antoine Cellerier <dionoea@videolan.org> 3690Date: Sun Nov 25 15:48:47 2007 +0000 3691 3692 Hide nodes which don't match the search string and don't have any children matching the search string when performing a playlist search. 3693 3694commit 37becd478f7fa51e8aebd595d7aebb205dfc1951 3695Author: Antoine Cellerier <dionoea@videolan.org> 3696Date: Sun Nov 25 13:32:20 2007 +0000 3697 3698 Split i422->packed YUV and i422->planar YUV. Add i422->YUVA. This still needs some testing. 3699 3700commit 1689169ec7248d0e18de86baf790d3ad86a1478d 3701Author: Dennis van Amerongen <trax@videolan.org> 3702Date: Sun Nov 25 12:40:20 2007 +0000 3703 3704 * modules/access_output/shout.c: automatic reconnect to server at startup. 3705 3706commit d0cd61dd25dcb01340ae257b861563bfca401fb9 3707Author: Dennis van Amerongen <trax@videolan.org> 3708Date: Sun Nov 25 10:26:42 2007 +0000 3709 3710 * modules/access_output/shout.c: let this be a lesson for all you kids out there - think before.. ehr.. sync before you shout! (in case the buffer isn't empty after reconnect approach, allows for smoother transition). 3711 3712commit 6b4c45d2549adf181f3f4607dedcaf6f2b4a66a3 3713Author: Jean-Baptiste Kempf <jb@videolan.org> 3714Date: Sun Nov 25 09:33:08 2007 +0000 3715 3716 Qt4 - small cosmetic for the playlist. 3717 3718commit b83c1d09ceb907e5d64f7c78bcef6bf5a5373089 3719Author: Jean-Baptiste Kempf <jb@videolan.org> 3720Date: Sun Nov 25 09:18:25 2007 +0000 3721 3722 Qt4 - lame attempt for the resizing of the interface. 3723 3724commit 70027747aa94e039bce56070f6afa6e52017c40a 3725Author: Dennis van Amerongen <trax@videolan.org> 3726Date: Sun Nov 25 05:34:58 2007 +0000 3727 3728 * modules/codec/dmo/dmo.c: add some missing fourcc capitalization 3729 3730commit 5b7951727f09e4a75f20b8b6f3155c9c8da72033 3731Author: Bernie Purcell <bitmap@videolan.org> 3732Date: Sun Nov 25 05:05:09 2007 +0000 3733 3734 Try to protect more than one instance of FontBuilder from running at a time - 3735 attempt to fix issues with segfault reported on list 3736 3737commit beb2d2fa9ed4c0de648c6016416f8712b84b2583 3738Author: Jean-Baptiste Kempf <jb@videolan.org> 3739Date: Sun Nov 25 00:56:41 2007 +0000 3740 3741 Qt4 - Extended: manage correctly the margin. 3742 3743commit f185b15e414123e4be2536077df9680985e5facd 3744Author: Antoine Cellerier <dionoea@videolan.org> 3745Date: Sat Nov 24 23:20:47 2007 +0000 3746 3747 Wave and ripple should now behave correctly for chromas where pixels can take more than 1 byte in a row (like RV32). 3748 3749commit 6673b8c6e6770bf775ff7d441dc509dca3c0f9cc 3750Author: Antoine Cellerier <dionoea@videolan.org> 3751Date: Sat Nov 24 22:24:34 2007 +0000 3752 3753 v4l2: Since the frame size and frame intervals ioctls are new in Linux 2.6.19, add some ifdef stuff to make sure that this still compiles on older kernels. 3754 3755commit 376c5593abeaae9d55e056bef239e1ff3d6d7380 3756Author: Antoine Cellerier <dionoea@videolan.org> 3757Date: Sat Nov 24 22:17:27 2007 +0000 3758 3759 v4l2: Display supported frame interval (inverse frame rate) for chosen chroma and resolution in debug output. 3760 3761commit afc6e765c5bb4db233d63ebaf679cc6863fd3451 3762Author: Antoine Cellerier <dionoea@videolan.org> 3763Date: Sat Nov 24 21:57:33 2007 +0000 3764 3765 v4l2: Display supported framesizes in debug. 3766 3767commit 5f8020dad16c760801c8324119f5217db054427f 3768Author: Ilkka Ollakka <ileoo@videolan.org> 3769Date: Sat Nov 24 21:30:50 2007 +0000 3770 3771 qt4: no more calculateInterfaceSize, but sizeHint() stuff for 3772 widget-size, 1. try from me 3773 3774commit e1fcdb24c5db1ae8ab04957e5519802ef7ba6c11 3775Author: Jean-Baptiste Kempf <jb@videolan.org> 3776Date: Sat Nov 24 20:57:42 2007 +0000 3777 3778 Qt4 - Extended dialog, group audio things under an Audio Tab. put the audio and video tabs on the left. 3779 3780commit bd2d8d6a22da2826624d2b6089b62f06b456155c 3781Author: Antoine Cellerier <dionoea@videolan.org> 3782Date: Sat Nov 24 19:00:16 2007 +0000 3783 3784 Oops, forgot this file. 3785 3786commit 7d7455f975099d001fe218fd925b20a40e3e422e 3787Author: Antoine Cellerier <dionoea@videolan.org> 3788Date: Sat Nov 24 18:59:50 2007 +0000 3789 3790 Changes to the lua module's declaration: add luahttp alias and don't make it accept the luameta alias for all capabilities. 3791 3792commit 90fbce432ea7d4af4dee348cced870fed584c371 3793Author: Antoine Cellerier <dionoea@videolan.org> 3794Date: Sat Nov 24 18:53:11 2007 +0000 3795 3796 Some more NEWS (vlm scheduling on linux and EXTVLCOPT) 3797 3798commit 89f2f2f155265eb0f9fdf6dff3fae40b9e70da7d 3799Author: Antoine Cellerier <dionoea@videolan.org> 3800Date: Sat Nov 24 18:50:35 2007 +0000 3801 3802 Re-enable EXTVLCOPT: parsing in m3u playlists. You'll need to append the --m3u-extvlcopt option to you command line if you want it. 3803 3804commit 91694c9338c5e0a7ad1a246e476ce53aec8875c6 3805Author: Jean-Baptiste Kempf <jb@videolan.org> 3806Date: Sat Nov 24 18:06:14 2007 +0000 3807 3808 Qt4 - privacy dialog... What about saving those options ? 3809 3810commit 3eb935ba136f4457d910a463919b28366aeccfe4 3811Author: Richard Hosking <hovis@videolan.org> 3812Date: Sat Nov 24 17:28:48 2007 +0000 3813 3814 DQ buffers using correct io method for mmap. 3815 3816commit 918e1762ce7dc6d0f46c77732b513ae6bef7612f 3817Author: Dennis van Amerongen <trax@videolan.org> 3818Date: Sat Nov 24 16:30:26 2007 +0000 3819 3820 * modules/access_output/shout.c: Remove unneeded var in previous commit 3821 3822commit 642b8dc5bdbc79c6d444feb0d77e58cb8dd69669 3823Author: Dennis van Amerongen <trax@videolan.org> 3824Date: Sat Nov 24 16:27:12 2007 +0000 3825 3826 * modules/access_output/shout.c: Implement automatic reconnection on server disconnect - closes #1167 3827 3828commit 73424dcfb59e2698b793bb71b62a736e85511357 3829Author: Jean-Baptiste Kempf <jb@videolan.org> 3830Date: Sat Nov 24 04:25:33 2007 +0000 3831 3832 Qt4 - Add a dialog at firststart to ask about the privacy policy. 3833 3834commit a773582e552fa33a2055a8f2f8dfd7dea4ed5c9a 3835Author: Jean-Baptiste Kempf <jb@videolan.org> 3836Date: Sat Nov 24 04:24:47 2007 +0000 3837 3838 Cosmetic. 3839 3840commit fd5612f1467c3e69d815e536aa0fd0872c9a9485 3841Author: Jean-Baptiste Kempf <jb@videolan.org> 3842Date: Sat Nov 24 04:08:56 2007 +0000 3843 3844 Change the meta information fetcher TEXT 3845 3846commit a45e8feeac303cff6cd181f8177c68eec3bbf8c1 3847Author: Jean-Baptiste Kempf <jb@videolan.org> 3848Date: Sat Nov 24 03:01:54 2007 +0000 3849 3850 Inclusion guards for vlc_keys.h 3851 Why don't we use an enum in that file ??? 3852 3853commit ec79b5c8d0014ecc0f27fd25436eb6639ef556dd 3854Author: Jean-Baptiste Kempf <jb@videolan.org> 3855Date: Sat Nov 24 01:28:44 2007 +0000 3856 3857 Special Xtophe request ( Bday! ), add a new --no-qt-blingbling option to use native widgets... 3858 Inheritance rules... 3859 3860commit cfd3161de865506c96083c0417c0107900811353 3861Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3862Date: Sat Nov 24 00:58:45 2007 +0000 3863 3864 src/libvlc-common.c: Print a msg_Info on how to launch VLC without interface. 3865 3866commit 7fa3031b905fef8545f733e5ec5ab11c90fdb96b 3867Author: Jean-Baptiste Kempf <jb@videolan.org> 3868Date: Sat Nov 24 00:57:42 2007 +0000 3869 3870 Add a few shortcuts, cvlc, nvlc, rvlc for cli, ncurses and rc 3871 3872commit fea1ea69021a5bc7be067b078f77ea70b6e69bb7 3873Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3874Date: Fri Nov 23 21:40:20 2007 +0000 3875 3876 MacOSX/Framework/VLC_app: Use the bindings a little bit more. Demo the search feature. Uses shoutcasttv by default to have some content by default. 3877 3878commit 13d8a3f1ffb8452d53b675cface33eca41024f9a 3879Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3880Date: Fri Nov 23 20:32:35 2007 +0000 3881 3882 MacOSX/Framework/VLCMediaListAspect.m: Update the cachedMedia array. 3883 3884commit c721c836b86ef2b24c8d96a4ab8f757037df76db 3885Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3886Date: Fri Nov 23 20:28:26 2007 +0000 3887 3888 MacOSX/Framework: No more rely on media_descriptor_(get/set)_user_data, now that we cache the media decriptor. (We may want to revert that back one day, but right now this doesn't work, and trigger some strange bugs here). 3889 3890commit 5f5081a5f3f1531fec4c418c796beec1db68a793 3891Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3892Date: Fri Nov 23 20:24:51 2007 +0000 3893 3894 MacOSX/Framework/VLCMediaListAspect.m: Use @"media" binding key, instead of @"Media". 3895 3896commit a1a89a9f2bec1d6d826581b5be6cb9ef76e940cb 3897Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3898Date: Fri Nov 23 20:23:51 2007 +0000 3899 3900 MacOSX/Framework/Sources/VLCMediaList.m: Use @"media" binding key instead of @"Media". 3901 3902commit 895551c4dca4efd439b99fb0c4cf269928259247 3903Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3904Date: Fri Nov 23 20:22:35 2007 +0000 3905 3906 MacOSX/Framework/VLCMediaListAspect.h: Don't forget to define cachedMedia variable. 3907 3908commit fdce930a6d519f32071756a178c34a17d3c2e707 3909Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3910Date: Fri Nov 23 20:21:53 2007 +0000 3911 3912 MacOSX/Framework/VLCMediaListAspect.m: Fix a typo. 3913 3914commit a629f53ef83a5bc33b31c0114749f91f107eb1ea 3915Author: Jean-Paul Saman <jpsaman@videolan.org> 3916Date: Fri Nov 23 20:02:31 2007 +0000 3917 3918 Correct description. 3919 3920commit b7a9ec884eaf63bad50243f6eaa18d789f02de63 3921Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3922Date: Fri Nov 23 19:19:07 2007 +0000 3923 3924 MacOSX/Framework/VLCMediaListAspect.m: Use a NSMutableArray to cache the media list view items. (for the same reason given in previous commit). 3925 3926commit 40e325ad91e017f24b30136e9f11aefc41bc39a0 3927Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3928Date: Fri Nov 23 19:13:08 2007 +0000 3929 3930 MacOSX/Framework/VLCMediaList.m: Cache the media list objects in a NSMutableArray. We do this because we want to use bindings. Cocoa bindings requires us to send willChangeValueForKey/didChangeValueForKey on the main thread. And that's one of the simpler way to do that without having locking problems. 3931 3932commit 17d26df40210b689a067909be887de1294888a35 3933Author: Jean-Baptiste Kempf <jb@videolan.org> 3934Date: Fri Nov 23 17:52:29 2007 +0000 3935 3936 Typos spotted by Philipp Weissenbacher. 3937 3938commit 0b8735f24810479f10a7ab0f64650c8f91043a93 3939Author: Rémi Denis-Courmont <rem@videolan.org> 3940Date: Fri Nov 23 17:12:56 2007 +0000 3941 3942 Remove totally useless transcoding from UTF-8 in HTTP interface, 3943 heavy simplification, and fix(/remove) piles of error cases. 3944 Server gets to choose the charset anyway. 3945 3946commit 1828f4b9dbda700247206daf5d83284a01f2a282 3947Author: Jean-Paul Saman <jpsaman@videolan.org> 3948Date: Fri Nov 23 14:12:31 2007 +0000 3949 3950 Compile fix to check for ffmpeg version. 3951 3952commit 4e0a655376958443a2f42b0b9d6afb2446d09113 3953Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3954Date: Fri Nov 23 14:09:03 2007 +0000 3955 3956 MacOSX/Framework/VLCMediaListAspect.m: Alloc an autoreleasePool where needed. 3957 3958commit c4057d16e3673c291c431d86199c161443fe61a7 3959Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3960Date: Fri Nov 23 13:34:36 2007 +0000 3961 3962 MacOSX/Framework/VLCMedia.m: Don't forget to retain the url. 3963 3964commit e2be140078f43e9bb2203110214b9b18db8ecbe9 3965Author: Jean-Paul Saman <jpsaman@videolan.org> 3966Date: Fri Nov 23 12:35:59 2007 +0000 3967 3968 Fix compiler warnings in modules/codec/ffmpeg/mux.c. Please test. 3969 3970commit 6f593e41bd355f0731bb3b36d25a2d69f322bce7 3971Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3972Date: Fri Nov 23 12:30:20 2007 +0000 3973 3974 MacOSX/Framework/VLCMediaListAspect.m: Don't release a media_list when it is a media_list_view. 3975 3976commit c69f0eb41ebded540765f037dc1727f037878f23 3977Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3978Date: Fri Nov 23 12:23:43 2007 +0000 3979 3980 MacOSX/Framework/VLCMediaList.m: Don't forget to alloc an autorelease pool on function that may be called from a non-main thread context. 3981 3982commit 933b9ff9cd85c3c37fb0018919c2a28de5a27899 3983Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3984Date: Fri Nov 23 12:18:01 2007 +0000 3985 3986 MacOSX/Framework: Re-enable VLCMediaDiscoverer. 3987 3988commit d006608b142b4d658f9027ae4fb7305bcbd2aa76 3989Author: Pierre d'Herbemont <pdherbemont@videolan.org> 3990Date: Fri Nov 23 12:12:27 2007 +0000 3991 3992 MacOSX/Framework: Use mediaListWithLibVLCMediaList instead of media*l*istWithLibVLCMediaList, to match the VLCMediaList class name cases. 3993 3994commit f6c10807b808f4f5a4ae051e068ae26b02558bc3 3995Author: Jean-Paul Saman <jpsaman@videolan.org> 3996Date: Fri Nov 23 10:19:38 2007 +0000 3997 3998 Fix building of ffmpeg, by disabling libavdevices. 3999 4000commit 5530354a0ce6cc8dd64fbb3c0228867e951c9309 4001Author: Jean-Paul Saman <jpsaman@videolan.org> 4002Date: Fri Nov 23 09:19:24 2007 +0000 4003 4004 Tune ffmpeg more for armeb and include <strings.h> in libavformat/utils.c 4005 4006commit 0b6c8bd726ec52a29e00a453ea4201583e82a456 4007Author: Jean-Paul Saman <jpsaman@videolan.org> 4008Date: Fri Nov 23 08:43:57 2007 +0000 4009 4010 Tune ffmpeg features for armeb 4011 4012commit 6148efb8f89826c5e3a95cfdda96cbe6402664c9 4013Author: Jean-Paul Saman <jpsaman@videolan.org> 4014Date: Fri Nov 23 08:29:53 2007 +0000 4015 4016 Patches/ffmpeg-svn-grab.patch is no longer needed for HAVE_UCLIBC 4017 4018commit cfac4b6f243dd6bc016c909d00c8d400e026e855 4019Author: Jean-Paul Saman <jpsaman@videolan.org> 4020Date: Fri Nov 23 08:28:50 2007 +0000 4021 4022 Update ffmpeg for armeb target. 4023 4024commit 38e8f9290a1cc33bc683da95392747200a5745ae 4025Author: Jean-Baptiste Kempf <jb@videolan.org> 4026Date: Fri Nov 23 08:27:23 2007 +0000 4027 4028 Qt4 - I couldn't do more ugly... If you know how to... please try :D 4029 4030commit 96b6f40cfef3f91301ff90c2840f83461a682a35 4031Author: Jean-Paul Saman <jpsaman@videolan.org> 4032Date: Fri Nov 23 08:09:07 2007 +0000 4033 4034 Disable faad and libmpeg2, because it is not needed. 4035 4036commit 878ef195c08bcda83c137cc10ef8d10e811c14ac 4037Author: Jean-Baptiste Kempf <jb@videolan.org> 4038Date: Fri Nov 23 07:44:20 2007 +0000 4039 4040 Qt4 - take care of the volume-step value from the preferences. 4041 4042commit 72f13c9d9548e84e49e57f3ee707ad641854ac15 4043Author: Jean-Baptiste Kempf <jb@videolan.org> 4044Date: Fri Nov 23 07:15:53 2007 +0000 4045 4046 Qt4 - Add an option to have the volume slider from 0 to 400 %. Close #952 Close #1317 4047 Also the soundSlider takes it first value from the preferences... 4048 4049commit 604c18022c6cc8d7b038726a6daaed319a8ff95f 4050Author: Jean-Baptiste Kempf <jb@videolan.org> 4051Date: Fri Nov 23 06:47:30 2007 +0000 4052 4053 Qt4 - New kind of volume slider. 4054 Need a lot of graphic tweaking. 4055 4056commit d919d75ec2757d9a1f25cd4b473b0bda52edbbc6 4057Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4058Date: Fri Nov 23 00:35:00 2007 +0000 4059 4060 control/flat_media_list_view.c: Import pre existing md in the view. 4061 4062commit 61b9fc22288fd55994970c37b4b49d1e97fe37d7 4063Author: Rafaël Carré <funman@videolan.org> 4064Date: Fri Nov 23 00:04:52 2007 +0000 4065 4066 audioscrobbler: more explicit debug messages 4067 4068commit ecebadecb7e9a4257b126cca23e9b488062f9aa2 4069Author: Damien Fouilleul <damienf@videolan.org> 4070Date: Thu Nov 22 23:59:30 2007 +0000 4071 4072 MacOS X: more EyeTV GUI improvements 4073 4074commit 1bc330711e4f2f8bae8f5175b2e65df93ec7c825 4075Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4076Date: Thu Nov 22 23:54:58 2007 +0000 4077 4078 MacOSX/Framework/VLCMedia.m: Don't forget to store the media's url. 4079 4080commit 9c0d2c0e724be879781151d6049737f91fc1f072 4081Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4082Date: Thu Nov 22 23:52:04 2007 +0000 4083 4084 MacOSX/Framework/VLCMediaListAspect.m: Fix a typo (VLCMediaList->VLCMediaListAspect). 4085 4086commit f64d89873fd664edc99b19474b2b796b98a40e1c 4087Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4088Date: Thu Nov 22 23:42:24 2007 +0000 4089 4090 control/media_list_view.c: Register WillAdd/WillDelete events. 4091 4092commit 667db96e709910ef276d11ef2acd34c9b11decf4 4093Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4094Date: Thu Nov 22 23:39:55 2007 +0000 4095 4096 control/media_list.c: Don't forget to register_event_type for WillAdd/WillDelete. 4097 4098commit 7a8034b06a5dfcc1f902349fec5d83bb729f6399 4099Author: Christophe Mutricy <xtophe@videolan.org> 4100Date: Thu Nov 22 23:39:33 2007 +0000 4101 4102 svn:ignore 4103 4104commit f4ea890c1428d02873d47efadd645e31b8748ae2 4105Author: Damien Fouilleul <damienf@videolan.org> 4106Date: Thu Nov 22 22:13:56 2007 +0000 4107 4108 eyetv: functional GUI panel, replaced Carbon style AppleScript with NSAppleScript 4109 4110commit 59f74cc4c500a5709971f8c368fcc0e760deaa28 4111Author: Christophe Mutricy <xtophe@videolan.org> 4112Date: Thu Nov 22 21:35:32 2007 +0000 4113 4114 Korean translation from Kang Jeong-Hee and Namhyung Kim. 4115 Slovenian translation updates by Matej Urbančič 4116 4117commit b41dd1fee6525c2b6375ec3b623d5262dffadf59 4118Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4119Date: Thu Nov 22 13:14:54 2007 +0000 4120 4121 modules/demux/playlist/xspf.c: Uses "vlc:skip" for node item. Fix a wrong over flow checking. 4122 4123commit 919139ca87dda94131e146b9cebf8be0367520df 4124Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4125Date: Thu Nov 22 12:26:55 2007 +0000 4126 4127 control/event.c: Properly implement libvlc_event_type_name, instead of relying on a non-working macro. 4128 4129commit b99d84d552a3f1abfb67671488fcc90dbdea630c 4130Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4131Date: Thu Nov 22 12:01:43 2007 +0000 4132 4133 MacOSX/Framework/VLC.xcodeproj: Make VLCMediaListAspect.h a public header. 4134 4135commit e3cf5b1b18b040513e375d1c2f4fe54d9f8c7792 4136Author: Rafaël Carré <funman@videolan.org> 4137Date: Thu Nov 22 00:43:14 2007 +0000 4138 4139 vim syntax: fix vlc files detection 4140 4141commit a2c772489f6c405b2a4193d7729f1111ee9fd22d 4142Author: Christophe Mutricy <xtophe@videolan.org> 4143Date: Wed Nov 21 22:39:34 2007 +0000 4144 4145 Use verb is the comment 4146 Add some mimetype 4147 4148commit ed1a44b91e417768b0389eefb00e12f9a4d6252b 4149Author: Jean-Paul Saman <jpsaman@videolan.org> 4150Date: Wed Nov 21 22:30:00 2007 +0000 4151 4152 Patch by Glen Gray: Enable keepalive for Kasenna servers, they parse the User Agent string and check for _KA appended to the User Agent name. 4153 4154commit 6a440b7379fe87ed67f175893e2e7763d62e7ef6 4155Author: Jean-Paul Saman <jpsaman@videolan.org> 4156Date: Wed Nov 21 22:28:20 2007 +0000 4157 4158 Patch by Glen Gray: RTSP keep alive fix. If the server doesn't handle RTCP-RR packets and requires specific GET_PARAMETER commands (such as Kasenna) then the session times out when vlc is paused because the current version only sends the info when Demux() is called. Demux() is only called when data is received. This patch fixes this issue with a boolean that is set during PAUSED state that allows the timer thread to send the GET_PARAMTER messages instead and thus keeping the RTSP session alive. 4159 4160commit ab76f23e74331f22d90075a4069b9e0922985759 4161Author: Jean-Paul Saman <jpsaman@videolan.org> 4162Date: Wed Nov 21 22:26:53 2007 +0000 4163 4164 Patch by Glen Gray: RTSP keep alive fix. If the server doesn't handle RTCP-RR packets and requires specific GET_PARAMETER commands (such as Kasenna) then the session times out when vlc is paused because the current version only sends the info when Demux() is called. Demux() is only called when data is received. This patch fixes this issue with a boolean that is set during PAUSED state that allows the timer thread to send the GET_PARAMTER messages instead and thus keeping the RTSP session alive. 4165 4166commit 77205605be2747f4bc58777da00b93904addb4d4 4167Author: Christophe Mutricy <xtophe@videolan.org> 4168Date: Wed Nov 21 22:19:06 2007 +0000 4169 4170 Also extract the translations of libqt4 4171 4172commit 702b20b0e8802e73fe93ed5f8d27eb60d3cc410f 4173Author: Christophe Massiot <massiot@videolan.org> 4174Date: Wed Nov 21 19:20:45 2007 +0000 4175 4176 * modules/codec/faad.c: Put sensible defaults in i_*_channels, used for 4177 transcode. 4178 4179commit 595b2a8e844f6897fa3306a2f387021ee664e46c 4180Author: Christophe Massiot <massiot@videolan.org> 4181Date: Wed Nov 21 19:04:49 2007 +0000 4182 4183 * simple.c: Extended the filter for mono output, and also converted it to the 4184 audio_filter2 architecture. 4185 4186commit 95d126fe4cafc4aba469d69f9fd9c979922ae77d 4187Author: Christophe Massiot <massiot@videolan.org> 4188Date: Wed Nov 21 18:47:54 2007 +0000 4189 4190 * modules/access/fake.c: Fixed an integer overflow. 4191 4192commit 327782b2b7ba8666e5533ea584224df6e356af6b 4193Author: Christophe Massiot <massiot@videolan.org> 4194Date: Wed Nov 21 18:23:18 2007 +0000 4195 4196 * sec/input/es_out.c: Add suport for keyword 'any' in lists of languages ; 4197 also fix a memory leak. 4198 4199commit f4dea8999102b24fce42877ac32f561de4967c5f 4200Author: Jean-Baptiste Kempf <jb@videolan.org> 4201Date: Wed Nov 21 18:16:13 2007 +0000 4202 4203 Donators section in THANKS file. Needs rewording... 4204 4205commit b691d5d74ab962f1d9717cdfa2c576925d903116 4206Author: Christophe Massiot <massiot@videolan.org> 4207Date: Wed Nov 21 18:02:04 2007 +0000 4208 4209 * modules/codec/x264.c: Fixed DTS when adaptive B frames are used (still 4210 wrong for bpyramid, though). 4211 4212commit d4bbae044e7958a24d21cc4b80bd663d61e6d9a3 4213Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4214Date: Wed Nov 21 17:38:12 2007 +0000 4215 4216 MacOSX/Framework/VLCMediaListAspect.m: Implement -hierarchicalAspect and -flatAspect. (And add an internal @interface for VLCMediaListAspect (LibVLCBridging)). 4217 4218commit 71e01e17d0a1da2f9f077a528b165e2cbbbd12b9 4219Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4220Date: Wed Nov 21 17:36:36 2007 +0000 4221 4222 MacOSX/Framework/VLCMediaLibrary.m: Rework -allMedia, and remove -sublists. 4223 4224commit e617d8be631d25de51497a62075c8f5ce86a95ca 4225Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4226Date: Wed Nov 21 16:22:04 2007 +0000 4227 4228 MacOSX/Framework/VLCMedia.m: Don't forget to remove the user_data from the media_descriptor. 4229 4230commit 1f52d6ea902fc163e3cc3d536f93719daa2eb266 4231Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4232Date: Wed Nov 21 15:30:01 2007 +0000 4233 4234 VLCMediaListAspect.m: Handle WillAdd/Added WillDelete/Deleted events. 4235 4236commit f047a976bf9b97ceff9758a858b690478b982d5d 4237Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4238Date: Wed Nov 21 15:08:22 2007 +0000 4239 4240 control/media_list_view.c: Provide media_list_view_event_manager(). 4241 4242commit ee3e8c9616f61d1e1f8e4fe85a80f4bb0303f348 4243Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4244Date: Wed Nov 21 14:31:47 2007 +0000 4245 4246 MacOSX/Framework: Implement VLCMediaListAspect. 4247 4248commit 09362e58adc1dfece3bf664542ccae35eca81453 4249Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4250Date: Wed Nov 21 12:19:08 2007 +0000 4251 4252 MacOSX/Framework/Sources/VLCMedia.m: Minor cleanup. 4253 4254commit f261c0d557940ea14a4eff04693390b16c5954ad 4255Author: Jean-Baptiste Kempf <jb@videolan.org> 4256Date: Wed Nov 21 00:39:36 2007 +0000 4257 4258 Add fonctionality to the update dialog - Patches by Rémi Duraffort 4259 4260commit 160ba82b9e29fc743e3e1231b90ced053331ef7d 4261Author: Jean-Baptiste Kempf <jb@videolan.org> 4262Date: Wed Nov 21 00:23:15 2007 +0000 4263 4264 Update qtu, qta macros . 4265 4266commit 2169f3b770691e6f172cef776cd0bc8c32153b51 4267Author: Rafaël Carré <funman@videolan.org> 4268Date: Tue Nov 20 23:26:26 2007 +0000 4269 4270 contribs: update qt4 TrollTech binaries packaging, note that it won't link correctly when building qt4 interface 4271 explicitely disable building of manuals & documentation of fontconfig 4272 4273commit c39b64d5a4bf39561f31ed982625308811b08a7e 4274Author: Yoann Peronneau <yoann@videolan.org> 4275Date: Tue Nov 20 22:35:26 2007 +0000 4276 4277 * demux/playlist/itml.c: iTunes Media Library importer (not tested yet) 4278 4279commit 930bf06c7eefce96f79c7c0d30c2e34da91129e1 4280Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4281Date: Tue Nov 20 22:25:37 2007 +0000 4282 4283 modules/gui/qt4/dialogs/interaction.cpp: In InteractionDialog::update() use a msg_Dbg instead of a wrong msg_Err. 4284 4285commit c12d6921a3ff327f7763109ea2451538e11b496c 4286Author: Rafaël Carré <funman@videolan.org> 4287Date: Tue Nov 20 22:24:15 2007 +0000 4288 4289 Make sure we're not using a shell version of echo without -e switch 4290 4291commit 52d9ee61e70de44ae8e180db023e11c6f147ab51 4292Author: Christophe Mutricy <xtophe@videolan.org> 4293Date: Tue Nov 20 21:04:46 2007 +0000 4294 4295 No longer use ffmpeg-config which is a Debian invention. But now even etch has the .pc 4296 4297commit 244afdee5701a1f2bcdcdc1e48f5c79741e5cce2 4298Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4299Date: Tue Nov 20 21:03:43 2007 +0000 4300 4301 modules/gui/qt4: Display time in seek bar when mouse-over. (Patch by Antoine Lejeune. Reviewed by jb.) 4302 4303commit 73830e3b9e719a88d9aed3266373012f970f48b0 4304Author: Jean-Baptiste Kempf <jb@videolan.org> 4305Date: Tue Nov 20 20:14:42 2007 +0000 4306 4307 Ffmpeg swscaler, ifdef correction. 4308 4309commit 373d13227346958499653b8108354c68edb8b80e 4310Author: Rémi Denis-Courmont <rem@videolan.org> 4311Date: Tue Nov 20 19:55:37 2007 +0000 4312 4313 Very partial cleanup 4314 4315commit 66214b91b8032feb0f6085ee3ba092689cb09db1 4316Author: Rémi Denis-Courmont <rem@videolan.org> 4317Date: Tue Nov 20 19:32:43 2007 +0000 4318 4319 Probably fix make dist 4320 4321commit e97d7f898a774be594f19da9f4ae45edd65d92dd 4322Author: Rémi Denis-Courmont <rem@videolan.org> 4323Date: Tue Nov 20 19:32:10 2007 +0000 4324 4325 Remove some cruft from older gettext 4326 4327commit 05c8198d0fb455cac11022f0a5e483729b02a7ee 4328Author: Rémi Denis-Courmont <rem@videolan.org> 4329Date: Tue Nov 20 18:54:04 2007 +0000 4330 4331 Remove VLCOPT support from M3U parser. 4332 This was blatantly insecure. 4333 4334commit b83bd217a9bdb163c50bb60aec1007113e5f11a1 4335Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4336Date: Tue Nov 20 18:26:57 2007 +0000 4337 4338 modules/gui/qt4: add an update dialog box to the help menu. (Patch by Remi Duraffort. Reviewed by jb). 4339 4340commit 5c97509f2a7fa46f5b71a51333adf0f93612b924 4341Author: Rémi Denis-Courmont <rem@videolan.org> 4342Date: Tue Nov 20 17:03:44 2007 +0000 4343 4344 Use cached ACP 4345 4346commit 6d0efe5f852c59415e883bea64d58d5f2bb4a86a 4347Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4348Date: Tue Nov 20 16:30:36 2007 +0000 4349 4350 MacOSX/Framework/VLCMediaList.m: Remove dead code. 4351 4352commit a381352a841abc182bb3acdbbe3e07ca730fb5d0 4353Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4354Date: Tue Nov 20 16:28:54 2007 +0000 4355 4356 MacOSX/Framework/VLCMediaList.m: Don't forget to listen to WillAdd/WillDelete media list event. 4357 4358commit 5c8f6f544b83116f7003a1bfb211ac3280560038 4359Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4360Date: Tue Nov 20 16:26:48 2007 +0000 4361 4362 MacOSX/Framework/VLCMediaList.m: Be KVC compliant. 4363 4364commit 85be5949fc885907ff8f0bd37e33feb2626938ba 4365Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4366Date: Tue Nov 20 15:32:27 2007 +0000 4367 4368 control/hierarchical_media_list_view.c: Send WillAdd/Added and WillDelete/Deleted events. 4369 4370commit 0601ce744336a7a2c28663564eb530c4e409522a 4371Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4372Date: Tue Nov 20 15:31:51 2007 +0000 4373 4374 control/flat_media_list_view.c: Send WillAdd/Added WillDelete/Deleted events. 4375 4376commit b269d0ed7c25f33ebad264ac5648a4d9b90c0f0b 4377Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4378Date: Tue Nov 20 15:31:08 2007 +0000 4379 4380 src/control/media_list_view.c: Facilities to send WillAdd/Added WillDelete/Deleted events. 4381 4382commit 9bf66bdab95c8692265311f5056e2cc298124ad9 4383Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4384Date: Tue Nov 20 14:57:06 2007 +0000 4385 4386 control/media_list.c: Send WillAddItem and WillDeleteItem events. 4387 4388commit 4425f55e8a6455d01d8b4e208cfb1bb69d83df2d 4389Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4390Date: Tue Nov 20 14:18:16 2007 +0000 4391 4392 svn propset svn:keywords "Id" hierarchical_media_list_view.c 4393 4394commit bcc7f49d69083d5ca4c47aeda13813ac429e84aa 4395Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4396Date: Tue Nov 20 14:12:57 2007 +0000 4397 4398 src/control: Implement hierarchical_media_list_view. 4399 4400commit ade76749a518393365df2188790b2139bc967bf6 4401Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4402Date: Tue Nov 20 12:07:38 2007 +0000 4403 4404 control/media_descriptor.c: Don't forget to release the event manager. (Reported by polo78 on the forum and funman). 4405 4406commit 3e743741560237a5933b85a8273c58e93c6463ed 4407Author: Jean-Paul Saman <jpsaman@videolan.org> 4408Date: Tue Nov 20 11:57:00 2007 +0000 4409 4410 Fix cleanup of libamrwb package in contrib. 4411 4412commit d9f68c8c673841c8798566fa414ee1d215d1c10f 4413Author: Jean-Paul Saman <jpsaman@videolan.org> 4414Date: Tue Nov 20 09:08:21 2007 +0000 4415 4416 Fix return value after the interaction dialog has been used. 4417 4418commit 607bbaf11602f6e45d142c8e4a14c96d52931376 4419Author: Jean-Paul Saman <jpsaman@videolan.org> 4420Date: Tue Nov 20 09:08:19 2007 +0000 4421 4422 Fix double free in live555. 4423 4424commit 78a05dbc4c5b905b761f6f53c22ed93a748b904e 4425Author: Jean-Paul Saman <jpsaman@videolan.org> 4426Date: Tue Nov 20 08:30:30 2007 +0000 4427 4428 Patch by Richard Hosking: Allow users specified width and height of v4l2 source. 4429 4430commit 0d38084be8049d211cf16f99a0169cf2305410a4 4431Author: Rafaël Carré <funman@videolan.org> 4432Date: Mon Nov 19 23:34:15 2007 +0000 4433 4434 freetype: use [.\/_] to break lines when ' ' only failed 4435 4436commit b37f567e569cdc4125e321aa926585c9b1d4cc4f 4437Author: Rafaël Carré <funman@videolan.org> 4438Date: Mon Nov 19 22:11:51 2007 +0000 4439 4440 add an unspported demux query to remove a useless error. Show the query number when it's unknown (for the future) 4441 4442commit d549f3be26b7e0177a125fb360fb1f7fb2609705 4443Author: Rémi Denis-Courmont <rem@videolan.org> 4444Date: Mon Nov 19 21:32:46 2007 +0000 4445 4446 Force ISO-8859-8 for Hebrew users 4447 4448commit bb9682166445f98eae6c5a52f6b8d04237c4c9ef 4449Author: Rémi Denis-Courmont <rem@videolan.org> 4450Date: Mon Nov 19 21:26:10 2007 +0000 4451 4452 Simplify 4453 4454commit b2167185764f49f12927dc557d6e2d74e1427c8e 4455Author: Rémi Denis-Courmont <rem@videolan.org> 4456Date: Mon Nov 19 21:21:23 2007 +0000 4457 4458 Comments 4459 4460commit 3d721ce8d62e20323840c9965e4f6d537b0ea4ba 4461Author: Damien Fouilleul <damienf@videolan.org> 4462Date: Mon Nov 19 19:42:19 2007 +0000 4463 4464 activex: fixed registration problems as reported in forums (i.e DllRegisterServer@0 postfix is removed). damn libtool ! 4465 4466commit 3636e3ffadb08db25462b8d27b6e208dc604aca9 4467Author: Rafaël Carré <funman@videolan.org> 4468Date: Mon Nov 19 18:33:09 2007 +0000 4469 4470 matroska demuxer: supports Real Video 4471 4472commit 69d48f0fc8085ee53db9c9060b22ef7c461f9d47 4473Author: Rémi Denis-Courmont <rem@videolan.org> 4474Date: Mon Nov 19 18:28:24 2007 +0000 4475 4476 Comment on the EOF case - this does not change the semantic at all. 4477 4478commit 60dcd8b930e5cda9831db78cd7a112235430de1c 4479Author: Rafaël Carré <funman@videolan.org> 4480Date: Mon Nov 19 17:50:30 2007 +0000 4481 4482 typo 4483 4484commit b78ed59b346fbca13d4ad0bcacf2b701f6de093f 4485Author: Jean-Paul Saman <jpsaman@videolan.org> 4486Date: Mon Nov 19 15:36:33 2007 +0000 4487 4488 Trigger intf_UserLoginPassword() when authorization of rtsp link failed while using --rtsp-http. 4489 4490commit 7dbead87746b2a520eab76607b6da453ef896031 4491Author: Damien Fouilleul <damienf@videolan.org> 4492Date: Mon Nov 19 15:10:40 2007 +0000 4493 4494 contribs: fribidi, tar.bz2 -> tar.gz 4495 4496commit 9b8c613da0c3fb5bd7078cf0b2869abbf6bfd4f8 4497Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4498Date: Mon Nov 19 14:06:52 2007 +0000 4499 4500 src/control: Implement flat_media_list_view construction. 4501 4502commit 3d958c183a2fdf505842c4508030cc9a45631468 4503Author: Jean-Paul Saman <jpsaman@videolan.org> 4504Date: Mon Nov 19 13:59:57 2007 +0000 4505 4506 Enable RTSP rtpInfo track synchronization in live555 demuxer. 4507 4508commit c77ee7637b006df4810a548916072532467936e5 4509Author: Jean-Paul Saman <jpsaman@videolan.org> 4510Date: Mon Nov 19 13:59:56 2007 +0000 4511 4512 live555 improvements: Make rtsp://user:pwd@server/path work and fix --rtsp-http option. 4513 4514commit 264bde566bb3ecee4700db7fd2f38b27f05d1ea4 4515Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4516Date: Mon Nov 19 13:58:52 2007 +0000 4517 4518 vlc_arrays.h: Implement vlc_array_index_of_item. 4519 4520commit d71d800d9d311531a566399bd6b33f9bff9c8a4a 4521Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4522Date: Mon Nov 19 13:48:23 2007 +0000 4523 4524 src/control: Implement libvlc_media_list_view_children_at_index. 4525 4526commit 140517913b5dce1fa54cb23ff6c37b526d904b76 4527Author: Rafaël Carré <funman@videolan.org> 4528Date: Mon Nov 19 12:58:21 2007 +0000 4529 4530 ncurses: display the input's title if it's present instead of the name. Use asprintf() 4531 4532commit 55287bbffd7ddce57a05316560b225f9701550a4 4533Author: Rafaël Carré <funman@videolan.org> 4534Date: Mon Nov 19 12:41:28 2007 +0000 4535 4536 ncurses: yield() the playlist only once 4537 4538commit fa479cd8ae3539cad6db315fb69a01f4e8eef330 4539Author: Rafaël Carré <funman@videolan.org> 4540Date: Mon Nov 19 12:35:45 2007 +0000 4541 4542 ncurses: store the current playlist node in p_sys 4543 Don't store the playlist_t pointer in p_sys since it is always present in any_vlc_object_t->p_libvlc->p_playlist 4544 4545commit 3c5a53bcd9b2fb173019a15ef2466341a508aa78 4546Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4547Date: Mon Nov 19 09:55:34 2007 +0000 4548 4549 MacOSX/Framework/VLCMediaList.m: Fix a few warnings and use a Dictionary instead of an array for -mediaListItemAdded: argument. 4550 4551commit cbe148f25a0c246eab64ed7de365c42de72a7431 4552Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4553Date: Mon Nov 19 09:34:47 2007 +0000 4554 4555 MacOSX/Framework/VLCMedia.m: Remove the directory filter when opening a media. A directory can be seen as a VLCMedia, as it is a playlist, and playlists are media. 4556 4557commit f57d978cf6540f319c72a19f380fb6cc5911272f 4558Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4559Date: Mon Nov 19 09:23:33 2007 +0000 4560 4561 MacOSX/VLC_app: Remove unused files. 4562 4563commit f631d60bc8726b7f1614d7089462fd1156163e34 4564Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4565Date: Mon Nov 19 09:22:13 2007 +0000 4566 4567 MacOSX/VLC_app: Update and simplify to match current Framework state. 4568 4569commit 0b319e4167e85e93dde8ebec2441e3cce9b8b4f1 4570Author: Rafaël Carré <funman@videolan.org> 4571Date: Mon Nov 19 07:16:53 2007 +0000 4572 4573 mozilla: remove harmful excessive debug, thanks to Martin Vávra. 4574 4575commit a4c8807ec2c5c2bc9027f4e74014366aac870d99 4576Author: Jean-Baptiste Kempf <jb@videolan.org> 4577Date: Mon Nov 19 01:43:37 2007 +0000 4578 4579 Real/Sipr, try to use a correct flavor detection, without using the MPlayer hacks... 4580 4581commit da58e962dc7d7742ca10de25b9ba5155f10faae8 4582Author: Rafaël Carré <funman@videolan.org> 4583Date: Mon Nov 19 00:22:42 2007 +0000 4584 4585 mozilla: remove potentially harmful debug on win32 4586 4587commit 8c2706d16016544fecace8a174eae5501747c8bb 4588Author: Felix Paul Kühne <fkuehne@videolan.org> 4589Date: Mon Nov 19 00:17:33 2007 +0000 4590 4591 * forward-port [23152] 4592 4593commit bf6da8b847557674bf35cfc0eb90401372108393 4594Author: Jean-Baptiste Kempf <jb@videolan.org> 4595Date: Sun Nov 18 22:31:43 2007 +0000 4596 4597 Real demuxer: Comments about support/non-support 4598 4599commit fd6cbf79a108fa34705a6040704190b212c3dc4f 4600Author: Rafaël Carré <funman@videolan.org> 4601Date: Sun Nov 18 22:28:18 2007 +0000 4602 4603 ncurses: add a 'g' shortcut to go to the current playing item 4604 4605commit 16fcd880e2e45cb311a8165baf4988fdee2116a8 4606Author: Felix Paul Kühne <fkuehne@videolan.org> 4607Date: Sun Nov 18 21:37:45 2007 +0000 4608 4609 * retrieve fribidi from SourceForge instead of their project server/our own server 4610 4611commit a14d22e1ac978b03bc1311d55a49791aa8a971e6 4612Author: Jean-Paul Saman <jpsaman@videolan.org> 4613Date: Sun Nov 18 21:35:16 2007 +0000 4614 4615 Disable MMXEXT (MMX2) mode for swScaler since it crashes. 4616 4617commit 0bb30cd10df427968df1b1796b0a57d7bd4acef3 4618Author: Jean-Paul Saman <jpsaman@videolan.org> 4619Date: Sun Nov 18 21:35:14 2007 +0000 4620 4621 Chroma conversion using swscaler module. 4622 4623commit cedd80b82059dbddfa946273f3a719fb8230532c 4624Author: Christophe Mutricy <xtophe@videolan.org> 4625Date: Sun Nov 18 21:23:12 2007 +0000 4626 4627 Oops remove debug 4628 4629commit 9e8d440d94c73aa546b51cb0bf0536e143a4f660 4630Author: Christophe Mutricy <xtophe@videolan.org> 4631Date: Sun Nov 18 21:18:48 2007 +0000 4632 4633 Don't leak memory 4634 4635commit f217c5af806ea9f733ae99d00228409a99f1b1e2 4636Author: Rafaël Carré <funman@videolan.org> 4637Date: Sun Nov 18 20:56:44 2007 +0000 4638 4639 xspf muxer: determinates correctly if we're handling a file:// uri, and so produce valid XSPF 4640 4641commit 3890f30a863e18a1a8ca7114c2285ddcdf0349f9 4642Author: Rafaël Carré <funman@videolan.org> 4643Date: Sun Nov 18 20:47:58 2007 +0000 4644 4645 ncurses: various bugfixes 4646 4647 * Workaround KEY_END not working with $TERM=xterm on FreeBSD 4648 * Don't abort when printing strings with unprintable characters ( for example when the user presses ctrl+something in FIND or OPEN boxes ) 4649 * Show a '*' in front of the current node 4650 * Add files in the correct node 4651 4652 This is how nodes do work in ncurses: When you select an item with 'Enter', 4653 4654 * if it's a leaf, then start playing it, and set the current node to the toplevel parent of that leaf (example: local playlist, or media library) 4655 * if it's an empty node, then stop the playlist, and set the current node to be that one, so you can add items to it 4656 * if it's a node with children, set the current node to that one, and start playing the next children of that one 4657 4658 The "current node" means that the playlist will never reach items which aren't direct or indirect children of that node, and so it will stop after the last one has been reached 4659 4660commit a89d3bb46ca0b352eba3790ca2a856802722be9b 4661Author: Jean-Paul Saman <jpsaman@videolan.org> 4662Date: Sun Nov 18 19:28:06 2007 +0000 4663 4664 Indentation. 4665 4666commit da7ab688b0d59af42dcc2b793157814b9a7a09b4 4667Author: Jean-Paul Saman <jpsaman@videolan.org> 4668Date: Sun Nov 18 19:28:01 2007 +0000 4669 4670 Test for PIX_FMT_RGBA iso swscale. 4671 4672commit c532a10b0e7e7df8dcaea5bd6efe741433a64878 4673Author: Jean-Paul Saman <jpsaman@videolan.org> 4674Date: Sun Nov 18 19:27:59 2007 +0000 4675 4676 Patch by Richard Hosking: Honor user specified chroma if the device supports it. 4677 4678commit c450285e4ad6c3ed72c26dca4f428447ee95d471 4679Author: Jean-Baptiste Kempf <jb@videolan.org> 4680Date: Sun Nov 18 19:06:37 2007 +0000 4681 4682 Oops. 4683 4684commit ea411a51cd0a884e4bf44e17d2b4ae52b8890430 4685Author: Jean-Paul Saman <jpsaman@videolan.org> 4686Date: Sun Nov 18 19:03:25 2007 +0000 4687 4688 Attempt to implement chroma conversion using swscale. This currently crashes on calling of pf_convert(). 4689 4690commit ae96181ab60b60dea26ca5ebaf81294d1ebc9590 4691Author: Rafaël Carré <funman@videolan.org> 4692Date: Sun Nov 18 18:19:30 2007 +0000 4693 4694 xspf: don't use %encoding for node title, but only convert XML special characters 4695 4696commit 3b99d3d39fc6b722bd564e023d796cf8df8e8232 4697Author: Jean-Baptiste Kempf <jb@videolan.org> 4698Date: Sun Nov 18 18:15:56 2007 +0000 4699 4700 Realv3: support for broken streams that speciy a wrong FourCC 4701 4702commit ff6ab8ff686cd6f5254e09bd0e0a17af9a0300f6 4703Author: Rafaël Carré <funman@videolan.org> 4704Date: Sun Nov 18 18:06:05 2007 +0000 4705 4706 ncurses: various bugfixes & new box 4707 * Metadata box ( 'm' key) 4708 * Rebuild the playlist immediately after a deletion, avoiding crashes 4709 * Center the title 4710 * Correctly ellipsize wide strings 4711 4712commit 0d48e825e57556bd8240806dafb320b6fa8b5517 4713Author: Rafaël Carré <funman@videolan.org> 4714Date: Sun Nov 18 18:03:25 2007 +0000 4715 4716 xspf muxer: %encode '+' since decode_URI() will decode it as a space 4717 4718commit de90d8cb82cd39e86109892119854dc8b9cb99eb 4719Author: Rafaël Carré <funman@videolan.org> 4720Date: Sun Nov 18 17:59:23 2007 +0000 4721 4722 vlc_meta.h: we don't need VLC_META_CODEC_* but we need the description of the track id 4723 4724commit 7758c84ec625d99808d3ba1f6434319ecbc3560a 4725Author: Rafaël Carré <funman@videolan.org> 4726Date: Sun Nov 18 17:58:36 2007 +0000 4727 4728 mpris controler: doesn't depend on python being in /usr/bin 4729 4730commit bc92b76de23e819760c6fa2ab51185af04b596a8 4731Author: Rafaël Carré <funman@videolan.org> 4732Date: Sun Nov 18 17:57:52 2007 +0000 4733 4734 dbus: super annoying typo 4735 4736commit 1cde1264e385c12532724151ca16be8d94129406 4737Author: Felix Paul Kühne <fkuehne@videolan.org> 4738Date: Sun Nov 18 15:20:10 2007 +0000 4739 4740 * updated the po-files once again 4741 4742commit 2c0fe13b805c4a32aaa44c8a4382b2a999f6bb78 4743Author: Eric Petit <titer@videolan.org> 4744Date: Sun Nov 18 14:12:31 2007 +0000 4745 4746 typo 4747 4748commit bcae3b195daf5e5a000a8d7815919603e4fd7b76 4749Author: Dennis van Amerongen <trax@videolan.org> 4750Date: Sun Nov 18 13:36:58 2007 +0000 4751 4752 * src/input/clock.c: Feed synchro with new ref. point after unexpected discontinuity. Needs testing, should fix ticket #691 no audio/video in transcode after clock gap in input 4753 4754commit 5c2aa699ad9a9bbe9ec8a529f3cffc1ca2e620b5 4755Author: Damien Fouilleul <damienf@videolan.org> 4756Date: Sat Nov 17 23:32:42 2007 +0000 4757 4758 activex: forwardport [23112] 4759 4760commit d79c664cc49051db85228bd663680bf7e14fa26c 4761Author: Jean-Baptiste Kempf <jb@videolan.org> 4762Date: Sat Nov 17 20:03:29 2007 +0000 4763 4764 Add the Changelog-2006. It shouldn't be updated now... :) 4765 4766commit f073a631a01e8a043dd193d6987e81a49673e149 4767Author: Christophe Mutricy <xtophe@videolan.org> 4768Date: Sat Nov 17 19:35:43 2007 +0000 4769 4770 when retrying set the demux to "" for real. refs #1228 4771 4772commit 5b1563c5a4b85074f069c5e36ac28c1343b1b3f7 4773Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4774Date: Sat Nov 17 15:14:59 2007 +0000 4775 4776 modules/codec/ffmpeg/video.c: Fix Remi Duraffort's PIX_FMT_RGBA issue by testing directly for PIX_FMT_RGBA definition, instead of testing if swscale is present. 4777 4778commit 944d0da48cfc728397e476b5c969fa13591b9cdd 4779Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4780Date: Sat Nov 17 14:42:14 2007 +0000 4781 4782 testapi.c: Superficial media list tests. For some reason `make check` doesn't work on here (Mac OS X) due to some libtool issues, so it wasn't tested for real. 4783 4784commit b86be3071b508a82fcaa55f20cb004d390ece855 4785Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4786Date: Sat Nov 17 14:31:18 2007 +0000 4787 4788 control/libvlc_internal.h: Remove definition duplication. 4789 4790commit a2b24c299a5f1ea085c6a7adff7617f8fdd00c2c 4791Author: Pierre d'Herbemont <pdherbemont@videolan.org> 4792Date: Sat Nov 17 14:29:13 2007 +0000 4793 4794 control: Remove libvlc_event_fini exception handling, as we don't need it. 4795 4796commit 19c4b89b75b1ca6092e50950cbc4682440216eec 4797Author: Jean-Paul Saman <jpsaman@videolan.org> 4798Date: Sat Nov 17 13:34:43 2007 +0000 4799 4800 Patch by Richard Hosking: v4l2 minor patch to fix silly bug in handling of user specified caching value. 4801 4802commit b559c96c207b90cd485d97a14187d2d13c5f5274 4803Author: Jean-Baptiste Kempf <jb@videolan.org> 4804Date: Sat Nov 17 09:04:46 2007 +0000 4805 4806 Add a forgotten break; in a case. 4807 So far, it should work for most of the streams, except MP3 in rm (silly guys...), ralf, because it is still unsupported, and Sipr because of the flavour detection. 4808 4809commit 450306de15587bcde1f7ef99d996cc4a0aac6e16 4810Author: Jean-Baptiste Kempf <jb@videolan.org> 4811Date: Sat Nov 17 08:47:24 2007 +0000 4812 4813 Extra Data code factorisation: This shouldn't destroy old support, but please repport any broken stream. 4814 4815commit 195f75696698ee5aefd877dbc9a9cbd8dee0ee3c 4816Author: Jean-Baptiste Kempf <jb@videolan.org> 4817Date: Sat Nov 17 08:24:56 2007 +0000 4818 4819 Cosmetic and mention about unsupported ralf codec. 4820 4821commit 392ab0961937d688a75b130a46b81530746b92e2 4822Author: Jean-Baptiste Kempf <jb@videolan.org> 4823Date: Sat Nov 17 08:16:17 2007 +0000 4824 4825 Reindent after previous commit. 4826 4827commit a9b240f58fa7bfb740de786bef8ae1e82a785b1b 4828Author: Jean-Baptiste Kempf <jb@videolan.org> 4829Date: Sat Nov 17 08:13:58 2007 +0000 4830 4831 Real Demuxer: Support for RM version 3. Tested and works \o/ 4832 4833commit be8e0b448eab950e839994c5e2871e07e4ce1a44 4834Author: Jean-Baptiste Kempf <jb@videolan.org> 4835Date: Sat Nov 17 01:40:34 2007 +0000 4836 4837 Contribs: same insane test for Qt4 libraries... If you want to go on... 4838 4839commit a5e46bf6b9ba6045255008551c8ba97d01e708bc 4840Author: Jean-Baptiste Kempf <jb@videolan.org> 4841Date: Fri Nov 16 23:30:27 2007 +0000 4842 4843 Contribs: Try to use already compiled binaries made by Trolltech instead of the one I have to make on Windows. Use Wine... Close your eyes, it can burn... 4844 4845commit 065d688ec7f2506c2a58d9c11364f1b7d8562ed1 4846Author: Christophe Mutricy <xtophe@videolan.org> 4847Date: Fri Nov 16 22:33:20 2007 +0000 4848 4849 svn:keywords 4850 4851commit d348968129a810e940f9293b8abb0bf970453863 4852Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 4853Date: Fri Nov 16 19:04:37 2007 +0000 4854 4855 core/mediacontrol_core.c: code playlist_get_list using 4856 playlist_nodeDump as reference. 4857 4858commit f063d3e1b502ffbd3018e90bd498136d1fc74616 4859Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 4860Date: Fri Nov 16 18:59:19 2007 +0000 4861 4862 core/mediacontrol_core.c: do not prepend the dummy argv[0] since it is 4863 done in libvlc_new now (since r22749) 4864 4865commit 51c217e7fdb723de78b9362ae94fc70bd23cf5ca 4866Author: Rémi Denis-Courmont <rem@videolan.org> 4867Date: Thu Nov 15 18:09:24 2007 +0000 4868 4869 Typo 4870 4871commit 5a7d66bf55429e2206a1ee2dd65a9a1ffe521cc7 4872Author: Rémi Denis-Courmont <rem@videolan.org> 4873Date: Thu Nov 15 17:58:53 2007 +0000 4874 4875 Revert [23063] 4876 4877commit 5c12870ee0044ded08c411b44743532a64c2463f 4878Author: Rémi Denis-Courmont <rem@videolan.org> 4879Date: Thu Nov 15 17:58:46 2007 +0000 4880 4881 svn:ignore 4882 4883commit 617052d67a2d1a1e1158ffa49951796e181fc668 4884Author: Rémi Denis-Courmont <rem@videolan.org> 4885Date: Thu Nov 15 17:55:02 2007 +0000 4886 4887 - exit() cannot return negative (or large) values 4888 - waitpid() can fail 4889 4890commit 7ce5b93addc52d48c0f277b3ea29a8855275ff5b 4891Author: Jean-Paul Saman <jpsaman@videolan.org> 4892Date: Thu Nov 15 16:29:32 2007 +0000 4893 4894 Fix various memleaks in error paths. 4895 4896commit dd15a9b048ffdb914d8914c690001a81e5276ddd 4897Author: Jean-Paul Saman <jpsaman@videolan.org> 4898Date: Thu Nov 15 13:38:33 2007 +0000 4899 4900 Remove excess whitespace. 4901 4902commit 82e29c9ba1135639fe10881591e6261bc3396ae4 4903Author: Jean-Paul Saman <jpsaman@videolan.org> 4904Date: Thu Nov 15 13:38:32 2007 +0000 4905 4906 Implement clickable osdmenu. The clickable positioning and scaling guessing is not complete (the whole spu region is now clickable with current configurations). 4907 4908commit 9d6bf51a76aa5877fbdce794b0a7ffd267ef1e5a 4909Author: Jean-Paul Saman <jpsaman@videolan.org> 4910Date: Thu Nov 15 13:38:29 2007 +0000 4911 4912 Add macro for determining array size. 4913 4914commit e9ad3b33e9e1ffec88a75284757ce75a6cefd57a 4915Author: Jean-Baptiste Kempf <jb@videolan.org> 4916Date: Thu Nov 15 06:04:02 2007 +0000 4917 4918 Thanks to more other projects. I, of course, forget most, but step-by-step... 4919 It might not be all correct, so... 4920 Btw, at the top or at the bottom ? x264 ? 4921 4922commit 98ede4f254db4125cd8dc77f9f6f34f81b3aaf2b 4923Author: Christophe Mutricy <xtophe@videolan.org> 4924Date: Wed Nov 14 22:02:01 2007 +0000 4925 4926 Don't use modules/gui/opie in gettext as we don't distribute it. 4927 Upgrade POTFILE.in and vlc.pot 4928 4929commit 95adaf302d26466d1aa6d33b97664a5815e200ff 4930Author: Christophe Mutricy <xtophe@videolan.org> 4931Date: Wed Nov 14 21:53:40 2007 +0000 4932 4933 Romanian translation update by Cristian Secară 4934 4935commit 6a71f8cbf23adaccfd3bc616e802c981111e7ee8 4936Author: Antoine Cellerier <dionoea@videolan.org> 4937Date: Wed Nov 14 21:51:34 2007 +0000 4938 4939 svn:ignore include/vlc_about.h 4940 4941commit bfd706067e935775fdb23af2104043b0b722694b 4942Author: Antoine Cellerier <dionoea@videolan.org> 4943Date: Wed Nov 14 21:50:17 2007 +0000 4944 4945 Layout fixes in COPYING (and use spaces instead of tabs). Use a fixed width font in when displaying the license in the qt4 help window (since that's how it's meant to be displayed). 4946 4947commit 0cdb6d811f340a29abdca80bcb33dab0fb11cc88 4948Author: Jean-Baptiste Kempf <jb@videolan.org> 4949Date: Wed Nov 14 18:11:59 2007 +0000 4950 4951 Contribs: libgpg-error version bump. 4952 4953commit 6f3acaadd643d4f7056708dd74f0579f655de892 4954Author: Jean-Paul Saman <jpsaman@videolan.org> 4955Date: Wed Nov 14 15:18:23 2007 +0000 4956 4957 Fix double vlc_object_attach(). 4958 4959commit 1bc8330a3f197a1a0ed072dc0347fc807bbccefa 4960Author: Jean-Paul Saman <jpsaman@videolan.org> 4961Date: Wed Nov 14 15:18:21 2007 +0000 4962 4963 Cleanup on osdmenu video filter. 4964 4965commit f8c1e19a7b7fc98dd25beae22a172895964e3d2d 4966Author: Jean-Paul Saman <jpsaman@videolan.org> 4967Date: Wed Nov 14 15:18:19 2007 +0000 4968 4969 Detach osdmenu object before destroying. 4970 4971commit 099b560c5b3f79b33bd9c22060a76bb0e066499a 4972Author: Jean-Paul Saman <jpsaman@videolan.org> 4973Date: Wed Nov 14 15:18:18 2007 +0000 4974 4975 Indentation 4976 4977commit b08b5f55f6742c705b405b3988d4dc7b4b909152 4978Author: Jean-Paul Saman <jpsaman@videolan.org> 4979Date: Wed Nov 14 15:18:16 2007 +0000 4980 4981 Cleanup osd_ParserLoad()/osdParserUnload(). 4982 4983commit 39434a18b3a2135fd11f16911ea63289ecf75f35 4984Author: Jean-Paul Saman <jpsaman@videolan.org> 4985Date: Wed Nov 14 15:18:15 2007 +0000 4986 4987 Return pointer to osdmenu object and use that iso NULL pointer. 4988 4989commit b993600a6bab86f8d4dc8f22f3938f87a1563a93 4990Author: Jean-Paul Saman <jpsaman@videolan.org> 4991Date: Wed Nov 14 15:18:12 2007 +0000 4992 4993 Use the filename passed and not the configuration file. 4994 4995commit 4527fa30438336684ea373c96e1b8fa7b41db373 4996Author: Jean-Paul Saman <jpsaman@videolan.org> 4997Date: Wed Nov 14 15:18:10 2007 +0000 4998 4999 Cleanup indentation. 5000 5001commit 1f7592ff27f8b754e123d3135be15c9db54fc281 5002Author: Jean-Paul Saman <jpsaman@videolan.org> 5003Date: Wed Nov 14 15:18:09 2007 +0000 5004 5005 Refactor osdmenu parsing logic. 5006 5007commit 7d39628de408b31b48153d4705ceb6f5a9e12bcb 5008Author: Jean-Paul Saman <jpsaman@videolan.org> 5009Date: Wed Nov 14 15:18:07 2007 +0000 5010 5011 Add osd_parser to configure.ac 5012 5013commit 20f054d07cba69a49814b5d8b6e550e092856b54 5014Author: Jean-Paul Saman <jpsaman@videolan.org> 5015Date: Wed Nov 14 15:18:04 2007 +0000 5016 5017 Add new files which should have been in previous commit. 5018 5019commit ad1fb8798056bb4d298aae0d9d053f8872fc4a79 5020Author: Jean-Paul Saman <jpsaman@videolan.org> 5021Date: Wed Nov 14 15:18:02 2007 +0000 5022 5023 Further factoring out osdmenu parser functionality from osdmenu handling. Started a dummy modules/misc/osd/xml.c osdmenu parser. 5024 5025commit e467dc8322347bfa6d74af8854e1004da073297d 5026Author: Jean-Paul Saman <jpsaman@videolan.org> 5027Date: Wed Nov 14 15:18:00 2007 +0000 5028 5029 Add newline to end of file, shuts up the compiler. 5030 5031commit 4ff5e969b5892a9f56ee1b5d77d86bdc7202250f 5032Author: Jean-Paul Saman <jpsaman@videolan.org> 5033Date: Wed Nov 14 15:17:57 2007 +0000 5034 5035 Fix merge conflicts for src/osd/osd.c 5036 5037commit 6f7b6bf6fd00917d97fb297db4c9f53bd44fe2bb 5038Author: Jean-Paul Saman <jpsaman@videolan.org> 5039Date: Wed Nov 14 07:14:22 2007 +0000 5040 5041 Make PIX_FMT_RGBA dependend on ffmpeg with swscale. Patch by Remi Duraffort <ivoire at via.ecp.fr>. 5042 5043commit 18be28ae221f8dc72fbf173e2a7e74d6e6c80ee6 5044Author: Rafaël Carré <funman@videolan.org> 5045Date: Wed Nov 14 00:30:45 2007 +0000 5046 5047 make vlc_object_timedwait() return immediately if the object or libvlc is dying 5048 5049commit 8cc57c7a80f9875ab3f6cf56f6e9df9a88177f3b 5050Author: Rafaël Carré <funman@videolan.org> 5051Date: Tue Nov 13 23:28:22 2007 +0000 5052 5053 xspf: fix nodes encoding. big up to yoannp for fully nested xspf ! 5054 5055commit 724f40098f3029aabae9b97d90185ba9c73f74df 5056Author: Christophe Mutricy <xtophe@videolan.org> 5057Date: Tue Nov 13 22:44:36 2007 +0000 5058 5059 Cosmetic 5060 5061commit 890dbc2206f595c016b2923f0f8b206d269a1877 5062Author: Yoann Peronneau <yoann@videolan.org> 5063Date: Tue Nov 13 22:10:58 2007 +0000 5064 5065 * XSPF nested playlist 5066 5067commit 78010fbc3880df6ec5cf479e299fe664ac0f3d16 5068Author: Antoine Cellerier <dionoea@videolan.org> 5069Date: Tue Nov 13 21:36:52 2007 +0000 5070 5071 Add news about Album art, luameta and luaintf. 5072 5073commit 5c673a35854b0f2b3bacd0fa1d53afb91fc5e832 5074Author: Antoine Cellerier <dionoea@videolan.org> 5075Date: Tue Nov 13 21:20:56 2007 +0000 5076 5077 Fix error in javascript "playlist xml" -> html routine which messed up display of playlist with nodes 2 or more deep which didn't have any leaves. 5078 5079commit ee9cedc7ce3c868e14588d97df63d486ec282b79 5080Author: Antoine Cellerier <dionoea@videolan.org> 5081Date: Tue Nov 13 21:08:37 2007 +0000 5082 5083 Add "search as you type" to the HTTP interface. 5084 5085commit 9f8aa0ff1f7dc797ff47371480829c89377588f6 5086Author: Rafaël Carré <funman@videolan.org> 5087Date: Tue Nov 13 18:21:46 2007 +0000 5088 5089 xspf demuxer: fix extension reading 5090 5091commit d5a0120de4527bb2852528704e9a9090ed8e5fca 5092Author: Jean-Baptiste Kempf <jb@videolan.org> 5093Date: Tue Nov 13 07:48:21 2007 +0000 5094 5095 Cosmetic and initial support of sipr in rm demuxer. Doesn't work with all flavours yet. 5096 5097commit d4515c0fef4802d26e0e3edf61e6c431c03a3600 5098Author: Jean-Baptiste Kempf <jb@videolan.org> 5099Date: Tue Nov 13 07:39:09 2007 +0000 5100 5101 Real decoder: Use the real libraries to decode atrac and sipr (sipr still doesn't work, because the flavour is misdetected) 5102 Add a few ifdefs for Loader use. 5103 5104commit b985328ee2bfccba4a39416c9c2bb54409028c53 5105Author: Jean-Baptiste Kempf <jb@videolan.org> 5106Date: Tue Nov 13 06:33:10 2007 +0000 5107 5108 Real Demuxer: Support for Atrac-3 codecs in Real files. Close #1359. 5109 Some new comments are in. 5110 5111commit c0f040ead6df72fe224a97a095ded83be1c0ae15 5112Author: Jean-Baptiste Kempf <jb@videolan.org> 5113Date: Tue Nov 13 05:24:02 2007 +0000 5114 5115 Don't make fontconfig depend on Makefile in contribs, it is boring to recompile all the time :D 5116 5117commit c0c8177413140aa25953d3610fbb74bc6ea2a110 5118Author: Jean-Baptiste Kempf <jb@videolan.org> 5119Date: Tue Nov 13 05:19:10 2007 +0000 5120 5121 Libcdio update for Mac OS Contribs, memleaks and small bugs. 5122 5123commit 5e218f9cfa2ea6cd48a951bfd27fc3a24c25f206 5124Author: Jean-Baptiste Kempf <jb@videolan.org> 5125Date: Tue Nov 13 05:05:06 2007 +0000 5126 5127 Contribs: png version bumps to 1.2.23, cleaning and perf release. For once, no CVE :D 5128 5129commit 5d12aaf8536f78a339abceede842f7c78536d670 5130Author: Jean-Baptiste Kempf <jb@videolan.org> 5131Date: Tue Nov 13 04:58:42 2007 +0000 5132 5133 Contribs: jump to faad 2.6.1. The patch is useless, but don't remove it might still be usefull. 5134 5135commit a4fa3c64f29098e3e3342d2a693cd14cb8e613db 5136Author: Jean-Baptiste Kempf <jb@videolan.org> 5137Date: Tue Nov 13 04:56:04 2007 +0000 5138 5139 Start a contribs section in THANKS. This is just a beginning and may need to be rewritten, changed etc... 5140 Anyway, it is now valid to use faad2 v >= 2.6.1 5141 5142commit 8ba909ce0f69a3ae16370091aaeeed57d58c5eb6 5143Author: Pierre d'Herbemont <pdherbemont@videolan.org> 5144Date: Mon Nov 12 23:12:43 2007 +0000 5145 5146 Makefile.am: Remove for goods disabled code. (as per funman's request). 5147 5148commit bc55afb50ef27a43cf95050d01d0376e974af23e 5149Author: Ilkka Ollakka <ileoo@videolan.org> 5150Date: Mon Nov 12 23:02:18 2007 +0000 5151 5152 GET_PARAMETERS doesn't seem to work so well agains DSS 5.5.4, 5153 SET_PARAMETERS works agains DSS 5.5.4 and WMS 2003. WMS2003 doesn't 5154 accept empty parameter/value pair, so have to set something. 5155 5156commit 31c0f5258cb3b28af2135c6f3a0d607efc9f4174 5157Author: Pierre d'Herbemont <pdherbemont@videolan.org> 5158Date: Mon Nov 12 22:59:14 2007 +0000 5159 5160 Makefile.am: Disable icon positionement in the dmg. 5161 5162commit 4bde22b6ed61c8610b140e7392d48c39fd568b94 5163Author: Antoine Cellerier <dionoea@videolan.org> 5164Date: Mon Nov 12 22:27:00 2007 +0000 5165 5166 Fix problem with the search lua wrapper (it always returned the "category" playlist even when searching in "onelevel" mode). 5167 Remove debug prints from the rc.lua module. 5168 5169commit 2d3320dc962cca52a0388c0b3ff4c470e8ac830e 5170Author: Antoine Cellerier <dionoea@videolan.org> 5171Date: Mon Nov 12 22:18:31 2007 +0000 5172 5173 Add option to use a flat playlist in the rc.lua interface (default disabled). 5174 5175commit 3f32e82e12c68514db43bc1f7a4d7a460d2c6bb8 5176Author: Christophe Mutricy <xtophe@videolan.org> 5177Date: Mon Nov 12 22:08:54 2007 +0000 5178 5179 Swedish translation update by Daniel Nylander 5180 5181commit 87c76c20237a663506a2deed9f8db9af732fee47 5182Author: Antoine Cellerier <dionoea@videolan.org> 5183Date: Mon Nov 12 22:00:47 2007 +0000 5184 5185 Add services discovery support and enhance playlist support for lua interface modules. Added "search", "sort" and "sd" commands to rc.lua. Restored true playlist functionality and sd selection in the lua http intf. 5186 5187commit 8ca1085a0efc5838aabe9c84276eee1ea1c0d580 5188Author: Rafaël Carré <funman@videolan.org> 5189Date: Mon Nov 12 21:47:08 2007 +0000 5190 5191 luaplaylist: adds experimental script for joox.net 5192 5193commit cf9d63760cdc28389f89a97772dffd9683afabbc 5194Author: Rafaël Carré <funman@videolan.org> 5195Date: Mon Nov 12 20:10:54 2007 +0000 5196 5197 xspf export: write the extension tag before the trackList, we'll need to read it first to handle it properly. 5198 5199commit 1977452030e44c34634b0f9a5d1eb8b65dc43bc0 5200Author: Pierre d'Herbemont <pdherbemont@videolan.org> 5201Date: Mon Nov 12 16:39:18 2007 +0000 5202 5203 modules/services_discovery/upnp_intel.cpp: Add a todo note: this module needs to be rewritten used the new services discovery API. (this is not really helpful, but yet, that could help to track bugs). 5204 5205commit c37287da346aae3c6064f56c0c3946bf09f2c1ce 5206Author: Damien Fouilleul <damienf@videolan.org> 5207Date: Mon Nov 12 14:44:20 2007 +0000 5208 5209 dvdnav: support for new incarnation hosted in mplayerhq 5210 5211commit 3828287d44a29e2cbdae01aca3946bcc34c012e2 5212Author: Rafaël Carré <funman@videolan.org> 5213Date: Mon Nov 12 13:36:09 2007 +0000 5214 5215 services_discovery_SetLocalizedName() is now mandatory. Fix #1344 5216 upnp_intel module still has to be rewritten (it will crash at runtime) 5217 5218commit 72757e9340c0d3a64760349a06fbc7aa47ba0417 5219Author: Rafaël Carré <funman@videolan.org> 5220Date: Mon Nov 12 13:34:54 2007 +0000 5221 5222 googleimage plugin: don't run vlc.uri_decode on a nil string 5223 5224commit 5395427fef4d5c327bec4d21188f41043ce07b70 5225Author: Jean-Baptiste Kempf <jb@videolan.org> 5226Date: Mon Nov 12 07:50:16 2007 +0000 5227 5228 Wx: this should fix the [23027] commit for compilation. needs review. 5229 5230commit e3227add0581aa50cac13b532c7bebc4a2ed5ec3 5231Author: Pierre d'Herbemont <pdherbemont@videolan.org> 5232Date: Sun Nov 11 21:09:55 2007 +0000 5233 5234 configure.ac: Fix a typo in my previous commit. 5235 5236commit acbd355a0bc946f82235ddce81a7b50d92f1b094 5237Author: Antoine Cellerier <dionoea@videolan.org> 5238Date: Sun Nov 11 21:08:36 2007 +0000 5239 5240 Use the services_discovery_GetServicesNames() function in the qt4 and wxwidgets (i don't compile the wxwidgets module so there might be a few warnings/errors). This removes comprehension of how VLC modules work from the interface plugins. This change still needs to be done in the modules/gui/macosx/playlist.m file. 5241 5242commit ffc3180d5c6e8968b20541caa02a1ba84ad759f1 5243Author: Pierre d'Herbemont <pdherbemont@videolan.org> 5244Date: Sun Nov 11 21:03:42 2007 +0000 5245 5246 configure.ac: Fix Mac OS X 10.4 support (Reported by Enrique Osuna). 5247 5248commit 07c7cdcb2194cc5aa12b906f1489c9c4a76ef473 5249Author: Antoine Cellerier <dionoea@videolan.org> 5250Date: Sun Nov 11 20:32:43 2007 +0000 5251 5252 Add argument to module_GetModulesNamesForCapability (and services_discovery_GetServicesNames) to also get the longnames. 5253 5254commit 44de901a6dcdb11f25ab8583738ad0e2ba3c4959 5255Author: Antoine Cellerier <dionoea@videolan.org> 5256Date: Sun Nov 11 20:16:51 2007 +0000 5257 5258 Fix module_GetModulesNamesForCapability() and make it handle submodules properly (ie: the shoutcasttv submodule is returned as "shoutcasttv" instead of "shout"). This function (or its services_discovery_GetServicesNames(p_this) specialised version) should be used in interfaces, instead of the current code duplication. 5259 5260commit 7fe8ad1b31a721f9eebe7df825e7e499ea9a9734 5261Author: Christophe Mutricy <xtophe@videolan.org> 5262Date: Sun Nov 11 19:26:32 2007 +0000 5263 5264 Fix [23001] 5265 5266commit 72f289cb711a3cbe1612dee74e1bde5a57ed23fc 5267Author: Rafaël Carré <funman@videolan.org> 5268Date: Sun Nov 11 18:48:07 2007 +0000 5269 5270 alsa: use the pcm status to compute the delay. fix #894 (spdif passthrough) 5271 Please report loudly any regression, using spdif or not. 5272 5273commit 22053c46a80be0c28a9e07730bc9888b14618503 5274Author: Felix Paul Kühne <fkuehne@videolan.org> 5275Date: Sun Nov 11 15:48:39 2007 +0000 5276 5277 * updated the comments, so other people can understand what we're doing on Leopard 5278 5279commit 2d06f4d7330c598464ba7cb5520753b490b181f3 5280Author: Pierre d'Herbemont <pdherbemont@videolan.org> 5281Date: Sun Nov 11 14:50:30 2007 +0000 5282 5283 configure.ac: Because of the ld text relocation bug on Mac OS X, we have to disable ffmpeg when using such linker for the time being. Add a big warning at the end of configure if we are in such a configuration. 5284 5285commit 518097e0f29a5536093f511e85b67c658825121a 5286Author: Rafaël Carré <funman@videolan.org> 5287Date: Sun Nov 11 13:45:16 2007 +0000 5288 5289 Install required files for lua http interface 5290 5291commit 2ed5acfdde9ac4517a10c7ad0666014be685c970 5292Author: Jean-Baptiste Kempf <jb@videolan.org> 5293Date: Sun Nov 11 06:08:59 2007 +0000 5294 5295 Real Audio: Add support for RealPlayer 10/10GOLD .so 5296 5297commit e5147c68f462673172739e1be7b95088187d13f7 5298Author: Jean-Baptiste Kempf <jb@videolan.org> 5299Date: Sun Nov 11 04:46:31 2007 +0000 5300 5301 More Real Codecs paths. 5302 5303commit f1f413481142a192abd5a9adbaa44f8021351cf4 5304Author: Jean-Baptiste Kempf <jb@videolan.org> 5305Date: Sun Nov 11 04:02:48 2007 +0000 5306 5307 RealAudio, more paths to search realAudio codecs. 5308 5309commit 0dd040c1fb8f1a169abed422464fc3b121b16eff 5310Author: Jean-Baptiste Kempf <jb@videolan.org> 5311Date: Sun Nov 11 03:26:09 2007 +0000 5312 5313 Qt4 - Use >= instead of == in loopA-B (thanks funman) 5314 5315commit 66dbf82c6bb6eaf6f758c91652df1215f5da62c3 5316Author: Jean-Baptiste Kempf <jb@videolan.org> 5317Date: Sun Nov 11 01:52:28 2007 +0000 5318 5319 Qt4 - A to B Loop implementation. 5320 5321commit 34c9ee459c839448e00601d66652a5824d56c35b 5322Author: Jean-Baptiste Kempf <jb@videolan.org> 5323Date: Sun Nov 11 01:51:57 2007 +0000 5324 5325 Store the time and length in int, since we use only the seconds count. 5326 5327commit 0da94177ecd5df425e4662aadb801309eadf1e0d 5328Author: Felix Paul Kühne <fkuehne@videolan.org> 5329Date: Sat Nov 10 23:21:41 2007 +0000 5330 5331 * a few more 5332 5333commit 42ee1b383a1a1171a33133194629161acdf168d3 5334Author: Felix Paul Kühne <fkuehne@videolan.org> 5335Date: Sat Nov 10 23:14:17 2007 +0000 5336 5337 * English grammar fixes and beautifications for the intf_UserFatal messages 5338 5339commit e10d43118219b4cd6e2fce4c44b70778f9ebcc30 5340Author: Antoine Cellerier <dionoea@videolan.org> 5341Date: Sat Nov 10 16:34:53 2007 +0000 5342 5343 Port the http interface to the Lua Interface Module framework. 5344 5345 * share/luaintf/http.lua: Equivalent of the legacy modules/control/http/ 5346 module. (The new module takes 272 lines of Lua, instead of 5475 lines for 5347 the old one.) Functionality is basically the same except for CGI support 5348 which is missing. 5349 * share/http-lua/: The HTML files using the new <?vlc [lua code] ?> syntax. 5350 * modules/misc/lua/: Add Lua bindings for a few VLC function, the most 5351 important being the HTTPd high level functions, ACLs, stat and opendir. 5352 5353 The Lua code still needs to be cleaned up a bit. 5354 5355commit 050188ce4cea0fe17c21eba1d429ff44e0f92ea4 5356Author: Pierre d'Herbemont <pdherbemont@videolan.org> 5357Date: Sat Nov 10 15:26:11 2007 +0000 5358 5359 contrib/src/Makefile: Update ffmpeg macosx-intel patch application recipe. 5360 5361commit d421f3ca3a295fb60dd3800e1e8ab7371a49614a 5362Author: Pierre d'Herbemont <pdherbemont@videolan.org> 5363Date: Sat Nov 10 15:09:52 2007 +0000 5364 5365 contrib/ffmpeg-macosx-intel-mmx.patch: Use Graham Booker's patch which works around the ld64 text relocation bug. 5366 5367commit 018f3af4e27c5309ca80f5204f921576b673dd4d 5368Author: Pierre d'Herbemont <pdherbemont@videolan.org> 5369Date: Sat Nov 10 14:58:14 2007 +0000 5370 5371 configure.ac: On Mac OS X, if ld has the text reloc bug, disable mmx and sse. 5372 5373commit d431f940555125180841cb9800cf3d34032bf41d 5374Author: Pierre d'Herbemont <pdherbemont@videolan.org> 5375Date: Sat Nov 10 14:23:03 2007 +0000 5376 5377 configure.ac: Allow --disable-mmx and --disable-sse. 5378 5379commit 9c4b2e75b6327b91cd42b5bb2d44e222487f937a 5380Author: Felix Paul Kühne <fkuehne@videolan.org> 5381Date: Sat Nov 10 14:11:33 2007 +0000 5382 5383 ehm, forgot this in [23004] 5384 5385commit 159078ce2187960b3b314f18a87f46ea1dd7b09a 5386Author: Felix Paul Kühne <fkuehne@videolan.org> 5387Date: Sat Nov 10 14:10:33 2007 +0000 5388 5389 * disable ASM support in libtheora for now (until the authors release a fixed version or Apple a fixed ld) 5390 5391commit 7e93c288170af3be779d80747720fe1e15408f0e 5392Author: Damien Fouilleul <damienf@videolan.org> 5393Date: Fri Nov 9 23:39:35 2007 +0000 5394 5395 - lua: meeds winsock2 on win32 5396 5397commit 5dd38e75cca5a8746cab7d529b94e089b4890a3b 5398Author: Christophe Mutricy <xtophe@videolan.org> 5399Date: Fri Nov 9 22:07:51 2007 +0000 5400 5401 Don't replace @ on file without e-mail address 5402 5403commit b821a26f75ab2119c9c8d1fe1a625a78a54d7e93 5404Author: Jean-Baptiste Kempf <jb@videolan.org> 5405Date: Fri Nov 9 18:59:33 2007 +0000 5406 5407 Qt4 - Sprefs: cosmetic and string change. 5408 5409commit bb45b3c23d239bccbb959e3a10489568e09880e6 5410Author: Christophe Mutricy <xtophe@videolan.org> 5411Date: Fri Nov 9 18:43:12 2007 +0000 5412 5413 Typo 5414 5415commit 1a48e9a028b6c278eb7d122c44894cdb688d35e1 5416Author: Christophe Mutricy <xtophe@videolan.org> 5417Date: Fri Nov 9 18:19:53 2007 +0000 5418 5419 Bool options need a special format 5420 5421commit 251648e32246c48729986e65678bac16e5061e47 5422Author: Jean-Paul Saman <jpsaman@videolan.org> 5423Date: Fri Nov 9 10:26:44 2007 +0000 5424 5425 Fix some potential segfaults, some cleanup and fix subtitling positioning. 5426 5427commit 02044642f90c7e7e5774624e68d71cd5528a56de 5428Author: Jean-Baptiste Kempf <jb@videolan.org> 5429Date: Fri Nov 9 02:30:53 2007 +0000 5430 5431 Qt4 - Open: clean again, and fix the clear() bug. 5432 5433commit fe986989fc4249ce585582f0ed8edb94d90b3cf5 5434Author: Jean-Baptiste Kempf <jb@videolan.org> 5435Date: Fri Nov 9 02:11:08 2007 +0000 5436 5437 Qt4 - Open Dialog: Code cosmetic. 5438 5439commit 78510eda324d3113f4764be2b8708d1131e8980a 5440Author: Jean-Baptiste Kempf <jb@videolan.org> 5441Date: Fri Nov 9 02:06:42 2007 +0000 5442 5443 Qt4 - Slight string change and code cosmetic. 5444 5445commit d709d80d6074cfa60e0fe2162bbf0504ca4a4560 5446Author: Christophe Mutricy <xtophe@videolan.org> 5447Date: Thu Nov 8 23:08:19 2007 +0000 5448 5449 typo 5450 5451commit ac0a9aeba4baf3cd55d9e24ec5da521afcf36c53 5452Author: Christophe Mutricy <xtophe@videolan.org> 5453Date: Thu Nov 8 22:52:51 2007 +0000 5454 5455 Slovenian l10n update by Matej Urbančič 5456 5457commit 7fd99ddfbb556f8eff5715673db8a2f42b030505 5458Author: Antoine Cellerier <dionoea@videolan.org> 5459Date: Thu Nov 8 22:14:52 2007 +0000 5460 5461 Remove AltGr+Space character (firefox doesn't like it). 5462 5463commit 443f056bf3340c70030f9801f94a3e774ac1bfe0 5464Author: Jean-Baptiste Kempf <jb@videolan.org> 5465Date: Thu Nov 8 01:07:15 2007 +0000 5466 5467 Correct a typo in [22984], s/meta-fetch/fetch-meta :D 5468 5469commit bfc832905d61b85d651165beea67d4037ebaaa7f 5470Author: Jean-Baptiste Kempf <jb@videolan.org> 5471Date: Thu Nov 8 00:54:54 2007 +0000 5472 5473 Qt4 - strings modif. 5474 5475commit 5d86e67df293aad304717e538091ead47d130be3 5476Author: Jean-Baptiste Kempf <jb@videolan.org> 5477Date: Thu Nov 8 00:45:23 2007 +0000 5478 5479 Qt4 - Interfaces, strings change. 5480 5481commit b2fc911ec3e1c1c41cbe25cf6685ef0775fea777 5482Author: Rafaël Carré <funman@videolan.org> 5483Date: Thu Nov 8 00:36:09 2007 +0000 5484 5485 check in updated po files 5486 5487commit 4df7f5a54981537a97c55b4a3ab4a4538686f8ce 5488Author: Christophe Mutricy <xtophe@videolan.org> 5489Date: Thu Nov 8 00:07:58 2007 +0000 5490 5491 Don't put built sources in POTFILES.in 5492 5493commit 7d648f63d8ece03e673973aad16c0db14afdcb94 5494Author: Jean-Baptiste Kempf <jb@videolan.org> 5495Date: Wed Nov 7 23:22:59 2007 +0000 5496 5497 FFmpeg - add the MPCK fourCC, that seems to be associated to some SV8. 5498 But it may be useless, because of our mpc demuxer... 5499 5500commit 4d52eeb6b95ea2443673d1f4de020199967d4766 5501Author: Jean-Baptiste Kempf <jb@videolan.org> 5502Date: Wed Nov 7 23:00:58 2007 +0000 5503 5504 Qt4 - Add the meta-fetcher option to the privacy part of the Simple preferences. 5505 5506commit 9c9d1dddbaadcc675ba5e402ae12a0c1698bc442 5507Author: Pierre d'Herbemont <pdherbemont@videolan.org> 5508Date: Wed Nov 7 21:21:46 2007 +0000 5509 5510 playlist: Add an option to disable meta-fetch. (Need to be merged with art-fetch). 5511 5512commit 014ff1d36a37ba5761df307da63c96df0a99fad4 5513Author: Christophe Mutricy <xtophe@videolan.org> 5514Date: Wed Nov 7 20:20:41 2007 +0000 5515 5516 Update vlc.pot 5517 5518commit 4f2ae2af08a73d2cbdbd0443d42f13458d7d087a 5519Author: Antoine Cellerier <dionoea@videolan.org> 5520Date: Wed Nov 7 19:36:02 2007 +0000 5521 5522 Return the p_sys pointer in the httpd_{Handler,File}Delete functions (in case you need it to clean up stuff). 5523 5524commit e574279363ad205597d577f350984586066cc608 5525Author: Jean-Baptiste Kempf <jb@videolan.org> 5526Date: Wed Nov 7 17:59:24 2007 +0000 5527 5528 Qt4 - Add some privacy options to Simple Preferences. 5529 5530commit 7793f291c25190b758f81e85be7b8ab07768bd85 5531Author: Jean-Baptiste Kempf <jb@videolan.org> 5532Date: Wed Nov 7 02:21:04 2007 +0000 5533 5534 Qt4 - Display "--:--" in the status bar when vlc can't guess the total time. 5535 I think it is better that way and confuse less the users. 5536 5537commit dff7943b2af0df48719280d6e5d6533b258bb40f 5538Author: Jean-Baptiste Kempf <jb@videolan.org> 5539Date: Wed Nov 7 02:11:30 2007 +0000 5540 5541 Qt4 - MainInterface, Don't show remaining time when length is 0. 5542 5543commit d1cf65c531b04f9260839b18d95db5157bedf3da 5544Author: Pierre d'Herbemont <pdherbemont@videolan.org> 5545Date: Tue Nov 6 18:04:38 2007 +0000 5546 5547 configure.ac: Previous commit isn't necessary, isysroot implies syslibroot from experience. 5548 5549commit b0d89baf36c7708aba61c6f8e2439c46921c84c4 5550Author: Pierre d'Herbemont <pdherbemont@videolan.org> 5551Date: Tue Nov 6 16:37:40 2007 +0000 5552 5553 configure.ac: Use -syslibroot ld argument when using --with-macosx-sdk. 5554 5555commit 8f8d55f21c784c004a80c15d6c4135b141f704e5 5556Author: Jean-Baptiste Kempf <jb@videolan.org> 5557Date: Tue Nov 6 02:55:44 2007 +0000 5558 5559 Qt4 - SPrefs, make the hotkeys module take all the space available. 5560 5561commit 855cf8bf58be454704e448bf3cb2284c7a9e246e 5562Author: Jean-Baptiste Kempf <jb@videolan.org> 5563Date: Tue Nov 6 02:47:07 2007 +0000 5564 5565 Qt4 - Long lines, cosmetics and trailing spaces fixes. 5566 5567commit 86e63937fff7c645d0ea4228a293e031e16d924a 5568Author: Jean-Baptiste Kempf <jb@videolan.org> 5569Date: Tue Nov 6 02:43:01 2007 +0000 5570 5571 Qt4 - SPrefs: use a switch to remove stupid iterative ifs. 5572 5573commit d2d0350a1f1640065e46e83024a3ce9c51b7cd4b 5574Author: Jean-Baptiste Kempf <jb@videolan.org> 5575Date: Tue Nov 6 02:30:19 2007 +0000 5576 5577 Qt4 - Remove unreachable code. 5578 5579commit 09630cc19d698c34002bef4aeeab9a798b9e8e72 5580Author: Jean-Baptiste Kempf <jb@videolan.org> 5581Date: Tue Nov 6 02:25:30 2007 +0000 5582 5583 Qt4 - Hotkeys Preferences: * Create the QLabel warning only if needed, 5584 * Fix the "empty value, empty text" key bug. 5585 5586commit f437e6eb9cd9be0c004013c2593c2fed109c6daf 5587Author: Jean-Baptiste Kempf <jb@videolan.org> 5588Date: Tue Nov 6 02:05:47 2007 +0000 5589 5590 Qt4 - Hotkeys, correct some unicode problem and change the default behaviour. 5591 5592commit d8fd7df3f41d8fae8657876b1faa36af7886fe41 5593Author: Jean-Baptiste Kempf <jb@videolan.org> 5594Date: Mon Nov 5 23:52:23 2007 +0000 5595 5596 Qt4 - Remove now unneeded files. 5597 5598commit ff6613e350a80ed99507d877cfac51e25a9ae606 5599Author: Jean-Baptiste Kempf <jb@videolan.org> 5600Date: Mon Nov 5 23:47:40 2007 +0000 5601 5602 Qt4 - Unification of Hotkeys for Sprefs et Adv Preferences. 5603 5604commit 0b8e11bd3f39d15873133711aabe190f47b98fa1 5605Author: Jean-Baptiste Kempf <jb@videolan.org> 5606Date: Mon Nov 5 23:12:08 2007 +0000 5607 5608 Qt4 - make GNOME and KDE people happy. 5609 5610commit 3e8d0beb2925c3b2cf6eaa1a45186d5094c40569 5611Author: Jean-Baptiste Kempf <jb@videolan.org> 5612Date: Mon Nov 5 23:01:15 2007 +0000 5613 5614 Qt4 - Improve the hotkeys preferences. 5615 5616commit d5107810595354bd93f6bf65713c039d1bc7cb8b 5617Author: Antoine Cellerier <dionoea@videolan.org> 5618Date: Mon Nov 5 21:52:26 2007 +0000 5619 5620 * modules/misc/lua: 5621 * Add vlc.license() 5622 * vlc.vlm.execute_command() now returns the VLC error code and the corresponding error message as 2nd and 3rd return values. 5623 * share/luaintf: add help and module description related stuff to the telnet and rc modules. 5624 5625commit 94742be8ad29e8941d9eec6835f78633cf0f6142 5626Author: Antoine Cellerier <dionoea@videolan.org> 5627Date: Mon Nov 5 20:46:41 2007 +0000 5628 5629 Revert part of r22952 which broke commands of more than 1000 chars. 5630 5631commit 786b6c4ad0ca8e7fcb45e090ab4330a26839fc66 5632Author: Christophe Mutricy <xtophe@videolan.org> 5633Date: Mon Nov 5 19:42:29 2007 +0000 5634 5635 svn:keywords 5636 5637commit 096b58df0c41bd93ac51ac4ee12dd9027be08bdb 5638Author: Pierre d'Herbemont <pdherbemont@videolan.org> 5639Date: Mon Nov 5 17:18:17 2007 +0000 5640 5641 Makefile.am: Build and export the Framework in package-macosx. This is probably not an appropriate place and will change one day. 5642 5643commit 9af57553c9e93a62d2f9b68f78d0420053fbffa2 5644Author: Rémi Denis-Courmont <rem@videolan.org> 5645Date: Mon Nov 5 17:08:36 2007 +0000 5646 5647 Cosmetic fix (excessive indentation) 5648 5649commit 35c8e86dba758c48719a49f983babfe21a3348f4 5650Author: Rémi Denis-Courmont <rem@videolan.org> 5651Date: Mon Nov 5 16:58:36 2007 +0000 5652 5653 Fix a few minor race conditions 5654 5655commit 03f87d80bfd2c8d3e1bb6e0fb5a941e5fd7705f0 5656Author: Rémi Denis-Courmont <rem@videolan.org> 5657Date: Mon Nov 5 16:24:07 2007 +0000 5658 5659 Fix previous commit 5660 5661commit 40d39fa10aac4c2710c3c7682033b483644ea467 5662Author: Rémi Denis-Courmont <rem@videolan.org> 5663Date: Mon Nov 5 16:16:36 2007 +0000 5664 5665 Recover from ALSA suspend properly if the device does not support resuming 5666 5667commit bd0a73c986b4e3af39826e88e0f0ad2026059e16 5668Author: Pierre d'Herbemont <pdherbemont@videolan.org> 5669Date: Mon Nov 5 16:13:57 2007 +0000 5670 5671 MacOSX/Framework/VLC.xcodeproj: Fix compilation. 5672 5673commit 2088806206d45c336ff19bb10f439232c5db1dc2 5674Author: Jean-Baptiste Kempf <jb@videolan.org> 5675Date: Mon Nov 5 07:26:36 2007 +0000 5676 5677 Qt4 - Preferences, improve a bit the Hotkeys. Preparatory work to merge the Hotkeys from SPrefs and AdvPrefs. 5678 5679commit 3fb4b0304c61b3aa0719c35036d7583470f47a9f 5680Author: Jean-Baptiste Kempf <jb@videolan.org> 5681Date: Mon Nov 5 06:07:25 2007 +0000 5682 5683 Qt4 - Preferences: spaces and comments. 5684 5685commit c05d2ce6c4bc3848edca8fe8eadf7d33cd21ce59 5686Author: Jean-Baptiste Kempf <jb@videolan.org> 5687Date: Mon Nov 5 04:36:55 2007 +0000 5688 5689 qt4 - SPrefs: define a caching general value ( Custom, lowest, low, normal, high, highest) that control all the caching values in the preferences for dummies. 5690 Preferences for dummies should now be finished. ref #603 5691 5692commit 72a25f190a8028c16c9cfa48b331d0772839fea2 5693Author: Jean-Baptiste Kempf <jb@videolan.org> 5694Date: Mon Nov 5 03:16:17 2007 +0000 5695 5696 Qt4 - SPrefs, doing funny things with qobject_cast to improve a bit the code... 5697 5698commit b8836621bcff0032392800fcb0456941d323b2d5 5699Author: Rafaël Carré <funman@videolan.org> 5700Date: Mon Nov 5 01:48:25 2007 +0000 5701 5702 luarc: use info instead of error when exiting, don't try to interpret empty lines as commands 5703 5704commit 83e72e86e3f4dcb48e66c387eb4aa4253cbe5018 5705Author: Jean-Baptiste Kempf <jb@videolan.org> 5706Date: Mon Nov 5 00:29:23 2007 +0000 5707 5708 Qt4 - fix qt4.2 compilation 5709 5710commit f3f44132e01c95cd764c51904f08a0beaeae0700 5711Author: Rafaël Carré <funman@videolan.org> 5712Date: Sun Nov 4 23:42:06 2007 +0000 5713 5714 screensaver: replaces system() calls by fork()/execv()/waitpid() 5715 A side effect is that on FreeBSD the console is not filled anymore with "xscreensaver-xxx not found", because "/bin/sh xx 2>&-" will not close stderr if the specified command doesn't exist. 5716 5717commit d66e6c3cac852ff62e0de9ca0405c2975d152bb6 5718Author: Jean-Baptiste Kempf <jb@videolan.org> 5719Date: Sun Nov 4 23:22:46 2007 +0000 5720 5721 Qt4 - SPrefs, save the access-filter. 5722 5723commit bddd76b004670b9b82448a12eac3687aa22e49ba 5724Author: Antoine Cellerier <dionoea@videolan.org> 5725Date: Sun Nov 4 23:10:10 2007 +0000 5726 5727 Some more simplification of the luaplaylist/luameta code. 5728 Fix a few FIXMEs. 5729 5730commit 1b65354670ab8a6a1c831eae0d7b5c819d0edf2c 5731Author: Antoine Cellerier <dionoea@videolan.org> 5732Date: Sun Nov 4 22:40:00 2007 +0000 5733 5734 Don't pop the string before using it (else our pointer points to garbage) and add a user friendly error message in vlclua_stream_new. 5735 5736commit de31813fc07c398e906346df090bf4680212a85c 5737Author: Antoine Cellerier <dionoea@videolan.org> 5738Date: Sun Nov 4 21:42:27 2007 +0000 5739 5740 Add a new type of VLC Lua module: Interfaces. 5741 Two things led me to add this new type of Lua modules: 5742 * Most interfaces duplicate code from one another (rc and telnet both deal 5743 with sockets, rc and hotkeys duplicate VLC interfacing code) 5744 * It's easier to code in Lua than in C (for high level stuff) 5745 (* Users can code their own module easily, all they need is a text editor.) 5746 5747 Most of the changes in modules/misc/ are Lua wrappers for different C APIs 5748 in VLC. I'd say that 90% of those wrappers won't change, the other 10% might 5749 need small changes (mostly to simplify the C code). 5750 5751 The VLC Lua "interface" module will look for lua scripts in the 5752 *share*/luaintf/ directory. Files in *share*/luaintf/modules/ are lua modules 5753 which can be used by multiple VLC Lua modules (using require "modulename"). 5754 5755 This commit includes 4 Lua interface modules: 5756 * dummy.lua: the default module. Prints error messages and quits. 5757 * rc.lua: equivalent to the legacy rc.c module. Also includes a bunch of 5758 new features (+ multiple socket connections at a time work!). See file for 5759 more details. 5760 * telnet.lua: equivalent to the legacy telnet.c module. See file for more 5761 details. 5762 * hotkeys.lua: a rewrite of the hotkey handling module. This module is still 5763 experimental. I'll need to change VLC core hotkeys stuff to make it work 5764 like I want (ie: 1 hotkey triggers 1 action instead of the current 1 action 5765 can have 1 hotkey). This version executes 3 dummy actions when keys 'q', 5766 'w' or 'x' are pressed. 5767 5768 What's left to do: 5769 * Port the http interface plugin to this framework (at least for the 5770 macros/rpn part ... using <?vlc some lua code ?> à la PHP would be way 5771 easier than what we currently have). 5772 * Finish work on the hotkeys module. 5773 * Code a real telnet/rc module with autocompletion and all the cool features 5774 usually found in a telnet/terminal interface. 5775 * Trash the legacy C modules. 5776 5777 Stuff to test (which I can't test myself): 5778 * Win32 and Mac OS X specific changes to Makefile.am 5779 * Console interface under Win32. I expect it not to work. 5780 5781 Other stuff included in this changeset are: 5782 * Code cleanup (I'm sure that it's still possible to simplify some of the old lua bindings code). 5783 * That's pretty much it in fact :/ 5784 5785commit 154d9e74c59590e731abee5cd26ee8a401a4146c 5786Author: Antoine Cellerier <dionoea@videolan.org> 5787Date: Sun Nov 4 21:07:50 2007 +0000 5788 5789 Remove unneed setting of val.b_bool before calling var_Set( p_input, "rate-{faster,slower}", val ) in the rc module. Those variables are of type VLC_VAR_VOID. 5790 5791commit a692c5a4e019b3136d90e516ba90744b909adc15 5792Author: Antoine Cellerier <dionoea@videolan.org> 5793Date: Sun Nov 4 21:06:11 2007 +0000 5794 5795 When calling config_GetType on a CONFIG_ITEM_KEY, return VLC_VAR_INTEGER instead of 0. 5796 5797commit 0d3aa16a79f6cf986477328d17fb35b67adaedc1 5798Author: Antoine Cellerier <dionoea@videolan.org> 5799Date: Sun Nov 4 21:05:00 2007 +0000 5800 5801 Add a psz_intf member to intf_thread_t. This holds the string given to module_Need to load the interface (which can then be used by the interface to know what name was used to load it). 5802 5803commit f2ad0a9314f0a378295b075480ea9416d09cd522 5804Author: Felix Paul Kühne <fkuehne@videolan.org> 5805Date: Sun Nov 4 18:29:24 2007 +0000 5806 5807 * ehm, added a missing test case checking if EyeTV wasn't launch prior to VLC's launch time 5808 5809commit 2c73e4b1f8369ec33144656450d6857274da6edf 5810Author: Felix Paul Kühne <fkuehne@videolan.org> 5811Date: Sun Nov 4 12:17:39 2007 +0000 5812 5813 * we don't need AUTHORS, THANKS, COPYING and README (generic edition) inside our app bundle anymore, as they're either hard-coded or present on the disk-image anyway 5814 5815commit 58e53703cff87c0b20fcdae4ef85cf5825501634 5816Author: Felix Paul Kühne <fkuehne@videolan.org> 5817Date: Sun Nov 4 11:57:25 2007 +0000 5818 5819 * updated the README for 0.9.0 5820 5821commit 782ce201afb3c9b38ba9aee86b7a5affec566611 5822Author: Felix Paul Kühne <fkuehne@videolan.org> 5823Date: Sun Nov 4 11:57:04 2007 +0000 5824 5825 * use the hard-coded authors and thanks lists instead of bundled files and incorporate [22938] for trunk 5826 5827commit f54452ded874199d2bde5c7027d79d9efae1f263 5828Author: Rafaël Carré <funman@videolan.org> 5829Date: Sun Nov 4 11:12:06 2007 +0000 5830 5831 use correct return type 5832 5833commit 4a1b83ecc10a5640d66bedfb46338684d8b681e1 5834Author: Olivier Teulière <ipkiss@videolan.org> 5835Date: Sun Nov 4 10:28:26 2007 +0000 5836 5837 qt4/dialogs/help.cpp: Fixed some typos 5838 5839commit 45abd2cd3d043e5e361894a026cad600c49fd050 5840Author: Damien Fouilleul <damienf@videolan.org> 5841Date: Sat Nov 3 20:09:50 2007 +0000 5842 5843 - mozilla plugin: added support for XCode 3 tools (leopard) 5844 5845commit f8ab6a3b4687282138f4d63f125c402858f253ee 5846Author: Christophe Mutricy <xtophe@videolan.org> 5847Date: Sat Nov 3 16:14:21 2007 +0000 5848 5849 Remove useless and broken rule 5850 5851commit c2df0ad5f377fae6f86c933addd543e17bc02852 5852Author: Rafaël Carré <funman@videolan.org> 5853Date: Sat Nov 3 14:38:46 2007 +0000 5854 5855 youtube.lua: removes bad copy/pasting 5856 5857commit d2a20afcd776a48537cdf43b989b4401f7823d07 5858Author: Rafaël Carré <funman@videolan.org> 5859Date: Sat Nov 3 14:28:52 2007 +0000 5860 5861 lua: adds a copyright notice and a GPLv2+ header to each lua script 5862 authors: feel free to change to the licence you want, and to add yourself to the Authors list 5863 additionnally, adds break.lua to its Makefile.am 5864 5865commit 6b0c6b967cc92f3115faa7dfe85e26c8b17fc6cd 5866Author: Rafaël Carré <funman@videolan.org> 5867Date: Sat Nov 3 14:08:32 2007 +0000 5868 5869 New script for break.com videos website 5870 5871commit a003603fc92116c554245af0ddfde05a1c1e0208 5872Author: Rafaël Carré <funman@videolan.org> 5873Date: Sat Nov 3 12:54:19 2007 +0000 5874 5875 removes some warnings on FreeBSD 5876 5877commit 75912d9cf69e22a5fd637bb5647e4cbdfba608f3 5878Author: Pierre d'Herbemont <pdherbemont@videolan.org> 5879Date: Sat Nov 3 12:16:02 2007 +0000 5880 5881 control/core.c: Fix a warning about lock being an usunsed variable, by using lock. 5882 5883commit b999b9b155b84b4427a8aa673a70b924debf708b 5884Author: Pierre d'Herbemont <pdherbemont@videolan.org> 5885Date: Sat Nov 3 12:13:09 2007 +0000 5886 5887 include/vlc/libvlc.h: libvlc_media_list_flat_media_list->libvlc_media_list_flat_view. 5888 5889commit 37d2743acc9df3054b6b00cffb64703554226843 5890Author: Pierre d'Herbemont <pdherbemont@videolan.org> 5891Date: Sat Nov 3 12:11:13 2007 +0000 5892 5893 control/libvlc_internal.h: Fix libvlc_media_list_view_release_func_t return type. 5894 5895commit 60327d5d5fe30448ed879392a1d61926977b52b0 5896Author: Pierre d'Herbemont <pdherbemont@videolan.org> 5897Date: Sat Nov 3 12:07:47 2007 +0000 5898 5899 control/flat_media_list_view.c: Remove some dead code. (Reported by jb). 5900 5901commit 8678d297cc21c96233df5e06aff61b3c4d3b4f9d 5902Author: Rémi Denis-Courmont <rem@videolan.org> 5903Date: Thu Nov 1 20:13:20 2007 +0000 5904 5905 Thanks 5906 5907commit 131163af59a161c1794e254193e2d6c620472e29 5908Author: Rémi Denis-Courmont <rem@videolan.org> 5909Date: Thu Nov 1 20:12:39 2007 +0000 5910 5911 vlm: Use RT rather than monotonic clock - fixes #1288 5912 Patch by Brian C. Wiles 5913 5914commit aa31448fb2795d84e5384b8cbcfad5e6baa510f9 5915Author: Bernie Purcell <bitmap@videolan.org> 5916Date: Thu Nov 1 12:57:48 2007 +0000 5917 5918 Address Trac Issue #1350 - linebreaks being ignored under some 5919 circumstances in styled subtitles. 5920 5921commit 5314d595fb9115e3edccd79ac842adea0150bd36 5922Author: Jean-Baptiste Kempf <jb@videolan.org> 5923Date: Thu Nov 1 04:59:58 2007 +0000 5924 5925 Update List of ModuleS. 5926 5927commit 42ecf284670b8102800402ca5ddd57e3349ebb5c 5928Author: Rafaël Carré <funman@videolan.org> 5929Date: Thu Nov 1 03:47:33 2007 +0000 5930 5931 ncurses: workaround a race condition spotted by akem. darkwired pwnage 5932 5933commit b6a30543efd3ee2b7045efd30b62cd57264bd421 5934Author: Jean-Paul Saman <jpsaman@videolan.org> 5935Date: Wed Oct 31 20:30:56 2007 +0000 5936 5937 Fixed transparency when using FFMPEG_SWSCALE in zvbi. 5938 5939commit 23e37d8587da18ed726400b68db9d0f4ee60e316 5940Author: Jean-Paul Saman <jpsaman@videolan.org> 5941Date: Wed Oct 31 20:30:52 2007 +0000 5942 5943 Improve error message for v4l2. 5944 5945commit cacd39b8661a299781bbeb4c888a36d4a47215ca 5946Author: Jean-Baptiste Kempf <jb@videolan.org> 5947Date: Wed Oct 31 20:26:52 2007 +0000 5948 5949 Preferences, audio, save the normalizer activation and clean. 5950 5951commit ad9ca44d5979a242ef0781dbe793c3c7ae8d8caa 5952Author: Christophe Mutricy <xtophe@videolan.org> 5953Date: Wed Oct 31 13:00:59 2007 +0000 5954 5955 Remove wrong -L${PREFIX}/lib from vlc-config 5956 5957commit 53b56e5a88930dac467b2a41da1cb1d6089ecc25 5958Author: Rafaël Carré <funman@videolan.org> 5959Date: Wed Oct 31 02:51:23 2007 +0000 5960 5961 Yes, sigwait() can fail, so don't ignore its return value 5962 5963commit 87bf103213eec6bae246f2ff786c4fc8ba8a3417 5964Author: Christophe Mutricy <xtophe@videolan.org> 5965Date: Tue Oct 30 22:46:22 2007 +0000 5966 5967 Fix moz plugin linking on system with several version of libvlc installed 5968 5969commit 00ee7f75efe4f8c61deff395851f1b9dcc0296bf 5970Author: Rafaël Carré <funman@videolan.org> 5971Date: Tue Oct 30 18:24:06 2007 +0000 5972 5973 Disable album art by default. fix #1280 5974 5975commit 905e945b98be4c2e7b19675751685a5cabbd07b7 5976Author: Christophe Mutricy <xtophe@videolan.org> 5977Date: Tue Oct 30 13:54:17 2007 +0000 5978 5979 "default auto" means nothing 5980 5981commit bc8e6a591cadcd64e252eaabb56dda92cee8cd57 5982Author: Christophe Mutricy <xtophe@videolan.org> 5983Date: Tue Oct 30 13:46:12 2007 +0000 5984 5985 Cosmetic 5986 5987commit fedb5c55d04d80c7d228914635d28cb50a53a25a 5988Author: Jean-Paul Saman <jpsaman@videolan.org> 5989Date: Tue Oct 30 10:27:58 2007 +0000 5990 5991 Add VBI decoder to NEWS 5992 5993commit 48d08eab9eae9a6dcf35ab5b340625fc05e0977d 5994Author: Rafaël Carré <funman@videolan.org> 5995Date: Tue Oct 30 03:58:28 2007 +0000 5996 5997 lua: update lelombrik script 5998 5999commit 9907acfc7422d52b0fd174f7a20cc41d7896f9a2 6000Author: Rafaël Carré <funman@videolan.org> 6001Date: Tue Oct 30 03:42:18 2007 +0000 6002 6003 ncurses: base detection of wide characters support on the presence of libncursesw, and use the same header wether it's present or not 6004 6005commit a7cc6c93be03fe91fcc8f06498bf44b032fbddaa 6006Author: Jean-Baptiste Kempf <jb@videolan.org> 6007Date: Tue Oct 30 01:38:53 2007 +0000 6008 6009 Qt4 - Ui, small name change. 6010 6011commit 8a260c7865d5da81237069619279af9ae24721b7 6012Author: Jean-Baptiste Kempf <jb@videolan.org> 6013Date: Tue Oct 30 01:34:48 2007 +0000 6014 6015 Qt4 - Mkv muxer in GUI... Same as previous from thresh... 6016 6017commit 9d0cb667dd07979d124362e462df0f745e948450 6018Author: Pavlov Konstantin <thresh@videolan.org> 6019Date: Tue Oct 30 01:31:49 2007 +0000 6020 6021 Six hundred kiloby... i mean, 32 bytes should be enough to store mux info. 6022 Add mkv file extension as ffmpeg now can mux to Matroska. 6023 6024commit a7ed7a9eb8fac6024498355d613c6363587d52bb 6025Author: Jean-Baptiste Kempf <jb@videolan.org> 6026Date: Tue Oct 30 01:21:03 2007 +0000 6027 6028 Qt4 - Fix the saving of the preferences to avoid inaccuracies between the panels. 6029 Preferences for dummies ( #603 ) is now almost done in Qt4. Please test and review my commits. 6030 6031commit a9cce62ad1e4c7ae3898a16575400729d67071aa 6032Author: Jean-Baptiste Kempf <jb@videolan.org> 6033Date: Tue Oct 30 01:08:22 2007 +0000 6034 6035 Qt4 - Preferences, don't remove the widgets to re-add them! Just use hide/show... A stackedLayout would have been a better idea, but this should work. 6036 Please report any breakage, as it might be wrong somewhere. 6037 6038commit 2a54015a7f9b49f4500730b23190c56cabf7ad99 6039Author: Rafaël Carré <funman@videolan.org> 6040Date: Tue Oct 30 01:08:03 2007 +0000 6041 6042 xspf demuxer: removes some warning 6043 6044commit 3defa30c23e15a5576ddce8b01b1528085841848 6045Author: Rafaël Carré <funman@videolan.org> 6046Date: Tue Oct 30 00:48:51 2007 +0000 6047 6048 qt4: use the brand new vlc_about.h 6049 6050commit 2391b36f66d6e441efa66a09cfdc051313b5bfea 6051Author: Jean-Baptiste Kempf <jb@videolan.org> 6052Date: Tue Oct 30 00:26:54 2007 +0000 6053 6054 Qt4 - Prefs, cleanig again. 6055 6056commit 036838fac2f4dc8aba41819971645587a4dccd4d 6057Author: Jean-Baptiste Kempf <jb@videolan.org> 6058Date: Tue Oct 30 00:19:13 2007 +0000 6059 6060 Qt4 - Prefs; cleaning, disabling unused code, general comments, class renaming, in order to actually use those preferences. :D 6061 6062commit 00e3654a317f56cf2c89d20878348b6b6086bd38 6063Author: Jean-Baptiste Kempf <jb@videolan.org> 6064Date: Mon Oct 29 23:57:30 2007 +0000 6065 6066 Qt4 - Remove excessive debug. 6067 6068commit 4d27e757c899636bc7ddad29a5685d8eb1ebdfd6 6069Author: Jean-Baptiste Kempf <jb@videolan.org> 6070Date: Mon Oct 29 23:54:03 2007 +0000 6071 6072 Qt4 - Fix Simple Preference saving... 6073 Gosh, who wrote those simple Preferences ? Seriously ? 6074 ooooooooooooooops... 6075 6076commit 632c8544ad6441380af5ac3f2f53bb478d3abadf 6077Author: Christophe Mutricy <xtophe@videolan.org> 6078Date: Mon Oct 29 23:35:47 2007 +0000 6079 6080 Move qt4/dialogs/about.hpp to include/vlc_about.h so all interfaces modules can use it. 6081 The change in configure.ac is suboptimal. It would be better to change DEFAULT_INCLUDES to use -I${top_builddir}/include rather than -I${top_builddir}. Automake wizard requested. 6082 6083commit d074490d550bdf3b3fa11b16b5a3e6b462bd2f3f 6084Author: Rafaël Carré <funman@videolan.org> 6085Date: Mon Oct 29 11:07:35 2007 +0000 6086 6087 Include <sys/socket.h> when testing for <net/if.h> 6088 net/if.h depends on it on some systems (Darwin & FreeBSD at least) 6089 6090commit 32daa8b95ec6fbc2b03331539845a5e3ea21f48b 6091Author: Jean-Baptiste Kempf <jb@videolan.org> 6092Date: Mon Oct 29 03:18:29 2007 +0000 6093 6094 Qt4 - whitespaces cleaning, code line size, code beautification ;) 6095 6096commit 631f0bf45e7aa86841bc7c510e28d7cb353e436a 6097Author: Jean-Baptiste Kempf <jb@videolan.org> 6098Date: Mon Oct 29 03:02:43 2007 +0000 6099 6100 Qt4 - SPrefs: save the interface value... Doesn't seem to work, so please review. 6101 6102commit af967f850b2d6bcad19a933ff06eea2b15aa2754 6103Author: Jean-Baptiste Kempf <jb@videolan.org> 6104Date: Mon Oct 29 02:00:53 2007 +0000 6105 6106 Qt4 - and fix the previous [22886] 6107 6108commit dc2fe858f202d9cefac578c82642059661bb75e8 6109Author: Jean-Baptiste Kempf <jb@videolan.org> 6110Date: Mon Oct 29 01:54:08 2007 +0000 6111 6112 Forgotten file in [22883]. Sorry. 6113 6114commit 23bc3916fea067e6a50ba5431d337957eaf06aab 6115Author: Jean-Baptiste Kempf <jb@videolan.org> 6116Date: Mon Oct 29 01:47:26 2007 +0000 6117 6118 Qt4 - SPrefs, device selection. Please Review, since I am far from sure that this is a good idea... 6119 Moreover, is it config_PutPsz( p, name, ASCII ) or config_PutPsz( p, name, UTF-8 ) ? 6120 6121commit 93b0b1790b5c1c9cc252de109aaa351c0689b255 6122Author: Jean-Baptiste Kempf <jb@videolan.org> 6123Date: Mon Oct 29 01:15:33 2007 +0000 6124 6125 Sout - cleanup. and mark the TODO for the icecast MRL generation... 6126 6127commit 7589b4c25b50b93a42ec6a158a882b0e5dc67b05 6128Author: Jean-Baptiste Kempf <jb@videolan.org> 6129Date: Mon Oct 29 01:10:45 2007 +0000 6130 6131 Qt4 - Ui - Sout: rearrange the sout possibilities. 6132 6133commit 0c3b7409c9df2d1d595dda26c4b55b7373454684 6134Author: Jean-Baptiste Kempf <jb@videolan.org> 6135Date: Mon Oct 29 01:06:10 2007 +0000 6136 6137 Move psz_mountpoint to psz_icecast_mountpoint. 6138 6139commit 860fdb796c692ca2ca65738bdfaf5d511eedd2cc 6140Author: Jean-Baptiste Kempf <jb@videolan.org> 6141Date: Mon Oct 29 01:05:27 2007 +0000 6142 6143 Qt4 - Sout: icecast patch mostly rewritten... 6144 6145commit 068b5be2f8f0a61a29df4eb6ebe563bd68f267f7 6146Author: Jean-Baptiste Kempf <jb@videolan.org> 6147Date: Sun Oct 28 23:56:56 2007 +0000 6148 6149 qt4 - Don't public slots when unneeded. 6150 6151commit 933b2755d76cf723aa518c84c18c7c4735d9ca58 6152Author: Jean-Baptiste Kempf <jb@videolan.org> 6153Date: Sun Oct 28 23:54:32 2007 +0000 6154 6155 Qt4 - Open cleaning and comments. 6156 6157commit a8add18eb77f28007f2379e4d6d72eefd720c977 6158Author: Jean-Baptiste Kempf <jb@videolan.org> 6159Date: Sun Oct 28 23:32:21 2007 +0000 6160 6161 Qt4 - Open Disc, use a completer for Linux, windows already has its autoprobing. 6162 6163commit da528d5b430178ddee568284309f786bf0f61776 6164Author: Jean-Baptiste Kempf <jb@videolan.org> 6165Date: Sun Oct 28 23:26:34 2007 +0000 6166 6167 Qt4 - UI '2' 6168 6169commit 8dd142c67f718ca98e5795b3ca4829a4e7b67ea8 6170Author: Jean-Baptiste Kempf <jb@videolan.org> 6171Date: Sun Oct 28 23:19:20 2007 +0000 6172 6173 Qt4- Ui cleaning. 6174 6175commit ca3fa5a3d46d4aa3bd731ac240c6571ef6840c9a 6176Author: Felix Paul Kühne <fkuehne@videolan.org> 6177Date: Sun Oct 28 22:39:26 2007 +0000 6178 6179 * the belnet mirror is broken. Let's use heanet instead 6180 6181commit df80fb3944b8cda9e6d64ac296c039ebeab40c79 6182Author: Felix Paul Kühne <fkuehne@videolan.org> 6183Date: Sun Oct 28 22:33:21 2007 +0000 6184 6185 * fixed Apple Remote support for Leopard. Note that the cookie for kRemoteControl_Switched wasn't updated, but since we don't use this feature in VLC, that's pretty fine. 6186 6187commit 7be5e00ccd019350f6aa24d678b48360a9b430f5 6188Author: Jean-Baptiste Kempf <jb@videolan.org> 6189Date: Sun Oct 28 07:50:52 2007 +0000 6190 6191 Qt4 - spaces and comments on open.cpp. 6192 6193commit 9774edc08215b7d6daadd7e07d39fd7cfc77a8b5 6194Author: Jean-Baptiste Kempf <jb@videolan.org> 6195Date: Sun Oct 28 07:06:56 2007 +0000 6196 6197 Qt4 - spaces removing. 6198 6199commit 662b0388884c3f7e769feff5b5de5fcb9465e908 6200Author: Jean-Baptiste Kempf <jb@videolan.org> 6201Date: Sun Oct 28 07:05:45 2007 +0000 6202 6203 Qt4 - Moving function from one file to another... 6204 6205commit 3e7d9284edfc05a2eb083b3e88280704312da8e3 6206Author: Jean-Baptiste Kempf <jb@videolan.org> 6207Date: Sun Oct 28 06:59:41 2007 +0000 6208 6209 Qt4 - yeah, redefining some existing options *IS* a good idea.. 6210 6211commit b1262408007b1ceb5e9a790efccd6b84c1821f83 6212Author: Jean-Baptiste Kempf <jb@videolan.org> 6213Date: Sun Oct 28 06:59:03 2007 +0000 6214 6215 Qt4 - small layout modification . 6216 6217commit 366cee56af4bc1e92d8f0fdb3aa2f806680d7a55 6218Author: Jean-Baptiste Kempf <jb@videolan.org> 6219Date: Fri Oct 26 20:00:09 2007 +0000 6220 6221 Qt4 - Prevent Key Modifiers pressed event to be propagated to hotkeys that doesn't understand them. 6222 6223commit 66af5fd9ea0c7f4c22406b24cc728af3b6b2ced1 6224Author: Rémi Denis-Courmont <rem@videolan.org> 6225Date: Fri Oct 26 17:14:26 2007 +0000 6226 6227 Some more doc 6228 6229commit a1251a8d8907d3e05eb7190734453e4ea05f8b07 6230Author: Rémi Denis-Courmont <rem@videolan.org> 6231Date: Fri Oct 26 16:30:27 2007 +0000 6232 6233 Support for Doxygen 6234 6235commit 460fa6b707ad479e96ad00e0631bcbf768b82572 6236Author: Rémi Denis-Courmont <rem@videolan.org> 6237Date: Fri Oct 26 16:20:57 2007 +0000 6238 6239 Actually build targets 6240 6241commit a2aa6ae3482a8efaf21bcc169a2e20b988dff34b 6242Author: Rémi Denis-Courmont <rem@videolan.org> 6243Date: Fri Oct 26 16:01:10 2007 +0000 6244 6245 Non-working skeleton build system 6246 6247commit 5d29b33987158c7272dac74f8bc7c0dcf2fa0db9 6248Author: Rémi Denis-Courmont <rem@videolan.org> 6249Date: Fri Oct 26 15:41:51 2007 +0000 6250 6251 Plugin path 6252 6253commit 998b5e6f6b682ed20c33df54d24c8f0205f07ccb 6254Author: Jean-Paul Saman <jpsaman@videolan.org> 6255Date: Fri Oct 26 15:15:46 2007 +0000 6256 6257 Typo 6258 6259commit 3e08d9550f7c0851cb0501f7c59a3afd4a9cc181 6260Author: Jean-Paul Saman <jpsaman@videolan.org> 6261Date: Fri Oct 26 15:08:08 2007 +0000 6262 6263 Add new gui module for use with overlay framebuffer devices. 6264 6265commit 64fd3b590f1cc72d32d8684b65b337de268044c0 6266Author: Jean-Paul Saman <jpsaman@videolan.org> 6267Date: Fri Oct 26 15:08:05 2007 +0000 6268 6269 Fix number of potential memleaks 6270 6271commit b25e76f52b6d08b1c0a739d3a35445c9ed3e219b 6272Author: Jean-Paul Saman <jpsaman@videolan.org> 6273Date: Fri Oct 26 15:08:03 2007 +0000 6274 6275 Fix potential memleaks in src/input/vlm.c 6276 6277commit fc94b7cfcecc8bbac7ab2d9981bb1677262370cd 6278Author: Jean-Paul Saman <jpsaman@videolan.org> 6279Date: Fri Oct 26 15:08:01 2007 +0000 6280 6281 Fix potential memleaks in src/video_output/vout_subpictures.c 6282 6283commit 2e6d37ed4412e496e10adff0abfecd4714b4dbf7 6284Author: Jean-Paul Saman <jpsaman@videolan.org> 6285Date: Fri Oct 26 15:08:00 2007 +0000 6286 6287 Fix potential memleak. 6288 6289commit 250b5a419e4cb7d935b34f0aefd35f7f43644469 6290Author: Jean-Paul Saman <jpsaman@videolan.org> 6291Date: Fri Oct 26 15:07:59 2007 +0000 6292 6293 Fix potential segfault 6294 6295commit cd1957d2e457a6c86c4fb79746d9549a1a2cd510 6296Author: Jean-Paul Saman <jpsaman@videolan.org> 6297Date: Fri Oct 26 15:07:57 2007 +0000 6298 6299 Select frames to drop a bit smarter. 6300 6301commit 53690304145784851a689a32a17057d56670159f 6302Author: Jean-Paul Saman <jpsaman@videolan.org> 6303Date: Fri Oct 26 15:07:56 2007 +0000 6304 6305 Allow width/height mode selections to match framebuffer output capabilities. 6306 6307commit f1a860755eba8ea21fba911a3443e395199af993 6308Author: Jean-Paul Saman <jpsaman@videolan.org> 6309Date: Fri Oct 26 15:07:54 2007 +0000 6310 6311 Optimization building ffmpeg for armeb-linux 6312 6313commit 53c0625bacc1db2f2554ca6d0e75826fb0b26a4f 6314Author: Jean-Paul Saman <jpsaman@videolan.org> 6315Date: Fri Oct 26 15:07:53 2007 +0000 6316 6317 Enable optimizations for armeb-linux-uclibc builds 6318 6319commit 6ec8b6f07e56d2dc51a7e6d6f95f2595f57dd5dc 6320Author: Jean-Paul Saman <jpsaman@videolan.org> 6321Date: Fri Oct 26 15:07:48 2007 +0000 6322 6323 Check malloc return value. 6324 6325commit 3baa07adc994f06ea8208833e25af82d5e07a405 6326Author: Rafaël Carré <funman@videolan.org> 6327Date: Fri Oct 26 15:05:04 2007 +0000 6328 6329 Removing Mathias C. Berens email address, as requested 6330 6331commit dedc960213255752152e123320ac8c57135744d5 6332Author: Rafaël Carré <funman@videolan.org> 6333Date: Fri Oct 26 13:48:31 2007 +0000 6334 6335 qt4: removes emails from THANKS tab 6336 6337commit fda213d658283bbe2d63387bd750976060f5144c 6338Author: Felix Paul Kühne <fkuehne@videolan.org> 6339Date: Fri Oct 26 12:27:29 2007 +0000 6340 6341 * use secstotimestr to reduce code duplication and use the format logic introduced by [22835]. The main controller will get a layout fix later on, while the embedded vout and the fspanel don't need one. 6342 6343commit 07b2c47a8235137f6847d3f96df613f3fea62aad 6344Author: Jean-Paul Saman <jpsaman@videolan.org> 6345Date: Fri Oct 26 11:36:35 2007 +0000 6346 6347 modules/codec/ffmpeg/video_filter.c is img_* API only now 6348 6349commit ab88bcc09097550b0b839ca2fe1f5105935a6ff3 6350Author: Jean-Paul Saman <jpsaman@videolan.org> 6351Date: Fri Oct 26 11:24:47 2007 +0000 6352 6353 Fix ffmpeg swscaler 6354 6355commit d72e6273f1684d302976492a5b80507cb4c5d365 6356Author: Jean-Paul Saman <jpsaman@videolan.org> 6357Date: Fri Oct 26 11:03:56 2007 +0000 6358 6359 Refactorize modules/codec/ffmpeg/: 6360 - put deinterlace in its own file. 6361 6362commit 1d67f7b18284ba4268998880d2e40bd4ed933dee 6363Author: Jean-Paul Saman <jpsaman@videolan.org> 6364Date: Fri Oct 26 09:41:18 2007 +0000 6365 6366 Add snapshot command to rc interface and make snapshot-width and snapshot-height user modifiable. 6367 6368commit a8de7281d4590f2562f934849de40ab6e1669d5a 6369Author: Jean-Paul Saman <jpsaman@videolan.org> 6370Date: Fri Oct 26 08:35:53 2007 +0000 6371 6372 Use p_block->i_dts as spu->i_start instead of p_block->i_pts. This fixes timing issues while transcoding and streaming Teletext subtitles as DVB subtitles. 6373 6374commit 0afe6776db69252dbba8dbb5a6bbe51f8f1c4822 6375Author: Jean-Paul Saman <jpsaman@videolan.org> 6376Date: Fri Oct 26 08:35:52 2007 +0000 6377 6378 Fix small issues in mux/ts.c: 6379 6380 - Fix potential memleak with SDT descriptors 6381 - Fix compiler warning about unused variables when not using SDT descriptors 6382 - Fix compiler warning about wrong type of psz_sdt_desc 6383 - Add parenthesis 6384 6385commit 79f436dba64987ab10aa0c8660adfc501f35e55e 6386Author: Jean-Paul Saman <jpsaman@videolan.org> 6387Date: Fri Oct 26 08:33:55 2007 +0000 6388 6389 Return NULL iso 0 6390 6391commit 33db138bbba48a43f52727d160af909d765ad284 6392Author: Jean-Paul Saman <jpsaman@videolan.org> 6393Date: Fri Oct 26 08:32:39 2007 +0000 6394 6395 Bump up libamrwb to 7.0.0.2 6396 6397commit 253fe31c5a1b4ea79638dd545f36f1bb7afa98cb 6398Author: Jean-Baptiste Kempf <jb@videolan.org> 6399Date: Fri Oct 26 04:37:38 2007 +0000 6400 6401 Don't show h: in h:mm:ss when h is 0 in secstotimestr. 6402 6403commit 3b6a320b107921cee152bc0c514ea87cb93c9420 6404Author: Jean-Baptiste Kempf <jb@videolan.org> 6405Date: Fri Oct 26 01:03:39 2007 +0000 6406 6407 Qt4 - should fix the double-free and the freezing on quit. Ref #1348 6408 6409commit 18453ab2bb25fec3a9da389a641aae7cd852d818 6410Author: Rafaël Carré <funman@videolan.org> 6411Date: Thu Oct 25 23:45:08 2007 +0000 6412 6413 lua demuxer: update googlevideo 6414 6415commit 0d358e7b14535145a0d6061c34b7a666ce0b3e7e 6416Author: Pierre d'Herbemont <pdherbemont@videolan.org> 6417Date: Thu Oct 25 12:45:22 2007 +0000 6418 6419 MacOSX/Framework/VLCAudio.h: Remove private function from public headers.(Patch by Enrique Osuna). 6420 6421commit 22f2312ae30499cac23f57b9e9d1b8988096875b 6422Author: Pierre d'Herbemont <pdherbemont@videolan.org> 6423Date: Thu Oct 25 12:43:45 2007 +0000 6424 6425 MacOSX/Framework/VLCLibrary.m: libvlc type briding should be in the (VLCLibVLCBridging) category. No need to compute the applicationPath by now.(Patch by Enrique Osuna). 6426 6427commit 55ba87bc10709edf529e935f4c764752c37fa782 6428Author: Pierre d'Herbemont <pdherbemont@videolan.org> 6429Date: Thu Oct 25 12:40:49 2007 +0000 6430 6431 MacOSX/Framework/VLCMedia.m: Re-enable libvlc_MediaDescriptorMetaChanged/libvlc_MediaDescriptorDurationChanged event listening. (Patch by Enrique Osuna). 6432 6433commit 51fd51a8d2b54a14f8cbc0cc8f12052b77404263 6434Author: Pierre d'Herbemont <pdherbemont@videolan.org> 6435Date: Thu Oct 25 12:39:10 2007 +0000 6436 6437 MacOSX/Framework/VLCMediaPlayer.m: Implement Chapter and Audio selection. (Patch by Enrique Osuna). 6438 6439commit 7750a98cb8e184b8be04f0e943fcd0cc5c04bc77 6440Author: Pierre d'Herbemont <pdherbemont@videolan.org> 6441Date: Thu Oct 25 12:35:41 2007 +0000 6442 6443 include/vlc/libvlc.h: publish libvlc_media_instance_set_chapter, libvlc_media_instance_get_chapter, libvlc_media_instance_get_chapter_count, libvlc_audio_get_track_count.(Patch by Enrique Osuna).@ 6444 6445commit adcea581b76fb0e79e54ce02ef87ebd9be362e99 6446Author: Pierre d'Herbemont <pdherbemont@videolan.org> 6447Date: Thu Oct 25 12:34:12 2007 +0000 6448 6449 control/audio.c: Implement get_audio_track_count. (Patch by Enrique Osuna). 6450 6451commit 64659b286cac3e29ca1fb48c826d7674e4f751ea 6452Author: Pierre d'Herbemont <pdherbemont@videolan.org> 6453Date: Thu Oct 25 12:33:12 2007 +0000 6454 6455 misc/darwin_specific.c: Comply to coding guideline a bit better. 6456 6457commit ad20233304fda48bd864d7404d4214078c69928b 6458Author: Pierre d'Herbemont <pdherbemont@videolan.org> 6459Date: Thu Oct 25 12:30:53 2007 +0000 6460 6461 control/darwin_specific.c: Fix Mac OS X Framework code detection. (Patch by Enrique Osuna). 6462 6463commit 43f91baa3db604a6c985d47b275099ae77018787 6464Author: Pierre d'Herbemont <pdherbemont@videolan.org> 6465Date: Thu Oct 25 12:30:03 2007 +0000 6466 6467 control/media_descriptor.c: Send a libvlc_MediaDescriptorFreed event, when the md is freed. (Patch by Enrique Osuna). 6468 6469commit 8120e31bbd3751b92a5e0e47023503e4010e189c 6470Author: Pierre d'Herbemont <pdherbemont@videolan.org> 6471Date: Thu Oct 25 12:28:04 2007 +0000 6472 6473 control/media_instance.c: Implement get/set chapter. (Patch by Enrique Osuna). 6474 6475commit 2010d13aa87441aedb456a4af539fe76f35914b6 6476Author: Felix Paul Kühne <fkuehne@videolan.org> 6477Date: Wed Oct 24 13:34:45 2007 +0000 6478 6479 * make sure that we're using UTF-8 instead of Western [Mac OS Roman] :D 6480 6481commit be85a49ec4ae1892d3697e7aacd48b918280ed91 6482Author: Felix Paul Kühne <fkuehne@videolan.org> 6483Date: Wed Oct 24 13:26:59 2007 +0000 6484 6485 * ehm, we require 10.4, not 10.5 *cough* 6486 6487commit bc90b532dca199be7422360a8b2556736a26c835 6488Author: Felix Paul Kühne <fkuehne@videolan.org> 6489Date: Wed Oct 24 13:25:46 2007 +0000 6490 6491 * added a version check of the current Mac OS X version, as we require 10.4.x or higher and will definitelly crash on earlier releases. 6492 6493commit 1ced7291e644964d052dc40d3359c8e1a25babfe 6494Author: Jean-Baptiste Kempf <jb@videolan.org> 6495Date: Wed Oct 24 05:21:05 2007 +0000 6496 6497 Qt4 - switch to minimal view should hide and show the menu, now. Close Trax#26 6498 6499commit 651671b05b781b41b03a95ecc987ae70d6e5e96d 6500Author: Jean-Baptiste Kempf <jb@videolan.org> 6501Date: Wed Oct 24 04:39:14 2007 +0000 6502 6503 Qt4 - minimal change of naming. 6504 6505commit ffd947cef6d6e718a37ccd7a87d31a02846aec31 6506Author: Jean-Baptiste Kempf <jb@videolan.org> 6507Date: Wed Oct 24 04:37:57 2007 +0000 6508 6509 Qt4 - GotoTime, translation and size issue. 6510 6511commit d02c20e22c81e041f4f0b942ece00ca7d3d9665a 6512Author: Jean-Baptiste Kempf <jb@videolan.org> 6513Date: Wed Oct 24 04:32:44 2007 +0000 6514 6515 Qt4 - allow the nameLabel to be selectable by mouse or keyboard in order to copy/paste it. 6516 Supposed to be useful. 6517 6518commit bb2e79b2f9de50ba5e2a1f9a0efd1af6bda7048c 6519Author: Jean-Baptiste Kempf <jb@videolan.org> 6520Date: Wed Oct 24 03:57:57 2007 +0000 6521 6522 Qt4 - time left implementation. Do it better, faster, with also a middle click, and fix the double click toggling time left bug. 6523 6524commit 4eb0c7377363238e1719748e3388e23692faaf0a 6525Author: Rafaël Carré <funman@videolan.org> 6526Date: Tue Oct 23 22:28:12 2007 +0000 6527 6528 dbus: review object locking/yielding, fix various bugs & comments 6529 6530commit fdb97b87d99b29fd042d3e65036cfa69f1abc9b5 6531Author: Jean-Baptiste Kempf <jb@videolan.org> 6532Date: Tue Oct 23 17:18:15 2007 +0000 6533 6534 Add *.cdg to the format we use in the GUIs. 6535 6536commit aeec2857f1e97d8c0f65da1b11cb2917795b1680 6537Author: Rafaël Carré <funman@videolan.org> 6538Date: Tue Oct 23 12:10:30 2007 +0000 6539 6540 dbus: don't lock the playlist, but only yield the input to prevent its destruction while we are accessing it. 6541 We do that because we can't lock the playlist when we're in the input "state" callback because we MAY have been called by playlist_Control(), which does lock the playlist, and then call us. 6542 ref #1346 6543 6544commit 8071564e17af2ef0e4c8bb093862fe3b5c37caf6 6545Author: Jean-Baptiste Kempf <jb@videolan.org> 6546Date: Tue Oct 23 06:23:27 2007 +0000 6547 6548 Qt4 - initial actions support for StringListConfigs in preferences... To be tested a lot more... 6549 6550commit 711de3fbbf2693bce964fc1328f2dbc31bc0b78b 6551Author: Jean-Baptiste Kempf <jb@videolan.org> 6552Date: Tue Oct 23 06:15:13 2007 +0000 6553 6554 Add support for fourCC MMES, which is a Matrox MPEG-2 codec... Remove a wrong comment. 6555 6556commit 4530a2d7bbc03a90c023ff86f18be2ed2dfb86a5 6557Author: Jean-Baptiste Kempf <jb@videolan.org> 6558Date: Tue Oct 23 05:46:48 2007 +0000 6559 6560 Add VP6A fourCC. 6561 6562commit 703cfb4908437873eec3f4702ae58403818ca7e8 6563Author: Jean-Baptiste Kempf <jb@videolan.org> 6564Date: Tue Oct 23 04:42:38 2007 +0000 6565 6566 Qt4 - fix previous compilation for windows. 6567 6568commit 295364c7b5e5b2888d00772705348c480e2db77f 6569Author: Jean-Baptiste Kempf <jb@videolan.org> 6570Date: Tue Oct 23 04:05:06 2007 +0000 6571 6572 Qt4 - try to remember latest open disc path. 6573 6574commit 817979aae922c8f0c70342cc5efbb7e95713004c 6575Author: Rafaël Carré <funman@videolan.org> 6576Date: Tue Oct 23 00:41:00 2007 +0000 6577 6578 help string: add missing html tags 6579 6580commit 42c421605a7d2f7ccfaeb2a8b25d6565fc98279f 6581Author: Rafaël Carré <funman@videolan.org> 6582Date: Mon Oct 22 23:47:24 2007 +0000 6583 6584 dbus: updates to match the current status of MPRIS. Patch by Mirsal Ennaime as usual 6585 6586commit 95466d5ef9b48a2ea50d9aa246dee2023f3d12ff 6587Author: Jean-Baptiste Kempf <jb@videolan.org> 6588Date: Mon Oct 22 23:39:55 2007 +0000 6589 6590 MXF support since ffmpeg has a demuxer. Fix #152 6591 6592commit 9df6f20907913b9f2d2bfc9c0578597083d24456 6593Author: Rafaël Carré <funman@videolan.org> 6594Date: Mon Oct 22 20:06:22 2007 +0000 6595 6596 libvlc_destroy() -> libvlc_release() 6597 6598commit e6a14c1dcb64eba9bd1739e34c1b1965e776a946 6599Author: Rafaël Carré <funman@videolan.org> 6600Date: Mon Oct 22 19:15:05 2007 +0000 6601 6602 move config_*Intf() out from the header 6603 6604commit 1a42f95bcb4466eeccc0722122e0c1fcd1011b12 6605Author: Gildas Bazin <gbazin@videolan.org> 6606Date: Mon Oct 22 18:41:19 2007 +0000 6607 6608 configure.ac: fixes for build problems introduced by changeset 22617. 6609 6610commit e4e086ea1176eebb65ed9a329700559d783bd490 6611Author: Rafaël Carré <funman@videolan.org> 6612Date: Mon Oct 22 18:01:34 2007 +0000 6613 6614 inhibit: apply [22797] since it's the same main loop than screensaver.c 6615 screensaver: removes unused variable 6616 6617commit cd347ef8007dfd3b2f941bf14049877dd246d373 6618Author: Rafaël Carré <funman@videolan.org> 6619Date: Mon Oct 22 17:54:22 2007 +0000 6620 6621 mozilla: use new libvlc api 6622 6623commit 26d39a90abbfddb9e793a1a92efb3e9fe560dd9b 6624Author: Rémi Denis-Courmont <rem@videolan.org> 6625Date: Mon Oct 22 17:35:27 2007 +0000 6626 6627 Don't wait for signal if the object is already dying. 6628 Better solution would be to make sure interface threads lock their object ALL THE TIME, except when waiting on its condition variable, so we do never "loose" condition signals. However, I am not sure if this would not result in a deadlock, should the interface need to lock another object (typically, playlist, input and/or vout). Also, we would need to have all thread call vlc_thread_ready(), otherwise, we could also miss the signal if it happens right after the thread is created => this requires fixing every interface, except those that don't have a pf_run. 6629 6630commit dbded71fbba7011b19f5839dd7e69559549de640 6631Author: Rémi Denis-Courmont <rem@videolan.org> 6632Date: Mon Oct 22 17:18:39 2007 +0000 6633 6634 Fix race condition in screensaver exit 6635 6636commit ec99b9d9de88aaa99181840c74028b3871cecd62 6637Author: Rémi Denis-Courmont <rem@videolan.org> 6638Date: Mon Oct 22 17:01:35 2007 +0000 6639 6640 Fix syntax errors 6641 6642commit dcbc6d8f6e839b7a6c64832b6ad9f14f659bbda0 6643Author: Rémi Denis-Courmont <rem@videolan.org> 6644Date: Mon Oct 22 16:59:59 2007 +0000 6645 6646 Fix warnings (it does not seem very logical for log_open to take a read-only libvlc anyway) 6647 6648commit 3ef3aa108cc261ed3596e0e308324d321e874d36 6649Author: Rémi Denis-Courmont <rem@videolan.org> 6650Date: Mon Oct 22 16:57:33 2007 +0000 6651 6652 Fix trivial warning 6653 6654commit 466c96907cc274286c87f29fc500021713d4dcc0 6655Author: Rémi Denis-Courmont <rem@videolan.org> 6656Date: Mon Oct 22 16:56:41 2007 +0000 6657 6658 Event manager yields libvlc (and all the media_* stuff yields the event manager already) 6659 6660commit 7d478fff44510c6e0c1868047c23d989d8969bd0 6661Author: Rémi Denis-Courmont <rem@videolan.org> 6662Date: Mon Oct 22 16:55:43 2007 +0000 6663 6664 Yield libvlc and fix corner case memleak 6665 6666commit 0dbf6b697387f7d45530967e629b723b1836bbca 6667Author: Rémi Denis-Courmont <rem@videolan.org> 6668Date: Mon Oct 22 16:55:30 2007 +0000 6669 6670 Yield libvlc 6671 6672commit f297b344ed9a1bf4841c62c5630439cf0e9741fa 6673Author: Rémi Denis-Courmont <rem@videolan.org> 6674Date: Mon Oct 22 16:30:00 2007 +0000 6675 6676 Reference count libvlc. API break. 6677 6678commit edabc60f04c9d20fb223b1b280549ea789a7f4e9 6679Author: Rafaël Carré <funman@videolan.org> 6680Date: Mon Oct 22 16:15:39 2007 +0000 6681 6682 audioscrobbler: we're sure metadata has been read only when state is PLAYING_S 6683 6684commit 40a9fe9bc271b3bf8abf418b8cfe212c44c31e66 6685Author: Rafaël Carré <funman@videolan.org> 6686Date: Mon Oct 22 16:00:08 2007 +0000 6687 6688 qt4: removes useless functionnality. fix #1330 6689 6690commit 1245f808081307126248ff9528e085849b045061 6691Author: Rafaël Carré <funman@videolan.org> 6692Date: Mon Oct 22 13:19:56 2007 +0000 6693 6694 dbus: monitors input "state" variable to emit the TrackChange signal only when the metadata has been read 6695 6696commit 3494f7e72d6b46542a2d45965b7199fc1b84a87c 6697Author: Jean-Paul Saman <jpsaman@videolan.org> 6698Date: Mon Oct 22 10:46:30 2007 +0000 6699 6700 - Enable building of libamrnb and libamrwb (disabled by default). To enable add HAVE_AMR to config.mak and make sure to rebuild ffmpeg too. 6701 - Bumped up libdvbpsi version number to 0.1.6 6702 6703commit cf4979cabec706c6efc76f87a618a91d73be6459 6704Author: Jean-Baptiste Kempf <jb@videolan.org> 6705Date: Mon Oct 22 04:24:23 2007 +0000 6706 6707 Contribs - PNG new release with a bunch of CVE-... (as in previous version) 6708 6709commit 495602e13542b7b3ed6646c9768e25d4bf66a2ee 6710Author: Rafaël Carré <funman@videolan.org> 6711Date: Mon Oct 22 02:01:55 2007 +0000 6712 6713 configuration: add config_AddIntf() config_RemoveIntf() and config_ExistIntf() to handle extra interfaces in the preferences 6714 make use of it for last.fm simple preferences (ref #1262) 6715 by the way the duplication of "control" with "extraintf" is very boring 6716 6717commit 25a609d47f4403a8b1c23fef1b017ef2d2ddabd7 6718Author: Rafaël Carré <funman@videolan.org> 6719Date: Mon Oct 22 01:32:11 2007 +0000 6720 6721 contribs: fix dvdnav compilation with mingw gcc 4.x 6722 6723commit 17a7935d6257e26395d6ba4b1d65e3503760bf06 6724Author: Pierre d'Herbemont <pdherbemont@videolan.org> 6725Date: Sun Oct 21 23:33:39 2007 +0000 6726 6727 Mac OS X: Add oga, ogv, ogx, anx file type. Close #1279. (Patch by j). 6728 6729commit 9ef72fe5943998ae99602ded9c2830e2a8982f88 6730Author: Rafaël Carré <funman@videolan.org> 6731Date: Sun Oct 21 22:55:13 2007 +0000 6732 6733 qt4: delete the QApplication when we are finished using it, removes an ugly QObject::killTimers warning. 6734 6735commit e27ff9696e4ba67278a973febf1e2707172bd4a2 6736Author: Rafaël Carré <funman@videolan.org> 6737Date: Sun Oct 21 21:32:24 2007 +0000 6738 6739 playlist_Clear() should delete only the local playlist, not the root playlist (including the media library, and the read only services discovery) 6740 6741commit 7c1af3c19c72db531ce4a0ccb0003f9dbaf1cbb4 6742Author: Christophe Mutricy <xtophe@videolan.org> 6743Date: Sun Oct 21 19:17:11 2007 +0000 6744 6745 Fix compilation on win 6746 6747commit 4029f783289754b2821ba2716203c087343b5cdb 6748Author: Rafaël Carré <funman@videolan.org> 6749Date: Sun Oct 21 19:08:44 2007 +0000 6750 6751 mozilla: links with libvlc-control.1.dylib on macosx 6752 6753commit ccc1dca882c1e7d9852029f5cb51d5e9a15bfd9c 6754Author: Rafaël Carré <funman@videolan.org> 6755Date: Sun Oct 21 18:47:43 2007 +0000 6756 6757 picture_t->i_refcount is unsigned, so never < 0 6758 6759commit 0c4cdfd956addf06a252bc58510f1c65c51519ad 6760Author: Rémi Denis-Courmont <rem@videolan.org> 6761Date: Sun Oct 21 18:16:53 2007 +0000 6762 6763 Only recurse through the modules directory: 6764 remove warning about libvlc and libvlc-control not being valid plugins 6765 6766commit 72ec66306dde60fbf9c08c048be6495e465660a5 6767Author: Rémi Denis-Courmont <rem@videolan.org> 6768Date: Sun Oct 21 17:57:52 2007 +0000 6769 6770 Same as previous commit 6771 6772commit edef2bc8a929aa16215787552bfded8eb32819ff 6773Author: Rémi Denis-Courmont <rem@videolan.org> 6774Date: Sun Oct 21 17:52:40 2007 +0000 6775 6776 some missing s/VLC_ADD_LDFLAGS/VLC_ADD_LIBS/ 6777 6778commit aa7342864e66f31de3534726e92d0b570f42232e 6779Author: Rémi Denis-Courmont <rem@videolan.org> 6780Date: Sun Oct 21 17:30:59 2007 +0000 6781 6782 Also test libvlc_playlist_clear and libvlc_playlist_add_extended 6783 6784commit 8837d3d6ac772535558a22e8cc750d2497f126d5 6785Author: Rémi Denis-Courmont <rem@videolan.org> 6786Date: Sun Oct 21 16:52:11 2007 +0000 6787 6788 Playlist delete support... sorta. LibVLC crashes internally. 6789 6790commit d95b7e67485fed8cd1db9b585300049325d5cd7c 6791Author: Rémi Denis-Courmont <rem@videolan.org> 6792Date: Sun Oct 21 16:50:02 2007 +0000 6793 6794 Doxygen syntax fix 6795 6796commit eb0920907a09da7b8c7f37d89b5b2d2f562ddbd4 6797Author: Pierre d'Herbemont <pdherbemont@videolan.org> 6798Date: Sun Oct 21 16:45:56 2007 +0000 6799 6800 extras/contrib/src/Makefile: Fix dca an zvbi install name (on Mac OS X in particular). (Reported by maru). 6801 6802commit 1155806be963b2229168227b093a763650c604ff 6803Author: Laurent Aimar <fenrir@videolan.org> 6804Date: Sun Oct 21 16:00:27 2007 +0000 6805 6806 Increase rate/speed control granularity. 6807 We now have: 6808 1x 1.5x 2x 3x 4x 8x (and the same for slower). 6809 6810commit 9c4f520e6526f194e27b9d293132a492de05dde8 6811Author: Rémi Denis-Courmont <rem@videolan.org> 6812Date: Sun Oct 21 15:42:29 2007 +0000 6813 6814 "Advanced" playlist add 6815 6816commit 734f58f588595ee512f37ce0b29aa2ed5633a597 6817Author: Rafaël Carré <funman@videolan.org> 6818Date: Sun Oct 21 14:31:09 2007 +0000 6819 6820 mozilla: don't add a custom application name as argv[0]. 6821 6822commit 9a9b2af4ee329c62ef937a55f54a54d5607b4862 6823Author: Pierre d'Herbemont <pdherbemont@videolan.org> 6824Date: Sun Oct 21 13:55:53 2007 +0000 6825 6826 control/media_instance.c: Cons-ify the conversion table. 6827 6828commit 54524f5eba0cc3e9fbdc60dfc1277bf83a5d4f80 6829Author: Pierre d'Herbemont <pdherbemont@videolan.org> 6830Date: Sun Oct 21 13:54:13 2007 +0000 6831 6832 MacOSX/Framework/VLCMediaPlayer.m: Const-ify the conversion table. 6833 6834commit 6a790db7c0f93caafbae11575d0ba755f6ab08df 6835Author: Rafaël Carré <funman@videolan.org> 6836Date: Sun Oct 21 13:51:53 2007 +0000 6837 6838 contribs: make it explicit that (unused) mozilla target is macosx only 6839 6840commit 6de4a5654869b4ac5f4133c109c11a862e5e6cef 6841Author: Pierre d'Herbemont <pdherbemont@videolan.org> 6842Date: Sun Oct 21 13:50:09 2007 +0000 6843 6844 MacOSX/Framework: VLCPlaylist object has been replaced by VLCMediaList (as in libvlc). 6845 6846commit 5ef5531d821030ae3c374f096317c1d0a10be13a 6847Author: Pierre d'Herbemont <pdherbemont@videolan.org> 6848Date: Sun Oct 21 13:45:39 2007 +0000 6849 6850 MacOSX/Framework: Updated Sample code. (Patch by Enrique Osuna). 6851 6852commit 9b89b833514a2a3e58d43f6a71f539adf3a22f44 6853Author: Rafaël Carré <funman@videolan.org> 6854Date: Sun Oct 21 13:44:22 2007 +0000 6855 6856 lua: makes sure metadata is UTF8 encoded (some websites aren't using UTF8 charset) 6857 6858commit 2e7f3ec57caf751835b25c889a19639073898084 6859Author: Pierre d'Herbemont <pdherbemont@videolan.org> 6860Date: Sun Oct 21 13:31:27 2007 +0000 6861 6862 MacOSX/Framework/VLCLibrary.m: Regroup the sharedLibrary allocation and release. Fix a warning due to a left over in previous commit. 6863 6864commit 0e514bd76eee3f87fecded84889a0e534477daed 6865Author: Pierre d'Herbemont <pdherbemont@videolan.org> 6866Date: Sun Oct 21 13:16:46 2007 +0000 6867 6868 MacOSX/Framework/VLCLibrary.m: Better memory management for the global VLCLibrary object. Give an autoreleased object in +[VLCLibrary sharedLibrary]. Release the global VLCLibrary atexit. 6869 6870commit 87bc70075835e1b2f22b611e63f251dd8cb153af 6871Author: Rafaël Carré <funman@videolan.org> 6872Date: Sun Oct 21 13:12:51 2007 +0000 6873 6874 power management inhibit: uninhibit only once 6875 6876commit 21aa24f666b07c375fdf9cd15d3783c55a329374 6877Author: Rafaël Carré <funman@videolan.org> 6878Date: Sun Oct 21 12:56:41 2007 +0000 6879 6880 xspf demuxer: correctly checks "application" attribute of <extension> tag, fix #1342 6881 6882commit 54f91faac813fba2cb8b94fdc11ee977a9a94c66 6883Author: Rémi Denis-Courmont <rem@videolan.org> 6884Date: Sun Oct 21 12:55:32 2007 +0000 6885 6886 Basic playlist controls 6887 6888commit 77015ab46b9aff1d25ac3ca3c064893549fd4137 6889Author: Rémi Denis-Courmont <rem@videolan.org> 6890Date: Sun Oct 21 12:18:19 2007 +0000 6891 6892 Add support for allocating media_descriptors and factorize some code (generics yum yum!). 6893 Destroying the instance object while a descriptor is still alive will crash(!). 6894 I wonder why libvlc_instance_t is not reference counted as the other handler types... ? 6895 6896commit 256878bc4b10572511d4c96ac5ad1774482fcc56 6897Author: Rafaël Carré <funman@videolan.org> 6898Date: Sun Oct 21 12:16:45 2007 +0000 6899 6900 video_output: fix 4 bytes too short memory allocation 6901 6902commit 77aa5b9ebb86cc16a4b57f2f1316ede93b56c188 6903Author: Rémi Denis-Courmont <rem@videolan.org> 6904Date: Sun Oct 21 11:44:56 2007 +0000 6905 6906 Switch CIL bindings to libvlc API 6907 6908commit c39f753567e8e35486b3902538a52520b28ca101 6909Author: Pierre d'Herbemont <pdherbemont@videolan.org> 6910Date: Sun Oct 21 11:30:35 2007 +0000 6911 6912 misc/darwin_specific.c: Fix framework detection code. 6913 6914commit a901551063376ccf6dce57fdf39d28913bd3fd0f 6915Author: Rémi Denis-Courmont <rem@videolan.org> 6916Date: Sun Oct 21 11:14:25 2007 +0000 6917 6918 Remove extra white spaces 6919 6920commit 29b27c82076170e901d83e2e41b1517ba6759cbe 6921Author: Pavlov Konstantin <thresh@videolan.org> 6922Date: Sun Oct 21 11:09:30 2007 +0000 6923 6924 Fix build. 6925 6926commit 7f42e055f359bbb4d136c1b5c554baa2b23b52a2 6927Author: Rémi Denis-Courmont <rem@videolan.org> 6928Date: Sun Oct 21 11:06:37 2007 +0000 6929 6930 Changing the order of parameters may be needed, but changing the parameters themselves is definitely not (it would crash in some cases anyway): add some const qualifiers 6931 6932commit 6ea1a2709641da5ec5c27367ff9110823fc08c82 6933Author: Pierre d'Herbemont <pdherbemont@videolan.org> 6934Date: Sun Oct 21 11:02:45 2007 +0000 6935 6936 contrib/src/Makefile: Make sure libpng link name is correctly set on Mac OS X. (Reported by maru). 6937 6938commit fc68d313c7ec747bd201cc8dab166e607d652e94 6939Author: Jean-Paul Saman <jpsaman@videolan.org> 6940Date: Sun Oct 21 10:10:29 2007 +0000 6941 6942 Fix detection of swscale with compile/link test. 6943 6944commit 7d250086f7bde8ec76e4388040c9af7ac3ac5ef4 6945Author: Rémi Denis-Courmont <rem@videolan.org> 6946Date: Sun Oct 21 09:58:59 2007 +0000 6947 6948 Remove silly debug for previous commit 6949 6950commit 65bc1a4e3dfdd078a35c4bf0923007addf3f1996 6951Author: Rémi Denis-Courmont <rem@videolan.org> 6952Date: Sun Oct 21 09:58:01 2007 +0000 6953 6954 Put timeout to the testsuite 6955 6956commit 508d87e61db2f470c2b4129e40df8ebc6c8a9737 6957Author: Rémi Denis-Courmont <rem@videolan.org> 6958Date: Sun Oct 21 08:09:02 2007 +0000 6959 6960 Switch API smoke test to libvlc API 6961 6962commit 4a2ded0bad747c8d671f2321e8ac9e9c556e1d17 6963Author: Rémi Denis-Courmont <rem@videolan.org> 6964Date: Sun Oct 21 07:12:07 2007 +0000 6965 6966 libvlc_exception: 6967 * add missing const qualifiers 6968 * prevent exception from being silented in case of ENOMEM 6969 6970commit 086d0746ed62770dbd0bdc473c18f41b604f0bb7 6971Author: Jean-Baptiste Kempf <jb@videolan.org> 6972Date: Sun Oct 21 01:46:18 2007 +0000 6973 6974 Qt4 - Sprefs, ui margin adjustements. 6975 6976commit 18467ed4f2e3e29e76368240acdca4cf2d21b76f 6977Author: Jean-Baptiste Kempf <jb@videolan.org> 6978Date: Sun Oct 21 01:42:13 2007 +0000 6979 6980 Qt4 -- remove extra empty line. 6981 6982commit 3500cf1011e97ae7c60b63b4147cbcb69bde5d47 6983Author: Jean-Baptiste Kempf <jb@videolan.org> 6984Date: Sun Oct 21 01:31:38 2007 +0000 6985 6986 Qt4 - Simple prefs, re-do [22621], but removes all the connects for all the configcontrol, remove some functions, clean it, remove some dynamic_cast, but basically do the same. 6987 6988commit 7e6bc77e176a75a9b1c6d0589ba485e08aa8cb68 6989Author: Rafaël Carré <funman@videolan.org> 6990Date: Sun Oct 21 00:05:44 2007 +0000 6991 6992 telepathy: don't Close() twice. one time when we encounter an error, one more time when VLC exits. 6993 6994commit 1995f882d45bf8f9bd167f9ba549ca7d1efb664e 6995Author: Rafaël Carré <funman@videolan.org> 6996Date: Sat Oct 20 23:47:34 2007 +0000 6997 6998 New inhibit module to prevent the power management daemon (usually gnome-power-manager) to suspend/hibernate the laptop while VLC is active. 6999 7000commit 794eece829a9840339be996a8cd44a9153916877 7001Author: Laurent Aimar <fenrir@videolan.org> 7002Date: Sat Oct 20 23:37:56 2007 +0000 7003 7004 Fixed subtitle blend module loading. 7005 The blend module will be loaded only if needed and reloaded on chroma change. 7006 (As a side effect it should allow displaying TEXT even when no blending module 7007 exist) 7008 7009commit e7d9e5601fe3603405749091d0eef49630ac7ee8 7010Author: Laurent Aimar <fenrir@videolan.org> 7011Date: Sat Oct 20 23:22:48 2007 +0000 7012 7013 Added sout_UpdateStatistic and fixed transcode module to use it. 7014 As a side effect, it fixed a potential segfault (race condition) when using 7015 sout-keep (but I am not sure if we have a stream_out module that can show the 7016 problem) 7017 7018 sout_UpdateStatistic still uses input internal data and that need to 7019 be fixed. Audio output need such a clean too. 7020 7021commit 9b62d7452507c8cbdd6c83fb137da9b6a0e3016d 7022Author: Rafaël Carré <funman@videolan.org> 7023Date: Sat Oct 20 23:20:43 2007 +0000 7024 7025 input: avoids double mutex locking 7026 7027commit 39aa499b2693c0cf5158029bf2b9ee14f2cc6e37 7028Author: Felix Paul Kühne <fkuehne@videolan.org> 7029Date: Sat Oct 20 22:39:20 2007 +0000 7030 7031 * fix make update-po on platforms with a non-GNU find implementation, aka BSD / Darwin. Thanks to xtophe for pointing this out and helping me 7032 7033commit fe1ad10679f61bcdbf1c4705d5b4b22cec506929 7034Author: Jean-Paul Saman <jpsaman@videolan.org> 7035Date: Sat Oct 20 19:15:05 2007 +0000 7036 7037 Deinterlace prototype should be defined whether or not swscale is used. 7038 7039commit 299be2de5197030ea6fb6893d8fa9638f3eb82f4 7040Author: Jean-Paul Saman <jpsaman@videolan.org> 7041Date: Sat Oct 20 18:52:45 2007 +0000 7042 7043 Deinterlace module doesn't depend on swscale or img_* ffmpeg functionality. 7044 7045commit cae8addfa7a0a78ec6759b7e64239f607063fec8 7046Author: Jean-Paul Saman <jpsaman@videolan.org> 7047Date: Sat Oct 20 18:47:43 2007 +0000 7048 7049 sws_scale_ordered() is deprecated in newer ffmpeg 7050 7051commit 7b32ae177048eb0bc36b6f7610b9e8a1fb22fead 7052Author: Pierre d'Herbemont <pdherbemont@videolan.org> 7053Date: Sat Oct 20 17:56:00 2007 +0000 7054 7055 src/control: (Patch by Enrique Osuna) 7056 * Add the ability to store user data in media_descriptor. 7057 * Duration can now be retrieved from a media_instance 7058 * Can new get the preparsed state of a media_descriptor 7059 * Add callbacks for libvlc_MediaDescriptorDurationChanged/vlc_InputItemDurationChanged and libvlc_MediaDescriptorPreparsedChanged/vlc_InputItemPreparsedChanged. 7060 7061commit bba8b97ecc1c4f5530eeeec1f10363a3665a964c 7062Author: Pierre d'Herbemont <pdherbemont@videolan.org> 7063Date: Sat Oct 20 17:40:51 2007 +0000 7064 7065 THANKS: Thanks Enrique Osuna a bit more. 7066 7067commit 6dda19c89830f3cc2a54706af5a97c0761d7a1b9 7068Author: Pierre d'Herbemont <pdherbemont@videolan.org> 7069Date: Sat Oct 20 17:37:07 2007 +0000 7070 7071 MacOSX/Framework: Very minor identation changes. 7072 7073commit 702edfe8aac9efe6fb3e5e89b60d4b2d08c94b4d 7074Author: Pierre d'Herbemont <pdherbemont@videolan.org> 7075Date: Sat Oct 20 17:36:15 2007 +0000 7076 7077 NEWS: Add a piece of news on LibVLC. And specify that the OS X Framework was done as a SoC Project. 7078 7079commit 8a852177d24167f58b2604d7fa10f28c6f58a2c9 7080Author: Pierre d'Herbemont <pdherbemont@videolan.org> 7081Date: Sat Oct 20 17:29:34 2007 +0000 7082 7083 NEWS: Mention the Mac OS X Framework. 7084 7085commit 2888212e75497d6a46201ae891fac3521ffa18ca 7086Author: Jean-Baptiste Kempf <jb@videolan.org> 7087Date: Sat Oct 20 17:19:25 2007 +0000 7088 7089 Add APE to NEWS and close #31 7090 7091commit ce7c4d3f499468450352222b3095d2a88c0582f5 7092Author: Pierre d'Herbemont <pdherbemont@videolan.org> 7093Date: Sat Oct 20 17:09:37 2007 +0000 7094 7095 MacOSX/Framework: Minor various spaces/comment cleanup. 7096 7097commit db4a6b828a2dde0274243fabe7faf0bc65a398a4 7098Author: Pierre d'Herbemont <pdherbemont@videolan.org> 7099Date: Sat Oct 20 16:53:15 2007 +0000 7100 7101 MacOSX/Framework: Fix tabs. 7102 7103commit 3b44ce0da7ae3edb641588faa9122325aabf4b28 7104Author: Pierre d'Herbemont <pdherbemont@videolan.org> 7105Date: Sat Oct 20 16:47:04 2007 +0000 7106 7107 MacOSX/Framework: s/PrivateAPI/Private/ 7108 7109commit d4a87d8e7458a99aa7c769c904af7ac6f04ac10c 7110Author: Pierre d'Herbemont <pdherbemont@videolan.org> 7111Date: Sat Oct 20 16:37:59 2007 +0000 7112 7113 MacOSX/Framework: Merge Enrique Osuna's work on the Framework. 7114 7115commit bed5264a7edca55ccb6be99432a998d1e55aeaec 7116Author: Laurent Aimar <fenrir@videolan.org> 7117Date: Sat Oct 20 16:13:01 2007 +0000 7118 7119 Let ffmpeg handle APE codec (Monkey's Audio) as it seems to "work" with the 7120 ffmpeg demuxer (I am not sure seeking works alright). 7121 7122commit 4931a9265236c3a8382f108840a6e72d27d0637c 7123Author: Rémi Denis-Courmont <rem@videolan.org> 7124Date: Sat Oct 20 16:02:03 2007 +0000 7125 7126 Add sound volume, rate, and fullscreen support 7127 7128commit 2edb3900e75e631eb1d5cf398763950cd214dad1 7129Author: Felix Paul Kühne <fkuehne@videolan.org> 7130Date: Sat Oct 20 15:39:07 2007 +0000 7131 7132 * missed one occurence in the previous commit 7133 7134commit cd6d499b13eefc3a2598ff0e53da744227cf4404 7135Author: Rémi Denis-Courmont <rem@videolan.org> 7136Date: Sat Oct 20 15:24:39 2007 +0000 7137 7138 Embryonic CIL bindings for libvlc-control 7139 7140commit 86af9ad16a458f83bfd726ea8c995f5535c2ae27 7141Author: Felix Paul Kühne <fkuehne@videolan.org> 7142Date: Sat Oct 20 15:14:12 2007 +0000 7143 7144 * fixed [22708] for OSX 7145 7146commit 646e343fab52c72f5917ee7c565dc2cb15a0c223 7147Author: Felix Paul Kühne <fkuehne@videolan.org> 7148Date: Sat Oct 20 15:05:16 2007 +0000 7149 7150 * disabled stats updater as internal libvlc headers may not be used in modules. needs a real fix 7151 7152commit 62ffefd4354ff47900238126151b0ca2d05f581e 7153Author: Rémi Denis-Courmont <rem@videolan.org> 7154Date: Sat Oct 20 13:39:41 2007 +0000 7155 7156 Protects internal headers against incorrect/multiple inclusions 7157 7158commit 6dd8082f73ba1ec60597e9462076ad4aaa75ac00 7159Author: Rémi Denis-Courmont <rem@videolan.org> 7160Date: Sat Oct 20 13:39:23 2007 +0000 7161 7162 Don't build netsync by default until someone bothers fixing it 7163 7164commit 51f996148378323ef3c7d08554c2211de47d2d25 7165Author: Rémi Denis-Courmont <rem@videolan.org> 7166Date: Sat Oct 20 13:27:00 2007 +0000 7167 7168 Fix URL 7169 7170commit e9fa807d72ea65d365c2115aa969decfafe253a3 7171Author: Rémi Denis-Courmont <rem@videolan.org> 7172Date: Sat Oct 20 10:42:44 2007 +0000 7173 7174 Make sure assert are built-in 7175 7176commit cc8381508611330f2e5d6971fe4d6637a3e68bfd 7177Author: Rémi Denis-Courmont <rem@videolan.org> 7178Date: Sat Oct 20 10:41:53 2007 +0000 7179 7180 libvlc-control smoke test. Feel free to extend 7181 7182commit 255cdb14836dce0939766d9222b6d2d42aa249eb 7183Author: Rémi Denis-Courmont <rem@videolan.org> 7184Date: Sat Oct 20 07:59:42 2007 +0000 7185 7186 Use int32 rather than long for FOURCC so we don't artificially screw up the ABI on 64-bits platform. Use int64 rather than long for value so we don't overflow on 32-bits platform (ABI breakage, but I did not start it) 7187 7188commit 08521fc19e0e5e809eda54e720be6bfd8889f846 7189Author: Rémi Denis-Courmont <rem@videolan.org> 7190Date: Sat Oct 20 07:43:40 2007 +0000 7191 7192 The current libvlc-control ABI is not compatible with the 0.8.6 one. Change SONAME. 7193 7194commit 37db19eb68bcd40dd525b65ae147e6cfcd4a58dc 7195Author: Rémi Denis-Courmont <rem@videolan.org> 7196Date: Sat Oct 20 07:39:38 2007 +0000 7197 7198 Add mediacontrol_exception_cleanup() consistent with mediacontrol_exception_init(). 7199 7200commit ac92c1476938ec72ac487ad5090c899bcdbc1bbe 7201Author: Rémi Denis-Courmont <rem@videolan.org> 7202Date: Sat Oct 20 07:38:20 2007 +0000 7203 7204 Remove white spaces 7205 7206commit de0b739901abd5cad998ee98b86a02ff2aab99b1 7207Author: Jean-Baptiste Kempf <jb@videolan.org> 7208Date: Sat Oct 20 00:50:39 2007 +0000 7209 7210 Contribs: apply the ugly gcc 4.2 patch also on windows :D Fix goom2k4 with mingw32-4.2 compilation 7211 7212commit adf884fa19d08b088187adc0da722ed4df269160 7213Author: Christophe Mutricy <xtophe@videolan.org> 7214Date: Sat Oct 20 00:45:03 2007 +0000 7215 7216 Bump dirac version 7217 7218commit 92887f164e3423ee53ce8f355df017d65c91e363 7219Author: Christophe Mutricy <xtophe@videolan.org> 7220Date: Fri Oct 19 23:00:41 2007 +0000 7221 7222 Revert [22699] for POTFILES.in. the make update-po rule seems to be broken on MacOSX as it's the second times that when feepk update POTFILES.in all the files in modules/ disappear 7223 7224commit 94bf62da4aa90b593f908983774ac3901e8e5de4 7225Author: Pavlov Konstantin <thresh@videolan.org> 7226Date: Fri Oct 19 20:58:12 2007 +0000 7227 7228 Bump required dirac version to 0.8.0 and fix dirac codec module to support 0.8. 7229 7230 Tested with dirac files created by ffmpeg (by means of dirac support ffmpeg patch). 7231 7232commit 9bac5b0a2dcfbcffe9c3d28e3bd7162c62a8856b 7233Author: Pavlov Konstantin <thresh@videolan.org> 7234Date: Fri Oct 19 20:23:35 2007 +0000 7235 7236 Spatializer module should be built with g++ 7237 7238commit 4750500b14e1c766c99a08be6823487535ecaef5 7239Author: Pierre d'Herbemont <pdherbemont@videolan.org> 7240Date: Fri Oct 19 20:05:55 2007 +0000 7241 7242 contrib/ffmpeg-macosx-intel-mmx.patch: Fix the patch. 7243 7244commit 93566e29bdb3bb751cd3e82028dae7c1bce90508 7245Author: Felix Paul Kühne <fkuehne@videolan.org> 7246Date: Fri Oct 19 16:07:26 2007 +0000 7247 7248 * updated the po-files 7249 7250commit e79da294ab8e6786beef11b70ab4f7381fa9db31 7251Author: Pierre d'Herbemont <pdherbemont@videolan.org> 7252Date: Fri Oct 19 13:51:34 2007 +0000 7253 7254 contrib/ffmpeg: Yet an other fix attempt for ffmpeg. (Previous fix is broken because of registers don't get reseted properly in the look). 7255 7256commit 4f31c7844b1cf53915e47dbe5b514852acb94ba5 7257Author: Rafaël Carré <funman@videolan.org> 7258Date: Fri Oct 19 10:34:46 2007 +0000 7259 7260 qt4: control_(Add/Remove/Exists) are not ready yet. (and btw, the previous commit also introduced last.fm settings in the simple preferences) 7261 7262commit 8f2dc55470a22af908c8b4070e85ce5e27d37f01 7263Author: Rafaël Carré <funman@videolan.org> 7264Date: Fri Oct 19 10:30:34 2007 +0000 7265 7266 qt4: fix the use of HTTP in open dialog 7267 7268commit 0a90b9b0ce696148940522698703ad0ed73ea7f5 7269Author: Jean-Baptiste Kempf <jb@videolan.org> 7270Date: Fri Oct 19 02:32:16 2007 +0000 7271 7272 Add NellyMoser with FourCC NELL. 7273 7274commit 68601b10a17cbbc51adf82074b679e751ff58b83 7275Author: Jean-Baptiste Kempf <jb@videolan.org> 7276Date: Fri Oct 19 00:55:25 2007 +0000 7277 7278 News... Add some... I am sure there are plenty more of them. 7279 7280commit 2d38cb093a261738b59dbcc4e050b0256e5df46f 7281Author: Jean-Baptiste Kempf <jb@videolan.org> 7282Date: Fri Oct 19 00:30:49 2007 +0000 7283 7284 Qt4 - make the Browse Device button to actually do something. Fix Trax#49. This has to be checked when you want to open a VIDEO_TS folder (reading V_T or V_T/.. ?) 7285 7286commit c854ce9a04d72dce63c76302a13f11c8adbc361a 7287Author: Jean-Baptiste Kempf <jb@videolan.org> 7288Date: Fri Oct 19 00:27:06 2007 +0000 7289 7290 Qt4 - open File shortcut fix. 7291 7292commit 36093b1939d021a01d7a6943f00ad54d1e55e956 7293Author: Rafaël Carré <funman@videolan.org> 7294Date: Thu Oct 18 22:40:07 2007 +0000 7295 7296 Adds lelombrik.lua in Makefile.am 7297 7298commit b3e157d9b1a0d7a61e680df9d50d13135939f84e 7299Author: Rafaël Carré <funman@videolan.org> 7300Date: Thu Oct 18 22:30:34 2007 +0000 7301 7302 lua demuxer for lelombrik.net 7303 7304commit 5da32d65883f8b1b6a4e1c1f52f05665414206e0 7305Author: Laurent Aimar <fenrir@videolan.org> 7306Date: Thu Oct 18 22:26:27 2007 +0000 7307 7308 DVD CC are not reordered. 7309 7310commit 22ec91db9f385ed13353459506d8e54f699374f0 7311Author: Jean-Paul Saman <jpsaman@videolan.org> 7312Date: Thu Oct 18 22:10:15 2007 +0000 7313 7314 Use proper unity. 7315 7316commit 35467e3f23ef35ac8fc8be8b2de57a3f9c53c826 7317Author: Jean-Paul Saman <jpsaman@videolan.org> 7318Date: Thu Oct 18 22:10:11 2007 +0000 7319 7320 Add support for converting RGBA into YUVA using ffmpeg libswscale capabilities when available. This makes the Teletext subtitles streamable with dvbsub encoder/decoder. 7321 7322commit 6535c24d5e4b8b75fb47843655f830b32e57023b 7323Author: Jean-Paul Saman <jpsaman@videolan.org> 7324Date: Thu Oct 18 22:10:05 2007 +0000 7325 7326 Remove printf(). 7327 7328commit 81959d29514ca06e3a724d15be2c267c847b8516 7329Author: Jean-Paul Saman <jpsaman@videolan.org> 7330Date: Thu Oct 18 22:09:59 2007 +0000 7331 7332 Remove useless empty line. 7333 7334commit 8db5db86f6aaa40009630659ee07c627666a4e13 7335Author: Jean-Paul Saman <jpsaman@videolan.org> 7336Date: Thu Oct 18 22:09:48 2007 +0000 7337 7338 Support blending of RGBA and YUVA subpicture in addition to YUVP 7339 7340commit 795b5c7c1dfe28e05f3f330ff339b0f0cfeed9c3 7341Author: Jean-Paul Saman <jpsaman@videolan.org> 7342Date: Thu Oct 18 22:09:39 2007 +0000 7343 7344 Add VLC_FOURCC('R','G','B','A') to modules/codec/ffmpeg/video.c 7345 7346commit 2fd133132dc9529b1d1d8c3dd6de8a8b781b2680 7347Author: Jean-Paul Saman <jpsaman@videolan.org> 7348Date: Thu Oct 18 22:09:28 2007 +0000 7349 7350 Enable swscaler in ffmpeg. 7351 7352commit 71355d6fdd261b1b50c47a6f74c9d2906cb1030d 7353Author: Jean-Paul Saman <jpsaman@videolan.org> 7354Date: Thu Oct 18 22:09:22 2007 +0000 7355 7356 Bail out if ffmpeg/avformat.h and ffmpeg/avutil.h doesn't exist. 7357 7358commit 7c357878499383a275b010d27b073a1be70df897 7359Author: Jean-Paul Saman <jpsaman@videolan.org> 7360Date: Thu Oct 18 22:09:10 2007 +0000 7361 7362 Check for swscale.h iso trying to compile/link test. 7363 7364commit 37f14665676da6935506f42599336b3bec8f8eab 7365Author: Jean-Paul Saman <jpsaman@videolan.org> 7366Date: Thu Oct 18 22:09:02 2007 +0000 7367 7368 Fix detection of libswscale. It depends on libavutil. 7369 7370commit c13d26379665ac31545a7b6fc22610a4bccae20e 7371Author: Jean-Paul Saman <jpsaman@videolan.org> 7372Date: Thu Oct 18 22:08:54 2007 +0000 7373 7374 Replace tabs with whitespace. 7375 7376commit 8723242733a0bf6823c2a00504db088d0b809db2 7377Author: Jean-Paul Saman <jpsaman@videolan.org> 7378Date: Thu Oct 18 22:08:44 2007 +0000 7379 7380 Fixed compiler warning for unused variables. 7381 7382commit 40bf45ba50d531ebc26f19b07788d9f6307eb4ef 7383Author: Filippo Carone <littlejohn@videolan.org> 7384Date: Thu Oct 18 21:16:27 2007 +0000 7385 7386 Java classes for media instance support added 7387 7388commit 2c53cdfbb2aaf054097c621f51c1aeb0cc41a2ab 7389Author: Felix Paul Kühne <fkuehne@videolan.org> 7390Date: Thu Oct 18 20:32:24 2007 +0000 7391 7392 * fixed the special case that uname provides 'i386' instead of 'i686' on certain macbooks 7393 7394commit eec1f61354eb71cac08657521b2d119f7538da5c 7395Author: Rafaël Carré <funman@videolan.org> 7396Date: Thu Oct 18 20:20:58 2007 +0000 7397 7398 xspf writer: forget to increment the source pointer in [22665], that would result in file://file://file:///path/to/input entries in ml.xspf 7399 7400commit fee7c618a8ca2cf1d907512528d1bf099ad8b74a 7401Author: Laurent Aimar <fenrir@videolan.org> 7402Date: Thu Oct 18 20:03:41 2007 +0000 7403 7404 Tivo depends on cc.h 7405 7406commit 418f8da82222ba7a6427b22daa6875eae631e755 7407Author: Laurent Aimar <fenrir@videolan.org> 7408Date: Thu Oct 18 20:03:12 2007 +0000 7409 7410 Added support for DVD and ReplayTV CC. 7411 7412commit ba0f64f105a4586851582b6999278f5235a974fd 7413Author: Rafaël Carré <funman@videolan.org> 7414Date: Thu Oct 18 19:59:48 2007 +0000 7415 7416 playlist: avoid a segfault when the fetcher has been unloaded 7417 7418commit 7890152736deba5a938e9eb1fd3fd6dd1c00dae1 7419Author: Rafaël Carré <funman@videolan.org> 7420Date: Thu Oct 18 19:54:52 2007 +0000 7421 7422 telepathy: register the callbacks only when we are connected to the bus, to avoid the module being unloaded, while the callbacks are still active 7423 7424commit 8a10f2b7fb3b00867e374293b0e62c0de2590f87 7425Author: Laurent Aimar <fenrir@videolan.org> 7426Date: Thu Oct 18 19:42:50 2007 +0000 7427 7428 Added partial XDS decoding support (channle/program) 7429 Fixed use of uninitialized data for CC detection. 7430 7431commit 686e89e12858d03421426a82e8f25e371b640dce 7432Author: Laurent Aimar <fenrir@videolan.org> 7433Date: Thu Oct 18 19:36:06 2007 +0000 7434 7435 Fixed infinite loop. 7436 7437commit 93bdb6e35c484e18f48307daeb5964c3df362b5b 7438Author: Christophe Mutricy <xtophe@videolan.org> 7439Date: Thu Oct 18 19:04:39 2007 +0000 7440 7441 Indicates that you can gives several url to vlc 7442 7443commit 2004c8ba498700ca9f6fe616a3d076ff9a5d59ee 7444Author: Laurent Aimar <fenrir@videolan.org> 7445Date: Thu Oct 18 18:18:09 2007 +0000 7446 7447 Fixed closed captions channel >= 2 7448 7449commit fc5954abbb4cb84a170ff960e88f90a60a4d1794 7450Author: Rafaël Carré <funman@videolan.org> 7451Date: Thu Oct 18 16:22:35 2007 +0000 7452 7453 xspf writer: do percent encoding on more characters when we have a file:// URI. 7454 We don't do that on other URIs because those characters may be used as delimiters, and must not be percent encoded. 7455 7456 Now produces valid XSPF-1 files. 7457 7458commit 50768f14bac49cf760db693283eace69e0b60450 7459Author: Felix Paul Kühne <fkuehne@videolan.org> 7460Date: Thu Oct 18 15:34:55 2007 +0000 7461 7462 * don't use the text archive format for nibs, as the binary version is faster to load and smaller to store. Additionally, it's a lot better for diffing on trac, as humans should't understand the text format anyway. 7463 7464commit f452c11004a9eddf5fa3c9342b44590c936018a1 7465Author: Rafaël Carré <funman@videolan.org> 7466Date: Thu Oct 18 15:34:01 2007 +0000 7467 7468 playlist_CreateNode(): add an argument to specify an input_item_t to be linked with the node, rather than creating a new input. 7469 Setting that argument to NULL will make playlist_CreateNode() behave like previously. 7470 7471 That way we can create only one input per pair of node (for local playlist, media library, and service discovery) 7472 Previous behaviour was to create 2 inputs with the same i_id member, but we would store both input in a binary search tree (sorted by i_id), and that kind of tree MUST NOT have 2 items with the same key, else we will get some bad memory corruption when the wrong input is removed from the tree (the other being left in the tree while the memory referred by it was freed). 7473 Note that this breaks ABI 7474 7475commit fbce9b9638ce65acc8c4c8bb1c9d7405d4378bc8 7476Author: Felix Paul Kühne <fkuehne@videolan.org> 7477Date: Thu Oct 18 15:18:44 2007 +0000 7478 7479 * implemented the generic VLC media player Help window on OSX to match the QT4 interface. Additionally, I modified the HTML source a bit, so potential umlauts won't be displayed as UTF-16 on OSX, which would lead to German umlauts being Chinese characters, etc. BTW. Withthis commit, we also link against the WebKit framework.. 7480 7481commit d6b07efe5758fde794051f2660ef9ba4e12bb5e1 7482Author: Rafaël Carré <funman@videolan.org> 7483Date: Thu Oct 18 14:14:58 2007 +0000 7484 7485 playlist_NodeCreate(): fix a potential segfault 7486 7487commit f4e5fd414128f60338bef7d70628317bce52243a 7488Author: Rafaël Carré <funman@videolan.org> 7489Date: Thu Oct 18 01:03:22 2007 +0000 7490 7491 playlist: incrementing the input_id is already taken care of in input_ItemNewWithType() 7492 7493commit ac364cbee210288e1960b6557ff5b81b98dda050 7494Author: Rafaël Carré <funman@videolan.org> 7495Date: Wed Oct 17 23:04:43 2007 +0000 7496 7497 nsv demuxer: H264 is quite common 7498 7499commit db3e9feab6a0fd6c6f851ef232d241e257cc63da 7500Author: Rafaël Carré <funman@videolan.org> 7501Date: Wed Oct 17 22:55:50 2007 +0000 7502 7503 qt4: The media library can be disabled 7504 7505commit eda8ea10443517d9a411c974dbd2f4c64a738a2d 7506Author: Rafaël Carré <funman@videolan.org> 7507Date: Wed Oct 17 22:42:39 2007 +0000 7508 7509 qt4: open file requester when the playlist is empty, but media library or services discovery aren't 7510 7511commit 6dc378e72fd800d5d2810e0e454f139560e20c25 7512Author: Christophe Mutricy <xtophe@videolan.org> 7513Date: Wed Oct 17 22:41:02 2007 +0000 7514 7515 svn:keywords=Id 7516 7517commit caed6fe745fbbcee7846ca440b74d0e5bda8d83e 7518Author: Laurent Aimar <fenrir@videolan.org> 7519Date: Wed Oct 17 20:34:53 2007 +0000 7520 7521 Added closed captions decoding for tivo files. 7522 Please reports broken CC decoding (with a sample to test). 7523 7524commit 85b124f08d43c01f060abfb4d30ee24246ac4b97 7525Author: Laurent Aimar <fenrir@videolan.org> 7526Date: Wed Oct 17 19:56:26 2007 +0000 7527 7528 Added cc data extraction support for mpeg 1/2 when the mpeg packetizer 7529 is used. (Only dvb/atsc CC support is working) 7530 7531commit f75f9b5b367bf1b491f49e52b57d54a529e78839 7532Author: Laurent Aimar <fenrir@videolan.org> 7533Date: Wed Oct 17 19:52:41 2007 +0000 7534 7535 Build CC module. 7536 7537commit a0429d0043a4cbf10f226879138bb8125eeb91f4 7538Author: Laurent Aimar <fenrir@videolan.org> 7539Date: Wed Oct 17 19:51:25 2007 +0000 7540 7541 Added closed captions decoding/extracting from ES data. The CC tracks 7542 are dynamically added when detected. 7543 (Decoder/Packetizer support not yet commited) 7544 7545commit 2cdbf636e684ba0675172f2dc34c4ea5b1d50435 7546Author: Laurent Aimar <fenrir@videolan.org> 7547Date: Wed Oct 17 19:48:16 2007 +0000 7548 7549 Closed captions decoder. 7550 The rollup and paint on mode is not really good (a lot of flicker) but 7551 I don't see how to fix it (the subtitle is updated as soon as a new 7552 character is added). 7553 7554commit 799f3e3902b1fc3465c2c6376794ab3af910cad5 7555Author: Pierre d'Herbemont <pdherbemont@videolan.org> 7556Date: Wed Oct 17 19:44:19 2007 +0000 7557 7558 MacOSX/Framework: Move private headers to Headers/Internal (To follow Enrique Osuna's effort). 7559 7560commit a2dd91771917aa86d9e94aa2d6777f8805332e63 7561Author: Jean-Paul Saman <jpsaman@videolan.org> 7562Date: Wed Oct 17 18:36:22 2007 +0000 7563 7564 Add Icecast support to profiles. 7565 7566commit 7b3eb71e858bfcb3f22d07985f27226306e26ce2 7567Author: Rémi Denis-Courmont <rem@videolan.org> 7568Date: Wed Oct 17 17:14:30 2007 +0000 7569 7570 Always check the certificates chain - it does not make any sense, is counter-intuitive and insecure to use x509 but not validate certs. 7571 The whole security and point of TLS rely on this... 7572 7573commit c7d798397b5a4a9e985f1da735ea842b58dd63af 7574Author: Rémi Denis-Courmont <rem@videolan.org> 7575Date: Wed Oct 17 17:05:36 2007 +0000 7576 7577 Error out if hostname not specified 7578 (this would be a bug in whatever is using the TLS object anyway) 7579 7580commit 664b1e97b1892e915e57a40d8e15beca7572a450 7581Author: Rafaël Carré <funman@videolan.org> 7582Date: Wed Oct 17 15:51:00 2007 +0000 7583 7584 playlist_NodeDelete(): we want to delete a specific playlist_item_t*, not a playlist_item_t* associated to a specific input_item_t* 7585 7586commit 6c93b8b782cfd0bb3c053e994f63fcdfc781bad0 7587Author: Jean-Paul Saman <jpsaman@videolan.org> 7588Date: Wed Oct 17 15:42:14 2007 +0000 7589 7590 Fix detection of a52 in configure.ac 7591 7592commit d476fd787da10bc759b03ab1498078d43963129a 7593Author: Pierre d'Herbemont <pdherbemont@videolan.org> 7594Date: Wed Oct 17 14:45:02 2007 +0000 7595 7596 svn: contrib/ffmpeg: Work around the fact that there is not enough register available on Mac OS X/x86 for certain optimization (most likely a gcc bug). 7597 7598commit 67f243a9a8e7858cf71d4affecb18e3bc2d5a2b9 7599Author: Rafaël Carré <funman@videolan.org> 7600Date: Wed Oct 17 13:30:02 2007 +0000 7601 7602 python bindings: svn:keywords set to Id 7603 7604commit 23b12fce6b3a253cdd3df9a08de46248af73a2ff 7605Author: Rafaël Carré <funman@videolan.org> 7606Date: Wed Oct 17 13:09:40 2007 +0000 7607 7608 sap: do not release an object we did't yield 7609 7610commit 256d7f7ed995d32225965a12f853e4d2c71aa6d4 7611Author: Filippo Carone <littlejohn@videolan.org> 7612Date: Tue Oct 16 20:47:35 2007 +0000 7613 7614 abs_ variable removed from Makefile 7615 7616commit 47cbfa667e090fb19d9ba067e3c4489832f8a30e 7617Author: Rafaël Carré <funman@videolan.org> 7618Date: Tue Oct 16 19:43:23 2007 +0000 7619 7620 playlist_PreparseLoop(): oneliner fix for psz_arturl checking 7621 We will get the art if either: 7622 psz_arturl is NULL 7623 psz_arturl doesn't begin with "file://" 7624 7625commit b82b61f2a2dc21ffe1d352dab22927dbb29e2868 7626Author: Jean-Baptiste Kempf <jb@videolan.org> 7627Date: Tue Oct 16 17:43:31 2007 +0000 7628 7629 Qt 4.2: compatibility... btw, just switch to QT 4.3.2.... :D 7630 7631commit 72729261b6b8a0473b8510e2387548f90b1a861d 7632Author: Jean-Baptiste Kempf <jb@videolan.org> 7633Date: Tue Oct 16 17:41:28 2007 +0000 7634 7635 contribs - theora bumps to beta2, updates in the specs and a few bugfixes... 7636 7637 Has anyone been able to encode TO theora with VLC lately ? 7638 7639commit 90f42f4b52281e516f12ed8209d208aed9ad1d03 7640Author: Jean-Baptiste Kempf <jb@videolan.org> 7641Date: Tue Oct 16 17:19:27 2007 +0000 7642 7643 Qt4 - Open: - remove a few kludges, clean and do it a better way. 7644 - Use a QDirModel to provide completion, this is cool for geeks, but may increase the size of the object, since we didn't use that class before... Any thoughts on that? Remove it for Windows ? 7645 - Clean the layouts, and simplify and fix some signals. 7646 - layout fixes for capture. 7647 7648commit 154a4a9fdbb39b91f3b610752780eda4cf66a48e 7649Author: Ilkka Ollakka <ileoo@videolan.org> 7650Date: Tue Oct 16 16:44:55 2007 +0000 7651 7652 oneliner to fix psz_arturl check in album_art stuff 7653 7654commit 346c7c5df2d4af60793490accb46f9dc396cab0e 7655Author: Rafaël Carré <funman@videolan.org> 7656Date: Tue Oct 16 15:42:15 2007 +0000 7657 7658 libvlc: fix a memory leak 7659 7660commit 6f39c297f198e2a16cb8ee55feba64ac26f512c5 7661Author: Rafaël Carré <funman@videolan.org> 7662Date: Tue Oct 16 14:18:21 2007 +0000 7663 7664 qt4: fix a segfault 7665 7666commit 5db73af5fe905f85e3761f38fa15271cd3ef3071 7667Author: Rafaël Carré <funman@videolan.org> 7668Date: Tue Oct 16 12:44:47 2007 +0000 7669 7670 fix [22632]: check psz_arturl before using it 7671 7672commit f4af45cf8961bf6003d8d232b6dd26620576263c 7673Author: Rafaël Carré <funman@videolan.org> 7674Date: Tue Oct 16 12:27:24 2007 +0000 7675 7676 album art: the corrects picture URLs begin with "file://" else, we have to download/extract/look in the cache 7677 sets the ArtworkURL to the file in cache also when it had been extracted previously 7678 7679commit 758e2cb450a70d7f7cc17911409278a9f7756edc 7680Author: Rafaël Carré <funman@videolan.org> 7681Date: Tue Oct 16 00:30:14 2007 +0000 7682 7683 qt4 configure: Use proper escaping. 7684 \\\\ will become \ and \\\" will become " 7685 7686commit b13f81b35778a5efcdca1538bf97c96da24ed70f 7687Author: Christophe Mutricy <xtophe@videolan.org> 7688Date: Mon Oct 15 23:39:10 2007 +0000 7689 7690 Ugly quoting fix. 7691 7692commit b39ffad911af43814d966bf0f64be369584164f5 7693Author: Christophe Mutricy <xtophe@videolan.org> 7694Date: Mon Oct 15 22:32:53 2007 +0000 7695 7696 Some files were renamed 7697 7698commit 128bdf19b17e22a84cc5605c707b6810624f8e6a 7699Author: Christophe Mutricy <xtophe@videolan.org> 7700Date: Mon Oct 15 21:49:45 2007 +0000 7701 7702 Forgotten in [22627] 7703 7704commit b304bb033d70a5d6ba79a69d362cb9325a4f08c3 7705Author: Christophe Mutricy <xtophe@videolan.org> 7706Date: Mon Oct 15 21:43:40 2007 +0000 7707 7708 i18n for the Qt dialogs 7709 7710commit 0aa54ef8a39809df082efd2f4b0810daccb50758 7711Author: Rafaël Carré <funman@videolan.org> 7712Date: Mon Oct 15 21:39:50 2007 +0000 7713 7714 compile the libfaad test with -lm 7715 7716commit c8e00c0e9d960493ed7eeb42ffd373a706baaeb0 7717Author: Sigmund Augdal Helberg <sigmunau@videolan.org> 7718Date: Mon Oct 15 21:35:28 2007 +0000 7719 7720 fix the -A shortcut 7721 7722commit c47a29221e3a7902ff719923adb954843707e4a4 7723Author: Christophe Mutricy <xtophe@videolan.org> 7724Date: Mon Oct 15 21:30:53 2007 +0000 7725 7726 Export a function to get the install dir of VLC from the plugins 7727 7728commit 1782c4e4558356c6f374c1fec563e2e70f38f47b 7729Author: Rafaël Carré <funman@videolan.org> 7730Date: Mon Oct 15 21:17:12 2007 +0000 7731 7732 qt4 preferences: combo is mandatory in StringListConfigControl constructor 7733 7734commit 57b373bbeb747628319179ab760143775605bcaa 7735Author: Christophe Mutricy <xtophe@videolan.org> 7736Date: Mon Oct 15 21:10:57 2007 +0000 7737 7738 Avoid automake getting confused by the ../.. 7739 7740commit b96c13d1a06d3f3fa07abd9e908112086e04c724 7741Author: Rafaël Carré <funman@videolan.org> 7742Date: Mon Oct 15 21:09:40 2007 +0000 7743 7744 qt4 simple preferences: only show the options of the selected audio output module 7745 7746commit c92f962f3935418e8f6dcdcc919d25415f4711c5 7747Author: Rafaël Carré <funman@videolan.org> 7748Date: Mon Oct 15 21:09:03 2007 +0000 7749 7750 qt4 preferences: the label is not mandatory in object constructor 7751 7752commit 1359fbd1013bb48528d54f8674d3feb2acfbdd45 7753Author: Pierre d'Herbemont <pdherbemont@videolan.org> 7754Date: Mon Oct 15 17:51:11 2007 +0000 7755 7756 vlc_arrays.h: Use item_at_index istead of object_at_index. 7757 7758commit 22861410d6d76dd5ecd05f0bfa0f070892a3d8e5 7759Author: Rémi Denis-Courmont <rem@videolan.org> 7760Date: Mon Oct 15 17:07:33 2007 +0000 7761 7762 Fix vlc-config 7763 7764commit 68f910472c1502baa5057b0e98fd5515ced65606 7765Author: Rémi Denis-Courmont <rem@videolan.org> 7766Date: Mon Oct 15 16:50:54 2007 +0000 7767 7768 Use VLC_ADD_LIBS where seemingly appropriate 7769 7770commit f49c97cd6561dc2551c844f922551a5977ec36a3 7771Author: Pierre d'Herbemont <pdherbemont@videolan.org> 7772Date: Mon Oct 15 16:34:29 2007 +0000 7773 7774 src/Makefile.am: Move flat_media_list.c->flat_media_list_view.c. 7775 7776commit 53e6603735235bdc574a4d0d6a6c9450f7e3af84 7777Author: Rémi Denis-Courmont <rem@videolan.org> 7778Date: Mon Oct 15 16:29:17 2007 +0000 7779 7780 Separate LDFLAGS from LIBS for real. 7781 Should fix problems with building libvlc.so.1 when libvlc.so.0 is installed. 7782 Cannot test since the tree is currently broken. 7783 7784commit a83d27a602471a5a4296ab17b5e243135149714c 7785Author: Pierre d'Herbemont <pdherbemont@videolan.org> 7786Date: Mon Oct 15 16:25:28 2007 +0000 7787 7788 control/flat_media_list_view.c: Use the new media_list_view object. (Plus minor header cleanup). 7789 7790commit 7366410193f07a35ff1158505361b764f21d66b6 7791Author: Pierre d'Herbemont <pdherbemont@videolan.org> 7792Date: Mon Oct 15 15:47:39 2007 +0000 7793 7794 libvlc_internal.h: Forgotten part of previous commit. 7795 7796commit 9636c641caaeef0e32f87bc76a6781a3c86877e0 7797Author: Pierre d'Herbemont <pdherbemont@videolan.org> 7798Date: Mon Oct 15 15:26:55 2007 +0000 7799 7800 s/libvlc_media_list_view_release/libvlc_media_list_view_retain/ in previous commit. 7801 7802commit 1524a416f434bfd6f370eacb1157efeaab13d553 7803Author: Pierre d'Herbemont <pdherbemont@videolan.org> 7804Date: Mon Oct 15 15:23:44 2007 +0000 7805 7806 control/media_list_view.c: Implement unimplemented retain/release function. 7807 7808commit e0b273dd96afb640a690bb816ed6a21688e335a3 7809Author: Jean-Baptiste Kempf <jb@videolan.org> 7810Date: Mon Oct 15 13:43:30 2007 +0000 7811 7812 Don't duplicate entries... :D 7813 7814commit b3bc5c6884e802674d185478e89c615c1811c457 7815Author: Rafaël Carré <funman@videolan.org> 7816Date: Mon Oct 15 13:09:47 2007 +0000 7817 7818 Use $HOME before anything else to determine the home directory. Patch by Benjamin Cama 7819 7820commit edead8b8df5005c8210bde4d7b94b7ab0701e6d1 7821Author: Jean-Paul Saman <jpsaman@videolan.org> 7822Date: Mon Oct 15 09:39:17 2007 +0000 7823 7824 small codingstyle fix 7825 7826commit e602caebf1efc4f81ed6fa6ac51fb3519967f883 7827Author: Jean-Paul Saman <jpsaman@videolan.org> 7828Date: Mon Oct 15 09:39:16 2007 +0000 7829 7830 Whitespace cleanup 7831 7832commit 303f5aec9ef656329cb2ebfaf9af498a8b3417d5 7833Author: Jean-Paul Saman <jpsaman@videolan.org> 7834Date: Mon Oct 15 09:39:15 2007 +0000 7835 7836 Remove excess whiteline. 7837 7838commit 6e98a10ebc072884a55283e640633103d7b9eb4a 7839Author: Jean-Paul Saman <jpsaman@videolan.org> 7840Date: Mon Oct 15 09:39:13 2007 +0000 7841 7842 Indentation. 7843 7844commit 7719d7148c3d49ac58da93e709508b9fc3867ad8 7845Author: Jean-Paul Saman <jpsaman@videolan.org> 7846Date: Mon Oct 15 09:39:12 2007 +0000 7847 7848 Remove excess trainling newlines at end of file. 7849 7850commit efc35d1912ddffd3cf0b57fd112411a55d545a98 7851Author: Jean-Baptiste Kempf <jb@videolan.org> 7852Date: Mon Oct 15 09:24:58 2007 +0000 7853 7854 Qt4 - compil fix. 7855 7856commit aad09b89bbb210a2102d0028aa1560bef961b820 7857Author: Jean-Baptiste Kempf <jb@videolan.org> 7858Date: Mon Oct 15 08:47:27 2007 +0000 7859 7860 Qt4 - threads assertions fixes, docking playlist and size of main interfaces fixes. 7861 7862commit d7a496b707b2ebe03525245d05932dcb1f539ca3 7863Author: Jean-Baptiste Kempf <jb@videolan.org> 7864Date: Mon Oct 15 08:46:33 2007 +0000 7865 7866 Qt4 - Prepare for get FPS. 7867 7868commit 44521604b2577bce846c0855fe7240e99d58341c 7869Author: Jean-Baptiste Kempf <jb@videolan.org> 7870Date: Mon Oct 15 08:29:53 2007 +0000 7871 7872 Qt4 - Various comments and unimportant fixes. 7873 7874commit 715335bbbaded0c837b77c523f878b82fa7bc689 7875Author: Rafaël Carré <funman@videolan.org> 7876Date: Sun Oct 14 23:15:47 2007 +0000 7877 7878 audioscrobbler: submits songs when the input end, not when the playlist current input changes. 7879 The last song in playlist was not being submitted, since the current input would never change. 7880 7881commit be8dfea8d22bb8bd66ef31dcf0aa845fd095e4f0 7882Author: Rafaël Carré <funman@videolan.org> 7883Date: Sun Oct 14 22:52:53 2007 +0000 7884 7885 upnp intel: reverts [22521] to make it compile. The module should be rewritten to not use any playlist code 7886 7887commit 8cce17627c00e62af3f38d7e45258b30ab7a53bc 7888Author: Rafaël Carré <funman@videolan.org> 7889Date: Sun Oct 14 22:27:45 2007 +0000 7890 7891 audioscrobbler: read the metadata when it has been extracted. 7892 7893commit 248d9c5273dadcce5485eb2c50bb035354451e6e 7894Author: Damien Fouilleul <damienf@videolan.org> 7895Date: Sun Oct 14 20:21:56 2007 +0000 7896 7897 playlist.c: removed potential deadlock and duplicate signalling 7898 7899commit 7f3af96e38437fd97b5c212715840806f46b7ca1 7900Author: Rémi Denis-Courmont <rem@videolan.org> 7901Date: Sun Oct 14 20:02:18 2007 +0000 7902 7903 Add partial infrastructure for libs/ldflags segregation 7904 7905commit 58cd832e2f3f0a2a78eb8244b56b11d17c0ef215 7906Author: Laurent Aimar <fenrir@videolan.org> 7907Date: Sun Oct 14 12:18:39 2007 +0000 7908 7909 Clean up + fixed a few memleaks. 7910 7911commit aea60015e1671fdf63b89a7f17dc9013cd87c4b4 7912Author: Laurent Aimar <fenrir@videolan.org> 7913Date: Sun Oct 14 12:18:17 2007 +0000 7914 7915 Removed meta-preparsed. 7916 7917commit b6c609448e720d6c280114775ab4faddbb81fead 7918Author: Laurent Aimar <fenrir@videolan.org> 7919Date: Sun Oct 14 12:17:37 2007 +0000 7920 7921 Removed meta-preparsed variable. 7922 Audioscrobbler is not fixed but I let a comment explaining how to do it. 7923 7924commit 481e0b5b20aacd8fdedd3dc19693a5323661c948 7925Author: Laurent Aimar <fenrir@videolan.org> 7926Date: Sun Oct 14 12:14:03 2007 +0000 7927 7928 Fixed segfault with --minimize-threads 7929 7930commit a73c1e418459e18f3ced45286c2439a4dc0ae669 7931Author: Laurent Aimar <fenrir@videolan.org> 7932Date: Sat Oct 13 20:30:22 2007 +0000 7933 7934 Restore extension detection (ty and ty+) 7935 7936commit fb60ee525948c2aa2d0b80b95e8dd374bdc24607 7937Author: Pierre d'Herbemont <pdherbemont@videolan.org> 7938Date: Sat Oct 13 13:53:45 2007 +0000 7939 7940 control/media_list_view.c: Rework the media_list_view. Make it unmutable. 7941 7942commit c4059115bc2f211dc4acade6959cb65f3d29d001 7943Author: Filippo Carone <littlejohn@videolan.org> 7944Date: Sat Oct 13 12:03:06 2007 +0000 7945 7946 Tony Anecito suggestions to make java bindings compile in cygwin integrated - needs testing 7947 7948commit a9143cdb2ec19484bb2b2e3a459ec86a0f423318 7949Author: Rémi Denis-Courmont <rem@videolan.org> 7950Date: Sat Oct 13 11:14:17 2007 +0000 7951 7952 Release shared objects when not debugging, not the other way around 7953 7954commit b7bcf274c97784f22eedb37a591c432cd5d18572 7955Author: Rémi Denis-Courmont <rem@videolan.org> 7956Date: Sat Oct 13 08:25:59 2007 +0000 7957 7958 Link with the in-tree libvlc 7959 7960commit c4d19b859876eee3510940ae172d66d4723ba1a8 7961Author: Laurent Aimar <fenrir@videolan.org> 7962Date: Fri Oct 12 23:41:31 2007 +0000 7963 7964 Added sout-mux-caching option. It allow to set the initial muxer cache value 7965 in millisecond. 7966 Original patch created by Jeff Hansen. 7967 7968commit 8281a1556a25c368985933c44c2cbc3667bd5f62 7969Author: Laurent Aimar <fenrir@videolan.org> 7970Date: Fri Oct 12 22:55:19 2007 +0000 7971 7972 Import new http://tivo-vlc.sf.net tivo demuxer version. (The author 7973 is Neal Symms, patch made by Dave Still) 7974 Changelog is 7975 * v2.0.0 - 21-Mar-2005 - Series 2 support! No AC-3 on S2 DTivo yet. 7976 * v2.1.0 - 22-Mar-2005 - Support for AC-3 on S2 DTivo (long ac3 packets) 7977 * v3.0.0 - 14-Jul-2005 - Support for skipping fwd/back via VLC hotkeys 7978 Please test and report any regression. (The patch is too big to be 7979 correctly reviewed) 7980 7981commit 3528958558c1a9bc7c39e4bc5c1c0fecff702ce3 7982Author: Damien Fouilleul <damienf@videolan.org> 7983Date: Fri Oct 12 21:42:30 2007 +0000 7984 7985 vlc_threads: document gibalou's comment, and fix a small bug in win32 vlc_cond_timedwait() 7986 7987commit 55709f0347652e77c18d73286486c8733e8864b1 7988Author: Damien Fouilleul <damienf@videolan.org> 7989Date: Fri Oct 12 21:37:56 2007 +0000 7990 7991 macosx: cosmetic, avoid pthread_join() on self 7992 7993commit 8ad686892bd9512b75651c0c4168e47a564f39ab 7994Author: Laurent Aimar <fenrir@videolan.org> 7995Date: Fri Oct 12 20:33:39 2007 +0000 7996 7997 Skip APE tags at the start (like for id3) 7998 7999commit 7cfd41b20bcc4ac3fba2874630187b0d9c2faea8 8000Author: Laurent Aimar <fenrir@videolan.org> 8001Date: Fri Oct 12 19:49:44 2007 +0000 8002 8003 Use field order (top/bottom) for correct bob/linear deinterlacing. 8004 (Decoder that does not set this info should be fixed) 8005 8006commit dc0ef4282b03e2f476a5694d002912b379e0b0c4 8007Author: Damien Fouilleul <damienf@videolan.org> 8008Date: Fri Oct 12 19:26:39 2007 +0000 8009 8010 playlistinfo.m: MacOS X GUI, fixed crash where meta psz_value is NULL (usn't be the case before), crash happens in shoutcast service discovery 8011 8012commit 48785825906a724ea80bf3936bcf45ba2f012a4b 8013Author: Rafaël Carré <funman@videolan.org> 8014Date: Fri Oct 12 18:43:02 2007 +0000 8015 8016 qt4: do not access a widget from another thread 8017 8018commit 4714362c3b9009f46270352701719413319d57ab 8019Author: Rafaël Carré <funman@videolan.org> 8020Date: Fri Oct 12 18:32:39 2007 +0000 8021 8022 logo filter: fail early if the logo hasn't been specified (rather than segfaulting) 8023 8024commit 17ed8b545d5e1e60367bc7a3616e7551043e4a8c 8025Author: Jean-Paul Saman <jpsaman@videolan.org> 8026Date: Fri Oct 12 16:50:53 2007 +0000 8027 8028 Patch by Richard Hosking: Userptr IO buffers need to be aligned according to the V4L2 reference capture c example (which has been updated with this recently). Also, the reference program has the device close operations after the 'free' calls so they have been moved. This fixes the issue I was having with my device crashing vlc on close. Also fixed a typo in an error message and renamed a local function which was badly named by me. 8029 8030commit 5d3ccc0d6572c8d5869708d39f2b69acb368cbcc 8031Author: Christophe Mutricy <xtophe@videolan.org> 8032Date: Fri Oct 12 16:46:29 2007 +0000 8033 8034 standardpanel: Add some tooltips 8035 vlc_intf_strings.h: with the current intf having changing icons on the button (and not activated/desactivated state), tool tips can be confusing. So reword a strings slightly. Also "No repeat" may need to be improve 8036 8037commit 285ed3d120dd3e20994604daeee24673ed746ff6 8038Author: Rafaël Carré <funman@videolan.org> 8039Date: Fri Oct 12 16:42:50 2007 +0000 8040 8041 playlist: use a valid extension for Media Library ("xspf") 8042 8043commit 1ce8b0047a69c790b24706da206191b98ff48cf3 8044Author: Rafaël Carré <funman@videolan.org> 8045Date: Fri Oct 12 16:39:58 2007 +0000 8046 8047 typo 8048 8049commit 7ec9e154854ca9997e0d594d87c5ca209c792ba6 8050Author: Rafaël Carré <funman@videolan.org> 8051Date: Fri Oct 12 16:25:08 2007 +0000 8052 8053 typo 8054 8055commit 469b5265b591d673181dd3e16451c06f53b99c43 8056Author: Christophe Mutricy <xtophe@videolan.org> 8057Date: Fri Oct 12 16:02:29 2007 +0000 8058 8059 Oups 8060 8061commit 4b9371d01acd6b2c76d342bac173cd994409d9da 8062Author: Christophe Mutricy <xtophe@videolan.org> 8063Date: Fri Oct 12 15:46:02 2007 +0000 8064 8065 Distribute pixmaps/menus_info_16px.png and sort the file lists 8066 8067commit ec187ec3a0e58da090184cbcdfc592d821291c45 8068Author: Rafaël Carré <funman@videolan.org> 8069Date: Fri Oct 12 14:20:48 2007 +0000 8070 8071 xspf: try to produce valid XSPF files (there's still a problem with URI %-encoding) 8072 8073commit 5af2036251b65099aa1d1329b686385e6e615e3c 8074Author: Jean-Baptiste Kempf <jb@videolan.org> 8075Date: Fri Oct 12 11:41:55 2007 +0000 8076 8077 Qt4 - fix the assert bug on releasing the Video. There are other to do, but I don't have time this WE, but here is the way to do it correctly. 8078 funman ? :D 8079 8080commit 425c589948e878727c9b63c779cf9300b11b0601 8081Author: Jean-Baptiste Kempf <jb@videolan.org> 8082Date: Thu Oct 11 23:43:07 2007 +0000 8083 8084 Contribs - faac updated to 1.26, no patch needed. 8085 btw, faad2.6 is out and they have supposedly changed their headers... 8086 8087commit 68fa9a0e7e30b114453aa4cafaa525a37eebabf2 8088Author: Christophe Mutricy <xtophe@videolan.org> 8089Date: Thu Oct 11 23:31:55 2007 +0000 8090 8091 Distribute header files 8092 8093commit 2002ecab2201dcae0622c3872486f7e4cd7b8f65 8094Author: Christophe Mutricy <xtophe@videolan.org> 8095Date: Thu Oct 11 20:58:58 2007 +0000 8096 8097 Fix make dist 8098 8099commit 58854d9f2272f0b69829c82b5c5d427df3c87bf2 8100Author: Jean-Baptiste Kempf <jb@videolan.org> 8101Date: Thu Oct 11 20:11:03 2007 +0000 8102 8103 Qt4 - Fix a Sout bug - spotted by humbleb on IRC 8104 8105commit 73245897254a33bfcd4fb7c8a5d9b9f966461f4e 8106Author: Jean-Baptiste Kempf <jb@videolan.org> 8107Date: Thu Oct 11 19:48:34 2007 +0000 8108 8109 Qt4: close() slot problem fixed. 8110 8111commit b5c33444362e00afad1c706cc26c0356d07ef23d 8112Author: Jean-Baptiste Kempf <jb@videolan.org> 8113Date: Thu Oct 11 19:26:53 2007 +0000 8114 8115 Qt4 - Menus. small fix. 8116 8117commit a087c55c728d8a7231feff80bf6a7c45758394ec 8118Author: Jean-Baptiste Kempf <jb@videolan.org> 8119Date: Thu Oct 11 19:26:21 2007 +0000 8120 8121 Qt4 - VLM improvements in the layout and in the function used. 8122 8123commit 948158b16681256f4155e65ccc71c38cbce36c69 8124Author: Jean-Baptiste Kempf <jb@videolan.org> 8125Date: Thu Oct 11 17:51:45 2007 +0000 8126 8127 Qt4 - fix compilation on QT4.2 8128 8129commit a5cf7e3cf0ae5b264e9b436f1e2d852c638baa48 8130Author: Laurent Aimar <fenrir@videolan.org> 8131Date: Thu Oct 11 17:29:49 2007 +0000 8132 8133 Added support for basic LOAS AAC stream. 8134 8135commit 6f9d65432a19c27950d5b7f732b484c28152b3c6 8136Author: Rémi Denis-Courmont <rem@videolan.org> 8137Date: Thu Oct 11 17:16:15 2007 +0000 8138 8139 Increase upper tempo limit 8140 8141commit b398bb791544788bdf6b0bd2d4750f9f6eab3e62 8142Author: Rémi Denis-Courmont <rem@videolan.org> 8143Date: Thu Oct 11 17:10:19 2007 +0000 8144 8145 Emulates MIDI tick real-time events 8146 Now, the synthetizer is "pinged" at regular interval. 8147 This fixes the annoying stuttering when two consecutive notes where too distant 8148 8149commit 67d38330f05685a33da7596a0974856c45830d04 8150Author: Rémi Denis-Courmont <rem@videolan.org> 8151Date: Thu Oct 11 16:45:11 2007 +0000 8152 8153 Ignore key and time signatures - we don't have a metronome, and we don't print sheet music, so that's totally useless here (I think) 8154 8155commit 96f38af015fca701dbf45a12c7269cb1e8b1f522 8156Author: Rémi Denis-Courmont <rem@videolan.org> 8157Date: Thu Oct 11 16:00:34 2007 +0000 8158 8159 Implement tempo meta event. Performance now runs at intended speed. 8160 8161commit 0e7ed04db191a7120cbd3151157a8a396b8d2009 8162Author: Rémi Denis-Courmont <rem@videolan.org> 8163Date: Thu Oct 11 15:33:44 2007 +0000 8164 8165 Boundary check 8166 8167commit a8907dbc0305bacf050c856919ba89060502aaf0 8168Author: Rémi Denis-Courmont <rem@videolan.org> 8169Date: Thu Oct 11 15:30:53 2007 +0000 8170 8171 Meta event payload may be non-ASCII. Fix previous commit 8172 8173commit f8bd3111c257262c99a1646e71911703db690b5f 8174Author: Rémi Denis-Courmont <rem@videolan.org> 8175Date: Thu Oct 11 15:24:17 2007 +0000 8176 8177 Basic infrastructure for non-MIDI event 8178 8179commit 1abc7e4a0e2c0421a59f040cb1ebb55f71804c4b 8180Author: Rafaël Carré <funman@videolan.org> 8181Date: Thu Oct 11 13:47:57 2007 +0000 8182 8183 qt4: typo 8184 8185commit 22579cefb030f5d51770bf87692022e89832308c 8186Author: Pierre d'Herbemont <pdherbemont@videolan.org> 8187Date: Thu Oct 11 13:26:23 2007 +0000 8188 8189 control/media_list.c: Don't forget to destroy the mutex. 8190 8191commit da53016cca28d5c0d9c14801b8547c485cf878a4 8192Author: Pierre d'Herbemont <pdherbemont@videolan.org> 8193Date: Thu Oct 11 12:12:31 2007 +0000 8194 8195 include/vlc_arrays.h: Fix previous commit. 8196 8197commit 8b8565fb06509cf5bb4bf84ee3a687375ea789da 8198Author: Pierre d'Herbemont <pdherbemont@videolan.org> 8199Date: Thu Oct 11 12:03:03 2007 +0000 8200 8201 control/media_list.c: Use the new array API. 8202 8203commit c08fa1c24e6ff85f92529ea98838c8078e54061d 8204Author: Pierre d'Herbemont <pdherbemont@videolan.org> 8205Date: Thu Oct 11 12:02:06 2007 +0000 8206 8207 include/vlc_arrays.h: Export a static inlined array API. 8208 8209commit c10125384137967794a1ecb02f4a47cc58792f49 8210Author: Rafaël Carré <funman@videolan.org> 8211Date: Thu Oct 11 11:09:59 2007 +0000 8212 8213 ncurses: extra checks for playlist code 8214 8215commit c38c9ecc633dc23d6c94c7a085a6d07b800222d7 8216Author: Rafaël Carré <funman@videolan.org> 8217Date: Thu Oct 11 11:03:18 2007 +0000 8218 8219 ncurses: ressuscite file browser, and 'A' key (add an entry) with support for media library\nchecks vasprintf() return value 8220 8221commit 0a74125cc3ebd1d72ef867b984650b78af3499ee 8222Author: Rafaël Carré <funman@videolan.org> 8223Date: Thu Oct 11 10:25:32 2007 +0000 8224 8225 services_discovery: fix removal of nodes 8226 8227commit 6f17ad3c8461d77ba935fe7be6b48b1f828c2062 8228Author: Pierre d'Herbemont <pdherbemont@videolan.org> 8229Date: Thu Oct 11 09:32:09 2007 +0000 8230 8231 modules/services_discovery/shout.c: Use services_discovery.h instead of playlist.h. 8232 8233commit 222960cff9c3968b0c6b8c073bfa08182e3cc78a 8234Author: Pierre d'Herbemont <pdherbemont@videolan.org> 8235Date: Thu Oct 11 01:02:50 2007 +0000 8236 8237 playlist/services_discovery.c: Isolate more the services_discovery code from the playlist code by having two separate header. Partly revert [22536]. 8238 8239commit 393b8a063539c0230473e517e6ffe37fc290b810 8240Author: Pierre d'Herbemont <pdherbemont@videolan.org> 8241Date: Thu Oct 11 00:22:58 2007 +0000 8242 8243 playlist/services_discovery.c: Fix a segfault. 8244 8245commit b7757a073890685126c5fac36d979d6d610e2e37 8246Author: Pierre d'Herbemont <pdherbemont@videolan.org> 8247Date: Thu Oct 11 00:12:57 2007 +0000 8248 8249 playlist/services_discovery.c: Fix a warning. 8250 8251commit b023ea10390dc54c1a2d39ce5cf0a6cd47903a54 8252Author: Pierre d'Herbemont <pdherbemont@videolan.org> 8253Date: Thu Oct 11 00:11:26 2007 +0000 8254 8255 playlist/services_discovery.c: Attempt at removing also node as well as regular items. Need some testing with the hal services_discovery module. 8256 8257commit 0e10f5faae3872fc5f93895c9a040b6464c26585 8258Author: Pierre d'Herbemont <pdherbemont@videolan.org> 8259Date: Wed Oct 10 23:45:47 2007 +0000 8260 8261 services_discovery/hal.c: Get rid of the playlist code. 8262 8263commit d3b42e438a49b7df4912c9f0db365b9355b93462 8264Author: Rafaël Carré <funman@videolan.org> 8265Date: Wed Oct 10 23:04:09 2007 +0000 8266 8267 services_discovery: storing the category & onelevel playlist items with the services_discovery_t is not needed anymore, simplify that. 8268 put the services_discovery_t** in the public playlist_t to save one unchecked malloc() and the corresponding free() 8269 8270commit 884e2a4e4ffac2249258648ce8e9270c4d42152e 8271Author: Laurent Aimar <fenrir@videolan.org> 8272Date: Wed Oct 10 22:06:35 2007 +0000 8273 8274 Fixed a bunch of const warnings. 8275 8276commit e1066b6e97b167911e96a618990cbe8ceb516977 8277Author: Laurent Aimar <fenrir@videolan.org> 8278Date: Wed Oct 10 22:04:56 2007 +0000 8279 8280 id3tag: fixed segfault (introduced with demux_meta_t) 8281 8282commit 5c1bbbefaf98811bf723297694f964951915c059 8283Author: Damien Fouilleul <damienf@videolan.org> 8284Date: Wed Oct 10 21:23:33 2007 +0000 8285 8286 macosx: playlistinfo.m. small typo which caused ObjC exception and froze interface updates and screensaver management, etc... 8287 8288commit d75137d9d1e8559ca229bee2d54b0bfae8417a8e 8289Author: Christophe Mutricy <xtophe@videolan.org> 8290Date: Wed Oct 10 21:21:40 2007 +0000 8291 8292 Slovenian and French l10n update. Thanks to Matej Urbančič and Dylan Aïssi. 8293 8294commit f1f75fe367d792be4b53edd32f8736dc163b1cee 8295Author: Jean-Baptiste Kempf <jb@videolan.org> 8296Date: Wed Oct 10 20:22:14 2007 +0000 8297 8298 Qt4: try to fix make dist. 8299 8300commit 2e3de38973bd10678b1fae4c83cfbf1a494e2d46 8301Author: Jean-Baptiste Kempf <jb@videolan.org> 8302Date: Wed Oct 10 19:51:45 2007 +0000 8303 8304 Qt4 - Don't use Qt4.2 functions. 8305 8306commit ad26282b3573b371a8e2da4ebe5e344c4abe91c2 8307Author: Rémi Denis-Courmont <rem@videolan.org> 8308Date: Wed Oct 10 19:06:26 2007 +0000 8309 8310 G.711 to news 8311 8312commit 23314963e9a2ea1ca3428b47e64a398d02892f12 8313Author: Rémi Denis-Courmont <rem@videolan.org> 8314Date: Wed Oct 10 19:05:00 2007 +0000 8315 8316 MIDI message decoder using Fluidsynth software synthetizer 8317 8318commit 771fe0b86d7251baa24b9b1732acb95711bdb16a 8319Author: Jean-Baptiste Kempf <jb@videolan.org> 8320Date: Wed Oct 10 18:59:36 2007 +0000 8321 8322 Qt4 - use a docked playlist, remove dead code, don't reinvent the wheel, remove the behaviour where media library hides the video. Don't split the menu between two dialogs, this is weird and anti sane GUI guidelines. 8323 Use enums when you can. 8324 Add the popup menu to the always video cone. 8325 And more... 8326 8327commit 21791eb510d20fe9af2f450a99e2c436c9ab3175 8328Author: Jean-Baptiste Kempf <jb@videolan.org> 8329Date: Wed Oct 10 18:55:22 2007 +0000 8330 8331 Qt4 - add a --qt-minimal-view option as requested on the forums. 8332 8333commit f39cf066dcd579352a2fadc77ce4032bd8982c96 8334Author: Jean-Baptiste Kempf <jb@videolan.org> 8335Date: Wed Oct 10 18:54:43 2007 +0000 8336 8337 Qt4 - remove trailing spaces. 8338 8339commit 4fffc9ab3ff9610eb6dbe3fbb97822ef4acc6bd4 8340Author: Rémi Denis-Courmont <rem@videolan.org> 8341Date: Wed Oct 10 18:46:39 2007 +0000 8342 8343 Yet another useless debug 8344 8345commit f1ae515db278f898a8e298d24ea05e7d7e6f7eb9 8346Author: Rémi Denis-Courmont <rem@videolan.org> 8347Date: Wed Oct 10 18:45:18 2007 +0000 8348 8349 Same as previous commit 8350 8351commit a3a3ecafef314afc539db3b089a2b9893537e295 8352Author: Rémi Denis-Courmont <rem@videolan.org> 8353Date: Wed Oct 10 18:44:09 2007 +0000 8354 8355 Excess debug 8356 8357commit 83a9495bed15c054a6ad56d134770908713b7847 8358Author: Rafaël Carré <funman@videolan.org> 8359Date: Wed Oct 10 18:16:05 2007 +0000 8360 8361 services_discovery: stores the category & onelevel playlist_item_t* in the services_discovery_t structure 8362 simplify upnp* and hal modules 8363 8364commit 27048ded574c2e7b6a4d3a2c6a36aa77fe605146 8365Author: Rémi Denis-Courmont <rem@videolan.org> 8366Date: Wed Oct 10 17:50:31 2007 +0000 8367 8368 Build SMF demux 8369 8370commit e6a119ae0dddfb62b2826f9950a7ff86d281fb72 8371Author: Rémi Denis-Courmont <rem@videolan.org> 8372Date: Wed Oct 10 15:01:02 2007 +0000 8373 8374 Create ES, maintain PTS, and actually send MIDI messages to decoder 8375 (Still MIDI tempo is critically missing) 8376 8377commit 64ab7fa08902c356c85bfae76941a94436161d7d 8378Author: Rafaël Carré <funman@videolan.org> 8379Date: Wed Oct 10 15:00:01 2007 +0000 8380 8381 playlist: a node item can have an input associated (example: cdda) 8382 8383commit a83a3579b82d4e219f5f7be58d9036d42f7cbb85 8384Author: Bernie Purcell <bitmap@videolan.org> 8385Date: Wed Oct 10 03:41:17 2007 +0000 8386 8387 Attempt to stop subtitles going off screen in some formats, when 8388 width and height are specified in the subtitles stream. This may 8389 result in chunkier text in some instances, but it should get it 8390 back on screen at least. Will look into smoothing it out next. 8391 8392commit 8418d9e545cfc04cc9f07dad7e18826939bdd249 8393Author: Christophe Mutricy <xtophe@videolan.org> 8394Date: Tue Oct 9 23:06:14 2007 +0000 8395 8396 Slovak and Polish l18n update. Thanks to Marián Hikaník and Michał Trzebiatowski 8397 8398commit d492befb43362515b74a44683fd20cbb3befae8c 8399Author: Christophe Mutricy <xtophe@videolan.org> 8400Date: Tue Oct 9 23:06:07 2007 +0000 8401 8402 Update l10n files 8403 8404commit e8ee74f353fbabc7a06f8588f484df15eba21c2e 8405Author: Laurent Aimar <fenrir@videolan.org> 8406Date: Tue Oct 9 22:16:12 2007 +0000 8407 8408 Add a check against broken files (It would be great if someone that understand 8409 the mkv demuxer could double checked it) 8410 8411commit 1c1ed22d1312076bad1340b6eb6eae0d3604e8c1 8412Author: Rémi Denis-Courmont <rem@videolan.org> 8413Date: Tue Oct 9 20:15:44 2007 +0000 8414 8415 Preliminary incomplete Standard MIDI File demux 8416 (Still missing the ES out so pretty useless, but got to sleep now) 8417 8418commit cdf5b8f4d7054ab307ca0dd59ef5c9c994d90516 8419Author: Jean-Baptiste Kempf <jb@videolan.org> 8420Date: Tue Oct 9 17:33:50 2007 +0000 8421 8422 ffmpeg - DNxHD / VC-3 is AVdn fourCC not AVDn. 8423 8424commit 62282b6d3695dced48260b7444231a047fbc7a5f 8425Author: Felix Paul Kühne <fkuehne@videolan.org> 8426Date: Tue Oct 9 16:43:12 2007 +0000 8427 8428 macosx: Multiple GUI improvements follow j-b's and my approach to synchronise the QT4 and OSX intfs, more to come 8429 - "Use DVD Menus" is inverted now, so it's "No DVD Menus" 8430 - 3 dots at the end of a menu-item's caption mean that the entry will trigger a window (following Apple's HIGL) 8431 - removed the entries for "Report a Bug" and "License". The first isn't necessary as we got enough of them and users doing useable reports know how to do, the latter will re-appear in the to-be-re-designed About panel. 8432 - additionally, removed useless occurences of vlc_bool_t in favour of BOOL 8433 - preparations to add fps to Statistics 8434 8435commit a7c86cabf2b09d7088840d7e9a00fb22e2bc630b 8436Author: Rafaël Carré <funman@videolan.org> 8437Date: Tue Oct 9 15:13:17 2007 +0000 8438 8439 qt4 capture card dialog: lists v4l2 8440 8441commit 731efe545dba46e1b970aa3700268ecc415ae82c 8442Author: Rafaël Carré <funman@videolan.org> 8443Date: Tue Oct 9 14:08:55 2007 +0000 8444 8445 http: psz_dir is not meant to be a const 8446 8447commit 97c5433133d3da48a325199a2c79b458e2a634c8 8448Author: Rafaël Carré <funman@videolan.org> 8449Date: Tue Oct 9 14:05:57 2007 +0000 8450 8451 Partly revert [20969]. fix #1311 8452 8453commit db1a5bd201defe353f674cda2ae0866ad993e8df 8454Author: Rafaël Carré <funman@videolan.org> 8455Date: Tue Oct 9 12:45:33 2007 +0000 8456 8457 http output: fix bonjour advertising 8458 8459commit 3c3678f18cd83a2958b12d385c5b04111779a1f8 8460Author: Rafaël Carré <funman@videolan.org> 8461Date: Tue Oct 9 11:48:29 2007 +0000 8462 8463 freetype: make sure the FontBuilder is finished when we destroy the module. 8464 8465commit c758dd299ee12494f2b28e51109e70ba67099f92 8466Author: Rafaël Carré <funman@videolan.org> 8467Date: Tue Oct 9 06:48:49 2007 +0000 8468 8469 bonjour: checks asprintf() return value, checks name before using it 8470 8471commit 8acbb8ac692b609fe4c43bf06044cf2cea49dadc 8472Author: Jean-Baptiste Kempf <jb@videolan.org> 8473Date: Tue Oct 9 02:35:17 2007 +0000 8474 8475 Qt4 - use enums instead of defines when you can. 8476 8477commit 1674135c30240612d72acf07c6aac1e27b593da6 8478Author: Jean-Baptiste Kempf <jb@videolan.org> 8479Date: Tue Oct 9 02:28:01 2007 +0000 8480 8481 Qt4 - header corrections. 8482 8483commit 3c3ccb56005f6d02be05de6ea051a14b0df77372 8484Author: Jean-Baptiste Kempf <jb@videolan.org> 8485Date: Tue Oct 9 02:22:28 2007 +0000 8486 8487 Qt4 - fix compilation. 8488 8489commit fc383e2203324926946247db2f51803b853570fd 8490Author: Jean-Baptiste Kempf <jb@videolan.org> 8491Date: Tue Oct 9 02:20:07 2007 +0000 8492 8493 Qt4 - Open: start to use a completer, use an enum and no stupid #define. 8494 8495commit d5ef927963c460d77256f714899bd9c84dd72802 8496Author: Jean-Baptiste Kempf <jb@videolan.org> 8497Date: Tue Oct 9 02:16:30 2007 +0000 8498 8499 Qt4 - no more timeElapsed/timeReamining menu for a boolean option. Right and left click toggle it, while double click opens the goto one. kudos to the KDE team. 8500 8501commit afac1c04c7f200388d44021977f2764e91b9cb9d 8502Author: Jean-Baptiste Kempf <jb@videolan.org> 8503Date: Tue Oct 9 02:11:18 2007 +0000 8504 8505 Qt4 - playlist: invert random/repeat buttons to match OSX intf and iTunes. 8506 8507commit a5ac2854a978066f9c3defc02f3dfbb1e73e2e8e 8508Author: Jean-Baptiste Kempf <jb@videolan.org> 8509Date: Tue Oct 9 02:10:33 2007 +0000 8510 8511 Qt4 - double clicking the time can open the gotoTimeDialog ! Feature request to match OSX behaviour. 8512 8513commit c24786dc06f15eef79cb29fd6344711d62eaa6f6 8514Author: Jean-Baptiste Kempf <jb@videolan.org> 8515Date: Tue Oct 9 02:09:22 2007 +0000 8516 8517 Qt4 - Don't use things that can change from one version to another one of Qt. 8518 8519commit b83845d9ceeabc146abf1a19d3f6e68aef14b3ff 8520Author: Jean-Baptiste Kempf <jb@videolan.org> 8521Date: Tue Oct 9 01:55:01 2007 +0000 8522 8523 Qt4 - pixmaps: fix compilation with new pixmaps. 8524 8525commit e5d83117620322013c65a4a3cd109be8c1b616a6 8526Author: Jean-Baptiste Kempf <jb@videolan.org> 8527Date: Tue Oct 9 01:38:56 2007 +0000 8528 8529 Qt-4 - res update for pixmaps. 8530 8531commit dc48ea5ecbeae76524615af6c958990d6a286fa6 8532Author: Jean-Baptiste Kempf <jb@videolan.org> 8533Date: Tue Oct 9 01:29:15 2007 +0000 8534 8535 Qt4 - pixmaps again. Removing bigger images, useless ones, and cleaning. 8536 8537commit 0c9dd3b28dbfd2f80a39c5512051fd5df3a6e7fb 8538Author: Jean-Baptiste Kempf <jb@videolan.org> 8539Date: Tue Oct 9 01:03:03 2007 +0000 8540 8541 Qt - pixmaps cleaning. First. 8542 8543commit 53a5aaf743693dee8b4ba70e490a01e58ed722dc 8544Author: Jean-Baptiste Kempf <jb@videolan.org> 8545Date: Tue Oct 9 00:17:41 2007 +0000 8546 8547 Contribs - bumps png version to avoid multiple crashes. 8548 8549commit e77f8586a72316fcb644f1040d33532fcce12c5c 8550Author: Rafaël Carré <funman@videolan.org> 8551Date: Tue Oct 9 00:03:15 2007 +0000 8552 8553 v4l2: fix mmap method 8554 8555commit 997feb2964a85c252cf9c5f38a3c16e78034816e 8556Author: Rafaël Carré <funman@videolan.org> 8557Date: Mon Oct 8 23:48:16 2007 +0000 8558 8559 v4l2: replaces bad malloc( sizeof(x) * i )/memset(&, 0, sizeof(x)) by calloc(1, sizeof(x) * i) 8560 removes extra spaces, removes tabs 8561 8562commit a2157f6ef4fb2f93bace5c7ad14164c118600e27 8563Author: Jean-Baptiste Kempf <jb@videolan.org> 8564Date: Mon Oct 8 23:15:06 2007 +0000 8565 8566 Qt4 - Small menus changes. 8567 8568commit a2a806fda6a84fb712a4ca194d33d9b2ae7a1ea2 8569Author: Jean-Baptiste Kempf <jb@videolan.org> 8570Date: Mon Oct 8 23:14:23 2007 +0000 8571 8572 Qt4 - start to change things to match OSX interface. 8573 8574commit 3bca8229d9aad1151b97f4d37ae219ed0789254d 8575Author: Jean-Baptiste Kempf <jb@videolan.org> 8576Date: Mon Oct 8 23:12:51 2007 +0000 8577 8578 Qt4 - Open disk: layout bug. 8579 8580commit 4f1fefa09e0ccfe0a9210692ce214b3885fbc5c4 8581Author: Jean-Baptiste Kempf <jb@videolan.org> 8582Date: Mon Oct 8 23:12:24 2007 +0000 8583 8584 Qt4 / Sout: Ogg => Ogg/Ogm, small change on the layout. 8585 8586commit 27166c048b199389249f5411f4493ed82f91b843 8587Author: Rafaël Carré <funman@videolan.org> 8588Date: Mon Oct 8 21:11:50 2007 +0000 8589 8590 Checks if the videoWidget exist before resizing it, fix #1328 8591 8592commit e3206fdb39a95bb8ce3022119ef5ae9c6c2e706c 8593Author: Jean-Paul Saman <jpsaman@videolan.org> 8594Date: Mon Oct 8 20:46:23 2007 +0000 8595 8596 Run FontBuilder thread after Freetype has been initialized and no error paths are can be taken. This should solve the crash reported by several people with the video title (or meta-name) appearing at start of the movie. 8597 8598 The freetype module starts another thread called FontBuilder and depending on timing this creates a crash or works allright. The crash is triggered by the font not being found. This patch tries to load the font first before the FontBuilder thread is started. 8599 8600 I was unable to reproduce the crash with the patch applied. Without the patch the crash is reproducable. 8601 8602 As discussed on the mailinglist the FontBuilder thread doesn't depend on the freetype initialisation and rearanging the order should do no harm. 8603 8604commit 8e914de13f635dd9c05c63284c22adbaa2ba3800 8605Author: Laurent Aimar <fenrir@videolan.org> 8606Date: Mon Oct 8 19:04:03 2007 +0000 8607 8608 Removed unused variables. 8609 8610commit 5818e881a9a236842999da61aebaa36b450d350a 8611Author: Laurent Aimar <fenrir@videolan.org> 8612Date: Mon Oct 8 19:03:16 2007 +0000 8613 8614 Removed 1 warning. 8615 8616commit fd592d264ac3a8a83585f61b889f4ceafa1d35b4 8617Author: Laurent Aimar <fenrir@videolan.org> 8618Date: Mon Oct 8 19:02:18 2007 +0000 8619 8620 Removed warnings. 8621 8622commit a24e6d86b4a33fc398d2b2a2c9b1f80563b9b68b 8623Author: Laurent Aimar <fenrir@videolan.org> 8624Date: Mon Oct 8 18:59:16 2007 +0000 8625 8626 Fixed 2 missing "%s" -> "%m" 8627 8628commit 7478a4234506b0462d1abb45404ed0f803dd7af8 8629Author: Laurent Aimar <fenrir@videolan.org> 8630Date: Mon Oct 8 18:48:00 2007 +0000 8631 8632 Let the input handle meta data and attachments for ac3 audio 8633 (there was no meta data support for ac3). 8634 8635commit 5a419c9120ba68ccc00a1c035f6fd6b2917b4bae 8636Author: Laurent Aimar <fenrir@videolan.org> 8637Date: Mon Oct 8 18:46:12 2007 +0000 8638 8639 Let the input handle meta data and attachments for ogg files. 8640 8641commit 30dcf59a18a1d1d9ce0c1b8ef30f1a7e11d0466e 8642Author: Laurent Aimar <fenrir@videolan.org> 8643Date: Mon Oct 8 18:43:16 2007 +0000 8644 8645 Let the input handle *extra* meta data and attachments for flac audio. 8646 (We still parse the flac meta data as a safety, in case taglib support is not there) 8647 8648commit eaa5f37e9fe16675b7c40e0b2fa9d8dcf9b4e372 8649Author: Laurent Aimar <fenrir@videolan.org> 8650Date: Mon Oct 8 18:37:53 2007 +0000 8651 8652 Let the input handle meta data and attachments for musepack audio. 8653 8654commit f21326c8da6379100248a1ebbf187ddaef826d29 8655Author: Laurent Aimar <fenrir@videolan.org> 8656Date: Mon Oct 8 18:32:47 2007 +0000 8657 8658 Let the input handle meta data and attachments for mpeg4 audio. 8659 8660commit ab0e83875c76e2a7ac258d0314908fd9bfb28c68 8661Author: Laurent Aimar <fenrir@videolan.org> 8662Date: Mon Oct 8 18:32:14 2007 +0000 8663 8664 Let the input handle meta data and attachments for mpeg audio. 8665 8666commit c046c7392fe5e0c8fac0f605631aa4ef491f2a5a 8667Author: Laurent Aimar <fenrir@videolan.org> 8668Date: Mon Oct 8 18:30:11 2007 +0000 8669 8670 Es out now takes care of settings the audio replay gain from meta data 8671 if the demuxer has not set them. 8672 Added a demux2 control DEMUX_HAS_UNSUPPORTED_META. 8673 A demuxer should return true only when the format support extra meta 8674 data (id3/ap2/...) but it does not read them itself. The input will then 8675 call a "meta reader" (demuxer modifications on the way). 8676 8677commit 493a666a997611bba1e0d6d27a88e7835112c9e0 8678Author: Christophe Mutricy <xtophe@videolan.org> 8679Date: Mon Oct 8 17:26:51 2007 +0000 8680 8681 galaktos: -distribute fftsg.h 8682 -get rid of bad merge remnant 8683 8684commit 36eedf407fcec5b1e377ada3654de1ab633cc53e 8685Author: Rafaël Carré <funman@videolan.org> 8686Date: Mon Oct 8 13:57:22 2007 +0000 8687 8688 contribs: don't try to install the shared library if it doesn't exist, fix [22437]. Spotted by John Dalgliesh 8689 8690commit 2a9a3965078ee0451c8102119f5d274d2ffd0a27 8691Author: Rafaël Carré <funman@videolan.org> 8692Date: Mon Oct 8 01:13:27 2007 +0000 8693 8694 audioscrobbler: we are already in our own thread, no need to create another one 8695 8696commit 7de663b7317b3514f4a6c26c7685da9403da7c02 8697Author: Rafaël Carré <funman@videolan.org> 8698Date: Mon Oct 8 00:36:36 2007 +0000 8699 8700 audioscrobbler: use condition variables to be signaled when there are songs to be submitted. 8701 checks if playlist has been stopped in the input "state" callback 8702 holds the p_sys mutex only when writing/reading audioscrobbler_song_t data 8703 8704commit 9a9f73b0c1a1bd389116716dedaf6f38009bde23 8705Author: Rafaël Carré <funman@videolan.org> 8706Date: Sun Oct 7 22:07:07 2007 +0000 8707 8708 audioscrobbler: rewrite for new protocol 1.2 8709 allocate as much as we can on the stack, to avoid numerous malloc() & free() 8710 fix memory leaks by the same way 8711 metadata reading is now performed exclusively from the callbacks 8712 don't use linked lists anymore, but a queue of a fixed size of 50 songs, i.e. the maximum we can transmit in one submission. 8713 properly unloads the module when encountering a fatal error, like no username/pw, no memory, VLC being banned by last.fm servers ... 8714 8715commit bb43af444de6f972c3e68edc8767f1ab3686ce6e 8716Author: Rafaël Carré <funman@videolan.org> 8717Date: Sun Oct 7 21:20:30 2007 +0000 8718 8719 media library loading: remove "meta-file" input option from subitems 8720 8721commit e56adbaef06a87dc92f817589f95992f3185eb74 8722Author: Rafaël Carré <funman@videolan.org> 8723Date: Sun Oct 7 18:38:31 2007 +0000 8724 8725 dhparams: svn:keyword = $Id$ 8726 8727commit 04b8010e396233c535fae637d200427b4268fe0c 8728Author: Rafaël Carré <funman@videolan.org> 8729Date: Sun Oct 7 18:30:58 2007 +0000 8730 8731 Delete old gettext changelog 8732 8733commit 35d7e8eec7363cbe2c26c198b9726ad8d5de0690 8734Author: Rafaël Carré <funman@videolan.org> 8735Date: Sun Oct 7 17:54:41 2007 +0000 8736 8737 fix youtube lua probing, avoid infinite loops 8738 homepage: use %? to represent '?' 8739 other: probe is not successfull anymore for urls like http://10.0.0.1/get_video?xxxx&origin=youtube.com 8740 8741commit 3057fada94c6c0ff2e7d0bfc149602375500c2df 8742Author: Christophe Mutricy <xtophe@videolan.org> 8743Date: Sun Oct 7 15:22:49 2007 +0000 8744 8745 Fix make dist 8746 8747commit 8139b9059c5cf3c2ce771c545dd93a3df4ec08c4 8748Author: Christophe Mutricy <xtophe@videolan.org> 8749Date: Sat Oct 6 23:32:37 2007 +0000 8750 8751 galaktos/*: warnings hunt 8752 8753commit b14c3b3726ef8809eef681005a9454067253e6b7 8754Author: Christophe Mutricy <xtophe@videolan.org> 8755Date: Sat Oct 6 22:07:12 2007 +0000 8756 8757 Fix header order 8758 8759commit 36a94ee023eccd4685eb672fe81a9fcaee4aba91 8760Author: Damien Fouilleul <damienf@videolan.org> 8761Date: Sat Oct 6 17:33:42 2007 +0000 8762 8763 threads: win32 version of vlc_cond_timedwait() 8764 8765commit d1186576f9ddb2c58b9781fc3f51cc3c21c61f3e 8766Author: Damien Fouilleul <damienf@videolan.org> 8767Date: Sat Oct 6 16:50:35 2007 +0000 8768 8769 - contribs: Makefile, don't confuse mingw with cygwin 8770 8771commit 692bc31906651f101c7a67261dc631c2c8bed093 8772Author: Christophe Mutricy <xtophe@videolan.org> 8773Date: Sat Oct 6 16:36:28 2007 +0000 8774 8775 Don't forget to update build system when you remove or add files! 8776 8777commit 7fa295a328bcdb6a0b47b45a562b16be13600763 8778Author: Christophe Mutricy <xtophe@videolan.org> 8779Date: Sat Oct 6 15:34:52 2007 +0000 8780 8781 v4l2: Remove already included headers 8782 Cosmetics 8783 Set svn:keywords 8784 8785commit 6992b1a5f786fdebba13b0dcbed9b6194d655e4b 8786Author: Jean-Baptiste Kempf <jb@videolan.org> 8787Date: Sat Oct 6 13:55:03 2007 +0000 8788 8789 Qt4 - #include cleaning (2) 8790 8791commit 0ba0df157bca20f1f3d960e1f04600028f39c3ec 8792Author: Jean-Baptiste Kempf <jb@videolan.org> 8793Date: Sat Oct 6 13:53:53 2007 +0000 8794 8795 Qt4 - #include cleaning 8796 8797commit e2e6f592915ef9d8c25bfba133ae0f9455a93f94 8798Author: Jean-Baptiste Kempf <jb@videolan.org> 8799Date: Sat Oct 6 13:41:27 2007 +0000 8800 8801 Qt4 - enable and modify the spatializer widget. Don't use a ui for a QCheckbox and a QFrame. 8802 8803commit d0f00ee670c147f64e39d552767aa4924a77126a 8804Author: Jean-Baptiste Kempf <jb@videolan.org> 8805Date: Sat Oct 6 13:40:16 2007 +0000 8806 8807 Qt4: podcast configuration, don't use a modal window, don't use a Qdailog but a QVLCFrame. 8808 8809commit f913159da06612d0278f87bd8160dafaa8a30b53 8810Author: Jean-Paul Saman <jpsaman@videolan.org> 8811Date: Sat Oct 6 11:26:34 2007 +0000 8812 8813 Patch for v4l2 support by Richard Hosking <richard AT hovis DOT net> 8814 8815commit c7d5b899f524df1c54599b42b6d4cb115644f1ec 8816Author: Rafaël Carré <funman@videolan.org> 8817Date: Fri Oct 5 22:06:47 2007 +0000 8818 8819 hal probe: disable unused code 8820 8821commit e2323df1d5381d857a75cf56ac094a1470dabeb0 8822Author: Rémi Denis-Courmont <rem@videolan.org> 8823Date: Fri Oct 5 14:43:19 2007 +0000 8824 8825 Initialize end_date in linear resampler. 8826 Someone should really review this. 8827 This does not affect the trivial resampler; I have not checked the others. 8828 8829commit f61dd9ff9fbe1bbe22d35a5e6ecdcd0871c93948 8830Author: Ilkka Ollakka <ileoo@videolan.org> 8831Date: Fri Oct 5 11:52:11 2007 +0000 8832 8833 don't add empty mux= in sout-chain if no mux has been selected 8834 8835commit 5f7bf43c1aac092af90642a0de76d4a6eab0fa53 8836Author: Pierre d'Herbemont <pdherbemont@videolan.org> 8837Date: Fri Oct 5 11:13:47 2007 +0000 8838 8839 vlc/libvlc.h: Remove deprecated functions definition. (Patch by Enrique Osuna) 8840 8841commit 50b8eb212113e485117917af90fde4c3dae53edc 8842Author: Pierre d'Herbemont <pdherbemont@videolan.org> 8843Date: Fri Oct 5 09:52:48 2007 +0000 8844 8845 control/media_instance.c: Remove an unused variable. (Pointed by jb). 8846 8847commit f89e1bdfa45f2ee9c5fcbcc2c5d5e36252349b69 8848Author: Jean-Baptiste Kempf <jb@videolan.org> 8849Date: Thu Oct 4 23:32:26 2007 +0000 8850 8851 OOps - tab, I hate :set et 8852 8853commit c3dd5600a873b420b4c6613c89b1a85c39ac16cf 8854Author: Christophe Mutricy <xtophe@videolan.org> 8855Date: Thu Oct 4 21:51:55 2007 +0000 8856 8857 Remove noop 8858 8859commit 12efcf820dd8163b5a7f7f351d2ae6ca5b688f48 8860Author: Jean-Baptiste Kempf <jb@videolan.org> 8861Date: Thu Oct 4 21:37:30 2007 +0000 8862 8863 Contribs: flac patch for broken CYGWIN :D 8864 8865commit 6323d0de6d43801cfad09abef8ea087b36e3d8d8 8866Author: Christophe Mutricy <xtophe@videolan.org> 8867Date: Thu Oct 4 21:01:25 2007 +0000 8868 8869 Don't delete compile. It can't go wrong and get regenerated by configure anyway 8870 8871commit 8f6df3cf0945c3fcba06799a20d9968dea3af0d7 8872Author: Christophe Mutricy <xtophe@videolan.org> 8873Date: Thu Oct 4 20:43:07 2007 +0000 8874 8875 Fix make dist 8876 8877commit 9882bcc35a9ec617855ed36f1d88d5a5da11a9b7 8878Author: Rémi Denis-Courmont <rem@videolan.org> 8879Date: Thu Oct 4 19:14:51 2007 +0000 8880 8881 Export bitrate for the benefit of stream output 8882 8883commit 66626226f72aa1ffedee9607e78882d3a3cb3b39 8884Author: Rémi Denis-Courmont <rem@videolan.org> 8885Date: Thu Oct 4 19:06:04 2007 +0000 8886 8887 transcode: Don't force a default audio bit rate. 8888 This screws up any audio codec that does not support transrating. 8889 There is something fishy here. 8890 8891commit 6919bb5d7fc82fd723462d174e4b14beab8afb75 8892Author: Rémi Denis-Courmont <rem@videolan.org> 8893Date: Thu Oct 4 18:33:43 2007 +0000 8894 8895 Also try to obey recommended ptime (20ms) for L16 8896 8897commit dbc537aedf0145f50c9dec49861a7d8db4bed69f 8898Author: Rémi Denis-Courmont <rem@videolan.org> 8899Date: Thu Oct 4 18:28:06 2007 +0000 8900 8901 Try to make 20ms packets for L8 and G.711 8902 (rather than as big packets as possible) 8903 8904commit 037b7ad269eca190c32c28c65021bc5e0c380e3c 8905Author: Rafaël Carré <funman@videolan.org> 8906Date: Thu Oct 4 18:23:08 2007 +0000 8907 8908 contribs: don't build faad shared library 8909 8910commit 8da8aa9818c5f129db745331bf2b87f173eaf0c0 8911Author: Rémi Denis-Courmont <rem@videolan.org> 8912Date: Thu Oct 4 17:46:20 2007 +0000 8913 8914 Factorize rtpmap formatting 8915 8916commit 5d33b82e889d2d8c3d9f040eaa0d6a6e51d270b0 8917Author: Rémi Denis-Courmont <rem@videolan.org> 8918Date: Thu Oct 4 17:29:22 2007 +0000 8919 8920 Make sdp_Start static since it is used nowhere outside 8921 8922commit eaffd94b63b2452a6e89d8f355217e44b2da0cb5 8923Author: Rémi Denis-Courmont <rem@videolan.org> 8924Date: Thu Oct 4 17:26:01 2007 +0000 8925 8926 RTP audio stream clock rate is always the sample rate -> factorize 8927 8928commit 523a018b1ec47d22727fb507855da2e42c6f1e6b 8929Author: Rémi Denis-Courmont <rem@videolan.org> 8930Date: Thu Oct 4 16:57:42 2007 +0000 8931 8932 Put some static tables const 8933 8934commit 9a17f78cb880a683f0cfba51280e17adad850f54 8935Author: Rémi Denis-Courmont <rem@videolan.org> 8936Date: Thu Oct 4 16:33:52 2007 +0000 8937 8938 Untested support for streaming G.711 over RTP 8939 8940commit 43c60f374569d29d96b5c81fe9c0d31c807033d4 8941Author: Rémi Denis-Courmont <rem@videolan.org> 8942Date: Thu Oct 4 16:10:23 2007 +0000 8943 8944 Don't redefine existing constants - fix linux build 8945 8946commit 1e9f026595c7e3f4aa15a6c6c66eea415643b064 8947Author: Rafaël Carré <funman@videolan.org> 8948Date: Thu Oct 4 15:03:48 2007 +0000 8949 8950 id3tag: p_demux->p_private has been malloc()ed by the demuxer, so keep the pointer 8951 8952commit 7d4018a6fbcb4f23278276b263c28ffd4223fe88 8953Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 8954Date: Thu Oct 4 15:01:01 2007 +0000 8955 8956 Bundle libvlc-control.dll in the win32 installer 8957 8958commit e53c7cecadc9acee7dbe8402316cfb89159d737d 8959Author: Rafaël Carré <funman@videolan.org> 8960Date: Thu Oct 4 13:30:27 2007 +0000 8961 8962 id3tag: properly casts p_demux->p_private 8963 8964commit ba433c8286a3ef2eac6ca20fceff4dce645a40cf 8965Author: Rafaël Carré <funman@videolan.org> 8966Date: Thu Oct 4 13:19:46 2007 +0000 8967 8968 mpga demux: remove debug printf 8969 8970commit ffae5a485ddbe20d768d50d6e3aa9f78fa439200 8971Author: Rafaël Carré <funman@videolan.org> 8972Date: Thu Oct 4 04:58:38 2007 +0000 8973 8974 dbus: adds some playlist locking, finish [22423] 8975 8976commit dcc2727fe1eace0014f37860809dac909fef53fe 8977Author: Rafaël Carré <funman@videolan.org> 8978Date: Thu Oct 4 04:41:15 2007 +0000 8979 8980 m4a demuxer: last missing include 8981 8982commit 2d7e80dcbfb2eb6b875ac0967a3c7d4b3e68b294 8983Author: Rafaël Carré <funman@videolan.org> 8984Date: Thu Oct 4 04:22:59 2007 +0000 8985 8986 demuxers: add missing vlc_meta.h header 8987 8988commit 319597fdda9cc7b0888750549cc7fa35cf87a26d 8989Author: Rafaël Carré <funman@videolan.org> 8990Date: Thu Oct 4 04:18:49 2007 +0000 8991 8992 dbus: simplify playlist operations 8993 8994commit 626e56bfc8c041fcf1db5873a7a2824d6f4f688a 8995Author: Rafaël Carré <funman@videolan.org> 8996Date: Thu Oct 4 03:44:34 2007 +0000 8997 8998 demuxers: remove the need for input_thread_t by using the new "meta-preparsed" input variable. 8999 tta & ffmpeg: remove unneeded "meta reader" loading 9000 tta didn't use anyway, and ffmpeg uses information from libavcodec 9001 9002commit 4f5d55cf666f7a069b4e81679c2823f53a472911 9003Author: Rafaël Carré <funman@videolan.org> 9004Date: Thu Oct 4 02:57:18 2007 +0000 9005 9006 freetype: fix a segfault introduced in [21339] 9007 FcConfigSetCurrent( p_sys->p_fontconfig ) is useless since we already use that configuration, and it will destroy it. 9008 So, when we want to destroy it again when freetype module is closed, CRASH. 9009 9010commit 47deab9fafd04d84354e9e3c8ec3944b57ef94e7 9011Author: Rafaël Carré <funman@videolan.org> 9012Date: Wed Oct 3 23:45:15 2007 +0000 9013 9014 french translation: little update to the rc interface translation 9015 9016commit 4c0e20331a6bf3ccdfe176377e4c094c7da24d60 9017Author: Rafaël Carré <funman@videolan.org> 9018Date: Wed Oct 3 23:26:01 2007 +0000 9019 9020 rc: add `random' command 9021 9022commit d62c5207dd5864fa72ce88fda39c0ec40529baba 9023Author: Rafaël Carré <funman@videolan.org> 9024Date: Wed Oct 3 23:17:55 2007 +0000 9025 9026 rc: ressuscite the goto command 9027 9028commit 5def9323b180a8d22ea79c136132acbfbc4143fd 9029Author: Rafaël Carré <funman@videolan.org> 9030Date: Wed Oct 3 22:53:04 2007 +0000 9031 9032 ncurses: now play items from the top parent node (unless playing a specific node) 9033 9034commit d17a9720e380d98caa205fd1f3833f706167169d 9035Author: Christophe Mutricy <xtophe@videolan.org> 9036Date: Wed Oct 3 22:39:10 2007 +0000 9037 9038 Update POTFILES.in. Fixes make dist 9039 9040commit 45ee8540f9c7ca7525c8baa67fccac3708c9b5db 9041Author: Laurent Aimar <fenrir@videolan.org> 9042Date: Wed Oct 3 22:24:11 2007 +0000 9043 9044 Added a "meta-preparsed" input variable. A demuxer can test it by 9045 var_CreateGetBool( p_demux, "meta-preparsed" ) 9046 (The demuxer should NOT overwrite it) 9047 subtitle: do not look for p_input when not necessary. 9048 9049commit ea06273fe2aa7c09e7dda5329e152d9ae7745285 9050Author: Rafaël Carré <funman@videolan.org> 9051Date: Wed Oct 3 22:21:00 2007 +0000 9052 9053 playlist: fix a segfault 9054 9055commit 82f30a7cfff57ac50dd878bb97cbdc51c1632bfa 9056Author: Rafaël Carré <funman@videolan.org> 9057Date: Wed Oct 3 21:29:34 2007 +0000 9058 9059 control/video: find the vout anywhere, so the one spawned by audio output (audio visualization) can be found. fix #1202 9060 9061commit f06a603621a4ff672e760a698a75f15d28da6c75 9062Author: Rafaël Carré <funman@videolan.org> 9063Date: Wed Oct 3 21:07:01 2007 +0000 9064 9065 taglib: warn the user when the embedded image is invalid (i.e. was embedded by a broken version of iTunes) 9066 9067commit f3fce2ada1f86438b566a73379b34c7028e1d06b 9068Author: Christophe Mutricy <xtophe@videolan.org> 9069Date: Wed Oct 3 20:03:37 2007 +0000 9070 9071 Compile fix for gcc 4.2 . Quovodis to review it. 9072 9073commit fe689840064cca70376ae9d39b6427027aa0fe6b 9074Author: Rafaël Carré <funman@videolan.org> 9075Date: Wed Oct 3 19:29:49 2007 +0000 9076 9077 Demuxers: do not load "meta reader" module if the input item has already been preparsed. 9078 9079commit eff0d35587e21c6d823ada90c47a995eec6ef396 9080Author: Rémi Denis-Courmont <rem@videolan.org> 9081Date: Wed Oct 3 19:19:24 2007 +0000 9082 9083 Replace one GUID kludge with another one that does not break gcc4 9084 9085commit c52ba78a4a18b79f93a13edb8eb9a891b004aee9 9086Author: Rémi Denis-Courmont <rem@videolan.org> 9087Date: Wed Oct 3 19:04:57 2007 +0000 9088 9089 Fix messed up cast that breaks gcc 4 9090 9091commit 121f3c3e7ac8cccafa0f300699b4e82af681be92 9092Author: Rafaël Carré <funman@videolan.org> 9093Date: Wed Oct 3 18:36:03 2007 +0000 9094 9095 mp4 demuxer: don't try to print not printable characters. 9096 9097commit 67079185907a0df3bd3d529bf4231979e9db6bfe 9098Author: Rémi Denis-Courmont <rem@videolan.org> 9099Date: Wed Oct 3 17:27:10 2007 +0000 9100 9101 Remove silly copy-cat code. vasprintf does not generate socket errors does it? 9102 9103commit cb7084863404f50fcb380bd2d8a0f19162f522c9 9104Author: Rafaël Carré <funman@videolan.org> 9105Date: Wed Oct 3 17:23:55 2007 +0000 9106 9107 messages: revert [22404] 9108 Don't use strerror() 9109 The error message displayed can be useful to debugging purposes. 9110 9111commit 2bbcd7df7d1cd88f167705d0b4ac67768706ac04 9112Author: Rémi Denis-Courmont <rem@videolan.org> 9113Date: Wed Oct 3 17:00:10 2007 +0000 9114 9115 Remove survivor strerror (malloc always return ENOMEM when it fails anyway) 9116 9117commit e72a0130c0558aa4fcda69cd1e550f3e13c283f8 9118Author: Rafaël Carré <funman@videolan.org> 9119Date: Wed Oct 3 16:17:36 2007 +0000 9120 9121 taglib: fix a memleak. 9122 9123commit f8240b6ffe8d2e0d09490d6e0e4780319ffb2a8e 9124Author: Rafaël Carré <funman@videolan.org> 9125Date: Wed Oct 3 16:13:04 2007 +0000 9126 9127 taglib: Supports in ogg/vorbis base64 encoded embedded album art with COVERARTMIME & COVERART comments. 9128 Use TagLib namespace for better code readability. 9129 9130 demuxers: Adds attachments support for ogg. 9131 Fix potential memleaks. 9132 9133commit adccbca61a174635a34eca86cefd4815138d17a8 9134Author: Rafaël Carré <funman@videolan.org> 9135Date: Wed Oct 3 01:27:08 2007 +0000 9136 9137 notify: unref the notification popup after we have finished using it. fix a big memory leak, and potential crashes. 9138 9139commit 59198c7ddb54e2193636425475ba46b09b135264 9140Author: Rafaël Carré <funman@videolan.org> 9141Date: Wed Oct 3 00:35:13 2007 +0000 9142 9143 playlist: fix media library loading, fix #1320. 9144 9145commit 2f9a9c57a553cad6a9cba042638044a32593aed3 9146Author: Pierre d'Herbemont <pdherbemont@videolan.org> 9147Date: Wed Oct 3 00:29:18 2007 +0000 9148 9149 Thanks more Enrique Osuna. 9150 9151commit 76a0d251f07c2481b10b66fe9daee809554412a1 9152Author: Pierre d'Herbemont <pdherbemont@videolan.org> 9153Date: Wed Oct 3 00:28:36 2007 +0000 9154 9155 control/media_instance.c: Fix a segfault caused by libvlc_media_instance_release. (Patch by Enrique Osuna). 9156 9157commit 621b141def0170d1314e57f135853240c62dac51 9158Author: Rafaël Carré <funman@videolan.org> 9159Date: Tue Oct 2 23:14:43 2007 +0000 9160 9161 ncurses: sets the parent node when selecting an item. fix playing from media library. 9162 9163commit c4a2943214446cc2b5d1e9d5aad7b46801fef844 9164Author: Rafaël Carré <funman@videolan.org> 9165Date: Tue Oct 2 22:17:50 2007 +0000 9166 9167 playlist: don't request art nor set "playlist-current" for directory: & vlc: URIs 9168 9169commit 9d0f735d6a1634ca3bca6f2e5e746d068d504b1c 9170Author: Yoann Peronneau <yoann@videolan.org> 9171Date: Tue Oct 2 21:51:43 2007 +0000 9172 9173 * xspf.c: fixes parsing with xtag - closes #1293 9174 Someone should check if we could make xtag not send ENDELEM for self-closing tags, as libxml doesn't. 9175 9176commit 56436811c9d6a504b923ef103d5b938f0c58b899 9177Author: Rafaël Carré <funman@videolan.org> 9178Date: Tue Oct 2 21:37:54 2007 +0000 9179 9180 input: Removes useless "item-change" variable 9181 9182commit 5adbff48c1f9ca6369ad89a394ed990a1f8a76b6 9183Author: Rafaël Carré <funman@videolan.org> 9184Date: Tue Oct 2 21:19:36 2007 +0000 9185 9186 m4a demuxer: initialize correctly p_sys 9187 9188commit c24f27b17ba85eb29806ce00535c30cd75875413 9189Author: Laurent Aimar <fenrir@videolan.org> 9190Date: Tue Oct 2 19:06:09 2007 +0000 9191 9192 decoder_synchro_t does not need to be a vlc_object_t. 9193 9194commit cfb3d3432c431dee7f93d3139f9362c02addc4b4 9195Author: Laurent Aimar <fenrir@videolan.org> 9196Date: Tue Oct 2 18:58:29 2007 +0000 9197 9198 Fixed const warnings. 9199 9200commit 0db7cd1cbba653c20cdde236d2bbc7a29df6fb18 9201Author: Laurent Aimar <fenrir@videolan.org> 9202Date: Tue Oct 2 18:48:51 2007 +0000 9203 9204 Compilation fix, again. 9205 9206commit 61c66a3c452e4518bda70432d1624bbd0b487488 9207Author: Laurent Aimar <fenrir@videolan.org> 9208Date: Tue Oct 2 18:47:29 2007 +0000 9209 9210 Compilation fix. 9211 9212commit 6546eb710a172ee3cf0e772584b485da4983d44d 9213Author: Laurent Aimar <fenrir@videolan.org> 9214Date: Tue Oct 2 18:43:23 2007 +0000 9215 9216 Moved vout_synchro to decoder_synchro. 9217 9218commit 02d8f9e7b189521fff5379f8b24f7ebb48eefa6c 9219Author: Laurent Aimar <fenrir@videolan.org> 9220Date: Tue Oct 2 18:29:47 2007 +0000 9221 9222 Removed unused values. 9223 9224commit f0465fc1d150e4ac173ecf3e2b53cb56fee5fec7 9225Author: Laurent Aimar <fenrir@videolan.org> 9226Date: Tue Oct 2 18:22:44 2007 +0000 9227 9228 Hide private vout_synchro_t. 9229 9230commit 8bfc45f642ac7a6f56016b805cb12d492f766fa2 9231Author: Laurent Aimar <fenrir@videolan.org> 9232Date: Tue Oct 2 18:16:55 2007 +0000 9233 9234 Oops fix compilation. 9235 9236commit abec6e6d24510ca7dfd4a5bf0ad93d8349c7788c 9237Author: Laurent Aimar <fenrir@videolan.org> 9238Date: Tue Oct 2 18:03:50 2007 +0000 9239 9240 Use decoder_GetDisplayDate. 9241 (libmpeg2/xvmc pending) 9242 9243commit d7b943b0df121c87a7a633b41001681ed337c2ae 9244Author: Rafaël Carré <funman@videolan.org> 9245Date: Tue Oct 2 17:59:31 2007 +0000 9246 9247 alsa: resume output when waking up, fix #1286. some coding style cleanup 9248 9249commit 02a2154786be08d870542bde8985737fcb445614 9250Author: Laurent Aimar <fenrir@videolan.org> 9251Date: Tue Oct 2 17:41:13 2007 +0000 9252 9253 Added a new decoder function (decoder_GetDisplayDate) to be used to convert a 9254 decoder block_t date to a display date (identify for now) 9255 9256commit fc16feb13f52733cfe8c1b1219b519158a4c19c3 9257Author: Rémi Denis-Courmont <rem@videolan.org> 9258Date: Tue Oct 2 17:26:35 2007 +0000 9259 9260 - Heavily simplify the MPJPEG mux (closes #1188); please test. 9261 - Remove configurable boundary that had never been working anyway (did not match the original value from MUX_GET_MIME) 9262 9263commit e3e9c13799fc03656fe36f9646b77030aff2626c 9264Author: Rémi Denis-Courmont <rem@videolan.org> 9265Date: Tue Oct 2 16:05:13 2007 +0000 9266 9267 Pass content-type from access to stream 9268 9269commit d8fc0a94ed76c7f4d9e441b28010d997ab9890eb 9270Author: Rémi Denis-Courmont <rem@videolan.org> 9271Date: Tue Oct 2 15:54:16 2007 +0000 9272 9273 Export Content-Type out of HTTP access using Control. 9274 9275commit 100c925778cd6c96e5371777d49b326a05a2fae9 9276Author: Rémi Denis-Courmont <rem@videolan.org> 9277Date: Tue Oct 2 15:23:28 2007 +0000 9278 9279 Don't reinvent free() 9280 9281commit 36da998fbebd55962d5cb587f3a66bdee064fdfc 9282Author: Rémi Denis-Courmont <rem@videolan.org> 9283Date: Tue Oct 2 15:03:08 2007 +0000 9284 9285 We use error code 456 9286 9287commit cff0f4bfa5b59be089630bbff5b6a7a3faa44fc8 9288Author: Pierre d'Herbemont <pdherbemont@videolan.org> 9289Date: Tue Oct 2 11:30:56 2007 +0000 9290 9291 Thanks Enrique Osuna. 9292 9293commit 8f6751cae5bf75a42f2f94e68edb1831fff2702f 9294Author: Pierre d'Herbemont <pdherbemont@videolan.org> 9295Date: Tue Oct 2 11:30:12 2007 +0000 9296 9297 control/media_list_player.c: Remove a double event registration. (Patch by Enrique Osuna). 9298 9299commit ae3231b3bc060fe30aabca5276837fa4266ed305 9300Author: Pierre d'Herbemont <pdherbemont@videolan.org> 9301Date: Tue Oct 2 11:29:20 2007 +0000 9302 9303 control/media_instance.c: Don't forget to register emitted event. (Patch by Enrique Osuna). 9304 9305commit 8c046e25b33d1107ff934045b92eb716848e9f38 9306Author: Rafaël Carré <funman@videolan.org> 9307Date: Tue Oct 2 11:11:53 2007 +0000 9308 9309 sap discovery: fix [22368] by using (int) casting on the unsigned size_t value 9310 9311commit 78f088c01aad0701b39aeac00cd3e35ad4e71368 9312Author: Jean-Paul Saman <jpsaman@videolan.org> 9313Date: Tue Oct 2 06:59:23 2007 +0000 9314 9315 fix indentation 9316 9317commit ae62adc7bf349fc963b53e3a99c5a0308bfb8627 9318Author: Rafaël Carré <funman@videolan.org> 9319Date: Tue Oct 2 02:50:10 2007 +0000 9320 9321 demux: fix a memory leak in flac & mpga when attachments are present 9322 9323commit 98a6a9349091549d591be703aad7392b47b4e2a6 9324Author: Rafaël Carré <funman@videolan.org> 9325Date: Tue Oct 2 02:11:11 2007 +0000 9326 9327 taglib: support for id3v2 embedded album art 9328 the only demuxer supported is mpga, other demuxers should be updated if they demux files that can have id3v2 tags 9329 fix some bugs in flac & ogg demuxers 9330 9331commit f607a368886230565dfbc8fdcb1d9c4e3f0a28d4 9332Author: Rafaël Carré <funman@videolan.org> 9333Date: Tue Oct 2 01:44:26 2007 +0000 9334 9335 input_ExtractAttachmentAndCacheArt(): use the attachment's mime type, don't use input_item_ functions as the input_item_t has been locked previously. 9336 9337commit 1c8ba52d944ca5edc9e6b30b55e86a3aa7e39e95 9338Author: Rafaël Carré <funman@videolan.org> 9339Date: Mon Oct 1 21:28:36 2007 +0000 9340 9341 sap discovery: (size_t) casting 9342 9343commit 320fb45f0ccef622c2323e3ba0fa6b3ee5bb15f6 9344Author: Rafaël Carré <funman@videolan.org> 9345Date: Mon Oct 1 20:41:15 2007 +0000 9346 9347 ncurses: adds some (size_t) casting 9348 9349commit 91994ef887870cbfe6ee081bb7495ee511460d6f 9350Author: Laurent Aimar <fenrir@videolan.org> 9351Date: Mon Oct 1 19:57:24 2007 +0000 9352 9353 Clean up. 9354 9355commit 662d8a576e48e6f7baa93e640b497be8c262e151 9356Author: Laurent Aimar <fenrir@videolan.org> 9357Date: Mon Oct 1 19:37:37 2007 +0000 9358 9359 Oops, fix subtitle decoding. 9360 9361commit 4551fb33de7234c2ec73f4da2fe4aaa07c7f58f0 9362Author: Laurent Aimar <fenrir@videolan.org> 9363Date: Mon Oct 1 19:33:30 2007 +0000 9364 9365 Clean up/Factorize. 9366 9367commit cc61952dbdc59e0c5cc2ad5080afc52c5c1b2e95 9368Author: Rafaël Carré <funman@videolan.org> 9369Date: Mon Oct 1 19:33:24 2007 +0000 9370 9371 ncurses: fix KeyToUTF8() breakage introduced in [22313] 9372 9373commit c887fde77c277647250c783fcb921a15a708f844 9374Author: Rémi Denis-Courmont <rem@videolan.org> 9375Date: Mon Oct 1 18:11:03 2007 +0000 9376 9377 Cleanup previous commit 9378 9379commit e8d03d1408b0cf0b7490a4889551a0531af5e2af 9380Author: Rémi Denis-Courmont <rem@videolan.org> 9381Date: Mon Oct 1 18:04:10 2007 +0000 9382 9383 Removed b_die arbitrary timer from httpd. 9384 9385commit 4f8856eeb7e633ee66a0e56a191ba43cc20a705d 9386Author: Rémi Denis-Courmont <rem@videolan.org> 9387Date: Mon Oct 1 18:00:42 2007 +0000 9388 9389 Fix deadlock 9390 9391commit a20b50b6b2dccdb0b65b06bf3c28681879c544be 9392Author: Jean-Paul Saman <jpsaman@videolan.org> 9393Date: Mon Oct 1 17:35:35 2007 +0000 9394 9395 Reset PCR when gap has been detected. 9396 9397commit 8e20684fc5d55da95caf9f0e48c8262deb559d7e 9398Author: Rémi Denis-Courmont <rem@videolan.org> 9399Date: Mon Oct 1 17:12:21 2007 +0000 9400 9401 Add the missing function to allocate and get the object event OS pipe 9402 9403commit b2dc803b9190584c4f43ea8c61eead1abebe06d9 9404Author: Rémi Denis-Courmont <rem@videolan.org> 9405Date: Mon Oct 1 16:07:17 2007 +0000 9406 9407 Remove the HTTP interface thread, and save 20 wakeups per seconds. 9408 The idle HTTP interace is down from 30 to 10 wakeups/s (I think the remaining ones are due to HTTPd core). 9409 9410commit dd2cedba348e52f0c222237604b5cb410d2f1c2f 9411Author: Rémi Denis-Courmont <rem@videolan.org> 9412Date: Mon Oct 1 15:57:22 2007 +0000 9413 9414 - Do not release the input while we did not yield it... 9415 - Really yield the input (and release it) on a need-basis in the HTTP handler rather than in a custom thread. This is probably not thread-safe, but it's less unsafe than the previous code anyway. 9416 This makes the HTTP interface thread very much useless, niark niark 9417 9418commit 422ce4b6a2d019a00c7e43af6e2fb4cd55c14d9d 9419Author: Rémi Denis-Courmont <rem@videolan.org> 9420Date: Mon Oct 1 15:43:30 2007 +0000 9421 9422 Really fix playlist enqueue 9423 9424commit 383e0cf9be8403995ed7166d00fe49865c1a3032 9425Author: Rémi Denis-Courmont <rem@videolan.org> 9426Date: Mon Oct 1 15:33:24 2007 +0000 9427 9428 Playlist is always true here 9429 9430commit 605665e6d22c12146f84c092185d703807b72c88 9431Author: Rémi Denis-Courmont <rem@videolan.org> 9432Date: Mon Oct 1 15:31:09 2007 +0000 9433 9434 Find the playlist once *before* starting. 9435 LibVLC always creates the (singleton) playlist before the interfaces anyway. 9436 Besides, the HTTP interface callbacks assumes the playlist is yield. 9437 This removes one of two reasons for running the damn HTTP interface thread. 9438 9439commit dfb23d2723849e8eba549293678f8fbc5ed76c3a 9440Author: Rémi Denis-Courmont <rem@videolan.org> 9441Date: Mon Oct 1 15:17:21 2007 +0000 9442 9443 Make a bunch of HTTP macro functions static 9444 9445commit b99c670cf4962dd59a7f57b5638c19ca0ff400d7 9446Author: Rémi Denis-Courmont <rem@videolan.org> 9447Date: Mon Oct 1 14:30:02 2007 +0000 9448 9449 Fix playlist enqueue RPC 9450 9451commit a0bac60a5a6c56084edb75d52fb20c23a91276cd 9452Author: Rafaël Carré <funman@videolan.org> 9453Date: Mon Oct 1 12:38:29 2007 +0000 9454 9455 macosx interface: fix regression introduced in [21230]. patch by John Dalgliesh 9456 9457commit 6948e2342e06d68f5236ae7b66e87caf40025b0f 9458Author: Jean-Baptiste Kempf <jb@videolan.org> 9459Date: Mon Oct 1 11:31:16 2007 +0000 9460 9461 Qt4 - New volume icons. Still to be worked out. 9462 9463commit d4f0a1e140b0c0e0d5f8d95a9988a63bc84be30b 9464Author: Jean-Baptiste Kempf <jb@videolan.org> 9465Date: Mon Oct 1 10:08:30 2007 +0000 9466 9467 Qt4 - Prefs: Change audio icon and modify the codec one. 9468 9469commit d10cd7083a59fe3e2f1035f2601822bcf6f6d338 9470Author: Rafaël Carré <funman@videolan.org> 9471Date: Mon Oct 1 00:33:08 2007 +0000 9472 9473 That shouldn't have been part of the previous commit 9474 9475commit 5aded14b68d48cc909622d9ddc739cd665b3b678 9476Author: Rafaël Carré <funman@videolan.org> 9477Date: Mon Oct 1 00:29:00 2007 +0000 9478 9479 configure.ac: typo, fix #1204 9480 9481commit 5183b07c7c04e302af409fca4804e66777a6a040 9482Author: Rafaël Carré <funman@videolan.org> 9483Date: Sun Sep 30 23:47:55 2007 +0000 9484 9485 image vout: assigning -1 to an unsigned int is not that clever. 9486 9487commit 1cdb7f8b65aea42dfea8033e4bbb0c7844e6db41 9488Author: Pierre d'Herbemont <pdherbemont@videolan.org> 9489Date: Sun Sep 30 23:25:18 2007 +0000 9490 9491 control/media_instance.c: Remove access to p_input_thread->p_internals. (which was a broken hack by the way). 9492 9493commit f516f420d7a1f26831d726912966428fe809c5fb 9494Author: Laurent Aimar <fenrir@videolan.org> 9495Date: Sun Sep 30 23:17:19 2007 +0000 9496 9497 Added a INPUT_GET_VIDEO_FPS (get the fps of the main video, should works with 9498 input slave) Untested. 9499 media_instance.c no longer depends on input_internal.h 9500 Clean up a bit es_out pause handling. 9501 Fixed DEMUX_GET_FPS description (double not float) 9502 9503commit f105c3676e55a7472754528de96d505829b39a93 9504Author: Pierre d'Herbemont <pdherbemont@videolan.org> 9505Date: Sun Sep 30 22:56:37 2007 +0000 9506 9507 control/media_instance.c: Remove one occurence of input->p. 9508 9509commit d583a6481d8bf00a67be1ac5e40d37de6794e175 9510Author: Rafaël Carré <funman@videolan.org> 9511Date: Sun Sep 30 22:55:35 2007 +0000 9512 9513 libvlc_playlist_get_media_instance(): raise an exception when there is no input, fix #1265 9514 9515commit 00cd4276343a005c4f823189bf5c3a8ff7adab42 9516Author: Laurent Aimar <fenrir@videolan.org> 9517Date: Sun Sep 30 22:20:31 2007 +0000 9518 9519 Partial fix for media instance. (It was using input_control_e intead of 9520 input_query_e). 9521 9522 Btw input_internal.h is an internal header for src/input/* ONLY. 9523 If input/control/* need it, then it is BROKEN (or there is a missing 9524 functionnality, just ask for it then) 9525 I see it calling demux2_Control, this will segfault if you are unlucky. 9526 Accessing directly to p_input->p member is also forbidden. 9527 9528commit 88461141f603b49306572f4d7846950af823d7ba 9529Author: Rafaël Carré <funman@videolan.org> 9530Date: Sun Sep 30 20:54:30 2007 +0000 9531 9532 ncurses: display random/repeat/loop status 9533 9534commit af44752cb2e2cf827748232ff8c492284032c372 9535Author: Christophe Mutricy <xtophe@videolan.org> 9536Date: Sun Sep 30 20:01:20 2007 +0000 9537 9538 svn:keywords 9539 9540commit e7f887862f7d4b942d014d97b9bfe58aac298728 9541Author: Rémi Denis-Courmont <rem@videolan.org> 9542Date: Sun Sep 30 19:31:08 2007 +0000 9543 9544 Partial unfinished pipes conditional fallback for condition variables. 9545 This would be necessary to rid the networking code of arbitrary timers (but it does not work yet). 9546 9547commit 7b4638dd18df095dbdb7e37a628f3f27cd10f587 9548Author: Rémi Denis-Courmont <rem@videolan.org> 9549Date: Sun Sep 30 19:28:30 2007 +0000 9550 9551 Simplify and fix (real) vlc dependencies and "make core" assuming libtool is used 9552 9553commit 7b6ad1ab177950b22ffb70b010b43dc4924d4c9f 9554Author: Rémi Denis-Courmont <rem@videolan.org> 9555Date: Sun Sep 30 19:08:11 2007 +0000 9556 9557 Add missing copyright and license header 9558 9559commit 777d8f6fb353719423f9091607bcac9f02b90ce5 9560Author: Laurent Aimar <fenrir@videolan.org> 9561Date: Sun Sep 30 17:25:55 2007 +0000 9562 9563 Hacks for On2 AVI files (close #1318) 9564 9565commit 02b93c539faa0e4883bddf6f99c5fa290f76150a 9566Author: Rémi Denis-Courmont <rem@videolan.org> 9567Date: Sun Sep 30 16:58:33 2007 +0000 9568 9569 Fix segmentation fault 9570 9571commit f010396e19522b18adaa6c3445d824e3b3f4b899 9572Author: Rémi Denis-Courmont <rem@videolan.org> 9573Date: Sun Sep 30 16:37:07 2007 +0000 9574 9575 Actually remove unused FREE() macro 9576 9577commit 3429397272d130cf08139cd771c337c1085bc30f 9578Author: Rémi Denis-Courmont <rem@videolan.org> 9579Date: Sun Sep 30 16:31:02 2007 +0000 9580 9581 Remove FREE() macro, since free() does the same internally 9582 9583commit 3f07af6acdd8a0b0ddbd2c33b79039bf8ec8a822 9584Author: Laurent Aimar <fenrir@videolan.org> 9585Date: Sun Sep 30 15:40:34 2007 +0000 9586 9587 Added const wheen needed for stream_Peek (demuxer/access) 9588 Made demux2_IsPathExtension case insensitive. 9589 Used demux2_IsPathExtension/p_demux->b_force when appropriate 9590 Fixed a regression in flac demuxer (segfault when reading meta data) 9591 Added a VLC_UNUSED(x) macro to avoid seeing ugly (void)x around the code. 9592 Improved a bit a few vlc_common.h macro (do {} while(0)) 9593 9594commit b7c4c4a6044fd5c5121c8790d1b8c5004eb89e61 9595Author: Rémi Denis-Courmont <rem@videolan.org> 9596Date: Sun Sep 30 14:50:12 2007 +0000 9597 9598 Typo 9599 9600commit 97dcb93971721d3b448ba7815aeb1804b52e2453 9601Author: Rémi Denis-Courmont <rem@videolan.org> 9602Date: Sun Sep 30 14:33:22 2007 +0000 9603 9604 Rename var_GetGlobalMutex to var_AcquireMutex and make it lock the mutex automatically 9605 9606commit 736981afb070eed0230dd10dd415aae4d3ed71bb 9607Author: Rémi Denis-Courmont <rem@videolan.org> 9608Date: Sun Sep 30 14:11:47 2007 +0000 9609 9610 Fix tiny race condition 9611 9612commit e0784be1ce6d3f6a1b34f7f3a47707e3a9887a4f 9613Author: Rémi Denis-Courmont <rem@videolan.org> 9614Date: Sun Sep 30 14:01:24 2007 +0000 9615 9616 Hide object reference counter. 9617 Good news is, no plugins used it anyway. 9618 Bad news is, some parts of libvlc still use which is wrong (i_refcount is protected by the "structure lock", meaning only misc/objects.c functions can use it safely). 9619 9620commit 02102ee36ffbd8d7adc243db38bd4856a29426db 9621Author: Rémi Denis-Courmont <rem@videolan.org> 9622Date: Sun Sep 30 13:59:28 2007 +0000 9623 9624 reference count should really be unsigned 9625 9626commit 4595fe88ada36bfd681d323ca0a67b14b2b1eba4 9627Author: Pierre d'Herbemont <pdherbemont@videolan.org> 9628Date: Sun Sep 30 10:40:30 2007 +0000 9629 9630 MacOSX/Framework: Use --opengl-provider=minimal_macosx. (Original patch by Enrique Osuna <enrique.osuna a gmail d com>). 9631 9632commit e635890a6425a7b6f014d27c84611a84a2d68d4d 9633Author: Pierre d'Herbemont <pdherbemont@videolan.org> 9634Date: Sun Sep 30 10:37:45 2007 +0000 9635 9636 modules/gui/minimal_macosx: Fix shortname and add shortcut, after funman answer to Enrique Osuna patch. 9637 9638commit 2739cd4c3b60d73ad83558db23ad1941faf2a2c7 9639Author: Pierre d'Herbemont <pdherbemont@videolan.org> 9640Date: Sun Sep 30 10:36:19 2007 +0000 9641 9642 modules/video_output/opengl.c: Allow opengl provider override at runtime.(Original patch by Enrique Osuna <enrique.osuna a gmail d com>). 9643 9644commit 0a6c40c6f1f42033ab9a12ca4aaefaafda8c8c34 9645Author: Bernie Purcell <bitmap@videolan.org> 9646Date: Sun Sep 30 07:43:53 2007 +0000 9647 9648 Some fixes for compiling on Cygwin: x264, pthreads, taglib and dirac. 9649 Reverse previous workaround for pthreads lib having GC2 suffix - that 9650 is actually normal; patch should instead go into x264 to make it ignore 9651 the presence of a local pthread lib under cygwin when doing configure tests. 9652 9653commit 03b4d88eb7d3747ee1a39ed0fdc968d362cb1003 9654Author: Laurent Aimar <fenrir@videolan.org> 9655Date: Sat Sep 29 23:09:10 2007 +0000 9656 9657 Fixed regression in EITConvertToUTF8. 9658 9659commit 349cbdc6208ec2f9615a69c5f068e720f60bd186 9660Author: Jean-Baptiste Kempf <jb@videolan.org> 9661Date: Sat Sep 29 22:50:30 2007 +0000 9662 9663 Qt4 - add a record icon, might be unused. 9664 9665commit d4366aa105ac9900ba3cd61652ec814568cb80d2 9666Author: Jean-Baptiste Kempf <jb@videolan.org> 9667Date: Sat Sep 29 21:56:07 2007 +0000 9668 9669 Qt4 - New icons for extended preferences. 9670 9671commit 69a15c7c9003951e50dcf8252fa608cd36389422 9672Author: Jean-Baptiste Kempf <jb@videolan.org> 9673Date: Sat Sep 29 21:13:44 2007 +0000 9674 9675 Contribs: take libebml and libmatroska from released versions... Way easier to not compile it everytime. 9676 9677commit 6aee6d6ba919ee62ec950b8f3e2ff4be03cd1ea6 9678Author: Laurent Aimar <fenrir@videolan.org> 9679Date: Sat Sep 29 16:02:15 2007 +0000 9680 9681 Fixed a regression with --sub-autodetect-path 9682 Ignore directories in --sub-autodetect-path that match the directory 9683 of the current file (But it does not works with symbolic links). 9684 9685commit b575b4da00b0380e18f2ba510ffe2cec47b66e7a 9686Author: Rafaël Carré <funman@videolan.org> 9687Date: Sat Sep 29 16:00:07 2007 +0000 9688 9689 ncurses: don't use *Locale() conversion functions when compiled with wide characters support 9690 9691commit 08c70360710ef170b34e0c9c5bb5e556e2462dee 9692Author: Laurent Aimar <fenrir@videolan.org> 9693Date: Sat Sep 29 15:51:34 2007 +0000 9694 9695 Check all(?) memory allocations (if you do it, do it completetly ;) 9696 Fixed an overflow when more than MAX_SUBTITLE_FILES are detected. 9697 Fixed a bunch of memory leaks. 9698 Fixed removing sub/idx pair. (sizeof() != strlen on char*) 9699 Clean up/Simplify (asprintf/calloc are usefull) 9700 Cosmetics 9701 9702commit 3207d06be0213677ea21d8072ecda0b3e9aee6c6 9703Author: Laurent Aimar <fenrir@videolan.org> 9704Date: Sat Sep 29 15:40:26 2007 +0000 9705 9706 Fixed segfault if more than 1 subtitle has been detected and you have not 9707 selected one with --sub-file 9708 9709commit 7c7e278db6ec6254636ef7b89cca2ae9b467dada 9710Author: Jean-Paul Saman <jpsaman@videolan.org> 9711Date: Sat Sep 29 14:22:50 2007 +0000 9712 9713 Check malloc return value) 9714 9715commit 5f05de85c33da800f870c8c5905e9a58f72a8ac4 9716Author: Rafaël Carré <funman@videolan.org> 9717Date: Sat Sep 29 11:26:38 2007 +0000 9718 9719 telepathy: 10 calls to the "item-change" callback may be necessary to have the metadata available. 9720 9721commit 59a403130a74577a4d83b016c298418bfa908caa 9722Author: Rémi Denis-Courmont <rem@videolan.org> 9723Date: Sat Sep 29 11:20:48 2007 +0000 9724 9725 Specify SSRC in SETUP response 9726 9727commit 1acb8064f11cb9897503ac39cc9137bdf65340ff 9728Author: Rafaël Carré <funman@videolan.org> 9729Date: Fri Sep 28 22:41:30 2007 +0000 9730 9731 don't compare signed with unsigned 9732 9733commit 395deda2ebe98a065d6bf4298009229fe5cbd951 9734Author: Rafaël Carré <funman@videolan.org> 9735Date: Fri Sep 28 22:08:01 2007 +0000 9736 9737 configure.ac: cosmetics 9738 9739commit 10306b1e694280e96bac5a68b294027721b697e2 9740Author: Laurent Aimar <fenrir@videolan.org> 9741Date: Fri Sep 28 21:59:25 2007 +0000 9742 9743 Update build system for cdg demuxer/codec. 9744 9745commit bc265de2d5dbc611c3247eaf18aea32272616a1e 9746Author: Laurent Aimar <fenrir@videolan.org> 9747Date: Fri Sep 28 21:58:26 2007 +0000 9748 9749 Added CD+G file support: 9750 - as a standalone file 9751 - as a kind of subtitle (even if it is a video track). 9752 CD-G disk are not supported. 9753 9754 Please, report any file incorrectly decoded. (I have 0 sample with 9755 circular scrolling) 9756 9757 In subtitle_Detect, do not add as a subtitle the file for which we 9758 are doing the detection. 9759 (subtitle_Detect("file.sub") returned "file.sub") 9760 9761commit cf4eaf99ea8bae52ac5fc9a4934f5223c8964c51 9762Author: Rafaël Carré <funman@videolan.org> 9763Date: Fri Sep 28 21:16:40 2007 +0000 9764 9765 telepathy: fixes [22301]. '-' is forbidden in variable names. 9766 9767commit d6bdaf039542e21583cb6d8c4c3fb33e395a6351 9768Author: Rafaël Carré <funman@videolan.org> 9769Date: Fri Sep 28 21:11:01 2007 +0000 9770 9771 telepathy: avoid flooding the bus when playing some special inputs. 9772 9773commit 4531113ade64507f1f535422a38e3880b22074db 9774Author: Rafaël Carré <funman@videolan.org> 9775Date: Fri Sep 28 20:32:54 2007 +0000 9776 9777 telepathy: same than [22299] 9778 9779commit cbd1288d1e5c177853ec588ff36cc3a57da071b9 9780Author: Rafaël Carré <funman@videolan.org> 9781Date: Fri Sep 28 20:27:47 2007 +0000 9782 9783 dbus: Removes dbus_threads_init_default() since it's already done in libvlc 9784 9785commit 835cb73643af317d7d6a7708bb31cbc288568dd4 9786Author: Rafaël Carré <funman@videolan.org> 9787Date: Fri Sep 28 20:09:55 2007 +0000 9788 9789 screensaver: Removes unused variable 9790 9791commit df28e87a678b99e02df7ec060fe0b2b97275349b 9792Author: Christophe Mutricy <xtophe@videolan.org> 9793Date: Fri Sep 28 18:59:17 2007 +0000 9794 9795 Don't show unsaveable options in the preferences 9796 9797commit 03272d2b84f315c1ee3cef82791d6d572fb594e7 9798Author: Rafaël Carré <funman@videolan.org> 9799Date: Fri Sep 28 16:18:30 2007 +0000 9800 9801 modules.c: removes unneeded hack 9802 9803commit 8cbf1354cd07378331307510a84c2700e64e8141 9804Author: Rafaël Carré <funman@videolan.org> 9805Date: Fri Sep 28 16:14:07 2007 +0000 9806 9807 NEWS: typo 9808 9809commit 5b093e36f6efdc9a834532bd962eecb62161a635 9810Author: Rafaël Carré <funman@videolan.org> 9811Date: Fri Sep 28 16:08:55 2007 +0000 9812 9813 Adds an input option "meta-file" to be used by input that aren't real inputs (like playlists). 9814 Re-enables media library. 9815 Fixes #1047 (nth attempt). 9816 9817commit abc92903eac6c54689270e8fc7c04848586730bf 9818Author: Rémi Denis-Courmont <rem@videolan.org> 9819Date: Fri Sep 28 16:07:42 2007 +0000 9820 9821 News 9822 9823commit 0e50af7d344d8dccde19ef4457d246733326fd18 9824Author: Mark Moriarty <markfm@videolan.org> 9825Date: Fri Sep 28 15:07:47 2007 +0000 9826 9827 Cygwin adjustments -- skip x264 win32 patch, rename the pthreadGC2.a, build full gettext 9828 9829commit df17e3467436effb0a13934eb5231bb61b509e92 9830Author: Jean-Baptiste Kempf <jb@videolan.org> 9831Date: Fri Sep 28 14:41:43 2007 +0000 9832 9833 Contribs: Flac does not need the cross compiling patch anymore. 9834 9835commit 712ec1a3f56e0953e7342e3a3c4901a3f96711a2 9836Author: Rafaël Carré <funman@videolan.org> 9837Date: Fri Sep 28 09:36:40 2007 +0000 9838 9839 input: Removes unused variable 9840 9841commit 1650c7648c122a79554831a03efe9538684eb68d 9842Author: Olivier Teulière <ipkiss@videolan.org> 9843Date: Thu Sep 27 18:04:45 2007 +0000 9844 9845 Allow controls directly in the Layout tag (the intermediate Group tag is not mandatory anymore). 9846 9847commit 9fffb689ce90c2679d2dfee3e9e654e2928e3d97 9848Author: Rémi Denis-Courmont <rem@videolan.org> 9849Date: Thu Sep 27 17:37:23 2007 +0000 9850 9851 Cosmetics 9852 9853commit 5cdaa679c328bd2bfaca108df8533dff83126c88 9854Author: Rémi Denis-Courmont <rem@videolan.org> 9855Date: Thu Sep 27 17:36:47 2007 +0000 9856 9857 Fix segmentation fault 9858 9859commit 824481bce797de9122c37711468cb36178edf979 9860Author: Rémi Denis-Courmont <rem@videolan.org> 9861Date: Thu Sep 27 17:08:23 2007 +0000 9862 9863 Also try to send twice without splice(). 9864 This means ICMP errors will be ignored, which is a Bad Idea. 9865 But people are likely to complain about how it breaks their setup if we 9866 don't ignore ICMP anyway. 9867 9868commit 8ab4e57bc439505ec02af31187b84a76a8cc663b 9869Author: Rémi Denis-Courmont <rem@videolan.org> 9870Date: Thu Sep 27 17:02:41 2007 +0000 9871 9872 Check sending error (fixes #134; closes #514) 9873 9874commit 7e0739c6760ea31e4f624c3f779884d65169d6e5 9875Author: Rémi Denis-Courmont <rem@videolan.org> 9876Date: Thu Sep 27 16:03:56 2007 +0000 9877 9878 Detect EOF for datagram connection 9879 9880commit b6d069b38b19d45885dd1d9a8ff4bd3abe8897a6 9881Author: Rafaël Carré <funman@videolan.org> 9882Date: Thu Sep 27 13:45:40 2007 +0000 9883 9884 PATH_MAX is defined in limits.h 9885 9886commit ac3ca410b51583ea5bdc6354fc4541cc5fda0bcd 9887Author: Christophe Mutricy <xtophe@videolan.org> 9888Date: Wed Sep 26 21:57:06 2007 +0000 9889 9890 French l10n update by Dylan Aïssi 9891 9892commit e7c2a27eea81f314e7bb109a1ed0026ff70483c1 9893Author: Christophe Mutricy <xtophe@videolan.org> 9894Date: Wed Sep 26 21:56:48 2007 +0000 9895 9896 Fix flac compilation 9897 9898commit 1c60a0f6915a28ed037e1c6c8df6eff20b83b27b 9899Author: Rémi Denis-Courmont <rem@videolan.org> 9900Date: Wed Sep 26 18:47:34 2007 +0000 9901 9902 Improve debug messages (tracking down some DCCP issues) 9903 9904commit 57237c5feefb75017c7d351cdbc799a8d9e311f8 9905Author: Rémi Denis-Courmont <rem@videolan.org> 9906Date: Wed Sep 26 16:39:34 2007 +0000 9907 9908 Hard-code precomputed Diffie-Hellman-Merkel group parameters. 9909 These are not confidential, and fairly slow to compute. 9910 (This is much simpler than caching them to disk, and more 9911 portable-app-friendly) 9912 9913commit 080934b24b9ee8c5762da37859999d1204d31d8a 9914Author: Jean-Baptiste Kempf <jb@videolan.org> 9915Date: Wed Sep 26 10:55:29 2007 +0000 9916 9917 Windows Installer: Fix the bug of not showing context menus when you select a directory. 9918 Patch by Hannes Domani. 9919 9920commit fabc3dad7f1bb088041e0d2f85178465bc08433f 9921Author: Jean-Paul Saman <jpsaman@videolan.org> 9922Date: Wed Sep 26 06:21:36 2007 +0000 9923 9924 Init decoder fmt_out structure, so it can be used in transcoding loop. 9925 9926commit 0f0e24982d0be73ce84bf0a337eb224d200d1688 9927Author: Christophe Mutricy <xtophe@videolan.org> 9928Date: Tue Sep 25 21:30:02 2007 +0000 9929 9930 Change the version in a way requiring less maintenance 9931 9932commit 92ba24e7edda37ff125fb64139423c07aa4a812f 9933Author: Bernie Purcell <bitmap@videolan.org> 9934Date: Tue Sep 25 01:31:34 2007 +0000 9935 9936 Reverse temporary change for altair's win32 builder 9937 9938commit 50c767a772535bdb9ea93d274ebc9e29cbea0ab8 9939Author: Bernie Purcell <bitmap@videolan.org> 9940Date: Tue Sep 25 01:29:18 2007 +0000 9941 9942 Temporary change to try to force altair to update its version of gettext 9943 from 0.16 to 0.16.1 before bootstrap (unlike the other builders it doesn't 9944 bootstrap the contribs first) 9945 9946commit f0d5f2d2a5d8539126c447c41e5bd5fc0c94d443 9947Author: Bernie Purcell <bitmap@videolan.org> 9948Date: Tue Sep 25 01:00:21 2007 +0000 9949 9950 Reverse temporary change 9951 9952commit 61ee092383d913a1f6611dab6e778675c6f0c9fb 9953Author: Bernie Purcell <bitmap@videolan.org> 9954Date: Tue Sep 25 00:57:50 2007 +0000 9955 9956 Temporary change to analyse buildbot's environment in regards 9957 to autopoint for win32 9958 9959commit 617c0f13a6cf36120ea236142696408274c839ac 9960Author: Rémi Denis-Courmont <rem@videolan.org> 9961Date: Mon Sep 24 19:00:52 2007 +0000 9962 9963 Hmmrph 9964 9965commit 34e2b4fe32ba3104eb0cf8fc5f6b6b1f834f4726 9966Author: Rémi Denis-Courmont <rem@videolan.org> 9967Date: Mon Sep 24 18:14:41 2007 +0000 9968 9969 Remove never used RTP timestamp_start 9970 9971commit 946fcf955114c49dd2ef2896b04d117fba65c73e 9972Author: Rémi Denis-Courmont <rem@videolan.org> 9973Date: Mon Sep 24 18:13:55 2007 +0000 9974 9975 Basic support for RTP-Info 9976 9977commit f35e96dee9f9f7dca68378b7366253caf278c03d 9978Author: Pierre d'Herbemont <pdherbemont@videolan.org> 9979Date: Mon Sep 24 17:21:09 2007 +0000 9980 9981 MacOSX/Framework: Reenable play and pause. 9982 9983commit 29cd2f9042c6848aa7e4f6a3d4d78f38c53bbd7d 9984Author: Rémi Denis-Courmont <rem@videolan.org> 9985Date: Mon Sep 24 17:07:42 2007 +0000 9986 9987 Fix up HTTP/RTSP version detection: 9988 - ignore HTTP/0.9 clients instead of deadlocking the connection 9989 - ignore unknown protocol 9990 - reject incompatible HTTP & RTSP protocol versions 9991 (HTTP/2.0 does not exist but RTSP/2.0 is currently draft) 9992 9993commit 0377fc9c0a3c23ea15577870a892bed7e6f7219b 9994Author: Rémi Denis-Courmont <rem@videolan.org> 9995Date: Mon Sep 24 16:24:02 2007 +0000 9996 9997 Partial fix to response protocol version detection 9998 9999commit 918624d0f5dfd831dfdb8cd19587ed7ce015a397 10000Author: Rémi Denis-Courmont <rem@videolan.org> 10001Date: Mon Sep 24 16:22:33 2007 +0000 10002 10003 Ignore leading "white" characters in HTTP and RTSP requests 10004 10005commit 76a6fd05d02483cffd33e01f543297074eb55961 10006Author: Rémi Denis-Courmont <rem@videolan.org> 10007Date: Mon Sep 24 15:51:57 2007 +0000 10008 10009 Complain if the protocol is not RTSP 10010 10011commit 8a0ab9f20b8fddb18f7b12bf2e710a09eefe8104 10012Author: Rémi Denis-Courmont <rem@videolan.org> 10013Date: Mon Sep 24 15:50:14 2007 +0000 10014 10015 Add HTTP 505 error 10016 10017commit 812b9da542f34da0cabb3b218561a569d933dc19 10018Author: Rémi Denis-Courmont <rem@videolan.org> 10019Date: Mon Sep 24 15:44:57 2007 +0000 10020 10021 We only support RTSP one point ZERO. Do not claim otherwise. 10022 10023commit e2a501e94652979c9a078b1996aa15adf1a66174 10024Author: Rémi Denis-Courmont <rem@videolan.org> 10025Date: Mon Sep 24 15:44:15 2007 +0000 10026 10027 Factor out RTSP control URL writing so it can be re-used 10028 10029commit 839d6e8b7b9f29dbcc85ea0dba79737b88af353b 10030Author: Jean-Baptiste Kempf <jb@videolan.org> 10031Date: Mon Sep 24 14:57:38 2007 +0000 10032 10033 Qt4 - Remove a funny debug message. 10034 10035commit e8a7ea23b8aabf1b89db107b018cd92b42fa142a 10036Author: Jean-Baptiste Kempf <jb@videolan.org> 10037Date: Mon Sep 24 14:56:33 2007 +0000 10038 10039 Add myself to AUTHORS. 10040 10041commit e6aca03d8dbeb5fd06fbdbcf69d781aa48b62cf3 10042Author: Jean-Baptiste Kempf <jb@videolan.org> 10043Date: Mon Sep 24 07:40:51 2007 +0000 10044 10045 Contribs - Lame. Why were we using 3.97b2 instead of 3.97 ???? 10046 10047commit eeca8b164f0661bc9104743557253e2b1bb97fca 10048Author: Jean-Baptiste Kempf <jb@videolan.org> 10049Date: Mon Sep 24 06:48:21 2007 +0000 10050 10051 Contrib: pthreads add a verbose flag to help debuging the pthreads + x264 problems. 10052 10053commit 68456f6755c903d008e5efc0695e1f4957f9d3b8 10054Author: Bernie Purcell <bitmap@videolan.org> 10055Date: Mon Sep 24 05:30:51 2007 +0000 10056 10057 Couldn't bootstrap properly if a number existed anywhere in the path 10058 to gettextize (eg. if I was building inside a directory called win32) 10059 10060commit 46d0c69a89326e760acbdc4c3e0e4bbb60961f9f 10061Author: Bernie Purcell <bitmap@videolan.org> 10062Date: Mon Sep 24 02:58:08 2007 +0000 10063 10064 Patch for goom make by Mark Moriarty. I have the problem too, and are 10065 cross-compiling under linux. -Im4/ changed to -I m4/ 10066 10067commit 64da792bed5517368a01ef0f1fa771661099f6ce 10068Author: Bernie Purcell <bitmap@videolan.org> 10069Date: Mon Sep 24 01:08:24 2007 +0000 10070 10071 Fix cross-compilation issue of freetype where native compiler not getting 10072 picked up in configure due to bracket in wrong place. 10073 10074commit f325f88e7497ec08ae90246a10606527c8c0b98a 10075Author: Jean-Paul Saman <jpsaman@videolan.org> 10076Date: Sun Sep 23 21:37:19 2007 +0000 10077 10078 Fix spu_RenderSubpictures() rendering of TEXT subtitles. Don't try to blend and scale them. 10079 10080commit 86f2f7329b1b4d031bf00e97007551dd9465d8fb 10081Author: Rémi Denis-Courmont <rem@videolan.org> 10082Date: Sun Sep 23 20:07:11 2007 +0000 10083 10084 Pass --playlist-enqueue from started instance to running instance: fixes #869 10085 10086commit d1167c2159423c880982d663242a34aa20805419 10087Author: Rémi Denis-Courmont <rem@videolan.org> 10088Date: Sun Sep 23 19:43:02 2007 +0000 10089 10090 Mark playlist-enqueue as non-saveable - refs #869 10091 10092commit 0faa56acde4baeefded37cb44b99addb9c37a314 10093Author: Rémi Denis-Courmont <rem@videolan.org> 10094Date: Sun Sep 23 18:52:55 2007 +0000 10095 10096 Only reference the input when we have at least one codec - fixes #1287. 10097 Some stream output guru should really review this. 10098 10099commit ef4a8635077696ba22eefcf88c9faa9cc610969c 10100Author: Rémi Denis-Courmont <rem@videolan.org> 10101Date: Sun Sep 23 18:40:25 2007 +0000 10102 10103 Fix use-after-free when the input is still in use by someone else (refs #1287). 10104 Unfortunately, this does not really solve the problem as vlc_object_destroy can still return without actually deleting the object in case of a deadlock. 10105 One could argue the deadlock is the problem rather than vlc_object_destroy implementation. 10106 10107commit be6a13db5b89dbde91213280530e3e5dbb29516a 10108Author: Rémi Denis-Courmont <rem@videolan.org> 10109Date: Sun Sep 23 18:22:18 2007 +0000 10110 10111 Assume UTF-8 instead of ASCII. 10112 This is basically a hack for systems lacking proper locale setting 10113 10114commit e943521979f87c0ee29de3cd85d059912a83426f 10115Author: Jean-Baptiste Kempf <jb@videolan.org> 10116Date: Sun Sep 23 17:50:18 2007 +0000 10117 10118 Do correctly [22243] for windows context menu. Sorry. 10119 10120commit be1cc2c0dba7002b6724894b7d8cdab192f42a4a 10121Author: Rémi Denis-Courmont <rem@videolan.org> 10122Date: Sun Sep 23 16:16:23 2007 +0000 10123 10124 Re-do [18770] - fixes #1287. 10125 And why the heck was this undone in the first place?? 10126 10127commit 145a649d157ce4c2e116f718f215f11b854600f9 10128Author: Pierre d'Herbemont <pdherbemont@videolan.org> 10129Date: Sun Sep 23 15:06:55 2007 +0000 10130 10131 libvlc: Implement the _get_state function. Fix a leak. Fix a warning. 10132 10133commit 723934d9a25208fe8ecd9a588d3bf28e627c70fb 10134Author: Jean-Baptiste Kempf <jb@videolan.org> 10135Date: Sun Sep 23 14:13:44 2007 +0000 10136 10137 Qt4 MainInterface: Smaller Size on Linux. 10138 10139commit d1925d0c291e27a224118f967246d80848cd7656 10140Author: Jean-Baptiste Kempf <jb@videolan.org> 10141Date: Sun Sep 23 13:49:27 2007 +0000 10142 10143 Correct context-menu in Windows Installer. 10144 Patch by Hannes Domani 10145 10146commit 3da67c9857f763a793eaf995697b923e4d5a6309 10147Author: Jean-Baptiste Kempf <jb@videolan.org> 10148Date: Sun Sep 23 13:36:47 2007 +0000 10149 10150 Contribs - libpng: Updates to 1.2.20. No more MMX optimisations, a few bugs are fixed. 10151 10152commit a1e027b60a127a8a632268c202e35613f97763ea 10153Author: Jean-Baptiste Kempf <jb@videolan.org> 10154Date: Sun Sep 23 13:22:01 2007 +0000 10155 10156 Contribs: XML2 Version bumps to 2.6.30. 10157 10158commit 2b465b9afc8413f00f9c655c50f6e4f282343f58 10159Author: Jean-Baptiste Kempf <jb@videolan.org> 10160Date: Sun Sep 23 13:16:26 2007 +0000 10161 10162 Contribs - FLAC: update to v1.2.1. Mingw32 patch is unneeded (upstream merge). A few bugs and crash are fixed, new support for all RIFF/AIFF metadata, including Broadcast Wave Format (BWF). 10163 10164commit 809a3ad73635aab2ca0d7be78a5d8388b0cf7f46 10165Author: Felix Paul Kühne <fkuehne@videolan.org> 10166Date: Sun Sep 23 13:09:00 2007 +0000 10167 10168 * hacky compilation fix for OSX PPC. Please review 10169 10170commit 4813f5f0ead8c890384cc37c982235e61f14a2f2 10171Author: Jean-Baptiste Kempf <jb@videolan.org> 10172Date: Sun Sep 23 13:00:16 2007 +0000 10173 10174 Contribs: theora. The alpha8 has been renamed to beta1. 10175 10176commit 8cefd2761a04aeeba2f54a73caab075b18393022 10177Author: Jean-Baptiste Kempf <jb@videolan.org> 10178Date: Sun Sep 23 12:53:49 2007 +0000 10179 10180 Contribs: Theora moves from alpha7 to alpha8. New encoder, one patch has gone upstream, and examples can be disabled. A lot of new features are available in the encoder. Postprocessing, anyone ? 10181 Ref #1303 10182 10183commit 9c888eeaeff9642c8df28529534246ee47001864 10184Author: Jean-Baptiste Kempf <jb@videolan.org> 10185Date: Sun Sep 23 12:31:56 2007 +0000 10186 10187 Add HDYC fourCC for some HD Raw Videos. 10188 10189commit 9d62adbe51814c6451ad1c79d1c20a1c47b434a0 10190Author: Jean-Baptiste Kempf <jb@videolan.org> 10191Date: Sun Sep 23 12:29:13 2007 +0000 10192 10193 Add Y41B and Y42B FourCC. Solves rare raw video detection. 10194 10195commit 8ea82fe469d1ba529e5d019a8dcc2e935d98ab5f 10196Author: Jean-Baptiste Kempf <jb@videolan.org> 10197Date: Sun Sep 23 11:40:01 2007 +0000 10198 10199 Add AVUI fourCC, fix the problem with http://samples.mplayerhq.hu/V-codecs/AVUI/avid_meridien_uncompressed.mov.gz 10200 10201commit 0a9fae62a9da6783906586cbc5fd3f0ab59637d1 10202Author: Rémi Denis-Courmont <rem@videolan.org> 10203Date: Sun Sep 23 09:49:54 2007 +0000 10204 10205 Set verbosity to something until we parse the command line. 10206 Ideally, the command line would be parsed earlier. 10207 10208commit 892e5a56e1edcc5b0c84b4284046f02d3f4b229b 10209Author: Rémi Denis-Courmont <rem@videolan.org> 10210Date: Sun Sep 23 09:27:11 2007 +0000 10211 10212 Do not force set VLC_VERBOSE. 10213 LibVLC need to be prepared for it to be missing anyway. 10214 10215commit 09f98c01f1e35638813b3d59a735064292d5938a 10216Author: Jean-Paul Saman <jpsaman@videolan.org> 10217Date: Sun Sep 23 09:21:58 2007 +0000 10218 10219 fix osdmenu-file-path option 10220 10221commit 74da71f8eac6c1588af74f3e8f34378e95109b1b 10222Author: Rémi Denis-Courmont <rem@videolan.org> 10223Date: Sun Sep 23 09:19:10 2007 +0000 10224 10225 Only override verbosity from VLC_VERBOSE if actually set 10226 10227commit 397b820578e9679b6d176d71387cd91be3d0431e 10228Author: Rémi Denis-Courmont <rem@videolan.org> 10229Date: Sun Sep 23 07:40:30 2007 +0000 10230 10231 Fix console support autodetection. 10232 10233commit 548d322716d7fc57afab630bef383c8a033cae9f 10234Author: Rémi Denis-Courmont <rem@videolan.org> 10235Date: Sun Sep 23 07:37:53 2007 +0000 10236 10237 Configure the message queue parameter before we use the message queue... 10238 10239commit 411fcacf42c0869de79b607b81ad30454aae392d 10240Author: Rémi Denis-Courmont <rem@videolan.org> 10241Date: Sun Sep 23 07:29:23 2007 +0000 10242 10243 Disable HTTP art handler by default, due to security problems - fixes #1308 10244 10245commit 6f8c97066595386789db63da67fa97171eab86ee 10246Author: Rémi Denis-Courmont <rem@videolan.org> 10247Date: Sun Sep 23 07:28:12 2007 +0000 10248 10249 Do not leak the art handler from HTTP interface - fixes #1308 10250 10251commit e67567c46801d5e812a4c54463fb276a2667eac6 10252Author: Rémi Denis-Courmont <rem@videolan.org> 10253Date: Sat Sep 22 19:07:11 2007 +0000 10254 10255 Support for loading Diffie-Hellman-Merkel key exchange parameters from cache. 10256 This makes TLS server initialization a lot faster (especially under valgrind) 10257 10258commit 032eb4666efd02983a7050a4c9c61511b93aff20 10259Author: Rémi Denis-Courmont <rem@videolan.org> 10260Date: Sat Sep 22 18:06:59 2007 +0000 10261 10262 Push something to RPN when vlc_config_get fails - fixes #1301 10263 10264commit c5400b505a63786e78b62543e2f47ae0153a70c2 10265Author: Rémi Denis-Courmont <rem@videolan.org> 10266Date: Sat Sep 22 17:49:35 2007 +0000 10267 10268 Fix directory permission again 10269 10270commit e7d4098c410a96ff3f2f75f426e991ad2efc074b 10271Author: Rémi Denis-Courmont <rem@videolan.org> 10272Date: Sat Sep 22 17:48:03 2007 +0000 10273 10274 Compile fix 10275 10276commit 8172a7de5eca345a5c6cee49e1952b2c6538ced1 10277Author: Rémi Denis-Courmont <rem@videolan.org> 10278Date: Sat Sep 22 17:44:35 2007 +0000 10279 10280 Add mode parameter to utf8_mkdir, and stop creating configuration 10281 directories as world-writable - fixes #1306 10282 10283commit 942772a064d18944f942b57f5604839135964e95 10284Author: Rémi Denis-Courmont <rem@videolan.org> 10285Date: Sat Sep 22 17:28:25 2007 +0000 10286 10287 Save plugin cache to .cache/vlc/ rather than .cache/vlc/cache - fixes #1307 10288 10289commit 770a2ac676c3f3fd8ce9aae369246ebec828d19a 10290Author: Rémi Denis-Courmont <rem@videolan.org> 10291Date: Sat Sep 22 17:26:14 2007 +0000 10292 10293 Fix double-free 10294 10295commit 18cfb8ae98d02e4a848f5bfd5eecf1cfd7b3a974 10296Author: Rémi Denis-Courmont <rem@videolan.org> 10297Date: Sat Sep 22 17:13:55 2007 +0000 10298 10299 Write computed Diffie-Hellman-Merkel parameters to VLC cache. 10300 These are are quite slow to compute, so it could be used to speed up start up 10301 once reading them from the cache is also implemented. 10302 10303 Hmm, there is a security problem in this commit (cache file is world-readable). 10304 10305commit 408e72b850277cb54b072e7c617092373d8eb3cb 10306Author: Rémi Denis-Courmont <rem@videolan.org> 10307Date: Sat Sep 22 15:31:13 2007 +0000 10308 10309 Remove stupid broken error message in XSPF parser - refs #1293. 10310 Someone should fix this properly instead. 10311 10312commit 9c240458f9ee4e282ba47ec27342245e3bbcc5f8 10313Author: Rémi Denis-Courmont <rem@videolan.org> 10314Date: Sat Sep 22 15:03:10 2007 +0000 10315 10316 Last part of the Speex/RTP patch - fixes #1291 10317 10318commit feac01be63d1615c995fb236675e3068535e95ed 10319Author: Rémi Denis-Courmont <rem@videolan.org> 10320Date: Sat Sep 22 15:00:45 2007 +0000 10321 10322 Speex RTP payload format output - refs #1291 10323 10324commit a5170e027644203bf61fab22a34e69696d640709 10325Author: Rémi Denis-Courmont <rem@videolan.org> 10326Date: Sat Sep 22 14:54:42 2007 +0000 10327 10328 Use a different FOURCC for Speex from RTP (refs #1291), 10329 as it needs some specific processing in the decoder. 10330 Patch from William Hawkins 10331 10332commit 06ef387db9f271a96d600e423633018fe5c2fcd7 10333Author: Rémi Denis-Courmont <rem@videolan.org> 10334Date: Sat Sep 22 14:53:54 2007 +0000 10335 10336 Support for decoding Speex from RTP - refs #1291 10337 Patch by Williams Hawkins 10338 10339commit 4112e0fd7e4c7cc33552fb0bf26e2a38470150f6 10340Author: Rémi Denis-Courmont <rem@videolan.org> 10341Date: Sat Sep 22 14:37:55 2007 +0000 10342 10343 We require GnuTLS 1.3.3 as of today 10344 10345commit 3fd6b1a5052dd6d2bd50dc31152a6c017019c39d 10346Author: Rémi Denis-Courmont <rem@videolan.org> 10347Date: Sat Sep 22 14:37:28 2007 +0000 10348 10349 Use up-to-date typedef from GnuTLS 10350 10351commit b0ca502b3324cbb542497501dce30658f60070c9 10352Author: Rémi Denis-Courmont <rem@videolan.org> 10353Date: Sat Sep 22 13:45:06 2007 +0000 10354 10355 Create the user certificate directories automagically 10356 10357commit a4cee8ccbc462029918110b9847178a65980eab5 10358Author: Rémi Denis-Courmont <rem@videolan.org> 10359Date: Sat Sep 22 13:44:45 2007 +0000 10360 10361 Export utf8_mkdir 10362 10363commit f78b8f7987e33da6d5335c92c37480c96caaa7b1 10364Author: Rémi Denis-Courmont <rem@videolan.org> 10365Date: Sat Sep 22 13:44:32 2007 +0000 10366 10367 Fix error message on failed TCP connection 10368 10369commit 0e960e4f3c828b7c42863c203664c8e54816ed6b 10370Author: Rémi Denis-Courmont <rem@videolan.org> 10371Date: Sat Sep 22 13:30:36 2007 +0000 10372 10373 Fix overflow 10374 10375commit b030640bf04d580ff1106895780d2110409477de 10376Author: Rémi Denis-Courmont <rem@videolan.org> 10377Date: Sat Sep 22 12:39:56 2007 +0000 10378 10379 HTTP control interface does not depend on TLS directly: fix #include 10380 10381commit 56aa5d3ff9edff798a38eb996493796bca008c50 10382Author: Rémi Denis-Courmont <rem@videolan.org> 10383Date: Sat Sep 22 12:37:05 2007 +0000 10384 10385 Fix TLS session cleanup 10386 10387commit bd807d2ac87015d6175664a7eec319a56b2bbeb3 10388Author: Rémi Denis-Courmont <rem@videolan.org> 10389Date: Sat Sep 22 11:49:33 2007 +0000 10390 10391 Cleanup server name parameter handling 10392 10393commit 42327f355519a02abd5dee795a6a79684cc9e5bb 10394Author: Rémi Denis-Courmont <rem@videolan.org> 10395Date: Sat Sep 22 11:21:35 2007 +0000 10396 10397 Rework/simplify the TLS plugin interface (LibVLC <-> tls plugin). 10398 Remove the singleton pattern. Still very much work in progress. 10399 10400commit 0753cb73dc2946e24001c4c8ddb8908357709628 10401Author: Ilkka Ollakka <ileoo@videolan.org> 10402Date: Fri Sep 21 15:59:45 2007 +0000 10403 10404 small change in album art change. 10405 10406commit 435e0f3ede5ba3aa5145ed92df60310a62c24242 10407Author: Rémi Denis-Courmont <rem@videolan.org> 10408Date: Fri Sep 21 15:34:24 2007 +0000 10409 10410 Comment out the dccp-service-code stuff since we do not implement it 10411 at the moment 10412 10413commit dd1dd6a6fa49de56f8538e3e37c1832d9edfec0b 10414Author: Rémi Denis-Courmont <rem@videolan.org> 10415Date: Fri Sep 21 15:22:08 2007 +0000 10416 10417 Add --sout-rtp-rtcp-mux option for RTP/RTCP multiplexing 10418 (draft-ietf-avt-rtp-and-rtcp-mux) 10419 10420commit 076518cb3a3cc4d198e934224ba272b4ddfb9bf9 10421Author: Bernie Purcell <bitmap@videolan.org> 10422Date: Fri Sep 21 01:50:54 2007 +0000 10423 10424 Fix for problem found by Sebastien Fievet where subtitles weren't 10425 showing up at all due to fontconfig returning empty strings on 10426 font lookup. 10427 10428commit 85b3fede801dd88b5211500872455449aa13ed0f 10429Author: Christophe Mutricy <xtophe@videolan.org> 10430Date: Thu Sep 20 22:07:40 2007 +0000 10431 10432 Polish l10n update by Michał Trzebiatowski 10433 10434commit 8c293bce97592b966b99ffc102c1af3e4eefbf66 10435Author: Jean-Paul Saman <jpsaman@videolan.org> 10436Date: Thu Sep 20 20:13:45 2007 +0000 10437 10438 Adjust height of subpicture region. 10439 10440commit 56c32065b8526d9edc91ece10ac04d5dd0732104 10441Author: Jean-Paul Saman <jpsaman@videolan.org> 10442Date: Thu Sep 20 20:13:44 2007 +0000 10443 10444 Fix return values for spu_Create() and spu_Init(). 10445 10446commit 072bd8fc32d7fd76be7d7ee98bb74055d28507a0 10447Author: Rafaël Carré <funman@videolan.org> 10448Date: Thu Sep 20 19:47:29 2007 +0000 10449 10450 contribs: add pthreads-w32 to clean & distclean targets 10451 10452commit 5f09b6c9ac10c5852fb999d8f1fc725f06846914 10453Author: Rafaël Carré <funman@videolan.org> 10454Date: Thu Sep 20 19:42:23 2007 +0000 10455 10456 contribs: advertise the mingw32 runtime version used to compile in the contribs package filename 10457 10458commit 9984bea3dff0094629b8a6efacf2a6d3d4232ba8 10459Author: Rémi Denis-Courmont <rem@videolan.org> 10460Date: Thu Sep 20 19:28:58 2007 +0000 10461 10462 Another Win32 problem 10463 10464commit a1758f7becf2271314eb32a89f9a6c79c1d6d3f2 10465Author: Rémi Denis-Courmont <rem@videolan.org> 10466Date: Thu Sep 20 19:16:58 2007 +0000 10467 10468 Fix typo 10469 10470commit 74da7a424fdcaea34fed38e37f844dbeade9a3b3 10471Author: Rémi Denis-Courmont <rem@videolan.org> 10472Date: Thu Sep 20 18:54:02 2007 +0000 10473 10474 DMO/loader patch from Alex Antropoff. 10475 You may need to upgrade Windows Media to get this working, 10476 since it uses a newer DLL name. 10477 10478commit 98622388c1b02f46c29fd7e46a1750396d3eae03 10479Author: Rafaël Carré <funman@videolan.org> 10480Date: Thu Sep 20 18:13:13 2007 +0000 10481 10482 contribs: Reverts [22188] for the goom patch, and use the included m4 files 10483 10484commit aa1fb87c4f81315a73bdd6e91ea51b92b0ef02fa 10485Author: Rafaël Carré <funman@videolan.org> 10486Date: Thu Sep 20 16:19:30 2007 +0000 10487 10488 contribs: run autotools to build libxml2 for WIN32 10489 10490commit 7cc27cb2adc88edb24c9ac2556b29421574c91c1 10491Author: Rafaël Carré <funman@videolan.org> 10492Date: Thu Sep 20 15:48:00 2007 +0000 10493 10494 contribs: make goom2k4 compile for win32 host when aclocal-1.9 isn't installed 10495 10496commit f20aa2ba9525c7ef8e52eaf9a797e24f09ce99f4 10497Author: Rafaël Carré <funman@videolan.org> 10498Date: Thu Sep 20 15:21:03 2007 +0000 10499 10500 typo: p_vlc -> p_libvlc 10501 10502commit 62c8ef3ed868ba9fd5d1e84c920bc0fc3606ac66 10503Author: Pierre d'Herbemont <pdherbemont@videolan.org> 10504Date: Thu Sep 20 14:51:30 2007 +0000 10505 10506 interface.c: Default b_should_run_on_first_thread to false. 10507 10508commit 51c06e4b741acc82e2b71e3bb1278a132c06049d 10509Author: Pierre d'Herbemont <pdherbemont@videolan.org> 10510Date: Thu Sep 20 14:50:37 2007 +0000 10511 10512 Revert Previous commit. 10513 10514commit e869db080edf1e937d5a3ada2788dddfe9209109 10515Author: Pierre d'Herbemont <pdherbemont@videolan.org> 10516Date: Thu Sep 20 14:49:24 2007 +0000 10517 10518 interface.c: Default b_should_run_on_first_thread to false to be sure. (as per funman's request). 10519 10520commit 8939b3e86cacee6f59a5c900d8c2f22138f1a883 10521Author: Rafaël Carré <funman@videolan.org> 10522Date: Thu Sep 20 14:43:09 2007 +0000 10523 10524 contribs: fix libshout build, adds missing dep on libvorbis 10525 10526commit 1c6b5a2738e7f085a0b00f2fabf116a2aca3ea10 10527Author: Pierre d'Herbemont <pdherbemont@videolan.org> 10528Date: Thu Sep 20 14:40:55 2007 +0000 10529 10530 macosx/intf.m: Fix Mac OS X interface. 10531 10532commit 515bdc8f3e220a0fbb2fe8affc262bf4b75b1753 10533Author: Pierre d'Herbemont <pdherbemont@videolan.org> 10534Date: Thu Sep 20 14:34:03 2007 +0000 10535 10536 interface.c: Better comment. 10537 10538commit 02857df0642c1c975af6e6756ef8b7691e4e061b 10539Author: Pierre d'Herbemont <pdherbemont@videolan.org> 10540Date: Thu Sep 20 14:28:00 2007 +0000 10541 10542 interface.c: Support execution of the interface Run() method on first thread. 10543 10544commit 88ef12178ca57a65965b7f90eafa3f6c7f15c64c 10545Author: Pierre d'Herbemont <pdherbemont@videolan.org> 10546Date: Thu Sep 20 09:08:03 2007 +0000 10547 10548 libvlc: Implement media_list_view, which will be used to present/access/edit the items of a media_list. 10549 10550commit 1c5fe0daebf35b2e23ea852a55c8b699bf1ad642 10551Author: Pierre d'Herbemont <pdherbemont@videolan.org> 10552Date: Thu Sep 20 09:00:36 2007 +0000 10553 10554 MacOSX/Framework/Makefile: Fix previous commits. Thanks to Fabien Lydoire. 10555 10556commit 3db7e364edf839b229d83d6a97949a65810854dc 10557Author: Jean-Paul Saman <jpsaman@videolan.org> 10558Date: Thu Sep 20 08:10:46 2007 +0000 10559 10560 Disable --vbi-text by default. 10561 10562commit d464bfb4c44b3d767777147d8c0f045e9ec2102c 10563Author: Jean-Paul Saman <jpsaman@videolan.org> 10564Date: Wed Sep 19 21:01:01 2007 +0000 10565 10566 Decoder teletext subtitles as text (ASCII, UTF-8 or ISO-8859-1 are possible). Currently only ASCII is supported. The subpicture region size is too large resulting in ghosting effects. Don't use the new --vbi-text option unless you want to fix this bug. 10567 10568commit a1631eb044d7d7509e9dcc3604d2d039498191d1 10569Author: Rémi Denis-Courmont <rem@videolan.org> 10570Date: Wed Sep 19 19:30:01 2007 +0000 10571 10572 RTCP: support for RTP/RTCP multiplexed on the same port 10573 10574commit 500516e052357a34ef367671bed5784ccd6260bb 10575Author: Rémi Denis-Courmont <rem@videolan.org> 10576Date: Wed Sep 19 19:10:07 2007 +0000 10577 10578 Remove unused variables 10579 10580commit 4f32396e885b5e7074039c426cae5c466cc55ca1 10581Author: Rémi Denis-Courmont <rem@videolan.org> 10582Date: Wed Sep 19 19:04:03 2007 +0000 10583 10584 Avoid setlocale - not thread-safe 10585 10586commit c67038de4e45078828681eaa12b0312e58e88c4c 10587Author: Rémi Denis-Courmont <rem@videolan.org> 10588Date: Wed Sep 19 18:57:57 2007 +0000 10589 10590 Do not set locale twice (it is already taken care of by VLC), 10591 especially as this is not thread-safe, and not something a library 10592 should ever do. 10593 10594commit 9ad201ecdc61f6adabbfe3c202ed1b9ba2042b0b 10595Author: Rémi Denis-Courmont <rem@videolan.org> 10596Date: Wed Sep 19 18:54:53 2007 +0000 10597 10598 Do not set never used value 10599 10600commit b379008009a7e69a8ec3c85da9af7bb64b30b745 10601Author: Rémi Denis-Courmont <rem@videolan.org> 10602Date: Wed Sep 19 17:40:38 2007 +0000 10603 10604 Partial support for RTP over connection-oriented media 10605 10606commit d6de4f038ae4da5af6c45a5be7ee8ed07923553c 10607Author: Rémi Denis-Courmont <rem@videolan.org> 10608Date: Wed Sep 19 17:39:43 2007 +0000 10609 10610 Fix DCCP support 10611 10612commit 5e7a42171c1925f456fa0bc29f6e469e6eb94fed 10613Author: Rémi Denis-Courmont <rem@videolan.org> 10614Date: Wed Sep 19 17:22:07 2007 +0000 10615 10616 Fix RTP prebufferring regression 10617 10618commit 03328d73c2cea152f304ec9e31fb6e6d7b1bd861 10619Author: Rafaël Carré <funman@videolan.org> 10620Date: Wed Sep 19 16:21:08 2007 +0000 10621 10622 lua: check stream_UrlNew return value 10623 10624commit 9bfa71e7f851051743ea3fb4711a6bc6cd989c7b 10625Author: Rémi Denis-Courmont <rem@videolan.org> 10626Date: Wed Sep 19 16:14:58 2007 +0000 10627 10628 Support for DCCP in net_Listen 10629 10630commit 5971b09a934f6bded277cf354649b639a13ade89 10631Author: Rémi Denis-Courmont <rem@videolan.org> 10632Date: Wed Sep 19 15:50:08 2007 +0000 10633 10634 Fix previous commit 10635 10636commit e59554f4ccaf81f287bfe1e6ae6167eab71b2367 10637Author: Rémi Denis-Courmont <rem@videolan.org> 10638Date: Wed Sep 19 15:49:16 2007 +0000 10639 10640 Handle lack of listener in net_Accept 10641 10642commit c2b029553bf0cc7f55118460341e1206fe21c4b8 10643Author: Rémi Denis-Courmont <rem@videolan.org> 10644Date: Wed Sep 19 15:31:22 2007 +0000 10645 10646 Simplify net_Listen (no real use for family and type parameters) 10647 10648commit e70a1a421efc938317c1424718c6dc5fd56dacdc 10649Author: Rémi Denis-Courmont <rem@videolan.org> 10650Date: Wed Sep 19 14:51:44 2007 +0000 10651 10652 Fixup DCCP include ordering 10653 10654commit 0ae73f10dac480f67e36580a349beeea0e9af20b 10655Author: Pierre d'Herbemont <pdherbemont@videolan.org> 10656Date: Wed Sep 19 10:45:14 2007 +0000 10657 10658 MacOSX/Framework/Makefile: Use the correct libvlc and libvlc-control when linking. 10659 10660commit 8c363ddcc532e8f58a356f5b3fca0f65f6961ecd 10661Author: Christophe Mutricy <xtophe@videolan.org> 10662Date: Tue Sep 18 22:20:10 2007 +0000 10663 10664 Remove spurious tab 10665 10666commit 304fed551ce82801d8a166b4b82f928872c81b78 10667Author: Christophe Mutricy <xtophe@videolan.org> 10668Date: Tue Sep 18 21:44:06 2007 +0000 10669 10670 Typos 10671 10672commit c823fb9afe50f30362926a7a9ad0ff76732df0a1 10673Author: Christophe Mutricy <xtophe@videolan.org> 10674Date: Tue Sep 18 21:02:00 2007 +0000 10675 10676 fi.po: svn:keywords and a small fix 10677 10678commit a7a52906ebafaca50e841ec071a80d210fa13786 10679Author: Jean-Paul Saman <jpsaman@videolan.org> 10680Date: Tue Sep 18 20:53:59 2007 +0000 10681 10682 Last bit of cleanup in transcode_osd_new() 10683 10684commit 5311f17a2c735455e063d586768962f631f8be78 10685Author: Jean-Paul Saman <jpsaman@videolan.org> 10686Date: Tue Sep 18 20:32:08 2007 +0000 10687 10688 Simplify handling of osdmenu streaming 10689 10690commit afb35cf6000ced0e16cba7613f7e9b5231810688 10691Author: Rémi Denis-Courmont <rem@videolan.org> 10692Date: Tue Sep 18 16:42:27 2007 +0000 10693 10694 One second before the warning is really too short. 10695 *Dead*locks tend to last for a rather long time anyway :) 10696 10697commit fd8d81d57717acbd42507058f2c0080b7604d301 10698Author: Rafaël Carré <funman@videolan.org> 10699Date: Tue Sep 18 16:37:41 2007 +0000 10700 10701 Leftover strerror 10702 10703commit 50852e85f1b294f9d9443eb133c9b3b7f75dfd71 10704Author: Rémi Denis-Courmont <rem@videolan.org> 10705Date: Tue Sep 18 16:32:17 2007 +0000 10706 10707 Remove last occurences - fixes #1297 10708 10709commit 7acc46c4f52ca30047c0bea33ec63ac922cf6b0f 10710Author: Rémi Denis-Courmont <rem@videolan.org> 10711Date: Tue Sep 18 16:27:50 2007 +0000 10712 10713 Remove dead code 10714 10715commit 552e595131c5f1d66eba8e3c22c2b1c509be5153 10716Author: Rémi Denis-Courmont <rem@videolan.org> 10717Date: Tue Sep 18 16:20:49 2007 +0000 10718 10719 Replace strerror() with %m (or Linux DVB: strerror_r) - refs #1297 10720 10721commit 7c7854e76cda10120edb95c9e3a8ab2345be2631 10722Author: Rafaël Carré <funman@videolan.org> 10723Date: Tue Sep 18 16:17:51 2007 +0000 10724 10725 Use intf_ShouldDie() 10726 10727commit 59a4f0b96cc16f874d625ea60740a4b8b9ff94bd 10728Author: Rémi Denis-Courmont <rem@videolan.org> 10729Date: Tue Sep 18 15:57:44 2007 +0000 10730 10731 Don't cite strerror. It is a bad example! 10732 10733commit 2578127f4e1498bbe514cc8407fd575fb4865994 10734Author: Rémi Denis-Courmont <rem@videolan.org> 10735Date: Tue Sep 18 15:52:21 2007 +0000 10736 10737 Remove remaining strerror() calls from core - refs #1297 10738 10739commit 4ff9961862088bf74ca36f04ae3e34094ec9778f 10740Author: Rémi Denis-Courmont <rem@videolan.org> 10741Date: Tue Sep 18 15:44:47 2007 +0000 10742 10743 Fix the most common strerror() usages (threads, network, input) - refs #1297 10744 10745commit 357771f9fee9241d5d9fa0262c4558c3fd57948c 10746Author: Rémi Denis-Courmont <rem@videolan.org> 10747Date: Tue Sep 18 15:26:43 2007 +0000 10748 10749 Print Winsock error instead of errno if applicable 10750 10751commit 9ecfcfc95c7dde71486a04c2b5936308f4d5ea9f 10752Author: Rémi Denis-Courmont <rem@videolan.org> 10753Date: Tue Sep 18 15:20:49 2007 +0000 10754 10755 Remove obsolete subst 10756 10757commit 9781c1c48d73271a4dca6da0ed776fde6be90b85 10758Author: Rémi Denis-Courmont <rem@videolan.org> 10759Date: Tue Sep 18 15:16:31 2007 +0000 10760 10761 Use po/LINGUAS 10762 10763commit 7727637dd0d4f0fe4842e8f035b884a51d2bdf42 10764Author: Rémi Denis-Courmont <rem@videolan.org> 10765Date: Tue Sep 18 15:12:12 2007 +0000 10766 10767 - Make language list more diff-friendly 10768 - Add Finnish 10769 10770commit e1aeb97702328bca0f7183aae89a460d65784ea9 10771Author: Rémi Denis-Courmont <rem@videolan.org> 10772Date: Tue Sep 18 15:03:19 2007 +0000 10773 10774 Move language list out of configure.ac 10775 10776commit b184f95d736ae6cad507a7ccf875abe33e728d07 10777Author: Rémi Denis-Courmont <rem@videolan.org> 10778Date: Tue Sep 18 14:55:47 2007 +0000 10779 10780 Finnish localization by Jouni Kähkönen 10781 10782commit e67e5e4988eee2f83a0420b89debac5557caed43 10783Author: Jean-Paul Saman <jpsaman@videolan.org> 10784Date: Tue Sep 18 12:45:03 2007 +0000 10785 10786 Let user change position of Teletext subtitles. 10787 10788commit fa6fe6ce21e31d2fcbb3f0e90280cf4f0b830e4b 10789Author: Jean-Paul Saman <jpsaman@videolan.org> 10790Date: Tue Sep 18 12:43:20 2007 +0000 10791 10792 Check malloc returns value 10793 10794commit 27348412c7a6a11136921b9daa5243ae0746fd28 10795Author: Jean-Paul Saman <jpsaman@videolan.org> 10796Date: Tue Sep 18 12:05:10 2007 +0000 10797 10798 Return VLC_ENOMEN iso VLC_EGENERIC when no more memory can be allocated. 10799 10800commit ab946d5c59a24c6ed4c83d1f49d918b90f6846ed 10801Author: Pierre d'Herbemont <pdherbemont@videolan.org> 10802Date: Tue Sep 18 09:58:59 2007 +0000 10803 10804 MacOSX/Framework/Makefile: Fix libintl.dylib link. Reported by Fabien Lydoire. 10805 10806commit 67cb64706d328f65fc3d3793b447b014b5d62a18 10807Author: Rafaël Carré <funman@videolan.org> 10808Date: Mon Sep 17 23:36:25 2007 +0000 10809 10810 Avoid using sed -i which seems to be non standard. 10811 Use makensis when it's installed in the default location. 10812 Patch by Hannes Domani 10813 10814commit a07aa55c91828e53440971b7b077204073e01574 10815Author: Rafaël Carré <funman@videolan.org> 10816Date: Mon Sep 17 23:31:22 2007 +0000 10817 10818 telepathy: updates the presence only if the "item-change" new value is the same than the "playlist-current" value. 10819 don't block more than 50ms to get the actual status. 10820 10821commit c1f6dc8dd8d20402aea0c2c064347a326deb1dfa 10822Author: Rafaël Carré <funman@videolan.org> 10823Date: Mon Sep 17 23:17:05 2007 +0000 10824 10825 playlist: removes useless variable, only preparse files 10826 10827commit f173b63669bf1fa0b58b00a88763d999fffcb115 10828Author: Rafaël Carré <funman@videolan.org> 10829Date: Mon Sep 17 23:15:37 2007 +0000 10830 10831 str_format_meta(): fix HUGE memory leak & segfault. 10832 realloc() can change the pointer initialised with malloc() if memory is low ! 10833 10834commit 034015dae895274013ad2e472188b952a1343323 10835Author: Pierre d'Herbemont <pdherbemont@videolan.org> 10836Date: Mon Sep 17 21:48:13 2007 +0000 10837 10838 MacOSX/Framework/Makefile: Fix libintl link if present. Reported by Fabien Lydoire. 10839 10840commit 5c7bffc5e14f97cf029c4ca2d6f4d422c44ca1f9 10841Author: Rafaël Carré <funman@videolan.org> 10842Date: Mon Sep 17 21:44:14 2007 +0000 10843 10844 hal services_discovery: fix invalid access to memory in Close() 10845 10846commit d212ab721d8011ea7a2a1263d84d2b5afceae75e 10847Author: Rémi Denis-Courmont <rem@videolan.org> 10848Date: Mon Sep 17 20:19:36 2007 +0000 10849 10850 GNU libc-like support for "%m" expanded as strerror(errno) in Msg_*. 10851 strerror() is mostly called in that case anyway. 10852 10853commit f6911cc8d534107f306d9d4235a12035207b325f 10854Author: Rémi Denis-Courmont <rem@videolan.org> 10855Date: Mon Sep 17 18:48:54 2007 +0000 10856 10857 Stick to American ASCII quotes otherwise gettext will whine. 10858 You can use the nice French double quotes in fr.po instead. 10859 10860commit 15e5136b5ad57c990a3f98945ef26b13c1cac354 10861Author: Rafaël Carré <funman@videolan.org> 10862Date: Mon Sep 17 18:36:37 2007 +0000 10863 10864 New Telepathy plugin, to customize user Presence with MissionControl 10865 10866commit 6a604066e435c727e04726050e2e76c0eebb1797 10867Author: Rémi Denis-Courmont <rem@videolan.org> 10868Date: Mon Sep 17 17:55:50 2007 +0000 10869 10870 Attempt to fix today's RTP access changes 10871 10872commit ed8d5bcb8798ed7257c9b8d8f3f1cf8e5c49db09 10873Author: Rémi Denis-Courmont <rem@videolan.org> 10874Date: Mon Sep 17 17:37:16 2007 +0000 10875 10876 Handle RTSP URLs that ends with a single slash properly 10877 10878commit 5631171f48bc1e52a53702dc2f376bd3bbbb9395 10879Author: Jean-Baptiste Kempf <jb@videolan.org> 10880Date: Mon Sep 17 17:29:30 2007 +0000 10881 10882 Qt4 - Disc probing under Windows in open. Patch By Hannes Domani 10883 10884commit b0c5b0a6bb99bd1fa107bdc179512d48be8e879e 10885Author: Rafaël Carré <funman@videolan.org> 10886Date: Mon Sep 17 17:19:39 2007 +0000 10887 10888 Factorize [22111] 10889 10890commit 0d41ec4cbbca945805f6f2c48b7da610974054be 10891Author: Jean-Baptiste Kempf <jb@videolan.org> 10892Date: Mon Sep 17 16:56:44 2007 +0000 10893 10894 Qt4 - VLM dialog improvements by JF Massol. 10895 10896commit 44cc2273936a534c716d7cf30b6b78d4207448c3 10897Author: Rémi Denis-Courmont <rem@videolan.org> 10898Date: Mon Sep 17 16:56:12 2007 +0000 10899 10900 Add an assertion 10901 10902commit 6479d4fbcbc7b2e7873d4af6b40a753fb79c8d95 10903Author: Rémi Denis-Courmont <rem@videolan.org> 10904Date: Mon Sep 17 16:25:19 2007 +0000 10905 10906 Force fallback to realtime clock when clock selection is not supported... 10907 and restore the old broken behavior. It's high time people update to NPTL... 10908 10909commit b28532eb33d21395eb4257d7d08ddd06f3253b93 10910Author: Rémi Denis-Courmont <rem@videolan.org> 10911Date: Mon Sep 17 15:58:05 2007 +0000 10912 10913 Do not compute values that are never used (anymore) 10914 10915commit cecc208add6903593e8e10d2aa83e42cc31bb4e5 10916Author: Rémi Denis-Courmont <rem@videolan.org> 10917Date: Mon Sep 17 15:46:32 2007 +0000 10918 10919 Ignore muxed RTCP packets for AVP profile 10920 10921commit 6b17bd00124c8add1c3f648f4cbebae7cf2b886e 10922Author: Rémi Denis-Courmont <rem@videolan.org> 10923Date: Mon Sep 17 15:26:34 2007 +0000 10924 10925 - Restore RTP pre-buffering broken in previous commit. 10926 - Fix segmentation fault in prebuffering 10927 Md: could you please review this? 10928 10929commit 8c6260976f2f9a19fd3b2e6c30662364def8f1a9 10930Author: Rémi Denis-Courmont <rem@videolan.org> 10931Date: Mon Sep 17 15:10:41 2007 +0000 10932 10933 Do not use BlockChoose when the access is explicitly RTP. 10934 This breaks when the sender uses a fancy payload type, or RTCP-mux. 10935 10936commit 4b9c288c30b9e437a943331dafd90f40e4da183a 10937Author: Rémi Denis-Courmont <rem@videolan.org> 10938Date: Mon Sep 17 14:50:18 2007 +0000 10939 10940 Remove useless #define 10941 10942commit c38c370d904221432b4a0b958a859463d6ad6f6e 10943Author: Rémi Denis-Courmont <rem@videolan.org> 10944Date: Mon Sep 17 14:41:09 2007 +0000 10945 10946 - Fix potential use after free 10947 - Fix segfault if there is no preparse and/or fetcher object 10948 10949commit 132d6e2fbeffcadaa073f0aa0f49c83a007b4f43 10950Author: Pierre d'Herbemont <pdherbemont@videolan.org> 10951Date: Mon Sep 17 14:37:15 2007 +0000 10952 10953 lua: Print debug message only if really wanted. 10954 10955commit 21724f580a769fdb2205218bb2e1e1acb8f645b6 10956Author: Rémi Denis-Courmont <rem@videolan.org> 10957Date: Mon Sep 17 14:29:59 2007 +0000 10958 10959 Signal the playlist BEFORE unlocking it. 10960 One should never signal a condition without the corresponding lock: 10961 "if predictable scheduling behavior is required, then that mutex shall 10962 be locked by the thread calling pthread_cond_broadcast() 10963 or pthread_cond_signal()." -- POSIX 10964 10965 This only fixes the most obvious cases. There might be others. 10966 10967commit 8440f6c09557f0f7ba39c5302b93376bcea4a7b1 10968Author: Rémi Denis-Courmont <rem@videolan.org> 10969Date: Mon Sep 17 14:21:14 2007 +0000 10970 10971 errno.h is always needed for pthread now 10972 10973commit 51794c7a2312b986906c40555ce65eb17aea0db2 10974Author: Pierre d'Herbemont <pdherbemont@videolan.org> 10975Date: Mon Sep 17 14:13:09 2007 +0000 10976 10977 misc/threads.c: On non-linux create a PTHREAD_MUTEX_ERRORCHECK... 10978 10979commit da8425f9b12abb6d539683532a21b3f8db757bda 10980Author: Rafaël Carré <funman@videolan.org> 10981Date: Mon Sep 17 00:02:50 2007 +0000 10982 10983 Revert previous commit, and updates faac & live-config patches 10984 10985commit 80b04c19e59f010adcd1f861b57415f820893855 10986Author: Rafaël Carré <funman@videolan.org> 10987Date: Sun Sep 16 21:19:41 2007 +0000 10988 10989 contrib/faac: Uses only UNIX newline for the patch 10990 10991commit e0ff9af8b32e6d53648344c457e8b30d55052a7f 10992Author: Rémi Denis-Courmont <rem@videolan.org> 10993Date: Sun Sep 16 17:40:33 2007 +0000 10994 10995 Really fix XShm detection with remote X11 (cf [19346]): 10996 Get correct major opcode for MIT-SHM instead of an hard-coded one that 10997 works with some X servers (not including mine). 10998 10999commit 965b82cc765e3ad499d6c5e752cf9fa483a4875f 11000Author: Antoine Cellerier <dionoea@videolan.org> 11001Date: Sun Sep 16 17:23:08 2007 +0000 11002 11003 Don't print the "googleimage.lua: didn't return a string" message if the function returned nil. 11004 11005commit 9c767262f59398bf45dc2e3f374dc50a977200c1 11006Author: Rémi Denis-Courmont <rem@videolan.org> 11007Date: Sun Sep 16 17:15:44 2007 +0000 11008 11009 Add some debug 11010 11011commit a73e4106b1789b86a89e5e2f76df477264e48b44 11012Author: Rémi Denis-Courmont <rem@videolan.org> 11013Date: Sun Sep 16 15:29:04 2007 +0000 11014 11015 Out-of-line __pl_Get and __pl_Release - depend on libvlc_int_t 11016 11017commit ac8384deab4d9c1daa92e19ea676523f38a9b89e 11018Author: Christophe Mutricy <xtophe@videolan.org> 11019Date: Sun Sep 16 14:56:31 2007 +0000 11020 11021 Free no longer needed after changes in getNonEmptyString 11022 11023commit 08c58fc76d7a043243149bab35412e7f7b4d36da 11024Author: Rémi Denis-Courmont <rem@videolan.org> 11025Date: Sun Sep 16 13:31:26 2007 +0000 11026 11027 Fix win32 compilation, but that will crash at run-time 11028 11029commit e3a247dcf704620577e05d597e1e7bcda8937203 11030Author: Rémi Denis-Courmont <rem@videolan.org> 11031Date: Sun Sep 16 13:05:50 2007 +0000 11032 11033 Mark the test programs as not installable 11034 11035commit 948e474dfc524f46d0991a290cfa38e63f40b504 11036Author: Rémi Denis-Courmont <rem@videolan.org> 11037Date: Sun Sep 16 12:57:18 2007 +0000 11038 11039 Because we are selfish bastards (at least, I am), disable fast install 11040 mode by default. Packagers and build bots should re-enable it with: 11041 ./configure --enable-fast-install 11042 11043commit d568542d74c9e406263bf1836436e8d72ef1a80f 11044Author: Rémi Denis-Courmont <rem@videolan.org> 11045Date: Sun Sep 16 12:36:29 2007 +0000 11046 11047 Force the sending threads to wakeup at exit - closes #1292 11048 11049commit 56ec18e7f4dfd8c801ac2f6268856e3e9175e091 11050Author: Rémi Denis-Courmont <rem@videolan.org> 11051Date: Sun Sep 16 12:27:40 2007 +0000 11052 11053 block_FifoWake: force the block_FifoGet()'ing thread to wakeup without 11054 queuing any data - this is mostly useful when quitting 11055 11056commit 9a38681d1c3e29f57cfa52d5f046f5183fbe1732 11057Author: Christophe Mutricy <xtophe@videolan.org> 11058Date: Sun Sep 16 11:21:17 2007 +0000 11059 11060 Typo 11061 11062commit 1e4c2fa22d73e3b0eb7a902bf6f062e6e4b815f1 11063Author: Rémi Denis-Courmont <rem@videolan.org> 11064Date: Sun Sep 16 11:09:21 2007 +0000 11065 11066 new API 11067 11068commit a9c7d811c12fe2d56158452b897233299a3e24f8 11069Author: Rémi Denis-Courmont <rem@videolan.org> 11070Date: Sun Sep 16 11:09:02 2007 +0000 11071 11072 Use new API too 11073 11074commit a9934068b6060984acf70014ccc880fff32011a7 11075Author: Rémi Denis-Courmont <rem@videolan.org> 11076Date: Sun Sep 16 11:08:27 2007 +0000 11077 11078 Use new API 11079 11080commit 7837c127aa56466e9a40e4e88bd889092662e6b9 11081Author: Rémi Denis-Courmont <rem@videolan.org> 11082Date: Sun Sep 16 11:02:39 2007 +0000 11083 11084 Typo 11085 11086commit ee05d26bc23be3cbe5f3d6556f4c58cfa100dbb9 11087Author: Rémi Denis-Courmont <rem@videolan.org> 11088Date: Sun Sep 16 11:01:52 2007 +0000 11089 11090 Inline vlc_object_signal 11091 11092commit eca5f8a1c1e73134df239fef6ad7afd94ec50068 11093Author: Rémi Denis-Courmont <rem@videolan.org> 11094Date: Sun Sep 16 11:00:07 2007 +0000 11095 11096 Fix deadlock 11097 11098commit 68bdff1b342769960b38bcc09b9d21906714af6b 11099Author: Rémi Denis-Courmont <rem@videolan.org> 11100Date: Sun Sep 16 10:55:07 2007 +0000 11101 11102 Use the new API in playlist macros 11103 11104commit de050c43bdc37fd06a1d186c075c587ec81ce85f 11105Author: Rémi Denis-Courmont <rem@videolan.org> 11106Date: Sun Sep 16 10:51:35 2007 +0000 11107 11108 hotkeys: use the new object locking API 11109 11110commit 8fec091327c0a2bf0927981bca52fe2f6fabcc72 11111Author: Rémi Denis-Courmont <rem@videolan.org> 11112Date: Sun Sep 16 10:50:10 2007 +0000 11113 11114 Forgot this file in [22086] 11115 11116commit ce4e6f8c2d17fd11d0de46b1b2d845bd3ca62330 11117Author: Rémi Denis-Courmont <rem@videolan.org> 11118Date: Sun Sep 16 10:49:43 2007 +0000 11119 11120 Cosmetic 11121 11122commit 5e10314041675e014f8513ddea42cbab720d5d8d 11123Author: Rémi Denis-Courmont <rem@videolan.org> 11124Date: Sun Sep 16 10:45:23 2007 +0000 11125 11126 Also use the new API here 11127 11128commit e6629c22f31e82f36c71b971b62f14fd0a8971b1 11129Author: Rémi Denis-Courmont <rem@videolan.org> 11130Date: Sun Sep 16 10:40:28 2007 +0000 11131 11132 Use the new object locking API 11133 11134commit 0ca3790ea7cd23e1134853a8818ab33ffb54baa2 11135Author: Rémi Denis-Courmont <rem@videolan.org> 11136Date: Sun Sep 16 10:39:50 2007 +0000 11137 11138 Wrappers around thread signaling functions for object: 11139 - vlc_object_lock, vlc_object_unlock: take/release object_lock 11140 - vlc_object_signal: trigger object_wait 11141 - vlc_object_wait, vlc_object_timedwait: wait on object_wait 11142 11143commit a0c36fb9b7c2de6d32e1593c69a6708782f939ae 11144Author: Rémi Denis-Courmont <rem@videolan.org> 11145Date: Sun Sep 16 10:27:09 2007 +0000 11146 11147 Return an error if timer expires, but still do not print it 11148 11149commit e3c88d5dacc3d34ba32a2b895fc6584baeebdb3f 11150Author: Rémi Denis-Courmont <rem@videolan.org> 11151Date: Sun Sep 16 09:32:30 2007 +0000 11152 11153 Const cleanup 11154 11155commit 96b7100a3dacea80964669c084d9814f627f5f44 11156Author: Rémi Denis-Courmont <rem@videolan.org> 11157Date: Sun Sep 16 09:25:11 2007 +0000 11158 11159 var_CreateGetNEString simplications 11160 11161commit 528f0214d6cd1acfcf915f7f6f001a30622903b4 11162Author: Rémi Denis-Courmont <rem@videolan.org> 11163Date: Sun Sep 16 09:15:27 2007 +0000 11164 11165 Switch the few var_GetString remains to var_GetNonEmptyString 11166 11167commit 050de848d0276e264a2659be2c9715e534ee41b4 11168Author: Rémi Denis-Courmont <rem@videolan.org> 11169Date: Sun Sep 16 09:14:54 2007 +0000 11170 11171 Fix to var_GetNonEmptyString 11172 11173commit 84fda01c7e7f971df7302987951eefd363191280 11174Author: Rémi Denis-Courmont <rem@videolan.org> 11175Date: Sun Sep 16 09:12:41 2007 +0000 11176 11177 Fix HTTP DVB ACL 11178 11179commit 668607b8c2c4ac083bdbd0cb959cd341d973370d 11180Author: Rémi Denis-Courmont <rem@videolan.org> 11181Date: Sun Sep 16 09:06:47 2007 +0000 11182 11183 typo 11184 11185commit f09b30c782d9a5f76f403038ed703c3c381b2468 11186Author: Rémi Denis-Courmont <rem@videolan.org> 11187Date: Sun Sep 16 09:02:16 2007 +0000 11188 11189 Memory error handling 11190 11191commit e23d890e54e3299a31192e878fbfbfb096520040 11192Author: Rémi Denis-Courmont <rem@videolan.org> 11193Date: Sun Sep 16 08:58:37 2007 +0000 11194 11195 Partial memory error handling 11196 11197commit d001ebd4a0973a9dd70d8051dfd8e05e470939c2 11198Author: Rémi Denis-Courmont <rem@videolan.org> 11199Date: Sun Sep 16 08:57:34 2007 +0000 11200 11201 Error handling 11202 11203commit 98f70f4fc296397f809f28377757e44314977818 11204Author: Rémi Denis-Courmont <rem@videolan.org> 11205Date: Sun Sep 16 08:52:38 2007 +0000 11206 11207 Memory error handling 11208 11209commit d79eca2e492fc6dab0718b2c9f99e870047922d3 11210Author: Rémi Denis-Courmont <rem@videolan.org> 11211Date: Sun Sep 16 08:49:55 2007 +0000 11212 11213 Simplification / memory error handling 11214 11215commit 54bcbe131d9d64b3b3bd773aa88bf01b2890c0ed 11216Author: Rémi Denis-Courmont <rem@videolan.org> 11217Date: Sun Sep 16 08:39:12 2007 +0000 11218 11219 Use var_GetNonEmptyString were applicable 11220 11221commit 00aa3ff1c3da442f986b51f2277936d6629b1666 11222Author: Rémi Denis-Courmont <rem@videolan.org> 11223Date: Sun Sep 16 08:29:09 2007 +0000 11224 11225 GetNonEmptyString simplification 11226 11227commit d1503b1298211fcebabc8e19cc647485e0464356 11228Author: Rémi Denis-Courmont <rem@videolan.org> 11229Date: Sun Sep 16 08:27:49 2007 +0000 11230 11231 Try to fix memleaks 11232 11233commit d3a53d2512af7ec91f2664d9adf1965d4e9b45dd 11234Author: Rémi Denis-Courmont <rem@videolan.org> 11235Date: Sun Sep 16 08:27:06 2007 +0000 11236 11237 Apparent memleak (ipkiss should review perhaps?) 11238 11239commit 1d6c495f3dc79356f5671625f04c183a904ef71f 11240Author: Rémi Denis-Courmont <rem@videolan.org> 11241Date: Sun Sep 16 08:24:58 2007 +0000 11242 11243 Error handling 11244 11245commit feadfb1e87e87c918358543aaee59760432f6350 11246Author: Rémi Denis-Courmont <rem@videolan.org> 11247Date: Sun Sep 16 07:49:52 2007 +0000 11248 11249 Fix condition variable clock ifdef 11250 11251commit 471bd1e4de2c67e853cf0e8b557a57328acfee14 11252Author: Rafaël Carré <funman@videolan.org> 11253Date: Sat Sep 15 23:20:13 2007 +0000 11254 11255 menu.cfg has been moved to minimal.cfg 11256 11257commit edbb603bd250f802e8d6a363e6c08aefb5e381fa 11258Author: Rafaël Carré <funman@videolan.org> 11259Date: Sat Sep 15 22:54:41 2007 +0000 11260 11261 osdmenu: Reverts [22062] which was a revert of [22061], and gives the .cfg the same name than the directory. 11262 11263commit 06707b2db6402caaa7e859f8be6ffd5012172bff 11264Author: Antoine Cellerier <dionoea@videolan.org> 11265Date: Sat Sep 15 20:54:09 2007 +0000 11266 11267 Win32 installer: save language used in installer for uninstaller. "[PATCH] saves the chosen language of the installer in the registry..." by Hannes Domani 11268 11269commit 4b017906929333a9c0a9ff7c127de34f11ee3008 11270Author: Rémi Denis-Courmont <rem@videolan.org> 11271Date: Sat Sep 15 20:44:32 2007 +0000 11272 11273 Revert [22061]. I probably need more sleep. 11274 11275commit d12b9ae0b4c53d1934cb0d08eb145d9962666ea0 11276Author: Rémi Denis-Courmont <rem@videolan.org> 11277Date: Sat Sep 15 20:33:07 2007 +0000 11278 11279 OSD install fix from Hannes Domani 11280 11281commit 343159443fbbcd108d9cffe8a77f2e6a52754e42 11282Author: Rafaël Carré <funman@videolan.org> 11283Date: Sat Sep 15 20:21:14 2007 +0000 11284 11285 Makes vlc the 2nd Media Player in history to implement the MPRIS draft (after audacious) 11286 11287commit 979f5cc201141379f1153ad721b1a6ec4032e20f 11288Author: Rémi Denis-Courmont <rem@videolan.org> 11289Date: Sat Sep 15 20:10:50 2007 +0000 11290 11291 Announce API simplification 11292 11293commit d212179528ff468f9aed583eef8552203b32093f 11294Author: Rémi Denis-Courmont <rem@videolan.org> 11295Date: Sat Sep 15 20:03:48 2007 +0000 11296 11297 Remove dead code 11298 11299commit 974be97baa8cabe04c64f9fb0f363ec5e95573d3 11300Author: Rémi Denis-Courmont <rem@videolan.org> 11301Date: Sat Sep 15 19:56:11 2007 +0000 11302 11303 Unexport some unused APIs 11304 11305commit 5a922f698001f938fc3347a96244e1f0a01e03f6 11306Author: Rémi Denis-Courmont <rem@videolan.org> 11307Date: Sat Sep 15 19:45:15 2007 +0000 11308 11309 stream_out_std: use new SDP API too 11310 11311commit cf1414dc5d3633a8cec956739bab820b16c54321 11312Author: Rémi Denis-Courmont <rem@videolan.org> 11313Date: Sat Sep 15 19:33:39 2007 +0000 11314 11315 Typo 11316 11317commit 9f048445a6c2c0fc5bb929ae268226bd4cdd38f9 11318Author: Rémi Denis-Courmont <rem@videolan.org> 11319Date: Sat Sep 15 19:26:07 2007 +0000 11320 11321 VLC-specific playlist group support 11322 11323commit bc650c59ca6d2edbf555dc0cec11091f274b42f5 11324Author: Rémi Denis-Courmont <rem@videolan.org> 11325Date: Sat Sep 15 19:14:11 2007 +0000 11326 11327 Rework SDP API a little 11328 11329commit d5f7a3c170acf5e7a565f552220a6185cd29db10 11330Author: Rémi Denis-Courmont <rem@videolan.org> 11331Date: Sat Sep 15 18:28:10 2007 +0000 11332 11333 Price of the most useless piece of code of the day 11334 (actually it might be my code) 11335 11336commit 0500053e911968c6384fb1d98ace431931098d9e 11337Author: Rémi Denis-Courmont <rem@videolan.org> 11338Date: Sat Sep 15 18:06:26 2007 +0000 11339 11340 Fix MacOS linking 11341 11342commit 1508936ffc9a5045a956b377cfb9f237f5e6afd6 11343Author: Rémi Denis-Courmont <rem@videolan.org> 11344Date: Sat Sep 15 18:00:22 2007 +0000 11345 11346 Fix deadlock 11347 11348commit f56300d5e8f0fbbccadddf4c17460b8a58d4114c 11349Author: Rémi Denis-Courmont <rem@videolan.org> 11350Date: Sat Sep 15 17:41:19 2007 +0000 11351 11352 Another MacOS compile fix 11353 11354commit e7b6ffc1681e4e60c02510ae0f1f92cdec88ac36 11355Author: Christophe Mutricy <xtophe@videolan.org> 11356Date: Sat Sep 15 17:39:59 2007 +0000 11357 11358 Note how to check which modules are enable 11359 11360commit 2f2ec59d087104080915501eaa00dcb811c9206c 11361Author: Rémi Denis-Courmont <rem@videolan.org> 11362Date: Sat Sep 15 17:34:23 2007 +0000 11363 11364 Another attempt at fixing MacOS build 11365 11366commit 649f40ae919d7f0a7ac55d5780d82eff7788c4b0 11367Author: Rémi Denis-Courmont <rem@videolan.org> 11368Date: Sat Sep 15 17:24:49 2007 +0000 11369 11370 Attempt to fix MacOS build 11371 11372commit 1794ae7bca67d945b91419c70dab7746de886650 11373Author: Rémi Denis-Courmont <rem@videolan.org> 11374Date: Sat Sep 15 17:19:00 2007 +0000 11375 11376 Simplification to avoid busy loops after process suspension 11377 11378commit 4f8e40a80a7ec17336c0cb56c8ce535c9a8d049a 11379Author: Rémi Denis-Courmont <rem@videolan.org> 11380Date: Sat Sep 15 17:03:36 2007 +0000 11381 11382 Same here 11383 11384commit 37c50bf0521e8ec088e1ea3dc038805b1d3b6648 11385Author: Rémi Denis-Courmont <rem@videolan.org> 11386Date: Sat Sep 15 17:00:25 2007 +0000 11387 11388 Use monotonic clock when available only 11389 11390commit 727196a7463f26cad3c92b33a59324f00df8c8dc 11391Author: Rémi Denis-Courmont <rem@videolan.org> 11392Date: Sat Sep 15 16:51:06 2007 +0000 11393 11394 Wake up screensaver thread every 30 seconds rather than 1/4 seconds 11395 11396commit 8e6fac327d945cd626a8a6bed9fb73fc010caffb 11397Author: Rémi Denis-Courmont <rem@videolan.org> 11398Date: Sat Sep 15 16:50:14 2007 +0000 11399 11400 Check for <linux/dccp.h> before including it 11401 11402commit 2eae7e70749cb795ccf999ac907e4e68dc8f40c9 11403Author: Rémi Denis-Courmont <rem@videolan.org> 11404Date: Sat Sep 15 16:48:15 2007 +0000 11405 11406 Fixes debug build 11407 11408commit c138ff41289317b707f9e1935119019b373ad458 11409Author: Rémi Denis-Courmont <rem@videolan.org> 11410Date: Sat Sep 15 16:46:13 2007 +0000 11411 11412 ETIMEDOUT is perfectly expected here, do not complain about it 11413 11414commit 8b37adbf42ec84b3db47f5959eecc3a88415b473 11415Author: Rémi Denis-Courmont <rem@videolan.org> 11416Date: Sat Sep 15 16:31:40 2007 +0000 11417 11418 vlc_cond_timedwait: wrapper around pthread_cond_timedwait 11419 11420commit 0787d3545610fb93b04ffa1121601e7bfefdee2e 11421Author: Rémi Denis-Courmont <rem@videolan.org> 11422Date: Sat Sep 15 16:05:36 2007 +0000 11423 11424 Make sure we use the same clock for condition variable 11425 Otherwise, it'll screw up completely when we add vlc_cond_timedwait 11426 11427commit f98737195edfdca331b1006b9eecbe4ed8be9ea4 11428Author: Rémi Denis-Courmont <rem@videolan.org> 11429Date: Sat Sep 15 15:46:56 2007 +0000 11430 11431 When killing libvlc, also kill all its immediate children 11432 Not particularly clean, but we need to pass the exit request from libvlc 11433 to the actual interfaces and inputs somehow... 11434 11435commit 1502ec10254cb5806c0ad1ff4f3c24471e304bbd 11436Author: Rémi Denis-Courmont <rem@videolan.org> 11437Date: Sat Sep 15 15:45:27 2007 +0000 11438 11439 Fix doc 11440 11441commit 139e1efe6e86ac2f9323fbf243ad0b4ec2401d6a 11442Author: Rémi Denis-Courmont <rem@videolan.org> 11443Date: Sat Sep 15 15:45:09 2007 +0000 11444 11445 typo 11446 11447commit ef3e359a79ba8ca426719e1524e680985b99067b 11448Author: Rémi Denis-Courmont <rem@videolan.org> 11449Date: Sat Sep 15 15:30:47 2007 +0000 11450 11451 Wakes an object when it is being killed 11452 11453commit f02445b5a33a8e657497bc00b59c7520f3f1c8a8 11454Author: Rémi Denis-Courmont <rem@videolan.org> 11455Date: Sat Sep 15 15:27:13 2007 +0000 11456 11457 Remove interface b_block property. 11458 11459commit 25314fa74d0249571274795804ad4a363af92d14 11460Author: Rémi Denis-Courmont <rem@videolan.org> 11461Date: Sat Sep 15 15:18:04 2007 +0000 11462 11463 If LibVLC is closing, any interface should close, not just the main one 11464 11465commit c819aa9cc21e67750067f5a127aecd6a1000014e 11466Author: Rémi Denis-Courmont <rem@videolan.org> 11467Date: Sat Sep 15 14:39:56 2007 +0000 11468 11469 Doc change 11470 11471commit 3ece7ecb85b47d9b690c4147bc0a55c52fd12cdd 11472Author: Rémi Denis-Courmont <rem@videolan.org> 11473Date: Sat Sep 15 14:38:22 2007 +0000 11474 11475 There is really no excuse for not checking the hostname. 11476 I wonder why I added this option in the first place. 11477 11478commit 2cbdbc878df61686200447e11e55f8fc09ace496 11479Author: Rémi Denis-Courmont <rem@videolan.org> 11480Date: Sat Sep 15 13:43:38 2007 +0000 11481 11482 Don't crash if a client sends an overly large header 11483 11484commit 4832c1e5dd8d1b8a435fd410ae6afeb2ec26ca32 11485Author: Rafaël Carré <funman@videolan.org> 11486Date: Sat Sep 15 11:01:48 2007 +0000 11487 11488 Minor fixes, add comments 11489 11490commit 191a84f4c769601a6ea4a0134ea60a8a84d73fc2 11491Author: Rémi Denis-Courmont <rem@videolan.org> 11492Date: Sat Sep 15 10:31:01 2007 +0000 11493 11494 Some sout news 11495 11496commit b8e28844a684a45cd8082a3241e1078a322cc256 11497Author: Rémi Denis-Courmont <rem@videolan.org> 11498Date: Sat Sep 15 10:23:33 2007 +0000 11499 11500 Cosmetics 11501 11502commit 7b75f68f17bbe31e4ff8c69fd5f19e9aabb8f040 11503Author: Rémi Denis-Courmont <rem@videolan.org> 11504Date: Sat Sep 15 09:46:06 2007 +0000 11505 11506 Remove auto-update. This is blatantly insecure. 11507 Other projects have had CVEs for much less than this (e.g. CVE-2006-4567) 11508 11509commit 7e2caf88d0382b94c4bd39e9da60041c2a788fcb 11510Author: Antoine Cellerier <dionoea@videolan.org> 11511Date: Fri Sep 14 22:48:04 2007 +0000 11512 11513 Fix the dailymotion lua script. 11514 11515commit f165974e85ebe3d33ee9e38a5631c87d30138bd7 11516Author: Jérome Decoodt <djc@videolan.org> 11517Date: Fri Sep 14 22:15:38 2007 +0000 11518 11519 Don't mix VLC.app and VLC-release.app 11520 11521commit f287c93dd5cadc8c8408eb74e7f1a94879e067e1 11522Author: Rafaël Carré <funman@videolan.org> 11523Date: Fri Sep 14 16:53:04 2007 +0000 11524 11525 Adds ncurses compiled with wide characters support to contribs for MacOSX 11526 11527commit fb2512ece32769aa877e326cef74a5a9b557336b 11528Author: Rémi Denis-Courmont <rem@videolan.org> 11529Date: Fri Sep 14 16:46:25 2007 +0000 11530 11531 - Add aggregate control URL 11532 - Fix non-aggregate control URL 11533 11534commit 71803a74bd0981fc3d6e8051d86e76c8e412c454 11535Author: Rémi Denis-Courmont <rem@videolan.org> 11536Date: Fri Sep 14 16:40:34 2007 +0000 11537 11538 typo 11539 11540commit 4bdc0bbd2620b92ddcbd8e6e53597c3d47b9d14c 11541Author: Rémi Denis-Courmont <rem@videolan.org> 11542Date: Fri Sep 14 16:37:42 2007 +0000 11543 11544 Hide (+minor changes) block_fifo_t layout 11545 11546commit 7dd2f1548a90c339f7e91ff469a6ad3ec9eecdd4 11547Author: Rémi Denis-Courmont <rem@videolan.org> 11548Date: Fri Sep 14 16:36:10 2007 +0000 11549 11550 Use the new block_Fifo functions 11551 11552commit c06a120a8623811a7af57b9dcc15f8717421747c 11553Author: Felix Paul Kühne <fkuehne@videolan.org> 11554Date: Fri Sep 14 16:23:13 2007 +0000 11555 11556 * .aclocal should always be the last item here 11557 11558commit 9a7aec774cc24fdf558c08b812894658594d9830 11559Author: Rémi Denis-Courmont <rem@videolan.org> 11560Date: Fri Sep 14 16:15:59 2007 +0000 11561 11562 Document previous functions 11563 11564commit 3110a86a1f7e17706e21f834a14b2d7bc23b774e 11565Author: Rémi Denis-Courmont <rem@videolan.org> 11566Date: Fri Sep 14 16:13:50 2007 +0000 11567 11568 Write accessor for relevant block_fifo_t state 11569 11570commit b228fab6859342a54fc9b2c76210620159d85622 11571Author: Rémi Denis-Courmont <rem@videolan.org> 11572Date: Fri Sep 14 15:38:15 2007 +0000 11573 11574 Remove dummy error 11575 11576commit d6312ee6713c460c94a00b27c3e5195710e2e0fb 11577Author: Rafaël Carré <funman@videolan.org> 11578Date: Fri Sep 14 00:56:09 2007 +0000 11579 11580 mpris.glade: put loop/repeat/shuffle buttons in the expander 11581 11582commit 9cd42d0f587cc0fd73e604681ebbe778a30dd7c7 11583Author: Rafaël Carré <funman@videolan.org> 11584Date: Fri Sep 14 00:26:12 2007 +0000 11585 11586 extras/contrib/src: clean up Makefile & packages.mak 11587 Makes it clear that subversion is required for ffmpeg & tremor 11588 Removes obsolete libraries from the list 11589 11590commit 41bb970ee8cd0b46cac407f0d4add6ca3d462a04 11591Author: Rafaël Carré <funman@videolan.org> 11592Date: Fri Sep 14 00:01:39 2007 +0000 11593 11594 mpris: make sure only one gobject timer is running 11595 11596commit b81ff26d35c2a1a3c3c6ba6cb6fc8fad69c67869 11597Author: Rafaël Carré <funman@videolan.org> 11598Date: Fri Sep 14 00:00:17 2007 +0000 11599 11600 Do not try to connect to last.fm every second if the request fails, and server allows immediate retry 11601 11602commit c74a75e96a5bf4752d1e3d6a697ddbde67435e61 11603Author: Rafaël Carré <funman@videolan.org> 11604Date: Thu Sep 13 21:58:05 2007 +0000 11605 11606 ncurses: fallback on libncurses if libncursesw isn't available (macosx) 11607 it is now enabled by default if headers & library are present 11608 11609commit 1fd6a94503a42e517cc2bbcb194391d6e7052939 11610Author: Rafaël Carré <funman@videolan.org> 11611Date: Thu Sep 13 21:25:01 2007 +0000 11612 11613 bootstrap: print a success message 11614 unify errors on missing/too old tools 11615 remove insulting and not used variables 11616 11617commit 3c80258576da980b4ac67012b2ebc48f73994910 11618Author: Rémi Denis-Courmont <rem@videolan.org> 11619Date: Thu Sep 13 20:29:32 2007 +0000 11620 11621 Explicit casts to proper integer types when formatting 11622 11623commit 84ab2958b9923ae3db456c02b62cabf44c7ca8a3 11624Author: Rémi Denis-Courmont <rem@videolan.org> 11625Date: Thu Sep 13 20:29:02 2007 +0000 11626 11627 Fix invalid FOURCC use 11628 11629commit 52f8ccc47889f56b2731a9a46b4ef2b6e6534c55 11630Author: Rafaël Carré <funman@videolan.org> 11631Date: Thu Sep 13 19:52:07 2007 +0000 11632 11633 Remove debug not intended to be committed, however feel free to use it 11634 11635commit bc959f89739d27f5bfca69262ea3d9f9bb8ba852 11636Author: Rafaël Carré <funman@videolan.org> 11637Date: Thu Sep 13 19:50:32 2007 +0000 11638 11639 Checks ncursesw/curses.h presence 11640 11641commit ed3227e6bca97c66d8128e170ffa8683633185c5 11642Author: Rafaël Carré <funman@videolan.org> 11643Date: Thu Sep 13 19:12:49 2007 +0000 11644 11645 Fix macosx gui compilation (shame on me i broke it in [21943]) 11646 11647commit bfa9e5bbeb20aa3e734c9a5629f139a973154a9b 11648Author: Rafaël Carré <funman@videolan.org> 11649Date: Thu Sep 13 17:53:40 2007 +0000 11650 11651 ncurses: Use ncursesw to correctly display wide characters on UTF-8 locale 11652 11653commit 55f476f55ba4e1aa123fc73be33340e18fde8c72 11654Author: Rémi Denis-Courmont <rem@videolan.org> 11655Date: Thu Sep 13 16:47:26 2007 +0000 11656 11657 Trivial encoder for plain-text subtitles. 11658 This allows transcoding say, DVD or DVB subs to normal ones. 11659 11660 Only tested with RTP output, but might also work with ogg, mp4, ts... 11661 The problem is that most of these do not seem to check the encoding. 11662 11663commit 5d7d4cf5977b25bc30cb701bf9493c05f36a542f 11664Author: Rafaël Carré <funman@videolan.org> 11665Date: Thu Sep 13 16:26:28 2007 +0000 11666 11667 // is valid inside "", despite what my vim says 11668 11669commit c175e0b17cd88f2a1ab2a1d106d527895fada01c 11670Author: Rafaël Carré <funman@videolan.org> 11671Date: Thu Sep 13 16:24:27 2007 +0000 11672 11673 Makes logger html output « Valid HTML 4.01 Strict! », thanks to dionoea 11674 11675commit 65ffd1f888fed3e4303bcb937f207677f6a18728 11676Author: Rémi Denis-Courmont <rem@videolan.org> 11677Date: Thu Sep 13 16:13:30 2007 +0000 11678 11679 Add t140 FOURCC for always-UTF-8 subs 11680 11681commit 8287b68cd160ab3be539f654aae117bd537f4d40 11682Author: Rémi Denis-Courmont <rem@videolan.org> 11683Date: Thu Sep 13 15:08:19 2007 +0000 11684 11685 Use size_t instead of socklen_t 11686 11687commit cefa801898d24c80658b397585e079051e1a8355 11688Author: Rafaël Carré <funman@videolan.org> 11689Date: Thu Sep 13 11:01:40 2007 +0000 11690 11691 logger: Sets HTML encoding to UTF-8 11692 11693commit f2f12f8eb05d997fc2baf3d648f0fbdfec73c22b 11694Author: Rafaël Carré <funman@videolan.org> 11695Date: Wed Sep 12 22:13:11 2007 +0000 11696 11697 qt-notify only if vlc window is not visile was removed accidentally in [21845] 11698 11699commit e6b2b699a793827f267019b760554aa1b70b77fc 11700Author: Christophe Mutricy <xtophe@videolan.org> 11701Date: Wed Sep 12 21:43:57 2007 +0000 11702 11703 *Try* to improve the strings in the QT4 intf 11704 11705commit 0a022a6301b96393291ad5c5106cd89f3e6b1eb5 11706Author: Antoine Cellerier <dionoea@videolan.org> 11707Date: Wed Sep 12 20:29:00 2007 +0000 11708 11709 Fix youtube.lua probe() function. 11710 11711commit 7f37f93bc7040b5fbb87fd862d4a5c24ffb0ab1a 11712Author: Rafaël Carré <funman@videolan.org> 11713Date: Wed Sep 12 20:23:28 2007 +0000 11714 11715 Remembers verbosity level when closing ncurses intf 11716 11717commit 13d0565fe6881b4918a29c2de731721a6f76e8e3 11718Author: Antoine Cellerier <dionoea@videolan.org> 11719Date: Wed Sep 12 19:52:05 2007 +0000 11720 11721 Add FVFW and fvfw since ffdshow seems to offer that as an option when encoding mpeg 4 video. This might fix a few cases where videos weren't decoded by VLC. 11722 11723commit ab7d8667e0e414d9012ab63ecef450961634e7de 11724Author: Rémi Denis-Courmont <rem@videolan.org> 11725Date: Wed Sep 12 19:44:06 2007 +0000 11726 11727 DSO friendlyness 11728 11729commit 7c849b4cbae23352bcbffb10d4c96776559dd736 11730Author: Rafaël Carré <funman@videolan.org> 11731Date: Wed Sep 12 19:36:15 2007 +0000 11732 11733 Asserts p_this on __vlc_mutex_init() 11734 11735commit b5a8bebd267e227a7ef8e5e3e153f327237a52ee 11736Author: Rémi Denis-Courmont <rem@videolan.org> 11737Date: Wed Sep 12 19:13:13 2007 +0000 11738 11739 As yet untested T.140 RTP packetization 11740 11741commit 86a25b2c1b94d871371b7554727c78b284b8e79a 11742Author: Ilkka Ollakka <ileoo@videolan.org> 11743Date: Wed Sep 12 19:06:18 2007 +0000 11744 11745 Remove rating from infodialog, closes ticket #1248 finally, 11746 also add myself to authors in those files. 11747 11748commit b2aeaed461f3d72dee4afb7dfada68419ae8c8df 11749Author: Rémi Denis-Courmont <rem@videolan.org> 11750Date: Wed Sep 12 16:43:10 2007 +0000 11751 11752 Simplify 11753 11754commit 495b3095493ef75c8d04dd632c0112221e413304 11755Author: Rémi Denis-Courmont <rem@videolan.org> 11756Date: Wed Sep 12 16:36:26 2007 +0000 11757 11758 Cosmetic 11759 11760commit 876b4ed97865ab05b897ac5c345421b15c88e501 11761Author: Rémi Denis-Courmont <rem@videolan.org> 11762Date: Wed Sep 12 15:45:46 2007 +0000 11763 11764 Cosmetic 11765 11766commit 6afadbe25bc66e43d70cdd098ee35562fb37a7ae 11767Author: Rémi Denis-Courmont <rem@videolan.org> 11768Date: Wed Sep 12 14:27:08 2007 +0000 11769 11770 Remove extra va_end; code factorization 11771 11772commit 3a7e1af15db939d5a6edbc2c8a31f4614a662d2a 11773Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 11774Date: Wed Sep 12 14:04:38 2007 +0000 11775 11776 Bundle libvlc-control.dylib in VLC.app and VLC-release.app 11777 11778commit db1d51bd6600c5b4eef2dda51063b72e52766310 11779Author: Christophe Mutricy <xtophe@videolan.org> 11780Date: Tue Sep 11 22:11:43 2007 +0000 11781 11782 Distribute the headers 11783 11784commit 4e96058d09f0ad61e625cff342faa3ec732e6a76 11785Author: Rafaël Carré <funman@videolan.org> 11786Date: Tue Sep 11 22:01:35 2007 +0000 11787 11788 note to myself: test before commit please 11789 11790commit ce572d7eec691f6ee486f88c8fe215e99d5b4dd8 11791Author: Christophe Mutricy <xtophe@videolan.org> 11792Date: Tue Sep 11 22:01:04 2007 +0000 11793 11794 Remove always true tests 11795 11796commit 2e71482d26bc4b06e80130b2c5dda4c6f7df9ef3 11797Author: Antoine Cellerier <dionoea@videolan.org> 11798Date: Tue Sep 11 22:00:09 2007 +0000 11799 11800 Remove debug. 11801 11802commit f32c40a6c5333e5510089da62da10693e9f73085 11803Author: Rafaël Carré <funman@videolan.org> 11804Date: Tue Sep 11 22:00:06 2007 +0000 11805 11806 Detect new mpris players, and stick to the last player that ran 11807 Add 3 buttons for loop, repeat and random 11808 Default directory is set to ~ if hardcoded library doesn't exist 11809 11810commit b63f84d1173488c319ebf900a53cbb7b516d4f87 11811Author: Antoine Cellerier <dionoea@videolan.org> 11812Date: Tue Sep 11 21:55:39 2007 +0000 11813 11814 Add a lua playlist script for trailers.apple.com pages. 11815 11816commit 7d4a9c96c5d30f28c5f2e5a4c06a2463e1c17408 11817Author: Ilkka Ollakka <ileoo@videolan.org> 11818Date: Tue Sep 11 21:52:19 2007 +0000 11819 11820 use va_copy, so you don't use same va_list twice. 11821 11822commit e20f85d648082e27409f0673596e670eb3abab09 11823Author: Antoine Cellerier <dionoea@videolan.org> 11824Date: Tue Sep 11 21:16:03 2007 +0000 11825 11826 Add support for "iTunes podcast" (example: itpc://www.apple.com/trailers/home/podcasts/pc-2314.xml) which is basically http with a different access name. 11827 11828commit f464bb35e8601535462bfd1bbcd8d2de79d404d7 11829Author: Rémi Denis-Courmont <rem@videolan.org> 11830Date: Tue Sep 11 20:32:27 2007 +0000 11831 11832 All: missing ATTRIBUTE_FORMAT 11833 Now lets hunt the format warnings! 11834 11835commit 8ec8cbcc677b774ab9c6450cf4fc9da912f072e0 11836Author: Rémi Denis-Courmont <rem@videolan.org> 11837Date: Tue Sep 11 20:23:16 2007 +0000 11838 11839 ATTRIBUTE_FORMAT for input_ItemAddInfo 11840 11841commit c57a95bb4ff9115a142a2ba2052bf73e448d9083 11842Author: Rémi Denis-Courmont <rem@videolan.org> 11843Date: Tue Sep 11 20:21:01 2007 +0000 11844 11845 ATTRIBUTE_FORMAT for sdp_AddAttribute 11846 11847commit 3cee798c0b1f013d89874bfbe43709fa3de506cb 11848Author: Rémi Denis-Courmont <rem@videolan.org> 11849Date: Tue Sep 11 20:14:00 2007 +0000 11850 11851 Generic support for text streams in RTP. 11852 No actually subtype implemented currently though. 11853 11854commit 871412c6d4dcea72d9f97ee45e9e0846d602179a 11855Author: Rafaël Carré <funman@videolan.org> 11856Date: Tue Sep 11 19:28:00 2007 +0000 11857 11858 Fix segfault when nothing is playing 11859 11860commit e0dd77082ac995491ac201b62973e74fb7e26d52 11861Author: Rafaël Carré <funman@videolan.org> 11862Date: Tue Sep 11 18:25:24 2007 +0000 11863 11864 Checks pointers before using them 11865 11866commit f1e3dd737dbe4822d343b23011a5ee6078006f53 11867Author: Rafaël Carré <funman@videolan.org> 11868Date: Tue Sep 11 18:11:46 2007 +0000 11869 11870 Fix TEST_NEXT macro usage (renamed to TEST_NEXT_ITEM) 11871 Removes not used or deprecated methods 11872 11873commit e9cc3ff4ed136da1a7c4b6ec00b4f8352eb34585 11874Author: Rémi Denis-Courmont <rem@videolan.org> 11875Date: Tue Sep 11 17:59:24 2007 +0000 11876 11877 Kill FIXME 11878 11879commit 048a0f69c1574774a4750b8c033c2cba2a65c2a7 11880Author: Rémi Denis-Courmont <rem@videolan.org> 11881Date: Tue Sep 11 17:52:25 2007 +0000 11882 11883 Fix SDP generation with non-RTP mux 11884 11885commit a31e5798502e92f4ae0ac5eba79372a1e8c563db 11886Author: Rémi Denis-Courmont <rem@videolan.org> 11887Date: Tue Sep 11 17:45:07 2007 +0000 11888 11889 Oups: s/getsockname/getpeername/ 11890 11891commit a9b61584d9be79cdf1e6644c54c750a304d2ef29 11892Author: Rémi Denis-Courmont <rem@videolan.org> 11893Date: Tue Sep 11 17:42:30 2007 +0000 11894 11895 Use the SDP helpers 11896 11897commit a5231db0b93676cd766b9bbf3bb4ad1c1c44108d 11898Author: Rémi Denis-Courmont <rem@videolan.org> 11899Date: Tue Sep 11 17:41:17 2007 +0000 11900 11901 Don't forget bitrate 11902 11903commit 6d54aef5a76010108e6f85e8832be6f8220d0228 11904Author: Rémi Denis-Courmont <rem@videolan.org> 11905Date: Tue Sep 11 17:35:01 2007 +0000 11906 11907 Fix *printf usage 11908 11909commit d5b35d8bc94d91b06ac5593e811aaf85b9e09d0e 11910Author: Rémi Denis-Courmont <rem@videolan.org> 11911Date: Tue Sep 11 17:34:21 2007 +0000 11912 11913 Remove extraneous \n 11914 11915commit 87905523a7b096636608914cd906bb0305642af1 11916Author: Rémi Denis-Courmont <rem@videolan.org> 11917Date: Tue Sep 11 17:24:09 2007 +0000 11918 11919 Missing CRLF 11920 11921commit 21859e42c69833bf48b80f851740dbeb28c09c91 11922Author: Rémi Denis-Courmont <rem@videolan.org> 11923Date: Tue Sep 11 17:21:58 2007 +0000 11924 11925 Fix segfault 11926 11927commit fe63f4c516d7a328fc743a90ec08e1df725376c0 11928Author: Rémi Denis-Courmont <rem@videolan.org> 11929Date: Tue Sep 11 17:05:09 2007 +0000 11930 11931 Try to improve and export the SDP formatting helpers 11932 11933commit 4a7e8ae30ad231844cdb6abfdec00d5c287232e9 11934Author: Rémi Denis-Courmont <rem@videolan.org> 11935Date: Tue Sep 11 15:52:21 2007 +0000 11936 11937 Fix warning 11938 11939commit f102b57751534d544f1270a3c10a048a29b3b3b7 11940Author: Rafaël Carré <funman@videolan.org> 11941Date: Tue Sep 11 10:55:01 2007 +0000 11942 11943 Same for lxdialog and xvmc 11944 11945commit d6008a8bb8e5e76d77dd15a654fc2fabef8910e9 11946Author: Rafaël Carré <funman@videolan.org> 11947Date: Tue Sep 11 10:14:01 2007 +0000 11948 11949 Reverts [21943] for galaktos as it is external to vlc. 11950 Just in case it is merged one day with upstream source. 11951 11952commit c6eafbbbf3edd51c00f96598cf4513856a1a757e 11953Author: Jean-Baptiste Kempf <jb@videolan.org> 11954Date: Mon Sep 10 22:44:37 2007 +0000 11955 11956 Qt4 - DP: add INTF_DIALOG_DIRECTORY to the different cases. 11957 11958commit 810ac704b260297f5e11d6a2e52a8d69a87f2f85 11959Author: Christophe Mutricy <xtophe@videolan.org> 11960Date: Mon Sep 10 22:44:09 2007 +0000 11961 11962 Fix some filenames + cosmetic 11963 11964commit 5a09a2df55de2f8336ff9d954e536dee9bb9bc18 11965Author: Antoine Cellerier <dionoea@videolan.org> 11966Date: Mon Sep 10 21:34:00 2007 +0000 11967 11968 Sort the VLC translation languages alphabeticaly according to their label, and not their code, in English. The order will be broken in some other languages I guess but at least it'll be coherent the first time the user launches VLC (in English) and changes the language to use in the preferences. 11969 11970commit f3a39d1239e4e5af32b5558336dabe087dc6722b 11971Author: Antoine Cellerier <dionoea@videolan.org> 11972Date: Mon Sep 10 21:25:06 2007 +0000 11973 11974 Fix horrible bug in language id list (must have broken the language selection dialog for a long time) 11975 11976commit ab8abe8239a615b952cbb96ec33e7338602ad8ee 11977Author: Antoine Cellerier <dionoea@videolan.org> 11978Date: Mon Sep 10 21:01:42 2007 +0000 11979 11980 Cosmetics, fix a few warnings, add a few memleaks (but we don't care do we?) 11981 11982commit 31e11ead97ccf200f24c8c0aca3c35026bbe2e70 11983Author: Christophe Mutricy <xtophe@videolan.org> 11984Date: Mon Sep 10 20:55:31 2007 +0000 11985 11986 Fix doxycomment for VLC_AddTarget. It returns the item id. 11987 11988commit dcfd2c71c6e196ca7228a1efaa311ebb464c4ec6 11989Author: Rafaël Carré <funman@videolan.org> 11990Date: Mon Sep 10 20:28:47 2007 +0000 11991 11992 Revert previous commit for loader as it is external to vlc 11993 11994commit 6ee1e193fd896ab9a4729fde14f009d9ce629815 11995Author: Rafaël Carré <funman@videolan.org> 11996Date: Mon Sep 10 18:56:52 2007 +0000 11997 11998 Removes trailing spaces. Removes tabs. 11999 12000commit 3305b049e7f587b23359a1c9047fb5763d19c1dc 12001Author: Rémi Denis-Courmont <rem@videolan.org> 12002Date: Mon Sep 10 18:34:56 2007 +0000 12003 12004 Support for UDP-Lite (with full checksum coverage only atm) 12005 12006commit b56716cfe6fa56e9a16303d432429e89b3a3e451 12007Author: Damien Fouilleul <damienf@videolan.org> 12008Date: Mon Sep 10 12:59:08 2007 +0000 12009 12010 smb.c: prevents problem with glibc defining open as a macro 12011 12012commit e316387acb3433a833ff070dddc6d6522b2d554f 12013Author: Rafaël Carré <funman@videolan.org> 12014Date: Mon Sep 10 11:04:42 2007 +0000 12015 12016 Fixes zsh completion. Same as [17801], didn't committed back then because it wasn't compiling on trunk. 12017 12018commit 408b9c7a7a8333dc2ea6fe48b743b8183c55551c 12019Author: Rafaël Carré <funman@videolan.org> 12020Date: Mon Sep 10 05:28:49 2007 +0000 12021 12022 Attempt to fix zsh completion 12023 12024commit b73d36cdd050add3269a4718eafac00e4e380194 12025Author: Rafaël Carré <funman@videolan.org> 12026Date: Mon Sep 10 03:46:56 2007 +0000 12027 12028 Properly use Id keyword 12029 12030commit 74ca8db48ceaf2bd6d7977a9f86db0b90004eb6b 12031Author: Rafaël Carré <funman@videolan.org> 12032Date: Mon Sep 10 03:43:44 2007 +0000 12033 12034 Forget that in previous commit 12035 12036commit 3fb19e73c471595886734d258d7d9e48b0c8bfe2 12037Author: Rafaël Carré <funman@videolan.org> 12038Date: Mon Sep 10 03:43:27 2007 +0000 12039 12040 Adds 2 scripts to make vlc the default audio/video mime-type handler on freedesktop, contributed by forum user. 12041 12042commit 1f0742025c2fbfd1cbeb94f0728bdcf155091498 12043Author: Bernie Purcell <bitmap@videolan.org> 12044Date: Mon Sep 10 01:53:28 2007 +0000 12045 12046 Select subtitle stream from the mkv container automatically 12047 if it has a DEFAULT flag on it. User overrides for 12048 preferred language should continue to take precedence. 12049 The current versions of MKVToolnix correctly support DEFAULT 12050 track tag but some older versions don't. If you want to have 12051 subtitle streams in your mkv file, but not have them activate 12052 by default, try remuxing any files causing you trouble, with 12053 the current version of MKVToolnix, and turning the DEFAULT 12054 track flag option to NO for all subtitles streams. 12055 MKVToolnix is available from http://www.bunkus.org/videotools/mkvtoolnix/ 12056 12057commit 8b0e6890b6d468d83d29d907954826801abdea83 12058Author: Jean-Baptiste Kempf <jb@videolan.org> 12059Date: Sun Sep 9 23:59:19 2007 +0000 12060 12061 Qt4 - Remove preferences button from interface. Remove unuseful debug. 12062 12063commit 669689e05b63b6b7fac350c93799ce1b325a40d5 12064Author: Jean-Baptiste Kempf <jb@videolan.org> 12065Date: Sun Sep 9 23:54:51 2007 +0000 12066 12067 Qt4 - MainInterface: Make right-click on timeLabel and speedLabel display nicely aligned menus. :D 12068 12069commit 230b1c05a02de93fc22f4b6915380f22d621d6ec 12070Author: Jean-Baptiste Kempf <jb@videolan.org> 12071Date: Sun Sep 9 23:14:38 2007 +0000 12072 12073 Qt4 - MainInterface, avoid the bug that makes the popupMenu toggle the TimeDisplay(). 12074 12075commit 4d9d3b9bbc848b750d24738bebb28fb5e4707caf 12076Author: Rafaël Carré <funman@videolan.org> 12077Date: Sun Sep 9 23:05:48 2007 +0000 12078 12079 Fixes playlist search when metadata is missing 12080 12081commit 1dc38075d22a5c06328762d1418667827556fbde 12082Author: Rafaël Carré <funman@videolan.org> 12083Date: Sun Sep 9 22:55:19 2007 +0000 12084 12085 Uses different accelerators for Video & View menus. Fixes #1283 12086 12087commit 0b23cb507a7721bfaf5dbb88835c059e90aee043 12088Author: Jean-Baptiste Kempf <jb@videolan.org> 12089Date: Sun Sep 9 22:31:03 2007 +0000 12090 12091 Qt4 - speedLabel : consistency. 12092 12093commit 2522a2c35330dcae453e8437e67836890b815dd4 12094Author: Jean-Baptiste Kempf <jb@videolan.org> 12095Date: Sun Sep 9 22:19:48 2007 +0000 12096 12097 Qt4 - VLM. Patch by Jean-François Massol, reworked by /me 12098 12099commit afa5493c8990d6d63a044eeef239a559014b4c3c 12100Author: Rafaël Carré <funman@videolan.org> 12101Date: Sun Sep 9 22:11:22 2007 +0000 12102 12103 Uses altglass' artwork for repeat/shuffle and add buttons. 12104 12105commit 75ebd70252dd78d9b0d5b804abdcc92610de5b08 12106Author: Rafaël Carré <funman@videolan.org> 12107Date: Sun Sep 9 22:00:05 2007 +0000 12108 12109 ffmpeg demux: Simplify 12110 12111commit f36e33614e48efc6ac9de3685befd4595122c484 12112Author: Jean-Baptiste Kempf <jb@videolan.org> 12113Date: Sun Sep 9 21:45:04 2007 +0000 12114 12115 Qt4 - volumeSlider: correct the sliders functions and calculus... 12116 12117commit 7297ab36546f859ca075c0f4c496214d3f6fbb6c 12118Author: Antoine Cellerier <dionoea@videolan.org> 12119Date: Sun Sep 9 21:43:27 2007 +0000 12120 12121 Add comment. 12122 12123commit 3608fc1574e39ca5e0c46c377e1a16fb5198264e 12124Author: Christophe Mutricy <xtophe@videolan.org> 12125Date: Sun Sep 9 21:12:29 2007 +0000 12126 12127 luameta.c: Fix a message 12128 vlclua.c: get rid of an empty module and fix descriptions 12129 12130commit 29d954bbbff786220e11642f0ac6a79d59648a0d 12131Author: Antoine Cellerier <dionoea@videolan.org> 12132Date: Sun Sep 9 21:03:49 2007 +0000 12133 12134 Remove debug. 12135 12136commit cb7cc6e86a49864e2349c19484279370268e89fd 12137Author: Antoine Cellerier <dionoea@videolan.org> 12138Date: Sun Sep 9 21:01:31 2007 +0000 12139 12140 Fix the url translation 12141 12142commit e943c0003a271fce0c342fea521cdd7e2e5e3b27 12143Author: Rémi Denis-Courmont <rem@videolan.org> 12144Date: Sun Sep 9 20:13:17 2007 +0000 12145 12146 Remove UDP-Lite support from access_output_udp. 12147 If someone wants to have it in there, it should probably rather be done 12148 using a dedicated shortcut rather than a boolean configuration. 12149 12150commit bd598bbab08a0c207c931f3deac82b649fd8f6ca 12151Author: Rémi Denis-Courmont <rem@videolan.org> 12152Date: Sun Sep 9 20:09:34 2007 +0000 12153 12154 Use net_SetCSCov 12155 12156commit 52a74ce2c8cd0567f56bf6fda061db34b85384a5 12157Author: Rémi Denis-Courmont <rem@videolan.org> 12158Date: Sun Sep 9 20:04:14 2007 +0000 12159 12160 Cut & paste error 12161 12162commit 980861afdb323e787e6a1a810dded45c755d6c92 12163Author: Antoine Cellerier <dionoea@videolan.org> 12164Date: Sun Sep 9 19:59:52 2007 +0000 12165 12166 Restore the interface when it's minimized and you click on the systray icon. 12167 12168commit e116212be98182d07378ae9a2400db4af80ced6b 12169Author: Rafaël Carré <funman@videolan.org> 12170Date: Sun Sep 9 19:59:26 2007 +0000 12171 12172 media library loading: Adds a fixme reminder for pdherbemont 12173 12174commit 224355782e3c1ed0de743be148773d6e1aff172c 12175Author: Rémi Denis-Courmont <rem@videolan.org> 12176Date: Sun Sep 9 19:56:31 2007 +0000 12177 12178 Fix ptrdiff_t abuse. Especially in video_filter_invert: 12179 ptrdiff_t is signed so unequality comparison between pointers would 12180 compute wrong when the two operands are within opposite halves of the 12181 memory space. 12182 12183commit 7e0632d147a9ed9ae056c575419965ccb251ac9e 12184Author: Antoine Cellerier <dionoea@videolan.org> 12185Date: Sun Sep 9 19:41:05 2007 +0000 12186 12187 Nevermind. /me buys some glasses. 12188 12189commit 2c828bcf5dca4415137fc0d2b6d7384524123e73 12190Author: Antoine Cellerier <dionoea@videolan.org> 12191Date: Sun Sep 9 19:32:34 2007 +0000 12192 12193 Fix comment. 12194 12195commit 27e278ee0e34434f8e0eec351101c1307639e848 12196Author: Rémi Denis-Courmont <rem@videolan.org> 12197Date: Sun Sep 9 19:20:39 2007 +0000 12198 12199 net_SetCSCov: sets checksum coverages of a socket 12200 12201commit 8e6998b0526723216efa024c9d86397dcd96dbb7 12202Author: Jean-Baptiste Kempf <jb@videolan.org> 12203Date: Sun Sep 9 17:55:16 2007 +0000 12204 12205 THANKS to Stefán Freyr Stefánsson 12206 12207commit 66fe9a72ca4319ebcb46b7c56832e8728bafd8a0 12208Author: Rémi Denis-Courmont <rem@videolan.org> 12209Date: Sun Sep 9 17:52:38 2007 +0000 12210 12211 Default RTSP timeout value is 60 seconds, rather than never - closes #1163 12212 12213commit 30f60c2450957bc64ae3377d31352c85221dae3d 12214Author: Jean-Baptiste Kempf <jb@videolan.org> 12215Date: Sun Sep 9 17:42:50 2007 +0000 12216 12217 Qt4 - Have a slider to control precisely the rate, usefull since we can here audio at all speeds now. :D 12218 Patch by StFS - Stefán Freyr Stefánsson 12219 12220commit af3f3a10a08be01da40d245496f9d3ec014aff8b 12221Author: Jean-Baptiste Kempf <jb@videolan.org> 12222Date: Sun Sep 9 17:41:17 2007 +0000 12223 12224 Qt4 - IM: Add a setRate function. 12225 12226commit 35c9f06f5bd930debd8078eba2096c055d59cb7a 12227Author: Jean-Baptiste Kempf <jb@videolan.org> 12228Date: Sun Sep 9 17:37:27 2007 +0000 12229 12230 Qt4 - Extended Panels: add callback on audio-presets to fix the issue when the audio menu does not match with extended settings. 12231 12232commit 88e83ca046bb302b3dc5cf61cbae1f1e85bc49ab 12233Author: Jean-Baptiste Kempf <jb@videolan.org> 12234Date: Sun Sep 9 17:34:33 2007 +0000 12235 12236 Qt4 Return VLC_SUCCESS instead of 0 12237 12238commit 5ddf30fd31d0a997b54caff00c63f1b0a653dff4 12239Author: Jean-Baptiste Kempf <jb@videolan.org> 12240Date: Sun Sep 9 17:33:16 2007 +0000 12241 12242 Qt4 - Not reimplementing existing functions might not be a bad idea... hmmm... 12243 12244commit cf05c96ca52d7beb20130a083df7b95ffa4e7e69 12245Author: Ilkka Ollakka <ileoo@videolan.org> 12246Date: Sun Sep 9 17:27:17 2007 +0000 12247 12248 Patch from Alex Antropoff, put block_align in use. Fixes wma1-encoding, 12249 example sout: '#transcode{acodec=wma1,samplerate=22050,ab=96,channels=2}\ 12250 :std{access=mmsh,mux=asfh,dst=:18080}' 12251 12252commit 61449225d8d700446822548239298f99bded0b10 12253Author: Antoine Cellerier <dionoea@videolan.org> 12254Date: Sun Sep 9 17:27:07 2007 +0000 12255 12256 XDG Base Directory Specification fix. I wasn't using the XDG_CACHE_HOME variable for the cache directory. Thanks to ILEoo for noticing. 12257 12258commit 3adc5bfc67bd23f0dbb24cdf80b607186d535222 12259Author: Rémi Denis-Courmont <rem@videolan.org> 12260Date: Sun Sep 9 17:06:53 2007 +0000 12261 12262 We only support "rtsp"; do not pretend to support rtspu, rtsps and 12263 whatever else might ever be invented 12264 12265commit 6dfbbb809659452b317238e0af03c3efb9a1696b 12266Author: Antoine Cellerier <dionoea@videolan.org> 12267Date: Sun Sep 9 16:30:55 2007 +0000 12268 12269 Change the QSettings stuff here too (this looks kind of hackish but at least it makes sure that we don't spawn multiple configuration folders) 12270 12271commit fede4351b251a9e7a8b8468e6a19652a8264dddf 12272Author: Jean-Baptiste Kempf <jb@videolan.org> 12273Date: Sun Sep 9 16:23:03 2007 +0000 12274 12275 Qt4 - Add new icons for the playlist/shuffle/repeat. 12276 Icons done by aLtgLasS. 12277 12278commit 3b338b0511997fa4c03b83469385d5216878aa35 12279Author: Antoine Cellerier <dionoea@videolan.org> 12280Date: Sun Sep 9 16:19:18 2007 +0000 12281 12282 Saves the qt intf settings in $XDG_CONFIG_DIR/vlc/ too (instead of $XDG_CONFIG_DIR/VideoLAN/). 12283 12284commit 9b37b05e3b706089bcfe51ca8524595ef38d7d47 12285Author: Jean-Baptiste Kempf <jb@videolan.org> 12286Date: Sun Sep 9 16:17:15 2007 +0000 12287 12288 Qt4 - Add a VLM.ui. 12289 Patch by Jean-François Massol 12290 12291commit 0fb32817241d4877ac2a51855754277a21e8f399 12292Author: Antoine Cellerier <dionoea@videolan.org> 12293Date: Sun Sep 9 16:13:56 2007 +0000 12294 12295 Fix win32 typo. 12296 12297commit 16f32e1500887c0dcd33cb06ad71759a81a52878 12298Author: Antoine Cellerier <dionoea@videolan.org> 12299Date: Sun Sep 9 16:10:45 2007 +0000 12300 12301 On OSes other than Windows, Mac OS X and BeOS (so it's Linux) comply with the XDG Base Directory Specification version 0.6. The old configuration file (vlcrc) will be copied to the new location. Other data like caches will have to be rebuilt (the album art cache in VLC was new in 0.9.0 so it's ok to lose it). Closes #1267 12302 12303commit e8f97c66ab6815875ab48a03fe768faee3ca5b3f 12304Author: Rafaël Carré <funman@videolan.org> 12305Date: Sun Sep 9 14:46:22 2007 +0000 12306 12307 Fixes segfault 12308 12309commit 65cd4a4c4e8aa7f59a0a8e73d73e83e00d1cd6db 12310Author: Rafaël Carré <funman@videolan.org> 12311Date: Sun Sep 9 13:43:40 2007 +0000 12312 12313 Makes it clear that one-instance mode is optional 12314 12315commit 0af8501b1a2406ed103fd8ecacd26c9c209225ca 12316Author: Rémi Denis-Courmont <rem@videolan.org> 12317Date: Sun Sep 9 11:22:16 2007 +0000 12318 12319 stream_out_rtp: Linux splice() support 12320 12321commit af9789b6e9e2540a7666eb461754bc8e262bfa27 12322Author: Rafaël Carré <funman@videolan.org> 12323Date: Sun Sep 9 09:36:16 2007 +0000 12324 12325 Fix trax issue 3 on win32, patch by Hannes Domani 12326 12327commit 69518c73ce826bdf5e56d10294cccd8672dd8e16 12328Author: Ilkka Ollakka <ileoo@videolan.org> 12329Date: Sun Sep 9 08:09:30 2007 +0000 12330 12331 add back check to see if infopanel is opened for something else than 12332 current item. 12333 12334commit 1ff18323dca9469e080b3de5cfe0065f3166d12b 12335Author: Jean-Baptiste Kempf <jb@videolan.org> 12336Date: Sun Sep 9 01:29:00 2007 +0000 12337 12338 Qt4 - Add a close button on the extended Panels as requested. Trax#44 Closed. 12339 12340commit 1ced1a3f083c1895f570bc0a6d02a47b7df1fbb0 12341Author: Jean-Baptiste Kempf <jb@videolan.org> 12342Date: Sun Sep 9 01:17:15 2007 +0000 12343 12344 Qt4 - Volume: set the slider maximum to 200, in order to match the OSD % of the volume, which will help to debug. 12345 However, I still don't understand whether the "normal" volume is 256 or 512 and when starts the "dangerous" amplification 12346 12347commit a026aadb4b88b4ba7a61be21d3b198742d52355d 12348Author: Jean-Baptiste Kempf <jb@videolan.org> 12349Date: Sun Sep 9 00:59:44 2007 +0000 12350 12351 Qt4 - Volume Icon updates NOT in an TIMEOUT function, which is called very often. Redesign only when needed. 12352 12353commit a4b6c37961d23ae98f9d190fbd82ea84a1eaa365 12354Author: Rafaël Carré <funman@videolan.org> 12355Date: Sat Sep 8 21:17:35 2007 +0000 12356 12357 qt4 fullscreen: releases the vout 12358 12359commit 431defd1e32910463f694367485f3de8cc37789f 12360Author: Rafaël Carré <funman@videolan.org> 12361Date: Sat Sep 8 20:18:25 2007 +0000 12362 12363 Makes services_discovery option strictly load the given module (i.e. not use a fallback module if the one specified isn't available) 12364 12365commit 79bbae7f85244258fbb718925f843b1c7a40b005 12366Author: Rafaël Carré <funman@videolan.org> 12367Date: Sat Sep 8 20:13:16 2007 +0000 12368 12369 qt4 fullscreen: Uses FIND_ANYWHERE to find vout, fixes trax issue 24 12370 12371commit 38d165dd02c859f7c4caefeba2888ea46ca3de4e 12372Author: Rafaël Carré <funman@videolan.org> 12373Date: Sat Sep 8 19:51:34 2007 +0000 12374 12375 Moves volume icon update in the timer 12376 Sets default icon to high 12377 12378commit ada85db24b6c8f3449a0177b5585309f2443f315 12379Author: Jean-Baptiste Kempf <jb@videolan.org> 12380Date: Sat Sep 8 19:02:47 2007 +0000 12381 12382 Qt4 - Volume, when clicked on the icon, mute and change the icon to the muted one. 12383 12384commit 7e359e88fc5ef13c6b5a407a8d4440d6cbbf6ca0 12385Author: Rafaël Carré <funman@videolan.org> 12386Date: Sat Sep 8 18:49:56 2007 +0000 12387 12388 qt4: Adds a volume-muted icon 12389 12390commit 8a99e94b57df223883237c601bfc38d02d44c32c 12391Author: Jean-Baptiste Kempf <jb@videolan.org> 12392Date: Sat Sep 8 18:32:17 2007 +0000 12393 12394 Qt4 - Volume: if volume > 50% of the sliderBar, then show the highVolume Label. 12395 12396commit b399b1310f63b4bd5e54d451725fac6f9da99031 12397Author: Rafaël Carré <funman@videolan.org> 12398Date: Sat Sep 8 17:54:38 2007 +0000 12399 12400 Don't use PLAYLIST_GO when adding directories, fix trax 16th issue 12401 12402commit 1a0b767961db34bdaa45c567370deeba5f00e003 12403Author: Jean-Baptiste Kempf <jb@videolan.org> 12404Date: Sat Sep 8 17:24:18 2007 +0000 12405 12406 Qt4 - Menu: inconstency, reattach interfaces to tools menu. Trax#44 12407 12408commit c734e9a64140209f14e7a995e0e39f51f122b5af 12409Author: Jean-Baptiste Kempf <jb@videolan.org> 12410Date: Sat Sep 8 17:19:43 2007 +0000 12411 12412 Qt4 - Removing frightening debug message :D 12413 12414commit 0a930100a2cc42330b052ba3b990d6ba46caed20 12415Author: Jean-Baptiste Kempf <jb@videolan.org> 12416Date: Sat Sep 8 17:18:51 2007 +0000 12417 12418 Qt4 - Menu. Code cosmetic. 12419 12420commit e171f5be3b3eeedba554b44be1c6dbb7ccf1198b 12421Author: Jean-Baptiste Kempf <jb@videolan.org> 12422Date: Sat Sep 8 17:14:00 2007 +0000 12423 12424 Qt4 - Menu consistency for Tools. 12425 12426commit ad74fb3b80df1aa9c558c1b22cb733edddbbc82d 12427Author: Jean-Baptiste Kempf <jb@videolan.org> 12428Date: Sat Sep 8 16:01:33 2007 +0000 12429 12430 Qt4 - Cleanups, simplifications. Public=>Private for slots. 12431 12432commit 42e7ea08b767c01646c13e653f158e34766ba57b 12433Author: Jean-Baptiste Kempf <jb@videolan.org> 12434Date: Sat Sep 8 15:48:31 2007 +0000 12435 12436 Qt4 - Cleanups on dialog and public=>private. 12437 12438commit 8b04e33aa5d91d31ba2bff5a00e511241707ddcc 12439Author: Jean-Baptiste Kempf <jb@videolan.org> 12440Date: Sat Sep 8 15:38:23 2007 +0000 12441 12442 Qt4 - Errors: cleanup, trailing spaces and (). Public => private. 12443 12444commit e4b84859336de539e137115237ffc9c25eaf0594 12445Author: Jean-Baptiste Kempf <jb@videolan.org> 12446Date: Sat Sep 8 15:11:58 2007 +0000 12447 12448 Qt4 - Sout: Hide the UDP output options by default, but provide an easy way to activate it. 12449 12450commit 13b03ef45edcf74e8b45de7a679342d08ea7c042 12451Author: Ilkka Ollakka <ileoo@videolan.org> 12452Date: Sat Sep 8 15:08:54 2007 +0000 12453 12454 only emit rateChanged when it has changed 12455 12456commit b47c4dac31eed50618756e6647cefc7a03a62239 12457Author: Rémi Denis-Courmont <rem@videolan.org> 12458Date: Sat Sep 8 14:59:44 2007 +0000 12459 12460 Simplify 12461 12462commit 421a14dbff94413e52990dcc7de6216b66c0f625 12463Author: Jean-Baptiste Kempf <jb@videolan.org> 12464Date: Sat Sep 8 14:52:53 2007 +0000 12465 12466 Qt4 - oops. fix Trax#42 12467 12468commit 56c0cb19cf4c649ff0e017d7a40991881ee519c6 12469Author: Jean-Baptiste Kempf <jb@videolan.org> 12470Date: Sat Sep 8 14:50:22 2007 +0000 12471 12472 Qt4 - cleanup. 12473 12474commit c70235263d27ea5f931404875a7e3a0daff4e1e6 12475Author: Jean-Baptiste Kempf <jb@videolan.org> 12476Date: Sat Sep 8 14:50:04 2007 +0000 12477 12478 Qt4 - add qt-error-dialogs option and fix interaction. Should fix part of #1229. 12479 12480commit 4fc82e8a777a385f4f0fbd43c6c1b9a2c4357751 12481Author: Jean-Baptiste Kempf <jb@videolan.org> 12482Date: Sat Sep 8 14:10:31 2007 +0000 12483 12484 Qt4 - Fix previous commit and implement also snapshot button. 12485 12486commit 72c15d7a0fa25233af63d460968e67e5172e7bd9 12487Author: Jean-Baptiste Kempf <jb@videolan.org> 12488Date: Sat Sep 8 13:53:58 2007 +0000 12489 12490 Qt4 - Fullscreen button should work now. hasVideo() does not work, so force the activation of related buttons. 12491 12492commit 9cbb99e3f84e8976a8b4356371e0361725213f07 12493Author: Jean-Baptiste Kempf <jb@videolan.org> 12494Date: Sat Sep 8 13:45:25 2007 +0000 12495 12496 Qt4 - MainInterface and InputManager: setRate actually shows something in the interface. 12497 12498commit 4c48570afc1f58e70fa5bc2afb8169945beef4e6 12499Author: Rémi Denis-Courmont <rem@videolan.org> 12500Date: Sat Sep 8 12:00:13 2007 +0000 12501 12502 RTCP SR is back 12503 12504commit 31067bdd518685da15e015b26788b7845980f5ea 12505Author: Rémi Denis-Courmont <rem@videolan.org> 12506Date: Sat Sep 8 11:36:00 2007 +0000 12507 12508 Bring back the lightweight RTCP sender 12509 12510commit c9d3f4738c85c0c2dd2d8eba95067d8a19bc1b98 12511Author: Rémi Denis-Courmont <rem@videolan.org> 12512Date: Sat Sep 8 11:32:16 2007 +0000 12513 12514 Make room for RTCP support 12515 12516commit c6ad91bc511f8e55aaf893b52b17b5e2a06efb20 12517Author: Jean-Baptiste Kempf <jb@videolan.org> 12518Date: Sat Sep 8 11:10:30 2007 +0000 12519 12520 Qt4 - Audio/Video order fix in menus. Changes MediaInformation shortcut to Ctrl+I. Will not remove Ctrl+J for codecs since this is one of the most asked question. 12521 12522commit 7bea28db4c3521e2a76d079481e40880a796dc66 12523Author: Jean-Baptiste Kempf <jb@videolan.org> 12524Date: Sat Sep 8 11:06:45 2007 +0000 12525 12526 Qt4 - Stats. Reverse the statistic order. Resize to the correct size. Trax#48 12527 12528commit 7ad82f899cfd70ea6f1821391f5a9759d8684400 12529Author: Jean-Baptiste Kempf <jb@videolan.org> 12530Date: Sat Sep 8 10:56:44 2007 +0000 12531 12532 Qt4 - GotoTime: force emission of update() in the IM, in order to fix Trax#33 12533 12534commit 0ce22e78900a5219babf61dd014c7eabd859c94f 12535Author: Jean-Baptiste Kempf <jb@videolan.org> 12536Date: Sat Sep 8 10:45:04 2007 +0000 12537 12538 Qt4 TraxPage 27 QT4: initial size of vlc in windows. 12539 12540commit 206223e229ff5488cf435132259ecbd79174f410 12541Author: Jean-Baptiste Kempf <jb@videolan.org> 12542Date: Sat Sep 8 10:39:05 2007 +0000 12543 12544 Qt4 - Open Capture: remove unuseful debug and use different numbers. 12545 12546commit 6275b728e24bb577a5dcfa61392f7335547f50b9 12547Author: Jean-Baptiste Kempf <jb@videolan.org> 12548Date: Sat Sep 8 10:23:24 2007 +0000 12549 12550 Qt4 - Open: fix https handling, udp port and rtsp adress entering, fix Trax#15 12551 12552commit cd1ad0c30c82e11893b51a6493ff88e645844bae 12553Author: Rémi Denis-Courmont <rem@videolan.org> 12554Date: Sat Sep 8 10:08:33 2007 +0000 12555 12556 Remove dead RTCP code 12557 12558commit eec78961e6d670e6c108aa3f45c8a7bba3764129 12559Author: Rémi Denis-Courmont <rem@videolan.org> 12560Date: Sat Sep 8 09:50:01 2007 +0000 12561 12562 access_out_udp: remove "raw" mode that is not used anymore 12563 (it was only used internally by the RTP sout). 12564 12565commit a2bfd50577abf06b4d9d4895d3665e08418efc6e 12566Author: Rémi Denis-Courmont <rem@videolan.org> 12567Date: Sat Sep 8 09:45:11 2007 +0000 12568 12569 Bring back the clock thread for RTP output. 12570 Only now there is one per track rather than one per client per track. 12571 12572commit 068c9cd54e21c373d742b061823c05280b4a2c40 12573Author: Rémi Denis-Courmont <rem@videolan.org> 12574Date: Sat Sep 8 09:36:35 2007 +0000 12575 12576 Remove dummy error 12577 12578commit fd7b8945fd3ad3109684b9cc5d34e41efa597110 12579Author: Ilkka Ollakka <ileoo@videolan.org> 12580Date: Sat Sep 8 09:11:56 2007 +0000 12581 12582 QT 7.2 seems to handle PPS/SPS ok, so send them too. 12583 small typo to fix port-audio/video sending. 12584 12585commit b33d89fe1629652392eb8b46373ece7f332c97ee 12586Author: Rémi Denis-Courmont <rem@videolan.org> 12587Date: Sat Sep 8 08:48:15 2007 +0000 12588 12589 Fix warnings 12590 12591commit 6597d87c83eb5a2b6c8eb047674d7e960ef1102b 12592Author: Rémi Denis-Courmont <rem@videolan.org> 12593Date: Sat Sep 8 08:43:14 2007 +0000 12594 12595 Code factorization 12596 12597commit e78762a8ad955998f45eb42414a56ab9e7cd6354 12598Author: Rémi Denis-Courmont <rem@videolan.org> 12599Date: Sat Sep 8 07:51:14 2007 +0000 12600 12601 Cosmetics 12602 12603commit 5dfdcf24ef3359b29571302fe73843bf42b3a0bc 12604Author: Jean-Baptiste Kempf <jb@videolan.org> 12605Date: Sat Sep 8 02:29:44 2007 +0000 12606 12607 QT4: fix warning on already assigned hotkey 12608 Patch by Hannes Domani 12609 12610commit 138178799c514eec2286b4b4acd540e12cbbbd2f 12611Author: Jean-Baptiste Kempf <jb@videolan.org> 12612Date: Sat Sep 8 02:00:20 2007 +0000 12613 12614 Qt4 - MI: Install an event filter to make click on timeLabel automatically switch between modes. 12615 12616commit d3a76dfe71f4a3e6fec9b7cb4bf839878beb263f 12617Author: Rafaël Carré <funman@videolan.org> 12618Date: Sat Sep 8 01:56:00 2007 +0000 12619 12620 Makes a debug msg more explicit 12621 12622commit 5c853cf55f24e39425c2bf67ec61b407d1684de3 12623Author: Jean-Baptiste Kempf <jb@videolan.org> 12624Date: Sat Sep 8 01:45:16 2007 +0000 12625 12626 Qt4 - MainInterface, implement the feature request to show elapsed/remaining time in the statusBar() through a menu. 12627 12628commit 118b052d4852d58b6525d7b6bd0dbd23f1d8567e 12629Author: Rafaël Carré <funman@videolan.org> 12630Date: Sat Sep 8 01:35:51 2007 +0000 12631 12632 qt4: Makes interface a bit wider on windows 12633 12634commit a0659acba4853bf19af81476e0de984d3896bb6b 12635Author: Rafaël Carré <funman@videolan.org> 12636Date: Sat Sep 8 01:32:33 2007 +0000 12637 12638 Shows qt4 notification only if the player isn't visible 12639 12640commit eabbeb18557d8aba3c34c6cba2f2a0ba9304dff5 12641Author: Rafaël Carré <funman@videolan.org> 12642Date: Sat Sep 8 01:14:23 2007 +0000 12643 12644 Fix duration slider. Patch by Hannes Domani 12645 12646commit fc63146c8032cc927aca5e2e21d08f2b32135c79 12647Author: Rafaël Carré <funman@videolan.org> 12648Date: Sat Sep 8 00:46:40 2007 +0000 12649 12650 Adds a pause pixmap for the play/pause button 12651 Fix play/pause toggle 12652 Removes 2 unused signals 12653 12654commit 2cc0e51d68d478b3e96096414af522f8e67a4a7b 12655Author: Jean-Baptiste Kempf <jb@videolan.org> 12656Date: Sat Sep 8 00:36:28 2007 +0000 12657 12658 Qt4 - Dialog sizing. 12659 12660commit 05704dc96116960b22346c94dcefa90b1b43ccdd 12661Author: Jean-Baptiste Kempf <jb@videolan.org> 12662Date: Sat Sep 8 00:30:45 2007 +0000 12663 12664 Qt4 - MediaInfo: layout again. 12665 12666commit bed888c88ce154913bfd76a008ea586a6fbbb62d 12667Author: Jean-Baptiste Kempf <jb@videolan.org> 12668Date: Sat Sep 8 00:20:13 2007 +0000 12669 12670 Qt4 - InfoPanels: correct a slot, correct slightly the layout. 12671 12672commit 379a9a647e04e3a8deeee677f883815b6f87dc35 12673Author: Jean-Baptiste Kempf <jb@videolan.org> 12674Date: Sat Sep 8 00:13:06 2007 +0000 12675 12676 Qt4 - Infopanels: cleanup, verification, updates of more widgets, block the edition of NowPLaying. 12677 12678commit 346d8b8d7e98236450c9dffa00cd1be26dc369d2 12679Author: Jean-Baptiste Kempf <jb@videolan.org> 12680Date: Fri Sep 7 23:35:41 2007 +0000 12681 12682 Qt4 - Media Info: cleanup, and move public => private. 12683 12684commit 9b14cc45a965d7d662e596993cc1951758b94f43 12685Author: Jean-Baptiste Kempf <jb@videolan.org> 12686Date: Fri Sep 7 23:26:32 2007 +0000 12687 12688 Qt4 - Media Info. Re-add some info for DVB. Clean the in_Edit state that was stored two times in different classes. 12689 12690commit fdd5a55ac855810896d60bf14ee37562b0afbfd8 12691Author: Rafaël Carré <funman@videolan.org> 12692Date: Fri Sep 7 23:06:32 2007 +0000 12693 12694 Uses add_password for passwords 12695 12696commit d385374eb896391ca8ac38a3bdd1165013f8492a 12697Author: Antoine Cellerier <dionoea@videolan.org> 12698Date: Fri Sep 7 20:03:30 2007 +0000 12699 12700 Qt4 video filters panel: Comment out a debug message. 12701 12702commit 5da31a22bb63a3459b8a2a1d874d3b2286e1b2da 12703Author: Rémi Denis-Courmont <rem@videolan.org> 12704Date: Fri Sep 7 16:21:58 2007 +0000 12705 12706 Send data the same way for the explicit #rtp destination 12707 and fix a few minor leaks 12708 12709commit a4208fa86b161f1a4711fe353ccfde7b47288dc2 12710Author: Rémi Denis-Courmont <rem@videolan.org> 12711Date: Fri Sep 7 15:57:38 2007 +0000 12712 12713 Use plain sockets rather than the UDP access output for RTSP. 12714 This saves: 12715 - one malloc() per packet per client } due to 12716 - one memcpy() per packet per client } block_Duplicate() 12717 - one mwait() per packet per client, and 12718 - one thread per client per track 12719 12720 So it should really help scale RTSP broadcast up. 12721 However, in its current state, it removes the pts synchronization, 12722 which might not be such a great idea. I will re-add it later. 12723 12724commit d208c4489993682487b13c675fb5659aa53b14a2 12725Author: Rémi Denis-Courmont <rem@videolan.org> 12726Date: Fri Sep 7 14:48:59 2007 +0000 12727 12728 separate grabber creation 12729 12730commit ba782eed92a7df0c21f4e1e2398024fbee1fd992 12731Author: Rémi Denis-Courmont <rem@videolan.org> 12732Date: Fri Sep 7 14:37:55 2007 +0000 12733 12734 #include order 12735 12736commit 3931b40334d095fcd10ddf6c6ee46cd478216331 12737Author: Rémi Denis-Courmont <rem@videolan.org> 12738Date: Fri Sep 7 14:29:20 2007 +0000 12739 12740 svn:ignore 12741 12742commit a47b86ef6652fd4e72fafdcde026bdf00f1268a7 12743Author: Pierre d'Herbemont <pdherbemont@videolan.org> 12744Date: Fri Sep 7 13:55:08 2007 +0000 12745 12746 misc/darwin_specific.c: Fix identation (oops). Fix a crash on startup (oops). 12747 12748commit 18ce71256946c282ce0a150c75ae635e2d22c750 12749Author: Jean-Baptiste Kempf <jb@videolan.org> 12750Date: Fri Sep 7 12:47:46 2007 +0000 12751 12752 Contribs: x264, fix the new configure of x264. 12753 ADD a $STRIP option to bootstrap because x264 needs it 12754 12755commit e6e2ad0572dce549b74d15ebb23727714b3590b2 12756Author: Ilkka Ollakka <ileoo@videolan.org> 12757Date: Fri Sep 7 10:20:30 2007 +0000 12758 12759 Use QLineEdit+inputMask instead of QSpinBox, still some alignment issue 12760 with numbers to be solved. 12761 12762commit e6226298b1cdb16f5d25ff241427c28253e38578 12763Author: Jean-Baptiste Kempf <jb@videolan.org> 12764Date: Thu Sep 6 22:29:27 2007 +0000 12765 12766 Qt4 - Sout: UDP is back 12767 12768commit 55b3606124c75c19d76332ec88f4b479954a4c4f 12769Author: Jean-Baptiste Kempf <jb@videolan.org> 12770Date: Thu Sep 6 22:25:53 2007 +0000 12771 12772 Qt4 - Open: solve a bug in a signal. 12773 12774commit cf10ebe46b7f248824bd133494a8643e76c63fa7 12775Author: Damien Fouilleul <damienf@videolan.org> 12776Date: Thu Sep 6 22:06:23 2007 +0000 12777 12778 contribs: fixed mpcdec cross-compilation 12779 12780commit ced63b0982c2bd6a5b35325b3fa033acffb68945 12781Author: Christophe Mutricy <xtophe@videolan.org> 12782Date: Thu Sep 6 21:40:50 2007 +0000 12783 12784 Slovenian translation update by Matej Urbančič 12785 12786commit 9ff92446b3601f2f2a96b974029277c0a71f1b95 12787Author: Jean-Paul Saman <jpsaman@videolan.org> 12788Date: Thu Sep 6 21:36:45 2007 +0000 12789 12790 Revert change on mpcdec, which shouldn't have been in [21543] 12791 12792commit 7cc42f915599ad7f7d5536ce8fe8152a19e98b16 12793Author: Jean-Baptiste Kempf <jb@videolan.org> 12794Date: Thu Sep 6 18:35:30 2007 +0000 12795 12796 Qt4 - Sout: UDP => RTP. 12797 12798commit b2a21c15484a8b467d51712a561578a9eef2a3da 12799Author: Rémi Denis-Courmont <rem@videolan.org> 12800Date: Thu Sep 6 18:32:40 2007 +0000 12801 12802 Use #rtp consistent with MacOS and wx GUIs 12803 (I haven't checked whether the UI labels need updating) 12804 12805commit ec07497e93bd94ebe146e9f1c0bff57942ae5ded 12806Author: Jean-Baptiste Kempf <jb@videolan.org> 12807Date: Thu Sep 6 18:22:06 2007 +0000 12808 12809 THanks - typo. 12810 12811commit c7c447ce6ff25ceb722bfa60184e4eaa0c02708f 12812Author: Jean-Baptiste Kempf <jb@videolan.org> 12813Date: Thu Sep 6 17:59:36 2007 +0000 12814 12815 Qt4 - Optimization of mrl generator. Only needed things are generated. 12816 patch by Jean-François Massol 12817 12818commit f77ac5c87be84dcf2a19c4324b59e12ccba6b9f7 12819Author: Jean-Baptiste Kempf <jb@videolan.org> 12820Date: Thu Sep 6 16:04:14 2007 +0000 12821 12822 Contribs: don't disable network, since it breaks libavformat compilation, especially on Windaube. 12823 12824commit c38022814418359cf98be5fd60a2ab389a22e87a 12825Author: Jean-Baptiste Kempf <jb@videolan.org> 12826Date: Thu Sep 6 15:47:37 2007 +0000 12827 12828 NEWS. add mention of spatializer filter. 12829 12830commit f29d7dfebbb783a98122047f4c0510dc6b8542aa 12831Author: Jean-Baptiste Kempf <jb@videolan.org> 12832Date: Thu Sep 6 12:27:59 2007 +0000 12833 12834 Qt4 - Define a TOGGLEV to toggleVisible on QWidgets, and use it instead of rewriting the code n times. 12835 12836commit 1072961e286f1b429e93971b2945bdcb39a98536 12837Author: Jean-Baptiste Kempf <jb@videolan.org> 12838Date: Thu Sep 6 12:18:58 2007 +0000 12839 12840 Qt4 - Sout: add a file mask on the known muxers. 12841 patch by Jean-François Massol 12842 12843commit 21dd718af658c6942efe5249e7adb719f9dab990 12844Author: Jean-Baptiste Kempf <jb@videolan.org> 12845Date: Thu Sep 6 11:59:32 2007 +0000 12846 12847 Qt4 - Sout: hide SAP options and ttl options when you don't stream. Adapt the label on the okButton according... 12848 12849commit 321b69870b1a193ba209f76b4aab3be24accdd2a 12850Author: Jean-Baptiste Kempf <jb@videolan.org> 12851Date: Thu Sep 6 11:18:01 2007 +0000 12852 12853 Qt4 - Main Interface: hiding menus does hide the controls and the statusBar. Still a lot of problems with that code, but at least it can be reverted. 12854 12855commit 13343463a6b53ad5bf4adf8a09a76e416d5f3fd2 12856Author: Jean-Baptiste Kempf <jb@videolan.org> 12857Date: Thu Sep 6 02:03:21 2007 +0000 12858 12859 Thanks to jf massol for Qt4 work. 12860 12861commit a51ad8bae06fd555c8cd2e18131b1de5072a5b97 12862Author: Pierre d'Herbemont <pdherbemont@videolan.org> 12863Date: Thu Sep 6 01:58:53 2007 +0000 12864 12865 configure.ac: Activate minimal_macosx. 12866 12867commit 23a9ce0d2ee1a74079e77a11b1316f9b277c4205 12868Author: Jean-Baptiste Kempf <jb@videolan.org> 12869Date: Thu Sep 6 01:56:02 2007 +0000 12870 12871 Qt4 - Sout: add functions to choose some predefined profiles for audio/video codecs. 12872 Only basics options are done ( AVCodec + Muxer mainly ). 12873 Two profiles are done. If you want to add more, then search "ADD HERE" in sout.cpp. 12874 Reindentation of older code. 12875 12876commit 038dc1cafb4390eaba755bd60aa9d7c1d079cd6e 12877Author: Jean-Baptiste Kempf <jb@videolan.org> 12878Date: Thu Sep 6 00:20:40 2007 +0000 12879 12880 Qt4 - Names changement and some bug fixes. 12881 12882commit fbb3c561150385eb2da6e6f0126da655fba2c77e 12883Author: Jean-Baptiste Kempf <jb@videolan.org> 12884Date: Wed Sep 5 23:43:33 2007 +0000 12885 12886 qt4 - Sout: trailing spaces. 12887 12888commit 04d3595688c0d6848a1f5683cc867dee83145472 12889Author: Jean-Baptiste Kempf <jb@videolan.org> 12890Date: Wed Sep 5 23:23:27 2007 +0000 12891 12892 qt4 - Sout.ui in a Qt4.2 compatible way. 12893 12894commit ea93c57c6c6ae4bd9882ed1dc1553156cc31ff6e 12895Author: Jean-Baptiste Kempf <jb@videolan.org> 12896Date: Wed Sep 5 23:17:19 2007 +0000 12897 12898 Qt4 - Sout: cosmetic changes, simplifications and suffix adding for the new .ui. 12899 12900commit 3e61191f59d19fc56fb72da69a1e5f82aee6facf 12901Author: Jean-Baptiste Kempf <jb@videolan.org> 12902Date: Wed Sep 5 23:05:47 2007 +0000 12903 12904 Qt4 - Sout rework, Initial work. 12905 Patch by Jean-François Massol 12906 12907commit cc98b2cdf06fe04f601afee81e07f8796f43d79a 12908Author: Pierre d'Herbemont <pdherbemont@videolan.org> 12909Date: Wed Sep 5 22:33:20 2007 +0000 12910 12911 misc/darwin_specific.c: Fix framework detection. 12912 12913commit d2c43d052fdc44d514799c3b10a50e988b1668b5 12914Author: Christophe Mutricy <xtophe@videolan.org> 12915Date: Wed Sep 5 22:11:02 2007 +0000 12916 12917 Fix make dist 12918 12919commit ddb0f358f9f590813c52076a902ca442f84c4395 12920Author: Jean-Baptiste Kempf <jb@videolan.org> 12921Date: Wed Sep 5 21:54:45 2007 +0000 12922 12923 Oops. 12924 12925commit ef25e36b7d3cd81e9c1c1b031debbf862c76a1e9 12926Author: Jean-Baptiste Kempf <jb@videolan.org> 12927Date: Wed Sep 5 21:48:07 2007 +0000 12928 12929 Fortunes ! thx Mirsal && thresh 12930 12931commit fa2490c8f4e9c5019a85ed00c51acdffa72137e1 12932Author: Christophe Mutricy <xtophe@videolan.org> 12933Date: Wed Sep 5 21:12:53 2007 +0000 12934 12935 Update the file list for l10n 12936 a few fix in fr.po 12937 12938commit f94b080a59e8592da200f3ca7d87ac14c2e2caa5 12939Author: Christophe Mutricy <xtophe@videolan.org> 12940Date: Wed Sep 5 20:34:04 2007 +0000 12941 12942 Fix warnings about asprintf() + cosmetics 12943 12944commit 818a485566877481d75904f93103e2fa6aef38f1 12945Author: Rémi Denis-Courmont <rem@videolan.org> 12946Date: Wed Sep 5 19:58:01 2007 +0000 12947 12948 Rationalize TCP error messages a bit 12949 12950commit 8453fd2a9850f68ec9cc5835c3e064a0779a03b0 12951Author: Rémi Denis-Courmont <rem@videolan.org> 12952Date: Wed Sep 5 19:51:21 2007 +0000 12953 12954 Allow SOCKS server to be a hostname rather than an IP always 12955 12956commit 9e16831efbbc546eff5ef4612c3cecfbf5fd5d08 12957Author: Rémi Denis-Courmont <rem@videolan.org> 12958Date: Wed Sep 5 19:24:52 2007 +0000 12959 12960 Fix the exact same remote DoS as in RTSP stream output 12961 (SETUP without Transport:) 12962 12963commit db68600344d09a7e31913690c71a7bc7f2f5fe42 12964Author: Rafaël Carré <funman@videolan.org> 12965Date: Wed Sep 5 18:46:35 2007 +0000 12966 12967 Fix [21766] 12968 12969commit cda33f62f781d59d68594906206372e5b27c70f8 12970Author: Pierre d'Herbemont <pdherbemont@videolan.org> 12971Date: Wed Sep 5 18:45:09 2007 +0000 12972 12973 misc/darwin_specific.c: Correctly detect the Mac OS X framework. 12974 12975commit 5ebdd3e10056f7e21cad77a127619274a0a5c005 12976Author: Pierre d'Herbemont <pdherbemont@videolan.org> 12977Date: Wed Sep 5 18:12:06 2007 +0000 12978 12979 isrc/Makefile.am: Include media_list_path.h to fix make dist-clean, as requested by j-b and aballier. 12980 12981commit 9a21bac21447ebba1648c6090d65a83af7bf0c76 12982Author: Jean-Paul Saman <jpsaman@videolan.org> 12983Date: Wed Sep 5 17:46:55 2007 +0000 12984 12985 Add function to get a human readible string for a vlc_fourcc_t value. 12986 12987commit 7b19600d12e6264ca87d295bdbcf9b61b21f91cc 12988Author: Jean-Baptiste Kempf <jb@videolan.org> 12989Date: Wed Sep 5 17:46:04 2007 +0000 12990 12991 Qt4 - Podcast dialog: Don't use the default OK/Cancel buttons, because they wouldn't be translated if we do it the default way. This does almost the same output. 12992 12993commit 7a1020aea9d963d06fd0cc8cbb0238ecf2ba9353 12994Author: Rémi Denis-Courmont <rem@videolan.org> 12995Date: Wed Sep 5 17:04:14 2007 +0000 12996 12997 Fix old ffmpeg linking regression from [20357] 12998 12999commit c055a40c592cc352ab58a78aed15f3008ffebd00 13000Author: Rémi Denis-Courmont <rem@videolan.org> 13001Date: Wed Sep 5 16:43:55 2007 +0000 13002 13003 Always autodetect MRU 13004 13005commit 585356b81257b88a8bee065c66b91daf05568a4a 13006Author: Jean-Baptiste Kempf <jb@videolan.org> 13007Date: Wed Sep 5 16:29:03 2007 +0000 13008 13009 Qt4 - forgotten "," for windows. 13010 13011commit 2df2be3188b0e607356b8f8bd2f977256880bb50 13012Author: Rafaël Carré <funman@videolan.org> 13013Date: Wed Sep 5 16:09:43 2007 +0000 13014 13015 Updates french translation 13016 13017commit e677bda82afc3a4cc609b590e9ee7e30150cebb9 13018Author: Rafaël Carré <funman@videolan.org> 13019Date: Wed Sep 5 16:09:19 2007 +0000 13020 13021 Fix use of qcleanlooks style 13022 13023commit c4a87231c4018442034f7da073288b553b870a99 13024Author: Jean-Baptiste Kempf <jb@videolan.org> 13025Date: Wed Sep 5 16:06:01 2007 +0000 13026 13027 Qt4 - cosmetic and trailing spaces. symbols fix. 13028 13029commit 052f1a150c151f0c8f98d221e4e91c5ddf9e4104 13030Author: Jean-Baptiste Kempf <jb@videolan.org> 13031Date: Wed Sep 5 15:54:36 2007 +0000 13032 13033 Qt4 - Compile fix for windows. 13034 13035commit 101b123f8f4cf5ab02ee72f8bac363bba575e0b8 13036Author: Jean-Baptiste Kempf <jb@videolan.org> 13037Date: Wed Sep 5 15:47:49 2007 +0000 13038 13039 Add a string. Forgot that file in previous commits. 13040 13041commit 8622fe6eb11911adc59f4abc6bbe8b7580e35899 13042Author: Jean-Baptiste Kempf <jb@videolan.org> 13043Date: Wed Sep 5 15:37:51 2007 +0000 13044 13045 Qt4 - Rename add() function to a more instructive name. 13046 13047commit 6eabc8bc8bfa467fa57ea95de1c3f4dde58eded1 13048Author: Jean-Baptiste Kempf <jb@videolan.org> 13049Date: Wed Sep 5 15:33:32 2007 +0000 13050 13051 Qt4 - Cleanups and use QMenu on the stack to avoid leaks. Show menu with exec instead of popup. 13052 13053commit 684cafc46a709fa405c52da4f100e9f1571428c9 13054Author: Jean-Baptiste Kempf <jb@videolan.org> 13055Date: Wed Sep 5 15:32:06 2007 +0000 13056 13057 Qt4 - Cleanup and start code to get the possibility on Windows to open the containing folder... 13058 13059commit bb22f2970dd4978f7d2d6420dc1b96b4f1492b5b 13060Author: Jean-Baptiste Kempf <jb@videolan.org> 13061Date: Wed Sep 5 15:14:56 2007 +0000 13062 13063 Qt4 - Right click on the header on the QTreeView for the playlist enables you to choose the columns you want to be shown. This removes also the code that was in the Model part since this is View Related. Ref #1282 (almost done). 13064 There is still segfaults on close of VLC after that menu is triggered. 13065 13066commit c0777c319477a09c46f34429285b6c329edae44b 13067Author: Jean-Baptiste Kempf <jb@videolan.org> 13068Date: Wed Sep 5 15:08:03 2007 +0000 13069 13070 Qt4 - cosmetic 13071 13072commit c42daaa5214dce3fc368b2cd275426eb51a39a67 13073Author: Rémi Denis-Courmont <rem@videolan.org> 13074Date: Wed Sep 5 13:52:35 2007 +0000 13075 13076 Do not assume that long long = int64_t 13077 13078commit ba2f5bd9ac10f92e9bec20e9dbe0fb7f10a6dcb5 13079Author: Rémi Denis-Courmont <rem@videolan.org> 13080Date: Wed Sep 5 13:52:05 2007 +0000 13081 13082 Missing static 13083 13084commit e412c573c01476d7fa309058af487ba183824bbb 13085Author: Rémi Denis-Courmont <rem@videolan.org> 13086Date: Wed Sep 5 13:51:45 2007 +0000 13087 13088 #include fix 13089 13090commit 1b67b68abd876b96c8dd7222fa23e34f028ff7c2 13091Author: Rémi Denis-Courmont <rem@videolan.org> 13092Date: Wed Sep 5 13:51:21 2007 +0000 13093 13094 #include order 13095 13096commit 5661b194b13f2352b14ca9da3371523f5c0a124c 13097Author: Rémi Denis-Courmont <rem@videolan.org> 13098Date: Wed Sep 5 13:51:01 2007 +0000 13099 13100 Missing static 13101 13102commit 83caa247cf0e2ecbdbf1d35675ad716f788fc862 13103Author: Rémi Denis-Courmont <rem@videolan.org> 13104Date: Wed Sep 5 13:50:45 2007 +0000 13105 13106 #include order 13107 13108commit d407c3ff61ec452b95f0217b065bc696467b23b3 13109Author: Rémi Denis-Courmont <rem@videolan.org> 13110Date: Wed Sep 5 13:50:28 2007 +0000 13111 13112 Const warning 13113 13114commit 9b749a07457052642c01bfc0cff914c38ba72074 13115Author: Rémi Denis-Courmont <rem@videolan.org> 13116Date: Wed Sep 5 13:50:02 2007 +0000 13117 13118 Fix #includes and remove useless variable 13119 13120commit 3b043bf1cf1711d2c95f65fab81731c4a69c94f8 13121Author: Rémi Denis-Courmont <rem@videolan.org> 13122Date: Wed Sep 5 13:49:30 2007 +0000 13123 13124 Missing const 13125 13126commit 02fbd5872ba18c2d463edef59388b461bc31afdb 13127Author: Damien Fouilleul <damienf@videolan.org> 13128Date: Wed Sep 5 12:07:33 2007 +0000 13129 13130 wxwidgets: fix crash in playlist due to change in meta behaviour (all metas used to retunr "" rather than NULL) 13131 13132commit 5ccbc289ef6c96b118e6f0d28fa26554eac43bc7 13133Author: Jean-Baptiste Kempf <jb@videolan.org> 13134Date: Wed Sep 5 11:01:43 2007 +0000 13135 13136 qt4 - Main controls, small modification and implementation of fullscreen(). 13137 13138commit 3b9f21885acab9d6ac1d9ca92a4cc0f80f1798ad 13139Author: Jean-Baptiste Kempf <jb@videolan.org> 13140Date: Wed Sep 5 11:00:42 2007 +0000 13141 13142 Qt4 - removing some debug. 13143 13144commit d293a71e904896964de9dc57a3233e595c5a89ce 13145Author: Rémi Denis-Courmont <rem@videolan.org> 13146Date: Wed Sep 5 06:51:54 2007 +0000 13147 13148 #include order 13149 13150commit 0a84a0358d63a2de3c07b011f77455eef877c371 13151Author: Rémi Denis-Courmont <rem@videolan.org> 13152Date: Wed Sep 5 06:51:34 2007 +0000 13153 13154 size_t / int confusion 13155 13156commit 361d658a2bb4b7e0cbb000d58ee5b21968e696f4 13157Author: Bernie Purcell <bitmap@videolan.org> 13158Date: Wed Sep 5 06:03:23 2007 +0000 13159 13160 Change the format of the patch to live, since buildbot is 13161 now blaming me for breaking this even though I've never 13162 touched it. 13163 13164commit d7790c494e9df04b54a350e18658fe63b1162b0d 13165Author: Bernie Purcell <bitmap@videolan.org> 13166Date: Wed Sep 5 05:14:33 2007 +0000 13167 13168 Move more of the code for USF subtitles decoding out into separate 13169 module. It has almost no code in common with normal subtitles and ASS 13170 subtitle decoding, and this split further simplifies what belongs to 13171 what. 13172 13173commit a27798f81e1dfcb34e0ee1ad47ac694ad82e9205 13174Author: Bernie Purcell <bitmap@videolan.org> 13175Date: Wed Sep 5 01:03:01 2007 +0000 13176 13177 Correct a warning on OSX 13178 13179commit 8f2310f803c40f1c1830eee2c20e9ff0cbd0d34c 13180Author: Bernie Purcell <bitmap@videolan.org> 13181Date: Wed Sep 5 01:02:34 2007 +0000 13182 13183 Add additional dependancies on fontconfig so that a rebuild will 13184 be forced when the patch or the Makefile itself changes - a previous 13185 change hasn't been picked up by buildbot, and it hasn't been 13186 corrected on win32 builds. 13187 13188commit 9abac129b710ea05473e3cc9c1e55468b4505d91 13189Author: Bernie Purcell <bitmap@videolan.org> 13190Date: Wed Sep 5 00:24:27 2007 +0000 13191 13192 Add fontconfig to OSX builds 13193 13194commit 0f403e756500bc8756a4a7ec767bcb8b69d4daaf 13195Author: Antoine Cellerier <dionoea@videolan.org> 13196Date: Tue Sep 4 21:08:56 2007 +0000 13197 13198 Hopefully fix the build for windows. 13199 13200commit a3f716c598e3dae03f8bf532a1d5ba101a882bf2 13201Author: Jean-Paul Saman <jpsaman@videolan.org> 13202Date: Tue Sep 4 20:32:16 2007 +0000 13203 13204 Damn previous commit was even worse. I need some rest. 13205 13206commit 29968fb028def231d965675dcf5c7d35c9b03961 13207Author: Antoine Cellerier <dionoea@videolan.org> 13208Date: Tue Sep 4 20:30:56 2007 +0000 13209 13210 Start seamcarving video filter. I'm commiting this mainly to get it in a windows build. This still needs some heavy optimisation, support for vertical resizing, colors and upscaling. 13211 13212 Sample command line for those who want to test: time ./vlc fake: --fake-file ~/images/NATURE-Fakarava_400x300.jpg --fake-fps 5 -I dummy --control rc -V x11 --video-filter seamcarving@s 13213 You can change the croping by using commands like: 13214 @s crop 200 (a crop value of 0 resets it to the default mode) 13215 13216commit 256df85cc84c35ae79487aadda2d7c22784537bc 13217Author: Rémi Denis-Courmont <rem@videolan.org> 13218Date: Tue Sep 4 19:26:57 2007 +0000 13219 13220 Fix minor cast mistmatches 13221 13222commit 8917f5666c5de092b5c1cf19078aabb3efdeedd2 13223Author: Rémi Denis-Courmont <rem@videolan.org> 13224Date: Tue Sep 4 19:26:26 2007 +0000 13225 13226 Fix incorrect type size on 64bits 13227 13228commit 6a8601da13882317c95a78e772bfc1cc8abb924b 13229Author: Rémi Denis-Courmont <rem@videolan.org> 13230Date: Tue Sep 4 19:25:38 2007 +0000 13231 13232 Fix referenced types (potentially fix crash with CGIs on 64bits) 13233 13234commit 45444ce685de7c090c8db1d9a798dbf47eb4b809 13235Author: Rémi Denis-Courmont <rem@videolan.org> 13236Date: Tue Sep 4 19:23:37 2007 +0000 13237 13238 Fix crash 13239 13240commit 4c4c1053927202eb0d736bd343bd64d1f31fd117 13241Author: Rémi Denis-Courmont <rem@videolan.org> 13242Date: Tue Sep 4 19:21:53 2007 +0000 13243 13244 Fix some cast warnings 13245 13246commit f3b32f6f56727dcb71e7fdfe45f4a476f5e98a9a 13247Author: Rémi Denis-Courmont <rem@videolan.org> 13248Date: Tue Sep 4 19:20:14 2007 +0000 13249 13250 Fix pointer-int casts warnings 13251 13252commit 9f279d647f30a3c161d8f9fe32619ee47b09ef56 13253Author: Rémi Denis-Courmont <rem@videolan.org> 13254Date: Tue Sep 4 19:19:22 2007 +0000 13255 13256 Fix some 64bits warnings 13257 13258commit 54881bea19f449c66daee4e0b8f3d383d5ff996b 13259Author: Jean-Paul Saman <jpsaman@videolan.org> 13260Date: Tue Sep 4 13:13:27 2007 +0000 13261 13262 Oops forgot to print the chroma. 13263 13264commit 4ef2e8495180b714aaf9f46944ac3cb913298acb 13265Author: Dennis van Amerongen <trax@videolan.org> 13266Date: Mon Sep 3 21:34:56 2007 +0000 13267 13268 * modules/demux/demuxdump.c: typo dumpper -> dumper 13269 13270commit 10c43fae52aae6cef7092922e203ec9e3b074f34 13271Author: Jean-Baptiste Kempf <jb@videolan.org> 13272Date: Mon Sep 3 21:10:56 2007 +0000 13273 13274 Qt4 - add .mxf and .gxf to video files. 13275 13276commit c72b18511552f25b386517406d71b4f7d5da3382 13277Author: Jean-Paul Saman <jpsaman@videolan.org> 13278Date: Mon Sep 3 20:26:21 2007 +0000 13279 13280 Print error when chroma is not supported 13281 13282commit 8492b86d398da5cee88bf7897e0b9ad219557074 13283Author: Jean-Paul Saman <jpsaman@videolan.org> 13284Date: Mon Sep 3 20:20:07 2007 +0000 13285 13286 Check malloc return values. 13287 13288commit 21c366191681ab5dd190a9ebf6ecb37c501c851d 13289Author: Rafaël Carré <funman@videolan.org> 13290Date: Mon Sep 3 19:06:58 2007 +0000 13291 13292 Updates COPYING with new FSF address, removes weird characters 13293 13294commit 9d9587c8a81c5f91441614f3460f0c4008011f77 13295Author: Rémi Denis-Courmont <rem@videolan.org> 13296Date: Mon Sep 3 16:01:40 2007 +0000 13297 13298 subdir build fix 13299 13300commit 6dea96129049641b9814d06b382615054cfcf82f 13301Author: Rémi Denis-Courmont <rem@videolan.org> 13302Date: Mon Sep 3 16:00:02 2007 +0000 13303 13304 BSD make fix 13305 13306commit 345d466ca8677eab0933bf584844739782b0e4a4 13307Author: Damien Fouilleul <damienf@videolan.org> 13308Date: Mon Sep 3 15:14:44 2007 +0000 13309 13310 misc/rand.c: cleanup and fix a stupid bug 13311 13312commit 99e59bbea168370d033a25376ee09c4595bbd3ec 13313Author: Bernie Purcell <bitmap@videolan.org> 13314Date: Mon Sep 3 05:06:35 2007 +0000 13315 13316 Fix cross compile of x264. The --crosscompile switch being added by the patch doesn't appear to have worked for some time. 13317 13318commit 2cde647ab66842989ccdc37f801bd912ce75d0ce 13319Author: Rafaël Carré <funman@videolan.org> 13320Date: Sun Sep 2 23:47:51 2007 +0000 13321 13322 Fix wxwidgets compilation 13323 13324commit 8a0b8bd8d22cf77b80e370fb018b45946002e2fe 13325Author: Damien Fouilleul <damienf@videolan.org> 13326Date: Sun Sep 2 21:47:07 2007 +0000 13327 13328 misc/rand.c: actually, windows comes with a particularily comprehensive crypto library 13329 13330commit 7130848670c7c35cfe7b047761a0a6ada909ae94 13331Author: Jean-Baptiste Kempf <jb@videolan.org> 13332Date: Sun Sep 2 21:41:33 2007 +0000 13333 13334 qt4 wording. 13335 13336commit 4b48a0132b3b5ba3aadcbbf934ff36c24c15a693 13337Author: Jean-Baptiste Kempf <jb@videolan.org> 13338Date: Sun Sep 2 21:33:21 2007 +0000 13339 13340 Qt4 - add a warning about the composite thing. 13341 13342commit 23503cc0b1259fbb12023c66468fce1e24e7c91c 13343Author: Rafaël Carré <funman@videolan.org> 13344Date: Sun Sep 2 21:30:04 2007 +0000 13345 13346 Removes leftover of previous commit 13347 13348commit 1cbdebe93fd69281e1a8d9b66e8ae4abef7f2363 13349Author: Rafaël Carré <funman@videolan.org> 13350Date: Sun Sep 2 21:28:56 2007 +0000 13351 13352 Adds an option to qt4 intf to set opacity for main interface, playlist, and extended panels. 13353 Note that on french locale floats are 0,x and not 0.x 13354 13355commit 96c503f3b019baa47d3633c1ecec59995625b837 13356Author: Antoine Cellerier <dionoea@videolan.org> 13357Date: Sun Sep 2 21:24:53 2007 +0000 13358 13359 If the podcast service discovery is already runing, update its podcast-urls variable. 13360 13361commit 6df62cf5a6d007f180968eeba2e2f1922f4a0025 13362Author: Antoine Cellerier <dionoea@videolan.org> 13363Date: Sun Sep 2 21:24:02 2007 +0000 13364 13365 Rewrite parts of the podcast service discovery module and make it handle additions to the url list at runtime. (deletions are not supported, without a module restart) 13366 13367commit 027b8eabd3d40ec522e0e19cb9db0e73b51ddd25 13368Author: Antoine Cellerier <dionoea@videolan.org> 13369Date: Sun Sep 2 21:22:32 2007 +0000 13370 13371 Attach service discovery objects to the playlist (and remove a bunch of trailing spaces). 13372 13373commit e3a2301cc6d69dd030ec43dd8d6466b84128e63a 13374Author: Christophe Mutricy <xtophe@videolan.org> 13375Date: Sun Sep 2 21:13:07 2007 +0000 13376 13377 Italian l10n update by Vincenzo Reale 13378 13379commit 45d3191988ac7622b28ba65ccbe01500fb7800e0 13380Author: Rémi Denis-Courmont <rem@videolan.org> 13381Date: Sun Sep 2 20:01:13 2007 +0000 13382 13383 ! It did say NON-PREDICTIBLE at the top of the file, didn't it? 13384 13385commit 29b9c7e10981399bee1a6bab2da374eb8b637a74 13386Author: Antoine Cellerier <dionoea@videolan.org> 13387Date: Sun Sep 2 16:55:23 2007 +0000 13388 13389 Apply "[PATCH] controls widget" by Domani Hannes. Thanks. 13390 13391commit e4bbf1c43df3c160b45b8b8d65261d4708f2e147 13392Author: Antoine Cellerier <dionoea@videolan.org> 13393Date: Sun Sep 2 16:17:36 2007 +0000 13394 13395 Add a podcast configuration dialog to the Qt4 interface/dialogs provider. 13396 13397commit fe92f9c92dc93bfc5a6948832246788e3010ace0 13398Author: Antoine Cellerier <dionoea@videolan.org> 13399Date: Sun Sep 2 16:14:27 2007 +0000 13400 13401 Change the podcast-urls config option to auto save. 13402 13403commit 9351b76fdbdad2cb8f7ce5c0b5e67060bedb5225 13404Author: Antoine Cellerier <dionoea@videolan.org> 13405Date: Sun Sep 2 14:34:01 2007 +0000 13406 13407 [21716] in a Qt 4.2 compatible way. 13408 13409commit a34179cce81c61f7cc1a4ab21b01ee6c62fe6e55 13410Author: Antoine Cellerier <dionoea@videolan.org> 13411Date: Sun Sep 2 12:50:41 2007 +0000 13412 13413 Add option to disable the Qt interface notification popup. 13414 13415commit 967ecaa2b96200b3366363bcdb764103c2e613b4 13416Author: Rafaël Carré <funman@videolan.org> 13417Date: Sun Sep 2 12:47:44 2007 +0000 13418 13419 Partially revert [21689]. Ships AUTHORS and THANKS with windows package 13420 13421commit 594d78c69e5c5afc10729d96e54684cce531e269 13422Author: Antoine Cellerier <dionoea@videolan.org> 13423Date: Sun Sep 2 12:39:44 2007 +0000 13424 13425 Make the skins download url clickable in the simple preferences. 13426 13427commit 4f003e9b4a7f4f58da6d1356009c5b565157200d 13428Author: Jean-Baptiste Kempf <jb@videolan.org> 13429Date: Sun Sep 2 10:10:00 2007 +0000 13430 13431 Qt4 - adding a '...' in the description... Cosmetic 13432 13433commit 4b1b159249c3dfc60a8d42c8624614c820074159 13434Author: Antoine Cellerier <dionoea@videolan.org> 13435Date: Sun Sep 2 09:34:21 2007 +0000 13436 13437 Change the web irc url here too (and split the help string on several lines). 13438 13439commit 05a66223c48ca4323091004940075d9b2fa0382b 13440Author: Rémi Denis-Courmont <rem@videolan.org> 13441Date: Sun Sep 2 09:06:57 2007 +0000 13442 13443 Fixes 13444 13445commit b1e0a5cb7669c793b02846a40b6d8ee6b708ccb4 13446Author: Rémi Denis-Courmont <rem@videolan.org> 13447Date: Sun Sep 2 08:59:59 2007 +0000 13448 13449 Handle HTTP OPTIONS 13450 13451commit 50e9af20476418c62d01648e1fe4d3f51dd5cb07 13452Author: Rémi Denis-Courmont <rem@videolan.org> 13453Date: Sun Sep 2 08:51:01 2007 +0000 13454 13455 Don't claim to support HTTP 1.x where x > 1 13456 13457commit 4008d8a74e41fdb2b2c29b07898155393845f45e 13458Author: Rémi Denis-Courmont <rem@videolan.org> 13459Date: Sun Sep 2 07:33:40 2007 +0000 13460 13461 Missing const 13462 13463commit 844dbdaf7d443cb39f5ea1bad84245b90282247e 13464Author: Rémi Denis-Courmont <rem@videolan.org> 13465Date: Sun Sep 2 07:32:06 2007 +0000 13466 13467 Fix warnings 13468 13469commit 324f8cbcc28babf63aaac02538b7b394bcc705a6 13470Author: Rémi Denis-Courmont <rem@videolan.org> 13471Date: Sun Sep 2 07:30:43 2007 +0000 13472 13473 Fix warnings 13474 13475commit 4ff1a33b3b5557ea417e98da506a3dac235fb9d7 13476Author: Rémi Denis-Courmont <rem@videolan.org> 13477Date: Sun Sep 2 07:28:08 2007 +0000 13478 13479 Another set of missing consts 13480 13481commit 3bb815bfa479cea81200048bdf9bbcf72e467b77 13482Author: Rémi Denis-Courmont <rem@videolan.org> 13483Date: Sun Sep 2 07:26:10 2007 +0000 13484 13485 eol:style 13486 13487commit 5f5acdfecf85b16b3c2396bd73bd9758ea1b905d 13488Author: Rémi Denis-Courmont <rem@videolan.org> 13489Date: Sun Sep 2 07:25:07 2007 +0000 13490 13491 image/png rather than application/octet-stream 13492 13493commit a00435e7ac3293b1d3dd503be979d7dfcbce24e4 13494Author: Rémi Denis-Courmont <rem@videolan.org> 13495Date: Sun Sep 2 07:23:12 2007 +0000 13496 13497 Typo 13498 13499commit ee1838d703dd65e5a9c8d60733029611bb63c64e 13500Author: Rémi Denis-Courmont <rem@videolan.org> 13501Date: Sun Sep 2 07:22:32 2007 +0000 13502 13503 Add missing const - should fix a few Qt4 warnings 13504 13505commit 806d1fd1b89cf3ce2896fda27c623fcfc5758f0a 13506Author: Rémi Denis-Courmont <rem@videolan.org> 13507Date: Sun Sep 2 07:21:02 2007 +0000 13508 13509 Remove harmful MIME type 13510 13511commit f415a5484235421632c701ea24df7fd2f952541f 13512Author: Rémi Denis-Courmont <rem@videolan.org> 13513Date: Sun Sep 2 07:18:33 2007 +0000 13514 13515 XPM are text files, not binaries 13516 13517commit a7ff60b48909939193f52e5c4812d9d94498283b 13518Author: Rémi Denis-Courmont <rem@videolan.org> 13519Date: Sun Sep 2 07:08:20 2007 +0000 13520 13521 Fix automake warning 13522 13523commit 7347528a46f5181031d426b4bd42cb9e98c95be5 13524Author: Rafaël Carré <funman@videolan.org> 13525Date: Sun Sep 2 04:03:11 2007 +0000 13526 13527 alsa: don't start playing before at least a period has been written to the alsa device 13528 fixes #1165 13529 13530commit 5d6ecb1387b71ee72a36e3acaf286de6ffa02b49 13531Author: Christophe Mutricy <xtophe@videolan.org> 13532Date: Sat Sep 1 22:43:54 2007 +0000 13533 13534 Oups 13535 13536commit 32fce3217529b35c5f7540c30d0a8312f412007f 13537Author: Christophe Mutricy <xtophe@videolan.org> 13538Date: Sat Sep 1 22:36:12 2007 +0000 13539 13540 We are in 2007 13541 13542commit 2088dce60f85e071a1ed914988b6066fdf1e423b 13543Author: Christophe Mutricy <xtophe@videolan.org> 13544Date: Sat Sep 1 21:44:12 2007 +0000 13545 13546 rand_s() is only in Win XP and latest. so use rand() until we decide to not support win2000 13547 13548commit 53b2aa8364e6887072b929c7053d78a17dd35b37 13549Author: Antoine Cellerier <dionoea@videolan.org> 13550Date: Sat Sep 1 20:37:17 2007 +0000 13551 13552 Fix the use of commands list, tree and vars in the rc interface which were broken since [21138]. 13553 13554commit 2f38e7377e4040e0a20de0bea50c7c4714c93a41 13555Author: Rémi Denis-Courmont <rem@videolan.org> 13556Date: Sat Sep 1 20:04:56 2007 +0000 13557 13558 Fix segmentation fault 13559 13560commit 7ab18bda8d89925ec0632f63ca5f3f8b83e880dc 13561Author: Rémi Denis-Courmont <rem@videolan.org> 13562Date: Sat Sep 1 19:34:41 2007 +0000 13563 13564 Remove old unused code 13565 13566commit 24b546fb5f93ecf019f67762d68f78016aeae7ac 13567Author: Rémi Denis-Courmont <rem@videolan.org> 13568Date: Sat Sep 1 19:34:09 2007 +0000 13569 13570 Factorize aggregate and non-aggregate RTSP code paths 13571 13572commit 88c0950bd9aedea022217b3aff7fc4a7a391e829 13573Author: Rémi Denis-Courmont <rem@videolan.org> 13574Date: Sat Sep 1 19:03:22 2007 +0000 13575 13576 Cosmetics 13577 13578commit 8a67cac427665f097c95b9272cf431b752939724 13579Author: Rémi Denis-Courmont <rem@videolan.org> 13580Date: Sat Sep 1 17:50:51 2007 +0000 13581 13582 Use RTP sout for RTP 13583 13584commit 7440827a7f8064269e74394895ec0c6073778490 13585Author: Rafaël Carré <funman@videolan.org> 13586Date: Sat Sep 1 17:43:49 2007 +0000 13587 13588 qt4: Fix help dialog (again) 13589 Uses builtin AUTHORS THANKS and COPYING files on every platform 13590 Don't ship AUTHORS.txt and THANKS.txt on windows packages 13591 COPYING.txt is kept since it's used in the nsis installer 13592 Only show authors' name instead of the full AUTHORS file 13593 Removes an empty line in THANKS to make it easier to parse without using endless pipes 13594 13595commit 17acf7977fd1d5587140e686b62a62dce1e55dc9 13596Author: Jean-Baptiste Kempf <jb@videolan.org> 13597Date: Sat Sep 1 17:36:48 2007 +0000 13598 13599 Add myself as qt4 maintainer :D 13600 13601commit b8c1216a38d25e7d261119af30bff6ad21b5c032 13602Author: Rémi Denis-Courmont <rem@videolan.org> 13603Date: Sat Sep 1 17:34:39 2007 +0000 13604 13605 Improve randomness of RTSP session ID. 13606 Now it should not be possible to guess other people's ID. 13607 13608commit b5d134fcb108cf6721d2ed06131961ae132675d0 13609Author: Rémi Denis-Courmont <rem@videolan.org> 13610Date: Sat Sep 1 17:32:18 2007 +0000 13611 13612 Fix a few warnings 13613 13614commit 7fd6e102f11283eb73be23ff18b790ac0d46fc84 13615Author: Jean-Baptiste Kempf <jb@videolan.org> 13616Date: Sat Sep 1 17:27:50 2007 +0000 13617 13618 Modification of THANKS about Pierre-Luc Beaudoin contributions. 13619 13620commit b6ffa9ae52c53a2d4f3e0f8d8d100403c2b874f7 13621Author: Jean-Baptiste Kempf <jb@videolan.org> 13622Date: Sat Sep 1 17:26:17 2007 +0000 13623 13624 Qt4 - Jack Input UI. 13625 13626commit 4070db3ea94ae8e6c3680c4f11fe6540c97bc775 13627Author: Rémi Denis-Courmont <rem@videolan.org> 13628Date: Sat Sep 1 17:10:55 2007 +0000 13629 13630 Fix about.hpp generation 13631 13632commit 38e86905008a66813faaba66ec8acc5d173b67c8 13633Author: Rémi Denis-Courmont <rem@videolan.org> 13634Date: Sat Sep 1 16:58:35 2007 +0000 13635 13636 Separate Makefile generation from bootstrap 13637 so that we can update individual Makefile.am files. 13638 13639commit 1760c10bffb0b920ec39c7b5812d04cce9a0aef7 13640Author: Jean-Baptiste Kempf <jb@videolan.org> 13641Date: Sat Sep 1 16:55:47 2007 +0000 13642 13643 Jack Input bugfixes and some more options: 13644 - bug: cracking in the captured sound 13645 - autoconnect to inputs 13646 - use VLC pace 13647 Patch by Pierre-Luc Beaudoin from Savoir-faire Linux 13648 13649commit 923f5384d66362f53075b4b74ea66f3dd9f46ff9 13650Author: Jean-Baptiste Kempf <jb@videolan.org> 13651Date: Sat Sep 1 16:38:57 2007 +0000 13652 13653 Qt4-help. Small modifications on the size. 13654 13655commit be9943b7a84e0b794ef60e9fcd1c52c73bdc3e7a 13656Author: Rafaël Carré <funman@videolan.org> 13657Date: Sat Sep 1 16:36:15 2007 +0000 13658 13659 qt4/about: reads data from the files when they are shipped with the binary (i.e. on windows) 13660 13661commit f4760a11a3cd7f65f67a5df1c4b3096e4c708f91 13662Author: Rafaël Carré <funman@videolan.org> 13663Date: Sat Sep 1 16:35:25 2007 +0000 13664 13665 net_Read(): Checks p_libvlc->b_die 13666 13667commit 1fdb0d7e995672818cb4dfdef577940b87db3806 13668Author: Jean-Baptiste Kempf <jb@videolan.org> 13669Date: Sat Sep 1 16:29:51 2007 +0000 13670 13671 qt4: disc controls should only be shown on request. 13672 To test. 13673 13674commit dcbc179cebdcb1d19b1faee50792ff506019fbfc 13675Author: Jean-Baptiste Kempf <jb@videolan.org> 13676Date: Sat Sep 1 16:25:14 2007 +0000 13677 13678 Qt4 - Add a proper about section. This needs to be reviewed for i18n. 13679 13680commit 10f0097e3db6931ce1759d8a67a08c3a936b703d 13681Author: Rémi Denis-Courmont <rem@videolan.org> 13682Date: Sat Sep 1 15:50:54 2007 +0000 13683 13684 Fix crash (once more, this would be easily avoided by 13685 LOOKING AT THE COMPILER WARNING before -or even after- committing) 13686 13687commit 6c5d6837e484fc9d6e5ba2091ea7d2cac80c349d 13688Author: Rémi Denis-Courmont <rem@videolan.org> 13689Date: Sat Sep 1 15:47:03 2007 +0000 13690 13691 Fix signedness 13692 13693commit ced75b5595c68e6a5153280a12f17f6ed23439cb 13694Author: Rémi Denis-Courmont <rem@videolan.org> 13695Date: Sat Sep 1 15:46:09 2007 +0000 13696 13697 Fix warning 13698 13699commit 56bdc149657880b5faf41f023092f7df87d4ef0c 13700Author: Rémi Denis-Courmont <rem@videolan.org> 13701Date: Sat Sep 1 15:45:01 2007 +0000 13702 13703 Fix compiler warning 13704 13705commit 4c2fdff7ec0e1dffd3371ec731eff7fbfe4051cb 13706Author: Rémi Denis-Courmont <rem@videolan.org> 13707Date: Sat Sep 1 15:43:37 2007 +0000 13708 13709 Fix (Win32) precompiler warnings 13710 13711commit 5a6f6c9e169db51f623f232b348c10a8e07b2453 13712Author: Rémi Denis-Courmont <rem@videolan.org> 13713Date: Sat Sep 1 15:42:30 2007 +0000 13714 13715 Try to fix a compiler warning 13716 13717commit bdf786c983885b18e9162fd01d245442a6c9ec06 13718Author: Rémi Denis-Courmont <rem@videolan.org> 13719Date: Sat Sep 1 15:41:19 2007 +0000 13720 13721 Use HMAC-MD5 rather than plain MD5 13722 13723commit f73343dcc3ede348d2936fcd03967ad9f84439a4 13724Author: Rémi Denis-Courmont <rem@videolan.org> 13725Date: Sat Sep 1 15:36:22 2007 +0000 13726 13727 Remove a big bunch of #include that are not needed anymore 13728 (we had them because of the big vlc_symbol structure) 13729 13730commit 63ea63eb19692b20fe489f25c237c121d36fe932 13731Author: Rémi Denis-Courmont <rem@videolan.org> 13732Date: Sat Sep 1 15:32:45 2007 +0000 13733 13734 Add nonce generator vlc_rand_bytes 13735 13736commit 4e4b03cdd235c50480f15243bc92ea6a4fc9ec5e 13737Author: Rémi Denis-Courmont <rem@videolan.org> 13738Date: Sat Sep 1 15:19:42 2007 +0000 13739 13740 Fixup AddMD5 prototype 13741 13742commit 103b8ce89f28046abe275f1123aea4ed630f401a 13743Author: Rémi Denis-Courmont <rem@videolan.org> 13744Date: Sat Sep 1 15:14:26 2007 +0000 13745 13746 Do not export DigestMD5; it's an internal subprocedure 13747 13748commit ad84f2722d00bd61055ebc47fc54eb0eae7a3daf 13749Author: Jean-Baptiste Kempf <jb@videolan.org> 13750Date: Sat Sep 1 15:13:06 2007 +0000 13751 13752 Qt4 - help: add AUTHORS to the tabs 13753 13754commit defc076412361c788dd91bb965c0ecdaa757b712 13755Author: Rafaël Carré <funman@videolan.org> 13756Date: Sat Sep 1 15:08:57 2007 +0000 13757 13758 Adds a link to cgi/irc in help 13759 13760commit ec22b8de39cde1d1a88222adadd39984de385a35 13761Author: Rafaël Carré <funman@videolan.org> 13762Date: Sat Sep 1 14:55:55 2007 +0000 13763 13764 qt4/dialogs: svn:keywords set to Id 13765 13766commit 70044982c706eedd18332b139c48bd186e9a410f 13767Author: Rafaël Carré <funman@videolan.org> 13768Date: Sat Sep 1 14:45:29 2007 +0000 13769 13770 Reverts 21658 as it's totally wrong 13771 13772commit ee51eb43bd4f193641882329006d22d303275427 13773Author: Jean-Baptiste Kempf <jb@videolan.org> 13774Date: Sat Sep 1 14:39:41 2007 +0000 13775 13776 Qt4 - More Help. 13777 13778commit 68cdf347da595e7a6975a21cf61b24bffa1bdbea 13779Author: Rémi Denis-Courmont <rem@videolan.org> 13780Date: Sat Sep 1 14:11:39 2007 +0000 13781 13782 DSO friendliness 13783 13784commit be9cd599a925a002e5e7f57721385178be2d6ec9 13785Author: Rafaël Carré <funman@videolan.org> 13786Date: Sat Sep 1 14:09:58 2007 +0000 13787 13788 rc: non blocking input read 13789 13790commit 38ce0668f1010ae65fbc6ef0048b0d1133600997 13791Author: Rémi Denis-Courmont <rem@videolan.org> 13792Date: Sat Sep 1 14:08:39 2007 +0000 13793 13794 Another set of useless if statements 13795 13796commit 33e3934efb71ef490c2e6ddac0a20e4892989fd9 13797Author: Rémi Denis-Courmont <rem@videolan.org> 13798Date: Sat Sep 1 14:07:18 2007 +0000 13799 13800 - do not check "always true" case 13801 - fix a small memory leak 13802 13803commit ba9476d44e81e1eda2b45142465ba418679e74a9 13804Author: Rémi Denis-Courmont <rem@videolan.org> 13805Date: Sat Sep 1 14:00:49 2007 +0000 13806 13807 Remove unsupported profiles 13808 13809commit 889d3ddb3dbbd4d4f46f81e0fd5aa97b8f84d8de 13810Author: Rafaël Carré <funman@videolan.org> 13811Date: Sat Sep 1 13:54:36 2007 +0000 13812 13813 qt4: forces plastique style temporarily 13814 13815commit 2227effdb5e0b0452dd59d7320e7d1fa58176a49 13816Author: Rémi Denis-Courmont <rem@videolan.org> 13817Date: Sat Sep 1 13:52:25 2007 +0000 13818 13819 Do not implicitly encourage raw TS over UDP-Lite, DCCP and friends 13820 13821commit 05bf902c8a0708a4de668535f5cbd7eb69e7aa15 13822Author: Jean-Baptiste Kempf <jb@videolan.org> 13823Date: Sat Sep 1 13:42:55 2007 +0000 13824 13825 OSDMenu: add to the CAT_VIDEO category to have tweaking in the preferences. 13826 13827commit 9eac2aabf129eca3052bbea05d0efd457d5c1c07 13828Author: Rémi Denis-Courmont <rem@videolan.org> 13829Date: Sat Sep 1 13:42:00 2007 +0000 13830 13831 Fix RTP/TS sequence number regression 13832 13833commit 19fa9255e997bc593aac68ac915c3f91eeae9158 13834Author: Rémi Denis-Courmont <rem@videolan.org> 13835Date: Sat Sep 1 13:37:08 2007 +0000 13836 13837 Fix undefined variable use 13838 13839commit 75b3e3e7769605b37e1c13b7018f205614de6c69 13840Author: Jean-Baptiste Kempf <jb@videolan.org> 13841Date: Sat Sep 1 13:33:25 2007 +0000 13842 13843 Subtitles: same. Reput the correct new modifications. 13844 13845commit fbfbb77703788eec5021af7da62db8366bf76cc9 13846Author: Jean-Baptiste Kempf <jb@videolan.org> 13847Date: Sat Sep 1 13:32:26 2007 +0000 13848 13849 Subtitles: attempt to get the history back. 13850 13851commit 5422e764aa366c49ca0edbbf93a34f9f76362376 13852Author: Rafaël Carré <funman@videolan.org> 13853Date: Sat Sep 1 13:10:04 2007 +0000 13854 13855 hotkey: Stop the playlist on Quit 13856 13857commit 8fa28233d1eb356176f0825a1f677501d6a80147 13858Author: Jean-Baptiste Kempf <jb@videolan.org> 13859Date: Sat Sep 1 13:03:38 2007 +0000 13860 13861 Add svn:ignore to live and live555 in extras, since we do it with ffmpeg and x264 13862 13863commit 9e8222824b1f8dc8cb679f8ffca59c274b52441e 13864Author: Rémi Denis-Courmont <rem@videolan.org> 13865Date: Sat Sep 1 12:58:51 2007 +0000 13866 13867 Remove DCCP from the list; it's not working yet 13868 13869commit 02e94f479848b8f3e58f839c948d3cf7ccddbd67 13870Author: Jean-Baptiste Kempf <jb@videolan.org> 13871Date: Sat Sep 1 12:57:24 2007 +0000 13872 13873 Spatializer: set the svn:keywords to Id. 13874 13875commit 2373dd7bf456de5d296d45e5cc9a21499e523e31 13876Author: Jean-Baptiste Kempf <jb@videolan.org> 13877Date: Sat Sep 1 12:53:57 2007 +0000 13878 13879 Try to set a correct svn:ignore 13880 13881commit f1db7036fef7dcfe0c3e77d37922959fcfd24f44 13882Author: Jean-Baptiste Kempf <jb@videolan.org> 13883Date: Sat Sep 1 12:33:33 2007 +0000 13884 13885 Qt4 - remove the 'pink sliders' effect 13886 13887commit 6f77623a8cc4b8ed58689d3eadd6e8d92c56b08b 13888Author: Jean-Baptiste Kempf <jb@videolan.org> 13889Date: Sat Sep 1 12:27:48 2007 +0000 13890 13891 Spatializer: add the remaining files, add a correct check in configure, fix dist 13892 13893commit 97d10a66dd2595a5515c693512001a4dd55ea4d9 13894Author: Jean-Baptiste Kempf <jb@videolan.org> 13895Date: Sat Sep 1 12:15:21 2007 +0000 13896 13897 qt4 - fix temporary the compilation. 13898 13899commit 11e818fe8462354def3b3464f537bd08ecaf6161 13900Author: Jean-Baptiste Kempf <jb@videolan.org> 13901Date: Sat Sep 1 11:59:10 2007 +0000 13902 13903 Qt4 - Spatializer and other audio filter from biodun SoC => Extended panel. 13904 13905commit 5e0c0bbd7b23d538b5d1d5ea5c9c89adee3a92b8 13906Author: Felix Paul Kühne <fkuehne@videolan.org> 13907Date: Sat Sep 1 11:57:33 2007 +0000 13908 13909 * set svn:keywords correctly and fixed some minor stuff here and there 13910 13911commit c08be60a2fdbcd093e4f6920737f6b12e61d7888 13912Author: Jean-Baptiste Kempf <jb@videolan.org> 13913Date: Sat Sep 1 11:50:22 2007 +0000 13914 13915 Spatializer audio filter: activate it for compilation, since it should not produce many warnings... 13916 13917commit d034ab59c4929fda2ea452cfb6aa55a0aea6a2f9 13918Author: Jean-Baptiste Kempf <jb@videolan.org> 13919Date: Sat Sep 1 11:37:15 2007 +0000 13920 13921 Spatializer: spaces and tab!!! 13922 13923commit c701929d30cec6cf69092928a624625f279701d3 13924Author: Jean-Baptiste Kempf <jb@videolan.org> 13925Date: Sat Sep 1 11:30:58 2007 +0000 13926 13927 Spatializer audio filter, work for Google Summer of Code, by Isaac Biodun Osunkunle: osunkunle --- gmail.com 13928 This is the first part of his work. 13929 13930commit b73d314451286abe3b8d3f7337940cb558711053 13931Author: Rafaël Carré <funman@videolan.org> 13932Date: Sat Sep 1 11:06:38 2007 +0000 13933 13934 Destroys hotkey interface when Quit action is requested 13935 13936commit 4a418e9902e4e300495297f47bdf3bc1a576c448 13937Author: Christophe Mutricy <xtophe@videolan.org> 13938Date: Fri Aug 31 22:40:32 2007 +0000 13939 13940 Add a nice target here also 13941 13942commit db74f67fc5ff7b3039a9636408a781bf360d4b79 13943Author: Christophe Mutricy <xtophe@videolan.org> 13944Date: Fri Aug 31 22:31:04 2007 +0000 13945 13946 Add a nice target 13947 13948commit 01f75e6f6d03827e7e122cde3d529d2b5ea6857c 13949Author: Christophe Mutricy <xtophe@videolan.org> 13950Date: Fri Aug 31 22:16:19 2007 +0000 13951 13952 Woody is past history 13953 13954commit 8a7c44ed8bd93eb59c8345bacfabab15ce7c7fb1 13955Author: Christophe Mutricy <xtophe@videolan.org> 13956Date: Fri Aug 31 22:14:08 2007 +0000 13957 13958 Add some --with-ffmpeg-libfoo. Patch by Siegfried Wagner 13959 13960commit c7e81964ce624375f3b88aa91d53d4be8062c067 13961Author: Rafaël Carré <funman@videolan.org> 13962Date: Fri Aug 31 21:57:07 2007 +0000 13963 13964 Updates the news 13965 13966commit 49fb71137e5b2955d5f3c68034f2dbfaff27a453 13967Author: Christophe Mutricy <xtophe@videolan.org> 13968Date: Fri Aug 31 21:22:41 2007 +0000 13969 13970 Use libav*-uninstalled.pc to get the ldflags for ffmpeg when we use --with-ffmpeg-tree to link statically 13971 13972commit 256a65be95e727eaaf6a327296b18cb1d75c9d3a 13973Author: Rémi Denis-Courmont <rem@videolan.org> 13974Date: Fri Aug 31 21:08:00 2007 +0000 13975 13976 Implement dummy RTSP GET_PARAMETER so that clients can "ping" 13977 13978commit 9160f1e048691054363ed6a28ff5ad08f63dff03 13979Author: Rémi Denis-Courmont <rem@videolan.org> 13980Date: Fri Aug 31 20:11:51 2007 +0000 13981 13982 Cleanup RTCP SR support a little bit 13983 13984commit 01f85e92a05a776d374efde1dccf02987a4cf7cf 13985Author: Rémi Denis-Courmont <rem@videolan.org> 13986Date: Fri Aug 31 19:22:45 2007 +0000 13987 13988 Remove the broken kludge that should not be needed. 13989 Can't test if it now works (no GNOME here) 13990 13991commit d10ea719a3b2a41c372e4557d5cd0c6b863617a8 13992Author: Rémi Denis-Courmont <rem@videolan.org> 13993Date: Fri Aug 31 19:21:37 2007 +0000 13994 13995 Dequeue "dummy" signals 13996 13997commit 0b1c15a38655d23327a74c577fc7c1297b3eb84e 13998Author: Rémi Denis-Courmont <rem@videolan.org> 13999Date: Fri Aug 31 16:44:21 2007 +0000 14000 14001 Another round of MTU fixes (review welcome) 14002 14003commit 1600a925e7bbd96ecfeb8df16f87323fffca45f6 14004Author: Rafaël Carré <funman@videolan.org> 14005Date: Fri Aug 31 16:37:56 2007 +0000 14006 14007 Fixes commit [21610] 14008 14009commit c0fa5361a5874e1081732ceae183b220060f6201 14010Author: Rémi Denis-Courmont <rem@videolan.org> 14011Date: Fri Aug 31 16:31:38 2007 +0000 14012 14013 Add a const 14014 14015commit 542a2f7b8048e65515e8978efc18dedd614b3a1e 14016Author: Rémi Denis-Courmont <rem@videolan.org> 14017Date: Fri Aug 31 16:30:29 2007 +0000 14018 14019 Use common RTP header formatting for RTP/TS 14020 14021commit 51ebb68bd19bfcc23bee95e8dd897cb83859ee0c 14022Author: Rémi Denis-Courmont <rem@videolan.org> 14023Date: Fri Aug 31 16:21:50 2007 +0000 14024 14025 Same as previous commit 14026 14027commit b2cf3c67bf11109ed3896adab597dd161a44eadf 14028Author: Rémi Denis-Courmont <rem@videolan.org> 14029Date: Fri Aug 31 16:19:52 2007 +0000 14030 14031 Increase MTU too lowest legal MTU when it is really too small 14032 14033commit 78651e749843530d62675233dc5a1dfb5da73b6b 14034Author: Rémi Denis-Courmont <rem@videolan.org> 14035Date: Fri Aug 31 16:19:25 2007 +0000 14036 14037 Use 1400 rather than 1500 as default *application-layer* MTU to be on the 14038 safe side 14039 14040commit d2392e8e6bae9e019286913551ddff4a9314f904 14041Author: Rémi Denis-Courmont <rem@videolan.org> 14042Date: Fri Aug 31 16:07:37 2007 +0000 14043 14044 Silent hack to avoid crash when MTU is too small 14045 14046commit ed0df23bb1b6a743d1742e07f098eb4fd185d6f4 14047Author: Rémi Denis-Courmont <rem@videolan.org> 14048Date: Fri Aug 31 15:58:30 2007 +0000 14049 14050 Remove thresh and funman as they are now in AUTHORS. Gniark gniark! 14051 (jb, pdherbemont are missing by the way) 14052 14053commit c5e9eb52b9ab32d978f6911886e2a7b1cdc27672 14054Author: Rémi Denis-Courmont <rem@videolan.org> 14055Date: Fri Aug 31 15:54:20 2007 +0000 14056 14057 Support up to 9 channel with Vorbis 14058 Patch from Pierre-Luc Beaudoin 14059 14060commit 54668b797785ffe895317f3e2bb81bcb8baac715 14061Author: Rémi Denis-Courmont <rem@videolan.org> 14062Date: Fri Aug 31 11:21:43 2007 +0000 14063 14064 Document signal handling 14065 14066commit 64099a686f824e59b949aa89b47894cdb63016f2 14067Author: Rémi Denis-Courmont <rem@videolan.org> 14068Date: Fri Aug 31 11:04:13 2007 +0000 14069 14070 Fix RTSP Content-Base header and SDP session control attribute 14071 to always include a valid server address 14072 14073commit 084b43a6edc46cc5d4233050d16681dab37103dd 14074Author: Rafaël Carré <funman@videolan.org> 14075Date: Fri Aug 31 10:54:10 2007 +0000 14076 14077 Unblocks SIGCHLD at the beginning of the thread 14078 14079commit 8fd71e10c143907dac7dd917008f889fed51f32b 14080Author: Rafaël Carré <funman@videolan.org> 14081Date: Fri Aug 31 10:44:43 2007 +0000 14082 14083 Unblocks SIGCHLD in qt4 thread 14084 14085commit 7e772f7d1ce08b680b4eca0bfdfb57dd95f48333 14086Author: Rafaël Carré <funman@videolan.org> 14087Date: Fri Aug 31 10:32:50 2007 +0000 14088 14089 Fix crash due to mtu being equal to 0 14090 14091commit 5aebc3b8e1e1b3a8928e1ca261a8ba73c21ed9e7 14092Author: Jean-Baptiste Kempf <jb@videolan.org> 14093Date: Fri Aug 31 10:30:48 2007 +0000 14094 14095 Qt4 - Main Interface: Advanced buttons are correctly integrated, cosmetic, 14096 cleanup and fixes. 14097 14098commit ac44329225c98bcf176a8b8ddc2906f3354a3a71 14099Author: Jean-Baptiste Kempf <jb@videolan.org> 14100Date: Fri Aug 31 10:29:48 2007 +0000 14101 14102 Qt4 - move the VISIBLE() define to qt4.hpp to use it everywhere. 14103 14104commit 8574a6590f13d34062481fef653ac8a6aa134f28 14105Author: Jean-Baptiste Kempf <jb@videolan.org> 14106Date: Fri Aug 31 10:28:05 2007 +0000 14107 14108 Qt4 - Menus: small changes, mainly cosmetic. 14109 14110commit f206e0519cdacba3083270f109f3e67e5893cb01 14111Author: Jean-Paul Saman <jpsaman@videolan.org> 14112Date: Fri Aug 31 08:51:53 2007 +0000 14113 14114 If too much frames have been dropped, then only decode I frames for a while and see if you can catch up with decoding other frames as well. 14115 14116commit b3fe4787097d78485c56bfe845c2dbf4f6758850 14117Author: Jean-Paul Saman <jpsaman@videolan.org> 14118Date: Fri Aug 31 08:51:44 2007 +0000 14119 14120 Honor --ffmpeg-skip-frame setting when used with --ffmpeg-hurry-up. 14121 14122commit ab7ce0dfaebfcff307893986764082a85f53a555 14123Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14124Date: Fri Aug 31 07:18:41 2007 +0000 14125 14126 media_discoverer.c: Raise an exception on error. 14127 14128commit ee031e808baeb2419be914d9f482dae53fea0083 14129Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14130Date: Fri Aug 31 07:14:26 2007 +0000 14131 14132 VLC.xcodeproj: Fix framework header location. 14133 14134commit 1d76aea557aab209ccafafdb9507a4a572920e45 14135Author: Bernie Purcell <bitmap@videolan.org> 14136Date: Fri Aug 31 04:09:10 2007 +0000 14137 14138 Cross compilation of fontconfig was using incorrect header directories 14139 14140commit 33be2aeef3bf1b1dec564fbe3b3c42bf2193ff38 14141Author: Rémi Denis-Courmont <rem@videolan.org> 14142Date: Thu Aug 30 21:38:30 2007 +0000 14143 14144 Fix a few warnings, and handle iconv errors (I expect the input is not always 14145 trustworthy here). 14146 14147commit 6e5f468a1e77d3986e2bd8b9f0dd5fb2f5aaa964 14148Author: Rémi Denis-Courmont <rem@videolan.org> 14149Date: Thu Aug 30 21:36:40 2007 +0000 14150 14151 Fix a bunch of bugs I added, and simplify some stuff 14152 14153commit 1706407b93acb91819eedeb9557d67c6bbe23de4 14154Author: Rémi Denis-Courmont <rem@videolan.org> 14155Date: Thu Aug 30 21:35:57 2007 +0000 14156 14157 Factorize some code from RTP packetization for RTP+mux case. 14158 Most noticeably, this adds support for RTSP, SDP-to-disk and SDP-over-HTTP 14159 to RTP/TS. In particular, --sout '#rtp{mux=ts}' now works even without a 14160 fixed destination 14161 14162commit c4b2aaf9c3261c7c9a8755b37fbf3f34fde29d7c 14163Author: Damien Fouilleul <damienf@videolan.org> 14164Date: Thu Aug 30 21:34:11 2007 +0000 14165 14166 i422_yuy2_sse2: fix module requirements 14167 14168commit 7a8e5196a3c97c54f420af46ff255b97a43583e8 14169Author: Rémi Denis-Courmont <rem@videolan.org> 14170Date: Thu Aug 30 21:33:12 2007 +0000 14171 14172 Fix VERY OBVIOUS bugs that would not have happened if people had read 14173 compiler warnings (such as buffer overflows detected at compile time!) 14174 14175commit eeef3c8ccc2d233a65084191dc047141cd0cf898 14176Author: Rémi Denis-Courmont <rem@videolan.org> 14177Date: Thu Aug 30 21:32:15 2007 +0000 14178 14179 Fix #include order 14180 14181commit 0eec3981e74b5988d975900701ada2a40b032853 14182Author: Rémi Denis-Courmont <rem@videolan.org> 14183Date: Thu Aug 30 21:31:49 2007 +0000 14184 14185 Flag bug that I am not too sure how to fix. 14186 Please fix it *** IF YOU KNOW WHAT YOU ARE DOING *** 14187 14188commit b75e05005079f7a655822de0bb1b4209e4c9db18 14189Author: Rémi Denis-Courmont <rem@videolan.org> 14190Date: Thu Aug 30 21:30:59 2007 +0000 14191 14192 Fix one memleak and a few unused result warnings 14193 14194commit 6fdd1765b76ce1414cb0a1d13b790b2b26b08288 14195Author: Rémi Denis-Courmont <rem@videolan.org> 14196Date: Thu Aug 30 21:30:07 2007 +0000 14197 14198 Forgot this file 14199 14200commit 653329ea28d847b195ccd6aad245e7884e27208a 14201Author: Rémi Denis-Courmont <rem@videolan.org> 14202Date: Thu Aug 30 21:29:51 2007 +0000 14203 14204 Add some const qualifiers 14205 14206commit d2c0ae5519583668c85f07adc51002b5a385c88a 14207Author: Christophe Mutricy <xtophe@videolan.org> 14208Date: Thu Aug 30 20:46:48 2007 +0000 14209 14210 Update slovenian l10n by Matej Urbančič 14211 14212commit be81235f744c2b1abff3ec9f55e3dbf1b7e937a1 14213Author: Christophe Mutricy <xtophe@videolan.org> 14214Date: Thu Aug 30 20:45:58 2007 +0000 14215 14216 Upgrade list of files and pot file 14217 14218commit a26f01987fde1cefee77eadeadac89d7ae5f7ccd 14219Author: Christophe Mutricy <xtophe@videolan.org> 14220Date: Thu Aug 30 20:45:09 2007 +0000 14221 14222 Shut up xgettext warning 14223 14224commit d99ea5de84c6672c102f9bea98e7e4b8cda7edfc 14225Author: Christophe Mutricy <xtophe@videolan.org> 14226Date: Thu Aug 30 20:34:41 2007 +0000 14227 14228 Don't translate empty strings 14229 14230commit 1f0a616db6870c82267f618eecd5e7b3b52bfdc3 14231Author: Rafaël Carré <funman@videolan.org> 14232Date: Thu Aug 30 15:47:43 2007 +0000 14233 14234 Fixes fucking gtranslator bug 14235 14236commit 82ac4eb1592e6f9ac3ce9a6830a0c6d666f3c33e 14237Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14238Date: Thu Aug 30 14:54:57 2007 +0000 14239 14240 MacOSX/VLC_app/VLC.xcodeproj: Fix framework location. 14241 14242commit 733ac09f085cfdcfb827b578e357fdd2894c5126 14243Author: Rafaël Carré <funman@videolan.org> 14244Date: Thu Aug 30 13:52:53 2007 +0000 14245 14246 qt4: uses setMinimumSize from the good thread using signal/slot 14247 14248commit 2d1afccd212bfe2b114625ec03b1783ee022ade9 14249Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14250Date: Thu Aug 30 13:13:22 2007 +0000 14251 14252 minimal_window: Remove unwanted commit. 14253 14254commit 8d7e530f40ef0dfa7de448f786da40c066db9278 14255Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14256Date: Thu Aug 30 13:12:47 2007 +0000 14257 14258 minimal_macosx: Fix the minimal window. 14259 14260commit d4db9fc979638a058154653e5e17b1c85e7c2c92 14261Author: Rafaël Carré <funman@videolan.org> 14262Date: Thu Aug 30 11:50:10 2007 +0000 14263 14264 Uses qfu() instead of QString::fromUtf8() 14265 14266commit 161928b3baa90b4b22ac27c8efc534917a182d38 14267Author: Rafaël Carré <funman@videolan.org> 14268Date: Thu Aug 30 10:00:27 2007 +0000 14269 14270 QT4: Basic help dialog (links to wiki and forum) 14271 14272commit 17f19ed3e9c7ebdd079618b330c05093f526789c 14273Author: Rafaël Carré <funman@videolan.org> 14274Date: Thu Aug 30 09:30:03 2007 +0000 14275 14276 Displays playlist names using UTF8 14277 14278commit ffdcdf8a7d7921fe8a7f30bc1ab18dc47d6949d9 14279Author: Rafaël Carré <funman@videolan.org> 14280Date: Thu Aug 30 07:29:26 2007 +0000 14281 14282 Updates french translation a bit 14283 14284commit b7e89391e8597acdd8b1dcbbe323c65ada5b1224 14285Author: Rafaël Carré <funman@videolan.org> 14286Date: Thu Aug 30 07:08:24 2007 +0000 14287 14288 Makes THANKS & COPYING built in in qt4 about dialog 14289 14290commit 2fd0b6be17b75146bdf73f566896b2832564d258 14291Author: Rafaël Carré <funman@videolan.org> 14292Date: Thu Aug 30 05:20:56 2007 +0000 14293 14294 french translation: makes help mnemonic not conflict with audio mnemonic 14295 14296commit 92ebfe8b665bd5843cc3b91b8dddc07e1497ffef 14297Author: Rafaël Carré <funman@videolan.org> 14298Date: Thu Aug 30 01:10:14 2007 +0000 14299 14300 Checks if ml.xsp is present before loading it 14301 14302commit 8e081cf1f374ea81cfa7806615ab5d5b591d88ac 14303Author: Rafaël Carré <funman@videolan.org> 14304Date: Thu Aug 30 00:59:13 2007 +0000 14305 14306 Reenables media library loading 14307 Uses --no-media-library if you don't want to use it (see #1047) 14308 14309commit 66b4033b2f889195a3ef428986d2438cd6e4f994 14310Author: Rafaël Carré <funman@videolan.org> 14311Date: Thu Aug 30 00:50:10 2007 +0000 14312 14313 Converting a string for using it in xml without using it is STUPID 14314 14315commit 6830d8e6060715c85d090a5cfdad2822e28b2ce4 14316Author: Rafaël Carré <funman@videolan.org> 14317Date: Thu Aug 30 00:15:43 2007 +0000 14318 14319 Remembers art url when an input with same artist & album needs art, so if it's a local file, it doesn't need to be copied in the cache. 14320 14321commit edff9427d9b185d5c5e985650055044dcd49f9f3 14322Author: Rafaël Carré <funman@videolan.org> 14323Date: Wed Aug 29 23:52:55 2007 +0000 14324 14325 Replaces xml special chars in image url 14326 14327commit 8eee31fd9b4f3d7363f985ada8d6b9cdd6b7ee37 14328Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14329Date: Wed Aug 29 23:26:28 2007 +0000 14330 14331 minimal_macosx/macosx.c: Shorter and more explicit description. 14332 14333commit 19a9310c33a5887fe306088bc1c125057ee68866 14334Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14335Date: Wed Aug 29 23:24:31 2007 +0000 14336 14337 modules/gui/minimal_macosx/macosx.c: Lower priority of the modules and add a better description. 14338 14339commit 437d815038d3cdff6999585e91d609072fb3848d 14340Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14341Date: Wed Aug 29 23:13:06 2007 +0000 14342 14343 modules/gui/minimal_macosx: Add a minimal_macosx interface and vout that is used by the framework. 14344 14345commit 2994ae9ecba3d6c4f8c80e65572f9ea13c393eed 14346Author: Rafaël Carré <funman@videolan.org> 14347Date: Wed Aug 29 22:06:53 2007 +0000 14348 14349 Don't cache local album art 14350 14351commit 7c53b8957e345e704f1653b33cdd1a1fce7196e9 14352Author: Rafaël Carré <funman@videolan.org> 14353Date: Wed Aug 29 21:41:01 2007 +0000 14354 14355 notify: Uses notification-daemon's builtin icons for both of popup's buttons 14356 14357commit 907d1ee65185078a4d33519515388be7e58fca2b 14358Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14359Date: Wed Aug 29 21:10:20 2007 +0000 14360 14361 propset svn:keywords "Id" 14362 14363commit 552b8bf86450616848e2edf6b080258e9fa70805 14364Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14365Date: Wed Aug 29 21:09:27 2007 +0000 14366 14367 propset snv:keywords "Id" 14368 14369commit 4ef70aca43bbbc703d88ec7460981c6cf880282c 14370Author: Christophe Mutricy <xtophe@videolan.org> 14371Date: Wed Aug 29 21:07:25 2007 +0000 14372 14373 Revert part of [21475]: qt-adv-options has it use 14374 14375commit f281bb438c9f1828fdff79eb06b3d55e23e36246 14376Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14377Date: Wed Aug 29 19:48:10 2007 +0000 14378 14379 extra/MacOSX/VLC_app: Initial import of a wanna-be VLC.app application that use the framework. Not really valuable for now. 14380 14381commit b576354894b6f2f989bd2d2eed8585d75984efe4 14382Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14383Date: Wed Aug 29 19:42:29 2007 +0000 14384 14385 extra/MacOSX/Framework: Initial import of the Mac OS X Framework. 14386 14387commit 41f6c27999f70011d1ea8e5e42ace902f8d44390 14388Author: Damien Fouilleul <damienf@videolan.org> 14389Date: Wed Aug 29 10:28:21 2007 +0000 14390 14391 configure.ac: removed -Wold-style-definition from CFLAGS as this affects AC_TRY_COMPILE() and causes false results such as: 14392 14393 checking __attribute__ ((aligned ())) support... 0 14394 checking __attribute__ ((format ())) support with function pointers... no 14395 14396commit 8e4409e73bcb04dd962621b0ae147945c2544e5a 14397Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14398Date: Wed Aug 29 00:03:55 2007 +0000 14399 14400 control/media_descriptor.c: Set the media descriptor of the subitems. 14401 14402commit bfdc79f153eae0e3b59c434ea639f09a28f430d7 14403Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14404Date: Wed Aug 29 00:01:51 2007 +0000 14405 14406 control/media_list.c: Replace set_name/name by set_media_descriptor/media_descriptor. This is the md from which the media_list is a subitem, if any. 14407 14408commit 6dd0250f72aa971a6d1986421b7e8a2cc87e65aa 14409Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14410Date: Tue Aug 28 23:50:53 2007 +0000 14411 14412 modules/services_discovery/sap.c: "SAP" seems to be a better name than "SAP sessions" to me. 14413 14414commit f7bf767832662b8354f9b5cf7639b800a9679afa 14415Author: Bernie Purcell <bitmap@videolan.org> 14416Date: Tue Aug 28 23:49:14 2007 +0000 14417 14418 Revert the patch for working fontpath on Gentoo due to 14419 complaints about it's inclusion in vanilla vlc on the list. 14420 14421commit 81135f2dd289fa70fce5a043db88af5ca00541cf 14422Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14423Date: Tue Aug 28 23:39:28 2007 +0000 14424 14425 libvlc_internal.h: Fix media_list_player compilation and reident. 14426 14427commit 81064e4906c5fcb4aa9ed0e9fa392fda62f824a9 14428Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14429Date: Tue Aug 28 23:34:44 2007 +0000 14430 14431 libvlc_internal.h: We have to put media_list_path here after all. We may want to privatize a bit the different libvlc types by defining, types that can be privatized, directly in the .c file. (or in a per-object .h file). 14432 14433commit 4f87ec3e64d1479cf781bd3ffe243aacfc7c841a 14434Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14435Date: Tue Aug 28 23:30:59 2007 +0000 14436 14437 control/media_list_path.h: Add a forgotten libvlc_ prefix in libvlc_media_list_path_t. 14438 14439commit 34bf07d1441de98aed3e2bb1158bb94b5e9a955f 14440Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14441Date: Tue Aug 28 23:29:57 2007 +0000 14442 14443 libvlc.h: Advertise libvlc_media_list_player_play_item(). 14444 14445commit c9e087db83e4d2f058eb99b4fab540fb18f9e764 14446Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14447Date: Tue Aug 28 23:27:20 2007 +0000 14448 14449 control/media_list_path.h: Fix previous omit. 14450 14451commit 1d2aca81f9ce226e86d286d19031b08a16db3c92 14452Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14453Date: Tue Aug 28 23:25:54 2007 +0000 14454 14455 control/media_list_player.c: Add support for playing a hierarchical media_list. 14456 14457commit 1f8d74b9502a2f9243ef91e02dd78b7be1ecb667 14458Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14459Date: Tue Aug 28 23:08:22 2007 +0000 14460 14461 input/meta.c: Attempt to find art in input_ArtFind even if there is no meta. Title is enough. 14462 14463commit 9800a265d93a4953eb8a6446c367ecee8263fedd 14464Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14465Date: Tue Aug 28 22:29:26 2007 +0000 14466 14467 input/input_internal.h: Send variables callback on state changes. 14468 14469commit 2b6792971d593657b413ee8aa974e81173b3d9dc 14470Author: Damien Fouilleul <damienf@videolan.org> 14471Date: Tue Aug 28 21:08:51 2007 +0000 14472 14473 dshow: support for devices of the same name (UNTESTED !), closes #519 14474 14475commit 5f94d9ca26ecd8466dff44b284cc1aad3ffdea3f 14476Author: Damien Fouilleul <damienf@videolan.org> 14477Date: Tue Aug 28 17:13:14 2007 +0000 14478 14479 vlc: don't forget vlc-config --libs vlc when linking executable 14480 14481commit dd28e3282651b344958855364646487edb3859f1 14482Author: Damien Fouilleul <damienf@videolan.org> 14483Date: Tue Aug 28 16:53:39 2007 +0000 14484 14485 smb.c: this is a useless patch, why did i apply it in the first place ! 14486 14487commit 80dd59664eb78583ed98a9016d44a162da346321 14488Author: Damien Fouilleul <damienf@videolan.org> 14489Date: Tue Aug 28 16:43:39 2007 +0000 14490 14491 smb.c: protect open call, sounds like open is macro in latest glibc ? patch by kwizart 14492 14493commit 374050a4393545b014df384ed9b66a179d4c2708 14494Author: Jean-Paul Saman <jpsaman@videolan.org> 14495Date: Tue Aug 28 11:30:00 2007 +0000 14496 14497 Fix contrib clean target for libdc1394 and libraw1394 14498 14499commit 5f647f9d21185e3f8db7b158d5e9ed9512c46ba4 14500Author: Bernie Purcell <bitmap@videolan.org> 14501Date: Tue Aug 28 05:20:36 2007 +0000 14502 14503 Use a different font path for Gentoo linux 14504 14505commit 632de9e45d8b00d678fe8c0da1beff11d0af7aba 14506Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14507Date: Tue Aug 28 03:30:28 2007 +0000 14508 14509 configure.ac: Don't use -O3 if debug is enabled. 14510 14511commit f2db40e4016cc741db1ec6c807127de34338e3f1 14512Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14513Date: Tue Aug 28 02:42:28 2007 +0000 14514 14515 control/tree.c: Remove this unused object implementation. 14516 14517commit 218648ea6605438015bcc9fa9d9c843870dad259 14518Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14519Date: Tue Aug 28 02:41:46 2007 +0000 14520 14521 libvlc.h: Don't expose libvlc_tree. It will get deleted. 14522 14523commit 176b609eb2fdfb2dadec23fa14c8bef93b01e068 14524Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14525Date: Tue Aug 28 02:36:00 2007 +0000 14526 14527 control/media_list.c: Get rid of libvlc_MediaListItemChanged. 14528 14529commit 206de041f38fabfffe6d9ff65deaa58315040f92 14530Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14531Date: Tue Aug 28 02:15:02 2007 +0000 14532 14533 dynamic_media_list.c: Fix compilation. 14534 14535commit 6d9dc5e30f426ff5603ef472723b8d78922235ae 14536Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14537Date: Tue Aug 28 01:51:58 2007 +0000 14538 14539 control/media_list.c: Don't send MediaListItemChanged. Listen to the MediaDescriptor* events if you need the equivalent. 14540 14541commit 59604e796e58b2f4a658f0ddea865bba359ed10a 14542Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14543Date: Tue Aug 28 01:46:56 2007 +0000 14544 14545 control/flat_media_list.c: Fix a bunch of bug, plus add a tracing capability. 14546 14547commit 259aca484038fd448c192134f8aa539f250ddf2e 14548Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14549Date: Tue Aug 28 01:43:11 2007 +0000 14550 14551 control/event.c: Make detach-ing from an event safe: A detached callback can't be called after event_detached. Add an internal event_detach_lock_state, to bypass this feature. 14552 14553commit 2eb5e4cd2b063a299d2db9f90ff6937b26685f8c 14554Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14555Date: Mon Aug 27 21:04:20 2007 +0000 14556 14557 control/event.c: Don't leak the ARRAY. 14558 14559commit a56479498b8b7feeb01d6ad58110c59b7600f99e 14560Author: Damien Fouilleul <damienf@videolan.org> 14561Date: Mon Aug 27 21:02:14 2007 +0000 14562 14563 make ptr -> int conversion 64 bit friendly 14564 14565commit 6878660d6779b79e42d4e76f86b51eb0dd61bc6f 14566Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14567Date: Mon Aug 27 21:00:02 2007 +0000 14568 14569 misc/events.c: Avoid leaking the array. 14570 14571commit 37b5fbbefab4f5dec41414c7264ec503129849be 14572Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14573Date: Mon Aug 27 20:52:31 2007 +0000 14574 14575 control/event.c: Fix wrong code. 14576 14577commit 09e68cffc397251871cfd07f32797973ce1c0ef6 14578Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14579Date: Mon Aug 27 20:50:52 2007 +0000 14580 14581 misc/events.c: Remove unwanted code. 14582 14583commit e1cebcfaa9646f1c2a0175c297e4d5c96e601283 14584Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14585Date: Mon Aug 27 20:50:23 2007 +0000 14586 14587 misc/events.c: (Thanks to ileoo) Fix a crash. 14588 14589commit 9517775c9dbbaefa820509755868827a54bf5321 14590Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14591Date: Mon Aug 27 20:37:35 2007 +0000 14592 14593 misc/events.c: Fix previous commit. 14594 14595commit 732a6d72510afb66a2ee2602551da428ec85c1cd 14596Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14597Date: Mon Aug 27 20:37:10 2007 +0000 14598 14599 misc/events.c: Fix a leak in debug mode. 14600 14601commit c5ca3b08738a0bd8b2243c5b0f61faa43f9d29d8 14602Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14603Date: Mon Aug 27 20:18:33 2007 +0000 14604 14605 misc/events.c: Proper callback caching to avoid the lock. 14606 14607commit f15a567671f787b39e5ef6318faba3f30f717dfb 14608Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14609Date: Mon Aug 27 19:17:14 2007 +0000 14610 14611 media_list_player.c: Fix previous commit. 14612 14613commit 7fecb1e1f5d74b8c30507c19cbda4bbb0872c286 14614Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14615Date: Mon Aug 27 19:16:10 2007 +0000 14616 14617 control: Fix multiple event_manager leaks. 14618 14619commit 257fdd4aead1f254c01cb4d1132a14cd5e0389a4 14620Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14621Date: Mon Aug 27 18:49:07 2007 +0000 14622 14623 control/event.c: Locking for libvlc event. 14624 14625commit 00749a2f54c87f20dfea50f5574e234702ef6433 14626Author: Ilkka Ollakka <ileoo@videolan.org> 14627Date: Mon Aug 27 18:44:46 2007 +0000 14628 14629 fix a littlebit that hack about setting editing mode in infopanel 14630 14631commit 58c603a430be6ba8e724bd1f37dd89a56259cee9 14632Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14633Date: Mon Aug 27 14:45:15 2007 +0000 14634 14635 control/media_list.c: add_media_descriptor at the end of the list. 14636 14637commit 25744ed00ef5f72201b4791800ffaed873b4ac6a 14638Author: Christophe Mutricy <xtophe@videolan.org> 14639Date: Mon Aug 27 14:16:27 2007 +0000 14640 14641 Slovakian l10n update by Marián Hikaník 14642 14643commit e9216a8302a41658c27e8b4c26e98d3cf7e10ba2 14644Author: Christophe Mutricy <xtophe@videolan.org> 14645Date: Mon Aug 27 13:11:59 2007 +0000 14646 14647 Fix makedist 14648 14649commit 4865bf725277beb34200e0d32a42a4a37e13e055 14650Author: Christophe Mutricy <xtophe@videolan.org> 14651Date: Mon Aug 27 12:27:23 2007 +0000 14652 14653 s/vlc-debus/mpris/ 14654 14655commit 8e9e2c874fe211c00d53219cc4b6697370e453de 14656Author: Bernie Purcell <bitmap@videolan.org> 14657Date: Mon Aug 27 03:15:57 2007 +0000 14658 14659 Correct a mask typo, copy across some memory checks from freetype.c 14660 and install facility for text scaling similar to freetype.c. 14661 14662commit f76916ea4acf5da9823e3d057bec765a8c8e1502 14663Author: Bernie Purcell <bitmap@videolan.org> 14664Date: Sun Aug 26 23:23:02 2007 +0000 14665 14666 Whitespace removal 14667 14668commit b2019c92cf43237f524e6b1f4cbd6c54f79ce3cb 14669Author: Ilkka Ollakka <ileoo@videolan.org> 14670Date: Sun Aug 26 20:20:40 2007 +0000 14671 14672 m3u.c: don't free and write 14673 14674commit 222b887fd6fe6d7243aeddac082c18e019eb2081 14675Author: Ilkka Ollakka <ileoo@videolan.org> 14676Date: Sun Aug 26 19:59:02 2007 +0000 14677 14678 xspf.c: add album-art as <image> and use Title in title (if available), 14679 xspf-specs seems to agree that it's valid this way. (title tag MAY 14680 appear once in item) 14681 14682commit 1f7cabafa35a48364d348778bfb8f47618c24518 14683Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14684Date: Sun Aug 26 15:45:30 2007 +0000 14685 14686 playlist/items.c: Add a left over that might prevent art/meta from being fetched. Reported by ileoo. 14687 14688commit 4d9440ec057ec8b67e10487d2c458cca6f3fe0c6 14689Author: Rémi Denis-Courmont <rem@videolan.org> 14690Date: Sun Aug 26 07:20:34 2007 +0000 14691 14692 Implement the Timestamp header 14693 14694commit 53474be3f66f0cdc722471f1f5aadf757e541c42 14695Author: Rémi Denis-Courmont <rem@videolan.org> 14696Date: Sun Aug 26 06:09:20 2007 +0000 14697 14698 - refuse to act if Range is specified since we cannot seek 14699 - always round Scale to 1 because we only support that value 14700 14701commit efece9e0689776993baffe81f47e6f18f73c4753 14702Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14703Date: Sat Aug 25 21:56:14 2007 +0000 14704 14705 misc/events.c: Here we really would need a recursive lock to be safe. 14706 14707commit 987801b61729cb9997e0dc7565cfa90dcd40c832 14708Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14709Date: Sat Aug 25 21:40:28 2007 +0000 14710 14711 control/media_descriptor.c: Fix yet an other typo. We are not in preparsed state at the begining. 14712 14713commit 80c8dcfdeb5f6dc88eadfb22cceeb7c6d2b0f82e 14714Author: Rémi Denis-Courmont <rem@videolan.org> 14715Date: Sat Aug 25 19:44:48 2007 +0000 14716 14717 Fix typo 14718 14719commit dddce3f44f066effa9fabb84e30461f1c9244844 14720Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14721Date: Sat Aug 25 17:40:11 2007 +0000 14722 14723 control/media_descriptor.c: Remove a typo that makes the subitems to appear empty. 14724 14725commit cd0a507f6213298407b9618844811578eb18bc6d 14726Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14727Date: Sat Aug 25 17:06:41 2007 +0000 14728 14729 control/flat_media_list.c: Remove an other typo that could cause a crash. 14730 14731commit d25d3f24d899f0dfea1ba9e137206bdd5e7bb20a 14732Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14733Date: Sat Aug 25 16:59:44 2007 +0000 14734 14735 control/flat_media_list.c: Remove a typo that causes a crash. 14736 14737commit 161a2f678c8238628081bca82ef07dfee9b5d73d 14738Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14739Date: Sat Aug 25 16:47:18 2007 +0000 14740 14741 misc/events.c: Remove a trailing \n in debug log. 14742 14743commit 50e93649221124fbd45ca8d396b3e04b8717a80d 14744Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14745Date: Sat Aug 25 16:45:47 2007 +0000 14746 14747 misc/events.c: Fix event debugging. 14748 14749commit 130484c55986800ec5340c7cda2e3dc038c3ad61 14750Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14751Date: Sat Aug 25 16:37:59 2007 +0000 14752 14753 Fix previous commit. 14754 14755commit 4933adb937c90aa4113d5e52cfea749d238bb5cd 14756Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14757Date: Sat Aug 25 16:29:37 2007 +0000 14758 14759 Fix previous commit. 14760 14761commit 86f004eb6293702ae1e98f349d7edd8dc4c42c29 14762Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14763Date: Sat Aug 25 16:28:13 2007 +0000 14764 14765 control/media_descriptor.c: Expose event_manager(). 14766 14767commit 44d5f298e7626312cd4a3a2ee777dd90615d9c46 14768Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14769Date: Sat Aug 25 14:42:20 2007 +0000 14770 14771 modules/services_discovery/shout.c: Rename "Shoutcast" (radio) to "Shoutcast Radio". 14772 14773commit 8cc3dca1d4f62ead403b6565e825e1de8d4f42ac 14774Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14775Date: Sat Aug 25 14:36:58 2007 +0000 14776 14777 misc/events.c: Add some debug code. (turnable on and off via #ifdef) 14778 14779commit 3fdc5f7c7fa75c024c0310325ca24378dc048fc8 14780Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14781Date: Sat Aug 25 14:35:40 2007 +0000 14782 14783 control/media_instance.c: Retain the media descriptor, don't duplicate. 14784 14785commit 2823cee5b350e8864c912299a7ceae6dea6926e2 14786Author: Christophe Mutricy <xtophe@videolan.org> 14787Date: Sat Aug 25 11:44:37 2007 +0000 14788 14789 Wait a little bit so we get the meta and art 14790 14791commit fe3beadd6b03434669b2b65f12509e9a0d06f6b9 14792Author: Ilkka Ollakka <ileoo@videolan.org> 14793Date: Sat Aug 25 10:51:28 2007 +0000 14794 14795 set in_edit=false on close; 14796 don't connect QSpingBox valuechanged to edit-stuff, seems that signal is 14797 emited when value is updated from software also (textEdited for text is 14798 emited only when user changes stuff). 14799 14800commit 9f6ae0128d55c227befbe7faa88658a425ad0bae 14801Author: Ilkka Ollakka <ileoo@videolan.org> 14802Date: Sat Aug 25 07:03:01 2007 +0000 14803 14804 send Title not filename to last.fm, fixes submitting bug (submits don't 14805 show up when filename is send) 14806 14807commit aab07f7f7a8aeb90922779991c431d26e89a70d9 14808Author: Rafaël Carré <funman@videolan.org> 14809Date: Sat Aug 25 05:51:23 2007 +0000 14810 14811 Makes mpris.py really a mpris controller 14812 14813commit 29b25343f2dd7d38d2ba070b1ae86f00e36f403e 14814Author: Rafaël Carré <funman@videolan.org> 14815Date: Sat Aug 25 05:50:12 2007 +0000 14816 14817 Moves dbus-vlc.* to mpris.* because they're no more vlc specific 14818 14819commit 8077a3a45dc3adb2324f46ba2b7be006945cd112 14820Author: Rafaël Carré <funman@videolan.org> 14821Date: Sat Aug 25 05:02:13 2007 +0000 14822 14823 Fix memory leak spotted by Mr_Mirsal 14824 14825commit 80566b685edb6a3a1ce9c973e5db4c5101ee7ec1 14826Author: Rafaël Carré <funman@videolan.org> 14827Date: Sat Aug 25 04:52:35 2007 +0000 14828 14829 audioscrobbler: runs in a separate thread because of blocking network calls 14830 14831commit 0f2c7eb38d7bd7c8d754777711dc4f2ce3e5579f 14832Author: Rafaël Carré <funman@videolan.org> 14833Date: Sat Aug 25 04:16:59 2007 +0000 14834 14835 notify: replaces '&' with '&' in popup body 14836 that solves 'blank' popups problem 14837 14838commit 4c8e0844c3472a58c4b67f88218e20a9b0a99ab7 14839Author: Rafaël Carré <funman@videolan.org> 14840Date: Sat Aug 25 03:28:02 2007 +0000 14841 14842 notify: Adds a previous button also 14843 14844commit c4b3d9f76a3c32455eb3f2f2293b4d29688f28d8 14845Author: Rafaël Carré <funman@videolan.org> 14846Date: Sat Aug 25 03:11:13 2007 +0000 14847 14848 notify: Adds a button to skip current element 14849 14850commit 403ca92516d519a0b3062528fce3308a112fea01 14851Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14852Date: Sat Aug 25 01:26:35 2007 +0000 14853 14854 control/media_descriptor.c: Make sure not to retain a NULL object. 14855 14856commit 904e57391e25f8ed13ff5cfabda0a087daa4abfb 14857Author: Rafaël Carré <funman@videolan.org> 14858Date: Sat Aug 25 01:12:49 2007 +0000 14859 14860 notify: Don't use empty metadata 14861 Don't put not translated string in the popup 14862 14863commit ed9a75a913d2647105237d15f244ce59b85cf89f 14864Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14865Date: Fri Aug 24 23:31:55 2007 +0000 14866 14867 playlist/services_discovery.c: Implement and expose GetServicesNames. 14868 14869commit dcfc9361fa16189369b634d58b71b8e7c8a8a904 14870Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14871Date: Fri Aug 24 23:30:00 2007 +0000 14872 14873 modules/modules.c: Implement and Expose GetModulesNamesForCapability. 14874 14875commit 3be4e19f3c763e1ac611a1138b49bb267724f7ff 14876Author: Christophe Mutricy <xtophe@videolan.org> 14877Date: Fri Aug 24 23:25:31 2007 +0000 14878 14879 Fix one segfault when systray is not used 14880 Remove useless tests 14881 14882commit a117ab7f0d15ded3851f1566dad78a2ef797bd99 14883Author: Antoine Cellerier <dionoea@videolan.org> 14884Date: Fri Aug 24 22:25:17 2007 +0000 14885 14886 Attempt to fix youtube demux script. I still get connections errors towards youtube but i wanted to commit what i'd already done since i'll be gone for a week. 14887 14888commit aee385ff22aa45214856d8d070b469379ae1bca5 14889Author: Rafaël Carré <funman@videolan.org> 14890Date: Fri Aug 24 22:18:27 2007 +0000 14891 14892 Don't print "no artist" or "no album" if metadata isn't present 14893 Passes intf_thread_t* to Notify() 14894 Uses newlines in the popup message 14895 14896commit 9274704b3a2acfe7256fa3c67a84ed5711647596 14897Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14898Date: Fri Aug 24 21:54:27 2007 +0000 14899 14900 control/media_descriptor.c: Give access to the subitems. 14901 14902commit bf60cc95d2e6c064c59435b03e3a471b87af40d7 14903Author: Ilkka Ollakka <ileoo@videolan.org> 14904Date: Fri Aug 24 21:19:39 2007 +0000 14905 14906 if editing some other than currently playing item, set so that 14907 item-change etc. doesn't mix with currently playing item. Ain't so 14908 pretty yet, so take one. 14909 14910 Also don't show same metadata button if not needed. 14911 14912commit 10a428a84cb36e20ff81ba052d772eb9013a26a8 14913Author: Christophe Mutricy <xtophe@videolan.org> 14914Date: Fri Aug 24 18:38:25 2007 +0000 14915 14916 Fix the qt-pl-showflags tooltip 14917 Hide the qt-adv-option as it is doing nothing 14918 14919commit ea96e3832d87f251cadafdc6e62aec71792a39f2 14920Author: Ilkka Ollakka <ileoo@videolan.org> 14921Date: Fri Aug 24 17:48:22 2007 +0000 14922 14923 wait INTERVAL if needed on submitting, and don't try to submit data 14924 before handshake goes ok 14925 14926commit 65b1fefa37dc98f62b36c8b7f8428dfa149174bd 14927Author: Rémi Denis-Courmont <rem@videolan.org> 14928Date: Fri Aug 24 17:12:40 2007 +0000 14929 14930 Advertise port 0 in SDP when not streaming to a fixed destination. 14931 See changeset details for rationale. 14932 14933commit e22fb37e1e9049aaf1aa722fff20e221db692bd3 14934Author: Rémi Denis-Courmont <rem@videolan.org> 14935Date: Fri Aug 24 16:54:02 2007 +0000 14936 14937 Bug-to-bug compatibility with Winsock 14938 14939commit 4c0490ccee4373845dc970aa09bd1f314ea35ac8 14940Author: Rémi Denis-Courmont <rem@videolan.org> 14941Date: Fri Aug 24 16:46:48 2007 +0000 14942 14943 Really[1] implement non-aggregate PLAY 14944 ([1] VoD RTSP pretends to, but it does not, does it?) 14945 14946commit 06abc54acb3e7eb8e62f9d59cac2e827e7630a0c 14947Author: Rémi Denis-Courmont <rem@videolan.org> 14948Date: Fri Aug 24 16:38:37 2007 +0000 14949 14950 Use a single table with a single index for tracks for each session 14951 14952commit a593a91356cbd0555a077d746096cbb1bd69da16 14953Author: Rémi Denis-Courmont <rem@videolan.org> 14954Date: Fri Aug 24 16:05:16 2007 +0000 14955 14956 Implement non-aggregate TEARDOWN 14957 14958commit b87f1bdc435b8600317ca01e4cf27f673d70cda8 14959Author: Rémi Denis-Courmont <rem@videolan.org> 14960Date: Fri Aug 24 15:50:00 2007 +0000 14961 14962 Don't return negative session number 14963 14964commit 35754abaa2da8d632456163379721ab6446a0d0c 14965Author: Rémi Denis-Courmont <rem@videolan.org> 14966Date: Fri Aug 24 15:47:34 2007 +0000 14967 14968 Isolate RTSP from the rest of RTP 14969 14970commit a556cc82222056f728f8e8d889600035f8fde2df 14971Author: Rémi Denis-Courmont <rem@videolan.org> 14972Date: Fri Aug 24 15:19:17 2007 +0000 14973 14974 Fix strcasestr warning 14975 14976commit 3c88562c67d870e1962caa83a3fe86fb62a9146a 14977Author: Rémi Denis-Courmont <rem@videolan.org> 14978Date: Fri Aug 24 15:12:31 2007 +0000 14979 14980 Add some missing items to the getaddrinfo flags whitelist list, and comment 14981 14982commit d0f7b9902ee1e98ee5d2a2af14c668bc1d13e33b 14983Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14984Date: Fri Aug 24 14:35:33 2007 +0000 14985 14986 src/Makefile.am: add flat_media_list.c. 14987 14988commit 48586f51f89bd34422d50520fffea10f0f1ba402 14989Author: Pierre d'Herbemont <pdherbemont@videolan.org> 14990Date: Fri Aug 24 14:02:11 2007 +0000 14991 14992 media_list.c: Handle item addition and removal in the flat list. Also Get the media_list to init and release the flat media list. 14993 14994commit 9bd5dd03ed6b9fc925810faeb61a9558bbc85d99 14995Author: Jean-Paul Saman <jpsaman@videolan.org> 14996Date: Fri Aug 24 10:10:34 2007 +0000 14997 14998 Revert [21457] it was completely wrong. 14999 15000commit ca9643b0a8829e8451397f89e2ace2597d61b533 15001Author: Jean-Paul Saman <jpsaman@videolan.org> 15002Date: Fri Aug 24 09:38:15 2007 +0000 15003 15004 Enable hurry-up by default to mimic old behaviour of framedropping kick'in in when needed. 15005 15006commit 9d4d41c5d9199259a2b5803890275ad4976ae4e6 15007Author: Jean-Paul Saman <jpsaman@videolan.org> 15008Date: Fri Aug 24 09:38:14 2007 +0000 15009 15010 Remove TODO 15011 15012commit 0f4e88a3f4807cfb4fc5efe9432f1aa514e4813d 15013Author: Jean-Paul Saman <jpsaman@videolan.org> 15014Date: Fri Aug 24 09:38:12 2007 +0000 15015 15016 Oops shouldn't have been in previous commit. 15017 15018commit 9d20efbb538101362f33665dca3950e432e8af06 15019Author: Jean-Paul Saman <jpsaman@videolan.org> 15020Date: Fri Aug 24 09:38:09 2007 +0000 15021 15022 Implement framedropping algorithm using avcontext.skip_frames and added two new options: 15023 15024 - ffmpeg-skip-frames values: -1=None, 0=Default, 1=B-frames, 2=P-frames, 3=B+P frames, 4=all frames 15025 - ffmpeg-skip-idct values: -1=None, 0=Default, 1=B-frames, 2=P-frames, 3=B+P frames, 4=all frame) 15026 15027commit 41303be0e6c310391093b36ea42bbaa8237ee036 15028Author: Jean-Paul Saman <jpsaman@videolan.org> 15029Date: Fri Aug 24 09:38:07 2007 +0000 15030 15031 Don't use AI_CANONNAME when no node name is given. 15032 15033commit 022716f4af8bb73c0ad7db2ff7a400a8fcee8a17 15034Author: Jean-Paul Saman <jpsaman@videolan.org> 15035Date: Fri Aug 24 09:38:05 2007 +0000 15036 15037 Tell p_vout->render the aspect ratio and dimensions (width, height) of the output. 15038 15039commit 4dfbf86335085df3dd88043b4454d0727ef6ed17 15040Author: Jean-Paul Saman <jpsaman@videolan.org> 15041Date: Fri Aug 24 09:38:01 2007 +0000 15042 15043 Add mpeg2dec to list of libraries to build for netbox. 15044 15045commit 57a434b16093c5ef1babf71de4238a7eb5d13c82 15046Author: Jean-Paul Saman <jpsaman@videolan.org> 15047Date: Fri Aug 24 09:37:59 2007 +0000 15048 15049 Support for non-RGB framebuffers: 15050 15051 - Add option to force chroma. 15052 - Add option to force aspect ratio. 15053 - Add option to disable tty handling for systems where framebuffer and console are on different terminals. 15054 - Fix memory leaks. 15055 15056commit e2da2cb0c94079b214901e3725e3add851459675 15057Author: Bernie Purcell <bitmap@videolan.org> 15058Date: Fri Aug 24 06:46:49 2007 +0000 15059 15060 RGB and alpha --> ARGB - similar to freetype.c 15061 Remove an imbrication in XML parsing, again similar to freetype.c 15062 15063commit 69b82164520ed115be45a42d528fee45f3ca02de 15064Author: Bernie Purcell <bitmap@videolan.org> 15065Date: Fri Aug 24 05:58:22 2007 +0000 15066 15067 Oops 15068 15069commit 6ce39aaa96863326efe66b5fa56839e71bf57211 15070Author: Bernie Purcell <bitmap@videolan.org> 15071Date: Fri Aug 24 05:48:37 2007 +0000 15072 15073 Copy across damienf's mod to freetype.c in r21422 to balance vlc_object_find() 15074 with vlc_object_release(). Also copied across some Null pointer checks. 15075 15076commit 949c34951bff7d5f99de16a6f06ecd8579340cbd 15077Author: Bernie Purcell <bitmap@videolan.org> 15078Date: Fri Aug 24 04:06:38 2007 +0000 15079 15080 Strip out whitespace 15081 15082commit 02ea6fcb45dc09d36acfb998b57aafa356d870b0 15083Author: Bernie Purcell <bitmap@videolan.org> 15084Date: Fri Aug 24 04:00:18 2007 +0000 15085 15086 Setup keyword property on quartztext.c 15087 15088commit 8e3816a29499b553b8a4b5770ecaa49bf274c648 15089Author: Bernie Purcell <bitmap@videolan.org> 15090Date: Fri Aug 24 01:00:19 2007 +0000 15091 15092 Patch to vout_subpictures intended to resolve problems with subtitle text 15093 being too large in full screen for some video modules. 15094 15095commit 2c44839be3263c601bd509f142aaa558f7d33a5e 15096Author: Rafaël Carré <funman@videolan.org> 15097Date: Fri Aug 24 00:15:14 2007 +0000 15098 15099 Fixes crash when using a vout with qt4.3 15100 15101commit 8375127eaf0e3ec8bb489c7181663cb043645259 15102Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15103Date: Thu Aug 23 23:44:53 2007 +0000 15104 15105 control/media_list.c: Init and free the flat media list. 15106 15107commit 9dba5e185b2ae01586006ba976adeb8ef32710d2 15108Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15109Date: Thu Aug 23 23:38:15 2007 +0000 15110 15111 control/flat_media_list.c: New flat media list view. 15112 15113commit 2be706031a5458206001911335e3388315772768 15114Author: Rafaël Carré <funman@videolan.org> 15115Date: Thu Aug 23 23:16:48 2007 +0000 15116 15117 Closes the previously displayed notification before showing the new one 15118 Fix memory leak by unrefing the GdkPixBuf 15119 15120commit eb36b1f7b8f43f43b9d4d7dd74ef8905719d5288 15121Author: Rafaël Carré <funman@videolan.org> 15122Date: Thu Aug 23 22:41:37 2007 +0000 15123 15124 Stores album art as a file:// url 15125 15126commit a83b42c28574f5e26639ea7ddadbc659f5c9907f 15127Author: Rafaël Carré <funman@videolan.org> 15128Date: Thu Aug 23 22:41:00 2007 +0000 15129 15130 Album art support in libnotify popups 15131 15132commit 89815e8df44c28f589c5248a7529f5383c603a85 15133Author: Antoine Cellerier <dionoea@videolan.org> 15134Date: Thu Aug 23 21:33:50 2007 +0000 15135 15136 Fix xosd (due to bug introduced in [17267] by funman). 15137 15138commit 9bab0ccabda894aec1c6dcbbb5a8be8653e91d84 15139Author: Rafaël Carré <funman@videolan.org> 15140Date: Thu Aug 23 21:19:20 2007 +0000 15141 15142 Notify item change in systray 15143 15144commit 6afd0ce738a4ed49b8254a3ff2987107685632cc 15145Author: Antoine Cellerier <dionoea@videolan.org> 15146Date: Thu Aug 23 19:41:21 2007 +0000 15147 15148 Fix copyright date here too. 15149 15150commit a9a89003f2622714fd89fc4f50a8db2ac187184d 15151Author: Antoine Cellerier <dionoea@videolan.org> 15152Date: Thu Aug 23 19:40:16 2007 +0000 15153 15154 Set svn:keywords and change copyright year back to 2007 (note to pdherbemont: we're in 2007! :p) 15155 15156commit 1339174430fab89c9b6401ed51f5d479896e1dba 15157Author: Antoine Cellerier <dionoea@videolan.org> 15158Date: Thu Aug 23 19:36:14 2007 +0000 15159 15160 Restore svn history for the lua modules (For future reference [21376]: modules/misc/lua: Share some code between the modules that uses lua and put them in a single module.) 15161 15162commit 685ca388693559d1620da37a3cb98b66655504b1 15163Author: Rémi Denis-Courmont <rem@videolan.org> 15164Date: Thu Aug 23 18:35:07 2007 +0000 15165 15166 Hide sout ID from RTSP code 15167 15168commit 4ad888b98b97ba5d0d2d3b181d83e3cf3cd500b3 15169Author: Rémi Denis-Courmont <rem@videolan.org> 15170Date: Thu Aug 23 18:10:30 2007 +0000 15171 15172 Remove per-ID destination since it is not actually used/usable 15173 15174commit 8b9537f76ffce9eba4f7c3867cbfbc05b7c7eba5 15175Author: Rémi Denis-Courmont <rem@videolan.org> 15176Date: Thu Aug 23 18:08:02 2007 +0000 15177 15178 More boundary cleanup 15179 15180commit 4db2dc94efb517783fb8e56f54eed282de743e5f 15181Author: Rémi Denis-Courmont <rem@videolan.org> 15182Date: Thu Aug 23 17:55:00 2007 +0000 15183 15184 Cleanup RTP / RTSP boundary a little 15185 15186commit 39d3b160af5cb532620d80947f2c71cf297ffcf8 15187Author: Rémi Denis-Courmont <rem@videolan.org> 15188Date: Thu Aug 23 17:46:17 2007 +0000 15189 15190 Fix previous commit 15191 15192commit 7db321932152dd21ac21c1d1d8141bfb6c13d8e4 15193Author: Rémi Denis-Courmont <rem@videolan.org> 15194Date: Thu Aug 23 17:44:50 2007 +0000 15195 15196 - Loosen dependency of RTSP code on stream ID 15197 - Do not refer to bogus TTL values 15198 15199commit 317ce5cffc51a5cac5e2d4e768920c5d5b374e3d 15200Author: Rémi Denis-Courmont <rem@videolan.org> 15201Date: Thu Aug 23 17:11:07 2007 +0000 15202 15203 Fix struct duplication 15204 15205commit 16e518077e1c20ec40052157d9685b8468f2f0a7 15206Author: Rafaël Carré <funman@videolan.org> 15207Date: Thu Aug 23 17:02:38 2007 +0000 15208 15209 Merges ITEM_TYPE_VFILE and ITEM_TYPE_AFILE to ITEM_TYPE_FILE 15210 There is no way at the moment to know if a file is audio only 15211 15212commit 2caa2480230a3cfc877b135485865b65b5482516 15213Author: Rémi Denis-Courmont <rem@videolan.org> 15214Date: Thu Aug 23 16:42:19 2007 +0000 15215 15216 Remove useless #include 15217 15218commit 21a5355e90f0c957c727201e5686c7892754c5c5 15219Author: Rémi Denis-Courmont <rem@videolan.org> 15220Date: Thu Aug 23 16:40:00 2007 +0000 15221 15222 Split RTP sout into multiple pieces. 15223 Even then rtp.c is quite big... 15224 15225commit f7c53756ee7e8bb83b44989773621be887e26305 15226Author: Rémi Denis-Courmont <rem@videolan.org> 15227Date: Thu Aug 23 15:34:46 2007 +0000 15228 15229 Warning fixes 15230 15231commit af6723dced7e32ff63db3bb239e9ad943a9a9403 15232Author: Rafaël Carré <funman@videolan.org> 15233Date: Thu Aug 23 12:30:42 2007 +0000 15234 15235 Fix macosx gui compilation 15236 15237commit df9186a97f4f8d84af71bdb721ee16409551f4ad 15238Author: Damien Fouilleul <damienf@videolan.org> 15239Date: Thu Aug 23 10:25:35 2007 +0000 15240 15241 i420_yuy2_mmx: fixed a bug introduced in [21423] (don't apply if you like colorful display ;) 15242 15243commit 531dda8035e8700b48033ceb0e9a1015537944c7 15244Author: Damien Fouilleul <damienf@videolan.org> 15245Date: Wed Aug 22 23:26:16 2007 +0000 15246 15247 i420_yuy2: for MMX and SSE2, split inline assembly to avoid register starvation 15248 15249commit dbcad1d80868a0854570ef3c6049634ad8d959d6 15250Author: Damien Fouilleul <damienf@videolan.org> 15251Date: Wed Aug 22 23:23:22 2007 +0000 15252 15253 freetype: balance vlc_object_find() and vlc_object_release(), otherwise object is leaked (refcount > 0 on quit): 15254 15255commit 1048cc3d9c88bdbc2f8b55eda44a7e622313e898 15256Author: Rafaël Carré <funman@videolan.org> 15257Date: Wed Aug 22 22:29:41 2007 +0000 15258 15259 Apply patch for directfb detection. Fix #845 15260 15261commit 7e261699353efa1c2f89cc591643729c04b6f331 15262Author: Rafaël Carré <funman@videolan.org> 15263Date: Wed Aug 22 22:24:13 2007 +0000 15264 15265 extras/contrib/src: adds tremor* to svn:ignore 15266 15267commit 4e3be6eb2241a25d4edec53c5ed3f4e904845e7e 15268Author: Christophe Mutricy <xtophe@videolan.org> 15269Date: Wed Aug 22 22:21:41 2007 +0000 15270 15271 Check for the good directory. 15272 Fix some warnings 15273 15274commit 6d872fb48d351e459a0c9b81780e60232ae11b6c 15275Author: Antoine Cellerier <dionoea@videolan.org> 15276Date: Wed Aug 22 22:16:36 2007 +0000 15277 15278 Invert yield of module and release of module list (shouldn't matter but you never know). 15279 15280commit 7bc113557a70b055540f9f9fb0a2d661ded7d97e 15281Author: Antoine Cellerier <dionoea@videolan.org> 15282Date: Wed Aug 22 22:08:54 2007 +0000 15283 15284 Add new module_FindName function to find a module when given it's name. Use this to fix the qt interface extended panel (video filters). 15285 Change module_Exists to take the module name (and not short name) as parameter. Update the only known use of that function acordingly. 15286 15287commit 4de1a9ca8ed0e608e285000f1d49b72ee242df8a 15288Author: Rafaël Carré <funman@videolan.org> 15289Date: Wed Aug 22 22:07:13 2007 +0000 15290 15291 skins2: Alternate method to set always on top for X11 window managers 15292 15293commit c4b9cf9a02000649ce464d4899e8593fa70c0a6d 15294Author: Christophe Mutricy <xtophe@videolan.org> 15295Date: Wed Aug 22 21:57:31 2007 +0000 15296 15297 Distribute vlclua.h 15298 15299commit 6f16a79b9e79243d381b14d841e8ca6b116beee1 15300Author: Christophe Mutricy <xtophe@videolan.org> 15301Date: Wed Aug 22 21:56:21 2007 +0000 15302 15303 Fix description 15304 15305commit f0a9ee306906d6043dccd9e388261e1c1c59d013 15306Author: Rafaël Carré <funman@videolan.org> 15307Date: Wed Aug 22 21:44:52 2007 +0000 15308 15309 Do not try to load non-existing skins files 15310 15311commit d10a9a060dbec63fa9ca6380f5035a3635726743 15312Author: Rafaël Carré <funman@videolan.org> 15313Date: Wed Aug 22 20:53:09 2007 +0000 15314 15315 rc intf: Corrects function name: Get_URI -> GetURI 15316 15317commit a833dc789538af2a6e44c148457ff12ae79470e3 15318Author: Rafaël Carré <funman@videolan.org> 15319Date: Wed Aug 22 20:41:09 2007 +0000 15320 15321 Include vlc_input header to fix compilation 15322 15323commit fcc2ccb154596cfc30ea2681f2c14ad46e2f7ecc 15324Author: Antoine Cellerier <dionoea@videolan.org> 15325Date: Wed Aug 22 20:28:07 2007 +0000 15326 15327 Fix compilation while this gets sorted out. 15328 15329commit e02432e597acb3511d14433ae3303ff4da3742f9 15330Author: Rafaël Carré <funman@videolan.org> 15331Date: Wed Aug 22 20:19:23 2007 +0000 15332 15333 Input access locking, part 3 (final). 15334 15335 Enforce access to input_item_t through input_item_{G,S}et*() 15336 Unlock mutexes before calling these functions 15337 Free strings returned by input_item_Get*() 15338 15339 New functions added: 15340 15341 char * input_item_GetURI( input_item_t * ) 15342 void input_item_SetURI( input_item_t * , char * ) 15343 15344 mtime_t input_item_GetDuration( input_item_t * ) 15345 void input_item_SetDuration( input_item_t * , mtime_t ) 15346 15347 to access input_item_t->psz_uri and input_item_t->i_duration 15348 15349commit 4fa324127f5179a41d0bd38db414002afa9db73b 15350Author: Antoine Cellerier <dionoea@videolan.org> 15351Date: Wed Aug 22 20:10:54 2007 +0000 15352 15353 Don't commit stuff that shouldn't have been commited. 15354 15355commit 70925d8943b75de083763a6b210f093fc345503f 15356Author: Rémi Denis-Courmont <rem@videolan.org> 15357Date: Wed Aug 22 20:10:41 2007 +0000 15358 15359 Do not send scope ID over the wire 15360 15361commit 638edbb14b80e23388dbec6a3fdfaa769d2b83c2 15362Author: Antoine Cellerier <dionoea@videolan.org> 15363Date: Wed Aug 22 20:07:36 2007 +0000 15364 15365 Revert [21140] which broke the extend panels in Qt4 + add a comment so this doesn't happen again. (Please test changes before commiting ... thanks) 15366 15367commit 871eb70d7938a7c88ea5ee4c7399b50439f94dcb 15368Author: Rafaël Carré <funman@videolan.org> 15369Date: Wed Aug 22 20:06:29 2007 +0000 15370 15371 misc/lua: sets svn:ignore 15372 15373commit 393786141935fc36126cf6d0ebf50483c911564a 15374Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15375Date: Wed Aug 22 20:06:20 2007 +0000 15376 15377 control/media_list.c: Remove unused variable due to previous commit. 15378 15379commit 90cabfdacea876b58e5340d39a3302bfb0044cae 15380Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15381Date: Wed Aug 22 20:05:26 2007 +0000 15382 15383 control/media_list.c: Revert the tagging of the subitems. This is not our job. Also not add the subitems to our list. We need a new media_tree object that will handle that itself. 15384 15385commit 6c808bdb324301d15c694cd4afd5e07110455567 15386Author: Rémi Denis-Courmont <rem@videolan.org> 15387Date: Wed Aug 22 19:49:44 2007 +0000 15388 15389 Fix Require header support 15390 15391commit 1c07ad889d463aa304608c4976b3b48ac5fbe5bc 15392Author: Rémi Denis-Courmont <rem@videolan.org> 15393Date: Wed Aug 22 18:46:06 2007 +0000 15394 15395 Fix RTSP Transport mode handling 15396 15397commit 07e26cc6b8957261b736aa8b9c5313bd84bb6ee5 15398Author: Rémi Denis-Courmont <rem@videolan.org> 15399Date: Wed Aug 22 18:40:54 2007 +0000 15400 15401 Remove duplicate check 15402 15403commit 8b82ac46bfd30ddc57bd1085d7a13d2da918650e 15404Author: Rémi Denis-Courmont <rem@videolan.org> 15405Date: Wed Aug 22 18:25:17 2007 +0000 15406 15407 Various RTSP conformance fixes: 15408 - specify server_port and, if needed, source 15409 - check for unsupported options 15410 - use proper default values 15411 - try transport successively until one works (untested!) 15412 15413commit 50fc1704b27465f00453eabb508d73e1303ac15e 15414Author: Rémi Denis-Courmont <rem@videolan.org> 15415Date: Wed Aug 22 17:24:23 2007 +0000 15416 15417 Remove extra capitals 15418 15419commit 0bc4a4138375c8243ee01c5739c9e5e6929a7d99 15420Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15421Date: Wed Aug 22 16:49:43 2007 +0000 15422 15423 control/media_descriptor.c: Include playlist.h for the preparser. 15424 15425commit 18f877f56271bbc0059aa39f5296cde96449362b 15426Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15427Date: Wed Aug 22 16:47:40 2007 +0000 15428 15429 control/media_descriptor.c: Use playlist's fetcher to preparse the item. 15430 15431commit b1bdd6a1647315fbfa6f80e7ee58b45f887bf6fa 15432Author: Ilkka Ollakka <ileoo@videolan.org> 15433Date: Wed Aug 22 16:39:52 2007 +0000 15434 15435 art search with artist + album could be littlebit better 15436 15437commit 4c6590b94b5c41c018dbddcda7a4436a2ffea7fa 15438Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15439Date: Wed Aug 22 16:22:02 2007 +0000 15440 15441 input/meta.c: Don't free a char[]. 15442 15443commit 4107b41cf8fa6eb3c06b7402a4cdeb486f313596 15444Author: Rémi Denis-Courmont <rem@videolan.org> 15445Date: Wed Aug 22 16:20:31 2007 +0000 15446 15447 Bunch of conformance fixes: 15448 - "handle" Require header 15449 - return 459/460 when appropriate 15450 15451commit b60e4d344b4b822198390a885093b45d0df9f2db 15452Author: Rémi Denis-Courmont <rem@videolan.org> 15453Date: Wed Aug 22 16:19:36 2007 +0000 15454 15455 Make more DSO-friendly, add some error values that I am going to use 15456 15457commit 78218ba9dec6b08ebadaf63dfd71df082ab8d4e6 15458Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15459Date: Wed Aug 22 16:10:36 2007 +0000 15460 15461 input/meta.c: Make sure the last path component is created as a directory in ArtCacheCreateDir. 15462 15463commit 2b7c30bdb7792eccfac6d00583a30898e889ac7d 15464Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15465Date: Wed Aug 22 16:07:09 2007 +0000 15466 15467 input/meta.c: ArtCacheGetSanitizedFileName filter DIR_SEP not '/'. 15468 15469commit ebbc708d8d85778ede0a6c41a315d8e9512cfb09 15470Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15471Date: Wed Aug 22 16:05:39 2007 +0000 15472 15473 input/meta.c: Fix ArtCacheCreateDir Attempt #4. (thanks to ILEoo). 15474 15475commit 0a7c2d3ce72bbf7db42a4ed7ae1ad455e8bc40d2 15476Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15477Date: Wed Aug 22 15:59:00 2007 +0000 15478 15479 input/meta.c: ArtCacheCreateDir fix, third attempt. 15480 15481commit d8fe8443c42003b76c41161ed1f1f20b1dd9d6bb 15482Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15483Date: Wed Aug 22 15:58:01 2007 +0000 15484 15485 input/meta.c: ArtCacheCreateDir fix, second try. 15486 15487commit a44ab6545a3e37aabc8e31618851ca497dbdd62f 15488Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15489Date: Wed Aug 22 15:56:00 2007 +0000 15490 15491 input/meta.c: Fix ArtCacheCreateDir thanks to ILeoo. 15492 15493commit a7f90221441d934149b998e3c4b520d641b00b68 15494Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15495Date: Wed Aug 22 15:21:38 2007 +0000 15496 15497 input/meta.c: Make sure the artwork cache is used. 15498 15499commit 32c965ed2f03a5e634a82a4c55fce47046a43a49 15500Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15501Date: Wed Aug 22 15:16:51 2007 +0000 15502 15503 input/meta.c: Fix a leak. 15504 15505commit ed0efd1aeaf4ef080149e461fc1ae712c53ab51f 15506Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15507Date: Wed Aug 22 15:00:49 2007 +0000 15508 15509 input/meta.c: Avoid by passing cache when not needed. 15510 15511commit 6a4fbd2f7dc92bbc1e3ffa56a0c5f3445e40c9d0 15512Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15513Date: Wed Aug 22 14:54:11 2007 +0000 15514 15515 share/luameta/googleimage.lua: Filter out extensions. 15516 15517commit 51c792ff929224bfa6f08b653dbeeb476cb5c434 15518Author: Rafaël Carré <funman@videolan.org> 15519Date: Wed Aug 22 13:58:44 2007 +0000 15520 15521 id3tag plugin can now be disabled 15522 15523commit 7d637e88a5ed5a40af4da365774c6fb719a448de 15524Author: Rafaël Carré <funman@videolan.org> 15525Date: Wed Aug 22 13:57:51 2007 +0000 15526 15527 Removes luaplaylist.c from POTFILES.in 15528 15529commit 0a6985a4af1ced9851d7cfa99658b64b4ba11031 15530Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15531Date: Wed Aug 22 13:39:09 2007 +0000 15532 15533 modules/demux/playlist: Remove luaplaylist now that it is merged in the lua module. 15534 15535commit 318ef763c0a37809c57f0988ee29e442273cab42 15536Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15537Date: Wed Aug 22 13:37:07 2007 +0000 15538 15539 modules/misc/meta_engine: Remove luameta now that it is merged in the lua module. 15540 15541commit 8164218cae0323be449806a5c70df340f768517d 15542Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15543Date: Wed Aug 22 13:34:12 2007 +0000 15544 15545 configure.ac: Switch to the new lua module. 15546 15547commit 625f41c6318f55b16d0827e66fcb4b10456f9424 15548Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15549Date: Wed Aug 22 13:33:23 2007 +0000 15550 15551 modules/misc/lua: Share some code between the modules that uses lua and put them in a single module. 15552 15553commit f8d12bd9fd024c5d59e1ea10c893246fa28f3c8e 15554Author: Rafaël Carré <funman@videolan.org> 15555Date: Wed Aug 22 01:06:17 2007 +0000 15556 15557 Updates dbus pygtk controller 15558 15559commit 56299eb4214eebb2cca2dcb6d6c377593acf164c 15560Author: Rafaël Carré <funman@videolan.org> 15561Date: Tue Aug 21 23:21:12 2007 +0000 15562 15563 Fixes memory leaks 15564 15565commit 2c7efa6aff2a5fc42599e8b94a47615e8b99f04b 15566Author: Rafaël Carré <funman@videolan.org> 15567Date: Tue Aug 21 22:37:49 2007 +0000 15568 15569 Correctly handle (avoid deadlocks) always on top when switching fullscreen. 15570 Fixes #882 15571 15572commit f88235c4f19e811edf793ac2dfc89959b4b41e04 15573Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15574Date: Tue Aug 21 19:43:59 2007 +0000 15575 15576 src/control/libvlc_internal.h: Forgotten file. 15577 15578commit c1e36ae322c1c00bef7b27be88eb8d6af44ded2c 15579Author: Rémi Denis-Courmont <rem@videolan.org> 15580Date: Tue Aug 21 19:43:51 2007 +0000 15581 15582 Fix NULL %s 15583 15584commit 2e3d42f8b9400901051b9cfc120e5e01bed9b027 15585Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15586Date: Tue Aug 21 19:43:04 2007 +0000 15587 15588 control/media_descriptor.c: Keep a media_list of our own subitems if we have some (we are then a media_descriptor playlist). 15589 15590commit 331df5b8ed2063ad64324e2a951d7dcb839c8b85 15591Author: Rémi Denis-Courmont <rem@videolan.org> 15592Date: Tue Aug 21 19:22:41 2007 +0000 15593 15594 Fix previous commit 15595 15596commit a92c4fff8f7690496c9fa11cf99a7c494012c72f 15597Author: Rémi Denis-Courmont <rem@videolan.org> 15598Date: Tue Aug 21 19:16:09 2007 +0000 15599 15600 - Do not parse CSeq; do not assume it fits in an integer 15601 - Factorize some code 15602 15603commit 649ddb6f6488e80fd2a14f5c0899474679a00af7 15604Author: Rémi Denis-Courmont <rem@videolan.org> 15605Date: Tue Aug 21 19:11:34 2007 +0000 15606 15607 Centralize HTTP/RTSP error text 15608 15609commit e83c981e359abc0dc306ff4ae29e561c0a1f7cd0 15610Author: Rémi Denis-Courmont <rem@videolan.org> 15611Date: Tue Aug 21 18:52:42 2007 +0000 15612 15613 Fix remote DoS against the RTSP server when Transport is not specified 15614 15615commit a4b93717b54252b505b7ced0c37f52563a2da434 15616Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15617Date: Tue Aug 21 18:47:35 2007 +0000 15618 15619 input/meta.c: Make sure we don't return VLC_SUCCESS in __input_FindArtInCache when no album art was found. 15620 15621commit 9bb266751a6ca1f190e55030f3e8f4b4ed8ff268 15622Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15623Date: Tue Aug 21 18:46:11 2007 +0000 15624 15625 input/meta.c: Use more explicit variable naming in __input_FindArtInCache. 15626 15627commit 763f3641c0c0261f14db1546b476301da0b6d8cb 15628Author: Rémi Denis-Courmont <rem@videolan.org> 15629Date: Tue Aug 21 18:05:15 2007 +0000 15630 15631 Fix memory leak 15632 15633commit 45915c74f0baaaed6527dc888f3e4263fb50e7d7 15634Author: Rémi Denis-Courmont <rem@videolan.org> 15635Date: Tue Aug 21 18:02:43 2007 +0000 15636 15637 Fix utf8_readdir usage 15638 15639commit 9b84d144a7c957beab0f5ba38fd48b481984014e 15640Author: Rafaël Carré <funman@videolan.org> 15641Date: Tue Aug 21 18:00:46 2007 +0000 15642 15643 dbus.h: sens valid XML 15644 15645commit 5a9526cc3d9a170b60cd92056741664943a7aa34 15646Author: Rémi Denis-Courmont <rem@videolan.org> 15647Date: Tue Aug 21 17:49:38 2007 +0000 15648 15649 Fix it again. 15650 15651commit 999a6f0e07af31dafe3a88f4595da9deae4dd57a 15652Author: Rémi Denis-Courmont <rem@videolan.org> 15653Date: Tue Aug 21 17:45:23 2007 +0000 15654 15655 Use utf8_readdir properly. 15656 15657commit cdfc74d63925f1c14cef89b0c591ffb1af959fee 15658Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15659Date: Tue Aug 21 17:43:54 2007 +0000 15660 15661 input/meta.c: Fix crashy-warnings thanks to courmisch. 15662 15663commit f96ceadbc5389594d67706c1688d70100fa4fc8b 15664Author: Rémi Denis-Courmont <rem@videolan.org> 15665Date: Tue Aug 21 17:31:09 2007 +0000 15666 15667 Append media description to the SDP, as the name suggest 15668 15669commit 6d479b506f0a614d42d75f1389dce6d911bcf492 15670Author: Rémi Denis-Courmont <rem@videolan.org> 15671Date: Tue Aug 21 17:15:51 2007 +0000 15672 15673 Use hostname as SDP origin, as the spec says. 15674 (Oh, I am well aware that this is often not correctly set, but then again, 15675 why the heck would someone wants to parse the SDP origin in real life?) 15676 15677commit 0ac8f78a85937b98141662c449bd0cd45af36689 15678Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15679Date: Tue Aug 21 16:49:45 2007 +0000 15680 15681 input/meta.c: Use utf8_readdir instead of readdir. 15682 15683commit df301d6589de2662febe4cf408e4ecdcf3b589b9 15684Author: Rémi Denis-Courmont <rem@videolan.org> 15685Date: Tue Aug 21 16:45:36 2007 +0000 15686 15687 Use memcmp() 15688 15689commit cc74e49c15a8193648e9d7806e24a246faab46ba 15690Author: Rémi Denis-Courmont <rem@videolan.org> 15691Date: Tue Aug 21 16:41:29 2007 +0000 15692 15693 Fix warning 15694 15695commit 4f7503bd94bd91cd4026f4dda3b5ce2c0bd1573e 15696Author: Rémi Denis-Courmont <rem@videolan.org> 15697Date: Tue Aug 21 16:37:01 2007 +0000 15698 15699 CVS -> Subversion 15700 15701commit 43850e783567e3cf537b8329d07f9833264ed9c6 15702Author: Rémi Denis-Courmont <rem@videolan.org> 15703Date: Tue Aug 21 16:32:06 2007 +0000 15704 15705 Use session-wide RTCP RR bandwidth. Fix overflow 15706 15707commit 568b8609ac5f5f8ebfc85f4a4ddf6f2bd8550e91 15708Author: Rémi Denis-Courmont <rem@videolan.org> 15709Date: Tue Aug 21 16:25:16 2007 +0000 15710 15711 Cosmetic 15712 15713commit 0222328dd025415031feb94ff43a5c8f1a759ef7 15714Author: Rafaël Carré <funman@videolan.org> 15715Date: Tue Aug 21 16:11:21 2007 +0000 15716 15717 Advertises signals and renames VLC_ defines to MPRIS_ 15718 15719commit d112d7e93e2bd8f2566c6dc7d64378db33a4f184 15720Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15721Date: Tue Aug 21 15:28:19 2007 +0000 15722 15723 input/meta.c: * Remove psz_name 15724 * Use filename sanitization at the lower level 15725 15726commit 40ad7fd969b33e873858c63b2ba6fa1a5789caa4 15727Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15728Date: Tue Aug 21 15:09:18 2007 +0000 15729 15730 input/meta.c: Better art finding. 15731 15732commit 18cff171ed55f7b569283574eb8305aee9c4dc0b 15733Author: Damien Fouilleul <damienf@videolan.org> 15734Date: Tue Aug 21 15:02:09 2007 +0000 15735 15736 freetype: make sure fontconfig is still optional 15737 15738commit c7016c8eb72afcf25a1b205fb9f594287fbab83b 15739Author: Rafaël Carré <funman@videolan.org> 15740Date: Tue Aug 21 14:09:14 2007 +0000 15741 15742 Better extensions checks for album art file creation 15743 15744commit 6652df99a862708fe7528425d006215b83869b84 15745Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15746Date: Tue Aug 21 13:31:22 2007 +0000 15747 15748 input/meta.c: Better check in ArtCacheCreatePath. 15749 15750commit 430db78140c5a633f333a0e05914196bc96d9767 15751Author: Rafaël Carré <funman@videolan.org> 15752Date: Tue Aug 21 13:20:01 2007 +0000 15753 15754 Prevents crash when arturl is misformatted, and can't be translated to a filename 15755 15756commit f068bc2d559939168a8d304207d675cc7635a26d 15757Author: Rafaël Carré <funman@videolan.org> 15758Date: Tue Aug 21 12:56:16 2007 +0000 15759 15760 Adds headers back. 15761 15762commit 06a16a4470a11636e59d5734f105601794589e1c 15763Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15764Date: Tue Aug 21 12:23:20 2007 +0000 15765 15766 Fix previous commit. 15767 15768commit 65fff5df9192d7bd6c4e116a19925ab78ae63af5 15769Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15770Date: Tue Aug 21 11:59:40 2007 +0000 15771 15772 modules/services_discovery/shout.c: (Thanks ileoo) Revert by tree view on shout. 15773 15774commit e9fc538b529a9c3a1695b90108b7323272d50302 15775Author: Bernie Purcell <bitmap@videolan.org> 15776Date: Tue Aug 21 07:49:24 2007 +0000 15777 15778 Changes to get styled subtitles working with Windows 15779 15780commit 83dfec97603f4d4dcb2064d4192ae68136c9581b 15781Author: Rafaël Carré <funman@videolan.org> 15782Date: Tue Aug 21 00:14:24 2007 +0000 15783 15784 Convert patch from \r\n to \n 15785 15786commit 192514961746813f2c3dd1f17cc4af6e2dfbe154 15787Author: Rafaël Carré <funman@videolan.org> 15788Date: Mon Aug 20 23:43:15 2007 +0000 15789 15790 Adds libavcodec version check for musepack7 fourcc 15791 15792commit 9af6b8bc8db835166ad386934c536db7928c089a 15793Author: Rafaël Carré <funman@videolan.org> 15794Date: Mon Aug 20 21:54:24 2007 +0000 15795 15796 Adds some metadata writing capability (ref #1248 ) 15797 15798commit 46cfe47bb41aacaf84fab5d1cb2b73cc83e0347d 15799Author: Felix Paul Kühne <fkuehne@videolan.org> 15800Date: Mon Aug 20 21:17:46 2007 +0000 15801 15802 * added the OSX path to .hosts 15803 15804commit 665484624535106d23175df8a156fbbed85d086a 15805Author: Christophe Mutricy <xtophe@videolan.org> 15806Date: Mon Aug 20 21:15:12 2007 +0000 15807 15808 Fix warnings 15809 15810commit 064e3d8fa36571c74645075ffe053d65787c00e3 15811Author: Rafaël Carré <funman@videolan.org> 15812Date: Mon Aug 20 21:14:04 2007 +0000 15813 15814 Update news for .hosts location 15815 15816commit 35ae4687ef2fa1cf38b8c8cecf4be3e1f20cfdb0 15817Author: Christophe Mutricy <xtophe@videolan.org> 15818Date: Mon Aug 20 20:46:39 2007 +0000 15819 15820 unbreak compilation 15821 15822commit e5ff4a2d339a7e268e0ae884f8649e085390d78d 15823Author: Rafaël Carré <funman@videolan.org> 15824Date: Mon Aug 20 20:45:28 2007 +0000 15825 15826 Fixes compilation(2) 15827 15828commit 69e01d5c21809dd6de31246ddebc675970862e6e 15829Author: Rafaël Carré <funman@videolan.org> 15830Date: Mon Aug 20 20:21:19 2007 +0000 15831 15832 Fixes compilation 15833 15834commit a1c8d9cf95dcb14ce09967306ef784bdbab40d8a 15835Author: Rafaël Carré <funman@videolan.org> 15836Date: Mon Aug 20 20:14:08 2007 +0000 15837 15838 Factorizes code 15839 15840commit dae7ad5ab65022a62d1d08ca354c85f77b82a04b 15841Author: Rémi Denis-Courmont <rem@videolan.org> 15842Date: Mon Aug 20 19:47:07 2007 +0000 15843 15844 - Fix TTL in SDP 15845 - Some cleanup 15846 15847commit 9e595c955f1aebae18435f0f5c740802ce347852 15848Author: Rémi Denis-Courmont <rem@videolan.org> 15849Date: Mon Aug 20 19:23:10 2007 +0000 15850 15851 Remove stdio while we're at it. 15852 Finally rid of the strcasestr warning 15853 15854commit 7b455411dea64820348255ccecb08b71d8fd2d8c 15855Author: Rémi Denis-Courmont <rem@videolan.org> 15856Date: Mon Aug 20 19:18:53 2007 +0000 15857 15858 Fix compilation 15859 15860 There is something seriously messed up in these files though 15861 (like the declaration in xtag.h do not match the definition in xtag.c!) 15862 15863commit bee10796b392ea8a0f708728e1e2fc59440b44e9 15864Author: Rémi Denis-Courmont <rem@videolan.org> 15865Date: Mon Aug 20 19:13:50 2007 +0000 15866 15867 Use fixed size string for extension. This is more DSO friendly 15868 15869commit e40d134c69b144327fd1d2001e8b85640f5c7cb9 15870Author: Rémi Denis-Courmont <rem@videolan.org> 15871Date: Mon Aug 20 19:10:23 2007 +0000 15872 15873 Remove _GNU_SOURCE and string.h too 15874 15875commit 81c5ac29fa2e80426c1b1dfcc941a1aabe8bc808 15876Author: Rémi Denis-Courmont <rem@videolan.org> 15877Date: Mon Aug 20 19:08:22 2007 +0000 15878 15879 Remove stdlib.h 15880 15881commit eeeb5ae2130d9ee25e0bd86376c8baedb26a112b 15882Author: Rémi Denis-Courmont <rem@videolan.org> 15883Date: Mon Aug 20 19:04:45 2007 +0000 15884 15885 Missing vlc/vlc.h here 15886 15887commit bf5fd2c75e4e433fda8950b73ee33dd422252603 15888Author: Rémi Denis-Courmont <rem@videolan.org> 15889Date: Mon Aug 20 19:02:53 2007 +0000 15890 15891 Here too 15892 15893commit b778f3486ef8c8f21be3712ac15f387d1d02d5d9 15894Author: Rémi Denis-Courmont <rem@videolan.org> 15895Date: Mon Aug 20 19:01:32 2007 +0000 15896 15897 Something went wrong here 15898 15899commit cc3bd152f5d2166087b9e19b962e3ace06bd12ea 15900Author: Rémi Denis-Courmont <rem@videolan.org> 15901Date: Mon Aug 20 18:59:30 2007 +0000 15902 15903 Remember not to include anything before vlc/vlc.h 15904 (which includes config.h which defines the platform feature macros) 15905 Also remember stdio, string and stdlib are included implicitly 15906 15907commit 4a623b2496a2bfcf7967228c0d316a5184a7181d 15908Author: Rémi Denis-Courmont <rem@videolan.org> 15909Date: Mon Aug 20 18:45:41 2007 +0000 15910 15911 Fix memory handling 15912 15913commit 35c9bc4a42dda7b43c632365bc2f8589af9cebcb 15914Author: Rémi Denis-Courmont <rem@videolan.org> 15915Date: Mon Aug 20 18:42:11 2007 +0000 15916 15917 Fix strcasestr declaration 15918 15919commit 98c25e985f6541fb3d18ee37194af48861773150 15920Author: Rafaël Carré <funman@videolan.org> 15921Date: Mon Aug 20 17:13:54 2007 +0000 15922 15923 Call "meta reader" module in ffmpeg demuxer 15924 15925commit 4799d5040f622a37ef468ae995764c276433593d 15926Author: Pierre d'Herbemont <pdherbemont@videolan.org> 15927Date: Mon Aug 20 17:13:32 2007 +0000 15928 15929 services_discovery.c: Patch by Alexander Gall <gall # switch.ch>, avoid crashing on systems that don't handle NULL string in ..printf. 15930 15931commit 237905674b0513c4d81362088b4c5648028bbf63 15932Author: Rafaël Carré <funman@videolan.org> 15933Date: Mon Aug 20 16:56:21 2007 +0000 15934 15935 Adds mpc to the ffmpeg's fourcc list 15936 15937commit 74ec245976d6edb1315e66741d1fbfb0151f681f 15938Author: Ilkka Ollakka <ileoo@videolan.org> 15939Date: Mon Aug 20 16:13:38 2007 +0000 15940 15941 use GetName only if GetTitle returns emptry string for meta 15942 15943commit d33c7cb064522c3173b55b7c0d3f0b1aaabc265e 15944Author: Rafaël Carré <funman@videolan.org> 15945Date: Mon Aug 20 14:52:24 2007 +0000 15946 15947 Add comment/cosmetics 15948 15949commit 63750162e48fc41d424482608ba388e616493e2e 15950Author: Rafaël Carré <funman@videolan.org> 15951Date: Mon Aug 20 14:45:31 2007 +0000 15952 15953 Get input length from metadata if demuxer failed to retrieve it 15954 15955commit 55f5d1da337a72a7efdd112cc1070e425fc5d151 15956Author: Rafaël Carré <funman@videolan.org> 15957Date: Mon Aug 20 14:13:48 2007 +0000 15958 15959 Corrects some metadata descriptions 15960 15961commit b7b7442dd753244dc95f8f5ac278263fc92aa85d 15962Author: Rafaël Carré <funman@videolan.org> 15963Date: Mon Aug 20 14:13:06 2007 +0000 15964 15965 Removes deleted file 15966 15967commit 3bbef100b7f39ba643e1c0fb6ea07613e47ac31a 15968Author: Jean-Baptiste Kempf <jb@videolan.org> 15969Date: Mon Aug 20 12:04:06 2007 +0000 15970 15971 Qt4 - Comments about TODO and FIXMEs on the main_interface, for my holidays :D 15972 15973commit ee8809f49a273d33089f9ed1b0ff2a7668f455d1 15974Author: Jean-Baptiste Kempf <jb@videolan.org> 15975Date: Mon Aug 20 11:54:11 2007 +0000 15976 15977 Qt4: fix compilation. Sorry for the disturbance. 15978 15979commit 29ebbacdb719d1a1c29e0e450b07c9d7661fa124 15980Author: Jean-Baptiste Kempf <jb@videolan.org> 15981Date: Mon Aug 20 11:27:46 2007 +0000 15982 15983 Qt4 : build fix. 15984 15985commit b771e5a75662e84152296165f21ae3c9fa3b7a81 15986Author: Jean-Baptiste Kempf <jb@videolan.org> 15987Date: Mon Aug 20 10:48:34 2007 +0000 15988 15989 Qt4 : remove from Modules.am a removed file. 15990 15991commit 165585bded2fe25f1afc25b6d342205ae8c19753 15992Author: Damien Fouilleul <damienf@videolan.org> 15993Date: Mon Aug 20 10:40:36 2007 +0000 15994 15995 URI: when pasring for protocol headers allow for more characters than just alpha 15996 15997commit a99f23a0c9f80840ae5ce4011fa10a82a638289e 15998Author: Jean-Baptiste Kempf <jb@videolan.org> 15999Date: Mon Aug 20 10:04:39 2007 +0000 16000 16001 Qt4 : buttons size and various fixes. Remove dead code and avoid duplication. 16002 16003commit 28a742bdea1adfebabfd1bc5d08f3ba979a5a673 16004Author: Jean-Baptiste Kempf <jb@videolan.org> 16005Date: Mon Aug 20 09:42:32 2007 +0000 16006 16007 Qt4 : Fix a size in main controlsWidget. 16008 16009commit 201cb76f737c9f26326dc6d908479417a27abe6e 16010Author: Jean-Baptiste Kempf <jb@videolan.org> 16011Date: Mon Aug 20 09:39:46 2007 +0000 16012 16013 Qt4 : fullscreen Button activation/deactivation 16014 16015commit 3902f6278562abddf1405fced94c1d869c922d09 16016Author: Jean-Baptiste Kempf <jb@videolan.org> 16017Date: Mon Aug 20 09:28:53 2007 +0000 16018 16019 Qt4 : Fix the playlistButton Size. 16020 cosmetics. 16021 16022commit b96f2920955c048defd138aba9fc28ae0937dbd0 16023Author: Jean-Baptiste Kempf <jb@videolan.org> 16024Date: Mon Aug 20 09:20:51 2007 +0000 16025 16026 Qt4 : remove useless files. 16027 Fix some segfaults by disabling functions. 16028 Slower, faster are on the side of the slider now. 16029 16030commit f3c5b0ad6afed1fd2cf8430443dad7f14db23632 16031Author: Jean-Baptiste Kempf <jb@videolan.org> 16032Date: Mon Aug 20 08:41:55 2007 +0000 16033 16034 Qt4 : Changes in the main interface: 16035 - Don't use the .ui, do all by hand :) 16036 - Use a ControlWidgets to design all the controls, and implement the functions 16037 - Change a bit the advanced widget, that must be integrated in the 16038 controlsWidget 16039 There is a lot of Not Yet Implemented, so feel free to add some. 16040 16041commit 489efb13bedbc2d255524e11cb0d7b81a65da0af 16042Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16043Date: Mon Aug 20 06:23:10 2007 +0000 16044 16045 Fix previous commit. 16046 16047commit 6984b61577bb241a972879cc3be9a562ce922785 16048Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16049Date: Mon Aug 20 04:43:48 2007 +0000 16050 16051 src/control: Various events addition. 16052 16053commit 49eb715ca1e3ff46746829c103af1c4158474809 16054Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16055Date: Mon Aug 20 02:46:54 2007 +0000 16056 16057 Forgotten file from previous commit. 16058 16059commit 0f42f294c990722832ecd55ffa5f2248c2c1fb53 16060Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16061Date: Mon Aug 20 02:30:36 2007 +0000 16062 16063 control/media_list.c: Set the VLCNode tag when an item is added as a subitem. 16064 16065commit 41234e8803487367b0df64be611ffefb95d55402 16066Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16067Date: Mon Aug 20 02:29:34 2007 +0000 16068 16069 control/tree.c: Notify subtree/addition removal. 16070 16071commit 9794062c2b1a07aef087103b669c493cc71a88a2 16072Author: Rafaël Carré <funman@videolan.org> 16073Date: Mon Aug 20 02:21:13 2007 +0000 16074 16075 Disables some useless metadata in infopanel dialog 16076 Redesign the label & edits placement to resize the dialog 16077 16078commit 8eccf5ca3c0fe5db5ec9659cf26750ea453e527d 16079Author: Rafaël Carré <funman@videolan.org> 16080Date: Mon Aug 20 02:04:29 2007 +0000 16081 16082 Forgotten that in [21284] 16083 16084commit 1eda9d86fcfc37328ac264abcad955c2c6a53367 16085Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16086Date: Mon Aug 20 01:40:03 2007 +0000 16087 16088 control/tag_query.c: Make tag_query_match actually match something. 16089 16090commit 3374626a891ef8fe03a3f3cdbe6baa7af55ab626 16091Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16092Date: Mon Aug 20 01:30:14 2007 +0000 16093 16094 src/Makefile.am: build dynamic_media_list.c and tree.c. 16095 16096commit 6643b4ab3d08e83ab87f3f27c51538fd9253f546 16097Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16098Date: Mon Aug 20 01:28:12 2007 +0000 16099 16100 dynamic_media_list.c: Fix a warning. 16101 16102commit f570553463cbbd61bbb43b722a98879ebe7e5e0d 16103Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16104Date: Mon Aug 20 01:27:38 2007 +0000 16105 16106 vlc/libvlc.h: Fix libvlc_media_discoverer_media_list prototype. 16107 16108commit 7ad20f39651e9afd5868f720d2d73565dbdbfe8a 16109Author: Rafaël Carré <funman@videolan.org> 16110Date: Mon Aug 20 01:27:38 2007 +0000 16111 16112 Reads more metadata from ID3v2 tags 16113 16114commit 4b359de0582f1f78f63dbeadf5a8c649d29696b7 16115Author: Rafaël Carré <funman@videolan.org> 16116Date: Mon Aug 20 01:21:40 2007 +0000 16117 16118 Disables unusued stuff 16119 16120commit 3339278a1d8e0ad561706a191b7dff8c07338bc6 16121Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16122Date: Mon Aug 20 01:13:42 2007 +0000 16123 16124 control/dynamic_media_list.c: New dynamic media list object. It shouldn't have great performances, but could easily be improved. 16125 The idea is to have create a media list using the item of an other that matches a certain query. 16126 16127commit 5e827398d077bd2c2a560f2be6bedeb7a868fe92 16128Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16129Date: Sun Aug 19 23:38:02 2007 +0000 16130 16131 control/tree.c: Add a new structure to work with tree. 16132 16133commit 17b50a650d27292d4d5b6901133eb23230691ddd 16134Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16135Date: Sun Aug 19 23:05:21 2007 +0000 16136 16137 libvlc_internal.h: Forgotten file. 16138 16139commit 2fd7e5c05021036e5a1f07a8fa64f4d2080683fe 16140Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16141Date: Sun Aug 19 22:52:06 2007 +0000 16142 16143 control/media_library.c: Remove unwanted commit. 16144 16145commit ce15679f87cbf14c9d1cbdbcafb3b5ca9c6c220c 16146Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16147Date: Sun Aug 19 22:51:32 2007 +0000 16148 16149 control/media_library.c: svn propset svn:keywords "Id". 16150 16151commit d98eefb8e446b8fd52c11b3029e980cb71ccc9c4 16152Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16153Date: Sun Aug 19 22:46:15 2007 +0000 16154 16155 control/media_descriptor.c: Basic unamed tag support which will soon move to core. 16156 16157commit 8c3e4b406699c1f6e8a02276d466c042811c7eb6 16158Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16159Date: Sun Aug 19 21:54:49 2007 +0000 16160 16161 * control/media_library.c: Initial implementation. 16162 * control/media_list.c: Implement _set_name _add_from_file. 16163 16164commit 48b6fb5cf53fd1ce6b88c14d6de9ba800fe85210 16165Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16166Date: Sun Aug 19 21:53:24 2007 +0000 16167 16168 control/media_instance.c: Don't forget to stop the thread. 16169 16170commit 69f05cb295ee9bd607b36c21092ad64cce36b010 16171Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16172Date: Sun Aug 19 21:52:45 2007 +0000 16173 16174 control/media_descriptor.c: Use the default input name. 16175 16176commit 7e042a1c43bd226714572c3d534602e1bad9310d 16177Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16178Date: Sun Aug 19 21:45:00 2007 +0000 16179 16180 control/media_discoverer.c: Fix a warning+bug. 16181 16182commit 6f7935161f0ccdf2fba44e30ee052abfffd564e5 16183Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16184Date: Sun Aug 19 21:20:47 2007 +0000 16185 16186 vlc_arrays.h: Fix a bug in vlc_dictionary_remove_value_for_key, thanks to funman. 16187 16188commit a2d3b2914a5caf3585fbe4a3748e9becfc451734 16189Author: Damien Fouilleul <damienf@videolan.org> 16190Date: Sun Aug 19 20:48:38 2007 +0000 16191 16192 glx: fixed startup crash, which seems to be triggered by an x.org optimization, the GLX module seems to be loaded when it is queried upon, and released when the display is closed. Therefore, checking for GLX with a temporary display and using GLX apis with another will crash it. 16193 16194commit b5e08529c5257589df14cea7942bacf634f7ba54 16195Author: Rafaël Carré <funman@videolan.org> 16196Date: Sun Aug 19 19:16:28 2007 +0000 16197 16198 Fixes youtube parsing on www.youtube.com website 16199 16200commit 0ee116aa33d90ba95ef6907d222447db2e7f9969 16201Author: Ilkka Ollakka <ileoo@videolan.org> 16202Date: Sun Aug 19 19:10:03 2007 +0000 16203 16204 Sets EchoMode(QLineEdit::Password) for CONFIG_ITEM_PASSWORD 16205 16206commit 307361a5acf71648d0f0b874610f501d62a69fe5 16207Author: Rémi Denis-Courmont <rem@videolan.org> 16208Date: Sun Aug 19 18:47:09 2007 +0000 16209 16210 What is add_password_inner supposed to be, except a reinvention of add_string_inner? 16211 16212commit 8f9a875552bb69ba4ecf5e075bf127aa96ff7511 16213Author: Rafaël Carré <funman@videolan.org> 16214Date: Sun Aug 19 18:44:32 2007 +0000 16215 16216 Adds CONFIG_ITEM_PASSWORD for showing stars in preferences dialog (still to be implemented in interfaces) 16217 16218commit fa2ab17ff8aee3c2c670feb9ee558d0fd2aa33bc 16219Author: Rafaël Carré <funman@videolan.org> 16220Date: Sun Aug 19 18:43:16 2007 +0000 16221 16222 Forces preparsing for ogg files 16223 16224commit dd90b9b3f7f4110ad473630584fe0c7f77be9622 16225Author: Jean-Baptiste Kempf <jb@videolan.org> 16226Date: Sun Aug 19 18:00:09 2007 +0000 16227 16228 qt4 - Remove trailing spaces... 16229 16230commit b99e69465d8679d5beb0f8186ed4ac87eed55021 16231Author: Antoine Cellerier <dionoea@videolan.org> 16232Date: Sun Aug 19 17:48:59 2007 +0000 16233 16234 Another input_GetItem assert workarround. 16235 16236commit f7113175dd618707b2fd649cdf558eb9eb660451 16237Author: Antoine Cellerier <dionoea@videolan.org> 16238Date: Sun Aug 19 17:48:28 2007 +0000 16239 16240 Only reload album art in the HTTP interface if the track id changes (or if the user clicks on the album art to force a reload). 16241 16242commit ae9c18e5a8590d0c78fb5563ec67adb67f142dcb 16243Author: Christophe Mutricy <xtophe@videolan.org> 16244Date: Sun Aug 19 17:44:54 2007 +0000 16245 16246 Slovenian l10n update by Matej Urbančič 16247 16248commit 61cac2cd036587c855ace9e6687711e70e37d080 16249Author: Antoine Cellerier <dionoea@videolan.org> 16250Date: Sun Aug 19 17:39:29 2007 +0000 16251 16252 Add config option to disable album art support in the HTTP interface. 16253 16254commit d1b5d5b8364e821934d9e6426e196a4593423460 16255Author: Antoine Cellerier <dionoea@videolan.org> 16256Date: Sun Aug 19 17:31:43 2007 +0000 16257 16258 * Allow getting album art for items which aren't playing (using /art?id=<the playlist id> instead of /art). (You need to run with --album-art 2 if you want to have album art for items which haven't already played) 16259 * Workarround a stupid assert in input_GetItem. 16260 16261commit 9de81b07e23e23b9afdec194cf88325fc3f66778 16262Author: Rafaël Carré <funman@videolan.org> 16263Date: Sun Aug 19 17:15:28 2007 +0000 16264 16265 Implements ogg/vorbis & flac duration preparsing 16266 Ogg/flac doesn't work (yet) 16267 16268commit 56040f0bb0de6f862deb28bcd62a1373403a6ce8 16269Author: Rémi Denis-Courmont <rem@videolan.org> 16270Date: Sun Aug 19 17:15:11 2007 +0000 16271 16272 Hide b_attached. 16273 Also remove the volatile qualifier. 16274 No, volatile does not magically solve threading bugs, sorry 16275 I too have tried this "easy" path, it does REALLY NOT WORK. 16276 volatile only solves signals concurrency, not threads concurrency. 16277 16278commit 46c366a825accfc0d1b7b7f446c820f6713037fd 16279Author: Rémi Denis-Courmont <rem@videolan.org> 16280Date: Sun Aug 19 17:11:08 2007 +0000 16281 16282 Fix a bunch of warnings / undefined pointers 16283 By the way, using asprintf(&ptr)/free(ptr) to determine the length of a string 16284 is really lame, when you can do the same with snprintf(NULL, 0); 16285 16286commit 397710b25f3cbbf3e2dfcf1cbe28e408f610e4a2 16287Author: Rémi Denis-Courmont <rem@videolan.org> 16288Date: Sun Aug 19 16:56:07 2007 +0000 16289 16290 Fix warning 16291 16292commit 3d599783b5dc8cd9c621b98d1c0c819da47ecdf2 16293Author: Antoine Cellerier <dionoea@videolan.org> 16294Date: Sun Aug 19 16:55:45 2007 +0000 16295 16296 Fix playlist_item_t.i_id vs input_item_t.i_id mess in HTTP interface. (Looks like this was new in 0.9.0. Having 2 differents integer ids, one being used to play and the other needed to delete the item is kind of awkward.) 16297 16298commit 234fc4e33a5edca0b10e25f2ab47aafd484994c4 16299Author: Rémi Denis-Courmont <rem@videolan.org> 16300Date: Sun Aug 19 16:53:34 2007 +0000 16301 16302 Fix use of undefined variable 16303 16304commit 8c4e67276bf8c1ebe672f4cc1d6d25a2b3c6231d 16305Author: Rémi Denis-Courmont <rem@videolan.org> 16306Date: Sun Aug 19 16:50:42 2007 +0000 16307 16308 Code factor 16309 16310commit 48f29e4ecaca4cc3f56be35f206fd248078ea372 16311Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16312Date: Sun Aug 19 16:36:27 2007 +0000 16313 16314 module/services_discovery/bonjour.c: Use the new API. 16315 16316commit 00eaa2707ccc4d073fca03f728697e308b2f9d4e 16317Author: Jean-Baptiste Kempf <jb@videolan.org> 16318Date: Sun Aug 19 16:20:13 2007 +0000 16319 16320 Qt4 - Right-Click menus for the main interface. Not implemented yet. 16321 16322commit 2067ae4c1622f6c4daef4951732a31a11240e742 16323Author: Gildas Bazin <gbazin@videolan.org> 16324Date: Sun Aug 19 16:19:36 2007 +0000 16325 16326 * modules/codec/mpeg_audio.c: fixes for free format support. 16327 16328commit 706d63467888f6527b29d1acdf7e312be8f852a3 16329Author: Ilkka Ollakka <ileoo@videolan.org> 16330Date: Sun Aug 19 16:00:36 2007 +0000 16331 16332 Googleimage to use artist-tag and do url-encode (example taken from 16333 http://www.redwiki.net/wiki/wiki.php/LUA/URLencode%B1%B8%C7%F6%C4ڵ%E5 ) 16334 16335commit bd32a50cf99cd946991c552eea243db861580503 16336Author: Ilkka Ollakka <ileoo@videolan.org> 16337Date: Sun Aug 19 15:56:55 2007 +0000 16338 16339 add artist to lua-script also 16340 16341commit 278890088f415f9f49aacea36b77cd0dd571212d 16342Author: Rafaël Carré <funman@videolan.org> 16343Date: Sun Aug 19 15:48:48 2007 +0000 16344 16345 Validates desktop file according to the desktop entry specification 1.0 16346 16347commit e39152fa5743a30b2ec311fc72dacd3cd571737c 16348Author: Jean-Baptiste Kempf <jb@videolan.org> 16349Date: Sun Aug 19 15:33:19 2007 +0000 16350 16351 qt4 add a small define that could help to fight Qt43 bugs. 16352 16353commit 0cb5636a60ad4a343edddec8c061535ee374551d 16354Author: Christophe Mutricy <xtophe@videolan.org> 16355Date: Sun Aug 19 15:05:30 2007 +0000 16356 16357 Fix [21233] 16358 16359commit b6194a363f80b3e99ad86f7dfb320935e013ee72 16360Author: Rémi Denis-Courmont <rem@videolan.org> 16361Date: Sun Aug 19 14:54:33 2007 +0000 16362 16363 Fix lots of warnings 16364 16365commit 02e8a6cff9912da14baec5ed3cd09e07270ad2cf 16366Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16367Date: Sun Aug 19 14:51:08 2007 +0000 16368 16369 playlist: Make playlist_archived_services_discovery_t internal. 16370 16371commit 88cc4a8a113f9eb1f6ba4992c51d66d12688ca58 16372Author: Ilkka Ollakka <ileoo@videolan.org> 16373Date: Sun Aug 19 14:35:31 2007 +0000 16374 16375 Second try, show save meta button if user changes any input field, also 16376 then set in_edit=true so playlist changes doesn't change meta-data what 16377 to edit. 16378 16379commit 0ddc9bae3569daa4a2224878b7fd16ec34845f7d 16380Author: Rémi Denis-Courmont <rem@videolan.org> 16381Date: Sun Aug 19 14:19:32 2007 +0000 16382 16383 Fix [21239] compilation 16384 16385commit 3eefd337031d8af2d1b41ce869706ad71ac73ac4 16386Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16387Date: Sun Aug 19 14:18:44 2007 +0000 16388 16389 cdda/access.c: Fix a warning. 16390 16391commit 648f3f64ea3ffee4f2e05f70a1b983ba57f82c40 16392Author: Rémi Denis-Courmont <rem@videolan.org> 16393Date: Sun Aug 19 14:17:53 2007 +0000 16394 16395 Enable RTCP SR from the RTP sout 16396 16397commit ce0c33fa7e18517ad1cbe0739e8327c75bc23252 16398Author: Rémi Denis-Courmont <rem@videolan.org> 16399Date: Sun Aug 19 14:17:26 2007 +0000 16400 16401 - Rename rtcp option to rtcp-port 16402 - Add rtcp boolean to emit RTCP SR 16403 16404commit e7815d90f179d6ea37a934845cab612d784825fe 16405Author: Antoine Cellerier <dionoea@videolan.org> 16406Date: Sun Aug 19 14:11:50 2007 +0000 16407 16408 Preliminary album art support code for the HTTP interface. 16409 16410commit 4f1617cb9f5829cf0969ba470711d70f074b5e16 16411Author: Felix Paul Kühne <fkuehne@videolan.org> 16412Date: Sun Aug 19 14:02:12 2007 +0000 16413 16414 * default enable 'Black screens in fullscreen' and make it a non-advanced setting 16415 16416commit 14605709ed51f52c73d33da54cc0279166fa3f89 16417Author: Ilkka Ollakka <ileoo@videolan.org> 16418Date: Sun Aug 19 13:39:56 2007 +0000 16419 16420 Edit mediainfo so you can edit meta-data even when playitem changes in 16421 background. Also sets default to readonly, so user can't change meta if 16422 he/she doesn't want to edit it. First try ;) 16423 16424commit fc386d94ef7f4673d6eb1582e6be32a727375e40 16425Author: Rafaël Carré <funman@videolan.org> 16426Date: Sun Aug 19 13:38:29 2007 +0000 16427 16428 Disables only informational metadata extraction in vorbis codec, when taglib is built 16429 16430commit 2a1d4289d82053c5e49a4f88dbf478f606874259 16431Author: Christophe Mutricy <xtophe@videolan.org> 16432Date: Sun Aug 19 13:25:30 2007 +0000 16433 16434 Fix compile warning 16435 16436commit a932845193baca985403490ca6a1ed0324f3f9d2 16437Author: Christophe Mutricy <xtophe@videolan.org> 16438Date: Sun Aug 19 12:42:24 2007 +0000 16439 16440 Look for luameta script in share/luameta dor the case where you run from your source tree 16441 16442commit 81ffa2cc178965c48fd2a7b98f4119b0d9a4278b 16443Author: Jean-Baptiste Kempf <jb@videolan.org> 16444Date: Sun Aug 19 00:20:09 2007 +0000 16445 16446 qt4 : QT4 album art in allways-video. 16447 Patch by Ilkka Ollakka, modified by myself to rip-off extra spaces, to modify a constant one and not 4 times, and functions placement in the code. 16448 16449commit c809e98f5465bcf72dc80c864ce9e5dbbd679a11 16450Author: Rafaël Carré <funman@videolan.org> 16451Date: Sat Aug 18 20:23:58 2007 +0000 16452 16453 Fix input deadlocks in macosx gui 16454 Doesn't fix input memleaks (playlist.m:204-214) 16455 16456commit c77a45c23a396868797f98aa930d8fcd8971bb7f 16457Author: Felix Paul Kühne <fkuehne@videolan.org> 16458Date: Sat Aug 18 18:59:42 2007 +0000 16459 16460 * fixed a few unknown playlist queries 16461 16462commit e1cfc6b69e75c5f3ac564bf116e68bac9735db77 16463Author: Rémi Denis-Courmont <rem@videolan.org> 16464Date: Sat Aug 18 17:55:51 2007 +0000 16465 16466 Make sure SOCKS is only attempted with TCP 16467 16468commit c92a74565af6e57bbd6c29d00702ac04bdf3a5aa 16469Author: Rafaël Carré <funman@videolan.org> 16470Date: Sat Aug 18 17:48:16 2007 +0000 16471 16472 Prevents deadlocks with input in qt4 16473 16474commit 825269523f1396fedbab720d03f45fe1f001ccd8 16475Author: Rémi Denis-Courmont <rem@videolan.org> 16476Date: Sat Aug 18 17:37:16 2007 +0000 16477 16478 Use AI_PASSIVE for bind address only, not for connect address 16479 16480commit 662ed774b9740eabf8b0203e53f51e6c35657e0d 16481Author: Rafaël Carré <funman@videolan.org> 16482Date: Sat Aug 18 14:59:31 2007 +0000 16483 16484 Input access locking, part 2. 16485 Fix [21193] 16486 16487commit a387a1ff337681b34c749ac762338ac673254574 16488Author: Rafaël Carré <funman@videolan.org> 16489Date: Sat Aug 18 14:51:06 2007 +0000 16490 16491 Distributes luameta on windows builds 16492 16493commit 0a60a95fed8919588e440b5b4b5786449a79151f 16494Author: Rafaël Carré <funman@videolan.org> 16495Date: Sat Aug 18 14:44:47 2007 +0000 16496 16497 Disables meta reading in vorbis codec when taglib plugin is being built 16498 16499commit 2dd551cb0f3b48228f499bc4024063d88bb05457 16500Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16501Date: Sat Aug 18 14:30:47 2007 +0000 16502 16503 musicbrainz.c: Hopefully fix the art finder submodule. 16504 16505commit 72b9e70d0565247b39fa400904487d4e1b266d90 16506Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16507Date: Sat Aug 18 14:08:34 2007 +0000 16508 16509 meta.c: Fix the boolean expression. (I should get some sleep 2) 16510 16511commit 8c31f9c296dfb9f3f651233fbec7d95814c25201 16512Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16513Date: Sat Aug 18 13:48:26 2007 +0000 16514 16515 meta.c: Left over removal. (Should get some sleep). 16516 16517commit d251140c73f729aa9bd60486822310af89d74898 16518Author: Antoine Cellerier <dionoea@videolan.org> 16519Date: Sat Aug 18 13:47:24 2007 +0000 16520 16521 Add some extra debug. 16522 16523commit 13495399910badd56f947af8c88d07fda997ad3c 16524Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16525Date: Sat Aug 18 13:18:30 2007 +0000 16526 16527 meta.c: Previous commit credited to Ilkka Ollakka. 16528 16529commit 79d9aaf671c425248a8f14bb1f2925f4de0bcdc2 16530Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16531Date: Sat Aug 18 13:16:23 2007 +0000 16532 16533 meta.c: Fix an interversion in the exit condition. 16534 16535commit a9e4de11cbbb54c4fdc9fa16f5adfdfd30e57fcf 16536Author: Damien Fouilleul <damienf@videolan.org> 16537Date: Sat Aug 18 11:03:04 2007 +0000 16538 16539 threads: win32, make sure only object owning a thread can close its handle when object is destroyed 16540 16541commit 1144af45baae4cbc6609c46d771f314ce84ddcef 16542Author: Antoine Cellerier <dionoea@videolan.org> 16543Date: Sat Aug 18 10:44:20 2007 +0000 16544 16545 Freeing stuff before using it is *stupid*. (<-- funman) 16546 16547commit 07c92279a78a42d56d61e5dd6a1026fff33556f5 16548Author: Antoine Cellerier <dionoea@videolan.org> 16549Date: Sat Aug 18 10:29:44 2007 +0000 16550 16551 Comment this vlc_mutex_unlock too (untill funman fixes what he was doing). 16552 16553commit b7499db1899d84afb3b0803299456a8e0979f551 16554Author: Jean-Baptiste Kempf <jb@videolan.org> 16555Date: Sat Aug 18 09:50:08 2007 +0000 16556 16557 Wx: compile fix 16558 16559commit af96053dc68a62f09560d4628f67c092c06215ef 16560Author: Antoine Cellerier <dionoea@videolan.org> 16561Date: Sat Aug 18 09:22:34 2007 +0000 16562 16563 Fix compile error in muscibrainz. 16564 Fix warning in id3tag. 16565 16566commit 22bafc1a64b214063b1074d9b322d6dbe3d6caf6 16567Author: Jean-Baptiste Kempf <jb@videolan.org> 16568Date: Sat Aug 18 08:56:41 2007 +0000 16569 16570 Qt4: Fix the [21193] for Qt4. 16571 16572commit 2feb5a9db033f511a45f710058409da7ccecbe5c 16573Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16574Date: Sat Aug 18 06:10:41 2007 +0000 16575 16576 vlc_input.h: Disable's funman commit. It requires more work before going in trunk. Current state dead locks. 16577 16578commit 1c54a6ae9a4068ff4790459a31d22dd066567c24 16579Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16580Date: Sat Aug 18 05:33:24 2007 +0000 16581 16582 audioscrobbler.c: Fix 21193. It should be reverted or at least the lock shouldn't be held until it gets fixed. 16583 16584commit 74ed2874b1d3f400b27bd3e915ae73c331a7444f 16585Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16586Date: Sat Aug 18 05:17:21 2007 +0000 16587 16588 playlist.m: More 21193 fixes. 16589 16590commit 566b63e7c7ad0570c36e226eabd6ea75ae0227e4 16591Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16592Date: Sat Aug 18 05:16:04 2007 +0000 16593 16594 playlist.m: Fix the so problematic 21193. 16595 16596commit 9ab9c6f560060ab4b6d283b96601998e472f659e 16597Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16598Date: Sat Aug 18 05:06:18 2007 +0000 16599 16600 media_descriptor.c: Fix 21193. 16601 16602commit 8ffdf4dc62347972158e56f2c2b1da68629418eb 16603Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16604Date: Sat Aug 18 05:05:09 2007 +0000 16605 16606 modules/services_discovery/bonjour.c: Use the new service discovery API. 16607 16608commit 8efc07b1b8b63e8ea49e8b60fcd53b1ee1fb0a3d 16609Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16610Date: Sat Aug 18 05:02:43 2007 +0000 16611 16612 modules/services_discovery/sap.c: Use the new service discovery api. 16613 16614commit d555c8a942eb34afd21dba4e443770aa8c29441d 16615Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16616Date: Sat Aug 18 04:59:18 2007 +0000 16617 16618 search.c: Fix 21193. 16619 16620commit 7363adb3d70e16510e7cd06cabe8f04925f7f710 16621Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16622Date: Sat Aug 18 04:49:41 2007 +0000 16623 16624 include/vlc_input.h: Create an input_item_MetaMatch (part of a fix for [21193]). 16625 16626commit 10c49c60b243b256fca7e85680e8ce1fe9640242 16627Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16628Date: Sat Aug 18 04:22:24 2007 +0000 16629 16630 playlist/sort.c: Fix funman's commit. 16631 16632commit 9998c1ec1c162bece8b094d04e9e9ee7bed3fd01 16633Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16634Date: Sat Aug 18 04:21:36 2007 +0000 16635 16636 vlc_input.h: Fix funman's commit. 16637 16638commit 663adcbfff9a4a72d6b4167ed2a85335ba4cf845 16639Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16640Date: Sat Aug 18 04:09:55 2007 +0000 16641 16642 playlist/services_discovery.c: Rework category handling. 16643 16644commit 827cc3b1e46045174e5824c936ba128fb63e0252 16645Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16646Date: Sat Aug 18 03:54:33 2007 +0000 16647 16648 playlist/services_discovery.c: Removing left over debug printf. 16649 16650commit 77cfb89fd2bbd5001755f5fcd1c0f01bbea01b17 16651Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16652Date: Sat Aug 18 03:52:09 2007 +0000 16653 16654 modules/services_discovery/podcast.c: Fix initial number of url. 16655 16656commit b86c36e69a31546e6215593dac7ebd4edea170e5 16657Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16658Date: Sat Aug 18 03:48:49 2007 +0000 16659 16660 modules/services_discovery/podcast.c: Use the new API. 16661 16662commit 3d041f1336bfaffcadd5fb44d1647c7338d6c369 16663Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16664Date: Sat Aug 18 03:46:12 2007 +0000 16665 16666 modules/services_discovery/shout.c: Use the new services_discovery API. 16667 16668commit 1153717cbfca7f913577a1dfb6226991190e1257 16669Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16670Date: Sat Aug 18 03:44:13 2007 +0000 16671 16672 playlist/services_discovery.c: Use a stop method to end the service. 16673 16674commit 716d5bf2f23ca759a3558558cb900e7039ba5e5c 16675Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16676Date: Sat Aug 18 03:37:01 2007 +0000 16677 16678 playlist/services_discovery.c: Handle removal of a service. 16679 16680commit 38dbd37adf32cf04e1caf17ceb7888a4a5ec2f40 16681Author: Rafaël Carré <funman@videolan.org> 16682Date: Sat Aug 18 03:22:03 2007 +0000 16683 16684 Input access locking. Part one 16685 16686commit a9d17dba883714d98580639980f3142317a22e69 16687Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16688Date: Sat Aug 18 03:08:56 2007 +0000 16689 16690 Makefile.am: Correctly link share on Mac OS X. 16691 16692commit 7292c475b2570b5daf13995951e53847b0a7b375 16693Author: Rafaël Carré <funman@videolan.org> 16694Date: Sat Aug 18 00:57:17 2007 +0000 16695 16696 Fixes youtube parsing 16697 16698commit 6dd4b20ec2414cf4f24a045d7cc587b0337ba67d 16699Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16700Date: Sat Aug 18 00:13:55 2007 +0000 16701 16702 (oops). 16703 16704commit 7837da55363c2f74ee719392e0530e092c1d6a50 16705Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16706Date: Sat Aug 18 00:10:45 2007 +0000 16707 16708 playlist/item.c: Rework item addition to make it work better with the current playlist system. 16709 16710commit 9d5255fb4d0f3784643834d6fdf722653aeccb07 16711Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16712Date: Fri Aug 17 21:44:22 2007 +0000 16713 16714 playlist/item.c: Remove a left over (release without retain). 16715 16716commit da8a2f930c9931a7da17176f4a2c82bbd93416c0 16717Author: Antoine Cellerier <dionoea@videolan.org> 16718Date: Fri Aug 17 20:51:02 2007 +0000 16719 16720 Allow the '-' character in an access' name (fixes parsing of input "http/shout-winamp://www.shoutcast.com/sbin/newxml.phtml"). 16721 16722commit 0aa0fe729796f79a4e4000f1c95dbab51a8334c1 16723Author: Damien Fouilleul <damienf@videolan.org> 16724Date: Fri Aug 17 17:39:59 2007 +0000 16725 16726 update.c: win32, previous commit helps fixing this one 16727 16728commit 84098a5e2d81ed3f39799fcd8a0edcdbab2b22ec 16729Author: Damien Fouilleul <damienf@videolan.org> 16730Date: Fri Aug 17 17:30:51 2007 +0000 16731 16732 threads.c: win32, changed the way thread handle is closed, which is now done on function exit, rather than thread_join 16733 16734commit 6cdf19092c0c8fb95f2ad9f0a8258227e88f1bf9 16735Author: Christophe Mutricy <xtophe@videolan.org> 16736Date: Fri Aug 17 16:59:38 2007 +0000 16737 16738 Distribute subsdec.h 16739 16740commit 1296d8e14efe794fccb8941993c001476105b247 16741Author: Christophe Mutricy <xtophe@videolan.org> 16742Date: Fri Aug 17 16:35:45 2007 +0000 16743 16744 That has apparently been fixed 16745 16746commit dbdefeec0414572638473b8b847220c82ad2518a 16747Author: Christophe Mutricy <xtophe@videolan.org> 16748Date: Fri Aug 17 16:33:59 2007 +0000 16749 16750 src/Makefile.am: Distribute vlc_events.h. Possibly fix 'make distcheck' 16751 Sort the list 16752 16753commit 74afcf63ffb7dfb41a9b31c39f44d0efff924995 16754Author: Rémi Denis-Courmont <rem@videolan.org> 16755Date: Fri Aug 17 16:13:53 2007 +0000 16756 16757 Same as previous commit, for RTP/TS 16758 16759commit b33adb77a787df72b17bfea5717389838fbffbfe 16760Author: Rémi Denis-Courmont <rem@videolan.org> 16761Date: Fri Aug 17 16:11:20 2007 +0000 16762 16763 Request that sender send no RTCP RR. 16764 Now we can legitimately not receive them, ahaha! 16765 16766commit cf6e0b83cfe0083a4972a638a53a4047dfaef31d 16767Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16768Date: Fri Aug 17 10:26:48 2007 +0000 16769 16770 playlist/item.c: Make sure we lock when we send the playlist request. 16771 16772commit aa76b6c6d4e61dc2bd0901b660ba0978e7ed4972 16773Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16774Date: Fri Aug 17 10:07:36 2007 +0000 16775 16776 modules/codec/ffmpeg/ffmpeg.c: Fix a typo with Global mutex uses. 16777 16778commit 0e03236e937cc0b80f08bdaa194e657b29feac01 16779Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16780Date: Fri Aug 17 09:52:12 2007 +0000 16781 16782 playlist/services_discovery.c: Implement item removed handler. 16783 16784commit 54e92316a9d5918627f422f701fb8cc2a7a2ed69 16785Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16786Date: Fri Aug 17 09:51:21 2007 +0000 16787 16788 include/vlc_playlist.h: Export playlist_DeleteInputInParent. 16789 16790commit 82f15a01403cb9dc58243a63c75f55e6aebdd8bf 16791Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16792Date: Fri Aug 17 09:48:55 2007 +0000 16793 16794 playlist/item.c: Better subitem added handling code. 16795 16796commit 7e4a86ee5a7332401c1b1d4cc05541c5c2ef3095 16797Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16798Date: Fri Aug 17 09:11:18 2007 +0000 16799 16800 misc/events.c: We do want to send events to multiple listener. (oops, I should get some sleep). In this situation we can simply unlock for the time being making sure we won't reuse resources that can disappear. 16801 16802commit 66f38edb847aa8868a766475b3c1967356c09773 16803Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16804Date: Fri Aug 17 08:10:42 2007 +0000 16805 16806 control/media_discoverer.c: Implementation of a media_discoverer libvlc object based on top of services_discovery. 16807 16808commit 0bb627da208c7b28d2359eb69e2e39c8b04a4767 16809Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16810Date: Fri Aug 17 08:00:03 2007 +0000 16811 16812 src/playlist/item.c: Avoid a dead lock. 16813 16814commit 065cee9ac6f40bf06631bcc6b16b58f83025676f 16815Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16816Date: Fri Aug 17 07:42:22 2007 +0000 16817 16818 misc/events.c: Avoid a warning. 16819 16820commit 5a68b3bfdc6dec6dc789f68b29d2295686bbbc73 16821Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16822Date: Fri Aug 17 07:41:18 2007 +0000 16823 16824 misc/events.c: Don't call an invalid ptr (oops). 16825 16826commit 91956ad81927616bae7ce955061bb0afcba89a6f 16827Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16828Date: Fri Aug 17 06:59:37 2007 +0000 16829 16830 src/playlist/item.c: Retain the playlist. 16831 16832commit 3d4efe3b67cd76efee94d5b33060a2b6907c3643 16833Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16834Date: Fri Aug 17 02:23:11 2007 +0000 16835 16836 playlist/services_discovery.c: Improved services_discovery object, playlist independant. Now, the services_discovery plugin have to be converted to use this interface. 16837 16838commit 1479b918045e1763b73f4b462983594bc632957d 16839Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16840Date: Fri Aug 17 02:18:40 2007 +0000 16841 16842 Forgotten files from previous commit. 16843 16844commit 5f9f9ea47f81cfa7350e2930495602cc1137b2d7 16845Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16846Date: Fri Aug 17 02:15:59 2007 +0000 16847 16848 misc/events.c: Avoid a couple of warning and move the calling back out of the lock. 16849 16850commit 6e3263c3d6fe0e9bfed279f8e10fca0d20df10a6 16851Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16852Date: Fri Aug 17 00:23:49 2007 +0000 16853 16854 control/media_list.c: Fix a typo about subitems. 16855 16856commit cfb432c95dce13d9f635c632be6ecab12138d14a 16857Author: Christophe Mutricy <xtophe@videolan.org> 16858Date: Thu Aug 16 22:29:36 2007 +0000 16859 16860 Partially revert [20983]. Fix 'vlc -p foo' 16861 16862commit 913586c441450a392ac7a8f784a131eb6786b8da 16863Author: Rémi Denis-Courmont <rem@videolan.org> 16864Date: Thu Aug 16 20:05:06 2007 +0000 16865 16866 make net_SetDSCP static 16867 16868commit aa5d11c700e9bf254c0c693d31927f9f929d7833 16869Author: Rémi Denis-Courmont <rem@videolan.org> 16870Date: Thu Aug 16 19:59:55 2007 +0000 16871 16872 Unexport utf8_mkdir and vlc_current_object 16873 16874commit d0a6a86213ab3f1dff74ba1a0f71fba097c5191b 16875Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16876Date: Thu Aug 16 19:50:40 2007 +0000 16877 16878 src/playlist/item.c: Don't yield the playlist. 16879 16880commit a45076375c3dd884bd7dd586335937f05e0e394b 16881Author: Rémi Denis-Courmont <rem@videolan.org> 16882Date: Thu Aug 16 19:45:54 2007 +0000 16883 16884 aout_Restart: make static 16885 16886commit aefe3ed80c4422e50ff0dd753b4395264203a1b7 16887Author: Rémi Denis-Courmont <rem@videolan.org> 16888Date: Thu Aug 16 19:34:26 2007 +0000 16889 16890 Do not export thread init functions. 16891 They should not be used by plugins. And in fact, they are not. 16892 16893commit be50cf5ba79d4e1203b87d9b32e7b921d1bc4854 16894Author: Rémi Denis-Courmont <rem@videolan.org> 16895Date: Thu Aug 16 19:21:41 2007 +0000 16896 16897 Hide thread ID out of VLC_COMMON_MEMBERS 16898 16899commit 2ff0745fad56fe093646e1d774cf4c6282c71eb2 16900Author: Rémi Denis-Courmont <rem@videolan.org> 16901Date: Thu Aug 16 19:14:10 2007 +0000 16902 16903 Typo 16904 16905commit ace6ff6ee28db0f03b30048421c80099db8f4e9f 16906Author: Rémi Denis-Courmont <rem@videolan.org> 16907Date: Thu Aug 16 19:11:49 2007 +0000 16908 16909 There is always a thread to join here. No need to check 16910 16911commit 7ff7896fe05363cb13db1d3b3dfbd313df7cc63e 16912Author: Rémi Denis-Courmont <rem@videolan.org> 16913Date: Thu Aug 16 19:07:26 2007 +0000 16914 16915 Cosmetic 16916 16917commit 255107d021c93807ec87137c92ad0083c2436da1 16918Author: Rémi Denis-Courmont <rem@videolan.org> 16919Date: Thu Aug 16 19:06:22 2007 +0000 16920 16921 No need to check b_thread... there is ALWAYS a thread here 16922 16923commit 25fd4bfdc8ec2fc713f8bd66525ada82743f9080 16924Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16925Date: Thu Aug 16 19:04:26 2007 +0000 16926 16927 media_instance.c: Don't forget mutex destruction. 16928 16929commit 5d963f01d9771ed9a2d2b966843a50ee6e71cd0b 16930Author: Rémi Denis-Courmont <rem@videolan.org> 16931Date: Thu Aug 16 18:56:54 2007 +0000 16932 16933 Do not free which has not been malloc'd - fixes #1263 16934 16935commit 7ba6fdabb7750625b0fcc22e62af927078575522 16936Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16937Date: Thu Aug 16 18:42:38 2007 +0000 16938 16939 input/meta.c: Better handle NULL meta. 16940 16941commit 866dd6dcc40f3a9bfc601271e390619cc58225ef 16942Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16943Date: Thu Aug 16 18:05:43 2007 +0000 16944 16945 control/media_list.c: Handle libvlc_MediaDescriptorSubItemAdded event. 16946 16947commit 728d2811a24716d898cd998b8964cf64b1623667 16948Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16949Date: Thu Aug 16 18:05:07 2007 +0000 16950 16951 control/media_descriptor.c: Forward vlc_InputItemSubItemAdded event. 16952 16953commit 42ab1e40cd80960b9f20697f76f648f24b352095 16954Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16955Date: Thu Aug 16 18:02:16 2007 +0000 16956 16957 modules/demux/playlist/luaplaylist.c: Remove unwanted change from previous commit. 16958 16959commit 84218f98238cd712e96073326c5d074ff6f364e5 16960Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16961Date: Thu Aug 16 18:01:32 2007 +0000 16962 16963 modules/demux/playlist/*.c: Use the new playlist independant way to announce sub items. 16964 16965commit 609a114637e858ff03123decde419019803f8b08 16966Author: Rémi Denis-Courmont <rem@videolan.org> 16967Date: Thu Aug 16 18:01:01 2007 +0000 16968 16969 Hide internal variables state 16970 16971commit c5f25910d5f06ce85c4dc9bf9d81e98b5c401328 16972Author: Pierre d'Herbemont <pdherbemont@videolan.org> 16973Date: Thu Aug 16 17:52:28 2007 +0000 16974 16975 include/vlc_input.h: Make input items able to themselves handle item subitem added. 16976 16977commit 2e251e29f30549cda4f6d97c74a59b784f18c674 16978Author: Rémi Denis-Courmont <rem@videolan.org> 16979Date: Thu Aug 16 17:44:18 2007 +0000 16980 16981 Compile fix 16982 16983commit 98cb4bf1b71f39634d036c9f5764c4253247642e 16984Author: Rémi Denis-Courmont <rem@videolan.org> 16985Date: Thu Aug 16 17:43:50 2007 +0000 16986 16987 Remove the p_libvlc_global pointer from VLC_COMMON_MEMBERS. 16988 It's pretty useless to copy the same value to every single object. 16989 16990commit 3ea2708daa0caa8419e9a3d1bcd967d09f445ab8 16991Author: Rémi Denis-Courmont <rem@videolan.org> 16992Date: Thu Aug 16 17:42:35 2007 +0000 16993 16994 Remove redumdant parameter to vlc_global 16995 16996commit 7675aa3f121a3d083fdfcb5c00f4f5e81ec6205d 16997Author: Rémi Denis-Courmont <rem@videolan.org> 16998Date: Thu Aug 16 17:30:27 2007 +0000 16999 17000 Fix character set 17001 17002commit 771b937a13ca042391530236f79f9a52e27e095d 17003Author: Rémi Denis-Courmont <rem@videolan.org> 17004Date: Thu Aug 16 17:27:17 2007 +0000 17005 17006 Do not try to access other's filters 17007 17008commit 63352ca3c57287421c724a56f2214dc45e697e91 17009Author: Rémi Denis-Courmont <rem@videolan.org> 17010Date: Thu Aug 16 17:27:00 2007 +0000 17011 17012 Sync with bridge changes in other plugins 17013 17014commit c90be618be0423fc9277ac77dbad2f09f0605017 17015Author: Rémi Denis-Courmont <rem@videolan.org> 17016Date: Thu Aug 16 17:24:55 2007 +0000 17017 17018 More libvlc_global presumed abuse 17019 17020commit 64f49994dcfc55d6888ab534df285420eb61243a 17021Author: Rémi Denis-Courmont <rem@videolan.org> 17022Date: Thu Aug 16 17:21:22 2007 +0000 17023 17024 Destroy snapshot-id from the right object... 17025 17026commit d64fe8964e1e2b461462948f1fb20de315d23cbf 17027Author: Rémi Denis-Courmont <rem@videolan.org> 17028Date: Thu Aug 16 17:17:30 2007 +0000 17029 17030 Do not abuse global! 17031 17032commit dd5f0b9f0c35ec204432e1fe650053355f511e02 17033Author: Rémi Denis-Courmont <rem@videolan.org> 17034Date: Thu Aug 16 17:14:05 2007 +0000 17035 17036 ffmpeg: use var_GetGlobalMutex 17037 17038commit 48d060676b82be6bb5dd59ada3cc1c9cfc4a13b6 17039Author: Rémi Denis-Courmont <rem@videolan.org> 17040Date: Thu Aug 16 17:07:49 2007 +0000 17041 17042 use var_GetGlobalMutex 17043 17044commit 4855a76128089e15454b0506b149b7d9540127bb 17045Author: Rémi Denis-Courmont <rem@videolan.org> 17046Date: Thu Aug 16 17:03:40 2007 +0000 17047 17048 Made mosaic shared struct per-instance rather than per-process 17049 17050commit 8b7d91f2b71799dfb225641720c7ae352efe7524 17051Author: Rémi Denis-Courmont <rem@videolan.org> 17052Date: Thu Aug 16 16:56:24 2007 +0000 17053 17054 Use var_GetGlobalMutex 17055 Also never destroys global mutex, otherwise we get a race condition 17056 (which is pretty contradictory to the point for mutexes) 17057 17058commit c553d1eb446c3b396a506de4985b9894fbe5b22d 17059Author: Rémi Denis-Courmont <rem@videolan.org> 17060Date: Thu Aug 16 16:55:34 2007 +0000 17061 17062 Compile fix 17063 17064commit 4b4f77c3c14aae4afdb589529333b92838b0e9f8 17065Author: Rémi Denis-Courmont <rem@videolan.org> 17066Date: Thu Aug 16 16:51:49 2007 +0000 17067 17068 var_GetGlobalMutex() creates and gets a global mutex 17069 17070commit 0df4f0cd18ac6ac174a53459447999e62a59190c 17071Author: Damien Fouilleul <damienf@videolan.org> 17072Date: Thu Aug 16 16:48:05 2007 +0000 17073 17074 lua: fixed search paths list for scripts, needs more work for Linux 17075 17076commit 2dffeb14fb0b1cd571aace3cde1c9c8dcc48eb64 17077Author: Rémi Denis-Courmont <rem@videolan.org> 17078Date: Thu Aug 16 15:55:55 2007 +0000 17079 17080 vlc_global_object: return the global (process-wide) LibVLC object 17081 It is mostly useful to register global mutexes and such things. 17082 17083commit de5fe999ba05aa14c5088fdd737973f5a6c5a729 17084Author: Damien Fouilleul <damienf@videolan.org> 17085Date: Thu Aug 16 15:49:11 2007 +0000 17086 17087 libtool: added support for libtool executable wrapper on Cygwin when compiling in devel mode, this code may also need be ported on Linux if necessary 17088 17089commit f2bf5d585e4e9e0d3e7fb2ac3b64bc08818041b3 17090Author: Rémi Denis-Courmont <rem@videolan.org> 17091Date: Thu Aug 16 15:43:28 2007 +0000 17092 17093 Prepare to privatize some members of VLC_COMMON_MEMBERS 17094 17095commit c2efb19c424c42536f1958cfddeea813bd9253bd 17096Author: Rémi Denis-Courmont <rem@videolan.org> 17097Date: Thu Aug 16 14:44:22 2007 +0000 17098 17099 Inlining non-static functions that are part of the public API looks wrong 17100 17101commit b432f1482c0b76a0e1ed1d2b74b98d24272eec81 17102Author: Rémi Denis-Courmont <rem@videolan.org> 17103Date: Thu Aug 16 14:26:17 2007 +0000 17104 17105 Fix one of so many memory handling warning 17106 17107commit a8a188fc95860e53ff61f47ca155438b421791f1 17108Author: Damien Fouilleul <damienf@videolan.org> 17109Date: Thu Aug 16 13:59:11 2007 +0000 17110 17111 fix dynamic plugins broken in r21118, not sure if this what courmisch had in mind, but it works 17112 17113commit 7ba52d76b498cf669ce346052bac0a7d28825b66 17114Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17115Date: Thu Aug 16 00:44:33 2007 +0000 17116 17117 modules/misc/quartztext.c: Avoid reading a Null ptr. 17118 17119commit c09a926925cfb1115e6bb381ea723fa2f658a24a 17120Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17121Date: Wed Aug 15 21:12:07 2007 +0000 17122 17123 src/control/media_instance.c: Create and Destroy the drawable variable. 17124 17125commit 8032efad211cfbe239bb04d333ec412aa159169c 17126Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17127Date: Wed Aug 15 18:59:20 2007 +0000 17128 17129 src/control/media_list.c: Handle meta changed event from its items. 17130 17131commit d49a678a665480f030d77c69d36a9604a11d0686 17132Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17133Date: Wed Aug 15 18:27:49 2007 +0000 17134 17135 src/control/media_descriptor.c: Forward vlc_InputItemMetaChanged events. 17136 17137commit e1aeed2ef8603920716eabb88b6848bee300c63a 17138Author: Rémi Denis-Courmont <rem@videolan.org> 17139Date: Wed Aug 15 18:12:01 2007 +0000 17140 17141 Fix "normal" builds 17142 17143commit 61614b657166eecbb94bd5e8869d76c9315f5afe 17144Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17145Date: Wed Aug 15 17:56:00 2007 +0000 17146 17147 src/control/media_descriptor.c: Better libvlc_media_descriptor_duplicate. 17148 17149commit a7ed4d1d66d355c9edbc2f426550b045549c37c9 17150Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17151Date: Wed Aug 15 17:53:27 2007 +0000 17152 17153 src/control/media_descriptor.c: Title meta. 17154 17155commit 12b4ef87877e3b4d868bf2ab87bd87bc3a596967 17156Author: Rémi Denis-Courmont <rem@videolan.org> 17157Date: Wed Aug 15 17:40:47 2007 +0000 17158 17159 svn:ignore 17160 17161commit 80def97f15e46bcf4aab4a246e7b5f0acdbb77c4 17162Author: Rémi Denis-Courmont <rem@videolan.org> 17163Date: Wed Aug 15 17:37:20 2007 +0000 17164 17165 Continue fixing static builds 17166 17167commit 7ca5e9c1aadc09bfd8cf5569e47396651b4591b7 17168Author: Rémi Denis-Courmont <rem@videolan.org> 17169Date: Wed Aug 15 17:35:20 2007 +0000 17170 17171 There is no such thing as a sgimb plugin 17172 17173commit 343ef81a3faefc22eecafdcae5a9d2a1af58d8be 17174Author: Rémi Denis-Courmont <rem@videolan.org> 17175Date: Wed Aug 15 17:15:56 2007 +0000 17176 17177 *Partially* fix static builds 17178 17179commit df3b5eec76004d2dcfbabc36ac65f64755bdbc33 17180Author: Damien Fouilleul <damienf@videolan.org> 17181Date: Wed Aug 15 16:15:45 2007 +0000 17182 17183 video chromas: finalize SSE2 improvements 17184 17185commit 30900cb3df556d168d425fc7d42c11cb83c5aef7 17186Author: Rémi Denis-Courmont <rem@videolan.org> 17187Date: Wed Aug 15 15:45:12 2007 +0000 17188 17189 Make scripts as such 17190 17191commit 366e7199dac01761a8c47b84d5130c132b4bc848 17192Author: Rémi Denis-Courmont <rem@videolan.org> 17193Date: Wed Aug 15 15:44:05 2007 +0000 17194 17195 Unused stuff 17196 17197commit 8f7d902fd56a3ef530cef154a92e0b86e26cbe72 17198Author: Rémi Denis-Courmont <rem@videolan.org> 17199Date: Wed Aug 15 15:31:53 2007 +0000 17200 17201 Remove some plugin/builtin cruft from pre-libvlc era 17202 17203commit 515deca348834e006f5f7587f25dd568df740454 17204Author: Damien Fouilleul <damienf@videolan.org> 17205Date: Wed Aug 15 15:23:12 2007 +0000 17206 17207 lua modules: enforce DIR_SEP instead of / 17208 17209commit e7779161e2eb112a771a32989264d86427a8e914 17210Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17211Date: Wed Aug 15 14:54:03 2007 +0000 17212 17213 include/vlc_input.h: Emit vlc_InputItemMetaChanged event. 17214 include/vlc_events.h: Opt for the vlc_object_name_function_name naming scheme. 17215 17216commit fbb3035b734f8d59cc978e951c7bdb428a82a816 17217Author: Damien Fouilleul <damienf@videolan.org> 17218Date: Wed Aug 15 14:30:39 2007 +0000 17219 17220 modules/modules.c: enforce DIR_SEP in paths 17221 17222commit f60e1bdbdce07bc47d5e8814365b81f3e7c3d8f6 17223Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17224Date: Wed Aug 15 14:25:46 2007 +0000 17225 17226 An other attempt at fixing compilation of dbus. 17227 17228commit 7377b282f240ebf76d03ba0c2ba744d851b4388a 17229Author: Damien Fouilleul <damienf@videolan.org> 17230Date: Wed Aug 15 11:20:51 2007 +0000 17231 17232 wxwidgets: meta fixes, constify update_download 17233 17234commit c4292a159a75ba9b1e4cce394aedb69d5a8e9450 17235Author: Damien Fouilleul <damienf@videolan.org> 17236Date: Wed Aug 15 10:53:30 2007 +0000 17237 17238 qt4: forgot that file in previous commit 17239 17240commit d1b200df0c4fba04d9c7d4b95e0ef52ff6a1667c 17241Author: Damien Fouilleul <damienf@videolan.org> 17242Date: Wed Aug 15 10:19:25 2007 +0000 17243 17244 misc/mtime.c: warning fixes, latest MinGW has gettimeofday() 17245 17246commit d084716eb5081691858acc9b9539aaa9a30d55ba 17247Author: Damien Fouilleul <damienf@videolan.org> 17248Date: Wed Aug 15 10:16:45 2007 +0000 17249 17250 qt4: compile fixes, replaced asnprintf by snprintf, which is a better choice in that context 17251 17252commit a26821d04373bfc956807f4ccf7bfdbc18f68bcc 17253Author: Jean-Paul Saman <jpsaman@videolan.org> 17254Date: Wed Aug 15 08:02:49 2007 +0000 17255 17256 Readibility. 17257 17258commit 93a719b830fa71b598aa6bcd6967317e4a3705a5 17259Author: Jean-Paul Saman <jpsaman@videolan.org> 17260Date: Wed Aug 15 08:02:42 2007 +0000 17261 17262 Remove excess whitespace 17263 17264commit 34cbacf889c60fa8ada0f5ecd2090ea2a8113e53 17265Author: Jean-Paul Saman <jpsaman@videolan.org> 17266Date: Wed Aug 15 08:02:33 2007 +0000 17267 17268 Remove excess whitespace. 17269 17270commit 4e72a51db7ae9f39c7c84847402f5c1da9bc68fa 17271Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17272Date: Wed Aug 15 06:21:10 2007 +0000 17273 17274 Attempt to fix previous commit. 17275 17276commit b40e9cd7b6fd96b477d2556a453b25e9dd983554 17277Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17278Date: Wed Aug 15 06:18:35 2007 +0000 17279 17280 Attempt to fix previous commit. 17281 17282commit 2b64e33637dc35ec0c10145233753fba17cbd3e1 17283Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17284Date: Wed Aug 15 04:53:01 2007 +0000 17285 17286 More svn propset svn:keywords "Id". 17287 17288commit 53aafd726ec0160722c8327b1f58a1e63fc6cd3e 17289Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17290Date: Wed Aug 15 04:49:41 2007 +0000 17291 17292 s/svn:keyword/svn:keywords/ (oops). 17293 17294commit 39c14a94ccfe5b82c05da79b95e09738236a5e83 17295Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17296Date: Wed Aug 15 04:45:12 2007 +0000 17297 17298 share/luameta/googleimage.lua: Resolve % escape in the arturl prior returning it. 17299 17300commit ab4c936a66c0bbef38266b87cdd104d141f03dbd 17301Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17302Date: Wed Aug 15 04:42:46 2007 +0000 17303 17304 Bunch of propset svn:keyword "Id". 17305 17306commit f95f8bd64da303985e7f5b70af8838f9ec7f5d21 17307Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17308Date: Wed Aug 15 04:40:32 2007 +0000 17309 17310 modules/meta_engine/luameta.c: Add resolve_xml_special_chars and decode_uri to the lua env. 17311 17312commit 51880eb16eed467a21c34b9e4bb962d1bd6a5be7 17313Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17314Date: Wed Aug 15 04:33:57 2007 +0000 17315 17316 * Protect input item's meta through setters and getters. That allows tracking of input item meta info changes. 17317 * vlc_meta_t gains a table for accessing its non-extra meta. 17318 17319commit 060d116f00759bb7525da1b88fcb244759584d7a 17320Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17321Date: Wed Aug 15 04:28:26 2007 +0000 17322 17323 share/luameta/googleimage.lua: Rework a bit to better handle meta going wrong. 17324 17325commit 6e3ef03dd5d88c3ff98e563361cdac0d45fc74df 17326Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17327Date: Wed Aug 15 00:07:27 2007 +0000 17328 17329 modules/misc/playlist/xspf.c: Remove some weird duplicate code. 17330 17331commit 4ac40b710f67458993927640567ec24ba0c6d58b 17332Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17333Date: Tue Aug 14 23:58:50 2007 +0000 17334 17335 modules/misc/notify/growl.c: Remove some dead code. 17336 17337commit 29cf0b3296afebc2912f89a385b4d5d4353dafc6 17338Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17339Date: Tue Aug 14 23:57:55 2007 +0000 17340 17341 modules/misc/notify/msn.c: Remove some dead code. 17342 17343commit 5aac0d0a84e50d65feaba7460c0ea8a0fcf21c49 17344Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17345Date: Tue Aug 14 22:47:45 2007 +0000 17346 17347 modules/meta_engine/googleimage.c: Remove the googleimage module as it is implemented in lua. 17348 17349commit 30cc1b1d917cd3cda7bd25a09533690421326075 17350Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17351Date: Tue Aug 14 22:10:32 2007 +0000 17352 17353 modules/meta/Modules.am: Add the luameta module and Alphabetically sort. 17354 17355commit c4c6895899f54a303fdda41db9300484911ea5fd 17356Author: Rémi Denis-Courmont <rem@videolan.org> 17357Date: Tue Aug 14 18:53:44 2007 +0000 17358 17359 select() sucks 17360 17361commit 3b396a3d5331de10afa57d023afafbc779baeb58 17362Author: Bernie Purcell <bitmap@videolan.org> 17363Date: Tue Aug 14 00:03:48 2007 +0000 17364 17365 Corrections to scaling logic in previous commit 17366 17367commit 1afe5120d4bbdb05f43e98276db9620228e812e4 17368Author: Rafaël Carré <funman@videolan.org> 17369Date: Mon Aug 13 23:55:07 2007 +0000 17370 17371 Updates POTFILES.in to include new subsdec files created in [21024] 17372 Runs make update-po 17373 17374commit 137f90242be4d51d20b90650917ea38217a43506 17375Author: Christophe Mutricy <xtophe@videolan.org> 17376Date: Mon Aug 13 22:19:47 2007 +0000 17377 17378 Proper date and svn:keywords 17379 17380commit 6ffa2b02450cdcb6da704f97acbe0331c4ad737e 17381Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17382Date: Mon Aug 13 21:54:05 2007 +0000 17383 17384 modules/meta_fetcher/luameta.c: Fix file name in header, and add Antoine in authors list as it is a derivative. 17385 17386commit 1179afb6e19691d095fd1fc876b411cce15065c7 17387Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17388Date: Mon Aug 13 21:46:27 2007 +0000 17389 17390 modules/meta_engine/luameta.c: Get meta (untested) and artwork using lua scripts. 17391 17392commit b2fc1b73042ae531ebfdbefa317130af657e96bf 17393Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17394Date: Mon Aug 13 19:59:27 2007 +0000 17395 17396 modules/gui/qt4: More compilation attempt. 17397 17398commit c47fbbed226a415203fd8d0d3cc812819edbba31 17399Author: Rafaël Carré <funman@videolan.org> 17400Date: Mon Aug 13 19:28:35 2007 +0000 17401 17402 fucking make 17403 17404commit a945f9dee63b95e378a464bb3eeff84a0c28b469 17405Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17406Date: Mon Aug 13 19:08:15 2007 +0000 17407 17408 misc/events.c: Add a new way to send receive events. (ripped of from libvlc). It will allow input_item to send events. 17409 17410commit 3a13e4b14b369ec44e0894f0839a115dd8277650 17411Author: Rafaël Carré <funman@videolan.org> 17412Date: Mon Aug 13 19:06:25 2007 +0000 17413 17414 fuck autotools 17415 17416commit efcbf1125ed7bdc01a910c9f2ff100a1af7d9d56 17417Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17418Date: Mon Aug 13 18:55:48 2007 +0000 17419 17420 modules/gui/qt4: Attempt to fix previous commit. 17421 17422commit 24f3597e3481b4a89ba8f7de1fe73414924b4542 17423Author: Rafaël Carré <funman@videolan.org> 17424Date: Mon Aug 13 18:53:46 2007 +0000 17425 17426 Builds correctly lua for windows 17427 Distributes luaplaylist scripts with windows packages 17428 17429commit 62454ff8afd2a04a224f074234f74685f19fd132 17430Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17431Date: Mon Aug 13 18:30:28 2007 +0000 17432 17433 modules/gui/qt4: Reflects latest meta changes. 17434 17435commit 0cfa89796ef5b7b859d720f6c11c635aff7edac3 17436Author: Rafaël Carré <funman@videolan.org> 17437Date: Mon Aug 13 17:34:13 2007 +0000 17438 17439 Enables taglib by default, allows meta editing on windows & linux in QT4 interface 17440 Thanks to Little`Bubble 17441 17442commit 9f3bbab57eb30080cee4e7409080282c36ac4a6f 17443Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17444Date: Mon Aug 13 17:28:24 2007 +0000 17445 17446 include/vlc_input.h: This commit should have been part of r21062. 17447 17448commit 1dc88b3c460b8ae4a7506105f479325f0561b994 17449Author: Rafaël Carré <funman@videolan.org> 17450Date: Mon Aug 13 16:44:55 2007 +0000 17451 17452 Revert accidental commit in [21066] 17453 17454commit 7bcb462e1b6f31731969ce7af9675ff8c29eb59b 17455Author: Rafaël Carré <funman@videolan.org> 17456Date: Mon Aug 13 16:38:48 2007 +0000 17457 17458 Add myself, sort alphabetically 17459 17460commit e9075349c19786b1734a451ec607f7450672efb5 17461Author: Rafaël Carré <funman@videolan.org> 17462Date: Mon Aug 13 15:21:43 2007 +0000 17463 17464 Returns object hierarchy with root object introspection data. Thanks to eean. 17465 Uses correct interface name. 17466 17467commit 4a0090f442f99e1c76cd69ac1a30d0740535e8a3 17468Author: Rafaël Carré <funman@videolan.org> 17469Date: Mon Aug 13 14:45:16 2007 +0000 17470 17471 Updates window title even in fullscreen - patch by Aurélien Jacobs 17472 17473commit a8fbff2437f6aecee3b0be4a1d7252cf27afd86c 17474Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17475Date: Mon Aug 13 14:06:37 2007 +0000 17476 17477 include/vlc_meta.h: Start with a zero sized dictionary for extra meta. 17478 17479commit 1855d4a8d0fcbdf273fd6cc771b0a90b418bd411 17480Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17481Date: Mon Aug 13 14:05:34 2007 +0000 17482 17483 include/vlc_arrays.h: Allow zero sized vlc_dictionary_t creation. 17484 17485commit 5c47e1504ebede6bda22b1ac721021ea4e341bd0 17486Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17487Date: Mon Aug 13 13:55:10 2007 +0000 17488 17489 include/vlc_meta.h: Use the vlc_dictionary to store extra meta tags. 17490 17491commit 74da54252cce41e92c1957d87330405202ac41b6 17492Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17493Date: Sun Aug 12 21:18:08 2007 +0000 17494 17495 modules/meta_engine/googleimage.c: Art Fetcher module that gets it's arts from images.google.com. 17496 17497commit 4af2ccf4cd04f924c925c388c861b24ad59552ee 17498Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17499Date: Sun Aug 12 21:12:47 2007 +0000 17500 17501 input/meta.c: Be a bit more selective on meta pre-requirement for art. 17502 17503commit 33f279fa8296493fc6938f71fc62c0c260c56ee7 17504Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17505Date: Sun Aug 12 21:07:24 2007 +0000 17506 17507 input/meta.c: Allow meta for media that don't have artist nor album. (Because movies owns the right to get their own meta). 17508 17509commit bc29813ae05904051827abcdf0fe5297ca1ead78 17510Author: Rémi Denis-Courmont <rem@videolan.org> 17511Date: Sun Aug 12 19:02:51 2007 +0000 17512 17513 Remove dead code (VLC only uses port numbers, not service names ever) 17514 17515commit 42f6cf0471cde247f2c6e0c0303eb7375e0df465 17516Author: Rémi Denis-Courmont <rem@videolan.org> 17517Date: Sun Aug 12 18:23:09 2007 +0000 17518 17519 DCCP also needs listen() 17520 17521commit 5804ebe166493f3a46fe1bdc8bff1041c37307a3 17522Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17523Date: Sat Aug 11 13:48:35 2007 +0000 17524 17525 control/media_list.c: Don't forget to increase the md refcount where needed. 17526 17527commit 4a2b660ce62364d731fd89e4e5f34372b4228355 17528Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17529Date: Sat Aug 11 12:59:14 2007 +0000 17530 17531 control/media_list_player.c: Don't change playlist item at play. 17532 17533commit 96fcedeb936ad3070e003b84f82b2eedaa13a669 17534Author: Jean-Baptiste Kempf <jb@videolan.org> 17535Date: Sat Aug 11 12:55:58 2007 +0000 17536 17537 Qt4 Patch changes RA/R1/NR and RND/NRND text in repeat/random buttons to use 17538 I_PL_REPEAT/I_PL_LOOP/I_PL_RANDOM etc. strings as done after 17539 toggleRepeat usage etc. 17540 Patch by Ilkka Ollakka 17541 17542commit c96d14e179a5e792fc8514fb7aff580027557179 17543Author: Jean-Baptiste Kempf <jb@videolan.org> 17544Date: Sat Aug 11 12:10:38 2007 +0000 17545 17546 Qt4 - Hide/Show from taskBar for Windows. 17547 Patch from Hannes Domani. 17548 17549commit 3bc8eab6031a611d6bd32fb2b834bb56782d9f3b 17550Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17551Date: Sat Aug 11 12:10:25 2007 +0000 17552 17553 control/media_instance.c: Ignore the exception raised by libvlc_get_input_thread in libvlc_media_instance_play. 17554 17555commit b8067f045b5a909d9b5827cbeaa1edafb58fa59f 17556Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17557Date: Sat Aug 11 12:01:14 2007 +0000 17558 17559 control/media_list_player.c: Fix a typo in get_next_index. 17560 17561commit 5efb1f0118bdd2bc7f1836476b02b52dda468c6c 17562Author: Bernie Purcell <bitmap@videolan.org> 17563Date: Sat Aug 11 05:57:28 2007 +0000 17564 17565 Prescaled output support 17566 17567commit 7b246662a8b51c5e10676b4010865cdc26fa163e 17568Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17569Date: Sat Aug 11 01:49:26 2007 +0000 17570 17571 control/media_list_player.c: Implement _play_item_at_index(). 17572 17573commit a18fdf18899f8684e3472334f10ec22aef7e8941 17574Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17575Date: Fri Aug 10 23:47:22 2007 +0000 17576 17577 control/media_descriptor.c: Implement more meta. 17578 17579commit b10cf533e4f53ca6b096270deb75e211a0bfdfe1 17580Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17581Date: Fri Aug 10 23:10:09 2007 +0000 17582 17583 control/media_instance.c: Never fail when requesting the event manager. 17584 17585commit f2903b7d15a0e5295adf7dbe38011d4f543c93e4 17586Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17587Date: Fri Aug 10 23:03:39 2007 +0000 17588 17589 control/media_list_player.c: Initialize p_mlist, and p_mi. 17590 17591commit 262b177b0890b6b1943cb9c4838bcffc5152f290 17592Author: Damien Fouilleul <damienf@videolan.org> 17593Date: Fri Aug 10 18:28:49 2007 +0000 17594 17595 i422_yuy2: SSE2 improvements 17596 17597commit 43bd7bed43a7b997985d2ed18b32d156a25164b6 17598Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17599Date: Fri Aug 10 17:40:54 2007 +0000 17600 17601 control/media_list_player.c: Fix a typo. 17602 17603commit 8799399983aeca310d0a2ccc2153a9d3eb665e83 17604Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17605Date: Fri Aug 10 14:04:51 2007 +0000 17606 17607 Fix previous commit (oops). 17608 17609commit a5b311b3c518ea13871fcc6b87ec932788793290 17610Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17611Date: Fri Aug 10 13:19:57 2007 +0000 17612 17613 src/Makefile.am: Build media_list.c, media_list_player.c, tag_query.c. 17614 17615commit 27d17eb1f3ed973530f6884c0644b4f217bfaf10 17616Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17617Date: Fri Aug 10 13:18:46 2007 +0000 17618 17619 include/vlc_arrays.h: Don't forget to return a value in value_for_key. 17620 17621commit 2886f5007d2d876c4338e635739afc0bf89bf51a 17622Author: Damien Fouilleul <damienf@videolan.org> 17623Date: Fri Aug 10 10:49:12 2007 +0000 17624 17625 Makefile: fixed package-win32-zip, it was missing libvlc-controll.dll 17626 17627commit dcabd0549ce40c9d93b7d5bc54f3b0e3ad79ff2a 17628Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17629Date: Fri Aug 10 00:56:04 2007 +0000 17630 17631 include/vlc_arrays.h: Compile fix for g++. 17632 17633commit 9c86aabc0850590c292e453e5b0f1c87214b5e89 17634Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17635Date: Fri Aug 10 00:40:04 2007 +0000 17636 17637 include/vlc_arrays.h: Always return a valid ptr in vlc_dictionary_all_keys. 17638 17639commit d248d3f2f9a3ca4b8b9508c84ee96d07c362c82b 17640Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17641Date: Fri Aug 10 00:35:57 2007 +0000 17642 17643 include/vlc_arrays.h: Implement simple best-case-in-O(1) hash table. 17644 17645commit 16c039d47d6fd536867c9f543cceca565e7c12c0 17646Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17647Date: Thu Aug 9 19:54:43 2007 +0000 17648 17649 include/vlc_arrays.h: oops, (I did it again). 17650 17651commit 98d4bb677299745d4e47ab594e4dcd76c19b1edf 17652Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17653Date: Thu Aug 9 19:38:00 2007 +0000 17654 17655 (oops) 17656 17657commit 2fa6989d9c4578258de43fe11fecba5e170f7883 17658Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17659Date: Thu Aug 9 19:29:17 2007 +0000 17660 17661 Fix previous commit on gcc. (oops). 17662 17663commit 1488ac13944bfbde6a3498d0a223ddc6b23af29d 17664Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17665Date: Thu Aug 9 19:12:11 2007 +0000 17666 17667 include/vlc_arrays.h: Fix previous commit compilation with g++. 17668 17669commit 64a70c8e36a8f65566cadcd47fb9821102c81303 17670Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17671Date: Thu Aug 9 18:38:48 2007 +0000 17672 17673 include/vlc_arrays.h: Transform the dictionary macro to static inline, and publish a vlc_dictionary_t type. 17674 17675commit 52676b5243625e02f6d1d4df521880e2da0c5c26 17676Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17677Date: Thu Aug 9 16:08:47 2007 +0000 17678 17679 vlc/libvlc.h: Advertise libvlc_media_instance_set_drawable. 17680 17681commit 6f5d4e4a1d7f539a01eef34a61e305e6f937df40 17682Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17683Date: Thu Aug 9 16:08:14 2007 +0000 17684 17685 control/media_descriptor: Implement libvlc_media_descriptor_get_mrl. 17686 17687commit c55d47b9a44687eb33ef020e3302bd85f5168ba8 17688Author: Rémi Denis-Courmont <rem@videolan.org> 17689Date: Thu Aug 9 14:19:53 2007 +0000 17690 17691 Revert [21008] 17692 17693commit a1eb826dcd331dd41cba9b06008beb813212ba9a 17694Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17695Date: Thu Aug 9 12:45:37 2007 +0000 17696 17697 control/media_instance.c: Set a per-object drawable. 17698 17699commit 8239a93234c6d7a0cb74ddec81574d20f0e7a515 17700Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17701Date: Wed Aug 8 21:12:02 2007 +0000 17702 17703 Libvlc: Start the implementation of the libvlc playlist. Still in progress. 17704 17705commit 423ff245b43e98b87da9acfdbf4c581bd5dd2ea7 17706Author: Jean-Baptiste Kempf <jb@videolan.org> 17707Date: Wed Aug 8 17:07:41 2007 +0000 17708 17709 Subsdec.c split: remove the old file. 17710 17711commit f24d0efb61b4c689809bc0eb65b996e2a4b84781 17712Author: Jean-Baptiste Kempf <jb@videolan.org> 17713Date: Wed Aug 8 17:03:24 2007 +0000 17714 17715 Subsdec: Split the decoder for subsdec / SSA / USF in three files, since the code has grown a bit too much in order to improve readability. 17716 Some functions may still need to be renamed and moved from a file to another. 17717 I hope it is done in the correct way, if not, tell me or revert. 17718 17719commit 232de8ce8d78d6b53465b171863a92f3dcbfc336 17720Author: Jean-Paul Saman <jpsaman@videolan.org> 17721Date: Wed Aug 8 14:24:29 2007 +0000 17722 17723 I meant to use var_CreateGetNonEmptyString(). 17724 17725commit 4b11c6e4f6dc652252d1b3e8535e2bf80daa6774 17726Author: Damien Fouilleul <damienf@videolan.org> 17727Date: Wed Aug 8 13:45:09 2007 +0000 17728 17729 mozilla: fix VLC Plugin.plugin target for MacOS X, added support for libvlc.dylib, etc.. 17730 17731commit a55589a05af8341751bd0dd6d013dc840a66f519 17732Author: Jean-Paul Saman <jpsaman@videolan.org> 17733Date: Wed Aug 8 13:13:04 2007 +0000 17734 17735 Force lirc configuration file to usForce lirc configuration file to usee 17736 17737commit 398cbeb65e230c53bb4f81ed08163be22e912400 17738Author: Jean-Paul Saman <jpsaman@videolan.org> 17739Date: Wed Aug 8 09:25:44 2007 +0000 17740 17741 Scale every plane correctly. This fixes the "green bar at the bottom after scaling" issue. 17742 17743commit c0da24fe8dbdd5a0db10043940c85afb3b54b542 17744Author: Jean-Paul Saman <jpsaman@videolan.org> 17745Date: Wed Aug 8 09:25:42 2007 +0000 17746 17747 Use parenthesis to make it more readible.` 17748 17749commit cbbe174a03104b9d0ad1429a34a0ade1b3a1c92f 17750Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17751Date: Wed Aug 8 01:13:31 2007 +0000 17752 17753 control/media_instance.c: Listen to the variable changes. 17754 17755commit fa2c16991d33a831a6508671a34fb54f6d7cc67e 17756Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17757Date: Tue Aug 7 23:51:17 2007 +0000 17758 17759 control/media_instance.c: Support libvlc_MediaInstanceReachedEnd event for upcoming media_list_player. 17760 17761commit b160f7f4019c5a1322d54f1b7dbe16472ffbbdbf 17762Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17763Date: Tue Aug 7 22:55:01 2007 +0000 17764 17765 control/event.c: event_manager_init -> event_manager_new 17766 17767commit 7ef8f73c87ca257886b290d71188300a57784f5a 17768Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17769Date: Tue Aug 7 22:10:29 2007 +0000 17770 17771 control/libvlc_internal.h: Comment fix. 17772 17773commit 664fa731b33d322f65db84f4e3b15098b0ddf8be 17774Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17775Date: Tue Aug 7 18:59:45 2007 +0000 17776 17777 control/media_instance.c: Code factorization. 17778 17779commit 6a1415be4fb858b85a0cfc88e09eed6013a002b4 17780Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17781Date: Tue Aug 7 18:42:21 2007 +0000 17782 17783 control/event.c: Tab fix. 17784 17785commit 521ae0cdab32b0be0db8452139a770b992e5d0b8 17786Author: Jean-Baptiste Kempf <jb@videolan.org> 17787Date: Tue Aug 7 17:58:53 2007 +0000 17788 17789 Thanks to Ilkka Ollakka for qt4 too. 17790 17791commit 9f666f7c95ba3394c5dcbf146ddb5a7967e400ff 17792Author: Jean-Baptiste Kempf <jb@videolan.org> 17793Date: Tue Aug 7 17:57:46 2007 +0000 17794 17795 Qt4 - Playlist: scrollTo current-item and view issues... 17796 Patch by Ilkka Ollakka 17797 17798commit f0cf58a8d9fddd9feaa65d15adf918417d275b22 17799Author: Rémi Denis-Courmont <rem@videolan.org> 17800Date: Tue Aug 7 17:18:34 2007 +0000 17801 17802 Fix HTTP authentication. 17803 Yes, some sites use empty usernames 17804 17805commit db9ec109f864372e494cc973795e7f85e04acbb8 17806Author: Jean-Baptiste Kempf <jb@videolan.org> 17807Date: Tue Aug 7 17:04:49 2007 +0000 17808 17809 Qt4 - Slider bug temporary solving. 17810 Patch by Hannes Domani 17811 THANKS updated. 17812 17813commit 0d6d5607c7928e88791f7f2827be18b8fb7644f5 17814Author: Rémi Denis-Courmont <rem@videolan.org> 17815Date: Tue Aug 7 17:03:52 2007 +0000 17816 17817 Do not bother with the byte range when we are at offset zero 17818 17819commit 738f62a615c7988974bdaf47e8d9b86458bd36db 17820Author: Antoine Cellerier <dionoea@videolan.org> 17821Date: Mon Aug 6 21:55:22 2007 +0000 17822 17823 Cosmetics. 17824 17825commit 0e571b915c9287a28cde463a2795891dd84d090c 17826Author: Rémi Denis-Courmont <rem@videolan.org> 17827Date: Mon Aug 6 20:04:25 2007 +0000 17828 17829 Oups 17830 17831commit 8b5540821ffbf7b8b0f17e9ab2c18a7b7ee7cab8 17832Author: Rémi Denis-Courmont <rem@videolan.org> 17833Date: Mon Aug 6 20:01:24 2007 +0000 17834 17835 Sync with module macros and sout chain parsing 17836 17837commit 11d2650a5ad1fe504027d2decde1fcbcd79151ce 17838Author: Rémi Denis-Courmont <rem@videolan.org> 17839Date: Mon Aug 6 19:58:36 2007 +0000 17840 17841 Simplify and remove a warning 17842 17843commit 808d1d38213c720564252fdfd25aad51d8ec6803 17844Author: Jean-Baptiste Kempf <jb@videolan.org> 17845Date: Mon Aug 6 17:59:57 2007 +0000 17846 17847 Qt4 - systray behaviour: first activate the Windows before hiding it. 17848 Closes #1249 17849 17850commit 12e628a747adbfcc280cacad2ac3357e981c92a2 17851Author: Jean-Baptiste Kempf <jb@videolan.org> 17852Date: Mon Aug 6 17:09:31 2007 +0000 17853 17854 qt4 : cosmetics. 17855 17856commit 95e9891724f97005a682c6d289c7a4e7b206dd01 17857Author: Jean-Baptiste Kempf <jb@videolan.org> 17858Date: Mon Aug 6 17:07:49 2007 +0000 17859 17860 qt4 : remove trailing spaces. 17861 17862commit ba7b7a8d58e94ddb83a8371dbe88ad1fcd3d4001 17863Author: Jean-Baptiste Kempf <jb@videolan.org> 17864Date: Mon Aug 6 17:03:01 2007 +0000 17865 17866 Qt4 - fix QT playlist display bug when clicking on top-level of playlist. 17867 Patch by Alexander Gall. Thanks. 17868 17869commit f02ba5409aec3f56e2cc57f78b5aefc1fce81540 17870Author: Jean-Baptiste Kempf <jb@videolan.org> 17871Date: Mon Aug 6 16:29:02 2007 +0000 17872 17873 Add .flv extension. Close #1256 17874 17875commit c58f05462a0819e74526569303338a67017d02d8 17876Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17877Date: Sun Aug 5 23:06:07 2007 +0000 17878 17879 bindings/java: callback/events usage has changed. For the time being, send an exception. 17880 17881commit 3f75f779109fcac9cb1d15fafdb5a083ee791c18 17882Author: Pierre d'Herbemont <pdherbemont@videolan.org> 17883Date: Sun Aug 5 22:32:31 2007 +0000 17884 17885 control/event.c: Change the event API to be per-object driven. It is not yet in use. 17886 17887commit 1605af5772bcc37e7969c050de598e5911d9637c 17888Author: Jean-Baptiste Kempf <jb@videolan.org> 17889Date: Sun Aug 5 20:01:21 2007 +0000 17890 17891 Subsdec: remove trailing spaces. 17892 17893commit 62b68c2c4515ec427df9fd104261ab2101cfdecc 17894Author: Olivier Teulière <ipkiss@videolan.org> 17895Date: Sun Aug 5 13:10:00 2007 +0000 17896 17897 doc/skins/skins2-howto.xml: Added Button.tooltiptext which had been forgotten 17898 17899commit b48bc0e9f24dcafd9c142a68638a21f15d871ece 17900Author: Rémi Denis-Courmont <rem@videolan.org> 17901Date: Sun Aug 5 12:12:08 2007 +0000 17902 17903 Missing header for INT_MAX 17904 17905commit 05bbfabcec553de912fdeba4a1acc6a39bd5859c 17906Author: Rémi Denis-Courmont <rem@videolan.org> 17907Date: Sun Aug 5 09:06:22 2007 +0000 17908 17909 Fix server port parsing. Bug reported by Gerrit Benker. 17910 17911commit 593ef6c558825dca896ccffdf2fc6dcdb7db3716 17912Author: Rémi Denis-Courmont <rem@videolan.org> 17913Date: Sun Aug 5 08:55:14 2007 +0000 17914 17915 Ignore frame with zero size. 17916 This needs to be *reviewed*. 17917 17918commit 0790860fe5050cfbadcce4086cde7230d1a75526 17919Author: Rémi Denis-Courmont <rem@videolan.org> 17920Date: Sun Aug 5 08:38:17 2007 +0000 17921 17922 Fix NULL dereference due to Speex header corruption 17923 spotted by David Thiel 17924 17925commit a7d566c6560324eaaf3fc7f987d4afc2c300c0b4 17926Author: Rémi Denis-Courmont <rem@videolan.org> 17927Date: Sun Aug 5 08:32:04 2007 +0000 17928 17929 Fix void arithmethic 17930 17931commit 2c32483bbcf0016701438570b14dbfb344ac6f3e 17932Author: Rémi Denis-Courmont <rem@videolan.org> 17933Date: Sun Aug 5 08:27:54 2007 +0000 17934 17935 Fix malloc error handling 17936 (bug reported by David Thiel) 17937 17938commit c296e05be40c17b544b6f3e73ccd6bcbc10ff16f 17939Author: Rémi Denis-Courmont <rem@videolan.org> 17940Date: Sat Aug 4 20:57:16 2007 +0000 17941 17942 Cleanup / speedup 17943 17944commit 39c625244ad194802ca2eda1e53bb1884b9836d1 17945Author: Rémi Denis-Courmont <rem@videolan.org> 17946Date: Sat Aug 4 20:49:46 2007 +0000 17947 17948 - Cleanup and fixes deprecated options: 17949 - Removed the gross SUPPRESSED hack 17950 - Remove support for strict deprecated aliases (that was not used anyway) 17951 17952commit 37ce2848cd83ba8255190cb0c810f5586cfd785c 17953Author: Rémi Denis-Courmont <rem@videolan.org> 17954Date: Sat Aug 4 18:50:37 2007 +0000 17955 17956 Fix usage of add_shortcut. 17957 Note that shortcuts are inherited from the main module to submodules, so it is 17958 totally useless to duplicate them paste add_submodule. If you think this is 17959 wrong, I do not necessarily disagree, but it would need a RFC. 17960 17961commit fe9e45cc87e5e966a945c5638d3c74c548811ded 17962Author: Rémi Denis-Courmont <rem@videolan.org> 17963Date: Sat Aug 4 18:39:01 2007 +0000 17964 17965 Oups 17966 17967commit da22a69e0d39dbc5907b2b39c67027de7a414f63 17968Author: Rémi Denis-Courmont <rem@videolan.org> 17969Date: Sat Aug 4 18:28:18 2007 +0000 17970 17971 Do not create dummy shortcut for each and every module 17972 17973commit 533af1752cb0569225ca22b903925cbe00b99d85 17974Author: Rémi Denis-Courmont <rem@videolan.org> 17975Date: Sat Aug 4 18:24:47 2007 +0000 17976 17977 - pp_shortcuts is always true; do not check 17978 - remove apparently harmful "continue" with an always true condition 17979 17980commit da2a148c7f485ed81cfd7afd0d0e505a0a777d9e 17981Author: Rémi Denis-Courmont <rem@videolan.org> 17982Date: Sat Aug 4 18:16:08 2007 +0000 17983 17984 Fix off-by-one 17985 17986commit 6d8f4537e946e11748bf1b33679f3d791bd16198 17987Author: Rémi Denis-Courmont <rem@videolan.org> 17988Date: Sat Aug 4 18:07:42 2007 +0000 17989 17990 Fix erroneously commited chunk 17991 17992commit 69db070ffbb796237b6a073708668ac0dd0d9402 17993Author: Rémi Denis-Courmont <rem@videolan.org> 17994Date: Sat Aug 4 18:03:18 2007 +0000 17995 17996 Use module_* 17997 17998commit ac5d0a1ec3fd650a991e146c2e0969705f46a6a1 17999Author: Rémi Denis-Courmont <rem@videolan.org> 18000Date: Sat Aug 4 17:58:18 2007 +0000 18001 18002 module_GetHelp 18003 18004commit c3102ca43decae519f8d0a5effb5012a0d49bd0c 18005Author: Rémi Denis-Courmont <rem@videolan.org> 18006Date: Sat Aug 4 17:42:42 2007 +0000 18007 18008 Use module_* functions 18009 18010commit fb3ee6abab52a2a66472b3d0bcf21a7f855f963a 18011Author: Rémi Denis-Courmont <rem@videolan.org> 18012Date: Sat Aug 4 17:42:20 2007 +0000 18013 18014 More access functions around module_t 18015 18016commit cc39378d2f3047bbb7ad1427fe2f16058c8d165a 18017Author: Rémi Denis-Courmont <rem@videolan.org> 18018Date: Sat Aug 4 17:40:15 2007 +0000 18019 18020 Compile fix 18021 18022commit e7859061b0370d2dd22961792a23324270362fdb 18023Author: Rémi Denis-Courmont <rem@videolan.org> 18024Date: Sat Aug 4 17:29:20 2007 +0000 18025 18026 Use module_IsCapable 18027 18028commit 6c11c08a800fa57846e69fb86a42164f2570dfe4 18029Author: Rémi Denis-Courmont <rem@videolan.org> 18030Date: Sat Aug 4 17:28:18 2007 +0000 18031 18032 Partially abstract module_t: add module_IsCapable() 18033 18034commit 4c4c4ce26e381d5e03b016d384e84d8a94721685 18035Author: Rémi Denis-Courmont <rem@videolan.org> 18036Date: Sat Aug 4 17:10:35 2007 +0000 18037 18038 Move code out of module descriptor. 18039 By the way, I am VERY suspicious about the use of libvlc_global for mosaic and 18040 bridge locks 18041 18042commit d9d0e354a39aaa714e871d6f9fd5c2984fccf579 18043Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18044Date: Sat Aug 4 17:09:08 2007 +0000 18045 18046 playlist/item.c: Avoid checking against false. 18047 18048commit 1f45aa51e57c5b745987b5de9bfde5de5e958b03 18049Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18050Date: Sat Aug 4 17:07:49 2007 +0000 18051 18052 playlist/item.c: More helpful variable name. 18053 18054commit 5438a92a0681c6e96f3b591a1a3b89dbdb899320 18055Author: Rémi Denis-Courmont <rem@videolan.org> 18056Date: Sat Aug 4 16:57:00 2007 +0000 18057 18058 Remove totally broken VC support. 18059 Use SVN history if you ever want to revive it. 18060 18061commit e66a4a0fddd0bed233d076c80e9c12374e8cb76b 18062Author: Rémi Denis-Courmont <rem@videolan.org> 18063Date: Sat Aug 4 16:46:21 2007 +0000 18064 18065 Minor fixes 18066 18067commit 6e9aebe30504304bf27f9896036ded79291a3253 18068Author: Rémi Denis-Courmont <rem@videolan.org> 18069Date: Sat Aug 4 16:24:39 2007 +0000 18070 18071 Simplify 18072 18073commit 6a3e9f6ae2d9b94836fa5d2be9550d9855405bc8 18074Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18075Date: Sat Aug 4 16:18:42 2007 +0000 18076 18077 include/vlc_playlist.h: Code formatting. 18078 18079commit a2fc35949988283bfc7ed150be7dbf5848817998 18080Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18081Date: Sat Aug 4 16:16:44 2007 +0000 18082 18083 include/vlc_playlist.h: More typos. 18084 18085commit f4dd6b3521eff1f6c0e0185e57c98728c625d162 18086Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18087Date: Sat Aug 4 16:13:39 2007 +0000 18088 18089 include/vlc_playlist.h: Typo in comment. 18090 18091commit d3c137346475b9a78a1ff359d3ed76974f859fdc 18092Author: Rémi Denis-Courmont <rem@videolan.org> 18093Date: Sat Aug 4 16:10:24 2007 +0000 18094 18095 Cleanup 18096 18097commit 4832f086a7dee22a75573e8fe74cbc48934c7ee3 18098Author: Rémi Denis-Courmont <rem@videolan.org> 18099Date: Sat Aug 4 16:00:27 2007 +0000 18100 18101 Typo 18102 18103commit 7326416c40e37b43e62cb8993878c36002b58878 18104Author: Rémi Denis-Courmont <rem@videolan.org> 18105Date: Sat Aug 4 15:57:06 2007 +0000 18106 18107 Fix previous commit 18108 18109commit 25487d2c1dab66867eb83e293158b2f195bce147 18110Author: Rémi Denis-Courmont <rem@videolan.org> 18111Date: Sat Aug 4 15:54:33 2007 +0000 18112 18113 Remove code from module descriptor. 18114 That's very naughty. 18115 18116commit 63c598f2133c0b7a9124efbb07aefaecd584aa92 18117Author: Jean-Baptiste Kempf <jb@videolan.org> 18118Date: Sat Aug 4 14:21:45 2007 +0000 18119 18120 live version changed. 18121 18122commit 358cfba124ec6401eb722ed38e687e756e33e502 18123Author: Jean-Baptiste Kempf <jb@videolan.org> 18124Date: Sat Aug 4 13:12:58 2007 +0000 18125 18126 Faac for system using lame sed... :D 18127 18128commit 3c173019f00a4edffd7eca76ad9aae391fc0f692 18129Author: Jean-Baptiste Kempf <jb@videolan.org> 18130Date: Sat Aug 4 12:37:14 2007 +0000 18131 18132 oops. 18133 18134commit d863f66f965f96f79edb42a7097e36df8ed3070b 18135Author: Jean-Baptiste Kempf <jb@videolan.org> 18136Date: Sat Aug 4 12:33:20 2007 +0000 18137 18138 Contribs: attempt to update faac to 1.25. 18139 18140commit c6a55ff353b68cc21621da7d054733684f913cce 18141Author: Jean-Baptiste Kempf <jb@videolan.org> 18142Date: Sat Aug 4 10:20:35 2007 +0000 18143 18144 Contribs: SDL_image and SDL are up-to-date now, (1.2.12 and 1.2.6), patch for SDL_image modified accordingly... 18145 18146commit 3d9720c5de3da4089b51e2c61f5029b46a8b0d38 18147Author: Jean-Baptiste Kempf <jb@videolan.org> 18148Date: Sat Aug 4 09:59:07 2007 +0000 18149 18150 CDDB : 1.3.0 version 18151 18152commit cbb56a165f9ce26247f095602acb131d85e00d21 18153Author: Jean-Baptiste Kempf <jb@videolan.org> 18154Date: Sat Aug 4 09:31:43 2007 +0000 18155 18156 Contribs; use libcddb 1.2.2 instead of 1.2.1 since 1.2.1 is bugueous. 18157 1.3.0 is also out but uuntested. 18158 18159commit 695cd498f09f47a9ced45ce0f01c404242795f13 18160Author: Jean-Baptiste Kempf <jb@videolan.org> 18161Date: Fri Aug 3 18:01:20 2007 +0000 18162 18163 Contribs: take it from mirror site since once more the main one is down... 18164 18165commit 264ccf5c9868186937735c7e82949a8a4c789b1a 18166Author: Jean-Baptiste Kempf <jb@videolan.org> 18167Date: Fri Aug 3 17:18:19 2007 +0000 18168 18169 Qt4 - Compilation fix for Qt-4.2 18170 18171commit c44c43bc20fb9a6b0180fc5abdc45905b99f849b 18172Author: Damien Fouilleul <damienf@videolan.org> 18173Date: Fri Aug 3 15:22:02 2007 +0000 18174 18175 bootstrap: remove small bug when generating Makefile.am from Modules.am 18176 18177commit 4109c5bd5f0307aab5328a6872c6bd52f4e60042 18178Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18179Date: Thu Aug 2 22:07:33 2007 +0000 18180 18181 modules/demux/live555: Don't let live555 be verbose when vlc is not in verbose mode. 18182 18183commit 4927fa719b9f15e762aa6f02bc5220cd28535baf 18184Author: Jean-Baptiste Kempf <jb@videolan.org> 18185Date: Thu Aug 2 21:53:29 2007 +0000 18186 18187 Qt4 - forgot this file in previous commit. 18188 18189commit c71a8552d52833c2c735912cb757513f40107484 18190Author: Jean-Baptiste Kempf <jb@videolan.org> 18191Date: Thu Aug 2 21:48:30 2007 +0000 18192 18193 qt4 - Menus: shortcuts modifications => Wiki 18194 18195commit 0e4fa2de5367a6be40a7b73b74c4ab6b82e94733 18196Author: Jean-Baptiste Kempf <jb@videolan.org> 18197Date: Thu Aug 2 21:35:08 2007 +0000 18198 18199 qt4 - HideMenus change position. Still don't know whether we will keep this one. 18200 18201commit 8a0eed5fef9b4288673b3bb0a6d45aa527dbe216 18202Author: Jean-Baptiste Kempf <jb@videolan.org> 18203Date: Thu Aug 2 21:00:11 2007 +0000 18204 18205 qt4 - Main_Interface: show the cone when back from playlist for the --qt-always-video fans like me. 18206 18207commit d8b80380bf12961723d6c18d1a5dfd3c3a28285a 18208Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18209Date: Thu Aug 2 20:32:09 2007 +0000 18210 18211 contrib: Fix .libtool on Mac OS X. 18212 18213commit a11f9ca0ff682a41c9a0b7a46b4a0dce0cc41213 18214Author: Jean-Baptiste Kempf <jb@videolan.org> 18215Date: Thu Aug 2 20:10:34 2007 +0000 18216 18217 Qt4 - Add a less cryptic information to select column. If someone ever uses that settings, hell must have frozen. 18218 18219commit 9eed4949c6a8e21cabb69fd9282df2a0aedc6fce 18220Author: Jean-Baptiste Kempf <jb@videolan.org> 18221Date: Thu Aug 2 19:55:21 2007 +0000 18222 18223 qt4 - Playlist: move the column selection to a submenu. 18224 18225commit 4c813447528ae6c4e5347f7ee5392d3687025fce 18226Author: Jean-Baptiste Kempf <jb@videolan.org> 18227Date: Thu Aug 2 19:37:12 2007 +0000 18228 18229 Qt4 - Playlist: Here's a start for functionality to user ability to select what columns he/she wants to be displayed in playlist. 18230 Patch by Ilkka Ollakka. 18231 18232commit 75369351b33f14f29beba0ce02e85d95355f1233 18233Author: Jean-Baptiste Kempf <jb@videolan.org> 18234Date: Thu Aug 2 19:18:21 2007 +0000 18235 18236 Qt4 - Strings changes by tonsofpcs. 18237 18238commit 5e4dc54cffa6708234ea25496e9704f2895a6f3a 18239Author: Damien Fouilleul <damienf@videolan.org> 18240Date: Thu Aug 2 11:49:49 2007 +0000 18241 18242 chromas: more SSE2/MMX fixes, added I420_RGBA conversion 18243 18244commit c23c9ae924920f4d28fe2e3b642660a3ec45aa2f 18245Author: Jean-Baptiste Kempf <jb@videolan.org> 18246Date: Wed Aug 1 18:37:43 2007 +0000 18247 18248 Qt4 - Sizing, first step for the Playlist. Impeach the playlist to collapse but let the selector collapse. 18249 18250commit a3883709fd734bf346753e0b1866188477854381 18251Author: Damien Fouilleul <damienf@videolan.org> 18252Date: Wed Aug 1 18:29:17 2007 +0000 18253 18254 video_chroma: added I420_ABGR32 support (mostly for opengl), some clean up as well 18255 18256commit 7b64c06474e4e305787880c0ed319b765d3b3b89 18257Author: Jean-Baptiste Kempf <jb@videolan.org> 18258Date: Wed Aug 1 18:08:23 2007 +0000 18259 18260 Qt4 - PlaylistWidget use a much nicer QSplitter. Removes also too much class inheritance and hierarchy. 18261 18262commit bd4b7150d4ff8851ce29fef465c5c5dcd1371714 18263Author: Jean-Baptiste Kempf <jb@videolan.org> 18264Date: Wed Aug 1 16:06:52 2007 +0000 18265 18266 Qt4 - MainInterface: support for speed gestion. 18267 18268commit efe42d45ba21f2f5a6cd59aa47cb2dd82b9a3cc3 18269Author: Jean-Baptiste Kempf <jb@videolan.org> 18270Date: Wed Aug 1 15:37:04 2007 +0000 18271 18272 Qt4 - Preferences: give a description better than "FIXME" for options. 18273 18274commit 1c462d814b014d91a02541d5dcaf9d188206910c 18275Author: Jean-Baptiste Kempf <jb@videolan.org> 18276Date: Wed Aug 1 15:10:23 2007 +0000 18277 18278 Qt4 - MainInterface: small change on size behaviour and fixes. 18279 18280commit fa303262b8a3bf4d05a48b0f87135caeef64a13e 18281Author: Jean-Baptiste Kempf <jb@videolan.org> 18282Date: Wed Aug 1 13:17:54 2007 +0000 18283 18284 Qt4: add a not-yet-used harddisk icon. 18285 18286commit 1c949bab6b4fe447721cf0c326664c331eec355b 18287Author: Jean-Baptiste Kempf <jb@videolan.org> 18288Date: Wed Aug 1 13:02:09 2007 +0000 18289 18290 Qt4 : typo correction. 18291 18292commit 2c7c48913f87d472037c83bf52a57eff471f862c 18293Author: Jean-Baptiste Kempf <jb@videolan.org> 18294Date: Wed Aug 1 12:46:59 2007 +0000 18295 18296 Qt4 - Main Interface: Fix the always-video bug. Reparent the ui and central widget, separate centralWidget from controlWidget and other fixes. 18297 18298commit 8c2137e3d4620b9e3977f821a81a8ebd24117f00 18299Author: Jean-Baptiste Kempf <jb@videolan.org> 18300Date: Wed Aug 1 11:11:29 2007 +0000 18301 18302 Qt4: add options for later choice of columns in playlist. 18303 18304commit 9d957376df138d5440e547e88bf97892028bae42 18305Author: Jean-Baptiste Kempf <jb@videolan.org> 18306Date: Wed Aug 1 10:03:36 2007 +0000 18307 18308 Contribs: flac bump version: 1.2.0. Works on altair/mingw32, deneb and veda. 18309 Speedups, minor bugs and SSE detection. 18310 18311commit 3173ecbb4943f19638316e22af1e081921604703 18312Author: Sam Hocevar <sam@videolan.org> 18313Date: Wed Aug 1 08:23:38 2007 +0000 18314 18315 * Simple grayscale -> yuv conversions. 18316 18317commit 3a9ae14c2fc4c23de2e89d7a7889c0acea7bd5f2 18318Author: Sam Hocevar <sam@videolan.org> 18319Date: Tue Jul 31 16:15:46 2007 +0000 18320 18321 * src/video_output/vout_pictures.c: support the GREY fourcc. 18322 18323commit b6a0198034ee492cb9ff5f0209e6c85f58a5ce58 18324Author: Damien Fouilleul <damienf@videolan.org> 18325Date: Tue Jul 31 13:40:01 2007 +0000 18326 18327 more libtool updates, removed some ol' crust 18328 18329commit 51318129c09a9621f2e42a13532aed659bc15658 18330Author: Damien Fouilleul <damienf@videolan.org> 18331Date: Tue Jul 31 13:07:37 2007 +0000 18332 18333 bootstrap: remove libtool patch for cygwin as we now use libtool 'properly' 18334 18335commit 3a22524a0a88b4aa14959e087dc86a8e7d0585c8 18336Author: Damien Fouilleul <damienf@videolan.org> 18337Date: Tue Jul 31 13:00:20 2007 +0000 18338 18339 libtool: prefer -export-dynamic over -export-regex, -export-symbols if compiler already supports symbol visibility (gcc 4.x), this should also deprecate libvlc.sym 18340 18341commit 659646b5340e57f4397c8aa98afbf96f880db773 18342Author: Jean-Baptiste Kempf <jb@videolan.org> 18343Date: Tue Jul 31 07:07:11 2007 +0000 18344 18345 Contribs: Vorbis bump version to 1.2.0. Security fixes and various fixes. 18346 18347commit 6df5e4eca4fcbd38de041352b908c79149523191 18348Author: Bernie Purcell <bitmap@videolan.org> 18349Date: Tue Jul 31 06:47:01 2007 +0000 18350 18351 Dynamically load any TTF or OTF fonts available in the attachments of 18352 the media file and make them available to FreeType as memory based fonts 18353 for subtitle rendering. 18354 18355commit 1decebd2c8ade2eba2b637e87a5519b5a76a9295 18356Author: Bernie Purcell <bitmap@videolan.org> 18357Date: Tue Jul 31 06:42:40 2007 +0000 18358 18359 Dynamically load any TTF or OTF fonts available in the attachments of 18360 the media file and make them available to the Quartz engine for 18361 subtitle rendering. 18362 18363commit 3fb49d5d257e9ef6401bbd077d81873c808c72d2 18364Author: Damien Fouilleul <damienf@videolan.org> 18365Date: Mon Jul 30 21:10:22 2007 +0000 18366 18367 Makefile.am: fix package-win32 to use libtool libs location 18368 18369commit 51681a249f6c16139bebe5e0c87a1c68da68833f 18370Author: Damien Fouilleul <damienf@videolan.org> 18371Date: Mon Jul 30 14:20:04 2007 +0000 18372 18373 mozilla: libtool fixes (round 2: darwin) 18374 18375commit 60a975f2b8475b64783cf197e834ba3107e444d3 18376Author: Damien Fouilleul <damienf@videolan.org> 18377Date: Mon Jul 30 13:45:44 2007 +0000 18378 18379 mozilla, activex: win32 fixes 18380 18381commit d9b9bfcf237da10541dfaee696225e5a14e1e2dd 18382Author: Damien Fouilleul <damienf@videolan.org> 18383Date: Mon Jul 30 12:52:28 2007 +0000 18384 18385 mozilla: libtool fixes (round 1) 18386 18387commit b64a5f2c22b891271dc09dbf97ed132a7aec33a6 18388Author: Damien Fouilleul <damienf@videolan.org> 18389Date: Mon Jul 30 08:55:05 2007 +0000 18390 18391 vlc.exe: remove -lintl from dependencies (should be added to libvlc.la) 18392 18393commit 0ed75680b5269d2367f45abbb69c9af773d1594b 18394Author: Felix Paul Kühne <fkuehne@videolan.org> 18395Date: Sun Jul 29 16:07:54 2007 +0000 18396 18397 * download libogg, libvorbis and libtheora from our server, as their mirror is broken. Note: downloading libcddb may fail with curl and could only work with wget right now... 18398 18399commit 285f1ba55bdb80a350398a862cecaaee0bee0448 18400Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18401Date: Sun Jul 29 15:20:02 2007 +0000 18402 18403 Mac OS X gui: Nicely keep the controller window on screen when opening the playlist. (Patch by Lincoln Ramsay <ramsay at bigfoot.com>) 18404 18405commit 6072f0b048558b41bea0bc7a89f2ec695c5a6875 18406Author: Rémi Denis-Courmont <rem@videolan.org> 18407Date: Sun Jul 29 09:04:52 2007 +0000 18408 18409 Remove HAVE_SHARED_LIBVLC hack 18410 18411commit 909d63d82cc4eaf666292be3b8a83f11ff08123c 18412Author: Rémi Denis-Courmont <rem@videolan.org> 18413Date: Sun Jul 29 09:04:33 2007 +0000 18414 18415 VLC_Changeset is always available 18416 18417commit cba87f6d3e1c5e0956441178854bf77c9ac3122c 18418Author: Rémi Denis-Courmont <rem@videolan.org> 18419Date: Sun Jul 29 09:02:04 2007 +0000 18420 18421 Same as previous commit 18422 18423commit 8952d64a5751065f0a96e66e25fdd187bff1d7ad 18424Author: Rémi Denis-Courmont <rem@videolan.org> 18425Date: Sun Jul 29 09:01:40 2007 +0000 18426 18427 Remove vlc_symbols legacy. 18428 18429commit 86b95f9dc8a597e7c496daa6cc6717cb6b77585e 18430Author: Rémi Denis-Courmont <rem@videolan.org> 18431Date: Sun Jul 29 08:55:53 2007 +0000 18432 18433 Remove broken libtool configure option 18434 18435commit f8b40213dd889f40a5facd6abc1c6c7e46c04989 18436Author: Rémi Denis-Courmont <rem@videolan.org> 18437Date: Sun Jul 29 08:53:18 2007 +0000 18438 18439 Really remove libintl hack 18440 18441commit 73b6235b007e60e2560d407284a9cdc908d452af 18442Author: Rémi Denis-Courmont <rem@videolan.org> 18443Date: Sun Jul 29 08:51:16 2007 +0000 18444 18445 Fix iconv linking 18446 18447commit dbcc2dec8b66accea721fa83c714509288a797ec 18448Author: Rémi Denis-Courmont <rem@videolan.org> 18449Date: Sun Jul 29 08:47:33 2007 +0000 18450 18451 Remove INCLUDED_LIBINTL hack 18452 18453commit f243dbe49c1f27ba4fd604a13ac2eba45fdc8e95 18454Author: Rémi Denis-Courmont <rem@videolan.org> 18455Date: Sun Jul 29 08:47:13 2007 +0000 18456 18457 Cosmetic fix 18458 18459commit f1eecee21d98d4779ca151e087ccc309180775b9 18460Author: Rémi Denis-Courmont <rem@videolan.org> 18461Date: Sun Jul 29 08:43:08 2007 +0000 18462 18463 Remove USE_LIBTOOL hack 18464 18465commit 5cf35d44569d80750387e681b350fa3990fd2ee7 18466Author: Rémi Denis-Courmont <rem@videolan.org> 18467Date: Sun Jul 29 08:28:36 2007 +0000 18468 18469 Remove gettext template 18470 18471commit 2e92d60a32069bcebc3e7c62205426f0c7ed0ce5 18472Author: Rémi Denis-Courmont <rem@videolan.org> 18473Date: Sun Jul 29 08:28:25 2007 +0000 18474 18475 Forgot this file 18476 18477commit a8d1e07d87dc60c6488f2c12a2e788e692530097 18478Author: Rémi Denis-Courmont <rem@videolan.org> 18479Date: Sun Jul 29 08:26:56 2007 +0000 18480 18481 Remove vlc_symbols - refs #297. 18482 Maintaining an API with this was pretty much impossible. 18483 18484commit 7171c2bd928390313d2fe4f72db68cf6103eefa5 18485Author: Jérome Decoodt <djc@videolan.org> 18486Date: Fri Jul 27 17:16:56 2007 +0000 18487 18488 Fix compilation on MacOS 18489 Thanks to pdherbemont 18490 18491commit 63de8b2df321654265c354180d3ae7d547d60cc5 18492Author: Felix Paul Kühne <fkuehne@videolan.org> 18493Date: Fri Jul 27 10:47:11 2007 +0000 18494 18495 * updated current time-stamp 18496 18497commit a1901398efff94c378e336bc034b9cd70904f74d 18498Author: Damien Fouilleul <damienf@videolan.org> 18499Date: Fri Jul 27 10:33:00 2007 +0000 18500 18501 activex: slightly better Makefile.am 18502 18503commit 833638871301da3e32f151f366797ff0a25e74f3 18504Author: Damien Fouilleul <damienf@videolan.org> 18505Date: Fri Jul 27 09:52:31 2007 +0000 18506 18507 activex: updated build for libtool link compatibility 18508 18509commit efe69dfdb849794145147aba719ce478ac18839b 18510Author: Antoine Cellerier <dionoea@videolan.org> 18511Date: Thu Jul 26 21:28:05 2007 +0000 18512 18513 New video filter to add grain to a video. This is work in progress (I'm commiting so people can test using the win32 nightlies) 18514 18515commit a56fd965a1fce1a519cb37d2e1db938464f7a120 18516Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18517Date: Thu Jul 26 20:38:26 2007 +0000 18518 18519 Makefile.am: Run install_name_tool on the module. 18520 18521commit 17eb99da1e81ea195e7c21a013801d6d2a18191a 18522Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18523Date: Thu Jul 26 20:35:35 2007 +0000 18524 18525 Makefile.am: fix typos in the VLC-release.app target. 18526 18527commit cccf09278d0b8da7bd6994f3575431a0c0f077d0 18528Author: Antoine Cellerier <dionoea@videolan.org> 18529Date: Thu Jul 26 18:00:03 2007 +0000 18530 18531 Fix a few playlist_Control() calls. Thanks to AmiSyl in the forums. 18532 18533commit b76e48f98d95249aaa2a050ef07a80f7e1ba76ef 18534Author: Antoine Cellerier <dionoea@videolan.org> 18535Date: Wed Jul 25 22:29:19 2007 +0000 18536 18537 Invert lines (cosmetic change only) 18538 18539commit 49b5f2ed0bc4254f6ddf158b110b288735bc141e 18540Author: Antoine Cellerier <dionoea@videolan.org> 18541Date: Wed Jul 25 21:45:52 2007 +0000 18542 18543 Fix memleak. 18544 18545commit 5b6b25c83420057da96ba907c4533fa7118a1e5f 18546Author: Antoine Cellerier <dionoea@videolan.org> 18547Date: Wed Jul 25 21:23:25 2007 +0000 18548 18549 Revert part of the previous commit which was wrong. (Looks like the leak is in ConvertImage when the input and output formats are the same ... fix comming) 18550 18551commit e1ec7cd8541eeced2511082d02d762dbf10389ed 18552Author: Damien Fouilleul <damienf@videolan.org> 18553Date: Wed Jul 25 21:19:10 2007 +0000 18554 18555 configure.ac: hopefully, that's gnutls sorted for good 18556 18557commit 7c3759c3555bd5bda7b0e15b6e5323abc2e6cc5a 18558Author: Damien Fouilleul <damienf@videolan.org> 18559Date: Wed Jul 25 20:55:58 2007 +0000 18560 18561 Makefile.am: $(AM_LDFLAGS) is actually NOT guaranteed to be automatically added to the link command (i really hate automake) 18562 18563commit 37aeef0688aa8fbb5a04c20737f671e9cc5008cc 18564Author: Damien Fouilleul <damienf@videolan.org> 18565Date: Wed Jul 25 16:02:42 2007 +0000 18566 18567 configure.ac: gnutls, more link flags 18568 18569commit b0f1df3988938b37dd04649918f3c70465299dd5 18570Author: Damien Fouilleul <damienf@videolan.org> 18571Date: Wed Jul 25 15:29:04 2007 +0000 18572 18573 configure.ac: more fixes... 18574 18575commit 1ab61ccc1f689b5c33cbdf14c1cf97ec48c4582d 18576Author: Antoine Cellerier <dionoea@videolan.org> 18577Date: Tue Jul 24 20:07:22 2007 +0000 18578 18579 Fix a memleak when the resize function isn't used (untested ... of course) 18580 Check some function error codes 18581 Remove a few printfs 18582 18583commit a4d38e718cf287a03ea3002c91f0e7b29c2d4a3b 18584Author: Damien Fouilleul <damienf@videolan.org> 18585Date: Tue Jul 24 19:55:37 2007 +0000 18586 18587 sdl_image: fix typo in previous commit 18588 18589commit 069e73c002353612f015d0798c7ce5e3a4e51e67 18590Author: Damien Fouilleul <damienf@videolan.org> 18591Date: Tue Jul 24 19:45:01 2007 +0000 18592 18593 sdl-image: needs -lwinmm on win32 18594 18595commit 79b907220f97fe524be51b98a074f46b7b2ac3e6 18596Author: Damien Fouilleul <damienf@videolan.org> 18597Date: Tue Jul 24 19:14:57 2007 +0000 18598 18599 configure.ac: add link flags for win32 18600 18601commit 05f0d56b481c6366f843839f26b44dbf364dd3b8 18602Author: Damien Fouilleul <damienf@videolan.org> 18603Date: Tue Jul 24 17:32:33 2007 +0000 18604 18605 Makefile.am: much simpler rules for win32, now that libtoo linking is working 18606 18607commit 8aa887870319cc0089f781b6ecd332ae7af5c02c 18608Author: Damien Fouilleul <damienf@videolan.org> 18609Date: Tue Jul 24 17:15:59 2007 +0000 18610 18611 - mingw32: fix libtool linking. 18612 18613commit 935af8b0594944307465a9d25c27625f663681b4 18614Author: Damien Fouilleul <damienf@videolan.org> 18615Date: Mon Jul 23 22:36:45 2007 +0000 18616 18617 - bootstrap: quick fix for libtooling modules for mingw 18618 18619commit 4d417a83435800567f21cc522af15bfc03af0a84 18620Author: Christophe Mutricy <xtophe@videolan.org> 18621Date: Mon Jul 23 21:37:33 2007 +0000 18622 18623 hrm. compile before commit. la la la 18624 18625commit fa752a1bd0733831818646da38b983faacae3558 18626Author: Christophe Mutricy <xtophe@videolan.org> 18627Date: Mon Jul 23 21:29:35 2007 +0000 18628 18629 vlc.desktop: the version in it refers to the standard version not VLC version. 18630 - don't process it with config.status 18631 - get rif of the duplicate application/x-matroska 18632 Pointed by kwizart 18633 18634commit 89a09390d07f0ad7ff6ed48397ce32090fdc3ada 18635Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18636Date: Mon Jul 23 21:01:03 2007 +0000 18637 18638 contrib: Provide a glibtool as well as a glibtoolize on Mac OS X. 18639 18640commit 62e2d1b9b57bfca098988409acfaa6130f13be73 18641Author: Damien Fouilleul <damienf@videolan.org> 18642Date: Mon Jul 23 16:26:03 2007 +0000 18643 18644 libvlc.dll: libtool fixes 18645 18646commit 1345a35720ba8badbc51d276d97b5d561e5c5310 18647Author: Damien Fouilleul <damienf@videolan.org> 18648Date: Mon Jul 23 09:01:56 2007 +0000 18649 18650 - configure.ac: only tests for Osso and Xdsp if X11 is available 18651 18652commit ef7599eef6363c195c44d2667a5d8257b66f4158 18653Author: Christophe Mutricy <xtophe@videolan.org> 18654Date: Sun Jul 22 18:26:32 2007 +0000 18655 18656 Remove rtp.c which was added by mistake in [20846] 18657 18658commit 909f64aa9af55f50156f947bc0a9606896a702b3 18659Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18660Date: Sun Jul 22 16:58:33 2007 +0000 18661 18662 Revert the two previous commit as we are not using svn checkout, thus can't update, thus there is no clean solution to properly update the build bot. 18663 18664commit 25931c75426e86a5177072999125f6fa2395d667 18665Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18666Date: Sun Jul 22 16:52:07 2007 +0000 18667 18668 contrib: Fix previous commit (oops). 18669 18670commit 54b8d8dba3cc8080420f11f6f34e1cc0795533d9 18671Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18672Date: Sun Jul 22 16:49:57 2007 +0000 18673 18674 contrib: Run svn update if needed in ffmpeg. 18675 18676commit 1a2215f029f0f9474922f86afda9e59763ca9bde 18677Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18678Date: Sun Jul 22 11:02:02 2007 +0000 18679 18680 libvlc.sym: __module_Exists and decoder_GetInputAttachments are exported by libvlc. 18681 18682commit 0dc23c8fa6e4855ad960ba4a345e932158440dc0 18683Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18684Date: Sun Jul 22 10:45:49 2007 +0000 18685 18686 Makefile.am: With VLC-release.app make sure to install not to ln. 18687 18688commit 39658cd83ee32c3af9370bdd54be20fefd9b6a7f 18689Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18690Date: Sat Jul 21 23:04:43 2007 +0000 18691 18692 Makefile.am: Make the VLC-release.app target libtool aware. 18693 18694commit 28965709c76fb4579990044db69f33d7bec74735 18695Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18696Date: Sat Jul 21 20:52:11 2007 +0000 18697 18698 contrib: dirac-osx.path is unused now. 18699 18700commit 00d2f99de47f3d3144a3d89c38b2994062f2151c 18701Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18702Date: Sat Jul 21 20:50:38 2007 +0000 18703 18704 contrib: Use dirac-cross.patch on Mac OS X. 18705 18706commit e146490ae654d085ed3ef283503d7fd98044297f 18707Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18708Date: Sat Jul 21 20:12:30 2007 +0000 18709 18710 configure.ac: Enable libtool on Mac OS X by default. 18711 18712commit 398918b0c5c157885769172f12d8158520ef0b25 18713Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18714Date: Sat Jul 21 20:10:21 2007 +0000 18715 18716 Makefile.am: Use libtool on Mac OS X. 18717 18718commit 9b84ae8158c952a426ffd7e83a78512cad638937 18719Author: Christophe Mutricy <xtophe@videolan.org> 18720Date: Sat Jul 21 14:23:41 2007 +0000 18721 18722 small cleanup missing in the previous commit 18723 18724commit e9d45e8fbedfe4a7cdbe8d2be1acec564f4c3c90 18725Author: Christophe Mutricy <xtophe@videolan.org> 18726Date: Sat Jul 21 14:15:29 2007 +0000 18727 18728 Better fix for <linux/videodev2.h> . Refs #1238 18729 18730commit 757fcfc93b469319a520b69c47458ef283c8df1f 18731Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18732Date: Fri Jul 20 22:52:44 2007 +0000 18733 18734 bootstrap: Fix previous commit (oops I did it again). 18735 18736commit 710b2c480aa4246da1a641b4aa34caf35d0b5cf8 18737Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18738Date: Fri Jul 20 22:44:02 2007 +0000 18739 18740 boostrap: Fix previous commit (oops) 18741 18742commit 88a4e298124ec7a53edeb8f5672b283d687ed33b 18743Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18744Date: Fri Jul 20 22:40:23 2007 +0000 18745 18746 bootstrap: Use libtoolize from contrib by default. 18747 18748commit 06bbffa635c81d01e1e7a71cafb75bb9c273a416 18749Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18750Date: Fri Jul 20 22:36:47 2007 +0000 18751 18752 contrib: Really install libtool on Mac OS X as default version isn't working well enough. 18753 18754commit f12d0afa1893155d57f0cdfa5724b4c76c89ca61 18755Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18756Date: Fri Jul 20 22:34:57 2007 +0000 18757 18758 contrib: Bump libtool version to latest stable 1.5.24. 18759 18760commit 44e837ae15a5e448f91b3aed0360a3198912af41 18761Author: Christophe Mutricy <xtophe@videolan.org> 18762Date: Fri Jul 20 22:16:46 2007 +0000 18763 18764 Work-around a subtility of the preprocessor and use " instead of <>. 18765 This will break for the people with a linux/videodev2.h in srcdir or srcdir/modules/access but that's quite unlikely. 18766 Closes #1238 18767 18768commit 1a539b89a99f0692a95d914459e3506b50035ce6 18769Author: Rémi Denis-Courmont <rem@videolan.org> 18770Date: Fri Jul 20 20:55:02 2007 +0000 18771 18772 Remove dummy stream_t.pf_block 18773 18774commit 11edc20cf6bbd6fba977f69a5c4d76576dc7e5d4 18775Author: Laurent Aimar <fenrir@videolan.org> 18776Date: Fri Jul 20 19:45:21 2007 +0000 18777 18778 Fixed a bunch of warning because of stream_Peek change. 18779 18780commit f7e4f2966af46e183f179121fe55bc77ac8f2b1c 18781Author: Christophe Mutricy <xtophe@videolan.org> 18782Date: Fri Jul 20 17:19:17 2007 +0000 18783 18784 Fix some const. 18785 18786commit 2aaa1abe714a208f9a6c4721634e5ede312ef6d2 18787Author: Rémi Denis-Courmont <rem@videolan.org> 18788Date: Fri Jul 20 15:51:26 2007 +0000 18789 18790 svn:props 18791 18792commit ec32dbe2990458ce4af5e6f011c1f305408cce6f 18793Author: Rémi Denis-Courmont <rem@videolan.org> 18794Date: Fri Jul 20 15:50:43 2007 +0000 18795 18796 UTF-8 18797 18798commit 7af3d91a653ca0b1b09f13e0c90466dc49c87daa 18799Author: Rémi Denis-Courmont <rem@videolan.org> 18800Date: Fri Jul 20 14:34:20 2007 +0000 18801 18802 - Fix a bunch of warnings 18803 - Fix a bunch of abuse of strncmp (memcmp rulez) 18804 18805commit 40785cad487daf4df6418b07f28bdd03d1ca3f03 18806Author: Rémi Denis-Courmont <rem@videolan.org> 18807Date: Fri Jul 20 14:22:54 2007 +0000 18808 18809 Make stream_Peek take a const pointer as it should 18810 (This introduces a lot of warnings) 18811 18812commit 8b91a2d0b18af1add7d4d616dedd25293db564bb 18813Author: Rémi Denis-Courmont <rem@videolan.org> 18814Date: Fri Jul 20 14:04:50 2007 +0000 18815 18816 Resync gettext with contrib 18817 18818commit 609cba8d6ca805bef4dca561a4d275af28da6a69 18819Author: Rémi Denis-Courmont <rem@videolan.org> 18820Date: Fri Jul 20 13:53:29 2007 +0000 18821 18822 Try to fix NLS on Win32 18823 Somehow gettext fails on mingw32 here, so cannot test 18824 18825commit 2dc7b4434755eaa0d6255a466c911bdd94bc2cfd 18826Author: Rémi Denis-Courmont <rem@videolan.org> 18827Date: Fri Jul 20 13:24:54 2007 +0000 18828 18829 Stupid typo 18830 18831commit 92ad9789e7928aa2ac8d3db53bbe8a48d31e7cd7 18832Author: Rémi Denis-Courmont <rem@videolan.org> 18833Date: Fri Jul 20 13:13:53 2007 +0000 18834 18835 Clean up 18836 18837commit 88e31f14f1b5bc41d1f2be07e4623b52623b746a 18838Author: Jean-Paul Saman <jpsaman@videolan.org> 18839Date: Fri Jul 20 12:46:02 2007 +0000 18840 18841 Don't scale when original widht/height is zero. 18842 18843commit 4a1b6b00bae98767ddf5ae84c571859cb51be630 18844Author: Bernie Purcell <bitmap@videolan.org> 18845Date: Thu Jul 19 23:05:27 2007 +0000 18846 18847 (hopefully) a fix for issue found by Ilkka Ollakka introduced in commit 20729 18848 18849commit 14b5b5ff59b7f8cd78b357c3136c8cc8b2b67f32 18850Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18851Date: Thu Jul 19 20:14:50 2007 +0000 18852 18853 bootstrap: Attempt to fix Mac OS X build using libtool. Please review. 18854 18855commit 5058051044edf35cc1715fca273f851799a76b28 18856Author: Rémi Denis-Courmont <rem@videolan.org> 18857Date: Thu Jul 19 19:06:19 2007 +0000 18858 18859 Same as previous commit 18860 18861commit d1216c164cc2ec8f02df6f198ca2aae2fbad5577 18862Author: Rémi Denis-Courmont <rem@videolan.org> 18863Date: Thu Jul 19 19:00:17 2007 +0000 18864 18865 Remove extra whitespace 18866 18867commit f72698db789c5f2f83b7f445a3ab9e57a294c56e 18868Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18869Date: Thu Jul 19 17:57:42 2007 +0000 18870 18871 control/event.c: Make sure intall_input_event returns a value. 18872 18873commit d1b51e8cec80ca774e55cb73d5e5ee9f70303331 18874Author: Pierre d'Herbemont <pdherbemont@videolan.org> 18875Date: Thu Jul 19 17:34:23 2007 +0000 18876 18877 src/Makefile.am: Only allow libvlc-control symbols that are prefixed by libvlc|mediacontrol. (Use to be symbol that contains libvlc or mediacontrol. This is a fix for Mac OS X and libtool. 18878 18879commit 130afa593b0bbcdf1144e933db500e7170d6abfa 18880Author: Rémi Denis-Courmont <rem@videolan.org> 18881Date: Thu Jul 19 17:28:35 2007 +0000 18882 18883 Remove non-libtool targets. 18884 automake could hardly keep up with 700 targets. 18885 18886commit df78f0a87c59ef0486aaa8365b327e3f51edddb4 18887Author: Rémi Denis-Courmont <rem@videolan.org> 18888Date: Thu Jul 19 16:32:23 2007 +0000 18889 18890 Always use libtool here 18891 18892commit 1738352af2fa07b2965db6bd50191932254df5d9 18893Author: Rémi Denis-Courmont <rem@videolan.org> 18894Date: Thu Jul 19 15:47:50 2007 +0000 18895 18896 Cosmetic fix 18897 18898commit 6fed5dea61fd5037c0bb7ae699e4b7868643111d 18899Author: Rémi Denis-Courmont <rem@videolan.org> 18900Date: Thu Jul 19 15:47:06 2007 +0000 18901 18902 Remove the most useless Makefile statement ever 18903 18904commit c9c15222fd3f776fd2fac245a49e7863e0560750 18905Author: Jean-Paul Saman <jpsaman@videolan.org> 18906Date: Thu Jul 19 14:50:53 2007 +0000 18907 18908 Fix positioning of subpicture regions in osdmenu. 18909 18910commit e62911abc7df0de022a467f3e5b373f324cc4078 18911Author: Jean-Paul Saman <jpsaman@videolan.org> 18912Date: Thu Jul 19 13:45:30 2007 +0000 18913 18914 Don't scale when source or destination width/height is zero. Fixes a arithmic exception (division by zero). 18915 18916commit cdab2dbf6828f4604cda607ec661d063383e70cd 18917Author: Philippe Morin <phmo95@videolan.org> 18918Date: Thu Jul 19 12:57:50 2007 +0000 18919 18920 Add input check. 18921 Avoid mallocing/freeing a libvlc_exception_t (end). 18922 18923commit 2f29e4ff655f3ad02ad22bbad4c3eca196ede762 18924Author: Antoine Cellerier <dionoea@videolan.org> 18925Date: Wed Jul 18 22:14:57 2007 +0000 18926 18927 Also demux YUV4MPEG2 files with the raw video demux. Bump the demux score so that it's tested before ffmpeg. ( http://wiki.multimedia.cx/index.php?title=YUV4MPEG2 ) 18928 18929commit 9b007c13bd82a29ae60e4aae9da26487ecaa89f7 18930Author: Rémi Denis-Courmont <rem@videolan.org> 18931Date: Wed Jul 18 19:47:29 2007 +0000 18932 18933 Remove some useless cruft 18934 18935commit 91287e977e4efc1220ae6f663e093f416b8c8183 18936Author: Philippe Morin <phmo95@videolan.org> 18937Date: Wed Jul 18 16:54:09 2007 +0000 18938 18939 Avoid allocating/freeing livlc_exception_t. 18940 18941commit 78f3edc58defea6860f83ed560b51170db26bb7b 18942Author: Jean-Baptiste Kempf <jb@videolan.org> 18943Date: Wed Jul 18 04:37:24 2007 +0000 18944 18945 Contribs: build taglib on Windows. Don't know yet about the detection in main configure. (Ref #1247) 18946 18947commit 360c0d9472708134d80c9207b1cabb3edc140157 18948Author: Jean-Baptiste Kempf <jb@videolan.org> 18949Date: Wed Jul 18 04:29:02 2007 +0000 18950 18951 D-Bus: "org.mpris.vlc" adjustement. 18952 Patch from Mirsal, as often. 18953 18954commit 4261df82c937df0d13c4a86cc4aba5838fc9f0be 18955Author: Jean-Baptiste Kempf <jb@videolan.org> 18956Date: Wed Jul 18 04:21:59 2007 +0000 18957 18958 Default keys for !mac changes: 18959 The idea is that "Ctrl + small letter" are now reserved to interface for 18960 dialogs/windows showing. 18961 18962 ===== 18963 * Subtitles delay are now 'g','h' (g down, h up) instead of Ctrl+'h'|'j' 18964 * Audio delay are now 'k', 'j' ( j down, k up ) in order to mimic 18965 subtitles delay (g h j k are next to each other on most keyboards). 18966 18967 * loop is 'l' instead of shift+l to simplify and match random that is 'r'. 18968 18969 * audio and subtitles tracks are 'b' and 'v', instead of 'l', 'k', used 18970 now for delay, since all delays are regrouped. 18971 18972 * Menus, title and chapter are now alt+ instead of Ctrl+ and are using 18973 'n','p' for next/previous chapter and 'o','b' for other (title) next/previous 18974 (o, b are next to n, p) 18975 18976 History is using alt+g, alt+h instead of ctrl+v , ctrl+b, (g & h are 18977 next to each other) 18978 18979 Record is using now Ctrl+shift+r to mimic dump which is ctrl + shift +d. 18980 18981commit 2265cda0ae70012a40b313764c08a2ae1ef80028 18982Author: Antoine Cellerier <dionoea@videolan.org> 18983Date: Tue Jul 17 22:00:35 2007 +0000 18984 18985 Add raw video demux to the NEWS. 18986 18987commit 6c9013a9d8c430c0c91e38ff204e7db72183bf70 18988Author: Antoine Cellerier <dionoea@videolan.org> 18989Date: Tue Jul 17 21:59:22 2007 +0000 18990 18991 Automatically load files with the following extension using the rawvid module (and set height, width, aspect ratio, chroma and fps correctly): sqcif, qcif, cif, 4cif, 16cif, yuv. 18992 18993commit 2fd187de931769cef2128cd7f0ede41f71732fda 18994Author: Antoine Cellerier <dionoea@videolan.org> 18995Date: Tue Jul 17 21:40:03 2007 +0000 18996 18997 Add aspect ratio and chroma option to the rawvid demux. 18998 Add some sanity checks to the options' values. 18999 19000commit fd84e3b73a8fd3461dc11321320922f43ff2a6de 19001Author: Pavlov Konstantin <thresh@videolan.org> 19002Date: Tue Jul 17 21:20:00 2007 +0000 19003 19004 And another fortune from funman. 19005 19006commit 322448e4888f755776228fe0784204f8f2d1bbc4 19007Author: Jean-Baptiste Kempf <jb@videolan.org> 19008Date: Tue Jul 17 17:54:05 2007 +0000 19009 19010 qt4 - Renaming a function. 19011 19012commit 4af342f9edd689a300dcf90f38ac3951f51168b4 19013Author: Jean-Baptiste Kempf <jb@videolan.org> 19014Date: Tue Jul 17 17:50:35 2007 +0000 19015 19016 Qt4 - Cosmetics on previous commit and comments. 19017 19018commit fada667b4f8e6061c19bdd5d96e6f202667c5e85 19019Author: Jean-Baptiste Kempf <jb@videolan.org> 19020Date: Tue Jul 17 17:43:28 2007 +0000 19021 19022 Qt4: Systray Menu segfaults. Don't register the connects if you don't have a systray. 19023 19024commit 8820f0c6819a836f0cdacda2739a53fbe03f6bbf 19025Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 19026Date: Tue Jul 17 13:12:55 2007 +0000 19027 19028 Fix locking issues in (embedded) snapshot code 19029 19030commit ff3a0f6c3f9c8f503812f28053672b34fbc730df 19031Author: Damien Fouilleul <damienf@videolan.org> 19032Date: Tue Jul 17 11:05:30 2007 +0000 19033 19034 vlc-config: fixed optimizations by splitting CFLAGS_OPTIM into CFLAGS_OPTIM_SIZE and CFLAGS_OPTIM_SPEED, and only one of which is used depending on value --enable-optimize-memory, moreover CFLAGS_NOOPTIM is set to -O0 rather than -O2 whenever possible 19035 19036commit f0fd5fd5a358ec828aba76319f4f751fef75ead0 19037Author: Pavlov Konstantin <thresh@videolan.org> 19038Date: Tue Jul 17 10:33:23 2007 +0000 19039 19040 Add myself. 19041 19042commit f65a43869dc5c9276b86b972a21e68f7afd2033d 19043Author: Damien Fouilleul <damienf@videolan.org> 19044Date: Tue Jul 17 10:09:56 2007 +0000 19045 19046 - contribs: cleanup pthreads for win32 target 19047 19048commit 12a27bacbb64526bfb0b5085874527b46791d6e0 19049Author: Damien Fouilleul <damienf@videolan.org> 19050Date: Tue Jul 17 08:43:14 2007 +0000 19051 19052 contribs: fix lua compile on cygwin/mingw/win32 19053 19054commit 49c878c55d7e70fbae2510c4242ad3eacdc16e06 19055Author: Laurent Aimar <fenrir@videolan.org> 19056Date: Mon Jul 16 20:45:20 2007 +0000 19057 19058 Fixed access to (potentially) uninitialized data (close #1246, reported by aurelien). 19059 19060commit 0fb0c8e456029a8f64ea9fc3a8b49be9f31f27a5 19061Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19062Date: Mon Jul 16 19:17:28 2007 +0000 19063 19064 input/input_internal.h: Provide a more discouraging warning message. (as requested by courmish) 19065 19066commit 156bc8a152cf1db3a3eedb4e917e004dda9de4d5 19067Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19068Date: Sun Jul 15 17:14:22 2007 +0000 19069 19070 input/input_internal.h: Be more polite in the warning message. 19071 19072commit f6ee16ae105a9e79d3dbfe50c22a1dac58212232 19073Author: Philippe Morin <phmo95@videolan.org> 19074Date: Sun Jul 15 08:06:29 2007 +0000 19075 19076 Add libvlc_media_instance_release(input) call to correctly release 19077 the media instance. 19078 19079commit 179c185584244a41eeccc5eeb17efeb04b511c28 19080Author: Bernie Purcell <bitmap@videolan.org> 19081Date: Sun Jul 15 02:08:22 2007 +0000 19082 19083 Recognise subsdec-formatted variable when rendering USF and SRT subtitles, and 19084 turn off styling of text if appropriate. 19085 19086commit fc12cd71fb3be8d4f2c1079abe21a7b70345d3fa 19087Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19088Date: Sat Jul 14 20:54:33 2007 +0000 19089 19090 control/media_instance.c: Work around a missing playlist feature: Playlist should increment the input refcount, and destroy it based upon its refcount value. (this is a temporary hack to allow libvlc usage, until we fix the playlist). 19091 19092commit 1a723b1aa904abca1ac97cc7ac8ea67746ade344 19093Author: Ken Self <kenself@videolan.org> 19094Date: Fri Jul 13 20:38:12 2007 +0000 19095 19096 BDA - minor bug fix in graph destructor 19097 19098commit 74e5ab0085c31db02624effce5ac2ca2cac21114 19099Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19100Date: Fri Jul 13 20:32:45 2007 +0000 19101 19102 control/media_instance.c: Make sure we initialize every md's variables in _new_from_input_thread. 19103 19104commit f85de941b2b2ac1952638ff335dc315c568a431c 19105Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 19106Date: Fri Jul 13 08:23:25 2007 +0000 19107 19108 mediacontrol: prefix unit conversion functions with private_ 19109 19110commit 7151b1d6cd8ca224261cf28caf71b4ff4cc49d21 19111Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 19112Date: Thu Jul 12 21:05:02 2007 +0000 19113 19114 mediacontrol: 19115 * prefix non-exported function names with private_ (as by Pierre d'Herbemont's suggestion) 19116 * move private functions definitions to src/control/mediacontrol_internal.h 19117 * move all structure definitions to include/vlc/mediacontrol_structure.h 19118 19119commit 6f47f36936662dbbbe191a5c58414c3bdd292445 19120Author: Christophe Mutricy <xtophe@videolan.org> 19121Date: Thu Jul 12 18:41:39 2007 +0000 19122 19123 Refresh patch. 19124 19125commit 9eae287a95231be78b98f09257fc07d06bf6594a 19126Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 19127Date: Thu Jul 12 16:57:43 2007 +0000 19128 19129 vlc_common.h: fix typo in define variable name 19130 19131commit 2bfc90424f9320ad1de654b886ad275119e138a5 19132Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 19133Date: Thu Jul 12 16:56:22 2007 +0000 19134 19135 Revert part of r20746, which indeed broke the build of python bindings 19136 19137commit 21733d77e31907961a46f2c457104baae271a345 19138Author: Jean-Baptiste Kempf <jb@videolan.org> 19139Date: Wed Jul 11 18:09:20 2007 +0000 19140 19141 Contribs: gnutls 1.6.2 => 1.6.3 19142 19143commit 7c1ddf7e27a363156018e1cd138f828a3e677320 19144Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19145Date: Wed Jul 11 18:00:35 2007 +0000 19146 19147 control/media_instance: More lock sanitization. (oops). 19148 19149commit 259f7c8dbf0dd94631610417b4c9f2cda6c07599 19150Author: Jean-Baptiste Kempf <jb@videolan.org> 19151Date: Wed Jul 11 17:46:26 2007 +0000 19152 19153 Contrib: libpng 1.2.16 => 1.2.18 (fix CVE-2007-2445, VU#684664) 19154 19155commit 4441223b6b4fc999398b4fc2979faa9d93573594 19156Author: Jean-Baptiste Kempf <jb@videolan.org> 19157Date: Wed Jul 11 16:44:40 2007 +0000 19158 19159 Contribs: Freetype 2.3.4 => 2.3.5 19160 Speex 1.2b1 => 1.2b2 19161 19162commit 0f182a175a38aebb130e3e3b3e9f8a4dcff90f68 19163Author: Jean-Baptiste Kempf <jb@videolan.org> 19164Date: Wed Jul 11 16:38:41 2007 +0000 19165 19166 Contrib: Xml2 => 2.6.29 19167 19168commit b48f3decc61a3e3156a281ca14a331a70aeaeb7d 19169Author: Pavlov Konstantin <thresh@videolan.org> 19170Date: Wed Jul 11 13:08:55 2007 +0000 19171 19172 Allow playback of in24 little-endian or big-endian in mov files. 19173 to check: 19174 ffmpeg -i 01\ Sam\'s\ Town.mp3 -ac 1 -acodec pcm_s24be 24be.mov 19175 ffmpeg -i 01\ Sam\'s\ Town.mp3 -ac 1 -acodec pcm_s24le 24le.mov 19176 Patch by Ilkka Ollakka. 19177 19178commit 21e8d456c0974365cade68b4c424a4c74aa7f1f9 19179Author: Pavlov Konstantin <thresh@videolan.org> 19180Date: Wed Jul 11 12:23:22 2007 +0000 19181 19182 QT4: Force need_update on creation so we could view everything on first open of Media Information window 19183 Patch by Hannes Domani, ssbssa -AT- yahoo -boring dot- de 19184 19185commit e3a43a41b2892b9f90c824e413e0e2589db9a4ba 19186Author: Pavlov Konstantin <thresh@videolan.org> 19187Date: Wed Jul 11 12:18:31 2007 +0000 19188 19189 QT4: Set advanced checkbox to checked. 19190 Windows: don't do resizing. 19191 Patch by Hannes Domani, ssbssa -AT- yahoo -boring dot- de 19192 19193commit 82eed9eb1d5bbc1c5df6fccd255fce6ebcde4e76 19194Author: Pavlov Konstantin <thresh@videolan.org> 19195Date: Wed Jul 11 12:00:33 2007 +0000 19196 19197 QT4: Jump to current item on itemchange. Patch by Ilkka Ollakka. 19198 19199commit 2293854f363396b56fc15db8d903e26e1b631383 19200Author: Jean-Baptiste Kempf <jb@videolan.org> 19201Date: Tue Jul 10 20:15:14 2007 +0000 19202 19203 * Adds a raster animation to text tagged with <karaoke> tags (like in USF 19204 files)The timing of the raster is determined by t= tags contained within 19205 the tags. For a demonstration of karaoke refer to the sample file attached. 19206 19207 * Support for bi-directional text needs to behave inside karaoke 19208 tags. (In right to left text the raster needs to move from right to left 19209 instead of left to right - it is supporting this feature that makes this 19210 patch a little more complicated than it would otherwise be) 19211 19212 * Made the internal handling of font color and alpha tags more consistent 19213 and convenient in a few places by storing in one variable as AARRGGBB, 19214 rather than 2. 19215 19216 * Some cleanup of other code. 19217 19218 Patch by Bernie Purcell. 19219 19220commit 52576d03b9960f225aa40d6c4e1c29e5701925be 19221Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19222Date: Tue Jul 10 20:09:08 2007 +0000 19223 19224 extras/contrib: Fix dirac patch which was reverted. 19225 19226commit c7dbcf8acb5c774a46198f057b2c82762813f31b 19227Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19228Date: Tue Jul 10 18:58:28 2007 +0000 19229 19230 control/media_instance.c: Fix a warning on missing parenthesis in a if statement. 19231 19232commit c71c8cbc5a8d9ab8481719d4195af35ea2da7f13 19233Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19234Date: Tue Jul 10 18:56:44 2007 +0000 19235 19236 control/media_instance.c: Fix the dead lock reported by Olivier Aubert. 19237 19238commit 33d697deec1721ec7cca31ad1a41807d6bc24b39 19239Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19240Date: Mon Jul 9 20:52:11 2007 +0000 19241 19242 control/media_descriptor.c: Use vlc_gc_* function to prevent input_item_t leak. And prefer p_md over p_media_desc as a variable name. 19243 19244commit bdf7bd5e10db99d2114a4fa43e98bf96711a12f0 19245Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19246Date: Mon Jul 9 19:27:47 2007 +0000 19247 19248 control/media_descriptor.c: Don't destroy the input_item, because it might still be needed. We don't have any proper way to do that for now, so we simply leaks it(!). 19249 19250commit 5181b2a77168e9f172df869cbdf7bd4c0a87d512 19251Author: Christophe Mutricy <xtophe@videolan.org> 19252Date: Mon Jul 9 18:58:11 2007 +0000 19253 19254 fix [20770] 19255 19256commit e241ba92232ab6c2fd22559f43f3990b2a5b3391 19257Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19258Date: Mon Jul 9 17:23:19 2007 +0000 19259 19260 control/event.c: Make sure the callback list is initially set to NULL. (Likely fix the crash reported by Olivier Aubert). 19261 19262commit 3ed748c93057842bbb8f2a6e5351fd08cb14469b 19263Author: Christophe Mutricy <xtophe@videolan.org> 19264Date: Mon Jul 9 12:09:18 2007 +0000 19265 19266 Oups 19267 19268commit 2474e3dce0f630172e309c250224c50e74177709 19269Author: Felix Paul Kühne <fkuehne@videolan.org> 19270Date: Sun Jul 8 23:00:52 2007 +0000 19271 19272 * replaced a couple of to-be-deprecated cStrings by UTF8Strings 19273 19274commit 95bb60a2718a3473c53c856cb1c9934e25a6abf0 19275Author: Felix Paul Kühne <fkuehne@videolan.org> 19276Date: Sun Jul 8 21:15:59 2007 +0000 19277 19278 * updated the live patch and added a sanity check for future Darwin releases 19279 19280commit 230aaffb1eb9d9656746a5d48b8e815482047865 19281Author: Christophe Mutricy <xtophe@videolan.org> 19282Date: Sun Jul 8 20:05:02 2007 +0000 19283 19284 Ressucitate the telx module and make it to conflict with the zvbi module 19285 19286commit 21fec3eedfab031505ebb7d195447df90bca700d 19287Author: Jean-Baptiste Kempf <jb@videolan.org> 19288Date: Sun Jul 8 16:04:26 2007 +0000 19289 19290 Qt4 - Menus and new icons. Remove the isCheckable option from extended/playlist. 19291 19292commit a901e3b6074c1894f8e27039b5ad414df63bde75 19293Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19294Date: Sun Jul 8 15:22:53 2007 +0000 19295 19296 Libvlc: Make medi_instance thread safe and implement the basics for refcounting. 19297 19298commit 2f6a9d1a2bad2eee1b8ea6330af1b7dc487008da 19299Author: Jean-Paul Saman <jpsaman@videolan.org> 19300Date: Sat Jul 7 19:36:30 2007 +0000 19301 19302 Use libvlc_media_instance_t instead of libvlc_input_t. 19303 19304commit 4d4eb33495d371286c1c2b76f2255cd38217fcf6 19305Author: Laurent Aimar <fenrir@videolan.org> 19306Date: Sat Jul 7 19:02:03 2007 +0000 19307 19308 all: Subtitle improvment patch by Bernie Purcell. 19309 19310 Author comments: 19311 19312 It makes the following changes: 19313 * Changes to vout_subpictures.c to create some new variables which 19314 renderers are free to use to render time-specific subtitling 19315 information, such as karaoke. One of these variables allows for the text 19316 region to not be permanently converted to YUVA/YUVP - so that more than 19317 one pass can be made on the subtitle - so that it will update correctly 19318 over time. If a rendering module doesn't use or change any of the 19319 variables it behaves the same as usual, with the text region being 19320 rendered just the once to a YUVA/YUVP region and then just blended to 19321 the video on future passes. 19322 19323 * Changes to alignment implementation: no longer use the i_text_align 19324 field of font_style_t at all; require the alignment to be correctly 19325 setup solely in the subpicture_region_t's i_align field (this is so that 19326 the alignment initially inherited from a style can be overridden). This 19327 meant minor changes to freetype.c and quartztext.c as well as the 19328 deletion of the i_text_align field in vlc_osd.h. It also involved some 19329 changes in subsdec.c, where most of the work in this patch occurs. 19330 19331 * Minor change to quartztext.c to correct the interpretation of font 19332 size parameter, making it consistent with a similar change being made in 19333 subsdec.c, and to strip out multiple whitespace in html subtitles 19334 (Similar changes to the freetype.c module have already been made as part 19335 of a separate larger patch submission to fix problems with bidirectional 19336 styled text in that module) 19337 19338 * Adds 2 new fields for carrying karaoke specific information to the 19339 text_style_t struct in vlc_osd.h. Changed the default_text_style's 19340 definition to agree with the changes made in the fields of text_style_t 19341 struct. 19342 19343 * Support for <image> and <karaoke> subtitles in subsdec.c. (Full 19344 working karaoke also requires an as-yet unsubmitted patch to the 19345 renderers to implement) 19346 19347 * Support for more than one subpicture_region_t per timestamp, with each 19348 subpicture region being able to have its own alignment and margins and 19349 type: text or image 19350 19351 * Better calculation of plain-text versions of html subtitles 19352 19353 NB: This patch still makes use of a mechanism of explicitly requesting 19354 the sdl_image module to decode any images it wants. The main reason for 19355 this is that the bmp decoder in ffmpeg (the image decoder with the 19356 highest score) presently only handles 16, 24 and 32 bit depths. An 19357 alternative is for us to switch off the bmp support in ffmpeg for the 19358 time being and the segment of code in subsdec.c that explicitly requests 19359 this module (along with one line added to sdl_image.c) can be removed. 19360 I'm not fussed by either implementation, but this way probably affects 19361 fewer other modules, so have submitted it this way. 19362 19363commit 50975df6fb1eea52274181d5e8bc8838f4658460 19364Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19365Date: Sat Jul 7 17:45:13 2007 +0000 19366 19367 Mac OS X gui: Work around an automake/libtool bug with Objective-C files handling. 19368 19369commit 925998110cf4e91ea0cfe01f1ac2482f49087842 19370Author: Christophe Mutricy <xtophe@videolan.org> 19371Date: Fri Jul 6 23:03:13 2007 +0000 19372 19373 telx.c was removed 19374 19375commit 457396b95c0c0e3a046fd9e6d59eebb91e294a7c 19376Author: Jean-Paul Saman <jpsaman@videolan.org> 19377Date: Fri Jul 6 21:33:15 2007 +0000 19378 19379 Remove telx decoder from configure.ac 19380 19381commit fa8043483e123b9650782a30cc12d886677571cd 19382Author: Jean-Paul Saman <jpsaman@videolan.org> 19383Date: Fri Jul 6 21:33:10 2007 +0000 19384 19385 Removed telx Teletext decoder in favor of zvbi based Teletext decoder. 19386 19387commit e1befdbd01a60c181a00fe4bdffe26fb389598cc 19388Author: Jean-Paul Saman <jpsaman@videolan.org> 19389Date: Fri Jul 6 21:33:05 2007 +0000 19390 19391 Small cleanup 19392 19393commit 3268069ebdff23878d2d383d46d7b5190e52f4f5 19394Author: Jean-Paul Saman <jpsaman@videolan.org> 19395Date: Fri Jul 6 21:33:00 2007 +0000 19396 19397 Remove whitespace. 19398 19399commit 3935ef4010714d027911a3040f591d57e6a283b7 19400Author: Jean-Paul Saman <jpsaman@videolan.org> 19401Date: Fri Jul 6 21:32:56 2007 +0000 19402 19403 Free zvbi resources on error in Open() function. 19404 19405commit 4b6374f99c8fffa99fc259bc120f090188298591 19406Author: Jean-Paul Saman <jpsaman@videolan.org> 19407Date: Fri Jul 6 21:32:52 2007 +0000 19408 19409 Compile fix. 19410 19411commit 83fd0fdff4279397f45cce7e7ce65a73762110a1 19412Author: Jean-Paul Saman <jpsaman@videolan.org> 19413Date: Fri Jul 6 21:32:48 2007 +0000 19414 19415 Removed -fnested-functions for other platforms except MacOS X 19416 19417commit 65bc2af721125f840e7d4efc2fff48ae3e80d934 19418Author: Jean-Paul Saman <jpsaman@videolan.org> 19419Date: Fri Jul 6 21:32:43 2007 +0000 19420 19421 JavaScript API to change the selected teletext page from IE ActiveX, Mozilla/Firefox, Safari webbrowser plugins. 19422 19423commit c8555cc65a7a3ab48e1e66766ec761e1037650ee 19424Author: Jean-Paul Saman <jpsaman@videolan.org> 19425Date: Fri Jul 6 21:32:38 2007 +0000 19426 19427 Added transparency to vbi pages and added a callback to vbi-opaque setting to change it at runtime from the gui. Threw some compiler fixes and cleanup in the mix. 19428 19429commit 0d22111ba3336c66d7bc7300e40b41ad57cb9f8a 19430Author: Jean-Paul Saman <jpsaman@videolan.org> 19431Date: Fri Jul 6 21:32:36 2007 +0000 19432 19433 Coding style cleanup. 19434 19435commit 5916ab408b3b730cf2a056956cad6d3a6c6bcacc 19436Author: Jean-Paul Saman <jpsaman@videolan.org> 19437Date: Fri Jul 6 21:32:33 2007 +0000 19438 19439 Patch from thedj to recognize the vbi header in the PES. 19440 19441commit 79f46d52914275457f18a9dc71ce80f0f426ae34 19442Author: Jean-Paul Saman <jpsaman@videolan.org> 19443Date: Fri Jul 6 21:32:31 2007 +0000 19444 19445 Fix up indentation 19446 19447commit 1f8cfcc1b28ba90a182cdf69b6cbb0893f857394 19448Author: Jean-Paul Saman <jpsaman@videolan.org> 19449Date: Fri Jul 6 21:32:28 2007 +0000 19450 19451 Make zvbi build on Fedora Core, debian, darwin and other unixes. 19452 19453commit 7c6178e22084b8f3b13a930f05e14f3173f81fe9 19454Author: Jean-Paul Saman <jpsaman@videolan.org> 19455Date: Fri Jul 6 21:32:25 2007 +0000 19456 19457 This patch is a hack to force usage of zvbi teletext decoder. It cannot be resolved cleanly because the codec telx.c and zvbi.c require different offsets in the input buffer, while using the same FOURCC. This is a conflict which should be resolved in another way. 19458 19459commit e9d6753e2e53f9c71dcd60f9b23e4e12cb306d19 19460Author: Jean-Paul Saman <jpsaman@videolan.org> 19461Date: Fri Jul 6 21:32:20 2007 +0000 19462 19463 Teletext decoder module based on libzvbi. This is the status of thedj's work at 30 April 2007. 19464 19465commit 4bb8c510ff2618dc2092638775872304868b0a78 19466Author: Jean-Paul Saman <jpsaman@videolan.org> 19467Date: Fri Jul 6 21:32:13 2007 +0000 19468 19469 Copy modules/codec/telx.c to modules/codec/zvbi.c 19470 19471commit a594eb836f1c4afccad74621fa4429a3dd69697b 19472Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19473Date: Fri Jul 6 21:29:31 2007 +0000 19474 19475 contrib: Make sure we don't have any warning in libdirac as they end up in error. 19476 19477commit 70bb5bccb040d4bf7870177f2c83bad8008bc9e1 19478Author: Jérome Decoodt <djc@videolan.org> 19479Date: Fri Jul 6 20:18:29 2007 +0000 19480 19481 Try to fix libtool on macos 19482 Thanks to sam and pdherbemont (blame them too if this breaks everything!) 19483 19484commit 925fa46781e32a3fb7b7d8547070deefaaea319b 19485Author: Sam Hocevar <sam@videolan.org> 19486Date: Fri Jul 6 10:43:14 2007 +0000 19487 19488 * configure.ac: add missing [] in the eyetv check. 19489 19490commit ffd19fca3e0547654010906b3e3dfc1d1022132e 19491Author: Sam Hocevar <sam@videolan.org> 19492Date: Fri Jul 6 10:04:25 2007 +0000 19493 19494 * Support unaware OS X libtool by sending -framework directly to the linker. 19495 19496commit ef1c999b0fdfc914bf5d8832e605685009001f65 19497Author: Jérome Decoodt <djc@videolan.org> 19498Date: Fri Jul 6 07:33:15 2007 +0000 19499 19500 Try to optimize a bit the antialiasing thing 19501 19502commit ef2a6d1ff98798cdb2fae0c0bc12f649b163bd69 19503Author: Christophe Mutricy <xtophe@videolan.org> 19504Date: Thu Jul 5 19:10:41 2007 +0000 19505 19506 Slovenian l10n update by Matej Urbančič 19507 19508commit f9683d0ba9d1721a357ef787d2fec9dec37afa6a 19509Author: Jérome Decoodt <djc@videolan.org> 19510Date: Thu Jul 5 13:18:06 2007 +0000 19511 19512 Better blending for top and left borders 19513 Thanks dionoea! 19514 19515commit 215073dd93925fe9bb533111263ff083a428bf1b 19516Author: Jérome Decoodt <djc@videolan.org> 19517Date: Wed Jul 4 23:03:48 2007 +0000 19518 19519 Add blending for borders in rotate 19520 19521commit f36af49204cc3a3ab5bbc4785324aa6cf4353559 19522Author: Jérome Decoodt <djc@videolan.org> 19523Date: Wed Jul 4 22:35:56 2007 +0000 19524 19525 Add some antialiasing to rotate 19526 19527commit 4e76ae4774102db3307768e12c9100c6d350b77f 19528Author: Felix Paul Kühne <fkuehne@videolan.org> 19529Date: Wed Jul 4 19:47:09 2007 +0000 19530 19531 * "%i objekt i spellistan" as translation for "No items in the playlist" may trigger unexpected UI strings on OSX. I've removed that translation for now, but we should get a correct translation for the release. Fixes #1234 (forward-porting [20737]) 19532 19533commit 648ed65bfe4b99c8ccc4a3c8aa1eb398cd7ac011 19534Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 19535Date: Wed Jul 4 15:29:57 2007 +0000 19536 19537 python bindings: setup.py, workaround vlc-config 'peculiarities' 19538 19539commit 70813a4cff0e67a5e1b7d2514fb77230f0eeb82f 19540Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 19541Date: Wed Jul 4 13:20:41 2007 +0000 19542 19543 Update live555 version number in live-starttime.patch 19544 19545commit 883fa70ca04009205c3c0decfb6398ce5d5862ab 19546Author: Filippo Carone <littlejohn@videolan.org> 19547Date: Wed Jul 4 07:22:05 2007 +0000 19548 19549 missing \ added 19550 19551commit 2bf086a018bbfd29ccac9c73b6989cd038e8f575 19552Author: Jean-Baptiste Kempf <jb@videolan.org> 19553Date: Tue Jul 3 20:13:09 2007 +0000 19554 19555 Qt4 - Fix the non-updating MediaInfo bug, introduced by my mistake. 19556 Thanks to Hannes Domani, to have seen it. 19557 19558commit eda0b58ba3fe4d9a7bd4663c9af943095282b7ad 19559Author: Jean-Baptiste Kempf <jb@videolan.org> 19560Date: Tue Jul 3 18:15:18 2007 +0000 19561 19562 Add 2Vuy FourCC case flavour to rawvideo. 19563 By Ilkka Ollakka 19564 19565commit f5321226d3885a9cbf78798422c3a03eb5ddcd26 19566Author: Rémi Denis-Courmont <rem@videolan.org> 19567Date: Tue Jul 3 16:08:20 2007 +0000 19568 19569 Invoke the clock once rather than 2/3 times... 19570 19571commit 05ecd69abbc96c605bec5aba678bdaa2ee1b81b2 19572Author: Pavlov Konstantin <thresh@videolan.org> 19573Date: Tue Jul 3 08:51:06 2007 +0000 19574 19575 Update trunk ALT Linux spec file for trunk. 19576 19577commit ae2674440d5319f10807c854f4c30876373c2f2b 19578Author: Jean-Baptiste Kempf <jb@videolan.org> 19579Date: Mon Jul 2 17:32:40 2007 +0000 19580 19581 Freetype: 19582 This patch: 19583 * try to solve the fribidi styles problems that have occured 19584 * introduces ft_style_t, to solve the precedent problem, 19585 * solves a few errors from precedent commits, 19586 * split some big functions on my request to avoid many imbrications. 19587 19588 Patch from Bernie Purcell. 19589 19590commit 6e8a32cec984300f67e861dd0afb4fdfc4b46f8d 19591Author: Jean-Baptiste Kempf <jb@videolan.org> 19592Date: Mon Jul 2 17:20:49 2007 +0000 19593 19594 D-Bus: The MPRIS uses a new services behavior to allow multiple mpris-enabled 19595 players to run simultaneously. 19596 Thus the dbus service name is now org.mpris.vlc instead of org.freedesktop.MediaPlayer. 19597 Patch by Mirsal ENNAIME. 19598 19599commit 2a8cbec0cee27853b4f95bdb88f61ba22a852220 19600Author: Christophe Mutricy <xtophe@videolan.org> 19601Date: Sun Jul 1 20:59:24 2007 +0000 19602 19603 Arabic and Slovak translation updates by Fouzia Bourai and Marián Hikaník 19604 19605commit 3cc651e520ccb3106097e3f0167cc8c26f23e36c 19606Author: Antoine Cellerier <dionoea@videolan.org> 19607Date: Sun Jul 1 15:13:04 2007 +0000 19608 19609 Add option to format strings to prevent displaying dashes if the meta info was unavailable (ie: if time is unavailable, "$T" will display "--:--:--" while "$ T" won't display anything). This is of course completely untested :) 19610 19611commit 63c7e4a5f5c7613a37e34d2e5451db2653e199b0 19612Author: Ken Self <kenself@videolan.org> 19613Date: Sun Jul 1 12:35:00 2007 +0000 19614 19615 Add BDA shortcuts dvbt, dvbc, dvbs (without hyphens) to conform to rev 20427: only allow letters, digits and slash in access/demux. Also an extra error message if graph does not start running. 19616 19617commit 34435b492d222e0847f4d6eb6330000ef35dcab2 19618Author: Antoine Cellerier <dionoea@videolan.org> 19619Date: Sat Jun 30 21:32:57 2007 +0000 19620 19621 Hopefully fix compilation. 19622 19623commit b85ed92b281e034dab7c64ef299af546fc34b355 19624Author: Antoine Cellerier <dionoea@videolan.org> 19625Date: Sat Jun 30 20:47:37 2007 +0000 19626 19627 Attempt to allow using meta information in the MSN now playing format ... I have no idea if this will really work. 19628 19629commit c2a7498769ed3cb8602135c3b5c3e056615eefe4 19630Author: Jean-Baptiste Kempf <jb@videolan.org> 19631Date: Sat Jun 30 15:29:43 2007 +0000 19632 19633 Qt4 - display the buttons... :) 19634 19635commit eda75b40dd695ecf76bb8536fbd58fea6744c525 19636Author: Filippo Carone <littlejohn@videolan.org> 19637Date: Sat Jun 30 15:19:07 2007 +0000 19638 19639 helper define added 19640 19641commit 069b02ecadc6dbdef58b413dbe21030fc5813af2 19642Author: Filippo Carone <littlejohn@videolan.org> 19643Date: Sat Jun 30 15:16:10 2007 +0000 19644 19645 volume callback name updated 19646 19647commit c7977d5d05c34086ae8d96c341fae3d2c5bfcb5b 19648Author: Christophe Mutricy <xtophe@videolan.org> 19649Date: Sat Jun 30 00:11:32 2007 +0000 19650 19651 Activate the polish translation 19652 19653commit ddec4030899ef8c21a9e2864a75b7135a683ef9a 19654Author: Laurent Aimar <fenrir@videolan.org> 19655Date: Fri Jun 29 23:50:39 2007 +0000 19656 19657 A small malloc check. 19658 19659commit fbc7ad673aaf00dd82820474d44988f33c48b4f3 19660Author: Laurent Aimar <fenrir@videolan.org> 19661Date: Fri Jun 29 22:52:28 2007 +0000 19662 19663 Fixed GET_ATTACHMENTS return value (Reported by Bernie Purcell). 19664 19665commit f25e92622fbf1e5cd15e7c5d8c72885f7b7c37a9 19666Author: Laurent Aimar <fenrir@videolan.org> 19667Date: Fri Jun 29 22:41:49 2007 +0000 19668 19669 Fixed potential sscanf buffer overflow in : 19670 - ParseMicroDvd 19671 - ParseSubRip 19672 - ParseSubViewer 19673 - ParseSSA 19674 (Reported by Michal Luczaj) 19675 Fixed memory leak in ParseSSA 19676 Fixed invalid memory access in 19677 - ParseSSA 19678 - ParseVplayer 19679 Improve a bit MPL2 support (remove italic format + initial space on 19680 first subtitle) 19681 All: simplify 19682 check malloc (what a boring thing) 19683 do not allocate up to 160ko on the stack 19684 ( I have tested all formats with a small sample but please test/report any 19685 regression on your files. ) 19686 19687commit 698e95d54938979361adb9cf1f17672f006d5df3 19688Author: Laurent Aimar <fenrir@videolan.org> 19689Date: Fri Jun 29 22:33:17 2007 +0000 19690 19691 Do not display invalid fourcc for meta data atom. 19692 19693commit 9bf22b543c0c7343c794081ec0f9f99083cb4432 19694Author: Antoine Cellerier <dionoea@videolan.org> 19695Date: Thu Jun 28 19:44:30 2007 +0000 19696 19697 Add flash.html to dist 19698 19699commit e378b432146fae69317b197c951dc2a07d30a4de 19700Author: Antoine Cellerier <dionoea@videolan.org> 19701Date: Thu Jun 28 19:32:02 2007 +0000 19702 19703 Fix "Seg fault when changing mosaic 'offsets' option on the fly." Patch by hovis, #1182 19704 19705commit 128338ce014d8a40645a9cb4b6f4d0f545b7f3b3 19706Author: Jean-Baptiste Kempf <jb@videolan.org> 19707Date: Thu Jun 28 18:38:50 2007 +0000 19708 19709 Qt4 - Dialogs. String Changes, reviewed by tonsofpcs 19710 19711commit 74be690b6aa2a61e0a39952f94ec56b2321367bc 19712Author: Jean-Baptiste Kempf <jb@videolan.org> 19713Date: Thu Jun 28 18:24:15 2007 +0000 19714 19715 Add support for 2Vuy rawvideo. Patch from Ilkka Ollakka. 19716 19717commit b100f43ead0930e561ed536723d5f4b025b45b11 19718Author: Jean-Baptiste Kempf <jb@videolan.org> 19719Date: Thu Jun 28 17:55:00 2007 +0000 19720 19721 Qt4 - Make GNOME/KDE fanboys happy. 19722 Remove unneeded code. Without qt4.2, you can't compile this GUI anyway. 19723 19724commit 560b8d0c7da9a4181d72f64994243da517665b4e 19725Author: Jean-Baptiste Kempf <jb@videolan.org> 19726Date: Thu Jun 28 16:51:33 2007 +0000 19727 19728 Qt4.3 compatibility. 19729 19730commit cdf64af8014590324105aa37e090510e061ea091 19731Author: Jean-Baptiste Kempf <jb@videolan.org> 19732Date: Thu Jun 28 16:37:34 2007 +0000 19733 19734 Add MYOB to thanks file... 19735 19736commit 1f3c072d621111308d9687ae50dd9a5e8de1c472 19737Author: Jean-Baptiste Kempf <jb@videolan.org> 19738Date: Thu Jun 28 06:35:00 2007 +0000 19739 19740 Attempt to repair distcheck. Qt4-res. 19741 19742commit ebddfe3ae964a38d3d5d510cc6ea9e659df90aae 19743Author: Jean-Baptiste Kempf <jb@videolan.org> 19744Date: Wed Jun 27 16:35:56 2007 +0000 19745 19746 Thanks to "DJ", for all the help on the forum, more than 7700 posts now and counting. Thanks for aLtgLasS for skins, design and CSS... 19747 19748commit b9297a8ac1ee3495ad2bae5ab3b80076f6e65804 19749Author: Rafaël Carré <funman@videolan.org> 19750Date: Wed Jun 27 08:22:30 2007 +0000 19751 19752 Enables D-Bus control compilation 19753 19754commit affcd511796c1b43a59e8de2b2695736996f94a6 19755Author: Rafaël Carré <funman@videolan.org> 19756Date: Wed Jun 27 06:40:05 2007 +0000 19757 19758 Uses TagLib class to represent UTF8 strings when writing metadata 19759 19760commit 661efb2e0ab35651d3cb4a3b18cb0aeab64b9c13 19761Author: Rafaël Carré <funman@videolan.org> 19762Date: Wed Jun 27 05:07:09 2007 +0000 19763 19764 Now using ITEM_PREPARSED & ITEM_META_FETCHED indicators 19765 19766commit d42f92f233f37e64100fc78bdb5a793cd71f93c5 19767Author: Jean-Baptiste Kempf <jb@videolan.org> 19768Date: Tue Jun 26 23:42:26 2007 +0000 19769 19770 Dirac version bumps to 0.7.0. Tested on altair/win32 and Mac 19771 19772commit c36ae109d38fe20b6db22aa181081f7f81650ee2 19773Author: Sam Hocevar <sam@videolan.org> 19774Date: Tue Jun 26 22:03:47 2007 +0000 19775 19776 * AUTHORS: removed mention of "audio" :-) 19777 19778commit 05b466d9f3ed7ebef763d0dc8c34fd79508de0e8 19779Author: Jean-Baptiste Kempf <jb@videolan.org> 19780Date: Tue Jun 26 22:02:30 2007 +0000 19781 19782 Qt4 - Forgotten in previous comit. 19783 19784commit 23c4575cf8a880da0fa469f317fc9e3abfc96516 19785Author: Jean-Baptiste Kempf <jb@videolan.org> 19786Date: Tue Jun 26 22:00:08 2007 +0000 19787 19788 Qt4 - Yet another icon for menus. Should be the last one. 19789 19790commit cf255cfb0ea09fd15c8dbaeccc03380eb9a282a9 19791Author: Sam Hocevar <sam@videolan.org> 19792Date: Tue Jun 26 21:10:08 2007 +0000 19793 19794 * AUTHORS: changed contribution description on author's request. 19795 19796commit 74ea2fbed94dc88ac62a917f6a40a815ad2955b2 19797Author: Felix Paul Kühne <fkuehne@videolan.org> 19798Date: Tue Jun 26 18:59:05 2007 +0000 19799 19800 * make sure that VLC-release.app includes permissions which allow it to run on restricted accounts. Credit Michael C. Haller <michael --at.- cilly com>. Additionally, don't create bogus links to the AppleScript library, which moved a while ago. 19801 19802commit c546e0f1ac083a1aef8955b248b3e1378e1d400b 19803Author: Damien Fouilleul <damienf@videolan.org> 19804Date: Tue Jun 26 17:53:05 2007 +0000 19805 19806 activex: remove logo when control runs in usermode and fill canvas with background color instead, which is settable as "BackColor" property (or bgcolor for web). 19807 19808commit f166db42eda158d74d36c6f238f40862299892e4 19809Author: Jean-Paul Saman <jpsaman@videolan.org> 19810Date: Tue Jun 26 09:38:17 2007 +0000 19811 19812 Fix new key-menu-* hotkeys definitions 19813 19814commit 5348472216990c3e885da2623d531d69be70854d 19815Author: Christophe Mutricy <xtophe@videolan.org> 19816Date: Mon Jun 25 22:35:47 2007 +0000 19817 19818 respect alphabetical order 19819 19820commit 1ad81b4b7466c033997bcdb72448b496e638d06c 19821Author: Christophe Mutricy <xtophe@videolan.org> 19822Date: Mon Jun 25 22:22:23 2007 +0000 19823 19824 i18n fixes 19825 19826commit ca827aa8fe039bcf6a00a565a3b5055440bb8b45 19827Author: Rafaël Carré <funman@videolan.org> 19828Date: Mon Jun 25 22:02:07 2007 +0000 19829 19830 fortunes are now UTF-8 encoded thanks to Mr_Mirsal 19831 19832commit 23942f1f36db6ab5ed4272da903c054336bed5ee 19833Author: Damien Fouilleul <damienf@videolan.org> 19834Date: Mon Jun 25 18:06:52 2007 +0000 19835 19836 - libvlc APIs: bug fixing, and please note that exception argument is OPTIONAL (can be null), do not use exception to control API flow unless you created your own 19837 19838commit 4f2cfd119c634d9e0564734ad1c5ae4e1bdd2420 19839Author: Rafaël Carré <funman@videolan.org> 19840Date: Mon Jun 25 15:24:15 2007 +0000 19841 19842 Adds Disconnect method to release the org.freedesktop.MediaPlayer name on the bus 19843 19844commit 4936cc77f11ebbdd370957c80be9532903bb2ef0 19845Author: Jean-Baptiste Kempf <jb@videolan.org> 19846Date: Sun Jun 24 23:46:50 2007 +0000 19847 19848 Qt4 - Add a folder opening option with an icon, due to popular request, 19849 Clean some code, comment it and cosmetics. 19850 Fix also a cosmetic button bug spotted by funman. 19851 19852commit 88b35bff5b7ddfd26ff0cac700a4466758c375b6 19853Author: Jean-Baptiste Kempf <jb@videolan.org> 19854Date: Sun Jun 24 21:47:14 2007 +0000 19855 19856 D-Bus, The Repeat method should be part of /Player, not /TrackList 19857 Patch by Mirsal ENNAIME, as usual. 19858 19859commit 1983a7d9d56da4f22fe28279bd08bb82515be79c 19860Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19861Date: Sun Jun 24 20:52:03 2007 +0000 19862 19863 control/media_descriptor.c: Fix memcpy usage. 19864 19865commit 4e4b362e527282f3a62d357adaf4fb6a99fcddf8 19866Author: Rafaël Carré <funman@videolan.org> 19867Date: Sun Jun 24 19:36:35 2007 +0000 19868 19869 Do not try to read metadata if it's not present 19870 19871commit 79462a4b8a524b70dac2e9dbd16a716eebdccb2a 19872Author: Jean-Baptiste Kempf <jb@videolan.org> 19873Date: Sun Jun 24 18:41:50 2007 +0000 19874 19875 LIRC: correct typo in [20653] 19876 19877commit 04babc14355dfd92711aa9f63f019fb4cb60fbaa 19878Author: Jean-Baptiste Kempf <jb@videolan.org> 19879Date: Sun Jun 24 18:29:13 2007 +0000 19880 19881 Qt4 - Info Panels, clean code, add comments and cosmetics. 19882 19883commit e654a86d7d6f2733f089574bcceef63ede7d10db 19884Author: Jean-Baptiste Kempf <jb@videolan.org> 19885Date: Sun Jun 24 16:57:21 2007 +0000 19886 19887 Qt4 - Move the Write MetaData button outside of the component part because it is more expected to be in the main dialog. 19888 19889commit b6198c885bce18a31b3c6adbafed66169c7ff200 19890Author: Rafaël Carré <funman@videolan.org> 19891Date: Sun Jun 24 16:07:38 2007 +0000 19892 19893 Prevents segfault if no file are in the playlist (thanks j-b) 19894 Adds some debug message and extra check 19895 19896commit 8329eb01bd71bcdc7aa536ca644c1ea93fd89e18 19897Author: Christophe Mutricy <xtophe@videolan.org> 19898Date: Sun Jun 24 14:51:18 2007 +0000 19899 19900 Try with the full MRL if the access haven't successed with access & url 19901 19902commit 3878b2748befed4ebf619818ab3973dee82079d3 19903Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19904Date: Sun Jun 24 13:27:21 2007 +0000 19905 19906 control/media_descriptor.c: Make sure we don't strdup a NULL ptr. 19907 19908commit 40fbcb70ebed0223d450d7264420ed14d1679b6a 19909Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19910Date: Sun Jun 24 13:26:17 2007 +0000 19911 19912 Libvlc: Make media_instance_destroy private. 19913 19914commit e054ef8bc32a794fada17bc2f06fa8156988c91e 19915Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19916Date: Sun Jun 24 13:19:21 2007 +0000 19917 19918 Libvlc: Implement media_instance_[get|set]_media_descriptor. Now, media_instance_new creates an empty object. The old _new is now _new_from_media_descriptor. 19919 19920commit e1314822f89534929e65a669ffad9dd70e02d4ef 19921Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19922Date: Sun Jun 24 11:31:57 2007 +0000 19923 19924 Libvlc: Use exception for internal function. 19925 19926commit 77a27e5daa8b46b238970da0016a5d3f37ff893e 19927Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19928Date: Sun Jun 24 11:24:36 2007 +0000 19929 19930 control/media_descriptor.c: s/ex/p_e/ 19931 19932commit 8135d23930d340ccca444ef478a7dd5adfade19f 19933Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19934Date: Sun Jun 24 11:19:48 2007 +0000 19935 19936 control/media_descriptor.c: Raise exception where needed. 19937 19938commit 6f6841e52cc7a0602ff9911e1c7d411b558ee775 19939Author: Jean-Baptiste Kempf <jb@videolan.org> 19940Date: Sun Jun 24 10:33:59 2007 +0000 19941 19942 Add a polski option for installer 19943 19944commit 8dbb3f39280e6c97cfee687b266e64d63d96e420 19945Author: Rafaël Carré <funman@videolan.org> 19946Date: Sun Jun 24 00:22:18 2007 +0000 19947 19948 Reverts [20669] 19949 Adds a button into qt4 media information to write modified meta data to the file 19950 19951commit 10b303d9799f411d2c185d963b4e8875e872e335 19952Author: Rafaël Carré <funman@videolan.org> 19953Date: Sat Jun 23 19:00:52 2007 +0000 19954 19955 Removes meta_export_t 19956 Modify meta writer callback to take an input_item_t as argument, so a file non playing can be written 19957 19958commit 295830f1a60d7f5c1ed18e768250ae8d5ee81504 19959Author: Rafaël Carré <funman@videolan.org> 19960Date: Sat Jun 23 17:07:19 2007 +0000 19961 19962 Adds title, album, genre, year, and track number writing to taglib module 19963 19964commit f48af629797c619603c93263f94b7f6d6244e22c 19965Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19966Date: Sat Jun 23 14:51:48 2007 +0000 19967 19968 Libvlc: Make sure the exported structure are not anonymous. 19969 19970commit c510d339e60f097db4171e9c9e837e67d02252c2 19971Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19972Date: Sat Jun 23 12:10:00 2007 +0000 19973 19974 Oops. 19975 19976commit 47dcd1c811617444b114c9b5bf98f01d1a703177 19977Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19978Date: Sat Jun 23 11:56:01 2007 +0000 19979 19980 Libvlc: Avertise libvlc_media_instance_release in the headers. 19981 19982commit 6274a7ecabc278d3a07ae9c177b95c16fec47011 19983Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19984Date: Sat Jun 23 11:54:40 2007 +0000 19985 19986 Fix previous commit (Oops). 19987 19988commit f2f25b597266e18edea653053fba07832b439ed8 19989Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19990Date: Sat Jun 23 11:42:40 2007 +0000 19991 19992 ActiveX: Reflect libvlc changes: media_instance destroy_and_detach->release. 19993 19994commit f7799a24d939ce6379d112c5c85eaed1ca9ad7d1 19995Author: Pierre d'Herbemont <pdherbemont@videolan.org> 19996Date: Sat Jun 23 11:42:24 2007 +0000 19997 19998 Mozilla: Reflect libvlc changes: media_instance destroy_and_detach->release. 19999 20000commit be6efa200669abe4afc82ab9d4ef618ae7af1c11 20001Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20002Date: Sat Jun 23 11:40:40 2007 +0000 20003 20004 Libvlc: replace media_instance_destroy_and_detach by media_instance_release. 20005 20006commit 8b35676788234903bc268d25e98d3e46b866368b 20007Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20008Date: Sat Jun 23 09:51:10 2007 +0000 20009 20010 Mac OS X gui: Fade out in a smoother way. 20011 20012commit 4f6f54d18e7860d718410ae1e0fef193a7bf1d45 20013Author: Christophe Massiot <massiot@videolan.org> 20014Date: Fri Jun 22 13:14:38 2007 +0000 20015 20016 . 20017 20018commit 2234d37f060646dddea74d8083f5dd67c3e4df70 20019Author: Rémi Denis-Courmont <rem@videolan.org> 20020Date: Fri Jun 22 07:09:06 2007 +0000 20021 20022 Add CVE reference 20023 20024commit db3d41bd899bf0238d35d2d623e06bc2685e94ec 20025Author: Christophe Mutricy <xtophe@videolan.org> 20026Date: Thu Jun 21 22:28:47 2007 +0000 20027 20028 Proper name of the Polish translator 20029 20030commit 6038e0cc822598531a2f804bcfa4f3ef53ae6c86 20031Author: Jean-Paul Saman <jpsaman@videolan.org> 20032Date: Thu Jun 21 11:46:31 2007 +0000 20033 20034 small cleanup 20035 20036commit 0dda45319e149c7b618aebf40cd24110dfb38b2e 20037Author: Jean-Paul Saman <jpsaman@videolan.org> 20038Date: Thu Jun 21 11:46:08 2007 +0000 20039 20040 Indentation fix 20041 20042commit f43820ebe977501dfb3ad403c4d97fa99c384641 20043Author: Jean-Paul Saman <jpsaman@videolan.org> 20044Date: Thu Jun 21 11:45:41 2007 +0000 20045 20046 Added new hotkeys "key-menu-[on|off|left|right|up|down|select]". Lirc now calls the osd_Menu*() functions directly when prefix "menu " followed by one of: on, off, left, right, up, down or select is found. 20047 20048commit ecf51c903d82f155f8ccaafa31854d524269eae1 20049Author: Jean-Baptiste Kempf <jb@videolan.org> 20050Date: Thu Jun 21 06:34:14 2007 +0000 20051 20052 Logo: Correction spotted by ILEoo and patched by Bernie Purcell. 20053 20054commit f4faf99251f8e5e093ae9ba37529d53633fadca1 20055Author: Christophe Mutricy <xtophe@videolan.org> 20056Date: Wed Jun 20 22:15:20 2007 +0000 20057 20058 Update the polish l10n. Thanks to Freaky Michi. 20059 20060commit 9fe52a4278e486b2b0899fa11010af602e21ca6e 20061Author: Christophe Mutricy <xtophe@videolan.org> 20062Date: Wed Jun 20 21:42:53 2007 +0000 20063 20064 Some files have been renamed, some added. 20065 20066commit 81657c9b9794516825b9f7947306469c4be8f712 20067Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20068Date: Wed Jun 20 21:14:58 2007 +0000 20069 20070 bootstrap: Fix previous commit. 20071 20072commit 7173c8f8dd6793c944734937c21ebfcdd47c43c0 20073Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20074Date: Wed Jun 20 21:01:26 2007 +0000 20075 20076 bootstrap: Make sure we warn the user when no contrib is present on Mac OS X. 20077 20078commit 12d8104c4fc3a6187f6cb99fabd293a7cced73f6 20079Author: Jérome Decoodt <djc@videolan.org> 20080Date: Wed Jun 20 20:57:43 2007 +0000 20081 20082 Trying to fix the build on G5... 20083 20084commit 7d4656d4903875f1f029b1c7f31e70a00d5aabd6 20085Author: Jérome Decoodt <djc@videolan.org> 20086Date: Wed Jun 20 20:42:24 2007 +0000 20087 20088 Should fix compilation 20089 Add some news 20090 20091commit bf2bdccad3f2bcca29d4b102005e6ff1b3a8ccc0 20092Author: Jérome Decoodt <djc@videolan.org> 20093Date: Wed Jun 20 20:19:24 2007 +0000 20094 20095 Add rotate-deciangle for more precision in rotate 20096 Add unimotion (http://members.optusnet.com.au/lbramsay/programs/unimotion.html) 20097 to motion interface 20098 Add a low band filter to the motion 20099 20100commit 22462d18862065dd0ac58f940b65beeb64ff50a2 20101Author: Jean-Paul Saman <jpsaman@videolan.org> 20102Date: Wed Jun 20 08:14:41 2007 +0000 20103 20104 Add minimal osdmenu theme based on MacOS x graphics. 20105 20106commit 443254c6fe0534a05a48122e34738649d83ab247 20107Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20108Date: Wed Jun 20 05:39:20 2007 +0000 20109 20110 ActiveX: More input->media_instance fix. 20111 20112commit 9e8d19373c7d7cf6e2c0d7cf34e674b2947a5f05 20113Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20114Date: Tue Jun 19 21:53:05 2007 +0000 20115 20116 Python: Compilation fix. 20117 20118commit 2af358da70ee298143d77b915ce36b3d75885be5 20119Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20120Date: Tue Jun 19 21:48:20 2007 +0000 20121 20122 Python: Fix misspelling of media_instance. 20123 20124commit 15d006748ec9ad23ea53dd7919c009b214cd8527 20125Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20126Date: Tue Jun 19 21:06:15 2007 +0000 20127 20128 control/video.c: Use libvlc_media_instance_has_vout instead of libvlc_input_has_vout. 20129 20130commit 34aa74681c8e5ebfcd81a3f6c30c50ba46cca2e7 20131Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20132Date: Tue Jun 19 20:48:50 2007 +0000 20133 20134 Python: More input->media_instance changes. 20135 20136commit 72f9267e6334f790fafd07d99c38886b02dc5a60 20137Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20138Date: Tue Jun 19 20:46:24 2007 +0000 20139 20140 Java: More input->media_instance changes. 20141 20142commit 91827a02f6412b0f7f82c3f2ede98fb98365d40b 20143Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20144Date: Tue Jun 19 20:44:36 2007 +0000 20145 20146 ActiveX: More input->media_instance changes. 20147 20148commit 6084cd05a6088ac962f1ec4d911ce6d2416cbf18 20149Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20150Date: Tue Jun 19 20:41:41 2007 +0000 20151 20152 Java: input->media_instance changes. 20153 20154commit 0112e7d0e08f9fff50df432aff404ff0258bd260 20155Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20156Date: Tue Jun 19 20:38:18 2007 +0000 20157 20158 ActiveX: input->media_instance changes. 20159 20160commit ed79e42dc4b6ef6a9f34d7ca61a9df1353e7028d 20161Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20162Date: Tue Jun 19 20:36:14 2007 +0000 20163 20164 Mozilla: Yet more input->media_instance changes. 20165 20166commit 25354a0eee090a6982fc3aaaba9c476cc089ea9c 20167Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20168Date: Tue Jun 19 20:35:05 2007 +0000 20169 20170 Mozilla: Yet more input->media_instance changes. 20171 20172commit 33316bd2ef343d0212f07a57e5b23175fd43cc73 20173Author: Antoine Cellerier <dionoea@videolan.org> 20174Date: Tue Jun 19 20:07:10 2007 +0000 20175 20176 Remove leading line feeds (or while spaces). Fixes "http://www.yle.fi/java/areena/dispatcher/193730.asx?bitrate=1000000" while previous commit fixed http://paste.videolan.org/1950 . 20177 20178commit f9cd3820f2956719c1995177199b1cf1515bf6a8 20179Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20180Date: Tue Jun 19 19:47:31 2007 +0000 20181 20182 control/media_descriptor.c: Prefer memcpy over bcopy. 20183 20184commit 935fe1d7a8609332565bf168f57e16b040d18870 20185Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20186Date: Tue Jun 19 19:43:41 2007 +0000 20187 20188 Mozilla: Fix previous commit. 20189 20190commit befe44b968f0ad5e8f941822964bfe1f181c9582 20191Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20192Date: Tue Jun 19 19:20:54 2007 +0000 20193 20194 Mozilla: More input->media_instance changes. 20195 20196commit bcf220f4e5d7ee6c12908e81e69916575ac424d0 20197Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20198Date: Tue Jun 19 18:03:03 2007 +0000 20199 20200 libvlc: Advertise libvlc_media_instance_destroy_and_detach (soon media_instance_release) in the libvlc.h header. 20201 20202commit c487dfa4aee37a4a21444251d306adebab0387b0 20203Author: Antoine Cellerier <dionoea@videolan.org> 20204Date: Tue Jun 19 16:30:02 2007 +0000 20205 20206 Untested workarround for buggy asx files with an end of line char at the end of the url. 20207 20208commit 0338befbcd074652c5e20faccd843686843c27d0 20209Author: Jean-Baptiste Kempf <jb@videolan.org> 20210Date: Mon Jun 18 22:23:46 2007 +0000 20211 20212 Qt4 - Yet another icon from Danko: Preferences. 20213 20214commit 880ce5e2e138595f3696cb8f03e178255440cae3 20215Author: Laurent Aimar <fenrir@videolan.org> 20216Date: Mon Jun 18 21:59:34 2007 +0000 20217 20218 Updated NEWS. 20219 20220commit 23cc599d06abb5c84913c7399dd08c6b283fc49e 20221Author: Laurent Aimar <fenrir@videolan.org> 20222Date: Mon Jun 18 21:08:03 2007 +0000 20223 20224 Patch by Bernie Purcell : 20225 "This is part of a former submission stripped out for easier 20226 assimilation. It modifies vout_subpictures to use the existing alignment 20227 field on each region, rather than the alignment on the subpicture plane 20228 itself. Modifications are made to everywhere that depended on the former 20229 behaviour, to make it use the new alignment location instead." 20230 20231commit 877cfa025934f31c5f621fbcc6a8d0b30165b086 20232Author: Laurent Aimar <fenrir@videolan.org> 20233Date: Mon Jun 18 20:59:10 2007 +0000 20234 20235 Added missing return value in TitleCallback. 20236 20237commit 9ebb6029f5c47910193b0d2c5917bd4f847eb1fe 20238Author: Laurent Aimar <fenrir@videolan.org> 20239Date: Mon Jun 18 20:55:35 2007 +0000 20240 20241 Added speex check in RTSP (untested, close #1091) 20242 20243commit e729adf6d4c2fdeb674ae1cfaa9b544799dad591 20244Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20245Date: Mon Jun 18 20:22:35 2007 +0000 20246 20247 bindings/python: Try to match the libvlc input to media_instance changes. 20248 20249commit f1190ffe05e8933862fe9bee55d6d0bf45b477ff 20250Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20251Date: Mon Jun 18 19:58:16 2007 +0000 20252 20253 Mozilla: Attempt to match libvlc input to media_instance changes. 20254 20255commit 2cfe99e1e5b716ceac90438186ea3c4d85fb63a6 20256Author: Antoine Cellerier <dionoea@videolan.org> 20257Date: Mon Jun 18 19:54:38 2007 +0000 20258 20259 Fix invalid free crash in bookmarks loading code reported by Gids on IRC. Small test case is: (I'm not sure that it really needs to be that long) 20260 #EXTVLCOPT:bookmarks={name=Rainforest Shmainforest,bytes=5276429,time=1},{name=Spontaneous Combustion,bytes=113071718,time=1331},{name=The Succubus,bytes=218546569,time=2663},{name=Jakovasaurs,bytes=326602991,time=3999},{name=Tweek Vs. Craig,bytes=436968699,time=5326},{name=Sexual Harassment Panda,bytes=542655194,time=6658} 20261 episodes-1-6.m4v 20262 20263commit 4e4c2b062601440e0a04fad6b4654f3c1ac4e2a7 20264Author: Rémi Denis-Courmont <rem@videolan.org> 20265Date: Mon Jun 18 14:28:53 2007 +0000 20266 20267 Do not crash when there is no X 20268 20269commit a60436b4fba8a8d7633a3fca545945107b7c1cf8 20270Author: Rémi Denis-Courmont <rem@videolan.org> 20271Date: Mon Jun 18 14:14:54 2007 +0000 20272 20273 Typo 20274 20275commit 77beab3f74e1aeab70a7b966d3ed8496d2aa7d75 20276Author: Jean-Paul Saman <jpsaman@videolan.org> 20277Date: Mon Jun 18 09:55:06 2007 +0000 20278 20279 Update Ilkka Ollakka's contributions. 20280 20281commit 82961e002475be221d573c5d4e71c39606725e53 20282Author: Jean-Paul Saman <jpsaman@videolan.org> 20283Date: Mon Jun 18 09:53:53 2007 +0000 20284 20285 Properly cleanup afilters and vfilters on Close(). (Patch by Ikka Ollakka) 20286 20287commit 244c62e5a7f0d6b77438b0deccbc16cca3a3580f 20288Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20289Date: Sun Jun 17 21:17:13 2007 +0000 20290 20291 libvlc: Tell the build system to use media_instance.c. 20292 20293commit ba1ea5d802f41c2fa62694ff984b98496fdbe712 20294Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20295Date: Sun Jun 17 20:56:25 2007 +0000 20296 20297 libvlc: Rename the input.c file to media_instance.c. 20298 20299commit 34f81612d956bfc7ad53fb7937b7d38d9cdec730 20300Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20301Date: Sun Jun 17 20:54:32 2007 +0000 20302 20303 libvlc: Rename input to media_instance. And add the possibility to create a medi_instance from a media_descriptor. 20304 20305commit 0dabfb1de3089a7e568767baeb275465488eaac6 20306Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20307Date: Sun Jun 17 17:51:40 2007 +0000 20308 20309 control/media_descriptor.c: Fix a comment. 20310 20311commit 00a4589dad940819bc7fcbf03350369ef256404d 20312Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20313Date: Sun Jun 17 17:47:46 2007 +0000 20314 20315 conrtol/media_descriptor.c: Use VLC_FALSE and VLC_TRUE. 20316 20317commit d6346a3b5b886d85feca47e5ec85891e9e8c7ec3 20318Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20319Date: Sun Jun 17 17:21:26 2007 +0000 20320 20321 control/libvlc_internal: Dump bool as it doesn't work everywhere. 20322 20323commit 012cc61a0b048579133af447dae774bfe5900563 20324Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20325Date: Sun Jun 17 17:14:06 2007 +0000 20326 20327 libvlc: attempt to fix previous commit. 20328 20329commit d1a33559d8dcd5d58728cab63d3a4551b2d07a0d 20330Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20331Date: Sun Jun 17 16:50:13 2007 +0000 20332 20333 libvlc: Make media_descriptor_t internal. 20334 20335commit 39793dd204eac0243c78ac4337e1465f675af12c 20336Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20337Date: Sun Jun 17 16:24:49 2007 +0000 20338 20339 Libvlc add a media descriptor object. 20340 20341commit 20e454384163a261613b783c64bd657d72dbbf93 20342Author: Antoine Cellerier <dionoea@videolan.org> 20343Date: Sun Jun 17 15:20:20 2007 +0000 20344 20345 Sync readme with wiki page. 20346 20347commit babfc3597a6816b5dfe7bbf27fbfd13343dec107 20348Author: Antoine Cellerier <dionoea@videolan.org> 20349Date: Sun Jun 17 15:17:39 2007 +0000 20350 20351 svn:ignore .deps 20352 20353commit 0548263599fd405474d183d70b67309f2106a83e 20354Author: Antoine Cellerier <dionoea@videolan.org> 20355Date: Sun Jun 17 15:16:14 2007 +0000 20356 20357 propset svn:ignore 20358 20359commit 4fdfa9cba2ff35c39c91e4e0da9d8f656c7b071f 20360Author: Antoine Cellerier <dionoea@videolan.org> 20361Date: Sun Jun 17 15:14:59 2007 +0000 20362 20363 Kleine fix. 20364 20365commit 0242761a178fede543040cfcb6fa37982c495958 20366Author: Antoine Cellerier <dionoea@videolan.org> 20367Date: Sun Jun 17 15:11:22 2007 +0000 20368 20369 Cosmetics. 20370 20371commit 277d5f98a0f8868704e2efb377c85b76e7d934d9 20372Author: Antoine Cellerier <dionoea@videolan.org> 20373Date: Sun Jun 17 15:10:31 2007 +0000 20374 20375 Handle custom meta data in lua playlist scripts. 20376 20377commit d77ec47116cae944c5406bba91dfdc94ff54a3ca 20378Author: Antoine Cellerier <dionoea@videolan.org> 20379Date: Sun Jun 17 14:14:19 2007 +0000 20380 20381 Fix a huge bunch of things in the video effects panel. Implement combo box options. 20382 20383commit d6ce9ba9d4e8f075bc9b2e806f020b05959a4654 20384Author: Antoine Cellerier <dionoea@videolan.org> 20385Date: Sun Jun 17 14:12:56 2007 +0000 20386 20387 Fix marq positions list in config. 20388 20389commit 3057eb721f8408a02baf233397c7002f45c7d3f7 20390Author: Laurent Aimar <fenrir@videolan.org> 20391Date: Sun Jun 17 14:06:26 2007 +0000 20392 20393 Be sure to restart the mixer on replaygain mode change. 20394 20395commit 0ec9c4719ba4df3896197dfddcc2b38f42269790 20396Author: Antoine Cellerier <dionoea@videolan.org> 20397Date: Sun Jun 17 13:59:55 2007 +0000 20398 20399 Fix copyright date 20400 20401commit 2b8402b1e4a7a3467519ccf047c7b3b1a8b32879 20402Author: Antoine Cellerier <dionoea@videolan.org> 20403Date: Sun Jun 17 13:59:27 2007 +0000 20404 20405 Make error output usable. 20406 20407commit 7e29d932257d0bf6dca42ffecf9b0dce523ca92e 20408Author: Laurent Aimar <fenrir@videolan.org> 20409Date: Sun Jun 17 13:56:57 2007 +0000 20410 20411 Added replay gain support for: 20412 - ogg/vorbis (close #125) 20413 - flac (and not ogg/flac yet) 20414 - mp3/aac (id3/ape) 20415 - mpc (internal/ape) 20416 20417commit d20dd24295a3f43ad2cdec0fcd8a83793cb45bde 20418Author: Laurent Aimar <fenrir@videolan.org> 20419Date: Sun Jun 17 13:54:20 2007 +0000 20420 20421 Added replay gain support (audio-replay-gain-mode track or album to activate 20422 it, disabled by default) 20423 20424commit ef2723ee44a031e8c0f6c5437fff7d40ffad971a 20425Author: Laurent Aimar <fenrir@videolan.org> 20426Date: Sun Jun 17 13:49:49 2007 +0000 20427 20428 Call input_Control(INPUT_ADD_INFO) on extra meta data. 20429 20430commit 8e3c06e49467efff48dea25c24c0baab7126b79f 20431Author: Laurent Aimar <fenrir@videolan.org> 20432Date: Sun Jun 17 13:47:00 2007 +0000 20433 20434 Added APEv1/2 support to id3tag.c 20435 Parse TXXX fields (id3) 20436 Parse RVA2 and convert them to replay gain (id3) 20437 (I cannot put APE parsing into a new module as id3 and ape can be found 20438 in the same file, this means you need libid3tag) 20439 20440commit 1e900bf8cab23a83e70f5b56d2e9295a359cffee 20441Author: Antoine Cellerier <dionoea@videolan.org> 20442Date: Sun Jun 17 12:47:07 2007 +0000 20443 20444 Split the extended video filters panel into many smaller sub panels. 20445 20446commit f4f90e674b23ba5a949d0bffd942451685d31907 20447Author: Damien Fouilleul <damienf@videolan.org> 20448Date: Sat Jun 16 22:13:47 2007 +0000 20449 20450 video_chroma: a few SSE2 fixes 20451 20452commit a3eb2a7047a551239dfe1b6dd9cd59dee6718313 20453Author: Antoine Cellerier <dionoea@videolan.org> 20454Date: Sat Jun 16 20:40:39 2007 +0000 20455 20456 Implement color change for colorthres and extract filters. Fix dial for rotate filter. 20457 20458commit 649840af2ed9f40d5021c69bea58980ee3cfb872 20459Author: Dennis van Amerongen <trax@videolan.org> 20460Date: Sat Jun 16 13:12:25 2007 +0000 20461 20462 * NEWS: sync with 0.8.6c 20463 20464commit f761baaab13460197740309f879047a1add5020b 20465Author: Jean-Baptiste Kempf <jb@videolan.org> 20466Date: Sat Jun 16 09:40:07 2007 +0000 20467 20468 Qt4 - Icons for the menus. Works from Danko Dolch again (THANKS). New icons for folders (blue and grey) (not yet used), for file (thin and wide) and tape. Update Network with a bit of coloring. 20469 20470commit 8aa2b8cb56531f672d5e0f322ffbb82609dc9752 20471Author: Marian Durkovic <md@videolan.org> 20472Date: Sat Jun 16 06:16:51 2007 +0000 20473 20474 Fix missing national characters: Ak sa nemôžete dostať k užívateľskému... 20475 20476commit 6211bb6cd1b790ef78e72a2de0bf404f294c9fd1 20477Author: Laurent Aimar <fenrir@videolan.org> 20478Date: Fri Jun 15 18:38:15 2007 +0000 20479 20480 Added apple chapter support (used by HandBrake, close #808) 20481 20482commit 9acaa4b2e175fb575070d684acdb178bc7a542d2 20483Author: Damien Fouilleul <damienf@videolan.org> 20484Date: Fri Jun 15 16:36:41 2007 +0000 20485 20486 - video_chromas: more SSE2 and MMX support and optimization, added SSE2 i420 -> RGB acceleration 20487 20488commit 7b8ea9c37cf6264261c9a9ec61500a39053c904c 20489Author: Marian Durkovic <md@videolan.org> 20490Date: Fri Jun 15 12:30:37 2007 +0000 20491 20492 Minor fix in Slovak translation: rozhrania -> rozhraní 20493 20494commit ef6804348759adc8873355426225ac2918140085 20495Author: Christophe Mutricy <xtophe@videolan.org> 20496Date: Thu Jun 14 22:14:12 2007 +0000 20497 20498 i18n fixes 20499 20500commit 954866c0fdaf43f3d45e9bb417bf724b8aae0340 20501Author: Laurent Aimar <fenrir@videolan.org> 20502Date: Thu Jun 14 19:05:16 2007 +0000 20503 20504 Fixed segfault with subtitle. 20505 20506commit ec07da1df07d34b4093835a2df95d11adc5d02a7 20507Author: Dennis van Amerongen <trax@videolan.org> 20508Date: Thu Jun 14 17:31:52 2007 +0000 20509 20510 * NEWS: add some whitespace for a change.. 20511 20512commit 61145cf802fc450841bf9320ce927016456c570f 20513Author: Dennis van Amerongen <trax@videolan.org> 20514Date: Thu Jun 14 17:23:08 2007 +0000 20515 20516 * NEWS: sync with 0.8.6c again.. 20517 20518commit 1a4176cd60ddcddec2556b2679c7927569b2eaa7 20519Author: Jean-Paul Saman <jpsaman@videolan.org> 20520Date: Thu Jun 14 06:13:25 2007 +0000 20521 20522 Fix potential memleak/crash 20523 20524commit 3869712ac488d65f17a38dfb3f5b0044f623b4dc 20525Author: Jean-Baptiste Kempf <jb@videolan.org> 20526Date: Wed Jun 13 23:50:18 2007 +0000 20527 20528 Qt4 - Minor cosmetic change. 20529 20530commit dabe66a78da34ecd646ffa020315f84592fa32b0 20531Author: Jean-Baptiste Kempf <jb@videolan.org> 20532Date: Wed Jun 13 23:47:56 2007 +0000 20533 20534 Qt4 - Make the update() update the art in mediaInfo. 20535 20536commit fa0c3cd517645df1e57cdb0ddecdd4f3b22bfebe 20537Author: Christophe Mutricy <xtophe@videolan.org> 20538Date: Wed Jun 13 23:29:30 2007 +0000 20539 20540 i18n fixes 20541 20542commit 3ac613940f37fe0292e01766960dfdffc54f2190 20543Author: Jean-Baptiste Kempf <jb@videolan.org> 20544Date: Wed Jun 13 22:11:03 2007 +0000 20545 20546 Qt4 - Support for Media Art in the Media Info dialog and various fixed on that dialog. 20547 20548commit b271b9ffc4080ae42a549ad9185c8f0c8e0b85e6 20549Author: Laurent Aimar <fenrir@videolan.org> 20550Date: Wed Jun 13 19:49:08 2007 +0000 20551 20552 Added --run-time option to specify how many second VLC will play an item 20553 (Usefull to save live programs like DVB/UDP) 20554 20555commit a14c0186d6d7e58d274a46b10c36ff8ce641c8b6 20556Author: Laurent Aimar <fenrir@videolan.org> 20557Date: Wed Jun 13 19:25:08 2007 +0000 20558 20559 Fixed aiff support for stereo files and files with odd chunk size. 20560 20561commit a878f3acc1f162d8c492ad2d3494266350286c72 20562Author: Damien Fouilleul <damienf@videolan.org> 20563Date: Wed Jun 13 15:40:54 2007 +0000 20564 20565 qt4: a few stability fixes when working as a dialogs provider, needs a lot more ... 20566 20567commit 9924f657b7a5644d2556f28fb02ced8f8a705412 20568Author: Damien Fouilleul <damienf@videolan.org> 20569Date: Wed Jun 13 12:47:29 2007 +0000 20570 20571 asx.c: fixed a small bug in skip ad feature 20572 20573commit 8c432e88f6a512ce6723965256d2a37a5ee39c23 20574Author: Jean-Paul Saman <jpsaman@videolan.org> 20575Date: Wed Jun 13 09:22:08 2007 +0000 20576 20577 White space and indentation fixes. 20578 20579commit 6372b3746119e40cf9b5fc98eff1710156e3e106 20580Author: Jean-Paul Saman <jpsaman@videolan.org> 20581Date: Wed Jun 13 09:00:46 2007 +0000 20582 20583 Make use of libgcrypt configurable. 20584 20585commit bfa762d4a93c5aff31f97b3b405e1469e0fd0374 20586Author: Jean-Paul Saman <jpsaman@videolan.org> 20587Date: Wed Jun 13 08:37:51 2007 +0000 20588 20589 Portability fix: use head -n 1 iso head -1 20590 20591commit c36c155301b79d7d8f7d43e3702e2c61d0a7a2c7 20592Author: Dennis van Amerongen <trax@videolan.org> 20593Date: Tue Jun 12 22:38:01 2007 +0000 20594 20595 NEWS: sync with bugfix branch 20596 20597commit c4ec3b92573f8b6f9a29674d3f04ac3869fbdc2f 20598Author: Laurent Aimar <fenrir@videolan.org> 20599Date: Tue Jun 12 21:27:28 2007 +0000 20600 20601 Fixed access on deleted object. 20602 20603commit b1a0a922b695f2583e399596433f20de04724776 20604Author: Laurent Aimar <fenrir@videolan.org> 20605Date: Tue Jun 12 21:06:24 2007 +0000 20606 20607 Fixed uninitialized variable. 20608 20609commit 3b7381f3bd51b349b8ba53c729ff83529c9ab13f 20610Author: Laurent Aimar <fenrir@videolan.org> 20611Date: Tue Jun 12 19:49:06 2007 +0000 20612 20613 Drop audio when playing faster and not using resampler. 20614 20615commit 70a8bb9649c3e44350d0fd579c24b8a9ddd7af34 20616Author: Laurent Aimar <fenrir@videolan.org> 20617Date: Tue Jun 12 19:46:35 2007 +0000 20618 20619 All: preliminary support for audio while playing faster/slower (1/4 -> 4). 20620 It use our standard resampler to do it and so we do not keep 20621 pitch yet (I am working on a soundtouch resampler). 20622 Please test any regression. 20623 20624commit 8f1901a659e0778dd4c6086bcc3b9d7174d1abaf 20625Author: Laurent Aimar <fenrir@videolan.org> 20626Date: Tue Jun 12 18:26:00 2007 +0000 20627 20628 Fixed use of released pointer (race condition). 20629 20630commit 35610daa5ca59700b3358ef4a08773c8ce1d9d18 20631Author: Damien Fouilleul <damienf@videolan.org> 20632Date: Tue Jun 12 15:56:28 2007 +0000 20633 20634 mozilla: fixed crash on Safari 3 Beta for Windows 20635 20636commit 084f988fe584d9d2075ccfd7d7c35bb1829b726c 20637Author: Damien Fouilleul <damienf@videolan.org> 20638Date: Tue Jun 12 14:37:15 2007 +0000 20639 20640 MacOSX: fix for --with-macosx-sdk 20641 20642commit 5d5eb43ff8df8e03fc18db124982db027cf4e271 20643Author: Jean-Paul Saman <jpsaman@videolan.org> 20644Date: Tue Jun 12 12:22:36 2007 +0000 20645 20646 Fix potential memleaks 20647 20648commit bd7d0c0914a76376947111eb3eaba98abb71f05a 20649Author: Jean-Paul Saman <jpsaman@videolan.org> 20650Date: Tue Jun 12 12:21:58 2007 +0000 20651 20652 Display video title when video output is reused. 20653 20654commit 594067729597cc5867ff2094958d59c759bf0445 20655Author: Jean-Paul Saman <jpsaman@videolan.org> 20656Date: Tue Jun 12 11:28:54 2007 +0000 20657 20658 Show title on video output based on users preferences. Defaults are:--video-title-show --video-title-position=8 --video-title-timeout=5000 20659 20660commit f075fa60d9aef1a78f640ba8af9f6a17e9999952 20661Author: Damien Fouilleul <damienf@videolan.org> 20662Date: Mon Jun 11 22:39:57 2007 +0000 20663 20664 contrib/bootstrap: MacOSX, avoid multiple -isysroot definitions by using CC, CXX and LD envars (PCC only for now, needs intel test) 20665 20666commit bcc28aee2a9c01b8abc77c2a54df67150fce4352 20667Author: Christophe Mutricy <xtophe@videolan.org> 20668Date: Mon Jun 11 22:12:07 2007 +0000 20669 20670 Swedish l10n update by Daniel Nylander 20671 Slovak l10n update by Marián Hikaník 20672 20673commit 8988485a3b74005e3a64a7ef4f56d70b654781c0 20674Author: Jean-Baptiste Kempf <jb@videolan.org> 20675Date: Mon Jun 11 17:00:55 2007 +0000 20676 20677 Qt4 - Menus: modify slightly the capture card icon, change a label and spaces... 20678 20679commit 917b3a70f9b4ca491c6afd9ffc903af251c1f035 20680Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 20681Date: Mon Jun 11 14:30:46 2007 +0000 20682 20683 Remove the obsolete vlc/python directory. Up-to-date version of python bindings lie in bindings/python 20684 20685commit 1af4a45f7e38147fa82f502196c281300e97f002 20686Author: Sigmund Augdal Helberg <sigmunau@videolan.org> 20687Date: Mon Jun 11 12:00:42 2007 +0000 20688 20689 fix compile faults and semantic errors in pvr module, mostly relating to the new api 20690 20691commit a2283772cfd80000e2178ef7bb847cf4d2f2bdd5 20692Author: Jean-Paul Saman <jpsaman@videolan.org> 20693Date: Mon Jun 11 10:25:50 2007 +0000 20694 20695 Remove excess whitespace 20696 20697commit dd3e46326351fa81ee7f0dcdcffc320d3e473890 20698Author: Jean-Baptiste Kempf <jb@videolan.org> 20699Date: Sun Jun 10 23:26:04 2007 +0000 20700 20701 Qt4 - Add Icons to the systray Menu bar. 20702 20703commit 7d72c07938be6494f98a715531c19a7cbcc2cc92 20704Author: Jean-Baptiste Kempf <jb@videolan.org> 20705Date: Sun Jun 10 23:17:05 2007 +0000 20706 20707 Qt4 - A few more icons in the menus to make the GUI less depressing. 20708 20709commit 4f6b904c37e1f62109e46f8d16bb2d801435d4c1 20710Author: Laurent Aimar <fenrir@videolan.org> 20711Date: Sun Jun 10 19:53:00 2007 +0000 20712 20713 Simplify + fix a potential overflow. 20714 20715commit ba9cf795c46e27566149aa0ae096221e9924e6d2 20716Author: Laurent Aimar <fenrir@videolan.org> 20717Date: Sun Jun 10 19:40:24 2007 +0000 20718 20719 Simplify (no functionnal changes). 20720 20721commit 2d970fe00efb70717abef135b40df7369858233e 20722Author: Laurent Aimar <fenrir@videolan.org> 20723Date: Sun Jun 10 19:22:39 2007 +0000 20724 20725 Call garbage collector (vout/sout) when playlist enter stop state (on 20726 user stop or end of playlist). 20727 20728commit ac58631713d89a822c3d9b2f9f69782209a459c3 20729Author: Laurent Aimar <fenrir@videolan.org> 20730Date: Sun Jun 10 19:12:54 2007 +0000 20731 20732 Fixed uninitialized member fields for audio filter2. 20733 20734commit 4c401bdef6d4f886fdb996cbd85a1636639853cb 20735Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20736Date: Sat Jun 9 18:54:17 2007 +0000 20737 20738 control/event.c: Add some comments. 20739 20740commit b826a37d8a5e9b627a4e59ce343b8a0752d35633 20741Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20742Date: Sat Jun 9 14:54:38 2007 +0000 20743 20744 Mac OS X gui: Fix a comment. 20745 20746commit fccad17daa57342a210ca93fc741cbe5030ee176 20747Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20748Date: Sat Jun 9 14:14:49 2007 +0000 20749 20750 Mac OS X gui: Don't leak the autoreleased object. 20751 20752commit e3223c2dcb75afa90ba6583223097985df53fa8a 20753Author: Jean-Paul Saman <jpsaman@videolan.org> 20754Date: Sat Jun 9 14:00:51 2007 +0000 20755 20756 Display media title for 15 seconds right at the start of the video. 20757 20758commit 7c5073f9908cf15c0e31480bb59990cce3c4c5dd 20759Author: Rémi Denis-Courmont <rem@videolan.org> 20760Date: Sat Jun 9 08:41:35 2007 +0000 20761 20762 Tell that disabling libtool is going to suck - closes #1189 20763 20764commit 3480318f76c15c851ffbca78c608d71d2c49f828 20765Author: Laurent Aimar <fenrir@videolan.org> 20766Date: Fri Jun 8 19:02:22 2007 +0000 20767 20768 MKV attachments bug fixes. (Patch by Bernie Purcell) 20769 20770commit 79de69ca80992bb4899f91e93c7c1bdf9589dace 20771Author: Rémi Denis-Courmont <rem@videolan.org> 20772Date: Fri Jun 8 14:55:43 2007 +0000 20773 20774 Fix compiler warnings 20775 20776commit 07dc50ce9dbf34e81b3b2aa4e305b96bda85f836 20777Author: Felix Paul Kühne <fkuehne@videolan.org> 20778Date: Fri Jun 8 14:31:30 2007 +0000 20779 20780 * reverted [20479], as my previously checked-in patch was correct ;) 20781 20782commit 01cfaf9ca43beb8da886cd59563c5d134b925eb3 20783Author: Felix Paul Kühne <fkuehne@videolan.org> 20784Date: Fri Jun 8 14:26:52 2007 +0000 20785 20786 * removed support for compilation on OSX < 10.4 20787 20788commit 090917e2accf29bdba33a9b34662df7f7b82bf43 20789Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20790Date: Fri Jun 8 12:51:40 2007 +0000 20791 20792 extras/contrib: Update live-starttime.patch. 20793 20794commit e3a7f5f85bd72aa2767b149eaffb888419f015d8 20795Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20796Date: Fri Jun 8 12:39:47 2007 +0000 20797 20798 extras/contrib/bootstrap: Store wget, curl and svn as absolute path in config.mak so they won't get untracked. (Patch by Jan David Mol <jjdmol at gmail.com>). 20799 20800commit 40792ebd37f77c25079bcc0ae5ababc64703328b 20801Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20802Date: Fri Jun 8 09:24:23 2007 +0000 20803 20804 Mac OS X gui: Comply to "Cocoa Thread Safety" guideline, that is, make creating, resizing, closing, the NSView on main thread. 20805 20806commit ddb469c7f7f290d06411f690fa04b4b920882e76 20807Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20808Date: Fri Jun 8 09:11:48 2007 +0000 20809 20810 contrib: Build ffmpeg with --cpu=pentium-m on Mac OS X/intel. (Patch by Jan David Mol). 20811 20812commit ae06b2f41bc981e4c512cfcb79a0d7acace3aca6 20813Author: Jean-Paul Saman <jpsaman@videolan.org> 20814Date: Fri Jun 8 07:29:18 2007 +0000 20815 20816 Don't build fribidi no need for it now. 20817 20818commit e444ba72b207c6d6131a3e9942d4aedbe34fe4fb 20819Author: Laurent Aimar <fenrir@videolan.org> 20820Date: Thu Jun 7 23:05:16 2007 +0000 20821 20822 clock: clean up/simplify + remove 1/90000 reference. 20823 all: improve input rate (no more out of order/dropped pictures on 20824 rate change). 20825 20826commit bf16abda22682951f3aa4c551d48dcd4b8133ef9 20827Author: Christophe Mutricy <xtophe@videolan.org> 20828Date: Thu Jun 7 22:57:53 2007 +0000 20829 20830 More strict detection for swscale. Patch by ILEoo and ALexis Ballier 20831 20832commit 83d898848fe3702de2d28b627f11a37aec118694 20833Author: Jean-Baptiste Kempf <jb@videolan.org> 20834Date: Thu Jun 7 22:53:48 2007 +0000 20835 20836 Configure: typo correction on --enable-libtar 20837 20838commit c2cc636a89448401bf25d6bf4738dc8439a35d21 20839Author: Christophe Mutricy <xtophe@videolan.org> 20840Date: Thu Jun 7 22:29:01 2007 +0000 20841 20842 Small fix on the man page 20843 20844commit 005039fa988ab44e371eb6f5011fea37d208efdb 20845Author: Laurent Aimar <fenrir@videolan.org> 20846Date: Thu Jun 7 22:21:55 2007 +0000 20847 20848 Added back pause (timeshift has to accept ACCESS_SET_PAUSE_STATE) 20849 20850commit 9083952e1b8a3e2424f17e44b6f5b4124d842963 20851Author: Christophe Mutricy <xtophe@videolan.org> 20852Date: Thu Jun 7 22:12:20 2007 +0000 20853 20854 VLS is deprecated. Don't refer to it 20855 20856commit 15b7a268bfaf00458dc3e6c1a7733c4f9f0b9197 20857Author: Laurent Aimar <fenrir@videolan.org> 20858Date: Thu Jun 7 21:58:47 2007 +0000 20859 20860 Set VideoWidget minimal size to 16x16 (I'm not sure it is the right thing). 20861 It avoids segfault when resizing to 0x0. 20862 It fixes segfault when VLC is started with a video file. (But I fear 20863 that we have a race condition here because if the same file is played 20864 later, it works) 20865 20866commit 4f7eaeb046a1b825f6680284337ad9f672d77c11 20867Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20868Date: Thu Jun 7 21:33:16 2007 +0000 20869 20870 include/vlc/libvlc_structures.h: Fix build by using vlc_int64_t instead of uint64_t. 20871 20872commit e9b75cf87eb427b0798ce680aa2fbf4e42117e88 20873Author: Laurent Aimar <fenrir@videolan.org> 20874Date: Thu Jun 7 21:30:42 2007 +0000 20875 20876 Do not use dvdnav_get_video_aspect (No idea of its unit but it is not 20877 vlc one, fixed segfault with x11 at least) 20878 20879commit f7f791b9b4dfc047c708c96b0fe590932b22da1a 20880Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20881Date: Thu Jun 7 21:16:30 2007 +0000 20882 20883 Libvlc event: Support for event extra information passing. And register to "time" event rather than "position". 20884 20885commit c9e0e4e1aefb7a65d76d8ffb57a13a1c40dfaabc 20886Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20887Date: Thu Jun 7 20:46:39 2007 +0000 20888 20889 control/event.c: Send position event at a reasonable time precision. 20890 20891commit da48f25fc3096fc90c2eb5d022523ba325caa365 20892Author: Rémi Denis-Courmont <rem@videolan.org> 20893Date: Thu Jun 7 20:16:57 2007 +0000 20894 20895 Revert [20459] and really fix (I hope) 20896 20897commit 7a2a1077bd2946a6037dcd98ccccfdd26d5828a7 20898Author: Laurent Aimar <fenrir@videolan.org> 20899Date: Thu Jun 7 20:10:12 2007 +0000 20900 20901 Fixed IsValidAccess... 20902 20903commit fae9a4cba30d305a297b41cf60261a50e0339309 20904Author: Jean-Baptiste Kempf <jb@videolan.org> 20905Date: Thu Jun 7 18:42:57 2007 +0000 20906 20907 Qt4 - Add files for reparing distchek and tarballs. 20908 20909commit 5cfa9d1c925806f33bd5aee8c15811c31327ef04 20910Author: Rémi Denis-Courmont <rem@videolan.org> 20911Date: Thu Jun 7 17:34:15 2007 +0000 20912 20913 Fix remote format string injection in SDP parser. 20914 (Sometimes there are good things about NOT being on MBONE) 20915 20916commit f2567856feae9ab57f38a51399650e9ab9a47e61 20917Author: Rémi Denis-Courmont <rem@videolan.org> 20918Date: Thu Jun 7 17:32:24 2007 +0000 20919 20920 Format string usage fix. Pretty much the same bug as the vorbis one. 20921 20922commit 9ab64bc41c8fc8ae0019f3322f59e3e0a9d85d95 20923Author: Rémi Denis-Courmont <rem@videolan.org> 20924Date: Thu Jun 7 17:31:45 2007 +0000 20925 20926 Fix comment 20927 20928commit 61d5259ed0c32905e058927c2b7aeb3c594761b5 20929Author: Rémi Denis-Courmont <rem@videolan.org> 20930Date: Thu Jun 7 17:31:26 2007 +0000 20931 20932 Same as previous commit 20933 20934commit 7e501d16ee2d458990cf27ac7d332572c91df856 20935Author: Rémi Denis-Courmont <rem@videolan.org> 20936Date: Thu Jun 7 17:22:05 2007 +0000 20937 20938 - Avoid a bunch of dummy string copy 20939 - Use strdup() instead of asprintf("%s") 20940 - Fix format string (CDDB now owns your CD player) 20941 20942commit 19cc11fe0ed03ab20c1cc13cbc3c1020b574e31f 20943Author: Rémi Denis-Courmont <rem@videolan.org> 20944Date: Thu Jun 7 16:57:54 2007 +0000 20945 20946 Credit 20947 20948commit 21e5b32ec1b3fdddbe73d6523b9c96cdba8c965a 20949Author: Rémi Denis-Courmont <rem@videolan.org> 20950Date: Thu Jun 7 16:53:15 2007 +0000 20951 20952 Sanitize audio format before creating a decoder 20953 20954commit 16db52715f0f5bf0119cbad43223f756dc3fa15a 20955Author: Rémi Denis-Courmont <rem@videolan.org> 20956Date: Thu Jun 7 16:52:32 2007 +0000 20957 20958 Fix use of unitialized variable reported by David Thiel, fix from Christophe Massiot 20959 20960commit bfdb4690d3061b2699cbe4c9a975384f0fed2631 20961Author: Rémi Denis-Courmont <rem@videolan.org> 20962Date: Thu Jun 7 16:43:10 2007 +0000 20963 20964 Store channels counter to a single byte. We can only handle 32 of them anyway 20965 20966commit 3f035aadc331e5b30fa2db29c24462e50e624404 20967Author: Rémi Denis-Courmont <rem@videolan.org> 20968Date: Thu Jun 7 16:39:38 2007 +0000 20969 20970 Fix deadlock 20971 20972commit 47e6dfa48ec84ff167d27d4cf304ef0cb9152e03 20973Author: Rémi Denis-Courmont <rem@videolan.org> 20974Date: Thu Jun 7 16:36:38 2007 +0000 20975 20976 Use unsigned 20977 20978commit b012efbd12a930e50b5d136fc32a1a8a7a428eff 20979Author: Rémi Denis-Courmont <rem@videolan.org> 20980Date: Thu Jun 7 16:31:21 2007 +0000 20981 20982 Use %u instead of %d 20983 20984commit 4e7c3389b939db43afe351f2bc964416e69141af 20985Author: Rémi Denis-Courmont <rem@videolan.org> 20986Date: Thu Jun 7 16:22:41 2007 +0000 20987 20988 Use %u rather than %d for unsigned 20989 20990commit bb3d29ee2d00f5e5be4693edb131f1a0cc8e1d0b 20991Author: Rémi Denis-Courmont <rem@videolan.org> 20992Date: Thu Jun 7 16:08:44 2007 +0000 20993 20994 Memory leak 20995 20996commit ff8e2f89378914ac7530b3edd2f3c4647dc6e9f0 20997Author: Pierre d'Herbemont <pdherbemont@videolan.org> 20998Date: Thu Jun 7 12:34:50 2007 +0000 20999 21000 Libvlc Event: Add support for input event. 21001 21002commit 178365aec76f8be17c319d7485ca96d9959be56a 21003Author: Jean-Paul Saman <jpsaman@videolan.org> 21004Date: Thu Jun 7 11:26:17 2007 +0000 21005 21006 Let text fade away, that looks so much nicer. 21007 21008commit 664e6231a8724472f64186e97c9163cce3d84cd9 21009Author: Jean-Paul Saman <jpsaman@videolan.org> 21010Date: Thu Jun 7 11:25:52 2007 +0000 21011 21012 Remove excess whitelines 21013 21014commit 525538b7c04af81140d450f79696608a4cbc53a6 21015Author: Jean-Baptiste Kempf <jb@videolan.org> 21016Date: Wed Jun 6 21:15:13 2007 +0000 21017 21018 Qt4 - Open Capture: add screen:// 21019 21020commit 0884ede0d4c046ac9dc024e5a7e461b7a13e7ebf 21021Author: Christophe Mutricy <xtophe@videolan.org> 21022Date: Wed Jun 6 21:03:50 2007 +0000 21023 21024 Arabic translation update by Fouzai Bourai 21025 21026commit 09ffa83994759a32ab35b90ad4bade5bf71ccec4 21027Author: Rémi Denis-Courmont <rem@videolan.org> 21028Date: Wed Jun 6 16:40:48 2007 +0000 21029 21030 - Only allow letters, digits and slash in access/demux specification 21031 (fixes problem with most-but-not-all filenames containing a colon) 21032 - Only allow letters as Windows drives 21033 21034commit b88d6d15440ec6cee17f382c6147b8ff04d2051f 21035Author: Rémi Denis-Courmont <rem@videolan.org> 21036Date: Wed Jun 6 15:37:11 2007 +0000 21037 21038 Forgot this file 21039 21040commit 83c846d47f97c8ecde8183a724cf891f1a3d1485 21041Author: Rémi Denis-Courmont <rem@videolan.org> 21042Date: Wed Jun 6 15:37:02 2007 +0000 21043 21044 MMSH connection error handling fix from Alex Antropoff 21045 21046commit 13b97d7c6ef5ab2531aafac4c4128513e1f92edc 21047Author: Jean-Paul Saman <jpsaman@videolan.org> 21048Date: Wed Jun 6 14:57:27 2007 +0000 21049 21050 OSDMenu update time of 0 ms disables the menu, so put in a sane default value. 21051 21052commit 31982bc947c4dd177aec18b96a777f45416e0359 21053Author: Jean-Paul Saman <jpsaman@videolan.org> 21054Date: Wed Jun 6 14:33:46 2007 +0000 21055 21056 Only update the menu when it is visible. 21057 21058commit ad2ce2a15bfcb197bb48f35eb92f726257e2e924 21059Author: Jean-Paul Saman <jpsaman@videolan.org> 21060Date: Wed Jun 6 14:26:49 2007 +0000 21061 21062 Fix update time in variable callback so it uses ms. 21063 21064commit 4b1fd54acfaffe0c6b6cdb88ccaecc2a345a35de 21065Author: Jean-Paul Saman <jpsaman@videolan.org> 21066Date: Wed Jun 6 13:52:31 2007 +0000 21067 21068 OSDMenu improvements 21069 - new style concat to indicate that images should be put in a region list 21070 - user selected alpha value for subpictures 21071 - position, x, y, timeout, update, alpha values are changeable during runtime 21072 - vlc_osd.h: documented new osdmenu style concat 21073 21074 Known issues: 21075 In osdmenu concat mode there is one issue left where two subpicture regions are displayed on top of each other when cycling through the menu. 21076 21077commit e2f3f6cbd61a2ba03139afed34e1f4a55e017b70 21078Author: Dennis van Amerongen <trax@videolan.org> 21079Date: Wed Jun 6 10:13:16 2007 +0000 21080 21081 * modules/video_output/msw/direct3d.c: typo adpater -> adapter 21082 21083commit 46c62accfc36a9e7e8ab4d47984a02374102e416 21084Author: Jean-Paul Saman <jpsaman@videolan.org> 21085Date: Wed Jun 6 09:33:44 2007 +0000 21086 21087 Remove excess whitespace 21088 21089commit 499b9cfb254c8a4000efd402019dc4ae495c6286 21090Author: Jean-Paul Saman <jpsaman@videolan.org> 21091Date: Wed Jun 6 08:34:03 2007 +0000 21092 21093 cleanup 21094 21095commit 4646b8a45d15d6842e42fc488bb1a338ec7a1d27 21096Author: Jean-Baptiste Kempf <jb@videolan.org> 21097Date: Tue Jun 5 22:28:27 2007 +0000 21098 21099 Qt4 - More icons for the menus. 21100 21101commit d2d2d6a2ea9ecc33e4a358d4ce7de3f3e792406c 21102Author: Laurent Aimar <fenrir@videolan.org> 21103Date: Tue Jun 5 22:26:45 2007 +0000 21104 21105 Fixed badly broken sap parser. 21106 21107commit 0124c9a3391e9faf03ba7919004b2cc25635bbeb 21108Author: Christophe Mutricy <xtophe@videolan.org> 21109Date: Tue Jun 5 22:14:58 2007 +0000 21110 21111 Arabic l10n update by Fouzia Bouria 21112 21113commit ce29304981513f3e72d4fcfac9cae237313d08fd 21114Author: Laurent Aimar <fenrir@videolan.org> 21115Date: Tue Jun 5 22:11:32 2007 +0000 21116 21117 Fixed audio RTP stream only (Not sure it is the right way) 21118 Less verbose. 21119 21120commit ae95ba1ed552f3ea3e241d248555c193f7bdd178 21121Author: Christophe Mutricy <xtophe@videolan.org> 21122Date: Tue Jun 5 21:37:38 2007 +0000 21123 21124 sl.po: Slovenian l10n update. 100% translated. thanks to Matej Urbančič 21125 THANKS: Proper credits for arabic l10n 21126 21127commit e754ada819c8bedb5ce598980afab44161a078da 21128Author: Damien Fouilleul <damienf@videolan.org> 21129Date: Tue Jun 5 19:32:39 2007 +0000 21130 21131 - direct3d: re-enabled YUV textures for Vista 21132 21133commit c51f608a426d5731d98e84d4c540d647db2f76cc 21134Author: Laurent Aimar <fenrir@videolan.org> 21135Date: Tue Jun 5 17:25:50 2007 +0000 21136 21137 Fixed uninitialized field (aout_buffer_t.b_discontinuity). 21138 21139commit dba7e3fd680ce649920761a3328577f6dcd1fcc1 21140Author: Jean-Baptiste Kempf <jb@videolan.org> 21141Date: Mon Jun 4 23:19:16 2007 +0000 21142 21143 Qt4 - Forgotten in previous commit. 21144 21145commit 17444fc7b49475f37fe50152f74edc70c76c093d 21146Author: Jean-Baptiste Kempf <jb@videolan.org> 21147Date: Mon Jun 4 23:11:14 2007 +0000 21148 21149 qt4 - menus. Try to add some pictures to have more User-friendly menus. 21150 21151commit 8bc57b36e4a9247b0f8e6e2e310a8c7d234647bf 21152Author: Jean-Baptiste Kempf <jb@videolan.org> 21153Date: Mon Jun 4 22:20:21 2007 +0000 21154 21155 Qt4 - Open Dialog: Capture: small fixes. 21156 21157commit 6808bf9c34e2f7fcddfaecc658af5068722d3f6f 21158Author: Jean-Baptiste Kempf <jb@videolan.org> 21159Date: Mon Jun 4 21:26:47 2007 +0000 21160 21161 Fedora and SuSE specfiles provided by Nicolas Chauvet (livna) and Dominique Leuenberger 21162 21163commit bf48c33dbb564a5ede1581ab9bcb2db9213fba2f 21164Author: Laurent Aimar <fenrir@videolan.org> 21165Date: Mon Jun 4 19:39:55 2007 +0000 21166 21167 Added a b_discontinuity to aout_buffer_t for non-pcm streams. 21168 Set aout_buffer_t.b_discontinuity in mpeg audio packetizer. 21169 Silent first 3 frames on discontinuity in mad decoder. 21170 (close #590) 21171 21172commit 1fc3e360df0a8f4f169f2e258e52a0c98282178c 21173Author: Laurent Aimar <fenrir@videolan.org> 21174Date: Mon Jun 4 19:37:43 2007 +0000 21175 21176 Silent first 3 mpeg audio frames after a discontinuity. (Avoid glitch on seeks/errors) 21177 21178commit 9507195d2f67142cefcf35c78b9a7cfa29c5c587 21179Author: Laurent Aimar <fenrir@videolan.org> 21180Date: Mon Jun 4 19:32:09 2007 +0000 21181 21182 Flac embeded cover support. 21183 21184commit 7b50ba9fb374fd55b97d640e9b6f3f017f0644cf 21185Author: Laurent Aimar <fenrir@videolan.org> 21186Date: Sun Jun 3 22:58:00 2007 +0000 21187 21188 Fixed compilation problem. 21189 21190commit 9d8ceda6aed25ef52d5d2ff5391199fcf84c2572 21191Author: Laurent Aimar <fenrir@videolan.org> 21192Date: Sun Jun 3 22:40:17 2007 +0000 21193 21194 - Added support for embeded cover. Demuxer just need to fill psz_arturl meta 21195 field to "attachment://NAME" where NAME is an attachment filename 21196 (returned by DEMUX_GET_ATTACHMENTS) 21197 - Lock input_item_t every time we access p_meta fields (there is still a problem 21198 as playlist code does not always do so...). 21199 - Do not preparse item we have already played. 21200 - Wait that the current playing item is meta parsed before fetching its cover. 21201 21202commit 054e07f0173e2c584faf51eb2d894e44ce412cfc 21203Author: Laurent Aimar <fenrir@videolan.org> 21204Date: Sun Jun 3 22:30:08 2007 +0000 21205 21206 Fixed small warning. 21207 21208commit 8919d218a73db615dc6c7457b89b7721a62be5bb 21209Author: Laurent Aimar <fenrir@videolan.org> 21210Date: Sun Jun 3 22:19:50 2007 +0000 21211 21212 Fixed vlc_meta_SetXXX macros 21213 Added decoder_GetInputAttachments. 21214 21215commit 1dcd31cc3fbd4a833c386fde4e15841c22fe798a 21216Author: Christophe Mutricy <xtophe@videolan.org> 21217Date: Sun Jun 3 22:00:00 2007 +0000 21218 21219 Add the new QT4 strings 21220 21221commit 5f73c52df6964e4a1178ba176afd7ce83e4513a0 21222Author: Christophe Mutricy <xtophe@videolan.org> 21223Date: Sun Jun 3 21:47:28 2007 +0000 21224 21225 i18n fixes (part 2) 21226 21227commit 27ddf9c62bac54ecd2e8f6533bd1df633758bd9d 21228Author: Laurent Aimar <fenrir@videolan.org> 21229Date: Sun Jun 3 21:17:52 2007 +0000 21230 21231 Partial fix for builtin plugin. 21232 21233commit 0498efe29a45c383b7bc047f0ee3d247d5a6d32c 21234Author: Laurent Aimar <fenrir@videolan.org> 21235Date: Sun Jun 3 20:54:54 2007 +0000 21236 21237 Fixed flac packetizer when compiling with libflac (close #1194 again ;) 21238 21239commit 2a86f3648ddcda1ab6aa37ba87c6d6d9590c8889 21240Author: Christophe Mutricy <xtophe@videolan.org> 21241Date: Sun Jun 3 19:07:47 2007 +0000 21242 21243 Arabic l10n update. 21244 21245commit c67ce44afc1a15760897f39e198b2a59fa061453 21246Author: Jean-Baptiste Kempf <jb@videolan.org> 21247Date: Sun Jun 3 18:05:36 2007 +0000 21248 21249 Qt4 - Stream output. Add WMA as an audio codec. 21250 21251commit d2382e54532fa078b366a3d3df51d4e3f7356420 21252Author: Jean-Baptiste Kempf <jb@videolan.org> 21253Date: Sun Jun 3 01:10:43 2007 +0000 21254 21255 Qt4 - Meta Information, again. Add URI/URL support. Fix a bug. 21256 21257commit 460774aa07c637f6ef7af1cfe2371d759c2bc5ab 21258Author: Jean-Baptiste Kempf <jb@videolan.org> 21259Date: Sun Jun 3 00:46:03 2007 +0000 21260 21261 D-Bus - Implement "Random" Method. Patch from Mirsal ENNAIME, as usual. 21262 21263commit 9fcf0621638218217fc6c3400b29e5094488ee32 21264Author: Jean-Baptiste Kempf <jb@videolan.org> 21265Date: Sat Jun 2 20:27:37 2007 +0000 21266 21267 Qt4 - MediaInfo: spaces cleanup 21268 21269commit 05d264379f32d1f615ba18d3c5262be611538099 21270Author: Jean-Baptiste Kempf <jb@videolan.org> 21271Date: Sat Jun 2 20:18:24 2007 +0000 21272 21273 Qt4 - MediaInfo, move the tabWidget to the Dialog class and remove it from components. 21274 21275commit bad8f53f2b734cdc78f18bef8be1dc1589e5db4c 21276Author: Jean-Baptiste Kempf <jb@videolan.org> 21277Date: Sat Jun 2 19:11:19 2007 +0000 21278 21279 qt4 - Include cleanup. 21280 21281commit aa48a79230f0548ba0786d961c1d9be4aee8929c 21282Author: Jean-Baptiste Kempf <jb@videolan.org> 21283Date: Sat Jun 2 18:24:15 2007 +0000 21284 21285 Qt4 - Space fixes. 21286 21287commit a50b643781ddb4bd0c4864ae7b3fabf5a65413ef 21288Author: Jean-Baptiste Kempf <jb@videolan.org> 21289Date: Sat Jun 2 18:23:40 2007 +0000 21290 21291 qt4 - Dialogs: compile fix and small modifications. 21292 21293commit ca7f6e8f8c448916086e1e9e592cabe5d477cff1 21294Author: Jean-Baptiste Kempf <jb@videolan.org> 21295Date: Sat Jun 2 18:21:27 2007 +0000 21296 21297 Qt4 - Info Panels: Rewrite Meta Data and Dionoea's feature request. (1) 21298 21299commit 298291bb37a79b92ad1fd6502c5006125dcb92c3 21300Author: Damien Fouilleul <damienf@videolan.org> 21301Date: Sat Jun 2 17:17:23 2007 +0000 21302 21303 chroma conversion: a few fixes 21304 21305commit ac8d539647ebec2c944f124fada4f1bb8e856bc7 21306Author: Christophe Mutricy <xtophe@videolan.org> 21307Date: Sat Jun 2 11:42:19 2007 +0000 21308 21309 Compile fix 21310 21311commit 397558d86af159d156b57cc60b773a9bfafdf321 21312Author: Christophe Mutricy <xtophe@videolan.org> 21313Date: Sat Jun 2 00:03:55 2007 +0000 21314 21315 update po files with the Qt4 strings 21316 21317commit 2b452b3ce5b0f96bd0245dab096bf570a51d8810 21318Author: Christophe Mutricy <xtophe@videolan.org> 21319Date: Sat Jun 2 00:02:54 2007 +0000 21320 21321 All: Qt4 intf i18n fix (part 1) 21322 21323commit 2ede4ca791a0521c908d440f30ad80969fc06a9a 21324Author: Christophe Mutricy <xtophe@videolan.org> 21325Date: Fri Jun 1 21:22:22 2007 +0000 21326 21327 Slovakian l10n update by Marián Hikaník 21328 21329commit dd73262c0eeb6b8f758985f2ecb6335995d6aaa5 21330Author: Christophe Mutricy <xtophe@videolan.org> 21331Date: Fri Jun 1 21:22:17 2007 +0000 21332 21333 Arabic l10n by Fbourai 21334 21335commit 6bef12627761efb064d552ab08e5b4e5b39cbe26 21336Author: Pierre d'Herbemont <pdherbemont@videolan.org> 21337Date: Fri Jun 1 20:25:38 2007 +0000 21338 21339 control/core.c: Don't leak the p_instance. 21340 21341commit 593aeb2b2a5d78c502cc3aa1c27d9c65559e6efd 21342Author: Pierre d'Herbemont <pdherbemont@videolan.org> 21343Date: Fri Jun 1 20:23:10 2007 +0000 21344 21345 libvlc event: Make event function thread safe. (And fix a mutex leak) 21346 21347commit 33671b8e44c46a06c8d1b8bd23c7fb667b23d63b 21348Author: Pierre d'Herbemont <pdherbemont@videolan.org> 21349Date: Fri Jun 1 19:22:43 2007 +0000 21350 21351 control/event.c: Use the correct argument for var_DelCallback. 21352 21353commit 4d7792e817feab4d34770738e452d653351ae1e9 21354Author: Pierre d'Herbemont <pdherbemont@videolan.org> 21355Date: Fri Jun 1 19:17:32 2007 +0000 21356 21357 control/event.c: Fix previous commit. 21358 21359commit ef5277d8b0cdc0c5a9fbd84a96f0f9a0862fe621 21360Author: Pierre d'Herbemont <pdherbemont@videolan.org> 21361Date: Fri Jun 1 18:08:20 2007 +0000 21362 21363 control/event.c: Make sure the event won't be listened to. 21364 21365commit 60bd120e06d3399c15f1367bdd02285c1b429d7b 21366Author: Pierre d'Herbemont <pdherbemont@videolan.org> 21367Date: Fri Jun 1 17:36:41 2007 +0000 21368 21369 libvlc event: Fix the various leaks and point indication on where locking should be done. 21370 21371commit 78f85ea06c88689f9c354201ea797f2c1894f14d 21372Author: Pierre d'Herbemont <pdherbemont@videolan.org> 21373Date: Fri Jun 1 17:08:47 2007 +0000 21374 21375 control/event.c: Definition at the top of the function and outline the alloc/free strategy. 21376 21377commit 88e3b3e2e1d946eb94ba4fde7f8a20ef44d8825b 21378Author: Damien Fouilleul <damienf@videolan.org> 21379Date: Fri Jun 1 14:23:25 2007 +0000 21380 21381 chromas converstion: optimize MMX/SSE acceleration even more by leveraging out of order execution, basically avoid CPU stalls by using more registers and by spacing memory fetch and use as much as possible (CPU will run available instructions while waiting for memory fecth to complete) 21382 21383commit be2879d8232e60b386382017839e9649a1cc9c8d 21384Author: Laurent Aimar <fenrir@videolan.org> 21385Date: Thu May 31 21:46:52 2007 +0000 21386 21387 Do not use FIND_ANYWHERE for playlist. 21388 21389commit 1f1de265d9d1b1657a7ef4c5b9250825165402d7 21390Author: Antoine Cellerier <dionoea@videolan.org> 21391Date: Thu May 31 21:26:08 2007 +0000 21392 21393 ignore revision.c. 21394 21395commit 1f6a2d4b1cc7c1a9aef1cfe817f721309f77d8d8 21396Author: Antoine Cellerier <dionoea@videolan.org> 21397Date: Thu May 31 21:18:59 2007 +0000 21398 21399 "[PATCH] audioscrobbler plugin connection check" by Ilkka Ollakka 21400 21401commit d5922336d55f84603630345d54da1724fa0c69e7 21402Author: Laurent Aimar <fenrir@videolan.org> 21403Date: Thu May 31 20:53:46 2007 +0000 21404 21405 Compilation fix. 21406 21407commit 82e1801b17ec4bc103540c699f2fc4d16e652e81 21408Author: Laurent Aimar <fenrir@videolan.org> 21409Date: Thu May 31 20:06:34 2007 +0000 21410 21411 Oops vlc_demux.h (r20365) 21412 21413commit 8bf98016c3d2e541e1c2abdb1d645dc187866832 21414Author: Damien Fouilleul <damienf@videolan.org> 21415Date: Thu May 31 19:50:28 2007 +0000 21416 21417 vlc_demux.h: that one was forgotten in r20365 21418 21419commit a8a47dd1bae256f55201fc70c93b2917af1d6d55 21420Author: Laurent Aimar <fenrir@videolan.org> 21421Date: Thu May 31 19:22:27 2007 +0000 21422 21423 all: added support for demuxer attachment (Patch by Bernie Purcell) 21424 Use decoder_GetInputAttachment to get attachment from a decoder module. 21425 You need to release the memory with vlc_input_attachment_Delete. 21426 Untested... 21427 21428 modules/playlist/* cosmetic. 21429 21430commit 21a5ca243194f2965d4239abb76cb702bd6518f9 21431Author: Jean-Baptiste Kempf <jb@videolan.org> 21432Date: Thu May 31 17:02:40 2007 +0000 21433 21434 Qt4 - Forgotten file in a previous commit ( for the toggleVisible bug in QSystray ) 21435 21436commit bae04ee86f451d93afa221ae95a51d0bb424b634 21437Author: Damien Fouilleul <damienf@videolan.org> 21438Date: Thu May 31 09:56:25 2007 +0000 21439 21440 - video_chroma: added support for IA-32/64 SSE2 accelaration (128 bit vector integer registers), needs LOADS of testing 21441 21442commit 9af412916f0472b37e19194b0c23db9638678d77 21443Author: Jean-Baptiste Kempf <jb@videolan.org> 21444Date: Wed May 30 23:51:00 2007 +0000 21445 21446 Qt4 - SysTrayIcon: change the previous commit after some remarks on IRC and fix the toggle/Show-Hide - bug. 21447 21448commit 26773c4586cf2869de79073572c34868f114c266 21449Author: Jean-Baptiste Kempf <jb@videolan.org> 21450Date: Wed May 30 20:52:38 2007 +0000 21451 21452 Qt4 - Systray menu order adjustement. 21453 21454commit 06bb9077aaf4639134b41234cfb3996f2a711d9b 21455Author: Laurent Aimar <fenrir@videolan.org> 21456Date: Wed May 30 19:39:23 2007 +0000 21457 21458 Ensure that chapter names are utf8 (I failed to find information about 21459 chapter encoding, I fear the worst) 21460 21461commit 6bd540727c8cc58e0f9fbec615c606e381eaabaa 21462Author: Laurent Aimar <fenrir@videolan.org> 21463Date: Wed May 30 19:30:07 2007 +0000 21464 21465 Implemented (close #1194): 21466 - time/duration display 21467 - meta info parsing. 21468 - seek (precise seek if SEEKTABLE presents) 21469 Resampling can still happen but I think it has to do with the 21470 decoder(at least with our ffmpeg wrapper, I haven't tested the 21471 native one). 21472 21473commit b2ef4197fb788dcbc660f904d45782f52fad0ed4 21474Author: Laurent Aimar <fenrir@videolan.org> 21475Date: Wed May 30 19:02:51 2007 +0000 21476 21477 Improve seek precision using ES_OUT_SET_NEXT_DISPLAY_TIME. 21478 (Please report any 'seek' regression) 21479 21480commit a82a50941a9eec5ca487f483c2623eb3a84e367a 21481Author: Laurent Aimar <fenrir@videolan.org> 21482Date: Wed May 30 18:50:15 2007 +0000 21483 21484 video: fixed preroll 21485 audio: use avcodec_decode_audio2 21486 use block_Realloc to pad buffer. 21487 fixed decoding when SplitBuffer is used (flac) 21488 21489commit 7263355f44f9072cca34849fb72edcfdb1a1a74d 21490Author: Laurent Aimar <fenrir@videolan.org> 21491Date: Wed May 30 18:24:41 2007 +0000 21492 21493 Cosmetic. 21494 21495commit 79cb45a41bdeaca63eb5fa2f3c53913ce463c6a5 21496Author: Laurent Aimar <fenrir@videolan.org> 21497Date: Wed May 30 18:01:15 2007 +0000 21498 21499 es_out: do not flush decoder fifo when unwanted (fix broken picture on pause) 21500 do not convert pts/dts of prerolled samples 21501 decoder: fixed ES_OUT_SET_NEXT_DISPLAY_TIME implementation (improved seek) 21502 proper handling of DISCONTINUITY 21503 reset video picture heap on seek/pause/rate change (avoid old 21504 pictures) 21505 Please report any regression. 21506 21507commit ab1b0ebec326fae87388c7904c952e827acffe50 21508Author: Laurent Aimar <fenrir@videolan.org> 21509Date: Wed May 30 17:36:36 2007 +0000 21510 21511 Improved BLOCK_FLAG_DISCONTINUITY|BLOCK_FLAG_CORRUPTED handling in packetizers. 21512 (I do not reset timestamp on purpose, it will at least break demuxer using 21513 packetizer) 21514 21515commit 07ed62b5a83261ca6692ddf18144932981c6e715 21516Author: Jean-Paul Saman <jpsaman@videolan.org> 21517Date: Wed May 30 13:26:57 2007 +0000 21518 21519 Fix memleak. 21520 21521commit c36f6582a09005300a78c70c28f530d1597ff262 21522Author: Jean-Paul Saman <jpsaman@videolan.org> 21523Date: Wed May 30 12:47:26 2007 +0000 21524 21525 Fix memleaks and some cleanup. 21526 21527commit ddada0edf7b6aed7fd082e37d15d24689f0307d9 21528Author: Jean-Paul Saman <jpsaman@videolan.org> 21529Date: Wed May 30 11:17:56 2007 +0000 21530 21531 Small cleanup. 21532 21533commit bfefee70d0deea0e589f50805fc69c8b4c16e675 21534Author: Jean-Paul Saman <jpsaman@videolan.org> 21535Date: Wed May 30 11:17:25 2007 +0000 21536 21537 Remove excess whitespace 21538 21539commit afc8700448964c222ebf8afb16e7138ea8212f7b 21540Author: Jean-Paul Saman <jpsaman@videolan.org> 21541Date: Wed May 30 11:16:25 2007 +0000 21542 21543 Remove dead code. 21544 21545commit 211b483e7eb44ad8c4fe56ca298515d210d9ef71 21546Author: Jean-Baptiste Kempf <jb@videolan.org> 21547Date: Tue May 29 23:25:47 2007 +0000 21548 21549 Dbus Improvements thanks to Mirsal ENNAIME 21550 21551 * Added Loop and Repeat methods in /TrackList 21552 * Added GetMetadata method in /Player 21553 * Fixed "length" metadata item to fit the spec (It should be expressed 21554 in seconds) 21555 21556commit 18ce8f4b3eedd946fc1a0fed2271b0e77b21a585 21557Author: Gildas Bazin <gbazin@videolan.org> 21558Date: Tue May 29 22:53:13 2007 +0000 21559 21560 * modules/access_filter/timeshift.c: a whole bunch of timeshift improvements. 21561 21562commit 998b8002fcad90d70d81f6d1d0dc2ea691db7f0e 21563Author: Jean-Baptiste Kempf <jb@videolan.org> 21564Date: Tue May 29 22:41:09 2007 +0000 21565 21566 Sharpen performance improvement by precalculating some values. Patch by Jérémy DEMEULE, author of the filter. 21567 21568commit b5bca4e9c97746bf74156814a64247988d32f324 21569Author: Gildas Bazin <gbazin@videolan.org> 21570Date: Tue May 29 19:58:05 2007 +0000 21571 21572 * src/input/input.c: don't use input_EsOutDiscontinuity() on pause for now since this isn't properly supported by decoders yet and can thus corrupt the decoded stream. 21573 21574commit 2d2d6180a4df83ec1a311556522aa49760b5f396 21575Author: Laurent Aimar <fenrir@videolan.org> 21576Date: Tue May 29 17:46:16 2007 +0000 21577 21578 Factorize code. 21579 21580commit 1ed7310548582b5b0e36e0a4bc481473ea93ab11 21581Author: Damien Fouilleul <damienf@videolan.org> 21582Date: Tue May 29 10:29:37 2007 +0000 21583 21584 - ffmpeg: fix for frame rate 21585 21586commit 8a967c6c765eae89f075369ff1147dd3cada32fb 21587Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 21588Date: Tue May 29 10:01:36 2007 +0000 21589 21590 python bindings, vlc_position.c: check against invalid origin or key values 21591 21592commit 5d4b052965b669062a42fa905887921c1c07b342 21593Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 21594Date: Tue May 29 09:56:20 2007 +0000 21595 21596 python bindings, vlc_mediacontrol.c: cast the py_param variable 21597 21598commit 417945c1c1523e7eaecfb3fbc922e15131fa1eef 21599Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 21600Date: Tue May 29 09:49:56 2007 +0000 21601 21602 python bindings, vlc_mediacontrol.c: use PyObject_DEL + cache 21603 vlcInstance reference in MediaControl object (patch by Jan David Mol) 21604 21605commit 17ce364a4f9ff9c759bb5b5613350c30646a6970 21606Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 21607Date: Tue May 29 09:48:28 2007 +0000 21608 21609 python bindings, vlc_internal.c: use PyObject_DEL (patch by Jan David Mol) 21610 21611commit ac12ee39c6940a88a935a74d71e230a173e24e7e 21612Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 21613Date: Tue May 29 09:47:10 2007 +0000 21614 21615 python bindings, vlcglue.h: move definition of vlcInstance, add a 21616 vlc_instance pointer to MediaControl object 21617 by Jan David Mol) 21618 21619commit 12e055f6e6c1a79693f1c61739270ebcb1c0a118 21620Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 21621Date: Tue May 29 09:45:21 2007 +0000 21622 21623 python bindings, vlc_instance.c: fix memleak + use PyObject_DEL (patch 21624 by Jan David Mol) 21625 21626commit 11884b884c536d7f6305ff3459f630bb458ebda2 21627Author: Laurent Aimar <fenrir@videolan.org> 21628Date: Mon May 28 20:59:43 2007 +0000 21629 21630 Added strnlen replacement (Untested) 21631 Revert back mp4 r20330 ! 21632 21633commit 11db57b55bf2da16a178b65df57e628ae7470257 21634Author: Felix Paul Kühne <fkuehne@videolan.org> 21635Date: Mon May 28 20:59:00 2007 +0000 21636 21637 * prefer playlist item's meta title over its name, if available. This work-arounds a rare bug: VLC sometimes tends to show a previous item's name instead of the current one. 21638 21639commit 4ee6aa92d66c6221f5818109ef78f0a793534a6d 21640Author: Pierre d'Herbemont <pdherbemont@videolan.org> 21641Date: Mon May 28 18:27:44 2007 +0000 21642 21643 bootstrap: Warn if contrib hasn't been built (on Mac OS X). (good for new comers). 21644 21645commit ce39456cd4a6e82f1e67e248ab7ede8bb6c3cd3c 21646Author: Pierre d'Herbemont <pdherbemont@videolan.org> 21647Date: Mon May 28 18:24:15 2007 +0000 21648 21649 configure.ac: Properly enabled Mac OS X default features. 21650 21651commit 629ee3c1a4e26fd45a31d81a9e944d88ece561e0 21652Author: Jean-Baptiste Kempf <jb@videolan.org> 21653Date: Mon May 28 17:42:05 2007 +0000 21654 21655 Qt4 - Open: accept more than one file. 21656 21657commit e3a71ea47d2d445ef87e0dd8ce9aa2e6a5f5f4da 21658Author: Gildas Bazin <gbazin@videolan.org> 21659Date: Mon May 28 14:56:09 2007 +0000 21660 21661 modules/gui/wxwidgets/*: bunch of fixes. 21662 21663commit abcc92124efc217c4b2c1473cebb9616ad522855 21664Author: Felix Paul Kühne <fkuehne@videolan.org> 21665Date: Mon May 28 11:13:48 2007 +0000 21666 21667 * revert the rewrite of MP4_GETSTRINGZ in the previous commit, as strnlen is a GNU-extension and therefore unavailable on Mac OS X and other platforms. I think this way is easier than writing an own implementation for OSX, but feel free to tell me otherwise. (closes #1213) 21668 21669commit 0e80477b3910dcfbebca4f397b9a59bd2e003ae9 21670Author: Jean-Baptiste Kempf <jb@videolan.org> 21671Date: Mon May 28 06:46:34 2007 +0000 21672 21673 Qt4 - Open: Try to repair Open File. Add the beginning of DirectShow. 21674 21675commit 6b34b9ee3c89708dd39419c4af39ec8600510be0 21676Author: Laurent Aimar <fenrir@videolan.org> 21677Date: Sun May 27 22:18:37 2007 +0000 21678 21679 Do not unset b_seekable on 401 error. 21680 21681commit 3829adf29bab553eb3dbfcd938cdfbee682c7ea9 21682Author: Jean-Baptiste Kempf <jb@videolan.org> 21683Date: Sun May 27 21:06:30 2007 +0000 21684 21685 Qt4 - Open: fix a broken CONNECT, found by Trax. 21686 21687commit a73dc0979460e1641629a12c45c7fe1a4a979485 21688Author: Gildas Bazin <gbazin@videolan.org> 21689Date: Sun May 27 20:27:33 2007 +0000 21690 21691 * modules/gui/wxwidgets/dialogs/playlist.cpp: use the category view by default. 21692 21693commit 26bc39402794f4c89e54c6ada4be8ce3a37d2749 21694Author: Laurent Aimar <fenrir@videolan.org> 21695Date: Sun May 27 17:19:07 2007 +0000 21696 21697 Compilation warning fixes. 21698 21699commit d27ab7811427daa346f6a351d0b75117440aba97 21700Author: Laurent Aimar <fenrir@videolan.org> 21701Date: Sun May 27 16:50:56 2007 +0000 21702 21703 Fixed compilation warnings. 21704 21705commit 462d2be6d74e7c2b3b51565fa8c5955910377f9b 21706Author: Laurent Aimar <fenrir@videolan.org> 21707Date: Sun May 27 16:30:22 2007 +0000 21708 21709 Compilation warnings fixes. 21710 21711commit ee0a06882c138f493e5bd022fd6f303f55081d71 21712Author: Laurent Aimar <fenrir@videolan.org> 21713Date: Sun May 27 16:26:59 2007 +0000 21714 21715 Flush ES before deleting it (improves a bit a few mms/ogg/mp4) 21716 21717commit 1202e3a439d85da989d31b48158653d0cc2f90dd 21718Author: Laurent Aimar <fenrir@videolan.org> 21719Date: Sun May 27 16:18:08 2007 +0000 21720 21721 Implemented GPAC chapter support (but not apple ones). 21722 Fixed a few invalid access on broken files. 21723 Fixed compilation warnings. 21724 21725commit 5cc698908b5718e004a946859474032451b1339a 21726Author: Jean-Baptiste Kempf <jb@videolan.org> 21727Date: Sun May 27 13:00:21 2007 +0000 21728 21729 qt4 - Open: various fixes. 21730 21731commit 737e356076b110be1e8178e9132baf060423d22d 21732Author: Felix Paul Kühne <fkuehne@videolan.org> 21733Date: Sun May 27 12:19:28 2007 +0000 21734 21735 * updated to current live version 21736 21737commit f63aead9dd30b6271988bd10f3ab7e0ac5d6fe1f 21738Author: Jean-Baptiste Kempf <jb@videolan.org> 21739Date: Sat May 26 23:17:14 2007 +0000 21740 21741 Qt4 - BDA: set increment for frequency by 1000. 21742 21743commit a133370a475c74fed09d4e7427c75f60b4a7b7e9 21744Author: Ken Self <kenself@videolan.org> 21745Date: Sat May 26 22:58:01 2007 +0000 21746 21747 bda: fix bandwidth labels 21748 21749commit 729821ec8faf0c7c4633bbeccf07ab706de1d6aa 21750Author: Gildas Bazin <gbazin@videolan.org> 21751Date: Sat May 26 22:28:21 2007 +0000 21752 21753 * modules/gui/wxwidgets/*: fix a bunch of warnings. 21754 21755commit 757962a03add1a6a39a56f9d45970c96e6a2816b 21756Author: Jean-Baptiste Kempf <jb@videolan.org> 21757Date: Sat May 26 22:26:03 2007 +0000 21758 21759 Qt4 - Open Capture Panel and file Panel: Don't build by hand the ComboChoices... 21760 Make it automatic. 21761 21762commit d258537df444e56f38b249597452cb9ab231798d 21763Author: Gildas Bazin <gbazin@videolan.org> 21764Date: Sat May 26 21:53:17 2007 +0000 21765 21766 * configure.ac: allow compilation of wxwidget module with wxwidgets 2.8.x 21767 21768commit 79638a06b7b83b26c9760213b89a0172d33e8408 21769Author: Ken Self <kenself@videolan.org> 21770Date: Sat May 26 17:18:35 2007 +0000 21771 21772 bda qt4 gui: add combobox to select bandwidth on dvb-t 21773 21774commit e98f5605920b5f0e611b4e152800a8f0deac5032 21775Author: Laurent Aimar <fenrir@videolan.org> 21776Date: Fri May 25 19:34:40 2007 +0000 21777 21778 Fixed stream_Block() comment (close #1208) 21779 21780commit d39765525c188b38924d261d10e80565b25ccbba 21781Author: Laurent Aimar <fenrir@videolan.org> 21782Date: Fri May 25 19:25:25 2007 +0000 21783 21784 Fixed possible overflow in duration parsing. 21785 21786commit 7d23abf097233e699e45871cc939593aacb4f177 21787Author: Laurent Aimar <fenrir@videolan.org> 21788Date: Fri May 25 19:21:10 2007 +0000 21789 21790 Fixed input_ItemNewExt* prototype (mtime_t for duration, close #1205) 21791 21792commit 68443863cf6f17c7bf5894e84d3507e243ae8cfc 21793Author: Laurent Aimar <fenrir@videolan.org> 21794Date: Fri May 25 19:18:50 2007 +0000 21795 21796 Compilation warning fix. 21797 21798commit 20ea77298e7e9ee942012ca680bb3618b46c8c73 21799Author: Laurent Aimar <fenrir@videolan.org> 21800Date: Fri May 25 19:18:12 2007 +0000 21801 21802 Compilation warning fix. 21803 21804commit 586988c0210c28393c842bd2851acf824c07fed3 21805Author: Laurent Aimar <fenrir@videolan.org> 21806Date: Fri May 25 19:14:34 2007 +0000 21807 21808 Compilation warning fixes. 21809 21810commit 6d3ce5936ac1416669df68a547be91d3db6c33ad 21811Author: Laurent Aimar <fenrir@videolan.org> 21812Date: Fri May 25 18:37:45 2007 +0000 21813 21814 Added meta parsing (close #624) 21815 21816commit d6cacb46b2c13b651a53286f713fff12bc470503 21817Author: Laurent Aimar <fenrir@videolan.org> 21818Date: Fri May 25 18:21:35 2007 +0000 21819 21820 Implemented GET_TIME/GET_LENGTH/SET_TIME (close #1207) 21821 21822commit 1a6cc4374d87644a379eb4a614f4a66b30129c75 21823Author: Christophe Mutricy <xtophe@videolan.org> 21824Date: Fri May 25 18:01:31 2007 +0000 21825 21826 gui/wx: i18n fixes pointed by Cristi Secara 21827 21828commit fd549c757e6c84b641b1f5ee53c14ae14d49e17a 21829Author: Ken Self <kenself@videolan.org> 21830Date: Fri May 25 17:52:42 2007 +0000 21831 21832 BDA fixes: no dvb-adapter, hide srate for dvb-t, freq always in kHz 21833 21834commit 2991ed6add956e9870ac0714a358235d627cc89e 21835Author: Christophe Mutricy <xtophe@videolan.org> 21836Date: Fri May 25 15:41:59 2007 +0000 21837 21838 Typo 21839 21840commit 7216326574b48eacc69e9d605b9e524d1f89ba29 21841Author: Damien Fouilleul <damienf@videolan.org> 21842Date: Fri May 25 15:12:10 2007 +0000 21843 21844 - qt4: retrict FileDialog changes to win32 21845 21846commit 60b2d721787e7401a971adea3f331d8e1dbeaa40 21847Author: Damien Fouilleul <damienf@videolan.org> 21848Date: Fri May 25 14:49:17 2007 +0000 21849 21850 qt4: improve the layout of files in file open dialog 21851 21852commit 3ea8e8f6125100ed1a51bcc79a86f026bcd380ed 21853Author: Christophe Mutricy <xtophe@videolan.org> 21854Date: Fri May 25 14:12:48 2007 +0000 21855 21856 Romanian l10n by Cristian Secara 21857 21858commit 472d88ba7770dd4bf6f9e0dbaa3637f52a24ab8f 21859Author: Damien Fouilleul <damienf@videolan.org> 21860Date: Thu May 24 21:27:14 2007 +0000 21861 21862 - libmpeg2 codec: uses Y plane pitch rather then picture width as stride, hopefully closes #1184 21863 21864commit bd9935bfe337caa2c83cf0e2eb8f41e7b366772c 21865Author: Christophe Mutricy <xtophe@videolan.org> 21866Date: Wed May 23 23:39:37 2007 +0000 21867 21868 Argh i will manage it one day 21869 21870commit ad83b3b362e08de738c9041766e3556c5d21577f 21871Author: Christophe Mutricy <xtophe@videolan.org> 21872Date: Wed May 23 22:28:19 2007 +0000 21873 21874 Makefile.am: s/version.c/revision.c/ in update-po code 21875 POTFILES.in: Refresh it 21876 21877commit c186bdbebcd01ba36f1dc4d7cd0df35f5763a9ac 21878Author: Jean-Baptiste Kempf <jb@videolan.org> 21879Date: Wed May 23 20:55:16 2007 +0000 21880 21881 qt4 - Capture: Show Srate for DVB-C AND DVB-S 21882 21883commit 20c4b9848ffa12498fb6c727c3be9c505c398ef2 21884Author: Jean-Baptiste Kempf <jb@videolan.org> 21885Date: Wed May 23 17:25:34 2007 +0000 21886 21887 FFmpeg, update description and help. 21888 21889commit adf14f74c254ae39bf2d68f67e1e5d857649b457 21890Author: Jean-Baptiste Kempf <jb@videolan.org> 21891Date: Wed May 23 17:13:12 2007 +0000 21892 21893 Qt4 - Open Capture: Don't limit yourself to 99kHz 21894 21895commit 3d01b088a6b5e017a08ac998bc1977a2853a8367 21896Author: Damien Fouilleul <damienf@videolan.org> 21897Date: Wed May 23 16:09:26 2007 +0000 21898 21899 vout: attach picture heap to temporary picture, so that modules (such as blend) have access to the extra info in heap 21900 21901commit 4149b947afb80966a7bb7c7f82d15373981c0b48 21902Author: Damien Fouilleul <damienf@videolan.org> 21903Date: Wed May 23 14:56:11 2007 +0000 21904 21905 vlc.c: small fix in use of __wgetmainargs 21906 21907commit 4cd4bb9d26b0c6a4569f599bc300d84017cddc61 21908Author: Damien Fouilleul <damienf@videolan.org> 21909Date: Wed May 23 14:48:08 2007 +0000 21910 21911 - win32: retire --fast-mutex and --win-cv-method completely 21912 21913commit 5d57f84d59384a68cfbcdb7eb10075240ee544b0 21914Author: Christophe Mutricy <xtophe@videolan.org> 21915Date: Wed May 23 12:33:44 2007 +0000 21916 21917 Fix make dist 21918 21919commit bf20db6606dfc9e050a1a9153553f8ea7f6fef06 21920Author: Christophe Mutricy <xtophe@videolan.org> 21921Date: Wed May 23 12:33:06 2007 +0000 21922 21923 Don't use gettext on src/modules/builtin.h 21924 21925commit bdc5d2dd9bd08c1022787321bcb305afe5fe4c6d 21926Author: Christophe Mutricy <xtophe@videolan.org> 21927Date: Tue May 22 22:53:50 2007 +0000 21928 21929 * Slovenian l10n update by Matej Urbancic. 21930 * Some files have been renamed -> update POTFILES.in 21931 21932commit 1806d87ec029835c7737700789ad165457530933 21933Author: Jean-Baptiste Kempf <jb@videolan.org> 21934Date: Tue May 22 21:41:01 2007 +0000 21935 21936 Qt4 - when cancel was pressed in the open directory dialog, an empty directory 21937 string was being added to the playlist, which resulted in an error. Patch by Nick Vercammen. 21938 21939commit 3dd763ad9d2581e06cb5122736fda0dd85cbbec1 21940Author: Jean-Baptiste Kempf <jb@videolan.org> 21941Date: Tue May 22 21:38:44 2007 +0000 21942 21943 Qt4 - Preferences: Remove Apply button, and fix a few segfaults with Hannes Domani patches and help 21944 21945commit 198c5782bce33e2b43f224eef4374fde88ae189f 21946Author: Damien Fouilleul <damienf@videolan.org> 21947Date: Tue May 22 21:06:49 2007 +0000 21948 21949 - win32 vouts: fiex potential crash (SIGFPE) if the output window geometry is empty 21950 21951commit 9a1b826cbabff24dfb73235540a901e51f594f4b 21952Author: Damien Fouilleul <damienf@videolan.org> 21953Date: Tue May 22 18:50:11 2007 +0000 21954 21955 - blend.c: fix for BlendRV24, needs testing, dionoea ? 21956 21957commit da36c9fcba0604715c046678662b831231454abc 21958Author: Jean-Baptiste Kempf <jb@videolan.org> 21959Date: Mon May 21 22:49:06 2007 +0000 21960 21961 qt4 - Open Dialog: Resize behaviour should be a bit better, still not optimal, but well :D 21962 21963commit 04e498f6204e61755522e1ab1a0eb4699299d1cf 21964Author: Jean-Baptiste Kempf <jb@videolan.org> 21965Date: Mon May 21 22:31:59 2007 +0000 21966 21967 Qt4 - Open Dialog: Make Slave text open only when needed. Fix a bit the subtitles size when shown. 21968 21969commit 9f9dda51e1f5c5eb4565b883acdcb6955fefc985 21970Author: Jean-Baptiste Kempf <jb@videolan.org> 21971Date: Mon May 21 22:09:44 2007 +0000 21972 21973 Qt4 - Add an advanced option for whiners to have by default the open dialog extended. 21974 21975commit 788d3b65f710cb464210d43fbd78b012ecc51410 21976Author: Antoine Cellerier <dionoea@videolan.org> 21977Date: Mon May 21 21:58:42 2007 +0000 21978 21979 * playlist.c, asx.c: add new --playlist-skip-ads option (default enabled) to skip autodetected ads. Test playlist: "http://www.zoomin.tv/asx/dsp_asxplaylist.cfm?id=251350&pid=lefigaro&quality=2&WMCache=0&iebr=0". Assumption is: if the playlist states that an item shouldn't be skipped or can't be seeked in, then it's an ad. 21980 21981commit 666c5ea213613b231c1c0d4e24e27b4e2c9f59a5 21982Author: Jean-Baptiste Kempf <jb@videolan.org> 21983Date: Mon May 21 21:55:30 2007 +0000 21984 21985 Qt4 - Open Dialog: BDA basic support. 21986 21987commit 889362b53c52e8565b1e76b246f9667139b248ae 21988Author: Antoine Cellerier <dionoea@videolan.org> 21989Date: Mon May 21 20:37:23 2007 +0000 21990 21991 * include/vlc_url.h: vlc_UrlParse(): forbid use of '/' in login or password. Fixes use of URLs like "http://www.lemonde.fr/web/video/0,47-0@2-3210,54-913109@51-891944,0.html". 21992 21993commit df3aadf5035a70292b5582977238ccadd329288c 21994Author: Laurent Aimar <fenrir@videolan.org> 21995Date: Mon May 21 20:28:40 2007 +0000 21996 21997 Implement GET_TIME/LENGTH/POSITION when reading from a dvb device with eit support. 21998 (It has to be improved to get the time from the tdt/tot and not from time()) 21999 22000commit 863b4ffa96f63ee1be9494ba7fd18d86bb055b4a 22001Author: Laurent Aimar <fenrir@videolan.org> 22002Date: Mon May 21 19:15:54 2007 +0000 22003 22004 Reimplemented libvlc_vlm functions (untested) 22005 Not yet implemented: libvlc_vlm_show_media and libvlc_vlm_get_media_title/chapter/seekable. 22006 Is libvlc_vlm_show_media usefull ? 22007 22008commit 93dacf03bffa18dd131065f5271ca9ede6e961f7 22009Author: Damien Fouilleul <damienf@videolan.org> 22010Date: Mon May 21 16:41:45 2007 +0000 22011 22012 - bye, bye "fast-mutex" and "win9x-cv-method" variables 22013 22014commit 3202adfaa6dafa0be71c3e5642dc6f4505f28778 22015Author: Rémi Denis-Courmont <rem@videolan.org> 22016Date: Mon May 21 14:50:52 2007 +0000 22017 22018 No need to use vlc_global here. 22019 22020commit 75477e374bbedb296e595b95473a16967db517f4 22021Author: Yoann Peronneau <yoann@videolan.org> 22022Date: Mon May 21 14:43:48 2007 +0000 22023 22024 * release-howto.txt: mention wiki latest_version template 22025 22026commit dac95333a3e21e0f2fcd623c835bd1b3dec9f2ac 22027Author: Jean-Baptiste Kempf <jb@videolan.org> 22028Date: Sun May 20 21:04:31 2007 +0000 22029 22030 .aclocal should be the last one 22031 22032commit eb2afbaa76f379729ce4136d6475dc6d6f58a1da 22033Author: Antoine Cellerier <dionoea@videolan.org> 22034Date: Sun May 20 20:43:00 2007 +0000 22035 22036 * subtitles.c: case insensitive search for subtitle file extensions. 22037 22038commit c5240c9ae8bf76a18bfdc5fc664caecfd6396362 22039Author: Jean-Baptiste Kempf <jb@videolan.org> 22040Date: Sun May 20 19:14:36 2007 +0000 22041 22042 Qt4 - Open Dialog: Continue Capture tab, and implement the MRL updates. Slots and signals should be ok. Advanced Properties are not done (any volunteer ?), and Win32 are not done either. 22043 22044commit 575366777d080c9ca414626e821e9719ca3f26f9 22045Author: Filippo Carone <littlejohn@videolan.org> 22046Date: Sun May 20 18:00:54 2007 +0000 22047 22048 libvlc events related functions renamed 22049 22050commit 67eea3eda68b8a09c8536c397308e557383a58f3 22051Author: Yoann Peronneau <yoann@videolan.org> 22052Date: Sun May 20 17:58:51 2007 +0000 22053 22054 * xspf.c: initializes identifier to 0 and free pp_tracklist 22055 22056commit 6da67eef971b2c25a1f167d408ca33025ddda105 22057Author: Antoine Cellerier <dionoea@videolan.org> 22058Date: Sun May 20 17:35:54 2007 +0000 22059 22060 * Fix configure.ac 22061 22062commit 7467bc3c5a729ec6d1aa0f4cd79b9103293caa65 22063Author: Filippo Carone <littlejohn@videolan.org> 22064Date: Sun May 20 17:29:55 2007 +0000 22065 22066 callback.c renamed to event.c 22067 22068commit 3cf913ba7f1bdb3d9df6e5ee373321aee9317c19 22069Author: Felix Paul Kühne <fkuehne@videolan.org> 22070Date: Sun May 20 17:28:15 2007 +0000 22071 22072 * made the method names humanally readable, fixed a minor bug and slightly reduced the panel's size 22073 22074commit 07b66252f0d16899fe526d34107f23456e314fb6 22075Author: Filippo Carone <littlejohn@videolan.org> 22076Date: Sun May 20 17:27:44 2007 +0000 22077 22078 static handle_callback 22079 22080commit 971b8d4c550d6b013e61f9ec3497c7cb1fbfb32f 22081Author: Yoann Peronneau <yoann@videolan.org> 22082Date: Sun May 20 17:23:28 2007 +0000 22083 22084 * xspf.c: export item description as <annotation> 22085 22086commit af0e8e14bcf0b5db93175515ec01e4826297a2c2 22087Author: Yoann Peronneau <yoann@videolan.org> 22088Date: Sun May 20 17:13:25 2007 +0000 22089 22090 * xspf.c: add XSPF annotation element as description 22091 22092commit 4fc9bd1964acadd2c5ad6d87f17513dc93d084f1 22093Author: Filippo Carone <littlejohn@videolan.org> 22094Date: Sun May 20 16:59:22 2007 +0000 22095 22096 volumelistener moved to listener package 22097 22098commit be07ad9457b6756f96629b7ad1d3a267ebf2c8d9 22099Author: Filippo Carone <littlejohn@videolan.org> 22100Date: Sun May 20 16:58:44 2007 +0000 22101 22102 Use oldval and newval in libvlc_event_t 22103 22104commit 580e968c0e9cb3f5debe6971639b5de3e4094816 22105Author: Felix Paul Kühne <fkuehne@videolan.org> 22106Date: Sun May 20 16:54:17 2007 +0000 22107 22108 * fixed previous commit 22109 22110commit 9f0e70d2fbef825313b619ee2d49a6651ea9aa43 22111Author: Antoine Cellerier <dionoea@videolan.org> 22112Date: Sun May 20 16:47:14 2007 +0000 22113 22114 * configure.ac: also try lua51 22115 22116commit 124442d8697111292878be0f3a4b13a33d0736ed 22117Author: Felix Paul Kühne <fkuehne@videolan.org> 22118Date: Sun May 20 16:37:58 2007 +0000 22119 22120 * prefer wget over curl 22121 22122commit 5097081b8f6f0b2968500d6b37fc5aeab82cfaab 22123Author: Jean-Baptiste Kempf <jb@videolan.org> 22124Date: Sun May 20 16:23:48 2007 +0000 22125 22126 Qt4 - open dialogs: Capture tab, DVB, PVR and V4L. main design is done. NEeds to be checked by people who actually use that kind of device. 22127 22128commit 340bf4ebd63c4d54c2f3256e13a5c742a260665b 22129Author: Felix Paul Kühne <fkuehne@videolan.org> 22130Date: Sun May 20 16:17:35 2007 +0000 22131 22132 * default enable Interface Interactions 22133 22134commit 411185798d3384d3f5500b15b8be2befab8142aa 22135Author: Pierre d'Herbemont <pdherbemont@videolan.org> 22136Date: Sun May 20 15:36:55 2007 +0000 22137 22138 Mac OS X: Make sure luaplaylist folder is in the distribution. 22139 22140commit 98a7eee379c60c60f068f396a1fb84a31b52a4a2 22141Author: Antoine Cellerier <dionoea@videolan.org> 22142Date: Sun May 20 15:17:54 2007 +0000 22143 22144 * Force cast to vlc_object_t when calling config_GetDataDir. 22145 22146commit 18959e10b702b913c0e9461518d34c4bb160e77b 22147Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 22148Date: Sun May 20 15:08:53 2007 +0000 22149 22150 python bindings: allow to pass values in the vlc.Position constructor: 22151 p = vlc.Position(value=16, origin=vlc.RelativePosition) 22152 Defaults to value=0, origin=AbsolutePosition, key=MediaTime 22153 22154commit f376fdb9df8064ab9904c4a50f9ee44210804423 22155Author: Jean-Baptiste Kempf <jb@videolan.org> 22156Date: Sun May 20 14:47:32 2007 +0000 22157 22158 Add lua to win32 contribs. 22159 22160commit d8180bb27170d1c5be7e1804144f707b0f557b14 22161Author: Antoine Cellerier <dionoea@videolan.org> 22162Date: Sun May 20 14:42:13 2007 +0000 22163 22164 * libvlc.h: hopefully fix a few warnings. 22165 * win32_specific.c, threads.c: fix win32 compilation. 22166 22167commit bfaade681075ec0deee08b00f02a7fbaa08367f1 22168Author: Antoine Cellerier <dionoea@videolan.org> 22169Date: Sun May 20 14:21:07 2007 +0000 22170 22171 * add missing includes (trying to fix compilation errors in buildbot :D) 22172 22173commit 1a0773f8d5c00428e83b35f64e4a785b8a59b13a 22174Author: Filippo Carone <littlejohn@videolan.org> 22175Date: Sun May 20 14:12:57 2007 +0000 22176 22177 the object pointer is null in the handler, so use null here 22178 22179commit fdbde241131ed9dbb7d42e5fd0159e391ab6351a 22180Author: Antoine Cellerier <dionoea@videolan.org> 22181Date: Sun May 20 14:08:44 2007 +0000 22182 22183 * Yet another p_libvlc_global compile fix (BeOS) 22184 22185commit 575b4f3993e8b4aa5e0ac2788e978f07da7c388a 22186Author: Antoine Cellerier <dionoea@videolan.org> 22187Date: Sun May 20 14:04:46 2007 +0000 22188 22189 * Some more fixes (+ don't redefine a function that already existed, reverts part of previous commit). 22190 22191commit 278b0b2aa118af8b6fcc3919764b6fab2eb5eb21 22192Author: Antoine Cellerier <dionoea@videolan.org> 22193Date: Sun May 20 13:54:17 2007 +0000 22194 22195 * Fix non linux compilation round 2. 22196 22197commit 68e40a4e6b01db2721886fd972ea145c43a65e81 22198Author: Antoine Cellerier <dionoea@videolan.org> 22199Date: Sun May 20 13:38:53 2007 +0000 22200 22201 * src/modules/modules.c: hopefully fix compilation for non linux builds. 22202 22203commit 5ed9f9b6a5ccff287f8a1b210abe6992a20e2f2a 22204Author: Antoine Cellerier <dionoea@videolan.org> 22205Date: Sun May 20 13:35:37 2007 +0000 22206 22207 When you cut / paste code from another file, you should also copy / paste the copyright info. 22208 22209commit 0c5a114ac8e0f5bcb610b90bc23af36e5f7879f7 22210Author: Jean-Baptiste Kempf <jb@videolan.org> 22211Date: Sun May 20 11:53:32 2007 +0000 22212 22213 qt4 - playlist_model, check if p_item is not null before using it. Patch from Ilkka Ollakka 22214 22215commit 2e0409a12910ea5ee7a314501b6c11fe9689fe79 22216Author: Rémi Denis-Courmont <rem@videolan.org> 22217Date: Sun May 20 10:03:51 2007 +0000 22218 22219 Hide libvlc_global_data_t from plugins 22220 22221commit c262bd272894498e7a14160437c58aa0d753a587 22222Author: Rémi Denis-Courmont <rem@videolan.org> 22223Date: Sun May 20 08:40:04 2007 +0000 22224 22225 Remove obsolete stuff 22226 22227commit eae01d1be4c043dda0dccea11189e6c19802f811 22228Author: Rémi Denis-Courmont <rem@videolan.org> 22229Date: Sun May 20 08:39:35 2007 +0000 22230 22231 Revert wrongfully commited file 22232 22233commit b5390911cbc2a5f1f791f386d459d7dc5a55fc4b 22234Author: Rémi Denis-Courmont <rem@videolan.org> 22235Date: Sun May 20 08:38:20 2007 +0000 22236 22237 Fix SVN revision handling. 22238 It is by design flawed to have phony built source. 22239 22240commit 8dc109b26259669a7a76a25c7ca2a12827de5d07 22241Author: Rémi Denis-Courmont <rem@videolan.org> 22242Date: Sun May 20 08:12:54 2007 +0000 22243 22244 Fix comment 22245 22246commit 92175f0acbda512198373168e9c8e1ccfb0a170a 22247Author: Antoine Cellerier <dionoea@videolan.org> 22248Date: Sat May 19 23:57:33 2007 +0000 22249 22250 * make update-po 22251 22252commit 53dc00691865e074a5615b34711c8304d1324a19 22253Author: Antoine Cellerier <dionoea@videolan.org> 22254Date: Sat May 19 23:33:56 2007 +0000 22255 22256 * Fix compilation. 22257 22258commit a68b8131807d861bb8a8e3b1dc8fb62074430f21 22259Author: Filippo Carone <littlejohn@videolan.org> 22260Date: Sat May 19 23:30:27 2007 +0000 22261 22262 callback.c added (ops) 22263 22264commit 84e196b94d140f46f5297456d3efae7b08072dc5 22265Author: Christophe Mutricy <xtophe@videolan.org> 22266Date: Sat May 19 23:18:06 2007 +0000 22267 22268 Fix compilation. 22269 22270commit e7adbbfe0499301e30fa5027049baf86afa3ec93 22271Author: Filippo Carone <littlejohn@videolan.org> 22272Date: Sat May 19 23:12:55 2007 +0000 22273 22274 Sample java listener and jni callback functions added 22275 22276commit 12c291f038deb29afafc050b67b81df6786fc2b9 22277Author: Filippo Carone <littlejohn@videolan.org> 22278Date: Sat May 19 23:11:39 2007 +0000 22279 22280 Initial callback support in libvlc + example on how to use in the java bindings 22281 22282commit 6baab07ed0743c12a0e72e61560de031bc5e6fc6 22283Author: Christophe Mutricy <xtophe@videolan.org> 22284Date: Sat May 19 23:00:43 2007 +0000 22285 22286 Fix previous commit 22287 22288commit bff94ff4c875d7d69b71b21ee220045b4a4adfa8 22289Author: Christophe Mutricy <xtophe@videolan.org> 22290Date: Sat May 19 22:46:20 2007 +0000 22291 22292 Lua configuration: Add a test for system with no .pc 22293 Revert [20203] 22294 22295commit 1b3d52831477fdec6a348d696861ca2070578050 22296Author: Christophe Mutricy <xtophe@videolan.org> 22297Date: Sat May 19 22:46:18 2007 +0000 22298 22299 Compile lua. 22300 22301commit a2e881cb7bebc69f01170f7a695c3b0ee036a659 22302Author: Antoine Cellerier <dionoea@videolan.org> 22303Date: Sat May 19 22:24:16 2007 +0000 22304 22305 * deinterlace.c: compile fix by ILEoo. 22306 22307commit c8fc905ff225cddee7623b88244ad8747b697fb0 22308Author: Rémi Denis-Courmont <rem@videolan.org> 22309Date: Sat May 19 22:02:15 2007 +0000 22310 22311 Forgot this file 22312 22313commit 85faf5c580984877c07392b099d1cd4181c11512 22314Author: Rémi Denis-Courmont <rem@videolan.org> 22315Date: Sat May 19 21:44:01 2007 +0000 22316 22317 Same as previous commit 22318 22319commit 7b0773e690a9c1388f4cfbe7c8fa3fa43a76e54c 22320Author: Rémi Denis-Courmont <rem@videolan.org> 22321Date: Sat May 19 21:43:16 2007 +0000 22322 22323 Use a vlc_CPU() wrapper instead of (ab)using libvlc_global 22324 22325commit ce6766b628309d49350ed494fc61e86b11f7acd1 22326Author: Christophe Mutricy <xtophe@videolan.org> 22327Date: Sat May 19 21:36:17 2007 +0000 22328 22329 This has been fixed in VLC's FFMpeg demuxer module in [20188] 22330 22331commit 1ca762a79e32dc04c85b36b03317ca0ab6f6d544 22332Author: Rémi Denis-Courmont <rem@videolan.org> 22333Date: Sat May 19 21:16:54 2007 +0000 22334 22335 Windows compile fix 22336 22337commit cbd55ac4fff860730ff1d61bd77a7c70d7bbf139 22338Author: Jean-Baptiste Kempf <jb@videolan.org> 22339Date: Sat May 19 21:16:09 2007 +0000 22340 22341 Qt4 - Interaction: Password are hidden. 22342 22343commit f69949e5f2afdd43eedc1e9e6d0897e3eab6b155 22344Author: Filippo Carone <littlejohn@videolan.org> 22345Date: Sat May 19 21:14:52 2007 +0000 22346 22347 id svn keyword set 22348 22349commit 5f3d03fbbf20495f88f871776df3e8a1e0b6cebc 22350Author: Rémi Denis-Courmont <rem@videolan.org> 22351Date: Sat May 19 20:57:48 2007 +0000 22352 22353 Use static storage rather than libvlc_global for stuff that is only used in a single file. 22354 22355commit acc91d372a52a64cda5128ed9defa26a654a332c 22356Author: Rémi Denis-Courmont <rem@videolan.org> 22357Date: Sat May 19 20:49:48 2007 +0000 22358 22359 Move OSD and TLS to instance. 22360 22361commit 50ca2acdde0d5dc0af99e8b13256563a1ba86416 22362Author: Rémi Denis-Courmont <rem@videolan.org> 22363Date: Sat May 19 20:31:02 2007 +0000 22364 22365 Make saved-volume variable a per-libvlc instance rather than per-system process variable. 22366 I find the original semantic a bit suspicious, but someone should really double check this commit and revert if needed. 22367 22368commit 9270ed7991e903dd83b5b5645e5a40fcd2a1b9e6 22369Author: Rémi Denis-Courmont <rem@videolan.org> 22370Date: Sat May 19 20:17:45 2007 +0000 22371 22372 Forgot this file 22373 22374commit 9025fab9931ecc35fe247b0a63d0cea166dee88d 22375Author: Rémi Denis-Courmont <rem@videolan.org> 22376Date: Sat May 19 20:03:26 2007 +0000 22377 22378 Use vlc_object_kill(). Needs triple checking. 22379 22380 This also seems to make the pre-existing Qt4 crash more obvious. 22381 22382commit bc387d3ddbcc909b6e874b9dcda690ba0a40cfde 22383Author: Rémi Denis-Courmont <rem@videolan.org> 22384Date: Sat May 19 20:00:54 2007 +0000 22385 22386 Remove unneeded old kludge 22387 22388commit d57b277b4158d1b13e0a42e62cb2608a6b5ef943 22389Author: Rémi Denis-Courmont <rem@videolan.org> 22390Date: Sat May 19 19:50:57 2007 +0000 22391 22392 Do not unload plugins in debug builds. Not sure if this is a good idea though 22393 22394commit aceceed7597be4a535d868ec5ad2b6160b6ab3e6 22395Author: Jean-Baptiste Kempf <jb@videolan.org> 22396Date: Sat May 19 19:17:29 2007 +0000 22397 22398 Contrib; lua for win32. Start of fixing... 22399 22400commit 1be7b76104b8d453b9d41a2c0e95594b8e1728dd 22401Author: Rémi Denis-Courmont <rem@videolan.org> 22402Date: Sat May 19 19:01:49 2007 +0000 22403 22404 Fix line breaks 22405 22406commit 8fd6167afd8a01b05a1564f8e8f807db786d1e8b 22407Author: Rémi Denis-Courmont <rem@videolan.org> 22408Date: Sat May 19 18:56:22 2007 +0000 22409 22410 Following vlc_object_kill(), add vlc_object_dying() 22411 22412commit 3c5ed2fe48048d3047634ca3da2f1d97db70d9f4 22413Author: Filippo Carone <littlejohn@videolan.org> 22414Date: Sat May 19 18:50:52 2007 +0000 22415 22416 free callbacks on libvlc destruction 22417 22418commit 2252bf6341e6a231d8a87d6e7b830625bc3b5204 22419Author: Filippo Carone <littlejohn@videolan.org> 22420Date: Sat May 19 18:27:16 2007 +0000 22421 22422 user data pointer added to callback structure 22423 22424commit ed3c1eb16a1496b6b6ece35dff6c191726ff5a6f 22425Author: Filippo Carone <littlejohn@videolan.org> 22426Date: Sat May 19 18:24:11 2007 +0000 22427 22428 Set callback list to null on instance init 22429 22430commit 3b41ca7d6ed5cb22cfb9695d4d3eacdd20044280 22431Author: Filippo Carone <littlejohn@videolan.org> 22432Date: Sat May 19 18:22:26 2007 +0000 22433 22434 initial structures for libvlc callbacks (code adapted from git pdherbemont_branch) 22435 22436commit dc2c11a1e155cb4a4a5e8bf24e154fa61c030efe 22437Author: Rémi Denis-Courmont <rem@videolan.org> 22438Date: Sat May 19 17:47:15 2007 +0000 22439 22440 - Remove unneeded "." kludge (libvlc is now built from src) 22441 - Remove old NULL kludge 22442 22443commit 7255b4fc0e7ad2cb909c43f7afb4ac67b1d1a248 22444Author: Pierre d'Herbemont <pdherbemont@videolan.org> 22445Date: Sat May 19 16:51:05 2007 +0000 22446 22447 configure.ac: Make sure lua is enabled when --enable-lua is set. 22448 22449commit 872976e5ab214b30be721e3ac1a98998839bb40d 22450Author: Ken Self <kenself@videolan.org> 22451Date: Sat May 19 16:22:27 2007 +0000 22452 22453 More BDA DVB-S and DVB-T parameters bring it closer to the linux version 22454 22455commit 147305c660b2d8145cfc557fb483b38102f0cb6f 22456Author: Jean-Paul Saman <jpsaman@videolan.org> 22457Date: Sat May 19 15:39:08 2007 +0000 22458 22459 Restored Makefile.am and added a test for cross-compiling in configure.ac. The LIBGCRYPT macro didn't test for the cross-compile situation. 22460 22461commit 52cc3eab2c2185b69326cff217be6430529ec07d 22462Author: Antoine Cellerier <dionoea@videolan.org> 22463Date: Sat May 19 15:37:06 2007 +0000 22464 22465 * youtube_homepage.lua: get the stream's duration. 22466 22467commit 6323eda24ff67c5bb8deed7bce61946420b3b166 22468Author: Antoine Cellerier <dionoea@videolan.org> 22469Date: Sat May 19 15:09:08 2007 +0000 22470 22471 * luaplaylist.c: make sure that the Lua stack is big enough before reading the playlist table. 22472 22473commit a8a66a68b2bb4658d8c02903902ac58693b51634 22474Author: Antoine Cellerier <dionoea@videolan.org> 22475Date: Sat May 19 14:57:16 2007 +0000 22476 22477 * luaplaylist.c, README.txt: add .duration option for playlist items. Should now be possible to rewrite our m3u parser entirely in Lua :D 22478 * m3u.c: indentation fix. 22479 22480commit ba62457ababe039d36b649da8f01aea232a42fcf 22481Author: Pierre d'Herbemont <pdherbemont@videolan.org> 22482Date: Sat May 19 14:34:22 2007 +0000 22483 22484 extras/contrib/bootstrap: Use space to ident rather than tabs. 22485 22486commit b2cb8c3e5aa691a559c8e813d22da0a9c0dfe969 22487Author: Pierre d'Herbemont <pdherbemont@videolan.org> 22488Date: Sat May 19 14:33:16 2007 +0000 22489 22490 Contrib: Include lua as a contrib lib. (Please review for your arch). 22491 22492commit add15152eba4d034ccdb181b23362859df545fa9 22493Author: Antoine Cellerier <dionoea@videolan.org> 22494Date: Sat May 19 14:28:16 2007 +0000 22495 22496 * luaplaylist.c, README.txt: add support for VLC options. 22497 * *.lua: misc fixes. 22498 22499commit 93d0208e961e2bcea0259158a34614004d4d2074 22500Author: Antoine Cellerier <dionoea@videolan.org> 22501Date: Sat May 19 14:25:45 2007 +0000 22502 22503 * m3u.c: remove unneeded comment. ppsz_options is freed a few lines down. 22504 22505commit e3578584a02cd72dedf1e63b76efb8309bf621c7 22506Author: Rémi Denis-Courmont <rem@videolan.org> 22507Date: Sat May 19 13:02:46 2007 +0000 22508 22509 Missing const 22510 22511commit 41697f25906bb631d5689a7cbb9053d597485d34 22512Author: Antoine Cellerier <dionoea@videolan.org> 22513Date: Sat May 19 00:49:30 2007 +0000 22514 22515 * share/luaplaylist/youtube_homepage.lua: New lua parser script to open youtube home/browse pages. This demos the ability to return more than one item in lua playlist scripts. 22516 22517commit 5f018616efa69287d92c9452132c3f5aeb699e6f 22518Author: Christophe Mutricy <xtophe@videolan.org> 22519Date: Sat May 19 00:35:48 2007 +0000 22520 22521 oups, better put the prototype before using the function 22522 22523commit bca8455cdbc74f63fd7b512da782de4e0c9b4d52 22524Author: Antoine Cellerier <dionoea@videolan.org> 22525Date: Sat May 19 00:34:34 2007 +0000 22526 22527 * ffmpeg/demux.c: update copyright date. 22528 22529commit f74cd220dc0c76e29ba990e2d1bba3ffb7ce4f06 22530Author: Antoine Cellerier <dionoea@videolan.org> 22531Date: Sat May 19 00:28:51 2007 +0000 22532 22533 * ffmpeg/demux.c: Don't change an ffmpeg demux's .flags member permanently. Fixes the "ffmpeg demuxer can't be used more that once" bug with libavformat revisions newer than 7589 (included). 22534 22535commit 468adb250bde2b010fa20e24a565d4ff58fe35a5 22536Author: Christophe Mutricy <xtophe@videolan.org> 22537Date: Sat May 19 00:15:12 2007 +0000 22538 22539 vlc_url.h: Username and password passed in the URL can contain encoded @ : and /. So decode them. 22540 22541commit 02dc669fa54759b3b2ddc4d522bc73af748379b3 22542Author: Antoine Cellerier <dionoea@videolan.org> 22543Date: Fri May 18 23:24:32 2007 +0000 22544 22545 * ffmpeg/video_filter.c: remove a bunch of trailing spaces. 22546 22547commit 0b139d492d8a46ef85f532395fb869a868ba89e4 22548Author: Antoine Cellerier <dionoea@videolan.org> 22549Date: Fri May 18 22:20:19 2007 +0000 22550 22551 * luaplaylist.c: Look for Lua scripts in the user's CONFIG_DIR"/luaplaylist" directory too. (+ fix probable compilation errors on WIN32, APPLE and BEOS) 22552 22553commit 79f9e3f4c710050bf3b17a1783a70629e768acce 22554Author: Antoine Cellerier <dionoea@videolan.org> 22555Date: Fri May 18 21:49:59 2007 +0000 22556 22557 * include/main.h: remove trailing spaces. 22558 22559commit 5cf88ad8278628c299db8afcae3c1bff922b64b8 22560Author: Pierre d'Herbemont <pdherbemont@videolan.org> 22561Date: Fri May 18 18:41:13 2007 +0000 22562 22563 Contrib: Make sure curl follow "Location:". (Fix Mac OS X Nightlies) 22564 22565commit aaa92c22917f17a1ce1bb3a57774d4a0cb67ae61 22566Author: Damien Fouilleul <damienf@videolan.org> 22567Date: Fri May 18 18:06:18 2007 +0000 22568 22569 vlc.h: move VLC_PUBLIC_API definition when building libvlc to vlc_common.h 22570 22571commit 51d87be839cd5b4a163c98f0273d8e2436396815 22572Author: Jean-Baptiste Kempf <jb@videolan.org> 22573Date: Fri May 18 17:38:15 2007 +0000 22574 22575 Qt4 - MediaKeys support, patch by Ilkka Ollakka 22576 22577commit cd2892e8bb931da59e039f47a6839f8cc13c5636 22578Author: Antoine Cellerier <dionoea@videolan.org> 22579Date: Fri May 18 15:01:05 2007 +0000 22580 22581 * src/text/strings.c: Add a lot of entities to the resolve_xml_special_chars function. 22582 22583commit 63fb2db1e9f106ffa46ddb46a425b4a07e663c84 22584Author: Antoine Cellerier <dionoea@videolan.org> 22585Date: Fri May 18 14:22:15 2007 +0000 22586 22587 * luaplaylist/README.txt: propset svn:keywords Id 22588 22589commit 86e662cf5572970def4bd743a5f784b7352ffaa0 22590Author: Antoine Cellerier <dionoea@videolan.org> 22591Date: Fri May 18 14:01:38 2007 +0000 22592 22593 * modules/access/http.c: When redirecting, don't include port number in URL if it's using the default port. 22594 22595commit dc3da6a27a36d601c68589b16d99800335f781e1 22596Author: Antoine Cellerier <dionoea@videolan.org> 22597Date: Fri May 18 13:56:22 2007 +0000 22598 22599 * src/input/input.c: Remove the access and demux part from the path string. (Fixes [20059] a bit ... even though it wasn't really broken) 22600 22601commit 83038717767a08f3e2d8cf338ba690c2b974c642 22602Author: Jean-Paul Saman <jpsaman@videolan.org> 22603Date: Fri May 18 12:51:33 2007 +0000 22604 22605 oops me being stupid, forgot this part 22606 22607commit 08ae38fb8c5a501b1bed03a2da9a107687305b8d 22608Author: Jean-Paul Saman <jpsaman@videolan.org> 22609Date: Fri May 18 12:47:54 2007 +0000 22610 22611 Don't build srtp when gcrypt isn't available. 22612 22613commit c67afc836e2013518d735cd9a21c8205ab3c33ad 22614Author: Antoine Cellerier <dionoea@videolan.org> 22615Date: Thu May 17 23:27:38 2007 +0000 22616 22617 * dailymotion.lua: fix. 22618 22619commit ab0198075c070777ceeaf78d0f2f052e8f1213f9 22620Author: Antoine Cellerier <dionoea@videolan.org> 22621Date: Thu May 17 23:03:44 2007 +0000 22622 22623 * luaplaylist.c: initialize p_sys->psz_filename to NULL. 22624 22625commit c1d352b628418b59c2fe90886aa0e650621368e0 22626Author: Antoine Cellerier <dionoea@videolan.org> 22627Date: Thu May 17 22:42:16 2007 +0000 22628 22629 * luaplaylist.c: add vlc.msg_{info,err,warn,dbg}() functions. register the vlc.read() and vlc.readline() for parse() only (so that they can't be used in the probing phase) 22630 * share/luaplaylist/*: move help to README.txt 22631 22632commit 71eeebf79c3d3ad6a3f9f95ae79a1da2f64b3534 22633Author: Antoine Cellerier <dionoea@videolan.org> 22634Date: Thu May 17 21:00:28 2007 +0000 22635 22636 * luaplaylist.c: Change demux2 capability from 0 to 9 22637 * ps.c: Change demux2 capability from 9 to 8 22638 * ty.c: Change demux2 capability from 8 to 6 22639 * playlist/{Modules.am,playlist.c,videoportals.c}: remove video portals C version 22640 22641commit 906a3f2fe8422bc16e987237ffb3cfff3b28dae8 22642Author: Antoine Cellerier <dionoea@videolan.org> 22643Date: Thu May 17 20:46:31 2007 +0000 22644 22645 * googlevideo.lua: add small comment to explain why we're not getting the meta data. 22646 22647commit 1757474f7260e722937b1b78797cf0a0d6d912eb 22648Author: Antoine Cellerier <dionoea@videolan.org> 22649Date: Thu May 17 20:43:15 2007 +0000 22650 22651 * metacafe.lua: Remove "Metacafe -" from name, get description and arturl. 22652 22653commit f3df91852104b4396fb87cd3062a161bd8e20a97 22654Author: Antoine Cellerier <dionoea@videolan.org> 22655Date: Thu May 17 20:34:58 2007 +0000 22656 22657 * youtube.lua: fetch artist and description. 22658 22659commit 98de4f40de137e22e49f0aeece42a5c1b11802dc 22660Author: Antoine Cellerier <dionoea@videolan.org> 22661Date: Thu May 17 20:24:15 2007 +0000 22662 22663 * luaplaylist.c: replace printfs by msg_{Warn,Dbg} 22664 22665commit e61a115315bc6bebb9a4d76f14fde1c8981a257a 22666Author: Antoine Cellerier <dionoea@videolan.org> 22667Date: Thu May 17 20:19:38 2007 +0000 22668 22669 * luaplaylist.c: add support for meta data info. Playlist items now use .path and .name (instead of .url and .title as those are used for meta data). 22670 * luaplaylist/dailymotion.lua: add support for "description" and "arturl" meta data items. 22671 * luaplaylist/*lua: update source to make it work with new playlist conventions. 22672 * luaplaylist/youtube.lua: update help instructions. 22673 22674commit 23804bd355e605be19ec14cdbf38162f7b3580f2 22675Author: Antoine Cellerier <dionoea@videolan.org> 22676Date: Thu May 17 19:49:43 2007 +0000 22677 22678 * asx.c: remove tab 22679 22680commit c22020b7f623ff8d6c6c7ed44cc0f3b2e9e92da6 22681Author: Antoine Cellerier <dionoea@videolan.org> 22682Date: Thu May 17 19:35:03 2007 +0000 22683 22684 * luaplaylist.c: should now look in the appropriate directory if VLC is installed. + add vlc.read() function. 22685 22686commit 875a6faa9e8304c3d4f8f1011e663b58f557c095 22687Author: Rémi Denis-Courmont <rem@videolan.org> 22688Date: Thu May 17 19:16:45 2007 +0000 22689 22690 Undo [20161] 22691 22692commit 7cf7fec3ce581ee6b2d3c312d13b2a15f9ddec5f 22693Author: Rémi Denis-Courmont <rem@videolan.org> 22694Date: Thu May 17 19:15:24 2007 +0000 22695 22696 Fix linking on gcc, breaks everything else 22697 22698commit c2ddff0eb62caab1015fcb84e00714b02710c631 22699Author: Rémi Denis-Courmont <rem@videolan.org> 22700Date: Thu May 17 19:05:56 2007 +0000 22701 22702 remove hidden visibility stuff from libvlc. 22703 It breaks linking, and it is redumdant with libtool export-symbols 22704 22705commit dc884574f797d86b9721295436acc69dcc10ee53 22706Author: Rémi Denis-Courmont <rem@videolan.org> 22707Date: Thu May 17 18:37:44 2007 +0000 22708 22709 Add real SRTP unit test (85% coverage let alone SRTCP) 22710 22711commit 2a0e2bd242f7dc7cda4ee096e58f42d13db9803f 22712Author: Rémi Denis-Courmont <rem@videolan.org> 22713Date: Thu May 17 18:27:25 2007 +0000 22714 22715 Fix hashing when using RFC4711 22716 22717commit 1761128257afdf85afd24a126bf469dcdd490985 22718Author: Antoine Cellerier <dionoea@videolan.org> 22719Date: Thu May 17 17:56:09 2007 +0000 22720 22721 * src/vlc.c: remove tabs. 22722 22723commit 3f3025aa794fbdad01150af9401bcb708263488f 22724Author: Rémi Denis-Courmont <rem@videolan.org> 22725Date: Thu May 17 17:36:59 2007 +0000 22726 22727 Fix incorrect hash size limit 22728 22729commit b0f459734980ed8bc36fd968587c64f77c72aa4b 22730Author: Rémi Denis-Courmont <rem@videolan.org> 22731Date: Thu May 17 17:03:56 2007 +0000 22732 22733 Fix initialization 22734 22735commit 04d05b50633957945de3cbbf955e67cfb5905a65 22736Author: Rémi Denis-Courmont <rem@videolan.org> 22737Date: Thu May 17 16:01:14 2007 +0000 22738 22739 Typo 22740 22741commit 7a07a9bee17678de49e48fc0e2898f09c3ceb3fd 22742Author: Rémi Denis-Courmont <rem@videolan.org> 22743Date: Thu May 17 15:51:34 2007 +0000 22744 22745 Add --enable-coverage 22746 22747 Not cleared for use by IT managers, quality and/or test engineers because of serious hazard of heart attack. 22748 22749commit 1dce84641d3893d9428cf23812f3b072de0f5a31 22750Author: Damien Fouilleul <damienf@videolan.org> 22751Date: Thu May 17 14:21:27 2007 +0000 22752 22753 - direct3d: behave correctly when changing desktop depth on the fly 22754 22755commit 69a41d2994716b7cf2f4e5142b3905585e07f5ce 22756Author: Rémi Denis-Courmont <rem@videolan.org> 22757Date: Thu May 17 13:35:24 2007 +0000 22758 22759 include/vlc/* cannot depend on config.h, hence cannot use HAVE_* macros 22760 22761commit dd3df1a7a924d8fc58c1121fc843dc16ffa5d2a9 22762Author: Jean-Baptiste Kempf <jb@videolan.org> 22763Date: Thu May 17 12:57:10 2007 +0000 22764 22765 Qt4 - Tabs Order. Nick Vercammen's patch on open_network.ui is included. 22766 22767commit fd32b930fa2c94a2d0b19a10be9732a9e524df6d 22768Author: Rémi Denis-Courmont <rem@videolan.org> 22769Date: Thu May 17 10:56:54 2007 +0000 22770 22771 Revert unintended part of [20148] 22772 22773commit 88148cbd02ad19ec15d540f3413f80b7c7a39e6d 22774Author: Rémi Denis-Courmont <rem@videolan.org> 22775Date: Thu May 17 10:53:46 2007 +0000 22776 22777 Fixes 22778 22779commit 620dc72af1b422e046351704db82de886dffc78a 22780Author: Rémi Denis-Courmont <rem@videolan.org> 22781Date: Thu May 17 10:38:01 2007 +0000 22782 22783 - Revert [20137] 22784 - Revert [20138] 22785 - Revert [20139] 22786 22787 Special credits to these commits for: 22788 - breaking the build system, 22789 - crashing VLC on every single 64-bits platform, 22790 - breaking bootstrap with any version of automake that is not the same as the one on Jean-Paul's computer. 22791 22792commit 2a14ed222c1ce7b1c4ba19078628abef9aff5ee3 22793Author: Christophe Mutricy <xtophe@videolan.org> 22794Date: Wed May 16 22:37:49 2007 +0000 22795 22796 Fix i18n building 22797 22798commit 5d8058951fb5a4848d7638701a6a073865437556 22799Author: Ken Self <kenself@videolan.org> 22800Date: Wed May 16 22:00:59 2007 +0000 22801 22802 BDA - additional DVB-S parameters added 22803 22804commit 9b071a166b6aae1968976fc54855af6e31a389d9 22805Author: Christophe Mutricy <xtophe@videolan.org> 22806Date: Wed May 16 21:54:48 2007 +0000 22807 22808 qt4: fix the popup menu updating 22809 22810commit 5b8066fbfb9d205fca8a9b3b42644ba291df2cc8 22811Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 22812Date: Wed May 16 21:35:54 2007 +0000 22813 22814 bindings/python/vlc_instance.c: fix audio_set_volume method, closes #1195 22815 22816commit ee4c83d55cb2d70772374b85d4f56f9be36c1e29 22817Author: Christophe Mutricy <xtophe@videolan.org> 22818Date: Wed May 16 20:22:53 2007 +0000 22819 22820 oups 22821 22822commit 17497a6ea983c23357261f1580e9e6973d5b9670 22823Author: Christophe Mutricy <xtophe@videolan.org> 22824Date: Wed May 16 20:14:09 2007 +0000 22825 22826 Remove some GNUism 22827 22828commit de51c577897ef3a0b004ffcf04b1a1dcfbed4c94 22829Author: Filippo Carone <littlejohn@videolan.org> 22830Date: Wed May 16 19:31:35 2007 +0000 22831 22832 destroy logic cleaned up 22833 22834commit c09b9f61b78e6ecea335dccca234cb3111657283 22835Author: Jean-Baptiste Kempf <jb@videolan.org> 22836Date: Wed May 16 19:09:04 2007 +0000 22837 22838 Should fix another bunch of: (near initialization for `fmt*') warnings. 22839 22840commit e52e46410c9b9c286c6fe2cfdb8a9feb7521ac8f 22841Author: Jean-Paul Saman <jpsaman@videolan.org> 22842Date: Wed May 16 14:56:06 2007 +0000 22843 22844 Fix include: libvlc.h, is in vlc/libvlc.h now. 22845 22846commit fe66192ab8dbce53d14094df053f824e8d88d61e 22847Author: Jean-Paul Saman <jpsaman@videolan.org> 22848Date: Wed May 16 14:52:50 2007 +0000 22849 22850 Don't build libs/srtp when --disable-gnutls is given. 22851 22852commit 235ce9bac9f82488a8d5e31b95c3916282bd1867 22853Author: Jean-Paul Saman <jpsaman@videolan.org> 22854Date: Wed May 16 14:52:02 2007 +0000 22855 22856 Patch config.sub to recognize uclibc system. 22857 22858commit 881f3f8c783b5d5af15f68111540472c143d9898 22859Author: Jean-Paul Saman <jpsaman@videolan.org> 22860Date: Wed May 16 14:51:17 2007 +0000 22861 22862 Cast interface pointer to VLC_OBJECT(). 22863 22864commit 90714e7edb170c8542c0722b9c7054174c67d112 22865Author: Jean-Paul Saman <jpsaman@videolan.org> 22866Date: Wed May 16 14:49:20 2007 +0000 22867 22868 Fix one warning for vlc_iconv() here (4th argument), but 2nd argument also issues a warning. What is more dangerous here is there is pointer arithmic done with psz_stringstart. This needs FIXING. 22869 22870commit baae70f35ac7f4c1cd5459b65339f5d55fae2d96 22871Author: Jean-Paul Saman <jpsaman@videolan.org> 22872Date: Wed May 16 14:30:27 2007 +0000 22873 22874 Correct csa_New() prototype by adding void argument. 22875 22876commit 55b908ef3b3c8c03e6644bce4b4d00c90b16a438 22877Author: Jean-Paul Saman <jpsaman@videolan.org> 22878Date: Wed May 16 14:28:09 2007 +0000 22879 22880 Use proper datatype. 22881 22882commit 123afaae257119da8ae87fbea835cd6fd1c0b926 22883Author: Jean-Paul Saman <jpsaman@videolan.org> 22884Date: Wed May 16 14:26:30 2007 +0000 22885 22886 Remove unused variable pw. 22887 22888commit d745e5ef54c5d1ce4d19fcc07e57016918d30c6b 22889Author: Jean-Paul Saman <jpsaman@videolan.org> 22890Date: Wed May 16 14:21:26 2007 +0000 22891 22892 Renamed function E_(I420_RGB16_dithering) to match prototype E_(I420_RGB16_dither) 22893 22894commit 124454cb20838956ff15e1e5c47bc83beef0ba48 22895Author: Jean-Paul Saman <jpsaman@videolan.org> 22896Date: Wed May 16 14:14:43 2007 +0000 22897 22898 Remove unused variable. 22899 22900commit 94cc428df657035f243f4122b3c4ad1d910b2229 22901Author: Jean-Paul Saman <jpsaman@videolan.org> 22902Date: Wed May 16 14:13:22 2007 +0000 22903 22904 Fix another bunch of: (near initialization for `fmt.i_aspect') warnings. 22905 22906commit b7621186fbef878082c971a9f425491278e3026d 22907Author: Jean-Paul Saman <jpsaman@videolan.org> 22908Date: Wed May 16 14:06:49 2007 +0000 22909 22910 Fix compiler warnings of type "warning: (near initialization for `fmt.i_aspect')" 22911 22912commit f82106aa674d7f2453eb64960ff8402524322a9e 22913Author: Jean-Paul Saman <jpsaman@videolan.org> 22914Date: Wed May 16 13:59:30 2007 +0000 22915 22916 Properly clear the struct, this shuts up another compiler warning. 22917 22918commit ec8576f8223e6585bc5d64b56ffb04f799982b39 22919Author: Jean-Paul Saman <jpsaman@videolan.org> 22920Date: Wed May 16 13:56:15 2007 +0000 22921 22922 Use correct datatype. It will shutup the compiler. 22923 22924commit a91eb3933c25ed5b07d1f41b491ac312c29eb22d 22925Author: Antoine Cellerier <dionoea@videolan.org> 22926Date: Wed May 16 12:18:14 2007 +0000 22927 22928 Fix make distcheck and update po files. 22929 22930commit 221a5bc2d5269a179c6f571e37d78ec266028195 22931Author: Jean-Paul Saman <jpsaman@videolan.org> 22932Date: Wed May 16 11:06:19 2007 +0000 22933 22934 Disable fribidi's primary download site because it is down. Used v.o one. 22935 22936commit 66f47dcdb3b4041f8438f9d3da1039899f76b11b 22937Author: Jean-Paul Saman <jpsaman@videolan.org> 22938Date: Wed May 16 11:05:24 2007 +0000 22939 22940 uclibc support for fribidi 22941 22942commit 4c97998cd638ba8a80c68401dd6a8cb7a09675d6 22943Author: Jean-Paul Saman <jpsaman@videolan.org> 22944Date: Wed May 16 08:45:06 2007 +0000 22945 22946 Embedded system to run vlc 22947 22948commit 5b935e5c76b9fdc353b73dcb47540f03ef15dc22 22949Author: Christophe Mutricy <xtophe@videolan.org> 22950Date: Tue May 15 21:54:26 2007 +0000 22951 22952 Const police 22953 22954commit 3cf4ef1e39a21abced553d6e024bae65e0042454 22955Author: Ken Self <kenself@videolan.org> 22956Date: Tue May 15 20:54:29 2007 +0000 22957 22958 Improved handling of no-signal condition and other errors 22959 22960commit 68d81870dfffc35c2ae608e4bc287c5f32b7d711 22961Author: Pavlov Konstantin <thresh@videolan.org> 22962Date: Tue May 15 15:35:20 2007 +0000 22963 22964 Fix liblua5.1 detection on non-debian system (e.g. mine) that doesn't have lua5.1.pc but do have lua.pc. 22965 Check for lua >= 5.1. 22966 22967commit 70492e6838fbe797cd55d2e07434981790d652f2 22968Author: Antoine Cellerier <dionoea@videolan.org> 22969Date: Tue May 15 15:21:32 2007 +0000 22970 22971 * luaplaylist.c: Looks like stream_ReadLine results needs to be freed. (untested) 22972 22973commit f397fdb667be5a141a4bd79176648ee975f295ea 22974Author: Antoine Cellerier <dionoea@videolan.org> 22975Date: Tue May 15 15:09:40 2007 +0000 22976 22977 * vlc_stream.h: Don't export stream_ReadLine() twice. 22978 22979commit 47b2e56e3babe9f8a4ac16dc29b2fdb01ce61e32 22980Author: Antoine Cellerier <dionoea@videolan.org> 22981Date: Tue May 15 14:49:23 2007 +0000 22982 22983 s/README/README.txt/ 22984 22985commit 99a8123cd1e7898ac1fa0aec85fb2594a762b0b8 22986Author: Antoine Cellerier <dionoea@videolan.org> 22987Date: Mon May 14 22:40:21 2007 +0000 22988 22989 * NEWS: Mention the lua playlist module. 22990 22991commit e4225477339db6f2365e58839f1b136e341432e5 22992Author: Antoine Cellerier <dionoea@videolan.org> 22993Date: Mon May 14 22:37:33 2007 +0000 22994 22995 * metacafe.lua: forgot the title here too. 22996 22997commit 8b00a4b3edad7c8385f0b0bc2bd3cc6c1c483a85 22998Author: Antoine Cellerier <dionoea@videolan.org> 22999Date: Mon May 14 22:32:43 2007 +0000 23000 23001 * dailymotion.lua: woops, forgot to include title fetching in previous version. 23002 23003commit bea5e7ec249798ecb960a5ca947c912b61da7045 23004Author: Antoine Cellerier <dionoea@videolan.org> 23005Date: Mon May 14 22:27:36 2007 +0000 23006 23007 * luaplaylist.c: First usable version of the luaplaylist module 23008 * share/luaplaylist/*: Lua playlist scripts for youtube, daily motion, metacafe and google video 23009 23010 The luaplaylist demux has a score of 0 so you have to use --demux lua,any to enable it. I'll change its score once people report that it works fine. 23011 23012commit 2f04bcf5adf26c3fd59b3d0983ae3af2f544efba 23013Author: Filippo Carone <littlejohn@videolan.org> 23014Date: Mon May 14 19:54:43 2007 +0000 23015 23016 check for beingdestroyed in finalize, thx to Tony Anecito 23017 23018commit 27a70dccb0340bf0d98716ce8d5b4c4dc2dbd8b7 23019Author: Jean-Paul Saman <jpsaman@videolan.org> 23020Date: Mon May 14 15:26:49 2007 +0000 23021 23022 uclibc support for xml2 23023 23024commit 606dd6c7c6bc57814ff55ba18405ddd331dbf022 23025Author: Jean-Paul Saman <jpsaman@videolan.org> 23026Date: Mon May 14 15:19:44 2007 +0000 23027 23028 Add define HAVE_BIGENDIAN to bootstrap and config.mak when compiler is armeb-linux-uclibc. Also add armeb-uclibc support to live555 buildsystem. 23029 23030commit 0b93ad3cec4ae11ddff544dfc7380136adbabceb 23031Author: Christophe Mutricy <xtophe@videolan.org> 23032Date: Mon May 14 15:14:55 2007 +0000 23033 23034 Qt4 systray: Don't put the played item here now that we have a tooltip 23035 23036commit 6a8890a93f8d9541b0b887da314a0d67d8919522 23037Author: Damien Fouilleul <damienf@videolan.org> 23038Date: Mon May 14 14:51:10 2007 +0000 23039 23040 - hotkeys: deprecated 'key-fullscreen' in favor of 'key-toggle-fullscreen' 23041 23042commit b112b6002b0e1532d4a84028e1600ee73fe6efe6 23043Author: Jean-Paul Saman <jpsaman@videolan.org> 23044Date: Mon May 14 14:50:53 2007 +0000 23045 23046 Force ffmpeg to build for cross-compile and bigendian when system is uclibc. 23047 23048commit 1f1fe98faeea19ab5735c76ea79a61a8f13c3d47 23049Author: Jean-Paul Saman <jpsaman@videolan.org> 23050Date: Mon May 14 14:10:09 2007 +0000 23051 23052 Support for uclibc in contrib. 23053 23054commit 9d6f096a15a4e7d1b84d40b0c4e0a7ae65e45fdd 23055Author: Damien Fouilleul <damienf@videolan.org> 23056Date: Mon May 14 13:52:33 2007 +0000 23057 23058 - hotkeys: leave full screenscreen hotkey (defaulted to ESC), patch by Sergey Volk 23059 23060commit 6f0954b727fec5bcea9ac0483900e58fc51e3ddc 23061Author: Christophe Mutricy <xtophe@videolan.org> 23062Date: Mon May 14 12:25:18 2007 +0000 23063 23064 More exact documentation and small fix 23065 23066commit e54cc504833e241107edd85a568338e6c3fbdccf 23067Author: Damien Fouilleul <damienf@videolan.org> 23068Date: Mon May 14 12:23:55 2007 +0000 23069 23070 vout: merged all Microsoft Windows specific vouts under msw directory in order to leverage common event handling 23071 23072commit dde6aaf8b903c6b73e773f44cdbf2a62dd77cdde 23073Author: Jean-Paul Saman <jpsaman@videolan.org> 23074Date: Mon May 14 12:07:35 2007 +0000 23075 23076 Make it possible to force a distro.mak to use. This is helpfull in cross-compile situations to distinquish for a known target. 23077 23078commit 3c7347435618c6359494fae3bdadec46aa7b40a4 23079Author: Antoine Cellerier <dionoea@videolan.org> 23080Date: Mon May 14 11:48:47 2007 +0000 23081 23082 Some more NEWS. 23083 23084commit 1267e63eaa4310a0f0ea56cd4e399a943117b02e 23085Author: Christophe Mutricy <xtophe@videolan.org> 23086Date: Mon May 14 10:55:54 2007 +0000 23087 23088 Fix distcheck 23089 23090commit 902d21b61209abc97d80523c2b4487ed83f41273 23091Author: Christophe Mutricy <xtophe@videolan.org> 23092Date: Sun May 13 22:33:18 2007 +0000 23093 23094 Distribute the lua parser scripts 23095 23096commit 4d3766777ca70752a60215f90d09234f020c0975 23097Author: Antoine Cellerier <dionoea@videolan.org> 23098Date: Sun May 13 21:55:12 2007 +0000 23099 23100 * test.lua: Use spaces instead of tabs in lua code. 23101 23102commit 02474925c7dd60cf9e78ec66466354efb940d33d 23103Author: Antoine Cellerier <dionoea@videolan.org> 23104Date: Sun May 13 21:52:20 2007 +0000 23105 23106 * New Lua based playlist demuxer. Code is far from being finished. It currently implements some url translation stuff similar to what videoportals.c does (in share/luaplaylist/test.lua). To test it, run: ./vlc --demux lua "http://www.youtube.com/watch?v=CPRC4glkvq0" --color -v -I dummy. The idea is to make it possible for users to add their own (text) playlist demuxers (including stuff like the video portals URL translation) without needing to recompile VLC. 23107 23108commit 15249253525a957cd6126f4465127cadad6edd3c 23109Author: Christophe Mutricy <xtophe@videolan.org> 23110Date: Sun May 13 21:23:10 2007 +0000 23111 23112 QT4: implement the open dialog from the playlist 23113 23114commit a2d20f5587dcf13bd99446e64a534dc8b9193f1b 23115Author: Filippo Carone <littlejohn@videolan.org> 23116Date: Sun May 13 20:51:27 2007 +0000 23117 23118 Fix for destroy() method. 23119 23120commit a1e8d3e9dc9d514de295581123c001f6ebb5f1d3 23121Author: Filippo Carone <littlejohn@videolan.org> 23122Date: Sun May 13 19:37:24 2007 +0000 23123 23124 serial version uid added 23125 23126commit 8cd231f505c491b252155093735ed050a462428c 23127Author: Filippo Carone <littlejohn@videolan.org> 23128Date: Sun May 13 19:08:59 2007 +0000 23129 23130 Destroy the jvlc instance when the remove notify method is invoked (avoids some jvm crashes). 23131 23132commit f50eb96c0e827df3e3aeb478ff1afdcd56944a22 23133Author: Christophe Mutricy <xtophe@videolan.org> 23134Date: Sat May 12 22:48:55 2007 +0000 23135 23136 input_manager: Don't send name event all the time 23137 main_interface: update the systray tooltip 23138 23139commit 743e3bef43614f218b97ec802fc5574e2c53ccf2 23140Author: Sigmund Augdal Helberg <sigmunau@videolan.org> 23141Date: Sat May 12 21:01:45 2007 +0000 23142 23143 qt4: Show artist in status bare when applicable 23144 23145commit 4fc4b04cc9f54ae7ceca7279d0bc69b8fb43067a 23146Author: Jean-Baptiste Kempf <jb@videolan.org> 23147Date: Sat May 12 19:42:51 2007 +0000 23148 23149 FFMPEG FOURCC's: add FOURCC for DNxHD and compile fix for different versions. 23150 23151commit 53422c232ed84b35583b0e689aea0a242b0f3f9e 23152Author: Jean-Baptiste Kempf <jb@videolan.org> 23153Date: Sat May 12 19:17:56 2007 +0000 23154 23155 Modules LIST update. 23156 23157commit 2e0eb5c74b941f18521726572abf74bebc8f59bb 23158Author: Pierre d'Herbemont <pdherbemont@videolan.org> 23159Date: Sat May 12 17:57:10 2007 +0000 23160 23161 Mac OS X gui: Prevent a crash when dropping item on the playlist. 23162 23163commit a4b948f06ae10f076aa2776dbf8414151eb07f33 23164Author: Rémi Denis-Courmont <rem@videolan.org> 23165Date: Sat May 12 17:27:37 2007 +0000 23166 23167 Initial JACK audio access-demux from Julien Plissonneau Duquène 23168 23169commit 49cafbcc92c99d70c8203565ca36684ce4d9446a 23170Author: Pierre d'Herbemont <pdherbemont@videolan.org> 23171Date: Sat May 12 17:15:29 2007 +0000 23172 23173 audio_output/output.c: Make sure we are properly locking the fifo lock when appropriate. (please review). 23174 23175commit 03a184cc77afab7853f19b8a72d5ddaa25511875 23176Author: Antoine Cellerier <dionoea@videolan.org> 23177Date: Sat May 12 15:05:34 2007 +0000 23178 23179 * videoportals.c: add title for metacafe vids. 23180 23181commit 778d91931def50c01b8ac787188c89553d4c03e4 23182Author: Jean-Baptiste Kempf <jb@videolan.org> 23183Date: Sat May 12 15:03:57 2007 +0000 23184 23185 Compile fix. Oops(2) 23186 23187commit 25fc392202aa96a6e80c132eaf867aa517b35af6 23188Author: Jean-Baptiste Kempf <jb@videolan.org> 23189Date: Sat May 12 15:01:15 2007 +0000 23190 23191 Small Correction. Oops. 23192 23193commit f2b009c155ed0ed5d69c0985bbd767d2f29baac0 23194Author: Antoine Cellerier <dionoea@videolan.org> 23195Date: Sat May 12 14:57:12 2007 +0000 23196 23197 * videoportals.c: Add title support for dailymotion videos. 23198 23199commit 27f623d2e6b3b52d0bc7a7f1393ee118ddd52c4d 23200Author: Jean-Baptiste Kempf <jb@videolan.org> 23201Date: Sat May 12 14:53:06 2007 +0000 23202 23203 FFMPEG, clean up a bit, add a few more FOURCC's and a few new formats. 23204 23205commit 631b919df36035b605a7cbed79185a639062fb5b 23206Author: Antoine Cellerier <dionoea@videolan.org> 23207Date: Sat May 12 14:23:37 2007 +0000 23208 23209 * videoportals.c: Allow using fullscreen youtube URLs and retreive the video's title when possible (still youtube). 23210 23211commit df305455abba86248a903592b947da93fd758607 23212Author: Jean-Baptiste Kempf <jb@videolan.org> 23213Date: Sat May 12 12:54:02 2007 +0000 23214 23215 FFMPEG's FOURCC: add NUV codec, Cinepak for fallback and add more fourcc for targa, vixl, divx, SP5x and a few more ! 23216 23217commit 4cc424eb2ff22eb5b1004418200f6e5306ee4c46 23218Author: Jean-Baptiste Kempf <jb@videolan.org> 23219Date: Sat May 12 00:15:58 2007 +0000 23220 23221 Correct a mistake in previous commit. 23222 23223commit 917d3bf46cf23d2e25be345bae164649c36d1ebe 23224Author: Jean-Baptiste Kempf <jb@videolan.org> 23225Date: Fri May 11 23:59:19 2007 +0000 23226 23227 FFMPEG FOURCC: commit fix for older FFMPEG versions. 23228 23229commit 77662281561a4c09117d01f2ae10704bd93e2cf9 23230Author: Antoine Cellerier <dionoea@videolan.org> 23231Date: Fri May 11 23:54:47 2007 +0000 23232 23233 Add videoportals stuff to NEWS. 23234 23235commit 6fecc03531ceb53eaacd6e8ec161b746b8a6313e 23236Author: Antoine Cellerier <dionoea@videolan.org> 23237Date: Fri May 11 23:52:50 2007 +0000 23238 23239 videoportals.c: remove debug printf. 23240 23241commit f4e910401bfd73c23eab995c09aa8501691d2a2a 23242Author: Antoine Cellerier <dionoea@videolan.org> 23243Date: Fri May 11 23:51:02 2007 +0000 23244 23245 videoportals.c: Add metacafe URL support. 23246 23247commit 04eab2d9567bbb313e622881da269a6ad0026a54 23248Author: Antoine Cellerier <dionoea@videolan.org> 23249Date: Fri May 11 23:33:58 2007 +0000 23250 23251 videoportals.c: Add support for google video (this sometimes fails ... the gvp vile referencing an empty url). 23252 23253commit 2dc29d7d9351e54d7261b8ed7d994a647402dc93 23254Author: Jean-Baptiste Kempf <jb@videolan.org> 23255Date: Fri May 11 23:25:40 2007 +0000 23256 23257 Qt4 - small changes and factorisations in CONNECTs 23258 23259commit 84dd91cea7003ec3a0809144055e76b8d08074d7 23260Author: Antoine Cellerier <dionoea@videolan.org> 23261Date: Fri May 11 23:19:39 2007 +0000 23262 23263 gvp.c: Fix Google Video Playlist detection code. 23264 23265commit 88d7f4a3998ea615c4864cebb633f458f9968dff 23266Author: Pierre d'Herbemont <pdherbemont@videolan.org> 23267Date: Fri May 11 23:19:34 2007 +0000 23268 23269 http Access: Simplify the re-location code. 23270 23271commit 78cf351830dc47d4a46520d6128f2b874347f02d 23272Author: Christophe Mutricy <xtophe@videolan.org> 23273Date: Fri May 11 23:17:14 2007 +0000 23274 23275 Don't hide the name in the status bar. Oups. 23276 23277commit 5d427733793d8364362792f80a1510da6defd954 23278Author: Jean-Baptiste Kempf <jb@videolan.org> 23279Date: Fri May 11 23:13:51 2007 +0000 23280 23281 Put SGI decoder with the latest version of ffmpeg. 23282 23283commit 6817842bcc24eecfc10d3753fb0e56efa3fe8fd4 23284Author: Antoine Cellerier <dionoea@videolan.org> 23285Date: Fri May 11 23:08:19 2007 +0000 23286 23287 videoportals.c: Add support for Daily Motion URLs (the webpage's url). 23288 23289commit 7e0be9b2ac8a9327dfec8786a1ce73b3fa2bc53d 23290Author: Jean-Baptiste Kempf <jb@videolan.org> 23291Date: Fri May 11 22:46:50 2007 +0000 23292 23293 Add some NEWS. 23294 23295commit 0cc5efc8eae20bd2b9b1d1851dd2356d779821af 23296Author: Jean-Baptiste Kempf <jb@videolan.org> 23297Date: Fri May 11 22:31:09 2007 +0000 23298 23299 Codecs FFMPEG. Add support for DosBox Capture, Worms (Game) Videos, TIFF, SGI ad targa iamges. Tested. 23300 23301commit 404486f903fcae290dc34a34120ac925646e290e 23302Author: Antoine Cellerier <dionoea@videolan.org> 23303Date: Fri May 11 22:27:33 2007 +0000 23304 23305 demux/playlist/: New "video portals" playlist demux. You feed it a url from a popular video portal and it'll display the video. Currently only works with YouTube urls but I plan on adding more. 23306 23307commit 4b9392bbfe312be0b1e1dd1a280ff4c48053c9d6 23308Author: Antoine Cellerier <dionoea@videolan.org> 23309Date: Fri May 11 22:15:45 2007 +0000 23310 23311 input.c: if available, use p_access->psz_path instead of psz_path when calling demux2_New since the access can change the path (ie http redirect). 23312 23313commit 0e071fc073da23df27584aa0e61ffc96102c59dd 23314Author: Antoine Cellerier <dionoea@videolan.org> 23315Date: Fri May 11 22:05:02 2007 +0000 23316 23317 Fix segfault upon redirection (test url: http://www.youtube.com/v/zl6hNj1uOkY). (& blame pdherbemont!) 23318 23319commit 93f6ddfc64b9ae2e966be178b641a95880786769 23320Author: Jean-Baptiste Kempf <jb@videolan.org> 23321Date: Fri May 11 21:58:10 2007 +0000 23322 23323 FFMPEG: activate WMVA since it seems to work (tested with three different files) 23324 23325commit 5c76eac0f172078c4775dc52bd3f71d37d461d80 23326Author: Jean-Baptiste Kempf <jb@videolan.org> 23327Date: Fri May 11 21:50:03 2007 +0000 23328 23329 ffmpeg's FOURCC: add new FOURCCs to H264, add TM20, CSCD, JPEG_LS decoders. 23330 23331commit d04ac2108772d75ddd66e4c7f3f0b4c250ef0750 23332Author: Jean-Baptiste Kempf <jb@videolan.org> 23333Date: Fri May 11 20:02:34 2007 +0000 23334 23335 FFMPEG - More H.263 and H.263+ FOURCC (tested too, except ILVR) 23336 23337commit 58afa67ff10853d11b4e1b345952b48a629243e1 23338Author: Jean-Baptiste Kempf <jb@videolan.org> 23339Date: Fri May 11 19:46:25 2007 +0000 23340 23341 FFMPEG, MPEG-4 FOURCCs... I hope I did not forget too many of them :D 23342 23343commit 9375a0d8d125a644a5c2dcff25f00a254f89ef8e 23344Author: Pierre d'Herbemont <pdherbemont@videolan.org> 23345Date: Fri May 11 19:19:11 2007 +0000 23346 23347 Mac OS X gui: Make sure maximized window respect Mac OS X Dock area. (Fix #1190) 23348 23349commit 2b602203534044513b7ba707b326c84a4e2e227d 23350Author: Jean-Baptiste Kempf <jb@videolan.org> 23351Date: Fri May 11 19:19:11 2007 +0000 23352 23353 Ffmpeg FOURCC: Mjpeg (notably support for AVID MJPEG) 23354 23355commit 07ff3bd710cd4599e91705fd061e9d4ba2507d60 23356Author: Jean-Baptiste Kempf <jb@videolan.org> 23357Date: Fri May 11 18:19:43 2007 +0000 23358 23359 Add a few other bunch of FOURCCs (not all tested). Documentation from avformat/riff.c avformat/isom.c, fourcc.org, http://abcavi.kibi.ru/fourcc.php and multimedia.cx. If this is stupid, revert and tell me. 23360 23361commit fee55b8851df2a0df0fa5eaa93c2988935ab0fba 23362Author: Pierre d'Herbemont <pdherbemont@videolan.org> 23363Date: Fri May 11 09:11:36 2007 +0000 23364 23365 Mac OS X gui: Make sure we don't see a ghost window in expose. 23366 23367commit 476a2664dab32315f71649d517ad61e7a748b62f 23368Author: Jean-Baptiste Kempf <jb@videolan.org> 23369Date: Fri May 11 00:18:38 2007 +0000 23370 23371 Add a bunch of not so used FOURCC to ffmpeg.c. Should I add them somewhere else too ? 23372 23373commit 7edb96d25dd3fefc31822ee10f6bef5935aefe18 23374Author: Jean-Baptiste Kempf <jb@videolan.org> 23375Date: Thu May 10 23:25:17 2007 +0000 23376 23377 Qt4 - Open Network Dialog: add https to the list and checks. 23378 23379commit 32d031841ffc1a9885c0a67852de4d525212bdc8 23380Author: Jean-Baptiste Kempf <jb@videolan.org> 23381Date: Thu May 10 23:14:05 2007 +0000 23382 23383 Qt4 - Open Disc Dialog: add a "E" for VCD entry as there is on wx. Is this right ? 23384 23385commit 7b4315f4183fbe01ec5b84bd3409ad957a903fad 23386Author: Jean-Baptiste Kempf <jb@videolan.org> 23387Date: Thu May 10 23:10:55 2007 +0000 23388 23389 Qt4 - Open Disc Dialog, finish the disc/track-sub/audio handling. Hide, rename, show correctly the buttons. Some other ui fixes. 23390 23391commit ba517150af25290eae81667673771fe181388b9d 23392Author: Christophe Mutricy <xtophe@videolan.org> 23393Date: Thu May 10 22:52:19 2007 +0000 23394 23395 qt4: Make the name in the title an option 23396 23397commit 9ea10544817eebc69df738b7206ee8d6992c1bc6 23398Author: Christophe Mutricy <xtophe@videolan.org> 23399Date: Thu May 10 19:53:46 2007 +0000 23400 23401 Default more cleanly on moc and uic 23402 23403commit a0bc0a695270a70db5f8981b2c14b9f9ceae1ecf 23404Author: Jean-Baptiste Kempf <jb@videolan.org> 23405Date: Thu May 10 18:00:12 2007 +0000 23406 23407 Qt4 Detection: Use uic-qt4 and moc-qt4 if disponible. Will help ppl that have qt3 and qt4 installed to build VLC. 23408 23409commit f0dc54ba5d8a5219692b5fac17fe26a4eb11eadd 23410Author: Pierre d'Herbemont <pdherbemont@videolan.org> 23411Date: Thu May 10 12:24:23 2007 +0000 23412 23413 Mac OS X gui: Fix a crash when waking up from sleep. 23414 23415commit 02c82b36dc009c3cb2c09058ae73c40d4a1485a0 23416Author: Christophe Mutricy <xtophe@videolan.org> 23417Date: Wed May 9 22:49:10 2007 +0000 23418 23419 Fix crash in MKV demuxer. Patch courtesy of Harry Sintonen. Fix #1006 23420 23421commit a6916de10111532d61ecee3a23dff3579e263292 23422Author: Christophe Mutricy <xtophe@videolan.org> 23423Date: Wed May 9 22:10:25 2007 +0000 23424 23425 Slovenian l10n by MAteh Urbancic 23426 23427commit bdf0ff328e00e476247d4984a93a8f91c2d59018 23428Author: Christophe Mutricy <xtophe@videolan.org> 23429Date: Wed May 9 22:10:21 2007 +0000 23430 23431 Update the pot file 23432 23433commit 0f2050042304223fc2374e381599c8e9947b6891 23434Author: Antoine Cellerier <dionoea@videolan.org> 23435Date: Wed May 9 20:20:52 2007 +0000 23436 23437 * rss.c: Test fix for a bug i can't reproduce (most likely due to a missing 0 at the end of string). See http://forum.videolan.org/viewtopic.php?p=112026#112026 for details. 23438 23439commit 3ed4adba10fdcd666e4bc75ceb4202672a5fd14d 23440Author: Ken Self <kenself@videolan.org> 23441Date: Wed May 9 19:43:05 2007 +0000 23442 23443 Fix choppy audio on live play - caching enabled properly 23444 Discard samples before demux is ready 23445 Timeout if no samples received 23446 Header file tidy up 23447 23448commit f9c2070c907bfabd9498090774075de8a2b739ea 23449Author: Ken Self <kenself@videolan.org> 23450Date: Wed May 9 19:40:09 2007 +0000 23451 23452 Header file tidy-up - get guids from libstrmiids 23453 23454commit e3b4a2c7fad771e31d33650ca887ee907fb9e780 23455Author: Rémi Denis-Courmont <rem@videolan.org> 23456Date: Wed May 9 18:48:21 2007 +0000 23457 23458 HW Pixel Doubling and Backlight-on for Maemo devices 23459 Patch courtesy of Tapio Hiltunen, Technical Research Center of Finland 23460 23461commit b4c9724a3f5a74a734afb717aab8040407603b2e 23462Author: Felix Paul Kühne <fkuehne@videolan.org> 23463Date: Wed May 9 17:33:21 2007 +0000 23464 23465 * removed some dead code and corrected some minor stuff from the previous commits. Thanks for the fixes, Pierre! 23466 23467commit b216a62378516032d127c5a0e1da8703c2b69732 23468Author: Damien Fouilleul <damienf@videolan.org> 23469Date: Wed May 9 16:11:33 2007 +0000 23470 23471 - Qt4: remember last directory browsed in file dialog 23472 23473commit d4c99c425954a7a79f6fdc233f9fea5d0dab92ad 23474Author: Pierre d'Herbemont <pdherbemont@videolan.org> 23475Date: Tue May 8 18:50:40 2007 +0000 23476 23477 Mac OS X gui: Fix tabs. 23478 23479commit 85c5cbfddbb0147c1c311440a0edbca08b9b4414 23480Author: Pierre d'Herbemont <pdherbemont@videolan.org> 23481Date: Tue May 8 18:44:31 2007 +0000 23482 23483 Mac OS X gui: Fix tabs. 23484 23485commit e557d8c0d9fdc3ceb2992a84cd0e875c4ba388e3 23486Author: Antoine Cellerier <dionoea@videolan.org> 23487Date: Tue May 8 18:20:28 2007 +0000 23488 23489 Add a hotkey to toggle wallpaper mode. Currently only works for directx of course :) 23490 23491commit 6d032d9e5b01c12d4edc5e2e241e17117973f7c3 23492Author: Antoine Cellerier <dionoea@videolan.org> 23493Date: Tue May 8 18:03:16 2007 +0000 23494 23495 Tab and trailing space police. 23496 23497commit f4833f08645b971257a7b9f8b239959ff4cf7ad7 23498Author: Damien Fouilleul <damienf@videolan.org> 23499Date: Tue May 8 15:39:36 2007 +0000 23500 23501 - directx: commit patch by Sergey Volk 23502 23503commit 9c609bd9fcaf0820c323a856dab692e2639125f1 23504Author: Pierre d'Herbemont <pdherbemont@videolan.org> 23505Date: Tue May 8 13:51:35 2007 +0000 23506 23507 Mac OS X gui: Fix logo appearance. 23508 23509commit b479244a91f8b462be0984a13f63647dcf926135 23510Author: Pierre d'Herbemont <pdherbemont@videolan.org> 23511Date: Tue May 8 13:35:38 2007 +0000 23512 23513 Mac OS X gui: Protect against NULL string, and fix filter window crash. 23514 23515commit 39e14fc7656f3f4495f14b44dcb10c23ed557364 23516Author: Pierre d'Herbemont <pdherbemont@videolan.org> 23517Date: Tue May 8 11:25:39 2007 +0000 23518 23519 Mac OS X gui: Send mouse wheel left/right event to vlc. This is a bit hackish and need some tuning. 23520 23521commit fc4af29c6ecff6c02bbddc8f4b4d327d0df1c290 23522Author: Pierre d'Herbemont <pdherbemont@videolan.org> 23523Date: Tue May 8 11:23:47 2007 +0000 23524 23525 Hotkeys: Enable mouse wheel up/down and left/right usage. (mapped respectivly to volume up/down, and position forward/backward). This commit needs review. 23526 23527commit 62f24677c121cd47565c77b0178edbf20b507cf7 23528Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 23529Date: Mon May 7 13:28:49 2007 +0000 23530 23531 python bindings: use mediacontrol_StreamInformation__free + fix 23532 memleak in MediaControl_snapshot 23533 23534commit a5623bf38f145b4f0fcacf56b2de90dccef5aa59 23535Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 23536Date: Mon May 7 13:22:03 2007 +0000 23537 23538 mediacontrol API: implement mediacontrol_StreamInformation__free in the public API. 23539 23540commit 299c9ec6e82fb299bedad33690ab18e443a7a515 23541Author: Antoine Cellerier <dionoea@videolan.org> 23542Date: Fri May 4 21:49:09 2007 +0000 23543 23544 Add news about proxy support for MMSH streams (please add these kind of news when you commit the features!) 23545 23546commit 2149506c942876bb56cadc9448c64b2c558b6bd5 23547Author: Antoine Cellerier <dionoea@videolan.org> 23548Date: Fri May 4 21:48:04 2007 +0000 23549 23550 * mmsh.c: Try using the http-proxy config option if mmsh-proxy wasn't set (Untested). 23551 23552commit d849f0bc4be00adb17f707751dbe9b27158e09c6 23553Author: Antoine Cellerier <dionoea@videolan.org> 23554Date: Fri May 4 21:40:05 2007 +0000 23555 23556 "[PATCH] add play <url> ability to vlm" by Ilkka Ollakka 23557 23558commit 39df335044bacc905f61b48ddfa7a5edca3c0d14 23559Author: Antoine Cellerier <dionoea@videolan.org> 23560Date: Fri May 4 21:35:50 2007 +0000 23561 23562 "[PATCH] show input index-number in vlm show" by Ilkka Ollakka 23563 23564commit 970109d8ce8bb2027510168cd39c01610b2f42bd 23565Author: Damien Fouilleul <damienf@videolan.org> 23566Date: Fri May 4 20:05:20 2007 +0000 23567 23568 - wxwidgets: slider tweaks completed, needs testing 23569 23570commit 263c385cdbdb7b8ddaa7e4b07634252a142c1ada 23571Author: Christophe Mutricy <xtophe@videolan.org> 23572Date: Fri May 4 19:21:48 2007 +0000 23573 23574 Persian localisation by Meelad Zakaria and Farzaneh Sarafraz 23575 23576commit 78725911f3e804da241e95e86c4fe54ccf1613db 23577Author: Damien Fouilleul <damienf@videolan.org> 23578Date: Fri May 4 17:57:30 2007 +0000 23579 23580 - wxwidgets: for win32, patch movie wxSlider underlying control behaviour so that jumps are replaced by abosolute seeks, need a few more tweaks 23581 23582commit 53aab25130560e9c218a85400a10c340f02ae086 23583Author: Pierre d'Herbemont <pdherbemont@videolan.org> 23584Date: Fri May 4 13:29:15 2007 +0000 23585 23586 Mac OS X gui: Quick Preferences fix. 23587 23588commit 2cc6ce41ba3de14cede75cf6503e071ac9138d27 23589Author: Felix Paul Kühne <fkuehne@videolan.org> 23590Date: Fri May 4 07:20:21 2007 +0000 23591 23592 * don't use emacs when compiling gettext on non-win32 platforms. This fixes the compilation on future darwin releases. 23593 23594commit cd669541605016f517b01899d0c02e4bc4dada06 23595Author: Jean-Baptiste Kempf <jb@videolan.org> 23596Date: Fri May 4 00:04:11 2007 +0000 23597 23598 qt4 - Systray: - Repair the hide-and-never-show-back bug, 23599 - Repair the quit-VLC-but-let-the-menu W32 bug, 23600 - add an option to start VLC minimized. 23601 23602commit 12dcce3f4c95bc1db8cdfda241ff6a38ac92c7b0 23603Author: Gildas Bazin <gbazin@videolan.org> 23604Date: Thu May 3 20:42:54 2007 +0000 23605 23606 * src/input/stream.c: fix input-list code. 23607 23608commit 8d3912c26d9eecbf3d74020d28a0c11a0ba5dc22 23609Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 23610Date: Thu May 3 20:03:09 2007 +0000 23611 23612 python bindings: use new mediacontrol_exception_create function 23613 23614commit a79c62a4d1fe8d5c64e89f4d81016c186fd6bae2 23615Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 23616Date: Thu May 3 20:02:34 2007 +0000 23617 23618 mediacontrol API: split old mediacontrol_exception_init behaviour into mediacontrol_exception_create/mediacontrol_exception_init 23619 23620commit a58e289ab4387ef75c5167e9d4e9899408b8e380 23621Author: Jean-Baptiste Kempf <jb@videolan.org> 23622Date: Thu May 3 19:52:45 2007 +0000 23623 23624 Change prefer-system-codecs category (put it in codecs, not input/codec) 23625 23626commit c5172423e32537de643af4aa5eb197c84dcb4415 23627Author: Jean-Baptiste Kempf <jb@videolan.org> 23628Date: Thu May 3 19:31:13 2007 +0000 23629 23630 Qt4 - GOto TIme dialog. Adjustement in size. 23631 23632commit 22101ad94d92fd9af16fae4fbe3a931cdb7cb790 23633Author: Jean-Baptiste Kempf <jb@videolan.org> 23634Date: Thu May 3 19:18:39 2007 +0000 23635 23636 qt4 - Open dialog. Smaller Width; 23637 23638commit b49c155e1c5bd410b9d2038e50829b1efaf39b65 23639Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 23640Date: Thu May 3 17:44:07 2007 +0000 23641 23642 src/control/mediacontrol_util.c: revert rev. 19899, and document the 23643 mediacontrol_exception_init function. 23644 23645commit 72d1dd3624f6dc513ac46eb5650329863a899d13 23646Author: Dennis van Amerongen <trax@videolan.org> 23647Date: Thu May 3 16:53:14 2007 +0000 23648 23649 * modules/codec/x264.c: Add mvrange-thread, non-deterministic and pre-scenecut options. 23650 23651commit 03c122fbca9b289db080f9038260d9f8196c16b5 23652Author: Jean-Baptiste Kempf <jb@videolan.org> 23653Date: Wed May 2 23:30:54 2007 +0000 23654 23655 Qt4 - Open Disc: handle dvdsimple 23656 23657commit f1302d9cf17de17eb3ef764002f5d11feb2df548 23658Author: Jean-Baptiste Kempf <jb@videolan.org> 23659Date: Wed May 2 23:11:26 2007 +0000 23660 23661 Cosmetic and brackets. 23662 23663commit bf9e29155307bc61886a94d7dbddb369dcb15617 23664Author: Jean-Baptiste Kempf <jb@videolan.org> 23665Date: Wed May 2 23:04:07 2007 +0000 23666 23667 Add a "(" to fix previous commit. 23668 23669commit 741d02eeeb68be96e02b69f6c548202b679af678 23670Author: Jean-Baptiste Kempf <jb@videolan.org> 23671Date: Wed May 2 22:59:49 2007 +0000 23672 23673 Should add atrac3 support in rm files. Patch by Benjamin Larsson (real.c) and me (ffmpeg.c) 23674 23675commit 4c2466aaa09ba233fc13a79f617e342e8f19e553 23676Author: Jean-Baptiste Kempf <jb@videolan.org> 23677Date: Wed May 2 22:57:51 2007 +0000 23678 23679 qt4 - Systray Menu - Add hide/show handling, open dialog, help menu, and some click handling. 23680 23681commit 1f180231cd900401ddc07df6e286ee8892ff588a 23682Author: Jean-Baptiste Kempf <jb@videolan.org> 23683Date: Wed May 2 22:55:45 2007 +0000 23684 23685 Qt4 - Preferences. Add an apply button and warnings to force saving 23686 and rebuilding when switching details depth. 23687 23688commit 137e021bbcc32b64d66d2d6aa05945129e76bd4e 23689Author: Jean-Baptiste Kempf <jb@videolan.org> 23690Date: Wed May 2 21:19:35 2007 +0000 23691 23692 qt4 - Simple Preferences: add the overlay option to the video preferences panel. 23693 23694commit f81fd5bb87db1bbb8275d015d6687aa983d201ce 23695Author: Jean-Baptiste Kempf <jb@videolan.org> 23696Date: Wed May 2 21:10:08 2007 +0000 23697 23698 Qt4 - Add various tooltips: Open (1) 23699 23700commit 84fcf61bb8a99d9d639e1c08e97ae57b56ee82b9 23701Author: Jean-Baptiste Kempf <jb@videolan.org> 23702Date: Wed May 2 20:33:24 2007 +0000 23703 23704 Qt4 - Text correction. 23705 23706commit 2b60288a8db042caf7d6499aff78f1ffbdf2876c 23707Author: Jean-Baptiste Kempf <jb@videolan.org> 23708Date: Wed May 2 19:58:03 2007 +0000 23709 23710 Qt4 - Systray Icon and menu to control VLC. Play/Pause Stop Previous Next Quit for now. Ref #294 23711 23712commit fda713ec5e49f85f037ce655041fe22841186126 23713Author: Damien Fouilleul <damienf@videolan.org> 23714Date: Wed May 2 17:30:25 2007 +0000 23715 23716 - direct3d: fix for cropping, closes #1185 23717 23718commit 3ce51320ea315d088049a672bc9fe8b308b3a4fa 23719Author: Rémi Denis-Courmont <rem@videolan.org> 23720Date: Tue May 1 17:18:46 2007 +0000 23721 23722 Provide va_list variant to MakeSDPMedia 23723 23724commit 60db87243c9426e59557d0f0f2e30276cc2f9c94 23725Author: Rémi Denis-Courmont <rem@videolan.org> 23726Date: Tue May 1 17:14:14 2007 +0000 23727 23728 Add helper for SDP media description formatting 23729 23730commit 7681a9b5d1df0cbcaa5914cc33bb40fee8276a36 23731Author: Rémi Denis-Courmont <rem@videolan.org> 23732Date: Tue May 1 15:46:13 2007 +0000 23733 23734 Fix some memleaks 23735 23736commit fd2c85f56b67d2ad436d67ada15ed0e8d4073578 23737Author: Antoine Cellerier <dionoea@videolan.org> 23738Date: Tue May 1 14:24:16 2007 +0000 23739 23740 fake.c: allow changing the fake-file-reload option at runtime (untested). 23741 23742commit cbc9069af619cb0e57ca00fa1ab808a8e3d563ac 23743Author: Sigmund Augdal Helberg <sigmunau@videolan.org> 23744Date: Tue May 1 11:08:40 2007 +0000 23745 23746 Apply the same probes as is done in Open when checking other mkvs in 23747 the same dir in order to weed out invalid files before calling 23748 libmatroska. Fixes #1158 and a memleak in that area 23749 23750commit 7a710cb63a79ccbd9d8e08ca2c2cdf441b723ffc 23751Author: Sigmund Augdal Helberg <sigmunau@videolan.org> 23752Date: Tue May 1 10:10:34 2007 +0000 23753 23754 hotkeys.c: Don't continue looking once the action for your key is 23755 found. Should save a few precious cycles 23756 23757commit e2f005e553336fd66d7d7d23904cd868bb795def 23758Author: Sigmund Augdal Helberg <sigmunau@videolan.org> 23759Date: Tue May 1 09:58:59 2007 +0000 23760 23761 hotkeys.c: Print a warning and do nothing when something issues a 0 23762 keyevent, rather than execute the last unassigned key action. Fixes an 23763 issue that causes the playback to be unintenionally paused whenever a 23764 modifier is pressed and the qt4 interface has focus (key-pause is not 23765 assigned by default) 23766 23767commit e1b1fc71d5583ff58739d83c96dc15cd52859463 23768Author: Jean-Baptiste Kempf <jb@videolan.org> 23769Date: Mon Apr 30 19:49:26 2007 +0000 23770 23771 Qt4 - Menus. Add the missing dialogs calls. If someone wants to write VLM and Bookmarks dialogs... 23772 23773commit 6cfabf4ab135351fe840c0ffeff4a568792995c0 23774Author: Jean-Baptiste Kempf <jb@videolan.org> 23775Date: Mon Apr 30 19:12:15 2007 +0000 23776 23777 Qt4 - Main Windows: Rename the interface to $MEDIANAME - VLC media player. 23778 23779commit 580493428a56359722291aab55a47cd51bebe89a 23780Author: Jean-Baptiste Kempf <jb@videolan.org> 23781Date: Mon Apr 30 18:09:34 2007 +0000 23782 23783 Qt4 - Preferences: Add an option and the code needed to start with the advanced preferences. 1337 function. 23784 23785commit cd0a847ef1b9e916d2bd5d49c0521896546a2a1a 23786Author: Jean-Baptiste Kempf <jb@videolan.org> 23787Date: Mon Apr 30 17:42:21 2007 +0000 23788 23789 Qt4 - Simple Prefs: add a Prefer System Codecs checkBox in Simple Preferences Panel under Windows. 23790 23791commit f567b195a4322e6a7b66674f0bb6eec70af03dbc 23792Author: Rémi Denis-Courmont <rem@videolan.org> 23793Date: Mon Apr 30 15:04:47 2007 +0000 23794 23795 Handle errors without crashing 23796 23797commit 92a4720a62666e8bfdcc565e802c6fdaf0e70980 23798Author: Jean-Baptiste Kempf <jb@videolan.org> 23799Date: Mon Apr 30 00:50:19 2007 +0000 23800 23801 Qt4 - Indentation fix on previous commit. 23802 23803commit c2fe37f6cbee14f9eff1d3e8ee03d034850c35a5 23804Author: Jean-Baptiste Kempf <jb@videolan.org> 23805Date: Mon Apr 30 00:44:18 2007 +0000 23806 23807 Qt4 - Preferences. Introduction of a checkBoxListItem struct to handle (key, value for CheckBoxes) in order to implement completely ModuleList autogeneration. Modify the functions needed to generate the correct String Configuration. Complete Preferences should be functionnal now. 23808 23809commit c40effe24836a594e519d445ac77c64ce1ebb32f 23810Author: Jean-Baptiste Kempf <jb@videolan.org> 23811Date: Sun Apr 29 22:52:08 2007 +0000 23812 23813 Qt4 - Very slight change of behaviour. 23814 23815commit 3ede77e483e385fadd70b36906f6cb58199a7cd6 23816Author: Jean-Baptiste Kempf <jb@videolan.org> 23817Date: Sun Apr 29 22:47:36 2007 +0000 23818 23819 Qt4 - Preferences. Implement the onUpdate for ModuleList. 23820 23821commit bee4d4172184d3d88806ada3886ecac5a15a3491 23822Author: Jean-Baptiste Kempf <jb@videolan.org> 23823Date: Sun Apr 29 21:50:34 2007 +0000 23824 23825 Qt4 - Simple Prefs: little adjustements. 23826 23827commit 1759042ffe3eaa206cf4e4a01863788d75a85560 23828Author: Jean-Baptiste Kempf <jb@videolan.org> 23829Date: Sun Apr 29 21:21:55 2007 +0000 23830 23831 Qt4 - File forgotten in previous commit. 23832 23833commit ea3f97f192a4451cff84af0807cc2f5612c5b271 23834Author: Jean-Baptiste Kempf <jb@videolan.org> 23835Date: Sun Apr 29 21:16:16 2007 +0000 23836 23837 Qt4 - Simple Prefs. Small modifications on style. 23838 23839commit 6bc91febc84c01b39879d7d6420232ce21782355 23840Author: Damien Fouilleul <damienf@videolan.org> 23841Date: Sun Apr 29 17:44:44 2007 +0000 23842 23843 - live555: toggle TCP use when we receive a '461 Unsupported Transport' during SETUP request 23844 23845commit ab9ec249f2d141cec265795675db9804cddf8232 23846Author: Jean-Baptiste Kempf <jb@videolan.org> 23847Date: Sun Apr 29 11:37:17 2007 +0000 23848 23849 Wx - Increase the time display. Close #1116. Does not happen in Qt4. 23850 23851commit a5a265ad837cfcff4f231f1cf2c7d692577f75af 23852Author: Jean-Paul Saman <jpsaman@videolan.org> 23853Date: Sun Apr 29 09:22:04 2007 +0000 23854 23855 Numerous compile fixes. 23856 23857commit 1e9bb01789991135c548aff9deae9db9c2f3b63c 23858Author: Damien Fouilleul <damienf@videolan.org> 23859Date: Sat Apr 28 17:49:39 2007 +0000 23860 23861 - asx.c: added support for STARTTIME and DURATION tags, some cleanups. Unfortunately, i've noted that live555 RTSP user agent is having trouble with MS RTSP server, so these tags may never be of any use. 23862 23863commit 318f2b463ae7d438b2594437ed8ec6af33ffff6e 23864Author: Jean-Baptiste Kempf <jb@videolan.org> 23865Date: Sat Apr 28 17:48:56 2007 +0000 23866 23867 qt4 - language is win32 only. 23868 23869commit b593c2c4170ba63f2ee21a7a8414081a45235cc2 23870Author: Rémi Denis-Courmont <rem@videolan.org> 23871Date: Sat Apr 28 17:40:51 2007 +0000 23872 23873 Bandwidth limit access filter 23874 23875commit ffe6a9a6d6fb65848ef5db445a7e67a267b6efeb 23876Author: Rémi Denis-Courmont <rem@videolan.org> 23877Date: Sat Apr 28 17:21:09 2007 +0000 23878 23879 svn:ignore 23880 23881commit 2c683ec85fc163ecf3ff2337524d4362dcee1ae5 23882Author: Jean-Baptiste Kempf <jb@videolan.org> 23883Date: Sat Apr 28 15:39:42 2007 +0000 23884 23885 Qt4 - Preferences Size. 23886 23887commit 0e0128d79a3fd3bdd99be601529e56217ff87fc5 23888Author: Jean-Baptiste Kempf <jb@videolan.org> 23889Date: Sat Apr 28 15:28:39 2007 +0000 23890 23891 Qt4 - Preferences: Let the titles be consistent between simple and advanced prefrences. 23892 23893commit 48cc5bef59a44e2239c8828993ca36fad234db0d 23894Author: Jean-Baptiste Kempf <jb@videolan.org> 23895Date: Sat Apr 28 15:11:17 2007 +0000 23896 23897 Qt4 - Preferences: Fix the help text behaviour from modules. Known also as the very-too-wide-resizing-and-very-too-big-letters. 23898 23899commit 308924a18ba51c8d8d319eabd2de817c693a9dca 23900Author: Jean-Paul Saman <jpsaman@videolan.org> 23901Date: Sat Apr 28 14:03:36 2007 +0000 23902 23903 Update patches to latest live tarball. 23904 23905commit b760414f990b915e2c0e53eaee60206bc61eb0b8 23906Author: Pierre d'Herbemont <pdherbemont@videolan.org> 23907Date: Sat Apr 28 12:24:48 2007 +0000 23908 23909 contrib: Attempt to fix live555 patches. 23910 23911commit b277fbfb1deab1ee73f16aea805bb9115309863b 23912Author: Jean-Baptiste Kempf <jb@videolan.org> 23913Date: Sat Apr 28 02:22:43 2007 +0000 23914 23915 qt4 - menu: indentation correction. 23916 23917commit d8e3954968a94386cf58f057f344d8c7162e5d16 23918Author: Jean-Baptiste Kempf <jb@videolan.org> 23919Date: Sat Apr 28 02:16:08 2007 +0000 23920 23921 Qt4 - Popup Menu: Add open and help. Correct the tool menu behaviour. Other small fix. 23922 23923commit 3a9d24fa70c1c4d7adbe3a202a53818e239d4fde 23924Author: Jean-Baptiste Kempf <jb@videolan.org> 23925Date: Sat Apr 28 01:36:15 2007 +0000 23926 23927 Qt4 - Menus modifications and additions. ( hide & playlist mainly ) 23928 23929commit de4f8d2c2279820a540926d9f153cc6f76739b0e 23930Author: Jean-Baptiste Kempf <jb@videolan.org> 23931Date: Sat Apr 28 00:31:54 2007 +0000 23932 23933 qt4 - Copyright, CRs and unwanted commits. 23934 23935commit 712f983f22d2880e2fe8f1af101d8b314b87c26b 23936Author: Jean-Baptiste Kempf <jb@videolan.org> 23937Date: Sat Apr 28 00:26:29 2007 +0000 23938 23939 Qt4 - Copyright update and CRs 23940 23941commit 45264e5f06bd52506b2effda0d45f2b295410838 23942Author: Jean-Baptiste Kempf <jb@videolan.org> 23943Date: Sat Apr 28 00:16:35 2007 +0000 23944 23945 Qt4 - Open Dialog and related. Change on the actions to stream out. Lots of corrections. Add a few new menu entries. Check some sizes. 23946 23947commit 603b805d87c69c2aea85edd5986a72c769ccb602 23948Author: Antoine Cellerier <dionoea@videolan.org> 23949Date: Fri Apr 27 21:21:39 2007 +0000 23950 23951 Fix a bug. 23952 23953commit ba96f5e2450d95efe46a878fbe94846dc7c99249 23954Author: Christophe Mutricy <xtophe@videolan.org> 23955Date: Fri Apr 27 19:46:50 2007 +0000 23956 23957 Fix memory corruption in wx locales handling on UTF8 system with iconv 23958 23959commit 21b9dcdce7cdd7aef306f42e4936096eef7233cc 23960Author: Jean-Baptiste Kempf <jb@videolan.org> 23961Date: Fri Apr 27 17:36:10 2007 +0000 23962 23963 qt4 - extended dialog is a QtTool dialog. 23964 23965commit f1fac53ed11e9fb044d22a189947c74408825e21 23966Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 23967Date: Fri Apr 27 14:25:08 2007 +0000 23968 23969 bindings/python/Makefile.am: move COMPILERARG initialization in the all: target to make sure that it is defined at the right place 23970 23971commit 59bc3cca8f7f3c0e2f031e6322a1b41af05d788c 23972Author: Jean-Baptiste Kempf <jb@videolan.org> 23973Date: Thu Apr 26 22:41:52 2007 +0000 23974 23975 qt4 - Size and translations. 23976 23977commit b1d9857cfcec04ad618bd13ca871b5d8a63193fa 23978Author: Jean-Baptiste Kempf <jb@videolan.org> 23979Date: Thu Apr 26 22:37:58 2007 +0000 23980 23981 Qt4 - Complete preferences. Make ModuleList Clearer than it is now... Align SpinBox correctly. Make directory and file use 2 column instead of three. 23982 23983commit 4c9fbd0a83ab2cab76549fc2f6501694b9e4299d 23984Author: Damien Fouilleul <damienf@videolan.org> 23985Date: Thu Apr 26 21:45:13 2007 +0000 23986 23987 - directx: backport leftovers from vlc-0.8.6-bugix 23988 23989commit 2f20faa37eb4236a9c39eff8f48a1a76a12705cc 23990Author: Rémi Denis-Courmont <rem@videolan.org> 23991Date: Thu Apr 26 19:53:53 2007 +0000 23992 23993 grammar 23994 23995commit e3204e44686cfccc0b633b2a76914e6536ceb5c4 23996Author: Antoine Cellerier <dionoea@videolan.org> 23997Date: Thu Apr 26 19:33:33 2007 +0000 23998 23999 * [PATCH] Memory hole fix by Bernie Purcell 24000 24001commit ba04cf95350e1df24042d998d068d778e8e3dda1 24002Author: Damien Fouilleul <damienf@videolan.org> 24003Date: Thu Apr 26 16:03:55 2007 +0000 24004 24005 fixed memleak pointed out by xtophe in previous commit 24006 24007commit 6bb37546483d236848dbe3dd11a601409e158e85 24008Author: Damien Fouilleul <damienf@videolan.org> 24009Date: Thu Apr 26 15:51:03 2007 +0000 24010 24011 - configuration: added "--prefer-system-codecs" option to force VLC to use codecs installed on system whwn a choice is available (currently only works on win32) 24012 24013commit 770c80230588fe07a87afd7c40dc72dfdb8561d5 24014Author: Damien Fouilleul <damienf@videolan.org> 24015Date: Thu Apr 26 11:25:07 2007 +0000 24016 24017 - directx: avoid mixing GDI and Direct3D/OpenGL/DirectX (non-overlay) in video window, should help Vista compatibility 24018 24019commit 8f3ee35280041bebff73d6dc3040028485ffa5f5 24020Author: Jean-Paul Saman <jpsaman@videolan.org> 24021Date: Thu Apr 26 10:03:51 2007 +0000 24022 24023 Specifying --fake-file-reload 5 reloads the image file every 5 seconds. This will change the background image in a mosaic solution. The usage scenario is for instance a webcam that uploads an images every x seconds to the same file location. 24024 24025commit 88f28f6302e29415432eb12a576b8ecfa85ff2e0 24026Author: Jean-Paul Saman <jpsaman@videolan.org> 24027Date: Thu Apr 26 09:59:58 2007 +0000 24028 24029 remove trailing whitespace 24030 24031commit 4866d8c169eac35bf78100cfb4848d93b407f7c3 24032Author: Jean-Paul Saman <jpsaman@videolan.org> 24033Date: Thu Apr 26 06:48:12 2007 +0000 24034 24035 Small codingstyle cleanup 24036 24037commit 91b593071ea5b61c5982021354680c49226f099f 24038Author: Jean-Paul Saman <jpsaman@videolan.org> 24039Date: Thu Apr 26 06:44:28 2007 +0000 24040 24041 Remove emptylines and whitespace 24042 24043commit ce2f6ea1a03d4228acc59ee3b4522a620c447804 24044Author: Jean-Baptiste Kempf <jb@videolan.org> 24045Date: Wed Apr 25 23:27:55 2007 +0000 24046 24047 qt4 - Cleaning. 24048 24049commit 0ee2d146d8bfec587c0cb2907bf7cca9d706d5d4 24050Author: Jean-Baptiste Kempf <jb@videolan.org> 24051Date: Wed Apr 25 23:26:45 2007 +0000 24052 24053 Qt4 - Try to use a Tool Dialog for the GotoTime dialog. 24054 24055commit 9be6878a6d1b57f1ca10896e5905cf409a4b5d5f 24056Author: Damien Fouilleul <damienf@videolan.org> 24057Date: Wed Apr 25 22:51:10 2007 +0000 24058 24059 - Qt4: fix popup menu 24060 24061commit 31439d7a63b9405d551c527fda2ba330ee31c5bd 24062Author: Jean-Baptiste Kempf <jb@videolan.org> 24063Date: Wed Apr 25 22:00:27 2007 +0000 24064 24065 Jack patch by Jon Griffiths, fix crashes, improve debuging and use regexps. 24066 24067commit 9397093e7f39aef9537ca56ce34aab20cba01b02 24068Author: Christophe Mutricy <xtophe@videolan.org> 24069Date: Wed Apr 25 20:01:18 2007 +0000 24070 24071 Detect also .exe when looking for programs under win 24072 24073commit 7a5e8f42372a807174541aec9a1e3263730e8996 24074Author: Pierre d'Herbemont <pdherbemont@videolan.org> 24075Date: Wed Apr 25 19:55:51 2007 +0000 24076 24077 Mac OS X gui: Make sure the fullscreen window will stay on top (should fix a blinking issue when leaving fullscreen). 24078 24079commit 348f0ffb5cfa9c4eb38bd011f007cc44b7c38ea6 24080Author: Antoine Cellerier <dionoea@videolan.org> 24081Date: Wed Apr 25 19:37:47 2007 +0000 24082 24083 motiondetect.c: Oops commit. 24084 24085commit a90c35233438b461d095a693368c517636526857 24086Author: Antoine Cellerier <dionoea@videolan.org> 24087Date: Wed Apr 25 19:20:43 2007 +0000 24088 24089 * motiondetect.c: remove useless include. 24090 * puzzle.c: compile warning fix. 24091 24092commit ad0117b6be6bb0b5256748eb54efa7f6f3ab79f4 24093Author: Jean-Paul Saman <jpsaman@videolan.org> 24094Date: Wed Apr 25 19:15:39 2007 +0000 24095 24096 Patch from Paul Corke for rawdv to advance the timestamp when it is about to fall behind because the hardware sometimes skips a frame on a live feed. Renamed - -rawdv-realtime to --rawdv-hurry-up because its working is similar to --sout-transcode-hurry-up. Also fixed a potential memory leak. 24097 24098commit eaf3e693968f6d9aaea7cf2c38ed02712753f704 24099Author: Jean-Baptiste Kempf <jb@videolan.org> 24100Date: Wed Apr 25 18:12:57 2007 +0000 24101 24102 Qt4 - Dialog size. Hope to fix windows bug. 24103 24104commit 89a7f21f0b3af8281b214b2b16accec0858e82c7 24105Author: Damien Fouilleul <damienf@videolan.org> 24106Date: Wed Apr 25 16:26:19 2007 +0000 24107 24108 - directx: optimize WM_PAINT event handling 24109 24110commit b939d6570f6024fd65b527ae1f4e73012c6b1ce9 24111Author: Rafaël Carré <funman@videolan.org> 24112Date: Wed Apr 25 12:38:10 2007 +0000 24113 24114 Doesn't shutdown hal connection if initialisation failed. 24115 (That usually happens when system D-Bus daemon is not running) 24116 24117commit 1b39631e48751cfcf99d9571fbb80ab6eb04ed7f 24118Author: Jean-Baptiste Kempf <jb@videolan.org> 24119Date: Tue Apr 24 22:02:10 2007 +0000 24120 24121 Qt4 - Open. Make files in a better way to stop whiners (2) 24122 24123commit 9d968beeccceffd5856fb3d5b28999cc209b4a07 24124Author: Pierre d'Herbemont <pdherbemont@videolan.org> 24125Date: Tue Apr 24 21:42:29 2007 +0000 24126 24127 Quartz (Mac OS X) subtitle renderer by Bernie Purcell. (Part 2) 24128 24129commit e0d9a006d6245a1cb3220757050ba9240e059b9a 24130Author: Jean-Baptiste Kempf <jb@videolan.org> 24131Date: Tue Apr 24 21:33:57 2007 +0000 24132 24133 Contrib and qt4 exe for whiners 24134 24135commit 53e97358a26429bf3fed47b2d8e8ae66682e089d 24136Author: Pierre d'Herbemont <pdherbemont@videolan.org> 24137Date: Tue Apr 24 19:59:59 2007 +0000 24138 24139 Quartz (Mac OS X) subtitle renderer by Bernie Purcell. 24140 24141commit c6c552ec06eff866726cb66f4181dec8bda674f1 24142Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 24143Date: Tue Apr 24 14:02:40 2007 +0000 24144 24145 bindings/python/Makefile.am: remove wrong whitespace around = sign 24146 24147commit d08ba16893629f32dcac2315f4d37b6c31e5199a 24148Author: Antoine Cellerier <dionoea@videolan.org> 24149Date: Mon Apr 23 21:41:25 2007 +0000 24150 24151 Yet another optimisation for the gaussian filter. This adds a compile 24152 time option to use floats instead of integers. Performance comparison 24153 is: 24154 (performance is in numbers of samples output by oprofile. Less is better) 24155 24156 sigma old version (integers) integers floats 24157 2.0 556889 466435 (-17%) 481293 (-13%) 24158 4.0 902749 (core maxed out) 732755 (-19%) 716070 (-21%) 24159 24160 I'll have to check why relative performance gain depends on sigma when 24161 comparing the the float and integer versions. 24162 24163 I'll aslo add another module (most likely named fastgaussianblur.c) 24164 based on Frederick M. Waltz and John W. V. Miller's "An efficient 24165 algorithm for Gaussian blur using finite-state machines" article. This 24166 seems to be way faster (but it's doesn't allow as much granularity in 24167 the gaussian's choice and it adds an error compared to this module). 24168 24169commit 3a72b28ff377df3db201c0ecc46b6784fcc6e4bf 24170Author: Jean-Baptiste Kempf <jb@videolan.org> 24171Date: Mon Apr 23 20:24:30 2007 +0000 24172 24173 Repair live patch. 24174 The arm.config error that occurs is just that someone commited a dos file... 24175 dos2unix could fix it. but it is not on Apples.... 24176 24177commit feff2e480b92274709c139aecc8950b2113aa713 24178Author: Jean-Baptiste Kempf <jb@videolan.org> 24179Date: Mon Apr 23 18:43:55 2007 +0000 24180 24181 GNutls ++ 24182 24183commit 419b8d92ea25df77ec2634f120c40b13c85025f4 24184Author: Jean-Baptiste Kempf <jb@videolan.org> 24185Date: Mon Apr 23 18:34:35 2007 +0000 24186 24187 libxml2 2.6.28 24188 24189commit 458e5f108984c4579c5e22651d3658566addfb7d 24190Author: Jean-Baptiste Kempf <jb@videolan.org> 24191Date: Mon Apr 23 17:15:49 2007 +0000 24192 24193 Contribs. Include qt4/bin/*.exe for the windows users. 24194 24195commit 0c2888cc45bbb73f286eb8903b2657060c7e515e 24196Author: Damien Fouilleul <damienf@videolan.org> 24197Date: Mon Apr 23 16:29:08 2007 +0000 24198 24199 - vlc.exe: removed DOS console when starting up 24200 24201commit 1aad6e6effc6e2cde0b18cfb98a3a328804749db 24202Author: Damien Fouilleul <damienf@videolan.org> 24203Date: Mon Apr 23 13:45:07 2007 +0000 24204 24205 - praises for Ken Self and BDA annoucement 24206 24207commit b4ac748f7d5421e77068a62d562692c9153e6a5d 24208Author: Damien Fouilleul <damienf@videolan.org> 24209Date: Mon Apr 23 12:37:13 2007 +0000 24210 24211 - the long awaited Windows BDA driver support for DVB/ATSC capture cards, courtesy of Ken Self. 24212 24213commit cea447d3cb6c588fa36b49e4f5b269d7f6ddd250 24214Author: Jean-Baptiste Kempf <jb@videolan.org> 24215Date: Sun Apr 22 23:06:50 2007 +0000 24216 24217 Contrib libgpg-error 1.3 => 1.5. Remove unnecessary patch (integrated upstream) 24218 24219commit bc4992bf2e97ca875b5e65095f792a411c081922 24220Author: Jean-Baptiste Kempf <jb@videolan.org> 24221Date: Sun Apr 22 22:53:34 2007 +0000 24222 24223 Contrib. Freetye goes to 2.3.4. We hope it will repair the 2.3.1, 2.3.2, bugs... 24224 24225commit 5117b27e92325cf6e76d5d9e66ec74dca2f640e7 24226Author: Jean-Baptiste Kempf <jb@videolan.org> 24227Date: Sun Apr 22 22:46:33 2007 +0000 24228 24229 Contrib: Libpng 1.26 should correct some bug on NON-MMX platforms. 24230 24231commit 2c755e538a0aba0407edec24b38c933a1a2811a0 24232Author: Jean-Baptiste Kempf <jb@videolan.org> 24233Date: Sun Apr 22 22:25:32 2007 +0000 24234 24235 Contrib.SDL_image 1.25 because 1.24 was removed from main server 24236 24237commit e3224ee6fa1b90a206400be52e2d84d6caaa2fd1 24238Author: Jean-Baptiste Kempf <jb@videolan.org> 24239Date: Sun Apr 22 22:14:02 2007 +0000 24240 24241 Contrib. Try to be a little consistent. This may kill your pinguin. 24242 24243commit 32fa00d81c3885643482e036a6c654cc13201248 24244Author: Jean-Baptiste Kempf <jb@videolan.org> 24245Date: Sun Apr 22 22:07:45 2007 +0000 24246 24247 Contribs MPCDEC bumps to 1.2.6. Patch has been submitted upstream. 24248 24249commit 794dcc1e0f2c33117498d3f3b690630300a06733 24250Author: Jean-Baptiste Kempf <jb@videolan.org> 24251Date: Sun Apr 22 20:41:54 2007 +0000 24252 24253 Contribs: add a make clean-svn to accelerate contribs updates. 24254 24255commit 2a2b478368aa26cfbf613f5205bc5ba1298a34ad 24256Author: Pierre d'Herbemont <pdherbemont@videolan.org> 24257Date: Sun Apr 22 16:45:08 2007 +0000 24258 24259 Mac OS X gui: Use the proper vlc infrastructure to send mouse wheel event. 24260 24261commit 3af039a0d25dbb6d7a3e5949c521f72a36c730fa 24262Author: Pierre d'Herbemont <pdherbemont@videolan.org> 24263Date: Sun Apr 22 14:07:46 2007 +0000 24264 24265 Mac OS X gui: Use the scroll wheel to set the sound volume. This may need some tuning though. 24266 24267commit e965658404e6316f14c00560cd657048d2700dd2 24268Author: Antoine Cellerier <dionoea@videolan.org> 24269Date: Sun Apr 22 10:27:49 2007 +0000 24270 24271 Gaussian blur optimisation. It now runs without skipping images with default sigma (2.0) using my small sample video (352x240). This still needs to be optimised a lot. 24272 24273commit 1980a6ddbd5d5e890260e1318b6bc1ce406a315b 24274Author: Jean-Paul Saman <jpsaman@videolan.org> 24275Date: Sun Apr 22 08:37:38 2007 +0000 24276 24277 Patch to fix ticket #1162 by npl at chello.at. 24278 24279commit be8ab3720f2d935237952f70e289aea7338eac01 24280Author: Antoine Cellerier <dionoea@videolan.org> 24281Date: Sat Apr 21 23:26:46 2007 +0000 24282 24283 New gaussian blur video filter. This currently takes way too much CPU. I'm not sure how it should be optimised. Maybe using floats instead of ints might work (if it can remove the need for a division). 24284 24285commit 3b0deb5a06db8752f398db8bde04d986fac7c8cd 24286Author: Christophe Mutricy <xtophe@videolan.org> 24287Date: Sat Apr 21 23:19:33 2007 +0000 24288 24289 svn keywords 24290 24291commit 314aceb7f9b530371b365ee7fe6e9bde47651398 24292Author: Antoine Cellerier <dionoea@videolan.org> 24293Date: Sat Apr 21 22:42:20 2007 +0000 24294 24295 Fix i_pitch vs i_visible_pitch bug. 24296 24297commit 5f247d8c72fa39d46e27c606a3066cab449349ff 24298Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 24299Date: Sat Apr 21 22:30:23 2007 +0000 24300 24301 src/control/mediacontrol_internal.h: do not set exception attributes if 24302 no exception was passed 24303 24304commit fdf18908aa4a7ce81cddf0d7661deade27fe3a1d 24305Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 24306Date: Sat Apr 21 22:25:37 2007 +0000 24307 24308 src/control/mediacontrol_util: do not malloc a mediacontrol_Exception 24309 if it is NULL (memleak pointed by Pierre D'Herbemont) 24310 24311commit f57013c6a84618d4b9bd943c46f3a1528819e3af 24312Author: Gildas Bazin <gbazin@videolan.org> 24313Date: Sat Apr 21 20:06:39 2007 +0000 24314 24315 * modules/demux/rawvid.c: raw video demuxer (only does YV12 for now). 24316 24317commit 006c849913eaf70055a988fefc96cc8bd3b09d05 24318Author: Gildas Bazin <gbazin@videolan.org> 24319Date: Sat Apr 21 19:09:23 2007 +0000 24320 24321 * modules/demux/mpeg/m4v.c: new m4v-fps config option. 24322 24323commit a5ed885fd7c592522266bfb8d86aea31de54042b 24324Author: Felix Paul Kühne <fkuehne@videolan.org> 24325Date: Sat Apr 21 11:07:05 2007 +0000 24326 24327 * dropped 10.3, num 2 24328 24329commit d4cb2ff791e929b928159a20e0a5b01374199643 24330Author: Felix Paul Kühne <fkuehne@videolan.org> 24331Date: Sat Apr 21 10:59:05 2007 +0000 24332 24333 * drop 10.3.9 support in favour for 10.4u 24334 24335commit f204ed7e35268e809c4736752a536c1b4a06d91f 24336Author: Christophe Mutricy <xtophe@videolan.org> 24337Date: Sat Apr 21 00:47:57 2007 +0000 24338 24339 trailing space 24340 24341commit 6c860d2af570ce6faa444dc222afc8724322709d 24342Author: Christophe Mutricy <xtophe@videolan.org> 24343Date: Fri Apr 20 23:55:02 2007 +0000 24344 24345 gnome-vlc-default.sh is a script but i don't think it has anything to do in $PREFIX/bin and even less in $PREFIX/bin/application. so Put it in $PREFIX/share/vlc/utils 24346 24347commit 610d26b1b6c422451fcacce404ea4612e2a1e022 24348Author: Antoine Cellerier <dionoea@videolan.org> 24349Date: Fri Apr 20 23:48:27 2007 +0000 24350 24351 * rotate.c: Fix a few bugs + don't use p_libvlc_global to store instance specific parameters 24352 * motion.c: reflect changes on rotate.c 24353 24354commit e17f05eebb22a197f7e3999363dd9e71ec8c749d 24355Author: Rémi Denis-Courmont <rem@videolan.org> 24356Date: Fri Apr 20 15:21:59 2007 +0000 24357 24358 Exclude incompilable MMX optimization for 420 YUY2 in debug builds 24359 24360commit 4be8a1bbc7aabf3879742d57248245e857c51df7 24361Author: Pavlov Konstantin <thresh@videolan.org> 24362Date: Fri Apr 20 10:40:03 2007 +0000 24363 24364 Another fortune gladly supplied by dionoea and xtophe 24365 24366commit 5ca64def72d3c1f48bcbf38941cfac327ada9982 24367Author: Felix Paul Kühne <fkuehne@videolan.org> 24368Date: Fri Apr 20 07:50:54 2007 +0000 24369 24370 * sync with 0.8.6b's final notes 24371 24372commit 844792b11a9ac5df0471be7334d9c97e28b3ed9f 24373Author: Jean-Baptiste Kempf <jb@videolan.org> 24374Date: Fri Apr 20 00:13:18 2007 +0000 24375 24376 Qt4 - Open Dialog: Attempt to solve a Windows only bug. qt4 bug? VLC bug? I don't know yet. 24377 24378commit 5520df2db72509ea206fa68ef4981fbc630c16d8 24379Author: Jean-Baptiste Kempf <jb@videolan.org> 24380Date: Fri Apr 20 00:03:50 2007 +0000 24381 24382 Qt4 - Cosmetic changes. 24383 24384commit ce1eb441e14991b340194f93a153e4e6486be9c2 24385Author: Jean-Baptiste Kempf <jb@videolan.org> 24386Date: Thu Apr 19 23:49:01 2007 +0000 24387 24388 Qt4 - Sout: add a function to toggleVisibility of StreamOut widgets... Yes I will need it :D 24389 24390commit 74e74a96ad37ee54fc658810bcb67aeed4e5f350 24391Author: Jean-Baptiste Kempf <jb@videolan.org> 24392Date: Thu Apr 19 23:24:48 2007 +0000 24393 24394 Cropping ratios: add 35mm Widescreen Eur and US. 24395 24396commit 7aab7794deb818e981537baf0adb2fc19db4bbf5 24397Author: Jean-Baptiste Kempf <jb@videolan.org> 24398Date: Thu Apr 19 23:07:31 2007 +0000 24399 24400 Add 2.35 and 2.39 cropping ratios. 24401 24402commit b5416045ac8f1c36c88ed702c2844621540babff 24403Author: Jean-Baptiste Kempf <jb@videolan.org> 24404Date: Thu Apr 19 22:18:28 2007 +0000 24405 24406 Qt4 - Add entries to the popupMenu. 24407 24408commit 06e1acc1af78481104d7f281a6466d2b239fa4a1 24409Author: Gildas Bazin <gbazin@videolan.org> 24410Date: Thu Apr 19 21:30:15 2007 +0000 24411 24412 * modules/demux/mp4/*, modules/mux/mp4.c: add support for yv12 and yuy2. 24413 24414commit 4ccb8b8026370f737df39db04644429d9c45beb2 24415Author: Christophe Mutricy <xtophe@videolan.org> 24416Date: Thu Apr 19 17:45:30 2007 +0000 24417 24418 some notes about mirrors 24419 24420commit 78ff3248b466be5befb709ad42c824dbb37137a6 24421Author: Antoine Cellerier <dionoea@videolan.org> 24422Date: Thu Apr 19 17:43:16 2007 +0000 24423 24424 Optimze nearest neighboor scaling implementation. This is used by the sub pictures core. CPU decrease compared to previous version with my test filter was: 66% for YUVA, 65% for I420 and 71% for RGBA. 24425 24426commit b40e111415d8d5d33122e63b1f802393875c1719 24427Author: Yoann Peronneau <yoann@videolan.org> 24428Date: Thu Apr 19 17:36:34 2007 +0000 24429 24430 * don't forget the "Check for updates" functionality 24431 24432commit 1fb95447a2d0ade9fdf8c68c06c561a26480699e 24433Author: Rémi Denis-Courmont <rem@videolan.org> 24434Date: Thu Apr 19 14:54:06 2007 +0000 24435 24436 Spelling 24437 24438commit 39236e528e5bab2c1bed53cfbeff949f2e63fc2d 24439Author: Jean-Paul Saman <jpsaman@videolan.org> 24440Date: Thu Apr 19 08:33:30 2007 +0000 24441 24442 Check return value of malloc() 24443 24444commit f90b0e657d7051b90691799aad48080b536c24d6 24445Author: Jean-Baptiste Kempf <jb@videolan.org> 24446Date: Thu Apr 19 00:01:24 2007 +0000 24447 24448 Contribs... .la again.... 24449 24450commit c37a9dfcc804a115c214380257cad3eabcf4bcae 24451Author: Jean-Baptiste Kempf <jb@videolan.org> 24452Date: Wed Apr 18 20:40:12 2007 +0000 24453 24454 Qt4 - popupMenu and AlwaysOnTop. Needs testing. 24455 Mostly patch by Sergey Volk 24456 24457commit 5b4d031911d0eb4c0288fd821e3ed049858d44d3 24458Author: Jean-Baptiste Kempf <jb@videolan.org> 24459Date: Wed Apr 18 20:07:42 2007 +0000 24460 24461 qt4 - Bug in next/prev chapter. Found out by Sergey Volk 24462 24463commit 7899e383bf0ebd51971b41e5cac39debe6fc42de 24464Author: Jean-Baptiste Kempf <jb@videolan.org> 24465Date: Wed Apr 18 19:32:53 2007 +0000 24466 24467 Contrib: Attempt to repair .la pathes. Repeating things, because I don't know how to do it better... Anyway, just an attempt 24468 24469commit 21e57260d4e6874f63a7c85d55aac38bd95a5dff 24470Author: Rémi Denis-Courmont <rem@videolan.org> 24471Date: Wed Apr 18 19:22:53 2007 +0000 24472 24473 Kludge the kludge around the kludge around the kludge (sic) 24474 24475commit 26225505ff5d661276a69220ae290c75fb0b7581 24476Author: Rémi Denis-Courmont <rem@videolan.org> 24477Date: Wed Apr 18 19:19:11 2007 +0000 24478 24479 Ugly kludge around a kludge around a kludge. That's so nice. 24480 24481commit 9b6b0df36a16b1ca7706e138f6c491e12e5eecfa 24482Author: Rémi Denis-Courmont <rem@videolan.org> 24483Date: Wed Apr 18 18:55:19 2007 +0000 24484 24485 Uuinline functions and hide stream_t (it's not used in any module anyway) 24486 24487commit 7812f84420bc29c89c1c87c2492b6cde2de4536a 24488Author: Rémi Denis-Courmont <rem@videolan.org> 24489Date: Wed Apr 18 18:24:47 2007 +0000 24490 24491 Compile fix 24492 24493commit bbd9d3150003cec56b595cbdbf679c0fb6594c01 24494Author: Rémi Denis-Courmont <rem@videolan.org> 24495Date: Wed Apr 18 17:25:37 2007 +0000 24496 24497 typo 24498 24499commit 6a764018559d668eae88ce669b4c131fd021c851 24500Author: Rémi Denis-Courmont <rem@videolan.org> 24501Date: Wed Apr 18 16:52:40 2007 +0000 24502 24503 Minor simplification 24504 24505commit 942d61194332f92f4933613ae32ca8d9d04913c9 24506Author: Rémi Denis-Courmont <rem@videolan.org> 24507Date: Wed Apr 18 16:50:35 2007 +0000 24508 24509 - Really handle alloc failures 24510 - Put a limit on the SDP size 24511 - Remove check for access_demux (this is not one, and it would crash later if it were anyway) 24512 - Fix description to not assume this handles UDP only (since it does not anymore) 24513 24514commit 05b8f0436164b82ab5feaf63e005758772d1e1da 24515Author: Christophe Mutricy <xtophe@videolan.org> 24516Date: Tue Apr 17 22:01:31 2007 +0000 24517 24518 Update Italian and Slovenian l10n 24519 24520commit 54cd9ee287d9110af83a896c5ddcd5b21027ec48 24521Author: Antoine Cellerier <dionoea@videolan.org> 24522Date: Tue Apr 17 20:31:00 2007 +0000 24523 24524 Improve logo erase filter (~12% speedup if my math and profiling are correct). 24525 Add support for I422 streams (un tested). 24526 24527commit cab9f4b0c3deb970a761d3c909bc7b4d7b422280 24528Author: Filippo Carone <littlejohn@videolan.org> 24529Date: Tue Apr 17 20:06:51 2007 +0000 24530 24531 Use the right libvlc library extension in java makefile 24532 24533commit 07330d2b038c84ea3022adcc12b0e60e74866d61 24534Author: Christophe Mutricy <xtophe@videolan.org> 24535Date: Tue Apr 17 19:24:49 2007 +0000 24536 24537 INSTALL.win32: Set correctly PATH when using contribs + misc fix 24538 24539commit 0559d37d75ea9841cbd773e037605eaac5869b76 24540Author: Jean-Baptiste Kempf <jb@videolan.org> 24541Date: Tue Apr 17 18:24:46 2007 +0000 24542 24543 Qt4 - Sout Dialog: add FLV muxer... Some cosmetic changes too. 24544 24545commit 765497c49fcaf9f015a1ecf0edc8b09c189546a5 24546Author: Jean-Baptiste Kempf <jb@videolan.org> 24547Date: Tue Apr 17 17:34:28 2007 +0000 24548 24549 Qt4 - don't use a class member when you don't need it. Ref #19854 24550 24551commit 1298e0c97355c57a7f0c032cbd7bbf09dd57edaa 24552Author: Jean-Baptiste Kempf <jb@videolan.org> 24553Date: Tue Apr 17 17:25:53 2007 +0000 24554 24555 Qt4 - Playlist: AutoScroll the playlist. 24556 24557commit 02617cc3a2ad9abe3e536e83230901ac83afd122 24558Author: Jean-Baptiste Kempf <jb@videolan.org> 24559Date: Tue Apr 17 17:21:13 2007 +0000 24560 24561 Qt4 - Open - Hide the OK/Cancel for everyone ( Windows too ) 24562 24563commit 905e5d8ae88a2d56f346fc33590dbe69bb07a5eb 24564Author: Jean-Baptiste Kempf <jb@videolan.org> 24565Date: Mon Apr 16 22:52:35 2007 +0000 24566 24567 Qt4 - Open Dialog. Use #defines for tab naming to avoid miscomprehensions. Cosmectics. 24568 24569commit d998d106fcc1135751f1139598c4251cd6f8cd98 24570Author: Filippo Carone <littlejohn@videolan.org> 24571Date: Mon Apr 16 22:27:19 2007 +0000 24572 24573 use the right extension for javac 24574 24575commit 1a077e016cfd7194eb755b2c04555a58ea102d9a 24576Author: Filippo Carone <littlejohn@videolan.org> 24577Date: Mon Apr 16 22:13:38 2007 +0000 24578 24579 java compilation is javac friendly 24580 24581commit cff71493f62b9b6e99ed0662c056bc0160f43693 24582Author: Antoine Cellerier <dionoea@videolan.org> 24583Date: Mon Apr 16 22:03:25 2007 +0000 24584 24585 Oops. 24586 24587commit 6ec82b018ceee54f37157333ce6bc74dd23b57cb 24588Author: Antoine Cellerier <dionoea@videolan.org> 24589Date: Mon Apr 16 21:59:39 2007 +0000 24590 24591 * erase.c: add bluring effect, fix a bunch of bugs and compile warnings. It now looks good. 24592 * deinterlace.c: compile warning fix. 24593 24594commit c7bcb18012ebac706106e40b1d67ddd830e130e3 24595Author: Christophe Mutricy <xtophe@videolan.org> 24596Date: Mon Apr 16 21:39:07 2007 +0000 24597 24598 Don't distribute .la files for win32 24599 24600commit 8b8a6842025e7fca0d9cfdd951f0077f53056e13 24601Author: Filippo Carone <littlejohn@videolan.org> 24602Date: Mon Apr 16 21:21:09 2007 +0000 24603 24604 bindings makefile simplified and includes added 24605 24606commit 4e0d9312a613df70ebfdbbc3c2c3bd9a7b8c6e9c 24607Author: Jean-Baptiste Kempf <jb@videolan.org> 24608Date: Mon Apr 16 20:53:10 2007 +0000 24609 24610 Qt4 - Open Dialog. Implement start-time in advanced options. Cosmetic (enabling suffixes INSIDE spinBoxes) changes. 24611 24612commit ef6c490adcbcf6ad2cf3ac92b7a49016dce18042 24613Author: Damien Fouilleul <damienf@videolan.org> 24614Date: Mon Apr 16 19:55:38 2007 +0000 24615 24616 - contribs: fixed live555 patch 24617 24618commit c0706677a58b05f93a42db3e37b469539c64eb60 24619Author: Antoine Cellerier <dionoea@videolan.org> 24620Date: Mon Apr 16 19:30:59 2007 +0000 24621 24622 Transcode: We want to be strict when calling module_Need for audio filter, video filters and the deinterlace video filter too. (This fixes a problem with deinterlace not loading on my computer) 24623 24624commit d35651d0275f5effd41124469d5521f4c90999ff 24625Author: Jean-Baptiste Kempf <jb@videolan.org> 24626Date: Mon Apr 16 18:08:27 2007 +0000 24627 24628 JACK patch from Jon Griffiths 24629 24630 The attached patch adds 2 config options for JACK output: a boolean 24631 saying whether or not to connect automatically, and an optional 24632 prefix which filters out input ports so VLC connects only to the 24633 port(s) you want. 24634 24635commit 95da3a666c28bebd06b17cd4985b81bac1015745 24636Author: Jean-Paul Saman <jpsaman@videolan.org> 24637Date: Mon Apr 16 17:11:29 2007 +0000 24638 24639 Patch from Paul Corke <paul.corke at datatote dot co do uk). It enables newer ivtv drivers to be used with the pvr input. Plus some additions and fixes from me:code cleanups, fix memoryleaks, coding style and identation fixes. 24640 24641commit e30041914d81a376113561768611a6b1520688f8 24642Author: Damien Fouilleul <damienf@videolan.org> 24643Date: Mon Apr 16 16:32:11 2007 +0000 24644 24645 dshow/common.h: reverting r19786 24646 24647commit 375ebeb6afa0ca901c03d96c2075e866e803c49b 24648Author: Damien Fouilleul <damienf@videolan.org> 24649Date: Mon Apr 16 12:01:03 2007 +0000 24650 24651 - libshout-win32: patches Makefile.am rather then Makefile.in 24652 24653commit f1a701b569ef9d4515effba8f1ec1cf5fe9357bf 24654Author: Damien Fouilleul <damienf@videolan.org> 24655Date: Mon Apr 16 08:57:15 2007 +0000 24656 24657 toolbox: remove obsoloted files 24658 24659commit f8fcb4010b13c917972fcad719f01e75c98bd5f3 24660Author: Mark Moriarty <markfm@videolan.org> 24661Date: Mon Apr 16 02:27:39 2007 +0000 24662 24663 Use ifdef/endif tests on the undefs 24664 24665commit f7d32756d25ff0db03a73b7f76875bbe76d36d18 24666Author: Antoine Cellerier <dionoea@videolan.org> 24667Date: Sun Apr 15 21:37:49 2007 +0000 24668 24669 Don't delete variables that don't exist. 24670 24671commit 2e7f9cf4d64267a8ea4b822bd007e487d6db9828 24672Author: Antoine Cellerier <dionoea@videolan.org> 24673Date: Sun Apr 15 21:12:27 2007 +0000 24674 24675 Remove old TODO + fix spelling. 24676 24677commit cde813f9cdd3335596250a6673e879c6487ca49c 24678Author: Antoine Cellerier <dionoea@videolan.org> 24679Date: Sun Apr 15 21:04:40 2007 +0000 24680 24681 Update NEWS based on previous commit. 24682 24683commit ce0e4fb0ab2f1d847f4b17ae9a895e01a1ae7224 24684Author: Antoine Cellerier <dionoea@videolan.org> 24685Date: Sun Apr 15 21:00:09 2007 +0000 24686 24687 * mosaic_bridge.c: - Add "vfilters" option to apply video filters on the 24688 image before sending it to the mosaic. 24689 - Add option ("chroma") to force the image chroma 24690 - Remove alpha mask code 24691 * mosaic.c: - Remove bluescreen code 24692 - Misc cosmetics changes 24693 * bluescreen.c: New bluescreen filter (mostly cut & paste from mosaic.c) 24694 * alphamask.c: New alpha mask filter (mostly cut & paste from mosaic_bridge.c) 24695 * invert.c: don't invert the alpha plane for YUVA images (We also need to 24696 prevent that for RGBA images ... but that's not really used 24697 currently) 24698 * configure.ac, video_filter/Modules.am: add alphamask and bluescreen 24699 24700commit 4cdb486b976a23ca9f24242ab98ea4258e9558de 24701Author: Antoine Cellerier <dionoea@videolan.org> 24702Date: Sun Apr 15 20:50:47 2007 +0000 24703 24704 Remove trailing spaces. 24705 24706commit 7210d89f0c7b03be4f7d475f6b248ef8ebc3be6e 24707Author: Antoine Cellerier <dionoea@videolan.org> 24708Date: Sun Apr 15 20:49:47 2007 +0000 24709 24710 Comment fix. 24711 24712commit e70ef78ecdcec088a27ae3b721e9af016966b436 24713Author: Antoine Cellerier <dionoea@videolan.org> 24714Date: Sun Apr 15 20:46:28 2007 +0000 24715 24716 * Switch b_strict to true in module_Need calls (we're requiring a specific module) 24717 * Add missing space in help string. 24718 24719commit 4dc59a4f432ead66b8cd5fe3d9cb61680528d340 24720Author: Rémi Denis-Courmont <rem@videolan.org> 24721Date: Sun Apr 15 18:52:03 2007 +0000 24722 24723 - Fix make clean 24724 - Remove GNU/makeisms 24725 - Cleanup 24726 24727commit e3d911f362a8f97e76e302b6e17ef2d4121cf01e 24728Author: Rémi Denis-Courmont <rem@videolan.org> 24729Date: Sun Apr 15 17:41:14 2007 +0000 24730 24731 Make distcheck is your friend, when adding files... 24732 24733commit c43bae3e4def6b3dc1411e910d4c91eb07de9978 24734Author: Rémi Denis-Courmont <rem@videolan.org> 24735Date: Sun Apr 15 17:38:19 2007 +0000 24736 24737 Fix the test suite 24738 24739commit 90d92ef9a9dcdecf8d8aa2d9c17c31f5000dc749 24740Author: Rémi Denis-Courmont <rem@videolan.org> 24741Date: Sun Apr 15 17:32:54 2007 +0000 24742 24743 Mingw/Vista hack 24744 24745commit 10e55a2475456e2f8109eef21b046b232da2ade7 24746Author: Filippo Carone <littlejohn@videolan.org> 24747Date: Sun Apr 15 17:21:34 2007 +0000 24748 24749 correctly implement VOUT_REPARENT in windows 24750 24751commit 9f3d094cb03be94f45f4c7d83aeff8aa7e03b4c7 24752Author: Rémi Denis-Courmont <rem@videolan.org> 24753Date: Sun Apr 15 14:40:51 2007 +0000 24754 24755 Missing files 24756 24757commit 23c60f766c6342b2cc2132f45af778d159992a8a 24758Author: Filippo Carone <littlejohn@videolan.org> 24759Date: Sun Apr 15 14:34:51 2007 +0000 24760 24761 Do not use absolute paths in java VlcClient 24762 24763commit ced0913dc3df741b6b5185593701818c99a466d6 24764Author: Rémi Denis-Courmont <rem@videolan.org> 24765Date: Sun Apr 15 14:12:07 2007 +0000 24766 24767 There are multiple IPv4 SAP addresses 24768 24769commit cf6546a3a334104592267079035149b4add4b70c 24770Author: Filippo Carone <littlejohn@videolan.org> 24771Date: Sun Apr 15 13:52:05 2007 +0000 24772 24773 Do not create a new window if hwnd is provided 24774 24775commit 29f92789e717c5d24829ee86f3792a709342b288 24776Author: Rémi Denis-Courmont <rem@videolan.org> 24777Date: Sun Apr 15 13:43:35 2007 +0000 24778 24779 Soft code version number in desktop file 24780 24781commit cf7fddbcf8c24df146363c918b81b217fd2f468b 24782Author: Rémi Denis-Courmont <rem@videolan.org> 24783Date: Sun Apr 15 13:42:53 2007 +0000 24784 24785 Pass desktop file through config.status 24786 24787commit 6ea84051e4d72a88e10d0e1370f4b63397e7618b 24788Author: Rémi Denis-Courmont <rem@videolan.org> 24789Date: Sun Apr 15 13:38:00 2007 +0000 24790 24791 - Fix installation of gnome-vlc-default.sh 24792 - Make the desktop icon execute vlc instead of wxvlc 24793 24794commit d23984f6779c57bf98b344ce785f8ba40fe2aa7e 24795Author: Rémi Denis-Courmont <rem@videolan.org> 24796Date: Sun Apr 15 13:31:24 2007 +0000 24797 24798 Cosmetic changes 24799 24800commit 14246592841d6eb4b398de735a62fa27fdd8f543 24801Author: Rémi Denis-Courmont <rem@videolan.org> 24802Date: Sun Apr 15 12:34:00 2007 +0000 24803 24804 Print error message when loading the playlist fails 24805 (which is always) 24806 24807commit 975c0e3f6b0ed35408c8072613f8fc7051a810ea 24808Author: Rémi Denis-Courmont <rem@videolan.org> 24809Date: Sun Apr 15 12:16:43 2007 +0000 24810 24811 Fix segmentation fault 24812 24813commit 81487c3d999e8a1ff26f502801fe561d55a6a3d0 24814Author: Rémi Denis-Courmont <rem@videolan.org> 24815Date: Sun Apr 15 11:53:54 2007 +0000 24816 24817 Revert [16490]: do NOT remember loop repeat and random 24818 24819commit 4e752478073a22dd6db884395988ca494f80661b 24820Author: Rémi Denis-Courmont <rem@videolan.org> 24821Date: Sun Apr 15 11:41:47 2007 +0000 24822 24823 Remove useless wrapper around free() 24824 24825commit 6628b01c7c960f906328768a931cc2b93a46d9f0 24826Author: Rémi Denis-Courmont <rem@videolan.org> 24827Date: Sun Apr 15 11:25:39 2007 +0000 24828 24829 Complain in case of error when parsing the config file 24830 24831commit a19d0546bfc2f4205cca81182fbf6f27fb19c8ab 24832Author: Rémi Denis-Courmont <rem@videolan.org> 24833Date: Sun Apr 15 10:16:01 2007 +0000 24834 24835 Increase plugin cache version to force stalling. 24836 24837 This is not strictly required, but helps propage fix for #1086. 24838 24839commit b8802c32215815a1169277ca0481dc2e99626722 24840Author: Rémi Denis-Courmont <rem@videolan.org> 24841Date: Sun Apr 15 10:13:05 2007 +0000 24842 24843 Category and subcategory items are also integers. Fix #1086 24844 24845commit 443738cef97713c7953a1a0755e37b44a3684f9d 24846Author: Rémi Denis-Courmont <rem@videolan.org> 24847Date: Sun Apr 15 09:30:32 2007 +0000 24848 24849 Cosmetic change 24850 24851commit 04574a2906d9d06cd6599f0239e455307a4f5006 24852Author: Rémi Denis-Courmont <rem@videolan.org> 24853Date: Sun Apr 15 08:51:13 2007 +0000 24854 24855 Also remove --rc-unix from Win32 port for obvious reasons 24856 24857commit 37fa2c8838aa53459f62522ecd9f00717a3dd8eb 24858Author: Rémi Denis-Courmont <rem@videolan.org> 24859Date: Sun Apr 15 08:45:48 2007 +0000 24860 24861 Remove rc-fake-tty from Win32 port since it's explicitly not supported. 24862 24863commit 851b8a430e99148da397d24dd8ad75afbf05ea2d 24864Author: Rémi Denis-Courmont <rem@videolan.org> 24865Date: Sun Apr 15 08:20:45 2007 +0000 24866 24867 - Only use IPV6_V6ONLY when it makes sense (i.e. receiving datagram socket) 24868 - Remove net_ListenSingle from LibVLC API 24869 - Improve error message when network protocol to be used is ambiguous 24870 24871commit f9d3f5de72e7ab50caff39fbdb84e75ef3f87f8f 24872Author: Rémi Denis-Courmont <rem@videolan.org> 24873Date: Sun Apr 15 08:18:16 2007 +0000 24874 24875 svn:ignore 24876 24877commit 6cff2f6f21c60fd0a966240ae4651281a88f74e9 24878Author: Rémi Denis-Courmont <rem@videolan.org> 24879Date: Sun Apr 15 06:46:06 2007 +0000 24880 24881 Fix double certificate deinitialization 24882 24883commit e34ebba580e320e98aa88805908e0a96680c3796 24884Author: Pierre d'Herbemont <pdherbemont@videolan.org> 24885Date: Sat Apr 14 20:25:50 2007 +0000 24886 24887 Mac OS X gui: Pause playback when going to sleep. 24888 24889commit aefd2b47f38da2406bad34b9582194c02bce326a 24890Author: Rémi Denis-Courmont <rem@videolan.org> 24891Date: Sat Apr 14 19:20:39 2007 +0000 24892 24893 Works this time 24894 24895commit 5233af32b92cb4be81e20b50a5a0bb818166a455 24896Author: Rémi Denis-Courmont <rem@videolan.org> 24897Date: Sat Apr 14 19:07:51 2007 +0000 24898 24899 Undo erroneous commit 24900 24901commit f5a65159a180f89e21a1c0e2fea512c73f178027 24902Author: Rémi Denis-Courmont <rem@videolan.org> 24903Date: Sat Apr 14 19:01:33 2007 +0000 24904 24905 Fix compiler warning 24906 24907commit 264a446cdf82baafb2ee7514f9567b9a35852ac3 24908Author: Rémi Denis-Courmont <rem@videolan.org> 24909Date: Sat Apr 14 19:00:42 2007 +0000 24910 24911 Include modules.h whenever needed 24912 24913commit a1e8379fef3609a6ab791d1acc1d597962968ccf 24914Author: Rémi Denis-Courmont <rem@videolan.org> 24915Date: Sat Apr 14 18:24:58 2007 +0000 24916 24917 Tiny code factorization 24918 24919commit 7a5fd4bee1b3393c5f667364c96f57ff36c80b26 24920Author: Rémi Denis-Courmont <rem@videolan.org> 24921Date: Sat Apr 14 18:17:17 2007 +0000 24922 24923 Further hide module_t layout from plugins 24924 24925commit c6170002e964de01bf5376187959a52fa67c5829 24926Author: Rémi Denis-Courmont <rem@videolan.org> 24927Date: Sat Apr 14 18:14:38 2007 +0000 24928 24929 Remove unused variable 24930 24931commit df50e0f4e85c05eb123b9f60a3aaed072a6aa52e 24932Author: Rémi Denis-Courmont <rem@videolan.org> 24933Date: Sat Apr 14 17:32:32 2007 +0000 24934 24935 Handle plugin cache reading error case 24936 24937commit d8e17ad4f32d842b8754dd6a79c6a6ae0762646d 24938Author: Rémi Denis-Courmont <rem@videolan.org> 24939Date: Sat Apr 14 17:31:01 2007 +0000 24940 24941 Get rid of useless p_symbols 24942 24943commit aaab472c638db2a83bfd75f0aa86b247bfb73b0f 24944Author: Rémi Denis-Courmont <rem@videolan.org> 24945Date: Sat Apr 14 16:50:43 2007 +0000 24946 24947 update libdca (untested) 24948 24949commit b89c14d5b4bd4e0011cca5112b54f6785df7dee2 24950Author: Rémi Denis-Courmont <rem@videolan.org> 24951Date: Sat Apr 14 16:15:37 2007 +0000 24952 24953 Initial work on hiding module_t layout from plugins 24954 24955commit 58663ffb0079d1882bcb0681a38537110a6466c8 24956Author: Rémi Denis-Courmont <rem@videolan.org> 24957Date: Sat Apr 14 15:19:27 2007 +0000 24958 24959 Fix typo 24960 24961commit 2eeecb47c846664e466677e9a592091e841290e4 24962Author: Rémi Denis-Courmont <rem@videolan.org> 24963Date: Sat Apr 14 15:19:03 2007 +0000 24964 24965 Move libvlc module stuff to their own subdirectory 24966 24967commit 49546ed7cb03bc794ca90da08a1b127c96c291e2 24968Author: Rémi Denis-Courmont <rem@videolan.org> 24969Date: Sat Apr 14 15:07:46 2007 +0000 24970 24971 Switch to libdca API 24972 24973commit 4f71b897bdc43bd2ec24c2a9327922464db71cff 24974Author: Mark Moriarty <markfm@videolan.org> 24975Date: Sat Apr 14 15:04:36 2007 +0000 24976 24977 Fix dshow build on Cygwin -- add size_t and ptrdiff_t undefs 24978 24979commit 1c582f374220d225daa516933f9c526479dac5d4 24980Author: Rémi Denis-Courmont <rem@videolan.org> 24981Date: Sat Apr 14 15:04:06 2007 +0000 24982 24983 Detect libdca properly 24984 24985commit 19bbed6ad6967effa2e8e1068f419d3706d806cf 24986Author: Rémi Denis-Courmont <rem@videolan.org> 24987Date: Sat Apr 14 14:15:12 2007 +0000 24988 24989 Clean header file 24990 24991commit 8cf44c198ac4d9c0afbd8ec47b1798133c9fc752 24992Author: Gildas Bazin <gbazin@videolan.org> 24993Date: Fri Apr 13 23:51:24 2007 +0000 24994 24995 * modules/demux/asf/* use index for seeking if available and if there's a video track. 24996 24997commit 44cb59eadc7ddcfd23ec9621e9d374c093261ff2 24998Author: Gildas Bazin <gbazin@videolan.org> 24999Date: Fri Apr 13 23:50:47 2007 +0000 25000 25001 * modules/demux/asf/* use index for seeking if available and if there's a video track. 25002 25003commit 7149e064c3172d1e0c5b45bfb36807003f1f00f7 25004Author: Jean-Baptiste Kempf <jb@videolan.org> 25005Date: Fri Apr 13 07:14:48 2007 +0000 25006 25007 qt4 - Mousewheel (2) 25008 25009commit 9f2f3e7e43ba9fcd951be7e8dc3523d6e63cc20e 25010Author: Christophe Mutricy <xtophe@videolan.org> 25011Date: Thu Apr 12 21:07:19 2007 +0000 25012 25013 Slovenian l10n update by Matej Urbancic 25014 25015commit cf71566810d65c80589f56b47d9f61ea576fa0d9 25016Author: Felix Paul Kühne <fkuehne@videolan.org> 25017Date: Thu Apr 12 18:44:47 2007 +0000 25018 25019 * added sanity flags for future darwin releases and potentionally fixed OSX SDK support on Intel-based boxes. needs further testing, which I'll do later on 25020 25021commit f6857c6a31f40a49859972e483bfdec57cb8861b 25022Author: Jean-Baptiste Kempf <jb@videolan.org> 25023Date: Thu Apr 12 16:24:49 2007 +0000 25024 25025 Qt4 - MouseWheel support - patch by Sergey Volk. 25026 25027commit 3e54b375a676911075d1ddd4673d5c22c2ee6d74 25028Author: Jean-Baptiste Kempf <jb@videolan.org> 25029Date: Thu Apr 12 16:05:18 2007 +0000 25030 25031 Qt4 - Set a higher score to qt4 than wx. Ref [19766] 25032 25033commit 7240be259cf03cb1ef31a0fb406466f9b3708a6c 25034Author: Antoine Cellerier <dionoea@videolan.org> 25035Date: Thu Apr 12 15:05:09 2007 +0000 25036 25037 Invalidate old caches (cf [19742]). 25038 25039commit cd1ae50f1b98fbcaafa2b504d1b944b40af9d767 25040Author: Christophe Mutricy <xtophe@videolan.org> 25041Date: Thu Apr 12 15:04:31 2007 +0000 25042 25043 score is cached, so it's not a good idea to have it depens of the environement 25044 25045commit 14f7fe9917fabfec656a347a563a7ad011219a69 25046Author: Jean-Baptiste Kempf <jb@videolan.org> 25047Date: Thu Apr 12 00:27:10 2007 +0000 25048 25049 Qt4 - typo correction 25050 25051commit c280a1b193e1941aa7ef76ea73a7059f50443d35 25052Author: Jean-Baptiste Kempf <jb@videolan.org> 25053Date: Thu Apr 12 00:10:13 2007 +0000 25054 25055 qt4 - Sprefs - Slight modification. 25056 25057commit bf2134e0b9101c18ae47b4a230f97684ac6e9049 25058Author: Christophe Mutricy <xtophe@videolan.org> 25059Date: Wed Apr 11 23:01:24 2007 +0000 25060 25061 fix Direct3D translation 25062 25063commit 5165a22304903f22f44d58bc34269f6a4c6e48a6 25064Author: Antoine Cellerier <dionoea@videolan.org> 25065Date: Wed Apr 11 18:10:05 2007 +0000 25066 25067 * Honor --color with --list. 25068 * Add --list-verbose option. 25069 * Make sure that help related options always come first in the help output. 25070 25071commit d2910851e0b1feb21b3c3c453703995f10dd0348 25072Author: Damien Fouilleul <damienf@videolan.org> 25073Date: Tue Apr 10 18:21:57 2007 +0000 25074 25075 libvlc_video_take_snapshot: removed kludge and fixed path_sanitize for win32 25076 25077commit b1b629475241544d112726111687788394d96a4d 25078Author: Damien Fouilleul <damienf@videolan.org> 25079Date: Tue Apr 10 18:20:26 2007 +0000 25080 25081 - activex: support for taking a snapshot into a Picture object 25082 25083commit 9fa8b43c382782f6cb8cf1e28c09d03c8c52e192 25084Author: Christophe Mutricy <xtophe@videolan.org> 25085Date: Tue Apr 10 12:49:34 2007 +0000 25086 25087 Some qt4 files were renamed 25088 25089commit 4e7e655aa94944ed4f1797d9dbb7114010c2c2a1 25090Author: Jean-Baptiste Kempf <jb@videolan.org> 25091Date: Mon Apr 9 22:57:52 2007 +0000 25092 25093 Qt4 - Preferences - Size/Layout/Margin and stuff related. This is not yet optimal, but is much better than it was, I think. Some work has yet to be done on Complete Preferences to make it nicer. 25094 25095commit 55b8d4f97994dc4fc894db43729257c80c37074c 25096Author: Christophe Mutricy <xtophe@videolan.org> 25097Date: Mon Apr 9 19:41:36 2007 +0000 25098 25099 Fix warnings. 25100 25101commit e12d4a322724a5e67a9af3847bf5abc8fb321ef5 25102Author: Christophe Mutricy <xtophe@videolan.org> 25103Date: Mon Apr 9 18:36:16 2007 +0000 25104 25105 vlc_b64_decode_binary() is in vlc_strings.h 25106 25107commit f6ead8f791204507f33fc20c02b24ff3d2a3dd0f 25108Author: Rémi Denis-Courmont <rem@videolan.org> 25109Date: Mon Apr 9 15:15:02 2007 +0000 25110 25111 SDP: fix ordering of b= and a= 25112 25113commit 2c475507439a48d646589d5c3855b1ddf50569ca 25114Author: Rémi Denis-Courmont <rem@videolan.org> 25115Date: Mon Apr 9 15:07:29 2007 +0000 25116 25117 Do not insert TTL in c= line for IPv6 - this was invalid 25118 25119commit ff79bc85f26b1f280df7c2d05435e9b4472a3817 25120Author: Rafaël Carré <funman@videolan.org> 25121Date: Sun Apr 8 15:59:43 2007 +0000 25122 25123 Don't run hal_initialize() twice. Bug introduced in [19692]. 25124 25125commit f449bc75656316b692cfd7dce6a80cc363243f99 25126Author: Dennis van Amerongen <trax@videolan.org> 25127Date: Sun Apr 8 14:04:31 2007 +0000 25128 25129 * modules/access_output/shout.c: Initialize shout settings properly and make ICY the default protocol. This fixes some libshout Socket error messages on initialization. Closes #1003. 25130 25131commit 2ece18d460b0cc45527f3eaea9ba9d8fbcb9e3a5 25132Author: Antoine Cellerier <dionoea@videolan.org> 25133Date: Sat Apr 7 20:17:12 2007 +0000 25134 25135 Mosaic: 25136 Allow runtime changes of the bluescreen parameters 25137 Cosmetics 25138 Compilation warning fixes 25139 25140commit 57c44625f78bb0876b95521dd44615839ed85655 25141Author: Antoine Cellerier <dionoea@videolan.org> 25142Date: Sat Apr 7 20:16:18 2007 +0000 25143 25144 Mosaic bridge: Allow runtime changes of the height and width parameters. 25145 25146commit 06c555eb60fc1f9670c0345dfb6a4e53467f5dc2 25147Author: Antoine Cellerier <dionoea@videolan.org> 25148Date: Sat Apr 7 20:14:42 2007 +0000 25149 25150 Modules have a psz_help string. This is currently used by 1 module only (headphone audio filter) ... but that doesn't mean that it shouldn't be stored in cache. This commit will break the cache so we need to change a cache version somewhere. Since i didn't know where to look ... this is yet to be done. 25151 + misc changes 25152 25153commit 1148a9e41bf38bde489c5fea014aad10a3d5cfd8 25154Author: Antoine Cellerier <dionoea@videolan.org> 25155Date: Sat Apr 7 20:13:06 2007 +0000 25156 25157 Cosmetics. 25158 25159commit 2ea7cab6008ac1c6854780a52ebda5fc57d92c38 25160Author: Antoine Cellerier <dionoea@videolan.org> 25161Date: Sat Apr 7 20:12:41 2007 +0000 25162 25163 Display module's psz_help in help output (see next commit on modules.c for details). 25164 25165commit fbeb7e7f7aa643dfdd6ad48504b7854d4af858e4 25166Author: Antoine Cellerier <dionoea@videolan.org> 25167Date: Sat Apr 7 20:12:02 2007 +0000 25168 25169 Add color help output when using command line switches to get help + --color. 25170 25171commit bd17df508303c34584025e9b42096f5206c9621a 25172Author: Antoine Cellerier <dionoea@videolan.org> 25173Date: Sat Apr 7 20:09:34 2007 +0000 25174 25175 Add subcategories and sections to command line help output. 25176 25177commit 4814d88633de93d6bff8534163afe989bee82f2d 25178Author: Antoine Cellerier <dionoea@videolan.org> 25179Date: Sat Apr 7 20:07:56 2007 +0000 25180 25181 Fix help string. 25182 25183commit f995f513646bf5b93af100ecb83d7071ec218fc7 25184Author: Felix Paul Kühne <fkuehne@videolan.org> 25185Date: Sat Apr 7 17:20:47 2007 +0000 25186 25187 * enlarge the row height about 10 pixels to allow longer error messages (up to 3 lines) 25188 25189commit c906621ce7ae4da88bf75d10a5eae56cff85a65b 25190Author: Felix Paul Kühne <fkuehne@videolan.org> 25191Date: Sat Apr 7 17:07:32 2007 +0000 25192 25193 * re-worded the GUI strings a bit and removed a useless warning (it's a feature, no bug...) 25194 25195commit 2671fb50a1b37203f3cc350b014507ad318ea8a8 25196Author: Rafaël Carré <funman@videolan.org> 25197Date: Sat Apr 7 16:36:44 2007 +0000 25198 25199 win32 libshout: Patches Makefile.in instead of Makefile.am 25200 25201commit a38c1cb06d119f292b018c9ece628137f8105291 25202Author: Rafaël Carré <funman@videolan.org> 25203Date: Sat Apr 7 01:34:34 2007 +0000 25204 25205 Loads D-Bus control interface in one instance mode only if compiled with D-Bus support 25206 25207commit 04cc0ad9e67072f5a4c079a96eba1419a8e01afb 25208Author: Rafaël Carré <funman@videolan.org> 25209Date: Fri Apr 6 23:33:25 2007 +0000 25210 25211 Restore icon click to update status for D-Bus controller 25212 25213commit a210fb1416ee7a82cc17353d07d06bce55afce9c 25214Author: Jean-Baptiste Kempf <jb@videolan.org> 25215Date: Fri Apr 6 23:30:51 2007 +0000 25216 25217 Qt4 - Small modifications on Preferences layout (specially aimed at Windows). 25218 Remove and add comments. 25219 25220commit 7fe7324def2f0c1e4ded2456c8b52472a61981ad 25221Author: Rafaël Carré <funman@videolan.org> 25222Date: Fri Apr 6 23:19:18 2007 +0000 25223 25224 Updates D-Bus controller to new D-Bus methods. 25225 25226commit 0e252d3a6af85ea9946f456eb4181bc863fb737e 25227Author: Jean-Baptiste Kempf <jb@videolan.org> 25228Date: Fri Apr 6 23:03:18 2007 +0000 25229 25230 Repair precedent commit. 25231 25232commit e6893d71617851d11ecb2d09f1a7d8fa326b5801 25233Author: Jean-Baptiste Kempf <jb@videolan.org> 25234Date: Fri Apr 6 21:45:17 2007 +0000 25235 25236 Contribs - qt4 bin/*.exe and bin/* 25237 25238commit 13bccc2f071a6eef687545bba4cf0fb0843be6c4 25239Author: Antoine Cellerier <dionoea@videolan.org> 25240Date: Fri Apr 6 21:13:10 2007 +0000 25241 25242 Make it possible to change the fake-image at runtime. 25243 Add option to specify the chroma used by fake. 25244 25245commit b09aaba56b1492b3b5833f34e4edde608f193195 25246Author: Jean-Baptiste Kempf <jb@videolan.org> 25247Date: Fri Apr 6 20:46:17 2007 +0000 25248 25249 Contribs - use qt 4.2.3 for win32 25250 25251commit d8f9b79ebbeae5797a05e59e9cb9cac61c4389ae 25252Author: Damien Fouilleul <damienf@videolan.org> 25253Date: Fri Apr 6 20:43:33 2007 +0000 25254 25255 - activex: misc. cleanups 25256 25257commit 2dad498f5feeed91dbffce28881858ca63b8dc3d 25258Author: Damien Fouilleul <damienf@videolan.org> 25259Date: Fri Apr 6 20:38:09 2007 +0000 25260 25261 - direct3d: use VBL synchronized presentation 25262 25263commit 11d57553f728e41c59455666abc25457e83a1f42 25264Author: Rafaël Carré <funman@videolan.org> 25265Date: Fri Apr 6 20:31:52 2007 +0000 25266 25267 Doesn't unref the D-Bus connection if connection failed 25268 25269commit 680c14288bf42379fc8117d5fa6027ea539973ab 25270Author: Christophe Massiot <massiot@videolan.org> 25271Date: Fri Apr 6 18:11:28 2007 +0000 25272 25273 * NEWS: Moved teletext to 0.8.6-bugfix and merged changes from 25274 0.8.6-bugfix branch. 25275 25276commit ea054fa66b839da5b44a13b0117e8569124ac306 25277Author: Pavlov Konstantin <thresh@videolan.org> 25278Date: Fri Apr 6 17:42:21 2007 +0000 25279 25280 We need at least QT4 4.2.0. 25281 25282commit 6f25345de995e892cc61a99a9e7f68c00564f67f 25283Author: Christophe Massiot <massiot@videolan.org> 25284Date: Fri Apr 6 16:55:20 2007 +0000 25285 25286 * modules/mux/mpeg/ts.c: Fixed comment. 25287 25288commit 9a1ab88d0c49d407b5bfdcf9dfe31f796ae34143 25289Author: Rafaël Carré <funman@videolan.org> 25290Date: Fri Apr 6 15:20:18 2007 +0000 25291 25292 Automatically loads dbus control interface in one-instance mode 25293 Adds one instance in NEWS 25294 25295commit de3efb7480be9ded8b74af9961bd5987c8dc3f98 25296Author: Rafaël Carré <funman@videolan.org> 25297Date: Fri Apr 6 15:19:10 2007 +0000 25298 25299 adds sanity check to module_Exists() 25300 25301commit 46cd2cb94381035b296ee65430f6eacae920896d 25302Author: Felix Paul Kühne <fkuehne@videolan.org> 25303Date: Fri Apr 6 14:49:00 2007 +0000 25304 25305 * don't export but check-out libdca from svn and limit it to rev 35, as the current r40 is broken 25306 25307commit 58cb81ace7d1a7fecfef033972a841d35260dfb4 25308Author: Jean-Baptiste Kempf <jb@videolan.org> 25309Date: Thu Apr 5 23:37:04 2007 +0000 25310 25311 Qt4 - Add default buttons. 25312 25313commit 3ad0ad05dc172f454c9806709e768c1a07184d1c 25314Author: Jean-Baptiste Kempf <jb@videolan.org> 25315Date: Thu Apr 5 23:28:04 2007 +0000 25316 25317 Qt4 - Small modifications to messages dialog. 25318 25319commit 19775ff82740cebdb58f4106b078784006c8c9d5 25320Author: Jean-Baptiste Kempf <jb@videolan.org> 25321Date: Thu Apr 5 22:33:27 2007 +0000 25322 25323 Qt4 - virtual bug once again. Add debug... 25324 25325commit 766acd386f15f51d1f6109a0f8b2dbbee773816a 25326Author: Jean-Baptiste Kempf <jb@videolan.org> 25327Date: Thu Apr 5 22:18:25 2007 +0000 25328 25329 Qt4 - Make Open dialog KDE/GNOME/WIN32 compliant for buttons... 25330 25331commit f5a1e36b2154b5e567d25385d1a5cbc797ec7cc4 25332Author: Jean-Baptiste Kempf <jb@videolan.org> 25333Date: Thu Apr 5 22:01:16 2007 +0000 25334 25335 Qt4 - Fix error in a previous commit. 25336 25337commit d3100ba4173d0881e411f18eddb594f69a87ab79 25338Author: Jean-Baptiste Kempf <jb@videolan.org> 25339Date: Thu Apr 5 21:45:51 2007 +0000 25340 25341 Qt4 - Update Preferences buttons to please any OS/DE. 25342 25343commit 20a60c3f06f03fba968c2409515192924f54a8cd 25344Author: Jean-Baptiste Kempf <jb@videolan.org> 25345Date: Thu Apr 5 21:28:08 2007 +0000 25346 25347 Qt4 - Remove useless ui setting. 25348 25349commit 07785891983a6b0ff01201770fb47f6ae3b5ffac 25350Author: Jean-Baptiste Kempf <jb@videolan.org> 25351Date: Thu Apr 5 21:26:58 2007 +0000 25352 25353 Qt4 - Small correction on messages behaviour Ref #777 25354 25355commit 34fb52f06f6ffa0e07d16c4b4a8a2c7716350be7 25356Author: Jean-Baptiste Kempf <jb@videolan.org> 25357Date: Thu Apr 5 20:50:55 2007 +0000 25358 25359 Qt4 - Avoid uic errors - Patch by stw - Closes #1002 25360 25361commit fac5ea40e4640b0cff2166bdedea33d50b9b775c 25362Author: Jean-Baptiste Kempf <jb@videolan.org> 25363Date: Thu Apr 5 20:30:09 2007 +0000 25364 25365 Qt4 - Fix the GotoTime handler. Closes #377. 25366 25367commit 60f4db26cd3f3a2257f14bc05c3339b98b4881ad 25368Author: Antoine Cellerier <dionoea@videolan.org> 25369Date: Thu Apr 5 19:24:18 2007 +0000 25370 25371 Please keep the coding style consistent inside the same source file. 25372 25373commit e560aff75a63b222bea9c92e6150bc7b6f669be3 25374Author: Rémi Denis-Courmont <rem@videolan.org> 25375Date: Thu Apr 5 18:31:27 2007 +0000 25376 25377 Revert previous commit. 25378 I thought the comments where pretty clear. 25379 25380commit db9d9941618ed8641ed18c34a9968e51892979c6 25381Author: Rafaël Carré <funman@videolan.org> 25382Date: Thu Apr 5 17:08:49 2007 +0000 25383 25384 Streaming output works again. Closes #1047 25385 25386commit 3f35c3e3b36115237553aa8117160435e2fdd9e5 25387Author: Rémi Denis-Courmont <rem@videolan.org> 25388Date: Thu Apr 5 16:53:22 2007 +0000 25389 25390 Revert [19092] and really fix the variable naming problem - closes #1082 25391 25392commit 620490ef6bd661c1e8e5cd22369073314c20f80f 25393Author: Rémi Denis-Courmont <rem@videolan.org> 25394Date: Thu Apr 5 16:51:55 2007 +0000 25395 25396 Spawn some more warnings 25397 before they become an endangered species 25398 25399commit 76c61d4ce32ab792fa0f7955553c51ba6106c83d 25400Author: Rémi Denis-Courmont <rem@videolan.org> 25401Date: Thu Apr 5 16:49:01 2007 +0000 25402 25403 missing errno.h 25404 25405commit 0e39834a0ac7ba0f9f492881ef90902f5d8fedd5 25406Author: Rémi Denis-Courmont <rem@videolan.org> 25407Date: Thu Apr 5 16:42:16 2007 +0000 25408 25409 Compiler warnings rampage 25410 25411commit a6361e58fd585c7653e3047cece4ca2370c6868b 25412Author: Rémi Denis-Courmont <rem@videolan.org> 25413Date: Thu Apr 5 16:37:46 2007 +0000 25414 25415 Handle I/O errors 25416 25417commit 446ff43da07f056dd7613ce876ccd2086fe8353b 25418Author: Rafaël Carré <funman@videolan.org> 25419Date: Thu Apr 5 16:33:25 2007 +0000 25420 25421 Fixes InitDeviceValues() using old HAL api 25422 25423commit e1b883b20ec1cfcf01b25f26458eda3df0a81947 25424Author: Rémi Denis-Courmont <rem@videolan.org> 25425Date: Thu Apr 5 15:58:08 2007 +0000 25426 25427 Handle I/O errors properly 25428 (disk full?) 25429 25430commit f46a9806fe5995dd963920ab4ecdbf2c48e6d401 25431Author: Rémi Denis-Courmont <rem@videolan.org> 25432Date: Thu Apr 5 15:43:28 2007 +0000 25433 25434 Fix expansion-unsafe macro 25435 25436commit d83d19bd4a572c81e3c88e4bc9b0587c65750423 25437Author: Rémi Denis-Courmont <rem@videolan.org> 25438Date: Thu Apr 5 15:36:22 2007 +0000 25439 25440 Fix compiler warnings 25441 25442commit 9035e1a6f7d2f566e980dbaa6fec4b6e7f764cc8 25443Author: Rémi Denis-Courmont <rem@videolan.org> 25444Date: Thu Apr 5 15:29:32 2007 +0000 25445 25446 Fix compiler warning 25447 25448commit 5c0e385a484c1f28ebf9e2a4b33ecbdf07959a8f 25449Author: Jean-Paul Saman <jpsaman@videolan.org> 25450Date: Thu Apr 5 12:09:00 2007 +0000 25451 25452 Various compile fixes for modules/codec/xvmc 25453 25454commit f4e4859fd74264e27f3e1c29fef6a46abc603610 25455Author: Jean-Paul Saman <jpsaman@videolan.org> 25456Date: Thu Apr 5 11:06:45 2007 +0000 25457 25458 Fix missing initializer compiler. Use memset to properly clear the entire struct. 25459 25460commit 21bd97f551b0e8beb482817e4fc27fbf682559cd 25461Author: Antoine Cellerier <dionoea@videolan.org> 25462Date: Thu Apr 5 09:05:05 2007 +0000 25463 25464 Add news about moduleinstance specific commands being available from the telnet interface. 25465 25466commit 3e3cfc168c553360607663517e82bfa3d2a85b76 25467Author: Jean-Baptiste Kempf <jb@videolan.org> 25468Date: Thu Apr 5 01:13:05 2007 +0000 25469 25470 Qt4 - Open and Streaming Dialogs. 25471 This commit should show the correct dialogs in the correct order. It keeps the previous behaviour of the "Streaming" from the "Media" menu. 25472 /!\ The intelligence is surely not accurate and stream() may need to be redirected to playOrEnqueue as open() and enqueue() do in order to be correctly parsed before... Need a bit more knowledge on playlist to be sure. 25473 25474commit a1f000698c2c5210a40a913133bcb45cdc72a442 25475Author: Jean-Baptiste Kempf <jb@videolan.org> 25476Date: Wed Apr 4 23:16:41 2007 +0000 25477 25478 qt4 - i18n - Don't use HTML tags. 25479 25480commit 031dc0b0f7a2c162e396ed676bb1887a1249e449 25481Author: Jean-Baptiste Kempf <jb@videolan.org> 25482Date: Wed Apr 4 23:10:28 2007 +0000 25483 25484 Qt4 - Don't use html tags in strings ... This breaks all the i18n thing. 25485 25486commit 1d44e0c13973c03e6ae8d254c2b551285b592e25 25487Author: Jean-Baptiste Kempf <jb@videolan.org> 25488Date: Wed Apr 4 22:21:31 2007 +0000 25489 25490 Qt4 - Remove unnecessary files from Modules.am 25491 25492commit 010bdc77b4098328cdd9d59a3466c5eda970fce3 25493Author: Jean-Baptiste Kempf <jb@videolan.org> 25494Date: Wed Apr 4 22:19:17 2007 +0000 25495 25496 qt4 - remove unneeded file. 25497 25498commit 6aa543713d3f9759aac245e4289376ef187770bb 25499Author: Antoine Cellerier <dionoea@videolan.org> 25500Date: Wed Apr 4 21:58:51 2007 +0000 25501 25502 * Core: add var_Command function. This is used to execute a command registered on a object with a given name. 25503 * rc.c: use var_Command (instead of own code) 25504 * telnet.c: add support for object commands (like in the rc interface) 25505 25506commit ac058faeb4b10effd1fbdfbf87073ea002e067f5 25507Author: Rafaël Carré <funman@videolan.org> 25508Date: Wed Apr 4 21:28:10 2007 +0000 25509 25510 Enables D-Bus on BSD systems 25511 25512commit 3cb144947e82e52e9486ab5189e58787053d99b1 25513Author: Jean-Baptiste Kempf <jb@videolan.org> 25514Date: Wed Apr 4 21:26:01 2007 +0000 25515 25516 Qt4 - wording corrections. By Llynix 25517 25518commit 2ddcaac3ada8329d80af74f1c1301c9a12cb9635 25519Author: Jean-Baptiste Kempf <jb@videolan.org> 25520Date: Wed Apr 4 21:20:52 2007 +0000 25521 25522 qt 4 - s/interface/instance... 25523 error catched by Llynix 25524 25525commit 2ac7392dadb6b6d7482c22534af898ba1cf8ecaf 25526Author: Antoine Cellerier <dionoea@videolan.org> 25527Date: Wed Apr 4 20:57:37 2007 +0000 25528 25529 Add callback to change mosaic mask at runtime. 25530 25531commit 5fc93542f8697cb23054ebbb3467788a1a6dba27 25532Author: Jean-Baptiste Kempf <jb@videolan.org> 25533Date: Wed Apr 4 20:41:39 2007 +0000 25534 25535 Qt4 - SPrefsInterface Button is clicked by default. 25536 25537commit 6b1af002854395958a4f2871ab9eed54348d542b 25538Author: Antoine Cellerier <dionoea@videolan.org> 25539Date: Wed Apr 4 20:37:28 2007 +0000 25540 25541 Remove mask picture_t leak. 25542 25543commit 0f261c47fdf63b6dce92bc5d80c7f669cc545c28 25544Author: Rafaël Carré <funman@videolan.org> 25545Date: Wed Apr 4 20:31:44 2007 +0000 25546 25547 Use local copies for album art, rather than download it from amazon 25548 25549commit 321a42ec2cc0a6cde5768832deced2ea82879410 25550Author: Antoine Cellerier <dionoea@videolan.org> 25551Date: Wed Apr 4 20:31:07 2007 +0000 25552 25553 Add mosaic_bridge transparency mask to the NEWS. 25554 25555commit 89d87da54dafa0397de5dc4c89a4b3162f8a8959 25556Author: Antoine Cellerier <dionoea@videolan.org> 25557Date: Wed Apr 4 20:29:17 2007 +0000 25558 25559 Add new "mask" option to the mosaic_bridge module. This makes it possible to define a transparency mask used during mosaic blending. Example usage follows: 25560 25561 ./vlc -I telnet --color -vvv --vlm-conf mosaic.vlm --mosaic-width 360 --mosaic-height 270 --mosaic-rows 6 --mosaic-cols 6 --mosaic-keep-picture --fake-file ~/images/mire.jpg --fake-width 360 --fake-height 270 --no-audio --sub-filter mosaic 25562 25563 And the vlm config: 25564 25565 new channel0 broadcast enabled 25566 setup channel0 input /home/dionoea/media/redefined-nintendo.mpg 25567 setup channel0 output #duplicate{dst=mosaic-bridge{id=0,height=270,width=360,mask=/home/dionoea/images/cone_360x270.png},select=video,dst=bridge-out{id=0},select=audio} 25568 25569 new background broadcast enabled 25570 setup background input fake: 25571 #setup background output #bridge-in:display 25572 control background play 25573 25574 control channel0 play 25575 25576 The files used are available on http://people.videolan.org/~dionoea/mosaic/ if you want to test. (This will blend the redefined nintendo video in a cone like region) 25577 25578commit a02f6eb6cb92ae3733a47a22cb82a26f70dc1885 25579Author: Felix Paul Kühne <fkuehne@videolan.org> 25580Date: Wed Apr 4 20:28:44 2007 +0000 25581 25582 * make sure that the fspanel is being actived in all possible vout-goes-fullscreen ways (closed #1132, forward-porting [19667]) 25583 25584commit 73ad620ea447e192b2bb1cb7ce1693642640be16 25585Author: Felix Paul Kühne <fkuehne@videolan.org> 25586Date: Wed Apr 4 20:07:59 2007 +0000 25587 25588 * fixed grammar (closes #1099); I would still prefer 'is up-to-date' instead of the current wording ;) 25589 25590commit 9df8deecb95d04e491f30608680b0408fc7ad338 25591Author: Rafaël Carré <funman@videolan.org> 25592Date: Wed Apr 4 20:02:34 2007 +0000 25593 25594 Use new gnome-screensaver D-Bus interface 25595 25596commit 661a0a410302d2d6d11654110967b1d9611df843 25597Author: Loïc Minier <lool@videolan.org> 25598Date: Wed Apr 4 14:20:36 2007 +0000 25599 25600 * Fix missing include causing a build failure with GCC 4.3; patch by 25601 Martin Michlmayr; Debian #417750. 25602 25603commit df0405519aeaf36b790a6ef8eb11d6c227c8aa23 25604Author: Christophe Mutricy <xtophe@videolan.org> 25605Date: Wed Apr 4 11:26:16 2007 +0000 25606 25607 Gettext produce libintl.h or libgnuintl.h depending the situation. 25608 So patch libgnuintl.h.in so both header got the patch. 25609 For win32 it seems to produce libintl.h so kludge this one. 25610 25611commit 925ab46a94adc6829afd7990a58bb11ed19cf232 25612Author: Jean-Baptiste Kempf <jb@videolan.org> 25613Date: Wed Apr 4 00:20:36 2007 +0000 25614 25615 qt4 - Rename a confusing component 25616 25617commit 3a7f613664abb03bc1cd64e8e4e36fe9c9c777b4 25618Author: Jean-Baptiste Kempf <jb@videolan.org> 25619Date: Wed Apr 4 00:05:33 2007 +0000 25620 25621 Qt4 - New Simple Preferences look'n feel. Should work without too many segfaults... Got rid of the QListWidget thing. 25622 Some look has still to be done, especially for size/margin/padding. 25623 I don't know yet if the look of the button will be like that ( flat, rounded onMouseOver, darked onCliked) 25624 25625commit 1580eede985d8a04df8a5ecc5a543df055b6d0b5 25626Author: Jean-Baptiste Kempf <jb@videolan.org> 25627Date: Tue Apr 3 21:31:41 2007 +0000 25628 25629 Qt4 - oops... Forgot that file in the precedent commit... 25630 25631commit 2d1e22b55d13f8cafd432d21e16a70b0f62c9b45 25632Author: Jean-Baptiste Kempf <jb@videolan.org> 25633Date: Tue Apr 3 20:51:36 2007 +0000 25634 25635 Qt4 - Dialog. fix the reparenting Open Dialog for Win32 25636 25637commit 3c81d1e9272eb85f90126bd7f787a566c7a10636 25638Author: Pierre d'Herbemont <pdherbemont@videolan.org> 25639Date: Tue Apr 3 16:46:15 2007 +0000 25640 25641 Mac OS X package: When the dmg is opened force the open of the dmg window. Order the icon, and prepare the use of background image. 25642 25643commit 17bd1790dfcb1d937d04a716827fd24693bc3a43 25644Author: Christophe Mutricy <xtophe@videolan.org> 25645Date: Tue Apr 3 16:01:25 2007 +0000 25646 25647 Only install libswscale.pc and swscale headers when needed. 25648 This is in the process to be submitted upstream 25649 25650commit 85a28ba6c1d0a16ec4e608eb617a9ae006b61dc7 25651Author: Jean-Paul Saman <jpsaman@videolan.org> 25652Date: Tue Apr 3 11:29:56 2007 +0000 25653 25654 Cleanup patch had 2 config.macosx entries. 25655 25656commit 86a8407f821df5c6aba159e07c91d98c7b9f222f 25657Author: Jean-Paul Saman <jpsaman@videolan.org> 25658Date: Tue Apr 3 11:27:19 2007 +0000 25659 25660 Fix bug get_aspectRatio() that returned wrong error code. 25661 25662commit 5c720da712ccc04f8ac30efa65b08811f9b423fb 25663Author: Jean-Paul Saman <jpsaman@videolan.org> 25664Date: Tue Apr 3 10:33:07 2007 +0000 25665 25666 Update libintl.patch. The include file has been renamed to libgnuintl.h in this gettext version. 25667 25668commit 02c1623496431587fb03bb75031af45160c3bb36 25669Author: Christophe Mutricy <xtophe@videolan.org> 25670Date: Tue Apr 3 09:39:58 2007 +0000 25671 25672 Some files have been renamed and some added 25673 25674commit 2b5f80dbc510d04c266e304c5fcfeced78ab3d38 25675Author: Pierre d'Herbemont <pdherbemont@videolan.org> 25676Date: Mon Apr 2 22:24:26 2007 +0000 25677 25678 Mac OS X gui: Fix a crash when asking for fullscreen state when no p_real_vout is defined. 25679 25680commit e544f7ca608c40e14dc5d18f051d1dc8e91d681e 25681Author: Christophe Mutricy <xtophe@videolan.org> 25682Date: Mon Apr 2 22:17:19 2007 +0000 25683 25684 ffmpeg: targetos must now be in lower case. 25685 25686commit 3c7a4de70f9f9ebfb3f264fb4832ddaea67212e6 25687Author: Antoine Cellerier <dionoea@videolan.org> 25688Date: Mon Apr 2 21:34:08 2007 +0000 25689 25690 Add news about the new blending chroma support -> mosaic perf improvement. 25691 25692commit 78fe0c6b9153f99743f9e66de1f0b4519ee69520 25693Author: Antoine Cellerier <dionoea@videolan.org> 25694Date: Mon Apr 2 21:03:58 2007 +0000 25695 25696 mosaic.c: If we're not using bluescreen stuff (which needs per pixel alpha values), then use I420 instead of YUVA when resizing the images. (see previous commit for explanation.) 25697 25698commit 602d3bac845de6eb84a091ce30979b6886836b52 25699Author: Antoine Cellerier <dionoea@videolan.org> 25700Date: Mon Apr 2 20:58:14 2007 +0000 25701 25702 Use I420 image buffers instead of YUVA for mosaic bridge. Impact on CPU usage for test case (http://people.videolan.org/~dionoea/mosaic/ basically a 6x5 mosaic displayed locally) is 155% -> 85% if alpha == 255, 166% -> 110% if alpha == 128. 25703 25704commit 1106a14087d306e0d1951fd57ab527332d086615 25705Author: Antoine Cellerier <dionoea@videolan.org> 25706Date: Mon Apr 2 20:54:52 2007 +0000 25707 25708 Fix I420/YV12 -> * blending. Looks like we did need separate functions. 25709 25710commit 2b5629b6f4920f02b2bbb62683f7ad2d7d386c9e 25711Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 25712Date: Mon Apr 2 17:55:13 2007 +0000 25713 25714 bindings/python/vlc_internal: implement vlc_object_find_name support 25715 25716commit 7255a5e6399f723e24ab9227d12e547e46036e8a 25717Author: Antoine Cellerier <dionoea@videolan.org> 25718Date: Mon Apr 2 16:24:23 2007 +0000 25719 25720 also scale I420/YV12. (untested) (btw, why don't we use the "normal" scaling modules for sub pictures?) 25721 25722commit c0653a1694d66e291a737f3c972e1aca7fbe22ec 25723Author: Antoine Cellerier <dionoea@videolan.org> 25724Date: Mon Apr 2 09:18:12 2007 +0000 25725 25726 * Untested YV12/I420 -> * blending. Works exactly like YUVA blending except when i_trans == 255. This should improve Mosaic performance. (still needs 1 or 2 changes to the mosaic_bridge and mosaic modules). 25727 * Don't try blending if i_trans == 0. 25728 25729commit 01828c0482f263096f975d939e3485b594116e34 25730Author: Jean-Baptiste Kempf <jb@videolan.org> 25731Date: Sun Apr 1 23:16:59 2007 +0000 25732 25733 Qt4 - Enter key does always close() a dialog. Correction of a virtual keyword missing. 25734 25735commit 9df6d11ec8e4e8392ae415ad97dcfce84650fe0d 25736Author: Antoine Cellerier <dionoea@videolan.org> 25737Date: Sun Apr 1 21:29:43 2007 +0000 25738 25739 Add some qfu and qtu calls for string values. 25740 25741commit d8aaa1c5d461260939a5f47d686c3e3864577510 25742Author: Antoine Cellerier <dionoea@videolan.org> 25743Date: Sun Apr 1 21:17:31 2007 +0000 25744 25745 Add new --sdl-chroma option to force the used chroma. 25746 25747commit 37f3331d392baa189a2ad7e83c3fa3c032fd3139 25748Author: Antoine Cellerier <dionoea@videolan.org> 25749Date: Sun Apr 1 20:55:36 2007 +0000 25750 25751 don't invert the function names. 25752 25753commit 46ad186a6754170023e9de14172bd4d339949097 25754Author: Jean-Baptiste Kempf <jb@videolan.org> 25755Date: Sun Apr 1 20:55:00 2007 +0000 25756 25757 Qt4 - try to provide the missing dialogs for the dialog provider. Should fix skins2 problem on windows. 25758 25759commit c4378273618766005c4aed20385590727cadfb75 25760Author: Jean-Baptiste Kempf <jb@videolan.org> 25761Date: Sun Apr 1 20:49:52 2007 +0000 25762 25763 Add a define for the EXTENDED dialog for further use (skins2 ? ) 25764 25765commit ba47552d50efc213611ffeb3cc4a15792b3443d0 25766Author: Antoine Cellerier <dionoea@videolan.org> 25767Date: Sun Apr 1 20:38:21 2007 +0000 25768 25769 Untested RGBA -> YUV Packed blending. 25770 25771commit 2bc5973b7e1c493aadd33c37a3c8a1d7b0e068b7 25772Author: Antoine Cellerier <dionoea@videolan.org> 25773Date: Sun Apr 1 20:22:01 2007 +0000 25774 25775 Untested RGBA -> RV16 blending (I420 and RV24 work fine). 25776 25777commit bc63ebc2ee1abb1b8a3cd49c1ed25128a3159ad2 25778Author: Pierre d'Herbemont <pdherbemont@videolan.org> 25779Date: Sun Apr 1 19:13:52 2007 +0000 25780 25781 Mac OS X gui: Label the option "Check for VLC update automatically" rather than "Check for update when VLC is launched". 25782 25783commit fc5f7efa46cbea4e06a5411f932a760603c2b905 25784Author: Pierre d'Herbemont <pdherbemont@videolan.org> 25785Date: Sun Apr 1 17:41:51 2007 +0000 25786 25787 Mac OS X gui: Ask the user if she wants to check update on startup. And if so, check for update only every two days. 25788 25789commit 3bf0dec45b8d1cc11d01aad606f990b2b809e439 25790Author: Antoine Cellerier <dionoea@videolan.org> 25791Date: Sun Apr 1 17:22:15 2007 +0000 25792 25793 Remove some debug messages and fix the sub-picture chain update target. 25794 25795commit ad185129ede08877e1298a8bb6038e6ec055b067 25796Author: Antoine Cellerier <dionoea@videolan.org> 25797Date: Sun Apr 1 17:21:48 2007 +0000 25798 25799 Allow changing the subpicture filter chain at runtime. (This currently kind of segfaults some of the time (after 2 changes) ... somemore bughunting is needed) 25800 25801commit 9d7dfdf986c9957b28c693d6d72adc872d9dd89a 25802Author: Antoine Cellerier <dionoea@videolan.org> 25803Date: Sun Apr 1 17:17:16 2007 +0000 25804 25805 Remove trailing space. 25806 25807commit 7dcb37a416095b8e72a1acf82062281333de10ef 25808Author: Jean-Baptiste Kempf <jb@videolan.org> 25809Date: Sun Apr 1 17:07:36 2007 +0000 25810 25811 Qt4 - Regroup in a better way the menus. 25812 25813commit 0c99373e8d2a7e59201496ed5495f751a76d9815 25814Author: Jean-Baptiste Kempf <jb@videolan.org> 25815Date: Sun Apr 1 17:03:59 2007 +0000 25816 25817 qt4 - shortcuts corrections and enhancements. 25818 25819commit 5858f28b44189b3b9473d5af9426bd3e5950cdaf 25820Author: Jean-Baptiste Kempf <jb@videolan.org> 25821Date: Sun Apr 1 16:33:00 2007 +0000 25822 25823 Qt4 - Ambiguous shortcut overload: Ctrl+ P 25824 25825commit f6135e0e37c4db7e651290f2a75b0fb7cd29d7d3 25826Author: Jean-Baptiste Kempf <jb@videolan.org> 25827Date: Sun Apr 1 16:29:04 2007 +0000 25828 25829 Qt4 - Goto Time, IA 25830 25831commit d3efb9b0486b9c8ebfe582ba70873ae1982d60ac 25832Author: Antoine Cellerier <dionoea@videolan.org> 25833Date: Sun Apr 1 16:27:53 2007 +0000 25834 25835 Add calls to config_Put* to make sure that the configuration values survive a filter instance destruction. 25836 25837commit 5743cb83c12086e6fa8f9064382c8da33109d1af 25838Author: Antoine Cellerier <dionoea@videolan.org> 25839Date: Sun Apr 1 16:24:08 2007 +0000 25840 25841 95% of the video filters extended panel is now done. It's just missing the combo box related code. 25842 25843commit e3d735fe55468655cbb806c5e01908f234a3f7f9 25844Author: Jean-Baptiste Kempf <jb@videolan.org> 25845Date: Sun Apr 1 13:21:58 2007 +0000 25846 25847 update. Almost ok. 25848 25849commit 15835550fefef4c87c6dfeb2bbd48de61fef999c 25850Author: Jean-Baptiste Kempf <jb@videolan.org> 25851Date: Sun Apr 1 13:07:06 2007 +0000 25852 25853 LIST update (3) 25854 25855commit eb33bc2c83c2d98566c3692c00e855ce98d9187a 25856Author: Jean-Baptiste Kempf <jb@videolan.org> 25857Date: Sun Apr 1 12:51:09 2007 +0000 25858 25859 LIST update (2) 25860 25861commit 27630e1c490ad55f954e75460011566674b67b84 25862Author: Jean-Baptiste Kempf <jb@videolan.org> 25863Date: Sun Apr 1 12:37:17 2007 +0000 25864 25865 LIST. update (1) 25866 25867commit 64c7d58729b8435097bf3abfeb58fdd130c15fcd 25868Author: Derk-Jan Hartman <hartman@videolan.org> 25869Date: Sun Apr 1 11:58:34 2007 +0000 25870 25871 * Don't enable libIDL. we don't really need it atmo 25872 25873commit 25964f0e68c80743f01f2a9ee701d551ffd081bf 25874Author: Jean-Baptiste Kempf <jb@videolan.org> 25875Date: Sun Apr 1 01:23:15 2007 +0000 25876 25877 qt4 - GotoTime dialog button, with handling for KDE/Gnome fanatics. 25878 25879commit c0060315051660ea6f0d771f11796ca99d97d917 25880Author: Jean-Baptiste Kempf <jb@videolan.org> 25881Date: Sun Apr 1 00:53:43 2007 +0000 25882 25883 Contrib: update gettext to 0.16.1 25884 25885commit b401905ef2874fe236ca62fd0110a99d37497fe1 25886Author: Jean-Baptiste Kempf <jb@videolan.org> 25887Date: Sun Apr 1 00:20:50 2007 +0000 25888 25889 Forgotten in last commit. 25890 25891commit eb8cd7b5acae3286a1a433af85c4e8e2b65f77ba 25892Author: Jean-Baptiste Kempf <jb@videolan.org> 25893Date: Sun Apr 1 00:12:22 2007 +0000 25894 25895 Update Contribs to twolame 3.10 and remove patch included upstream. 25896 25897commit 40673fb3e645b112c7122ed74916685279c96058 25898Author: Jean-Baptiste Kempf <jb@videolan.org> 25899Date: Sat Mar 31 23:19:41 2007 +0000 25900 25901 Really fix Makefile for extras 25902 25903commit b0d80c32a4a3f2b8b33aa85f335b66bc28f1102b 25904Author: Antoine Cellerier <dionoea@videolan.org> 25905Date: Sat Mar 31 23:12:00 2007 +0000 25906 25907 Fix extra makefile. 25908 25909commit 00574ad529949f84025d096590f7e18be3a03a3c 25910Author: Jean-Baptiste Kempf <jb@videolan.org> 25911Date: Sat Mar 31 22:58:10 2007 +0000 25912 25913 DON'T BUILD FFMPEG w --enable-swscaler. 25914 Don't use stupid dirac patch. 25915 25916commit df507aa7f3649f100615e4578b283af1aa06da38 25917Author: Antoine Cellerier <dionoea@videolan.org> 25918Date: Sat Mar 31 22:03:59 2007 +0000 25919 25920 Remove trailing space. 25921 25922commit 74d80d86fec8f3138af83da15842be87af54d64d 25923Author: Antoine Cellerier <dionoea@videolan.org> 25924Date: Sat Mar 31 22:01:07 2007 +0000 25925 25926 Make it possible to change puzzle parmaeters after filter launch. 25927 25928commit 7fbd1ca82e806a44e23510f35a70c4e87cde0998 25929Author: Antoine Cellerier <dionoea@videolan.org> 25930Date: Sat Mar 31 21:52:33 2007 +0000 25931 25932 Make it possible to change sharpen sigma after filter launch. 25933 25934commit 5a71baac65d43b7527b4ee75c3b1f825f787cde8 25935Author: Antoine Cellerier <dionoea@videolan.org> 25936Date: Sat Mar 31 21:47:11 2007 +0000 25937 25938 Make it possible to change the blur factor after filter launch. 25939 25940commit 0ea9e4b45fe355dac074bb811ab0642a388fa9ed 25941Author: Antoine Cellerier <dionoea@videolan.org> 25942Date: Sat Mar 31 21:38:24 2007 +0000 25943 25944 Gradient options are now commands. 25945 25946commit 57e21062fa504b10e9ac2f92fd4b513d8e2dce75 25947Author: Antoine Cellerier <dionoea@videolan.org> 25948Date: Sat Mar 31 21:25:36 2007 +0000 25949 25950 Enable config chain syntax and flag the vars as commands. 25951 25952commit 0f9d1f9e98f6b63a28e36a35f9a37cec722cc295 25953Author: Antoine Cellerier <dionoea@videolan.org> 25954Date: Sat Mar 31 21:16:49 2007 +0000 25955 25956 Compile "fix". 25957 25958commit 514f568e168acd62f0e5f2e510d0900b9344b7f9 25959Author: Antoine Cellerier <dionoea@videolan.org> 25960Date: Sat Mar 31 21:11:37 2007 +0000 25961 25962 Da über video filter control panel (I'll add a simple mode once this one works). 25963 25964commit 1f382c03ef1022920cc5151c8ff186d26c29b672 25965Author: Antoine Cellerier <dionoea@videolan.org> 25966Date: Sat Mar 31 20:37:13 2007 +0000 25967 25968 Remove trailing spaces. 25969 25970commit 3558ffb00e4819ee3d3e2dd01a3fcf7bb5c34770 25971Author: Antoine Cellerier <dionoea@videolan.org> 25972Date: Sat Mar 31 20:07:58 2007 +0000 25973 25974 s/splitted/split/ 25975 25976commit aa02864cbab21136b17322841c0b845b9b2c3145 25977Author: Antoine Cellerier <dionoea@videolan.org> 25978Date: Sat Mar 31 20:00:03 2007 +0000 25979 25980 convert a few printfs to msg_Dbg. 25981 25982commit 1309f14889aed40073e79942e4919a21649ac474 25983Author: Antoine Cellerier <dionoea@videolan.org> 25984Date: Sat Mar 31 19:53:23 2007 +0000 25985 25986 Make it possible to change the extracted color once the module is launched. 25987 25988commit 71a183b9a7c6d0ed146a3f804a0dd1cf2d377134 25989Author: Antoine Cellerier <dionoea@videolan.org> 25990Date: Sat Mar 31 19:08:12 2007 +0000 25991 25992 Check the input chroma. (We only want to work on I420 for the moment) 25993 25994commit 4d708a514036a2eec993b0b4a1cc5c9ecee26e7a 25995Author: Jean-Baptiste Kempf <jb@videolan.org> 25996Date: Sat Mar 31 18:41:47 2007 +0000 25997 25998 Mention the HTML subtitles support. 25999 26000commit c77b77a119aa25d536bb843433590e7096b67274 26001Author: Antoine Cellerier <dionoea@videolan.org> 26002Date: Sat Mar 31 18:38:05 2007 +0000 26003 26004 Add to the news 26005 26006commit ef8b4b02c7c015aced2cf4d6a47e65aeca547642 26007Author: Antoine Cellerier <dionoea@videolan.org> 26008Date: Sat Mar 31 18:37:16 2007 +0000 26009 26010 New erase video filter (to remove logos). Example command line: ./vlc --video-filter "erase{mask=/home/dionoea/images/cone-small.png,x=50,y=50}" --no-audio --color -v -I rc ~/media/redefined-nintendo.mpg 26011 26012commit eff628e2cd819e5de534cef1b1d8cc34ab2d8246 26013Author: Jean-Baptiste Kempf <jb@videolan.org> 26014Date: Sat Mar 31 17:57:52 2007 +0000 26015 26016 Qt4 - Rename dialog/prefs_dialog to dialog/preferences: files in dialog/ are already dialogs! 26017 26018commit f44ab9350d45e65881f3aa7653ff0f2389785710 26019Author: Filippo Carone <littlejohn@videolan.org> 26020Date: Sat Mar 31 17:32:30 2007 +0000 26021 26022 compile fixes 26023 26024commit ff68b4c05cd2821736ab6cfb2dee70f8b12481c8 26025Author: Jean-Baptiste Kempf <jb@videolan.org> 26026Date: Sat Mar 31 17:14:51 2007 +0000 26027 26028 Qt4 - Small correction to previous commit. Sorry. 26029 26030commit 5d9d238ceae3ac7431eefc1f2a778fb6691cbb54 26031Author: Jean-Baptiste Kempf <jb@videolan.org> 26032Date: Sat Mar 31 17:08:07 2007 +0000 26033 26034 Qt4 - GoToTime layout and design improvements. Not functionnal yet. 26035 26036commit f6b0cce8bfea7cad8d7ad352f6136765678215f8 26037Author: Antoine Cellerier <dionoea@videolan.org> 26038Date: Sat Mar 31 16:42:14 2007 +0000 26039 26040 Also use the V plane for motion detection. Remove unused code. 26041 26042commit da065dee8a42be3ce097f851b0c6b73b12bf0a67 26043Author: Antoine Cellerier <dionoea@videolan.org> 26044Date: Sat Mar 31 16:02:28 2007 +0000 26045 26046 scale.c: implement RGBA scaling. 26047 vout_subpictures.c: enable scaling for RGBA subpictures. 26048 26049commit 67e8b0e39b6e36088f2f9e5bbc1dc5c566006a82 26050Author: Antoine Cellerier <dionoea@videolan.org> 26051Date: Sat Mar 31 15:45:06 2007 +0000 26052 26053 Update the help strings. These should be autogenerated at run time (IMO)... else people won't notice commands added in other modules, like "adjust" for example. 26054 26055commit 8f1e2789ef2f7e3193638f936b4fd4d0ea4c8e43 26056Author: Antoine Cellerier <dionoea@videolan.org> 26057Date: Sat Mar 31 15:42:50 2007 +0000 26058 26059 Update NEWS to sync with [19549]. 26060 26061commit 78db441f592645a12574ef759b08d93bbcbc5903 26062Author: Antoine Cellerier <dionoea@videolan.org> 26063Date: Sat Mar 31 15:42:14 2007 +0000 26064 26065 Module specific commands change in rc.c. See http://article.gmane.org/gmane.comp.video.videolan.vlc.devel/28757 | sed 's/<at> /@/g' 26066 26067commit 4d8cbc47f9ddc1faabc4b8c9063089a3d4681344 26068Author: Antoine Cellerier <dionoea@videolan.org> 26069Date: Sat Mar 31 15:38:57 2007 +0000 26070 26071 vout_subpictures.c: Do not call the scaling module if the subpicture is using RGBA. The current way subpictures scaling and blending modules loading work is kind of flawed. It assumes that the module will be able to handle all the possible types of input chromas. This worked fine previously (since all modules allowing to scale/blend YUVP also handled YUVA), but doesn't now (the scaling module doesn't support RGBA. blending works fine). 26072 vout_pictures.*: Add core support for RGBA pictures. 26073 26074commit be1ee5f7680c5056d8fdcb722a3040eaf3ac2cd8 26075Author: Jean-Baptiste Kempf <jb@videolan.org> 26076Date: Sat Mar 31 15:31:26 2007 +0000 26077 26078 Qt4 - a few additions to the empty GotoTime dialog.. 26079 26080commit 89c1ffd3320da3a5020f721a10b8d6f6110ba0e6 26081Author: Jean-Baptiste Kempf <jb@videolan.org> 26082Date: Sat Mar 31 13:46:14 2007 +0000 26083 26084 Set the priority for qt4 / dialog_provider higher than wx 26085 26086commit be0f7096d3b923c98e69c23851bbd56523d4228f 26087Author: Jean-Baptiste Kempf <jb@videolan.org> 26088Date: Sat Mar 31 13:45:34 2007 +0000 26089 26090 Qt4 - Add a "Goto Time" dialog asked over and over. Empty dialog now. 26091 26092commit f75592eed0bd8bac1321e5bf5dfb248f8ae410fa 26093Author: Jean-Baptiste Kempf <jb@videolan.org> 26094Date: Sat Mar 31 13:44:22 2007 +0000 26095 26096 add a GOTOtime string. 26097 26098commit f4e4ec78c05a8eaceb2b8424d1ccf503e2b58ec2 26099Author: Jean-Baptiste Kempf <jb@videolan.org> 26100Date: Sat Mar 31 12:51:04 2007 +0000 26101 26102 qt4 - Make errors dialog Application Modal. 26103 26104commit e4168df7e7d817436c4eeb69eb3fc122d09d1796 26105Author: Jean-Baptiste Kempf <jb@videolan.org> 26106Date: Sat Mar 31 01:29:26 2007 +0000 26107 26108 qt4 - small and unimportant cosmetic change. 26109 26110commit ef3ddcbd1d236a32ab8d9e57af1500118914a341 26111Author: Jean-Baptiste Kempf <jb@videolan.org> 26112Date: Sat Mar 31 01:17:14 2007 +0000 26113 26114 Qt4 - Remove the enqueue button and regroup it under the play button, since it is far less used. KEEP IT SIMPLE :D 26115 xtophe, is that what you wanted ? 26116 Stream() does not do anything yet. 26117 26118commit 5021c9c913c9d1a397b5861b05c2f36d03c3605c 26119Author: Jean-Baptiste Kempf <jb@videolan.org> 26120Date: Fri Mar 30 22:31:33 2007 +0000 26121 26122 Repair ATI VCR2 support by using ffmpeg instead of libmpeg2 26123 26124commit 3d1de17e284988158cb8a4ae8c1c8be05f8fb475 26125Author: Antoine Cellerier <dionoea@videolan.org> 26126Date: Fri Mar 30 17:29:41 2007 +0000 26127 26128 Untested RGBA blending in I420, RV24 and RV32. 26129 26130commit f49699d4bf1a3ef7dd155a2dfefb6d3abd3ee3e7 26131Author: Pierre d'Herbemont <pdherbemont@videolan.org> 26132Date: Fri Mar 30 14:34:51 2007 +0000 26133 26134 Mac OS X gui: Attempt to fix compilation error. 26135 26136commit e863c3a480169ec8a9e3a0982028c8b646d695cc 26137Author: Christophe Mutricy <xtophe@videolan.org> 26138Date: Fri Mar 30 14:06:09 2007 +0000 26139 26140 Fix dirac patch 26141 26142commit 171ad3314ef99d1d88ee1a31af8d79149d621118 26143Author: Derk-Jan Hartman <hartman@videolan.org> 26144Date: Fri Mar 30 13:29:15 2007 +0000 26145 26146 * Missing part of previous commit [19535]. 26147 cleanup of freetype.c by Bernie Purcell 26148 26149commit db7b0a56aa13250845c4721f3cabb72d975128d6 26150Author: Derk-Jan Hartman <hartman@videolan.org> 26151Date: Fri Mar 30 12:51:46 2007 +0000 26152 26153 * Patch to support basic formatting in non-SSA/USF subtitle formats 26154 Several fixes for warnings. 26155 26156 by Bernie Purcell <b dot purcell at adbglobal dot com> 26157 26158commit 3740b74457fdc3a25309fc0fb4e55ee7caee5168 26159Author: Jean-Baptiste Kempf <jb@videolan.org> 26160Date: Thu Mar 29 23:04:38 2007 +0000 26161 26162 Libtiff repository has changed. 26163 26164commit 5637324016478e04563aa79651bec6041b6071d3 26165Author: Jean-Baptiste Kempf <jb@videolan.org> 26166Date: Thu Mar 29 22:53:45 2007 +0000 26167 26168 Qt4 - Cosmetics: adding a <hr /> bar in advanced. SHould it be wider ? 26169 26170commit f965bb1b3ec038e03bf9c77996066cf12ce40b87 26171Author: Jean-Baptiste Kempf <jb@videolan.org> 26172Date: Thu Mar 29 22:18:08 2007 +0000 26173 26174 Make the spacing coherent with the rest of the file. 26175 26176commit 3042de9acb33c92be9a1c7e1b557d309b21bf71a 26177Author: Jean-Baptiste Kempf <jb@videolan.org> 26178Date: Thu Mar 29 21:57:15 2007 +0000 26179 26180 Update News. 26181 26182commit 8664e302a73d98350a6a8898e80c839234c67e94 26183Author: Yoann Peronneau <yoann@videolan.org> 26184Date: Thu Mar 29 21:53:33 2007 +0000 26185 26186 * qt open dialog: double click plays the selected file 26187 26188commit ef627df2e6c80a341514a4ba47e0944176bdaa77 26189Author: Jean-Baptiste Kempf <jb@videolan.org> 26190Date: Thu Mar 29 21:52:08 2007 +0000 26191 26192 Add Flash Screen Video FourCC 26193 26194commit 39da1a6f19f39ce95d315961e627f444b3298307 26195Author: Jean-Baptiste Kempf <jb@videolan.org> 26196Date: Thu Mar 29 21:25:03 2007 +0000 26197 26198 Qt4 - cosmetic. 26199 26200commit 180a5255d6f2881bb3a1ece1030cec265d800908 26201Author: Jean-Baptiste Kempf <jb@videolan.org> 26202Date: Thu Mar 29 21:19:17 2007 +0000 26203 26204 Qt4 - More hotkeys. 26205 26206commit 6efc83a224d7b5e35bf4adc1ee969b761ac656e8 26207Author: Yoann Peronneau <yoann@videolan.org> 26208Date: Thu Mar 29 21:17:11 2007 +0000 26209 26210 * fix a segfault 26211 26212commit 05987b203abcb3d1278a5666f010ead313e0265f 26213Author: Jean-Baptiste Kempf <jb@videolan.org> 26214Date: Thu Mar 29 21:10:42 2007 +0000 26215 26216 Shortcuts. 26217 26218commit 6f273603e0a223bfe2874f4402b651960fa9c00c 26219Author: Christophe Mutricy <xtophe@videolan.org> 26220Date: Thu Mar 29 21:07:56 2007 +0000 26221 26222 don't build the doc in all cases for dirac 26223 26224commit b103c00ae8aaee8e474ef02f56f81ead2864963b 26225Author: Jean-Baptiste Kempf <jb@videolan.org> 26226Date: Thu Mar 29 20:15:45 2007 +0000 26227 26228 Clean. 26229 26230commit fd8a95173d690070bb4dc7b98eaabd8792b32ff2 26231Author: Yoann Peronneau <yoann@videolan.org> 26232Date: Thu Mar 29 20:08:25 2007 +0000 26233 26234 * qt: don't hide the file browser on double click 26235 26236commit 01c453a965eb17159f9463bbb3f3716644383ce3 26237Author: Damien Fouilleul <damienf@videolan.org> 26238Date: Thu Mar 29 08:00:16 2007 +0000 26239 26240 vlcshell.cpp: compile fix 26241 26242commit 2d3624caccab3dc11fee9bded0faacc484678043 26243Author: Damien Fouilleul <damienf@videolan.org> 26244Date: Wed Mar 28 22:02:51 2007 +0000 26245 26246 - mozilla: support for libvlc_video_redraw_rectangle() message for PAINT events and misc cleanups 26247 26248commit 9ba00f59d5574b8486c6df84cd86173e6912ac66 26249Author: Damien Fouilleul <damienf@videolan.org> 26250Date: Wed Mar 28 22:00:48 2007 +0000 26251 26252 voutgl.m: support for VOUT_REDRAW_RECT in agl code, also added some smarts regarding handling null clip regions, which causes video flickers on Firefox/MacOSX when scrolling a page containing the mozilla plugin 26253 26254commit d546db7e00585a5d5024d01d4cf82794e38c849c 26255Author: Damien Fouilleul <damienf@videolan.org> 26256Date: Wed Mar 28 21:57:39 2007 +0000 26257 26258 - libvlc: new libvlc_video_redraw_rectangle() API, this allows caller to tell vout to redraw part of video, vout needs to implement VOUT_REDRAW_RECT message to support this 26259 26260commit 1917275ee372318108aab4a427e5b156078444b3 26261Author: Christophe Mutricy <xtophe@videolan.org> 26262Date: Wed Mar 28 21:28:24 2007 +0000 26263 26264 Protect header against double inclusion 26265 26266commit 93f85dc75235c05a0edab277e68a503a836b898f 26267Author: Yoann Peronneau <yoann@videolan.org> 26268Date: Wed Mar 28 18:53:27 2007 +0000 26269 26270 * qt: escape key on QVLCFrame and QVLCDialog closes them 26271 26272commit c8540099215fed4e2094e5157d798972888b8075 26273Author: Yoann Peronneau <yoann@videolan.org> 26274Date: Wed Mar 28 18:28:56 2007 +0000 26275 26276 * QT prefs: escape key closes the dialog 26277 26278commit c6e9c5ac3a1b3b1655c7f297960076c8b4aa19b8 26279Author: Pierre d'Herbemont <pdherbemont@videolan.org> 26280Date: Wed Mar 28 17:31:28 2007 +0000 26281 26282 http Access: Make sure non-absolute relocation is handled properly in a https session (thanks courmish). 26283 26284commit 6040c07a76129070860a65bb6b44ed9405e02175 26285Author: Rémi Denis-Courmont <rem@videolan.org> 26286Date: Wed Mar 28 16:23:40 2007 +0000 26287 26288 Limit RTCP sending to one every five seconds as per RFC3550 26289 26290commit e910ff15eb7c297d21f8ae7317e9ac80b5e8e375 26291Author: Pierre d'Herbemont <pdherbemont@videolan.org> 26292Date: Wed Mar 28 11:12:26 2007 +0000 26293 26294 http Access: Avoid using an empty pointer (Oops). 26295 26296commit 7b817766c125b03b0392dbe79a0edb2014f4b61c 26297Author: Pierre d'Herbemont <pdherbemont@videolan.org> 26298Date: Wed Mar 28 10:26:05 2007 +0000 26299 26300 http Access: Make sure we handle redirection that don't include the server name. 26301 26302commit 921c8328e40d6451fe48975508ed08867549a533 26303Author: Pierre d'Herbemont <pdherbemont@videolan.org> 26304Date: Tue Mar 27 23:53:28 2007 +0000 26305 26306 Mac OS X gui: checkForUpdate may not run on first thread. Hence alloc an autorelease pool in checkForUpdate. 26307 26308commit 572412852e340bc9d92fbfd06e7b2b896ad84c0c 26309Author: Pierre d'Herbemont <pdherbemont@videolan.org> 26310Date: Tue Mar 27 23:18:56 2007 +0000 26311 26312 Mac OS X gui: Remove unwanted NSLog from r19508. 26313 26314commit c1f7a6466c7d1fb9fa0cc545751aa3f7a669f311 26315Author: Pierre d'Herbemont <pdherbemont@videolan.org> 26316Date: Tue Mar 27 23:17:37 2007 +0000 26317 26318 Mac OS X gui: Check for update on startup. 26319 26320commit 89c24db9d6fa22bd79e97e71f2bf0248c9b145d7 26321Author: Pierre d'Herbemont <pdherbemont@videolan.org> 26322Date: Tue Mar 27 22:27:07 2007 +0000 26323 26324 Mac OS X gui: Fix libvlc key handling when leaving fullscreen. 26325 26326commit 4ed152a78201f331bbcb946e5ac7eb309bcd8457 26327Author: Christophe Mutricy <xtophe@videolan.org> 26328Date: Tue Mar 27 22:26:24 2007 +0000 26329 26330 qt4/menu.cpp: * Work around libqt4 opening gconf 26331 * improve readability of macros 26332 26333commit 90cf67720e68db8fc3a909ef9544ad58656031c5 26334Author: Jean-Baptiste Kempf <jb@videolan.org> 26335Date: Tue Mar 27 22:14:10 2007 +0000 26336 26337 Qt4 - cosmetics. 26338 26339commit 619a92955b54177d2227569a587c4629e6e6ce96 26340Author: Yoann Peronneau <yoann@videolan.org> 26341Date: Tue Mar 27 22:09:18 2007 +0000 26342 26343 * qt DirectoryConfigControl: default open in selected directory 26344 26345commit 42980ccc071d8a2b6655e3ec857b36af90c67ee3 26346Author: Yoann Peronneau <yoann@videolan.org> 26347Date: Tue Mar 27 21:54:16 2007 +0000 26348 26349 * qt: add a FontConfigControl 26350 26351commit e14328ac5387d201a7a6973b7cd7a416f55e94da 26352Author: Yoann Peronneau <yoann@videolan.org> 26353Date: Tue Mar 27 20:39:20 2007 +0000 26354 26355 * use add_file instead of add_string for skins2-last - this fixes QT interface simple prefs 26356 26357commit cdda8bc8c3985e8fa0cf27a1e22651b7e0cdcbb6 26358Author: Yoann Peronneau <yoann@videolan.org> 26359Date: Tue Mar 27 19:33:50 2007 +0000 26360 26361 * qt: really implement DirectoryConfigControl 26362 26363commit c61b8e61818488444126befe992bbbdd8ded9855 26364Author: Damien Fouilleul <damienf@videolan.org> 26365Date: Tue Mar 27 19:06:18 2007 +0000 26366 26367 - getaddrinfo.c : cleanup replacement APIs for win32 and make sure the shim logic only searches for real APIs only once 26368 26369commit eb72bd5666628187b1f8adf91b870974f87e133a 26370Author: Damien Fouilleul <damienf@videolan.org> 26371Date: Tue Mar 27 19:01:51 2007 +0000 26372 26373 - control/input.c: don't rely on exceptions to control the state of API internal logic as these are optional 26374 26375commit ef7c7e9569b302003bc93075a61c18b5f57e0c90 26376Author: Yoann Peronneau <yoann@videolan.org> 26377Date: Tue Mar 27 18:48:09 2007 +0000 26378 26379 * open file widget: do nothing if the user clicked on cancel 26380 26381commit 5dfbca91f021b0764e675ecf8ee694790fc179bb 26382Author: Yoann Peronneau <yoann@videolan.org> 26383Date: Tue Mar 27 18:44:02 2007 +0000 26384 26385 * browse subtitles: do nothing if the user clicked on Cancel 26386 26387commit d17161c5ae8c9af93b08971cbb5926ffb75919a9 26388Author: Yoann Peronneau <yoann@videolan.org> 26389Date: Mon Mar 26 23:45:44 2007 +0000 26390 26391 * use freetype-rel-fontsize instead of sub-rel-fontsize 26392 26393commit b3713070194209db311c6f49d7f0d046017aa2ea 26394Author: Yoann Peronneau <yoann@videolan.org> 26395Date: Mon Mar 26 23:44:06 2007 +0000 26396 26397 * open dialog: set subtitle size and align options 26398 26399commit ab13e4a2c1e06a1480b532575cde817d469d1a22 26400Author: Yoann Peronneau <yoann@videolan.org> 26401Date: Mon Mar 26 23:23:28 2007 +0000 26402 26403 * build the subtitle align combo box 26404 26405commit fa72485449e63a6e1ee4d1faa16918e41f1f7328 26406Author: Yoann Peronneau <yoann@videolan.org> 26407Date: Mon Mar 26 23:17:57 2007 +0000 26408 26409 * build the subtitle size combo box, instead of hardcoded list 26410 26411commit bd1292c1bbc575a4039502e1b0ea6e996e27290f 26412Author: Jean-Baptiste Kempf <jb@videolan.org> 26413Date: Mon Mar 26 22:47:04 2007 +0000 26414 26415 Contrib - Dirac ; MacOS-X patch. 26416 26417commit aeee8ad542de3c282e8cdd2ee085001e6ea50bb7 26418Author: Jean-Baptiste Kempf <jb@videolan.org> 26419Date: Mon Mar 26 22:39:52 2007 +0000 26420 26421 Contribs Dirac bumps from 0.5.4 to 0.6.0... Win32 patch updated 26422 26423commit dfcf367f653531e71922f82dda60aba558b2b181 26424Author: Yoann Peronneau <yoann@videolan.org> 26425Date: Mon Mar 26 22:23:37 2007 +0000 26426 26427 * open dialog: look for subtitles in the same directory as the movie 26428 26429commit 96f22ac4d9e5bae396eeb76ed0e076573d4d657e 26430Author: Yoann Peronneau <yoann@videolan.org> 26431Date: Mon Mar 26 21:33:00 2007 +0000 26432 26433 * use an int to select extension filters 26434 26435commit 78d552dd5df44186e480d054e009eba3df2177e9 26436Author: Yoann Peronneau <yoann@videolan.org> 26437Date: Mon Mar 26 20:27:30 2007 +0000 26438 26439 * open dialog: options like :sub-file= are now added to input (ie "use subtitles" now works) 26440 26441commit 4c906ee37ab3788cd8aee8f1fd5c249f37229c1d 26442Author: Yoann Peronneau <yoann@videolan.org> 26443Date: Mon Mar 26 19:41:07 2007 +0000 26444 26445 * add a function to parse the mrl line 26446 26447commit 885113ae46f9ca51f3581e45da5dfadabffa70ee 26448Author: Yoann Peronneau <yoann@videolan.org> 26449Date: Sun Mar 25 22:21:30 2007 +0000 26450 26451 * Use subtitles file extension filter for the "Open subtitles file" dialog. 26452 26453commit 43caf1801edf70e4242f78d1233a95802821da31 26454Author: Antoine Cellerier <dionoea@videolan.org> 26455Date: Sun Mar 25 20:55:52 2007 +0000 26456 26457 Enable ffmpeg's GIF decoder for post r8520 revisions (Many thanks to Baptiste Coudurier for fixing the bug(s)). 26458 26459commit 83d95532a7d8846972013fdf5bc48620bee1921d 26460Author: Rémi Denis-Courmont <rem@videolan.org> 26461Date: Sun Mar 25 19:35:14 2007 +0000 26462 26463 Allow URL parameter of arbitrary size (closes #1125) 26464 26465commit 331e3216ac53d55638bbcff9e0a1dde0f53e548a 26466Author: Rémi Denis-Courmont <rem@videolan.org> 26467Date: Sun Mar 25 19:21:38 2007 +0000 26468 26469 Remove debug 26470 26471commit 12b89e1fa8ff7bdbba57f548108faa83711c327f 26472Author: Rémi Denis-Courmont <rem@videolan.org> 26473Date: Sun Mar 25 19:21:20 2007 +0000 26474 26475 Split ExtractURIValue into a research and an extract function 26476 26477commit 01b3900b173fbe115a71320280535d36e2e1d1a9 26478Author: Laurent Aimar <fenrir@videolan.org> 26479Date: Sun Mar 25 18:46:44 2007 +0000 26480 26481 Upgrade dirac support to 0.6.0 (close #1129) 26482 26483commit 0f6073f944f95e4434718b2647d04faf3f14d360 26484Author: Rémi Denis-Courmont <rem@videolan.org> 26485Date: Sun Mar 25 18:18:32 2007 +0000 26486 26487 Rename sigset_t variables. No run-time change. 26488 26489commit 31e57614491b8f7ebcb1fea194c30a5bb3931c90 26490Author: Antoine Cellerier <dionoea@videolan.org> 26491Date: Sun Mar 25 17:05:53 2007 +0000 26492 26493 Add 2 missing calls to config_ChainDestroy(). 26494 26495commit d7644d8db4941ef136daf4187ab09bc38ecee186 26496Author: Antoine Cellerier <dionoea@videolan.org> 26497Date: Sun Mar 25 17:01:26 2007 +0000 26498 26499 Remove last call to strchr( , ':' ) and fix a small memleak. 26500 26501commit 57eba9e16e8051687dc8b9d80f7d8e352baf405e 26502Author: Antoine Cellerier <dionoea@videolan.org> 26503Date: Sun Mar 25 15:26:17 2007 +0000 26504 26505 Remove trailing space + comment fix. 26506 26507commit ba61c3650c8adc67b4c455725879ca0c4434dee6 26508Author: Antoine Cellerier <dionoea@videolan.org> 26509Date: Sun Mar 25 15:24:47 2007 +0000 26510 26511 config chain syntax support for the image video output. 26512 26513commit 3b37b675e68032243656934c0b823d5910914eab 26514Author: Antoine Cellerier <dionoea@videolan.org> 26515Date: Sun Mar 25 15:24:29 2007 +0000 26516 26517 Small fix. 26518 26519commit f5bcfe6da7cce84abcb2fc9670126e7a3ec6edf0 26520Author: Antoine Cellerier <dionoea@videolan.org> 26521Date: Sun Mar 25 14:48:56 2007 +0000 26522 26523 Add support for config chain option parsing. 26524 26525commit 15267bb4333428263003294f960623e63cb6da03 26526Author: Antoine Cellerier <dionoea@videolan.org> 26527Date: Sun Mar 25 14:48:09 2007 +0000 26528 26529 Allow using the config chain syntax for vout filters and vouts. 26530 26531commit 5f6ded0ebde824d4f8eb45ea6e0ef0695f2ea612 26532Author: Pierre d'Herbemont <pdherbemont@videolan.org> 26533Date: Sun Mar 25 14:47:41 2007 +0000 26534 26535 Gestures: Fix two dead locks when changing audio track and subtitle track when there is no such track. 26536 26537commit 8a95ee2845d8481ea4f8eef56707afb222f18b92 26538Author: Pierre d'Herbemont <pdherbemont@videolan.org> 26539Date: Sun Mar 25 14:22:47 2007 +0000 26540 26541 Gestures: The break statement here refers to the local for. Don't release the p_input in this case. 26542 26543commit 7ba6034e5d4db2b6d309b2749731fdf75f359bb6 26544Author: Antoine Cellerier <dionoea@videolan.org> 26545Date: Sun Mar 25 13:41:59 2007 +0000 26546 26547 Remove double ; 26548 26549commit cc3d897d2f7070007149122b293b891166cc17f9 26550Author: Antoine Cellerier <dionoea@videolan.org> 26551Date: Sun Mar 25 13:21:06 2007 +0000 26552 26553 Woops, forgot to remove this reference to p_libvlc_global yesterday. 26554 26555commit a7012dd4583da78d9ba260d6dbc8f2129efa278a 26556Author: Antoine Cellerier <dionoea@videolan.org> 26557Date: Sun Mar 25 13:14:56 2007 +0000 26558 26559 We want to check the main type only (& 0x00f0). 26560 26561commit f3968d65d04c624c781d778eca6b0e188063b45b 26562Author: Damien Fouilleul <damienf@videolan.org> 26563Date: Sun Mar 25 12:39:43 2007 +0000 26564 26565 libvlc/control: make sure aout is active before attempting to use channels 26566 26567commit a5e5d59b09e881f9ef05577f18875f1e27208480 26568Author: Pierre d'Herbemont <pdherbemont@videolan.org> 26569Date: Sun Mar 25 12:16:55 2007 +0000 26570 26571 Gestures: Really remove unwanted commit. (Oops). 26572 26573commit b2da51e41094c181ae1402972d4b02a5df98937c 26574Author: Pierre d'Herbemont <pdherbemont@videolan.org> 26575Date: Sun Mar 25 12:15:08 2007 +0000 26576 26577 Gestures: Remove unwanted commit. 26578 26579commit a178e86293a60fa787799adc8b0922722b829f47 26580Author: Pierre d'Herbemont <pdherbemont@videolan.org> 26581Date: Sun Mar 25 12:11:12 2007 +0000 26582 26583 Gestures: no need to retain p_playlist longer than really needed. 26584 26585commit 6b20068d18546e2abae3099a40b0187268ce7030 26586Author: Pierre d'Herbemont <pdherbemont@videolan.org> 26587Date: Sun Mar 25 12:08:36 2007 +0000 26588 26589 Gestures: Make sure we that p_playlist is valid, and correctly release p_input and p_playlist. 26590 26591commit 04ccd548bbf65455547bffe681c25f25fc01b067 26592Author: Damien Fouilleul <damienf@videolan.org> 26593Date: Sun Mar 25 12:08:23 2007 +0000 26594 26595 - mozilla: added 'firefox-xpcom' to pkgconfig candidates 26596 26597commit 1914caa52af9351e0e190933dd7622eee0aadaf4 26598Author: Pierre d'Herbemont <pdherbemont@videolan.org> 26599Date: Sun Mar 25 11:50:26 2007 +0000 26600 26601 Gestures: Obtain the p_input associated with the p_playlist when needed. 26602 26603commit d215ca3f3504e426bb1b8779a7bc391fb19cdfff 26604Author: Rémi Denis-Courmont <rem@videolan.org> 26605Date: Sun Mar 25 09:56:25 2007 +0000 26606 26607 Block SIGCHLD so we don't get polluted by system() in another thread[1] 26608 (though this seem to only happen with debuggers and (?)broken OSes) 26609 26610 [1] system() blocks SIGCHLD, and is probably not intended for multithreading 26611 26612 We cannot assume that blocking calls in other libraries ignore EINTR anyway, 26613 so the only safe approach is to block in all threads (you can unblock it in 26614 your thread if you really want it) except the signal handling thread. 26615 26616commit 619f831bebde76ee6582262ac75be923b82615ee 26617Author: Jean-Baptiste Kempf <jb@videolan.org> 26618Date: Sat Mar 24 22:32:55 2007 +0000 26619 26620 New gestures actions. 26621 26622commit 02334891c70b9199e81055064919863ec631f577 26623Author: Jean-Baptiste Kempf <jb@videolan.org> 26624Date: Sat Mar 24 22:29:58 2007 +0000 26625 26626 Qt4 - Codec Information direct access from menu. 26627 26628commit 80cf373238d11913f69e1f3727c6520477a883b7 26629Author: Pierre d'Herbemont <pdherbemont@videolan.org> 26630Date: Sat Mar 24 22:28:46 2007 +0000 26631 26632 Core: Prefer ANSI-C style comments over C++ comments. 26633 26634commit b3704c1e8d8b62e7f811ee8f5c39098261edc4a4 26635Author: Pierre d'Herbemont <pdherbemont@videolan.org> 26636Date: Sat Mar 24 22:21:08 2007 +0000 26637 26638 Gestures: Make sure we follow the locking strategy established in [19436]. 26639 26640commit 616df9fe89ce6ad8dffaeb774a2df094f84b2b3e 26641Author: Pierre d'Herbemont <pdherbemont@videolan.org> 26642Date: Sat Mar 24 21:33:30 2007 +0000 26643 26644 Gestures: Defines p_intf->change_lock rules, and apply them. 26645 26646commit ae17ca1d594d29486fea5b8e3dab8ba4d12f2e7c 26647Author: Pierre d'Herbemont <pdherbemont@videolan.org> 26648Date: Sat Mar 24 20:57:23 2007 +0000 26649 26650 Gestures: Fix typo in comment. 26651 26652commit 38257d397f05d6c4fe10908394a3ba2ae81c0b05 26653Author: Pierre d'Herbemont <pdherbemont@videolan.org> 26654Date: Sat Mar 24 20:52:12 2007 +0000 26655 26656 Gestures: Make sure p_intf->p_sys->p_input gets released. 26657 26658commit de20ea8f22b1bd1286c99d51ff006f730d6c942c 26659Author: Antoine Cellerier <dionoea@videolan.org> 26660Date: Sat Mar 24 20:36:57 2007 +0000 26661 26662 Use the module's name as object name if none was explicitly given by the user. 26663 26664commit c256e73926992af63f6d3529b75228398499d7c9 26665Author: Antoine Cellerier <dionoea@videolan.org> 26666Date: Sat Mar 24 20:25:25 2007 +0000 26667 26668 * Don't call var_Get every time we have an image to process and register the variables as commands. 26669 26670commit 88870d9b7de97440905805c6c50980bf07367909 26671Author: Antoine Cellerier <dionoea@videolan.org> 26672Date: Sat Mar 24 20:21:30 2007 +0000 26673 26674 Oops. 26675 26676commit f7c6d4e73c3d6cb67dc35030643ad7d6e510851c 26677Author: Antoine Cellerier <dionoea@videolan.org> 26678Date: Sat Mar 24 18:30:39 2007 +0000 26679 26680 Register variables as callback. Don't store module specific variables in p_libvlc_global. They don't belong there. 26681 26682commit 8c4abae09500d459f4d0eb915e583571f156b7eb 26683Author: Antoine Cellerier <dionoea@videolan.org> 26684Date: Sat Mar 24 18:29:20 2007 +0000 26685 26686 Add new var_CreateGet<type>Command functions which set the VLC_VAR_ISCOMMAND flag. 26687 26688commit 4df3ca842a76da600a1396bb042f782006006c6a 26689Author: Antoine Cellerier <dionoea@videolan.org> 26690Date: Sat Mar 24 18:28:50 2007 +0000 26691 26692 if we var_Create with DOINHERIT|ISCOMMAND and ISCOMMAND isn't set on the source variable, then inherit anyway and add ISCOMMAND to the type. 26693 26694commit 74c4a79a0a74ac86c01092133ff028cf60944fea 26695Author: Antoine Cellerier <dionoea@videolan.org> 26696Date: Sat Mar 24 17:13:40 2007 +0000 26697 26698 Allow using an object's psz_object_name as id for the libvlc_global commands "tree" and "vars". Example use: 26699 ./vlc -I rc --sub-filter marq@test --no-audio ~/media/redefined-nintendo.mpg 26700 vars test 26701 (instead of "vars 376" ... or whatever the integer id is) 26702 26703commit 6dcadb7383893d390c5623161fce72c9ce16b893 26704Author: Antoine Cellerier <dionoea@videolan.org> 26705Date: Sat Mar 24 16:22:20 2007 +0000 26706 26707 Typo fix. 26708 26709commit 5b3639fab0bb7163cfbcd3a5f1b41ecd8f077436 26710Author: Antoine Cellerier <dionoea@videolan.org> 26711Date: Sat Mar 24 16:20:06 2007 +0000 26712 26713 Add news about the rc command syntax change. 26714 26715commit 79c1ddfdb0f3f131173def0be43451b6e1aa46bf 26716Author: Antoine Cellerier <dionoea@videolan.org> 26717Date: Sat Mar 24 16:02:51 2007 +0000 26718 26719 * Make it possible to give names to vlc objects (psz_object_name 26720 already existed but was only used by modules as far as is know). This 26721 is done in the module_Need function. Needed module names now have this 26722 syntax: '<module>[@<name>]'. If the @<name> part is present, once the 26723 needed module is found it will change p_this->psz_object_name to <name>. 26724 In about 99% of the module_Need calls, p_this is the module's parent 26725 object so this is ok. The remaining calls won't use this syntax so it's 26726 ok i guess :) 26727 26728 * Add new vlc_object_find_name function. It works like vlc_object_find 26729 but uses a string (name) instead of an integer (type) as its second 26730 argument. 26731 26732 * Change the marq, mosaic and logo commands in rc.c. They now take the 26733 target object's name as first argument. Example: 26734 26735 Launch vlc with: 26736 ./vlc -I rc --no-audio --sub-filter "marq@test{marquee=Hello}:marq@testouille{marquee=Test}" ~/media/redefined-nintendo.mpg 26737 26738 Then issue the following command to move the second marq: 26739 marq-x testouille 100 26740 26741 (and while testing I fixed #745) 26742 26743commit cafb1863a324476c10a3a93a832b5c0538db04ba 26744Author: Rémi Denis-Courmont <rem@videolan.org> 26745Date: Sat Mar 24 11:35:24 2007 +0000 26746 26747 Forgot this file 26748 26749commit ef9815af6eaa9379121309f67f2df249894b3cab 26750Author: Rémi Denis-Courmont <rem@videolan.org> 26751Date: Sat Mar 24 11:10:20 2007 +0000 26752 26753 Re-disable v6 only for better handling of udp://@ on dual-stack systems 26754 26755commit 5c2c0b8b36f6c5c53b7e922f115248b884648f30 26756Author: Rémi Denis-Courmont <rem@videolan.org> 26757Date: Sat Mar 24 11:08:46 2007 +0000 26758 26759 - Fix various error handling bugs in vlc_execve. 26760 - Use a single pipe rather two pairs 26761 26762commit 7e784b4dbac0381217f11a58519346a043a582d1 26763Author: Christophe Mutricy <xtophe@videolan.org> 26764Date: Sat Mar 24 01:30:37 2007 +0000 26765 26766 Debian's packaging moved 26767 26768commit 3c5a07afdaefb0d5ec31f801202c49272c193faf 26769Author: Christophe Mutricy <xtophe@videolan.org> 26770Date: Sat Mar 24 01:29:13 2007 +0000 26771 26772 Fix dvd MRL (from Debian's patch) 26773 26774commit ae5f1b94ab0b6b4ec6e496d6ed3c9d5489fcda75 26775Author: Laurent Aimar <fenrir@videolan.org> 26776Date: Sat Mar 24 01:18:53 2007 +0000 26777 26778 Fixed small memory leaks. 26779 26780commit d36fc485ac593dd77b3130a344902b9ff1a91bc1 26781Author: Laurent Aimar <fenrir@videolan.org> 26782Date: Sat Mar 24 01:05:02 2007 +0000 26783 26784 Fixed stat counter leaks on open failure. 26785 26786commit c3ec36df17f7497f50aeea381a6a099127f41a58 26787Author: Laurent Aimar <fenrir@videolan.org> 26788Date: Sat Mar 24 00:51:14 2007 +0000 26789 26790 Fixed small memory leaks. 26791 26792commit 4b7a421338005392fa50d96aa870fe0f873fa9d0 26793Author: Laurent Aimar <fenrir@videolan.org> 26794Date: Sat Mar 24 00:50:09 2007 +0000 26795 26796 Fixed typo (Patch by Ari Constancio) 26797 26798commit 3f64684b87267f9c4d985cedc5dc3dbd24bc3a24 26799Author: Laurent Aimar <fenrir@videolan.org> 26800Date: Sat Mar 24 00:47:47 2007 +0000 26801 26802 Fixed typo in proxy description. (Patch by Ari Constancio) 26803 26804commit b1e9d504c2859dad4ea0a294cf49d08de415e982 26805Author: Laurent Aimar <fenrir@videolan.org> 26806Date: Sat Mar 24 00:46:42 2007 +0000 26807 26808 Fixed memory leak when we cannot save the configuration file. 26809 26810commit ed3e4d07df54f1574dbea2b26b0b19161ed3b43c 26811Author: Laurent Aimar <fenrir@videolan.org> 26812Date: Sat Mar 24 00:42:20 2007 +0000 26813 26814 Fixed 2 segfaults in config_OpenConfigFile. 26815 26816commit cbc66ff62b56b1dea3ba99b9b0f1a28659773427 26817Author: Laurent Aimar <fenrir@videolan.org> 26818Date: Sat Mar 24 00:24:22 2007 +0000 26819 26820 Implemented http proxy for mmsh (close #629) 26821 It uses --mmsh-proxy=xxx or http_proxy environment variable (basic 26822 authentication has not been tested). 26823 We may want to reuse --http-proxy from http instead (and so we will have to 26824 move the option out of http.c) 26825 26826commit 37b0b026bbe92b1bda266e6f30ec37c7ceee767d 26827Author: Christophe Mutricy <xtophe@videolan.org> 26828Date: Fri Mar 23 21:22:47 2007 +0000 26829 26830 Fix the strings. 26831 26832commit b19474b864ecfe8073bd735c7ff28cbb88265ba5 26833Author: Laurent Aimar <fenrir@videolan.org> 26834Date: Fri Mar 23 20:07:17 2007 +0000 26835 26836 Use new EPG api + convert event strings to UTF-8. 26837 26838commit 520d327a4740cdb4624ee96669ca523f23dbf5a1 26839Author: Laurent Aimar <fenrir@videolan.org> 26840Date: Fri Mar 23 20:03:30 2007 +0000 26841 26842 Partial implementation of EPG support (Converted to stream meta data) 26843 26844commit 5c9c07f8e066b6a9d4115ca1b19a5a4203719da7 26845Author: Laurent Aimar <fenrir@videolan.org> 26846Date: Fri Mar 23 19:59:11 2007 +0000 26847 26848 Extended INPUT_DEL_INFO (Allow deleting a whole category with NULL name) 26849 Fixed VLC_META_NOW_PLAYING update. 26850 26851commit d5c128a3b7a8812506929bc381de72fe206a5398 26852Author: Laurent Aimar <fenrir@videolan.org> 26853Date: Fri Mar 23 19:55:48 2007 +0000 26854 26855 Re-extended vlc_meta_t. 26856 26857commit a7dbb48032068dc36b3c7f3db5c0706c462e2a2a 26858Author: Laurent Aimar <fenrir@videolan.org> 26859Date: Fri Mar 23 19:55:17 2007 +0000 26860 26861 Include vlc_epg.h 26862 26863commit ce3521aaee96730e92fe83483c80177bf4705b21 26864Author: Laurent Aimar <fenrir@videolan.org> 26865Date: Fri Mar 23 19:54:14 2007 +0000 26866 26867 Added EPG (Electronic Program Guide) helpers and ES_OUT_SET_GROUP_EPG. 26868 26869commit 28b7dd1a574efc776edcbe80cad6ae4ae0a82e2a 26870Author: Laurent Aimar <fenrir@videolan.org> 26871Date: Fri Mar 23 19:49:21 2007 +0000 26872 26873 Added a c++ compatible TAB_APPEND_CPP 26874 26875commit 7934d7aa56f33ff717a7738f20b5742666128819 26876Author: Laurent Aimar <fenrir@videolan.org> 26877Date: Fri Mar 23 19:43:48 2007 +0000 26878 26879 Fixed net_Read and net_Write (poll can be interrupted). 26880 26881commit c096167887596eb4782391a552d453f191b22fa0 26882Author: Laurent Aimar <fenrir@videolan.org> 26883Date: Fri Mar 23 19:35:18 2007 +0000 26884 26885 Fixed compilation warning. 26886 26887commit 4eaced5404946a6f62409cc0b32714e175fb0e91 26888Author: Laurent Aimar <fenrir@videolan.org> 26889Date: Fri Mar 23 19:33:48 2007 +0000 26890 26891 Fixed invalid free. 26892 26893commit ef3cb2648951426660cfa50a6c8f23c0d48a6839 26894Author: Laurent Aimar <fenrir@videolan.org> 26895Date: Fri Mar 23 19:28:48 2007 +0000 26896 26897 Fixed #949 (UTF-8 url support) 26898 26899commit 830641e412aa599f0d1568b738214aa9752ade7b 26900Author: Laurent Aimar <fenrir@videolan.org> 26901Date: Fri Mar 23 19:24:49 2007 +0000 26902 26903 Fixed #1102 ("Bad request" error) 26904 Completed RESET command support. 26905 Updated user agent to "NSPlayer/7.10.0.3059" 26906 26907commit d4b31beafcd63a05406b7beb47a2660e450dbbbf 26908Author: Laurent Aimar <fenrir@videolan.org> 26909Date: Fri Mar 23 18:48:33 2007 +0000 26910 26911 Fixed compilation warning. 26912 26913commit 1684a6ae8733789c2ea9d41e0c45fd75832aea3d 26914Author: Laurent Aimar <fenrir@videolan.org> 26915Date: Fri Mar 23 18:48:04 2007 +0000 26916 26917 Fixed dvbsi_to_utf8 (memory leak + possible segfault) 26918 26919commit 042f53c95bf6d6c58573d1a56bde0785002ff2c2 26920Author: Antoine Cellerier <dionoea@videolan.org> 26921Date: Thu Mar 22 22:56:54 2007 +0000 26922 26923 French translation fix by rom1 (http://forum.videolan.org/viewtopic.php?t=32549). 26924 26925commit 735d6d6af052c37cf7d9a55876f156f6afc5f65a 26926Author: Christophe Mutricy <xtophe@videolan.org> 26927Date: Thu Mar 22 22:27:51 2007 +0000 26928 26929 Update Portuguese translation. Thanks to Ari Constacio. 26930 26931commit 6ea62a706109302598d8931cc7729f9ea9e6755b 26932Author: Christophe Mutricy <xtophe@videolan.org> 26933Date: Thu Mar 22 17:37:57 2007 +0000 26934 26935 wx: Check in Open() if we have an X 26936 26937commit 86ce960c8efc255200c9a9441ce01941da19906a 26938Author: Damien Fouilleul <damienf@videolan.org> 26939Date: Thu Mar 22 17:29:55 2007 +0000 26940 26941 - vlcshell.cp: compile fix 26942 26943commit 264b8243ca0122d39b4279e2e1bbe612bbc1172d 26944Author: Damien Fouilleul <damienf@videolan.org> 26945Date: Thu Mar 22 17:00:51 2007 +0000 26946 26947 - activex: support for options passed as a commmand line string 26948 26949commit 3065549c736b9f84832ef282cd61fc6d00090e93 26950Author: Damien Fouilleul <damienf@videolan.org> 26951Date: Thu Mar 22 16:58:22 2007 +0000 26952 26953 - mozilla: possible heap corruption when parsing options as string 26954 26955commit 1d8b6ccb091e26a741df730f8d709bf4929d1ace 26956Author: Damien Fouilleul <damienf@videolan.org> 26957Date: Thu Mar 22 16:56:59 2007 +0000 26958 26959 mozilla: don't hold any reference to root object to prevent ownership issues on plugin destroy, just create it and throw it to the wilderness 26960 26961commit 488e3edeb5b8e4a1bbd5c9f5050217dd6edd28f4 26962Author: Jean-Paul Saman <jpsaman@videolan.org> 26963Date: Thu Mar 22 14:45:16 2007 +0000 26964 26965 Let the code blend in. 26966 26967commit 908e255b81e4a28222e6fcc486577b9d76710e9d 26968Author: Jean-Paul Saman <jpsaman@videolan.org> 26969Date: Thu Mar 22 14:38:11 2007 +0000 26970 26971 Fix potential crash condition. 26972 26973commit 3eba2b7dc3b0d06a090701f9f58436aa17ea3455 26974Author: Jean-Paul Saman <jpsaman@videolan.org> 26975Date: Thu Mar 22 13:49:33 2007 +0000 26976 26977 Return sane state value when no input is present. 26978 26979commit 367e43f7d272ea9d1275fef5a88fcf27d94eb425 26980Author: Antoine Cellerier <dionoea@videolan.org> 26981Date: Thu Mar 22 10:35:29 2007 +0000 26982 26983 limit values extracted by url_extract to 2048 characters instead of 512 characters. refs #1125. 26984 26985commit f63b74c644f8819b25a7e50a81ea7aa78893ab1f 26986Author: Christophe Mutricy <xtophe@videolan.org> 26987Date: Wed Mar 21 23:10:07 2007 +0000 26988 26989 qt4.cpp: Put it at a better place, only under X11, remove debug 26990 26991commit 434a7e5e6d0c33544fb6e4beb51e9dd24ec7e596 26992Author: Antoine Cellerier <dionoea@videolan.org> 26993Date: Wed Mar 21 22:36:44 2007 +0000 26994 26995 Fix the help string for rss-speed. 26996 26997commit 15bfa02e68e7069019f537555899ddfdd54df946 26998Author: Antoine Cellerier <dionoea@videolan.org> 26999Date: Wed Mar 21 22:14:46 2007 +0000 27000 27001 rss.c: Using [19378] (visible region persitence in freetype font renderer), only display one line of text if the font size option was set. 27002 27003commit 606c39807a576c659e86f222ee0d6793e61262e7 27004Author: Antoine Cellerier <dionoea@videolan.org> 27005Date: Wed Mar 21 22:10:50 2007 +0000 27006 27007 Change the visible heigh/width only if they weren't set in the source text subpicture. Else use the original values. Could someone with good knowledge of the freetype module (and maybe other text render modules ... if we have any) confirm that this change is ok? 27008 27009commit e8740b8b7abed00e06cdbef7aad8e8f17e64b10d 27010Author: Antoine Cellerier <dionoea@videolan.org> 27011Date: Wed Mar 21 21:51:44 2007 +0000 27012 27013 Trailing spaces, again. 27014 27015commit cb917cf0c6b3b4a6a218c14ba96d643c198f6a71 27016Author: Antoine Cellerier <dionoea@videolan.org> 27017Date: Wed Mar 21 21:48:36 2007 +0000 27018 27019 Cosmetics (well ... invisible cosmetics). Remove trailing white spaces. 27020 27021commit 536fc420a2e0103f0d682df0a83badc3379254f8 27022Author: Antoine Cellerier <dionoea@videolan.org> 27023Date: Wed Mar 21 21:44:56 2007 +0000 27024 27025 * Add new rss-title option to configure how/when/if you want to display the feed's title. 27026 * Fix CFG_PREFIX for config chain parsing and option names (s/rrs/rss/) 27027 27028commit 553d58676afeefce2f471c02aa4ce956cf297999 27029Author: Antoine Cellerier <dionoea@videolan.org> 27030Date: Wed Mar 21 21:42:10 2007 +0000 27031 27032 Disable ffmpeg GIF decoder. It's currenly not working (doing some weird infinite loop when calling pf_decode_video in src/misc/image.c ImageRead() when using the RSS plugin) 27033 27034commit 4fb6ff3e17fab165e0bdd5bdcc730437052c1630 27035Author: Christophe Mutricy <xtophe@videolan.org> 27036Date: Wed Mar 21 18:23:22 2007 +0000 27037 27038 qt4: Don't try to use the qt intf if we don't have an X 27039 27040commit 614d104eda877ff1d33ccf9fa3e2b7f24f664c61 27041Author: Damien Fouilleul <damienf@videolan.org> 27042Date: Wed Mar 21 13:57:12 2007 +0000 27043 27044 - mozilla: refcounting is still important, don't mess it up during normal operation 27045 27046commit f0996b778d66cd7c9a43c71f918288bf4580d6b1 27047Author: Damien Fouilleul <damienf@videolan.org> 27048Date: Wed Mar 21 12:34:11 2007 +0000 27049 27050 - getopt: use optind==0 for reentrency support and misc cleanup 27051 27052commit d56d8c001fd42d9caaa58bed9d4262bef0ce5f16 27053Author: Jean-Baptiste Kempf <jb@videolan.org> 27054Date: Tue Mar 20 23:40:09 2007 +0000 27055 27056 Qt4 - Open. Fix segfault under windows. Still need to find out to hide those buttons under windows. But one at a time. 27057 27058commit 381a5cb481e287f81290de6b3ff0fbaddb1af1bd 27059Author: Jean-Baptiste Kempf <jb@videolan.org> 27060Date: Tue Mar 20 23:29:42 2007 +0000 27061 27062 Qt4 - Pref: start to track functionnalities missing. Directory still segfaults.. 27063 27064commit 2cb0f8937bdf6e15aafbc5689f7a1272d5fdfb3f 27065Author: Damien Fouilleul <damienf@videolan.org> 27066Date: Tue Mar 20 22:15:07 2007 +0000 27067 27068 - mozilla: I finally figured out why firefox was corrupting memory after destroying plugin (so much fore reference counted objects !) 27069 27070commit d9372ba6c623cc7fd4f930b05c5efa52b3c222b1 27071Author: Jean-Baptiste Kempf <jb@videolan.org> 27072Date: Tue Mar 20 19:27:29 2007 +0000 27073 27074 Qt4 - Open Dialog/ Net. Cosmetics. 27075 27076commit 89a66deb9477436ecfdadba5eab326c0ee80205b 27077Author: Jean-Baptiste Kempf <jb@videolan.org> 27078Date: Tue Mar 20 19:20:42 2007 +0000 27079 27080 Qt4 - Open Dialog/File. Solve the filters bug and do things in a better way. 27081 27082commit 9a31042d2703df81d17336da65b91c64cc9c5119 27083Author: Damien Fouilleul <damienf@videolan.org> 27084Date: Tue Mar 20 15:13:51 2007 +0000 27085 27086 - mozilla: formatting, cleanup, and NPN_SetValue/NPP_SetValue support 27087 27088commit b77f2f8ba4107ca40182d035f66ebc6fae96a473 27089Author: Damien Fouilleul <damienf@videolan.org> 27090Date: Tue Mar 20 11:51:12 2007 +0000 27091 27092 - mozilla: most properties in vlc.audio object don't require an active input, be careful jpsaman ;) 27093 27094commit 3868e3ec1cd86c1460c96b0479c8fba10269dc6b 27095Author: Jean-Paul Saman <jpsaman@videolan.org> 27096Date: Tue Mar 20 08:21:52 2007 +0000 27097 27098 coding style cleanup 27099 27100commit e7dee28d60fc6755d5761887883a575ccd768aad 27101Author: Jean-Baptiste Kempf <jb@videolan.org> 27102Date: Tue Mar 20 01:15:26 2007 +0000 27103 27104 Qt4 - Set Filters. Regroup filter definitions. 27105 27106 Open Dialog: status. 27107 - Broken on Windows.... As usual... 27108 - Filters are not correctly set. Why ? I don't understand... 27109 - Alignement will not be better. 27110 - Show/hide advanced panel and subtitles do not work correctly (none of them) 27111 - Additional features will be for next release. There is plenty of things to do left. 27112 27113 /* GOSH I hate QT designer */ 27114 27115commit a8fd6d9675e14b392b5420692feb2636e5fe994d 27116Author: Damien Fouilleul <damienf@videolan.org> 27117Date: Tue Mar 20 00:11:57 2007 +0000 27118 27119 - mozilla: some cleanup, workarounds for potential crash scenarios 27120 27121commit 1c9c2faa63eda2e2ecc97345227805a729222468 27122Author: Pierre d'Herbemont <pdherbemont@videolan.org> 27123Date: Mon Mar 19 22:56:04 2007 +0000 27124 27125 Mac OS X gui: Make sure the "force quit" menu item is handled instantly. 27126 27127commit c90b289cc20cce2df337bf86e5f77c03cfec9d6e 27128Author: Antoine Cellerier <dionoea@videolan.org> 27129Date: Mon Mar 19 21:34:54 2007 +0000 27130 27131 When using -p <module name> (or --module <module name>) to look for help, also check if the module name matches a module's shortcut (and not only the main name). Makes it possible to use stuff like vlc -p udp instead of vlc -p access_udp. 27132 27133commit 4c5d7ce9cad7785613642b430fd808c809e4b4ff 27134Author: Jean-Paul Saman <jpsaman@videolan.org> 27135Date: Mon Mar 19 21:17:09 2007 +0000 27136 27137 Bumped up version number of live555 to a ridiculous 9999999999 so it doesn't conflict with the official live555 releases. This is a temporary hack till RTSP seeking is solved properly. 27138 27139commit dee7ee44a489bae313a11dac4f1c67dfe8e0e51e 27140Author: Antoine Cellerier <dionoea@videolan.org> 27141Date: Mon Mar 19 21:13:07 2007 +0000 27142 27143 Fix compilation on debian sid. Please check that we're using the appropriate version numbers in the #ifs. 27144 27145commit 4b4b52b407a6535d61b27607359b65b3435f1232 27146Author: Antoine Cellerier <dionoea@videolan.org> 27147Date: Mon Mar 19 20:36:05 2007 +0000 27148 27149 Fortune! Who would've though that thresh would fall for it. 27150 27151commit 587bfa582886a0f93ed423ce1c73183026df3991 27152Author: Jean-Baptiste Kempf <jb@videolan.org> 27153Date: Mon Mar 19 19:45:08 2007 +0000 27154 27155 Qt4 - comment another thing to build on windows. L4|\/|3 contribs... 27156 27157commit aeb66e2b217d2793117db9bc63e53b3e7f268bfe 27158Author: Jean-Baptiste Kempf <jb@videolan.org> 27159Date: Mon Mar 19 19:42:25 2007 +0000 27160 27161 Qt4 - Open. Use a Frame and not a QComboBox for subtitles. (lacks still some toggle function). Catch event to avoid bug of hidding of QFileDialog. 27162 27163commit 0ac9553b533c730c57a195320ae8f56c157dd488 27164Author: Jean-Baptiste Kempf <jb@videolan.org> 27165Date: Mon Mar 19 19:32:42 2007 +0000 27166 27167 Qt4- temporary comment something to build ! 27168 27169commit 59713dc8da29fc5b1e0b83d5d3c1bf62f5fb9a91 27170Author: Jean-Baptiste Kempf <jb@videolan.org> 27171Date: Mon Mar 19 00:40:41 2007 +0000 27172 27173 Qt4 - Sometimes size does matter. 27174 27175commit afbd3e49d63cb1a271f1cd5ad6cf4bedd29472bd 27176Author: Jean-Baptiste Kempf <jb@videolan.org> 27177Date: Mon Mar 19 00:26:58 2007 +0000 27178 27179 qt4 - small comment to avoid the pbs until we have new contribs. 27180 27181commit 93a51f20cf1545b31c0020653c7098d8eed5be9a 27182Author: Jean-Baptiste Kempf <jb@videolan.org> 27183Date: Mon Mar 19 00:19:47 2007 +0000 27184 27185 Qt4 - Open: New way and interface for File Open using an integration of QFileDialog inside the FileOpenPanel. The integration should be alright. 27186 Be careful for your eyes when reading the code, it can burn them :) 27187 Anyway, there are still a few bugs (the main one is the disapearing of QFileDialog on acceptance) and some alignment issues. 27188 27189 I got NO idea how this behaves under Windows... A special code may be needed. 27190 27191commit 801314fc5060d065832cded13dd63a1e59dfe0da 27192Author: Jean-Baptiste Kempf <jb@videolan.org> 27193Date: Sun Mar 18 23:13:37 2007 +0000 27194 27195 qt4 - Don't include twice some headers. 27196 27197commit 399ddfa6dc3b9f7f9975ff5f755506232dabfe28 27198Author: Christophe Mutricy <xtophe@videolan.org> 27199Date: Sun Mar 18 19:29:13 2007 +0000 27200 27201 fmt_in.p_extra is free'd by input core 27202 27203commit 2d3e64790dd8e6e7fd384f703ce497d92ac3d32b 27204Author: Sam Hocevar <sam@videolan.org> 27205Date: Sat Mar 17 21:20:59 2007 +0000 27206 27207 * modules/video_output/x11/xcommon.c: fix XShm detection on remote X. 27208 27209commit 43b0f24c15b32026b1ba620dd7810598821e270a 27210Author: Christophe Mutricy <xtophe@videolan.org> 27211Date: Sat Mar 17 00:31:51 2007 +0000 27212 27213 Fix double free and a 1 octet per subtitle memleak 27214 Due to the False in strem_MemoryNew it was clearing psz_html in strem_Delete 27215 and it was leaking the \0 at the end of the string 27216 27217commit 89036e188e38d164d30cb4d430b3b0ddf39d4433 27218Author: Christophe Mutricy <xtophe@videolan.org> 27219Date: Fri Mar 16 20:35:31 2007 +0000 27220 27221 sl.po: update by Matej Urbancic 27222 pt_PT.po: update by Ari Constancio 27223 27224commit e060a75095e97ac09e14971d81e975c17daa29a2 27225Author: Christophe Mutricy <xtophe@videolan.org> 27226Date: Fri Mar 16 20:15:32 2007 +0000 27227 27228 Db -> dB . patch by Ari Constancio 27229 27230commit aca23528dbf0de0839b5c0967d077031587b373d 27231Author: Christophe Mutricy <xtophe@videolan.org> 27232Date: Fri Mar 16 13:02:49 2007 +0000 27233 27234 Typo. Noticed by Puntloos 27235 27236commit 1cffa5654f186c41c33f851ed6458734561e2dfc 27237Author: Damien Fouilleul <damienf@videolan.org> 27238Date: Thu Mar 15 17:58:45 2007 +0000 27239 27240 - unicode.c, wincp.c: compile fix 27241 27242commit 284187d15808b0c938991490e6c3848d6bfa0806 27243Author: Jean-Baptiste Kempf <jb@videolan.org> 27244Date: Thu Mar 15 00:40:42 2007 +0000 27245 27246 qt4 - About dialog, forgot in previous commit. 27247 27248commit 348fbef10dc29073ab69f54a254e2589a76f1ccf 27249Author: Jean-Baptiste Kempf <jb@videolan.org> 27250Date: Thu Mar 15 00:28:03 2007 +0000 27251 27252 qt4 - Subtitles Sprefs icon change and About dialog modification... But the file is not yet displayed. 27253 27254commit 257f70721b862463087dcadc93fd454d7fbbdd9e 27255Author: Christophe Mutricy <xtophe@videolan.org> 27256Date: Thu Mar 15 00:06:59 2007 +0000 27257 27258 Fix POTFILES.in 27259 Do use a clean tree when commiting po stuffs ! 27260 27261commit 2f0f35f59c9a82e05f658b160d36be7125028cdd 27262Author: Christophe Mutricy <xtophe@videolan.org> 27263Date: Wed Mar 14 21:52:23 2007 +0000 27264 27265 make the install dir configurable for win32 27266 27267commit 77e5b00d8518d55317fa26dc6f0aeb2e7bcf6241 27268Author: Christophe Mutricy <xtophe@videolan.org> 27269Date: Wed Mar 14 21:34:22 2007 +0000 27270 27271 Allow user to pass extra args to aclocal. 27272 27273commit e294c35d3eb9f8d6b50cc4f32f477af86f43e20a 27274Author: Rémi Denis-Courmont <rem@videolan.org> 27275Date: Wed Mar 14 19:02:35 2007 +0000 27276 27277 Fix crash on UTF-8 systems in previous commit 27278 27279commit e05f7924382813b868e8f7af9e71e84d8de90c19 27280Author: Rémi Denis-Courmont <rem@videolan.org> 27281Date: Wed Mar 14 19:01:04 2007 +0000 27282 27283 Fix for obsolete setups 27284 27285commit d7892111cd0b472b98175ee7db350edd5b5cafc8 27286Author: Rémi Denis-Courmont <rem@videolan.org> 27287Date: Wed Mar 14 17:40:40 2007 +0000 27288 27289 Convert from locale before passing to LibVLC - closes #838 27290 27291commit ab8bf7fc2883288d46310a11bd47f3f47219c913 27292Author: Rémi Denis-Courmont <rem@videolan.org> 27293Date: Wed Mar 14 17:32:24 2007 +0000 27294 27295 Remove too late and partial command line charset conversion - refs #838 27296 Note that this provisionaly breaks the command line 27297 on non-UTF-8 non-Win32 systems 27298 27299commit 92871bdc8c5dd8c8a5b47f8da65a551133972399 27300Author: Rémi Denis-Courmont <rem@videolan.org> 27301Date: Wed Mar 14 17:30:00 2007 +0000 27302 27303 - Make FromLocale() usable any time (after setlocale()) - refs #838 27304 - Fix re-entrancy problem for multiple LibVLC in the same process 27305 27306commit d4fc12eaadb35070188f75909724e22a4201f6e2 27307Author: Rémi Denis-Courmont <rem@videolan.org> 27308Date: Wed Mar 14 16:52:51 2007 +0000 27309 27310 Remove bogus variable 27311 27312commit 7375cdd8819c706aaf6f9f015e1915e1939d7db9 27313Author: Rémi Denis-Courmont <rem@videolan.org> 27314Date: Wed Mar 14 16:47:53 2007 +0000 27315 27316 Fix MB2MB and use it 27317 27318commit 8353a94d8de7b76b191ec5dddd7abe87d066c4d8 27319Author: Rémi Denis-Courmont <rem@videolan.org> 27320Date: Wed Mar 14 16:23:52 2007 +0000 27321 27322 Compile, err, fix 27323 27324commit b44e7cc21fd5d9eab3378b8d277135b3975b2b15 27325Author: Rémi Denis-Courmont <rem@videolan.org> 27326Date: Wed Mar 14 16:10:14 2007 +0000 27327 27328 Code simplification 27329 27330commit f49d815ad696220ebe2a97cdd8d2f09d129e0022 27331Author: Jean-Baptiste Kempf <jb@videolan.org> 27332Date: Wed Mar 14 00:12:16 2007 +0000 27333 27334 Qt4 - Open and menus links, cleaning, etc.. 27335 27336commit fd62f6b15e334e2e31b832786138d256ff01c4c7 27337Author: Jean-Baptiste Kempf <jb@videolan.org> 27338Date: Tue Mar 13 23:29:40 2007 +0000 27339 27340 make update-po ? 27341 27342commit dbac9a31a8ec6f16ce5ab12ee59f6744b9dd07b6 27343Author: Jean-Baptiste Kempf <jb@videolan.org> 27344Date: Tue Mar 13 23:20:05 2007 +0000 27345 27346 Qt4 - Open Dialog - Very small modification. 27347 27348commit 4ca182a8366c84d53d1cf6f1d85835037adec855 27349Author: Jean-Baptiste Kempf <jb@videolan.org> 27350Date: Tue Mar 13 23:19:27 2007 +0000 27351 27352 add VLC_VAR_ADDRESS to vlc.vim 27353 27354commit 3a4319b4889a381e4c09b5fa07b9105ecaa14a73 27355Author: Olivier Teulière <ipkiss@videolan.org> 27356Date: Tue Mar 13 22:18:34 2007 +0000 27357 27358 Comments must stay Doxygen-style comments 27359 27360commit 406f83719bc9ceaa5937d48eb10092ed9f9dac04 27361Author: Jean-Baptiste Kempf <jb@videolan.org> 27362Date: Tue Mar 13 21:44:05 2007 +0000 27363 27364 Qt4 - Open Dialog. Add an enqueue button. 27365 27366commit 403b22d1cf478045966ec783d354bc924180c3cb 27367Author: Rémi Denis-Courmont <rem@videolan.org> 27368Date: Tue Mar 13 21:41:33 2007 +0000 27369 27370 Only define SetLanguages on platform that actually use it (Win+Mac) 27371 27372commit 9709cd067802994f8d40040f31c8527687c7c479 27373Author: Rémi Denis-Courmont <rem@videolan.org> 27374Date: Tue Mar 13 21:37:55 2007 +0000 27375 27376 - Fix POSIX locale handling (well you'd better not fall in that case though) 27377 - Split Windows CP "guessing" from real system charset determination 27378 27379commit cf9e0c81162d09b7ee079d512436715fd243ffad 27380Author: Jean-Baptiste Kempf <jb@videolan.org> 27381Date: Tue Mar 13 21:28:34 2007 +0000 27382 27383 MKV USF subtitles support and other Subtitles improvements. 27384 Patch by Bernie Purcell, with two small modifications by thedj. 27385 27386commit c3ce1f59a6c779ddb86c287af25ad815b8b2d807 27387Author: Jean-Baptiste Kempf <jb@videolan.org> 27388Date: Tue Mar 13 21:08:04 2007 +0000 27389 27390 Qt4 - Preferences : Reset preferences. 27391 27392commit d237ad8848821115931673152ebaea282c7f87a3 27393Author: Rémi Denis-Courmont <rem@videolan.org> 27394Date: Tue Mar 13 17:16:19 2007 +0000 27395 27396 Avoid reference to deprecated FromLocale() in comments ;) 27397 27398commit fee38159d5bd7122096fc6a7d46a500a2937ef62 27399Author: Pavlov Konstantin <thresh@videolan.org> 27400Date: Tue Mar 13 13:34:19 2007 +0000 27401 27402 Russian translation for desktop entries. 27403 27404commit 2cef13fa8a0b6da86df25f2236dbd57d84776735 27405Author: Pavlov Konstantin <thresh@videolan.org> 27406Date: Tue Mar 13 13:30:12 2007 +0000 27407 27408 Better looking QListWidget for simple preferences. 27409 One can make it look even better with icons centered in the picture 27410 27411commit 176691a42bd4fc6b72cc984592a6c210f4688b29 27412Author: Jean-Baptiste Kempf <jb@videolan.org> 27413Date: Tue Mar 13 00:40:23 2007 +0000 27414 27415 Qt4 - Reorganize the SPrefs categories : 27416 Interface , Audio, Video, Subtiltes, Input, Hotkeys. 27417 And I still can't center those icons !!! 27418 27419commit ee16e6bf7bf5c42f15cbbc82b12a5999f258259a 27420Author: Jean-Baptiste Kempf <jb@videolan.org> 27421Date: Tue Mar 13 00:28:14 2007 +0000 27422 27423 Qt4 - SPrefs: New icons from Tombigel. 27424 27425commit a58ffe92b21743318a19e32a1e5487ad36014a7b 27426Author: Antoine Cellerier <dionoea@videolan.org> 27427Date: Mon Mar 12 22:02:17 2007 +0000 27428 27429 FR name capitalisation fix by Adri2000 (+ version number fix by myself) 27430 27431commit ce872c2f809439e6d3d1380ca29f9db63fbee19a 27432Author: Rémi Denis-Courmont <rem@videolan.org> 27433Date: Mon Mar 12 19:29:08 2007 +0000 27434 27435 - Also allow AI_CANNONAME in case someone ever uses it 27436 - Fix MacOS X WTF: standard AI_NUMERICSERV is missing 27437 - Avoid defining _*I_MASK if not needed 27438 27439commit 1ec75fc582a40a17867dd6c16005a3751661c52a 27440Author: Rémi Denis-Courmont <rem@videolan.org> 27441Date: Mon Mar 12 19:18:16 2007 +0000 27442 27443 - Always use AI_NUMERICSERV since we cannot use service names in LibVLC 27444 - Only pass used ai_flags so we won't break if broken IETF draft 27445 draft-chakrabarti-ipv6-addrselect-api-05 makes it to standard 27446 27447commit 61146841bf0d418232919b591b136006f2fced16 27448Author: Sam Hocevar <sam@videolan.org> 27449Date: Mon Mar 12 15:32:55 2007 +0000 27450 27451 * modules/audio_filter/format.c: fix audio conversion crashes and bugs. 27452 27453commit 2db86f65c1e34d2c7c53473d92d7c5db98330b0d 27454Author: Damien Fouilleul <damienf@videolan.org> 27455Date: Sun Mar 11 23:08:15 2007 +0000 27456 27457 - voutgl.m: misc cleanup, reworked context locking as well as enabling double buffering for faster rendering 27458 27459commit b30bdcf7f67c4d436361a69ce254fe64a322eb71 27460Author: Jean-Paul Saman <jpsaman@videolan.org> 27461Date: Sun Mar 11 20:17:04 2007 +0000 27462 27463 Fix bug in vlc.audio.track and add new properties vlc.video.subtitle 27464 to JavaScript API implementation. 27465 27466commit 9ddd87dfbd46953dc9dae60684873cf1a32fbd04 27467Author: Rémi Denis-Courmont <rem@videolan.org> 27468Date: Sun Mar 11 19:40:05 2007 +0000 27469 27470 Dist missing header file 27471 27472commit 7bdd4ba5b1c58233b656c75e4abd9017f7ef02ee 27473Author: Rémi Denis-Courmont <rem@videolan.org> 27474Date: Sun Mar 11 18:53:53 2007 +0000 27475 27476 Untested support for RFC4771: 27477 Integrity Transform Carrying Roll-Over Counter for SRTP 27478 27479 Once debugged, it should provide a simple way to synchronize live 27480 (multicast...) secure streams. 27481 27482commit a65a62289c22ad0c988d833eb25e3a616b524aba 27483Author: Rémi Denis-Courmont <rem@videolan.org> 27484Date: Sun Mar 11 17:13:55 2007 +0000 27485 27486 DO NOT F***ING REMOVE my asserts() 27487 (unless the assertion is false, which is not the case here) 27488 27489commit 4b4bd31f0a522c3dc58c4b80dfb92563e522f525 27490Author: Rémi Denis-Courmont <rem@videolan.org> 27491Date: Sun Mar 11 15:52:45 2007 +0000 27492 27493 Use long instead of int32_t when passing 32-bits value to XChangeProperty. 27494 This seems to be the (stupid) way it has to be done - closes #670 27495 27496commit 9c7f833f2441b85d2d959b423f7de30ee59743ff 27497Author: Rémi Denis-Courmont <rem@videolan.org> 27498Date: Sun Mar 11 14:58:40 2007 +0000 27499 27500 Leverage libgcrypt CounTeR mode implementation to simplify our code 27501 27502commit 263b77a37a173ae8ed008b959ae54d1d48f09f77 27503Author: Rémi Denis-Courmont <rem@videolan.org> 27504Date: Sun Mar 11 13:18:05 2007 +0000 27505 27506 API cleanup 27507 27508commit 56e9569c94674100e92c395deac7ca3b9baaf9ea 27509Author: Rémi Denis-Courmont <rem@videolan.org> 27510Date: Sun Mar 11 11:04:38 2007 +0000 27511 27512 - Improve DIST_SUBDIR 27513 - Require automake 1.9 to fix some libtool plugin build problems 27514 - Remove useless libs/Makefile 27515 27516commit 7761fafedec714e50b0b8c4717509c04d820d2a7 27517Author: Rémi Denis-Courmont <rem@videolan.org> 27518Date: Sun Mar 11 10:59:51 2007 +0000 27519 27520 Fix a bunch of errors in PO files (fuzzy file description, xgettext warnings and invalid new lines) 27521 27522commit 5b57fae4bc4f10c13ca88e56a529a97f3f4e566b 27523Author: Rémi Denis-Courmont <rem@videolan.org> 27524Date: Sun Mar 11 10:44:48 2007 +0000 27525 27526 Long overdue update 27527 27528commit 75e6d52d220dc8a1a19c88c1121781a898567c9e 27529Author: Jean-Paul Saman <jpsaman@videolan.org> 27530Date: Sun Mar 11 08:48:28 2007 +0000 27531 27532 Remove unused headerfile 27533 27534commit ceda7257e3a8d354bdf1647993d03d79e205ea56 27535Author: Christophe Mutricy <xtophe@videolan.org> 27536Date: Sun Mar 11 00:12:21 2007 +0000 27537 27538 update file list and vlc.pot 27539 27540commit 0674a3ac91b496fb45412610bd3ab081f9068934 27541Author: Christophe Mutricy <xtophe@videolan.org> 27542Date: Sun Mar 11 00:03:29 2007 +0000 27543 27544 Revert [19197]. POTFILES.in was bogus as it didn't list any files in modules/ 27545 27546commit 1d1d48dc4814b98578e6717285466e6b2f134eb5 27547Author: Jean-Paul Saman <jpsaman@videolan.org> 27548Date: Sat Mar 10 23:11:00 2007 +0000 27549 27550 assert if p_current is NULL, it should be valid 27551 27552commit 67da4884c3b2934ce028b9c437f23b3a5cfc9990 27553Author: Rémi Denis-Courmont <rem@videolan.org> 27554Date: Sat Mar 10 21:01:13 2007 +0000 27555 27556 SRTP/SRTCP receive window for replay attack protection 27557 27558commit 0eeb4286f4b713f9c443f493185535afe34866aa 27559Author: Rémi Denis-Courmont <rem@videolan.org> 27560Date: Sat Mar 10 20:15:36 2007 +0000 27561 27562 Ahem. Fix crappy previous commit. 27563 27564commit 5c09dbbad9c76ea76d7060b0fee10b7d3c8abb3a 27565Author: Rémi Denis-Courmont <rem@videolan.org> 27566Date: Sat Mar 10 20:08:33 2007 +0000 27567 27568 Maintain the SRTCP index 27569 This is not very useful at the moment, but will be needed for proper 27570 replay attack protection 27571 27572commit 54a4638723464f86744b43be273474367a131891 27573Author: Rémi Denis-Courmont <rem@videolan.org> 27574Date: Sat Mar 10 20:00:10 2007 +0000 27575 27576 Fix SRTP Roll-Over-Counter handling 27577 27578commit a7c26dab2123bdc2fbb285d7aaeed6d66976b4d4 27579Author: Filippo Carone <littlejohn@videolan.org> 27580Date: Sat Mar 10 19:28:01 2007 +0000 27581 27582 output jvlc.dll for windows java 27583 27584commit 9775069d0bd28eb34916f5721722ba5447612023 27585Author: Rémi Denis-Courmont <rem@videolan.org> 27586Date: Sat Mar 10 19:25:39 2007 +0000 27587 27588 Remove window size parameter. 27589 It has to be at least 64, and it is too complicated to implement a bigger 27590 value, so it's not going to be configurable 27591 27592commit bfd8795c23735f60369cf72cf1571fd332546184 27593Author: Jean-Paul Saman <jpsaman@videolan.org> 27594Date: Sat Mar 10 19:12:17 2007 +0000 27595 27596 Remove useless assert(len>0) because (len == 0) is already tested on line 159. 27597 27598commit ce186430e261d636d232c0fedef3f58719351f17 27599Author: Jean-Paul Saman <jpsaman@videolan.org> 27600Date: Sat Mar 10 18:44:15 2007 +0000 27601 27602 Revert [19273] because these asserts are meant to catch serious programming errors. Thanks zorglub for enlightning me. 27603 27604commit e5c071abd8c79d19f3f6e19f626540e241c36849 27605Author: Rémi Denis-Courmont <rem@videolan.org> 27606Date: Sat Mar 10 18:06:47 2007 +0000 27607 27608 SRTCP support 27609 27610commit 62e11e95946388cc8d9ae585c5737ef7ad1e67b5 27611Author: Rémi Denis-Courmont <rem@videolan.org> 27612Date: Sat Mar 10 16:57:51 2007 +0000 27613 27614 Revert [19270] 27615 27616commit ccdd9cad455dc31546d47f8bd1b3d45a6e69501e 27617Author: Jean-Paul Saman <jpsaman@videolan.org> 27618Date: Sat Mar 10 16:43:20 2007 +0000 27619 27620 Remove unused headerfile 27621 27622commit dc7a9d046bdb83ccbb76dc579d123212dc3b10c4 27623Author: Jean-Paul Saman <jpsaman@videolan.org> 27624Date: Sat Mar 10 16:42:21 2007 +0000 27625 27626 Sanity check 27627 27628commit 6a10c887fc2b1c4a04700f5290c39a65217b1d1f 27629Author: Jean-Paul Saman <jpsaman@videolan.org> 27630Date: Sat Mar 10 16:40:07 2007 +0000 27631 27632 Remove unused headerfile. 27633 27634commit 440f236e4119203a36ccf0470012ca5a909530e4 27635Author: Filippo Carone <littlejohn@videolan.org> 27636Date: Sat Mar 10 16:39:31 2007 +0000 27637 27638 use kill-at otherwise symbols will not be found 27639 27640commit da01154c024c651391df33b44bb274708b83f9dd 27641Author: Jean-Paul Saman <jpsaman@videolan.org> 27642Date: Sat Mar 10 16:39:21 2007 +0000 27643 27644 Don't abort when nothing found in playlist. 27645 27646commit 6906a7c05ecde9a0bb97ac4c42258e0113eab56d 27647Author: Jean-Paul Saman <jpsaman@videolan.org> 27648Date: Sat Mar 10 16:36:26 2007 +0000 27649 27650 Check return value of GetInput 27651 27652commit 3ac440cc8d9a6cc9cfe7443d5e2639ef0a3fa154 27653Author: Jean-Paul Saman <jpsaman@videolan.org> 27654Date: Sat Mar 10 16:35:27 2007 +0000 27655 27656 Fix a bunch of potential memleaks. 27657 27658commit 0bad98632b141f0376b83314f1ea61ab1a27788b 27659Author: Jean-Paul Saman <jpsaman@videolan.org> 27660Date: Sat Mar 10 16:29:38 2007 +0000 27661 27662 Remove useless test 27663 27664commit eb7428c1d38b3b70af04184f4f0562a50db12931 27665Author: Rémi Denis-Courmont <rem@videolan.org> 27666Date: Sat Mar 10 16:28:20 2007 +0000 27667 27668 RTP HMAC-SHA1 authentication 27669 27670commit fb8aac670cd81dded1ec61986934d04eb2f3bb5d 27671Author: Jean-Paul Saman <jpsaman@videolan.org> 27672Date: Sat Mar 10 15:58:36 2007 +0000 27673 27674 Fix compiler warning 27675 27676commit 2a8c2b232f166f90e5be568dff87643c2746e8ba 27677Author: Jean-Paul Saman <jpsaman@videolan.org> 27678Date: Sat Mar 10 15:57:17 2007 +0000 27679 27680 Don't check return value of getopt_long against EOF, manpage says it returns -1 not EOF. 27681 27682commit 93b1a2bee395a4cd68a111bd7e8c65d0bf57f6eb 27683Author: Jean-Paul Saman <jpsaman@videolan.org> 27684Date: Sat Mar 10 15:53:58 2007 +0000 27685 27686 Remove unused headerfile 27687 27688commit 4e4731d6ec2b0ae9403bd495aac48ee5ffa2fbd7 27689Author: Jean-Paul Saman <jpsaman@videolan.org> 27690Date: Sat Mar 10 15:53:39 2007 +0000 27691 27692 Properly cleanup hal connection when connecting to dbuse failed. 27693 27694commit 36fbb333db50f8ebeae3f6f56eef662866003291 27695Author: Rémi Denis-Courmont <rem@videolan.org> 27696Date: Sat Mar 10 15:40:10 2007 +0000 27697 27698 Remove unused variable 27699 27700commit 22c5fe4ae5640b1f2e7358dccbc720faa84616a2 27701Author: Rémi Denis-Courmont <rem@videolan.org> 27702Date: Sat Mar 10 15:06:06 2007 +0000 27703 27704 Partial Win32 compile fix 27705 27706commit 10ee356e2279fb0526b980927fe563a2cccea749 27707Author: Rémi Denis-Courmont <rem@videolan.org> 27708Date: Sat Mar 10 14:49:39 2007 +0000 27709 27710 Initial support for Secure Real-Time Protocol (RFC3711) - refs #321 27711 Uses libgcrypt, as we have it in our deps/contrib already for GnuTLS. 27712 27713 This could be used in both "UDP"[1] access and access output plugins, 27714 though they should really be called "RTP" instead nowadays. 27715 27716 Done: 27717 - AES(-128) Counter Mode key derivation and RTP en-/decryption 27718 - test vectors for AES-CM 27719 - NULL cipher (with the *_UNENCRYPTED flags) - untested 27720 27721 To do (missing mandatory features): 27722 - RTCP en-/decryption 27723 - HMAC-SHA1 authentication 27724 - replay attack protection 27725 27726 Also to probably do: 27727 - integrate with udp access and access output plugins 27728 - integrate with RTSP server (err, I won't do that myself) 27729 - support for Transform Carrying ROC for SRTP (RFC4771) 27730 so we can use it easily for multicast streaming 27731 27732commit 066e58dd3454554fed6dad53fd2513736087720d 27733Author: Rémi Denis-Courmont <rem@videolan.org> 27734Date: Sat Mar 10 14:29:14 2007 +0000 27735 27736 Create a modules-like directory for libraries 27737 that are not plugins neither in the core 27738 27739commit 6386b464be6516f9b1f918a2e1c6248a1951dec5 27740Author: Pierre d'Herbemont <pdherbemont@videolan.org> 27741Date: Sat Mar 10 01:31:41 2007 +0000 27742 27743 Mac OS X gui: Revert r19259. We are not ready to do proper locking. 27744 27745commit e8201f7fb9e477b31c8975145c9bb6fc1e306302 27746Author: Pierre d'Herbemont <pdherbemont@videolan.org> 27747Date: Fri Mar 9 23:03:43 2007 +0000 27748 27749 Mac OS X gui: Make sure we don't end up with a freed p_input. 27750 27751commit b8241217349ed3bc1e8bc921cb676a36eb3f40c2 27752Author: Filippo Carone <littlejohn@videolan.org> 27753Date: Fri Mar 9 22:31:24 2007 +0000 27754 27755 libjvlc.dll is created when crosscompiling 27756 27757commit e63c4f097e5868ba8d54c067d9cea59c850532b7 27758Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 27759Date: Fri Mar 9 10:28:55 2007 +0000 27760 27761 modules/misc/svg: include vlc_charset, and define svg_GetTemplate prototype 27762 27763commit 5b032a3a74317a04fb1155984d37a25475ebe364 27764Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 27765Date: Fri Mar 9 10:28:03 2007 +0000 27766 27767 bindings/python/vlc_internal.c: compatibility define for Py_ssize_t 27768 27769commit 8b9e6c549d9dd85624dd0ac66ea625ad1de124c9 27770Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 27771Date: Fri Mar 9 10:27:34 2007 +0000 27772 27773 bindings/python/vlcwrapper.py: use vlcinternal module in wrapper 27774 27775commit a655740f5f4e289d1bb033ff661c996d3768d2d5 27776Author: Filippo Carone <littlejohn@videolan.org> 27777Date: Thu Mar 8 22:00:15 2007 +0000 27778 27779 libjvlc changes for win32 cross compile 27780 27781commit 3f0c8f496609bee3d105fbbf7d51021ccaafd972 27782Author: Laurent Aimar <fenrir@videolan.org> 27783Date: Thu Mar 8 21:40:34 2007 +0000 27784 27785 Fixed media looping (Patch by Ilkka Ollakka) 27786 27787commit df7b6c762a45d7d69c22c62b845d76d3267551fd 27788Author: Christophe Mutricy <xtophe@videolan.org> 27789Date: Thu Mar 8 20:23:44 2007 +0000 27790 27791 only check for swscale.h if libswscale is there and linkable. Pointed by Ilkka Ollakka 27792 27793commit ca6580765a1dad700135e26f108d6ef7f997dca3 27794Author: Rémi Denis-Courmont <rem@videolan.org> 27795Date: Thu Mar 8 16:53:25 2007 +0000 27796 27797 Really fix 27798 27799commit 4b4eeb1113455668b042d255438a4d526882475f 27800Author: Rémi Denis-Courmont <rem@videolan.org> 27801Date: Thu Mar 8 16:47:15 2007 +0000 27802 27803 Fix ordering of CSRC and RTP profile extension 27804 27805commit 36bb24ae0bdbed400caa4bd22942e4ec688a1107 27806Author: Derk-Jan Hartman <hartman@videolan.org> 27807Date: Thu Mar 8 02:24:59 2007 +0000 27808 27809 * use locking on the OpenGL context (using two APIs, but since agl needs the cgl headers included, should be ok i think). 27810 refs #668 27811 refs #915 27812 27813 I'm not sure its fixed, but this seems like a logical way to solve it. Freaking apple with their 5 OpenGL APIs. 27814 27815commit 97be5f6138a267ec66915a18450470ccc52229d5 27816Author: Jean-Baptiste Kempf <jb@videolan.org> 27817Date: Thu Mar 8 00:41:16 2007 +0000 27818 27819 Qt4 - Open: Capture Tab added. Still almost empty, but well, this is coming after. :D 27820 27821commit a33fbe9023e2a4275a090179c14449fe7690b335 27822Author: Jean-Baptiste Kempf <jb@videolan.org> 27823Date: Thu Mar 8 00:04:54 2007 +0000 27824 27825 DBUS: fix by Mr_Mirsal 27826 27827commit 04c880c5a76bbd3bab9eda8629f1f8707dae6e2b 27828Author: Jean-Baptiste Kempf <jb@videolan.org> 27829Date: Wed Mar 7 23:51:06 2007 +0000 27830 27831 Qt4 - Ahhemmm... Oops... 27832 27833commit 7c350f5283a1b73c51a7edc3a549079d3bad989c 27834Author: Jean-Baptiste Kempf <jb@videolan.org> 27835Date: Wed Mar 7 23:49:45 2007 +0000 27836 27837 Qt4 - Add skeletons for Captures and some widget on Help/ About 27838 27839commit 1a8198eca20251a8bac6b474cf44381f4de5264a 27840Author: Laurent Aimar <fenrir@videolan.org> 27841Date: Wed Mar 7 23:39:27 2007 +0000 27842 27843 Fixed segfault with teletex/dvbs streams (double free). 27844 27845commit a81b46ea7a96eef9f254af55e0a34a5c3f3a528b 27846Author: Laurent Aimar <fenrir@videolan.org> 27847Date: Wed Mar 7 23:35:47 2007 +0000 27848 27849 Fixed uninitialized value. 27850 27851commit 6a46d6cc7e08e0a913e3d17db274f57791df8301 27852Author: Laurent Aimar <fenrir@videolan.org> 27853Date: Wed Mar 7 22:52:50 2007 +0000 27854 27855 Small warning fix. 27856 27857commit 684012f9de395fd7048f912f4a69faae5b8073f0 27858Author: Jean-Baptiste Kempf <jb@videolan.org> 27859Date: Wed Mar 7 22:52:11 2007 +0000 27860 27861 Qt4 - Open Dialog: Capture tab. Last tab. Just the skeleton is present. 27862 27863commit 2204879a0c4db4c68d5d72c61dd0e5a783e81d03 27864Author: Laurent Aimar <fenrir@videolan.org> 27865Date: Wed Mar 7 22:46:43 2007 +0000 27866 27867 Small warning fix. 27868 27869commit 6b8c8ec696196a6f00078283e6674c41bea683b1 27870Author: Laurent Aimar <fenrir@videolan.org> 27871Date: Wed Mar 7 22:38:34 2007 +0000 27872 27873 Fixed sout leak on access error. 27874 27875commit e71ade91ac9bee05ab15e74a55283236473baa35 27876Author: Christophe Mutricy <xtophe@videolan.org> 27877Date: Wed Mar 7 22:38:19 2007 +0000 27878 27879 Allow dbus module to be built. Patch by Mirsal ENNAIME 27880 27881commit b1f6f3e06a4e0403db1a910df70c00e1194d1ffd 27882Author: Christophe Mutricy <xtophe@videolan.org> 27883Date: Wed Mar 7 22:21:08 2007 +0000 27884 27885 Distribute snapshot.png 27886 27887commit 346a3ebe345dff7d6e6ab000ab4b150a4a125ea9 27888Author: Laurent Aimar <fenrir@videolan.org> 27889Date: Wed Mar 7 21:49:53 2007 +0000 27890 27891 Clean up vlm script parsing and introduce new API. 27892 27893commit dabdeb40760bc4ba597953cb270b099f1363b375 27894Author: Laurent Aimar <fenrir@videolan.org> 27895Date: Wed Mar 7 21:47:25 2007 +0000 27896 27897 Disable control vlm. 27898 27899commit cd0e462cf702477bb11ac1013fce565a58fcdc09 27900Author: Jean-Baptiste Kempf <jb@videolan.org> 27901Date: Wed Mar 7 21:45:45 2007 +0000 27902 27903 Qt4 - Add Q_OBJECT Macros when needed. Patch from Benjamin Meyer. 27904 27905commit 543b1278df1fcdaa8c680ee16a9a00e81de61e0f 27906Author: Jean-Baptiste Kempf <jb@videolan.org> 27907Date: Wed Mar 7 21:23:27 2007 +0000 27908 27909 Qt4- SImple Preferences. Add file and directory configuration. 27910 27911commit 317dd0afc10fcc8fcb528cd3982689e5187e9698 27912Author: Jean-Baptiste Kempf <jb@videolan.org> 27913Date: Wed Mar 7 21:03:26 2007 +0000 27914 27915 Qt4 - Preferences. Add CONFIG_DIRECTORY_ITEM. Does not work, but does not harm. Why ? can a C++ guru explain me? thks! 27916 27917commit 0e081263f3e8978f70f638925caf0f3d3498b124 27918Author: Pierre d'Herbemont <pdherbemont@videolan.org> 27919Date: Wed Mar 7 21:02:18 2007 +0000 27920 27921 Mac OS X gui: Small code cleanup. Remove NSLogs, avoid code redundancy. 27922 27923commit 897efe1b205a3167931678ad8c768c406badbec3 27924Author: Christophe Mutricy <xtophe@videolan.org> 27925Date: Tue Mar 6 23:44:47 2007 +0000 27926 27927 Really fix #1055. Thanks to the Gentoo people for reporting and proposin patches 27928 27929commit d04744ad64e636dbab3ae417503583145dbfc7fc 27930Author: Jean-Baptiste Kempf <jb@videolan.org> 27931Date: Tue Mar 6 23:39:21 2007 +0000 27932 27933 Qt4 - Preferences and SPrefs. Add the necessary handler for CONFIG_FILE_ITEMs. 27934 27935commit c6ea1279c7ca830308efe3ed3a5a77449519def7 27936Author: Jean-Baptiste Kempf <jb@videolan.org> 27937Date: Tue Mar 6 23:08:19 2007 +0000 27938 27939 Qt4: Use qfu for psz_homedir. Is it right ? Review please. 27940 27941commit f7705ea7d627555a29e88a63a6a0d5c65e6836a0 27942Author: Rémi Denis-Courmont <rem@videolan.org> 27943Date: Tue Mar 6 20:08:31 2007 +0000 27944 27945 setlocale() (very) early, so we may have a chance to use nl_langinfo 27946 before initializing LibVLC (refs #838) 27947 27948commit 0699b600bf3cfecc4ec7f09276f2bd86d66bf629 27949Author: Rémi Denis-Courmont <rem@videolan.org> 27950Date: Tue Mar 6 20:04:26 2007 +0000 27951 27952 Compile fix 27953 27954commit 4f6d4ba0731b703667e0d7a6f42cc1bfd028d50d 27955Author: Rémi Denis-Courmont <rem@videolan.org> 27956Date: Tue Mar 6 19:56:47 2007 +0000 27957 27958 Cleanup text domain binding, and do not do it twice. 27959 More fixes to come 27960 27961commit e5bd9ad90b18b46d5f3c30f2f3bdc55c3be320d4 27962Author: Rémi Denis-Courmont <rem@videolan.org> 27963Date: Tue Mar 6 18:56:24 2007 +0000 27964 27965 Fix references 27966 27967commit 14442b97d8b857fdb5c14368f2e672c3ced511a2 27968Author: Rémi Denis-Courmont <rem@videolan.org> 27969Date: Tue Mar 6 17:27:18 2007 +0000 27970 27971 Use vlc_b64_decode instead of local implementation 27972 27973commit 0b879fdfa25b12b2d4ca60e119cf4a1bdafe5c8b 27974Author: Rémi Denis-Courmont <rem@videolan.org> 27975Date: Tue Mar 6 15:53:43 2007 +0000 27976 27977 Make --sout-udp-rtcp an integer carrying a port number rather than a boolean 27978 27979commit c1432d5dc66274596ec743c608e97e6034e897df 27980Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 27981Date: Tue Mar 6 14:44:54 2007 +0000 27982 27983 python bindings: 27984 * use Py_ssize_t as index type (cf http://www.python.org/dev/peps/pep-0353/) 27985 * fix audio_[gs]et_channel parameter/return value type 27986 27987commit 0208ba9242b4bed845a17c78be13dbb10a7fcec5 27988Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 27989Date: Tue Mar 6 14:19:09 2007 +0000 27990 27991 include/vlc/mediacontrol.h: mark mediacontrol method as VLC_PUBLIC_API 27992 27993commit dd7853055c2951f19e44217a42f2261d2f73f307 27994Author: Rémi Denis-Courmont <rem@videolan.org> 27995Date: Mon Mar 5 21:36:07 2007 +0000 27996 27997 Boundary check (though it was a shoot-yourself-in-the-foot one) 27998 27999commit 4f620050a14477a01374b2a54f537fee935f5c82 28000Author: Rémi Denis-Courmont <rem@videolan.org> 28001Date: Mon Mar 5 21:34:30 2007 +0000 28002 28003 --sout-udp-rtcp option to force RTCP usage. 28004 (Currently RTCP only Sender Reports are implemented.) 28005 28006 RTCP is auto-enabled for RTP/TS but this could be used by the RTP stream 28007 output plugin to enable RTCP too (in that case, RTP encapsulation is done 28008 in the stream output plugin, so the access output cannot know if it should 28009 do RTCP or not). 28010 28011commit 4380e365008bdb1733b9ea36920b53dd13bfe7ec 28012Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28013Date: Mon Mar 5 20:03:05 2007 +0000 28014 28015 Mac OS X gui: Make sure that misc.h is included as our NSScreen extension is used here. (Fix a warning about NSScreen's +screenWithDisplayID.) 28016 28017commit 916edef77daa8d03e8a88369cd5f3b4488768a01 28018Author: Felix Paul Kühne <fkuehne@videolan.org> 28019Date: Mon Mar 5 19:08:25 2007 +0000 28020 28021 * 2 minor fixes 28022 28023commit b6bf43814fd1b6a170ade03ea06b21528b7be893 28024Author: Rémi Denis-Courmont <rem@videolan.org> 28025Date: Mon Mar 5 18:31:01 2007 +0000 28026 28027 Use replacement API for obsolete systems. Not tested. 28028 28029commit 6c477241dc6ff1c7f7af55102625e397dd34f011 28030Author: Damien Fouilleul <damienf@videolan.org> 28031Date: Mon Mar 5 18:19:37 2007 +0000 28032 28033 getaddrinfo.c: a word of warning ... 28034 28035commit d68bf0d34c77501213177a0991d96ddbee96df93 28036Author: Felix Paul Kühne <fkuehne@videolan.org> 28037Date: Mon Mar 5 18:17:24 2007 +0000 28038 28039 * missing in previous commit 28040 28041commit 10649df7688ab55965e6f9f6b28cd465a2a08713 28042Author: Felix Paul Kühne <fkuehne@videolan.org> 28043Date: Mon Mar 5 18:15:27 2007 +0000 28044 28045 * forward-port of all eyetv relates sources in my branch 28046 - this stuff is highly unfinished; needs much more work and testing 28047 - don't be surprised if you don't see anything when trying it out, this port is basically a big reminder for me to keep working on it ;-) 28048 - the access module is probably going to be ported from CoreFoundation-driven C to Cocoa-based Obj-C 28049 - everything will be 10.4-only, since EyeTV is only available this way as well 28050 - the plugin to put into EyeTV is compiled in UB-mode by default and incorporates Public Domain code provided by Elgato Systems GmbH 28051 28052commit 906a3bfe403f64a3f9689148ffac9975feee2698 28053Author: Rémi Denis-Courmont <rem@videolan.org> 28054Date: Mon Mar 5 17:54:33 2007 +0000 28055 28056 - Fix obvious crash in TCP/RTP/AVP 28057 - Remove an useless variable 28058 28059commit 54b1dfaec9abb01590a7dac4b557c3e6bcbf25c5 28060Author: Damien Fouilleul <damienf@videolan.org> 28061Date: Mon Mar 5 17:54:12 2007 +0000 28062 28063 gettaddrinfo.c: fixed shims on win32 (tested on XP) 28064 28065commit af5e5b18bdb6185729c26a80fad8a815922927c3 28066Author: Rémi Denis-Courmont <rem@videolan.org> 28067Date: Mon Mar 5 17:52:47 2007 +0000 28068 28069 - Clean up RTP parser 28070 - Add support for RTP padding 28071 28072 By the way, the MPEG-Video parser seems to ignore the MP2V specific 28073 extra header (i.e. it passes it onto the demux instead of removing it). 28074 Not sure if this is intended (any MPEG expert?) 28075 28076commit 4559ca170841ea3ab9c6173337698e370c6ef405 28077Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28078Date: Mon Mar 5 17:34:31 2007 +0000 28079 28080 Mac OS X gui: Revert [19198] (add items to the playlist in the finder's order). The finder provides elements that may be shuffled. 28081 28082commit 80de300649ef716b32e1c47477ab551c82eb946c 28083Author: Rémi Denis-Courmont <rem@videolan.org> 28084Date: Mon Mar 5 17:13:02 2007 +0000 28085 28086 Cosmetic: Write RTP Payload Type as decimal as is common rather than hexadecimal 28087 28088commit e8836a08b34d91f66d0d8f56f532c906f31e7094 28089Author: Christophe Mutricy <xtophe@videolan.org> 28090Date: Mon Mar 5 17:02:57 2007 +0000 28091 28092 :) 28093 28094commit f57e6b34ac3071db72254470076c150d73356999 28095Author: Damien Fouilleul <damienf@videolan.org> 28096Date: Mon Mar 5 15:30:29 2007 +0000 28097 28098 - control/video.c: clean up and more error/exception checks 28099 28100commit 0832b7e2168d2b76acba61ce870eaced4cd1396a 28101Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28102Date: Mon Mar 5 14:04:41 2007 +0000 28103 28104 Mac OS X gui: Fix #1090 (add items to the playlist in the finder's order) 28105 28106commit 54d2a0c53b6fbbe9447bb32c1f8ebda917c5c8d2 28107Author: Felix Paul Kühne <fkuehne@videolan.org> 28108Date: Mon Mar 5 00:48:00 2007 +0000 28109 28110 * updated the po files 28111 28112commit 1509637ac9b58048bf173c96b9323320c16da4f7 28113Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28114Date: Mon Mar 5 00:48:23 2007 +0000 28115 28116 Mac OS X gui: Fix a rare bug of non-update of the vout's title. The manage-ing thread can't be trust on input change. 28117 28118commit 970d0bcde179c169bb5b5ceeee9264b27a691c27 28119Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28120Date: Mon Mar 5 00:40:51 2007 +0000 28121 28122 Mac OS X gui: Don't try to change the interface from a non-main thread. (Should fix a remanence bug in the controller scroll field) 28123 28124commit 75a65681f8abc2421b511f56813edbf3a53c1b21 28125Author: Felix Paul Kühne <fkuehne@videolan.org> 28126Date: Mon Mar 5 00:24:54 2007 +0000 28127 28128 * fix propset 'Id' 28129 28130commit deb83e3bfce01ed73938c4333db0896a9a7cee86 28131Author: Jean-Baptiste Kempf <jb@videolan.org> 28132Date: Mon Mar 5 00:18:52 2007 +0000 28133 28134 Qt4: Back on open dialog: rewrite the UIs to have consistent forms on resize. 28135 May need a few more vertical spacer, after the last tab (Capture) will be added. 28136 28137commit 63f556158dfe9a76c0c1d6158fb87d20a3a4416c 28138Author: Damien Fouilleul <damienf@videolan.org> 28139Date: Mon Mar 5 00:09:53 2007 +0000 28140 28141 - control APIs: do not crash if exception parameter is null, that means caller is not interested in exceptions 28142 28143commit 416845038e3458694d0b2935fd8909c8fb6bd5cf 28144Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28145Date: Sun Mar 4 23:46:37 2007 +0000 28146 28147 Mac OS X gui: Don't yield input more than needed. (End of the set of changes that makes quitting really fast.) 28148 28149commit 2a03eff7416006956fbbd3a281a27b53e6abcc6b 28150Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28151Date: Sun Mar 4 23:39:40 2007 +0000 28152 28153 Hotkeys control: Don't yield vout and input more than needed. 28154 28155commit 6f7987fa3273a25177db6b71ef1e8f07cfc86c9c 28156Author: Jean-Baptiste Kempf <jb@videolan.org> 28157Date: Sun Mar 4 23:05:25 2007 +0000 28158 28159 Qt4 - SPrefs: interface small change 28160 28161commit 0b4bd344fbaf6a8d42ad49a1356df4047f726342 28162Author: Christophe Mutricy <xtophe@videolan.org> 28163Date: Sun Mar 4 21:01:15 2007 +0000 28164 28165 fix 28166 28167commit 0c1918f191b6a9cbcca2b8e6a12f0f0ea467eaa6 28168Author: Christophe Mutricy <xtophe@videolan.org> 28169Date: Sun Mar 4 20:29:45 2007 +0000 28170 28171 tweak the error message 28172 28173commit 4bced71eb3ad7ccb5e3f0164b439ecafa83a0117 28174Author: Felix Paul Kühne <fkuehne@videolan.org> 28175Date: Sun Mar 4 19:52:40 2007 +0000 28176 28177 * don't default enable QT4 on Darwin 28178 28179commit cc89854dd23f728da181aff00728170c3fae9f9e 28180Author: Christophe Mutricy <xtophe@videolan.org> 28181Date: Sun Mar 4 19:33:32 2007 +0000 28182 28183 default enable qt4 28184 28185commit 6445f7041064b9afe93f2f2027f9fb3de3c5fbe7 28186Author: Rémi Denis-Courmont <rem@videolan.org> 28187Date: Sun Mar 4 19:16:35 2007 +0000 28188 28189 - Print an error if Qt4 is requested but not found 28190 - Warn that WxWidgets is deprecated. 28191 - Fix a few Wx error messages. 28192 28193commit 4f959644fbad818b3bd2583c29989a2c83932c3c 28194Author: Felix Paul Kühne <fkuehne@videolan.org> 28195Date: Sun Mar 4 19:01:18 2007 +0000 28196 28197 * fixed libpng compilation for Darwin 9 28198 28199commit 82233a291e48260b0462be1d58308243f51309b8 28200Author: Christophe Mutricy <xtophe@videolan.org> 28201Date: Sun Mar 4 16:57:57 2007 +0000 28202 28203 Shut up warnings in libintl.h 28204 28205commit 8c5755cd5b76705207a0e79eebd91b247099f462 28206Author: Christophe Mutricy <xtophe@videolan.org> 28207Date: Sun Mar 4 14:20:18 2007 +0000 28208 28209 s/wget/$(WGET)/. pointed by markfm 28210 28211commit fbaecd2f3478fdf521fc37f7a2c8b250a215fab4 28212Author: Sigmund Augdal Helberg <sigmunau@videolan.org> 28213Date: Sun Mar 4 10:29:23 2007 +0000 28214 28215 move a few global variables into the appropriate class. 28216 Comment out a few non-thread-safe functions from embedded vout 28217 handling. Fixes a crash when playlist item changes. refs #955 28218 28219commit 97c76f700591910ab870405b01c7fe32835464d3 28220Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28221Date: Sun Mar 4 02:07:26 2007 +0000 28222 28223 Mac OS X gui: Remove unwanted commit. 28224 28225commit fa3116ec857a9ae6fed3e9802c1f3b7b5147e213 28226Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28227Date: Sun Mar 4 02:03:44 2007 +0000 28228 28229 Mac OS X gui: Make sure we don't retain p_input more than once. Don't release it until we're done. 28230 28231commit cdc2a50d34f4f5f14ca898551a38a2c3ae76efe5 28232Author: Dennis van Amerongen <trax@videolan.org> 28233Date: Sun Mar 4 01:36:36 2007 +0000 28234 28235 * modules/codec/x264.c: Add mvrange option. 28236 28237commit 128490d96f8edc6da8357f99be543709eb686bc3 28238Author: Dennis van Amerongen <trax@videolan.org> 28239Date: Sun Mar 4 01:07:02 2007 +0000 28240 28241 * modules/codec/x264.c: Add support for multipass encoding. Slightly alter stats behaviour to reflect same usage as x264 cli (only one stats file). Needs testing.. 28242 28243commit 8b1f2d1435b4be1219efe59cd24696d17fcf9e97 28244Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28245Date: Sun Mar 4 00:45:10 2007 +0000 28246 28247 Mac OS X gui: Sanitize vlc object retaining/releasing. 28248 28249commit fbaa8dc64381266600a46446ec5007694a52325b 28250Author: Christophe Mutricy <xtophe@videolan.org> 28251Date: Sat Mar 3 23:53:46 2007 +0000 28252 28253 Honors --disable-altivec. Closes #1055 28254 28255commit aa8da70e76f4f41cf1038ad09c927f6a90b7cfb7 28256Author: Jean-Baptiste Kempf <jb@videolan.org> 28257Date: Sat Mar 3 23:39:36 2007 +0000 28258 28259 Qt4 - SPrefs : a few additions. Still not working for selecting interface. 28260 28261commit 79181e9c42d3286b18ba69e313d938cdb8fdeb42 28262Author: Sigmund Augdal Helberg <sigmunau@videolan.org> 28263Date: Sat Mar 3 23:22:51 2007 +0000 28264 28265 fix segfault 28266 28267commit aa61317790b9d8764d4881771626846dd011296a 28268Author: Sigmund Augdal Helberg <sigmunau@videolan.org> 28269Date: Sat Mar 3 22:26:18 2007 +0000 28270 28271 when a reference to a object is stored the ref-count of that module 28272 should be increased. Fixes a few crashes when input changes. 28273 28274commit 098b03f14ade630f4d2504554b8010f58d1bd8e2 28275Author: Pavlov Konstantin <thresh@videolan.org> 28276Date: Sat Mar 3 21:45:58 2007 +0000 28277 28278 Another fortune 28279 28280commit 0ff855d244904144fb6af036e207002f982375c9 28281Author: Jean-Baptiste Kempf <jb@videolan.org> 28282Date: Sat Mar 3 21:32:19 2007 +0000 28283 28284 Qt4 - remove a stupid debug thing and rename Disk => Disc 28285 28286commit d55b0261a31f695b52696c706dede87859168157 28287Author: Rémi Denis-Courmont <rem@videolan.org> 28288Date: Sat Mar 3 19:45:54 2007 +0000 28289 28290 I really have had enough with this getaddrinfo crashes. 28291 28292commit 73317f34563810a7b34bf3042fe9bf29e120c5c0 28293Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28294Date: Sat Mar 3 18:43:18 2007 +0000 28295 28296 Mac OS X gui: Make sure libvlc exit properly. Don't forward the closeVout: if the interface is dead. 28297 28298commit 9180f067c9b203944f051194354f415bcbb0bba2 28299Author: Rémi Denis-Courmont <rem@videolan.org> 28300Date: Sat Mar 3 18:30:12 2007 +0000 28301 28302 Fix RC interface 28303 28304commit cf8e72e9b3192f99e7ab8c4696286d44923c2cda 28305Author: Rémi Denis-Courmont <rem@videolan.org> 28306Date: Sat Mar 3 18:03:21 2007 +0000 28307 28308 Fix assertion failure 28309 28310commit 79b3363c3efc5d989937ae62c4ad88b1bf1a7892 28311Author: Dennis van Amerongen <trax@videolan.org> 28312Date: Sat Mar 3 17:23:53 2007 +0000 28313 28314 * modules/codec/x264.c: Revert [16936] (temporarily fix x264 encoding on darwin/x86 by disabling all CPU optimisations) as this shouldn't be a problem anymore.. 28315 28316commit 200d5f1def25890e847b956dd1b3f0a4c5525ad4 28317Author: Derk-Jan Hartman <hartman@videolan.org> 28318Date: Sat Mar 3 17:20:48 2007 +0000 28319 28320 * fix ffmpeg build 28321 28322commit 78e2ea52a08504c915ad346607e7bcca9272c85e 28323Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28324Date: Sat Mar 3 16:57:36 2007 +0000 28325 28326 Mac OS X gui: Fix #756 (VLC don't go open if you click on the dock icon) 28327 28328commit ef066dadd58ccecc690eddedafce4ae4bb1f724a 28329Author: Derk-Jan Hartman <hartman@videolan.org> 28330Date: Sat Mar 3 16:32:09 2007 +0000 28331 28332 * Fix blocking intf launching without pf_run on OSX 28333 28334commit d38407e052d6db044ff587ed3d9cc9e802ae27cc 28335Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28336Date: Sat Mar 3 15:54:16 2007 +0000 28337 28338 Mac OS X: Remove dead code. Make sure terminate: calls its super. 28339 28340commit 250e1283f9dad02d61d940fae0dd65af1ecf0f62 28341Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28342Date: Sat Mar 3 15:51:43 2007 +0000 28343 28344 Mac OS X: Make "Force Quit" works the first time it is triggered. 28345 28346commit a85849f901030d8d7973ed40cce6045f16a172c6 28347Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28348Date: Sat Mar 3 15:34:21 2007 +0000 28349 28350 Mac OS X gui: Fix dead lock when exiting. As a side effect VLC.app exit is really fast. 28351 28352commit 5163be8e1b75ac37b661760992fe8001891db436 28353Author: Rémi Denis-Courmont <rem@videolan.org> 28354Date: Sat Mar 3 15:32:07 2007 +0000 28355 28356 Fix a compiler warning and simplify 28357 28358commit 6a84cf1083e13550242168dfa5eb68be9db5adad 28359Author: Filippo Carone <littlejohn@videolan.org> 28360Date: Sat Mar 3 14:49:11 2007 +0000 28361 28362 java audio interface update 28363 28364commit 7d6ea0b199861ba8f0a6d915ad63272ed984672c 28365Author: Rémi Denis-Courmont <rem@videolan.org> 28366Date: Sat Mar 3 14:25:31 2007 +0000 28367 28368 Really fix race VLC_Die condition 28369 28370commit 8274a40e84551abbe85c60c7e71f5988737b73db 28371Author: Felix Paul Kühne <fkuehne@videolan.org> 28372Date: Sat Mar 3 13:55:33 2007 +0000 28373 28374 * disabled SDK usage on Darwin 9 for now 28375 28376commit 1b7654aa66f8957e0c30f90ff42a6d8ee858e219 28377Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28378Date: Sat Mar 3 13:35:51 2007 +0000 28379 28380 Mac OS X gui: Fix the fspanel screen selection, and make sure it is inactive at launch. 28381 28382commit c62a39caea22d91592b9fb1a911298f794b92f2c 28383Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28384Date: Sat Mar 3 13:22:03 2007 +0000 28385 28386 Mac OS X gui: Fix a double unlock issue, by making sure all timers are disabled when checking if we have to unlock. (Pointed by Felix Paul Kuhne) 28387 28388commit 161c8a3b44ac92ea5ef76382caf58f1c4dda9e44 28389Author: Sigmund Augdal Helberg <sigmunau@videolan.org> 28390Date: Sat Mar 3 13:09:52 2007 +0000 28391 28392 fix possition of dvbsubs when input has p_subpic->i_x/i_y != 0 28393 28394commit 435b8ca6cf5077a6f4c24be86057ba87bbef9d4e 28395Author: Felix Paul Kühne <fkuehne@videolan.org> 28396Date: Sat Mar 3 12:47:34 2007 +0000 28397 28398 * fixed support for future darwin releases on Intel. SDL, goom, gnutls and libpng still need to be fixed on both platforms. 28399 28400commit b884f9571134bd6cbd0fb975588bddb7bb512ea8 28401Author: Rémi Denis-Courmont <rem@videolan.org> 28402Date: Sat Mar 3 12:45:57 2007 +0000 28403 28404 Improve getaddrinfo() replacement errors 28405 28406commit 183fc7bdb3e530e558187dcf3c5a2ebe52a60c41 28407Author: Rémi Denis-Courmont <rem@videolan.org> 28408Date: Sat Mar 3 12:29:23 2007 +0000 28409 28410 - Fix thread safety problem in [18812] 28411 - Fix illegal error return value for getnaminfo from [18812] 28412 - Do not crash if the APIs are not available (*NULL) from [18812] 28413 28414 Should fix most Win32 resolution crashes 28415 (if not already done in previous commits) 28416 28417commit 45d6d7723effc208a4291fb59eb38fe47aec3fc3 28418Author: Rémi Denis-Courmont <rem@videolan.org> 28419Date: Sat Mar 3 11:51:32 2007 +0000 28420 28421 Fix linking. 28422 28423commit ab1251ee872eb9e08d529857344f808226e84f46 28424Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28425Date: Sat Mar 3 11:45:29 2007 +0000 28426 28427 Mac OS X gui: Use a recursive lock to be able to trigger enter/leaveFullscreen in the middle of an enter/leaveFullscreen operation. 28428 28429commit e90520eb5202696efffe9a98dd8f100cd8642f4a 28430Author: Rémi Denis-Courmont <rem@videolan.org> 28431Date: Sat Mar 3 11:42:01 2007 +0000 28432 28433 Do not chain multiple getaddrinfo implementation. 28434 This is bound to crash. 28435 28436commit bf9fed9bb16f7252c3d2264ed3566a48363ac8a7 28437Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28438Date: Sat Mar 3 11:07:39 2007 +0000 28439 28440 Mac OS X gui: Protect the fullscreen animation by a lock. 28441 28442commit 980b1a6a5ba72dc6761b1bc082220834142e6037 28443Author: Rémi Denis-Courmont <rem@videolan.org> 28444Date: Sat Mar 3 09:30:52 2007 +0000 28445 28446 Remove dead code 28447 28448commit cb02fb5c58f2110749384e23fee818a31e980880 28449Author: Rémi Denis-Courmont <rem@videolan.org> 28450Date: Sat Mar 3 09:25:50 2007 +0000 28451 28452 Remove redumdant mutex 28453 28454commit 5feadd7d7f351589a8090724601b5b66e9a2c2c9 28455Author: Rémi Denis-Courmont <rem@videolan.org> 28456Date: Sat Mar 3 08:44:55 2007 +0000 28457 28458 Add SSM definition for Vista (closes #313) 28459 28460commit 682564397e88bc20f25245bf27ccbc5bdab6f4f1 28461Author: Rémi Denis-Courmont <rem@videolan.org> 28462Date: Sat Mar 3 08:37:06 2007 +0000 28463 28464 Missing include 28465 28466commit 2f763769fa6cebb4ceb4572154a2665b86bd41f4 28467Author: Rémi Denis-Courmont <rem@videolan.org> 28468Date: Sat Mar 3 08:16:17 2007 +0000 28469 28470 Fixups 28471 28472commit 7a89a604893398070f36e7eefcdce55cd35d3fca 28473Author: Rémi Denis-Courmont <rem@videolan.org> 28474Date: Sat Mar 3 08:13:30 2007 +0000 28475 28476 Missing error message 28477 28478commit 6ccde705af0d0f544b14c954984e82f94945099e 28479Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28480Date: Sat Mar 3 02:57:34 2007 +0000 28481 28482 Mac OS X gui: Rework VLCVoutWindow behaviour when macosx-black is set. (Pointed by hartman) 28483 28484commit 394563f07beca9ec0172ac063563c35044ba36e4 28485Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28486Date: Sat Mar 3 02:18:04 2007 +0000 28487 28488 Don't forget to release the screen when closing the VLCVoutWindow on Mac OS X. (Pointed by thedj) 28489 28490commit 300571b2c10be5430cba76d70aa125eaa19d64d3 28491Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28492Date: Sat Mar 3 01:37:28 2007 +0000 28493 28494 Mac OS X gui: Make sure the embedded window don't get shown before it is resized, if it was hidden. 28495 28496commit 7da0bc9c4a9ba1d6555d05e7f841cb10e8031298 28497Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28498Date: Sat Mar 3 01:12:51 2007 +0000 28499 28500 Make sure the cursor gets hidden in fullscreen on Mac OS X. (Pointed by thedj) 28501 28502commit afafeb19b897427835244a34607b7327cddff45d 28503Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28504Date: Sat Mar 3 01:05:53 2007 +0000 28505 28506 Compare two NSScreen using their display id, rather than their pointer values. (pointed by thedj) 28507 28508commit 2f8dbe1e38858b0c2f37a22f341868fb3d780f6c 28509Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28510Date: Sat Mar 3 00:46:25 2007 +0000 28511 28512 Fix main screen detection for the detached window on Mac OS X. 28513 28514commit 144e4cc2d6cca2f7cdfd44ddd035b1faf9d79248 28515Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28516Date: Sat Mar 3 00:29:56 2007 +0000 28517 28518 Fix main screen detection on Mac OS X. 28519 28520commit 164bd431838dff1f18ea98e84ea66c4bfa727e0a 28521Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28522Date: Sat Mar 3 00:28:45 2007 +0000 28523 28524 Remove unneeded friend class. 28525 28526commit 94f061cd0677ce67db817072a3bbf77a64da32e7 28527Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28528Date: Sat Mar 3 00:25:05 2007 +0000 28529 28530 Close the embedded window only when playlist stop. Have the window to animate smoothly when size changes. Make the fullscreen mode behaves well when input changes and ends. 28531 28532commit b33ad0d9fef88fd51f4cf117506d21f66e779f1b 28533Author: Christophe Mutricy <xtophe@videolan.org> 28534Date: Sat Mar 3 00:16:52 2007 +0000 28535 28536 Distribute the .hosts and .access for win32 28537 28538commit e22607b4b9712c117f394267d6631e5eef8d0e9b 28539Author: Antoine Cellerier <dionoea@videolan.org> 28540Date: Fri Mar 2 21:00:22 2007 +0000 28541 28542 Don't authorize "." or ".." for filenames. 28543 28544commit 512f81c76f0e1e3253ccca718169c6d1f0a8f318 28545Author: Laurent Aimar <fenrir@videolan.org> 28546Date: Fri Mar 2 19:54:17 2007 +0000 28547 28548 Warning fix. 28549 28550commit 09eaac810866232ee437516ca2a8fb6bcfd8b523 28551Author: Laurent Aimar <fenrir@videolan.org> 28552Date: Fri Mar 2 19:51:20 2007 +0000 28553 28554 Packetizers should trash all blocks with DISCONTINUITY or CORRUPTED flag set. 28555 28556 As a side effect, this workaround the AAC decoding problem after pause/seek 28557 when going through our packetizer (eg: pause/seek with vlc VOD). 28558 28559 But the bug is still there : faad will stop decoding audio forever after 28560 receiving a buffer full of 0 (at least with faad2-2.5 from 28561 audiocoding.com, faad2 from mplayer svn does not show this problem) 28562 28563commit b5d7934fc8bb26f7f92ddfcea76485e34bc953e2 28564Author: Laurent Aimar <fenrir@videolan.org> 28565Date: Fri Mar 2 19:42:22 2007 +0000 28566 28567 On pause and rate change from normal rate, call input_EsOutDiscontinuity 28568 as soon as possible to allow decoders to flush (well that part need to 28569 be implemented ;) 28570 28571commit 8cfee3e8e59b756703de3a7b4833b5300523baf3 28572Author: Laurent Aimar <fenrir@videolan.org> 28573Date: Fri Mar 2 19:19:35 2007 +0000 28574 28575 Implemented sout-keep per media support. 28576 You have to use sout-keep option on your broadcast media using 28577 > setup your_media option sout-keep 28578 The default value is no-sout-keep and command line option --sout-keep 28579 will not activate it (on purpose). 28580 28581commit c6957ea90bb20ccff9545f3041a24fe1aa8169d3 28582Author: Laurent Aimar <fenrir@videolan.org> 28583Date: Fri Mar 2 19:08:06 2007 +0000 28584 28585 Really fixed 'gather' segfault. 28586 28587commit 44d2954e4c565b6fc12dff7cf8ac4f8adaea12ee 28588Author: Laurent Aimar <fenrir@videolan.org> 28589Date: Fri Mar 2 19:03:52 2007 +0000 28590 28591 Do not use private VLM function (fixed in an ugly way). It should fix build 28592 of libvlc-control (what's that ?). 28593 It will need to be rewritten when VLM API is fixed. 28594 28595commit 3b17379de00e97ace6030018ccba501f9a9bb279 28596Author: Christophe Mutricy <xtophe@videolan.org> 28597Date: Fri Mar 2 18:51:48 2007 +0000 28598 28599 Compile fix + define undefined error value 28600 28601commit da461ea191f6f5d8e65e2e75277300417a09cdec 28602Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28603Date: Fri Mar 2 18:21:44 2007 +0000 28604 28605 Support other displays fade out. Change video-device to point to the unique screen ID. 28606 28607commit 8d0b80646c76f8467bec8f2844bb4c62a808587b 28608Author: Damien Fouilleul <damienf@videolan.org> 28609Date: Fri Mar 2 17:44:24 2007 +0000 28610 28611 - log.c: fix for negative message count 28612 28613commit be5b65c219ca4dde03c7599b52ecd7eb19a4ad9d 28614Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28615Date: Fri Mar 2 17:33:31 2007 +0000 28616 28617 Remove unuseful setFullscreen: as it has been deleted in r19115. 28618 28619commit 74fd152da0cc0b9fe5dd856239da6967ce28e6e0 28620Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28621Date: Fri Mar 2 17:28:00 2007 +0000 28622 28623 Zoom fullscreen effect on Mac OS X 10.4. 28624 28625commit bfae05bed10bde12544a22a2aaee6edad23c8062 28626Author: Felix Paul Kühne <fkuehne@videolan.org> 28627Date: Fri Mar 2 17:24:49 2007 +0000 28628 28629 * added ugly, but working support for future, powerpc-based darwin releases. this doesn't support intel-Macs yet 28630 28631commit d87700c92956684116475062cc34755234330fd5 28632Author: Rémi Denis-Courmont <rem@videolan.org> 28633Date: Fri Mar 2 17:14:38 2007 +0000 28634 28635 - Return errors in case of overflow 28636 - Do not use non-thread-safe stuff 28637 28638commit 419f5e338e457966ce19c73df822eaee29baa8b3 28639Author: Rémi Denis-Courmont <rem@videolan.org> 28640Date: Fri Mar 2 17:05:24 2007 +0000 28641 28642 Remove dead code: 28643 VLC never resolves network service names, it only uses port numbers. 28644 28645commit abb46dc5e567405194af5603df0cd4ea85f7f23c 28646Author: Rémi Denis-Courmont <rem@videolan.org> 28647Date: Fri Mar 2 16:17:30 2007 +0000 28648 28649 Fix handling of EINTR in sleeping functions. 28650 This will not change your life. 28651 28652commit 898c9279c74f6cda95a8c96d5204b7cc605aa92e 28653Author: Christophe Mutricy <xtophe@videolan.org> 28654Date: Fri Mar 2 14:52:51 2007 +0000 28655 28656 Do not pass too much argument to sprintf 28657 28658commit 77466c8f80b0a8136fc13839b7bf62afc0fedea1 28659Author: Damien Fouilleul <damienf@videolan.org> 28660Date: Fri Mar 2 13:55:22 2007 +0000 28661 28662 - libvlc ABIs: test that demux is available before accessing it in libvlc_input_get_fps() 28663 28664commit d5db005b08ac22088649505a0e2baf8950fca2a5 28665Author: Felix Paul Kühne <fkuehne@videolan.org> 28666Date: Fri Mar 2 13:17:58 2007 +0000 28667 28668 * don't compile x264 with debug code on Macs. especially for releases, this isn't the best idea ;) 28669 28670commit cac2fe984f2ca74cb0ba796665326e365f748622 28671Author: Laurent Aimar <fenrir@videolan.org> 28672Date: Fri Mar 2 00:11:14 2007 +0000 28673 28674 Fixed a small memory leak (password) 28675 28676commit 4dbce8899a66f90b3ce9e76f58d9badd0bfb61c3 28677Author: Laurent Aimar <fenrir@videolan.org> 28678Date: Fri Mar 2 00:09:14 2007 +0000 28679 28680 Fixed memory leak with input_ItemClean. 28681 28682commit 0f3899ceba7fb39b8b897d7786c0925e35c07347 28683Author: Jean-Baptiste Kempf <jb@videolan.org> 28684Date: Fri Mar 2 00:02:59 2007 +0000 28685 28686 Put the Simple Prefs Icons one above the other. 28687 28688commit 8ff6e867bcfa1c2947d3cc0032aae7241ab5b398 28689Author: Jean-Baptiste Kempf <jb@videolan.org> 28690Date: Thu Mar 1 23:18:54 2007 +0000 28691 28692 Qt4 - SPrefs : Subtitles... Almost the end ? 28693 28694commit e02bab40157b93a3b95f5ac8d0e7da2e4a63e79e 28695Author: Jean-Baptiste Kempf <jb@videolan.org> 28696Date: Thu Mar 1 23:11:16 2007 +0000 28697 28698 Qt4 - SPrefs : Interface Panel. 28699 28700commit db6152415cfb30f4668ab5e584d797fa6892270e 28701Author: Laurent Aimar <fenrir@videolan.org> 28702Date: Thu Mar 1 23:10:30 2007 +0000 28703 28704 Fixed statistic counter leaks per host. 28705 28706commit 5f0520d399e31b22d862ea278597c271fab73a58 28707Author: Laurent Aimar <fenrir@videolan.org> 28708Date: Thu Mar 1 23:05:17 2007 +0000 28709 28710 Fixed a small memleak per ES. 28711 28712commit ceada689a2792cdbde4d250cfab93878c4807237 28713Author: Laurent Aimar <fenrir@videolan.org> 28714Date: Thu Mar 1 23:03:26 2007 +0000 28715 28716 Fixed a small memleak. 28717 28718commit ccf3ec55fa3186d31482c68be0a8d7c0de07239b 28719Author: Laurent Aimar <fenrir@videolan.org> 28720Date: Thu Mar 1 23:01:59 2007 +0000 28721 28722 Fixed es_format_Clean (when called multiple times with the same es_format). 28723 28724commit d0f70cdcd8901accf1f68e645928432921a640f3 28725Author: Laurent Aimar <fenrir@videolan.org> 28726Date: Thu Mar 1 23:00:02 2007 +0000 28727 28728 Fixed a memleak per packetizer module_Need. 28729 28730commit e148e58dc2e9db6a2269bdaba653d14d26c0d721 28731Author: Antoine Cellerier <dionoea@videolan.org> 28732Date: Thu Mar 1 22:54:12 2007 +0000 28733 28734 Oops. 28735 28736commit defde1c851d0defe58aab85305c34bffe7dab7bf 28737Author: Antoine Cellerier <dionoea@videolan.org> 28738Date: Thu Mar 1 22:44:16 2007 +0000 28739 28740 * Fix forbiden windows characters list. (in fact it's not windows only, but fat32/ntfs ... but noone cares) 28741 28742commit 5d03d245a77eccb97eb82dfa7f198f8375aec5f3 28743Author: Jean-Baptiste Kempf <jb@videolan.org> 28744Date: Thu Mar 1 22:43:30 2007 +0000 28745 28746 Qt4 - SPrefs : Input Panel. almost all implementations, but not the macro-ones (network-caching and disk-device ) 28747 28748commit cb04ed6ba36066f0f3dcd295324e6ed5fe3ee6aa 28749Author: Laurent Aimar <fenrir@videolan.org> 28750Date: Thu Mar 1 22:12:06 2007 +0000 28751 28752 Fixed a small memleak. 28753 28754commit e088c92b313bda95f33d190155cfe4e8db355dfe 28755Author: Jean-Baptiste Kempf <jb@videolan.org> 28756Date: Thu Mar 1 21:51:39 2007 +0000 28757 28758 Qt4 - SimplePrefs - Audio: Small fixes and normalization for volume. 28759 28760commit ec37e0e75feb16d5ff53ab143ffa6c37276a1a59 28761Author: Christophe Mutricy <xtophe@videolan.org> 28762Date: Thu Mar 1 21:50:53 2007 +0000 28763 28764 Compile fix 28765 28766commit 0054378d6e90f6796759fca438a5ff209e19fbf8 28767Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28768Date: Thu Mar 1 21:38:58 2007 +0000 28769 28770 Fix a hang when quitting vlc on Mac OS X. This hang is due to the signal thread that isn't cancelled properly, because Mac OS X's sigwait is not a pthread cancellation point as it ought to be according to POSIX.1. 28771 28772commit 7cdfb7ee8b66706492e2f781ded8deeef0566969 28773Author: Antoine Cellerier <dionoea@videolan.org> 28774Date: Thu Mar 1 21:27:47 2007 +0000 28775 28776 Dots are allowed in filenames (even on WIN32...). Thanks to Dugal Harris for noticing this bug. 28777 28778commit a6a23e5787b5fd8df685189f56c0541b64f491cc 28779Author: Jean-Baptiste Kempf <jb@videolan.org> 28780Date: Thu Mar 1 20:43:28 2007 +0000 28781 28782 Qt4 : Spref - Audio: Use a doubleBox not a slider for normalizer 28783 28784commit 626df1fb98fdc8e6a3b0a65800aab3ca57e29666 28785Author: Laurent Aimar <fenrir@videolan.org> 28786Date: Thu Mar 1 20:37:54 2007 +0000 28787 28788 Fixed a typo (INTF_DIALOG_VLM is not the same than INTF_DIALOG_BOOKMARKS) 28789 28790commit f64fd9acd66302b78d0282bcdb3011b4c6906733 28791Author: Laurent Aimar <fenrir@videolan.org> 28792Date: Thu Mar 1 20:36:11 2007 +0000 28793 28794 Start cleaning up VLM + fixed vlm_New() race condition. 28795 28796commit 894e084c4b63336f55b9da79d2035bc2f1839bf8 28797Author: Laurent Aimar <fenrir@videolan.org> 28798Date: Thu Mar 1 20:34:12 2007 +0000 28799 28800 Deactivated VLM control by wx while I clean it. (It uses private fields 28801 of VLM that should not have been public) 28802 28803commit 320e6b5eaa2ea265c86b12c93f0ec57dec270fd4 28804Author: Rémi Denis-Courmont <rem@videolan.org> 28805Date: Thu Mar 1 20:16:49 2007 +0000 28806 28807 Cache system clock in userland to save a few avoidable sleeps. 28808 Also restore (albeit not hard-coded this time) the old Linux custom 28809 of not waiting for a delay shorter than the scheduler precision 28810 28811commit c13d67b82c674fffe5d65656aff7484c227a74a1 28812Author: Rémi Denis-Courmont <rem@videolan.org> 28813Date: Thu Mar 1 20:09:41 2007 +0000 28814 28815 Fix race condition and simplify SigHandler 28816 Missing piece pointed out by Pierre d'H. 28817 28818commit 1d58919125812d569c23bde687e42fca86858e33 28819Author: Rémi Denis-Courmont <rem@videolan.org> 28820Date: Thu Mar 1 17:52:11 2007 +0000 28821 28822 Fix abortion if killing signals are re-used. 28823 Of course, VLC has no bugs, so you never need to abort it that way, 28824 so that this fixes nothing. 28825 28826commit 14c5e914ffb2ca51676a2d6c6b081a8e324fe47e 28827Author: Damien Fouilleul <damienf@videolan.org> 28828Date: Thu Mar 1 16:52:12 2007 +0000 28829 28830 - mp4 demux: support for iTunes/Quicktime META info 28831 28832commit df02a09ad6a85226a23d29443c671398b5debedf 28833Author: Rémi Denis-Courmont <rem@videolan.org> 28834Date: Thu Mar 1 16:38:45 2007 +0000 28835 28836 Removing a warning never solved a problem (revert [11778]) 28837 28838commit 0d012a7d6c9b04d74e566a9e44bae529f456779a 28839Author: Rémi Denis-Courmont <rem@videolan.org> 28840Date: Thu Mar 1 16:36:54 2007 +0000 28841 28842 Fix incorrect string fix (revert [15025]) 28843 28844commit 2e90c6e8bd881ae19944572ff3ed95f65f5e6e8d 28845Author: Pierre d'Herbemont <pdherbemont@videolan.org> 28846Date: Thu Mar 1 01:00:07 2007 +0000 28847 28848 Fix file name representation of the video output window on Mac OS X. (Reviewed by hartman) 28849 28850commit 13ec57548cb99619b28d5dadc9c87a258ee9d9cf 28851Author: Sigmund Augdal Helberg <sigmunau@videolan.org> 28852Date: Thu Mar 1 00:06:21 2007 +0000 28853 28854 none-sematic changes: 28855 clock.c: replace a magic number with the appropriate constant 28856 vlc_include.h: fix a comment to match reality 28857 28858commit 9c1758ae820ec9cc6848654fff05c5ac6ea024c8 28859Author: Jean-Baptiste Kempf <jb@videolan.org> 28860Date: Thu Mar 1 00:01:14 2007 +0000 28861 28862 Qt4 - SimplePrefs : Simple Fix to simple Problem. Should repair Win32 breakage. So sorry. 28863 28864commit 220ff7f6eae997583245d1c90409e3eac65f3cab 28865Author: Sigmund Augdal Helberg <sigmunau@videolan.org> 28866Date: Wed Feb 28 23:52:48 2007 +0000 28867 28868 disable clock_nanosleep for mwait for now. Fixes dvd and vob playback 28869 for me. 28870 28871commit 7bb4a6ef55444f256c11190378e57c430db67afe 28872Author: Jean-Baptiste Kempf <jb@videolan.org> 28873Date: Wed Feb 28 23:38:48 2007 +0000 28874 28875 Qt4 : Simple Preferences. Add a slider widget to pref_widget, because it is nicer than a QSpinBox. 28876 Could you look please on that commit cause I don't understand if it is the good way to do it (I guess not) and why do I had to add this 'bool' to the methods. 28877 28878 zorglub, dionoea? 28879 28880commit e87abf624a0302f8d6f7bdd0a9f550cec1f5fb12 28881Author: Laurent Aimar <fenrir@videolan.org> 28882Date: Wed Feb 28 22:45:02 2007 +0000 28883 28884 Reworked/improved the way sout-keep works. (VLM sout-keep does not 28885 work again yet ) 28886 28887commit 0bf39ed37db37db3d1c925e3af7a742ff251a522 28888Author: Yoann Peronneau <yoann@videolan.org> 28889Date: Wed Feb 28 20:41:01 2007 +0000 28890 28891 * src/playlist/loadsave.c: create directory before saving Media Library 28892 28893commit 7815fcbd8eddee11d31daee6663c8937f38771c2 28894Author: Derk-Jan Hartman <hartman@videolan.org> 28895Date: Wed Feb 28 20:05:59 2007 +0000 28896 28897 * make vobsubs downloadable from http/ftp etc. closes #567 28898 - NOTE: this will not work on user/password protected locations. 28899 28900commit cdc777330a4901c4eef9b4d4a1ab68eda4bf85cd 28901Author: Jean-Paul Saman <jpsaman@videolan.org> 28902Date: Wed Feb 28 19:38:02 2007 +0000 28903 28904 Patch by xxcv: Don't change fmt_last.audio.i_rate when FOURCC is mp4a 28905 28906commit b6a2a98f36f28d41dfce0fc0428c236846cdb457 28907Author: Christophe Massiot <massiot@videolan.org> 28908Date: Wed Feb 28 17:16:42 2007 +0000 28909 28910 * src/text/iso-639_def.h: Add original audio pseudo-language (reported 28911 by Francesc Pinyol Margalef). 28912 28913commit 591835ca2bad00c4c84b7213f9c24e2cecc4513d 28914Author: Christophe Mutricy <xtophe@videolan.org> 28915Date: Wed Feb 28 16:56:57 2007 +0000 28916 28917 Meaningfull typo 28918 28919commit 3bc601a592a6bfa37030b1dc87b4a808b092a8ae 28920Author: Rémi Denis-Courmont <rem@videolan.org> 28921Date: Wed Feb 28 16:35:19 2007 +0000 28922 28923 typo 28924 28925commit 21ca21609801cd9c9e4fcd73024c9f5628bb5b68 28926Author: Rémi Denis-Courmont <rem@videolan.org> 28927Date: Wed Feb 28 16:23:21 2007 +0000 28928 28929 Fix POL.*HUP handling: POLLHUP is for writing, 28930 POLLRDHUP is for reading (and also non-standard) 28931 28932commit 610d3b49f77d666f2039bf83ec0080581e170487 28933Author: Derk-Jan Hartman <hartman@videolan.org> 28934Date: Wed Feb 28 12:36:15 2007 +0000 28935 28936 * rawvideo.c: Do not use visible_pitch when walking trough the lines. fixes #1021 28937 28938commit edf6862b11373cc9d9d42149f3d701f18510255c 28939Author: Damien Fouilleul <damienf@videolan.org> 28940Date: Wed Feb 28 12:07:45 2007 +0000 28941 28942 sap.c: win32 fix for IPv6 local-link zone identifier 28943 28944commit cfb2689c1834a11bdab3e45bcf9e3bd65f67f9bc 28945Author: Derk-Jan Hartman <hartman@videolan.org> 28946Date: Wed Feb 28 12:07:05 2007 +0000 28947 28948 * matroska bug. don't use block, in case when it can be ( block || simpleblock) 28949 28950commit ed239bba9fe6e106ab7c3a2c78cb66604ffb26a9 28951Author: Christophe Mutricy <xtophe@videolan.org> 28952Date: Tue Feb 27 23:43:04 2007 +0000 28953 28954 this was renamed in [19013] 28955 28956commit db7f048cc41942956e34b19126c5cb333df9ff3c 28957Author: Christophe Mutricy <xtophe@videolan.org> 28958Date: Tue Feb 27 23:42:59 2007 +0000 28959 28960 *.po: Update slovenian and portuguese l10n 28961 POTFILES.in: some new files, some ones renamed 28962 28963commit 16793a3e2c08dcc51ab63545b12631fccfe9ead6 28964Author: Jean-Baptiste Kempf <jb@videolan.org> 28965Date: Tue Feb 27 22:30:36 2007 +0000 28966 28967 * Qt4 - Simple Preferences: Start to bind the keys to the preferences. Lots of them still don't work. Why ? 28968 28969commit 072cd3c8fdf2cfa667dd05da05e6add861035599 28970Author: Laurent Aimar <fenrir@videolan.org> 28971Date: Tue Feb 27 21:45:41 2007 +0000 28972 28973 Fixed wrong type used in mp4 parsing. 28974 28975commit 8161c0261683e5099e6a6fff0249fdd99bfa7b51 28976Author: Rémi Denis-Courmont <rem@videolan.org> 28977Date: Tue Feb 27 21:27:06 2007 +0000 28978 28979 *Ahem* compile testing is good, but it only works 28980 if I actually look at the result 28981 28982commit bd3f6bbbc70a62a05ba7038af85d6076dbff32ac 28983Author: Rémi Denis-Courmont <rem@videolan.org> 28984Date: Tue Feb 27 21:25:11 2007 +0000 28985 28986 Simplification 28987 28988commit bd056290df9e85c7534862a31e2e62fa5b6c3c73 28989Author: Rémi Denis-Courmont <rem@videolan.org> 28990Date: Tue Feb 27 21:15:49 2007 +0000 28991 28992 - Support for customizing the checksum coverage 28993 - Make UDP-Lite an option rather than a distinct shortcut 28994 28995commit c28624748ceb2bcc6d33d2a569a4f1b826ff2e8d 28996Author: Derk-Jan Hartman <hartman@videolan.org> 28997Date: Tue Feb 27 20:57:56 2007 +0000 28998 28999 * Fix subtitle detection. utf8_stat returns 0 if file is present. 29000 P.S. this bug was present for 3 months, without anyone noticing it. That's just BAD people. 29001 29002commit 4551908a0ac5e7a83ce237a5d1e6637ffff394cd 29003Author: Rémi Denis-Courmont <rem@videolan.org> 29004Date: Tue Feb 27 20:43:05 2007 +0000 29005 29006 Do not assume RTP frequency is that of TS for RTCP 29007 29008commit 6bbeeca1bd223c748bef4bbd5ff37807c8512c21 29009Author: Laurent Aimar <fenrir@videolan.org> 29010Date: Tue Feb 27 20:37:07 2007 +0000 29011 29012 Removed dead code. 29013 29014commit f2fb8b7f590f154788354a49d9cb652b1afb5cb9 29015Author: Laurent Aimar <fenrir@videolan.org> 29016Date: Tue Feb 27 20:25:52 2007 +0000 29017 29018 Do not force a default TTL value (the value 1 will be used in SDP only). 29019 29020commit a9a6e8ca796d05a06c1ef8fc117cd8ff60def31c 29021Author: Rémi Denis-Courmont <rem@videolan.org> 29022Date: Tue Feb 27 20:17:31 2007 +0000 29023 29024 IP6 "MUST NOT" have a TTL. 29025 This will be parsed as an address counter on the receiver, 29026 with disastrous consequences 29027 29028commit 683f08b8c0bcae8f963e6b100484a8f1237abf7f 29029Author: Laurent Aimar <fenrir@videolan.org> 29030Date: Tue Feb 27 20:07:54 2007 +0000 29031 29032 Removed debug left over. 29033 29034commit 7f8cab90a9d1d553a2d1bd8679eae77b43b95455 29035Author: Laurent Aimar <fenrir@videolan.org> 29036Date: Tue Feb 27 20:04:01 2007 +0000 29037 29038 Added vlc_b64_decode_binary_to_buffer/vlc_b64_decode_binary/vlc_b64_decode. 29039 29040commit 12659dbfad0e0eaeee78aeb91416fcf3732beea6 29041Author: Laurent Aimar <fenrir@videolan.org> 29042Date: Tue Feb 27 20:02:15 2007 +0000 29043 29044 Fixed H264 rtp packetization. 29045 Force a TTL value of 1 if not defined instead of refusing to start. 29046 (Any suggestion about a better failsafe value ?) 29047 29048commit b160af605b251682ad86348cc4e07287084e891c 29049Author: Laurent Aimar <fenrir@videolan.org> 29050Date: Tue Feb 27 19:39:41 2007 +0000 29051 29052 Added all missing case for "Detection of the first VCL NAL unit of a primary coded picture". 29053 Fixed prepend of SPS/PPS per I frame. 29054 29055commit b1184c1e58512481458293fdc7d8d16f2dc9211c 29056Author: Damien Fouilleul <damienf@videolan.org> 29057Date: Tue Feb 27 17:13:16 2007 +0000 29058 29059 libvlc-common.c: revert r19040 29060 29061commit a47f53be6e77e6109d3fd39e039971877fd61d43 29062Author: Rémi Denis-Courmont <rem@videolan.org> 29063Date: Tue Feb 27 17:00:42 2007 +0000 29064 29065 Expatriate myself 29066 29067commit f6268a0a751524d8d4ccd688e2c1572b1fc56f75 29068Author: Rémi Denis-Courmont <rem@videolan.org> 29069Date: Tue Feb 27 16:54:38 2007 +0000 29070 29071 Listen to link-local SAP announces too 29072 29073commit 3ecee5c492d12aeb8aa8575d13c14d809b97b947 29074Author: Derk-Jan Hartman <hartman@videolan.org> 29075Date: Tue Feb 27 16:14:21 2007 +0000 29076 29077 * Don't VLC_EXPORT net_Close now that it's a #define 29078 * update vlc_symbols.h 29079 29080 courmisch, can you please check ? 29081 29082commit 78e2acb77c81e611e2e6228d913ae06baef84014 29083Author: Damien Fouilleul <damienf@videolan.org> 29084Date: Tue Feb 27 12:16:55 2007 +0000 29085 29086 - libvlc: make sure that p_static_libvlc always point to the first libvlc instance (actually, is it still used ?) 29087 29088commit 2662e59f19b64ea89ef9aabde013d1e16767aefe 29089Author: Damien Fouilleul <damienf@videolan.org> 29090Date: Tue Feb 27 12:15:52 2007 +0000 29091 29092 - libvlc control: uninitialiazed mutex and variables, was prevent browser plugins from adding elements in playlist 29093 29094commit 4a07ee4971a9b90c5ca912a7375e73ccbe9ce499 29095Author: Derk-Jan Hartman <hartman@videolan.org> 29096Date: Tue Feb 27 01:30:26 2007 +0000 29097 29098 * Fix implementation of net_Close. it returns void, not int (like close). 29099 29100commit ce9a419e2410f5755a20200d319a3ec397621b07 29101Author: Christophe Mutricy <xtophe@videolan.org> 29102Date: Mon Feb 26 23:14:19 2007 +0000 29103 29104 Link fix. Proper one this time hopefully 29105 29106commit fb66a0b738bd807d3410cd54d930e2172e52ec0a 29107Author: Christophe Mutricy <xtophe@videolan.org> 29108Date: Mon Feb 26 22:38:04 2007 +0000 29109 29110 Link fix 29111 29112commit f8cd71a76a96d17790ad35c61ea50fc44b94a4ac 29113Author: Christophe Mutricy <xtophe@videolan.org> 29114Date: Mon Feb 26 22:14:49 2007 +0000 29115 29116 Compile fix for old ffmpeg 29117 29118commit b39fee93027a54e20d61b7979e7799355292ff5f 29119Author: Laurent Aimar <fenrir@videolan.org> 29120Date: Mon Feb 26 19:30:49 2007 +0000 29121 29122 Fixed a deadlock between VLM and httpd. (Issue all VLM command 29123 from the httpd callback in its own thread) 29124 29125commit d7bc817f72e44cacf0fc9468c7988ee1f4b565a7 29126Author: Laurent Aimar <fenrir@videolan.org> 29127Date: Mon Feb 26 19:27:35 2007 +0000 29128 29129 Force VLM stream to not use sout-keep. 29130 Fixed race condition with sout-keep. 29131 Fixed broken sout-keep behaviour (currently active sout can be used 29132 twice or destroyed..., it might fixed segfaults reported by xxcv)) 29133 29134commit f6b77b24afe7f73539125d178712b83b9bb4d771 29135Author: Laurent Aimar <fenrir@videolan.org> 29136Date: Mon Feb 26 19:21:03 2007 +0000 29137 29138 Improved vout_Request when using a vout attached to playlist. 29139 (Avoid a possible race condition) 29140 29141commit 3f615499491f5b6f225e4e856a123f9f7a1dce2f 29142Author: Laurent Aimar <fenrir@videolan.org> 29143Date: Mon Feb 26 19:19:18 2007 +0000 29144 29145 Added missing const qualifier to vod_MediaControl. 29146 Improved TAB_* protection and added TAB_INIT/CLEAN. 29147 29148commit bca9301311c26520596abf7b7f2d085b0b87d814 29149Author: Damien Fouilleul <damienf@videolan.org> 29150Date: Mon Feb 26 19:15:32 2007 +0000 29151 29152 -activex: implement _NewEnum property on log.messages collection to allow for "For each message in log.messages" construct in VB and other languages 29153 29154commit 214647c66eddee07427f6cec26034945f5499c18 29155Author: Rémi Denis-Courmont <rem@videolan.org> 29156Date: Mon Feb 26 16:54:38 2007 +0000 29157 29158 Harmless typo 29159 29160commit 93c16a0b4e20c301c4f7e1a077e1a31898da88dc 29161Author: Rémi Denis-Courmont <rem@videolan.org> 29162Date: Mon Feb 26 16:54:05 2007 +0000 29163 29164 Simplify shutdown() portability 29165 29166commit 42388a77bdcf23357696f033a81d11485cd7c00d 29167Author: Rémi Denis-Courmont <rem@videolan.org> 29168Date: Mon Feb 26 16:42:53 2007 +0000 29169 29170 net_Close() is a one-liner, so inline it 29171 29172commit b5ed36d375a1c2a963b761abeda59604c417b638 29173Author: Rémi Denis-Courmont <rem@videolan.org> 29174Date: Mon Feb 26 16:38:58 2007 +0000 29175 29176 Do what the previous commit pretended to do 29177 29178commit 6f087f5478c208c71e3c6c878a28729f28f3b65e 29179Author: Rémi Denis-Courmont <rem@videolan.org> 29180Date: Mon Feb 26 16:38:21 2007 +0000 29181 29182 Remove net_ReadNonBlock(), 29183 it was merely a slower (and buggier) recv() nowadays. 29184 29185commit 5a605a9ff03e5266b56991d969c8c23f4e303906 29186Author: Rémi Denis-Courmont <rem@videolan.org> 29187Date: Mon Feb 26 15:44:23 2007 +0000 29188 29189 - Fix handling of POLLHUP and POLLNVAL events 29190 - Minor optimization for POLLHUP case 29191 29192commit 5d33b7922e0ccacfa911965ae25a03678dd90678 29193Author: Jean-Baptiste Kempf <jb@videolan.org> 29194Date: Mon Feb 26 06:46:16 2007 +0000 29195 29196 Configure: should repair --with-libtwolame-tree detection. 29197 29198commit b248dab2f216a406bd48f0ef07f6894b89e0237d 29199Author: Jean-Baptiste Kempf <jb@videolan.org> 29200Date: Sun Feb 25 23:08:25 2007 +0000 29201 29202 Qt4 : SimplePrefs: various fixes, remove some widgets, uniformity, cleaning and hiding for Win32/others for some options. 29203 29204commit 70955271684ae34e0659e2f901a60aa7a6b55095 29205Author: Antoine Cellerier <dionoea@videolan.org> 29206Date: Sun Feb 25 22:45:56 2007 +0000 29207 29208 Graa. 29209 29210commit 8f0cb96c47b61a2b766e1ba616cee7ea180a0767 29211Author: Antoine Cellerier <dionoea@videolan.org> 29212Date: Sun Feb 25 22:44:48 2007 +0000 29213 29214 Cleaner fix to the "object is not attached" issue with modules loaded from cache 29215 which weren't used by VLC. This now adds a new b_used flag to module_cache_t which is set to VLC_TRUE once we know that the cached version of the plugin is usable (and thus gets attached to something). If it's not usable, it wont be attached so we tell ModuleDelete() not to try dettaching it. 29216 29217commit 39b7ae3614f70e5dc290072764a075da69c35646 29218Author: Christophe Mutricy <xtophe@videolan.org> 29219Date: Sun Feb 25 22:42:49 2007 +0000 29220 29221 Compile fix 29222 29223commit 4b4d1dc6533f17f5a5f0774546e51ba096078bc3 29224Author: Jean-Baptiste Kempf <jb@videolan.org> 29225Date: Sun Feb 25 21:59:56 2007 +0000 29226 29227 Qt4- SImple Prefs: Subtitles and TextTitles. 29228 29229commit d31441182ca7de15dc681beea2fc228b98d44b75 29230Author: Antoine Cellerier <dionoea@videolan.org> 29231Date: Sun Feb 25 19:39:59 2007 +0000 29232 29233 Patch by ILEoo to make the telnet interface work with "telnet" again (on linux). Looks ok according to the recv(2) manpage. Please fix if this is flawed. 29234 29235commit 65e0358c10560e40cb8da9d50599663d5e4d88fb 29236Author: Cyril Deguet <asmax@videolan.org> 29237Date: Sun Feb 25 19:29:21 2007 +0000 29238 29239 * fixed build of skins2 interface on MacOS X (renamed Rect into SkinsRect 29240 to avoid a conflict with Carbon API) 29241 29242commit e7bb450d70e290fb02d136e317aa0d5b005793eb 29243Author: Antoine Cellerier <dionoea@videolan.org> 29244Date: Sun Feb 25 19:19:36 2007 +0000 29245 29246 Add undocumented play feature to help output. 29247 29248commit d14273499280d6fe6d9a9c3d1f91d512d6d9ebb2 29249Author: Laurent Aimar <fenrir@videolan.org> 29250Date: Sun Feb 25 17:50:12 2007 +0000 29251 29252 Fixed segfault when faad reports an unknown channel configuration 29253 (Fixed lol-vlc.aac segfault, http://sam.zoy.org/zzuf/) 29254 29255commit 6ba3004286ef2832a8db18d87b6af05abd1c828b 29256Author: Jean-Baptiste Kempf <jb@videolan.org> 29257Date: Sun Feb 25 17:17:44 2007 +0000 29258 29259 Qt4: Simple_Prefs, adding hotkeys/shortcuts configuration. 29260 29261commit 201859a03b989419d9b1417642b6e91026a83b5e 29262Author: Filippo Carone <littlejohn@videolan.org> 29263Date: Sun Feb 25 17:10:34 2007 +0000 29264 29265 libvlc_video_get_handle renamed to _get_parent 29266 29267commit a2e32b3185dff229f7f76da579dcaa09a5233e20 29268Author: Filippo Carone <littlejohn@videolan.org> 29269Date: Sun Feb 25 16:17:40 2007 +0000 29270 29271 libvlc_video_get_handle function added 29272 29273commit 3b75df1e35403d7c2b588cc7954e2b6705aa26e7 29274Author: Laurent Aimar <fenrir@videolan.org> 29275Date: Sun Feb 25 16:17:33 2007 +0000 29276 29277 Fixed rtsp broadcast streaming(sdp=rtsp://) and a potential double free. 29278 29279commit 638023d7e64f3b272a10ab5e6200ff2475e09f49 29280Author: Laurent Aimar <fenrir@videolan.org> 29281Date: Sun Feb 25 16:11:41 2007 +0000 29282 29283 Fixed a memory access error (net_ReadInner) 29284 29285commit 2814beeb20d6c84b010c66cc615673e03cccb9ff 29286Author: Jean-Baptiste Kempf <jb@videolan.org> 29287Date: Sun Feb 25 15:59:14 2007 +0000 29288 29289 Qt4: Preferences, Simple_Preferences. A bit more, but a lot of things are missing... 29290 29291commit e60de0fefff4111294264467d013825cb8ac6d13 29292Author: Laurent Aimar <fenrir@videolan.org> 29293Date: Sun Feb 25 14:34:14 2007 +0000 29294 29295 Fixed double input_thread_t free for VOD. 29296 29297commit 617726b6c72b9677fb2f6e432c3e515bc197bbc1 29298Author: Laurent Aimar <fenrir@videolan.org> 29299Date: Sun Feb 25 14:33:13 2007 +0000 29300 29301 Rework a bit http socket handling to avoid uninitialized variable access. 29302 29303commit f64ef866545064f3e5901e9b5a3b3f97a2516dd9 29304Author: Laurent Aimar <fenrir@videolan.org> 29305Date: Sun Feb 25 13:14:49 2007 +0000 29306 29307 Bunch of warning fixes. 29308 29309commit 4913d65462daafc51fc390461434eca655622877 29310Author: Laurent Aimar <fenrir@videolan.org> 29311Date: Sun Feb 25 13:14:08 2007 +0000 29312 29313 Added VC-1 raw es demuxer. 29314 29315commit 35905d252b88615051062c93fea0986f65ee4346 29316Author: Laurent Aimar <fenrir@videolan.org> 29317Date: Sun Feb 25 12:39:52 2007 +0000 29318 29319 Added ffmpeg AAC id. 29320 29321commit 5abc94233ca3a93868a84a1eab6812558b773dfd 29322Author: Laurent Aimar <fenrir@videolan.org> 29323Date: Sun Feb 25 12:34:41 2007 +0000 29324 29325 Copy complete es format descriptor when extra data is added. 29326 29327commit f95648173c1521e8a11107ac5c2bbe1edc0b68ec 29328Author: Laurent Aimar <fenrir@videolan.org> 29329Date: Sun Feb 25 12:31:30 2007 +0000 29330 29331 Added VC-1 packetizer. 29332 (But it still won't be decoded by ffmpeg, we provide extra data too late) 29333 29334commit 53102b6845fde9d5836c7b44abecfe8a18b86592 29335Author: Laurent Aimar <fenrir@videolan.org> 29336Date: Sun Feb 25 12:11:14 2007 +0000 29337 29338 Added VC-1 detection (SMPTE RP 227 + ISO 13818-1 Amendment 2) 29339 29340commit 8d001a3825a3cf73ff7aff6b66b9b05029f94d55 29341Author: Laurent Aimar <fenrir@videolan.org> 29342Date: Sun Feb 25 12:09:34 2007 +0000 29343 29344 Fixed warning (missing VLC_OBJECT()). 29345 29346commit bd304fa58463943255e7e0901af8a7b68377d254 29347Author: Laurent Aimar <fenrir@videolan.org> 29348Date: Sun Feb 25 11:53:21 2007 +0000 29349 29350 Fixed --ts-extra-pmt (close #516) 29351 Added VC-1 detection (SMPTE RP 227) 29352 29353commit 781ce1f3bd10897897327701cea68c842eb49e25 29354Author: Laurent Aimar <fenrir@videolan.org> 29355Date: Sun Feb 25 11:50:15 2007 +0000 29356 29357 Fixed H264 vod (import code from rtp.c, there is a lot of code duplicated here). 29358 29359commit 479b697652a2b11aab07331e614b2e6dcc225f9b 29360Author: Laurent Aimar <fenrir@videolan.org> 29361Date: Sun Feb 25 11:48:39 2007 +0000 29362 29363 Fixed input_thread_t leak by description module for VLM. 29364 29365commit da70bf94823d32dce1a40597c95aa130c545f50f 29366Author: Laurent Aimar <fenrir@videolan.org> 29367Date: Sun Feb 25 11:46:07 2007 +0000 29368 29369 Fixed stream ouput gather module and renable it (close #1032) 29370 29371commit 75688a7cdec7fc9e016844f3c794ee052971a58d 29372Author: Laurent Aimar <fenrir@videolan.org> 29373Date: Sun Feb 25 11:42:23 2007 +0000 29374 29375 Fixed uninitialized value for ADTS stream. 29376 29377commit c1993b6231c7b60f79fbac60215c9d1e3dd2edd9 29378Author: Laurent Aimar <fenrir@videolan.org> 29379Date: Sun Feb 25 11:39:42 2007 +0000 29380 29381 Added vlc_b64_encode_binary (include/vlc_strings.h is not that a good place). 29382 Use vlc_b64_encode_binary and remove ap_* in rtp.c 29383 Fixed 2 invalid memory access and 1 stack corruption in rtp.c (Fixed 29384 the report of rtp segfault with gcc 4.1 by xxcv) 29385 29386commit e732cff5c58c4ef4df7f7869405f7002aed94036 29387Author: Laurent Aimar <fenrir@videolan.org> 29388Date: Sun Feb 25 11:35:45 2007 +0000 29389 29390 Fixed httpd stack corruption. 29391 (Fixed 'assert (pufd < ufd + (sizeof (ufd) / sizeof (ufd[0])))' reported 29392 by xxcv) 29393 29394commit 4a82316d3f970bd5de7945fc75d4961413d42a3c 29395Author: Antoine Cellerier <dionoea@videolan.org> 29396Date: Sun Feb 25 10:47:46 2007 +0000 29397 29398 Simplify. 29399 29400commit 959c2a7a9e02f164f91923a20149b7f07494ea66 29401Author: Felix Paul Kühne <fkuehne@videolan.org> 29402Date: Sun Feb 25 09:40:22 2007 +0000 29403 29404 * added flv to the list of supported file types (forward-port of [18985] 29405 29406commit c1a08ef67f5b1a1f3b5dff99f176234741ba9030 29407Author: Antoine Cellerier <dionoea@videolan.org> 29408Date: Sun Feb 25 03:15:31 2007 +0000 29409 29410 Oops ? 29411 29412commit e4bd16a47c858458beeafc5681679b018407567b 29413Author: Antoine Cellerier <dionoea@videolan.org> 29414Date: Sun Feb 25 03:15:10 2007 +0000 29415 29416 Fix "object is not attached" error when quiting VLC. (as far as i can tell, it was triggered since memory leak fix in [18247]) 29417 29418commit beedc2e23948325e219d82cd00b6450a53e49357 29419Author: Antoine Cellerier <dionoea@videolan.org> 29420Date: Sun Feb 25 01:46:25 2007 +0000 29421 29422 Prevent these errors when using help flag 29423 [00000001] main libvlc error: option daemon does not exist 29424 [00000001] main libvlc error: option pidfile does not exist 29425 29426 The were due to the module_EndBand( p_libvlc ); on line 430 in libvlc-common.c . Please check that this is the correct way of doing it. 29427 29428commit c6276f93df08f5b46b26983a6512a99536222757 29429Author: Jean-Baptiste Kempf <jb@videolan.org> 29430Date: Sat Feb 24 23:17:24 2007 +0000 29431 29432 Qt4 - Simple Prefs: More. Interfaces. 29433 29434commit 0435ea9aeef32aa8209c732064a992a8161236c9 29435Author: Antoine Cellerier <dionoea@videolan.org> 29436Date: Sat Feb 24 18:18:15 2007 +0000 29437 29438 Untested new hotkeys: 29439 'r' -> toggle random 29440 'L' -> toggle normal / repeat one / loop 29441 29442commit ee0cac1e8e45cf537d47149675abd607ab93bc9a 29443Author: Felix Paul Kühne <fkuehne@videolan.org> 29444Date: Sat Feb 24 16:40:34 2007 +0000 29445 29446 * commit Pierre's 2nd patch to enable weak symbols on OSX when linking vlc. This fixes the compilation of his locale-improvements and a few other problems when using the 10.3.9 SDK. Please check the next nightly on 10.3.x if you got access to it. 29447 29448commit 530bab1bc45fdc87e4ce7dd25d2b270cf29b3181 29449Author: Jean-Baptiste Kempf <jb@videolan.org> 29450Date: Sat Feb 24 15:47:05 2007 +0000 29451 29452 Qt4 : Back to work. 29453 29454commit 6e7d7c4d44802e3d081b9199c70756c977b6d4d7 29455Author: Antoine Cellerier <dionoea@videolan.org> 29456Date: Fri Feb 23 21:34:25 2007 +0000 29457 29458 Add dummy .IFO playlist demux to enable opening a DVD rip by double clicking on the .IFO files. closes #1067. 29459 29460commit fe157d457130a00c9fb0c21bfc73c3e7848c86b3 29461Author: Felix Paul Kühne <fkuehne@videolan.org> 29462Date: Fri Feb 23 20:09:13 2007 +0000 29463 29464 * added 2 boxes to the wizard to allow access to sout-transcode-soverlay with the GUI. needs further testing, but can't break anything. (forward-porting [18977], closes #1005 29465 29466commit 24df55bb63c757563f967ea1fc4a666c6cd8724a 29467Author: Christophe Mutricy <xtophe@videolan.org> 29468Date: Fri Feb 23 18:13:50 2007 +0000 29469 29470 .aclocal shall be last. 29471 29472commit fbab6d5645a3dba5adda571a0dbdd72d255375d4 29473Author: Felix Paul Kühne <fkuehne@videolan.org> 29474Date: Fri Feb 23 17:19:45 2007 +0000 29475 29476 * removed duplicated, buggy code which fixed #744 in [18971] 29477 29478commit a6b956352f119882da9cb9f66616ba978f9184c4 29479Author: Dennis van Amerongen <trax@videolan.org> 29480Date: Fri Feb 23 17:00:02 2007 +0000 29481 29482 * src/network/error.c: added a few more Winsock and QoS error codes 29483 29484commit 21871656e246ec6866022bd06023c9547b4365ff 29485Author: Felix Paul Kühne <fkuehne@videolan.org> 29486Date: Fri Feb 23 15:38:43 2007 +0000 29487 29488 * renamed it, since it's plain C now and doesn't contain any Obj-C anymore 29489 29490commit bc7d87b7a41020f0b098fc37cd2062c55d73194c 29491Author: Felix Paul Kühne <fkuehne@videolan.org> 29492Date: Fri Feb 23 15:19:03 2007 +0000 29493 29494 * fixed minor typo 29495 29496commit 33bc015640f9c99b629f26d95f3ba372e464b44e 29497Author: Felix Paul Kühne <fkuehne@videolan.org> 29498Date: Fri Feb 23 14:27:16 2007 +0000 29499 29500 * patch by Pierre d'Herbemont which cleans up our locale detection code heavily and converts it to be CoreFoundation-based only. Thanks! 29501 29502commit 30bf3ee23a6809493a75a4361aecfd9984e9b329 29503Author: Felix Paul Kühne <fkuehne@videolan.org> 29504Date: Fri Feb 23 13:33:05 2007 +0000 29505 29506 * update NEWS 29507 29508commit f8ca02b192618cd0d42d2690b408c8bddf46b539 29509Author: Felix Paul Kühne <fkuehne@videolan.org> 29510Date: Fri Feb 23 12:46:54 2007 +0000 29511 29512 * fixed live patch for OSX 29513 29514commit 0343ff29f6ad5eee4e7ecf50e44eafa0e68a5168 29515Author: Antoine Cellerier <dionoea@videolan.org> 29516Date: Thu Feb 22 21:47:13 2007 +0000 29517 29518 Remove broken VC1 detection code in ps muxer. 29519 29520commit 0c9117de56d95e4b26c3bfd1de284a3d983a9a57 29521Author: Laurent Aimar <fenrir@videolan.org> 29522Date: Thu Feb 22 20:43:28 2007 +0000 29523 29524 Fixed subtitle/osd memory leaks (subpicture_region_t->psz_text was not freed). 29525 29526 I think we have a potential bug with the way subpicture_region_t->p_style 29527 is used. 29528 Decoders allocate p_style memory in their context, so we don't free it in 29529 spu_DestroyRegion. As vout object can live longer than decoder, I think 29530 p_style might be used after the decoder has destroyed it. 29531 29532 Can someone, who has worked on osd/spu internal, comment ? 29533 29534commit cb595496f9c3e6666ca947636b56bea074b5ddd3 29535Author: Jean-Paul Saman <jpsaman@videolan.org> 29536Date: Thu Feb 22 20:32:41 2007 +0000 29537 29538 Properly detect MOZ_X11 setting in firefox-1.5.0.9 29539 29540commit 7196e8d1ba92d16024b9499d8f0f63a2a998472d 29541Author: Laurent Aimar <fenrir@videolan.org> 29542Date: Thu Feb 22 20:30:15 2007 +0000 29543 29544 Improve input_Preparse clean up (memory leaks). 29545 29546commit bd6df8a98ee50466ce48bf5abfd0015379d7d0a2 29547Author: Laurent Aimar <fenrir@videolan.org> 29548Date: Thu Feb 22 20:12:27 2007 +0000 29549 29550 Do not use p_demux->p_parent to get the p_input 29551 (Use vlc_find_object(PARENT) 29552 29553commit 719ff97ced0bdd4656b185d295d968307f58df61 29554Author: Jean-Paul Saman <jpsaman@videolan.org> 29555Date: Thu Feb 22 20:10:59 2007 +0000 29556 29557 Remove of excess whitespace 29558 29559commit 246f8b269774516bb46b43b61706b0e5de971710 29560Author: Jean-Paul Saman <jpsaman@videolan.org> 29561Date: Thu Feb 22 20:06:52 2007 +0000 29562 29563 Remove unused headerfile 29564 29565commit dfa3adb24454d8bbdeae5df1866e196cd3370446 29566Author: Jean-Paul Saman <jpsaman@videolan.org> 29567Date: Thu Feb 22 19:50:29 2007 +0000 29568 29569 Indentation fix 29570 29571commit e86b6a0a13039f3ed0b7c706d381a0a8ef6d071d 29572Author: Laurent Aimar <fenrir@videolan.org> 29573Date: Thu Feb 22 19:35:28 2007 +0000 29574 29575 Do not use p_demux->p_parent to get the p_input 29576 (Use vlc_find_object(PARENT) 29577 29578commit e7a8394a1b4baf527d3acf10e3fdd3cabba22509 29579Author: Laurent Aimar <fenrir@videolan.org> 29580Date: Thu Feb 22 19:34:05 2007 +0000 29581 29582 Do not use (input_thread_t*)p_access->p_parent it is not always true. 29583 (Use vlc_find_object(PARENT) 29584 29585commit 7275b9220ce6f5af90479dd36c30d4872910b4c6 29586Author: Laurent Aimar <fenrir@videolan.org> 29587Date: Thu Feb 22 19:18:17 2007 +0000 29588 29589 Reworked DecodeModulation (close #1063) 29590 29591commit 99aeeff1ac677cada137b5b5afc7a6e1a451adbb 29592Author: Antoine Cellerier <dionoea@videolan.org> 29593Date: Thu Feb 22 19:02:19 2007 +0000 29594 29595 play command fix by ILEoo (see [18938]). 29596 29597commit 877636c07b2393732b901cd1916a2c8c71573af7 29598Author: Jean-Paul Saman <jpsaman@videolan.org> 29599Date: Thu Feb 22 11:22:48 2007 +0000 29600 29601 Build live555 libraries with -DUSE_SYSTEM_RANDOM=1 by default. This fixes a bug reported by Jason Gerecke (jgerecke at uoregon dot edu). The rationale from Jason: 29602 29603 In groupsock/inet.c: http://www.live555.com/liveMedia/doxygen/html/inet_8c-source.html a custom random generator is provided for systems which do not provide their own rand() or srand() functions. Other people have reported issues with this function segfaulting (never in conjuction with VLC however), possibly because of multithreading issues, and the fix issued by the Live555 developers was to provide an "#ifdef USE_SYSTEM_RANDOM" for builds on supporing systems (http://lists.live555.com/pipermail/live-devel/2003-November/000013.html). 29604 29605commit 6185bee1520c8b2cce48527bdb64bd955ab67f71 29606Author: Sigmund Augdal Helberg <sigmunau@videolan.org> 29607Date: Thu Feb 22 10:45:09 2007 +0000 29608 29609 fix cam support for twinhan cards. Not needed now, but will be needed if 29610 the drivers get fixed 29611 29612commit 600e2cd549142370607f55455aa29de0d6d1cd8e 29613Author: Laurent Aimar <fenrir@videolan.org> 29614Date: Wed Feb 21 23:15:06 2007 +0000 29615 29616 Changed input_DestroyThread to take care of detaching, cleaning and destroying input. 29617 (This way it matches input_CreateThread and fixes a memleak) 29618 Control variables are now created even for preparse, only callback are not added. 29619 (This fix use of uninitialized variables) 29620 29621commit 9886e26b218171b39bf57b0efa72e3ff2cad7e77 29622Author: Christophe Mutricy <xtophe@videolan.org> 29623Date: Wed Feb 21 23:07:04 2007 +0000 29624 29625 Compile fix 29626 29627commit d8a051a2cc40f49e1e1abad758c9150d11985a72 29628Author: Laurent Aimar <fenrir@videolan.org> 29629Date: Wed Feb 21 23:02:56 2007 +0000 29630 29631 Fixed compilation of v4l2 + refuse to initialize unless it is forced. 29632 29633commit a553f31aa920e9cfd3f3b7b9042a719bc9e6625a 29634Author: Laurent Aimar <fenrir@videolan.org> 29635Date: Wed Feb 21 23:01:36 2007 +0000 29636 29637 Fixed memory leak at each new PMT if we don't have CAM. 29638 29639commit f2db0411b844f79b1f4e5923bbc6c3bb64a64c7d 29640Author: Laurent Aimar <fenrir@videolan.org> 29641Date: Wed Feb 21 22:56:43 2007 +0000 29642 29643 Avoid a malloc(0) (We don't call free on it, valgrind is not happy) 29644 29645commit 28126abd00ac5c49072bb29d1048dc74a1c84849 29646Author: Antoine Cellerier <dionoea@videolan.org> 29647Date: Wed Feb 21 22:44:24 2007 +0000 29648 29649 Add CODEC_ID_GSM and CODEC_ID_GSM_MS to ffmpeg audio codec list. (mostly useless but it doesn't hurt. needs ffmpeg to be linked with an specific lib) 29650 29651commit 53462241fdd87eaa50fe378be5d592f9ec395625 29652Author: Damien Fouilleul <damienf@videolan.org> 29653Date: Wed Feb 21 22:39:07 2007 +0000 29654 29655 - io.c: meaningful error message on win32 when input is dying 29656 29657commit c8fdee00a03b28b903df49c7cfefc99339dab5eb 29658Author: Antoine Cellerier <dionoea@videolan.org> 29659Date: Wed Feb 21 22:25:27 2007 +0000 29660 29661 [PATCH] vlm: play command index same as inputdeln index from Ilkka Ollakka. Thanks. 29662 29663commit 47a67b900609e47dc36610f4c77b7656753b07c1 29664Author: Laurent Aimar <fenrir@videolan.org> 29665Date: Wed Feb 21 21:31:36 2007 +0000 29666 29667 Improved vlc_UrlParse (close #1025) 29668 We use vlc_UrlParse for "URL" without protocol... so it was using a part of 29669 the URL as a protocol if it found ":/". Ensure to extract only valid protocol 29670 at least. 29671 29672commit f5305fef469ceba3e0434902200aec3f20454f57 29673Author: Rémi Denis-Courmont <rem@videolan.org> 29674Date: Wed Feb 21 20:49:01 2007 +0000 29675 29676 - Do not store HTTPd clients addresses (unused anyway) 29677 - Use net_Accept() 29678 29679commit 558e0a6fa4bbd2cc888c0db20f3ff8c7e81f7c56 29680Author: Rémi Denis-Courmont <rem@videolan.org> 29681Date: Wed Feb 21 19:27:18 2007 +0000 29682 29683 Fix descriptor leak and remove useless code 29684 29685commit 66438c4e241c6e472872611276be33349c10adc8 29686Author: Damien Fouilleul <damienf@videolan.org> 29687Date: Wed Feb 21 18:19:41 2007 +0000 29688 29689 - contribs: more cygwin/general fixes 29690 29691commit f3743d455d3ec649821b104e0c103f6a97b029f7 29692Author: Rémi Denis-Courmont <rem@videolan.org> 29693Date: Wed Feb 21 18:19:11 2007 +0000 29694 29695 - Use poll in net_Accept 29696 - Fix som bugs 29697 29698commit 52b0f7ea4eea7123432ed3cf0db42be3697fef92 29699Author: Rémi Denis-Courmont <rem@videolan.org> 29700Date: Wed Feb 21 18:03:40 2007 +0000 29701 29702 Another mdate() caching optimization 29703 29704commit 51d5c44da5357bde96bc0257cce43526489777a6 29705Author: Rémi Denis-Courmont <rem@videolan.org> 29706Date: Wed Feb 21 17:58:12 2007 +0000 29707 29708 - Use poll() instead of select to allow breaking the FD_SETSIZE barrier 29709 - Poll the system clock only once per loop (yes, it DOES matter), 29710 - Fix rare bug with TLS and multiple listening sockets, 29711 - Do not try to read/write to client socket with no pending events. 29712 ...and of course introduce dozens of new bugs. 29713 29714 This SHOULD speed httpd up a bit. 29715 29716commit 8468203d0e7606167a10d3977a5e253cb3f4aa47 29717Author: Christophe Mutricy <xtophe@videolan.org> 29718Date: Wed Feb 21 17:52:09 2007 +0000 29719 29720 dvdnav.patch: detect the presence of gettimeofday() and activate the replacement only when needed 29721 29722commit f9279bb46db3777459df7c0fb67b01ead1ffa0ee 29723Author: Rémi Denis-Courmont <rem@videolan.org> 29724Date: Wed Feb 21 17:42:19 2007 +0000 29725 29726 Minor code factorization 29727 29728commit 412ce0ddc1144c931cbcaa7e6e4a3b0784910fd7 29729Author: Rémi Denis-Courmont <rem@videolan.org> 29730Date: Wed Feb 21 16:51:44 2007 +0000 29731 29732 Memory leak 29733 29734commit 3226e6a6ac89f4b9e6c970e457ed89dc4ce72b3a 29735Author: Rémi Denis-Courmont <rem@videolan.org> 29736Date: Wed Feb 21 16:47:58 2007 +0000 29737 29738 - Support for multiple medias in SDP parser 29739 - Accept phony SDPs with multiple identical media lines as if they had a single one 29740 29741commit a26145a60206b3b4b09aa0887ef9bde322fa6318 29742Author: Laurent Aimar <fenrir@videolan.org> 29743Date: Tue Feb 20 22:54:18 2007 +0000 29744 29745 Fixed segfault in AutoBuiltPanel::AutoBuiltPanel. 29746 29747commit bd394308f254bf660b5297fc8cdbd9590eaa16c7 29748Author: Laurent Aimar <fenrir@videolan.org> 29749Date: Tue Feb 20 22:52:12 2007 +0000 29750 29751 ffmpeg: ask a packetizer for audio too (needed since ffmpeg r6098, 29752 fixed mpeg audio decoding) 29753 vlc_demux.h: fixed COMMON_INIT_PACKETIZER (create a packetizer and not a decoder, 29754 fixed mpeg audio packetizer) 29755 29756commit 2f1ab71400642cfa21ae6f37777694c4af799d37 29757Author: Jean-Baptiste Kempf <jb@videolan.org> 29758Date: Tue Feb 20 21:20:39 2007 +0000 29759 29760 Contribs : freetype bumps to 2.3.1 29761 29762commit 53cf65e4124c004ab5a42a86d5d39871802e733f 29763Author: Rémi Denis-Courmont <rem@videolan.org> 29764Date: Tue Feb 20 21:01:27 2007 +0000 29765 29766 Fix SAP protocol/format parsing 29767 29768commit 5b3d57bb072aaddf75141d9ba70202c4296aa3bb 29769Author: Rémi Denis-Courmont <rem@videolan.org> 29770Date: Tue Feb 20 20:54:31 2007 +0000 29771 29772 Fix port number setting when there is no session-level connection line 29773 29774commit 14f7066ad84126dfa46dec5d8e7dd9bbe72f7e4f 29775Author: Damien Fouilleul <damienf@videolan.org> 29776Date: Tue Feb 20 20:26:31 2007 +0000 29777 29778 - contribs: autoconf 2.6.0 -> 2.6.1 29779 29780commit 6c57655e1e78c25e1e2ebe833473992540884a93 29781Author: Rémi Denis-Courmont <rem@videolan.org> 29782Date: Tue Feb 20 20:12:03 2007 +0000 29783 29784 Missing #includes 29785 29786commit a9cfadd5be08a097b02694b2181dea0a4498ae39 29787Author: Damien Fouilleul <damienf@videolan.org> 29788Date: Tue Feb 20 19:53:02 2007 +0000 29789 29790 - Makefile: FLAC -> flac 29791 29792commit bbb30c6b30d0858e75dbaa38e6a776ca07fcda2a 29793Author: Rémi Denis-Courmont <rem@videolan.org> 29794Date: Tue Feb 20 19:31:00 2007 +0000 29795 29796 Look for x-plgroup also among media-level attributes 29797 29798commit 21f58438e96a63e117fd1572d8715e71adad9dc8 29799Author: Rémi Denis-Courmont <rem@videolan.org> 29800Date: Tue Feb 20 17:28:20 2007 +0000 29801 29802 Fix crash in SDP parser 29803 29804commit 72c7ddfb9ad5f3b3d6ff0304f0cc25ae0721f51e 29805Author: Rémi Denis-Courmont <rem@videolan.org> 29806Date: Tue Feb 20 17:05:04 2007 +0000 29807 29808 Also complain subtitle is mislabeled as UTF-8 29809 29810commit 43649de9136b47abf85e257d31519b654afb3c06 29811Author: Rémi Denis-Courmont <rem@videolan.org> 29812Date: Tue Feb 20 16:58:06 2007 +0000 29813 29814 More explicit debug and error in subtitle charset selection 29815 29816commit 914444e5306ac8604f5aa24deda99f05d6e093f1 29817Author: Damien Fouilleul <damienf@videolan.org> 29818Date: Tue Feb 20 16:52:24 2007 +0000 29819 29820 - contribs: more fixes 29821 29822commit d1f93aa13dee7ef3a41878ff53e57be75f046770 29823Author: Rémi Denis-Courmont <rem@videolan.org> 29824Date: Tue Feb 20 16:40:50 2007 +0000 29825 29826 Add var_CreateGetNonEmptyString and factor some code 29827 29828commit 0305799106c53078a24f25997cbc33debc0579f9 29829Author: Jean-Paul Saman <jpsaman@videolan.org> 29830Date: Tue Feb 20 15:07:23 2007 +0000 29831 29832 Compile fixes 29833 29834commit fe96bbc61056ff287d32971ab89cdda8ee6bc863 29835Author: Jean-Paul Saman <jpsaman@videolan.org> 29836Date: Tue Feb 20 14:47:52 2007 +0000 29837 29838 Fix typo 29839 29840commit d6d7bb61acda563271016b0a7a157e60a515a972 29841Author: Jean-Paul Saman <jpsaman@videolan.org> 29842Date: Tue Feb 20 13:44:23 2007 +0000 29843 29844 Treat all live555 versions before LIVEMEDIA_LIBRARY_VERSION_INT 1171929600 as if playStartTime() and playEndTime() didn't exist. Now only handle unpatched current versions of live library. 29845 29846commit c9569b352bf809d2896ef7798a295f32fec71601 29847Author: Jean-Paul Saman <jpsaman@videolan.org> 29848Date: Tue Feb 20 13:01:20 2007 +0000 29849 29850 Rewrite of live555 demux (TODO: RTPInfo support) 29851 29852commit 4cf30b64f0ab09d798c1f8722f5bb89fd89e703d 29853Author: Jean-Paul Saman <jpsaman@videolan.org> 29854Date: Tue Feb 20 12:44:33 2007 +0000 29855 29856 live-starttime.patch the patch needs latest live555 source code. 29857 29858commit 5c65448e0b35248731c35c8c33596bc9b41569e0 29859Author: Christophe Mutricy <xtophe@videolan.org> 29860Date: Tue Feb 20 10:12:38 2007 +0000 29861 29862 Compile fix 29863 29864commit 6512abec376be273e00b379dfbc36c4007508576 29865Author: Christophe Mutricy <xtophe@videolan.org> 29866Date: Tue Feb 20 09:46:11 2007 +0000 29867 29868 Compile fix - Pointed by vcxx 29869 29870commit 253da208a0d2560da77fc9dca19e39125de05f7f 29871Author: Jean-Paul Saman <jpsaman@videolan.org> 29872Date: Tue Feb 20 09:09:34 2007 +0000 29873 29874 playlist_NodeAddInput() prototype changed, this commit fixes building of wxwidgets and MacOS X 29875 29876commit dde93e93a4eb0bdde95d14c095f04bc883989492 29877Author: Jean-Paul Saman <jpsaman@videolan.org> 29878Date: Tue Feb 20 09:04:25 2007 +0000 29879 29880 playlist_Add() prototype changed 29881 29882commit 83f9c5e5b0f53143a7efb28b9b52981e99a4dfd0 29883Author: Jean-Baptiste Kempf <jb@videolan.org> 29884Date: Tue Feb 20 07:46:56 2007 +0000 29885 29886 Contribs: Yet another modification for the patch for live/OSX. SHould be last one. 29887 29888commit 85ff1461a28b5ec29f881aaaa960a242750704fb 29889Author: Clément Stenac <zorglub@videolan.org> 29890Date: Tue Feb 20 07:29:54 2007 +0000 29891 29892 * Start cleaning up libvlc playlist API (Refs:#457) 29893 - Return correct item ids 29894 - Structures for navigating the playlist 29895 - Consistent locking 29896 * Add a b_locked parameter to the remaining playlist API calls 29897 29898commit 4630e1edd64c586cf5dbdd612d32f925e383d0c7 29899Author: Felix Paul Kühne <fkuehne@videolan.org> 29900Date: Tue Feb 20 07:26:54 2007 +0000 29901 29902 * don't double free an object! Thanks to nivix for pointing me to the right direction and keeping to bug me about this. Fixes #978 29903 29904commit b2ef668f5c43d566434d05e86de43578814c78f2 29905Author: Jean-Baptiste Kempf <jb@videolan.org> 29906Date: Tue Feb 20 07:24:36 2007 +0000 29907 29908 Contribs : flags that were missing during the transition to Distributions/ are back again. 29909 29910commit 7d76f2fb331cd2de245b96f67d8c0ffbd4e19abf 29911Author: Jean-Baptiste Kempf <jb@videolan.org> 29912Date: Tue Feb 20 00:22:36 2007 +0000 29913 29914 Contrib Live.com has changed. Live-OSX.patch need to updated. 29915 29916commit e696efc32903f603b9957be6a7a8472e1e1f1acf 29917Author: Jean-Baptiste Kempf <jb@videolan.org> 29918Date: Mon Feb 19 23:46:50 2007 +0000 29919 29920 Contribs Same commit about .FLAC => .flac 29921 29922commit 3468999c0d9c4460193ade16a0c9e5611966a808 29923Author: Jean-Baptiste Kempf <jb@videolan.org> 29924Date: Mon Feb 19 23:27:26 2007 +0000 29925 29926 Contrib-live: Don't patch things if you don't need them. 29927 29928commit 1d0935a62473f0a5cc596b29ffe38e1e00985640 29929Author: Rémi Denis-Courmont <rem@videolan.org> 29930Date: Mon Feb 19 21:27:10 2007 +0000 29931 29932 Remove gather stream output since it is completely unusable 29933 29934commit 036fdace376eb05340701e2b3685faf91374064f 29935Author: Jean-Baptiste Kempf <jb@videolan.org> 29936Date: Mon Feb 19 21:22:35 2007 +0000 29937 29938 Contrib: Repair Makefile error introduced in [18887] 29939 29940commit 72754868d7f7194fd152f0911e3ef9a8ff067aed 29941Author: Rémi Denis-Courmont <rem@videolan.org> 29942Date: Mon Feb 19 20:35:25 2007 +0000 29943 29944 Fix use of uninitialized memory with raw UDP 29945 (seriously, you should have switched to RTP for ages though) 29946 29947commit 999b60b754e219b6eba3a4e421e36460364d3cb5 29948Author: Rémi Denis-Courmont <rem@videolan.org> 29949Date: Mon Feb 19 19:57:28 2007 +0000 29950 29951 - send RTCP BYE at exit, 29952 - run RTCP over UDP-Lite for UDP-Lite streams (well, there is no standard yet...) 29953 29954commit cdf34ed9ffedd4cd2e0c0f529a08b9bcca94c34d 29955Author: Rémi Denis-Courmont <rem@videolan.org> 29956Date: Mon Feb 19 19:29:05 2007 +0000 29957 29958 Fix a bunch of meomory object and descriptor leaks 29959 29960commit 9cb2370c5cde359db8d9dc9630f41da11007a639 29961Author: Rémi Denis-Courmont <rem@videolan.org> 29962Date: Mon Feb 19 19:24:14 2007 +0000 29963 29964 Simplistic RTCP sender for access output 29965 Still needs fixing 29966 29967commit c16439ab29327e0624818d26fbaabfbe890dd72e 29968Author: Damien Fouilleul <damienf@videolan.org> 29969Date: Mon Feb 19 19:00:27 2007 +0000 29970 29971 - contribs: misc fixes for cygwin mostly 29972 29973commit cd720479c5abc31f0f743c4c68263d2c35cd119c 29974Author: Rémi Denis-Courmont <rem@videolan.org> 29975Date: Mon Feb 19 16:50:32 2007 +0000 29976 29977 - b_rtpts should really b a boolean (!) 29978 - optimize ..._sys_t layout a little 29979 29980commit 6ccd86f32b8ba1030e2d744c8b1c0b1c1caea3c6 29981Author: Rémi Denis-Courmont <rem@videolan.org> 29982Date: Mon Feb 19 16:25:33 2007 +0000 29983 29984 Leverage Set*LE() 29985 29986commit 5659c0bd121019f419fb41aa41ea5134f11cf961 29987Author: Rémi Denis-Courmont <rem@videolan.org> 29988Date: Mon Feb 19 16:21:47 2007 +0000 29989 29990 Fix possibly expansion-unsafe macros 29991 29992commit a7e49594b6165a86d8f9dec66810245651466af5 29993Author: Christophe Mutricy <xtophe@videolan.org> 29994Date: Sun Feb 18 22:44:06 2007 +0000 29995 29996 For some obscure reason flac need ntohl so ws2_32 29997 29998commit e0f5ea8f11cc5c0cba795a01a9d0ce310c8fa271 29999Author: Felix Paul Kühne <fkuehne@videolan.org> 30000Date: Sun Feb 18 20:48:58 2007 +0000 30001 30002 * animate vout-window resizements. Patch by Pierre d'Herbement <pdherbement --at,chez-- free.fr>. Thanks! 30003 30004commit 98736d8e7fbe4c86f3b04af8c1c9368803904b7f 30005Author: Jean-Paul Saman <jpsaman@videolan.org> 30006Date: Sun Feb 18 13:05:54 2007 +0000 30007 30008 Declare local functions static. 30009 30010commit 8b626b7a14646ccdd2cd3ddf94c6677c5fda6fa5 30011Author: Antoine Cellerier <dionoea@videolan.org> 30012Date: Sun Feb 18 00:11:11 2007 +0000 30013 30014 Automatically choose ffmpeg{mux=flv} if dst ends in ".flv" 30015 30016commit 6b04a0180c8c0058f0dcaa9a2bf629ee28dd8776 30017Author: Antoine Cellerier <dionoea@videolan.org> 30018Date: Sat Feb 17 23:57:17 2007 +0000 30019 30020 Update copyright date. 30021 30022commit 571861572b2421793b1c652c4e4a0a66685bb84e 30023Author: Antoine Cellerier <dionoea@videolan.org> 30024Date: Sat Feb 17 23:53:06 2007 +0000 30025 30026 mpl2 subtitles support by Roman Bednarek. Thanks. 30027 30028commit 9cb35a37529cdd86a165ebcf8a2f279518f39d62 30029Author: Christophe Mutricy <xtophe@videolan.org> 30030Date: Sat Feb 17 23:14:19 2007 +0000 30031 30032 Use the new way to specify mingw32 for ffmpeg 30033 30034commit c089aa8972b6bcf8c5abee0dfbee526de5775d87 30035Author: Antoine Cellerier <dionoea@videolan.org> 30036Date: Sat Feb 17 21:28:05 2007 +0000 30037 30038 ffmpeg/mux.c: implement MUX_GET_MIME. 30039 flash.html: we don't need to force the mime type manualy anymore (in the sout chain). 30040 30041commit 8bc3f3eadb1582a1010ae0376c4160a4b5c9c512 30042Author: Antoine Cellerier <dionoea@videolan.org> 30043Date: Sat Feb 17 21:14:26 2007 +0000 30044 30045 With recent libavformat, only use the evil CODEC_ID_MP2 -> CODEC_ID_MP3 hack if MP2 isn't accepted by the muxer. (muxers which only accept MP2 but not MP3 should now work ... not that i know any) 30046 30047commit 7a03d566a01d1def8441e7bb87ad3d2675ccd0ab 30048Author: Antoine Cellerier <dionoea@videolan.org> 30049Date: Sat Feb 17 21:07:52 2007 +0000 30050 30051 Misc fixes. Add link to FlowPlayer.sf.net 30052 30053commit 83906bc0a21255a6ca1bc559a94d0de1749cb295 30054Author: Antoine Cellerier <dionoea@videolan.org> 30055Date: Sat Feb 17 20:45:57 2007 +0000 30056 30057 Disable autoplay on flash player. 30058 30059commit 7b60982952f1a0ce755b470d730d5a92e5929545 30060Author: Christophe Mutricy <xtophe@videolan.org> 30061Date: Sat Feb 17 19:23:53 2007 +0000 30062 30063 remove non-working fix 30064 30065commit 32cf8bf128a6700d600726e4383db78a81dfbbc0 30066Author: Christophe Mutricy <xtophe@videolan.org> 30067Date: Sat Feb 17 19:00:20 2007 +0000 30068 30069 contrib/FLAC: Add flac's include directory at the start of our CFLAGS so bogus header are not included ( should be fixed in flac build system) 30070 asm seems to work for win32 now 30071 30072commit e40d692f6ff4acd9ba6cc8ad0f31b2ddb5fd0a19 30073Author: Antoine Cellerier <dionoea@videolan.org> 30074Date: Sat Feb 17 18:42:13 2007 +0000 30075 30076 New "Flash player" page for the HTTP interface. (Allows playback even if you don't have the VLC plugin installed ... like on the Wii) 30077 30078commit 1754a6f7490f3fa6127a985fa90e3e3c7b607171 30079Author: Christophe Mutricy <xtophe@videolan.org> 30080Date: Sat Feb 17 14:53:54 2007 +0000 30081 30082 make update-po 30083 30084commit 1a0b72b6f930e6ac66964d0315c469760a72264f 30085Author: Christophe Mutricy <xtophe@videolan.org> 30086Date: Sat Feb 17 14:53:13 2007 +0000 30087 30088 Slovenian l10n update by Matej Urbancic 30089 30090commit 30357541ef635dafdd90f5a2a8411bc505d93500 30091Author: Jean-Baptiste Kempf <jb@videolan.org> 30092Date: Sat Feb 17 04:46:14 2007 +0000 30093 30094 Contrib / Flac : Deactivate ASM optimizations on MacTel 30095 30096commit 13101dca953f4ebca16cd453be0b845cfe4f8d9a 30097Author: Jean-Baptiste Kempf <jb@videolan.org> 30098Date: Sat Feb 17 04:13:50 2007 +0000 30099 30100 Contrib: Flac 1.1.4, patch for MingW32 compiling that was broken. Still issues on include/ 30101 30102commit 19460e5d059bb6578cb1788a0ba816353fcbcde8 30103Author: Antoine Cellerier <dionoea@videolan.org> 30104Date: Sat Feb 17 02:30:41 2007 +0000 30105 30106 Add previous commit to THANKS. 30107 30108commit 2e2cc4e27c7749c0c94b975b8caa91ef0aad6808 30109Author: Jean-Baptiste Kempf <jb@videolan.org> 30110Date: Sat Feb 17 02:30:37 2007 +0000 30111 30112 Contrib : Flac => 1.1.4. Compile fix for OS-X 30113 30114commit 9283136a8618873678228ae5cffd0a73194d6b0c 30115Author: Antoine Cellerier <dionoea@videolan.org> 30116Date: Sat Feb 17 02:28:18 2007 +0000 30117 30118 Fix ffmpeg muxer header writing. This allows flash streaming with VLC. Example command line: 30119 ./vlc --sout "#transcode{vcodec=FLV1,acodec=mp3,sameplerate=44100}:std{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=0.0.0.0:8080/stream.flv}" ~/media/aladin.avi --loop -vvv --color -I dummy 30120 30121 Patch from Olivier Houchard. Thanks. 30122 30123commit d92fc212b2b2a45d451043263fc76f60e74d0c86 30124Author: Jean-Baptiste Kempf <jb@videolan.org> 30125Date: Sat Feb 17 01:28:44 2007 +0000 30126 30127 Patch unneeded since it was merged upstream. 30128 30129commit d7abef44c5f5a4dcfcb2f3b392582b32e2f28131 30130Author: Jean-Baptiste Kempf <jb@videolan.org> 30131Date: Sat Feb 17 01:13:06 2007 +0000 30132 30133 Contrib: Flac 1.1.3 version for the contribs. 30134 30135commit 1fc5449c8938f555462d11f8ff1b4f8778e098e8 30136Author: Jean-Baptiste Kempf <jb@videolan.org> 30137Date: Fri Feb 16 20:46:45 2007 +0000 30138 30139 Correct ffmpeg flags for building contribs. 30140 30141commit ce9623d0dadc97382dcf91795a64ed121379bf2c 30142Author: Christophe Mutricy <xtophe@videolan.org> 30143Date: Fri Feb 16 16:12:02 2007 +0000 30144 30145 We don't need 3 different norvegian l10n 30146 30147commit a3d0cd208e68c059124a672363749e8fb307cf5d 30148Author: Rémi Denis-Courmont <rem@videolan.org> 30149Date: Fri Feb 16 15:56:02 2007 +0000 30150 30151 Better credits for FLAC 1.1.3 30152 30153commit 53e0984c903fb302e528a7a49be6f5fd5dcbf639 30154Author: Filippo Carone <littlejohn@videolan.org> 30155Date: Fri Feb 16 14:51:32 2007 +0000 30156 30157 msg_GetObjectTypeName symbol exported as needed by libvlc-control 30158 30159commit aeb45dfe3ba11343bf952a2abd65af158d9024b7 30160Author: Rémi Denis-Courmont <rem@videolan.org> 30161Date: Thu Feb 15 21:11:53 2007 +0000 30162 30163 Fix net_Listen linking 30164 30165commit 677174e7ede72144886a47dd41c0514af62da899 30166Author: Rémi Denis-Courmont <rem@videolan.org> 30167Date: Thu Feb 15 20:43:31 2007 +0000 30168 30169 Support for FLAC version 1.1.3 - fixes #921 30170 30171commit 839ae28b9e026e5271f902d5c827b321adf8b339 30172Author: Rémi Denis-Courmont <rem@videolan.org> 30173Date: Thu Feb 15 20:36:07 2007 +0000 30174 30175 HTTP and UDP access outputs return byte count 30176 30177commit 94eb8608ceed90b5d0905c9a6bc54dafc2c8c4f5 30178Author: Rémi Denis-Courmont <rem@videolan.org> 30179Date: Thu Feb 15 18:51:12 2007 +0000 30180 30181 Yet another version.c fix. 30182 I've really had enough with this broken thing. 30183 30184commit 22f42ffbd494e1c5643b2edd8c042a33bd9c2f04 30185Author: Filippo Carone <littlejohn@videolan.org> 30186Date: Thu Feb 15 18:17:57 2007 +0000 30187 30188 libvlc_Internal* need to be exported for libvlc-control 30189 30190commit 2a1ed30d7f79c2e430b9032bf7f1112d937fa922 30191Author: Rémi Denis-Courmont <rem@videolan.org> 30192Date: Thu Feb 15 17:26:23 2007 +0000 30193 30194 Remove timeout in network read APIs - closes #1056 30195 30196commit 569c1ac4941addbbdf7cad6d8f3cd0a7dd4d064c 30197Author: Rémi Denis-Courmont <rem@videolan.org> 30198Date: Thu Feb 15 17:17:47 2007 +0000 30199 30200 Suppress timeout parameter from net_Select() - refs #1056. 30201 The only use of the timeout was to poll b_die, but net_ReadInner() 30202 takes care of that already. 30203 30204commit 6b382b4b2216fcd8c54d64d68d619a26a26a0471 30205Author: Rémi Denis-Courmont <rem@videolan.org> 30206Date: Thu Feb 15 17:12:28 2007 +0000 30207 30208 - Fix error reporting in net_Read* (refs #1056) 30209 - Suppress broken and unused timeout value from net_ReadNonBlock() 30210 30211commit 442bc8bba54d1d227e1ff562be78c5a2112b1109 30212Author: Rémi Denis-Courmont <rem@videolan.org> 30213Date: Thu Feb 15 17:08:22 2007 +0000 30214 30215 - Fix file descriptors leak 30216 - Use net_Read() instead of net_ReadNonBlock() 30217 30218commit 771953bd3f5552823b6a67b3fbb648bc70effa83 30219Author: Rémi Denis-Courmont <rem@videolan.org> 30220Date: Thu Feb 15 16:59:30 2007 +0000 30221 30222 Fix out-of-bound read 30223 30224commit 4986ab17f2f309464b3ccf29e6a3d870dc1a56e5 30225Author: Rémi Denis-Courmont <rem@videolan.org> 30226Date: Thu Feb 15 16:38:41 2007 +0000 30227 30228 s/vlc_object_die/vlc_object_kill/ 30229 30230commit 690aa907649d409f2e5738571f1dbe3e98f792d4 30231Author: Rémi Denis-Courmont <rem@videolan.org> 30232Date: Thu Feb 15 16:33:47 2007 +0000 30233 30234 vlc_object_die() opaque wrapper to set b_die, so we can use another 30235 notification mechanism later on. 30236 They are a lot of places that would need to be changed though. 30237 30238commit 477af15ca743341ee1717b7f099267bc66c9f38a 30239Author: Rémi Denis-Courmont <rem@videolan.org> 30240Date: Thu Feb 15 16:32:53 2007 +0000 30241 30242 Use size_t or ssize_t when appropriate 30243 30244commit 6a07fcd85b5109086e13d1d75ed21a04ef375b01 30245Author: Rémi Denis-Courmont <rem@videolan.org> 30246Date: Thu Feb 15 16:25:16 2007 +0000 30247 30248 Close telnet connection in case of error (fixes #995) 30249 30250commit b19160b322f0f664dbaa010a150734835167a8ab 30251Author: Rémi Denis-Courmont <rem@videolan.org> 30252Date: Thu Feb 15 15:42:55 2007 +0000 30253 30254 Undo broken Win32 ifdefs (breaks IPv6 case on decent OSes) 30255 30256commit 061b69e72b87daf817e1b4fa23c8b1286de3955a 30257Author: Christophe Mutricy <xtophe@videolan.org> 30258Date: Thu Feb 15 15:34:50 2007 +0000 30259 30260 win32 replacement for inet_ntop() 30261 30262commit 9979fb83d459e83fa82e04dba5ab25b2b14939f9 30263Author: Rémi Denis-Courmont <rem@videolan.org> 30264Date: Wed Feb 14 19:59:54 2007 +0000 30265 30266 Single service DCCP/RTP/AVP input 30267 30268commit 761669f1e221b98c5580feb7c9b30d627780985d 30269Author: Rémi Denis-Courmont <rem@videolan.org> 30270Date: Wed Feb 14 19:56:15 2007 +0000 30271 30272 Fix undefined function call 30273 30274commit d9906f4304081ab9145aecc2e7bd3adb708299a4 30275Author: Rémi Denis-Courmont <rem@videolan.org> 30276Date: Wed Feb 14 19:38:57 2007 +0000 30277 30278 Make some room for !TCP connection-oriented protocols 30279 30280commit 4abef78f6c281abb829c3fa478cd372142ab826f 30281Author: Rémi Denis-Courmont <rem@videolan.org> 30282Date: Wed Feb 14 18:43:27 2007 +0000 30283 30284 Inline net_ListenTCP 30285 30286commit 2a1f0c4681917f2a4fae0c63401bb59faa269817 30287Author: Rémi Denis-Courmont <rem@videolan.org> 30288Date: Wed Feb 14 16:49:22 2007 +0000 30289 30290 Remove seemingly misleading comment 30291 30292commit 98b1380a07e2fbebf4dee808baa4fcd9529317e0 30293Author: Rémi Denis-Courmont <rem@videolan.org> 30294Date: Wed Feb 14 16:31:11 2007 +0000 30295 30296 Cosmetic fix 30297 30298commit 72292bb36a0f56dff4afff11959bc59f7d692614 30299Author: Rémi Denis-Courmont <rem@videolan.org> 30300Date: Wed Feb 14 16:10:55 2007 +0000 30301 30302 - Write COMEDIA MRLs properly (host is the remote rather than the local part) 30303 - Validate and canonicalize source-filter address 30304 30305commit aba6c4cd35fbe307e73312debdbff1e83b5312c8 30306Author: Christophe Massiot <massiot@videolan.org> 30307Date: Wed Feb 14 14:40:29 2007 +0000 30308 30309 * modules/mux/mpeg/ts.c: EN 300 473 says that data_alignment PES flag 30310 must be set to 1 for DVB subtitles. 30311 30312commit eeb6783303988aea7e6a19bc21249749c6b4f8ba 30313Author: Rémi Denis-Courmont <rem@videolan.org> 30314Date: Tue Feb 13 20:48:52 2007 +0000 30315 30316 Rework signal handling so that it is async-safe 30317 and that signals never disturb our innocent blocking system call callers 30318 (such as network I/O) 30319 30320commit eb14a72b31b8a5687adaac1cc4f5e1467f78c7ef 30321Author: Rémi Denis-Courmont <rem@videolan.org> 30322Date: Tue Feb 13 19:51:07 2007 +0000 30323 30324 Mark EOF in case of connection-orinted RTP transport 30325 30326commit d11f95347b7e6383e1a249ff970d3244914de808 30327Author: Rémi Denis-Courmont <rem@videolan.org> 30328Date: Tue Feb 13 19:47:51 2007 +0000 30329 30330 0 bytes UDP packet are legal! 30331 30332commit 0666b4e20a47c201dbb483fb105e4c2a39969663 30333Author: Rafaël Carré <funman@videolan.org> 30334Date: Tue Feb 13 12:53:50 2007 +0000 30335 30336 Fixes segfault introduced in [18810] 30337 30338commit f7b46de273fb4b48b8a1c0e46bee17eec47005f7 30339Author: Jean-Paul Saman <jpsaman@videolan.org> 30340Date: Tue Feb 13 10:44:57 2007 +0000 30341 30342 Correct module type 30343 30344commit 792ed4d67f964ba5c2aa1b634260cae0fe91ada3 30345Author: Rémi Denis-Courmont <rem@videolan.org> 30346Date: Mon Feb 12 20:28:01 2007 +0000 30347 30348 Fix SAP TCP/RTP support 30349 30350commit 6413b11959c64a745b356beb7af95b66dbaa5924 30351Author: Olivier Teulière <ipkiss@videolan.org> 30352Date: Mon Feb 12 20:17:49 2007 +0000 30353 30354 * skins2/controls/ctrl_text.cpp: Fixed weird behaviours occurring when resizing a Text control with moving text 30355 30356commit a0295860af124daa664037c6245421c80dd612fd 30357Author: Rémi Denis-Courmont <rem@videolan.org> 30358Date: Mon Feb 12 20:09:53 2007 +0000 30359 30360 .host: Add zeroconf range to private address list 30361 30362commit 56c78d09b1582bb5193a3608f0d2999fab5dca44 30363Author: Rémi Denis-Courmont <rem@videolan.org> 30364Date: Mon Feb 12 19:50:29 2007 +0000 30365 30366 Fix previous commit 30367 30368commit 9a6213702233b45d4b33b961456a21b23326b044 30369Author: Rémi Denis-Courmont <rem@videolan.org> 30370Date: Mon Feb 12 19:42:40 2007 +0000 30371 30372 Support for TCP/RTP/AVP (rtptcp://). 30373 This is no excuse for using TCP instead of UDP/UDP-Lite when you can. 30374 30375commit 64bbfe6b272782403991d3c69c82f534a18116dd 30376Author: Rémi Denis-Courmont <rem@videolan.org> 30377Date: Mon Feb 12 18:04:58 2007 +0000 30378 30379 Fix out-of-bound read in RTP access 30380 Fortunately, the harm potential of this old bug seems pretty low 30381 30382commit 3042c6b347f9f10636cbd8ea91982cde1aee486a 30383Author: Rémi Denis-Courmont <rem@videolan.org> 30384Date: Mon Feb 12 17:35:39 2007 +0000 30385 30386 Undo [18814] 30387 30388commit 2fe4ada36ca3f34674dbf767a3be100f3b952817 30389Author: Rémi Denis-Courmont <rem@videolan.org> 30390Date: Mon Feb 12 17:35:07 2007 +0000 30391 30392 Export inet_pton replacement 30393 30394commit a5ef7ce0f308caca8b7a41d66e0aae4c653344b1 30395Author: Rémi Denis-Courmont <rem@videolan.org> 30396Date: Mon Feb 12 17:31:53 2007 +0000 30397 30398 Use poll() always and fix terrible bug due to #ifdefs 30399 30400commit 1c3bc8974c3b0acf191be3e5ebaf4c00634411fa 30401Author: Damien Fouilleul <damienf@videolan.org> 30402Date: Mon Feb 12 17:30:36 2007 +0000 30403 30404 - src/vlc.c: compile fix for win32 30405 30406commit 057e689f92d55d9b3e5889a18e749b62f1fe3924 30407Author: Rémi Denis-Courmont <rem@videolan.org> 30408Date: Mon Feb 12 17:29:51 2007 +0000 30409 30410 Fix minor errors 30411 30412commit c0b2d638f8aaa96da3dcee62598927603fe4f843 30413Author: Rémi Denis-Courmont <rem@videolan.org> 30414Date: Mon Feb 12 17:27:59 2007 +0000 30415 30416 poll() replacement 30417 30418commit f994474355a47c5b960287ee991e3bfacfe8bf50 30419Author: Damien Fouilleul <damienf@videolan.org> 30420Date: Mon Feb 12 16:37:17 2007 +0000 30421 30422 - udp.c: unix fix 30423 30424commit f11c071d4c0bbea7a47e876edaf6bae2c3c0b6fd 30425Author: Damien Fouilleul <damienf@videolan.org> 30426Date: Mon Feb 12 16:25:16 2007 +0000 30427 30428 - win32 replacements for inet_pton/inet_ntop 30429 30430commit 8b8ea5e987648f6a894378799e93a4178cc4eef3 30431Author: Damien Fouilleul <damienf@videolan.org> 30432Date: Mon Feb 12 14:54:46 2007 +0000 30433 30434 udp.c: MakeRandMulticast fix for win32, courmisch to review 30435 30436commit d8a3ed8519cdc8cd5e73cba4d2d9a3b48a0bebe5 30437Author: Damien Fouilleul <damienf@videolan.org> 30438Date: Mon Feb 12 14:31:38 2007 +0000 30439 30440 - getaddrinfo.c: use Win32 shim functions to load getnameinfo/getaddrinfo/freeaddrinfo on first call, cleaner than a bunch of if/else in user functions 30441 - announce.c: freeaddrinfo -> vlc_freeaddrinfo 30442 30443commit 82d6a5069702cb8b7c4eb510e9f65df044d03ef9 30444Author: Christophe Mutricy <xtophe@videolan.org> 30445Date: Mon Feb 12 14:00:55 2007 +0000 30446 30447 Compile fix. In mingw32 there is a sys/time.h with struct timeval. Someone under cygwin should test. 30448 30449commit d1093a8d53ea0b67bdde71ab8e6f225c05bc558c 30450Author: Rafaël Carré <funman@videolan.org> 30451Date: Mon Feb 12 13:29:22 2007 +0000 30452 30453 Fixes album art local discovery and preparsing for directory:// subitems (refs [18129]) 30454 30455commit 7d22f489a383ee151c5f6219f9af5709369f8250 30456Author: Antoine Cellerier <dionoea@videolan.org> 30457Date: Mon Feb 12 13:08:18 2007 +0000 30458 30459 s/borken/broken/ 30460 30461commit e4a08e441eb661a6387381c6c1018eda6436eb9d 30462Author: Antoine Cellerier <dionoea@videolan.org> 30463Date: Mon Feb 12 12:58:43 2007 +0000 30464 30465 Conditionaly compile the mux fix as it requires a new (r7593 21/01/07) or newer fffmpeg. 30466 30467commit 042e6fa3c8810a67769958f14f840280753cec9c 30468Author: Marian Durkovic <md@videolan.org> 30469Date: Mon Feb 12 07:12:11 2007 +0000 30470 30471 Move __wgetmainargs into VLC's main. 30472 Refs: #900 #920 #1031 30473 30474commit 1ae081bee36ca43ae68e814494800764ff8eaae8 30475Author: Filippo Carone <littlejohn@videolan.org> 30476Date: Sun Feb 11 21:18:13 2007 +0000 30477 30478 playlist_ItemGetByInputId now included in libvlc 30479 30480commit bd205274b18f4eda0fcc701078883470f344b6eb 30481Author: Rémi Denis-Courmont <rem@videolan.org> 30482Date: Sun Feb 11 21:01:47 2007 +0000 30483 30484 Remove useless parameter to net_Select 30485 30486commit 40f97350c9933275037e933ca784a4d64606f5ac 30487Author: Antoine Cellerier <dionoea@videolan.org> 30488Date: Sun Feb 11 20:59:29 2007 +0000 30489 30490 Print more debug messages from ffmpeg when using the mux module in VLC. 30491 30492commit 86843e19114ab5369062f2b839be9096e1003e0e 30493Author: Rémi Denis-Courmont <rem@videolan.org> 30494Date: Sun Feb 11 20:49:08 2007 +0000 30495 30496 Fix fallback to live555 30497 30498commit a87063e35f7d36c9053951a0a58be5a61ffca082 30499Author: Rémi Denis-Courmont <rem@videolan.org> 30500Date: Sun Feb 11 20:37:19 2007 +0000 30501 30502 Fix SAP parser (again) 30503 30504commit 65f5f148fff62fef60b0e96e1ecde3694b674caf 30505Author: Antoine Cellerier <dionoea@videolan.org> 30506Date: Sun Feb 11 19:45:32 2007 +0000 30507 30508 * Fix ffmpeg muxer. (flv muxing now works with ./vlc --sout "#transcode{vcodec=FLV1,acodec=mp3}:std{mux=ffmpeg{mux=flv},access=file,dst=test.flv}" -vvv --color ~/media/pinball-bit-rate-vbr-peak.wmv -I dummy) Include 2 hacks ... if someone has a better way to do it feel free to do so. 30509 * Remove a bunch of trailing white spaces. 30510 30511commit f56fb6788dce31bc0940e83629928600e45d6b7f 30512Author: Rémi Denis-Courmont <rem@videolan.org> 30513Date: Sun Feb 11 18:17:13 2007 +0000 30514 30515 Remove debug spammer - fixes #971 30516 30517commit c3a6fcf1c03addb41c1ea2b21a9722995f6b6234 30518Author: Christophe Mutricy <xtophe@videolan.org> 30519Date: Sun Feb 11 17:58:09 2007 +0000 30520 30521 gettimeofday() implementaion for Win32. Leverage from tcpdump mailing list. 30522 30523commit 85b0d984a1a7de753b9ae08d047f61d332779eed 30524Author: Rémi Denis-Courmont <rem@videolan.org> 30525Date: Sun Feb 11 17:55:28 2007 +0000 30526 30527 I need some more sleep. 30528 Now it really seems to work. 30529 30530commit 1017e64991dae1a8cde6bb0dd1d2ff9b55f5113a 30531Author: Rémi Denis-Courmont <rem@videolan.org> 30532Date: Sun Feb 11 17:41:41 2007 +0000 30533 30534 Remove debug 30535 30536commit 869069cf349c72f309a832f832fc64fc38b208cc 30537Author: Rémi Denis-Courmont <rem@videolan.org> 30538Date: Sun Feb 11 17:41:02 2007 +0000 30539 30540 Really put socket into non-blocking mode 30541 Really fixes #1051 30542 30543commit 2a31ac75ca9312cb313749e6e387037947a2cdc0 30544Author: Rémi Denis-Courmont <rem@videolan.org> 30545Date: Sun Feb 11 17:22:20 2007 +0000 30546 30547 Put accept'd socket into non-blocking mode as the others 30548 Fixes #1051 30549 30550commit c533bc128e6f2658077b9596d90b4ef1d5dff8f2 30551Author: Christophe Mutricy <xtophe@videolan.org> 30552Date: Sun Feb 11 17:10:32 2007 +0000 30553 30554 Better compile fix by Pierre d'Herbemont 30555 30556commit d6c62919bc1bf06caf7e97a73589d19e596316bf 30557Author: Antoine Cellerier <dionoea@videolan.org> 30558Date: Sun Feb 11 16:26:19 2007 +0000 30559 30560 Add option to specify which muxer we want to use in ffmpeg (ie: #std{mux=ffmpeg{mux=flv}...) Still seems kind of broken as the resulting file can't be demuxed by vlc/libavformat. Looks like the video and audio codec aren't identified correctly in the ffmpeg muxer. Must be some error in mux.c i guess. 30561 30562commit e8ff31e8c8f909b454f97e2a1031c7d0da0bfbff 30563Author: Rémi Denis-Courmont <rem@videolan.org> 30564Date: Sun Feb 11 16:14:30 2007 +0000 30565 30566 Cosmetic fix 30567 30568commit d6a7c477213c5b927459372e89c8ddc3b67a9475 30569Author: Rémi Denis-Courmont <rem@videolan.org> 30570Date: Sun Feb 11 16:10:31 2007 +0000 30571 30572 Byte order fix 30573 30574commit 14fb31d9ad306f08d77bd234957651b32712dad2 30575Author: Rémi Denis-Courmont <rem@videolan.org> 30576Date: Sun Feb 11 16:08:56 2007 +0000 30577 30578 Improve SAP parser 30579 30580commit 60a679f5c4bb7c9bb82a0a8f0d8581f815b21df5 30581Author: Rémi Denis-Courmont <rem@videolan.org> 30582Date: Sun Feb 11 14:47:35 2007 +0000 30583 30584 net_SetPort() sets a port within a socket address 30585 30586commit 19ed4ded0da1415877e6d08286ca04a75242b7a6 30587Author: Antoine Cellerier <dionoea@videolan.org> 30588Date: Sun Feb 11 12:11:51 2007 +0000 30589 30590 Use net_Accept's timeout param instead of a call to msleep. 30591 30592commit 191053b8e3c0cb7821134e165b04002940fcc8b5 30593Author: Rémi Denis-Courmont <rem@videolan.org> 30594Date: Sun Feb 11 10:24:02 2007 +0000 30595 30596 Remove some dead code 30597 30598commit a72f50ea6cd5ec2d9735bd217bcad9c133554e72 30599Author: Rémi Denis-Courmont <rem@videolan.org> 30600Date: Sun Feb 11 10:20:47 2007 +0000 30601 30602 Fix for insane naming convention 30603 30604commit 853e6cc95e05a0102ae747e1897b0dd94d646335 30605Author: Rémi Denis-Courmont <rem@videolan.org> 30606Date: Sun Feb 11 09:35:25 2007 +0000 30607 30608 Support for auto-generated pseudo-random multicast addresses. 30609 That being said, I either don't understand sout chain (likely) or 30610 it is plain broken (unlikely) but I can't seem to pass parameters 30611 to the access output. 30612 30613commit 5b8e4c0b86f93f09b2d876a97a578fa69483d008 30614Author: Rémi Denis-Courmont <rem@videolan.org> 30615Date: Sun Feb 11 09:32:56 2007 +0000 30616 30617 Fix link-scoped IPv6 addresses 30618 30619commit 6bf818a2c35c0fbdfc4f3bbf8d8a45a873198ce7 30620Author: Antoine Cellerier <dionoea@videolan.org> 30621Date: Sun Feb 11 01:51:45 2007 +0000 30622 30623 Fix #675. 30624 30625commit 8d46123c64f777f918e12d8afd059f16089e34ba 30626Author: Antoine Cellerier <dionoea@videolan.org> 30627Date: Sun Feb 11 01:31:19 2007 +0000 30628 30629 Fix #1048... kind of. Should the rc interface be able to accept more than 1 connection ? and accept tcp connections + stdin commands ? (currently only 1 connection can be active) 30630 30631commit a6703345f6e77aca4366784b55f4377a5dd3e24f 30632Author: Christophe Mutricy <xtophe@videolan.org> 30633Date: Sun Feb 11 00:41:57 2007 +0000 30634 30635 That was forgotten in [18758] 30636 30637commit 8519152a2f7c28bed08ace026047bd5d42084d0d 30638Author: Christophe Mutricy <xtophe@videolan.org> 30639Date: Sun Feb 11 00:14:07 2007 +0000 30640 30641 compile fix 30642 30643commit b38ba5d4034b5125fdb395db1f4a173c3e2efd9f 30644Author: Christophe Mutricy <xtophe@videolan.org> 30645Date: Sat Feb 10 23:15:18 2007 +0000 30646 30647 Add some option in configure to help Gentoo people. Closes #1045. Closes #1046 30648 30649commit de4e45c314c67218dbdaef3fc4bc12110f5caed3 30650Author: Rémi Denis-Courmont <rem@videolan.org> 30651Date: Sat Feb 10 21:39:37 2007 +0000 30652 30653 Minor cleanup 30654 30655commit 02859f76a72ee583ed6d77953b0651e8364504b7 30656Author: Rémi Denis-Courmont <rem@videolan.org> 30657Date: Sat Feb 10 21:32:28 2007 +0000 30658 30659 Repair SAP + SSM 30660 30661commit fe1670bd6436b85002b873bcd8ec69081c4b768a 30662Author: Rémi Denis-Courmont <rem@videolan.org> 30663Date: Sat Feb 10 20:32:57 2007 +0000 30664 30665 Fix double free - closes #1032 30666 30667commit 58888942c16299047f0e3022cb57bcd7842bff82 30668Author: Rémi Denis-Courmont <rem@videolan.org> 30669Date: Sat Feb 10 20:22:50 2007 +0000 30670 30671 English grammar fixes (I think) 30672 30673commit c038bbd9d932f186dd5bba7652b49c1e477d6d8a 30674Author: Rémi Denis-Courmont <rem@videolan.org> 30675Date: Sat Feb 10 19:54:55 2007 +0000 30676 30677 Fix opening of multiple files with ffmpeg SVN 30678 (this is a revert of ffmpeg [7589]) 30679 30680commit 7520d1a1d5fe66d6c9dfc5ad753acc0505925b10 30681Author: Rémi Denis-Courmont <rem@videolan.org> 30682Date: Sat Feb 10 19:49:47 2007 +0000 30683 30684 man subversion 30685 30686commit 2a347b1d80b8da05b03d2f5a74851c11d3a4f88b 30687Author: Rémi Denis-Courmont <rem@videolan.org> 30688Date: Sat Feb 10 18:54:00 2007 +0000 30689 30690 Disable xpsf playlist until it stops breaking streaming output 30691 30692commit 6af77cd6322407b9817dde69357cc00731478af0 30693Author: Rémi Denis-Courmont <rem@videolan.org> 30694Date: Sat Feb 10 18:25:47 2007 +0000 30695 30696 Little typo, little buffer overflow 30697 30698commit ea7140932b3a922b393914a91aee7d6fa84d2a89 30699Author: Rémi Denis-Courmont <rem@videolan.org> 30700Date: Sat Feb 10 18:16:21 2007 +0000 30701 30702 Fix a bunch of bugs 30703 30704commit 7ee198c44ee3ac4ede7ee3a8f486fdd66dcc362b 30705Author: Rémi Denis-Courmont <rem@videolan.org> 30706Date: Sat Feb 10 17:49:11 2007 +0000 30707 30708 Partial support for COMEDIA in SAP announcer 30709 30710commit 7da44adb9513478ddb19503e8e5c9064b688bba9 30711Author: Felix Paul Kühne <fkuehne@videolan.org> 30712Date: Sat Feb 10 17:47:50 2007 +0000 30713 30714 * fixed a bug which prevented the fspanel to show up in some circumstances. Patch by Pierre d'Herbemont pdherbemont --at,- free.fr. This commit priortises Cocoa hotkeys instead of VLC's natives which is a good idea IMO. 30715 30716commit 9a81442850b666ca81f4282eaf66fb0911366964 30717Author: Rémi Denis-Courmont <rem@videolan.org> 30718Date: Sat Feb 10 17:34:37 2007 +0000 30719 30720 Remove useless debug message 30721 30722commit 23333fe28c426f606e9027ae2d30e4b14a245365 30723Author: Rémi Denis-Courmont <rem@videolan.org> 30724Date: Sat Feb 10 17:33:27 2007 +0000 30725 30726 Restore some kind of SAP support 30727 30728commit c66322492686f7eaffeb2622f58430984a54be82 30729Author: Rémi Denis-Courmont <rem@videolan.org> 30730Date: Sat Feb 10 17:33:06 2007 +0000 30731 30732 Add some debug 30733 30734commit ba4f253bd953d82e177434327541ed8c2cc70a8f 30735Author: Rémi Denis-Courmont <rem@videolan.org> 30736Date: Sat Feb 10 17:30:56 2007 +0000 30737 30738 *Ahem* whistles 30739 30740commit 72b3065480bc038f1358285538dfe34b9436ace1 30741Author: Rémi Denis-Courmont <rem@videolan.org> 30742Date: Sat Feb 10 15:55:30 2007 +0000 30743 30744 Export src/dst addr/port from UDP access output 30745 30746commit d83a78cea7c4601310ab7c47635e5852bb6a2dbb 30747Author: Antoine Cellerier <dionoea@videolan.org> 30748Date: Sat Feb 10 15:29:27 2007 +0000 30749 30750 allow up to x32 playback (instead of x8) 30751 30752commit fe20abbc6366aa5bb47cb29004c8c26da0479597 30753Author: Rémi Denis-Courmont <rem@videolan.org> 30754Date: Sat Feb 10 15:19:41 2007 +0000 30755 30756 Compile fix 30757 30758commit af518b8ae9cd02f3fdf61fbc4d4cfa08d73b7b07 30759Author: Rémi Denis-Courmont <rem@videolan.org> 30760Date: Sat Feb 10 14:53:47 2007 +0000 30761 30762 s/psz_name/psz_path/ for consistency 30763 30764commit 890a4fb73ae376b3a6d610dda8ab219b7bad26ce 30765Author: Rémi Denis-Courmont <rem@videolan.org> 30766Date: Sat Feb 10 14:43:45 2007 +0000 30767 30768 Add pf_control to access_output 30769 30770commit 31456021a2949b237406f493fce2a5a015c19f57 30771Author: Rémi Denis-Courmont <rem@videolan.org> 30772Date: Sat Feb 10 13:38:42 2007 +0000 30773 30774 Force RTP for UDP-Lite, as we have no legacy issue (suggestion from Md) 30775 30776commit 97577c7bc51823c4c2447011a0d1a678bce39e7c 30777Author: Rémi Denis-Courmont <rem@videolan.org> 30778Date: Sat Feb 10 13:30:25 2007 +0000 30779 30780 Fix warnings 30781 30782commit ce6dbc6df8431e69bc4ac2b0215115c9acae5baf 30783Author: Rémi Denis-Courmont <rem@videolan.org> 30784Date: Sat Feb 10 13:22:26 2007 +0000 30785 30786 Remove useless define 30787 30788commit 861ef85c060cb2bf48501854757ed454526f7df9 30789Author: Rémi Denis-Courmont <rem@videolan.org> 30790Date: Sat Feb 10 13:15:50 2007 +0000 30791 30792 Big SAP/announce cleanup 30793 plus several minor bugfixes in SAP announce 30794 30795 OTOH, SAP is currently broken for standard output (and untested for RTP) 30796 30797commit 4c858d7e9c751951907ea9525692368f4d484957 30798Author: Rémi Denis-Courmont <rem@videolan.org> 30799Date: Sat Feb 10 12:18:05 2007 +0000 30800 30801 net_GetPort() returns network-byte order port number from an address 30802 30803commit 8fb6706801e5718d6c533b95e7815654a810481d 30804Author: Rémi Denis-Courmont <rem@videolan.org> 30805Date: Sat Feb 10 10:10:25 2007 +0000 30806 30807 Add var_GetNonEmptyString 30808 30809commit dfb78a8b886b9bfa743dad9ea8e045c309cb69b3 30810Author: Rémi Denis-Courmont <rem@videolan.org> 30811Date: Sat Feb 10 09:49:15 2007 +0000 30812 30813 De-inline base64 decoder 30814 30815commit 6be4bda5b2ba0c1bad35328a195daf43d4c57cb4 30816Author: Rémi Denis-Courmont <rem@videolan.org> 30817Date: Sat Feb 10 08:53:47 2007 +0000 30818 30819 Fix compiler warning 30820 30821commit 08cb8e62e928457d00602f9b96cb8c4755a74305 30822Author: Rémi Denis-Courmont <rem@videolan.org> 30823Date: Sat Feb 10 08:50:47 2007 +0000 30824 30825 Add support for session description 30826 30827commit 2f9e4e4c1287a4fd7b92c244332c35c33ad28fc8 30828Author: Rémi Denis-Courmont <rem@videolan.org> 30829Date: Sat Feb 10 08:28:07 2007 +0000 30830 30831 Cosmetic 30832 30833commit adc6177b7089c30f4f632acf19f4bc19b0868620 30834Author: Christophe Mutricy <xtophe@videolan.org> 30835Date: Sat Feb 10 00:11:32 2007 +0000 30836 30837 telnet.c: remove the bloat which was needed when strings were localized. 30838 30839commit b488ac0eb94ca395ed5f84fd29aa055ea3e31000 30840Author: Antoine Cellerier <dionoea@videolan.org> 30841Date: Fri Feb 9 23:57:41 2007 +0000 30842 30843 Add function to simulate hotkey presses from the HTTP interface. This is unused in the current pages. Patch courtesy of neilfred on the forums ( http://forum.videolan.org/viewtopic.php?t=31871 ). Someone now needs to add the missing buttons to the HTML code. 30844 30845commit 7570b2bf6c4159449ad45c090de6928c8ce24b78 30846Author: Antoine Cellerier <dionoea@videolan.org> 30847Date: Fri Feb 9 23:51:34 2007 +0000 30848 30849 Add "key" (or "hotkey") command in RC to simulate a hotkey press. Original idea by artois_val on the forum ( http://forum.videolan.org/viewtopic.php?t=31646 ). 30850 30851commit 0336f13424548f4028f40c57cd1ed534cb58d26f 30852Author: Rémi Denis-Courmont <rem@videolan.org> 30853Date: Fri Feb 9 21:51:43 2007 +0000 30854 30855 Partial announce API cleanup 30856 To be continued 30857 30858commit c1ebd402ce598cfe23858b55208c64df6ae47119 30859Author: Rémi Denis-Courmont <rem@videolan.org> 30860Date: Fri Feb 9 20:07:42 2007 +0000 30861 30862 multipass x264 patch courtesy of Sašo Kiselkov 30863 30864commit dffddfaee31588be913bd77b0077c8eadcbceafb 30865Author: Rémi Denis-Courmont <rem@videolan.org> 30866Date: Fri Feb 9 19:35:29 2007 +0000 30867 30868 Remove use SAP/TTL cruft 30869 30870commit caf669c9930a7dd3ea6e936a3976d6ce7d0773a0 30871Author: Rémi Denis-Courmont <rem@videolan.org> 30872Date: Fri Feb 9 19:19:12 2007 +0000 30873 30874 Fix a few warnings 30875 30876commit c3bc9e66d8722c5fbb13eb314d49b3070c6098a2 30877Author: Rémi Denis-Courmont <rem@videolan.org> 30878Date: Fri Feb 9 19:15:38 2007 +0000 30879 30880 Add SDP generation helper with a bunch of would-be conformance fixes 30881 (at least: i= is mandatory, TTL notation is forbidden for IPv6) 30882 30883commit 55cfe8ef3e1fc528dd698e15b138714d502d34d9 30884Author: Rémi Denis-Courmont <rem@videolan.org> 30885Date: Fri Feb 9 18:24:06 2007 +0000 30886 30887 NTPtime64() returns an NTP timestamp 30888 30889commit 3d33b8511ef4c836b92853befd0e55491d64cc3e 30890Author: Christophe Massiot <massiot@videolan.org> 30891Date: Fri Feb 9 13:57:06 2007 +0000 30892 30893 * modules/demux/ts.c: Fixed erroneous warning messages (reported by 30894 Bill May). 30895 30896commit f08d27924c03db91f30025db2aeb2b72633c3b97 30897Author: Christophe Mutricy <xtophe@videolan.org> 30898Date: Thu Feb 8 23:26:56 2007 +0000 30899 30900 Spanish l10n update by Antonio Javier Varela 30901 30902commit d48a3bde42561b5d4362a26a23bcf131faa30c0e 30903Author: Christophe Massiot <massiot@videolan.org> 30904Date: Thu Feb 8 14:12:09 2007 +0000 30905 30906 . 30907 30908commit 014b14a3a365bbfeb88e983b1608f5a57b592d45 30909Author: Jean-Baptiste Kempf <jb@videolan.org> 30910Date: Thu Feb 8 01:21:35 2007 +0000 30911 30912 Qt4: One Day / One Simples Pref UI. 30913 The Input Ui needs to be reviewed since I added a few buttons that weren't specified in the wiki. 30914 30915commit 2c97594876f6e790dfcd0d19d9f9ccb0f9eb299a 30916Author: Sigmund Augdal Helberg <sigmunau@videolan.org> 30917Date: Wed Feb 7 22:06:31 2007 +0000 30918 30919 Don't crash on messed up aspect ratios. 30920 30921commit 3ab9ffb0d03946fb8607136f933cf5875a712355 30922Author: Christophe Mutricy <xtophe@videolan.org> 30923Date: Wed Feb 7 20:00:55 2007 +0000 30924 30925 Add media key to X11 vouts. Patch by loox.thefuture 30926 30927commit 22aa682a921a3c1476d2e586348fea96d0289d29 30928Author: Damien Fouilleul <damienf@videolan.org> 30929Date: Wed Feb 7 15:18:58 2007 +0000 30930 30931 - directx: put the code in the right place ;) 30932 30933commit f559d245960393a1a717877fa83214b907cc9e09 30934Author: Damien Fouilleul <damienf@videolan.org> 30935Date: Wed Feb 7 13:07:00 2007 +0000 30936 30937 - directx, direct3d: for non-overlay surfaces, remove the background brush after first frame is displayed to avoid flickering during repaints 30938 30939commit da7bbf9387b6beb1311a95d5f16dc4be722a4365 30940Author: Jean-Baptiste Kempf <jb@videolan.org> 30941Date: Wed Feb 7 01:25:14 2007 +0000 30942 30943 Qt4: One Day / One ui. Audio. 30944 This is not finished because I don't have a windows machine. And needs some relabeling.: 30945 30946commit a900b500ae57ff9fc6e7b5fcce1ba126f274838b 30947Author: Jean-Baptiste Kempf <jb@videolan.org> 30948Date: Tue Feb 6 23:32:35 2007 +0000 30949 30950 Patch from Cédric Cocquebert for sharpen filter. 30951 30952commit 9631abef895d4cf13d4dda812cc1683ed84bef7d 30953Author: Pavlov Konstantin <thresh@videolan.org> 30954Date: Tue Feb 6 15:26:28 2007 +0000 30955 30956 Fix indentation. 30957 30958commit b8a175a04180d83c944cf3d76c14b4b565bf7917 30959Author: Pavlov Konstantin <thresh@videolan.org> 30960Date: Tue Feb 6 15:22:15 2007 +0000 30961 30962 Remove pid file on exit. 30963 30964commit aa0158037ff28ddce78bb2b477c135f7619cff7d 30965Author: Christophe Mutricy <xtophe@videolan.org> 30966Date: Tue Feb 6 15:10:20 2007 +0000 30967 30968 Make update-po 30969 30970commit 0c2f9d46c3bc1fd507a7262949568274f55b59b1 30971Author: Christophe Mutricy <xtophe@videolan.org> 30972Date: Tue Feb 6 15:09:54 2007 +0000 30973 30974 Xcode project has moved 30975 30976commit 132110c4e9a53cddf45781b5f0e7b19deb5431f6 30977Author: Pavlov Konstantin <thresh@videolan.org> 30978Date: Tue Feb 6 13:37:40 2007 +0000 30979 30980 Properly check for Xext library. We got way more kludges in Xv detection, though... 30981 Should fix packaging, too. 30982 30983commit 0669a9f8ccdf19f65218bdba27ee6160ea96079a 30984Author: Pavlov Konstantin <thresh@videolan.org> 30985Date: Tue Feb 6 13:13:43 2007 +0000 30986 30987 Added symbols needed to link vlc. 30988 30989commit 054f9015089c343bf3f52c534d1fd9f5373c797c 30990Author: Jean-Paul Saman <jpsaman@videolan.org> 30991Date: Tue Feb 6 08:57:51 2007 +0000 30992 30993 Fix by thresh for syslog logging. Initialized pointers to NULL, so it can be checked upon in the code. 30994 30995commit 764ef56684c263e00e44c11cb3f3a1e5d7064019 30996Author: Christophe Mutricy <xtophe@videolan.org> 30997Date: Tue Feb 6 00:01:17 2007 +0000 30998 30999 l10n in vlc.desktop for Swedish by Daniel Nylander 31000 31001commit 0c8b91b299bee180e6c8092ad529a5a31280a4ed 31002Author: Jean-Baptiste Kempf <jb@videolan.org> 31003Date: Tue Feb 6 00:01:14 2007 +0000 31004 31005 Oops. Sorry. 31006 31007commit 578e940fe8fdbe0772efd9780e1f89235691fa5c 31008Author: Jean-Baptiste Kempf <jb@videolan.org> 31009Date: Mon Feb 5 23:52:22 2007 +0000 31010 31011 NEWS: add teletext and sharpen, before we forget to do it. :D 31012 31013commit 9be50eccdb5bd070706fc2220a2a38d477ca9e88 31014Author: Pavlov Konstantin <thresh@videolan.org> 31015Date: Mon Feb 5 23:31:54 2007 +0000 31016 31017 Don't translate messages in telnet interface 31018 31019commit ac972be04ca12e7714a7262c5baef3e842f89bba 31020Author: Jean-Baptiste Kempf <jb@videolan.org> 31021Date: Mon Feb 5 23:27:14 2007 +0000 31022 31023 Qt4: Update and finish (?) Video Prefs. 31024 31025commit de592b024a77489499959f3e73e7da261d21f6e7 31026Author: Christophe Mutricy <xtophe@videolan.org> 31027Date: Mon Feb 5 22:02:43 2007 +0000 31028 31029 Use DLL_EXPORT only on win 31030 31031commit f8a611486fcd44c45ba2bcc3bb5f0ad2925cbcd4 31032Author: Pavlov Konstantin <thresh@videolan.org> 31033Date: Mon Feb 5 21:29:32 2007 +0000 31034 31035 Link screen and panoramix plugins with X11 only, they don't need Xext. 31036 Only build x11 plugin when we have Xext.h. 31037 31038commit 77d6d1ea0ed9a0c447e6df2b279ecad956ee6d1e 31039Author: Damien Fouilleul <damienf@videolan.org> 31040Date: Mon Feb 5 18:06:04 2007 +0000 31041 31042 -fvisibility-inlines-hidden breaks x86_64 ld linker 31043 31044commit 740f0fd5b8d5db2b4658d018748135dec5d47640 31045Author: Rémi Denis-Courmont <rem@videolan.org> 31046Date: Mon Feb 5 17:50:14 2007 +0000 31047 31048 Warning: Explicit kludge - parental advisory 31049 31050 Now, UDP-Lite really works! 31051 31052commit 57dff762998b98a0fc422dd05e67dbfbe5b44611 31053Author: Rémi Denis-Courmont <rem@videolan.org> 31054Date: Mon Feb 5 17:35:14 2007 +0000 31055 31056 ifdef for old OSes 31057 31058commit 2a2b219f75e70c4ec874d1b4ab93776ae204e3ab 31059Author: Rémi Denis-Courmont <rem@videolan.org> 31060Date: Mon Feb 5 17:21:56 2007 +0000 31061 31062 UDP-Lite access output 31063 31064commit 7605da801678abfcc29df408c86dd6e9a348b8bc 31065Author: Rémi Denis-Courmont <rem@videolan.org> 31066Date: Mon Feb 5 17:15:49 2007 +0000 31067 31068 I *can* do it 31069 31070commit 9155f25c6374fd3c03e4dcbff47a703c6b5904f3 31071Author: Rémi Denis-Courmont <rem@videolan.org> 31072Date: Mon Feb 5 17:06:28 2007 +0000 31073 31074 Fix linking 31075 31076commit 71713be8ff6b0663b5df7c2f7506311115cb4732 31077Author: Rémi Denis-Courmont <rem@videolan.org> 31078Date: Mon Feb 5 17:04:55 2007 +0000 31079 31080 Fix memory leaks and dummy error messages in net_OpenDgram 31081 31082commit 4116cd392ac9943817a41b3a41beba2c849b84c6 31083Author: Damien Fouilleul <damienf@videolan.org> 31084Date: Mon Feb 5 16:55:50 2007 +0000 31085 31086 - vlc.c: commented out rootwrap() till it is properly fixed 31087 31088commit 89f058543fd2e7d04f96018d0b86a576dc59d4c8 31089Author: Rémi Denis-Courmont <rem@videolan.org> 31090Date: Mon Feb 5 16:49:14 2007 +0000 31091 31092 Fix impossible out-of-bound strcmp 31093 31094commit f953de14eba5c68084c5b034c5e124a9fb9ed956 31095Author: Damien Fouilleul <damienf@videolan.org> 31096Date: Mon Feb 5 16:43:41 2007 +0000 31097 31098 - configure.ac: -fvisibility-inlines-hidden is C++ only 31099 31100commit d8ae255f3d08b0f26a037d4c8d75b148903900a8 31101Author: Rémi Denis-Courmont <rem@videolan.org> 31102Date: Mon Feb 5 16:32:31 2007 +0000 31103 31104 UDP-Lite access 31105 31106 This is completely untested because vlc does not link at the moment :( 31107 31108commit 5237e0c55802309fa398d460b71bf2bd06a35539 31109Author: Damien Fouilleul <damienf@videolan.org> 31110Date: Mon Feb 5 15:45:14 2007 +0000 31111 31112 - vlc_common.h: compile fix 31113 31114commit e523db51e0666d62c731958bdd3193326d1e9355 31115Author: Damien Fouilleul <damienf@videolan.org> 31116Date: Mon Feb 5 14:58:40 2007 +0000 31117 31118 - added support for visibility attribute for GCC 4.x for controlling export symbols 31119 31120commit ec49740468c885f4c3dfc76754088fbf68bb502b 31121Author: Jean-Baptiste Kempf <jb@videolan.org> 31122Date: Sun Feb 4 23:15:19 2007 +0000 31123 31124 Add a module_Exists() function for Simple_Prefs. Don't use too much this function. 31125 31126commit c06614ec72d87a853a61cc9af9d280f17fb9e0ff 31127Author: Jean-Baptiste Kempf <jb@videolan.org> 31128Date: Sun Feb 4 22:40:21 2007 +0000 31129 31130 Change in copyright and propedit. 31131 31132commit f1ec0f9f4c047c9e462ab25f511046514388276d 31133Author: Jean-Baptiste Kempf <jb@videolan.org> 31134Date: Sun Feb 4 22:27:07 2007 +0000 31135 31136 Sharpen Video-Filter. 31137 Work from DJ_Mulder on the forum, changes by /me helped by dionoea and jpsaman. 31138 31139commit 79d77fdcc7247a8ed88140e9e01695321fc7b228 31140Author: Jean-Baptiste Kempf <jb@videolan.org> 31141Date: Sun Feb 4 21:14:43 2007 +0000 31142 31143 D-Bus ameliorations and fix by Mr_Mirsal. 31144 31145commit 6871383f306321f5db33fa80feaa048a0ef7ee0e 31146Author: Christophe Mutricy <xtophe@videolan.org> 31147Date: Sun Feb 4 20:20:41 2007 +0000 31148 31149 support for automake 1.10. Patch courtesy of scop on trac. Fix #1041 31150 31151commit cfafc7da073f5c7ac3074af7b559d86a35203efb 31152Author: Damien Fouilleul <damienf@videolan.org> 31153Date: Sat Feb 3 22:41:43 2007 +0000 31154 31155 - vlc_common.h: fix for vlc_wclosedir on MacOS X 31156 31157commit cd5ed364efe9cdf752c48e0fa158ff680964ceeb 31158Author: Damien Fouilleul <damienf@videolan.org> 31159Date: Sat Feb 3 22:01:20 2007 +0000 31160 31161 - added controlled symbol export support for win32. Now, all visible symbols in libvlc.dll must be declared using either VLC_EXPORT or VLC_PUBLIC_API. Otherwise, they will not be exported. this has the advantage of reducing the number of symbols in the DLL, saving on file size an binding time at runtime. All exported symbols will be listed in the libvlc.def file. 31162 This also pave the way for using the visibility feature in GCC 4, adding controlled symbols export for UNIX/MacOS X as well. 31163 31164commit d20a2464f3ffdbbbda0f66bae7bfbf358964deb9 31165Author: Antoine Cellerier <dionoea@videolan.org> 31166Date: Sat Feb 3 02:55:33 2007 +0000 31167 31168 Ooops (?) 31169 31170commit d3ce31e04c8b7a431cb2febcb26ec1d79ab3b79c 31171Author: Antoine Cellerier <dionoea@videolan.org> 31172Date: Fri Feb 2 21:46:19 2007 +0000 31173 31174 Use DIR_SEP instead of "/" 31175 31176commit 2ea0cb164abde81b0dd226611c7677c43ab52350 31177Author: Christophe Massiot <massiot@videolan.org> 31178Date: Fri Feb 2 21:31:18 2007 +0000 31179 31180 * doc/fortunes.txt is a fortune file, please keep it in a format 31181 compatible with UNIX fortune executable. 31182 31183commit 8b01ee910cbd2cdb139a3c9c9eaf109997024398 31184Author: Antoine Cellerier <dionoea@videolan.org> 31185Date: Fri Feb 2 21:17:29 2007 +0000 31186 31187 Small formating fix. 31188 31189commit 1360a812c7f40bf8e5c2caaaffaab6cf4aaa8271 31190Author: Antoine Cellerier <dionoea@videolan.org> 31191Date: Fri Feb 2 20:51:11 2007 +0000 31192 31193 Copy clip_uint8() function from ffmpeg and replace where applicable for video filters. 31194 31195commit 0a40fae13a6daf6e924f83c10b3064f72087ae7a 31196Author: Antoine Cellerier <dionoea@videolan.org> 31197Date: Fri Feb 2 20:30:49 2007 +0000 31198 31199 "I'm a girl!" fortune (x2) from 2 days ago. 31200 31201commit badf4887a8d91d7e87bd20db44923280f504c7a5 31202Author: Damien Fouilleul <damienf@videolan.org> 31203Date: Fri Feb 2 11:43:50 2007 +0000 31204 31205 - direct3d: device reset fixes (when resolution changes, etc...) 31206 31207commit 152793b6cadfd7ebc557281e7ff75a710d60aca3 31208Author: Felix Paul Kühne <fkuehne@videolan.org> 31209Date: Fri Feb 2 09:17:58 2007 +0000 31210 31211 * this part of [18683] wasn't supposed to be committed. Reverting to previous revision. 31212 31213commit cd19d6a43b618d1be6bd3a904931f49278cdf347 31214Author: Felix Paul Kühne <fkuehne@videolan.org> 31215Date: Fri Feb 2 09:12:37 2007 +0000 31216 31217 * collection of various fixes and edits 31218 - removed <10.3 support in the preferences' code 31219 - added preliminary support for Obj-C 2.0 / Garbage Collection 31220 - needs to be enabled manually in intf.h for now and is restricted to future Darwin release 31221 - updated various copyright dates to approbate values 31222 - configured the source tree in the Xcode project for future Xcode releases 31223 - finally renamed the Xcode project to the correct bundle extension 31224 31225commit b181bb11752e48b0277c80a76b35395c26f7f44b 31226Author: Antoine Cellerier <dionoea@videolan.org> 31227Date: Thu Feb 1 23:22:15 2007 +0000 31228 31229 s/a42/a52/ 31230 31231commit 4b83d5d3fa8d8593966cd7315a57af55b73672fc 31232Author: Christophe Mutricy <xtophe@videolan.org> 31233Date: Thu Feb 1 20:06:54 2007 +0000 31234 31235 check for enomem 31236 31237commit 3010af22c9d1c0559505da179b22822008b03fd8 31238Author: Jean-Baptiste Kempf <jb@videolan.org> 31239Date: Thu Feb 1 19:12:45 2007 +0000 31240 31241 D-Bus Patch by Mirsal ENNAIME 31242 31243commit f3273df59abc957b031ef43c3756648c53c52521 31244Author: Rafaël Carré <funman@videolan.org> 31245Date: Thu Feb 1 18:45:53 2007 +0000 31246 31247 Displays and hides simple preferences correctly 31248 31249commit c404c42de5421c486d8c1cb90fdf64263184c839 31250Author: Rafaël Carré <funman@videolan.org> 31251Date: Thu Feb 1 18:45:25 2007 +0000 31252 31253 Always initialise dbus threads 31254 31255commit d9d6fddf57dfeda4e48ea33a85392a621ade32bb 31256Author: Jean-Baptiste Kempf <jb@videolan.org> 31257Date: Thu Feb 1 18:40:30 2007 +0000 31258 31259 Qt4: Compile Fix. 31260 31261commit 801ef73786b1fccdcd36cb4bf988eeccf5df9687 31262Author: Damien Fouilleul <damienf@videolan.org> 31263Date: Thu Feb 1 14:28:41 2007 +0000 31264 31265 - direct3d.c: attempt to fix incompatibility with Vista, needs testing since i still don't have a Vista system to test against 31266 31267commit d54143769866c16c60fed9eb535b10982c0ac0cd 31268Author: Jean-Baptiste Kempf <jb@videolan.org> 31269Date: Wed Jan 31 22:34:30 2007 +0000 31270 31271 Correction on the Makefile .. 31272 31273commit 46dc547d0fa608b872cda824641aa724147657de 31274Author: Jean-Baptiste Kempf <jb@videolan.org> 31275Date: Wed Jan 31 22:27:57 2007 +0000 31276 31277 Win32 Contrib: Repair ffmpeg compile. 31278 31279commit abef937f02a581a8969614422b478755e8c1b98f 31280Author: Jean-Baptiste Kempf <jb@videolan.org> 31281Date: Wed Jan 31 19:51:46 2007 +0000 31282 31283 Qt4: messages. Small commit to fix two forgottten qfu() and to add whitespaces where needed. 31284 31285commit 2d454641d603b113eafe2c3b558d9f21cb831706 31286Author: Damien Fouilleul <damienf@videolan.org> 31287Date: Wed Jan 31 19:50:48 2007 +0000 31288 31289 - activex: misc fixes for properties and events sinks 31290 31291commit ebf11a99f39516669dbf9f48d9b6457311954491 31292Author: Damien Fouilleul <damienf@videolan.org> 31293Date: Wed Jan 31 19:49:20 2007 +0000 31294 31295 - activex: globally use win32 unicode APIs, hopefully this will fix reported registration problems 31296 31297commit 560b07b43ff6aa6a012517d23521d5a9a2457352 31298Author: Jean-Baptiste Kempf <jb@videolan.org> 31299Date: Tue Jan 30 23:56:24 2007 +0000 31300 31301 Qt4 : translate the titles for stats. 31302 31303commit e0d590f4cec493a62e352d72aa5df4812e8878e9 31304Author: Jean-Baptiste Kempf <jb@videolan.org> 31305Date: Tue Jan 30 23:37:33 2007 +0000 31306 31307 * Qt4 : Use a QTreeWidget instead of a ui to display stats. I hope in that way it will become easier to resize and easier to add stats... 31308 31309 Btw about Qt4 modules, http://wiki.videolan.org/QtIntfTODO and http://wiki.videolan.org/Simple_Preferences have been updated. Give it a look and help us... 31310 31311commit 018248d17f549c37b72c9a3e324daddc7d9e9007 31312Author: Jean-Paul Saman <jpsaman@videolan.org> 31313Date: Tue Jan 30 19:34:37 2007 +0000 31314 31315 Fixed crash on vlc exit/quit and added sanity checking for pointers in the module init/exit paths. 31316 31317commit c2a9cb1a720479ea6ef944fb7452b6bebaed7013 31318Author: Jean-Paul Saman <jpsaman@videolan.org> 31319Date: Tue Jan 30 18:45:47 2007 +0000 31320 31321 Forcefully set PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR for pkgconfig only if these environment variables haven't been set yet. And the path /usr/lib/pkgconfig exists. This fixes building wxwidgets in contrib for Fedora Core 6 31322 31323commit 6cd43af70ffc851beeb0cdbdc2de8c18505e8bfe 31324Author: Christophe Mutricy <xtophe@videolan.org> 31325Date: Tue Jan 30 13:55:57 2007 +0000 31326 31327 Fix make clean 31328 31329commit cd42e8249e47e1c9b7af7de5949c182df1ff0d7f 31330Author: Jean-Paul Saman <jpsaman@videolan.org> 31331Date: Tue Jan 30 13:04:27 2007 +0000 31332 31333 oops copypaste error 31334 31335commit fb005c12802a3646a2cffe01880b7382366e1f2c 31336Author: Jean-Paul Saman <jpsaman@videolan.org> 31337Date: Tue Jan 30 12:52:47 2007 +0000 31338 31339 Extend contrib buildsystem to allow for a finer control on system and Linux distributions rules. The bootstrap tries to guess the operating system to build for by looking at the compiler prefix. For native building (usually Linux/Unix-like systems) additional matching logic should be written. Currently only Fedora-Core systems are detected as being different from the normal Unix-rules. 31340 31341 Extend this logic to make a distinction for your system if it deviates from the standard Unix-like system that our contrib recognizes atm. 31342 31343commit 6b89b49e2eb8898ecf5a7dd8491a1f620c919f94 31344Author: Antoine Cellerier <dionoea@videolan.org> 31345Date: Mon Jan 29 22:27:16 2007 +0000 31346 31347 Fix xml. 31348 31349commit 4e30b6616937fdf9681616d31e3ef425b00c204c 31350Author: Jean-Baptiste Kempf <jb@videolan.org> 31351Date: Mon Jan 29 00:09:40 2007 +0000 31352 31353 Correct a typo mistake I did earlier. 31354 31355commit d85ddac2438110f86e1f367b10aa6ce4e1e47e7a 31356Author: Jean-Baptiste Kempf <jb@videolan.org> 31357Date: Mon Jan 29 00:04:11 2007 +0000 31358 31359 Correct a typo in packages.mak. 31360 31361commit a908ea89069761a1d11ed875f9c6c00efb033d81 31362Author: Jean-Baptiste Kempf <jb@videolan.org> 31363Date: Sun Jan 28 23:50:24 2007 +0000 31364 31365 Make sure "make source" works correctly. 31366 31367commit 7eccb184a276533068862697f50e678e24de86b5 31368Author: Jean-Baptiste Kempf <jb@videolan.org> 31369Date: Sun Jan 28 23:28:29 2007 +0000 31370 31371 Oops. Missing $(). 31372 31373commit d6b4f9967c7f79127fbc731289fc098683e73e49 31374Author: Jean-Baptiste Kempf <jb@videolan.org> 31375Date: Sun Jan 28 23:18:24 2007 +0000 31376 31377 Clean .svn before tarballs. 31378 Add a dependency. 31379 31380commit 8d5d381e0e92d7ca121daea6fb89fc932fe249c6 31381Author: Jean-Baptiste Kempf <jb@videolan.org> 31382Date: Sun Jan 28 22:55:28 2007 +0000 31383 31384 Make the "make source" much better, to do ffmpeg-svn, x264-svn, libmatroska-svn tarballs. That help a lot to make some directories with all the libs sources. 31385 31386commit a775ce0eddaf4ce7f5291048480d4ef980128b73 31387Author: Jean-Baptiste Kempf <jb@videolan.org> 31388Date: Sun Jan 28 22:26:37 2007 +0000 31389 31390 libmpcdec updated to 1.2.4. Should work on all systems. But will need an extra check on some MacOSX 31391 31392commit 85a39bf3297143f7f32cf763a6b4bf7bf9dfc949 31393Author: Olivier Teulière <ipkiss@videolan.org> 31394Date: Sun Jan 28 22:24:42 2007 +0000 31395 31396 * doc/skins/skins2-howto.xml: mentions of the forum and the wiki 31397 31398commit 2cd94681fa238d2fb0e3e46807397a5aff8cfc3d 31399Author: Jean-Baptiste Kempf <jb@videolan.org> 31400Date: Sun Jan 28 22:05:31 2007 +0000 31401 31402 Just a useless change of version. 31403 31404commit 1512fb98d9e1611f7ad5de31a6dab37e63159d39 31405Author: Olivier Teulière <ipkiss@videolan.org> 31406Date: Sun Jan 28 20:48:10 2007 +0000 31407 31408 * doc/skins/skins2-howto.xml: a few fixes 31409 31410commit d746bc7d5cee65d2729a1be87c9db37aa99ad529 31411Author: Antoine Cellerier <dionoea@videolan.org> 31412Date: Sun Jan 28 20:43:57 2007 +0000 31413 31414 Add VLC to the keyword list (this is completely useless) 31415 31416commit 09539802dc311c3fc03d551f14627a25f8066359 31417Author: Olivier Teulière <ipkiss@videolan.org> 31418Date: Sun Jan 28 20:37:21 2007 +0000 31419 31420 * skins2: 31421 - new WindowID.maximize() and WindowID.unmaximize() actions 31422 - new WindowID.isMaximized boolean variable 31423 - doc updated 31424 31425commit 618352d27ca9ddf5a86f667b7654e2b87bf36576 31426Author: Jean-Baptiste Kempf <jb@videolan.org> 31427Date: Sun Jan 28 18:58:20 2007 +0000 31428 31429 * Libxml2 version up from 2.6.26 to 2.6.27 31430 31431commit a5634f95c58def01aa4cee4c881493c3ec6d6507 31432Author: Cyril Deguet <asmax@videolan.org> 31433Date: Sun Jan 28 18:18:52 2007 +0000 31434 31435 - thou shalt keep menuconfig up-to-date and not disable it 31436 31437commit 0aa5744310de34261dc39c192a0a93046d79a3df 31438Author: Jean-Baptiste Kempf <jb@videolan.org> 31439Date: Sun Jan 28 18:06:48 2007 +0000 31440 31441 Change libpng version to 1.2.15 especially to fix security issue CVE-2006-3334. 31442 Tested on epsilon, veda, altair/mingw32. 31443 31444commit 8086b07cf076736d43c955c00c4cbb1464e53dd7 31445Author: Olivier Teulière <ipkiss@videolan.org> 31446Date: Sun Jan 28 16:49:30 2007 +0000 31447 31448 * skins2: 31449 - New Panel tag, allowing to group the resizing behaviour of controls 31450 - Documentation updated accordingly 31451 - Fixed a memory leak due to CtrlMove/CtrlResize objects 31452 31453commit 7c23b5c78d6520d80bcbc2f31d0f3b8173c58978 31454Author: Felix Paul Kühne <fkuehne@videolan.org> 31455Date: Sun Jan 28 14:11:09 2007 +0000 31456 31457 *added yet another possible svn location (to detect certain default installations) 31458 31459commit 6d06cc122f677a1bcf804fe621c1624e08f075ac 31460Author: Felix Paul Kühne <fkuehne@videolan.org> 31461Date: Sun Jan 28 13:40:20 2007 +0000 31462 31463 * remove config.mak on make clean as well 31464 31465commit 8863f1fbd19a3f067cdc3a4be335532b816c1c4b 31466Author: Antoine Cellerier <dionoea@videolan.org> 31467Date: Sun Jan 28 00:53:39 2007 +0000 31468 31469 update developers website. 31470 31471commit 0795f13e893fa9b9f0da500b1e7215c703861efa 31472Author: Rémi Denis-Courmont <rem@videolan.org> 31473Date: Sat Jan 27 22:29:29 2007 +0000 31474 31475 Add some missing consts 31476 31477commit 40e3fb152965c0dd7efe4e381959b692ead65fe4 31478Author: Antoine Cellerier <dionoea@videolan.org> 31479Date: Sat Jan 27 21:22:13 2007 +0000 31480 31481 * add stream assignements for DTS(-HD) / (E-)AC3 / MLP / VC1 used by HD DVDs. 31482 * the dts/ac3 changes fix some files from http://samples.mplayerhq.hu/evob/ and some other sources. 31483 * MLP doesn't have any know free decoder (nor do i have any sample) so this is basically "for the future" 31484 * VC1 doesn't work ... most likely needs some more changes to the code. 31485 * remove trailing spaces 31486 31487commit dc0f2c1d30fc3a80ad620e23a1adc6f1f2e0d71c 31488Author: Rémi Denis-Courmont <rem@videolan.org> 31489Date: Sat Jan 27 21:14:39 2007 +0000 31490 31491 Minor code factor 31492 31493commit cc47d10c637774e0cc2158918052985fb22e2e07 31494Author: Rémi Denis-Courmont <rem@videolan.org> 31495Date: Sat Jan 27 21:02:35 2007 +0000 31496 31497 Fix typo 31498 31499commit ccd0b0463dffa4cea2a07db3264f1b75ace93481 31500Author: Olivier Teulière <ipkiss@videolan.org> 31501Date: Fri Jan 26 23:25:49 2007 +0000 31502 31503 * doc/skins/skins2-howto.xml: Fixed a mistake 31504 31505commit 37afbbd5128cf3859411f2b6f99487c45e3af6a9 31506Author: Antoine Cellerier <dionoea@videolan.org> 31507Date: Fri Jan 26 22:39:25 2007 +0000 31508 31509 Oops. 31510 31511commit ccf664e20dd3dbf5feb554299c6267c9815da582 31512Author: Antoine Cellerier <dionoea@videolan.org> 31513Date: Fri Jan 26 22:37:28 2007 +0000 31514 31515 add new filename_sanitize and path_sanitize functions to remove forbidden charcters from filenames/paths and use where appropriate. 31516 31517commit 9c3e6c5367a085e41794efae05eb5c1a20ff1394 31518Author: Jean-Baptiste Kempf <jb@videolan.org> 31519Date: Thu Jan 25 22:46:26 2007 +0000 31520 31521 Commented unuseful packages. 31522 Repairing some sources links. 31523 Add a "make source" process to get all the tar.(bz2|gz) in one dir. 31524 31525commit a419656009d1e887a71f2113ab1aedb9989a4ed7 31526Author: Christophe Mutricy <xtophe@videolan.org> 31527Date: Thu Jan 25 20:26:02 2007 +0000 31528 31529 Change the default for sout-keep to enabled. 31530 31531commit 9ed0ed0e9d7148551a3b497bee9a856d3d03caf1 31532Author: Jean-Baptiste Kempf <jb@videolan.org> 31533Date: Thu Jan 25 19:42:49 2007 +0000 31534 31535 Some small modifications to crop and panoramix to repair calls for uninitialized variables. 31536 Patch by Cedric Coquebert. 31537 31538commit facdc26212d449a2a6a2788a22545b5c105fa1e1 31539Author: Christophe Massiot <massiot@videolan.org> 31540Date: Thu Jan 25 18:33:59 2007 +0000 31541 31542 * modules/codec/telx.c: New option to work around wrong implementation 31543 of the teletext descriptor by some French channels. 31544 31545commit 0aeded4f0460be0c024c4236d766e849c0a4d08b 31546Author: Jean-Baptiste Kempf <jb@videolan.org> 31547Date: Wed Jan 24 19:21:43 2007 +0000 31548 31549 Patch to force alignment in OpenGL if it isn't correctlt positionned before, as panoramix does do it correctly. Patch By Cedric Cocquebert. 31550 31551commit ecd201baeedf8c629415bb060b48be89a217727b 31552Author: Antoine Cellerier <dionoea@videolan.org> 31553Date: Tue Jan 23 21:40:51 2007 +0000 31554 31555 * Enable format time/meta stuff in snapshot-prefix. 31556 31557commit 886975814e0cb1a2688d063f24e665168b2aae85 31558Author: Christophe Massiot <massiot@videolan.org> 31559Date: Tue Jan 23 17:50:32 2007 +0000 31560 31561 * modules/demux/ts.c: Fixed stream output mode detection. 31562 31563commit 7ea8f3e2631e2759377215a426b61678fd148498 31564Author: Jean-Baptiste Kempf <jb@videolan.org> 31565Date: Tue Jan 23 17:37:48 2007 +0000 31566 31567 Patch by Cedric Cocquebert to improve the panoramix module. 31568 31569commit 1b0a5608ee16cea1577a10269a114467cee43af1 31570Author: Sam Hocevar <sam@videolan.org> 31571Date: Tue Jan 23 17:25:32 2007 +0000 31572 31573 * Win32 timer bug (0x100000000 * 1000 != 0x100000000000). 31574 31575commit f72bd14ad17be14cc5c8bca3b56a50a88da68a43 31576Author: Jean-Paul Saman <jpsaman@videolan.org> 31577Date: Tue Jan 23 08:09:38 2007 +0000 31578 31579 When no start display time is found in a subpicture then return with an error message. Problem reported by: Hytham Alihassan. 31580 31581commit d16e83ee7711cd67766c087bbaab46c969723895 31582Author: Derk-Jan Hartman <hartman@videolan.org> 31583Date: Mon Jan 22 15:11:02 2007 +0000 31584 31585 * disable gnutls C++ lib. it's broken 31586 31587commit 5431b6d4067776048f4650b2031863ec680e121a 31588Author: Jean-Baptiste Kempf <jb@videolan.org> 31589Date: Sun Jan 21 23:50:27 2007 +0000 31590 31591 Update freetype from 2.1.9 to 2.3.0. This has been tested on veda, espilon, altair, altair/sid-id386/Mingw32. 31592 31593commit 5ee669c5c40abebaacdfc0bd1cbfee64812f358b 31594Author: Felix Paul Kühne <fkuehne@videolan.org> 31595Date: Sun Jan 21 19:19:32 2007 +0000 31596 31597 * download the SDL stuff from sourceforge instead of the bogus official server, as the SF park is much faster and more reliable (forward-porting [18622]) 31598 31599commit a996fae8a361c7970240339dc07cabce67e86453 31600Author: Christophe Mutricy <xtophe@videolan.org> 31601Date: Sat Jan 20 20:21:12 2007 +0000 31602 31603 ts.c: Current libdvbpsi is buggy so wait for 0.1.6 to activate the teletext detection code 31604 ts.c, telx.c: Fallback to teletext detection if TS detection wasn't possible 31605 31606commit e618a3ea73de52f01db03a45b970ddd381e5b0ee 31607Author: Christophe Mutricy <xtophe@videolan.org> 31608Date: Sat Jan 20 01:04:00 2007 +0000 31609 31610 Update libgcrypt and libgnutls 31611 31612commit 1ceb58c19ce8b166b590a5118c60b652429b68a0 31613Author: Rémi Denis-Courmont <rem@videolan.org> 31614Date: Fri Jan 19 19:49:40 2007 +0000 31615 31616 Fix block_New failure check 31617 31618commit db7c88851fa45ecc3160a27f9a26e2f62b589baa 31619Author: Christophe Massiot <massiot@videolan.org> 31620Date: Fri Jan 19 18:26:39 2007 +0000 31621 31622 * modules/demux/ts.c: Parse the telx descriptor and create pseudo ES 31623 for different languages. Slightly changed the way the dvbsub parser 31624 works to allow correct streaming with --sout-all or --programs. 31625 * modules/mux/mpeg/ts.c: Changes to allow descriptor pass-through with 31626 telx and dvbsub. This is kind of kludgy. 31627 * module/codec/telx.c: Got rid of the ugly static variables and use 31628 info from the TS demux. 31629 31630commit e92542211f05387f69987541df48ac25d480e878 31631Author: Derk-Jan Hartman <hartman@videolan.org> 31632Date: Thu Jan 18 21:22:52 2007 +0000 31633 31634 * Set svn properties for the telx.c file 31635 31636commit bfaff59608c3fc8f57d128987c7fa993b770798e 31637Author: Christophe Massiot <massiot@videolan.org> 31638Date: Thu Jan 18 15:14:36 2007 +0000 31639 31640 . 31641 31642commit 5c0797675e28a0754da3d198ea4f33c8651e7806 31643Author: Derk-Jan Hartman <hartman@videolan.org> 31644Date: Thu Jan 18 14:04:47 2007 +0000 31645 31646 * compile fix: missing comma in debug statement 31647 31648commit df1be42cc20f6c477920dc6c68265f4cd5771972 31649Author: Derk-Jan Hartman <hartman@videolan.org> 31650Date: Thu Jan 18 13:57:25 2007 +0000 31651 31652 Teletext module patch by Vincent Penne 31653 31654 - the stream provided by thedj containing some kind of VPS informations know works fine (they aren't displayed as subtitles anymore). It also solve the same issue on two examples streams on the vlc file repository (called stream-demux-telx-1.dump and stream-demux-telx-2.dump) 31655 31656 - got rid of a kludge that used to be necessary on the "has-subtitles.ts" example stream to avoid subtitles disapearing too fast in some cases. I don't know exactly why it's not anymore necessary, probably because I handle better the subtitle flag now. 31657 31658 - now the page number is handled independently for each 8 magazines 31659 31660commit f5aff5de880735c1c17ed77b27c20f0cbb0af7fc 31661Author: Christophe Mutricy <xtophe@videolan.org> 31662Date: Wed Jan 17 23:33:06 2007 +0000 31663 31664 Fix the preferences under wx 31665 31666commit 26e16d73337181c245d337cd71d12d8b82bb4cbd 31667Author: Christophe Mutricy <xtophe@videolan.org> 31668Date: Wed Jan 17 20:49:44 2007 +0000 31669 31670 add a shortname and delete unused variable 31671 31672commit a41a2c7bffeff6e4a1d8200082b0944216c75d6a 31673Author: Christophe Massiot <massiot@videolan.org> 31674Date: Wed Jan 17 18:06:52 2007 +0000 31675 31676 * modules/codec/telx.c: Pedantic coding style changes. 31677 31678commit 0e867ba1dd2e76d849f2a55a22b7ee0be9cb4f32 31679Author: Christophe Massiot <massiot@videolan.org> 31680Date: Wed Jan 17 17:30:53 2007 +0000 31681 31682 * modules/codec/telx.c: Teletext subtitles decoder, patch courtesy of 31683 Vincent Penne. 31684 31685commit 1c2b8a832cd6dfdc223c84cf9b30f9f4c1338deb 31686Author: Christophe Mutricy <xtophe@videolan.org> 31687Date: Wed Jan 17 14:09:10 2007 +0000 31688 31689 :) 31690 31691commit 87d0efaa46ccbd27b01bc4b24189db66501bb2e2 31692Author: Christophe Massiot <massiot@videolan.org> 31693Date: Tue Jan 16 22:39:51 2007 +0000 31694 31695 . 31696 31697commit ec3567fd986a7bbb657a44a55319ff3a517e982e 31698Author: Derk-Jan Hartman <hartman@videolan.org> 31699Date: Tue Jan 16 16:01:49 2007 +0000 31700 31701 * Ehm, MAX, not MIN of course. And let's check both before and after cropping. 31702 31703commit 3da30fcd18756e6bbbde241c0d782730e60bdcee 31704Author: Derk-Jan Hartman <hartman@videolan.org> 31705Date: Tue Jan 16 15:52:30 2007 +0000 31706 31707 * Don't allow negative offsets when blending 31708 31709commit 38dd5944e45779e644f9ed0eaac8f03fc5f980eb 31710Author: Christophe Massiot <massiot@videolan.org> 31711Date: Tue Jan 16 10:55:31 2007 +0000 31712 31713 * modules/codec/mpeg_audio.c: Add a debug message for broken streams. 31714 31715commit 68652ddf55c0ed4fed48ce452b697f9752b92df7 31716Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 31717Date: Mon Jan 15 15:53:26 2007 +0000 31718 31719 include/vlc/mediacontrol.h: include windows.h on win32 to get HWND definition 31720 31721commit 6662b32f51193ab2e8aef48af832178ab085ce15 31722Author: Rémi Denis-Courmont <rem@videolan.org> 31723Date: Mon Jan 15 15:22:11 2007 +0000 31724 31725 s/wxwindows/wxwidgets/ 31726 31727commit e6a39a3308e03cf5699f35fe7a13d04ccb636689 31728Author: Jean-Paul Saman <jpsaman@videolan.org> 31729Date: Sun Jan 14 22:27:48 2007 +0000 31730 31731 Remove useless test i_chunk is uint32_t and cannot be lower then zero. This fixes a compile warninig and hopefully doesn't introduce an mp4 problem. Test your mp4's. 31732 31733commit 567dbc60c1076ca103a479dc0cd742db34e0969d 31734Author: Jean-Paul Saman <jpsaman@videolan.org> 31735Date: Sun Jan 14 22:25:56 2007 +0000 31736 31737 Revert part of rev 18553 where p_track->i_chunk test has changed. It shouldn't have gone in this commit. 31738 31739commit c73acb67df36d808be777342013042a1a94ae0c7 31740Author: Christophe Mutricy <xtophe@videolan.org> 31741Date: Sun Jan 14 20:49:22 2007 +0000 31742 31743 Happy New Year 31744 31745commit 5fa810ed345be6a6f8cc4d9c42909e2381c0f023 31746Author: Damien Fouilleul <damienf@videolan.org> 31747Date: Sun Jan 14 20:35:51 2007 +0000 31748 31749 Makefile.am: reorganize vlc_LDFLAGS for win32 31750 31751commit 9a28f3c1df22174aff35a5fc3317a364c4e4c3ac 31752Author: Damien Fouilleul <damienf@videolan.org> 31753Date: Sun Jan 14 20:35:11 2007 +0000 31754 31755 - ffmpeg/encoder.c: more int64_t fixes 31756 31757commit b7bb84da7d1c7e2e3a5f4fa1d250ee4d57fcfe54 31758Author: Rémi Denis-Courmont <rem@videolan.org> 31759Date: Sun Jan 14 19:44:24 2007 +0000 31760 31761 Oups (again) 31762 31763commit 3e1e9f157b908af2bfd81dc4413c002a1caa3188 31764Author: Rémi Denis-Courmont <rem@videolan.org> 31765Date: Sun Jan 14 19:32:20 2007 +0000 31766 31767 Fix out-of-bound read uncovered by sam 31768 31769commit 1c3fcde6ec39993a76c681c6967b4133cad59896 31770Author: Rémi Denis-Courmont <rem@videolan.org> 31771Date: Sun Jan 14 19:20:20 2007 +0000 31772 31773 memory leak 31774 31775commit 97773f131c838673287c0d9d84395ba79cdf830f 31776Author: Rémi Denis-Courmont <rem@videolan.org> 31777Date: Sun Jan 14 19:13:26 2007 +0000 31778 31779 Fix memory leak 31780 31781commit a353bd1b608ba67703ce0cc7dd48b8d20df9b2c3 31782Author: Rémi Denis-Courmont <rem@videolan.org> 31783Date: Sun Jan 14 19:07:17 2007 +0000 31784 31785 Fix a bunch of potential segmentation faults: 31786 - out of bound read initially uncovered by sam, 31787 - also malloc() can really return NULL for arbitrary large alloc, 31788 return value MUST be checked. 31789 31790commit 43ab467903aaaebdffd9709f2f3584e91655fb6d 31791Author: Christophe Mutricy <xtophe@videolan.org> 31792Date: Sun Jan 14 18:41:22 2007 +0000 31793 31794 Don't use '-' in shell variable name and take advantage of the features of PKG_CHECK_MODULES 31795 31796commit 2824ad78ba9f02d0d68296999b2234fa03a103dc 31797Author: Christophe Mutricy <xtophe@videolan.org> 31798Date: Sun Jan 14 17:57:50 2007 +0000 31799 31800 Add myself to AUTHORS 31801 31802commit 04a180a19e970eb4c5e58e19425cbd05493fda14 31803Author: Christophe Mutricy <xtophe@videolan.org> 31804Date: Sun Jan 14 17:35:19 2007 +0000 31805 31806 Add translations from rosetta 31807 31808commit 29ae4a7af4eff1ce8369832817378aaf50ed732b 31809Author: Felix Paul Kühne <fkuehne@videolan.org> 31810Date: Sun Jan 14 16:25:41 2007 +0000 31811 31812 * give credit to Jean-Baptiste le Stang for the UB script, add it to the source bundle and update authors a bit 31813 31814commit 4b55ce42075c6d7faf7cdb82703977ac83ebb619 31815Author: Felix Paul Kühne <fkuehne@videolan.org> 31816Date: Sun Jan 14 16:14:05 2007 +0000 31817 31818 * commit Jean-Baptiste's universal binary script to svn, so you don't have to browse trac each time you need it. remember to customise the 3 variables at the top before using it. (closes #749) 31819 31820commit 51ba14989fee0ce416a6afc2eade7c52e173fdfb 31821Author: Felix Paul Kühne <fkuehne@videolan.org> 31822Date: Sun Jan 14 16:09:15 2007 +0000 31823 31824 * applied Westacular's patch with minor modifications, which solves some issues with this script in certain situations and lets the Finder do most of the work. Note that this script isn't 10.2-save anymore and triggers the Finder to launch in case that it is closed. (closes #911) 31825 31826commit 886c4902c76cb1611f0c7e4ca041b2f7ddcd1fa8 31827Author: Jean-Paul Saman <jpsaman@videolan.org> 31828Date: Sun Jan 14 14:17:46 2007 +0000 31829 31830 Updated THANKS file for rev 18566 31831 31832commit 4e0b36058d645edbcc1150f1dc89de4a0334b32e 31833Author: Jean-Paul Saman <jpsaman@videolan.org> 31834Date: Sun Jan 14 14:16:33 2007 +0000 31835 31836 Added option to disable session timeout option on RTSP request (use: --rtsp-session-timeout=-1 to disable this option, >= 0 to enable it, default is 5). Patch from Saso Kiselkov (skiselkov at gmail dot com) for making VOD (RTSP) work with HanunTech STBs, with modifications from me. 31837 31838commit 4e751f1126fffc308ab404e08ba19172a26d829c 31839Author: Felix Paul Kühne <fkuehne@videolan.org> 31840Date: Sun Jan 14 13:02:59 2007 +0000 31841 31842 * allow the screensaver to appear when video playback is paused (closes #963) 31843 31844commit 14275baf39c03cdb75faf38ba25ed1d31191609c 31845Author: Felix Paul Kühne <fkuehne@videolan.org> 31846Date: Sun Jan 14 12:40:05 2007 +0000 31847 31848 * design change: the current volume is automatically stored on quit now and restored on first playback of the next run, similar to other major media players (closes #989) 31849 31850commit 41fc10b74fd7f26526ddabd72673bec7fa658d4c 31851Author: Christophe Mutricy <xtophe@videolan.org> 31852Date: Sun Jan 14 01:28:48 2007 +0000 31853 31854 hmmm i should use a clean tree for update-po 31855 31856commit d30de10d165fc6ae25c8cb27961046da823edf5d 31857Author: Damien Fouilleul <damienf@videolan.org> 31858Date: Sat Jan 13 17:29:16 2007 +0000 31859 31860 live555: hmmm, that BITMAPINFOHEADER is only useful on mplayer, not vlc 31861 31862commit c6c38ccd2c1683bd2ab4c87190edfebbf63dd8ea 31863Author: Damien Fouilleul <damienf@videolan.org> 31864Date: Sat Jan 13 16:45:10 2007 +0000 31865 31866 demux/live555.cpp: added support for avc1 in X-QT over RTSP 31867 31868commit 151b33e865e876a6a080a1595ed2dfa572ad6130 31869Author: Jean-Paul Saman <jpsaman@videolan.org> 31870Date: Sat Jan 13 12:26:38 2007 +0000 31871 31872 Fix segmentation fault in modules/control/telnet.c introduced in rev 18519 31873 31874commit b728ff1bf7beffa8b6bbf7683ec3567a18feb480 31875Author: Christophe Mutricy <xtophe@videolan.org> 31876Date: Sat Jan 13 00:52:49 2007 +0000 31877 31878 make update-po 31879 31880commit a99ffd530cb075225d040ad7516673704ef3c6b5 31881Author: Christophe Mutricy <xtophe@videolan.org> 31882Date: Sat Jan 13 00:52:15 2007 +0000 31883 31884 Italian translation update. Thanks to Vincenzo Reale. 31885 31886commit bb12789524a54d5e96b55ab4bf4498e6a7cdd5f9 31887Author: Christophe Mutricy <xtophe@videolan.org> 31888Date: Sat Jan 13 00:27:17 2007 +0000 31889 31890 Merge po file from 0.8.6 31891 fix translation of "C" closes #969 31892 31893commit 20692ca20e0fac9429d5eb4a3b6c3753dbb5b2a3 31894Author: Sigmund Augdal Helberg <sigmunau@videolan.org> 31895Date: Fri Jan 12 18:12:15 2007 +0000 31896 31897 libasf.c: Don't store pointer to bad data. Fixes #992 31898 Btw when did "crash" change into "denial of service"? 31899 31900commit eef3b9d9bc50eefa19b2a96be5603b91178d737a 31901Author: Rémi Denis-Courmont <rem@videolan.org> 31902Date: Fri Jan 12 17:16:21 2007 +0000 31903 31904 Do not assume long integers are 32-bits. 31905 Should fix fullscreen on amd64 - closes #670 31906 31907commit 4413cbfe45e37ab2dd30083f27d789b3f2ebcca1 31908Author: Jean-Paul Saman <jpsaman@videolan.org> 31909Date: Fri Jan 12 12:44:51 2007 +0000 31910 31911 Fix indentation 31912 31913commit 7ea4dc24800344ec6b048f0cf9da241e1e45e885 31914Author: Jean-Paul Saman <jpsaman@videolan.org> 31915Date: Fri Jan 12 12:42:51 2007 +0000 31916 31917 Make parenthesis explicite 31918 31919commit 174bef2955174552195c0dd749daa58591ed395d 31920Author: Christophe Mutricy <xtophe@videolan.org> 31921Date: Fri Jan 12 12:38:23 2007 +0000 31922 31923 Twolame need -DLIBTWOLAME_STIC under win32 to use the .a 31924 31925commit d959364cf50c8718c80da18de377851169f26255 31926Author: Filippo Carone <littlejohn@videolan.org> 31927Date: Thu Jan 11 23:43:18 2007 +0000 31928 31929 audio methods aligned to libvlc audio functions 31930 31931commit 4db4b3afe3453f83c6b8726d832ab3c6b1033f6f 31932Author: Christophe Mutricy <xtophe@videolan.org> 31933Date: Thu Jan 11 23:37:25 2007 +0000 31934 31935 Remove the warning. thanks to Quovodis 31936 31937commit a00419ea65c7d320b42d8e47984f946fada8d46e 31938Author: Christophe Mutricy <xtophe@videolan.org> 31939Date: Thu Jan 11 23:33:02 2007 +0000 31940 31941 Better a compile warning than a bug. Thanks to Robert Stepanek. 31942 31943commit 8856dd0d9909874b1246445f622f969bac32129a 31944Author: Damien Fouilleul <damienf@videolan.org> 31945Date: Thu Jan 11 23:28:59 2007 +0000 31946 31947 - ffmpeg/encoder.c: force AV_NOPTS_VALUE to int64_t type rather than signed int 31948 31949commit 7d4385aa636852daec90be79cbd65db4cd62defb 31950Author: Rémi Denis-Courmont <rem@videolan.org> 31951Date: Thu Jan 11 15:35:44 2007 +0000 31952 31953 Fix denial of service (NULL dereference) in ASX parser 31954 Closes #988 31955 31956commit 7cc6aae19a40a42ab498e2d77063a0edba5b602f 31957Author: Rémi Denis-Courmont <rem@videolan.org> 31958Date: Thu Jan 11 15:31:18 2007 +0000 31959 31960 Cosmetic fix 31961 31962commit 86eae317f98ce9fa587cd8e805ab9847d15d8222 31963Author: Damien Fouilleul <damienf@videolan.org> 31964Date: Wed Jan 10 22:41:06 2007 +0000 31965 31966 mtime.c: previous codepath prevented RTC from ever being used on win32 31967 31968commit 6884bea864daa882c84805687bd9b400d2089f37 31969Author: Rémi Denis-Courmont <rem@videolan.org> 31970Date: Wed Jan 10 17:34:37 2007 +0000 31971 31972 Do not read inexistant configuration parameter 31973 31974commit 364f370e8069f9c3ca59cbc83437605632dd0ccd 31975Author: Damien Fouilleul <damienf@videolan.org> 31976Date: Tue Jan 9 22:14:53 2007 +0000 31977 31978 - mozilla/Makefile.am: make sure rpath is only used for UNIX build 31979 31980commit 9d52c6b6d3d4095aa696723c1b9924558a418be6 31981Author: Damien Fouilleul <damienf@videolan.org> 31982Date: Tue Jan 9 21:53:04 2007 +0000 31983 31984 - src/Makefile.am: make sure libvlc.dll is always rebuilt on object changes 31985 31986commit 81386b7a52b985336909e9584c2fd3170ec3acd3 31987Author: Damien Fouilleul <damienf@videolan.org> 31988Date: Tue Jan 9 21:27:57 2007 +0000 31989 31990 - firefox/nspr plugin development fix for ubuntu/debian 31991 31992commit 279581600c32ed79ee11102ded0cf2203d19cca0 31993Author: Christophe Mutricy <xtophe@videolan.org> 31994Date: Tue Jan 9 20:29:05 2007 +0000 31995 31996 Sync with upstream 31997 31998commit 4ec518d3819f17593b04562cede36e62f1582697 31999Author: Christophe Mutricy <xtophe@videolan.org> 32000Date: Tue Jan 9 20:07:05 2007 +0000 32001 32002 Partial fix of the wx prefs. The modules settings are shown but not the libvlc ones. refs #918. (yes there is lots of debugs left) 32003 32004commit 204952ec72be7c674075c27dffcdc26cc5a274ce 32005Author: Damien Fouilleul <damienf@videolan.org> 32006Date: Mon Jan 8 18:21:04 2007 +0000 32007 32008 - added OLESelfRegister in version resource (may fix reported security problems when registering ActiveX plugin) 32009 32010commit 2179436ba4079d70189caeda2384d89fa2a5b749 32011Author: Jean-Paul Saman <jpsaman@videolan.org> 32012Date: Mon Jan 8 18:18:20 2007 +0000 32013 32014 Put -lX11 and -lXt in the right place. 32015 32016commit 542d62dd2e70bd26168f0978b78cdba207e28762 32017Author: Damien Fouilleul <damienf@videolan.org> 32018Date: Mon Jan 8 17:37:59 2007 +0000 32019 32020 - added 'vlc.video.crop' property for ActiveX/Mozilla 32021 32022commit a2d6f90b134fd103d890da2caf902a4ce743efff 32023Author: Damien Fouilleul <damienf@videolan.org> 32024Date: Mon Jan 8 17:37:01 2007 +0000 32025 32026 - added libvlc_video_set/get_crop_geometry() api 32027 32028commit 4ce5cc2754ba6c7622cd631611b9cddd11a6b671 32029Author: Damien Fouilleul <damienf@videolan.org> 32030Date: Mon Jan 8 00:54:08 2007 +0000 32031 32032 - Oops, remove _wclosedir by mistake in previous commit. btw, the previous commit fixes #926 because utf8_loaddir() uses rewindir() 32033 32034commit 4f5b5ee95cec30c3bfe13e5b28790a9008dbcf03 32035Author: Damien Fouilleul <damienf@videolan.org> 32036Date: Mon Jan 8 00:41:45 2007 +0000 32037 32038 - since DIR* on win32 is mapped to a private data type, rewinddir(), seekdir() and telldir() must also be mapped to their vlc_ equivalent. Should fix ticket #926 32039 32040commit 9ed73544c60347d441b633200d0d681f56228f0d 32041Author: Jean-Paul Saman <jpsaman@videolan.org> 32042Date: Sun Jan 7 21:37:11 2007 +0000 32043 32044 Fix configure script on MacOS X 32045 32046commit f749fe6d2df29caad1628753cc42828d81926c07 32047Author: Jean-Paul Saman <jpsaman@videolan.org> 32048Date: Sun Jan 7 21:21:42 2007 +0000 32049 32050 Fix building mozilla on Linux en properly dectect firefox headerfiles. 32051 32052commit 8f77cb70b92aa2ffc78d21aafcf0d8022b6ebac4 32053Author: Christophe Mutricy <xtophe@videolan.org> 32054Date: Sun Jan 7 16:04:18 2007 +0000 32055 32056 Fix libtwolame contrib: 32057 *download the missing file 32058 *build only the lib 32059 32060commit 1c958f2501795d067cb76d60b617c3749856bd0d 32061Author: Jean-Paul Saman <jpsaman@videolan.org> 32062Date: Sun Jan 7 13:23:52 2007 +0000 32063 32064 Update ActiveX bindings 32065 32066commit acfc0a55ff1669dbb02dd3d796fe4727b7f6844b 32067Author: Jean-Paul Saman <jpsaman@videolan.org> 32068Date: Sun Jan 7 13:22:37 2007 +0000 32069 32070 Reworked vlc.audio.channel API for JavaScript. All documentation is already updated. 32071 32072commit 763252337dc2e33bf50f5a87108399c6ef8565b1 32073Author: Sigmund Augdal Helberg <sigmunau@videolan.org> 32074Date: Sun Jan 7 12:33:50 2007 +0000 32075 32076 apply mini_patch.diff from #964. Fixes #964 32077 32078commit afb3ccf796d954c385c26b1590f9d9784f2cf69a 32079Author: Felix Paul Kühne <fkuehne@videolan.org> 32080Date: Sat Jan 6 16:56:33 2007 +0000 32081 32082 * update libtwolame to 0.3.9 allows a simplification of our patch, as darwin9 linker appears to be as picky as MVS05's 32083 32084commit 74baad236ff52b4dd0097c09b44e92d3b7c8a1d0 32085Author: Felix Paul Kühne <fkuehne@videolan.org> 32086Date: Sat Jan 6 16:23:30 2007 +0000 32087 32088 * update the (C) dates. *cough* 32089 32090commit 774a2977b9b3558bd0bd318ae5ff987a0d977f01 32091Author: Felix Paul Kühne <fkuehne@videolan.org> 32092Date: Sat Jan 6 16:21:41 2007 +0000 32093 32094 * patch libtwolame and re-enable x264 as it was fixed upstream. all contribs are save for future darwin releases now. this commit deprecates all osx releases < 10.4 and the usage of GCC3 on Darwin. bootstrap will need further tweaking once 'gcc -dumpmachine' is updated to Darwin 9. 32095 32096commit fc1f0e4f908113a3784a10cfe6817da47cc63214 32097Author: Rémi Denis-Courmont <rem@videolan.org> 32098Date: Sat Jan 6 16:00:49 2007 +0000 32099 32100 Remove broken V6ONLY logic 32101 32102commit 86c22770d36cf5a027ab2ac39eecc788ca22f6cf 32103Author: Rémi Denis-Courmont <rem@videolan.org> 32104Date: Sat Jan 6 13:39:36 2007 +0000 32105 32106 Revert [18511]. 32107 I wonder what I was thinking about. 32108 32109commit aad88058fccc109256f0e4c50dc67570f9bf22e5 32110Author: Christophe Mutricy <xtophe@videolan.org> 32111Date: Sat Jan 6 02:04:34 2007 +0000 32112 32113 vlc_object.c has been deleted in [18517] 32114 32115commit b55632dce4d1928890914180c6319273ac51e59e 32116Author: Christophe Mutricy <xtophe@videolan.org> 32117Date: Sat Jan 6 02:03:28 2007 +0000 32118 32119 make update-po 32120 32121commit 88ad2b6d656bd36894768ee30db59388eca43f71 32122Author: Christophe Mutricy <xtophe@videolan.org> 32123Date: Sat Jan 6 01:11:05 2007 +0000 32124 32125 Split text and control character to please gettext 32126 32127commit 3300f2e87d2237904f9679edeaea5be9a68b1526 32128Author: Christophe Mutricy <xtophe@videolan.org> 32129Date: Fri Jan 5 23:21:54 2007 +0000 32130 32131 Use mmx also when the host cpu claim to be 486 32132 32133commit 2e76ed1db573913c807b61c0d4d8a2fcc32ba7fa 32134Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 32135Date: Fri Jan 5 19:16:53 2007 +0000 32136 32137 bindings/python/vlc_object.c: remove useless file 32138 32139commit 7b89d13c0ef3a66054f1e61db7ddf243fddebccd 32140Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 32141Date: Fri Jan 5 19:15:16 2007 +0000 32142 32143 bindings/python: removed vlc.Object code from the main vlc python module. This module should now be cleanly buildable from outside the VLC tree, given the public headers and appropriate libs are available. 32144 32145commit a5c6ef976452b28fe34cab82e9597b1f93c17efd 32146Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> 32147Date: Fri Jan 5 19:14:02 2007 +0000 32148 32149 bindings/python: moved vlc.Object (access to internal framework of VLC objects) to its own vlcinternal.Object module, which is not build by default. 32150 32151commit 6e16579498c09fec7263af0027f7c1ae9a8c7445 32152Author: Jean-Paul Saman <jpsaman@videolan.org> 32153Date: Fri Jan 5 18:52:30 2007 +0000 32154 32155 Oops watch the tabs when using vi. 32156 32157commit 4d0ec22c0c58a9f43f2cb8e9f427514cb3039cf5 32158Author: Jean-Paul Saman <jpsaman@videolan.org> 32159Date: Fri Jan 5 18:50:18 2007 +0000 32160 32161 Return when found, return error when setting failed.: 32162 32163commit 3d411bb1961ac34d986efa67f71da44c2475f51d 32164Author: Rémi Denis-Courmont <rem@videolan.org> 32165Date: Fri Jan 5 12:43:41 2007 +0000 32166 32167 Fix CRLF on Win32 with utf8_fopen (thanks to Md) closes #837 32168 32169commit 0a637ed758d6a7136979138e3e1d96d1540f1589 32170Author: Rémi Denis-Courmont <rem@videolan.org> 32171Date: Fri Jan 5 11:28:28 2007 +0000 32172 32173 Fix setsockopt(IPV6_V6ONLY) 32174 32175commit 7bb6e9af707c4edb8bddf7d71edafb622e4afb43 32176Author: Rémi Denis-Courmont <rem@videolan.org> 32177Date: Fri Jan 5 11:21:12 2007 +0000 32178 32179 Fix listening to UDP port (though this is fairly insecure) - closes #919 32180 32181commit b2ba6d7b5421c6b6e605803bcdd0688e51479261 32182Author: Rémi Denis-Courmont <rem@videolan.org> 32183Date: Fri Jan 5 10:41:33 2007 +0000 32184 32185 Fix preparsing and access plugin selection (oups) 32186 32187commit 6b9308c8f6a66a2f10f1a201490b0be396f2bbfd 32188Author: Rémi Denis-Courmont <rem@videolan.org> 32189Date: Fri Jan 5 10:32:23 2007 +0000 32190 32191 Be more DSO-friendly 32192 32193commit 4e7bb159885c7dcb2f4c7e8559ae545067bd8847 32194Author: Jean-Paul Saman <jpsaman@videolan.org> 32195Date: Fri Jan 5 08:44:48 2007 +0000 32196 32197 Unbreak mkinstalldirs in directory po 32198 32199commit ec8172d36a4e8e27a4c44fe17b70745bfee5902a 32200Author: Christophe Mutricy <xtophe@videolan.org> 32201Date: Thu Jan 4 17:52:27 2007 +0000 32202 32203 menuconfig is out-of-date 32204 32205commit 7d1aef6308c529b9cf9dd57ac73ca85b7f585140 32206Author: Rémi Denis-Courmont <rem@videolan.org> 32207Date: Thu Jan 4 17:00:10 2007 +0000 32208 32209 Win32 compile fix 32210 32211commit f556b69004ce0978944d0f1ce024f04b9130b53a 32212Author: Rémi Denis-Courmont <rem@videolan.org> 32213Date: Thu Jan 4 16:37:21 2007 +0000 32214 32215 Allow directory module to recurse through symbolic links 32216 as long as this does not cause infinite recursion. 32217 Also fix a few really minor ToCToU errors. 32218 32219commit e35ff54434c18855f24b3d821ba91c830a129e4e 32220Author: Jean-Paul Saman <jpsaman@videolan.org> 32221Date: Thu Jan 4 15:11:25 2007 +0000 32222 32223 Simplified mozilla headerfile detection for use with firefox-development headers and got rid of XPIDL/XPCOM checks from previous commit. 32224 32225commit ca5be7bed7749c9b0cae4051a902555ee9c0477b 32226Author: Rémi Denis-Courmont <rem@videolan.org> 32227Date: Thu Jan 4 15:02:14 2007 +0000 32228 32229 Fix unlikely deadlock 32230 32231commit 270299d207e9ec19a686ccfe9d09bce60ef0eabb 32232Author: Rémi Denis-Courmont <rem@videolan.org> 32233Date: Thu Jan 4 14:30:10 2007 +0000 32234 32235 Match file:// with the directory plugin as any browser does. 32236 Fixes opening of directories. 32237 32238commit e85b2e835fdcbc1297048f6b3aff1a55412d4ba0 32239Author: Rémi Denis-Courmont <rem@videolan.org> 32240Date: Wed Jan 3 22:40:51 2007 +0000 32241 32242 Same thing as previous commit. 32243 Do not ignore access specification; do not fallback to vcd, file whatever. 32244 It sucks (e.g. if following an HTTP URL you really should only try to 32245 use the HTTP plugin, and this is the proper and only way to do it). 32246 32247 Again MRLSplit might need to be improved (not sure how) 32248 32249commit 57be55cd53a117e7be69eb52307c0703407c5a1e 32250Author: Rémi Denis-Courmont <rem@videolan.org> 32251Date: Wed Jan 3 22:36:15 2007 +0000 32252 32253 Remove the ugly insecure hack. 32254 Maybe you have a colon in your filename, 32255 but it is no reason to mix access protocols. 32256 32257commit 1981b988ff84ff2d504ab0367aabaa2d80b462f5 32258Author: Rémi Denis-Courmont <rem@videolan.org> 32259Date: Wed Jan 3 22:25:46 2007 +0000 32260 32261 Fix "quick" access creation mode 32262 32263commit 3047a3d6cc489edf393df616e552c37f75f2e54d 32264Author: Rémi Denis-Courmont <rem@videolan.org> 32265Date: Wed Jan 3 22:23:54 2007 +0000 32266 32267 Simplification 32268 32269commit fc1a2ae5334f740867159ac02964bbf986ef2d9e 32270Author: Rémi Denis-Courmont <rem@videolan.org> 32271Date: Wed Jan 3 22:23:02 2007 +0000 32272 32273 Use strict mode when probing access filters. 32274 You do not want to get another access filter plugin that the one you 32275 requested, do you? 32276 32277commit 7fb3ea1b63173ac5d4c9c771b6bf1fa9e73ad66c 32278Author: Rémi Denis-Courmont <rem@videolan.org> 32279Date: Wed Jan 3 22:19:44 2007 +0000 32280 32281 Some cleanup. Use strlen(). 32282 32283commit a5673ea1accbe252b17b11c1d7005987a0ca75a1 32284Author: Damien Fouilleul <damienf@videolan.org> 32285Date: Wed Jan 3 14:36:26 2007 +0000 32286 32287 audioscrobbler.c: fix for format string exploit 32288 32289commit 04c252378c0468fb0ff9eec497b48e6a5497666b 32290Author: Rémi Denis-Courmont <rem@videolan.org> 32291Date: Wed Jan 3 14:31:35 2007 +0000 32292 32293 Do not use error message as a format string. 32294 (There was no bug here; this is just to please Quovodis :) ) 32295 32296commit 1fbb3630d9fe60b0ff9255783bcfe083f60eec4c 32297Author: Damien Fouilleul <damienf@videolan.org> 32298Date: Wed Jan 3 11:25:36 2007 +0000 32299 32300 - extras/libc.c: fixed stack overflow due to infinite recursion in vlc_wopendir(). I really don't like system APIs remapping to vlc_... too bug prone 32301 32302commit 2f65bd42d2c22389b33982d0c1b62afc790b7941 32303Author: Rémi Denis-Courmont <rem@videolan.org> 32304Date: Tue Jan 2 21:50:30 2007 +0000 32305 32306 Fix a bunch of format string injection in VCDX and CDDA. 32307 Initially reported by Kevin Finisterre 32308 32309commit b11fb39b618411a952b1ee7593a1cdfb37438000 32310Author: Felix Paul Kühne <fkuehne@videolan.org> 32311Date: Mon Jan 1 22:39:01 2007 +0000 32312 32313 * using GCC 3.3 with the 10.3.9 SDK is definitelly no good idea. x264 and libtwolame remain broken for future d. releases 32314 32315commit 2a35ffae6fc5f9ee8b8c81177a4902f72f6239ce 32316Author: Jean-Paul Saman <jpsaman@videolan.org> 32317Date: Mon Jan 1 18:56:37 2007 +0000 32318 32319 Patch by Mikko Hirvonen <masse at astro dot helsinki dot fi> for Firefox-1.5.x development tools detection in configure.ac. The patch is applied with some modifications of me 32320 32321commit 641707d30e39c4cfa108587019817c96695cef21 32322Author: Felix Paul Kühne <fkuehne@videolan.org> 32323Date: Mon Jan 1 17:05:32 2007 +0000 32324 32325 * added out-of-the-box support for future darwin releases. right now, the following libraries are broken (due to linking issues): cdio, cddb, vcdimager and twolame. additionally, x264 doesn't compile because of a bug in makefile/config.mak. 32326