ChangeLog-2007
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1083k
源码类别:

midi

开发平台:

Unix_Linux

  1. commit 4ef70aca43bbbc703d88ec7460981c6cf880282c
  2. Author: Christophe Mutricy <xtophe@videolan.org>
  3. Date:   Wed Aug 29 21:07:25 2007 +0000
  4.     Revert part of [21475]: qt-adv-options has it use
  5. commit f281bb438c9f1828fdff79eb06b3d55e23e36246
  6. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  7. Date:   Wed Aug 29 19:48:10 2007 +0000
  8.     extra/MacOSX/VLC_app: Initial import of a wanna-be VLC.app application that use the framework. Not really valuable for now.
  9. commit b576354894b6f2f989bd2d2eed8585d75984efe4
  10. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  11. Date:   Wed Aug 29 19:42:29 2007 +0000
  12.     extra/MacOSX/Framework: Initial import of the Mac OS X Framework.
  13. commit 41f6c27999f70011d1ea8e5e42ace902f8d44390
  14. Author: Damien Fouilleul <damienf@videolan.org>
  15. Date:   Wed Aug 29 10:28:21 2007 +0000
  16.     configure.ac: removed -Wold-style-definition from CFLAGS as this affects AC_TRY_COMPILE() and causes false results such as:
  17.     
  18.     checking __attribute__ ((aligned ())) support... 0
  19.     checking __attribute__ ((format ())) support with function pointers... no
  20. commit 8e4409e73bcb04dd962621b0ae147945c2544e5a
  21. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  22. Date:   Wed Aug 29 00:03:55 2007 +0000
  23.     control/media_descriptor.c: Set the media descriptor of the subitems.
  24. commit bfdc79f153eae0e3b59c434ea639f09a28f430d7
  25. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  26. Date:   Wed Aug 29 00:01:51 2007 +0000
  27.     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.
  28. commit 6dd0250f72aa971a6d1986421b7e8a2cc87e65aa
  29. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  30. Date:   Tue Aug 28 23:50:53 2007 +0000
  31.     modules/services_discovery/sap.c: "SAP" seems to be a better name than "SAP sessions" to me.
  32. commit f7bf767832662b8354f9b5cf7639b800a9679afa
  33. Author: Bernie Purcell <bitmap@videolan.org>
  34. Date:   Tue Aug 28 23:49:14 2007 +0000
  35.     Revert the patch for working fontpath on Gentoo due to
  36.     complaints about it's inclusion in vanilla vlc on the list.
  37. commit 81135f2dd289fa70fce5a043db88af5ca00541cf
  38. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  39. Date:   Tue Aug 28 23:39:28 2007 +0000
  40.     libvlc_internal.h: Fix media_list_player compilation and reident.
  41. commit 81064e4906c5fcb4aa9ed0e9fa392fda62f824a9
  42. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  43. Date:   Tue Aug 28 23:34:44 2007 +0000
  44.     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).
  45. commit 4f87ec3e64d1479cf781bd3ffe243aacfc7c841a
  46. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  47. Date:   Tue Aug 28 23:30:59 2007 +0000
  48.     control/media_list_path.h: Add a forgotten libvlc_ prefix in libvlc_media_list_path_t.
  49. commit 34bf07d1441de98aed3e2bb1158bb94b5e9a955f
  50. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  51. Date:   Tue Aug 28 23:29:57 2007 +0000
  52.     libvlc.h: Advertise libvlc_media_list_player_play_item().
  53. commit c9e087db83e4d2f058eb99b4fab540fb18f9e764
  54. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  55. Date:   Tue Aug 28 23:27:20 2007 +0000
  56.     control/media_list_path.h: Fix previous omit.
  57. commit 1d2aca81f9ce226e86d286d19031b08a16db3c92
  58. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  59. Date:   Tue Aug 28 23:25:54 2007 +0000
  60.     control/media_list_player.c: Add support for playing a hierarchical media_list.
  61. commit 1f8d74b9502a2f9243ef91e02dd78b7be1ecb667
  62. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  63. Date:   Tue Aug 28 23:08:22 2007 +0000
  64.     input/meta.c: Attempt to find art in input_ArtFind even if there is no meta. Title is enough.
  65. commit 9800a265d93a4953eb8a6446c367ecee8263fedd
  66. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  67. Date:   Tue Aug 28 22:29:26 2007 +0000
  68.     input/input_internal.h: Send variables callback on state changes.
  69. commit 2b6792971d593657b413ee8aa974e81173b3d9dc
  70. Author: Damien Fouilleul <damienf@videolan.org>
  71. Date:   Tue Aug 28 21:08:51 2007 +0000
  72.     dshow: support for devices of the same name (UNTESTED !), closes #519
  73. commit 5f94d9ca26ecd8466dff44b284cc1aad3ffdea3f
  74. Author: Damien Fouilleul <damienf@videolan.org>
  75. Date:   Tue Aug 28 17:13:14 2007 +0000
  76.     vlc: don't forget vlc-config --libs vlc when linking executable
  77. commit dd28e3282651b344958855364646487edb3859f1
  78. Author: Damien Fouilleul <damienf@videolan.org>
  79. Date:   Tue Aug 28 16:53:39 2007 +0000
  80.     smb.c: this is a useless patch, why did i apply it in the first place !
  81. commit 80dd59664eb78583ed98a9016d44a162da346321
  82. Author: Damien Fouilleul <damienf@videolan.org>
  83. Date:   Tue Aug 28 16:43:39 2007 +0000
  84.     smb.c: protect open call, sounds like open is macro in latest glibc ? patch by kwizart
  85. commit 374050a4393545b014df384ed9b66a179d4c2708
  86. Author: Jean-Paul Saman <jpsaman@videolan.org>
  87. Date:   Tue Aug 28 11:30:00 2007 +0000
  88.     Fix contrib clean target for libdc1394 and libraw1394
  89. commit 5f647f9d21185e3f8db7b158d5e9ed9512c46ba4
  90. Author: Bernie Purcell <bitmap@videolan.org>
  91. Date:   Tue Aug 28 05:20:36 2007 +0000
  92.     Use a different font path for Gentoo linux
  93. commit 632de9e45d8b00d678fe8c0da1beff11d0af7aba
  94. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  95. Date:   Tue Aug 28 03:30:28 2007 +0000
  96.     configure.ac: Don't use -O3 if debug is enabled.
  97. commit f2db40e4016cc741db1ec6c807127de34338e3f1
  98. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  99. Date:   Tue Aug 28 02:42:28 2007 +0000
  100.     control/tree.c: Remove this unused object implementation.
  101. commit 218648ea6605438015bcc9fa9d9c843870dad259
  102. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  103. Date:   Tue Aug 28 02:41:46 2007 +0000
  104.     libvlc.h: Don't expose libvlc_tree. It will get deleted.
  105. commit 176b609eb2fdfb2dadec23fa14c8bef93b01e068
  106. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  107. Date:   Tue Aug 28 02:36:00 2007 +0000
  108.     control/media_list.c: Get rid of libvlc_MediaListItemChanged.
  109. commit 206de041f38fabfffe6d9ff65deaa58315040f92
  110. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  111. Date:   Tue Aug 28 02:15:02 2007 +0000
  112.     dynamic_media_list.c: Fix compilation.
  113. commit 6d9dc5e30f426ff5603ef472723b8d78922235ae
  114. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  115. Date:   Tue Aug 28 01:51:58 2007 +0000
  116.     control/media_list.c: Don't send MediaListItemChanged. Listen to the MediaDescriptor* events if you need the equivalent.
  117. commit 59604e796e58b2f4a658f0ddea865bba359ed10a
  118. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  119. Date:   Tue Aug 28 01:46:56 2007 +0000
  120.     control/flat_media_list.c: Fix a bunch of bug, plus add a tracing capability.
  121. commit 259aca484038fd448c192134f8aa539f250ddf2e
  122. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  123. Date:   Tue Aug 28 01:43:11 2007 +0000
  124.     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.
  125. commit 2eb5e4cd2b063a299d2db9f90ff6937b26685f8c
  126. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  127. Date:   Mon Aug 27 21:04:20 2007 +0000
  128.     control/event.c: Don't leak the ARRAY.
  129. commit a56479498b8b7feeb01d6ad58110c59b7600f99e
  130. Author: Damien Fouilleul <damienf@videolan.org>
  131. Date:   Mon Aug 27 21:02:14 2007 +0000
  132.     make ptr -> int conversion 64 bit friendly
  133. commit 6878660d6779b79e42d4e76f86b51eb0dd61bc6f
  134. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  135. Date:   Mon Aug 27 21:00:02 2007 +0000
  136.     misc/events.c: Avoid leaking the array.
  137. commit 37b5fbbefab4f5dec41414c7264ec503129849be
  138. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  139. Date:   Mon Aug 27 20:52:31 2007 +0000
  140.     control/event.c: Fix wrong code.
  141. commit 09e68cffc397251871cfd07f32797973ce1c0ef6
  142. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  143. Date:   Mon Aug 27 20:50:52 2007 +0000
  144.     misc/events.c: Remove unwanted code.
  145. commit e1cebcfaa9646f1c2a0175c297e4d5c96e601283
  146. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  147. Date:   Mon Aug 27 20:50:23 2007 +0000
  148.     misc/events.c: (Thanks to ileoo) Fix a crash.
  149. commit 9517775c9dbbaefa820509755868827a54bf5321
  150. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  151. Date:   Mon Aug 27 20:37:35 2007 +0000
  152.     misc/events.c: Fix previous commit.
  153. commit 732a6d72510afb66a2ee2602551da428ec85c1cd
  154. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  155. Date:   Mon Aug 27 20:37:10 2007 +0000
  156.     misc/events.c: Fix a leak in debug mode.
  157. commit c5ca3b08738a0bd8b2243c5b0f61faa43f9d29d8
  158. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  159. Date:   Mon Aug 27 20:18:33 2007 +0000
  160.     misc/events.c: Proper callback caching to avoid the lock.
  161. commit f15a567671f787b39e5ef6318faba3f30f717dfb
  162. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  163. Date:   Mon Aug 27 19:17:14 2007 +0000
  164.     media_list_player.c: Fix previous commit.
  165. commit 7fecb1e1f5d74b8c30507c19cbda4bbb0872c286
  166. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  167. Date:   Mon Aug 27 19:16:10 2007 +0000
  168.     control: Fix multiple event_manager leaks.
  169. commit 257fdd4aead1f254c01cb4d1132a14cd5e0389a4
  170. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  171. Date:   Mon Aug 27 18:49:07 2007 +0000
  172.     control/event.c: Locking for libvlc event.
  173. commit 00749a2f54c87f20dfea50f5574e234702ef6433
  174. Author: Ilkka Ollakka <ileoo@videolan.org>
  175. Date:   Mon Aug 27 18:44:46 2007 +0000
  176.     fix a littlebit that hack about setting editing mode in infopanel
  177. commit 58c603a430be6ba8e724bd1f37dd89a56259cee9
  178. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  179. Date:   Mon Aug 27 14:45:15 2007 +0000
  180.     control/media_list.c: add_media_descriptor at the end of the list.
  181. commit 25744ed00ef5f72201b4791800ffaed873b4ac6a
  182. Author: Christophe Mutricy <xtophe@videolan.org>
  183. Date:   Mon Aug 27 14:16:27 2007 +0000
  184.     Slovakian l10n update by Marián Hikaník
  185. commit e9216a8302a41658c27e8b4c26e98d3cf7e10ba2
  186. Author: Christophe Mutricy <xtophe@videolan.org>
  187. Date:   Mon Aug 27 13:11:59 2007 +0000
  188.     Fix makedist
  189. commit 4865bf725277beb34200e0d32a42a4a37e13e055
  190. Author: Christophe Mutricy <xtophe@videolan.org>
  191. Date:   Mon Aug 27 12:27:23 2007 +0000
  192.     s/vlc-debus/mpris/
  193. commit 8e9e2c874fe211c00d53219cc4b6697370e453de
  194. Author: Bernie Purcell <bitmap@videolan.org>
  195. Date:   Mon Aug 27 03:15:57 2007 +0000
  196.     Correct a mask typo, copy across some memory checks from freetype.c
  197.     and install facility for text scaling similar to freetype.c.
  198. commit f76916ea4acf5da9823e3d057bec765a8c8e1502
  199. Author: Bernie Purcell <bitmap@videolan.org>
  200. Date:   Sun Aug 26 23:23:02 2007 +0000
  201.     Whitespace removal
  202. commit b2019c92cf43237f524e6b1f4cbd6c54f79ce3cb
  203. Author: Ilkka Ollakka <ileoo@videolan.org>
  204. Date:   Sun Aug 26 20:20:40 2007 +0000
  205.     m3u.c: don't free and write
  206. commit 222b887fd6fe6d7243aeddac082c18e019eb2081
  207. Author: Ilkka Ollakka <ileoo@videolan.org>
  208. Date:   Sun Aug 26 19:59:02 2007 +0000
  209.     xspf.c: add album-art as <image> and use Title in title (if available),
  210.     xspf-specs seems to agree that it's valid this way. (title tag MAY
  211.     appear once in item)
  212. commit 1f7cabafa35a48364d348778bfb8f47618c24518
  213. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  214. Date:   Sun Aug 26 15:45:30 2007 +0000
  215.     playlist/items.c: Add a left over that might prevent art/meta from being fetched. Reported by ileoo.
  216. commit 4d9440ec057ec8b67e10487d2c458cca6f3fe0c6
  217. Author: Rémi Denis-Courmont <rem@videolan.org>
  218. Date:   Sun Aug 26 07:20:34 2007 +0000
  219.     Implement the Timestamp header
  220. commit 53474be3f66f0cdc722471f1f5aadf757e541c42
  221. Author: Rémi Denis-Courmont <rem@videolan.org>
  222. Date:   Sun Aug 26 06:09:20 2007 +0000
  223.     - refuse to act if Range is specified since we cannot seek
  224.     - always round Scale to 1 because we only support that value
  225. commit efece9e0689776993baffe81f47e6f18f73c4753
  226. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  227. Date:   Sat Aug 25 21:56:14 2007 +0000
  228.     misc/events.c: Here we really would need a recursive lock to be safe.
  229. commit 987801b61729cb9997e0dc7565cfa90dcd40c832
  230. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  231. Date:   Sat Aug 25 21:40:28 2007 +0000
  232.     control/media_descriptor.c: Fix yet an other typo. We are not in preparsed state at the begining.
  233. commit 80c8dcfdeb5f6dc88eadfb22cceeb7c6d2b0f82e
  234. Author: Rémi Denis-Courmont <rem@videolan.org>
  235. Date:   Sat Aug 25 19:44:48 2007 +0000
  236.     Fix typo
  237. commit dddce3f44f066effa9fabb84e30461f1c9244844
  238. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  239. Date:   Sat Aug 25 17:40:11 2007 +0000
  240.     control/media_descriptor.c: Remove a typo that makes the subitems to appear empty.
  241. commit cd0a507f6213298407b9618844811578eb18bc6d
  242. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  243. Date:   Sat Aug 25 17:06:41 2007 +0000
  244.     control/flat_media_list.c: Remove an other typo that could cause a crash.
  245. commit d25d3f24d899f0dfea1ba9e137206bdd5e7bb20a
  246. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  247. Date:   Sat Aug 25 16:59:44 2007 +0000
  248.     control/flat_media_list.c: Remove a typo that causes a crash.
  249. commit 161a2f678c8238628081bca82ef07dfee9b5d73d
  250. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  251. Date:   Sat Aug 25 16:47:18 2007 +0000
  252.     misc/events.c: Remove a trailing n in debug log.
  253. commit 50e93649221124fbd45ca8d396b3e04b8717a80d
  254. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  255. Date:   Sat Aug 25 16:45:47 2007 +0000
  256.     misc/events.c: Fix event debugging.
  257. commit 130484c55986800ec5340c7cda2e3dc038c3ad61
  258. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  259. Date:   Sat Aug 25 16:37:59 2007 +0000
  260.     Fix previous commit.
  261. commit 4933adb937c90aa4113d5e52cfea749d238bb5cd
  262. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  263. Date:   Sat Aug 25 16:29:37 2007 +0000
  264.     Fix previous commit.
  265. commit 86f004eb6293702ae1e98f349d7edd8dc4c42c29
  266. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  267. Date:   Sat Aug 25 16:28:13 2007 +0000
  268.     control/media_descriptor.c: Expose event_manager().
  269. commit 44d5f298e7626312cd4a3a2ee777dd90615d9c46
  270. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  271. Date:   Sat Aug 25 14:42:20 2007 +0000
  272.     modules/services_discovery/shout.c: Rename "Shoutcast" (radio) to "Shoutcast Radio".
  273. commit 8cc3dca1d4f62ead403b6565e825e1de8d4f42ac
  274. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  275. Date:   Sat Aug 25 14:36:58 2007 +0000
  276.     misc/events.c: Add some debug code. (turnable on and off via #ifdef)
  277. commit 3fdc5f7c7fa75c024c0310325ca24378dc048fc8
  278. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  279. Date:   Sat Aug 25 14:35:40 2007 +0000
  280.     control/media_instance.c: Retain the media descriptor, don't duplicate.
  281. commit 2823cee5b350e8864c912299a7ceae6dea6926e2
  282. Author: Christophe Mutricy <xtophe@videolan.org>
  283. Date:   Sat Aug 25 11:44:37 2007 +0000
  284.     Wait a little bit so we get the meta and art
  285. commit fe3beadd6b03434669b2b65f12509e9a0d06f6b9
  286. Author: Ilkka Ollakka <ileoo@videolan.org>
  287. Date:   Sat Aug 25 10:51:28 2007 +0000
  288.     set in_edit=false on close;
  289.     don't connect QSpingBox valuechanged to edit-stuff, seems that signal is
  290.     emited when value is updated from software also (textEdited for text is
  291.     emited only when user changes stuff).
  292. commit 9f6ae0128d55c227befbe7faa88658a425ad0bae
  293. Author: Ilkka Ollakka <ileoo@videolan.org>
  294. Date:   Sat Aug 25 07:03:01 2007 +0000
  295.     send Title not filename to last.fm, fixes submitting bug (submits don't
  296.     show up when filename is send)
  297. commit aab07f7f7a8aeb90922779991c431d26e89a70d9
  298. Author: Rafaël Carré <funman@videolan.org>
  299. Date:   Sat Aug 25 05:51:23 2007 +0000
  300.     Makes mpris.py really a mpris controller
  301. commit 29b25343f2dd7d38d2ba070b1ae86f00e36f403e
  302. Author: Rafaël Carré <funman@videolan.org>
  303. Date:   Sat Aug 25 05:50:12 2007 +0000
  304.     Moves dbus-vlc.* to mpris.* because they're no more vlc specific
  305. commit 8077a3a45dc3adb2324f46ba2b7be006945cd112
  306. Author: Rafaël Carré <funman@videolan.org>
  307. Date:   Sat Aug 25 05:02:13 2007 +0000
  308.     Fix memory leak spotted by Mr_Mirsal
  309. commit 80566b685edb6a3a1ce9c973e5db4c5101ee7ec1
  310. Author: Rafaël Carré <funman@videolan.org>
  311. Date:   Sat Aug 25 04:52:35 2007 +0000
  312.     audioscrobbler: runs in a separate thread because of blocking network calls
  313. commit 0f2c7eb38d7bd7c8d754777711dc4f2ce3e5579f
  314. Author: Rafaël Carré <funman@videolan.org>
  315. Date:   Sat Aug 25 04:16:59 2007 +0000
  316.     notify: replaces '&' with '&amp;' in popup body
  317.     that solves 'blank' popups problem
  318. commit 4c8e0844c3472a58c4b67f88218e20a9b0a99ab7
  319. Author: Rafaël Carré <funman@videolan.org>
  320. Date:   Sat Aug 25 03:28:02 2007 +0000
  321.     notify: Adds a previous button also
  322. commit c4b3d9f76a3c32455eb3f2f2293b4d29688f28d8
  323. Author: Rafaël Carré <funman@videolan.org>
  324. Date:   Sat Aug 25 03:11:13 2007 +0000
  325.     notify: Adds a button to skip current element
  326. commit 403ca92516d519a0b3062528fce3308a112fea01
  327. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  328. Date:   Sat Aug 25 01:26:35 2007 +0000
  329.     control/media_descriptor.c: Make sure not to retain a NULL object.
  330. commit 904e57391e25f8ed13ff5cfabda0a087daa4abfb
  331. Author: Rafaël Carré <funman@videolan.org>
  332. Date:   Sat Aug 25 01:12:49 2007 +0000
  333.     notify: Don't use empty metadata
  334.     Don't put not translated string in the popup
  335. commit ed9a75a913d2647105237d15f244ce59b85cf89f
  336. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  337. Date:   Fri Aug 24 23:31:55 2007 +0000
  338.     playlist/services_discovery.c: Implement and expose GetServicesNames.
  339. commit dcfc9361fa16189369b634d58b71b8e7c8a8a904
  340. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  341. Date:   Fri Aug 24 23:30:00 2007 +0000
  342.     modules/modules.c: Implement and Expose GetModulesNamesForCapability.
  343. commit 3be4e19f3c763e1ac611a1138b49bb267724f7ff
  344. Author: Christophe Mutricy <xtophe@videolan.org>
  345. Date:   Fri Aug 24 23:25:31 2007 +0000
  346.     Fix one segfault when systray is not used
  347.     Remove useless tests
  348. commit a117ab7f0d15ded3851f1566dad78a2ef797bd99
  349. Author: Antoine Cellerier <dionoea@videolan.org>
  350. Date:   Fri Aug 24 22:25:17 2007 +0000
  351.     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.
  352. commit aee385ff22aa45214856d8d070b469379ae1bca5
  353. Author: Rafaël Carré <funman@videolan.org>
  354. Date:   Fri Aug 24 22:18:27 2007 +0000
  355.     Don't print "no artist" or "no album" if metadata isn't present
  356.     Passes intf_thread_t* to Notify()
  357.     Uses newlines in the popup message
  358. commit 9274704b3a2acfe7256fa3c67a84ed5711647596
  359. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  360. Date:   Fri Aug 24 21:54:27 2007 +0000
  361.     control/media_descriptor.c: Give access to the subitems.
  362. commit bf60cc95d2e6c064c59435b03e3a471b87af40d7
  363. Author: Ilkka Ollakka <ileoo@videolan.org>
  364. Date:   Fri Aug 24 21:19:39 2007 +0000
  365.     if editing some other than currently playing item, set so that
  366.     item-change etc. doesn't mix with currently playing item. Ain't so
  367.     pretty yet, so take one.
  368.     
  369.     Also don't show same metadata button if not needed.
  370. commit 10a428a84cb36e20ff81ba052d772eb9013a26a8
  371. Author: Christophe Mutricy <xtophe@videolan.org>
  372. Date:   Fri Aug 24 18:38:25 2007 +0000
  373.     Fix the qt-pl-showflags tooltip
  374.     Hide the qt-adv-option as it is doing nothing
  375. commit ea96e3832d87f251cadafdc6e62aec71792a39f2
  376. Author: Ilkka Ollakka <ileoo@videolan.org>
  377. Date:   Fri Aug 24 17:48:22 2007 +0000
  378.     wait INTERVAL if needed on submitting, and don't try to submit data
  379.     before handshake goes ok
  380. commit 65b1fefa37dc98f62b36c8b7f8428dfa149174bd
  381. Author: Rémi Denis-Courmont <rem@videolan.org>
  382. Date:   Fri Aug 24 17:12:40 2007 +0000
  383.     Advertise port 0 in SDP when not streaming to a fixed destination.
  384.     See changeset details for rationale.
  385. commit e22fb37e1e9049aaf1aa722fff20e221db692bd3
  386. Author: Rémi Denis-Courmont <rem@videolan.org>
  387. Date:   Fri Aug 24 16:54:02 2007 +0000
  388.     Bug-to-bug compatibility with Winsock
  389. commit 4c0490ccee4373845dc970aa09bd1f314ea35ac8
  390. Author: Rémi Denis-Courmont <rem@videolan.org>
  391. Date:   Fri Aug 24 16:46:48 2007 +0000
  392.     Really[1] implement non-aggregate PLAY
  393.     ([1] VoD RTSP pretends to, but it does not, does it?)
  394. commit 06abc54acb3e7eb8e62f9d59cac2e827e7630a0c
  395. Author: Rémi Denis-Courmont <rem@videolan.org>
  396. Date:   Fri Aug 24 16:38:37 2007 +0000
  397.     Use a single table with a single index for tracks for each session
  398. commit a593a91356cbd0555a077d746096cbb1bd69da16
  399. Author: Rémi Denis-Courmont <rem@videolan.org>
  400. Date:   Fri Aug 24 16:05:16 2007 +0000
  401.     Implement non-aggregate TEARDOWN
  402. commit b87f1bdc435b8600317ca01e4cf27f673d70cda8
  403. Author: Rémi Denis-Courmont <rem@videolan.org>
  404. Date:   Fri Aug 24 15:50:00 2007 +0000
  405.     Don't return negative session number
  406. commit 35754abaa2da8d632456163379721ab6446a0d0c
  407. Author: Rémi Denis-Courmont <rem@videolan.org>
  408. Date:   Fri Aug 24 15:47:34 2007 +0000
  409.     Isolate RTSP from the rest of RTP
  410. commit a556cc82222056f728f8e8d889600035f8fde2df
  411. Author: Rémi Denis-Courmont <rem@videolan.org>
  412. Date:   Fri Aug 24 15:19:17 2007 +0000
  413.     Fix strcasestr warning
  414. commit 3c88562c67d870e1962caa83a3fe86fb62a9146a
  415. Author: Rémi Denis-Courmont <rem@videolan.org>
  416. Date:   Fri Aug 24 15:12:31 2007 +0000
  417.     Add some missing items to the getaddrinfo flags whitelist list, and comment
  418. commit d0f7b9902ee1e98ee5d2a2af14c668bc1d13e33b
  419. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  420. Date:   Fri Aug 24 14:35:33 2007 +0000
  421.     src/Makefile.am: add flat_media_list.c.
  422. commit 48586f51f89bd34422d50520fffea10f0f1ba402
  423. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  424. Date:   Fri Aug 24 14:02:11 2007 +0000
  425.     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.
  426. commit 9bd5dd03ed6b9fc925810faeb61a9558bbc85d99
  427. Author: Jean-Paul Saman <jpsaman@videolan.org>
  428. Date:   Fri Aug 24 10:10:34 2007 +0000
  429.     Revert [21457] it was completely wrong.
  430. commit ca9643b0a8829e8451397f89e2ace2597d61b533
  431. Author: Jean-Paul Saman <jpsaman@videolan.org>
  432. Date:   Fri Aug 24 09:38:15 2007 +0000
  433.     Enable hurry-up by default to mimic old behaviour of framedropping kick'in in when needed.
  434. commit 9d4d41c5d9199259a2b5803890275ad4976ae4e6
  435. Author: Jean-Paul Saman <jpsaman@videolan.org>
  436. Date:   Fri Aug 24 09:38:14 2007 +0000
  437.     Remove TODO
  438. commit 0f4e88a3f4807cfb4fc5efe9432f1aa514e4813d
  439. Author: Jean-Paul Saman <jpsaman@videolan.org>
  440. Date:   Fri Aug 24 09:38:12 2007 +0000
  441.     Oops shouldn't have been in previous commit.
  442. commit 9d20efbb538101362f33665dca3950e432e8af06
  443. Author: Jean-Paul Saman <jpsaman@videolan.org>
  444. Date:   Fri Aug 24 09:38:09 2007 +0000
  445.     Implement framedropping algorithm using avcontext.skip_frames and added two new options:
  446.     
  447.     - ffmpeg-skip-frames    values: -1=None, 0=Default, 1=B-frames, 2=P-frames, 3=B+P frames, 4=all frames
  448.     - ffmpeg-skip-idct values: -1=None, 0=Default, 1=B-frames, 2=P-frames, 3=B+P frames, 4=all frame)
  449. commit 41303be0e6c310391093b36ea42bbaa8237ee036
  450. Author: Jean-Paul Saman <jpsaman@videolan.org>
  451. Date:   Fri Aug 24 09:38:07 2007 +0000
  452.     Don't use AI_CANONNAME when no node name is given.
  453. commit 022716f4af8bb73c0ad7db2ff7a400a8fcee8a17
  454. Author: Jean-Paul Saman <jpsaman@videolan.org>
  455. Date:   Fri Aug 24 09:38:05 2007 +0000
  456.     Tell p_vout->render the aspect ratio and dimensions (width, height) of the output.
  457. commit 4dfbf86335085df3dd88043b4454d0727ef6ed17
  458. Author: Jean-Paul Saman <jpsaman@videolan.org>
  459. Date:   Fri Aug 24 09:38:01 2007 +0000
  460.     Add mpeg2dec to list of libraries to build for netbox.
  461. commit 57a434b16093c5ef1babf71de4238a7eb5d13c82
  462. Author: Jean-Paul Saman <jpsaman@videolan.org>
  463. Date:   Fri Aug 24 09:37:59 2007 +0000
  464.     Support for non-RGB framebuffers:
  465.     
  466.     - Add option to force chroma.
  467.     - Add option to force aspect ratio.
  468.     - Add option to disable tty handling for systems where framebuffer and console are on different terminals.
  469.     - Fix memory leaks.
  470. commit e2da2cb0c94079b214901e3725e3add851459675
  471. Author: Bernie Purcell <bitmap@videolan.org>
  472. Date:   Fri Aug 24 06:46:49 2007 +0000
  473.     RGB and alpha --> ARGB - similar to freetype.c
  474.     Remove an imbrication in XML parsing, again similar to freetype.c
  475. commit 69b82164520ed115be45a42d528fee45f3ca02de
  476. Author: Bernie Purcell <bitmap@videolan.org>
  477. Date:   Fri Aug 24 05:58:22 2007 +0000
  478.     Oops
  479. commit 6ce39aaa96863326efe66b5fa56839e71bf57211
  480. Author: Bernie Purcell <bitmap@videolan.org>
  481. Date:   Fri Aug 24 05:48:37 2007 +0000
  482.     Copy across damienf's mod to freetype.c in r21422 to balance vlc_object_find()
  483.     with vlc_object_release(). Also copied across some Null pointer checks.
  484. commit 949c34951bff7d5f99de16a6f06ecd8579340cbd
  485. Author: Bernie Purcell <bitmap@videolan.org>
  486. Date:   Fri Aug 24 04:06:38 2007 +0000
  487.     Strip out whitespace
  488. commit 02ea6fcb45dc09d36acfb998b57aafa356d870b0
  489. Author: Bernie Purcell <bitmap@videolan.org>
  490. Date:   Fri Aug 24 04:00:18 2007 +0000
  491.     Setup keyword property on quartztext.c
  492. commit 8e3816a29499b553b8a4b5770ecaa49bf274c648
  493. Author: Bernie Purcell <bitmap@videolan.org>
  494. Date:   Fri Aug 24 01:00:19 2007 +0000
  495.     Patch to vout_subpictures intended to resolve problems with subtitle text
  496.     being too large in full screen for some video modules.
  497. commit 2c44839be3263c601bd509f142aaa558f7d33a5e
  498. Author: Rafaël Carré <funman@videolan.org>
  499. Date:   Fri Aug 24 00:15:14 2007 +0000
  500.     Fixes crash when using a vout with qt4.3
  501. commit 8375127eaf0e3ec8bb489c7181663cb043645259
  502. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  503. Date:   Thu Aug 23 23:44:53 2007 +0000
  504.     control/media_list.c: Init and free the flat media list.
  505. commit 9dba5e185b2ae01586006ba976adeb8ef32710d2
  506. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  507. Date:   Thu Aug 23 23:38:15 2007 +0000
  508.     control/flat_media_list.c: New flat media list view.
  509. commit 2be706031a5458206001911335e3388315772768
  510. Author: Rafaël Carré <funman@videolan.org>
  511. Date:   Thu Aug 23 23:16:48 2007 +0000
  512.     Closes the previously displayed notification before showing the new one
  513.     Fix memory leak by unrefing the GdkPixBuf
  514. commit eb36b1f7b8f43f43b9d4d7dd74ef8905719d5288
  515. Author: Rafaël Carré <funman@videolan.org>
  516. Date:   Thu Aug 23 22:41:37 2007 +0000
  517.     Stores album art as a file:// url
  518. commit a83b42c28574f5e26639ea7ddadbc659f5c9907f
  519. Author: Rafaël Carré <funman@videolan.org>
  520. Date:   Thu Aug 23 22:41:00 2007 +0000
  521.     Album art support in libnotify popups
  522. commit 89815e8df44c28f589c5248a7529f5383c603a85
  523. Author: Antoine Cellerier <dionoea@videolan.org>
  524. Date:   Thu Aug 23 21:33:50 2007 +0000
  525.     Fix xosd (due to bug introduced in [17267] by funman).
  526. commit 9bab0ccabda894aec1c6dcbbb5a8be8653e91d84
  527. Author: Rafaël Carré <funman@videolan.org>
  528. Date:   Thu Aug 23 21:19:20 2007 +0000
  529.     Notify item change in systray
  530. commit 6afd0ce738a4ed49b8254a3ff2987107685632cc
  531. Author: Antoine Cellerier <dionoea@videolan.org>
  532. Date:   Thu Aug 23 19:41:21 2007 +0000
  533.     Fix copyright date here too.
  534. commit a9a89003f2622714fd89fc4f50a8db2ac187184d
  535. Author: Antoine Cellerier <dionoea@videolan.org>
  536. Date:   Thu Aug 23 19:40:16 2007 +0000
  537.     Set svn:keywords and change copyright year back to 2007 (note to pdherbemont: we're in 2007! :p)
  538. commit 1339174430fab89c9b6401ed51f5d479896e1dba
  539. Author: Antoine Cellerier <dionoea@videolan.org>
  540. Date:   Thu Aug 23 19:36:14 2007 +0000
  541.     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.)
  542. commit 685ca388693559d1620da37a3cb98b66655504b1
  543. Author: Rémi Denis-Courmont <rem@videolan.org>
  544. Date:   Thu Aug 23 18:35:07 2007 +0000
  545.     Hide sout ID from RTSP code
  546. commit 4ad888b98b97ba5d0d2d3b181d83e3cf3cd500b3
  547. Author: Rémi Denis-Courmont <rem@videolan.org>
  548. Date:   Thu Aug 23 18:10:30 2007 +0000
  549.     Remove per-ID destination since it is not actually used/usable
  550. commit 8b9537f76ffce9eba4f7c3867cbfbc05b7c7eba5
  551. Author: Rémi Denis-Courmont <rem@videolan.org>
  552. Date:   Thu Aug 23 18:08:02 2007 +0000
  553.     More boundary cleanup
  554. commit 4db2dc94efb517783fb8e56f54eed282de743e5f
  555. Author: Rémi Denis-Courmont <rem@videolan.org>
  556. Date:   Thu Aug 23 17:55:00 2007 +0000
  557.     Cleanup RTP / RTSP boundary a little
  558. commit 39d3b160af5cb532620d80947f2c71cf297ffcf8
  559. Author: Rémi Denis-Courmont <rem@videolan.org>
  560. Date:   Thu Aug 23 17:46:17 2007 +0000
  561.     Fix previous commit
  562. commit 7db321932152dd21ac21c1d1d8141bfb6c13d8e4
  563. Author: Rémi Denis-Courmont <rem@videolan.org>
  564. Date:   Thu Aug 23 17:44:50 2007 +0000
  565.     - Loosen dependency of RTSP code on stream ID
  566.     - Do not refer to bogus TTL values
  567. commit 317ce5cffc51a5cac5e2d4e768920c5d5b374e3d
  568. Author: Rémi Denis-Courmont <rem@videolan.org>
  569. Date:   Thu Aug 23 17:11:07 2007 +0000
  570.     Fix struct duplication
  571. commit 16e518077e1c20ec40052157d9685b8468f2f0a7
  572. Author: Rafaël Carré <funman@videolan.org>
  573. Date:   Thu Aug 23 17:02:38 2007 +0000
  574.     Merges ITEM_TYPE_VFILE and ITEM_TYPE_AFILE to ITEM_TYPE_FILE
  575.     There is no way at the moment to know if a file is audio only
  576. commit 2caa2480230a3cfc877b135485865b65b5482516
  577. Author: Rémi Denis-Courmont <rem@videolan.org>
  578. Date:   Thu Aug 23 16:42:19 2007 +0000
  579.     Remove useless #include
  580. commit 21a5355e90f0c957c727201e5686c7892754c5c5
  581. Author: Rémi Denis-Courmont <rem@videolan.org>
  582. Date:   Thu Aug 23 16:40:00 2007 +0000
  583.     Split RTP sout into multiple pieces.
  584.     Even then rtp.c is quite big...
  585. commit f7c53756ee7e8bb83b44989773621be887e26305
  586. Author: Rémi Denis-Courmont <rem@videolan.org>
  587. Date:   Thu Aug 23 15:34:46 2007 +0000
  588.     Warning fixes
  589. commit af6723dced7e32ff63db3bb239e9ad943a9a9403
  590. Author: Rafaël Carré <funman@videolan.org>
  591. Date:   Thu Aug 23 12:30:42 2007 +0000
  592.     Fix macosx gui compilation
  593. commit df9186a97f4f8d84af71bdb721ee16409551f4ad
  594. Author: Damien Fouilleul <damienf@videolan.org>
  595. Date:   Thu Aug 23 10:25:35 2007 +0000
  596.     i420_yuy2_mmx: fixed a bug introduced in [21423] (don't apply if you like colorful display ;)
  597. commit 531dda8035e8700b48033ceb0e9a1015537944c7
  598. Author: Damien Fouilleul <damienf@videolan.org>
  599. Date:   Wed Aug 22 23:26:16 2007 +0000
  600.     i420_yuy2: for MMX and SSE2, split inline assembly to avoid register starvation
  601. commit dbcad1d80868a0854570ef3c6049634ad8d959d6
  602. Author: Damien Fouilleul <damienf@videolan.org>
  603. Date:   Wed Aug 22 23:23:22 2007 +0000
  604.     freetype: balance vlc_object_find() and vlc_object_release(), otherwise object is leaked (refcount > 0 on quit):
  605. commit 1048cc3d9c88bdbc2f8b55eda44a7e622313e898
  606. Author: Rafaël Carré <funman@videolan.org>
  607. Date:   Wed Aug 22 22:29:41 2007 +0000
  608.     Apply patch for directfb detection. Fix #845
  609. commit 7e261699353efa1c2f89cc591643729c04b6f331
  610. Author: Rafaël Carré <funman@videolan.org>
  611. Date:   Wed Aug 22 22:24:13 2007 +0000
  612.     extras/contrib/src: adds tremor* to svn:ignore
  613. commit 4e3be6eb2241a25d4edec53c5ed3f4e904845e7e
  614. Author: Christophe Mutricy <xtophe@videolan.org>
  615. Date:   Wed Aug 22 22:21:41 2007 +0000
  616.     Check for the good directory.
  617.     Fix some warnings
  618. commit 6d872fb48d351e459a0c9b81780e60232ae11b6c
  619. Author: Antoine Cellerier <dionoea@videolan.org>
  620. Date:   Wed Aug 22 22:16:36 2007 +0000
  621.     Invert yield of module and release of module list (shouldn't matter but you never know).
  622. commit 7bc113557a70b055540f9f9fb0a2d661ded7d97e
  623. Author: Antoine Cellerier <dionoea@videolan.org>
  624. Date:   Wed Aug 22 22:08:54 2007 +0000
  625.     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).
  626.     Change module_Exists to take the module name (and not short name) as parameter. Update the only known use of that function acordingly.
  627. commit 4de1a9ca8ed0e608e285000f1d49b72ee242df8a
  628. Author: Rafaël Carré <funman@videolan.org>
  629. Date:   Wed Aug 22 22:07:13 2007 +0000
  630.     skins2: Alternate method to set always on top for X11 window managers
  631. commit c4b9cf9a02000649ce464d4899e8593fa70c0a6d
  632. Author: Christophe Mutricy <xtophe@videolan.org>
  633. Date:   Wed Aug 22 21:57:31 2007 +0000
  634.     Distribute vlclua.h
  635. commit 6f16a79b9e79243d381b14d841e8ca6b116beee1
  636. Author: Christophe Mutricy <xtophe@videolan.org>
  637. Date:   Wed Aug 22 21:56:21 2007 +0000
  638.     Fix description
  639. commit f0a9ee306906d6043dccd9e388261e1c1c59d013
  640. Author: Rafaël Carré <funman@videolan.org>
  641. Date:   Wed Aug 22 21:44:52 2007 +0000
  642.     Do not try to load non-existing skins files
  643. commit d10a9a060dbec63fa9ca6380f5035a3635726743
  644. Author: Rafaël Carré <funman@videolan.org>
  645. Date:   Wed Aug 22 20:53:09 2007 +0000
  646.     rc intf: Corrects function name: Get_URI -> GetURI
  647. commit a833dc789538af2a6e44c148457ff12ae79470e3
  648. Author: Rafaël Carré <funman@videolan.org>
  649. Date:   Wed Aug 22 20:41:09 2007 +0000
  650.     Include vlc_input header to fix compilation
  651. commit fcc2ccb154596cfc30ea2681f2c14ad46e2f7ecc
  652. Author: Antoine Cellerier <dionoea@videolan.org>
  653. Date:   Wed Aug 22 20:28:07 2007 +0000
  654.     Fix compilation while this gets sorted out.
  655. commit e02432e597acb3511d14433ae3303ff4da3742f9
  656. Author: Rafaël Carré <funman@videolan.org>
  657. Date:   Wed Aug 22 20:19:23 2007 +0000
  658.     Input access locking, part 3 (final).
  659.     
  660.     Enforce access to input_item_t through input_item_{G,S}et*()
  661.     Unlock mutexes before calling these functions
  662.     Free strings returned by input_item_Get*()
  663.     
  664.     New functions added:
  665.     
  666.     char * input_item_GetURI( input_item_t  * )
  667.     void input_item_SetURI( input_item_t * , char * )
  668.     
  669.     mtime_t input_item_GetDuration( input_item_t * )
  670.     void input_item_SetDuration( input_item_t * , mtime_t )
  671.     
  672.     to access input_item_t->psz_uri and input_item_t->i_duration
  673. commit 4fa324127f5179a41d0bd38db414002afa9db73b
  674. Author: Antoine Cellerier <dionoea@videolan.org>
  675. Date:   Wed Aug 22 20:10:54 2007 +0000
  676.     Don't commit stuff that shouldn't have been commited.
  677. commit 70925d8943b75de083763a6b210f093fc345503f
  678. Author: Rémi Denis-Courmont <rem@videolan.org>
  679. Date:   Wed Aug 22 20:10:41 2007 +0000
  680.     Do not send scope ID over the wire
  681. commit 638edbb14b80e23388dbec6a3fdfaa769d2b83c2
  682. Author: Antoine Cellerier <dionoea@videolan.org>
  683. Date:   Wed Aug 22 20:07:36 2007 +0000
  684.     Revert [21140] which broke the extend panels in Qt4 + add a comment so this doesn't happen again. (Please test changes before commiting ... thanks)
  685. commit 871eb70d7938a7c88ea5ee4c7399b50439f94dcb
  686. Author: Rafaël Carré <funman@videolan.org>
  687. Date:   Wed Aug 22 20:06:29 2007 +0000
  688.     misc/lua: sets svn:ignore
  689. commit 393786141935fc36126cf6d0ebf50483c911564a
  690. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  691. Date:   Wed Aug 22 20:06:20 2007 +0000
  692.     control/media_list.c: Remove unused variable due to previous commit.
  693. commit 90cabfdacea876b58e5340d39a3302bfb0044cae
  694. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  695. Date:   Wed Aug 22 20:05:26 2007 +0000
  696.     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.
  697. commit 6c808bdb324301d15c694cd4afd5e07110455567
  698. Author: Rémi Denis-Courmont <rem@videolan.org>
  699. Date:   Wed Aug 22 19:49:44 2007 +0000
  700.     Fix Require header support
  701. commit 1c07ad889d463aa304608c4976b3b48ac5fbe5bc
  702. Author: Rémi Denis-Courmont <rem@videolan.org>
  703. Date:   Wed Aug 22 18:46:06 2007 +0000
  704.     Fix RTSP Transport mode handling
  705. commit 07e26cc6b8957261b736aa8b9c5313bd84bb6ee5
  706. Author: Rémi Denis-Courmont <rem@videolan.org>
  707. Date:   Wed Aug 22 18:40:54 2007 +0000
  708.     Remove duplicate check
  709. commit 8b82ac46bfd30ddc57bd1085d7a13d2da918650e
  710. Author: Rémi Denis-Courmont <rem@videolan.org>
  711. Date:   Wed Aug 22 18:25:17 2007 +0000
  712.     Various RTSP conformance fixes:
  713.      - specify server_port and, if needed, source
  714.      - check for unsupported options
  715.      - use proper default values
  716.      - try transport successively until one works (untested!)
  717. commit 50fc1704b27465f00453eabb508d73e1303ac15e
  718. Author: Rémi Denis-Courmont <rem@videolan.org>
  719. Date:   Wed Aug 22 17:24:23 2007 +0000
  720.     Remove extra capitals
  721. commit 0bc4a4138375c8243ee01c5739c9e5e6929a7d99
  722. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  723. Date:   Wed Aug 22 16:49:43 2007 +0000
  724.     control/media_descriptor.c: Include playlist.h for the preparser.
  725. commit 18f877f56271bbc0059aa39f5296cde96449362b
  726. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  727. Date:   Wed Aug 22 16:47:40 2007 +0000
  728.     control/media_descriptor.c: Use playlist's fetcher to preparse the item.
  729. commit b1bdd6a1647315fbfa6f80e7ee58b45f887bf6fa
  730. Author: Ilkka Ollakka <ileoo@videolan.org>
  731. Date:   Wed Aug 22 16:39:52 2007 +0000
  732.     art search with artist + album could be littlebit better
  733. commit 4c6590b94b5c41c018dbddcda7a4436a2ffea7fa
  734. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  735. Date:   Wed Aug 22 16:22:02 2007 +0000
  736.     input/meta.c: Don't free a char[].
  737. commit 4107b41cf8fa6eb3c06b7402a4cdeb486f313596
  738. Author: Rémi Denis-Courmont <rem@videolan.org>
  739. Date:   Wed Aug 22 16:20:31 2007 +0000
  740.     Bunch of conformance fixes:
  741.      - "handle" Require header
  742.      - return 459/460 when appropriate
  743. commit b60e4d344b4b822198390a885093b45d0df9f2db
  744. Author: Rémi Denis-Courmont <rem@videolan.org>
  745. Date:   Wed Aug 22 16:19:36 2007 +0000
  746.     Make more DSO-friendly, add some error values that I am going to use
  747. commit 78218ba9dec6b08ebadaf63dfd71df082ab8d4e6
  748. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  749. Date:   Wed Aug 22 16:10:36 2007 +0000
  750.     input/meta.c: Make sure the last path component is created as a directory in ArtCacheCreateDir.
  751. commit 2b7c30bdb7792eccfac6d00583a30898e889ac7d
  752. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  753. Date:   Wed Aug 22 16:07:09 2007 +0000
  754.     input/meta.c: ArtCacheGetSanitizedFileName filter DIR_SEP not '/'.
  755. commit ebbc708d8d85778ede0a6c41a315d8e9512cfb09
  756. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  757. Date:   Wed Aug 22 16:05:39 2007 +0000
  758.     input/meta.c: Fix ArtCacheCreateDir Attempt #4. (thanks to ILEoo).
  759. commit 0a7c2d3ce72bbf7db42a4ed7ae1ad455e8bc40d2
  760. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  761. Date:   Wed Aug 22 15:59:00 2007 +0000
  762.     input/meta.c: ArtCacheCreateDir fix, third attempt.
  763. commit d8fe8443c42003b76c41161ed1f1f20b1dd9d6bb
  764. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  765. Date:   Wed Aug 22 15:58:01 2007 +0000
  766.     input/meta.c: ArtCacheCreateDir fix, second try.
  767. commit a44ab6545a3e37aabc8e31618851ca497dbdd62f
  768. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  769. Date:   Wed Aug 22 15:56:00 2007 +0000
  770.     input/meta.c: Fix ArtCacheCreateDir thanks to ILeoo.
  771. commit a7f90221441d934149b998e3c4b520d641b00b68
  772. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  773. Date:   Wed Aug 22 15:21:38 2007 +0000
  774.     input/meta.c: Make sure the artwork cache is used.
  775. commit 32c965ed2f03a5e634a82a4c55fce47046a43a49
  776. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  777. Date:   Wed Aug 22 15:16:51 2007 +0000
  778.     input/meta.c: Fix a leak.
  779. commit ed0efd1aeaf4ef080149e461fc1ae712c53ab51f
  780. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  781. Date:   Wed Aug 22 15:00:49 2007 +0000
  782.     input/meta.c: Avoid by passing cache when not needed.
  783. commit 6a4fbd2f7dc92bbc1e3ffa56a0c5f3445e40c9d0
  784. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  785. Date:   Wed Aug 22 14:54:11 2007 +0000
  786.     share/luameta/googleimage.lua: Filter out extensions.
  787. commit 51c792ff929224bfa6f08b653dbeeb476cb5c434
  788. Author: Rafaël Carré <funman@videolan.org>
  789. Date:   Wed Aug 22 13:58:44 2007 +0000
  790.     id3tag plugin can now be disabled
  791. commit 7d637e88a5ed5a40af4da365774c6fb719a448de
  792. Author: Rafaël Carré <funman@videolan.org>
  793. Date:   Wed Aug 22 13:57:51 2007 +0000
  794.     Removes luaplaylist.c from POTFILES.in
  795. commit 0a6985a4af1ced9851d7cfa99658b64b4ba11031
  796. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  797. Date:   Wed Aug 22 13:39:09 2007 +0000
  798.     modules/demux/playlist: Remove luaplaylist now that it is merged in the lua module.
  799. commit 318ef763c0a37809c57f0988ee29e442273cab42
  800. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  801. Date:   Wed Aug 22 13:37:07 2007 +0000
  802.     modules/misc/meta_engine: Remove luameta now that it is merged in the lua module.
  803. commit 8164218cae0323be449806a5c70df340f768517d
  804. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  805. Date:   Wed Aug 22 13:34:12 2007 +0000
  806.     configure.ac: Switch to the new lua module.
  807. commit 625f41c6318f55b16d0827e66fcb4b10456f9424
  808. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  809. Date:   Wed Aug 22 13:33:23 2007 +0000
  810.     modules/misc/lua: Share some code between the modules that uses lua and put them in a single module.
  811. commit f8d12bd9fd024c5d59e1ea10c893246fa28f3c8e
  812. Author: Rafaël Carré <funman@videolan.org>
  813. Date:   Wed Aug 22 01:06:17 2007 +0000
  814.     Updates dbus pygtk controller
  815. commit 56299eb4214eebb2cca2dcb6d6c377593acf164c
  816. Author: Rafaël Carré <funman@videolan.org>
  817. Date:   Tue Aug 21 23:21:12 2007 +0000
  818.     Fixes memory leaks
  819. commit 2c7efa6aff2a5fc42599e8b94a47615e8b99f04b
  820. Author: Rafaël Carré <funman@videolan.org>
  821. Date:   Tue Aug 21 22:37:49 2007 +0000
  822.     Correctly handle (avoid deadlocks) always on top when switching fullscreen.
  823.     Fixes #882
  824. commit f88235c4f19e811edf793ac2dfc89959b4b41e04
  825. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  826. Date:   Tue Aug 21 19:43:59 2007 +0000
  827.     src/control/libvlc_internal.h: Forgotten file.
  828. commit c1e36ae322c1c00bef7b27be88eb8d6af44ded2c
  829. Author: Rémi Denis-Courmont <rem@videolan.org>
  830. Date:   Tue Aug 21 19:43:51 2007 +0000
  831.     Fix NULL %s
  832. commit 2e3d42f8b9400901051b9cfc120e5e01bed9b027
  833. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  834. Date:   Tue Aug 21 19:43:04 2007 +0000
  835.     control/media_descriptor.c: Keep a media_list of our own subitems if we have some (we are then a media_descriptor playlist).
  836. commit 331df5b8ed2063ad64324e2a951d7dcb839c8b85
  837. Author: Rémi Denis-Courmont <rem@videolan.org>
  838. Date:   Tue Aug 21 19:22:41 2007 +0000
  839.     Fix previous commit
  840. commit a92c4fff8f7690496c9fa11cf99a7c494012c72f
  841. Author: Rémi Denis-Courmont <rem@videolan.org>
  842. Date:   Tue Aug 21 19:16:09 2007 +0000
  843.     - Do not parse CSeq; do not assume it fits in an integer
  844.     - Factorize some code
  845. commit 649ddb6f6488e80fd2a14f5c0899474679a00af7
  846. Author: Rémi Denis-Courmont <rem@videolan.org>
  847. Date:   Tue Aug 21 19:11:34 2007 +0000
  848.     Centralize HTTP/RTSP error text
  849. commit e83c981e359abc0dc306ff4ae29e561c0a1f7cd0
  850. Author: Rémi Denis-Courmont <rem@videolan.org>
  851. Date:   Tue Aug 21 18:52:42 2007 +0000
  852.     Fix remote DoS against the RTSP server when Transport is not specified
  853. commit a4b93717b54252b505b7ced0c37f52563a2da434
  854. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  855. Date:   Tue Aug 21 18:47:35 2007 +0000
  856.     input/meta.c: Make sure we don't return VLC_SUCCESS in __input_FindArtInCache when no album art was found.
  857. commit 9bb266751a6ca1f190e55030f3e8f4b4ed8ff268
  858. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  859. Date:   Tue Aug 21 18:46:11 2007 +0000
  860.     input/meta.c: Use more explicit variable naming in __input_FindArtInCache.
  861. commit 763f3641c0c0261f14db1546b476301da0b6d8cb
  862. Author: Rémi Denis-Courmont <rem@videolan.org>
  863. Date:   Tue Aug 21 18:05:15 2007 +0000
  864.     Fix memory leak
  865. commit 45915c74f0baaaed6527dc888f3e4263fb50e7d7
  866. Author: Rémi Denis-Courmont <rem@videolan.org>
  867. Date:   Tue Aug 21 18:02:43 2007 +0000
  868.     Fix utf8_readdir usage
  869. commit 9b84d144a7c957beab0f5ba38fd48b481984014e
  870. Author: Rafaël Carré <funman@videolan.org>
  871. Date:   Tue Aug 21 18:00:46 2007 +0000
  872.     dbus.h: sens valid XML
  873. commit 5a9526cc3d9a170b60cd92056741664943a7aa34
  874. Author: Rémi Denis-Courmont <rem@videolan.org>
  875. Date:   Tue Aug 21 17:49:38 2007 +0000
  876.     Fix it again.
  877. commit 999a6f0e07af31dafe3a88f4595da9deae4dd57a
  878. Author: Rémi Denis-Courmont <rem@videolan.org>
  879. Date:   Tue Aug 21 17:45:23 2007 +0000
  880.     Use utf8_readdir properly.
  881. commit cdfc74d63925f1c14cef89b0c591ffb1af959fee
  882. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  883. Date:   Tue Aug 21 17:43:54 2007 +0000
  884.     input/meta.c: Fix crashy-warnings thanks to courmisch.
  885. commit f96ceadbc5389594d67706c1688d70100fa4fc8b
  886. Author: Rémi Denis-Courmont <rem@videolan.org>
  887. Date:   Tue Aug 21 17:31:09 2007 +0000
  888.     Append media description to the SDP, as the name suggest
  889. commit 6d479b506f0a614d42d75f1389dce6d911bcf492
  890. Author: Rémi Denis-Courmont <rem@videolan.org>
  891. Date:   Tue Aug 21 17:15:51 2007 +0000
  892.     Use hostname as SDP origin, as the spec says.
  893.     (Oh, I am well aware that this is often not correctly set, but then again,
  894.      why the heck would someone wants to parse the SDP origin in real life?)
  895. commit 0ac8f78a85937b98141662c449bd0cd45af36689
  896. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  897. Date:   Tue Aug 21 16:49:45 2007 +0000
  898.     input/meta.c: Use utf8_readdir instead of readdir.
  899. commit df301d6589de2662febe4cf408e4ecdcf3b589b9
  900. Author: Rémi Denis-Courmont <rem@videolan.org>
  901. Date:   Tue Aug 21 16:45:36 2007 +0000
  902.     Use memcmp()
  903. commit cc74e49c15a8193648e9d7806e24a246faab46ba
  904. Author: Rémi Denis-Courmont <rem@videolan.org>
  905. Date:   Tue Aug 21 16:41:29 2007 +0000
  906.     Fix warning
  907. commit 4f7503bd94bd91cd4026f4dda3b5ce2c0bd1573e
  908. Author: Rémi Denis-Courmont <rem@videolan.org>
  909. Date:   Tue Aug 21 16:37:01 2007 +0000
  910.     CVS -> Subversion
  911. commit 43850e783567e3cf537b8329d07f9833264ed9c6
  912. Author: Rémi Denis-Courmont <rem@videolan.org>
  913. Date:   Tue Aug 21 16:32:06 2007 +0000
  914.     Use session-wide RTCP RR bandwidth. Fix overflow
  915. commit 568b8609ac5f5f8ebfc85f4a4ddf6f2bd8550e91
  916. Author: Rémi Denis-Courmont <rem@videolan.org>
  917. Date:   Tue Aug 21 16:25:16 2007 +0000
  918.     Cosmetic
  919. commit 0222328dd025415031feb94ff43a5c8f1a759ef7
  920. Author: Rafaël Carré <funman@videolan.org>
  921. Date:   Tue Aug 21 16:11:21 2007 +0000
  922.     Advertises signals and renames VLC_ defines to MPRIS_
  923. commit d112d7e93e2bd8f2566c6dc7d64378db33a4f184
  924. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  925. Date:   Tue Aug 21 15:28:19 2007 +0000
  926.     input/meta.c: * Remove psz_name
  927.                   * Use filename sanitization at the lower level
  928. commit 40ad7fd969b33e873858c63b2ba6fa1a5789caa4
  929. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  930. Date:   Tue Aug 21 15:09:18 2007 +0000
  931.     input/meta.c: Better art finding.
  932. commit 18cff171ed55f7b569283574eb8305aee9c4dc0b
  933. Author: Damien Fouilleul <damienf@videolan.org>
  934. Date:   Tue Aug 21 15:02:09 2007 +0000
  935.     freetype: make sure fontconfig is still optional
  936. commit c7016c8eb72afcf25a1b205fb9f594287fbab83b
  937. Author: Rafaël Carré <funman@videolan.org>
  938. Date:   Tue Aug 21 14:09:14 2007 +0000
  939.     Better extensions checks for album art file creation
  940. commit 6652df99a862708fe7528425d006215b83869b84
  941. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  942. Date:   Tue Aug 21 13:31:22 2007 +0000
  943.     input/meta.c: Better check in ArtCacheCreatePath.
  944. commit 430db78140c5a633f333a0e05914196bc96d9767
  945. Author: Rafaël Carré <funman@videolan.org>
  946. Date:   Tue Aug 21 13:20:01 2007 +0000
  947.     Prevents crash when arturl is misformatted, and can't be translated to a filename
  948. commit f068bc2d559939168a8d304207d675cc7635a26d
  949. Author: Rafaël Carré <funman@videolan.org>
  950. Date:   Tue Aug 21 12:56:16 2007 +0000
  951.     Adds headers back.
  952. commit 06a16a4470a11636e59d5734f105601794589e1c
  953. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  954. Date:   Tue Aug 21 12:23:20 2007 +0000
  955.     Fix previous commit.
  956. commit 65fff5df9192d7bd6c4e116a19925ab78ae63af5
  957. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  958. Date:   Tue Aug 21 11:59:40 2007 +0000
  959.     modules/services_discovery/shout.c: (Thanks ileoo) Revert by tree view on shout.
  960. commit e9fc538b529a9c3a1695b90108b7323272d50302
  961. Author: Bernie Purcell <bitmap@videolan.org>
  962. Date:   Tue Aug 21 07:49:24 2007 +0000
  963.     Changes to get styled subtitles working with Windows
  964. commit 83dfec97603f4d4dcb2064d4192ae68136c9581b
  965. Author: Rafaël Carré <funman@videolan.org>
  966. Date:   Tue Aug 21 00:14:24 2007 +0000
  967.     Convert patch from rn to n
  968. commit 192514961746813f2c3dd1f17cc4af6e2dfbe154
  969. Author: Rafaël Carré <funman@videolan.org>
  970. Date:   Mon Aug 20 23:43:15 2007 +0000
  971.     Adds libavcodec version check for musepack7 fourcc
  972. commit 9af6b8bc8db835166ad386934c536db7928c089a
  973. Author: Rafaël Carré <funman@videolan.org>
  974. Date:   Mon Aug 20 21:54:24 2007 +0000
  975.     Adds some metadata writing capability (ref #1248 )
  976. commit 46cfe47bb41aacaf84fab5d1cb2b73cc83e0347d
  977. Author: Felix Paul Kühne <fkuehne@videolan.org>
  978. Date:   Mon Aug 20 21:17:46 2007 +0000
  979.     * added the OSX path to .hosts
  980. commit 665484624535106d23175df8a156fbbed85d086a
  981. Author: Christophe Mutricy <xtophe@videolan.org>
  982. Date:   Mon Aug 20 21:15:12 2007 +0000
  983.     Fix warnings
  984. commit 064e3d8fa36571c74645075ffe053d65787c00e3
  985. Author: Rafaël Carré <funman@videolan.org>
  986. Date:   Mon Aug 20 21:14:04 2007 +0000
  987.     Update news for .hosts location
  988. commit 35ae4687ef2fa1cf38b8c8cecf4be3e1f20cfdb0
  989. Author: Christophe Mutricy <xtophe@videolan.org>
  990. Date:   Mon Aug 20 20:46:39 2007 +0000
  991.     unbreak compilation
  992. commit e5ff4a2d339a7e268e0ae884f8649e085390d78d
  993. Author: Rafaël Carré <funman@videolan.org>
  994. Date:   Mon Aug 20 20:45:28 2007 +0000
  995.     Fixes compilation(2)
  996. commit 69e01d5c21809dd6de31246ddebc675970862e6e
  997. Author: Rafaël Carré <funman@videolan.org>
  998. Date:   Mon Aug 20 20:21:19 2007 +0000
  999.     Fixes compilation
  1000. commit a1c8d9cf95dcb14ce09967306ef784bdbab40d8a
  1001. Author: Rafaël Carré <funman@videolan.org>
  1002. Date:   Mon Aug 20 20:14:08 2007 +0000
  1003.     Factorizes code
  1004. commit dae7ad5ab65022a62d1d08ca354c85f77b82a04b
  1005. Author: Rémi Denis-Courmont <rem@videolan.org>
  1006. Date:   Mon Aug 20 19:47:07 2007 +0000
  1007.     - Fix TTL in SDP
  1008.     - Some cleanup
  1009. commit 9e595c955f1aebae18435f0f5c740802ce347852
  1010. Author: Rémi Denis-Courmont <rem@videolan.org>
  1011. Date:   Mon Aug 20 19:23:10 2007 +0000
  1012.     Remove stdio while we're at it.
  1013.     Finally rid of the strcasestr warning
  1014. commit 7b455411dea64820348255ccecb08b71d8fd2d8c
  1015. Author: Rémi Denis-Courmont <rem@videolan.org>
  1016. Date:   Mon Aug 20 19:18:53 2007 +0000
  1017.     Fix compilation
  1018.     
  1019.     There is something seriously messed up in these files though
  1020.     (like the declaration in xtag.h do not match the definition in xtag.c!)
  1021. commit bee10796b392ea8a0f708728e1e2fc59440b44e9
  1022. Author: Rémi Denis-Courmont <rem@videolan.org>
  1023. Date:   Mon Aug 20 19:13:50 2007 +0000
  1024.     Use fixed size string for extension. This is more DSO friendly
  1025. commit e40d134c69b144327fd1d2001e8b85640f5c7cb9
  1026. Author: Rémi Denis-Courmont <rem@videolan.org>
  1027. Date:   Mon Aug 20 19:10:23 2007 +0000
  1028.     Remove _GNU_SOURCE and string.h too
  1029. commit 81c5ac29fa2e80426c1b1dfcc941a1aabe8bc808
  1030. Author: Rémi Denis-Courmont <rem@videolan.org>
  1031. Date:   Mon Aug 20 19:08:22 2007 +0000
  1032.     Remove stdlib.h
  1033. commit eeeb5ae2130d9ee25e0bd86376c8baedb26a112b
  1034. Author: Rémi Denis-Courmont <rem@videolan.org>
  1035. Date:   Mon Aug 20 19:04:45 2007 +0000
  1036.     Missing vlc/vlc.h here
  1037. commit bf5fd2c75e4e433fda8950b73ee33dd422252603
  1038. Author: Rémi Denis-Courmont <rem@videolan.org>
  1039. Date:   Mon Aug 20 19:02:53 2007 +0000
  1040.     Here too
  1041. commit b778f3486ef8c8f21be3712ac15f387d1d02d5d9
  1042. Author: Rémi Denis-Courmont <rem@videolan.org>
  1043. Date:   Mon Aug 20 19:01:32 2007 +0000
  1044.     Something went wrong here
  1045. commit cc3bd152f5d2166087b9e19b962e3ace06bd12ea
  1046. Author: Rémi Denis-Courmont <rem@videolan.org>
  1047. Date:   Mon Aug 20 18:59:30 2007 +0000
  1048.     Remember not to include anything before vlc/vlc.h
  1049.     (which includes config.h which defines the platform feature macros)
  1050.     Also remember stdio, string and stdlib are included implicitly
  1051. commit 4a623b2496a2bfcf7967228c0d316a5184a7181d
  1052. Author: Rémi Denis-Courmont <rem@videolan.org>
  1053. Date:   Mon Aug 20 18:45:41 2007 +0000
  1054.     Fix memory handling
  1055. commit 35c9bc4a42dda7b43c632365bc2f8589af9cebcb
  1056. Author: Rémi Denis-Courmont <rem@videolan.org>
  1057. Date:   Mon Aug 20 18:42:11 2007 +0000
  1058.     Fix strcasestr declaration
  1059. commit 98c25e985f6541fb3d18ee37194af48861773150
  1060. Author: Rafaël Carré <funman@videolan.org>
  1061. Date:   Mon Aug 20 17:13:54 2007 +0000
  1062.     Call "meta reader" module in ffmpeg demuxer
  1063. commit 4799d5040f622a37ef468ae995764c276433593d
  1064. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1065. Date:   Mon Aug 20 17:13:32 2007 +0000
  1066.     services_discovery.c: Patch by Alexander Gall <gall # switch.ch>, avoid crashing on systems that don't handle NULL string in ..printf.
  1067. commit 237905674b0513c4d81362088b4c5648028bbf63
  1068. Author: Rafaël Carré <funman@videolan.org>
  1069. Date:   Mon Aug 20 16:56:21 2007 +0000
  1070.     Adds mpc to the ffmpeg's fourcc list
  1071. commit 74ec245976d6edb1315e66741d1fbfb0151f681f
  1072. Author: Ilkka Ollakka <ileoo@videolan.org>
  1073. Date:   Mon Aug 20 16:13:38 2007 +0000
  1074.     use GetName only if GetTitle returns emptry string for meta
  1075. commit d33c7cb064522c3173b55b7c0d3f0b1aaabc265e
  1076. Author: Rafaël Carré <funman@videolan.org>
  1077. Date:   Mon Aug 20 14:52:24 2007 +0000
  1078.     Add comment/cosmetics
  1079. commit 63750162e48fc41d424482608ba388e616493e2e
  1080. Author: Rafaël Carré <funman@videolan.org>
  1081. Date:   Mon Aug 20 14:45:31 2007 +0000
  1082.     Get input length from metadata if demuxer failed to retrieve it
  1083. commit 55f5d1da337a72a7efdd112cc1070e425fc5d151
  1084. Author: Rafaël Carré <funman@videolan.org>
  1085. Date:   Mon Aug 20 14:13:48 2007 +0000
  1086.     Corrects some metadata descriptions
  1087. commit b7b7442dd753244dc95f8f5ac278263fc92aa85d
  1088. Author: Rafaël Carré <funman@videolan.org>
  1089. Date:   Mon Aug 20 14:13:06 2007 +0000
  1090.     Removes deleted file
  1091. commit 3bbef100b7f39ba643e1c0fb6ea07613e47ac31a
  1092. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1093. Date:   Mon Aug 20 12:04:06 2007 +0000
  1094.     Qt4 - Comments about TODO and FIXMEs on the main_interface, for my holidays :D
  1095. commit ee8809f49a273d33089f9ed1b0ff2a7668f455d1
  1096. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1097. Date:   Mon Aug 20 11:54:11 2007 +0000
  1098.     Qt4: fix compilation. Sorry for the disturbance.
  1099. commit 29ebbacdb719d1a1c29e0e450b07c9d7661fa124
  1100. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1101. Date:   Mon Aug 20 11:27:46 2007 +0000
  1102.     Qt4 : build fix.
  1103. commit b771e5a75662e84152296165f21ae3c9fa3b7a81
  1104. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1105. Date:   Mon Aug 20 10:48:34 2007 +0000
  1106.     Qt4 : remove from Modules.am a removed file.
  1107. commit 165585bded2fe25f1afc25b6d342205ae8c19753
  1108. Author: Damien Fouilleul <damienf@videolan.org>
  1109. Date:   Mon Aug 20 10:40:36 2007 +0000
  1110.     URI: when pasring for protocol headers allow for more characters than just alpha
  1111. commit a99f23a0c9f80840ae5ce4011fa10a82a638289e
  1112. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1113. Date:   Mon Aug 20 10:04:39 2007 +0000
  1114.     Qt4 : buttons size and various fixes. Remove dead code and avoid duplication.
  1115. commit 28a742bdea1adfebabfd1bc5d08f3ba979a5a673
  1116. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1117. Date:   Mon Aug 20 09:42:32 2007 +0000
  1118.     Qt4 : Fix a size in main controlsWidget.
  1119. commit 201cb76f737c9f26326dc6d908479417a27abe6e
  1120. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1121. Date:   Mon Aug 20 09:39:46 2007 +0000
  1122.     Qt4 : fullscreen Button activation/deactivation
  1123. commit 3902f6278562abddf1405fced94c1d869c922d09
  1124. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1125. Date:   Mon Aug 20 09:28:53 2007 +0000
  1126.     Qt4 : Fix the playlistButton Size.
  1127.     cosmetics.
  1128. commit b96f2920955c048defd138aba9fc28ae0937dbd0
  1129. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1130. Date:   Mon Aug 20 09:20:51 2007 +0000
  1131.     Qt4 : remove useless files.
  1132.     Fix some segfaults by disabling functions.
  1133.     Slower, faster are on the side of the slider now.
  1134. commit f3c5b0ad6afed1fd2cf8430443dad7f14db23632
  1135. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1136. Date:   Mon Aug 20 08:41:55 2007 +0000
  1137.     Qt4 : Changes in the main interface:
  1138.      - Don't use the .ui, do all by hand :)
  1139.      - Use a ControlWidgets to design all the controls, and implement the functions
  1140.      - Change a bit the advanced widget, that must be integrated in the
  1141.        controlsWidget
  1142.     There is a lot of Not Yet Implemented, so feel free to add some.
  1143. commit 489efb13bedbc2d255524e11cb0d7b81a65da0af
  1144. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1145. Date:   Mon Aug 20 06:23:10 2007 +0000
  1146.     Fix previous commit.
  1147. commit 6984b61577bb241a972879cc3be9a562ce922785
  1148. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1149. Date:   Mon Aug 20 04:43:48 2007 +0000
  1150.     src/control: Various events addition.
  1151. commit 49eb715ca1e3ff46746829c103af1c4158474809
  1152. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1153. Date:   Mon Aug 20 02:46:54 2007 +0000
  1154.     Forgotten file from previous commit.
  1155. commit 0f42f294c990722832ecd55ffa5f2248c2c1fb53
  1156. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1157. Date:   Mon Aug 20 02:30:36 2007 +0000
  1158.     control/media_list.c: Set the VLCNode tag when an item is added as a subitem.
  1159. commit 41234e8803487367b0df64be611ffefb95d55402
  1160. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1161. Date:   Mon Aug 20 02:29:34 2007 +0000
  1162.     control/tree.c: Notify subtree/addition removal.
  1163. commit 9794062c2b1a07aef087103b669c493cc71a88a2
  1164. Author: Rafaël Carré <funman@videolan.org>
  1165. Date:   Mon Aug 20 02:21:13 2007 +0000
  1166.     Disables some useless metadata in infopanel dialog
  1167.     Redesign the label & edits placement to resize the dialog
  1168. commit 8eccf5ca3c0fe5db5ec9659cf26750ea453e527d
  1169. Author: Rafaël Carré <funman@videolan.org>
  1170. Date:   Mon Aug 20 02:04:29 2007 +0000
  1171.     Forgotten that in [21284]
  1172. commit 1eda9d86fcfc37328ac264abcad955c2c6a53367
  1173. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1174. Date:   Mon Aug 20 01:40:03 2007 +0000
  1175.     control/tag_query.c: Make tag_query_match actually match something.
  1176. commit 3374626a891ef8fe03a3f3cdbe6baa7af55ab626
  1177. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1178. Date:   Mon Aug 20 01:30:14 2007 +0000
  1179.     src/Makefile.am: build dynamic_media_list.c and tree.c.
  1180. commit 6643b4ab3d08e83ab87f3f27c51538fd9253f546
  1181. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1182. Date:   Mon Aug 20 01:28:12 2007 +0000
  1183.     dynamic_media_list.c: Fix a warning.
  1184. commit f570553463cbbd61bbb43b722a98879ebe7e5e0d
  1185. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1186. Date:   Mon Aug 20 01:27:38 2007 +0000
  1187.     vlc/libvlc.h: Fix libvlc_media_discoverer_media_list prototype.
  1188. commit 7ad20f39651e9afd5868f720d2d73565dbdbfe8a
  1189. Author: Rafaël Carré <funman@videolan.org>
  1190. Date:   Mon Aug 20 01:27:38 2007 +0000
  1191.     Reads more metadata from ID3v2 tags
  1192. commit 4b359de0582f1f78f63dbeadf5a8c649d29696b7
  1193. Author: Rafaël Carré <funman@videolan.org>
  1194. Date:   Mon Aug 20 01:21:40 2007 +0000
  1195.     Disables unusued stuff
  1196. commit 3339278a1d8e0ad561706a191b7dff8c07338bc6
  1197. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1198. Date:   Mon Aug 20 01:13:42 2007 +0000
  1199.     control/dynamic_media_list.c: New dynamic media list object. It shouldn't have great performances, but could easily be improved.
  1200.     The idea is to have create a media list using the item of an other that matches a certain query.
  1201. commit 5e827398d077bd2c2a560f2be6bedeb7a868fe92
  1202. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1203. Date:   Sun Aug 19 23:38:02 2007 +0000
  1204.     control/tree.c: Add a new structure to work with tree.
  1205. commit 17b50a650d27292d4d5b6901133eb23230691ddd
  1206. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1207. Date:   Sun Aug 19 23:05:21 2007 +0000
  1208.     libvlc_internal.h: Forgotten file.
  1209. commit 2fd7e5c05021036e5a1f07a8fa64f4d2080683fe
  1210. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1211. Date:   Sun Aug 19 22:52:06 2007 +0000
  1212.     control/media_library.c: Remove unwanted commit.
  1213. commit ce15679f87cbf14c9d1cbdbcafb3b5ca9c6c220c
  1214. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1215. Date:   Sun Aug 19 22:51:32 2007 +0000
  1216.     control/media_library.c: svn propset svn:keywords "Id".
  1217. commit d98eefb8e446b8fd52c11b3029e980cb71ccc9c4
  1218. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1219. Date:   Sun Aug 19 22:46:15 2007 +0000
  1220.     control/media_descriptor.c: Basic unamed tag support which will soon move to core.
  1221. commit 8c3e4b406699c1f6e8a02276d466c042811c7eb6
  1222. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1223. Date:   Sun Aug 19 21:54:49 2007 +0000
  1224.     * control/media_library.c: Initial implementation.
  1225.     * control/media_list.c: Implement _set_name _add_from_file.
  1226. commit 48b6fb5cf53fd1ce6b88c14d6de9ba800fe85210
  1227. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1228. Date:   Sun Aug 19 21:53:24 2007 +0000
  1229.     control/media_instance.c: Don't forget to stop the thread.
  1230. commit 69f05cb295ee9bd607b36c21092ad64cce36b010
  1231. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1232. Date:   Sun Aug 19 21:52:45 2007 +0000
  1233.     control/media_descriptor.c: Use the default input name.
  1234. commit 7e042a1c43bd226714572c3d534602e1bad9310d
  1235. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1236. Date:   Sun Aug 19 21:45:00 2007 +0000
  1237.     control/media_discoverer.c: Fix a warning+bug.
  1238. commit 6f7935161f0ccdf2fba44e30ee052abfffd564e5
  1239. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1240. Date:   Sun Aug 19 21:20:47 2007 +0000
  1241.     vlc_arrays.h: Fix a bug in vlc_dictionary_remove_value_for_key, thanks to funman.
  1242. commit a2d3b2914a5caf3585fbe4a3748e9becfc451734
  1243. Author: Damien Fouilleul <damienf@videolan.org>
  1244. Date:   Sun Aug 19 20:48:38 2007 +0000
  1245.     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.
  1246. commit b5e08529c5257589df14cea7942bacf634f7ba54
  1247. Author: Rafaël Carré <funman@videolan.org>
  1248. Date:   Sun Aug 19 19:16:28 2007 +0000
  1249.     Fixes youtube parsing on www.youtube.com website
  1250. commit 0ee116aa33d90ba95ef6907d222447db2e7f9969
  1251. Author: Ilkka Ollakka <ileoo@videolan.org>
  1252. Date:   Sun Aug 19 19:10:03 2007 +0000
  1253.     Sets EchoMode(QLineEdit::Password) for CONFIG_ITEM_PASSWORD
  1254. commit 307361a5acf71648d0f0b874610f501d62a69fe5
  1255. Author: Rémi Denis-Courmont <rem@videolan.org>
  1256. Date:   Sun Aug 19 18:47:09 2007 +0000
  1257.     What is add_password_inner supposed to be, except a reinvention of add_string_inner?
  1258. commit 8f9a875552bb69ba4ecf5e075bf127aa96ff7511
  1259. Author: Rafaël Carré <funman@videolan.org>
  1260. Date:   Sun Aug 19 18:44:32 2007 +0000
  1261.     Adds CONFIG_ITEM_PASSWORD for showing stars in preferences dialog (still to be implemented in interfaces)
  1262. commit fa2ab17ff8aee3c2c670feb9ee558d0fd2aa33bc
  1263. Author: Rafaël Carré <funman@videolan.org>
  1264. Date:   Sun Aug 19 18:43:16 2007 +0000
  1265.     Forces preparsing for ogg files
  1266. commit dd90b9b3f7f4110ad473630584fe0c7f77be9622
  1267. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1268. Date:   Sun Aug 19 18:00:09 2007 +0000
  1269.     qt4 - Remove trailing spaces...
  1270. commit b99e69465d8679d5beb0f8186ed4ac87eed55021
  1271. Author: Antoine Cellerier <dionoea@videolan.org>
  1272. Date:   Sun Aug 19 17:48:59 2007 +0000
  1273.     Another input_GetItem assert workarround.
  1274. commit f7113175dd618707b2fd649cdf558eb9eb660451
  1275. Author: Antoine Cellerier <dionoea@videolan.org>
  1276. Date:   Sun Aug 19 17:48:28 2007 +0000
  1277.     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).
  1278. commit ae9c18e5a8590d0c78fb5563ec67adb67f142dcb
  1279. Author: Christophe Mutricy <xtophe@videolan.org>
  1280. Date:   Sun Aug 19 17:44:54 2007 +0000
  1281.     Slovenian l10n update by Matej Urbančič
  1282. commit 61cac2cd036587c855ace9e6687711e70e37d080
  1283. Author: Antoine Cellerier <dionoea@videolan.org>
  1284. Date:   Sun Aug 19 17:39:29 2007 +0000
  1285.     Add config option to disable album art support in the HTTP interface.
  1286. commit d1b5d5b8364e821934d9e6426e196a4593423460
  1287. Author: Antoine Cellerier <dionoea@videolan.org>
  1288. Date:   Sun Aug 19 17:31:43 2007 +0000
  1289.     * 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)
  1290.     * Workarround a stupid assert in input_GetItem.
  1291. commit 9de81b07e23e23b9afdec194cf88325fc3f66778
  1292. Author: Rafaël Carré <funman@videolan.org>
  1293. Date:   Sun Aug 19 17:15:28 2007 +0000
  1294.     Implements ogg/vorbis & flac duration preparsing
  1295.     Ogg/flac doesn't work (yet)
  1296. commit 56040f0bb0de6f862deb28bcd62a1373403a6ce8
  1297. Author: Rémi Denis-Courmont <rem@videolan.org>
  1298. Date:   Sun Aug 19 17:15:11 2007 +0000
  1299.     Hide b_attached.
  1300.     Also remove the volatile qualifier.
  1301.     No, volatile does not magically solve threading bugs, sorry
  1302.     I too have tried this "easy" path, it does REALLY NOT WORK.
  1303.     volatile only solves signals concurrency, not threads concurrency.
  1304. commit 46c366a825accfc0d1b7b7f446c820f6713037fd
  1305. Author: Rémi Denis-Courmont <rem@videolan.org>
  1306. Date:   Sun Aug 19 17:11:08 2007 +0000
  1307.     Fix a bunch of warnings / undefined pointers
  1308.     By the way, using asprintf(&ptr)/free(ptr) to determine the length of a string
  1309.     is really lame, when you can do the same with snprintf(NULL, 0);
  1310. commit 397710b25f3cbbf3e2dfcf1cbe28e408f610e4a2
  1311. Author: Rémi Denis-Courmont <rem@videolan.org>
  1312. Date:   Sun Aug 19 16:56:07 2007 +0000
  1313.     Fix warning
  1314. commit 3d599783b5dc8cd9c621b98d1c0c819da47ecdf2
  1315. Author: Antoine Cellerier <dionoea@videolan.org>
  1316. Date:   Sun Aug 19 16:55:45 2007 +0000
  1317.     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.)
  1318. commit 234fc4e33a5edca0b10e25f2ab47aafd484994c4
  1319. Author: Rémi Denis-Courmont <rem@videolan.org>
  1320. Date:   Sun Aug 19 16:53:34 2007 +0000
  1321.     Fix use of undefined variable
  1322. commit 8c4e67276bf8c1ebe672f4cc1d6d25a2b3c6231d
  1323. Author: Rémi Denis-Courmont <rem@videolan.org>
  1324. Date:   Sun Aug 19 16:50:42 2007 +0000
  1325.     Code factor
  1326. commit 48f29e4ecaca4cc3f56be35f206fd248078ea372
  1327. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1328. Date:   Sun Aug 19 16:36:27 2007 +0000
  1329.     module/services_discovery/bonjour.c: Use the new API.
  1330. commit 00eaa2707ccc4d073fca03f728697e308b2f9d4e
  1331. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1332. Date:   Sun Aug 19 16:20:13 2007 +0000
  1333.     Qt4 - Right-Click menus for the main interface. Not implemented yet.
  1334. commit 2067ae4c1622f6c4daef4951732a31a11240e742
  1335. Author: Gildas Bazin <gbazin@videolan.org>
  1336. Date:   Sun Aug 19 16:19:36 2007 +0000
  1337.     * modules/codec/mpeg_audio.c: fixes for free format support.
  1338. commit 706d63467888f6527b29d1acdf7e312be8f852a3
  1339. Author: Ilkka Ollakka <ileoo@videolan.org>
  1340. Date:   Sun Aug 19 16:00:36 2007 +0000
  1341.     Googleimage to use artist-tag and do url-encode (example taken from
  1342.     http://www.redwiki.net/wiki/wiki.php/LUA/URLencode%B1%B8%C7%F6%C4ڵ%E5 )
  1343. commit bd32a50cf99cd946991c552eea243db861580503
  1344. Author: Ilkka Ollakka <ileoo@videolan.org>
  1345. Date:   Sun Aug 19 15:56:55 2007 +0000
  1346.     add artist to lua-script also
  1347. commit 278890088f415f9f49aacea36b77cd0dd571212d
  1348. Author: Rafaël Carré <funman@videolan.org>
  1349. Date:   Sun Aug 19 15:48:48 2007 +0000
  1350.     Validates desktop file  according to the desktop entry specification 1.0
  1351. commit e39152fa5743a30b2ec311fc72dacd3cd571737c
  1352. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1353. Date:   Sun Aug 19 15:33:19 2007 +0000
  1354.     qt4  add a small define that could help to fight Qt43 bugs.
  1355. commit 0cb5636a60ad4a343edddec8c061535ee374551d
  1356. Author: Christophe Mutricy <xtophe@videolan.org>
  1357. Date:   Sun Aug 19 15:05:30 2007 +0000
  1358.     Fix [21233]
  1359. commit b6194a363f80b3e99ad86f7dfb320935e013ee72
  1360. Author: Rémi Denis-Courmont <rem@videolan.org>
  1361. Date:   Sun Aug 19 14:54:33 2007 +0000
  1362.     Fix lots of warnings
  1363. commit 02e8a6cff9912da14baec5ed3cd09e07270ad2cf
  1364. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1365. Date:   Sun Aug 19 14:51:08 2007 +0000
  1366.     playlist: Make playlist_archived_services_discovery_t internal.
  1367. commit 88cc4a8a113f9eb1f6ba4992c51d66d12688ca58
  1368. Author: Ilkka Ollakka <ileoo@videolan.org>
  1369. Date:   Sun Aug 19 14:35:31 2007 +0000
  1370.     Second try, show save meta button if user changes any input field, also
  1371.     then set in_edit=true so playlist changes doesn't change meta-data what
  1372.     to edit.
  1373. commit 0ddc9bae3569daa4a2224878b7fd16ec34845f7d
  1374. Author: Rémi Denis-Courmont <rem@videolan.org>
  1375. Date:   Sun Aug 19 14:19:32 2007 +0000
  1376.     Fix [21239] compilation
  1377. commit 3eefd337031d8af2d1b41ce869706ad71ac73ac4
  1378. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1379. Date:   Sun Aug 19 14:18:44 2007 +0000
  1380.     cdda/access.c: Fix a warning.
  1381. commit 648f3f64ea3ffee4f2e05f70a1b983ba57f82c40
  1382. Author: Rémi Denis-Courmont <rem@videolan.org>
  1383. Date:   Sun Aug 19 14:17:53 2007 +0000
  1384.     Enable RTCP SR from the RTP sout
  1385. commit ce0c33fa7e18517ad1cbe0739e8327c75bc23252
  1386. Author: Rémi Denis-Courmont <rem@videolan.org>
  1387. Date:   Sun Aug 19 14:17:26 2007 +0000
  1388.     - Rename rtcp option to rtcp-port
  1389.     - Add rtcp boolean to emit RTCP SR
  1390. commit e7815d90f179d6ea37a934845cab612d784825fe
  1391. Author: Antoine Cellerier <dionoea@videolan.org>
  1392. Date:   Sun Aug 19 14:11:50 2007 +0000
  1393.     Preliminary album art support code for the HTTP interface.
  1394. commit 4f1617cb9f5829cf0969ba470711d70f074b5e16
  1395. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1396. Date:   Sun Aug 19 14:02:12 2007 +0000
  1397.     * default enable 'Black screens in fullscreen' and make it a non-advanced setting
  1398. commit 14605709ed51f52c73d33da54cc0279166fa3f89
  1399. Author: Ilkka Ollakka <ileoo@videolan.org>
  1400. Date:   Sun Aug 19 13:39:56 2007 +0000
  1401.     Edit mediainfo so you can edit meta-data even when playitem changes in
  1402.     background. Also sets default to readonly, so user can't change meta if
  1403.     he/she doesn't want to edit it. First try ;)
  1404. commit fc386d94ef7f4673d6eb1582e6be32a727375e40
  1405. Author: Rafaël Carré <funman@videolan.org>
  1406. Date:   Sun Aug 19 13:38:29 2007 +0000
  1407.     Disables only informational metadata extraction in vorbis codec, when taglib is built
  1408. commit 2a1d4289d82053c5e49a4f88dbf478f606874259
  1409. Author: Christophe Mutricy <xtophe@videolan.org>
  1410. Date:   Sun Aug 19 13:25:30 2007 +0000
  1411.     Fix compile warning
  1412. commit a932845193baca985403490ca6a1ed0324f3f9d2
  1413. Author: Christophe Mutricy <xtophe@videolan.org>
  1414. Date:   Sun Aug 19 12:42:24 2007 +0000
  1415.     Look for luameta script in share/luameta dor the case where you run from your source tree
  1416. commit 81ffa2cc178965c48fd2a7b98f4119b0d9a4278b
  1417. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1418. Date:   Sun Aug 19 00:20:09 2007 +0000
  1419.     qt4 : QT4 album art in allways-video.
  1420.     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.
  1421. commit c809e98f5465bcf72dc80c864ce9e5dbbd679a11
  1422. Author: Rafaël Carré <funman@videolan.org>
  1423. Date:   Sat Aug 18 20:23:58 2007 +0000
  1424.     Fix input deadlocks in macosx gui
  1425.     Doesn't fix input memleaks (playlist.m:204-214)
  1426. commit c77a45c23a396868797f98aa930d8fcd8971bb7f
  1427. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1428. Date:   Sat Aug 18 18:59:42 2007 +0000
  1429.     * fixed a few unknown playlist queries
  1430. commit e1cfc6b69e75c5f3ac564bf116e68bac9735db77
  1431. Author: Rémi Denis-Courmont <rem@videolan.org>
  1432. Date:   Sat Aug 18 17:55:51 2007 +0000
  1433.     Make sure SOCKS is only attempted with TCP
  1434. commit c92a74565af6e57bbd6c29d00702ac04bdf3a5aa
  1435. Author: Rafaël Carré <funman@videolan.org>
  1436. Date:   Sat Aug 18 17:48:16 2007 +0000
  1437.     Prevents deadlocks with input in qt4
  1438. commit 825269523f1396fedbab720d03f45fe1f001ccd8
  1439. Author: Rémi Denis-Courmont <rem@videolan.org>
  1440. Date:   Sat Aug 18 17:37:16 2007 +0000
  1441.     Use AI_PASSIVE for bind address only, not for connect address
  1442. commit 662ed774b9740eabf8b0203e53f51e6c35657e0d
  1443. Author: Rafaël Carré <funman@videolan.org>
  1444. Date:   Sat Aug 18 14:59:31 2007 +0000
  1445.     Input access locking, part 2.
  1446.     Fix [21193]
  1447. commit a387a1ff337681b34c749ac762338ac673254574
  1448. Author: Rafaël Carré <funman@videolan.org>
  1449. Date:   Sat Aug 18 14:51:06 2007 +0000
  1450.     Distributes luameta on windows builds
  1451. commit 0a60a95fed8919588e440b5b4b5786449a79151f
  1452. Author: Rafaël Carré <funman@videolan.org>
  1453. Date:   Sat Aug 18 14:44:47 2007 +0000
  1454.     Disables meta reading in vorbis codec when taglib plugin is being built
  1455. commit 2dd551cb0f3b48228f499bc4024063d88bb05457
  1456. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1457. Date:   Sat Aug 18 14:30:47 2007 +0000
  1458.     musicbrainz.c: Hopefully fix the art finder submodule.
  1459. commit 72b9e70d0565247b39fa400904487d4e1b266d90
  1460. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1461. Date:   Sat Aug 18 14:08:34 2007 +0000
  1462.     meta.c: Fix the boolean expression. (I should get some sleep 2)
  1463. commit 8c31f9c296dfb9f3f651233fbec7d95814c25201
  1464. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1465. Date:   Sat Aug 18 13:48:26 2007 +0000
  1466.     meta.c: Left over removal. (Should get some sleep).
  1467. commit d251140c73f729aa9bd60486822310af89d74898
  1468. Author: Antoine Cellerier <dionoea@videolan.org>
  1469. Date:   Sat Aug 18 13:47:24 2007 +0000
  1470.     Add some extra debug.
  1471. commit 13495399910badd56f947af8c88d07fda997ad3c
  1472. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1473. Date:   Sat Aug 18 13:18:30 2007 +0000
  1474.     meta.c: Previous commit credited to Ilkka Ollakka.
  1475. commit 79d9aaf671c425248a8f14bb1f2925f4de0bcdc2
  1476. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1477. Date:   Sat Aug 18 13:16:23 2007 +0000
  1478.     meta.c: Fix an interversion in the exit condition.
  1479. commit a9e4de11cbbb54c4fdc9fa16f5adfdfd30e57fcf
  1480. Author: Damien Fouilleul <damienf@videolan.org>
  1481. Date:   Sat Aug 18 11:03:04 2007 +0000
  1482.     threads: win32, make sure only object owning a thread can close its handle when object is destroyed
  1483. commit 1144af45baae4cbc6609c46d771f314ce84ddcef
  1484. Author: Antoine Cellerier <dionoea@videolan.org>
  1485. Date:   Sat Aug 18 10:44:20 2007 +0000
  1486.     Freeing stuff before using it is *stupid*. (<-- funman)
  1487. commit 07c92279a78a42d56d61e5dd6a1026fff33556f5
  1488. Author: Antoine Cellerier <dionoea@videolan.org>
  1489. Date:   Sat Aug 18 10:29:44 2007 +0000
  1490.     Comment this vlc_mutex_unlock too (untill funman fixes what he was doing).
  1491. commit b7499db1899d84afb3b0803299456a8e0979f551
  1492. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1493. Date:   Sat Aug 18 09:50:08 2007 +0000
  1494.     Wx: compile fix
  1495. commit af96053dc68a62f09560d4628f67c092c06215ef
  1496. Author: Antoine Cellerier <dionoea@videolan.org>
  1497. Date:   Sat Aug 18 09:22:34 2007 +0000
  1498.     Fix compile error in muscibrainz.
  1499.     Fix warning in id3tag.
  1500. commit 22bafc1a64b214063b1074d9b322d6dbe3d6caf6
  1501. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1502. Date:   Sat Aug 18 08:56:41 2007 +0000
  1503.     Qt4: Fix the [21193] for Qt4.
  1504. commit 2feb5a9db033f511a45f710058409da7ccecbe5c
  1505. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1506. Date:   Sat Aug 18 06:10:41 2007 +0000
  1507.     vlc_input.h: Disable's funman commit. It requires more work before going in trunk. Current state dead locks.
  1508. commit 1c54a6ae9a4068ff4790459a31d22dd066567c24
  1509. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1510. Date:   Sat Aug 18 05:33:24 2007 +0000
  1511.     audioscrobbler.c: Fix 21193. It should be reverted or at least the lock shouldn't be held until it gets fixed.
  1512. commit 74ed2874b1d3f400b27bd3e915ae73c331a7444f
  1513. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1514. Date:   Sat Aug 18 05:17:21 2007 +0000
  1515.     playlist.m: More 21193 fixes.
  1516. commit 566b63e7c7ad0570c36e226eabd6ea75ae0227e4
  1517. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1518. Date:   Sat Aug 18 05:16:04 2007 +0000
  1519.     playlist.m: Fix the so problematic 21193.
  1520. commit 9ab9c6f560060ab4b6d283b96601998e472f659e
  1521. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1522. Date:   Sat Aug 18 05:06:18 2007 +0000
  1523.     media_descriptor.c: Fix 21193.
  1524. commit 8ffdf4dc62347972158e56f2c2b1da68629418eb
  1525. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1526. Date:   Sat Aug 18 05:05:09 2007 +0000
  1527.     modules/services_discovery/bonjour.c: Use the new service discovery API.
  1528. commit 8efc07b1b8b63e8ea49e8b60fcd53b1ee1fb0a3d
  1529. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1530. Date:   Sat Aug 18 05:02:43 2007 +0000
  1531.     modules/services_discovery/sap.c: Use the new service discovery api.
  1532. commit d555c8a942eb34afd21dba4e443770aa8c29441d
  1533. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1534. Date:   Sat Aug 18 04:59:18 2007 +0000
  1535.     search.c: Fix 21193.
  1536. commit 7363adb3d70e16510e7cd06cabe8f04925f7f710
  1537. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1538. Date:   Sat Aug 18 04:49:41 2007 +0000
  1539.     include/vlc_input.h: Create an input_item_MetaMatch (part of a fix for [21193]).
  1540. commit 10c49c60b243b256fca7e85680e8ce1fe9640242
  1541. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1542. Date:   Sat Aug 18 04:22:24 2007 +0000
  1543.     playlist/sort.c: Fix funman's commit.
  1544. commit 9998c1ec1c162bece8b094d04e9e9ee7bed3fd01
  1545. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1546. Date:   Sat Aug 18 04:21:36 2007 +0000
  1547.     vlc_input.h: Fix funman's commit.
  1548. commit 663adcbfff9a4a72d6b4167ed2a85335ba4cf845
  1549. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1550. Date:   Sat Aug 18 04:09:55 2007 +0000
  1551.     playlist/services_discovery.c: Rework category handling.
  1552. commit 827cc3b1e46045174e5824c936ba128fb63e0252
  1553. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1554. Date:   Sat Aug 18 03:54:33 2007 +0000
  1555.     playlist/services_discovery.c: Removing left over debug printf.
  1556. commit 77cfb89fd2bbd5001755f5fcd1c0f01bbea01b17
  1557. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1558. Date:   Sat Aug 18 03:52:09 2007 +0000
  1559.     modules/services_discovery/podcast.c: Fix initial number of url.
  1560. commit b86c36e69a31546e6215593dac7ebd4edea170e5
  1561. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1562. Date:   Sat Aug 18 03:48:49 2007 +0000
  1563.     modules/services_discovery/podcast.c: Use the new API.
  1564. commit 3d041f1336bfaffcadd5fb44d1647c7338d6c369
  1565. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1566. Date:   Sat Aug 18 03:46:12 2007 +0000
  1567.     modules/services_discovery/shout.c: Use the new services_discovery API.
  1568. commit 1153717cbfca7f913577a1dfb6226991190e1257
  1569. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1570. Date:   Sat Aug 18 03:44:13 2007 +0000
  1571.     playlist/services_discovery.c: Use a stop method to end the service.
  1572. commit 716d5bf2f23ca759a3558558cb900e7039ba5e5c
  1573. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1574. Date:   Sat Aug 18 03:37:01 2007 +0000
  1575.     playlist/services_discovery.c: Handle removal of a service.
  1576. commit 38dbd37adf32cf04e1caf17ceb7888a4a5ec2f40
  1577. Author: Rafaël Carré <funman@videolan.org>
  1578. Date:   Sat Aug 18 03:22:03 2007 +0000
  1579.     Input access locking. Part one
  1580. commit a9d17dba883714d98580639980f3142317a22e69
  1581. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1582. Date:   Sat Aug 18 03:08:56 2007 +0000
  1583.     Makefile.am: Correctly link share on Mac OS X.
  1584. commit 7292c475b2570b5daf13995951e53847b0a7b375
  1585. Author: Rafaël Carré <funman@videolan.org>
  1586. Date:   Sat Aug 18 00:57:17 2007 +0000
  1587.     Fixes youtube parsing
  1588. commit 6dd4b20ec2414cf4f24a045d7cc587b0337ba67d
  1589. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1590. Date:   Sat Aug 18 00:13:55 2007 +0000
  1591.     (oops).
  1592. commit 7837da55363c2f74ee719392e0530e092c1d6a50
  1593. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1594. Date:   Sat Aug 18 00:10:45 2007 +0000
  1595.     playlist/item.c: Rework item addition to make it work better with the current playlist system.
  1596. commit 9d5255fb4d0f3784643834d6fdf722653aeccb07
  1597. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1598. Date:   Fri Aug 17 21:44:22 2007 +0000
  1599.     playlist/item.c: Remove a left over (release without retain).
  1600. commit da8a2f930c9931a7da17176f4a2c82bbd93416c0
  1601. Author: Antoine Cellerier <dionoea@videolan.org>
  1602. Date:   Fri Aug 17 20:51:02 2007 +0000
  1603.     Allow the '-' character in an access' name (fixes parsing of input "http/shout-winamp://www.shoutcast.com/sbin/newxml.phtml").
  1604. commit 0aa0fe729796f79a4e4000f1c95dbab51a8334c1
  1605. Author: Damien Fouilleul <damienf@videolan.org>
  1606. Date:   Fri Aug 17 17:39:59 2007 +0000
  1607.     update.c: win32, previous commit helps fixing this one
  1608. commit 84098a5e2d81ed3f39799fcd8a0edcdbab2b22ec
  1609. Author: Damien Fouilleul <damienf@videolan.org>
  1610. Date:   Fri Aug 17 17:30:51 2007 +0000
  1611.     threads.c: win32, changed the way thread handle is closed, which is now done on function exit, rather than thread_join
  1612. commit 6cdf19092c0c8fb95f2ad9f0a8258227e88f1bf9
  1613. Author: Christophe Mutricy <xtophe@videolan.org>
  1614. Date:   Fri Aug 17 16:59:38 2007 +0000
  1615.     Distribute subsdec.h
  1616. commit 1296d8e14efe794fccb8941993c001476105b247
  1617. Author: Christophe Mutricy <xtophe@videolan.org>
  1618. Date:   Fri Aug 17 16:35:45 2007 +0000
  1619.     That has apparently been fixed
  1620. commit dbdefeec0414572638473b8b847220c82ad2518a
  1621. Author: Christophe Mutricy <xtophe@videolan.org>
  1622. Date:   Fri Aug 17 16:33:59 2007 +0000
  1623.     src/Makefile.am: Distribute vlc_events.h. Possibly fix 'make distcheck'
  1624.                      Sort the list
  1625. commit 74afcf63ffb7dfb41a9b31c39f44d0efff924995
  1626. Author: Rémi Denis-Courmont <rem@videolan.org>
  1627. Date:   Fri Aug 17 16:13:53 2007 +0000
  1628.     Same as previous commit, for RTP/TS
  1629. commit b33adb77a787df72b17bfea5717389838fbffbfe
  1630. Author: Rémi Denis-Courmont <rem@videolan.org>
  1631. Date:   Fri Aug 17 16:11:20 2007 +0000
  1632.     Request that sender send no RTCP RR.
  1633.     Now we can legitimately not receive them, ahaha!
  1634. commit cf6e0b83cfe0083a4972a638a53a4047dfaef31d
  1635. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1636. Date:   Fri Aug 17 10:26:48 2007 +0000
  1637.     playlist/item.c: Make sure we lock when we send the playlist request.
  1638. commit aa76b6c6d4e61dc2bd0901b660ba0978e7ed4972
  1639. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1640. Date:   Fri Aug 17 10:07:36 2007 +0000
  1641.     modules/codec/ffmpeg/ffmpeg.c: Fix a typo with Global mutex uses.
  1642. commit 0e03236e937cc0b80f08bdaa194e657b29feac01
  1643. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1644. Date:   Fri Aug 17 09:52:12 2007 +0000
  1645.     playlist/services_discovery.c: Implement item removed handler.
  1646. commit 54e92316a9d5918627f422f701fb8cc2a7a2ed69
  1647. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1648. Date:   Fri Aug 17 09:51:21 2007 +0000
  1649.     include/vlc_playlist.h: Export playlist_DeleteInputInParent.
  1650. commit 82f15a01403cb9dc58243a63c75f55e6aebdd8bf
  1651. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1652. Date:   Fri Aug 17 09:48:55 2007 +0000
  1653.     playlist/item.c: Better subitem added handling code.
  1654. commit 7e4a86ee5a7332401c1b1d4cc05541c5c2ef3095
  1655. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1656. Date:   Fri Aug 17 09:11:18 2007 +0000
  1657.     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.
  1658. commit 66f38edb847aa8868a766475b3c1967356c09773
  1659. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1660. Date:   Fri Aug 17 08:10:42 2007 +0000
  1661.     control/media_discoverer.c: Implementation of a media_discoverer libvlc object based on top of services_discovery.
  1662. commit 0bb627da208c7b28d2359eb69e2e39c8b04a4767
  1663. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1664. Date:   Fri Aug 17 08:00:03 2007 +0000
  1665.     src/playlist/item.c: Avoid a dead lock.
  1666. commit 065cee9ac6f40bf06631bcc6b16b58f83025676f
  1667. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1668. Date:   Fri Aug 17 07:42:22 2007 +0000
  1669.     misc/events.c: Avoid a warning.
  1670. commit 5a68b3bfdc6dec6dc789f68b29d2295686bbbc73
  1671. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1672. Date:   Fri Aug 17 07:41:18 2007 +0000
  1673.     misc/events.c: Don't call an invalid ptr (oops).
  1674. commit 91956ad81927616bae7ce955061bb0afcba89a6f
  1675. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1676. Date:   Fri Aug 17 06:59:37 2007 +0000
  1677.     src/playlist/item.c: Retain the playlist.
  1678. commit 3d4efe3b67cd76efee94d5b33060a2b6907c3643
  1679. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1680. Date:   Fri Aug 17 02:23:11 2007 +0000
  1681.     playlist/services_discovery.c: Improved services_discovery object, playlist independant. Now, the services_discovery plugin have to be converted to use this interface.
  1682. commit 1479b918045e1763b73f4b462983594bc632957d
  1683. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1684. Date:   Fri Aug 17 02:18:40 2007 +0000
  1685.     Forgotten files from previous commit.
  1686. commit 5f9f9ea47f81cfa7350e2930495602cc1137b2d7
  1687. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1688. Date:   Fri Aug 17 02:15:59 2007 +0000
  1689.     misc/events.c: Avoid a couple of warning and move the calling back out of the lock.
  1690. commit 6e3263c3d6fe0e9bfed279f8e10fca0d20df10a6
  1691. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1692. Date:   Fri Aug 17 00:23:49 2007 +0000
  1693.     control/media_list.c: Fix a typo about subitems.
  1694. commit cfb432c95dce13d9f635c632be6ecab12138d14a
  1695. Author: Christophe Mutricy <xtophe@videolan.org>
  1696. Date:   Thu Aug 16 22:29:36 2007 +0000
  1697.     Partially revert [20983]. Fix 'vlc -p foo'
  1698. commit 913586c441450a392ac7a8f784a131eb6786b8da
  1699. Author: Rémi Denis-Courmont <rem@videolan.org>
  1700. Date:   Thu Aug 16 20:05:06 2007 +0000
  1701.     make net_SetDSCP static
  1702. commit aa5d11c700e9bf254c0c693d31927f9f929d7833
  1703. Author: Rémi Denis-Courmont <rem@videolan.org>
  1704. Date:   Thu Aug 16 19:59:55 2007 +0000
  1705.     Unexport utf8_mkdir and vlc_current_object
  1706. commit d0a6a86213ab3f1dff74ba1a0f71fba097c5191b
  1707. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1708. Date:   Thu Aug 16 19:50:40 2007 +0000
  1709.     src/playlist/item.c: Don't yield the playlist.
  1710. commit a45076375c3dd884bd7dd586335937f05e0e394b
  1711. Author: Rémi Denis-Courmont <rem@videolan.org>
  1712. Date:   Thu Aug 16 19:45:54 2007 +0000
  1713.     aout_Restart: make static
  1714. commit aefe3ed80c4422e50ff0dd753b4395264203a1b7
  1715. Author: Rémi Denis-Courmont <rem@videolan.org>
  1716. Date:   Thu Aug 16 19:34:26 2007 +0000
  1717.     Do not export thread init functions.
  1718.     They should not be used by plugins. And in fact, they are not.
  1719. commit be50cf5ba79d4e1203b87d9b32e7b921d1bc4854
  1720. Author: Rémi Denis-Courmont <rem@videolan.org>
  1721. Date:   Thu Aug 16 19:21:41 2007 +0000
  1722.     Hide thread ID out of VLC_COMMON_MEMBERS
  1723. commit 2ff0745fad56fe093646e1d774cf4c6282c71eb2
  1724. Author: Rémi Denis-Courmont <rem@videolan.org>
  1725. Date:   Thu Aug 16 19:14:10 2007 +0000
  1726.     Typo
  1727. commit ace6ff6ee28db0f03b30048421c80099db8f4e9f
  1728. Author: Rémi Denis-Courmont <rem@videolan.org>
  1729. Date:   Thu Aug 16 19:11:49 2007 +0000
  1730.     There is always a thread to join here. No need to check
  1731. commit 7ff7896fe05363cb13db1d3b3dfbd313df7cc63e
  1732. Author: Rémi Denis-Courmont <rem@videolan.org>
  1733. Date:   Thu Aug 16 19:07:26 2007 +0000
  1734.     Cosmetic
  1735. commit 255107d021c93807ec87137c92ad0083c2436da1
  1736. Author: Rémi Denis-Courmont <rem@videolan.org>
  1737. Date:   Thu Aug 16 19:06:22 2007 +0000
  1738.     No need to check b_thread... there is ALWAYS a thread here
  1739. commit 25fd4bfdc8ec2fc713f8bd66525ada82743f9080
  1740. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1741. Date:   Thu Aug 16 19:04:26 2007 +0000
  1742.     media_instance.c: Don't forget mutex destruction.
  1743. commit 5d963f01d9771ed9a2d2b966843a50ee6e71cd0b
  1744. Author: Rémi Denis-Courmont <rem@videolan.org>
  1745. Date:   Thu Aug 16 18:56:54 2007 +0000
  1746.     Do not free which has not been malloc'd - fixes #1263
  1747. commit 7ba6fdabb7750625b0fcc22e62af927078575522
  1748. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1749. Date:   Thu Aug 16 18:42:38 2007 +0000
  1750.     input/meta.c: Better handle NULL meta.
  1751. commit 866dd6dcc40f3a9bfc601271e390619cc58225ef
  1752. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1753. Date:   Thu Aug 16 18:05:43 2007 +0000
  1754.     control/media_list.c: Handle libvlc_MediaDescriptorSubItemAdded event.
  1755. commit 728d2811a24716d898cd998b8964cf64b1623667
  1756. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1757. Date:   Thu Aug 16 18:05:07 2007 +0000
  1758.     control/media_descriptor.c: Forward vlc_InputItemSubItemAdded event.
  1759. commit 42ab1e40cd80960b9f20697f76f648f24b352095
  1760. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1761. Date:   Thu Aug 16 18:02:16 2007 +0000
  1762.     modules/demux/playlist/luaplaylist.c: Remove unwanted change from previous commit.
  1763. commit 84218f98238cd712e96073326c5d074ff6f364e5
  1764. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1765. Date:   Thu Aug 16 18:01:32 2007 +0000
  1766.     modules/demux/playlist/*.c: Use the new playlist independant way to announce sub items.
  1767. commit 609a114637e858ff03123decde419019803f8b08
  1768. Author: Rémi Denis-Courmont <rem@videolan.org>
  1769. Date:   Thu Aug 16 18:01:01 2007 +0000
  1770.     Hide internal variables state
  1771. commit c5f25910d5f06ce85c4dc9bf9d81e98b5c401328
  1772. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1773. Date:   Thu Aug 16 17:52:28 2007 +0000
  1774.     include/vlc_input.h: Make input items able to themselves handle item subitem added.
  1775. commit 2e251e29f30549cda4f6d97c74a59b784f18c674
  1776. Author: Rémi Denis-Courmont <rem@videolan.org>
  1777. Date:   Thu Aug 16 17:44:18 2007 +0000
  1778.     Compile fix
  1779. commit 98cb4bf1b71f39634d036c9f5764c4253247642e
  1780. Author: Rémi Denis-Courmont <rem@videolan.org>
  1781. Date:   Thu Aug 16 17:43:50 2007 +0000
  1782.     Remove the p_libvlc_global pointer from VLC_COMMON_MEMBERS.
  1783.     It's pretty useless to copy the same value to every single object.
  1784. commit 3ea2708daa0caa8419e9a3d1bcd967d09f445ab8
  1785. Author: Rémi Denis-Courmont <rem@videolan.org>
  1786. Date:   Thu Aug 16 17:42:35 2007 +0000
  1787.     Remove redumdant parameter to vlc_global
  1788. commit 7675aa3f121a3d083fdfcb5c00f4f5e81ec6205d
  1789. Author: Rémi Denis-Courmont <rem@videolan.org>
  1790. Date:   Thu Aug 16 17:30:27 2007 +0000
  1791.     Fix character set
  1792. commit 771b937a13ca042391530236f79f9a52e27e095d
  1793. Author: Rémi Denis-Courmont <rem@videolan.org>
  1794. Date:   Thu Aug 16 17:27:17 2007 +0000
  1795.     Do not try to access other's filters
  1796. commit 63352ca3c57287421c724a56f2214dc45e697e91
  1797. Author: Rémi Denis-Courmont <rem@videolan.org>
  1798. Date:   Thu Aug 16 17:27:00 2007 +0000
  1799.     Sync with bridge changes in other plugins
  1800. commit c90be618be0423fc9277ac77dbad2f09f0605017
  1801. Author: Rémi Denis-Courmont <rem@videolan.org>
  1802. Date:   Thu Aug 16 17:24:55 2007 +0000
  1803.     More libvlc_global presumed abuse
  1804. commit 64f49994dcfc55d6888ab534df285420eb61243a
  1805. Author: Rémi Denis-Courmont <rem@videolan.org>
  1806. Date:   Thu Aug 16 17:21:22 2007 +0000
  1807.     Destroy snapshot-id from the right object...
  1808. commit d64fe8964e1e2b461462948f1fb20de315d23cbf
  1809. Author: Rémi Denis-Courmont <rem@videolan.org>
  1810. Date:   Thu Aug 16 17:17:30 2007 +0000
  1811.     Do not abuse global!
  1812. commit dd5f0b9f0c35ec204432e1fe650053355f511e02
  1813. Author: Rémi Denis-Courmont <rem@videolan.org>
  1814. Date:   Thu Aug 16 17:14:05 2007 +0000
  1815.     ffmpeg: use var_GetGlobalMutex
  1816. commit 48d060676b82be6bb5dd59ada3cc1c9cfc4a13b6
  1817. Author: Rémi Denis-Courmont <rem@videolan.org>
  1818. Date:   Thu Aug 16 17:07:49 2007 +0000
  1819.     use var_GetGlobalMutex
  1820. commit 4855a76128089e15454b0506b149b7d9540127bb
  1821. Author: Rémi Denis-Courmont <rem@videolan.org>
  1822. Date:   Thu Aug 16 17:03:40 2007 +0000
  1823.     Made mosaic shared struct per-instance rather than per-process
  1824. commit 8b7d91f2b71799dfb225641720c7ae352efe7524
  1825. Author: Rémi Denis-Courmont <rem@videolan.org>
  1826. Date:   Thu Aug 16 16:56:24 2007 +0000
  1827.     Use var_GetGlobalMutex
  1828.     Also never destroys global mutex, otherwise we get a race condition
  1829.     (which is pretty contradictory to the point for mutexes)
  1830. commit c553d1eb446c3b396a506de4985b9894fbe5b22d
  1831. Author: Rémi Denis-Courmont <rem@videolan.org>
  1832. Date:   Thu Aug 16 16:55:34 2007 +0000
  1833.     Compile fix
  1834. commit 4b4f77c3c14aae4afdb589529333b92838b0e9f8
  1835. Author: Rémi Denis-Courmont <rem@videolan.org>
  1836. Date:   Thu Aug 16 16:51:49 2007 +0000
  1837.     var_GetGlobalMutex() creates and gets a global mutex
  1838. commit 0df4f0cd18ac6ac174a53459447999e62a59190c
  1839. Author: Damien Fouilleul <damienf@videolan.org>
  1840. Date:   Thu Aug 16 16:48:05 2007 +0000
  1841.     lua: fixed search paths list for scripts, needs more work for Linux
  1842. commit 2dffeb14fb0b1cd571aace3cde1c9c8dcc48eb64
  1843. Author: Rémi Denis-Courmont <rem@videolan.org>
  1844. Date:   Thu Aug 16 15:55:55 2007 +0000
  1845.     vlc_global_object: return the global (process-wide) LibVLC object
  1846.     It is mostly useful to register global mutexes and such things.
  1847. commit de5fe999ba05aa14c5088fdd737973f5a6c5a729
  1848. Author: Damien Fouilleul <damienf@videolan.org>
  1849. Date:   Thu Aug 16 15:49:11 2007 +0000
  1850.     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
  1851. commit f2bf5d585e4e9e0d3e7fb2ac3b64bc08818041b3
  1852. Author: Rémi Denis-Courmont <rem@videolan.org>
  1853. Date:   Thu Aug 16 15:43:28 2007 +0000
  1854.     Prepare to privatize some members of VLC_COMMON_MEMBERS
  1855. commit c2efb19c424c42536f1958cfddeea813bd9253bd
  1856. Author: Rémi Denis-Courmont <rem@videolan.org>
  1857. Date:   Thu Aug 16 14:44:22 2007 +0000
  1858.     Inlining non-static functions that are part of the public API looks wrong
  1859. commit b432f1482c0b76a0e1ed1d2b74b98d24272eec81
  1860. Author: Rémi Denis-Courmont <rem@videolan.org>
  1861. Date:   Thu Aug 16 14:26:17 2007 +0000
  1862.     Fix one of so many memory handling warning
  1863. commit a8a188fc95860e53ff61f47ca155438b421791f1
  1864. Author: Damien Fouilleul <damienf@videolan.org>
  1865. Date:   Thu Aug 16 13:59:11 2007 +0000
  1866.     fix dynamic plugins broken in r21118, not sure if this what courmisch had in mind, but it works
  1867. commit 7ba52d76b498cf669ce346052bac0a7d28825b66
  1868. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1869. Date:   Thu Aug 16 00:44:33 2007 +0000
  1870.     modules/misc/quartztext.c: Avoid reading a Null ptr.
  1871. commit c09a926925cfb1115e6bb381ea723fa2f658a24a
  1872. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1873. Date:   Wed Aug 15 21:12:07 2007 +0000
  1874.     src/control/media_instance.c: Create and Destroy the drawable variable.
  1875. commit 8032efad211cfbe239bb04d333ec412aa159169c
  1876. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1877. Date:   Wed Aug 15 18:59:20 2007 +0000
  1878.     src/control/media_list.c: Handle meta changed event from its items.
  1879. commit d49a678a665480f030d77c69d36a9604a11d0686
  1880. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1881. Date:   Wed Aug 15 18:27:49 2007 +0000
  1882.     src/control/media_descriptor.c: Forward vlc_InputItemMetaChanged events.
  1883. commit e1aeed2ef8603920716eabb88b6848bee300c63a
  1884. Author: Rémi Denis-Courmont <rem@videolan.org>
  1885. Date:   Wed Aug 15 18:12:01 2007 +0000
  1886.     Fix "normal" builds
  1887. commit 61614b657166eecbb94bd5e8869d76c9315f5afe
  1888. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1889. Date:   Wed Aug 15 17:56:00 2007 +0000
  1890.     src/control/media_descriptor.c: Better libvlc_media_descriptor_duplicate.
  1891. commit a7ed4d1d66d355c9edbc2f426550b045549c37c9
  1892. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1893. Date:   Wed Aug 15 17:53:27 2007 +0000
  1894.     src/control/media_descriptor.c: Title meta.
  1895. commit 12b4ef87877e3b4d868bf2ab87bd87bc3a596967
  1896. Author: Rémi Denis-Courmont <rem@videolan.org>
  1897. Date:   Wed Aug 15 17:40:47 2007 +0000
  1898.     svn:ignore
  1899. commit 80def97f15e46bcf4aab4a246e7b5f0acdbb77c4
  1900. Author: Rémi Denis-Courmont <rem@videolan.org>
  1901. Date:   Wed Aug 15 17:37:20 2007 +0000
  1902.     Continue fixing static builds
  1903. commit 7ca5e9c1aadc09bfd8cf5569e47396651b4591b7
  1904. Author: Rémi Denis-Courmont <rem@videolan.org>
  1905. Date:   Wed Aug 15 17:35:20 2007 +0000
  1906.     There is no such thing as a sgimb plugin
  1907. commit 343ef81a3faefc22eecafdcae5a9d2a1af58d8be
  1908. Author: Rémi Denis-Courmont <rem@videolan.org>
  1909. Date:   Wed Aug 15 17:15:56 2007 +0000
  1910.     *Partially* fix static builds
  1911. commit df3b5eec76004d2dcfbabc36ac65f64755bdbc33
  1912. Author: Damien Fouilleul <damienf@videolan.org>
  1913. Date:   Wed Aug 15 16:15:45 2007 +0000
  1914.     video chromas: finalize SSE2 improvements
  1915. commit 30900cb3df556d168d425fc7d42c11cb83c5aef7
  1916. Author: Rémi Denis-Courmont <rem@videolan.org>
  1917. Date:   Wed Aug 15 15:45:12 2007 +0000
  1918.     Make scripts as such
  1919. commit 366e7199dac01761a8c47b84d5130c132b4bc848
  1920. Author: Rémi Denis-Courmont <rem@videolan.org>
  1921. Date:   Wed Aug 15 15:44:05 2007 +0000
  1922.     Unused stuff
  1923. commit 8f7d902fd56a3ef530cef154a92e0b86e26cbe72
  1924. Author: Rémi Denis-Courmont <rem@videolan.org>
  1925. Date:   Wed Aug 15 15:31:53 2007 +0000
  1926.     Remove some plugin/builtin cruft from pre-libvlc era
  1927. commit 515deca348834e006f5f7587f25dd568df740454
  1928. Author: Damien Fouilleul <damienf@videolan.org>
  1929. Date:   Wed Aug 15 15:23:12 2007 +0000
  1930.     lua modules: enforce DIR_SEP instead of /
  1931. commit e7779161e2eb112a771a32989264d86427a8e914
  1932. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1933. Date:   Wed Aug 15 14:54:03 2007 +0000
  1934.     include/vlc_input.h: Emit vlc_InputItemMetaChanged event.
  1935.     include/vlc_events.h: Opt for the vlc_object_name_function_name naming scheme.
  1936. commit fbb3035b734f8d59cc978e951c7bdb428a82a816
  1937. Author: Damien Fouilleul <damienf@videolan.org>
  1938. Date:   Wed Aug 15 14:30:39 2007 +0000
  1939.     modules/modules.c: enforce DIR_SEP in paths
  1940. commit f60e1bdbdce07bc47d5e8814365b81f3e7c3d8f6
  1941. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1942. Date:   Wed Aug 15 14:25:46 2007 +0000
  1943.     An other attempt at fixing compilation of dbus.
  1944. commit 7377b282f240ebf76d03ba0c2ba744d851b4388a
  1945. Author: Damien Fouilleul <damienf@videolan.org>
  1946. Date:   Wed Aug 15 11:20:51 2007 +0000
  1947.     wxwidgets: meta fixes, constify update_download
  1948. commit c4292a159a75ba9b1e4cce394aedb69d5a8e9450
  1949. Author: Damien Fouilleul <damienf@videolan.org>
  1950. Date:   Wed Aug 15 10:53:30 2007 +0000
  1951.     qt4: forgot that file in previous commit
  1952. commit d1b200df0c4fba04d9c7d4b95e0ef52ff6a1667c
  1953. Author: Damien Fouilleul <damienf@videolan.org>
  1954. Date:   Wed Aug 15 10:19:25 2007 +0000
  1955.     misc/mtime.c: warning fixes, latest MinGW has gettimeofday()
  1956. commit d084716eb5081691858acc9b9539aaa9a30d55ba
  1957. Author: Damien Fouilleul <damienf@videolan.org>
  1958. Date:   Wed Aug 15 10:16:45 2007 +0000
  1959.     qt4: compile fixes, replaced asnprintf by snprintf, which is a better choice in that context
  1960. commit a26821d04373bfc956807f4ccf7bfdbc18f68bcc
  1961. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1962. Date:   Wed Aug 15 08:02:49 2007 +0000
  1963.     Readibility.
  1964. commit 93a719b830fa71b598aa6bcd6967317e4a3705a5
  1965. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1966. Date:   Wed Aug 15 08:02:42 2007 +0000
  1967.     Remove excess whitespace
  1968. commit 34cbacf889c60fa8ada0f5ecd2090ea2a8113e53
  1969. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1970. Date:   Wed Aug 15 08:02:33 2007 +0000
  1971.     Remove excess whitespace.
  1972. commit 4e72a51db7ae9f39c7c84847402f5c1da9bc68fa
  1973. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1974. Date:   Wed Aug 15 06:21:10 2007 +0000
  1975.     Attempt to fix previous commit.
  1976. commit b40e9cd7b6fd96b477d2556a453b25e9dd983554
  1977. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1978. Date:   Wed Aug 15 06:18:35 2007 +0000
  1979.     Attempt to fix previous commit.
  1980. commit 2b64e33637dc35ec0c10145233753fba17cbd3e1
  1981. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1982. Date:   Wed Aug 15 04:53:01 2007 +0000
  1983.     More svn propset svn:keywords "Id".
  1984. commit 53aafd726ec0160722c8327b1f58a1e63fc6cd3e
  1985. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1986. Date:   Wed Aug 15 04:49:41 2007 +0000
  1987.     s/svn:keyword/svn:keywords/ (oops).
  1988. commit 39c14a94ccfe5b82c05da79b95e09738236a5e83
  1989. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1990. Date:   Wed Aug 15 04:45:12 2007 +0000
  1991.     share/luameta/googleimage.lua: Resolve % escape in the arturl prior returning it.
  1992. commit ab4c936a66c0bbef38266b87cdd104d141f03dbd
  1993. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1994. Date:   Wed Aug 15 04:42:46 2007 +0000
  1995.     Bunch of propset svn:keyword "Id".
  1996. commit f95f8bd64da303985e7f5b70af8838f9ec7f5d21
  1997. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1998. Date:   Wed Aug 15 04:40:32 2007 +0000
  1999.     modules/meta_engine/luameta.c: Add resolve_xml_special_chars and decode_uri to the lua env.
  2000. commit 51880eb16eed467a21c34b9e4bb962d1bd6a5be7
  2001. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2002. Date:   Wed Aug 15 04:33:57 2007 +0000
  2003.     * Protect input item's meta through setters and getters. That allows tracking of input item meta info changes.
  2004.     * vlc_meta_t gains a table for accessing its non-extra meta.
  2005. commit 060d116f00759bb7525da1b88fcb244759584d7a
  2006. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2007. Date:   Wed Aug 15 04:28:26 2007 +0000
  2008.     share/luameta/googleimage.lua: Rework a bit to better handle meta going wrong.
  2009. commit 6e3ef03dd5d88c3ff98e563361cdac0d45fc74df
  2010. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2011. Date:   Wed Aug 15 00:07:27 2007 +0000
  2012.     modules/misc/playlist/xspf.c: Remove some weird duplicate code.
  2013. commit 4ac40b710f67458993927640567ec24ba0c6d58b
  2014. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2015. Date:   Tue Aug 14 23:58:50 2007 +0000
  2016.     modules/misc/notify/growl.c: Remove some dead code.
  2017. commit 29cf0b3296afebc2912f89a385b4d5d4353dafc6
  2018. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2019. Date:   Tue Aug 14 23:57:55 2007 +0000
  2020.     modules/misc/notify/msn.c: Remove some dead code.
  2021. commit 5aac0d0a84e50d65feaba7460c0ea8a0fcf21c49
  2022. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2023. Date:   Tue Aug 14 22:47:45 2007 +0000
  2024.     modules/meta_engine/googleimage.c: Remove the googleimage module as it is implemented in lua.
  2025. commit 30cc1b1d917cd3cda7bd25a09533690421326075
  2026. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2027. Date:   Tue Aug 14 22:10:32 2007 +0000
  2028.     modules/meta/Modules.am: Add the luameta module and Alphabetically sort.
  2029. commit c4c6895899f54a303fdda41db9300484911ea5fd
  2030. Author: Rémi Denis-Courmont <rem@videolan.org>
  2031. Date:   Tue Aug 14 18:53:44 2007 +0000
  2032.     select() sucks
  2033. commit 3b396a3d5331de10afa57d023afafbc779baeb58
  2034. Author: Bernie Purcell <bitmap@videolan.org>
  2035. Date:   Tue Aug 14 00:03:48 2007 +0000
  2036.     Corrections to scaling logic in previous commit
  2037. commit 1afe5120d4bbdb05f43e98276db9620228e812e4
  2038. Author: Rafaël Carré <funman@videolan.org>
  2039. Date:   Mon Aug 13 23:55:07 2007 +0000
  2040.     Updates POTFILES.in to include new subsdec files created in [21024]
  2041.     Runs make update-po
  2042. commit 137f90242be4d51d20b90650917ea38217a43506
  2043. Author: Christophe Mutricy <xtophe@videolan.org>
  2044. Date:   Mon Aug 13 22:19:47 2007 +0000
  2045.     Proper date and svn:keywords
  2046. commit 6ffa2b02450cdcb6da704f97acbe0331c4ad737e
  2047. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2048. Date:   Mon Aug 13 21:54:05 2007 +0000
  2049.     modules/meta_fetcher/luameta.c: Fix file name in header, and add Antoine in authors list as it is a derivative.
  2050. commit 1179afb6e19691d095fd1fc876b411cce15065c7
  2051. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2052. Date:   Mon Aug 13 21:46:27 2007 +0000
  2053.     modules/meta_engine/luameta.c: Get meta (untested) and artwork using lua scripts.
  2054. commit b2fc1b73042ae531ebfdbefa317130af657e96bf
  2055. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2056. Date:   Mon Aug 13 19:59:27 2007 +0000
  2057.     modules/gui/qt4: More compilation attempt.
  2058. commit c47fbbed226a415203fd8d0d3cc812819edbba31
  2059. Author: Rafaël Carré <funman@videolan.org>
  2060. Date:   Mon Aug 13 19:28:35 2007 +0000
  2061.     fucking make
  2062. commit a945f9dee63b95e378a464bb3eeff84a0c28b469
  2063. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2064. Date:   Mon Aug 13 19:08:15 2007 +0000
  2065.     misc/events.c: Add a new way to send receive events. (ripped of from libvlc). It will allow input_item to send events.
  2066. commit 3a13e4b14b369ec44e0894f0839a115dd8277650
  2067. Author: Rafaël Carré <funman@videolan.org>
  2068. Date:   Mon Aug 13 19:06:25 2007 +0000
  2069.     fuck autotools
  2070. commit efcbf1125ed7bdc01a910c9f2ff100a1af7d9d56
  2071. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2072. Date:   Mon Aug 13 18:55:48 2007 +0000
  2073.     modules/gui/qt4: Attempt to fix previous commit.
  2074. commit 24f3597e3481b4a89ba8f7de1fe73414924b4542
  2075. Author: Rafaël Carré <funman@videolan.org>
  2076. Date:   Mon Aug 13 18:53:46 2007 +0000
  2077.     Builds correctly lua for windows
  2078.     Distributes luaplaylist scripts with windows packages
  2079. commit 62454ff8afd2a04a224f074234f74685f19fd132
  2080. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2081. Date:   Mon Aug 13 18:30:28 2007 +0000
  2082.     modules/gui/qt4: Reflects latest meta changes.
  2083. commit 0cfa89796ef5b7b859d720f6c11c635aff7edac3
  2084. Author: Rafaël Carré <funman@videolan.org>
  2085. Date:   Mon Aug 13 17:34:13 2007 +0000
  2086.     Enables taglib by default, allows meta editing on windows & linux in QT4 interface
  2087.     Thanks to Little`Bubble
  2088. commit 9f3bbab57eb30080cee4e7409080282c36ac4a6f
  2089. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2090. Date:   Mon Aug 13 17:28:24 2007 +0000
  2091.     include/vlc_input.h: This commit should have been part of r21062.
  2092. commit 1dc88b3c460b8ae4a7506105f479325f0561b994
  2093. Author: Rafaël Carré <funman@videolan.org>
  2094. Date:   Mon Aug 13 16:44:55 2007 +0000
  2095.     Revert accidental commit in [21066]
  2096. commit 7bcb462e1b6f31731969ce7af9675ff8c29eb59b
  2097. Author: Rafaël Carré <funman@videolan.org>
  2098. Date:   Mon Aug 13 16:38:48 2007 +0000
  2099.     Add myself, sort alphabetically
  2100. commit e9075349c19786b1734a451ec607f7450672efb5
  2101. Author: Rafaël Carré <funman@videolan.org>
  2102. Date:   Mon Aug 13 15:21:43 2007 +0000
  2103.     Returns object hierarchy with root object introspection data. Thanks to eean.
  2104.     Uses correct interface name.
  2105. commit 4a0090f442f99e1c76cd69ac1a30d0740535e8a3
  2106. Author: Rafaël Carré <funman@videolan.org>
  2107. Date:   Mon Aug 13 14:45:16 2007 +0000
  2108.     Updates window title even in fullscreen - patch by Aurélien Jacobs
  2109. commit a8fbff2437f6aecee3b0be4a1d7252cf27afd86c
  2110. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2111. Date:   Mon Aug 13 14:06:37 2007 +0000
  2112.     include/vlc_meta.h: Start with a zero sized dictionary for extra meta.
  2113. commit 1855d4a8d0fcbdf273fd6cc771b0a90b418bd411
  2114. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2115. Date:   Mon Aug 13 14:05:34 2007 +0000
  2116.     include/vlc_arrays.h: Allow zero sized vlc_dictionary_t creation.
  2117. commit 5c47e1504ebede6bda22b1ac721021ea4e341bd0
  2118. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2119. Date:   Mon Aug 13 13:55:10 2007 +0000
  2120.     include/vlc_meta.h: Use the vlc_dictionary to store extra meta tags.
  2121. commit 74da54252cce41e92c1957d87330405202ac41b6
  2122. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2123. Date:   Sun Aug 12 21:18:08 2007 +0000
  2124.     modules/meta_engine/googleimage.c: Art Fetcher module that gets it's arts from images.google.com.
  2125. commit 4af2ccf4cd04f924c925c388c861b24ad59552ee
  2126. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2127. Date:   Sun Aug 12 21:12:47 2007 +0000
  2128.     input/meta.c: Be a bit more selective on meta pre-requirement for art.
  2129. commit 33f279fa8296493fc6938f71fc62c0c260c56ee7
  2130. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2131. Date:   Sun Aug 12 21:07:24 2007 +0000
  2132.     input/meta.c: Allow meta for media that don't have artist nor album. (Because movies owns the right to get their own meta).
  2133. commit bc29813ae05904051827abcdf0fe5297ca1ead78
  2134. Author: Rémi Denis-Courmont <rem@videolan.org>
  2135. Date:   Sun Aug 12 19:02:51 2007 +0000
  2136.     Remove dead code (VLC only uses port numbers, not service names ever)
  2137. commit 42f6cf0471cde247f2c6e0c0303eb7375e0df465
  2138. Author: Rémi Denis-Courmont <rem@videolan.org>
  2139. Date:   Sun Aug 12 18:23:09 2007 +0000
  2140.     DCCP also needs listen()
  2141. commit 5804ebe166493f3a46fe1bdc8bff1041c37307a3
  2142. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2143. Date:   Sat Aug 11 13:48:35 2007 +0000
  2144.     control/media_list.c: Don't forget to increase the md refcount where needed.
  2145. commit 4a2b660ce62364d731fd89e4e5f34372b4228355
  2146. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2147. Date:   Sat Aug 11 12:59:14 2007 +0000
  2148.     control/media_list_player.c: Don't change playlist item at play.
  2149. commit 96fcedeb936ad3070e003b84f82b2eedaa13a669
  2150. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2151. Date:   Sat Aug 11 12:55:58 2007 +0000
  2152.     Qt4 Patch changes RA/R1/NR and RND/NRND text in repeat/random buttons to use
  2153.     I_PL_REPEAT/I_PL_LOOP/I_PL_RANDOM etc. strings as done after
  2154.     toggleRepeat usage etc.
  2155.     Patch by Ilkka Ollakka
  2156. commit c96d14e179a5e792fc8514fb7aff580027557179
  2157. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2158. Date:   Sat Aug 11 12:10:38 2007 +0000
  2159.     Qt4 - Hide/Show from taskBar for Windows.
  2160.     Patch from Hannes Domani.
  2161. commit 3bc8eab6031a611d6bd32fb2b834bb56782d9f3b
  2162. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2163. Date:   Sat Aug 11 12:10:25 2007 +0000
  2164.     control/media_instance.c: Ignore the exception raised by libvlc_get_input_thread in libvlc_media_instance_play.
  2165. commit b8067f045b5a909d9b5827cbeaa1edafb58fa59f
  2166. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2167. Date:   Sat Aug 11 12:01:14 2007 +0000
  2168.     control/media_list_player.c: Fix a typo in get_next_index.
  2169. commit 5efb1f0118bdd2bc7f1836476b02b52dda468c6c
  2170. Author: Bernie Purcell <bitmap@videolan.org>
  2171. Date:   Sat Aug 11 05:57:28 2007 +0000
  2172.     Prescaled output support
  2173. commit 7b246662a8b51c5e10676b4010865cdc26fa163e
  2174. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2175. Date:   Sat Aug 11 01:49:26 2007 +0000
  2176.     control/media_list_player.c: Implement _play_item_at_index().
  2177. commit a18fdf18899f8684e3472334f10ec22aef7e8941
  2178. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2179. Date:   Fri Aug 10 23:47:22 2007 +0000
  2180.     control/media_descriptor.c: Implement more meta.
  2181. commit b10cf533e4f53ca6b096270deb75e211a0bfdfe1
  2182. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2183. Date:   Fri Aug 10 23:10:09 2007 +0000
  2184.     control/media_instance.c: Never fail when requesting the event manager.
  2185. commit f2903b7d15a0e5295adf7dbe38011d4f543c93e4
  2186. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2187. Date:   Fri Aug 10 23:03:39 2007 +0000
  2188.     control/media_list_player.c: Initialize p_mlist, and p_mi.
  2189. commit 262b177b0890b6b1943cb9c4838bcffc5152f290
  2190. Author: Damien Fouilleul <damienf@videolan.org>
  2191. Date:   Fri Aug 10 18:28:49 2007 +0000
  2192.     i422_yuy2: SSE2 improvements
  2193. commit 43bd7bed43a7b997985d2ed18b32d156a25164b6
  2194. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2195. Date:   Fri Aug 10 17:40:54 2007 +0000
  2196.     control/media_list_player.c: Fix a typo.
  2197. commit 8799399983aeca310d0a2ccc2153a9d3eb665e83
  2198. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2199. Date:   Fri Aug 10 14:04:51 2007 +0000
  2200.     Fix previous commit (oops).
  2201. commit a5b311b3c518ea13871fcc6b87ec932788793290
  2202. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2203. Date:   Fri Aug 10 13:19:57 2007 +0000
  2204.     src/Makefile.am: Build media_list.c, media_list_player.c, tag_query.c.
  2205. commit 27d17eb1f3ed973530f6884c0644b4f217bfaf10
  2206. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2207. Date:   Fri Aug 10 13:18:46 2007 +0000
  2208.     include/vlc_arrays.h: Don't forget to return a value in value_for_key.
  2209. commit 2886f5007d2d876c4338e635739afc0bf89bf51a
  2210. Author: Damien Fouilleul <damienf@videolan.org>
  2211. Date:   Fri Aug 10 10:49:12 2007 +0000
  2212.     Makefile: fixed package-win32-zip, it was missing libvlc-controll.dll
  2213. commit dcabd0549ce40c9d93b7d5bc54f3b0e3ad79ff2a
  2214. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2215. Date:   Fri Aug 10 00:56:04 2007 +0000
  2216.     include/vlc_arrays.h: Compile fix for g++.
  2217. commit 9c86aabc0850590c292e453e5b0f1c87214b5e89
  2218. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2219. Date:   Fri Aug 10 00:40:04 2007 +0000
  2220.     include/vlc_arrays.h: Always return a valid ptr in vlc_dictionary_all_keys.
  2221. commit d248d3f2f9a3ca4b8b9508c84ee96d07c362c82b
  2222. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2223. Date:   Fri Aug 10 00:35:57 2007 +0000
  2224.     include/vlc_arrays.h: Implement simple best-case-in-O(1) hash table.
  2225. commit 16c039d47d6fd536867c9f543cceca565e7c12c0
  2226. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2227. Date:   Thu Aug 9 19:54:43 2007 +0000
  2228.     include/vlc_arrays.h: oops, (I did it again).
  2229. commit 98d4bb677299745d4e47ab594e4dcd76c19b1edf
  2230. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2231. Date:   Thu Aug 9 19:38:00 2007 +0000
  2232.     (oops)
  2233. commit 2fa6989d9c4578258de43fe11fecba5e170f7883
  2234. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2235. Date:   Thu Aug 9 19:29:17 2007 +0000
  2236.     Fix previous commit on gcc. (oops).
  2237. commit 1488ac13944bfbde6a3498d0a223ddc6b23af29d
  2238. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2239. Date:   Thu Aug 9 19:12:11 2007 +0000
  2240.     include/vlc_arrays.h: Fix previous commit compilation with g++.
  2241. commit 64a70c8e36a8f65566cadcd47fb9821102c81303
  2242. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2243. Date:   Thu Aug 9 18:38:48 2007 +0000
  2244.     include/vlc_arrays.h: Transform the dictionary macro to static inline, and publish a vlc_dictionary_t type.
  2245. commit 52676b5243625e02f6d1d4df521880e2da0c5c26
  2246. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2247. Date:   Thu Aug 9 16:08:47 2007 +0000
  2248.     vlc/libvlc.h: Advertise libvlc_media_instance_set_drawable.
  2249. commit 6f5d4e4a1d7f539a01eef34a61e305e6f937df40
  2250. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2251. Date:   Thu Aug 9 16:08:14 2007 +0000
  2252.     control/media_descriptor: Implement libvlc_media_descriptor_get_mrl.
  2253. commit c55d47b9a44687eb33ef020e3302bd85f5168ba8
  2254. Author: Rémi Denis-Courmont <rem@videolan.org>
  2255. Date:   Thu Aug 9 14:19:53 2007 +0000
  2256.     Revert [21008]
  2257. commit a1eb826dcd331dd41cba9b06008beb813212ba9a
  2258. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2259. Date:   Thu Aug 9 12:45:37 2007 +0000
  2260.     control/media_instance.c: Set a per-object drawable.
  2261. commit 8239a93234c6d7a0cb74ddec81574d20f0e7a515
  2262. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2263. Date:   Wed Aug 8 21:12:02 2007 +0000
  2264.     Libvlc: Start the implementation of the libvlc playlist. Still in progress.
  2265. commit 423ff245b43e98b87da9acfdbf4c581bd5dd2ea7
  2266. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2267. Date:   Wed Aug 8 17:07:41 2007 +0000
  2268.     Subsdec.c split: remove the old file.
  2269. commit f24d0efb61b4c689809bc0eb65b996e2a4b84781
  2270. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2271. Date:   Wed Aug 8 17:03:24 2007 +0000
  2272.     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.
  2273.     Some functions may still need to be renamed and moved from a file to another.
  2274.     I hope it is done in the correct way, if not, tell me or revert.
  2275. commit 232de8ce8d78d6b53465b171863a92f3dcbfc336
  2276. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2277. Date:   Wed Aug 8 14:24:29 2007 +0000
  2278.     I meant to use var_CreateGetNonEmptyString().
  2279. commit 4b11c6e4f6dc652252d1b3e8535e2bf80daa6774
  2280. Author: Damien Fouilleul <damienf@videolan.org>
  2281. Date:   Wed Aug 8 13:45:09 2007 +0000
  2282.     mozilla: fix VLC Plugin.plugin target for MacOS X, added support for libvlc.dylib, etc..
  2283. commit a55589a05af8341751bd0dd6d013dc840a66f519
  2284. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2285. Date:   Wed Aug 8 13:13:04 2007 +0000
  2286.     Force lirc configuration file to usForce lirc configuration file to usee
  2287. commit 398cbeb65e230c53bb4f81ed08163be22e912400
  2288. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2289. Date:   Wed Aug 8 09:25:44 2007 +0000
  2290.     Scale every plane correctly. This fixes the "green bar at the bottom after scaling" issue.
  2291. commit c0da24fe8dbdd5a0db10043940c85afb3b54b542
  2292. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2293. Date:   Wed Aug 8 09:25:42 2007 +0000
  2294.     Use parenthesis to make it more readible.`
  2295. commit cbbe174a03104b9d0ad1429a34a0ade1b3a1c92f
  2296. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2297. Date:   Wed Aug 8 01:13:31 2007 +0000
  2298.     control/media_instance.c: Listen to the variable changes.
  2299. commit fa2c16991d33a831a6508671a34fb54f6d7cc67e
  2300. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2301. Date:   Tue Aug 7 23:51:17 2007 +0000
  2302.     control/media_instance.c: Support libvlc_MediaInstanceReachedEnd event for upcoming media_list_player.
  2303. commit b160f7f4019c5a1322d54f1b7dbe16472ffbbdbf
  2304. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2305. Date:   Tue Aug 7 22:55:01 2007 +0000
  2306.     control/event.c: event_manager_init -> event_manager_new
  2307. commit 7ef8f73c87ca257886b290d71188300a57784f5a
  2308. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2309. Date:   Tue Aug 7 22:10:29 2007 +0000
  2310.     control/libvlc_internal.h: Comment fix.
  2311. commit 664fa731b33d322f65db84f4e3b15098b0ddf8be
  2312. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2313. Date:   Tue Aug 7 18:59:45 2007 +0000
  2314.     control/media_instance.c: Code factorization.
  2315. commit 6a1415be4fb858b85a0cfc88e09eed6013a002b4
  2316. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2317. Date:   Tue Aug 7 18:42:21 2007 +0000
  2318.     control/event.c: Tab fix.
  2319. commit 521ae0cdab32b0be0db8452139a770b992e5d0b8
  2320. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2321. Date:   Tue Aug 7 17:58:53 2007 +0000
  2322.     Thanks to Ilkka Ollakka for qt4 too.
  2323. commit 9f666f7c95ba3394c5dcbf146ddb5a7967e400ff
  2324. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2325. Date:   Tue Aug 7 17:57:46 2007 +0000
  2326.     Qt4 - Playlist: scrollTo current-item and view issues...
  2327.     Patch by Ilkka Ollakka
  2328. commit f0cf58a8d9fddd9feaa65d15adf918417d275b22
  2329. Author: Rémi Denis-Courmont <rem@videolan.org>
  2330. Date:   Tue Aug 7 17:18:34 2007 +0000
  2331.     Fix HTTP authentication.
  2332.     Yes, some sites use empty usernames
  2333. commit db9ec109f864372e494cc973795e7f85e04acbb8
  2334. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2335. Date:   Tue Aug 7 17:04:49 2007 +0000
  2336.     Qt4 - Slider bug temporary solving.
  2337.     Patch by Hannes Domani
  2338.     THANKS updated.
  2339. commit 0d6d5607c7928e88791f7f2827be18b8fb7644f5
  2340. Author: Rémi Denis-Courmont <rem@videolan.org>
  2341. Date:   Tue Aug 7 17:03:52 2007 +0000
  2342.     Do not bother with the byte range when we are at offset zero
  2343. commit 738f62a615c7988974bdaf47e8d9b86458bd36db
  2344. Author: Antoine Cellerier <dionoea@videolan.org>
  2345. Date:   Mon Aug 6 21:55:22 2007 +0000
  2346.     Cosmetics.
  2347. commit 0e571b915c9287a28cde463a2795891dd84d090c
  2348. Author: Rémi Denis-Courmont <rem@videolan.org>
  2349. Date:   Mon Aug 6 20:04:25 2007 +0000
  2350.     Oups
  2351. commit 8b5540821ffbf7b8b0f17e9ab2c18a7b7ee7cab8
  2352. Author: Rémi Denis-Courmont <rem@videolan.org>
  2353. Date:   Mon Aug 6 20:01:24 2007 +0000
  2354.     Sync with module macros and sout chain parsing
  2355. commit 11d2650a5ad1fe504027d2decde1fcbcd79151ce
  2356. Author: Rémi Denis-Courmont <rem@videolan.org>
  2357. Date:   Mon Aug 6 19:58:36 2007 +0000
  2358.     Simplify and remove a warning
  2359. commit 808d1d38213c720564252fdfd25aad51d8ec6803
  2360. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2361. Date:   Mon Aug 6 17:59:57 2007 +0000
  2362.     Qt4 - systray behaviour: first activate the Windows before hiding it.
  2363.     Closes #1249
  2364. commit 12e628a747adbfcc280cacad2ac3357e981c92a2
  2365. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2366. Date:   Mon Aug 6 17:09:31 2007 +0000
  2367.     qt4 : cosmetics.
  2368. commit 95e9891724f97005a682c6d289c7a4e7b206dd01
  2369. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2370. Date:   Mon Aug 6 17:07:49 2007 +0000
  2371.     qt4 : remove trailing spaces.
  2372. commit ba7b7a8d58e94ddb83a8371dbe88ad1fcd3d4001
  2373. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2374. Date:   Mon Aug 6 17:03:01 2007 +0000
  2375.     Qt4 - fix QT playlist display bug when clicking on top-level of playlist.
  2376.     Patch by Alexander Gall. Thanks.
  2377. commit f02ba5409aec3f56e2cc57f78b5aefc1fce81540
  2378. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2379. Date:   Mon Aug 6 16:29:02 2007 +0000
  2380.     Add .flv extension. Close #1256
  2381. commit c58f05462a0819e74526569303338a67017d02d8
  2382. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2383. Date:   Sun Aug 5 23:06:07 2007 +0000
  2384.     bindings/java: callback/events usage has changed. For the time being, send an exception.
  2385. commit 3f75f779109fcac9cb1d15fafdb5a083ee791c18
  2386. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2387. Date:   Sun Aug 5 22:32:31 2007 +0000
  2388.     control/event.c: Change the event API to be per-object driven. It is not yet in use.
  2389. commit 1605af5772bcc37e7969c050de598e5911d9637c
  2390. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2391. Date:   Sun Aug 5 20:01:21 2007 +0000
  2392.     Subsdec: remove trailing spaces.
  2393. commit 62b68c2c4515ec427df9fd104261ab2101cfdecc
  2394. Author: Olivier Teulière <ipkiss@videolan.org>
  2395. Date:   Sun Aug 5 13:10:00 2007 +0000
  2396.     doc/skins/skins2-howto.xml: Added Button.tooltiptext which had been forgotten
  2397. commit b48bc0e9f24dcafd9c142a68638a21f15d871ece
  2398. Author: Rémi Denis-Courmont <rem@videolan.org>
  2399. Date:   Sun Aug 5 12:12:08 2007 +0000
  2400.     Missing header for INT_MAX
  2401. commit 05bbfabcec553de912fdeba4a1acc6a39bd5859c
  2402. Author: Rémi Denis-Courmont <rem@videolan.org>
  2403. Date:   Sun Aug 5 09:06:22 2007 +0000
  2404.     Fix server port parsing. Bug reported by Gerrit Benker.
  2405. commit 593ef6c558825dca896ccffdf2fc6dcdb7db3716
  2406. Author: Rémi Denis-Courmont <rem@videolan.org>
  2407. Date:   Sun Aug 5 08:55:14 2007 +0000
  2408.     Ignore frame with zero size.
  2409.     This needs to be *reviewed*.
  2410. commit 0790860fe5050cfbadcce4086cde7230d1a75526
  2411. Author: Rémi Denis-Courmont <rem@videolan.org>
  2412. Date:   Sun Aug 5 08:38:17 2007 +0000
  2413.     Fix NULL dereference due to Speex header corruption
  2414.     spotted by David Thiel
  2415. commit a7d566c6560324eaaf3fc7f987d4afc2c300c0b4
  2416. Author: Rémi Denis-Courmont <rem@videolan.org>
  2417. Date:   Sun Aug 5 08:32:04 2007 +0000
  2418.     Fix void arithmethic
  2419. commit 2c32483bbcf0016701438570b14dbfb344ac6f3e
  2420. Author: Rémi Denis-Courmont <rem@videolan.org>
  2421. Date:   Sun Aug 5 08:27:54 2007 +0000
  2422.     Fix malloc error handling
  2423.     (bug reported by David Thiel)
  2424. commit c296e05be40c17b544b6f3e73ccd6bcbc10ff16f
  2425. Author: Rémi Denis-Courmont <rem@videolan.org>
  2426. Date:   Sat Aug 4 20:57:16 2007 +0000
  2427.     Cleanup / speedup
  2428. commit 39c625244ad194802ca2eda1e53bb1884b9836d1
  2429. Author: Rémi Denis-Courmont <rem@videolan.org>
  2430. Date:   Sat Aug 4 20:49:46 2007 +0000
  2431.     - Cleanup and fixes deprecated options:
  2432.      - Removed the gross SUPPRESSED hack
  2433.      - Remove support for strict deprecated aliases (that was not used anyway)
  2434. commit 37ce2848cd83ba8255190cb0c810f5586cfd785c
  2435. Author: Rémi Denis-Courmont <rem@videolan.org>
  2436. Date:   Sat Aug 4 18:50:37 2007 +0000
  2437.     Fix usage of add_shortcut.
  2438.     Note that shortcuts are inherited from the main module to submodules, so it is
  2439.     totally useless to duplicate them paste add_submodule. If you think this is
  2440.     wrong, I do not necessarily disagree, but it would need a RFC.