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

midi

开发平台:

Unix_Linux

  1.     sends packets when it's deleted, so the RTP stream is still needed.
  2.     (cherry picked from commit 816f557325f3ee631fb3a328ff7b30c46c634585)
  3. commit 6c6ab104d70069b96859deab1914734e86ea6761
  4. Author: Rémi Denis-Courmont <remi@remlab.net>
  5. Date:   Wed Jun 24 18:50:25 2009 +0300
  6.     directory: handle relative paths properly
  7.     (cherry picked from commit 6bf70b22abb4b855c4da0e3887f175d2102655f0)
  8. commit 1e924a437e160e9da1255c72b040a68b248eadbf
  9. Author: Rémi Duraffort <ivoire@videolan.org>
  10. Date:   Wed Jun 24 16:20:40 2009 +0200
  11.     Fix a segfault (buffer overflow for win32 only).
  12.     (cherry picked from commit e60a9038b13b5eb805a76755efc5c6d5e080180f)
  13.     
  14.     Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
  15. commit 1d3a963a433dc74e541525c72b324adcbea087e1
  16. Author: Ilkka Ollakka <ileoo@videolan.org>
  17. Date:   Wed Jun 24 16:52:36 2009 +0300
  18.     Improve x11 xinerama fullscreen window placement
  19.     
  20.     Select fullscreen display the one that has most of the video-window,
  21.     then you get qt4 fullscreencontroller on same display also, and it's
  22.     more logical (imo). Algorithm is prettymuch the same as Nigel Tao has
  23.     made in his gpl2 project superswitcher, Didn't want to reinvent this
  24.     with different variable-names ;)
  25. commit b4c2bbe2b1a9b6734b6996e810e153ea7678c979
  26. Author: Derk-Jan Hartman <hartman@videolan.org>
  27. Date:   Wed Jun 24 15:47:42 2009 +0200
  28.     fix the inverted logic of [a4c0b9def174659bf6b4d30dcb6f47f98080e117]
  29. commit a4c0b9def174659bf6b4d30dcb6f47f98080e117
  30. Author: Derk-Jan Hartman <hartman@videolan.org>
  31. Date:   Wed Jun 24 15:43:04 2009 +0200
  32.     core: Temporarily fix input_item_SetURI() for 1.0 bugfix.
  33.     
  34.     It now will handle both paths and URIs when trying to determine the filename.
  35.     This balances [873234a1d0d44731d098003ede8e3b945623bbdc].
  36. commit ffd4ec22cf34190983976bdf177f3f9fa389cf4d
  37. Author: Erwan Tulou <erwan10@videolan.org>
  38. Date:   Tue Jun 23 23:30:01 2009 +0200
  39.     skins2: solve crashes due to releasing variables at termination
  40.     
  41.     skins was using two lists of variables (named and anonymous).
  42.     The problem was that variables from one list held references to variables from the other list and vice-versa. Whatever the order of releasing them, crashes could occur.
  43.     
  44.     This patch uses the anonymous list to keep a reference on **all** variables.
  45.     This guarantees they are released in the reverse order from creation.
  46.     (cherry picked from commit fb771cf9b235d5c64030236e63ca4585db840efe)
  47. commit 3ab66ebedef49d1f9921eb9d5a63185fc845505b
  48. Author: Derk-Jan Hartman <hartman@videolan.org>
  49. Date:   Tue Jun 23 23:06:47 2009 +0200
  50.     When we fill the name of an input item with URI parts, use decode_URI() so it becomes easier to read.
  51. commit af287865be67dcaf404246c430ddf1b7125e66fb
  52. Author: Rémi Denis-Courmont <remi@remlab.net>
  53. Date:   Tue Jun 23 23:08:28 2009 +0300
  54.     Do not inherit xspf-open demux from media library
  55.     (cherry picked from commit d704062a95b8769dfb27bbd16700da69498cedef)
  56. commit 9d3fbd002c9aff5136dfaadf323635828f2b4505
  57. Author: Rémi Denis-Courmont <remi@remlab.net>
  58. Date:   Tue Jun 23 22:56:36 2009 +0300
  59.     XSPF: remove harmful base decoding
  60.     
  61.     (cherry picked from commit 993d4fcc4a511fc1b5d3bc3cafb262dd20e5cf40)
  62.     
  63.     Conflicts:
  64.     
  65.      modules/demux/playlist/xspf.c
  66. commit f42e19995035ab12cfb4f7faa9ae09e8490e3b6a
  67. Author: Rémi Denis-Courmont <remi@remlab.net>
  68. Date:   Tue Jun 23 22:13:24 2009 +0300
  69.     playlist_MLLoad: format library URI correctly
  70.     (cherry picked from commit c4dcc7a5a6763e08f641227270ca040192e44af0)
  71.     
  72.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  73. commit 059bfafb9ff76289de21e40efcdbf38294a08df9
  74. Author: Rémi Denis-Courmont <remi@remlab.net>
  75. Date:   Tue Jun 23 21:50:32 2009 +0300
  76.     playlist_Import: use make_URI
  77.     (cherry picked from commit 7521a562a2fa3213c1c056d0118301d9268ee194)
  78.     
  79.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  80. commit d02d05a64c4052d9269875b38612e8a45dca54a6
  81. Author: Rémi Denis-Courmont <remi@remlab.net>
  82. Date:   Tue Jun 23 21:40:04 2009 +0300
  83.     Excessive white space
  84.     (cherry picked from commit d131e9ae8080e8a3f196af5af952d0d805661977)
  85. commit 66fab58c1348e6d2dd8ffe8ca9f224c4b2dfc6ba
  86. Author: Erwan Tulou <erwan10@videolan.org>
  87. Date:   Tue Jun 23 18:52:37 2009 +0200
  88.     MacOs and Windows(skins): don't kill and join twice the same thread
  89. commit 0a8e06360b9b8aa1d5be896c5f860c11db702c01
  90. Author: Rémi Duraffort <ivoire@videolan.org>
  91. Date:   Tue Jun 23 08:25:59 2009 +0200
  92.     Typo.
  93.     (cherry picked from commit d83c47abb7581be89df2c1c03c3acf940932ae70)
  94.     
  95.     Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
  96. commit 888b77d584e3a70d2fb8c2d872c1535dd36503aa
  97. Author: Erwan Tulou <erwan10@videolan.org>
  98. Date:   Mon Jun 22 23:24:51 2009 +0200
  99.     skins2: ensure the new SubX default skins doesn't crash on exit
  100.     
  101.     SubX crashed on both Linux and Windows in a set::erase call (STL) when releasing C++ objects. Swapping two loops solved it. (the second loop was referencing variables released in the first loop). This makes SubX terminate nicely, but doesn't solve all crashes for skins2. (more cleanup to do)
  102.     (cherry picked from commit f7e0923d25fc95597ea70404a23932fdfec83c7c)
  103. commit f9c1ec6f701ffe0cb4780006f08ef9b87499177d
  104. Author: Erwan Tulou <erwan10@videolan.org>
  105. Date:   Mon Jun 22 23:07:06 2009 +0200
  106.     Windows(skins2) and MacOS : do not release the GUI interface at this early stage of vlc termination.
  107.     
  108.     Release will occur in the loop where all remaining interfaces get released once the playlist is deactivated.
  109. commit b1d4c10132abc597bc9f39b900421e2ae202c1c2
  110. Author: Derk-Jan Hartman <hartman@videolan.org>
  111. Date:   Mon Jun 22 21:39:07 2009 +0200
  112.     macosx: memleak due to unneeded strdup()
  113.     (cherry picked from commit 50b04778ef968917797a8757d38b4f0c2f726f4d)
  114.     
  115.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  116. commit 771539a5a065adec9aa2a5d8086b855fd99ac28e
  117. Author: Derk-Jan Hartman <hartman@videolan.org>
  118. Date:   Mon Jun 22 20:52:53 2009 +0200
  119.     rotate filter: Avoid a crash
  120.     
  121.     This fixes a DIVIDEBYZERO crash in the rotate filter. Does not seem like the right solution to me, but dionoea should probably look into that, since he wrote most of this filter.
  122.     
  123.     This crash occured with http://streams.videolan.org/issues/HIGNFY%20S25E02%20-%20Part%201.flv
  124.     
  125.     plane 1 (non Y-plane)
  126.     i_visible_lines = 119
  127.     p_pic->p[Y_PLANE].i_visible_pitch = 320
  128.     p_pic->p[Y_PLANE].i_visible_lines = 239
  129.     i_visible_pitch = 160
  130.     (cherry picked from commit fde2277f8f994c60b60372db98061ab1b72af3f3)
  131.     
  132.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  133. commit 906c413d3c32b16d0156650bd02bd70058d31ada
  134. Author: Derk-Jan Hartman <hartman@videolan.org>
  135. Date:   Mon Jun 22 20:29:13 2009 +0200
  136.     macosx: NSScreen(VLCAdditions) does not leak.
  137.     
  138.     The Objective-C runtime will properly unload this at the end of the application. The mozilla plugin should not even be using this at all.
  139.     (cherry picked from commit 573844a977ad1224efc9dde74e42f33d07ccc5c9)
  140.     
  141.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  142. commit f371b8713dfa506d69b450e9b4b56c6ac572d881
  143. Author: Felix Paul Kühne <fkuehne@videolan.org>
  144. Date:   Mon Jun 22 20:20:14 2009 +0200
  145.     compilation fix
  146.     
  147.     ... or hack. A clean fix will be the next master commit, which removes the dyld usage completely
  148. commit 88e6f3f12a0bbffb382e0bd76d74672f74dd2c36
  149. Author: Rémi Duraffort <ivoire@videolan.org>
  150. Date:   Mon Jun 22 13:39:53 2009 +0200
  151.     podcast: save configuration when adding/removing podcast from the dialog.
  152.     (cherry picked from commit f471df4df3ab395640db149d8bfda34c736cf5bd)
  153.     
  154.     Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
  155. commit ac7b6acb45be30882c752c83871bd6f81094b925
  156. Author: Felix Paul Kühne <fkuehne@videolan.org>
  157. Date:   Mon Jun 22 20:09:34 2009 +0200
  158.     core: disabled the deprecated usage of the DYLD API on Darwin for x86_64 builds
  159.     
  160.     This fixes the constant crashes on quit on Leopard
  161. commit 102d36a4f1ed4ce4ee9ca12a03aa974846937292
  162. Author: Erwan Tulou <erwan10@videolan.org>
  163. Date:   Mon Jun 22 16:32:14 2009 +0200
  164.     skins2(SubX): correct a typo ("notdvd.isActive" => "not dvd.isActive" )
  165.     (cherry picked from commit d3312fee1923a6d64b554a9ce66e9dfd5ad0a736)
  166. commit 9f8053e6b942a23a3c690e64175a475581e3dd26
  167. Author: Rémi Duraffort <ivoire@videolan.org>
  168. Date:   Mon Jun 22 10:25:40 2009 +0200
  169.     Split the test for user/passwd and the test for the port number (the two tests are independent).
  170.     
  171.     Signed-off-by: JP Dinger <jpd@videolan.org>
  172.     (cherry picked from commit e3787b90a0cd4b12af67513230cd0f36fea3d372)
  173.     
  174.     Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
  175. commit 3125c618078db629d896100d976d4d57fd24ea36
  176. Author: Rémi Duraffort <ivoire@videolan.org>
  177. Date:   Mon Jun 22 09:40:24 2009 +0200
  178.     Fix the previsous commit: if the user or the password is set in the url, use
  179.     it.
  180.     (cherry picked from commit 59f41e69f86aeec986b104955ef2a6acd0449fdc)
  181.     
  182.     Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
  183. commit 70ef67f23f69f257d4fd38d4295435fde54a2066
  184. Author: Derk-Jan Hartman <hartman@videolan.org>
  185. Date:   Mon Jun 22 12:54:22 2009 +0200
  186.     copy paste mistake in [7f43b9342a40189805621c02345539e42eae4c94]
  187.     (cherry picked from commit 8b178f45422d254f9a7cd24d1a4deaf83587271c)
  188.     
  189.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  190. commit 5273434b2114410a0f326335d59581ba02d1fef0
  191. Author: Derk-Jan Hartman <hartman@videolan.org>
  192. Date:   Mon Jun 22 12:46:57 2009 +0200
  193.     macosx plugin: Set miminum system version for the mozilla plugin as well.
  194.     (cherry picked from commit 7f43b9342a40189805621c02345539e42eae4c94)
  195.     
  196.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  197. commit 0eb7471cc2c09895e661d1c9c6e92b33955c6c4e
  198. Author: Derk-Jan Hartman <hartman@videolan.org>
  199. Date:   Mon Jun 22 12:44:37 2009 +0200
  200.     macosx: Set minimum OS version for the VLC application bundle
  201.     
  202.     This works with 10.2, 10.3 and 10.4, but 10.3 requires the code we have in VLCApplication.
  203.     (cherry picked from commit 24a0dc938bfd5b4bd6cc787e5b899809aa06fd2c)
  204.     
  205.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  206. commit d77f17f163c00dc3747236152a925fd38d94851c
  207. Author: Rémi Duraffort <ivoire@videolan.org>
  208. Date:   Mon Jun 22 08:12:24 2009 +0200
  209.     Add missing CoUninitialize.
  210.     For each CoInitialize we have to call CoUninitialize.
  211.     (cherry picked from commit ac1c62c81e88bd87667ce557f630ec69a0aa7cc3)
  212.     
  213.     Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
  214. commit b415326db9a5515fd5c4f9ac1b0f5163d9de722f
  215. Author: Rémi Duraffort <ivoire@videolan.org>
  216. Date:   Mon Jun 22 07:47:22 2009 +0200
  217.     FIx a segfault: we need both user and password to be not NULL.
  218.     (cherry picked from commit c90fc1d049a23032ab204e74b6f810660a6d9e43)
  219.     
  220.     Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
  221. commit e2a691966224cae7d5871a8d5040d5a9aaf4aeb1
  222. Author: Derk-Jan Hartman <hartman@videolan.org>
  223. Date:   Sun Jun 21 23:36:05 2009 +0200
  224.     mac text renderer: Fix a nasty crash in the YUVA renderer
  225.     
  226.     This really fixes #2649
  227.     This entire module needs some refinement, but since we are gonna have to dump it for CoreText very soon, there is little point in doing that.
  228.     (cherry picked from commit ee313399d56715b1300e76e9738bceb4b59b703b)
  229.     
  230.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  231. commit cc5b6aeeeef7bff7f4f9c1aae696091eed212530
  232. Author: Derk-Jan Hartman <hartman@videolan.org>
  233. Date:   Sun Jun 21 23:00:59 2009 +0200
  234.     mac text renderer: make sure our picture is of the right height.
  235.     
  236.     This will likely fix #2649
  237.     (cherry picked from commit 575095118f9f3016416e1f494ad14dcb20fd60a3)
  238.     
  239.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  240. commit 8067db74fb0fb0bb3de31dcfc9338c82b793ef29
  241. Author: Jean-Baptiste Kempf <jb@videolan.org>
  242. Date:   Sun Jun 21 18:02:42 2009 +0200
  243.     Qt: use the native dialog for Save Playlist
  244.     
  245.     This is better for translations, and look'n feel.
  246.     This defaults the name to .xspf, if not a valid extension is provided.
  247.     (cherry picked from commit fe5ba7a24296d5ad14852385ab91eb24b04737dc)
  248.     
  249.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  250. commit ccfcc1d90baa0f825dd37f6b1d9eb451aa502e44
  251. Author: Jean-Baptiste Kempf <jb@videolan.org>
  252. Date:   Sun Jun 21 16:26:50 2009 +0200
  253.     NSis: Fix for romanian translation.
  254. commit 46a61c6d513c5dae0d12c26379693948155c6615
  255. Author: Jean-Baptiste Kempf <jb@videolan.org>
  256. Date:   Sun Jun 21 03:57:49 2009 +0200
  257.     Qt: be sure to use everywhere the saved path.
  258.     
  259.     And also fix the support for it on Windows.
  260.     (cherry picked from commit 953140e515e407698579f525ad5e0c17eb9e094b)
  261.     
  262.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  263. commit ed88759d6ce576d9bd776e0252f9ebf3abb48363
  264. Author: Rémi Duraffort <ivoire@videolan.org>
  265. Date:   Sun Jun 21 12:15:42 2009 +0200
  266.     Fix potential memleak.
  267.     (cherry picked from commit c5af2987b60ec1ce69972f82cf76f481d499fe5c)
  268.     
  269.     Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
  270. commit 12a697443728529d4d607463c222a77cea0ea096
  271. Author: Derk-Jan Hartman <hartman@videolan.org>
  272. Date:   Fri Jun 19 23:36:00 2009 +0200
  273.     http interface: strdup memleaks
  274.     (cherry picked from commit c766082c922c2488276397698116e9f3acc51fb6)
  275.     
  276.     Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
  277. commit 30ab7449dd65e059438f908e1af1310412790eee
  278. Author: Jean-Baptiste Kempf <jb@videolan.org>
  279. Date:   Sat Jun 20 16:07:21 2009 +0200
  280.     On the road to 1.0.0
  281. commit afb3fc727ab5df7f5013d4bf93ea17252bca827a
  282. Author: Christophe Mutricy <xtophe@videolan.org>
  283. Date:   Sat Jun 20 00:09:31 2009 +0100
  284.     Synchronise PO files
  285. commit c4aa535b20bdd75fc856a595f79bdc057d27f0d2
  286. Author: Éric Lassauge <lassauge@users.sourceforge.net>
  287. Date:   Fri Jun 19 23:57:17 2009 +0100
  288.     l10n: French update
  289.     
  290.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  291. commit fe40d78678f21b4395435a5554b2cccdc254fc7e
  292. Author: Martin Pöhlmann <mpdeimos@googlemail.com>
  293. Date:   Fri Jun 19 23:25:39 2009 +0100
  294.     New default skin: SubX
  295.     
  296.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  297.     (cherry picked from commit d89c5dc9b4d8d4014e39206a377b2e03e26c177c)
  298. commit 29fec769e5945e9d849c972d6398c09a4b4e8bb5
  299. Author: A S Alam <apbrar@gmail.com>
  300. Date:   Fri Jun 19 19:33:42 2009 +0100
  301.     l10n: Punjabi update
  302.     
  303.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  304. commit ed765779161a424aecf1e7adcf115d46cbd7d012
  305. Author: Баярсайхан Энхтайван <ebayaraa@gmail.com>
  306. Date:   Fri Jun 19 19:29:48 2009 +0100
  307.     l10n: Mongolese update
  308.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  309. commit b2033eff56dbd0258d30d3c3a3dd400bb9d1c615
  310. Author: Jean-Baptiste Kempf <jb@videolan.org>
  311. Date:   Fri Jun 19 01:05:58 2009 +0200
  312.     Qt: store the filedialog path in Qt setings, instead of vlc config (internal option, btw)
  313.     
  314.     This simplifies a bit the code, should solve the issue reported over and over by the users.
  315.     (cherry picked from commit 34102147f3c10d5b60c084e0fea7fee20c91e7bb)
  316.     
  317.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  318. commit 546bbb82f42665946904cea876e845a3e9b77275
  319. Author: Jean-Baptiste Kempf <jb@videolan.org>
  320. Date:   Fri Jun 19 00:59:02 2009 +0200
  321.     Qt: first step to fix directory remembering.
  322.     (cherry picked from commit 5f621072ec348a36e1c5444e92803c262150f08b)
  323.     
  324.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  325. commit 35f7e73c0a1bd1643d21a134e42d005e124c2111
  326. Author: Jean-Baptiste Kempf <jb@videolan.org>
  327. Date:   Fri Jun 19 00:25:00 2009 +0200
  328.     Qt: cosmetics and comments.
  329.     (cherry picked from commit 4c4aae84c4b516592ab42c8c08242c400a107e90)
  330.     
  331.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  332. commit d4fdf4bb743adbc3355fe0123bf7b200275892d9
  333. Author: Jean-Baptiste Kempf <jb@videolan.org>
  334. Date:   Fri Jun 19 00:16:55 2009 +0200
  335.     Qt: correct right click selection.
  336.     
  337.     That way, when you right-click on the not-selected item, you can delete it.
  338.     (cherry picked from commit df20afd774d8b62de3606edb6a1586011dc11804)
  339.     
  340.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  341. commit 8b9d73a700bf003be654750df29f5af30f854bfd
  342. Author: Derk-Jan Hartman <hartman@videolan.org>
  343. Date:   Fri Jun 19 15:30:28 2009 +0200
  344.     macosx: Update list of extensions. Fix video.icns ->  movie.icns
  345. commit 10f95fc58964afb8806ed1c2e2764b802b4bc356
  346. Author: Laurent Aimar <fenrir@videolan.org>
  347. Date:   Fri Jun 19 01:02:04 2009 +0200
  348.     Workaround buggy flv files (#2590).
  349.     
  350.      It seems that (a lot of?) flv files does not correctly set PTS,
  351.     so ignore them, with luck the decoder (avcodec) will recreate
  352.     them.
  353.      It might break some valid files, so report any regression.
  354.     
  355.     (It needs the AVCodecContext::ticks_per_frame change).
  356.     (cherry picked from commit d1bf1bcfba6af6ac76250d7953afc1e1b894b5f7)
  357.     
  358.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  359. commit 2e511714c846d03169dca8da68d7c773b39dfffd
  360. Author: Rémi Duraffort <ivoire@videolan.org>
  361. Date:   Fri Jun 19 12:40:35 2009 +0200
  362.     Fix compilation (thanks to cppcheck developpers to notice this bug)
  363.     (cherry picked from commit 17ebc0bf4b35327ba0fcd4ee64d0511ddc72f067)
  364.     
  365.     Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
  366. commit 614ff902cd2b4f6d38faef9e6b66dd58bf049fb6
  367. Author: Rémi Duraffort <ivoire@videolan.org>
  368. Date:   Fri Jun 19 11:28:46 2009 +0200
  369.     Fix memleak.
  370.     (cherry picked from commit 8c60ce97a210281a7a9701be7d636b9b693a4216)
  371.     
  372.     Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
  373. commit 05cd9e9b8080cef5f3097cb72eb44fcec5120342
  374. Author: Rémi Duraffort <ivoire@videolan.org>
  375. Date:   Fri Jun 19 11:14:36 2009 +0200
  376.     Never print the password in the logs.
  377.     (cherry picked from commit ec01f1da2483121e609fa771aad3ad834f1c7004)
  378.     
  379.     Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
  380. commit 147ef2448ed0d9b98815152190c13266d666adc2
  381. Author: Rémi Duraffort <ivoire@videolan.org>
  382. Date:   Fri Jun 19 11:07:33 2009 +0200
  383.     Don't print the password in the logs (even debug ones).
  384.     (cherry picked from commit 5e432a0ded94eed1f38f25adeae64665fdbb6b7a)
  385.     
  386.     Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
  387. commit 9c5bd0598ce0e8f980045310553c26d53dc69c21
  388. Author: Laurent Aimar <fenrir@videolan.org>
  389. Date:   Fri Jun 19 01:15:56 2009 +0200
  390.     Fixed a typo.
  391.     (cherry picked from commit 9b39dc1b066ae767cb6fc1607b6c512aee18275c)
  392.     
  393.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  394. commit ee886eaf4f59e18f1135530d1eeb735328421432
  395. Author: Laurent Aimar <fenrir@videolan.org>
  396. Date:   Fri Jun 19 00:47:57 2009 +0200
  397.     Used AVCodecContext::ticks_per_frame when available.
  398.     
  399.     It fixes a regression with interpolated timestamps for some
  400.     mpeg-I/II and for h264.
  401.     (cherry picked from commit 06105bd193c8b7f002087197a1f4d7258aca3d3c)
  402.     
  403.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  404. commit c36f1f2fe5e91997f59a48ad30d1bba619401ea9
  405. Author: Laurent Aimar <fenrir@videolan.org>
  406. Date:   Fri Jun 19 00:52:30 2009 +0200
  407.     Do not warn about unsupported demux/access when aborting.
  408.     (cherry picked from commit ae5abca4dc35db81aad5b7617f5f41b6e970f6d9)
  409.     
  410.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  411. commit ae0845782318509eb3dac8ee27f054b60e6ce462
  412. Author: Laurent Aimar <fenrir@videolan.org>
  413. Date:   Fri Jun 19 00:51:05 2009 +0200
  414.     Do not ask the user if we should build the avi index when the demuxer has been killed.
  415.     (cherry picked from commit 8d74508733922ae17b17484e8e92e84b040bf592)
  416.     
  417.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  418. commit 8564398fe65712816f1f4b5019c5be4dafc586ba
  419. Author: Laurent Aimar <fenrir@videolan.org>
  420. Date:   Thu Jun 18 23:38:05 2009 +0200
  421.     Used av_malloc/free for avcodec_decode_audio2 output buffer.
  422.     
  423.     It is needed to ensure valid buffer alignment.
  424.     (cherry picked from commit ae6189240799ea4f5e9f300b0ae24813dbfd4295)
  425.     
  426.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  427. commit 6a747ce95e3d0a8f1848ec0440e195677fcdea00
  428. Author: Laurent Aimar <fenrir@videolan.org>
  429. Date:   Thu Jun 18 23:47:15 2009 +0200
  430.     Really used a weaker lock for input_ressource_HoldAout.
  431.     (cherry picked from commit 1ba525b0c98ac9608080479648edeb486d978946)
  432.     
  433.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  434. commit 82ae423ab2dbb87be3be8ee2a50943f945ff8ccc
  435. Author: Laurent Aimar <fenrir@videolan.org>
  436. Date:   Thu Jun 18 22:41:16 2009 +0200
  437.     Used a weaker lock scheme for input_resource_HoldAout.
  438.     (cherry picked from commit 9ef7e90ea5797622453649a35511eb3f4e419d9c)
  439.     
  440.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  441. commit e13646723fff04fb57da27cb16248e7ff13eb594
  442. Author: Laurent Aimar <fenrir@videolan.org>
  443. Date:   Thu Jun 18 22:34:59 2009 +0200
  444.     Fixed a potential race condition in input_resource_HoldVout*.
  445.     (cherry picked from commit 01bec0077e7d2da2bf059297d3572e0c49e36453)
  446.     
  447.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  448. commit d8550f959c264fb873c0c16024ac83501d012844
  449. Author: Laurent Aimar <fenrir@videolan.org>
  450. Date:   Thu Jun 18 22:34:09 2009 +0200
  451.     Renamed lock_vout in lock_hold in resource (No functionnal changes).
  452.     (cherry picked from commit fee7f059d72a04b1b07e20aea1c11d4064a9a23c)
  453.     
  454.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  455. commit 0bf2d34289925a19a6341972980600a4a24e3f3c
  456. Author: airplanez <airplanez@gmail.com>
  457. Date:   Thu Jun 18 22:50:05 2009 +0100
  458.     l10n: Korean update
  459.     
  460.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  461. commit 61e6a5cf76ac41c6248c4f0c997277959a109602
  462. Author: Rémi Duraffort <ivoire@videolan.org>
  463. Date:   Thu Jun 18 19:37:15 2009 +0200
  464.     Backport THANKS updates.
  465. commit 15cb1371a94244edf652e8076f31fa32f7d7e868
  466. Author: Konstantin Pavlov <thresh@altlinux.org>
  467. Date:   Thu Jun 18 16:46:59 2009 +0400
  468.     Dont install libvlc_media_list.h twice.
  469. commit e75f9665327362266495b0d710e31023a843fa90
  470. Author: Rémi Duraffort <ivoire@videolan.org>
  471. Date:   Thu Jun 18 11:07:35 2009 +0200
  472.     Update THANKS
  473.     (cherry picked from commit 366e5a2c3aa1a501ce0de8f23c5c8a7afb56f209)
  474.     
  475.     Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
  476. commit 88bbc16fea71a28f538fd0ac2363989cb77c8e7f
  477. Author: Barry Wardell <barry.wardell@gmail.com>
  478. Date:   Sat Jun 13 01:21:00 2009 +0100
  479.     Remove unused variables.
  480.     
  481.     Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
  482.     (cherry picked from commit d1236fc4698823e8cdf3feddc6ffcbf4b06cfdd0)
  483.     
  484.     Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
  485. commit c301e33f75a253ffa720e2aa23e86318e170c70a
  486. Author: Rémi Duraffort <ivoire@videolan.org>
  487. Date:   Thu Jun 18 09:58:41 2009 +0200
  488.     add_integer wants integers.
  489.     (cherry picked from commit 1d698d0f3f9c5d08156c1d20f1bd2e3e61cd9a36)
  490.     
  491.     Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
  492. commit 2d3c53a2b5c6bd2078ea740662b5d74d2674db65
  493. Author: Niklas 'Nille' Åkerström <nille.kungen@gmail.com>
  494. Date:   Wed Jun 17 23:05:05 2009 +0100
  495.     l10n: Swedish update
  496.     
  497.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  498. commit ce6d073a3669aa7f7d9a0133a20ee5350ffc2d7f
  499. Author: Christophe Mutricy <xtophe@videolan.org>
  500. Date:   Wed Jun 17 23:00:29 2009 +0100
  501.     Fix encoding of nsis dutch l10n
  502. commit a8ff6483cf848fe5f6be781c7cac539a10001639
  503. Author: Otto Kekäläinen <otto@sange.fi>
  504. Date:   Wed Jun 17 22:59:40 2009 +0100
  505.     l10n: Finnish update
  506.     
  507.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  508. commit 10f039acffeb36d43cb4a92e4a5d26e520afeea8
  509. Author: Derk-Jan Hartman <hartman@videolan.org>
  510. Date:   Wed Jun 17 20:48:02 2009 +0200
  511.     libvlc: fix libvlc_video_set_track()
  512.     
  513.     When we set the video track, we probably be wanting to change video-es vars instead of audio-es
  514.     (cherry picked from commit e1abfdca81e985dbabb843200806dc0daddd035f)
  515.     
  516.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  517. commit 7c0fab32250328d9b13f2bc12f8156e52e561785
  518. Author: Felix Paul Kühne <fkuehne@videolan.org>
  519. Date:   Wed Jun 17 17:41:11 2009 +0200
  520.     contribs: Use GCC 4.2 instead of LLVM-GCC 4.2 to compile the 32bit contribs on Darwin like we already do for the 64bit ones
  521.     
  522.     LLVM introduced to many runtime bugs for now. Updated bin package for x86_64 is already available, PPC and i386 will follow within the hour.
  523. commit 376d217ee9c38c02c67f9c9ab78de58ff685d740
  524. Author: Jean-Baptiste Kempf <jb@videolan.org>
  525. Date:   Wed Jun 17 16:48:09 2009 +0200
  526.     Fix playback of TrueSpeech in some .Avi
  527.     
  528.     Try TI_1_Einfuehrung.avi to trigger the bug.
  529. commit 10346baa81d15986166ef58deb7a76d8cfb95377
  530. Author: Jean-Baptiste Kempf <jb@videolan.org>
  531. Date:   Wed Jun 17 12:06:38 2009 +0200
  532.     Towards an RC4
  533. commit d38092676b46d5ac3c6f280204e43021de90f3fa
  534. Author: Jean-Baptiste Kempf <jb@videolan.org>
  535. Date:   Wed Jun 17 09:51:55 2009 +0200
  536.     Qt4: fullscreen controller should stay on top
  537.     
  538.     Thanks a lot to Ludovic Fauvet who made the hard debugging work and found the idea.
  539. commit cb1965d62702cbf82a7c85c79f105126e76e3906
  540. Author: Geoffroy Couprie <geal@videolan.org>
  541. Date:   Tue May 19 20:32:15 2009 +0200
  542.     win32: Add recent files to jump lists
  543.     (cherry picked from commit 8796e33a5ae150d629c2cfc5451658de134d923f)
  544.     
  545.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  546. commit f95d7692fcba31acdeb0c92503427fdc0c540399
  547. Author: Christophe Mutricy <xtophe@videolan.org>
  548. Date:   Tue Jun 16 22:50:20 2009 +0100
  549.     Disable languages that NSIS lok like supporting but doesn't
  550. commit db606bd163ff2b8e6bf56b40e614fa0619067d26
  551. Author: Jean-Baptiste Kempf <jb@videolan.org>
  552. Date:   Tue Jun 16 23:19:13 2009 +0200
  553.     Win32: Fix installer for DVD and CD-Audio autoruns.
  554. commit 46c525e451916040d71ba08d0c4e77b66ceb9274
  555. Author: Christophe Mutricy <xtophe@videolan.org>
  556. Date:   Tue Jun 16 21:21:53 2009 +0100
  557.     Revert "Properly detect POSIX threads on OpenBSD."
  558.     
  559.     If main() is not found in pthread 10 line above it won't be find now.
  560.     And the patch submitter is looking for a better test
  561.     
  562.     This reverts commit bb1d1eb5e7ac1e923ec5654c8b44a372b64b9964.
  563.     (cherry picked from commit c065c55c3c9d78b068450dc55e1b87fe726c49ef)
  564.     
  565.     This reverts commit 31cef7fc3ad57947bdda5a884e008f59d9497b49.
  566. commit 3debf72578c1aa15db1566d5d6e12198a4c3784c
  567. Author: Derk-Jan Hartman <hartman@videolan.org>
  568. Date:   Tue Jun 16 20:11:58 2009 +0200
  569.     contrib: fix a crash i found in libass.
  570.     
  571.     This is fixed upstream in mplayer now. Our libass is up to date with r29367 of Mplayer.
  572.     (cherry picked from commit efa45eaf5e361faad8f24cb4e52d1376cfa48d4d)
  573.     
  574.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  575. commit 84d6c647650ecc8180ae28b0b8b95bf5ce6da123
  576. Author: Derk-Jan Hartman <hartman@videolan.org>
  577. Date:   Tue Jun 16 15:51:47 2009 +0200
  578.     contrib: correct patch apply
  579.     (cherry picked from commit a6fdca45722cc5e4a4c5329f98e62606857fd62b)
  580.     
  581.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  582. commit ddb4741051ef68567d366a58d71ee802340aa31c
  583. Author: Derk-Jan Hartman <hartman@videolan.org>
  584. Date:   Tue Jun 16 15:42:45 2009 +0200
  585.     contrib: update libass
  586.     (cherry picked from commit 6520cc409072ac3a2874da0a695f2815a9c70ac0)
  587.     
  588.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  589. commit 7abe96d8e4b1ec75a3281cf5fe29b8de165c71e0
  590. Author: Pierre Ynard <linkfanel@yahoo.fr>
  591. Date:   Tue Jun 16 17:50:20 2009 +0200
  592.     l10n: fix "kB" and "kb/s" in French translation
  593.     
  594.     kO -> ko, kO/s -> kb/s
  595.     (cherry picked from commit ca24a7a37b9d490a528ebe39f4a1fc60f6c3137e)
  596. commit 8516a9e254d157c4a7a02806d97406fdae76fa6c
  597. Author: David Flynn <davidf@rd.bbc.co.uk>
  598. Date:   Tue Jun 16 12:50:41 2009 +0000
  599.     demux/dirac: don't send a chained set of blocks to packetizer
  600.     
  601.     demux/dirac: don't send a chained set of blocks to packetizer
  602.     
  603.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  604.     (cherry picked from commit 758096d585d59ead1c67bf7df26507e088604a4f)
  605.     
  606.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  607. commit 9240002af136cc5ed9f46d9742e9616dfc90a5a9
  608. Author: Pierre Ynard <linkfanel@yahoo.fr>
  609. Date:   Tue Jun 16 13:17:03 2009 +0200
  610.     Accept file:// URIs starting with an antislash
  611.     
  612.     Yes it's invalid, but there's little point in rejecting it
  613.     (cherry picked from commit 4046e4c050d68763aee1faddedb909c090efa28e)
  614. commit 13c7f68bd475f2bc516bc3a3c0cc3dba004dcf9b
  615. Author: Pierre Ynard <linkfanel@yahoo.fr>
  616. Date:   Tue Jun 16 13:05:33 2009 +0200
  617.     WinCE: don't strip leading slash when converting from file:// URIs
  618.     
  619.     file:// URI syntax on Windows features a leading slash before the drive
  620.     letter (file:///C:/Foobar/...). This is irrelevant on WinCE, that only
  621.     has a root directory.
  622.     (cherry picked from commit c4402537c58d5200578fb45fd0978a470d1745b4)
  623. commit aac28c0522bbe9ea50b3dad9c10660497bb4d216
  624. Author: Erwan Tulou <erwan10@videolan.org>
  625. Date:   Tue Jun 16 12:58:36 2009 +0200
  626.     skins2: change_safe added by error (previous commit)
  627.     (cherry picked from commit d997857bada66bc115d3746b836b1c437b4428fb)
  628. commit e0950bdd8b7083874dc49f86de228b167d5f408f
  629. Author: Erwan Tulou <erwan10@videolan.org>
  630. Date:   Tue Jun 16 12:37:58 2009 +0200
  631.     skins2: add config_SaveConfigFile to retain changes across sessions
  632.     (cherry picked from commit f239f6fb38a5ea5c13dd9d4d5e1d3844dbbb29cb)
  633. commit 6d28f6deddc7596b7d0a6c0236e7ef81f4cacc07
  634. Author: Rémi Duraffort <ivoire@videolan.org>
  635. Date:   Tue Jun 16 11:38:23 2009 +0200
  636.     Fix #2720: when deleting the current playing item we must ask the playlist to
  637.     reset the current status item.
  638. commit 7e1f14b95d0bc42ec720037bc786d3649903c504
  639. Author: Jean-Baptiste Kempf <jb@videolan.org>
  640. Date:   Tue Jun 16 10:37:30 2009 +0200
  641.     Add .tod in the extension for open panel.
  642.     
  643.     May JVC go to h**l
  644.     (cherry picked from commit bcd95bbde352d14cd41a0d0e0c34b386eed926c8)
  645.     
  646.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  647. commit be1f4305f1203ccf5acc402fd2cc80dde3f5b1cd
  648. Author: Rémi Duraffort <ivoire@videolan.org>
  649. Date:   Mon Jun 15 19:51:18 2009 +0200
  650.     Fix #2720 *only* if the ML is empty. This is a real *HACK* !! (so please let this commit only in the branch).
  651.     
  652.     The ticket #2720 does still exist if the ML isn't empty.
  653.     
  654.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  655. commit ac48877be6169d1e6f73bc2b475cb38d7213da2c
  656. Author: Christophe Mutricy <xtophe@videolan.org>
  657. Date:   Mon Jun 15 23:27:03 2009 +0100
  658.     Fix permissions
  659.     (cherry picked from commit dfb106d9954e7f4eef76b409d564e666b05fd120)
  660. commit a6037211a8564a666a65d4c5244dd373f323ef6c
  661. Author: Christophe Mutricy <xtophe@videolan.org>
  662. Date:   Mon Jun 15 23:25:09 2009 +0100
  663.     Distribute the plugins manifest files
  664.     (cherry picked from commit ce6c6a9695702a61ff448e1db59f9384b7ff8580)
  665. commit 91a1ba9fb83cf258dd624c7bb13bd62b3f6b7542
  666. Author: Daniel Nylander <po@danielnylander.se>
  667. Date:   Mon Jun 15 21:54:42 2009 +0100
  668.     l10n: Swedish update
  669.     
  670.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  671. commit d0e16efdf35e5936a22649df0f0ed99d72ec3cd0
  672. Author: Derk-Jan Hartman <hartman@videolan.org>
  673. Date:   Mon Jun 15 22:44:59 2009 +0200
  674.     NEWS: Some corrections to the news
  675. commit 7e399104c3bbf98c285b2c7ea65ec6e6b732ec4c
  676. Author: Rémi Duraffort <ivoire@videolan.org>
  677. Date:   Mon Jun 15 10:25:02 2009 +0200
  678.     Fix a segfault when using "Shift+a" with dummy audio output.
  679.     This segfault happend because :
  680.      * the variable "audio-device" wasn't created
  681.      * hotkeys module (and others) expect the variable to exist.
  682.     (cherry picked from commit 94ca05ff5b10347cc37d21ed74d488eb3007218c)
  683.     
  684.     Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
  685. commit 3d002d511978bd3eec93dc66b914293479ade998
  686. Author: Jean-Paul Saman <jpsaman@videolan.org>
  687. Date:   Sat Jun 13 19:33:50 2009 +0200
  688.     dv: update API to libraw1394 version 2.0.1
  689.     
  690.     Support for the older API has dropped as of now.
  691.     Patch by Francois Cartegnie <fcvlcdev at free.fr>
  692.     
  693.     Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
  694.     (cherry picked from commit f77a9a622814ea18ce35a52d4ce71fc35afb8639)
  695.     
  696.     Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
  697. commit a4753e35617bbb97f0d66f8f431516b8dd8c24d6
  698. Author: Felix Paul Kühne <fkuehne@videolan.org>
  699. Date:   Mon Jun 15 15:43:52 2009 +0200
  700.     macosx: re-enable AppleRemote support for 64bit builds
  701. commit a9023f26e2c1d1c7b24fbfb6edc6724c82350a8d
  702. Author: Jean-Baptiste Kempf <jb@videolan.org>
  703. Date:   Mon Jun 15 15:30:27 2009 +0200
  704.     Revert "only print error when interface intialization failed not when it succeeded."
  705.     
  706.     This reverts commit 503c860af9e3152af19d7123fae37727c82896b7.
  707. commit d3777e51aab8eabbf76822854983eb0e9b477589
  708. Author: Felix Paul Kühne <fkuehne@videolan.org>
  709. Date:   Mon Jun 15 14:21:10 2009 +0200
  710.     contrib: prevent some rare linking errors on OSX by providing the minimal OS version also at link-time
  711. commit 992bac8dbe35723ffd18e183315cb0ad5bcd6cce
  712. Author: Felix Paul Kühne <fkuehne@videolan.org>
  713. Date:   Mon Jun 15 14:26:10 2009 +0200
  714.     contribs: assume x86_64 for Darwin 10
  715. commit a8a020758902d9b6333f8b6f88895412efd9dffe
  716. Author: Erwan Tulou <erwan10@videolan.org>
  717. Date:   Mon Jun 15 13:21:25 2009 +0200
  718.     a missing module_unneed is added (Windows and MacOS ports)
  719.     
  720.     On Windows, it hopefully solves crashes at termination for skins2
  721. commit 988af35081600e2831612045a4764e71d9825693
  722. Author: Rémi Duraffort <ivoire@videolan.org>
  723. Date:   Mon Jun 15 13:22:47 2009 +0200
  724.     Manually merge THANKS with master.
  725. commit 1e32da0ce7d234657eb8496b6e3969ec1c6218de
  726. Author: Vicente Jimenez Aguilar <googuy@gmail.com>
  727. Date:   Mon Jun 15 12:00:47 2009 +0200
  728.     Removed references to the old HTTP interface removed by commit [ad16fc374f913a87dd725f93adf7d3759349ba2f]
  729.     
  730.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  731.     (cherry picked from commit 4ef9c9fdd3ba4fe18b67005e1776ff82d3d29f82)
  732.     
  733.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  734. commit 6a98310aba3c0d721a0373dc6fa1c2fd8a166eaa
  735. Author: Pierre Ynard <linkfanel@yahoo.fr>
  736. Date:   Mon Jun 15 11:06:16 2009 +0200
  737.     WinCE: access_output_rtmp needs -lws2
  738.     
  739.     Add -lws2 for access_output_rtmp
  740. commit 976dbdf029df2605424eea5adb95ed7efd391d50
  741. Author: Danny Wood <danwood76@gmail.com>
  742. Date:   Mon Jun 15 09:14:17 2009 +0200
  743.     Fix pulseaudio no audio issues
  744. commit 064d3d1f8cda9978f25770063cda3c17df857719
  745. Author: Jean-Baptiste Kempf <jb@videolan.org>
  746. Date:   Mon Jun 15 09:05:33 2009 +0200
  747.     Qt: Minimalist style should have flat buttons for DVD and TT too.
  748.     (cherry picked from commit 875d88732ee5177013321954122a9a6242d123ed)
  749.     
  750.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  751. commit b1372b9535cbd458854411e170d8987c96447c7c
  752. Author: Jean-Baptiste Kempf <jb@videolan.org>
  753. Date:   Mon Jun 15 09:01:15 2009 +0200
  754.     Qt: kill memleak on the special sound slider
  755.     (cherry picked from commit d65ad9ba35879a2e154ae5d7329790d28aacc582)
  756.     
  757.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  758. commit c1425ad2dded570db56be90b1c7f665879764308
  759. Author: Pierre Ynard <linkfanel@yahoo.fr>
  760. Date:   Mon Jun 15 03:01:38 2009 +0200
  761.     libshout-win32: patch Makefile.in instead of Makefile.am
  762.     
  763.     What is probably a libtool version mismatch prevents us from
  764.     easily rebootstrapping. To avoid that, we patch Makefile.in and
  765.     that's it.
  766. commit 9221accf1dd984059e5f17c4cd760e7903af4802
  767. Author: Derk-Jan Hartman <hartman@videolan.org>
  768. Date:   Mon Jun 15 02:53:58 2009 +0200
  769.     win32 installer: remove BOM from start of slovenian translation.
  770.     
  771.     Seems that NSIS does not like it:
  772.     http://buildbot.videolan.org/builders/NB-I386-Win32Cross-Branch/builds/125/steps/Create%20package/logs/stdio
  773. commit 9fccabd9b4cce6de1d224eb9d2a09527e668e85f
  774. Author: Geoffroy Couprie <geo.couprie@gmail.com>
  775. Date:   Sat May 9 15:00:28 2009 +0200
  776.     wince gui: remove wraptext
  777.     (cherry picked from commit 7935d5a81c80547b21fa02c9609d6cedac7c3a36)
  778.     
  779.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  780. commit 5ffc74df1c576197b6c9207febc47e9ca95aa26e
  781. Author: Derk-Jan Hartman <hartman@videolan.org>
  782. Date:   Mon Jun 15 01:53:18 2009 +0200
  783.     Revert "nl.po: Something went wrong with the accents in the Dutch translation."
  784.     I'll look at this again tomorrow.
  785.     
  786.     This reverts commit be40e5425fcb5ade241827a9b8615c123256c126.
  787. commit fae67547e7e787008f7afc096f214d940a66d73c
  788. Author: Laurent Aimar <fenrir@videolan.org>
  789. Date:   Sun Jun 14 23:24:59 2009 +0200
  790.     Fixed a bunch of invalid memory accesses in visual effects.
  791.     (cherry picked from commit 1cfb626f6adf063e051af4f440f8e8c64b808c6e)
  792. commit 79e9ab0aa7f76774941eed3fe8ca24141fbe8019
  793. Author: Jean-Paul Saman <jpsaman@videolan.org>
  794. Date:   Sun Jun 14 22:27:44 2009 +0200
  795.     darwin_specific: remove debug leftover
  796. commit e612dfb733ba5ae2b1cd8c3c3107c78f1c5c2bb2
  797. Author: Jean-Paul Saman <jpsaman@videolan.org>
  798. Date:   Sun Jun 14 22:16:57 2009 +0200
  799.     Revert "macosx: VLCAdditions do not leak memory."
  800.     
  801.     This reverts commit ccc1a9c255de25dbe616b325c490fa0b64a3b5ae.
  802. commit 5084b82c10a495efd73e7d767652e629d87437f5
  803. Author: Md. Rezwan Shahid <rezwan@ankur.org.bd>
  804. Date:   Sun Jun 14 20:44:37 2009 +0100
  805.     l10n: Bengali update
  806.     
  807.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  808. commit 2b183a9a43255803ddedf1e706c7946da69325dd
  809. Author: Sidney Doria <ssdoria@gmail.com>
  810. Date:   Sun Jun 14 20:42:41 2009 +0100
  811.     l10n: Brazilian Portuguese update
  812.     
  813.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  814. commit b26fa789df018cdb2bb502528bb2a0d4821c3c57
  815. Author: Gabor Kelemen <kelemeng@gnome.hu>
  816. Date:   Sun Jun 14 20:41:28 2009 +0100
  817.     l10n: Hungarian update
  818.     
  819.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  820. commit be40e5425fcb5ade241827a9b8615c123256c126
  821. Author: Derk-Jan Hartman <hartman@videolan.org>
  822. Date:   Sun Jun 14 21:43:41 2009 +0200
  823.     nl.po: Something went wrong with the accents in the Dutch translation.
  824. commit 688dfda319ae0b9ec3f59a301e383f42019ec8b2
  825. Author: Jean-Baptiste Kempf <jb@videolan.org>
  826. Date:   Sun Jun 14 21:30:40 2009 +0200
  827.     Merge names...
  828. commit e51f28c28137db27ef987369f5f2960b751a7ed9
  829. Author: Laurent Aimar <fenrir@videolan.org>
  830. Date:   Sun Jun 14 20:33:36 2009 +0200
  831.     Fixed "position/time-offset" behaviour.
  832.     
  833.     It fixes the regression when doing close jumps.
  834.     (cherry picked from commit f607feaed6bd6e84a56fa55d0e180d44abc2ac46)
  835.     
  836.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  837. commit b8e28f8212881d89e44bd04c00646db47ffb12c1
  838. Author: Jean-Baptiste Kempf <jb@videolan.org>
  839. Date:   Sun Jun 14 20:43:31 2009 +0200
  840.     MLP packetizer: small fix
  841.     
  842.     Fix 88d70be07244c54280dda90ac43acfc25cc28ee0, that was badly cherry-picked.
  843. commit 3f8be6fdee8b38cf826f1ba7cc050b8807928221
  844. Author: Jean-Baptiste Kempf <jb@videolan.org>
  845. Date:   Sun Jun 14 15:11:15 2009 +0200
  846.     Qt: cosmetics.
  847.     (cherry picked from commit 66b985c303e0d9daf07c974c7eb49a21807abb40)
  848.     
  849.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  850. commit 3af6e8070c48219218dbbe770c2ae4f318967daf
  851. Author: Jean-Baptiste Kempf <jb@videolan.org>
  852. Date:   Sun Jun 14 15:03:19 2009 +0200
  853.     Qt: Fullscreen Controller, show with full opacity when mouseChanged.
  854.     (cherry picked from commit f52b2b2da08a74b5bdbaf1f8b7f460c46ad9c177)
  855.     
  856.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  857. commit ad1200690bc448928581357aa6bcaf12096dbe63
  858. Author: Laurent Aimar <fenrir@videolan.org>
  859. Date:   Sat Jun 13 13:22:49 2009 +0200
  860.     Reduced sleep while waiting for a frame in transcode.
  861.     
  862.      It vastly improves CPU usage but it does not fix the underlaying problem
  863.     of using sleep instead of a signal.
  864.     
  865.     manually cherry-picked by jb@videolan.org
  866. commit 88d70be07244c54280dda90ac43acfc25cc28ee0
  867. Author: Laurent Aimar <fenrir@videolan.org>
  868. Date:   Sat Jun 13 11:41:26 2009 +0200
  869.     Allow MLP packetizer to parse TrueHD codec.
  870.     
  871.     Manually chery-picked by jb@videolan.org
  872. commit 8a5247ec155e43a9eef480a50ae3bed7d366bb01
  873. Author: Laurent Aimar <fenrir@videolan.org>
  874. Date:   Sat Jun 13 11:40:46 2009 +0200
  875.     Use TrueHD codec in TS instead of MLP.
  876.     
  877.     Manually Cherry-picked by Jean-Baptiste Kempf <jb@videolan.org>
  878. commit b135359153df3e6516c0aa932587bc1c8e0f6444
  879. Author: Laurent Aimar <fenrir@videolan.org>
  880. Date:   Sat Jun 13 11:40:01 2009 +0200
  881.     Added .thd extension and force TrueHD decoder in raw MLP/TrueHD demuxer.
  882.     
  883.     Cherry-picked manually by jb@videolan.org
  884. commit a5ae5407fdcc4373435fb021db0f635acfe7d05a
  885. Author: Laurent Aimar <fenrir@videolan.org>
  886. Date:   Sat Jun 13 11:28:32 2009 +0200
  887.     Fixed avcodec wrapper with unrecognized audio layout.
  888.     (cherry picked from commit cd2f14472dfbf549b401a340749b64f7123720b7)
  889.     
  890.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  891. commit da4abb05d25215581dbcf26582cf30632f6fe1e0
  892. Author: Jean-Paul Saman <jpsaman@videolan.org>
  893. Date:   Sun Jun 14 19:57:04 2009 +0200
  894.     macosx: remove unused Objc memory pool
  895. commit 503c860af9e3152af19d7123fae37727c82896b7
  896. Author: Jean-Paul Saman <jpsaman@videolan.org>
  897. Date:   Sun Jun 14 19:55:54 2009 +0200
  898.     only print error when interface intialization failed not when it succeeded.
  899. commit ccc1a9c255de25dbe616b325c490fa0b64a3b5ae
  900. Author: Jean-Paul Saman <jpsaman@videolan.org>
  901. Date:   Sun Jun 14 12:43:11 2009 +0200
  902.     macosx: VLCAdditions do not leak memory.
  903. commit e4b9f90737c4f21c77498c1ff403df5bd9f03c06
  904. Author: Jean-Paul Saman <jpsaman@videolan.org>
  905. Date:   Sun Jun 14 12:02:12 2009 +0200
  906.     macosx: Do not load resources when the VLC interface is not loaded.
  907. commit 2cf6ffb217f25e64cb87730226f1722ce187f15f
  908. Author: Jean-Paul Saman <jpsaman@videolan.org>
  909. Date:   Sun Jun 14 00:20:53 2009 +0200
  910.     darwin_specific: cleanup
  911. commit be262960c031fbab9e2600969b08e516f20b6679
  912. Author: Jean-Paul Saman <jpsaman@videolan.org>
  913. Date:   Sun Jun 14 00:15:15 2009 +0200
  914.     Cleanup mozilla plugin
  915. commit aed48363a478e9767a374154d703d7c84857707b
  916. Author: Jean-Paul Saman <jpsaman@videolan.org>
  917. Date:   Sun Jun 14 00:09:45 2009 +0200
  918.     mozilla: don't allocate a zero sized array..
  919. commit bf355d950d86b8ae819dff0b1915fe1f655e7d64
  920. Author: Jean-Paul Saman <jpsaman@videolan.org>
  921. Date:   Sun Jun 14 00:06:04 2009 +0200
  922.     minimal_macosx: make sure theWindow object exists before sending it an event.
  923. commit 86531ae8c4e8adaa101d64f96bc0f8738659af7c
  924. Author: Jean-Paul Saman <jpsaman@videolan.org>
  925. Date:   Sat Jun 6 10:21:16 2009 +0200
  926.     mozilla: use [] array initialisation in javascript
  927. commit 8a7520b350fb4eefa1a28ed43ac9dd7aca5b16c4
  928. Author: Jean-Paul Saman <jpsaman@videolan.org>
  929. Date:   Wed Jun 3 23:00:36 2009 +0200
  930.     avcodec: free p_sys->p_ff_pic in some error paths
  931. commit 63ae92da20faa6dafa8fa4dc808bb27ad2bcb455
  932. Author: Jean-Paul Saman <jpsaman@videolan.org>
  933. Date:   Mon Jun 1 16:08:40 2009 +0200
  934.     mozilla: fix small memory leak
  935. commit 100c91e7315651bd94d27e9fce4b62ab47e26127
  936. Author: Jean-Paul Saman <jpsaman@videolan.org>
  937. Date:   Sun May 31 16:39:10 2009 +0200
  938.     minimal_macosx: return VLC_ENOMEM on malloc error
  939. commit 79f751ebce51f32100f4f78e23d708a33ad373f2
  940. Author: Jean-Paul Saman <jpsaman@videolan.org>
  941. Date:   Sun May 31 16:27:53 2009 +0200
  942.     macosx: do not leak o_fs_panel
  943. commit b6a37e5e59aa4ad334d7de4b0440d88085b4fcde
  944. Author: Jean-Paul Saman <jpsaman@videolan.org>
  945. Date:   Mon May 25 11:24:40 2009 +0200
  946.     macosx: removeallObjects from NSMutableArray before releasing it.
  947. commit 268fd7c763637958567923aaca19a389b38aea51
  948. Author: Jean-Paul Saman <jpsaman@videolan.org>
  949. Date:   Mon May 25 10:10:38 2009 +0200
  950.     hotkeys: remove unused members of p_sys
  951. commit 23cb4cc84173e2d9d8d316493b1b8c042ecc696b
  952. Author: Jean-Paul Saman <jpsaman@videolan.org>
  953. Date:   Sat Jun 6 21:03:27 2009 +0200
  954.     Update THANKS
  955.     (cherry picked from commit dfd651fefb759d4bea52266901d3d895e7fcaafc)
  956. commit 08004ebc2f81031c2ebe9e274c269aa51beec581
  957. Author: Dominique Leuenberger <dominique@leuenberger.net>
  958. Date:   Fri Jun 5 21:29:55 2009 +0200
  959.     xulrunner 1.9.1 for the mac port.
  960.     
  961.     Patch inspired by  Alexey Gladkov
  962.     
  963.     Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
  964.     (cherry picked from commit fdfe57fa1319f6704859bd2502ecce26795c9e73)
  965. commit 0706fd18d3f6b98368e1a03ea75d4e9018a68bdb
  966. Author: Jean-Paul Saman <jpsaman@videolan.org>
  967. Date:   Fri Jun 5 20:53:03 2009 +0200
  968.     xulrunner-1.9.1 patch by Dominique Leuenberger <dominique at  leuenberger dot net>
  969.     Signed off: Jean-Paul Saman <jpsaman@videolan.org>
  970.     
  971.     Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
  972. commit 9bebbedb815d2b38aa0773639018d9072ca041c6
  973. Author: Erwan Tulou <erwan10@videolan.org>
  974. Date:   Sun Jun 14 10:50:28 2009 +0200
  975.     a function is not longer exported (caused compil to fail at least for Windows)
  976. commit bb1326840805c99ab9ca59bb302f1b132f46c645
  977. Author: Derk-Jan Hartman <hartman@videolan.org>
  978. Date:   Wed Jun 10 14:49:37 2009 +0200
  979.     macosx: auto expand when we select one of the elements in the preferences view.
  980.     
  981.     This will hopefully help avoid some of the reports where people fail to notice that there is an expand triangle next to what they clicked on.
  982.     (cherry picked from commit dfd5ae96741d63ec29d0b4bf506e4a30b4651b9d)
  983.     
  984.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  985. commit 4be05800cb0c127a4bc87049c29e37e73f1ee604
  986. Author: Felix Paul Kühne <fkuehne@videolan.org>
  987. Date:   Sat Jun 13 15:30:37 2009 +0200
  988.     macosx: remove deprecated method selectRow:byExtendingSelection:
  989.     
  990.     manual backport
  991. commit c2b12c8274ca65b564023d6d971f450a20c9bd98
  992. Author: Felix Paul Kühne <fkuehne@videolan.org>
  993. Date:   Sat Jun 13 15:05:29 2009 +0200
  994.     remove stupid arch flags
  995. commit b19a646b48eec7b0a8e2c23e2becbfc2cad55067
  996. Author: Felix Paul Kühne <fkuehne@videolan.org>
  997. Date:   Sat Jun 13 15:20:50 2009 +0200
  998.     macosx: fallback on freetype if quartztext isn't present
  999.     
  1000.     This only happen in 64bit mode.
  1001. commit 496d55d02287cf51e6c0e76bbb33995fa7979a2b
  1002. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1003. Date:   Sat Jun 13 15:15:34 2009 +0200
  1004.     macosx: fixed remaining 64bit issues
  1005.     
  1006.     backport of f7692e679266f569519ebbfe499c8503e1620695
  1007. commit 5f908307e94484c289271604ef9695f20a35ba55
  1008. Author: Derk-Jan Hartman <hartman@videolan.org>
  1009. Date:   Fri Jun 12 16:18:29 2009 +0200
  1010.     http: Removing the old http interface.
  1011.     
  1012.     This closes #1395
  1013.     (cherry picked from commit ad16fc374f913a87dd725f93adf7d3759349ba2f)
  1014.     
  1015.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  1016. commit b754ac8ad6abff02694b1ca72343522167eee103
  1017. Author: Derk-Jan Hartman <hartman@videolan.org>
  1018. Date:   Sat Jun 13 15:01:16 2009 +0200
  1019.     macosx gui: Fix resetting of the prefs.
  1020.     
  1021.     Ok, this isn't making it much nicer, and this code definetly needs a more careful rewrite, but this is patchwork for the 1.0-bugfix release and at least it will do for now.
  1022.     
  1023.     - reset's the values in any loaded views after reset of the config is called
  1024.     - does not reset the module selector atm. might follow later on.
  1025.     (cherry picked from commit d66f3c874786e9dd4692f9775bdd54b386c583dd)
  1026.     
  1027.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  1028. commit d492354f7033df570f888573f8cdb63c22642123
  1029. Author: Erwan Tulou <brezhoneg1@yahoo.fr>
  1030. Date:   Fri Jun 12 10:49:58 2009 +0200
  1031.     skins2: improve resizing when multiple layers are used and solve zoom misfunctioning in this case
  1032.     (cherry picked from commit 4de9a2e2845780150be33b9b98ff0b07ae1c89ac)
  1033. commit 5377d1df8caf79bd6fb195daf91b918e70018d6a
  1034. Author: Rémi Denis-Courmont <remi@remlab.net>
  1035. Date:   Fri Jun 12 19:44:35 2009 +0300
  1036.     Fix opening of file:// URIs (not tested on Windows)
  1037.     (cherry picked from commit 81a05711bb6d5ff26da0cce4ed1e0cf650310184)
  1038. commit 7979614da5eef3ec58e1be1778bc292f49e88163
  1039. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1040. Date:   Fri Jun 12 18:15:06 2009 +0200
  1041.     German translation update by Kai Uwe Hermann
  1042. commit 2c7efc617b2d69eff3a36edd69e564dbe5651422
  1043. Author: Derk-Jan Hartman <hartman@videolan.org>
  1044. Date:   Fri Jun 12 18:06:00 2009 +0200
  1045.     macosx intf: solve hotkey conflict
  1046.     
  1047.     Now we have:
  1048.     cmd-G : to open the panel to grab from webcam/screen/eyetv
  1049.     cmd-R : to reveal in Finder, the same as iTunes uses
  1050.     cmd-shift-R : to start/stop VLC record
  1051.     
  1052.     backport of [811af572536e1d77ff8c61d92d8b15e0dca92c55]
  1053. commit b66f598f6edc89f4ee155bfdc18007a11499c14f
  1054. Author: Laurent Aimar <fenrir@videolan.org>
  1055. Date:   Thu Jun 11 22:25:12 2009 +0200
  1056.     Fixed libmpeg2 wrapper picture handling.
  1057.     
  1058.     It should fix lost some picture errors that were critical with dvd menus.
  1059.     It also seems to fix #2803 but I don't really understand why.
  1060.     (cherry picked from commit ed7d6cbf84f536fbd0a237127c740e0cf43a5fb0)
  1061.     
  1062.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  1063. commit e815957c75340e4636068c2bcc3b88de9d82b12f
  1064. Author: Laurent Aimar <fenrir@videolan.org>
  1065. Date:   Wed Jun 10 21:46:12 2009 +0200
  1066.     Fixed decoder_SynchroChoose when buffering.
  1067.     (cherry picked from commit 641da394b5df71605a6fea8aad3c9367e9e6c0bf)
  1068.     
  1069.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  1070. commit 0135e574871d34072dfa3e62b583bed7ca59d66c
  1071. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1072. Date:   Fri Jun 12 15:59:47 2009 +0200
  1073.     macosx: remove unneeded graphics (part of the withdrawn VLM GUI)
  1074. commit c0b5cafa6d6667bb6aaeb37a82f3577d7f27ab97
  1075. Author: JP Dinger <jpd@videolan.org>
  1076. Date:   Fri Jun 12 15:05:56 2009 +0200
  1077.     Fix a stack smash in the lua module (vlc.read).
  1078. commit ce0911fc34c59559ee627d79e1997d94a0287c5a
  1079. Author: Christophe Mutricy <xtophe@videolan.org>
  1080. Date:   Fri Jun 12 00:27:59 2009 +0100
  1081.     l10n: Small fix
  1082. commit b843695653cb84c8e772e172e0791395eea326b5
  1083. Author: Marián Hikaník <podnety@mojepreklady.net>
  1084. Date:   Fri Jun 12 00:27:34 2009 +0100
  1085.     l10n: Slovak update
  1086.     
  1087.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1088. commit a98c486b675f17c28856d18ca2b6dc77c4b69f84
  1089. Author: Mindaugas Baranauskas <embar@micro.lt>
  1090. Date:   Fri Jun 12 00:23:24 2009 +0100
  1091.     l10n: Lithuanian update
  1092.     
  1093.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1094. commit 1f75537cd6d983e64cacfd23dea3b105fee3fca3
  1095. Author: Wei Mingzhi <whistler@openoffice.org>
  1096. Date:   Fri Jun 12 00:21:52 2009 +0100
  1097.     l10n: Chinese update
  1098.     
  1099.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1100. commit 0c194556168db9f5cccf59b9ae6ad7b12fc28042
  1101. Author: Sidney Doria <ssdoria@gmail.com>
  1102. Date:   Fri Jun 12 00:19:21 2009 +0100
  1103.     l10n: Brazillian update
  1104.     
  1105.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1106. commit 6850d7ecfd0fffb4b2436fbe145ef8320315441f
  1107. Author: Khoem Sokhem <khoemsokhem@khmeros.info>
  1108. Date:   Fri Jun 12 00:17:51 2009 +0100
  1109.     l10n: Khmer update
  1110.     
  1111.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1112. commit 4fd56de3e72e3d1346108815a9aa98f892b51bb8
  1113. Author: Otto Kekäläinen <otto@sange.fi>
  1114. Date:   Fri Jun 12 00:16:31 2009 +0100
  1115.     l10n: Finnish update
  1116.     
  1117.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1118. commit 177307566ee34ca17dfaada8b26688af302dedd8
  1119. Author: Yaşar TAY <yasartay@yahoo.com>
  1120. Date:   Fri Jun 12 00:15:08 2009 +0100
  1121.     l10n: Turkish update
  1122.     
  1123.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1124. commit bcfc233662b2f1943828f9b572b8fd15133e29f9
  1125. Author: Éric Lassauge <lassauge@users.sourceforge.net>
  1126. Date:   Fri Jun 12 00:13:44 2009 +0100
  1127.     l10n: French update
  1128.     
  1129.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1130. commit a95e1de97b441b75a9987302aebebcf11e0e6c42
  1131. Author: Ara Qadir <arastein@gmail.com>
  1132. Date:   Fri Jun 12 00:11:12 2009 +0100
  1133.     l10n: Sorani update
  1134.     
  1135.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1136. commit 6d31b1b6d61e9b6b5e0406bb789f88d28e80fe43
  1137. Author: Tòni Galhard <tony.gaillard@supinfo.com>
  1138. Date:   Fri Jun 12 00:09:42 2009 +0100
  1139.     l10n: Occitan update
  1140.     
  1141.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1142. commit 928441bcda0bfbc99bfe85ba6f7dda4981449d98
  1143. Author: Vincenzo Reale <smart2128@baslug.org>
  1144. Date:   Fri Jun 12 00:08:47 2009 +0100
  1145.     l10n: Italian update
  1146.     
  1147.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1148. commit 7ff6f64f3de5b7ebaa599a7791d005dbe90c75ce
  1149. Author: Thomas L. Kjeldsen <tlk@mayi.dk>
  1150. Date:   Fri Jun 12 00:06:30 2009 +0100
  1151.     l10n: Danish spelling fixes
  1152.     
  1153.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1154. commit 5220662b4eaf6a553e20c3fcc143c750bad34b58
  1155. Author: Christophe Mutricy <xtophe@videolan.org>
  1156. Date:   Thu Jun 11 22:40:58 2009 +0100
  1157.     Distribute the Win32 installer translation
  1158. commit a24641018920c7afa2e7aedefca224bf04001897
  1159. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1160. Date:   Fri Jun 12 00:25:06 2009 +0200
  1161.     Qt: there is no such fourcc as 'wma'
  1162.     (cherry picked from commit 55e543cdc1258e19f4cc5bb56c853466fb63756b)
  1163.     
  1164.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  1165. commit 31cef7fc3ad57947bdda5a884e008f59d9497b49
  1166. Author: Brad <brad@comstyle.com>
  1167. Date:   Thu Jun 11 16:09:12 2009 -0400
  1168.     Properly detect POSIX threads on OpenBSD.
  1169.     
  1170.     The following diff for VLC 1.0.0rc3 corrects the detection of POSIX threads
  1171.     on OpenBSD.
  1172.     
  1173.     Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
  1174.     (cherry picked from commit bb1d1eb5e7ac1e923ec5654c8b44a372b64b9964)
  1175. commit 7fe0dc4afb055dc0c02d687440f4fafb9d54cb8d
  1176. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1177. Date:   Thu Jun 11 21:47:54 2009 +0200
  1178.     German translation update by Kai Uwe Hermann. Thanks!
  1179. commit f74f1743e6efbd6429cdd73fa506c0cf10f5325a
  1180. Author: Rémi Denis-Courmont <remi@remlab.net>
  1181. Date:   Thu Jun 11 22:37:31 2009 +0300
  1182.     Same as previous commit
  1183.     (cherry picked from commit 61fae445ea6a7d832766b5556cd21007c865ad05)
  1184. commit 9e4e54188a649ab2ee86cf99548ebe12bfa6b804
  1185. Author: Rémi Denis-Courmont <remi@remlab.net>
  1186. Date:   Thu Jun 11 22:35:00 2009 +0300
  1187.     Remove *pe* check. It mismatches anything with, say, "open"
  1188.     (cherry picked from commit 476f834727cba3e5571448870e2003adf54fb040)
  1189. commit e3cb87d819c8e719a96f155e73c2e2521a89677d
  1190. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1191. Date:   Thu Jun 11 00:55:46 2009 +0200
  1192.     Qt: fix the position of the FS controller on first run.
  1193. commit 25609a2c8d3255c637d986cb80507d3ddc2fcaf4
  1194. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1195. Date:   Wed Jun 10 18:37:23 2009 +0200
  1196.     Qt: FSC - remove the WIN32 special mode.
  1197.     
  1198.     This makes Windows use the same mode with transparency than on Linux.
  1199.     This removes the opacity trick to hide() the code.
  1200.     This fix a few issues that were happening and difficult to fix because of this difficulty.
  1201.     
  1202.     It will probably break stuffs for people on OLD windows version (2000,XP) with broken graphic cards... (Deactivate it by yourself) But I have spent enough time on this code.
  1203.     (cherry picked from commit d83b24eabeac5bbe5b0b95c55cbc5e77fdd539a9)
  1204.     
  1205.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  1206. commit 8237615c6e9cbd306ecf7fb429f5b8bb88208830
  1207. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1208. Date:   Wed Jun 10 18:19:19 2009 +0200
  1209.     Qt: FSC: reset the OPACITY on EnterEvent.
  1210.     (cherry picked from commit 7243c2e3a98fdf2e2dd240bb78f82a2c21788377)
  1211.     
  1212.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  1213. commit ecaac6df19e6ed67321514bd77d826249ace8d19
  1214. Author: Rémi Denis-Courmont <remi@remlab.net>
  1215. Date:   Wed Jun 10 18:39:43 2009 +0300
  1216.     Fail properly for unknown G726 bit rates
  1217.     (cherry picked from commit 17461bf4087a36bb6ccda7e54e52e5e49544ddf7)
  1218. commit c5a00ce762d2406dbb23c6a12bf3e2e9e5363834
  1219. Author: Geoffroy Couprie <geal@videolan.org>
  1220. Date:   Wed Jun 10 17:48:24 2009 +0200
  1221.     Fix crash on startup
  1222. commit 6f653225397191b5e858eaa867bb90113a6c5fbd
  1223. Author: Rémi Denis-Courmont <remi@remlab.net>
  1224. Date:   Wed Jun 10 18:30:06 2009 +0300
  1225.     Korean: list CP949 instead of EUC-KR
  1226.     (cherry picked from commit d322363bb2241782b120c23702f67e0364dc0b7e)
  1227. commit 81768ff8ca76f7e3c60afde71811f3370d550aaa
  1228. Author: Rémi Denis-Courmont <remi@remlab.net>
  1229. Date:   Wed Jun 10 18:21:08 2009 +0300
  1230.     Korean: use CP494 rather than EUC-KR
  1231.     (cherry picked from commit 7f9a4045bfa2eb79409fc21cea099fd3ac83633b)
  1232. commit b24fc9a9680a2e62d1a3f660a7c20f5c9ba5cdb2
  1233. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1234. Date:   Wed Jun 10 14:36:13 2009 +0200
  1235.     DShow: don't leak device name.
  1236. commit f1e0a1b15a544a179e3f6494557448811be4ed6c
  1237. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1238. Date:   Wed Jun 10 14:36:01 2009 +0200
  1239.     Fix compilation
  1240. commit a6110fb1d253146810bbe5f9b5ba0097b72b4e3c
  1241. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1242. Date:   Wed Jun 10 03:04:09 2009 +0200
  1243.     DShow: fix configure dialog probe
  1244. commit 46ab6d818d65498be47bed8f9612e0bc3e14b334
  1245. Author: Laurent Aimar <fenrir@videolan.org>
  1246. Date:   Tue Jun 9 21:21:59 2009 +0200
  1247.     Fixed --input-repeat and large --*-caching value.
  1248.     
  1249.     The repeat was done before buffered data were consumed.
  1250.     (cherry picked from commit 77592b7dd0e4e3e1d68d2ca050313208c2624fc6)
  1251.     
  1252.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  1253. commit c20ed03eb793b054aa648d1c37529d00351c2087
  1254. Author: Christophe Mutricy <xtophe@videolan.org>
  1255. Date:   Tue Jun 9 23:10:23 2009 +0100
  1256.     Add more l10n to NEWS
  1257. commit ecf2a85e766daf4c9b30b76444c28f0816316f70
  1258. Author: Christophe Mutricy <xtophe@videolan.org>
  1259. Date:   Tue Jun 9 23:08:21 2009 +0100
  1260.     Activate Mongolian l10n
  1261. commit f49e546f78503f949723a183de779810e7eb0c52
  1262. Author: Баярсайхан Энхтайван <ebayaraa@gmail.com>
  1263. Date:   Tue Jun 9 22:53:57 2009 +0100
  1264.     l10n: Mongolian update
  1265.     
  1266.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1267. commit 7d88afbe067506333d493bff8b1c4a61987daa44
  1268. Author: Laurent Aimar <fenrir@videolan.org>
  1269. Date:   Tue Jun 9 21:11:07 2009 +0200
  1270.     Finished avi correction about disabled tracks.
  1271.     
  1272.     It is about [a0d2358734e81e5928a5edb4e0ff47e38d7ed28f].
  1273.     Without this patch, with files that have a shorter track, the demuxer
  1274.     would try seeking the track every time the Demux() function was called.
  1275.     (cherry picked from commit 1a033fe048f781670b6579d80c7d46fe226d87ee)
  1276.     
  1277.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  1278. commit 965741e82dacdfea880a2c4639f3c6f7595d7bdc
  1279. Author: Derk-Jan Hartman <hartman@videolan.org>
  1280. Date:   Tue Jun 9 16:34:14 2009 +0200
  1281.     avi demux: don't disable tracks when they end.
  1282.     
  1283.     Disabling the tracks like this is an immediate action that messes up --file-caching for instance. There may be some cases where it is appropriate, and some cases where a track should be removed, but not when a track ends. In that case the core is responsible for cleanup.
  1284.     
  1285.     Tested in bugfix for normal avi, broken avi and repaired avi, but not with "streamed" avi.
  1286.     
  1287.     Should close #2853
  1288.     (cherry picked from commit a0d2358734e81e5928a5edb4e0ff47e38d7ed28f)
  1289.     
  1290.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  1291. commit 93a797c090d0196e617a81ea1da350041ae07c67
  1292. Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
  1293. Date:   Wed Jun 3 01:42:36 2009 +0800
  1294.     Fix #2765: DVD chapters navigation menu.
  1295. commit 7a50dc505b0b811b53b923b5f8aec31fbeec2394
  1296. Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
  1297. Date:   Tue Jun 9 22:09:44 2009 +0800
  1298.     Fix compilation (include config.h)
  1299. commit 97021ec31daaa7a1e3a0382a4b8bcfc07b7d924b
  1300. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1301. Date:   Mon Jun 8 22:48:23 2009 -0700
  1302.     Fix build.
  1303. commit 38e7aa15d7780eae9ab518e4362a3b9957dd3f84
  1304. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1305. Date:   Mon Jun 8 20:58:46 2009 -0700
  1306.     media_player: Make sure everything gets initialized before the event_loop (!).
  1307.     
  1308.     Should fix the last event media list player test issue.
  1309. commit 959e45846f587b7472093efce1088d9b5889fe85
  1310. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1311. Date:   Thu Jun 4 22:52:55 2009 -0700
  1312.     Test suite start to prove its usefulness. (oops).
  1313.     
  1314.     It should be improved.
  1315. commit 643f36a992191dde7c9130af24d31139841344e1
  1316. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1317. Date:   Thu Jun 4 22:32:54 2009 -0700
  1318.     libvlc: Fix a typo in a memcpy and constify.
  1319.     
  1320.     Pointed by Laurent and Valgrind.
  1321. commit 8afeb01ef56395c379bc097122b1dcdfaf6c39f9
  1322. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1323. Date:   Thu Jun 4 22:32:07 2009 -0700
  1324.     libvlc: pop_listener does not do its job.
  1325.     
  1326.     Pointed by Laurent and Valgrind.
  1327. commit 922e945e906135da82c4eb6d94387b7d9c40672e
  1328. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1329. Date:   Thu Jun 4 22:21:30 2009 -0700
  1330.     libvlc: cond_wait can wake up without being signaled.
  1331.     
  1332.     Pointed by Laurent.
  1333. commit ce250f52b98060635f47d3fa99a6b754a7e32fae
  1334. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1335. Date:   Wed Jun 3 23:00:44 2009 -0700
  1336.     libvlc: Make sure no event will be send after _detach from the asynch thread.
  1337. commit d3bbe58f5078ce26fa69fb70da87e5cbf9a3d244
  1338. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1339. Date:   Wed Jun 3 21:33:17 2009 -0700
  1340.     libvlc: Get rid of the recursive lock.
  1341. commit 7ea46f5497686b50d5d254dfe75dcaab3b90d2d7
  1342. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1343. Date:   Tue Jun 2 22:57:48 2009 -0700
  1344.     libvlc: Use mutex_cleanup_push.
  1345. commit c683bfc6b83c76f7eb09e0ebd5d5aaed90a99b52
  1346. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1347. Date:   Tue Jun 2 22:19:38 2009 -0700
  1348.     libvlc: Missing unlock.
  1349. commit cba8b415d86c5e0cd60a667b85318aee1b8a97bd
  1350. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1351. Date:   Tue Jun 2 00:24:42 2009 -0700
  1352.     libvlc: Allow event to be dispatched asynchronously.
  1353. commit c9a2b2dfd9260e8968af185308ae40fb35193994
  1354. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1355. Date:   Mon Jun 1 19:39:08 2009 -0700
  1356.     libvlc: Make sure we unlock on error code path.
  1357. commit 64497e0d65dd4138ec9c8c15dc3765eff213b3fd
  1358. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1359. Date:   Mon May 25 03:58:57 2009 -0700
  1360.     Oops.
  1361. commit a6b030c6c7ab7cad303b3ce58b166c06141f3fd0
  1362. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1363. Date:   Mon May 25 03:51:30 2009 -0700
  1364.     Fix compilation.
  1365. commit ebc88437f5b89e7e4c02b3473be31214c78e871a
  1366. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1367. Date:   Mon May 25 03:43:17 2009 -0700
  1368.     Fix compilation.
  1369. commit 59c79c740cf3517b7fa96ebd0e4f98d950352102
  1370. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1371. Date:   Mon May 25 03:42:10 2009 -0700
  1372.     libvlc: Don't use enum directly, it's a bad pratice for ABI compat.
  1373. commit 3c78abd24f562cea88fe7b2d08e05b8cbd8a0232
  1374. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1375. Date:   Mon May 25 03:06:27 2009 -0700
  1376.     Include new headers in headers.c.
  1377. commit a981478b09c39f52e60becc08312253d1c52359f
  1378. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1379. Date:   Mon May 25 03:04:23 2009 -0700
  1380.     libvlc: nsobject is void *.
  1381. commit 23132d75ce77d3c03134c0db010c81a1f3f32f2b
  1382. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1383. Date:   Mon May 25 01:47:38 2009 -0700
  1384.     libvlc: Split libvlc_internal in different independant headers.
  1385. commit 9e6f5af428d22518a7bd1827ac77b3eca74979ba
  1386. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1387. Date:   Mon May 25 00:14:43 2009 -0700
  1388.     libvlc: Split public headers by object and layers.
  1389. commit 5e857623e275d2a8ce65ee8e1deb1b88d17ee629
  1390. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1391. Date:   Mon Jun 1 19:36:53 2009 -0700
  1392.     Revert "libvlc_event_*: fix locking"
  1393.     
  1394.     This reverts commit 13b7d257de1eced08708034186e290c0a5f5628a.
  1395.     
  1396.     This is incorrect as it introduces locking the release when this should not be needed.
  1397. commit ba4e6762e41c902fa52b13ac1438440745ea399b
  1398. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1399. Date:   Tue Jun 9 00:48:57 2009 +0200
  1400.     macosx: updated cone in About dialog
  1401.     
  1402.     Thanks to Richard C. G. Øiestad for the adaptation
  1403. commit a0a855b6d8586b504fe84df6436658a82c33d737
  1404. Author: ra Qadir <arastein@gmail.com>
  1405. Date:   Mon Jun 8 23:00:30 2009 +0100
  1406.     l10n: Sorani update
  1407.     
  1408.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1409. commit 816b84edcb6383cb2f3d6848249e00b82fe3ee4e
  1410. Author: Tòni Galhard <tony.gaillard@supinfo.com>
  1411. Date:   Mon Jun 8 22:57:07 2009 +0100
  1412.     l10n: Occitan update
  1413.     
  1414.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1415. commit 8aebc2573f586bbbe733f347ee70a356c679f1aa
  1416. Author: Xènia Albà Cantero <xenia_alba@hotmail.com>
  1417. Date:   Mon Jun 8 22:55:52 2009 +0100
  1418.     l10n: Catalan update
  1419.     
  1420.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1421. commit e0b1f51a6a8998a184432ca5761703323b9a8ca5
  1422. Author: Derk-Jan Hartman <hartman@videolan.org>
  1423. Date:   Mon Jun 8 16:31:32 2009 +0200
  1424.     macosx gui: fix selection of VIDEO_TS option in Open Dialog
  1425.     
  1426.     This closes #2845
  1427.     (cherry picked from commit 4271ab262b5081e7b7ecfa8a573a8b58012ca7ad)
  1428.     
  1429.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  1430. commit f1280182abcb6c6fe5518080602b94439ea096e9
  1431. Author: Derk-Jan Hartman <hartman@videolan.org>
  1432. Date:   Fri Jun 5 22:03:39 2009 +0200
  1433.     Qt4: forward and back were using key-pressed where they should be using key-action variable
  1434.     (cherry picked from commit 89db25d28acd949ea1690033e6af5a73df6aa4e1)
  1435.     
  1436.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  1437. commit ff35eda80621ce79ba7c11b3a8917988ba86ee6e
  1438. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1439. Date:   Mon Jun 8 15:41:20 2009 +0200
  1440.     Qt: remove unneeded hack.
  1441.     
  1442.     It seems to work correctly on Vista.
  1443. commit 72dbb98a2e54f7a15bc94479015c33182f14af03
  1444. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1445. Date:   Mon Jun 8 15:39:33 2009 +0200
  1446.     Qt: remove unneeded debug.
  1447. commit bdce66ec5a50766a627f3f1e1576da21001a5b58
  1448. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1449. Date:   Mon Jun 8 09:33:42 2009 +0200
  1450.     Qt: Fix cdda caching option in MRL generation.
  1451.     
  1452.     (cherry picked from commit eb16d85e759173ed48e49ea95cf132f0756715bd)
  1453. commit ef8f39a5ea1ca7d61d29d74eab16fe32deb8991b
  1454. Author: Mindaugas Baranauskas <embar@micro.lt>
  1455. Date:   Mon Jun 8 00:34:01 2009 +0100
  1456.     l10n: Lithuanian update
  1457.     
  1458.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1459. commit 7a7389f2769452c5797e8ae7f1f154b8b07197d4
  1460. Author: Luqman Hakim <ovdl@rocketmail.com>
  1461. Date:   Mon Jun 8 00:32:30 2009 +0100
  1462.     l10n: Indenosian update
  1463.     
  1464.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1465. commit 685f1e8025ca09a76ce542265ae4fbd9c3a86294
  1466. Author: Matej Urbančič <mateju@svn.gnome.org>
  1467. Date:   Mon Jun 8 00:31:24 2009 +0100
  1468.     l10n: Slovenian last tweaks
  1469.     
  1470.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1471. commit ba752e68e8a1973e295a210291c65a1f3f6f3364
  1472. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1473. Date:   Sun Jun 7 20:42:37 2009 +0200
  1474.     fixed package-macosx-plugin in case top_srcdir != top_buildir and switched image format to UDBZ, too
  1475.     
  1476.     NOTE that creating the plugin bundle is still horribly broken in the former case
  1477. commit eb7f1147153543de6505afc04dac62e0415779f6
  1478. Author: Matej Urban <matej.urban@gmail.com>
  1479. Date:   Sun Jun 7 00:09:30 2009 +0100
  1480.     l10n: Slovenian update
  1481.     
  1482.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1483. commit 29331c257b64ab0b57552720f4a97a6fd318aa67
  1484. Author: Yavor Doganov <yavor@gnu.org>
  1485. Date:   Mon Jun 1 14:44:45 2009 +0300
  1486.     Port to new libmpcdec API
  1487.     
  1488.     Please find attached my attempt to port VLC to libmpcdec6.  Playing
  1489.     and seeking works according to my tests with a bunch of files (both
  1490.     SV7 and SV8).  I tried to follow upstream's coding style.
  1491.     
  1492.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1493.     (cherry picked from commit 87cb4e591ac075c7fabc395cf997e0b261296007)
  1494. commit 0fc00a79f4f711ec024f05377780af7ae714e615
  1495. Author: Rémi Denis-Courmont <remi@remlab.net>
  1496. Date:   Sat Jun 6 16:57:01 2009 +0300
  1497.     Qt4: fix handling of IPv6 literal for RTP and UDP
  1498.     
  1499.     See http://forum.videolan.org/viewtopic.php?f=33&t=60477
  1500.     (cherry picked from commit 5b00f5cf4719a7d774d4823f94671557affafb95)
  1501. commit 2839bb5b1026cfb3e09576eb36bc0ee6ed472c5a
  1502. Author: Pierre Ynard <linkfanel@yahoo.fr>
  1503. Date:   Sat Jun 6 01:28:37 2009 +0200
  1504.     contribs: compile x264 and live555 as PIC
  1505.     
  1506.     Compile x264 and live555 as PIC, as otherwise it causes linkage problems
  1507.     on 64 bits
  1508. commit e4462a9caaa31c11218f0ef6105c87383e34c1d6
  1509. Author: Derk-Jan Hartman <hartman@videolan.org>
  1510. Date:   Fri Jun 5 21:40:49 2009 +0200
  1511.     Missing include for vlm_Delete() usage.
  1512.     (cherry picked from commit 9f396531693d07701e7e9b8a039a197000f492d1)
  1513.     
  1514.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  1515. commit 054e72bbe0ffe0c6e91e6849bf8fd5432b8004bd
  1516. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1517. Date:   Fri Jun 5 18:08:04 2009 +0200
  1518.     contribs: use http instead of ftp to download the Darwin-binary package
  1519.     
  1520.     Note that we don't use FTP to access ganesh in 'make src' either...
  1521. commit ad69767ceae94e47ac4789589755e142707bbcbd
  1522. Author: Rémi Denis-Courmont <remi@remlab.net>
  1523. Date:   Fri Jun 5 17:55:09 2009 +0300
  1524.     Fix potential infinite loop with multiple vouts (fixes: #2832)
  1525.     (cherry picked from commit 42245ec5709d85151bdd82a1e806ab68e88aad71)
  1526. commit bda8b20504562d8212462f8c1941fc3ea805ce34
  1527. Author: Sébastien Escudier <sebastien-devel@celeos.eu>
  1528. Date:   Wed May 27 11:43:16 2009 +0200
  1529.     p_vlm destruction fixes
  1530.     
  1531.     Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
  1532. commit dc5389ad491eee93e0bcf0ba162aca1e772139f7
  1533. Author: Erwan Tulou <brezhoneg1@yahoo.fr>
  1534. Date:   Fri Jun 5 09:55:09 2009 +0200
  1535.     QT4 menus : remove previous signal-slot connection(s) if any (correct trac #2818)
  1536.     
  1537.     Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
  1538.     (cherry picked from commit 30e16170c6f1ef56338f80f5bdb53dfbff983383)
  1539. commit acfeac927692b0b6db273e8431a31de97b2ce542
  1540. Author: Erwan Tulou <brezhoneg1@yahoo.fr>
  1541. Date:   Fri Jun 5 14:37:37 2009 +0200
  1542.     skins2: correct crashes when using zoom and multiple video tags
  1543.     
  1544.     Fixes #2821
  1545.     
  1546.     Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
  1547.     (cherry picked from commit 8b70a12e22fae1ecdffdc43a93d56ca31419697d)
  1548. commit 7a0e94a2061fac7411b3ed7ba4f92f95e3defd20
  1549. Author: Matej Urban <matej.urban@gmail.com>
  1550. Date:   Fri Jun 5 00:43:31 2009 +0100
  1551.     l10n: Slovenian update
  1552.     
  1553.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1554. commit 0972494fb172286f58e9252eebf34142adcd45cd
  1555. Author: Mindaugas Baranauskas <embar@micro.lt>
  1556. Date:   Fri Jun 5 00:41:38 2009 +0100
  1557.     l10n: Lithuanian update
  1558.     
  1559.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1560. commit c561cd7af22cb3a88742877d12bd592e41059437
  1561. Author: Derk-Jan Hartman <hartman@videolan.org>
  1562. Date:   Thu Jun 4 23:10:08 2009 +0200
  1563.     core vout: Fix snapshots
  1564.     
  1565.     vlc_cond_timedwait() for the snapshots was using the wrong timevalue.
  1566.     Thx to fenrir for helping me chase this one. Fixes #2819
  1567.     (cherry picked from commit 120e9bb49d4648a29ea499a9a19973eeb571edbe)
  1568.     
  1569.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  1570. commit 21993ca4aa514c86619a8372f5552011ca6e4750
  1571. Author: Laurent Aimar <fenrir@videolan.org>
  1572. Date:   Thu Jun 4 22:27:53 2009 +0200
  1573.     Fixed/workaround a segfault with (newer?) swscale version.
  1574.     
  1575.     Initialize the alpha plane pointers even when not used !
  1576.     (cherry picked from commit 004e67b457e9a804dee124f24236a4a6a10f373f)
  1577.     
  1578.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  1579. commit 62d084b6be979b1a60613fbac2e6840d32bf4e25
  1580. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1581. Date:   Thu Jun 4 21:26:51 2009 +0200
  1582.     On the road to RC3.
  1583. commit 6e02907ed8179fcdd7204dec1a191cff592c6ab1
  1584. Author: Laurent Aimar <fenrir@videolan.org>
  1585. Date:   Thu Jun 4 20:40:25 2009 +0200
  1586.     Dot not quick select mod demuxer as it is not safe (false positives).
  1587.     (cherry picked from commit 1d2ada1159d3f5a5512b3c9b4289cf960a95fc22)
  1588.     
  1589.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  1590. commit 88bf79b18f90a04ed3c0e9f2c8070933e593052b
  1591. Author: Laurent Aimar <fenrir@videolan.org>
  1592. Date:   Thu Jun 4 21:08:14 2009 +0200
  1593.     Added support for old revision of SCT20 closed caption.
  1594.     (cherry picked from commit f6dba4e64ab3230af2f4bf95ef16984d93279599)
  1595.     
  1596.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  1597. commit d4f549f7aabb4b165f01f49bbc5ed04a2945d613
  1598. Author: Derk-Jan Hartman <hartman@videolan.org>
  1599. Date:   Thu Jun 4 16:48:50 2009 +0200
  1600.     core: fix time-offset and position-offset callbacks
  1601.     
  1602.     When using the hotkeys to seek, each offset seek was executed twice. The bahavior of INPUT_CONTROL_SET_TIME_OFFSET has changed, and these callbacks did not account for that yet.
  1603.     
  1604.     This closes #2820
  1605.     (cherry picked from commit 4db53934dd02d9f2564a429ec9255279ae9e237c)
  1606.     
  1607.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  1608. commit cac12428e775e8706995a9150d0ac0a144d50f47
  1609. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1610. Date:   Thu Jun 4 00:51:45 2009 +0200
  1611.     Qt: Add icons on open dialog tabs.
  1612.     
  1613.     Idea and code from Francois Cartegnie
  1614.     (cherry picked from commit efb68637d04367d3118ce41ac5081008eb5d7360)
  1615.     
  1616.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  1617. commit ec814a4a3d0942581485e664bca3de8395f878de
  1618. Author: Laurent Aimar <fenrir@videolan.org>
  1619. Date:   Thu Jun 4 00:04:47 2009 +0200
  1620.     Fixed old naming standard splitted rar archive (close #2733).
  1621.     
  1622.     Patch by ozvald (see #2733)
  1623.     (cherry picked from commit f75fc27811e7d3bb9c6c591f2e0f537f81ff5e17)
  1624. commit 10f8819e0842cf324d5386329433e73371198065
  1625. Author: Derk-Jan Hartman <hartman@videolan.org>
  1626. Date:   Wed Jun 3 23:33:24 2009 +0200
  1627.     Postproc: Set a description string for the postprocess variable.
  1628.     
  1629.     This string is already in use, so no problem with stringfreeze for
  1630.     1.0 (According to xtophe).
  1631.     (cherry picked from commit 9a9cca162dc4beaa6b7a79cc7952084a3f8d74c5)
  1632.     
  1633.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  1634. commit 31aef931068d34bb229ed099110e9a7a3a6ad577
  1635. Author: Derk-Jan Hartman <hartman@videolan.org>
  1636. Date:   Wed Jun 3 23:08:35 2009 +0200
  1637.     macos playlist: fix a deadlock when deleting items.
  1638.     
  1639.     In general, we should avoid PL_LOCK'ing around stuff that the Datasource does,
  1640.     and restrict it to the lines that directly deal with the core playlist.
  1641.     
  1642.     This should fix #2810
  1643.     
  1644.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  1645. commit 7959b70514bd5cd78980cc4dc259426d1529ba6b
  1646. Author: Derk-Jan Hartman <hartman@videolan.org>
  1647. Date:   Wed Jun 3 23:03:22 2009 +0200
  1648.     macosx: Fix postprocessing menu item
  1649.     
  1650.     This closes #2814
  1651.     (cherry picked from commit 20967dfe87ca089b623408f31759449c737b7a54)
  1652. commit 5d8d9539785668571887eb0280a98d44341197dd
  1653. Author: Tero Pelander <tpeland@tkukoulu.fi>
  1654. Date:   Wed Jun 3 20:06:31 2009 +0300
  1655.     l10n: Finnish translation update
  1656.     
  1657.     Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
  1658. commit 59c234621b62b1fa780a8e39d1ab656b7aad67e7
  1659. Author: Christophe Mutricy <xtophe@videolan.org>
  1660. Date:   Wed Jun 3 00:59:35 2009 +0100
  1661.     Activate new installer l10n
  1662.     
  1663.     Note that not all can be activated due to restriction of NSIS.
  1664.     Switching to UTF8 nsis would help. Or pushing nsis upstream to incorporate the patch and/or add new language ID.
  1665. commit 706069d38c8a0ebdb015665be9305f1dd603bf3e
  1666. Author: Ara Qadir <arastein@gmail.com>
  1667. Date:   Wed Jun 3 00:59:06 2009 +0100
  1668.     l10n: Sorani installer translation
  1669.     
  1670.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1671. commit 8e49aae174f524bf648350067c6834a8520b7835
  1672. Author: A S Alam <aalam@users.sf.net>
  1673. Date:   Wed Jun 3 00:58:09 2009 +0100
  1674.     l10n: Punjabi installer translation
  1675.     
  1676.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1677. commit 4a143d966703462017eda20fc86ca313772978d9
  1678. Author: Matej Urbančič <mateju@svn.gnome.org>
  1679. Date:   Wed Jun 3 00:56:48 2009 +0100
  1680.     l10n: slovenian installer translation
  1681.     
  1682.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1683. commit 45c4bf9d4b16e98e7b84b82b87aa590cd04cc4cd
  1684. Author: Tòni Galhard <tony.gaillard@supinfo.com>
  1685. Date:   Wed Jun 3 00:55:28 2009 +0100
  1686.     l10n: Occitan installer translation
  1687.     
  1688.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1689. commit ad1598c29d32c07c15858e3e58c62e2a96b29301
  1690. Author: Md. Rezwan Shahid <rezwan@ankur.org.bd>
  1691. Date:   Wed Jun 3 00:54:13 2009 +0100
  1692.     l10n: Bengali installer translation
  1693.     
  1694.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1695. commit bca58b91ae23be8b9df8737722e9d78b460ab414
  1696. Author: Cristian Secara <cristi@secarica.ro>
  1697. Date:   Wed Jun 3 00:53:02 2009 +0100
  1698.     l10n: romanian installer update
  1699.     
  1700.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1701. commit 34a9e692d236baf621c8811ba9d2e02ac0a635ff
  1702. Author: Éric Lassauge <lassauge@users. sourceforge.net>
  1703. Date:   Wed Jun 3 00:51:30 2009 +0100
  1704.     l10n: french installer update
  1705.     
  1706.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1707. commit a2a268651b777e05f09ce1b5c54c12b870eea211
  1708. Author: Myckel Habets <myckel@ sdf.lonestar.org>
  1709. Date:   Wed Jun 3 00:49:43 2009 +0100
  1710.     l10n: dutch installer translation update
  1711.     
  1712.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1713. commit 2a4b892e32006f0aff7018fb749fd35a6a0f662a
  1714. Author: Antonio Javier Varela Calvo <tonxabar@hotmail.com>
  1715. Date:   Wed Jun 3 00:47:54 2009 +0100
  1716.     l10n: Spanish installer translation
  1717.     
  1718.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1719. commit 5bc87c7ac4044f27c8d6a64bfcc56fa43d020134
  1720. Author: Ivo Ivanov <bestran@mail.bg>
  1721. Date:   Wed Jun 3 00:32:59 2009 +0100
  1722.     l10n: bulgarian installer translation
  1723.     
  1724.     Including a UTF-8 -> CP1251 re-encoding
  1725.     
  1726.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1727. commit 04bf0e659d89a5fe429f53a79ef23f93fac048cc
  1728. Author: Ivo Ivanov <bestran@mail.bg>
  1729. Date:   Tue Jun 2 23:54:23 2009 +0100
  1730.     l10n: Bulgarian update
  1731.     
  1732.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1733. commit 0b49ff4af55f474b00d05bf1ce6d47d5bbe70390
  1734. Author: Laurent Aimar <fenrir@videolan.org>
  1735. Date:   Tue Jun 2 23:03:44 2009 +0200
  1736.     Correctly setup the clock state when creating a new program.
  1737.     
  1738.     It avoid an assert if a program was created after the input was paused.
  1739.     (cherry picked from commit 600446bee8c612148e23c2915cd80f8c8dc2cfeb)
  1740. commit 2c064f0dfcf4e538c6c344af6197d1c9c9de27b5
  1741. Author: Derk-Jan Hartman <hartman@videolan.org>
  1742. Date:   Tue Jun 2 23:16:01 2009 +0200
  1743.     macosx playlist: Move one of the lock to avoid a "lock in locked-state" issue.
  1744.     
  1745.     Add a few more lockings around other playlist data as well. We really need to redo all this stuff.
  1746.     (cherry picked from commit 03071b8a2a1e61bccc307143b6822a4f08eb1b68)
  1747.     
  1748.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  1749. commit c27a7ed8ff07510b66810a9ff55e72ec3325f8f0
  1750. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1751. Date:   Tue Jun 2 23:06:20 2009 +0200
  1752.     macosx: volume needs to be stored in absolute numbers instead of percentages. If you don't do this, the user will get a quite different noise experience...
  1753.     
  1754.     Closes #2805
  1755. commit cbaad1b2c9270a2914b3cef81849c73cf46f9fc3
  1756. Author: Derk-Jan Hartman <hartman@videolan.org>
  1757. Date:   Tue Jun 2 15:35:14 2009 +0200
  1758.     Core: Closed Captions memleak
  1759.     (cherry picked from commit 0c24ead9492d67eb087b6192abbbdf449a2cdae0)
  1760.     
  1761.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  1762. commit 9e1f1018775c7207964fb9a87d1fc97c3f294aa8
  1763. Author: Derk-Jan Hartman <hartman@videolan.org>
  1764. Date:   Tue Jun 2 15:05:14 2009 +0200
  1765.     Do not access vout_thread_t fields when it can be avoided.
  1766.     
  1767.     Partial backport of [cc4f67fe86359bae2db6fc631f0ef96e0c63c1d1]
  1768. commit c242f13765e16a6d814771b874442f3d8394f355
  1769. Author: Derk-Jan Hartman <hartman@videolan.org>
  1770. Date:   Tue Jun 2 01:43:22 2009 +0200
  1771.     .h file commit for [9d7513aea570d26822f26a7b0567133ab4fd6324]
  1772. commit 1c6e5232ce0995179ff6b922d305831e8a7d6003
  1773. Author: Derk-Jan Hartman <hartman@videolan.org>
  1774. Date:   Tue Jun 2 01:26:32 2009 +0200
  1775.     macosx vout: another memleak
  1776.     
  1777.     A memleak in the handling of NSAnimation
  1778.     (cherry picked from commit 9d7513aea570d26822f26a7b0567133ab4fd6324)
  1779.     
  1780.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  1781. commit 731a20c1c0c55b11f7b2f1fa33c063a3d2aa61c2
  1782. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1783. Date:   Mon Jun 1 23:08:53 2009 +0200
  1784.     Use UDBZ instead of UDZO as disk-image format, which should save us about almost 20% of its previous size
  1785.     
  1786.     This format isn't 10.3 compatible, but VLC isn't either, so we shouldn't care. Pointed by zacwest on the forums.
  1787.     
  1788.     Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
  1789. commit 2f7a9e0a2a23d6ed93fc545fb058766d1e386568
  1790. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1791. Date:   Mon Jun 1 23:09:24 2009 +0200
  1792.     small news item
  1793. commit c01710dd232695150ce10e7b1a8112781eacdd54
  1794. Author: Rémi Denis-Courmont <remi@remlab.net>
  1795. Date:   Mon Jun 1 18:31:28 2009 +0300
  1796.     Play more than one media to improve coverage a bit
  1797. commit 9f71b31e9082e57d05f793a6404867ecf616314c
  1798. Author: Rémi Denis-Courmont <remi@remlab.net>
  1799. Date:   Mon Jun 1 18:31:14 2009 +0300
  1800.     Make the test timeout more bearable
  1801. commit 25698d3408cb7686977842436b1b83e7252c1532
  1802. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1803. Date:   Wed May 20 23:19:35 2009 -0700
  1804.     libvlc: Use a separate lock for media_list_lock and refcounting.
  1805.     
  1806.     Those finer grained locks help the media_list_player.
  1807.     (cherry picked from commit 6dbf7ce48289298f21f56e2e77b95f221641a38f)
  1808.     
  1809.     Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
  1810. commit ac3acc83ab06023e475bfedb2dc193c54ee99d4f
  1811. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1812. Date:   Mon Jun 1 16:23:37 2009 +0200
  1813.     Contribs for Linux x64
  1814.     
  1815.     Patch by Kaloyan Kovachev
  1816.     (cherry picked from commit 2d81a38ba539a875444b053a17b839e575ca0f3d)
  1817. commit da467bda833a2764e66984dd9765b7b1cd5cdac1
  1818. Author: Derk-Jan Hartman <hartman@videolan.org>
  1819. Date:   Mon Jun 1 13:40:27 2009 +0200
  1820.     mtime: grah, compile before thou commits.
  1821.     
  1822.     /me idiot.
  1823.     (cherry picked from commit 4c2b6cc32632393be6bda0d123bc1de50201ac12)
  1824.     
  1825.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  1826. commit 7717830478e02118bd79094700d44e5d6f6b0d27
  1827. Author: Derk-Jan Hartman <hartman@videolan.org>
  1828. Date:   Mon Jun 1 13:34:33 2009 +0200
  1829.     mtime: ifdef vs if defined()
  1830.     
  1831.     misc/mtime.c:59:18: warning: extra tokens at end of #ifdef directive
  1832.     Grah, sorry about this, Apple parser doesn't see this as a problem, but other platforms do of course.
  1833.     (cherry picked from commit 7d391a6df895f0ac66ee76ffd99c53ef3675adbd)
  1834.     
  1835.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  1836. commit 455121248b8db6e38972b03982ccba52c7e9fe0b
  1837. Author: Derk-Jan Hartman <hartman@videolan.org>
  1838. Date:   Mon Jun 1 12:35:38 2009 +0200
  1839.     mac PPC: don't use mach absolute_time()
  1840.     
  1841.     Introduced in [5ead92ffd58088828ed802173d963b2571f0cd69], on PowerPC-based Macs this breaks the playback of a certain AVI and WMV files for reasons not fully understood. The commit was reverted for PPC macs in
  1842.     * [49f3721c5baa88feece1d8793f08f08b2ed86a4d]
  1843.     * [7786caa59f70d40794273cd741ea96f98d43621f]
  1844.     but these commits were never applied to the master branch.
  1845.     (cherry picked from commit c6ce6df890b7c66defc54c4dd4edbd940728fe94)
  1846.     
  1847.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  1848. commit 3702eecb1ffc3db3407c39b2b7fac0384424a23f
  1849. Author: Derk-Jan Hartman <hartman@videolan.org>
  1850. Date:   Mon Jun 1 12:26:57 2009 +0200
  1851.     mkv: Restore the priority of the mkv module
  1852.     
  1853.     Most of the time the module was still selected due to extension lookup.
  1854.     It is also reported that avformat still is unstable when seeking mkv's
  1855.     (cherry picked from commit eafaeb2c918487ace54e14589b1b55a44bbfdaa3)
  1856.     
  1857.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  1858. commit 1f8a2e2d7708375a631363ecf517db5864d7c7cf
  1859. Author: Derk-Jan Hartman <hartman@videolan.org>
  1860. Date:   Mon Jun 1 11:58:30 2009 +0200
  1861.     vobsub: strdup memleak (stream_Add copies the format)
  1862.     (cherry picked from commit f8bc94143ea531b39ef2eaf651154af316e1e2e4)
  1863.     
  1864.     Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
  1865. commit b58180b252f212ee0a79feaeb0b948f7689a957f
  1866. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1867. Date:   Sun May 31 16:19:31 2009 +0200
  1868.     Qt: Fix button in speed of subtitles.
  1869.     
  1870.     "Adjustment and Effects, Synchronisation, Subtitles/Video, Speed of the subtitles, minus sign is not clickable" Spotted by Trax.
  1871.     (cherry picked from commit 9cef925682d9aa2f97cd368fb835324c86b786d5)
  1872.     
  1873.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  1874. commit a21eb956bb88a80537791d98777aa40281067cbe
  1875. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1876. Date:   Sat May 30 17:36:33 2009 +0200
  1877.     macosx: the VLM nib is no longer part of this branch
  1878. commit c4be31081b03a631cc59de29721585e6a763e3f1
  1879. Author: Cristian Secara <cristi AT secarica DOT ro>
  1880. Date:   Sat May 30 01:17:04 2009 +0100
  1881.     l10n: Romanian update
  1882.     
  1883.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1884. commit ac73d794dbf96bdf0a4dd152aeb0c925dd0dd6cf
  1885. Author: Mahrazi Mohd Kamal <mahrazi@gmail.com>
  1886. Date:   Sat May 30 01:16:23 2009 +0100
  1887.     l10n: Malay update
  1888.     
  1889.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1890. commit 5cff827ba25e40100d1a20919f5ffa6cd645ca15
  1891. Author: Myckel Habets <myckel@sdf.lonestar.org>
  1892. Date:   Sat May 30 01:14:37 2009 +0100
  1893.     l10n: Dutch update
  1894.     
  1895.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1896. commit 7157ad33673305f7947fe84ca78374bdba5e64f8
  1897. Author: Derk-Jan Hartman <hartman@videolan.org>
  1898. Date:   Fri May 29 20:42:37 2009 +0200
  1899.     macosx remote: Fix a leak in the Apple Remote class.
  1900.     
  1901.     A thank you to the Xbmc authors who had this fixed in their version of Martin Kahr's class.
  1902. commit ced7fc2dd8673d5b4eeb8c95f98f456928f6f39a
  1903. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1904. Date:   Fri May 29 20:01:42 2009 +0200
  1905.     macosx: fixed another array which isn't released before recreation
  1906. commit fc9987fa29409be3cae9743dbae265959477747c
  1907. Author: Derk-Jan Hartman <hartman@videolan.org>
  1908. Date:   Fri May 29 13:53:13 2009 +0200
  1909.     macosx vout: fix fullscreen behaviour on eof.
  1910.     
  1911.     Fixes a bug introduced on [795fa06c631752687800bdff5ec44f742c0e72bd]
  1912.     Closes #2794
  1913. commit 8710885a8f095874db39bde23ade1b2e653067a1
  1914. Author: Sigmund Augdal <sigmund@snap.tv>
  1915. Date:   Fri May 29 12:52:49 2009 +0200
  1916.     dbus: Fix an integer overflow when seeking more than ~2000 seconds.
  1917.     (cherry picked from commit b01b54b072098e1aa401b5177f156d3e42e04f00)
  1918.     
  1919.     Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
  1920. commit e4bbb16bb183b2cad499e088ccd99313d386df62
  1921. Author: Rémi Duraffort <ivoire@videolan.org>
  1922. Date:   Fri May 29 08:56:23 2009 +0200
  1923.     Quit correctly x264 codec when x264 failed.
  1924. commit 27d841889c9116d46be643fa482f9ca562d233f3
  1925. Author: Derk-Jan Hartman <hartman@videolan.org>
  1926. Date:   Fri May 29 13:18:01 2009 +0200
  1927.     macosx preferences: more memleaks
  1928.     
  1929.     * initmethods returning nil. checks moved outside init.
  1930.     * leaking module_config_get. Keep better track of those.
  1931.     * spurious strdup
  1932.     * leaked hotkeys NSMutableArray when resetting the preferences.
  1933. commit 5cbb5848e90522556a838ccf04646727fed10cc9
  1934. Author: Derk-Jan Hartman <hartman@videolan.org>
  1935. Date:   Fri May 29 13:15:34 2009 +0200
  1936.     macosx: remove a NSLog message.
  1937. commit c543a40de86224b961a089d0a17374867f835da4
  1938. Author: Derk-Jan Hartman <hartman@videolan.org>
  1939. Date:   Fri May 29 13:10:23 2009 +0200
  1940.     macosx intf: Fix bug in equalizer
  1941.     
  1942.     Introduced by [ca17039cd8dbaff98d0d4f08b94d3f3efa92af98]
  1943. commit 77dea4efed8f1ce11edf551ac33b53ead9fb16a8
  1944. Author: Adrien Maglo <magsoft@videolan.org>
  1945. Date:   Thu May 28 20:05:23 2009 +0200
  1946.     Fix a segfault : check the return value of x264_encoder_open().
  1947.     
  1948.     According to x264 code, if it fails, it return NULL.
  1949.     And with a first NULL parameter x264_encoder_headers() segfaults.
  1950.     
  1951.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  1952. commit f69af253a4fe0dbf4121c4a320d01adb1c6d0cab
  1953. Author: Jean-Philippe Andre <jpeg@via.ecp.fr>
  1954. Date:   Thu May 28 23:53:53 2009 +0800
  1955.     Qt Sout dialog: MJPEG mux is "mpjpeg"
  1956.     
  1957.     Note that "avformat{mux=mjpeg}" is also valid.
  1958. commit 7608496964e8ce6f3a740ccc4b41a76da096bd73
  1959. Author: Rémi Duraffort <ivoire@videolan.org>
  1960. Date:   Thu May 28 16:23:19 2009 +0200
  1961.     Include vlc_url when using make_URI
  1962. commit e79d8491b3e8779137914e48daeeaeedd60bbaf8
  1963. Author: Hugo Beauzee-Luyssen <beauze.h@gmail.com>
  1964. Date:   Thu May 28 16:29:29 2009 +0200
  1965.     Avoid leaking images in invmem codec
  1966.     
  1967.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  1968. commit 6d44f15adadb4aeb9c36e21854e1421833e1761a
  1969. Merge: 1d3b0ce a654d4a
  1970. Author: Rémi Denis-Courmont <remi@remlab.net>
  1971. Date:   Thu May 28 17:12:06 2009 +0300
  1972.     Merge branch 'base' into 1.0-bugfix
  1973. commit a654d4a14edf1a3925cfa731c965652832f01ef2
  1974. Author: Rafaël Carré <rafael.carre@gmail.com>
  1975. Date:   Wed May 27 21:36:22 2009 +0200
  1976.     Fix xspf reading/writing
  1977.     
  1978.     When reading a file:// URL from an xspf entry, store the decoded file path; else store the unmodified URL
  1979.     
  1980.     Always keep album art URLs always encoded and decode the path when needed
  1981.     Interfaces & plugins only use file paths
  1982.     Playlist core extract attachment:// URLs (from file meta data), http:// or other (from meta data fetchers like lua) and cache them to a file
  1983.     
  1984.     Thanks to courmisch for clarification
  1985.     
  1986.     Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
  1987. commit 1d3b0ce24c9de1a35ca96addfffa2cd25ccd30fb
  1988. Author: Derk-Jan Hartman <hartman@videolan.org>
  1989. Date:   Thu May 28 15:41:31 2009 +0200
  1990.     Memleaks in Equalizer callback and Mac OS X audio module.
  1991. commit ca17039cd8dbaff98d0d4f08b94d3f3efa92af98
  1992. Author: Derk-Jan Hartman <hartman@videolan.org>
  1993. Date:   Thu May 28 15:40:18 2009 +0200
  1994.     macosx intf: Avoid using fixed sized buffer here.
  1995. commit 1692e7000a5639bb70d1d48b761ee40707ddc560
  1996. Author: Derk-Jan Hartman <hartman@videolan.org>
  1997. Date:   Thu May 28 14:28:51 2009 +0200
  1998.     macosx controls: Another string memleak.
  1999. commit a037a08d58e5b97af4ec09071818126fd581b27f
  2000. Author: Derk-Jan Hartman <hartman@videolan.org>
  2001. Date:   Thu May 28 13:43:22 2009 +0200
  2002.     macosx intf: another strdup memleak
  2003. commit cbe9981163a222b2e57ad266881750fdf6b5d2b2
  2004. Author: Rémi Duraffort <ivoire@videolan.org>
  2005. Date:   Thu May 28 14:34:21 2009 +0200
  2006.     access_directory: fix memleaks.
  2007. commit bc3883a52ee35d2d118f8a7c43093faa253cc0b4
  2008. Author: Derk-Jan Hartman <hartman@videolan.org>
  2009. Date:   Thu May 28 00:16:17 2009 +0200
  2010.     memleaks: Several Mac OS X interface related memleaks.
  2011. commit 02b581e1dc54e8fe7c3ca6d24528539fd996ac13
  2012. Author: Derk-Jan Hartman <hartman@videolan.org>
  2013. Date:   Wed May 27 22:00:56 2009 +0200
  2014.     macosx intf: Fix a strdup memleak
  2015. commit a0790f889ba5e521f529e1ca33c4fd1ecf2d17a9
  2016. Author: Derk-Jan Hartman <hartman@videolan.org>
  2017. Date:   Wed May 27 21:11:17 2009 +0200
  2018.     macosx playlist: fix issue with "expand triangle" alignment.
  2019.     
  2020.     Only the 1st column in the NIB file has the expand triangle. If you want to move the triangle, you need to move ANOTHER column in front of the original "first column". The Playlistview was probably recreated at a time, but if you don't know this trick it's very difficult to restore that triangle to the position that we had been using.
  2021.     
  2022.     This solves bug #2783
  2023. commit b5687139f9ac84a7bdf03d9a9612950c43fe6ec2
  2024. Author: Rafaël Carré <rafael.carre@gmail.com>
  2025. Date:   Wed May 27 19:22:28 2009 +0200
  2026.     Remove unused unescape_URI() and unescape_URI_duplicate()
  2027. commit c1291da0901cd19287743d4bc6ee628776b34ced
  2028. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2029. Date:   Thu May 21 14:23:49 2009 +0200
  2030.     macosx: NEWS and THANKS
  2031.     
  2032.     Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
  2033. commit 76ba1973d5ba90ea7deb508eb0292576f5902e16
  2034. Author: Dominic Spitaler <dominic.spitaler@gmx.at>
  2035. Date:   Mon May 18 00:13:36 2009 +0200
  2036.     new document icons for mac os x
  2037.     
  2038.     Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
  2039. commit 791897e29a182ad80539ac6a49bddf8872dde058
  2040. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2041. Date:   Thu May 21 14:17:18 2009 +0200
  2042.     macosx: fixed Xcode project file and make dist (new document icons...)
  2043.     
  2044.     Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
  2045. commit d5bcc135196a26ad25df27ed33b76938e9f618a7
  2046. Merge: cbccd72 8e4c60f
  2047. Author: Rémi Denis-Courmont <remi@remlab.net>
  2048. Date:   Wed May 27 18:47:57 2009 +0300
  2049.     Merge branch 'base' into 1.0-bugfix
  2050. commit 8e4c60f63ebdc1f1237b60a6ff0d1efd8cd9793d
  2051. Author: Rémi Denis-Courmont <remi@remlab.net>
  2052. Date:   Wed May 27 18:44:59 2009 +0300
  2053.     RTP output: fix port allocation in all cases
  2054. commit cbccd7297c241830e796f0f239b4b90d19c16c75
  2055. Author: Derk-Jan Hartman <hartman@videolan.org>
  2056. Date:   Wed May 27 15:26:00 2009 +0200
  2057.     macosx playlist: fix an unreachable update of the Media Info panel
  2058. commit f193adfbec380ac312c2f1a476a38e3172b7e993
  2059. Author: Rafaël Carré <rafael.carre@gmail.com>
  2060. Date:   Wed May 27 13:56:02 2009 +0200
  2061.     dbus : fix a deadlock with p_events array
  2062.     
  2063.     Mention that MPRIS is at version 1.0
  2064.     Remove some trailing spaces
  2065.     Remove unused argument 'lock' from MarshalStatus()
  2066. commit bad63db868d59b72dfc48ab767e5ee74f4d5d3c6
  2067. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2068. Date:   Wed May 27 12:37:35 2009 +0200
  2069.     macosx: fixed non-appearance of the verbose error panel and a few l10n things
  2070. commit feec0f30c55220f3f0be73940899f036cc72c012
  2071. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2072. Date:   Wed May 27 11:55:14 2009 +0200
  2073.     fixed distribution as dmg if srcdir != top_builddir
  2074. commit f3fe98dbb4255e70fec8f12c5bba44749122930b
  2075. Author: Rafaël Carré <rafael.carre@gmail.com>
  2076. Date:   Wed May 27 11:12:20 2009 +0200
  2077.     Fix mozilla autoconf check : AC_PATH_PROGS() was used incorrectly, and the check wouldn't error if {mozilla,seamonkey}-config or xulrunner wasn't found
  2078. commit bafd032e8c578cbbb46db5bf871daf8ee6f2d8c8
  2079. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  2080. Date:   Mon May 25 16:53:15 2009 +0200
  2081.     python bindings: remove obsolete vlc_internal module
  2082.     (cherry picked from commit 0680c6ed092725942456b7dd6576dc609a0c1a05)
  2083.     
  2084.     Signed-off-by: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  2085. commit 1473b765f42b8558532064f75abc0bd44d8367ae
  2086. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  2087. Date:   Mon May 25 12:23:19 2009 +0200
  2088.     python bindings: properly define MANIFEST.in file (patch by <kwizart@gmail.com>)
  2089.     (cherry picked from commit a640b2a33b0e72e04132add0cc247896ca4cca8b)
  2090.     
  2091.     Signed-off-by: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  2092. commit 0c59817bdfb3ce22c4cc28e46390aef523a98121
  2093. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  2094. Date:   Mon May 25 12:22:41 2009 +0200
  2095.     python bindings: fix setup.py to use 'pkg-config libvlc' instead of the old vlc-config (patch by <kwizart@gmail.com>).
  2096.     (cherry picked from commit bd13aca646fba540d0e925a4d1ffeccb4b49359a)
  2097.     
  2098.     Signed-off-by: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  2099. commit 26c16c96ea77d15c045ade84fd5be3f1e73ff9ee
  2100. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  2101. Date:   Tue May 26 22:55:21 2009 -0700
  2102.     qtcapture: Make sure the new iSight are working.
  2103. commit 02938f4d8a973dc6d6f39fdabae9db4e2e91d8d7
  2104. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2105. Date:   Wed May 27 03:09:25 2009 +0200
  2106.     Merge po.
  2107. commit 5bd90426e690bf2f79b16d51a924170b6c5909fb
  2108. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2109. Date:   Wed May 27 03:08:49 2009 +0200
  2110.     Remove vlm.* files.
  2111. commit 1e7e2ae9ec537a381837da841fdba793f15e412f
  2112. Author: Derk-Jan Hartman <hartman@videolan.org>
  2113. Date:   Wed May 27 01:21:35 2009 +0200
  2114.     macosx prefs: Repair the preferences view for Mac OS X.
  2115.     
  2116.     Seperate config options from the configtree. VLCTreeItem and VLCTreeLeafItem
  2117.     are now used for CONFIG_ITEM in an options collection. It now works, but
  2118.     probably should be cleanup up a bit more, with better seperation between the
  2119.     disjunct elements of Tree and ConfigItems.
  2120.     
  2121.     This was broken since [09e31e1436ef3e670bd7497688272dd073c8d3a6]
  2122. commit c18234129799ab96dec1b1d45373d3f0d5dd9bf3
  2123. Author: Derk-Jan Hartman <hartman@videolan.org>
  2124. Date:   Wed May 27 00:02:00 2009 +0200
  2125.     Prefs: repair category system for some lost options.
  2126.     
  2127.     set/(re)move a few cases of set_category and set_subcategory
  2128. commit 946eba4adf89f4727dcecf84e20cf8cf98110cb4
  2129. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2130. Date:   Tue May 26 23:34:22 2009 +0200
  2131.     l10n: first update of the German translation
  2132.     
  2133.     Lots of strings still missing, help would be welcome
  2134. commit f6c332fcd9e81eb4d6e13c471e5c4f18beb5aab7
  2135. Author: Rémi Duraffort <ivoire@videolan.org>
  2136. Date:   Tue May 26 23:16:30 2009 +0200
  2137.     invmem: fix potential memleaks.
  2138. commit ac351edae35390ea0c9cd711cf428663247000a9
  2139. Merge: b381e4a 9e1a568
  2140. Author: Rémi Denis-Courmont <remi@remlab.net>
  2141. Date:   Tue May 26 23:04:10 2009 +0300
  2142.     Merge branch '1.0-bugfix' into HEAD
  2143. commit b381e4a4c9b3b8031fe0af7a6620ceea34ddd13d
  2144. Author: Rémi Denis-Courmont <remi@remlab.net>
  2145. Date:   Tue May 26 23:01:03 2009 +0300
  2146.     Contrib: remove faac from ffmpeg
  2147.     
  2148.     Without this, ffmpeg refuses to build due to licensing problems.
  2149. commit fc26ea2b1e138c4e98f7c44e36b9c601be41d89a
  2150. Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
  2151. Date:   Mon Feb 9 23:30:30 2009 +0200
  2152.     Initial Maemo 5 contribs list
  2153.     
  2154.     (tested under Scratchbox-based public Beta SDK)
  2155. commit 9e1a568b976a8de6d05f1f8aab0d82caa912ecae
  2156. Author: Rémi Denis-Courmont <remi@remlab.net>
  2157. Date:   Tue May 26 19:37:01 2009 +0300
  2158.     Fix randomization in previous commit
  2159. commit afc6b18db2f7bc084e1590282e449f29a8d81203
  2160. Author: Rémi Denis-Courmont <remi@remlab.net>
  2161. Date:   Tue May 26 19:28:21 2009 +0300
  2162.     Sort the playlist under a static lock due to static variables
  2163. commit 4db7858c806ca585fd0dd027bcec8102d900efbc
  2164. Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
  2165. Date:   Mon Feb 9 23:40:14 2009 +0200
  2166.     LUA contrib: discard Linux readline support (not needed)
  2167. commit 1a28186371b45c78e122b353c77e22105e1532ce
  2168. Author: Sébastien Escudier <sebastien-devel@celeos.eu>
  2169. Date:   Tue Jan 13 09:28:51 2009 +0100
  2170.     VLM and VOD deadlock Fix #2339
  2171.     
  2172.     Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
  2173. commit 8d5c75701a7351e90b617bb5395d71a6ac200666
  2174. Author: Derk-Jan Hartman <hartman@videolan.org>
  2175. Date:   Tue May 26 15:54:17 2009 +0200
  2176.     Mac OS X vout: fix surprpression of the screensaver.
  2177.     
  2178.     This was broken in [3d5ff7dc53d5ac154fd56faca23a3b6364037aa2]
  2179. commit 622c64a18a8d770b75df5ff6cd1a2f2013b6caa3
  2180. Author: Rémi Duraffort <ivoire@videolan.org>
  2181. Date:   Tue May 26 15:16:08 2009 +0200
  2182.     input: partially revert f63268acaafdca4f3e17b837c37a105c01739c0f (my fault).
  2183.     I'm not sure that VLC can't still leak memory in this case...
  2184. commit d96b3d9b4ad33e18070e582354bdbd436022ba0e
  2185. Author: Pierre Ynard <linkfanel@yahoo.fr>
  2186. Date:   Tue May 26 14:37:53 2009 +0200
  2187.     logger: fix syslog output formatting
  2188.     
  2189.     Remove duplicate " :"
  2190. commit 46a33c34dcc8536ab6c875731ce7338e7b59826a
  2191. Author: Rémi Duraffort <ivoire@videolan.org>
  2192. Date:   Tue May 26 12:40:24 2009 +0200
  2193.     gestures: fix memleak with var_Change(VLC_VAR_GETCHOICES).
  2194. commit 128bfa778d3ea8a038aa3fe3c09616e6c6ced7de
  2195. Author: Rémi Duraffort <ivoire@videolan.org>
  2196. Date:   Tue May 26 12:16:36 2009 +0200
  2197.     hotkeys: fix a big object leak and factorize a bit.
  2198. commit 1d536ab9f3ebc16211d0e359dc40bae6ce05c3ba
  2199. Author: Rémi Duraffort <ivoire@videolan.org>
  2200. Date:   Tue May 26 12:00:17 2009 +0200
  2201.     hotkeys: fix memleak with var_Change(VLC_VAR_GETCHOICES).
  2202. commit aeb955d83e1316d0fc99b586bde1be85eaacf427
  2203. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2204. Date:   Tue May 26 01:50:52 2009 +0200
  2205.     Snapshot Deprecate the old names not conflicting
  2206. commit 03198bb4cd53269427d6ac17b847c9d696c21059
  2207. Author: Erwan Tulou <brezhoneg1@yahoo.fr>
  2208. Date:   Mon May 25 22:00:35 2009 +0200
  2209.     snapshot vout plugin: avoid variables conflicting with the core
  2210.     
  2211.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  2212. commit 49f85e90c83f84f43b03337327f4697b31b0d4fd
  2213. Author: Erwan Tulou <brezhoneg1@yahoo.fr>
  2214. Date:   Mon May 25 13:40:16 2009 +0200
  2215.     snapshot core : correct aspect ratio issue (trac #2705)
  2216.     
  2217.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  2218. commit cb9e93bf49ab7dd0605bf0b4011d4b8b328b327b
  2219. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2220. Date:   Tue May 26 01:26:21 2009 +0200
  2221.     Bump numbering for upcoming RC2
  2222. commit f02742c79fc5843a84d7ae241a8970cea3d98a67
  2223. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2224. Date:   Mon May 25 23:44:16 2009 +0200
  2225.     macosx: remove VLM from project file, too
  2226. commit 900a78add88ff5ab5b14c6ee2c09180b07c31b67
  2227. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2228. Date:   Mon May 25 23:42:48 2009 +0200
  2229.     macosx: remove incomplete VLM implementation
  2230.     
  2231.     Do not forward-port
  2232. commit 0c78aa4aef8b208b249a99f881634f61251c6983
  2233. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2234. Date:   Mon May 25 22:48:38 2009 +0200
  2235.     contrib: binary package for RC2 (and hopefully final, too)
  2236. commit bcef36867cd371dc6543b8cc96fe511b3aeea670
  2237. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2238. Date:   Mon May 25 21:24:58 2009 +0200
  2239.     contribs: disable libfaac on Darwin (as part of ffmpeg) as it considered nonfree now
  2240.     
  2241.     Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
  2242. commit 30ceb37fe8d1cacb6f8fac51f9c1a2a58d324ca0
  2243. Author: Rémi Denis-Courmont <remi@remlab.net>
  2244. Date:   Mon May 25 17:42:04 2009 +0300
  2245.     Revert "correct realloc() usage, on failure realloc will return NULL"
  2246.     
  2247.     Brought to you by M2X. Needless to mention that this is complete 100%
  2248.     crap. Depending cases, it's not either ignoring errors (and e.g. leaking
  2249.     memory which is very stupid in OOM situations), or worse, introducing
  2250.     bugs in places where realloc() was used correctly.
  2251.     
  2252.     And exactly one day after I WARNED EXPLICITLY AGAINST DOING THIS.
  2253.     
  2254.     This reverts commit ec5d86115480e2ba0f3b36b11c19570cbc75aa51.
  2255. commit 2fb0517e920d172c853533fda79aa1a6256f6826
  2256. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2257. Date:   Mon May 25 00:25:47 2009 +0200
  2258.     macosx: release allocated objects.
  2259. commit ec5d86115480e2ba0f3b36b11c19570cbc75aa51
  2260. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2261. Date:   Sun May 24 19:46:56 2009 +0200
  2262.     correct realloc() usage, on failure realloc will return NULL
  2263. commit ac72368d42036b8e41689dda8e07037de3b9cc54
  2264. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2265. Date:   Thu May 21 14:55:38 2009 +0200
  2266.     modules: do not autosave configfile when --ignore-config is specified
  2267. commit d600db5f113edd122ec12be9c589e27fcbed4917
  2268. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2269. Date:   Tue May 12 12:39:50 2009 +0200
  2270.     libvlc_event_*: fix locking
  2271.     (cherry picked from commit 13b7d257de1eced08708034186e290c0a5f5628a)
  2272.     
  2273.     Reverted change to libvlc_event_manger_release().
  2274. commit e755c4dd0f7a9890e2145a90cd765175d06373cc
  2275. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2276. Date:   Sun May 10 16:05:07 2009 +0200
  2277.     libvlc: delete callback in media_player_release.
  2278.     (cherry picked from commit 154637130684a19cad965b09b2607cc3b7c294ec)
  2279. commit e8efd051d3d7c20a8e5b8530b363744aeafd46e1
  2280. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2281. Date:   Sat May 9 21:57:51 2009 +0200
  2282.     media_player: cosmetics
  2283.     (cherry picked from commit 3fa0d24d137ca36598d83cb77175fdf351bd8784)
  2284. commit a81a3d31f0d8f8a6d608b56dbfd7a8ce2bd884c5
  2285. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2286. Date:   Sat May 9 21:41:16 2009 +0200
  2287.     libvlc_media_list_player_release: do not leak memory
  2288.     (cherry picked from commit 516955892b0e912a3a100c992abee12e5b2adf24)
  2289. commit 8d2f29e7e716e3cc8c9a37f73039ac5c631d3d12
  2290. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2291. Date:   Tue May 5 17:05:03 2009 +0200
  2292.     macosx: disable fullscreen when closing video_output when output is embedded (like in the mozilla browserplugins)
  2293.     (cherry picked from commit 795fa06c631752687800bdff5ec44f742c0e72bd)
  2294. commit b8f614a91f8e8bd2503f82e036a36b949d4a342c
  2295. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2296. Date:   Tue May 5 17:04:21 2009 +0200
  2297.     mozilla: workaround for libvlc media_player end of media list behavior
  2298.     (cherry picked from commit 3b04148ead3a3fd39e4e9bb9b44030c2579fc88a)
  2299. commit 443b94dc0b10d421b878f26ab6fa2ab71799f836
  2300. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2301. Date:   Tue May 5 13:31:17 2009 +0200
  2302.     mozilla: use correct cast for VlcPlugin *
  2303.     (cherry picked from commit 893a64a49e3eda34e06da3cdcb16c79f45a9592c)
  2304. commit 6831971007741e6a27d847bd05079d5bd64bb8af
  2305. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2306. Date:   Tue May 5 13:16:16 2009 +0200
  2307.     mozilla: remove debug prints
  2308. commit 3b2f1606a0f26ab846e48252baaa57f8dd61ae42
  2309. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2310. Date:   Sun May 24 01:31:52 2009 +0200
  2311.     Qt: don't attach the core dialogs to the Main Interface but to the Dialog Provider.
  2312.     
  2313.     This fix all the dialogs (Fix AVI, HTTP login) that didn't show in skins interface.
  2314. commit f56161ec9f0e4a2cba80a8f37d5fa880d7444248
  2315. Author: Erwan Tulou <brezhoneg1@yahoo.fr>
  2316. Date:   Sat May 23 09:40:24 2009 +0200
  2317.     skins2 : fully support transparency for buttons.
  2318.     
  2319.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  2320. commit 31526d525687dda631458e4cc6f64419adf1ae32
  2321. Author: Rémi Denis-Courmont <remi@remlab.net>
  2322. Date:   Sat May 23 17:04:11 2009 +0300
  2323.     Remove dummy debug
  2324. commit 0577234ca3dbfe9a3d9ea5eb82d533bedf88469c
  2325. Author: Rémi Denis-Courmont <remi@remlab.net>
  2326. Date:   Sat May 23 16:50:32 2009 +0300
  2327.     Drawable: check properly for busy drawable
  2328.     
  2329.     (see http://forum.videolan.org/viewtopic.php?f=32&t=59426)
  2330. commit c9064d52316709413e48578d6e5e6ca334b0d1e9
  2331. Author: Rémi Denis-Courmont <remi@remlab.net>
  2332. Date:   Sat May 23 16:49:58 2009 +0300
  2333.     XCB: memory leak
  2334. commit 15dfd57ac7f64c841efb247177e4898bc0d182b5
  2335. Author: Rémi Denis-Courmont <remi@remlab.net>
  2336. Date:   Sat May 23 16:48:53 2009 +0300
  2337.     XCB: memory leak
  2338. commit 4815d3555399c96a499d69efd18086c3af964f68
  2339. Author: Rémi Denis-Courmont <remi@remlab.net>
  2340. Date:   Sat May 23 14:17:13 2009 +0300
  2341.     Remove no-op
  2342. commit d7c8cf59f3f31faaa3cdb29ca95ed488e84cedb7
  2343. Author: Rémi Denis-Courmont <remi@remlab.net>
  2344. Date:   Sat May 23 14:14:32 2009 +0300
  2345.     Fluidsynth: fix block handling
  2346. commit 7e8f0d8512468966e205173b60fc90f2365ab599
  2347. Author: Rémi Denis-Courmont <remi@remlab.net>
  2348. Date:   Sat May 23 13:15:41 2009 +0300
  2349.     Missing space
  2350. commit c462bb532b799f5ca23471fd622db5142039097e
  2351. Author: Rémi Denis-Courmont <remi@remlab.net>
  2352. Date:   Thu May 21 23:18:53 2009 +0300
  2353.     libvlc_media_list_player: privatize
  2354. commit deb3a85153057e12fe59bb5ed24395f0b0012ab0
  2355. Author: Rémi Denis-Courmont <remi@remlab.net>
  2356. Date:   Sat May 23 12:39:56 2009 +0300
  2357.     Fix initialization order
  2358. commit 5f9ea6614282bd752597f0e15eec0d50a2f26a3d
  2359. Author: Laurent Aimar <fenrir@videolan.org>
  2360. Date:   Fri May 22 21:30:16 2009 +0200
  2361.     Fixed demux_vaControlHelper GET_TIME implementation.
  2362.     
  2363.     It should return the current time even when the size isn't known.
  2364. commit 2d63b67e97034199cbf8979bf714d3c8536af240
  2365. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2366. Date:   Fri May 22 19:46:13 2009 +0200
  2367.     macosx: added an entry to Video->Aspect-ratio to disable our AR-lock for one session.
  2368.     
  2369.     Based upon an idea by Philipp Biermann.
  2370.     
  2371.     An actual vlc-option for this will be created in the master branch.
  2372.     
  2373.     Note that this feature does only affect VLCEmbeddedWindow - our plain vout window enforces the AR.
  2374. commit d7c3f5b645c4ee9a23c2df1c8472add15f3cb92c
  2375. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2376. Date:   Fri May 22 01:09:19 2009 +0200
  2377.     Forgotten dirac packetizer in LIST.
  2378. commit 855370d938a979a4e31b3e9fa706faa00a2afb17
  2379. Author: Rémi Denis-Courmont <remi@remlab.net>
  2380. Date:   Thu May 21 22:41:09 2009 +0300
  2381.     Missing initializer
  2382.     
  2383.     Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
  2384. commit 2c13ce176ca98706217450ef500f03aa2c0b9038
  2385. Author: Rémi Denis-Courmont <remi@remlab.net>
  2386. Date:   Thu May 21 21:32:02 2009 +0300
  2387.     Qt4: activate playlist item on right click (fix #2749)
  2388.     
  2389.     Also, show the popup menu on press rather than release.
  2390. commit 83116c1c92621ead3c22140c1e1014096d092853
  2391. Author: Rémi Denis-Courmont <remi@remlab.net>
  2392. Date:   Thu May 21 18:27:30 2009 +0300
  2393.     XCB/window: really handle media keys
  2394. commit afe0a0c2c33d405f1bd78a69dc02df5466831f22
  2395. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2396. Date:   Thu May 21 17:03:47 2009 +0200
  2397.     macosx: finally completed the progress-panel's implementation
  2398. commit b91b6e06ca7f09fad1f38f2835e78f10b1d019e0
  2399. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2400. Date:   Thu May 21 17:02:53 2009 +0200
  2401.     macosx: fixed compilation warning
  2402. commit be531987f668b1cea7aaa103638bffc97492feea
  2403. Author: Pierre Ynard <linkfanel@yahoo.fr>
  2404. Date:   Thu May 21 00:11:37 2009 +0200
  2405.     WinCE: add replacement getcwd() function
  2406.     
  2407.     As WinCE doesn't support working directories, this function is
  2408.     basically empty, and merely returns an error.
  2409. commit 7dcb0083550569848715cafdeaadc2992095e985
  2410. Author: Rémi Duraffort <ivoire@videolan.org>
  2411. Date:   Thu May 21 00:04:39 2009 +0200
  2412.     qt4: update the MRL when the fps change (desktop).
  2413.     Should fix #2767.
  2414. commit b36b614a1469679d21ec24e2f89b95bb89358251
  2415. Author: Rémi Duraffort <ivoire@videolan.org>
  2416. Date:   Wed May 20 21:02:08 2009 +0200
  2417.     Fix potential object leak.
  2418. commit 4b1fdf1b06d46b1698f624ac789f45bf3cbb6b3e
  2419. Author: Rémi Duraffort <ivoire@videolan.org>
  2420. Date:   Wed May 20 19:07:27 2009 +0200
  2421.     Remove unwanted "v".
  2422. commit 63980c43dd72fe0f6909f61304a5384743e452ee
  2423. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2424. Date:   Wed May 20 18:22:39 2009 +0200
  2425.     macosx: fixed menubar appearance in fullscreen mode by partially reverting [46c93c9cc984b99142b6e7321c8f5c4c8c4e65bb]
  2426.     
  2427.     There is no 64bit-save aka non-Carbon replacement for this feature yet.
  2428.     
  2429.     Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
  2430. commit fe19e10c0db5b0e558d531a860d52f8248e071fe
  2431. Author: Sébastien Escudier <sebastien-devel@celeos.eu>
  2432. Date:   Wed May 20 09:32:57 2009 +0200
  2433.     Free rtsp commands on close
  2434.     
  2435.     Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
  2436. commit 60ce39b79c755012e77d17c1dc1afe5438e060c5
  2437. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2438. Date:   Wed May 20 18:04:24 2009 +0200
  2439.     macosx: fixed the updateInfoPanel crash
  2440.     
  2441.     This also 'fixes' RTSP playback crashes (#2742)
  2442. commit 7d56c1202ed5dd38036c356accb95987b3c1c9fe
  2443. Author: Rémi Denis-Courmont <remi@remlab.net>
  2444. Date:   Wed May 20 18:39:17 2009 +0300
  2445.     Mozilla: remove logging support
  2446.     
  2447.     You don't want random web pages listing, say, the content of your
  2448.     hard drive (file/xspf-open://C:/ ?). For debugging purpose, the standard
  2449.     error from Mozilla is probably better than Javascript anyway, not to
  2450.     mention that the libvlc logging APi is really brain-damaged.
  2451. commit 1c15d4ad0c099d4f415918a675e9a7786c48cd80
  2452. Author: Rémi Duraffort <ivoire@videolan.org>
  2453. Date:   Wed May 20 13:00:52 2009 +0200
  2454.     Fix a (really) small memleak (even if i_count is 0, some memory is allocated
  2455.     for the strucure).
  2456. commit 2eabe22e9a56bab12bab80a16aedd9a9701fcfbb
  2457. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2458. Date:   Wed May 20 12:52:43 2009 +0200
  2459.     macosx: fixed 'Codec details pane does not work correctly', closes #2630
  2460. commit b900a611a14169d80415c7f907d14509d43039b7
  2461. Author: Rémi Duraffort <ivoire@videolan.org>
  2462. Date:   Wed May 20 12:24:05 2009 +0200
  2463.     Fix memleak (same problem with var_Change())
  2464. commit 5efbd6a16652f26fe0f30bbdd801877e7234f669
  2465. Author: Rémi Duraffort <ivoire@videolan.org>
  2466. Date:   Wed May 20 11:15:43 2009 +0200
  2467.     Fix potential object leak (test the conditions before doing anything).
  2468. commit 27edb261330215efd4889c88ab7facc13d020a86
  2469. Author: Rémi Duraffort <ivoire@videolan.org>
  2470. Date:   Wed May 20 11:03:10 2009 +0200
  2471.     Fix memleak (same problem with var_Change(VLC_VAR_FREELIST)).
  2472. commit 25070505add5986cc392ebdd826240fd62929b59
  2473. Author: Rémi Duraffort <ivoire@videolan.org>
  2474. Date:   Wed May 20 10:32:22 2009 +0200
  2475.     Fix memleak (the memory allocated by var_Control(VLC_VAR_GETCHOICES) must be
  2476.     deallocated).
  2477. commit 2f4845954e05768d5d155ccf167ef6530296a319
  2478. Author: Rémi Duraffort <ivoire@videolan.org>
  2479. Date:   Wed May 20 00:04:30 2009 +0200
  2480.     Fix previous commit.
  2481. commit 9c24e1931faef97958eeb3287d0de778d4d07c89
  2482. Author: Rémi Duraffort <ivoire@videolan.org>
  2483. Date:   Tue May 19 23:33:00 2009 +0200
  2484.     variables: fix a potential crash/double free.
  2485.     Indeed, giving a NULL to var_Change(VLC_VAR_SETSTRING) will lead to a crash the
  2486.     next time this variable is used.
  2487. commit cd82402612fc60f41874b00072557515fbe5ee48
  2488. Author: Rémi Duraffort <ivoire@videolan.org>
  2489. Date:   Tue May 19 23:27:07 2009 +0200
  2490.     v4l2: fix memleak.
  2491. commit fb656c0c25062ffe4847ea70b6f1fb0b028a6dc8
  2492. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2493. Date:   Tue May 19 20:24:44 2009 +0200
  2494.     Qt: change slightly the colours of the sound slider.
  2495. commit e976edb9eb763e5db816d75c7fc8acf61eda76e9
  2496. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2497. Date:   Tue May 19 20:10:14 2009 +0200
  2498.     Qt: lower a bit the default sound slider.
  2499. commit 7d55d5eeb1d51370530ec8723e3e54cd770b5828
  2500. Author: Laurent Aimar <fenrir@videolan.org>
  2501. Date:   Tue May 19 18:47:52 2009 +0200
  2502.     Fixed some dvd spu streams that have multiple palette/alpha per packet.
  2503. commit 083927e378944e396e14fe5a5b3a8795f9360adb
  2504. Author: Laurent Aimar <fenrir@videolan.org>
  2505. Date:   Tue May 19 18:47:20 2009 +0200
  2506.     Fixed potential segfault with broken DVD SPU streams.
  2507. commit 008e357c7cdc343f671363e6d6cf70d6e3b40f07
  2508. Author: Laurent Aimar <fenrir@videolan.org>
  2509. Date:   Tue May 19 18:47:00 2009 +0200
  2510.     Cosmetics (spudec).
  2511. commit 0933fed1eb407dda4ea4162241e41607ec36ab23
  2512. Author: Rémi Denis-Courmont <remi@remlab.net>
  2513. Date:   Tue May 19 20:58:47 2009 +0300
  2514.     Add a bunch of FIXMEs
  2515. commit 5e2bfc338cd14ed9e352f6e6722dad6d384ee917
  2516. Author: Rémi Denis-Courmont <remi@remlab.net>
  2517. Date:   Tue May 19 20:58:25 2009 +0300
  2518.     Sharpen: thread safety and don't retain useless value
  2519. commit 0925032f3d8d8bd24fb26fe0f765d9660d4edc23
  2520. Author: Rémi Denis-Courmont <remi@remlab.net>
  2521. Date:   Tue May 19 20:53:03 2009 +0300
  2522.     Rotate: thread-safety
  2523. commit 3688c5dc6f47a90655296a721846ee5693729d63