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

midi

开发平台:

Unix_Linux

  1.     * Fixed "length" metadata item to fit the spec (It should be expressed
  2.             in seconds)
  3. commit 18ce8f4b3eedd946fc1a0fed2271b0e77b21a585
  4. Author: Gildas Bazin <gbazin@videolan.org>
  5. Date:   Tue May 29 22:53:13 2007 +0000
  6.     * modules/access_filter/timeshift.c: a whole bunch of timeshift improvements.
  7. commit 998b8002fcad90d70d81f6d1d0dc2ea691db7f0e
  8. Author: Jean-Baptiste Kempf <jb@videolan.org>
  9. Date:   Tue May 29 22:41:09 2007 +0000
  10.     Sharpen performance improvement by precalculating some values. Patch by Jérémy DEMEULE, author of the filter.
  11. commit b5bca4e9c97746bf74156814a64247988d32f324
  12. Author: Gildas Bazin <gbazin@videolan.org>
  13. Date:   Tue May 29 19:58:05 2007 +0000
  14.     * src/input/input.c: don't use input_EsOutDiscontinuity() on pause for now since this isn't properly supported by decoders yet and can thus corrupt the decoded stream.
  15. commit 2d2d6180a4df83ec1a311556522aa49760b5f396
  16. Author: Laurent Aimar <fenrir@videolan.org>
  17. Date:   Tue May 29 17:46:16 2007 +0000
  18.     Factorize code.
  19. commit 1ed7310548582b5b0e36e0a4bc481473ea93ab11
  20. Author: Damien Fouilleul <damienf@videolan.org>
  21. Date:   Tue May 29 10:29:37 2007 +0000
  22.      - ffmpeg: fix for frame rate
  23. commit 8a967c6c765eae89f075369ff1147dd3cada32fb
  24. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  25. Date:   Tue May 29 10:01:36 2007 +0000
  26.     python bindings, vlc_position.c: check against invalid origin or key values
  27. commit 5d4b052965b669062a42fa905887921c1c07b342
  28. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  29. Date:   Tue May 29 09:56:20 2007 +0000
  30.     python bindings, vlc_mediacontrol.c: cast the py_param variable
  31. commit 417945c1c1523e7eaecfb3fbc922e15131fa1eef
  32. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  33. Date:   Tue May 29 09:49:56 2007 +0000
  34.     python bindings, vlc_mediacontrol.c: use PyObject_DEL + cache
  35.     vlcInstance reference in MediaControl object (patch by Jan David Mol)
  36. commit 17ce364a4f9ff9c759bb5b5613350c30646a6970
  37. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  38. Date:   Tue May 29 09:48:28 2007 +0000
  39.     python bindings, vlc_internal.c: use PyObject_DEL (patch by Jan David Mol)
  40. commit ac12ee39c6940a88a935a74d71e230a173e24e7e
  41. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  42. Date:   Tue May 29 09:47:10 2007 +0000
  43.     python bindings, vlcglue.h: move definition of vlcInstance, add a
  44.     vlc_instance pointer to MediaControl object
  45.     by Jan David Mol)
  46. commit 12e055f6e6c1a79693f1c61739270ebcb1c0a118
  47. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  48. Date:   Tue May 29 09:45:21 2007 +0000
  49.     python bindings, vlc_instance.c: fix memleak + use PyObject_DEL (patch
  50.     by Jan David Mol)
  51. commit 11884b884c536d7f6305ff3459f630bb458ebda2
  52. Author: Laurent Aimar <fenrir@videolan.org>
  53. Date:   Mon May 28 20:59:43 2007 +0000
  54.     Added strnlen replacement (Untested)
  55.     Revert back mp4 r20330 !
  56. commit 11db57b55bf2da16a178b65df57e628ae7470257
  57. Author: Felix Paul Kühne <fkuehne@videolan.org>
  58. Date:   Mon May 28 20:59:00 2007 +0000
  59.     * prefer playlist item's meta title over its name, if available. This work-arounds a rare bug: VLC sometimes tends to show a previous item's name instead of the current one.
  60. commit 4ee6aa92d66c6221f5818109ef78f0a793534a6d
  61. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  62. Date:   Mon May 28 18:27:44 2007 +0000
  63.     bootstrap: Warn if contrib hasn't been built (on Mac OS X). (good for new comers).
  64. commit ce39456cd4a6e82f1e67e248ab7ede8bb6c3cd3c
  65. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  66. Date:   Mon May 28 18:24:15 2007 +0000
  67.     configure.ac: Properly enabled Mac OS X default features.
  68. commit 629ee3c1a4e26fd45a31d81a9e944d88ece561e0
  69. Author: Jean-Baptiste Kempf <jb@videolan.org>
  70. Date:   Mon May 28 17:42:05 2007 +0000
  71.     Qt4 - Open: accept more than one file.
  72. commit e3a71ea47d2d445ef87e0dd8ce9aa2e6a5f5f4da
  73. Author: Gildas Bazin <gbazin@videolan.org>
  74. Date:   Mon May 28 14:56:09 2007 +0000
  75.      modules/gui/wxwidgets/*: bunch of fixes.
  76. commit abcc92124efc217c4b2c1473cebb9616ad522855
  77. Author: Felix Paul Kühne <fkuehne@videolan.org>
  78. Date:   Mon May 28 11:13:48 2007 +0000
  79.     * revert the rewrite of MP4_GETSTRINGZ in the previous commit, as strnlen is a GNU-extension and therefore unavailable on Mac OS X and other platforms. I think this way is easier than writing an own implementation for OSX, but feel free to tell me otherwise. (closes #1213)
  80. commit 0e80477b3910dcfbebca4f397b9a59bd2e003ae9
  81. Author: Jean-Baptiste Kempf <jb@videolan.org>
  82. Date:   Mon May 28 06:46:34 2007 +0000
  83.     Qt4 - Open: Try to repair Open File. Add the beginning of DirectShow.
  84. commit 6b34b9ee3c89708dd39419c4af39ec8600510be0
  85. Author: Laurent Aimar <fenrir@videolan.org>
  86. Date:   Sun May 27 22:18:37 2007 +0000
  87.     Do not unset b_seekable on 401 error.
  88. commit 3829adf29bab553eb3dbfcd938cdfbee682c7ea9
  89. Author: Jean-Baptiste Kempf <jb@videolan.org>
  90. Date:   Sun May 27 21:06:30 2007 +0000
  91.     Qt4 - Open: fix a broken CONNECT, found by Trax.
  92. commit a73dc0979460e1641629a12c45c7fe1a4a979485
  93. Author: Gildas Bazin <gbazin@videolan.org>
  94. Date:   Sun May 27 20:27:33 2007 +0000
  95.     * modules/gui/wxwidgets/dialogs/playlist.cpp: use the category view by default.
  96. commit 26bc39402794f4c89e54c6ada4be8ce3a37d2749
  97. Author: Laurent Aimar <fenrir@videolan.org>
  98. Date:   Sun May 27 17:19:07 2007 +0000
  99.     Compilation warning fixes.
  100. commit d27ab7811427daa346f6a351d0b75117440aba97
  101. Author: Laurent Aimar <fenrir@videolan.org>
  102. Date:   Sun May 27 16:50:56 2007 +0000
  103.     Fixed compilation warnings.
  104. commit 462d2be6d74e7c2b3b51565fa8c5955910377f9b
  105. Author: Laurent Aimar <fenrir@videolan.org>
  106. Date:   Sun May 27 16:30:22 2007 +0000
  107.     Compilation warnings fixes.
  108. commit ee0a06882c138f493e5bd022fd6f303f55081d71
  109. Author: Laurent Aimar <fenrir@videolan.org>
  110. Date:   Sun May 27 16:26:59 2007 +0000
  111.     Flush ES before deleting it (improves a bit a few mms/ogg/mp4)
  112. commit 1202e3a439d85da989d31b48158653d0cc2f90dd
  113. Author: Laurent Aimar <fenrir@videolan.org>
  114. Date:   Sun May 27 16:18:08 2007 +0000
  115.     Implemented GPAC chapter support (but not apple ones).
  116.     Fixed a few invalid access on broken files.
  117.     Fixed compilation warnings.
  118. commit 5cc698908b5718e004a946859474032451b1339a
  119. Author: Jean-Baptiste Kempf <jb@videolan.org>
  120. Date:   Sun May 27 13:00:21 2007 +0000
  121.     qt4 - Open: various fixes.
  122. commit 737e356076b110be1e8178e9132baf060423d22d
  123. Author: Felix Paul Kühne <fkuehne@videolan.org>
  124. Date:   Sun May 27 12:19:28 2007 +0000
  125.     * updated to current live version
  126. commit f63aead9dd30b6271988bd10f3ab7e0ac5d6fe1f
  127. Author: Jean-Baptiste Kempf <jb@videolan.org>
  128. Date:   Sat May 26 23:17:14 2007 +0000
  129.     Qt4 - BDA: set increment for frequency by 1000.
  130. commit a133370a475c74fed09d4e7427c75f60b4a7b7e9
  131. Author: Ken Self <kenself@videolan.org>
  132. Date:   Sat May 26 22:58:01 2007 +0000
  133.     bda: fix bandwidth labels
  134. commit 729821ec8faf0c7c4633bbeccf07ab706de1d6aa
  135. Author: Gildas Bazin <gbazin@videolan.org>
  136. Date:   Sat May 26 22:28:21 2007 +0000
  137.     *  modules/gui/wxwidgets/*: fix a bunch of warnings.
  138. commit 757962a03add1a6a39a56f9d45970c96e6a2816b
  139. Author: Jean-Baptiste Kempf <jb@videolan.org>
  140. Date:   Sat May 26 22:26:03 2007 +0000
  141.     Qt4 - Open Capture Panel and file Panel: Don't build by hand the ComboChoices...
  142.     Make it automatic.
  143. commit d258537df444e56f38b249597452cb9ab231798d
  144. Author: Gildas Bazin <gbazin@videolan.org>
  145. Date:   Sat May 26 21:53:17 2007 +0000
  146.     * configure.ac: allow compilation of wxwidget module with wxwidgets 2.8.x
  147. commit 79638a06b7b83b26c9760213b89a0172d33e8408
  148. Author: Ken Self <kenself@videolan.org>
  149. Date:   Sat May 26 17:18:35 2007 +0000
  150.     bda qt4 gui: add combobox to select bandwidth on dvb-t
  151. commit e98f5605920b5f0e611b4e152800a8f0deac5032
  152. Author: Laurent Aimar <fenrir@videolan.org>
  153. Date:   Fri May 25 19:34:40 2007 +0000
  154.     Fixed stream_Block() comment (close #1208)
  155. commit d39765525c188b38924d261d10e80565b25ccbba
  156. Author: Laurent Aimar <fenrir@videolan.org>
  157. Date:   Fri May 25 19:25:25 2007 +0000
  158.     Fixed possible overflow in duration parsing.
  159. commit 7d23abf097233e699e45871cc939593aacb4f177
  160. Author: Laurent Aimar <fenrir@videolan.org>
  161. Date:   Fri May 25 19:21:10 2007 +0000
  162.     Fixed input_ItemNewExt* prototype (mtime_t for duration, close #1205)
  163. commit 68443863cf6f17c7bf5894e84d3507e243ae8cfc
  164. Author: Laurent Aimar <fenrir@videolan.org>
  165. Date:   Fri May 25 19:18:50 2007 +0000
  166.     Compilation warning fix.
  167. commit 20ea77298e7e9ee942012ca680bb3618b46c8c73
  168. Author: Laurent Aimar <fenrir@videolan.org>
  169. Date:   Fri May 25 19:18:12 2007 +0000
  170.     Compilation warning fix.
  171. commit 586988c0210c28393c842bd2851acf824c07fed3
  172. Author: Laurent Aimar <fenrir@videolan.org>
  173. Date:   Fri May 25 19:14:34 2007 +0000
  174.     Compilation warning fixes.
  175. commit 6d3ce5936ac1416669df68a547be91d3db6c33ad
  176. Author: Laurent Aimar <fenrir@videolan.org>
  177. Date:   Fri May 25 18:37:45 2007 +0000
  178.     Added meta parsing (close #624)
  179. commit d6cacb46b2c13b651a53286f713fff12bc470503
  180. Author: Laurent Aimar <fenrir@videolan.org>
  181. Date:   Fri May 25 18:21:35 2007 +0000
  182.     Implemented GET_TIME/GET_LENGTH/SET_TIME (close #1207)
  183. commit 1a6cc4374d87644a379eb4a614f4a66b30129c75
  184. Author: Christophe Mutricy <xtophe@videolan.org>
  185. Date:   Fri May 25 18:01:31 2007 +0000
  186.     gui/wx: i18n fixes pointed by Cristi Secara
  187. commit fd549c757e6c84b641b1f5ee53c14ae14d49e17a
  188. Author: Ken Self <kenself@videolan.org>
  189. Date:   Fri May 25 17:52:42 2007 +0000
  190.     BDA fixes: no dvb-adapter, hide srate for dvb-t, freq always in kHz
  191. commit 2991ed6add956e9870ac0714a358235d627cc89e
  192. Author: Christophe Mutricy <xtophe@videolan.org>
  193. Date:   Fri May 25 15:41:59 2007 +0000
  194.     Typo
  195. commit 7216326574b48eacc69e9d605b9e524d1f89ba29
  196. Author: Damien Fouilleul <damienf@videolan.org>
  197. Date:   Fri May 25 15:12:10 2007 +0000
  198.     - qt4: retrict FileDialog changes to win32
  199. commit 60b2d721787e7401a971adea3f331d8e1dbeaa40
  200. Author: Damien Fouilleul <damienf@videolan.org>
  201. Date:   Fri May 25 14:49:17 2007 +0000
  202.     qt4: improve the layout of files in file open dialog
  203. commit 3ea8e8f6125100ed1a51bcc79a86f026bcd380ed
  204. Author: Christophe Mutricy <xtophe@videolan.org>
  205. Date:   Fri May 25 14:12:48 2007 +0000
  206.     Romanian l10n by Cristian Secara
  207. commit 472d88ba7770dd4bf6f9e0dbaa3637f52a24ab8f
  208. Author: Damien Fouilleul <damienf@videolan.org>
  209. Date:   Thu May 24 21:27:14 2007 +0000
  210.     - libmpeg2 codec: uses Y plane pitch rather then picture width as stride, hopefully closes #1184
  211. commit bd9935bfe337caa2c83cf0e2eb8f41e7b366772c
  212. Author: Christophe Mutricy <xtophe@videolan.org>
  213. Date:   Wed May 23 23:39:37 2007 +0000
  214.     Argh i will manage it one day
  215. commit ad83b3b362e08de738c9041766e3556c5d21577f
  216. Author: Christophe Mutricy <xtophe@videolan.org>
  217. Date:   Wed May 23 22:28:19 2007 +0000
  218.     Makefile.am: s/version.c/revision.c/ in update-po code
  219.     POTFILES.in: Refresh it
  220. commit c186bdbebcd01ba36f1dc4d7cd0df35f5763a9ac
  221. Author: Jean-Baptiste Kempf <jb@videolan.org>
  222. Date:   Wed May 23 20:55:16 2007 +0000
  223.     qt4 - Capture: Show Srate for DVB-C AND DVB-S
  224. commit 20c4b9848ffa12498fb6c727c3be9c505c398ef2
  225. Author: Jean-Baptiste Kempf <jb@videolan.org>
  226. Date:   Wed May 23 17:25:34 2007 +0000
  227.     FFmpeg, update description and help.
  228. commit adf14f74c254ae39bf2d68f67e1e5d857649b457
  229. Author: Jean-Baptiste Kempf <jb@videolan.org>
  230. Date:   Wed May 23 17:13:12 2007 +0000
  231.     Qt4 - Open Capture: Don't limit yourself to 99kHz
  232. commit 3d01b088a6b5e017a08ac998bc1977a2853a8367
  233. Author: Damien Fouilleul <damienf@videolan.org>
  234. Date:   Wed May 23 16:09:26 2007 +0000
  235.     vout: attach picture heap to temporary picture, so that modules (such as blend) have access to the extra info in heap
  236. commit 4149b947afb80966a7bb7c7f82d15373981c0b48
  237. Author: Damien Fouilleul <damienf@videolan.org>
  238. Date:   Wed May 23 14:56:11 2007 +0000
  239.     vlc.c: small fix in use of __wgetmainargs
  240. commit 4cd4bb9d26b0c6a4569f599bc300d84017cddc61
  241. Author: Damien Fouilleul <damienf@videolan.org>
  242. Date:   Wed May 23 14:48:08 2007 +0000
  243.     - win32: retire --fast-mutex and --win-cv-method completely
  244. commit 5d57f84d59384a68cfbcdb7eb10075240ee544b0
  245. Author: Christophe Mutricy <xtophe@videolan.org>
  246. Date:   Wed May 23 12:33:44 2007 +0000
  247.     Fix make dist
  248. commit bf20db6606dfc9e050a1a9153553f8ea7f6fef06
  249. Author: Christophe Mutricy <xtophe@videolan.org>
  250. Date:   Wed May 23 12:33:06 2007 +0000
  251.     Don't use gettext on src/modules/builtin.h
  252. commit bdc5d2dd9bd08c1022787321bcb305afe5fe4c6d
  253. Author: Christophe Mutricy <xtophe@videolan.org>
  254. Date:   Tue May 22 22:53:50 2007 +0000
  255.     * Slovenian l10n update by Matej Urbancic.
  256.     * Some files have been renamed -> update POTFILES.in
  257. commit 1806d87ec029835c7737700789ad165457530933
  258. Author: Jean-Baptiste Kempf <jb@videolan.org>
  259. Date:   Tue May 22 21:41:01 2007 +0000
  260.     Qt4 - when cancel was pressed in the open directory dialog, an empty directory
  261.     string was being added to the playlist, which resulted in an error. Patch  by Nick Vercammen.
  262. commit 3dd763ad9d2581e06cb5122736fda0dd85cbbec1
  263. Author: Jean-Baptiste Kempf <jb@videolan.org>
  264. Date:   Tue May 22 21:38:44 2007 +0000
  265.     Qt4 - Preferences: Remove Apply button, and fix a few segfaults with Hannes Domani patches and help
  266. commit 198c5782bce33e2b43f224eef4374fde88ae189f
  267. Author: Damien Fouilleul <damienf@videolan.org>
  268. Date:   Tue May 22 21:06:49 2007 +0000
  269.     - win32 vouts: fiex potential crash (SIGFPE) if the output window geometry is empty
  270. commit 9a1b826cbabff24dfb73235540a901e51f594f4b
  271. Author: Damien Fouilleul <damienf@videolan.org>
  272. Date:   Tue May 22 18:50:11 2007 +0000
  273.     - blend.c: fix for BlendRV24, needs testing, dionoea ?
  274. commit da36c9fcba0604715c046678662b831231454abc
  275. Author: Jean-Baptiste Kempf <jb@videolan.org>
  276. Date:   Mon May 21 22:49:06 2007 +0000
  277.     qt4 - Open Dialog: Resize behaviour should be a bit better, still not optimal, but well :D
  278. commit 04e498f6204e61755522e1ab1a0eb4699299d1cf
  279. Author: Jean-Baptiste Kempf <jb@videolan.org>
  280. Date:   Mon May 21 22:31:59 2007 +0000
  281.     Qt4 - Open Dialog: Make Slave text open only when needed. Fix a bit the subtitles size when shown.
  282. commit 9f9dda51e1f5c5eb4565b883acdcb6955fefc985
  283. Author: Jean-Baptiste Kempf <jb@videolan.org>
  284. Date:   Mon May 21 22:09:44 2007 +0000
  285.     Qt4 - Add an advanced option for whiners to have by default the open dialog extended.
  286. commit 788d3b65f710cb464210d43fbd78b012ecc51410
  287. Author: Antoine Cellerier <dionoea@videolan.org>
  288. Date:   Mon May 21 21:58:42 2007 +0000
  289.     * playlist.c, asx.c: add new --playlist-skip-ads option (default enabled) to skip autodetected ads. Test playlist: "http://www.zoomin.tv/asx/dsp_asxplaylist.cfm?id=251350&pid=lefigaro&quality=2&WMCache=0&iebr=0". Assumption is: if the playlist states that an item shouldn't be skipped or can't be seeked in, then it's an ad.
  290. commit 666c5ea213613b231c1c0d4e24e27b4e2c9f59a5
  291. Author: Jean-Baptiste Kempf <jb@videolan.org>
  292. Date:   Mon May 21 21:55:30 2007 +0000
  293.     Qt4 - Open Dialog: BDA basic support.
  294. commit 889362b53c52e8565b1e76b246f9667139b248ae
  295. Author: Antoine Cellerier <dionoea@videolan.org>
  296. Date:   Mon May 21 20:37:23 2007 +0000
  297.     * include/vlc_url.h: vlc_UrlParse(): forbid use of '/' in login or password. Fixes use of URLs like "http://www.lemonde.fr/web/video/0,47-0@2-3210,54-913109@51-891944,0.html".
  298. commit df3aadf5035a70292b5582977238ccadd329288c
  299. Author: Laurent Aimar <fenrir@videolan.org>
  300. Date:   Mon May 21 20:28:40 2007 +0000
  301.     Implement GET_TIME/LENGTH/POSITION when reading from a dvb device with eit support.
  302.     (It has to be improved to get the time from the tdt/tot and not from time())
  303. commit 863b4ffa96f63ee1be9494ba7fd18d86bb055b4a
  304. Author: Laurent Aimar <fenrir@videolan.org>
  305. Date:   Mon May 21 19:15:54 2007 +0000
  306.     Reimplemented libvlc_vlm functions (untested)
  307.     Not yet implemented: libvlc_vlm_show_media and libvlc_vlm_get_media_title/chapter/seekable.
  308.     Is libvlc_vlm_show_media usefull ?
  309. commit 93dacf03bffa18dd131065f5271ca9ede6e961f7
  310. Author: Damien Fouilleul <damienf@videolan.org>
  311. Date:   Mon May 21 16:41:45 2007 +0000
  312.     - bye, bye "fast-mutex" and "win9x-cv-method" variables
  313. commit 3202adfaa6dafa0be71c3e5642dc6f4505f28778
  314. Author: Rémi Denis-Courmont <rem@videolan.org>
  315. Date:   Mon May 21 14:50:52 2007 +0000
  316.     No need to use vlc_global here.
  317. commit 75477e374bbedb296e595b95473a16967db517f4
  318. Author: Yoann Peronneau <yoann@videolan.org>
  319. Date:   Mon May 21 14:43:48 2007 +0000
  320.     * release-howto.txt: mention wiki latest_version template
  321. commit dac95333a3e21e0f2fcd623c835bd1b3dec9f2ac
  322. Author: Jean-Baptiste Kempf <jb@videolan.org>
  323. Date:   Sun May 20 21:04:31 2007 +0000
  324.      .aclocal should be the last one
  325. commit eb2afbaa76f379729ce4136d6475dc6d6f58a1da
  326. Author: Antoine Cellerier <dionoea@videolan.org>
  327. Date:   Sun May 20 20:43:00 2007 +0000
  328.     * subtitles.c: case insensitive search for subtitle file extensions.
  329. commit c5240c9ae8bf76a18bfdc5fc664caecfd6396362
  330. Author: Jean-Baptiste Kempf <jb@videolan.org>
  331. Date:   Sun May 20 19:14:36 2007 +0000
  332.     Qt4 - Open Dialog: Continue Capture tab, and implement the MRL updates. Slots and signals should be ok. Advanced Properties are not done (any volunteer ?), and Win32 are not done either.
  333. commit 575366777d080c9ca414626e821e9719ca3f26f9
  334. Author: Filippo Carone <littlejohn@videolan.org>
  335. Date:   Sun May 20 18:00:54 2007 +0000
  336.     libvlc events related functions renamed
  337. commit 67eea3eda68b8a09c8536c397308e557383a58f3
  338. Author: Yoann Peronneau <yoann@videolan.org>
  339. Date:   Sun May 20 17:58:51 2007 +0000
  340.     * xspf.c: initializes identifier to 0 and free pp_tracklist
  341. commit 6da67eef971b2c25a1f167d408ca33025ddda105
  342. Author: Antoine Cellerier <dionoea@videolan.org>
  343. Date:   Sun May 20 17:35:54 2007 +0000
  344.     * Fix configure.ac
  345. commit 7467bc3c5a729ec6d1aa0f4cd79b9103293caa65
  346. Author: Filippo Carone <littlejohn@videolan.org>
  347. Date:   Sun May 20 17:29:55 2007 +0000
  348.     callback.c renamed to event.c
  349. commit 3cf913ba7f1bdb3d9df6e5ee373321aee9317c19
  350. Author: Felix Paul Kühne <fkuehne@videolan.org>
  351. Date:   Sun May 20 17:28:15 2007 +0000
  352.     * made the method names humanally readable, fixed a minor bug and slightly reduced the panel's size
  353. commit 07b66252f0d16899fe526d34107f23456e314fb6
  354. Author: Filippo Carone <littlejohn@videolan.org>
  355. Date:   Sun May 20 17:27:44 2007 +0000
  356.     static handle_callback
  357. commit 971b8d4c550d6b013e61f9ec3497c7cb1fbfb32f
  358. Author: Yoann Peronneau <yoann@videolan.org>
  359. Date:   Sun May 20 17:23:28 2007 +0000
  360.     * xspf.c: export item description as <annotation>
  361. commit af0e8e14bcf0b5db93175515ec01e4826297a2c2
  362. Author: Yoann Peronneau <yoann@videolan.org>
  363. Date:   Sun May 20 17:13:25 2007 +0000
  364.     * xspf.c: add XSPF annotation element as description
  365. commit 4fc9bd1964acadd2c5ad6d87f17513dc93d084f1
  366. Author: Filippo Carone <littlejohn@videolan.org>
  367. Date:   Sun May 20 16:59:22 2007 +0000
  368.     volumelistener moved to listener package
  369. commit be07ad9457b6756f96629b7ad1d3a267ebf2c8d9
  370. Author: Filippo Carone <littlejohn@videolan.org>
  371. Date:   Sun May 20 16:58:44 2007 +0000
  372.     Use oldval and newval in libvlc_event_t
  373. commit 580e968c0e9cb3f5debe6971639b5de3e4094816
  374. Author: Felix Paul Kühne <fkuehne@videolan.org>
  375. Date:   Sun May 20 16:54:17 2007 +0000
  376.     * fixed previous commit
  377. commit 9f0e70d2fbef825313b619ee2d49a6651ea9aa43
  378. Author: Antoine Cellerier <dionoea@videolan.org>
  379. Date:   Sun May 20 16:47:14 2007 +0000
  380.     * configure.ac: also try lua51
  381. commit 124442d8697111292878be0f3a4b13a33d0736ed
  382. Author: Felix Paul Kühne <fkuehne@videolan.org>
  383. Date:   Sun May 20 16:37:58 2007 +0000
  384.     * prefer wget over curl
  385. commit 5097081b8f6f0b2968500d6b37fc5aeab82cfaab
  386. Author: Jean-Baptiste Kempf <jb@videolan.org>
  387. Date:   Sun May 20 16:23:48 2007 +0000
  388.     Qt4 - open dialogs: Capture tab, DVB, PVR and V4L. main design is done. NEeds to be checked by people who actually use that kind of device.
  389. commit 340bf4ebd63c4d54c2f3256e13a5c742a260665b
  390. Author: Felix Paul Kühne <fkuehne@videolan.org>
  391. Date:   Sun May 20 16:17:35 2007 +0000
  392.     * default enable Interface Interactions
  393. commit 411185798d3384d3f5500b15b8be2befab8142aa
  394. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  395. Date:   Sun May 20 15:36:55 2007 +0000
  396.     Mac OS X: Make sure luaplaylist folder is in the distribution.
  397. commit 98a7eee379c60c60f068f396a1fb84a31b52a4a2
  398. Author: Antoine Cellerier <dionoea@videolan.org>
  399. Date:   Sun May 20 15:17:54 2007 +0000
  400.     * Force cast to vlc_object_t when calling config_GetDataDir.
  401. commit 18959e10b702b913c0e9461518d34c4bb160e77b
  402. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  403. Date:   Sun May 20 15:08:53 2007 +0000
  404.     python bindings: allow to pass values in the vlc.Position constructor:
  405.      p = vlc.Position(value=16, origin=vlc.RelativePosition)
  406.     Defaults to value=0, origin=AbsolutePosition, key=MediaTime
  407. commit f376fdb9df8064ab9904c4a50f9ee44210804423
  408. Author: Jean-Baptiste Kempf <jb@videolan.org>
  409. Date:   Sun May 20 14:47:32 2007 +0000
  410.     Add lua to win32 contribs.
  411. commit d8180bb27170d1c5be7e1804144f707b0f557b14
  412. Author: Antoine Cellerier <dionoea@videolan.org>
  413. Date:   Sun May 20 14:42:13 2007 +0000
  414.     * libvlc.h: hopefully fix a few warnings.
  415.     * win32_specific.c, threads.c: fix win32 compilation.
  416. commit bfaade681075ec0deee08b00f02a7fbaa08367f1
  417. Author: Antoine Cellerier <dionoea@videolan.org>
  418. Date:   Sun May 20 14:21:07 2007 +0000
  419.     * add missing includes (trying to fix compilation errors in buildbot :D)
  420. commit 1a0773f8d5c00428e83b35f64e4a785b8a59b13a
  421. Author: Filippo Carone <littlejohn@videolan.org>
  422. Date:   Sun May 20 14:12:57 2007 +0000
  423.     the object pointer is null in the handler, so use null here
  424. commit fdbde241131ed9dbb7d42e5fd0159e391ab6351a
  425. Author: Antoine Cellerier <dionoea@videolan.org>
  426. Date:   Sun May 20 14:08:44 2007 +0000
  427.     * Yet another p_libvlc_global compile fix (BeOS)
  428. commit 575b4f3993e8b4aa5e0ac2788e978f07da7c388a
  429. Author: Antoine Cellerier <dionoea@videolan.org>
  430. Date:   Sun May 20 14:04:46 2007 +0000
  431.     * Some more fixes (+ don't redefine a function that already existed, reverts part of previous commit).
  432. commit 278b0b2aa118af8b6fcc3919764b6fab2eb5eb21
  433. Author: Antoine Cellerier <dionoea@videolan.org>
  434. Date:   Sun May 20 13:54:17 2007 +0000
  435.     * Fix non linux compilation round 2.
  436. commit 68e40a4e6b01db2721886fd972ea145c43a65e81
  437. Author: Antoine Cellerier <dionoea@videolan.org>
  438. Date:   Sun May 20 13:38:53 2007 +0000
  439.     * src/modules/modules.c: hopefully fix compilation for non linux builds.
  440. commit 5ed9f9b6a5ccff287f8a1b210abe6992a20e2f2a
  441. Author: Antoine Cellerier <dionoea@videolan.org>
  442. Date:   Sun May 20 13:35:37 2007 +0000
  443.     When you cut / paste code from another file, you should also copy / paste the copyright info.
  444. commit 0c5a114ac8e0f5bcb610b90bc23af36e5f7879f7
  445. Author: Jean-Baptiste Kempf <jb@videolan.org>
  446. Date:   Sun May 20 11:53:32 2007 +0000
  447.     qt4 - playlist_model, check if p_item is not null before using it. Patch from Ilkka Ollakka
  448. commit 2e0409a12910ea5ee7a314501b6c11fe9689fe79
  449. Author: Rémi Denis-Courmont <rem@videolan.org>
  450. Date:   Sun May 20 10:03:51 2007 +0000
  451.     Hide libvlc_global_data_t from plugins
  452. commit c262bd272894498e7a14160437c58aa0d753a587
  453. Author: Rémi Denis-Courmont <rem@videolan.org>
  454. Date:   Sun May 20 08:40:04 2007 +0000
  455.     Remove obsolete stuff
  456. commit eae01d1be4c043dda0dccea11189e6c19802f811
  457. Author: Rémi Denis-Courmont <rem@videolan.org>
  458. Date:   Sun May 20 08:39:35 2007 +0000
  459.     Revert wrongfully commited file
  460. commit b5390911cbc2a5f1f791f386d459d7dc5a55fc4b
  461. Author: Rémi Denis-Courmont <rem@videolan.org>
  462. Date:   Sun May 20 08:38:20 2007 +0000
  463.     Fix SVN revision handling.
  464.     It is by design flawed to have phony built source.
  465. commit 8dc109b26259669a7a76a25c7ca2a12827de5d07
  466. Author: Rémi Denis-Courmont <rem@videolan.org>
  467. Date:   Sun May 20 08:12:54 2007 +0000
  468.     Fix comment
  469. commit 92175f0acbda512198373168e9c8e1ccfb0a170a
  470. Author: Antoine Cellerier <dionoea@videolan.org>
  471. Date:   Sat May 19 23:57:33 2007 +0000
  472.     * make update-po
  473. commit 53dc00691865e074a5615b34711c8304d1324a19
  474. Author: Antoine Cellerier <dionoea@videolan.org>
  475. Date:   Sat May 19 23:33:56 2007 +0000
  476.     * Fix compilation.
  477. commit a68b8131807d861bb8a8e3b1dc8fb62074430f21
  478. Author: Filippo Carone <littlejohn@videolan.org>
  479. Date:   Sat May 19 23:30:27 2007 +0000
  480.     callback.c added (ops)
  481. commit 84e196b94d140f46f5297456d3efae7b08072dc5
  482. Author: Christophe Mutricy <xtophe@videolan.org>
  483. Date:   Sat May 19 23:18:06 2007 +0000
  484.     Fix compilation.
  485. commit e7adbbfe0499301e30fa5027049baf86afa3ec93
  486. Author: Filippo Carone <littlejohn@videolan.org>
  487. Date:   Sat May 19 23:12:55 2007 +0000
  488.     Sample java listener and jni callback functions added
  489. commit 12c291f038deb29afafc050b67b81df6786fc2b9
  490. Author: Filippo Carone <littlejohn@videolan.org>
  491. Date:   Sat May 19 23:11:39 2007 +0000
  492.     Initial callback support in libvlc + example on how to use in the java bindings
  493. commit 6baab07ed0743c12a0e72e61560de031bc5e6fc6
  494. Author: Christophe Mutricy <xtophe@videolan.org>
  495. Date:   Sat May 19 23:00:43 2007 +0000
  496.     Fix previous commit
  497. commit bff94ff4c875d7d69b71b21ee220045b4a4adfa8
  498. Author: Christophe Mutricy <xtophe@videolan.org>
  499. Date:   Sat May 19 22:46:20 2007 +0000
  500.     Lua configuration: Add a test for system with no .pc
  501.         Revert [20203]
  502. commit 1b3d52831477fdec6a348d696861ca2070578050
  503. Author: Christophe Mutricy <xtophe@videolan.org>
  504. Date:   Sat May 19 22:46:18 2007 +0000
  505.     Compile lua.
  506. commit a2e881cb7bebc69f01170f7a695c3b0ee036a659
  507. Author: Antoine Cellerier <dionoea@videolan.org>
  508. Date:   Sat May 19 22:24:16 2007 +0000
  509.     * deinterlace.c: compile fix by ILEoo.
  510. commit c8fc905ff225cddee7623b88244ad8747b697fb0
  511. Author: Rémi Denis-Courmont <rem@videolan.org>
  512. Date:   Sat May 19 22:02:15 2007 +0000
  513.     Forgot this file
  514. commit 85faf5c580984877c07392b099d1cd4181c11512
  515. Author: Rémi Denis-Courmont <rem@videolan.org>
  516. Date:   Sat May 19 21:44:01 2007 +0000
  517.     Same as previous commit
  518. commit 7b0773e690a9c1388f4cfbe7c8fa3fa43a76e54c
  519. Author: Rémi Denis-Courmont <rem@videolan.org>
  520. Date:   Sat May 19 21:43:16 2007 +0000
  521.     Use a vlc_CPU() wrapper instead of (ab)using libvlc_global
  522. commit ce6766b628309d49350ed494fc61e86b11f7acd1
  523. Author: Christophe Mutricy <xtophe@videolan.org>
  524. Date:   Sat May 19 21:36:17 2007 +0000
  525.     This has been fixed in VLC's FFMpeg demuxer module in [20188]
  526. commit 1ca762a79e32dc04c85b36b03317ca0ab6f6d544
  527. Author: Rémi Denis-Courmont <rem@videolan.org>
  528. Date:   Sat May 19 21:16:54 2007 +0000
  529.     Windows compile fix
  530. commit cbd55ac4fff860730ff1d61bd77a7c70d7bbf139
  531. Author: Jean-Baptiste Kempf <jb@videolan.org>
  532. Date:   Sat May 19 21:16:09 2007 +0000
  533.     Qt4 - Interaction: Password are hidden.
  534. commit f69949e5f2afdd43eedc1e9e6d0897e3eab6b155
  535. Author: Filippo Carone <littlejohn@videolan.org>
  536. Date:   Sat May 19 21:14:52 2007 +0000
  537.     id svn keyword set
  538. commit 5f3d03fbbf20495f88f871776df3e8a1e0b6cebc
  539. Author: Rémi Denis-Courmont <rem@videolan.org>
  540. Date:   Sat May 19 20:57:48 2007 +0000
  541.     Use static storage rather than libvlc_global for stuff that is only used in a single file.
  542. commit acc91d372a52a64cda5128ed9defa26a654a332c
  543. Author: Rémi Denis-Courmont <rem@videolan.org>
  544. Date:   Sat May 19 20:49:48 2007 +0000
  545.     Move OSD and TLS to instance.
  546. commit 50ca2acdde0d5dc0af99e8b13256563a1ba86416
  547. Author: Rémi Denis-Courmont <rem@videolan.org>
  548. Date:   Sat May 19 20:31:02 2007 +0000
  549.     Make saved-volume variable a per-libvlc instance rather than per-system process variable.
  550.     I find the original semantic a bit suspicious, but someone should really double check this commit and revert if needed.
  551. commit 9270ed7991e903dd83b5b5645e5a40fcd2a1b9e6
  552. Author: Rémi Denis-Courmont <rem@videolan.org>
  553. Date:   Sat May 19 20:17:45 2007 +0000
  554.     Forgot this file
  555. commit 9025fab9931ecc35fe247b0a63d0cea166dee88d
  556. Author: Rémi Denis-Courmont <rem@videolan.org>
  557. Date:   Sat May 19 20:03:26 2007 +0000
  558.     Use vlc_object_kill(). Needs triple checking.
  559.     
  560.     This also seems to make the pre-existing Qt4 crash more obvious.
  561. commit bc387d3ddbcc909b6e874b9dcda690ba0a40cfde
  562. Author: Rémi Denis-Courmont <rem@videolan.org>
  563. Date:   Sat May 19 20:00:54 2007 +0000
  564.     Remove unneeded old kludge
  565. commit d57b277b4158d1b13e0a42e62cb2608a6b5ef943
  566. Author: Rémi Denis-Courmont <rem@videolan.org>
  567. Date:   Sat May 19 19:50:57 2007 +0000
  568.     Do not unload plugins in debug builds. Not sure if this is a good idea though
  569. commit aceceed7597be4a535d868ec5ad2b6160b6ab3e6
  570. Author: Jean-Baptiste Kempf <jb@videolan.org>
  571. Date:   Sat May 19 19:17:29 2007 +0000
  572.     Contrib; lua for win32. Start of fixing...
  573. commit 1be7b76104b8d453b9d41a2c0e95594b8e1728dd
  574. Author: Rémi Denis-Courmont <rem@videolan.org>
  575. Date:   Sat May 19 19:01:49 2007 +0000
  576.     Fix line breaks
  577. commit 8fd6167afd8a01b05a1564f8e8f807db786d1e8b
  578. Author: Rémi Denis-Courmont <rem@videolan.org>
  579. Date:   Sat May 19 18:56:22 2007 +0000
  580.     Following vlc_object_kill(), add vlc_object_dying()
  581. commit 3c5ed2fe48048d3047634ca3da2f1d97db70d9f4
  582. Author: Filippo Carone <littlejohn@videolan.org>
  583. Date:   Sat May 19 18:50:52 2007 +0000
  584.     free callbacks on libvlc destruction
  585. commit 2252bf6341e6a231d8a87d6e7b830625bc3b5204
  586. Author: Filippo Carone <littlejohn@videolan.org>
  587. Date:   Sat May 19 18:27:16 2007 +0000
  588.     user data pointer added to callback structure
  589. commit ed3c1eb16a1496b6b6ece35dff6c191726ff5a6f
  590. Author: Filippo Carone <littlejohn@videolan.org>
  591. Date:   Sat May 19 18:24:11 2007 +0000
  592.     Set callback list to null on instance init
  593. commit 3b41ca7d6ed5cb22cfb9695d4d3eacdd20044280
  594. Author: Filippo Carone <littlejohn@videolan.org>
  595. Date:   Sat May 19 18:22:26 2007 +0000
  596.     initial structures for libvlc callbacks (code adapted from git pdherbemont_branch)
  597. commit dc2c11a1e155cb4a4a5e8bf24e154fa61c030efe
  598. Author: Rémi Denis-Courmont <rem@videolan.org>
  599. Date:   Sat May 19 17:47:15 2007 +0000
  600.     - Remove unneeded "." kludge (libvlc is now built from src)
  601.     - Remove old NULL kludge
  602. commit 7255b4fc0e7ad2cb909c43f7afb4ac67b1d1a248
  603. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  604. Date:   Sat May 19 16:51:05 2007 +0000
  605.     configure.ac: Make sure lua is enabled when --enable-lua is set.
  606. commit 872976e5ab214b30be721e3ac1a98998839bb40d
  607. Author: Ken Self <kenself@videolan.org>
  608. Date:   Sat May 19 16:22:27 2007 +0000
  609.     More BDA DVB-S and DVB-T parameters bring it closer to the linux version
  610. commit 147305c660b2d8145cfc557fb483b38102f0cb6f
  611. Author: Jean-Paul Saman <jpsaman@videolan.org>
  612. Date:   Sat May 19 15:39:08 2007 +0000
  613.     Restored Makefile.am and added a test for cross-compiling in configure.ac. The LIBGCRYPT macro didn't test for the cross-compile situation.
  614. commit 52cc3eab2c2185b69326cff217be6430529ec07d
  615. Author: Antoine Cellerier <dionoea@videolan.org>
  616. Date:   Sat May 19 15:37:06 2007 +0000
  617.     * youtube_homepage.lua: get the stream's duration.
  618. commit 6323eda24ff67c5bb8deed7bce61946420b3b166
  619. Author: Antoine Cellerier <dionoea@videolan.org>
  620. Date:   Sat May 19 15:09:08 2007 +0000
  621.     * luaplaylist.c: make sure that the Lua stack is big enough before reading the playlist table.
  622. commit a8a66a68b2bb4658d8c02903902ac58693b51634
  623. Author: Antoine Cellerier <dionoea@videolan.org>
  624. Date:   Sat May 19 14:57:16 2007 +0000
  625.     * luaplaylist.c, README.txt: add .duration option for playlist items. Should now be possible to rewrite our m3u parser entirely in Lua :D
  626.     * m3u.c: indentation fix.
  627. commit ba62457ababe039d36b649da8f01aea232a42fcf
  628. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  629. Date:   Sat May 19 14:34:22 2007 +0000
  630.     extras/contrib/bootstrap: Use space to ident rather than tabs.
  631. commit b2cb8c3e5aa691a559c8e813d22da0a9c0dfe969
  632. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  633. Date:   Sat May 19 14:33:16 2007 +0000
  634.     Contrib: Include lua as a contrib lib. (Please review for your arch).
  635. commit add15152eba4d034ccdb181b23362859df545fa9
  636. Author: Antoine Cellerier <dionoea@videolan.org>
  637. Date:   Sat May 19 14:28:16 2007 +0000
  638.     * luaplaylist.c, README.txt: add support for VLC options.
  639.     * *.lua: misc fixes.
  640. commit 93d0208e961e2bcea0259158a34614004d4d2074
  641. Author: Antoine Cellerier <dionoea@videolan.org>
  642. Date:   Sat May 19 14:25:45 2007 +0000
  643.     * m3u.c: remove unneeded comment. ppsz_options is freed a few lines down.
  644. commit e3578584a02cd72dedf1e63b76efb8309bf621c7
  645. Author: Rémi Denis-Courmont <rem@videolan.org>
  646. Date:   Sat May 19 13:02:46 2007 +0000
  647.     Missing const
  648. commit 41697f25906bb631d5689a7cbb9053d597485d34
  649. Author: Antoine Cellerier <dionoea@videolan.org>
  650. Date:   Sat May 19 00:49:30 2007 +0000
  651.     * share/luaplaylist/youtube_homepage.lua: New lua parser script to open youtube home/browse pages. This demos the ability to return more than one item in lua playlist scripts.
  652. commit 5f018616efa69287d92c9452132c3f5aeb699e6f
  653. Author: Christophe Mutricy <xtophe@videolan.org>
  654. Date:   Sat May 19 00:35:48 2007 +0000
  655.     oups, better put the prototype before using the function
  656. commit bca8455cdbc74f63fd7b512da782de4e0c9b4d52
  657. Author: Antoine Cellerier <dionoea@videolan.org>
  658. Date:   Sat May 19 00:34:34 2007 +0000
  659.     * ffmpeg/demux.c: update copyright date.
  660. commit f74cd220dc0c76e29ba990e2d1bba3ffb7ce4f06
  661. Author: Antoine Cellerier <dionoea@videolan.org>
  662. Date:   Sat May 19 00:28:51 2007 +0000
  663.     * ffmpeg/demux.c: Don't change an ffmpeg demux's .flags member permanently. Fixes the "ffmpeg demuxer can't be used more that once" bug with libavformat revisions newer than 7589 (included).
  664. commit 468adb250bde2b010fa20e24a565d4ff58fe35a5
  665. Author: Christophe Mutricy <xtophe@videolan.org>
  666. Date:   Sat May 19 00:15:12 2007 +0000
  667.     vlc_url.h: Username and password passed in the URL can contain encoded @ : and /. So decode them.
  668. commit 02dc669fa54759b3b2ddc4d522bc73af748379b3
  669. Author: Antoine Cellerier <dionoea@videolan.org>
  670. Date:   Fri May 18 23:24:32 2007 +0000
  671.     * ffmpeg/video_filter.c: remove a bunch of trailing spaces.
  672. commit 0b139d492d8a46ef85f532395fb869a868ba89e4
  673. Author: Antoine Cellerier <dionoea@videolan.org>
  674. Date:   Fri May 18 22:20:19 2007 +0000
  675.     * luaplaylist.c: Look for Lua scripts in the user's CONFIG_DIR"/luaplaylist" directory too. (+ fix probable compilation errors on WIN32, APPLE and BEOS)
  676. commit 79f9e3f4c710050bf3b17a1783a70629e768acce
  677. Author: Antoine Cellerier <dionoea@videolan.org>
  678. Date:   Fri May 18 21:49:59 2007 +0000
  679.     * include/main.h: remove trailing spaces.
  680. commit 5cf88ad8278628c299db8afcae3c1bff922b64b8
  681. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  682. Date:   Fri May 18 18:41:13 2007 +0000
  683.     Contrib: Make sure curl follow "Location:". (Fix Mac OS X Nightlies)
  684. commit aaa92c22917f17a1ce1bb3a57774d4a0cb67ae61
  685. Author: Damien Fouilleul <damienf@videolan.org>
  686. Date:   Fri May 18 18:06:18 2007 +0000
  687.     vlc.h: move VLC_PUBLIC_API definition when building libvlc to vlc_common.h
  688. commit 51d87be839cd5b4a163c98f0273d8e2436396815
  689. Author: Jean-Baptiste Kempf <jb@videolan.org>
  690. Date:   Fri May 18 17:38:15 2007 +0000
  691.     Qt4 - MediaKeys support, patch by Ilkka Ollakka
  692. commit cd2892e8bb931da59e039f47a6839f8cc13c5636
  693. Author: Antoine Cellerier <dionoea@videolan.org>
  694. Date:   Fri May 18 15:01:05 2007 +0000
  695.     * src/text/strings.c: Add a lot of entities to the resolve_xml_special_chars function.
  696. commit 63fb2db1e9f106ffa46ddb46a425b4a07e663c84
  697. Author: Antoine Cellerier <dionoea@videolan.org>
  698. Date:   Fri May 18 14:22:15 2007 +0000
  699.     * luaplaylist/README.txt: propset svn:keywords Id
  700. commit 86e662cf5572970def4bd743a5f784b7352ffaa0
  701. Author: Antoine Cellerier <dionoea@videolan.org>
  702. Date:   Fri May 18 14:01:38 2007 +0000
  703.     * modules/access/http.c: When redirecting, don't include port number in URL if it's using the default port.
  704. commit dc3da6a27a36d601c68589b16d99800335f781e1
  705. Author: Antoine Cellerier <dionoea@videolan.org>
  706. Date:   Fri May 18 13:56:22 2007 +0000
  707.     * src/input/input.c: Remove the access and demux part from the path string. (Fixes [20059] a bit ... even though it wasn't really broken)
  708. commit 83038717767a08f3e2d8cf338ba690c2b974c642
  709. Author: Jean-Paul Saman <jpsaman@videolan.org>
  710. Date:   Fri May 18 12:51:33 2007 +0000
  711.     oops me being stupid, forgot this part
  712. commit 08ae38fb8c5a501b1bed03a2da9a107687305b8d
  713. Author: Jean-Paul Saman <jpsaman@videolan.org>
  714. Date:   Fri May 18 12:47:54 2007 +0000
  715.     Don't build srtp when gcrypt isn't available.
  716. commit c67afc836e2013518d735cd9a21c8205ab3c33ad
  717. Author: Antoine Cellerier <dionoea@videolan.org>
  718. Date:   Thu May 17 23:27:38 2007 +0000
  719.     * dailymotion.lua: fix.
  720. commit ab0198075c070777ceeaf78d0f2f052e8f1213f9
  721. Author: Antoine Cellerier <dionoea@videolan.org>
  722. Date:   Thu May 17 23:03:44 2007 +0000
  723.     * luaplaylist.c: initialize p_sys->psz_filename to NULL.
  724. commit c1d352b628418b59c2fe90886aa0e650621368e0
  725. Author: Antoine Cellerier <dionoea@videolan.org>
  726. Date:   Thu May 17 22:42:16 2007 +0000
  727.     * luaplaylist.c: add vlc.msg_{info,err,warn,dbg}() functions. register the vlc.read() and vlc.readline() for parse() only (so that they can't be used in the probing phase)
  728.     * share/luaplaylist/*: move help to README.txt
  729. commit 71eeebf79c3d3ad6a3f9f95ae79a1da2f64b3534
  730. Author: Antoine Cellerier <dionoea@videolan.org>
  731. Date:   Thu May 17 21:00:28 2007 +0000
  732.     * luaplaylist.c: Change demux2 capability from 0 to 9
  733.     * ps.c: Change demux2 capability from 9 to 8
  734.     * ty.c: Change demux2 capability from 8 to 6
  735.     * playlist/{Modules.am,playlist.c,videoportals.c}: remove video portals C version
  736. commit 906a3f2fe8422bc16e987237ffb3cfff3b28dae8
  737. Author: Antoine Cellerier <dionoea@videolan.org>
  738. Date:   Thu May 17 20:46:31 2007 +0000
  739.     * googlevideo.lua: add small comment to explain why we're not getting the meta data.
  740. commit 1757474f7260e722937b1b78797cf0a0d6d912eb
  741. Author: Antoine Cellerier <dionoea@videolan.org>
  742. Date:   Thu May 17 20:43:15 2007 +0000
  743.     * metacafe.lua: Remove "Metacafe -" from name, get description and arturl.
  744. commit f3df91852104b4396fb87cd3062a161bd8e20a97
  745. Author: Antoine Cellerier <dionoea@videolan.org>
  746. Date:   Thu May 17 20:34:58 2007 +0000
  747.     * youtube.lua: fetch artist and description.
  748. commit 98de4f40de137e22e49f0aeece42a5c1b11802dc
  749. Author: Antoine Cellerier <dionoea@videolan.org>
  750. Date:   Thu May 17 20:24:15 2007 +0000
  751.     * luaplaylist.c: replace printfs by msg_{Warn,Dbg}
  752. commit e61a115315bc6bebb9a4d76f14fde1c8981a257a
  753. Author: Antoine Cellerier <dionoea@videolan.org>
  754. Date:   Thu May 17 20:19:38 2007 +0000
  755.     * luaplaylist.c: add support for meta data info. Playlist items now use .path and .name (instead of .url and .title as those are used for meta data).
  756.     * luaplaylist/dailymotion.lua: add support for "description" and "arturl" meta data items.
  757.     * luaplaylist/*lua: update source to make it work with new playlist conventions.
  758.     * luaplaylist/youtube.lua: update help instructions.
  759. commit 23804bd355e605be19ec14cdbf38162f7b3580f2
  760. Author: Antoine Cellerier <dionoea@videolan.org>
  761. Date:   Thu May 17 19:49:43 2007 +0000
  762.     * asx.c: remove tab
  763. commit c22020b7f623ff8d6c6c7ed44cc0f3b2e9e92da6
  764. Author: Antoine Cellerier <dionoea@videolan.org>
  765. Date:   Thu May 17 19:35:03 2007 +0000
  766.     * luaplaylist.c: should now look in the appropriate directory if VLC is installed. + add vlc.read() function.
  767. commit 875a6faa9e8304c3d4f8f1011e663b58f557c095
  768. Author: Rémi Denis-Courmont <rem@videolan.org>
  769. Date:   Thu May 17 19:16:45 2007 +0000
  770.     Undo [20161]
  771. commit 7cf7fec3ce581ee6b2d3c312d13b2a15f9ddec5f
  772. Author: Rémi Denis-Courmont <rem@videolan.org>
  773. Date:   Thu May 17 19:15:24 2007 +0000
  774.     Fix linking on gcc, breaks everything else
  775. commit c2ddff0eb62caab1015fcb84e00714b02710c631
  776. Author: Rémi Denis-Courmont <rem@videolan.org>
  777. Date:   Thu May 17 19:05:56 2007 +0000
  778.     remove hidden visibility stuff from libvlc.
  779.     It breaks linking, and it is redumdant with libtool export-symbols
  780. commit dc884574f797d86b9721295436acc69dcc10ee53
  781. Author: Rémi Denis-Courmont <rem@videolan.org>
  782. Date:   Thu May 17 18:37:44 2007 +0000
  783.     Add real SRTP unit test (85% coverage let alone SRTCP)
  784. commit 2a0e2bd242f7dc7cda4ee096e58f42d13db9803f
  785. Author: Rémi Denis-Courmont <rem@videolan.org>
  786. Date:   Thu May 17 18:27:25 2007 +0000
  787.     Fix hashing when using RFC4711
  788. commit 1761128257afdf85afd24a126bf469dcdd490985
  789. Author: Antoine Cellerier <dionoea@videolan.org>
  790. Date:   Thu May 17 17:56:09 2007 +0000
  791.     * src/vlc.c: remove tabs.
  792. commit 3f3025aa794fbdad01150af9401bcb708263488f
  793. Author: Rémi Denis-Courmont <rem@videolan.org>
  794. Date:   Thu May 17 17:36:59 2007 +0000
  795.     Fix incorrect hash size limit
  796. commit b0f459734980ed8bc36fd968587c64f77c72aa4b
  797. Author: Rémi Denis-Courmont <rem@videolan.org>
  798. Date:   Thu May 17 17:03:56 2007 +0000
  799.     Fix initialization
  800. commit 04d05b50633957945de3cbbf955e67cfb5905a65
  801. Author: Rémi Denis-Courmont <rem@videolan.org>
  802. Date:   Thu May 17 16:01:14 2007 +0000
  803.     Typo
  804. commit 7a07a9bee17678de49e48fc0e2898f09c3ceb3fd
  805. Author: Rémi Denis-Courmont <rem@videolan.org>
  806. Date:   Thu May 17 15:51:34 2007 +0000
  807.     Add --enable-coverage
  808.     
  809.     Not cleared for use by IT managers, quality and/or test engineers because of serious hazard of heart attack.
  810. commit 1dce84641d3893d9428cf23812f3b072de0f5a31
  811. Author: Damien Fouilleul <damienf@videolan.org>
  812. Date:   Thu May 17 14:21:27 2007 +0000
  813.     - direct3d: behave correctly when changing desktop depth on the fly
  814. commit 69a41d2994716b7cf2f4e5142b3905585e07f5ce
  815. Author: Rémi Denis-Courmont <rem@videolan.org>
  816. Date:   Thu May 17 13:35:24 2007 +0000
  817.     include/vlc/* cannot depend on config.h, hence cannot use HAVE_* macros
  818. commit dd3df1a7a924d8fc58c1121fc843dc16ffa5d2a9
  819. Author: Jean-Baptiste Kempf <jb@videolan.org>
  820. Date:   Thu May 17 12:57:10 2007 +0000
  821.     Qt4 - Tabs Order. Nick Vercammen's patch on open_network.ui is included.
  822. commit fd32b930fa2c94a2d0b19a10be9732a9e524df6d
  823. Author: Rémi Denis-Courmont <rem@videolan.org>
  824. Date:   Thu May 17 10:56:54 2007 +0000
  825.     Revert unintended part of [20148]
  826. commit 88148cbd02ad19ec15d540f3413f80b7c7a39e6d
  827. Author: Rémi Denis-Courmont <rem@videolan.org>
  828. Date:   Thu May 17 10:53:46 2007 +0000
  829.     Fixes
  830. commit 620dc72af1b422e046351704db82de886dffc78a
  831. Author: Rémi Denis-Courmont <rem@videolan.org>
  832. Date:   Thu May 17 10:38:01 2007 +0000
  833.      - Revert [20137]
  834.      - Revert [20138]
  835.      - Revert [20139]
  836.     
  837.     Special credits to these commits for:
  838.      - breaking the build system,
  839.      - crashing VLC on every single 64-bits platform,
  840.      - breaking bootstrap with any version of automake that is not the same as the one on Jean-Paul's computer.
  841. commit 2a14ed222c1ce7b1c4ba19078628abef9aff5ee3
  842. Author: Christophe Mutricy <xtophe@videolan.org>
  843. Date:   Wed May 16 22:37:49 2007 +0000
  844.     Fix i18n building
  845. commit 5d8058951fb5a4848d7638701a6a073865437556
  846. Author: Ken Self <kenself@videolan.org>
  847. Date:   Wed May 16 22:00:59 2007 +0000
  848.     BDA - additional DVB-S parameters added
  849. commit 9b071a166b6aae1968976fc54855af6e31a389d9
  850. Author: Christophe Mutricy <xtophe@videolan.org>
  851. Date:   Wed May 16 21:54:48 2007 +0000
  852.     qt4: fix the popup menu updating
  853. commit 5b8066fbfb9d205fca8a9b3b42644ba291df2cc8
  854. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  855. Date:   Wed May 16 21:35:54 2007 +0000
  856.     bindings/python/vlc_instance.c: fix audio_set_volume method, closes #1195
  857. commit ee4c83d55cb2d70772374b85d4f56f9be36c1e29
  858. Author: Christophe Mutricy <xtophe@videolan.org>
  859. Date:   Wed May 16 20:22:53 2007 +0000
  860.     oups
  861. commit 17497a6ea983c23357261f1580e9e6973d5b9670
  862. Author: Christophe Mutricy <xtophe@videolan.org>
  863. Date:   Wed May 16 20:14:09 2007 +0000
  864.     Remove some GNUism
  865. commit de51c577897ef3a0b004ffcf04b1a1dcfbed4c94
  866. Author: Filippo Carone <littlejohn@videolan.org>
  867. Date:   Wed May 16 19:31:35 2007 +0000
  868.     destroy logic cleaned up
  869. commit c09b9f61b78e6ecea335dccca234cb3111657283
  870. Author: Jean-Baptiste Kempf <jb@videolan.org>
  871. Date:   Wed May 16 19:09:04 2007 +0000
  872.     Should fix another bunch of: (near initialization for `fmt*') warnings.
  873. commit e52e46410c9b9c286c6fe2cfdb8a9feb7521ac8f
  874. Author: Jean-Paul Saman <jpsaman@videolan.org>
  875. Date:   Wed May 16 14:56:06 2007 +0000
  876.     Fix include: libvlc.h, is in vlc/libvlc.h now.
  877. commit fe66192ab8dbce53d14094df053f824e8d88d61e
  878. Author: Jean-Paul Saman <jpsaman@videolan.org>
  879. Date:   Wed May 16 14:52:50 2007 +0000
  880.     Don't build libs/srtp when --disable-gnutls is given.
  881. commit 235ce9bac9f82488a8d5e31b95c3916282bd1867
  882. Author: Jean-Paul Saman <jpsaman@videolan.org>
  883. Date:   Wed May 16 14:52:02 2007 +0000
  884.     Patch config.sub to recognize uclibc system.
  885. commit 881f3f8c783b5d5af15f68111540472c143d9898
  886. Author: Jean-Paul Saman <jpsaman@videolan.org>
  887. Date:   Wed May 16 14:51:17 2007 +0000
  888.     Cast interface pointer to VLC_OBJECT().
  889. commit 90714e7edb170c8542c0722b9c7054174c67d112
  890. Author: Jean-Paul Saman <jpsaman@videolan.org>
  891. Date:   Wed May 16 14:49:20 2007 +0000
  892.     Fix one warning for vlc_iconv() here (4th argument), but 2nd argument also issues a warning. What is more dangerous here is there is pointer arithmic done with psz_stringstart. This needs FIXING.
  893. commit baae70f35ac7f4c1cd5459b65339f5d55fae2d96
  894. Author: Jean-Paul Saman <jpsaman@videolan.org>
  895. Date:   Wed May 16 14:30:27 2007 +0000
  896.     Correct csa_New() prototype by adding void argument.
  897. commit 55b908ef3b3c8c03e6644bce4b4d00c90b16a438
  898. Author: Jean-Paul Saman <jpsaman@videolan.org>
  899. Date:   Wed May 16 14:28:09 2007 +0000
  900.     Use proper datatype.
  901. commit 123afaae257119da8ae87fbea835cd6fd1c0b926
  902. Author: Jean-Paul Saman <jpsaman@videolan.org>
  903. Date:   Wed May 16 14:26:30 2007 +0000
  904.     Remove unused variable pw.
  905. commit d745e5ef54c5d1ce4d19fcc07e57016918d30c6b
  906. Author: Jean-Paul Saman <jpsaman@videolan.org>
  907. Date:   Wed May 16 14:21:26 2007 +0000
  908.     Renamed function E_(I420_RGB16_dithering) to match prototype E_(I420_RGB16_dither)
  909. commit 124454cb20838956ff15e1e5c47bc83beef0ba48
  910. Author: Jean-Paul Saman <jpsaman@videolan.org>
  911. Date:   Wed May 16 14:14:43 2007 +0000
  912.     Remove unused variable.
  913. commit 94cc428df657035f243f4122b3c4ad1d910b2229
  914. Author: Jean-Paul Saman <jpsaman@videolan.org>
  915. Date:   Wed May 16 14:13:22 2007 +0000
  916.     Fix another bunch of:  (near initialization for `fmt.i_aspect') warnings.
  917. commit b7621186fbef878082c971a9f425491278e3026d
  918. Author: Jean-Paul Saman <jpsaman@videolan.org>
  919. Date:   Wed May 16 14:06:49 2007 +0000
  920.     Fix compiler warnings of type "warning: (near initialization for `fmt.i_aspect')"
  921. commit f82106aa674d7f2453eb64960ff8402524322a9e
  922. Author: Jean-Paul Saman <jpsaman@videolan.org>
  923. Date:   Wed May 16 13:59:30 2007 +0000
  924.     Properly clear the struct, this shuts up another compiler warning.
  925. commit ec8576f8223e6585bc5d64b56ffb04f799982b39
  926. Author: Jean-Paul Saman <jpsaman@videolan.org>
  927. Date:   Wed May 16 13:56:15 2007 +0000
  928.     Use correct datatype. It will shutup the compiler.
  929. commit a91eb3933c25ed5b07d1f41b491ac312c29eb22d
  930. Author: Antoine Cellerier <dionoea@videolan.org>
  931. Date:   Wed May 16 12:18:14 2007 +0000
  932.     Fix make distcheck and update po files.
  933. commit 221a5bc2d5269a179c6f571e37d78ec266028195
  934. Author: Jean-Paul Saman <jpsaman@videolan.org>
  935. Date:   Wed May 16 11:06:19 2007 +0000
  936.     Disable fribidi's primary download site because it is down. Used v.o one.
  937. commit 66f47dcdb3b4041f8438f9d3da1039899f76b11b
  938. Author: Jean-Paul Saman <jpsaman@videolan.org>
  939. Date:   Wed May 16 11:05:24 2007 +0000
  940.     uclibc support for fribidi
  941. commit 4c97998cd638ba8a80c68401dd6a8cb7a09675d6
  942. Author: Jean-Paul Saman <jpsaman@videolan.org>
  943. Date:   Wed May 16 08:45:06 2007 +0000
  944.     Embedded system to run vlc
  945. commit 5b935e5c76b9fdc353b73dcb47540f03ef15dc22
  946. Author: Christophe Mutricy <xtophe@videolan.org>
  947. Date:   Tue May 15 21:54:26 2007 +0000
  948.     Const police
  949. commit 3cf4ef1e39a21abced553d6e024bae65e0042454
  950. Author: Ken Self <kenself@videolan.org>
  951. Date:   Tue May 15 20:54:29 2007 +0000
  952.     Improved handling of no-signal condition and other errors
  953. commit 68d81870dfffc35c2ae608e4bc287c5f32b7d711
  954. Author: Pavlov Konstantin <thresh@videolan.org>
  955. Date:   Tue May 15 15:35:20 2007 +0000
  956.     Fix liblua5.1 detection on non-debian system (e.g. mine) that doesn't have lua5.1.pc but do have lua.pc.
  957.     Check for lua >= 5.1.
  958. commit 70492e6838fbe797cd55d2e07434981790d652f2
  959. Author: Antoine Cellerier <dionoea@videolan.org>
  960. Date:   Tue May 15 15:21:32 2007 +0000
  961.     * luaplaylist.c: Looks like stream_ReadLine results needs to be freed. (untested)
  962. commit f397fdb667be5a141a4bd79176648ee975f295ea
  963. Author: Antoine Cellerier <dionoea@videolan.org>
  964. Date:   Tue May 15 15:09:40 2007 +0000
  965.     * vlc_stream.h: Don't export stream_ReadLine() twice.
  966. commit 47b2e56e3babe9f8a4ac16dc29b2fdb01ce61e32
  967. Author: Antoine Cellerier <dionoea@videolan.org>
  968. Date:   Tue May 15 14:49:23 2007 +0000
  969.     s/README/README.txt/
  970. commit 99a8123cd1e7898ac1fa0aec85fb2594a762b0b8
  971. Author: Antoine Cellerier <dionoea@videolan.org>
  972. Date:   Mon May 14 22:40:21 2007 +0000
  973.     * NEWS: Mention the lua playlist module.
  974. commit e4225477339db6f2365e58839f1b136e341432e5
  975. Author: Antoine Cellerier <dionoea@videolan.org>
  976. Date:   Mon May 14 22:37:33 2007 +0000
  977.     * metacafe.lua: forgot the title here too.
  978. commit 8b00a4b3edad7c8385f0b0bc2bd3cc6c1c483a85
  979. Author: Antoine Cellerier <dionoea@videolan.org>
  980. Date:   Mon May 14 22:32:43 2007 +0000
  981.     * dailymotion.lua: woops, forgot to include title fetching in previous version.
  982. commit bea5e7ec249798ecb960a5ca947c912b61da7045
  983. Author: Antoine Cellerier <dionoea@videolan.org>
  984. Date:   Mon May 14 22:27:36 2007 +0000
  985.     * luaplaylist.c: First usable version of the luaplaylist module
  986.     * share/luaplaylist/*: Lua playlist scripts for youtube, daily motion, metacafe and google video
  987.     
  988.     The luaplaylist demux has a score of 0 so you have to use --demux lua,any to enable it. I'll change its score once people report that it works fine.
  989. commit 2f04bcf5adf26c3fd59b3d0983ae3af2f544efba
  990. Author: Filippo Carone <littlejohn@videolan.org>
  991. Date:   Mon May 14 19:54:43 2007 +0000
  992.     check for beingdestroyed in finalize, thx to Tony Anecito
  993. commit 27a70dccb0340bf0d98716ce8d5b4c4dc2dbd8b7
  994. Author: Jean-Paul Saman <jpsaman@videolan.org>
  995. Date:   Mon May 14 15:26:49 2007 +0000
  996.     uclibc support for xml2
  997. commit 606dd6c7c6bc57814ff55ba18405ddd331dbf022
  998. Author: Jean-Paul Saman <jpsaman@videolan.org>
  999. Date:   Mon May 14 15:19:44 2007 +0000
  1000.     Add define HAVE_BIGENDIAN to bootstrap and config.mak when compiler is armeb-linux-uclibc. Also add armeb-uclibc support to live555 buildsystem.
  1001. commit 0b93ad3cec4ae11ddff544dfc7380136adbabceb
  1002. Author: Christophe Mutricy <xtophe@videolan.org>
  1003. Date:   Mon May 14 15:14:55 2007 +0000
  1004.     Qt4 systray: Don't put the played item here now that we have a tooltip
  1005. commit 6a8890a93f8d9541b0b887da314a0d67d8919522
  1006. Author: Damien Fouilleul <damienf@videolan.org>
  1007. Date:   Mon May 14 14:51:10 2007 +0000
  1008.     - hotkeys: deprecated 'key-fullscreen' in favor of 'key-toggle-fullscreen'
  1009. commit b112b6002b0e1532d4a84028e1600ee73fe6efe6
  1010. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1011. Date:   Mon May 14 14:50:53 2007 +0000
  1012.     Force ffmpeg to build for cross-compile and bigendian when system is uclibc.
  1013. commit 1f1fe98faeea19ab5735c76ea79a61a8f13c3d47
  1014. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1015. Date:   Mon May 14 14:10:09 2007 +0000
  1016.     Support for uclibc in contrib.
  1017. commit 9d6f096a15a4e7d1b84d40b0c4e0a7ae65e45fdd
  1018. Author: Damien Fouilleul <damienf@videolan.org>
  1019. Date:   Mon May 14 13:52:33 2007 +0000
  1020.     - hotkeys: leave full screenscreen hotkey (defaulted to ESC), patch by Sergey Volk
  1021. commit 6f0954b727fec5bcea9ac0483900e58fc51e3ddc
  1022. Author: Christophe Mutricy <xtophe@videolan.org>
  1023. Date:   Mon May 14 12:25:18 2007 +0000
  1024.     More exact documentation and small fix
  1025. commit e54cc504833e241107edd85a568338e6c3fbdccf
  1026. Author: Damien Fouilleul <damienf@videolan.org>
  1027. Date:   Mon May 14 12:23:55 2007 +0000
  1028.     vout: merged all Microsoft Windows specific vouts under msw directory in order to leverage common event handling
  1029. commit dde6aaf8b903c6b73e773f44cdbf2a62dd77cdde
  1030. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1031. Date:   Mon May 14 12:07:35 2007 +0000
  1032.     Make it possible to force a distro.mak to use. This is helpfull in cross-compile situations to distinquish for a known target.
  1033. commit 3c7347435618c6359494fae3bdadec46aa7b40a4
  1034. Author: Antoine Cellerier <dionoea@videolan.org>
  1035. Date:   Mon May 14 11:48:47 2007 +0000
  1036.     Some more NEWS.
  1037. commit 1267e63eaa4310a0f0ea56cd4e399a943117b02e
  1038. Author: Christophe Mutricy <xtophe@videolan.org>
  1039. Date:   Mon May 14 10:55:54 2007 +0000
  1040.     Fix distcheck
  1041. commit 902d21b61209abc97d80523c2b4487ed83f41273
  1042. Author: Christophe Mutricy <xtophe@videolan.org>
  1043. Date:   Sun May 13 22:33:18 2007 +0000
  1044.     Distribute the lua parser scripts
  1045. commit 4d3766777ca70752a60215f90d09234f020c0975
  1046. Author: Antoine Cellerier <dionoea@videolan.org>
  1047. Date:   Sun May 13 21:55:12 2007 +0000
  1048.     * test.lua: Use spaces instead of tabs in lua code.
  1049. commit 02474925c7dd60cf9e78ec66466354efb940d33d
  1050. Author: Antoine Cellerier <dionoea@videolan.org>
  1051. Date:   Sun May 13 21:52:20 2007 +0000
  1052.     * New Lua based playlist demuxer. Code is far from being finished. It currently implements some url translation stuff similar to what videoportals.c does (in share/luaplaylist/test.lua). To test it, run: ./vlc --demux lua "http://www.youtube.com/watch?v=CPRC4glkvq0" --color -v -I dummy. The idea is to make it possible for users to add their own (text) playlist demuxers (including stuff like the video portals URL translation) without needing to recompile VLC.
  1053. commit 15249253525a957cd6126f4465127cadad6edd3c
  1054. Author: Christophe Mutricy <xtophe@videolan.org>
  1055. Date:   Sun May 13 21:23:10 2007 +0000
  1056.     QT4: implement the open dialog from the playlist
  1057. commit a2d20f5587dcf13bd99446e64a534dc8b9193f1b
  1058. Author: Filippo Carone <littlejohn@videolan.org>
  1059. Date:   Sun May 13 20:51:27 2007 +0000
  1060.     Fix for destroy() method.
  1061. commit a1e8d3e9dc9d514de295581123c001f6ebb5f1d3
  1062. Author: Filippo Carone <littlejohn@videolan.org>
  1063. Date:   Sun May 13 19:37:24 2007 +0000
  1064.     serial version uid added
  1065. commit 8cd231f505c491b252155093735ed050a462428c
  1066. Author: Filippo Carone <littlejohn@videolan.org>
  1067. Date:   Sun May 13 19:08:59 2007 +0000
  1068.     Destroy the jvlc instance when the remove notify method is invoked (avoids some jvm crashes).
  1069. commit f50eb96c0e827df3e3aeb478ff1afdcd56944a22
  1070. Author: Christophe Mutricy <xtophe@videolan.org>
  1071. Date:   Sat May 12 22:48:55 2007 +0000
  1072.     input_manager: Don't send name event all the time
  1073.     main_interface: update the systray tooltip
  1074. commit 743e3bef43614f218b97ec802fc5574e2c53ccf2
  1075. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1076. Date:   Sat May 12 21:01:45 2007 +0000
  1077.     qt4: Show artist in status bare when applicable
  1078. commit 4fc4b04cc9f54ae7ceca7279d0bc69b8fb43067a
  1079. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1080. Date:   Sat May 12 19:42:51 2007 +0000
  1081.     FFMPEG FOURCC's: add FOURCC for DNxHD and compile fix for different versions.
  1082. commit 53422c232ed84b35583b0e689aea0a242b0f3f9e
  1083. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1084. Date:   Sat May 12 19:17:56 2007 +0000
  1085.     Modules LIST update.
  1086. commit 2e0eb5c74b941f18521726572abf74bebc8f59bb
  1087. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1088. Date:   Sat May 12 17:57:10 2007 +0000
  1089.     Mac OS X gui: Prevent a crash when dropping item on the playlist.
  1090. commit a4b948f06ae10f076aa2776dbf8414151eb07f33
  1091. Author: Rémi Denis-Courmont <rem@videolan.org>
  1092. Date:   Sat May 12 17:27:37 2007 +0000
  1093.     Initial JACK audio access-demux from Julien Plissonneau Duquène
  1094. commit 49cafbcc92c99d70c8203565ca36684ce4d9446a
  1095. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1096. Date:   Sat May 12 17:15:29 2007 +0000
  1097.     audio_output/output.c: Make sure we are properly locking the fifo lock when appropriate. (please review).
  1098. commit 03a184cc77afab7853f19b8a72d5ddaa25511875
  1099. Author: Antoine Cellerier <dionoea@videolan.org>
  1100. Date:   Sat May 12 15:05:34 2007 +0000
  1101.     * videoportals.c: add title for metacafe vids.
  1102. commit 778d91931def50c01b8ac787188c89553d4c03e4
  1103. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1104. Date:   Sat May 12 15:03:57 2007 +0000
  1105.     Compile fix. Oops(2)
  1106. commit 25fc392202aa96a6e80c132eaf867aa517b35af6
  1107. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1108. Date:   Sat May 12 15:01:15 2007 +0000
  1109.     Small Correction. Oops.
  1110. commit f2b009c155ed0ed5d69c0985bbd767d2f29baac0
  1111. Author: Antoine Cellerier <dionoea@videolan.org>
  1112. Date:   Sat May 12 14:57:12 2007 +0000
  1113.     * videoportals.c: Add title support for dailymotion videos.
  1114. commit 27f623d2e6b3b52d0bc7a7f1393ee118ddd52c4d
  1115. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1116. Date:   Sat May 12 14:53:06 2007 +0000
  1117.     FFMPEG, clean up a bit, add a few more FOURCC's and a few new formats.
  1118. commit 631b919df36035b605a7cbed79185a639062fb5b
  1119. Author: Antoine Cellerier <dionoea@videolan.org>
  1120. Date:   Sat May 12 14:23:37 2007 +0000
  1121.     * videoportals.c: Allow using fullscreen youtube URLs and retreive the video's title when possible (still youtube).
  1122. commit df305455abba86248a903592b947da93fd758607
  1123. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1124. Date:   Sat May 12 12:54:02 2007 +0000
  1125.     FFMPEG's  FOURCC: add NUV codec, Cinepak for fallback and add more fourcc for targa, vixl, divx, SP5x and a few more !
  1126. commit 4cc424eb2ff22eb5b1004418200f6e5306ee4c46
  1127. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1128. Date:   Sat May 12 00:15:58 2007 +0000
  1129.     Correct a mistake in previous commit.
  1130. commit 917d3bf46cf23d2e25be345bae164649c36d1ebe
  1131. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1132. Date:   Fri May 11 23:59:19 2007 +0000
  1133.     FFMPEG FOURCC: commit fix for older FFMPEG versions.
  1134. commit 77662281561a4c09117d01f2ae10704bd93e2cf9
  1135. Author: Antoine Cellerier <dionoea@videolan.org>
  1136. Date:   Fri May 11 23:54:47 2007 +0000
  1137.     Add videoportals stuff to NEWS.
  1138. commit 6fecc03531ceb53eaacd6e8ec161b746b8a6313e
  1139. Author: Antoine Cellerier <dionoea@videolan.org>
  1140. Date:   Fri May 11 23:52:50 2007 +0000
  1141.     videoportals.c: remove debug printf.
  1142. commit f4e910401bfd73c23eab995c09aa8501691d2a2a
  1143. Author: Antoine Cellerier <dionoea@videolan.org>
  1144. Date:   Fri May 11 23:51:02 2007 +0000
  1145.     videoportals.c: Add metacafe URL support.
  1146. commit 04eab2d9567bbb313e622881da269a6ad0026a54
  1147. Author: Antoine Cellerier <dionoea@videolan.org>
  1148. Date:   Fri May 11 23:33:58 2007 +0000
  1149.     videoportals.c: Add support for google video (this sometimes fails ... the gvp vile referencing an empty url).
  1150. commit 2dc29d7d9351e54d7261b8ed7d994a647402dc93
  1151. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1152. Date:   Fri May 11 23:25:40 2007 +0000
  1153.     Qt4 - small changes and factorisations in CONNECTs
  1154. commit 84dd91cea7003ec3a0809144055e76b8d08074d7
  1155. Author: Antoine Cellerier <dionoea@videolan.org>
  1156. Date:   Fri May 11 23:19:39 2007 +0000
  1157.     gvp.c: Fix Google Video Playlist detection code.
  1158. commit 88d7f4a3998ea615c4864cebb633f458f9968dff
  1159. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1160. Date:   Fri May 11 23:19:34 2007 +0000
  1161.     http Access: Simplify the re-location code.
  1162. commit 78cf351830dc47d4a46520d6128f2b874347f02d
  1163. Author: Christophe Mutricy <xtophe@videolan.org>
  1164. Date:   Fri May 11 23:17:14 2007 +0000
  1165.     Don't hide the name in the status bar. Oups.
  1166. commit 5d427733793d8364362792f80a1510da6defd954
  1167. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1168. Date:   Fri May 11 23:13:51 2007 +0000
  1169.     Put SGI decoder with the latest version of ffmpeg.
  1170. commit 6817842bcc24eecfc10d3753fb0e56efa3fe8fd4
  1171. Author: Antoine Cellerier <dionoea@videolan.org>
  1172. Date:   Fri May 11 23:08:19 2007 +0000
  1173.     videoportals.c: Add support for Daily Motion URLs (the webpage's url).
  1174. commit 7e0be9b2ac8a9327dfec8786a1ce73b3fa2bc53d
  1175. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1176. Date:   Fri May 11 22:46:50 2007 +0000
  1177.     Add some NEWS.
  1178. commit 0cc5efc8eae20bd2b9b1d1851dd2356d779821af
  1179. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1180. Date:   Fri May 11 22:31:09 2007 +0000
  1181.     Codecs FFMPEG. Add support for DosBox Capture, Worms (Game) Videos, TIFF, SGI ad targa iamges. Tested.
  1182. commit 404486f903fcae290dc34a34120ac925646e290e
  1183. Author: Antoine Cellerier <dionoea@videolan.org>
  1184. Date:   Fri May 11 22:27:33 2007 +0000
  1185.     demux/playlist/: New "video portals" playlist demux. You feed it a url from a popular video portal and it'll display the video. Currently only works with YouTube urls but I plan on adding more.
  1186. commit 4b9392bbfe312be0b1e1dd1a280ff4c48053c9d6
  1187. Author: Antoine Cellerier <dionoea@videolan.org>
  1188. Date:   Fri May 11 22:15:45 2007 +0000
  1189.     input.c: if available, use p_access->psz_path instead of psz_path when calling demux2_New since the access can change the path (ie http redirect).
  1190. commit 0e071fc073da23df27584aa0e61ffc96102c59dd
  1191. Author: Antoine Cellerier <dionoea@videolan.org>
  1192. Date:   Fri May 11 22:05:02 2007 +0000
  1193.     Fix segfault upon redirection (test url: http://www.youtube.com/v/zl6hNj1uOkY). (& blame pdherbemont!)
  1194. commit 93f6ddfc64b9ae2e966be178b641a95880786769
  1195. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1196. Date:   Fri May 11 21:58:10 2007 +0000
  1197.     FFMPEG: activate WMVA since it seems to work (tested with three different files)
  1198. commit 5c76eac0f172078c4775dc52bd3f71d37d461d80
  1199. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1200. Date:   Fri May 11 21:50:03 2007 +0000
  1201.     ffmpeg's FOURCC: add new FOURCCs to H264, add TM20, CSCD, JPEG_LS decoders.
  1202. commit d04ac2108772d75ddd66e4c7f3f0b4c250ef0750
  1203. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1204. Date:   Fri May 11 20:02:34 2007 +0000
  1205.     FFMPEG - More H.263 and H.263+ FOURCC (tested too, except ILVR)
  1206. commit 58afa67ff10853d11b4e1b345952b48a629243e1
  1207. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1208. Date:   Fri May 11 19:46:25 2007 +0000
  1209.     FFMPEG, MPEG-4 FOURCCs... I hope I did not forget too many of them :D
  1210. commit 9375a0d8d125a644a5c2dcff25f00a254f89ef8e
  1211. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1212. Date:   Fri May 11 19:19:11 2007 +0000
  1213.     Mac OS X gui: Make sure maximized window respect Mac OS X Dock area. (Fix #1190)
  1214. commit 2b602203534044513b7ba707b326c84a4e2e227d
  1215. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1216. Date:   Fri May 11 19:19:11 2007 +0000
  1217.     Ffmpeg FOURCC: Mjpeg (notably support for AVID MJPEG)
  1218. commit 07ff3bd710cd4599e91705fd061e9d4ba2507d60
  1219. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1220. Date:   Fri May 11 18:19:43 2007 +0000
  1221.     Add a few other bunch of FOURCCs (not all tested). Documentation from avformat/riff.c avformat/isom.c, fourcc.org, http://abcavi.kibi.ru/fourcc.php and multimedia.cx. If this is stupid, revert and tell me.
  1222. commit fee55b8851df2a0df0fa5eaa93c2988935ab0fba
  1223. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1224. Date:   Fri May 11 09:11:36 2007 +0000
  1225.     Mac OS X gui: Make sure we don't see a ghost window in expose.
  1226. commit 476a2664dab32315f71649d517ad61e7a748b62f
  1227. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1228. Date:   Fri May 11 00:18:38 2007 +0000
  1229.     Add a bunch of not so used FOURCC to ffmpeg.c. Should I add them somewhere else too ?
  1230. commit 7edb96d25dd3fefc31822ee10f6bef5935aefe18
  1231. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1232. Date:   Thu May 10 23:25:17 2007 +0000
  1233.     Qt4 - Open Network Dialog: add https to the list and checks.
  1234. commit 32d031841ffc1a9885c0a67852de4d525212bdc8
  1235. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1236. Date:   Thu May 10 23:14:05 2007 +0000
  1237.     Qt4 - Open Disc Dialog: add a "E" for VCD entry as there is on wx. Is this right ?
  1238. commit 7b4315f4183fbe01ec5b84bd3409ad957a903fad
  1239. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1240. Date:   Thu May 10 23:10:55 2007 +0000
  1241.     Qt4 - Open Disc Dialog, finish the disc/track-sub/audio handling. Hide, rename, show correctly the buttons. Some other ui fixes.
  1242. commit ba517150af25290eae81667673771fe181388b9d
  1243. Author: Christophe Mutricy <xtophe@videolan.org>
  1244. Date:   Thu May 10 22:52:19 2007 +0000
  1245.     qt4: Make the name in the title an option
  1246. commit 9ea10544817eebc69df738b7206ee8d6992c1bc6
  1247. Author: Christophe Mutricy <xtophe@videolan.org>
  1248. Date:   Thu May 10 19:53:46 2007 +0000
  1249.     Default more cleanly on moc and uic
  1250. commit a0bc0a695270a70db5f8981b2c14b9f9ceae1ecf
  1251. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1252. Date:   Thu May 10 18:00:12 2007 +0000
  1253.     Qt4 Detection: Use uic-qt4 and moc-qt4 if disponible. Will help ppl that have qt3 and qt4 installed to build VLC.
  1254. commit f0dc54ba5d8a5219692b5fac17fe26a4eb11eadd
  1255. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1256. Date:   Thu May 10 12:24:23 2007 +0000
  1257.     Mac OS X gui: Fix a crash when waking up from sleep.
  1258. commit 02c82b36dc009c3cb2c09058ae73c40d4a1485a0
  1259. Author: Christophe Mutricy <xtophe@videolan.org>
  1260. Date:   Wed May 9 22:49:10 2007 +0000
  1261.     Fix crash in MKV demuxer. Patch courtesy of Harry Sintonen. Fix #1006
  1262. commit a6916de10111532d61ecee3a23dff3579e263292
  1263. Author: Christophe Mutricy <xtophe@videolan.org>
  1264. Date:   Wed May 9 22:10:25 2007 +0000
  1265.     Slovenian l10n by MAteh Urbancic
  1266. commit bdf0ff328e00e476247d4984a93a8f91c2d59018
  1267. Author: Christophe Mutricy <xtophe@videolan.org>
  1268. Date:   Wed May 9 22:10:21 2007 +0000
  1269.     Update the pot file
  1270. commit 0f2050042304223fc2374e381599c8e9947b6891
  1271. Author: Antoine Cellerier <dionoea@videolan.org>
  1272. Date:   Wed May 9 20:20:52 2007 +0000
  1273.     * rss.c: Test fix for a bug i can't reproduce (most likely due to a missing 0 at the end of string). See http://forum.videolan.org/viewtopic.php?p=112026#112026 for details.
  1274. commit 3ed4adba10fdcd666e4bc75ceb4202672a5fd14d
  1275. Author: Ken Self <kenself@videolan.org>
  1276. Date:   Wed May 9 19:43:05 2007 +0000
  1277.     Fix choppy audio on live play - caching enabled properly
  1278.     Discard samples before demux is ready
  1279.     Timeout if no samples received
  1280.     Header file tidy up
  1281. commit f9c2070c907bfabd9498090774075de8a2b739ea
  1282. Author: Ken Self <kenself@videolan.org>
  1283. Date:   Wed May 9 19:40:09 2007 +0000
  1284.     Header file tidy-up - get guids from libstrmiids
  1285. commit e3b4a2c7fad771e31d33650ca887ee907fb9e780
  1286. Author: Rémi Denis-Courmont <rem@videolan.org>
  1287. Date:   Wed May 9 18:48:21 2007 +0000
  1288.     HW Pixel Doubling and Backlight-on for Maemo devices
  1289.     Patch courtesy of Tapio Hiltunen, Technical Research Center of Finland
  1290. commit b4c9724a3f5a74a734afb717aab8040407603b2e
  1291. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1292. Date:   Wed May 9 17:33:21 2007 +0000
  1293.     * removed some dead code and corrected some minor stuff from the previous commits. Thanks for the fixes, Pierre!
  1294. commit b216a62378516032d127c5a0e1da8703c2b69732
  1295. Author: Damien Fouilleul <damienf@videolan.org>
  1296. Date:   Wed May 9 16:11:33 2007 +0000
  1297.     - Qt4: remember last directory browsed in file dialog
  1298. commit d4c99c425954a7a79f6fdc233f9fea5d0dab92ad
  1299. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1300. Date:   Tue May 8 18:50:40 2007 +0000
  1301.     Mac OS X gui: Fix tabs.
  1302. commit 85c5cbfddbb0147c1c311440a0edbca08b9b4414
  1303. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1304. Date:   Tue May 8 18:44:31 2007 +0000
  1305.     Mac OS X gui: Fix tabs.
  1306. commit e557d8c0d9fdc3ceb2992a84cd0e875c4ba388e3
  1307. Author: Antoine Cellerier <dionoea@videolan.org>
  1308. Date:   Tue May 8 18:20:28 2007 +0000
  1309.     Add a hotkey to toggle wallpaper mode. Currently only works for directx of course :)
  1310. commit 6d032d9e5b01c12d4edc5e2e241e17117973f7c3
  1311. Author: Antoine Cellerier <dionoea@videolan.org>
  1312. Date:   Tue May 8 18:03:16 2007 +0000
  1313.     Tab and trailing space police.
  1314. commit f4833f08645b971257a7b9f8b239959ff4cf7ad7
  1315. Author: Damien Fouilleul <damienf@videolan.org>
  1316. Date:   Tue May 8 15:39:36 2007 +0000
  1317.     - directx: commit patch by Sergey Volk
  1318. commit 9c609bd9fcaf0820c323a856dab692e2639125f1
  1319. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1320. Date:   Tue May 8 13:51:35 2007 +0000
  1321.     Mac OS X gui: Fix logo appearance.
  1322. commit b479244a91f8b462be0984a13f63647dcf926135
  1323. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1324. Date:   Tue May 8 13:35:38 2007 +0000
  1325.     Mac OS X gui: Protect against NULL string, and fix filter window crash.
  1326. commit 39e14fc7656f3f4495f14b44dcb10c23ed557364
  1327. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1328. Date:   Tue May 8 11:25:39 2007 +0000
  1329.     Mac OS X gui: Send mouse wheel left/right event to vlc. This is a bit hackish and need some tuning.
  1330. commit fc4af29c6ecff6c02bbddc8f4b4d327d0df1c290
  1331. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1332. Date:   Tue May 8 11:23:47 2007 +0000
  1333.     Hotkeys: Enable mouse wheel up/down and left/right usage. (mapped respectivly to volume up/down, and position forward/backward). This commit needs review.
  1334. commit 62f24677c121cd47565c77b0178edbf20b507cf7
  1335. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  1336. Date:   Mon May 7 13:28:49 2007 +0000
  1337.     python bindings: use mediacontrol_StreamInformation__free + fix
  1338.     memleak in MediaControl_snapshot
  1339. commit a5623bf38f145b4f0fcacf56b2de90dccef5aa59
  1340. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  1341. Date:   Mon May 7 13:22:03 2007 +0000
  1342.     mediacontrol API: implement mediacontrol_StreamInformation__free in the public API.
  1343. commit 299c9ec6e82fb299bedad33690ab18e443a7a515
  1344. Author: Antoine Cellerier <dionoea@videolan.org>
  1345. Date:   Fri May 4 21:49:09 2007 +0000
  1346.     Add news about proxy support for MMSH streams (please add these kind of news when you commit the features!)
  1347. commit 2149506c942876bb56cadc9448c64b2c558b6bd5
  1348. Author: Antoine Cellerier <dionoea@videolan.org>
  1349. Date:   Fri May 4 21:48:04 2007 +0000
  1350.     * mmsh.c: Try using the http-proxy config option if mmsh-proxy wasn't set (Untested).
  1351. commit d849f0bc4be00adb17f707751dbe9b27158e09c6
  1352. Author: Antoine Cellerier <dionoea@videolan.org>
  1353. Date:   Fri May 4 21:40:05 2007 +0000
  1354.     "[PATCH] add play <url> ability to vlm" by Ilkka Ollakka
  1355. commit 39df335044bacc905f61b48ddfa7a5edca3c0d14
  1356. Author: Antoine Cellerier <dionoea@videolan.org>
  1357. Date:   Fri May 4 21:35:50 2007 +0000
  1358.     "[PATCH] show input index-number in vlm show" by Ilkka Ollakka
  1359. commit 970109d8ce8bb2027510168cd39c01610b2f42bd
  1360. Author: Damien Fouilleul <damienf@videolan.org>
  1361. Date:   Fri May 4 20:05:20 2007 +0000
  1362.     - wxwidgets: slider tweaks completed, needs testing
  1363. commit 263c385cdbdb7b8ddaa7e4b07634252a142c1ada
  1364. Author: Christophe Mutricy <xtophe@videolan.org>
  1365. Date:   Fri May 4 19:21:48 2007 +0000
  1366.     Persian localisation by Meelad Zakaria and Farzaneh Sarafraz
  1367. commit 78725911f3e804da241e95e86c4fe54ccf1613db
  1368. Author: Damien Fouilleul <damienf@videolan.org>
  1369. Date:   Fri May 4 17:57:30 2007 +0000
  1370.     - wxwidgets: for win32, patch movie wxSlider underlying control behaviour so that jumps are replaced by abosolute seeks, need a few more tweaks
  1371. commit 53aab25130560e9c218a85400a10c340f02ae086
  1372. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1373. Date:   Fri May 4 13:29:15 2007 +0000
  1374.     Mac OS X gui: Quick Preferences fix.
  1375. commit 2cc6ce41ba3de14cede75cf6503e071ac9138d27
  1376. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1377. Date:   Fri May 4 07:20:21 2007 +0000
  1378.     * don't use emacs when compiling gettext on non-win32 platforms. This fixes the compilation on future darwin releases.
  1379. commit cd669541605016f517b01899d0c02e4bc4dada06
  1380. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1381. Date:   Fri May 4 00:04:11 2007 +0000
  1382.     qt4 - Systray: - Repair the hide-and-never-show-back bug,
  1383.                    - Repair the quit-VLC-but-let-the-menu W32 bug,
  1384.                    - add an option to start VLC minimized.
  1385. commit 12dcce3f4c95bc1db8cdfda241ff6a38ac92c7b0
  1386. Author: Gildas Bazin <gbazin@videolan.org>
  1387. Date:   Thu May 3 20:42:54 2007 +0000
  1388.     * src/input/stream.c: fix input-list code.
  1389. commit 8d3912c26d9eecbf3d74020d28a0c11a0ba5dc22
  1390. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  1391. Date:   Thu May 3 20:03:09 2007 +0000
  1392.     python bindings: use new mediacontrol_exception_create function
  1393. commit a79c62a4d1fe8d5c64e89f4d81016c186fd6bae2
  1394. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  1395. Date:   Thu May 3 20:02:34 2007 +0000
  1396.     mediacontrol API: split old mediacontrol_exception_init behaviour into mediacontrol_exception_create/mediacontrol_exception_init
  1397. commit a58e289ab4387ef75c5167e9d4e9899408b8e380
  1398. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1399. Date:   Thu May 3 19:52:45 2007 +0000
  1400.     Change prefer-system-codecs category (put it in codecs, not input/codec)
  1401. commit c5172423e32537de643af4aa5eb197c84dcb4415
  1402. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1403. Date:   Thu May 3 19:31:13 2007 +0000
  1404.     Qt4 - GOto TIme dialog. Adjustement in size.
  1405. commit 22101ad94d92fd9af16fae4fbe3a931cdb7cb790
  1406. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1407. Date:   Thu May 3 19:18:39 2007 +0000
  1408.     qt4 - Open dialog. Smaller Width;
  1409. commit b49c155e1c5bd410b9d2038e50829b1efaf39b65
  1410. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  1411. Date:   Thu May 3 17:44:07 2007 +0000
  1412.     src/control/mediacontrol_util.c: revert rev. 19899, and document the
  1413.     mediacontrol_exception_init function.
  1414. commit 72d1dd3624f6dc513ac46eb5650329863a899d13
  1415. Author: Dennis van Amerongen <trax@videolan.org>
  1416. Date:   Thu May 3 16:53:14 2007 +0000
  1417.     * modules/codec/x264.c: Add mvrange-thread, non-deterministic and pre-scenecut options.
  1418. commit 03c122fbca9b289db080f9038260d9f8196c16b5
  1419. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1420. Date:   Wed May 2 23:30:54 2007 +0000
  1421.     Qt4 - Open Disc: handle dvdsimple
  1422. commit f1302d9cf17de17eb3ef764002f5d11feb2df548
  1423. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1424. Date:   Wed May 2 23:11:26 2007 +0000
  1425.     Cosmetic and brackets.
  1426. commit bf9e29155307bc61886a94d7dbddb369dcb15617
  1427. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1428. Date:   Wed May 2 23:04:07 2007 +0000
  1429.     Add a "(" to fix previous commit.
  1430. commit 741d02eeeb68be96e02b69f6c548202b679af678
  1431. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1432. Date:   Wed May 2 22:59:49 2007 +0000
  1433.     Should add atrac3 support in rm files. Patch by Benjamin Larsson (real.c) and me (ffmpeg.c)
  1434. commit 4c2466aaa09ba233fc13a79f617e342e8f19e553
  1435. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1436. Date:   Wed May 2 22:57:51 2007 +0000
  1437.     qt4 - Systray Menu - Add hide/show handling, open dialog, help menu, and some click handling.
  1438. commit 1f180231cd900401ddc07df6e286ee8892ff588a
  1439. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1440. Date:   Wed May 2 22:55:45 2007 +0000
  1441.     Qt4 - Preferences. Add an apply button and warnings to force saving
  1442.     and rebuilding when switching details depth.
  1443. commit 137e021bbcc32b64d66d2d6aa05945129e76bd4e
  1444. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1445. Date:   Wed May 2 21:19:35 2007 +0000
  1446.     qt4 - Simple Preferences: add the overlay option to the video preferences panel.
  1447. commit f81fd5bb87db1bbb8275d015d6687aa983d201ce
  1448. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1449. Date:   Wed May 2 21:10:08 2007 +0000
  1450.     Qt4 - Add various tooltips: Open (1)
  1451. commit 84fcf61bb8a99d9d639e1c08e97ae57b56ee82b9
  1452. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1453. Date:   Wed May 2 20:33:24 2007 +0000
  1454.     Qt4 - Text correction.
  1455. commit 2b60288a8db042caf7d6499aff78f1ffbdf2876c
  1456. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1457. Date:   Wed May 2 19:58:03 2007 +0000
  1458.     Qt4 - Systray Icon and menu to control VLC. Play/Pause Stop Previous Next Quit for now. Ref #294
  1459. commit fda713ec5e49f85f037ce655041fe22841186126
  1460. Author: Damien Fouilleul <damienf@videolan.org>
  1461. Date:   Wed May 2 17:30:25 2007 +0000
  1462.     - direct3d: fix for cropping, closes #1185
  1463. commit 3ce51320ea315d088049a672bc9fe8b308b3a4fa
  1464. Author: Rémi Denis-Courmont <rem@videolan.org>
  1465. Date:   Tue May 1 17:18:46 2007 +0000
  1466.     Provide va_list variant to MakeSDPMedia
  1467. commit 60db87243c9426e59557d0f0f2e30276cc2f9c94
  1468. Author: Rémi Denis-Courmont <rem@videolan.org>
  1469. Date:   Tue May 1 17:14:14 2007 +0000
  1470.     Add helper for SDP media description formatting
  1471. commit 7681a9b5d1df0cbcaa5914cc33bb40fee8276a36
  1472. Author: Rémi Denis-Courmont <rem@videolan.org>
  1473. Date:   Tue May 1 15:46:13 2007 +0000
  1474.     Fix some memleaks
  1475. commit fd2c85f56b67d2ad436d67ada15ed0e8d4073578
  1476. Author: Antoine Cellerier <dionoea@videolan.org>
  1477. Date:   Tue May 1 14:24:16 2007 +0000
  1478.     fake.c: allow changing the fake-file-reload option at runtime (untested).
  1479. commit cbc9069af619cb0e57ca00fa1ab808a8e3d563ac
  1480. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1481. Date:   Tue May 1 11:08:40 2007 +0000
  1482.     Apply the same probes as is done in Open when checking other mkvs in
  1483.     the same dir in order to weed out invalid files before calling
  1484.     libmatroska. Fixes #1158 and a memleak in that area
  1485. commit 7a710cb63a79ccbd9d8e08ca2c2cdf441b723ffc
  1486. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1487. Date:   Tue May 1 10:10:34 2007 +0000
  1488.     hotkeys.c: Don't continue looking once the action for your key is
  1489.     found. Should save a few precious cycles
  1490. commit e2f005e553336fd66d7d7d23904cd868bb795def
  1491. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1492. Date:   Tue May 1 09:58:59 2007 +0000
  1493.     hotkeys.c: Print a warning and do nothing when something issues a 0
  1494.     keyevent, rather than execute the last unassigned key action. Fixes an
  1495.     issue that causes the playback to be unintenionally paused whenever a
  1496.     modifier is pressed and the qt4 interface has focus (key-pause is not
  1497.     assigned by default)
  1498. commit e1b1fc71d5583ff58739d83c96dc15cd52859463
  1499. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1500. Date:   Mon Apr 30 19:49:26 2007 +0000
  1501.     Qt4 - Menus. Add the missing dialogs calls. If someone wants to write VLM and Bookmarks dialogs...
  1502. commit 6cfabf4ab135351fe840c0ffeff4a568792995c0
  1503. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1504. Date:   Mon Apr 30 19:12:15 2007 +0000
  1505.     Qt4 - Main Windows: Rename the interface to $MEDIANAME - VLC media player.
  1506. commit 580493428a56359722291aab55a47cd51bebe89a
  1507. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1508. Date:   Mon Apr 30 18:09:34 2007 +0000
  1509.     Qt4 - Preferences: Add an option and the code needed to start with the advanced preferences. 1337 function.
  1510. commit cd0a847ef1b9e916d2bd5d49c0521896546a2a1a
  1511. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1512. Date:   Mon Apr 30 17:42:21 2007 +0000
  1513.     Qt4 - Simple Prefs: add a Prefer System Codecs checkBox in Simple Preferences Panel under Windows.
  1514. commit f567b195a4322e6a7b66674f0bb6eec70af03dbc
  1515. Author: Rémi Denis-Courmont <rem@videolan.org>
  1516. Date:   Mon Apr 30 15:04:47 2007 +0000
  1517.     Handle errors without crashing
  1518. commit 92a4720a62666e8bfdcc565e802c6fdaf0e70980
  1519. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1520. Date:   Mon Apr 30 00:50:19 2007 +0000
  1521.     Qt4 - Indentation fix on previous commit.
  1522. commit c2fe37f6cbee14f9eff1d3e8ee03d034850c35a5
  1523. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1524. Date:   Mon Apr 30 00:44:18 2007 +0000
  1525.     Qt4 - Preferences. Introduction of a checkBoxListItem struct to handle (key, value for CheckBoxes) in order to implement completely ModuleList autogeneration. Modify the functions needed to generate the correct String Configuration. Complete Preferences should be functionnal now.
  1526. commit c40effe24836a594e519d445ac77c64ce1ebb32f
  1527. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1528. Date:   Sun Apr 29 22:52:08 2007 +0000
  1529.     Qt4 - Very slight change of behaviour.
  1530. commit 3ede77e483e385fadd70b36906f6cb58199a7cd6
  1531. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1532. Date:   Sun Apr 29 22:47:36 2007 +0000
  1533.     Qt4 - Preferences. Implement the onUpdate for ModuleList.
  1534. commit bee4d4172184d3d88806ada3886ecac5a15a3491
  1535. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1536. Date:   Sun Apr 29 21:50:34 2007 +0000
  1537.     Qt4 - Simple Prefs: little adjustements.
  1538. commit 1759042ffe3eaa206cf4e4a01863788d75a85560
  1539. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1540. Date:   Sun Apr 29 21:21:55 2007 +0000
  1541.     Qt4 - File forgotten in previous commit.
  1542. commit ea3f97f192a4451cff84af0807cc2f5612c5b271
  1543. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1544. Date:   Sun Apr 29 21:16:16 2007 +0000
  1545.     Qt4 - Simple Prefs. Small modifications on style.
  1546. commit 6bc91febc84c01b39879d7d6420232ce21782355
  1547. Author: Damien Fouilleul <damienf@videolan.org>
  1548. Date:   Sun Apr 29 17:44:44 2007 +0000
  1549.     - live555: toggle TCP use when we receive a '461 Unsupported Transport' during SETUP request
  1550. commit ab9ec249f2d141cec265795675db9804cddf8232
  1551. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1552. Date:   Sun Apr 29 11:37:17 2007 +0000
  1553.     Wx - Increase the time display. Close #1116. Does not happen in Qt4.
  1554. commit a5a265ad837cfcff4f231f1cf2c7d692577f75af
  1555. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1556. Date:   Sun Apr 29 09:22:04 2007 +0000
  1557.     Numerous compile fixes.
  1558. commit 1e9bb01789991135c548aff9deae9db9c2f3b63c
  1559. Author: Damien Fouilleul <damienf@videolan.org>
  1560. Date:   Sat Apr 28 17:49:39 2007 +0000
  1561.     - asx.c: added support for STARTTIME and DURATION tags, some cleanups. Unfortunately, i've noted that live555 RTSP user agent is having trouble with MS RTSP server, so these tags may never be of any use.
  1562. commit 318f2b463ae7d438b2594437ed8ec6af33ffff6e
  1563. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1564. Date:   Sat Apr 28 17:48:56 2007 +0000
  1565.     qt4 - language is win32 only.
  1566. commit b593c2c4170ba63f2ee21a7a8414081a45235cc2
  1567. Author: Rémi Denis-Courmont <rem@videolan.org>
  1568. Date:   Sat Apr 28 17:40:51 2007 +0000
  1569.     Bandwidth limit access filter
  1570. commit ffe6a9a6d6fb65848ef5db445a7e67a267b6efeb
  1571. Author: Rémi Denis-Courmont <rem@videolan.org>
  1572. Date:   Sat Apr 28 17:21:09 2007 +0000
  1573.     svn:ignore
  1574. commit 2c683ec85fc163ecf3ff2337524d4362dcee1ae5
  1575. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1576. Date:   Sat Apr 28 15:39:42 2007 +0000
  1577.     Qt4 - Preferences Size.
  1578. commit 0e0128d79a3fd3bdd99be601529e56217ff87fc5
  1579. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1580. Date:   Sat Apr 28 15:28:39 2007 +0000
  1581.     Qt4 - Preferences: Let the titles be consistent between simple and advanced prefrences.
  1582. commit 48cc5bef59a44e2239c8828993ca36fad234db0d
  1583. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1584. Date:   Sat Apr 28 15:11:17 2007 +0000
  1585.     Qt4 - Preferences: Fix the help text behaviour from modules. Known also as the very-too-wide-resizing-and-very-too-big-letters.
  1586. commit 308924a18ba51c8d8d319eabd2de817c693a9dca
  1587. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1588. Date:   Sat Apr 28 14:03:36 2007 +0000
  1589.     Update patches to latest live tarball.
  1590. commit b760414f990b915e2c0e53eaee60206bc61eb0b8
  1591. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1592. Date:   Sat Apr 28 12:24:48 2007 +0000
  1593.     contrib: Attempt to fix live555 patches.
  1594. commit b277fbfb1deab1ee73f16aea805bb9115309863b
  1595. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1596. Date:   Sat Apr 28 02:22:43 2007 +0000
  1597.     qt4 - menu: indentation correction.
  1598. commit d8e3954968a94386cf58f057f344d8c7162e5d16
  1599. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1600. Date:   Sat Apr 28 02:16:08 2007 +0000
  1601.     Qt4 - Popup Menu: Add open and help. Correct the tool menu behaviour. Other small fix.
  1602. commit 3a9d24fa70c1c4d7adbe3a202a53818e239d4fde
  1603. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1604. Date:   Sat Apr 28 01:36:15 2007 +0000
  1605.     Qt4 - Menus modifications and additions. ( hide & playlist mainly )
  1606. commit de4f8d2c2279820a540926d9f153cc6f76739b0e
  1607. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1608. Date:   Sat Apr 28 00:31:54 2007 +0000
  1609.     qt4 - Copyright, CRs and unwanted commits.
  1610. commit 712f983f22d2880e2fe8f1af101d8b314b87c26b
  1611. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1612. Date:   Sat Apr 28 00:26:29 2007 +0000
  1613.     Qt4 - Copyright update and CRs
  1614. commit 45264e5f06bd52506b2effda0d45f2b295410838
  1615. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1616. Date:   Sat Apr 28 00:16:35 2007 +0000
  1617.     Qt4 - Open Dialog and related. Change on the actions to stream out. Lots of corrections. Add a few new menu entries. Check some sizes.
  1618. commit 603b805d87c69c2aea85edd5986a72c769ccb602
  1619. Author: Antoine Cellerier <dionoea@videolan.org>
  1620. Date:   Fri Apr 27 21:21:39 2007 +0000
  1621.     Fix a bug.
  1622. commit ba96f5e2450d95efe46a878fbe94846dc7c99249
  1623. Author: Christophe Mutricy <xtophe@videolan.org>
  1624. Date:   Fri Apr 27 19:46:50 2007 +0000
  1625.     Fix memory corruption in wx locales handling on UTF8 system with iconv
  1626. commit 21b9dcdce7cdd7aef306f42e4936096eef7233cc
  1627. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1628. Date:   Fri Apr 27 17:36:10 2007 +0000
  1629.     qt4 - extended dialog is a QtTool dialog.
  1630. commit f1fac53ed11e9fb044d22a189947c74408825e21
  1631. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  1632. Date:   Fri Apr 27 14:25:08 2007 +0000
  1633.     bindings/python/Makefile.am: move COMPILERARG initialization in the all: target to make sure that it is defined at the right place
  1634. commit 59bc3cca8f7f3c0e2f031e6322a1b41af05d788c
  1635. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1636. Date:   Thu Apr 26 22:41:52 2007 +0000
  1637.     qt4 - Size and translations.
  1638. commit b1d9857cfcec04ad618bd13ca871b5d8a63193fa
  1639. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1640. Date:   Thu Apr 26 22:37:58 2007 +0000
  1641.     Qt4 - Complete preferences. Make ModuleList Clearer than it is now... Align SpinBox correctly. Make directory and file use 2 column instead of three.
  1642. commit 4c9fbd0a83ab2cab76549fc2f6501694b9e4299d
  1643. Author: Damien Fouilleul <damienf@videolan.org>
  1644. Date:   Thu Apr 26 21:45:13 2007 +0000
  1645.     - directx: backport leftovers from vlc-0.8.6-bugix
  1646. commit 2f20faa37eb4236a9c39eff8f48a1a76a12705cc
  1647. Author: Rémi Denis-Courmont <rem@videolan.org>
  1648. Date:   Thu Apr 26 19:53:53 2007 +0000
  1649.     grammar
  1650. commit e3204e44686cfccc0b633b2a76914e6536ceb5c4
  1651. Author: Antoine Cellerier <dionoea@videolan.org>
  1652. Date:   Thu Apr 26 19:33:33 2007 +0000
  1653.      * [PATCH] Memory hole fix by Bernie Purcell
  1654. commit ba04cf95350e1df24042d998d068d778e8e3dda1
  1655. Author: Damien Fouilleul <damienf@videolan.org>
  1656. Date:   Thu Apr 26 16:03:55 2007 +0000
  1657.     fixed memleak pointed out by xtophe in previous commit
  1658. commit 6bb37546483d236848dbe3dd11a601409e158e85
  1659. Author: Damien Fouilleul <damienf@videolan.org>
  1660. Date:   Thu Apr 26 15:51:03 2007 +0000
  1661.     - configuration: added "--prefer-system-codecs" option to force VLC to use codecs installed on system whwn a choice is available (currently only works on win32)
  1662. commit 770c80230588fe07a87afd7c40dc72dfdb8561d5
  1663. Author: Damien Fouilleul <damienf@videolan.org>
  1664. Date:   Thu Apr 26 11:25:07 2007 +0000
  1665.     - directx: avoid mixing GDI and Direct3D/OpenGL/DirectX (non-overlay) in video window, should help Vista compatibility
  1666. commit 8f3ee35280041bebff73d6dc3040028485ffa5f5
  1667. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1668. Date:   Thu Apr 26 10:03:51 2007 +0000
  1669.     Specifying --fake-file-reload 5 reloads the image file every 5 seconds. This will change the background image in a mosaic solution. The usage scenario is for instance a webcam that uploads an images every x seconds to the same file location.
  1670. commit 88f28f6302e29415432eb12a576b8ecfa85ff2e0
  1671. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1672. Date:   Thu Apr 26 09:59:58 2007 +0000
  1673.     remove trailing whitespace
  1674. commit 4866d8c169eac35bf78100cfb4848d93b407f7c3
  1675. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1676. Date:   Thu Apr 26 06:48:12 2007 +0000
  1677.     Small codingstyle cleanup
  1678. commit 91b593071ea5b61c5982021354680c49226f099f
  1679. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1680. Date:   Thu Apr 26 06:44:28 2007 +0000
  1681.     Remove emptylines and whitespace
  1682. commit ce2f6ea1a03d4228acc59ee3b4522a620c447804
  1683. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1684. Date:   Wed Apr 25 23:27:55 2007 +0000
  1685.     qt4 - Cleaning.
  1686. commit 0ee2d146d8bfec587c0cb2907bf7cca9d706d5d4
  1687. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1688. Date:   Wed Apr 25 23:26:45 2007 +0000
  1689.     Qt4 - Try to use a Tool Dialog for the GotoTime dialog.
  1690. commit 9be6878a6d1b57f1ca10896e5905cf409a4b5d5f
  1691. Author: Damien Fouilleul <damienf@videolan.org>
  1692. Date:   Wed Apr 25 22:51:10 2007 +0000
  1693.      - Qt4: fix popup menu
  1694. commit 31439d7a63b9405d551c527fda2ba330ee31c5bd
  1695. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1696. Date:   Wed Apr 25 22:00:27 2007 +0000
  1697.     Jack patch by Jon Griffiths, fix crashes, improve debuging and use regexps.
  1698. commit 9397093e7f39aef9537ca56ce34aab20cba01b02
  1699. Author: Christophe Mutricy <xtophe@videolan.org>
  1700. Date:   Wed Apr 25 20:01:18 2007 +0000
  1701.     Detect also .exe when looking for programs under win
  1702. commit 7a5e8f42372a807174541aec9a1e3263730e8996
  1703. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1704. Date:   Wed Apr 25 19:55:51 2007 +0000
  1705.     Mac OS X gui: Make sure the fullscreen window will stay on top (should fix a blinking issue when leaving fullscreen).
  1706. commit 348f0ffb5cfa9c4eb38bd011f007cc44b7c38ea6
  1707. Author: Antoine Cellerier <dionoea@videolan.org>
  1708. Date:   Wed Apr 25 19:37:47 2007 +0000
  1709.     motiondetect.c: Oops commit.
  1710. commit a90c35233438b461d095a693368c517636526857
  1711. Author: Antoine Cellerier <dionoea@videolan.org>
  1712. Date:   Wed Apr 25 19:20:43 2007 +0000
  1713.     * motiondetect.c: remove useless include.
  1714.     * puzzle.c: compile warning fix.
  1715. commit ad0117b6be6bb0b5256748eb54efa7f6f3ab79f4
  1716. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1717. Date:   Wed Apr 25 19:15:39 2007 +0000
  1718.     Patch from Paul Corke for rawdv to advance the timestamp when it is about to fall behind because the hardware sometimes skips a frame on a live feed. Renamed - -rawdv-realtime to --rawdv-hurry-up because its working is similar to --sout-transcode-hurry-up. Also fixed a potential memory leak.
  1719. commit eaf3e693968f6d9aaea7cf2c38ed02712753f704
  1720. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1721. Date:   Wed Apr 25 18:12:57 2007 +0000
  1722.     Qt4 - Dialog size. Hope to fix windows bug.
  1723. commit 89a7f21f0b3af8281b214b2b16accec0858e82c7
  1724. Author: Damien Fouilleul <damienf@videolan.org>
  1725. Date:   Wed Apr 25 16:26:19 2007 +0000
  1726.     - directx: optimize WM_PAINT event handling
  1727. commit b939d6570f6024fd65b527ae1f4e73012c6b1ce9
  1728. Author: Rafaël Carré <funman@videolan.org>
  1729. Date:   Wed Apr 25 12:38:10 2007 +0000
  1730.     Doesn't shutdown hal connection if initialisation failed.
  1731.     (That usually happens when system D-Bus daemon is not running)
  1732. commit 1b39631e48751cfcf99d9571fbb80ab6eb04ed7f
  1733. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1734. Date:   Tue Apr 24 22:02:10 2007 +0000
  1735.     Qt4 - Open. Make files in a better way to stop whiners (2)
  1736. commit 9d968beeccceffd5856fb3d5b28999cc209b4a07
  1737. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1738. Date:   Tue Apr 24 21:42:29 2007 +0000
  1739.     Quartz (Mac OS X) subtitle renderer by Bernie Purcell. (Part 2)
  1740. commit e0d9a006d6245a1cb3220757050ba9240e059b9a
  1741. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1742. Date:   Tue Apr 24 21:33:57 2007 +0000
  1743.     Contrib and qt4 exe for whiners
  1744. commit 53e97358a26429bf3fed47b2d8e8ae66682e089d
  1745. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1746. Date:   Tue Apr 24 19:59:59 2007 +0000
  1747.     Quartz (Mac OS X) subtitle renderer by Bernie Purcell.
  1748. commit c6c552ec06eff866726cb66f4181dec8bda674f1
  1749. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  1750. Date:   Tue Apr 24 14:02:40 2007 +0000
  1751.     bindings/python/Makefile.am: remove wrong whitespace around = sign
  1752. commit d08ba16893629f32dcac2315f4d37b6c31e5199a
  1753. Author: Antoine Cellerier <dionoea@videolan.org>
  1754. Date:   Mon Apr 23 21:41:25 2007 +0000
  1755.     Yet another optimisation for the gaussian filter. This adds a compile
  1756.     time option to use floats instead of integers. Performance comparison
  1757.     is:
  1758.     (performance is in numbers of samples output by oprofile. Less is better)
  1759.     
  1760.     sigma   old version (integers)       integers       floats
  1761.      2.0    556889                    466435 (-17%)  481293 (-13%)
  1762.      4.0    902749 (core maxed out)   732755 (-19%)  716070 (-21%)
  1763.     
  1764.     I'll have to check why relative performance gain depends on sigma when
  1765.     comparing the the float and integer versions.
  1766.     
  1767.     I'll aslo add another module (most likely named fastgaussianblur.c)
  1768.     based on Frederick M. Waltz and John W. V. Miller's "An efficient
  1769.     algorithm for Gaussian blur using finite-state machines" article. This
  1770.     seems to be way faster (but it's doesn't allow as much granularity in
  1771.     the gaussian's choice and it adds an error compared to this module).
  1772. commit 3a72b28ff377df3db201c0ecc46b6784fcc6e4bf
  1773. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1774. Date:   Mon Apr 23 20:24:30 2007 +0000
  1775.     Repair live patch.
  1776.     The arm.config error that occurs is just that someone commited a dos file...
  1777.     dos2unix could fix it. but it is not on Apples....
  1778. commit feff2e480b92274709c139aecc8950b2113aa713
  1779. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1780. Date:   Mon Apr 23 18:43:55 2007 +0000
  1781.     GNutls ++
  1782. commit 419b8d92ea25df77ec2634f120c40b13c85025f4
  1783. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1784. Date:   Mon Apr 23 18:34:35 2007 +0000
  1785.     libxml2 2.6.28
  1786. commit 458e5f108984c4579c5e22651d3658566addfb7d
  1787. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1788. Date:   Mon Apr 23 17:15:49 2007 +0000
  1789.     Contribs. Include qt4/bin/*.exe for the windows users.
  1790. commit 0c2888cc45bbb73f286eb8903b2657060c7e515e
  1791. Author: Damien Fouilleul <damienf@videolan.org>
  1792. Date:   Mon Apr 23 16:29:08 2007 +0000
  1793.     - vlc.exe: removed DOS console when starting up
  1794. commit 1aad6e6effc6e2cde0b18cfb98a3a328804749db
  1795. Author: Damien Fouilleul <damienf@videolan.org>
  1796. Date:   Mon Apr 23 13:45:07 2007 +0000
  1797.     - praises for Ken Self and BDA annoucement
  1798. commit b4ac748f7d5421e77068a62d562692c9153e6a5d
  1799. Author: Damien Fouilleul <damienf@videolan.org>
  1800. Date:   Mon Apr 23 12:37:13 2007 +0000
  1801.     - the long awaited Windows BDA driver support for DVB/ATSC capture cards, courtesy of Ken Self.
  1802. commit cea447d3cb6c588fa36b49e4f5b269d7f6ddd250
  1803. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1804. Date:   Sun Apr 22 23:06:50 2007 +0000
  1805.     Contrib libgpg-error 1.3 => 1.5. Remove unnecessary patch (integrated upstream)
  1806. commit bc4992bf2e97ca875b5e65095f792a411c081922
  1807. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1808. Date:   Sun Apr 22 22:53:34 2007 +0000
  1809.     Contrib. Freetye goes to 2.3.4. We hope it will repair the 2.3.1, 2.3.2, bugs...
  1810. commit 5117b27e92325cf6e76d5d9e66ec74dca2f640e7
  1811. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1812. Date:   Sun Apr 22 22:46:33 2007 +0000
  1813.     Contrib: Libpng 1.26 should correct some bug on NON-MMX platforms.
  1814. commit 2c755e538a0aba0407edec24b38c933a1a2811a0
  1815. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1816. Date:   Sun Apr 22 22:25:32 2007 +0000
  1817.     Contrib.SDL_image 1.25 because 1.24 was removed from main server
  1818. commit e3224ee6fa1b90a206400be52e2d84d6caaa2fd1
  1819. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1820. Date:   Sun Apr 22 22:14:02 2007 +0000
  1821.     Contrib. Try to be a little consistent. This may kill your pinguin.
  1822. commit 32fa00d81c3885643482e036a6c654cc13201248
  1823. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1824. Date:   Sun Apr 22 22:07:45 2007 +0000
  1825.     Contribs MPCDEC bumps to 1.2.6. Patch has been submitted upstream.
  1826. commit 794dcc1e0f2c33117498d3f3b690630300a06733
  1827. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1828. Date:   Sun Apr 22 20:41:54 2007 +0000
  1829.     Contribs: add a make clean-svn to accelerate contribs updates.
  1830. commit 2a2b478368aa26cfbf613f5205bc5ba1298a34ad
  1831. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1832. Date:   Sun Apr 22 16:45:08 2007 +0000
  1833.     Mac OS X gui: Use the proper vlc infrastructure to send mouse wheel event.
  1834. commit 3af039a0d25dbb6d7a3e5949c521f72a36c730fa
  1835. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1836. Date:   Sun Apr 22 14:07:46 2007 +0000
  1837.     Mac OS X gui: Use the scroll wheel to set the sound volume. This may need some tuning though.
  1838. commit e965658404e6316f14c00560cd657048d2700dd2
  1839. Author: Antoine Cellerier <dionoea@videolan.org>
  1840. Date:   Sun Apr 22 10:27:49 2007 +0000
  1841.     Gaussian blur optimisation. It now runs without skipping images with default sigma (2.0) using my small sample video (352x240). This still needs to be optimised a lot.
  1842. commit 1980a6ddbd5d5e890260e1318b6bc1ce406a315b
  1843. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1844. Date:   Sun Apr 22 08:37:38 2007 +0000
  1845.     Patch to fix ticket #1162 by npl at chello.at.
  1846. commit be8ab3720f2d935237952f70e289aea7338eac01
  1847. Author: Antoine Cellerier <dionoea@videolan.org>
  1848. Date:   Sat Apr 21 23:26:46 2007 +0000
  1849.     New gaussian blur video filter. This currently takes way too much CPU. I'm not sure how it should be optimised. Maybe using floats instead of ints might work (if it can remove the need for a division).
  1850. commit 3b0deb5a06db8752f398db8bde04d986fac7c8cd
  1851. Author: Christophe Mutricy <xtophe@videolan.org>
  1852. Date:   Sat Apr 21 23:19:33 2007 +0000
  1853.     svn keywords
  1854. commit 314aceb7f9b530371b365ee7fe6e9bde47651398
  1855. Author: Antoine Cellerier <dionoea@videolan.org>
  1856. Date:   Sat Apr 21 22:42:20 2007 +0000
  1857.     Fix i_pitch vs i_visible_pitch bug.
  1858. commit 5f247d8c72fa39d46e27c606a3066cab449349ff
  1859. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  1860. Date:   Sat Apr 21 22:30:23 2007 +0000
  1861.     src/control/mediacontrol_internal.h: do not set exception attributes if
  1862.     no exception was passed
  1863. commit fdf18908aa4a7ce81cddf0d7661deade27fe3a1d
  1864. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  1865. Date:   Sat Apr 21 22:25:37 2007 +0000
  1866.     src/control/mediacontrol_util: do not malloc a mediacontrol_Exception
  1867.     if it is NULL (memleak pointed by Pierre D'Herbemont)
  1868. commit f57013c6a84618d4b9bd943c46f3a1528819e3af
  1869. Author: Gildas Bazin <gbazin@videolan.org>
  1870. Date:   Sat Apr 21 20:06:39 2007 +0000
  1871.     * modules/demux/rawvid.c: raw video demuxer (only does YV12 for now).
  1872. commit 006c849913eaf70055a988fefc96cc8bd3b09d05
  1873. Author: Gildas Bazin <gbazin@videolan.org>
  1874. Date:   Sat Apr 21 19:09:23 2007 +0000
  1875.     * modules/demux/mpeg/m4v.c: new m4v-fps config option.
  1876. commit a5ed885fd7c592522266bfb8d86aea31de54042b
  1877. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1878. Date:   Sat Apr 21 11:07:05 2007 +0000
  1879.     * dropped 10.3, num 2
  1880. commit d4cb2ff791e929b928159a20e0a5b01374199643
  1881. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1882. Date:   Sat Apr 21 10:59:05 2007 +0000
  1883.     * drop 10.3.9 support in favour for 10.4u
  1884. commit f204ed7e35268e809c4736752a536c1b4a06d91f
  1885. Author: Christophe Mutricy <xtophe@videolan.org>
  1886. Date:   Sat Apr 21 00:47:57 2007 +0000
  1887.     trailing space
  1888. commit 6c860d2af570ce6faa444dc222afc8724322709d
  1889. Author: Christophe Mutricy <xtophe@videolan.org>
  1890. Date:   Fri Apr 20 23:55:02 2007 +0000
  1891.     gnome-vlc-default.sh is a script but i don't think it has anything to do in $PREFIX/bin and even less in $PREFIX/bin/application. so Put it in $PREFIX/share/vlc/utils
  1892. commit 610d26b1b6c422451fcacce404ea4612e2a1e022
  1893. Author: Antoine Cellerier <dionoea@videolan.org>
  1894. Date:   Fri Apr 20 23:48:27 2007 +0000
  1895.      * rotate.c: Fix a few bugs + don't use p_libvlc_global to store instance specific parameters
  1896.      * motion.c: reflect changes on rotate.c
  1897. commit e17f05eebb22a197f7e3999363dd9e71ec8c749d
  1898. Author: Rémi Denis-Courmont <rem@videolan.org>
  1899. Date:   Fri Apr 20 15:21:59 2007 +0000
  1900.     Exclude incompilable MMX optimization for 420 YUY2 in debug builds
  1901. commit 4be8a1bbc7aabf3879742d57248245e857c51df7
  1902. Author: Pavlov Konstantin <thresh@videolan.org>
  1903. Date:   Fri Apr 20 10:40:03 2007 +0000
  1904.     Another fortune gladly supplied by dionoea and xtophe
  1905. commit 5ca64def72d3c1f48bcbf38941cfac327ada9982
  1906. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1907. Date:   Fri Apr 20 07:50:54 2007 +0000
  1908.     * sync with 0.8.6b's final notes
  1909. commit 844792b11a9ac5df0471be7334d9c97e28b3ed9f
  1910. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1911. Date:   Fri Apr 20 00:13:18 2007 +0000
  1912.     Qt4 - Open Dialog: Attempt to solve a Windows only bug. qt4 bug? VLC bug? I don't know yet.
  1913. commit 5520df2db72509ea206fa68ef4981fbc630c16d8
  1914. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1915. Date:   Fri Apr 20 00:03:50 2007 +0000
  1916.     Qt4 - Cosmetic changes.
  1917. commit ce1eb441e14991b340194f93a153e4e6486be9c2
  1918. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1919. Date:   Thu Apr 19 23:49:01 2007 +0000
  1920.     Qt4 - Sout: add a function to toggleVisibility of StreamOut widgets... Yes I will need it :D
  1921. commit 74e74a96ad37ee54fc658810bcb67aeed4e5f350
  1922. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1923. Date:   Thu Apr 19 23:24:48 2007 +0000
  1924.     Cropping ratios: add 35mm Widescreen Eur and US.
  1925. commit 7aab7794deb818e981537baf0adb2fc19db4bbf5
  1926. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1927. Date:   Thu Apr 19 23:07:31 2007 +0000
  1928.     Add 2.35 and 2.39 cropping ratios.
  1929. commit b5416045ac8f1c36c88ed702c2844621540babff
  1930. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1931. Date:   Thu Apr 19 22:18:28 2007 +0000
  1932.     Qt4 - Add entries to the popupMenu.
  1933. commit 06e1acc1af78481104d7f281a6466d2b239fa4a1
  1934. Author: Gildas Bazin <gbazin@videolan.org>
  1935. Date:   Thu Apr 19 21:30:15 2007 +0000
  1936.     * modules/demux/mp4/*, modules/mux/mp4.c: add support for yv12 and yuy2.
  1937. commit 4ccb8b8026370f737df39db04644429d9c45beb2
  1938. Author: Christophe Mutricy <xtophe@videolan.org>
  1939. Date:   Thu Apr 19 17:45:30 2007 +0000
  1940.     some notes about mirrors
  1941. commit 78ff3248b466be5befb709ad42c824dbb37137a6
  1942. Author: Antoine Cellerier <dionoea@videolan.org>
  1943. Date:   Thu Apr 19 17:43:16 2007 +0000
  1944.     Optimze nearest neighboor scaling implementation. This is used by the sub pictures core. CPU decrease compared to previous version with my test filter was: 66% for YUVA, 65% for I420 and 71% for RGBA.
  1945. commit b40e111415d8d5d33122e63b1f802393875c1719
  1946. Author: Yoann Peronneau <yoann@videolan.org>
  1947. Date:   Thu Apr 19 17:36:34 2007 +0000
  1948.     * don't forget the "Check for updates" functionality
  1949. commit 1fb95447a2d0ade9fdf8c68c06c561a26480699e
  1950. Author: Rémi Denis-Courmont <rem@videolan.org>
  1951. Date:   Thu Apr 19 14:54:06 2007 +0000
  1952.     Spelling
  1953. commit 39236e528e5bab2c1bed53cfbeff949f2e63fc2d
  1954. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1955. Date:   Thu Apr 19 08:33:30 2007 +0000
  1956.     Check return value of malloc()
  1957. commit f90b0e657d7051b90691799aad48080b536c24d6
  1958. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1959. Date:   Thu Apr 19 00:01:24 2007 +0000
  1960.     Contribs... .la again....
  1961. commit c37a9dfcc804a115c214380257cad3eabcf4bcae
  1962. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1963. Date:   Wed Apr 18 20:40:12 2007 +0000
  1964.     Qt4 - popupMenu and AlwaysOnTop. Needs testing.
  1965.     Mostly patch by  Sergey Volk
  1966. commit 5b4d031911d0eb4c0288fd821e3ed049858d44d3
  1967. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1968. Date:   Wed Apr 18 20:07:42 2007 +0000
  1969.     qt4 - Bug in next/prev chapter. Found out by  Sergey Volk
  1970. commit 7899e383bf0ebd51971b41e5cac39debe6fc42de
  1971. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1972. Date:   Wed Apr 18 19:32:53 2007 +0000
  1973.     Contrib: Attempt to repair .la pathes. Repeating things, because I don't know how to do it better... Anyway, just an attempt
  1974. commit 21e57260d4e6874f63a7c85d55aac38bd95a5dff
  1975. Author: Rémi Denis-Courmont <rem@videolan.org>
  1976. Date:   Wed Apr 18 19:22:53 2007 +0000
  1977.     Kludge the kludge around the kludge around the kludge (sic)
  1978. commit 26225505ff5d661276a69220ae290c75fb0b7581
  1979. Author: Rémi Denis-Courmont <rem@videolan.org>
  1980. Date:   Wed Apr 18 19:19:11 2007 +0000
  1981.     Ugly kludge around a kludge around a kludge. That's so nice.
  1982. commit 9b6b0df36a16b1ca7706e138f6c491e12e5eecfa
  1983. Author: Rémi Denis-Courmont <rem@videolan.org>
  1984. Date:   Wed Apr 18 18:55:19 2007 +0000
  1985.     Uuinline functions and hide stream_t (it's not used in any module anyway)
  1986. commit 7812f84420bc29c89c1c87c2492b6cde2de4536a
  1987. Author: Rémi Denis-Courmont <rem@videolan.org>
  1988. Date:   Wed Apr 18 18:24:47 2007 +0000
  1989.     Compile fix
  1990. commit bbd9d3150003cec56b595cbdbf679c0fb6594c01
  1991. Author: Rémi Denis-Courmont <rem@videolan.org>
  1992. Date:   Wed Apr 18 17:25:37 2007 +0000
  1993.     typo
  1994. commit 6a764018559d668eae88ce669b4c131fd021c851
  1995. Author: Rémi Denis-Courmont <rem@videolan.org>
  1996. Date:   Wed Apr 18 16:52:40 2007 +0000
  1997.     Minor simplification
  1998. commit 942d61194332f92f4933613ae32ca8d9d04913c9
  1999. Author: Rémi Denis-Courmont <rem@videolan.org>
  2000. Date:   Wed Apr 18 16:50:35 2007 +0000
  2001.     - Really handle alloc failures
  2002.     - Put a limit on the SDP size
  2003.     - Remove check for access_demux (this is not one, and it would crash later if it were anyway)
  2004.     - Fix description to not assume this handles UDP only (since it does not anymore)
  2005. commit 05b8f0436164b82ab5feaf63e005758772d1e1da
  2006. Author: Christophe Mutricy <xtophe@videolan.org>
  2007. Date:   Tue Apr 17 22:01:31 2007 +0000
  2008.     Update Italian and Slovenian l10n
  2009. commit 54cd9ee287d9110af83a896c5ddcd5b21027ec48
  2010. Author: Antoine Cellerier <dionoea@videolan.org>
  2011. Date:   Tue Apr 17 20:31:00 2007 +0000
  2012.     Improve logo erase filter (~12% speedup if my math and profiling are correct).
  2013.     Add support for I422 streams (un tested).
  2014. commit cab9f4b0c3deb970a761d3c909bc7b4d7b422280
  2015. Author: Filippo Carone <littlejohn@videolan.org>
  2016. Date:   Tue Apr 17 20:06:51 2007 +0000
  2017.     Use the right libvlc library extension in java makefile
  2018. commit 07330d2b038c84ea3022adcc12b0e60e74866d61
  2019. Author: Christophe Mutricy <xtophe@videolan.org>
  2020. Date:   Tue Apr 17 19:24:49 2007 +0000
  2021.     INSTALL.win32: Set correctly PATH when using contribs + misc fix
  2022. commit 0559d37d75ea9841cbd773e037605eaac5869b76
  2023. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2024. Date:   Tue Apr 17 18:24:46 2007 +0000
  2025.     Qt4 - Sout Dialog: add FLV muxer... Some cosmetic changes too.
  2026. commit 765497c49fcaf9f015a1ecf0edc8b09c189546a5
  2027. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2028. Date:   Tue Apr 17 17:34:28 2007 +0000
  2029.     Qt4 - don't use a class member when you don't need it. Ref #19854
  2030. commit 1298e0c97355c57a7f0c032cbd7bbf09dd57edaa
  2031. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2032. Date:   Tue Apr 17 17:25:53 2007 +0000
  2033.     Qt4 - Playlist: AutoScroll the playlist.
  2034. commit 02617cc3a2ad9abe3e536e83230901ac83afd122
  2035. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2036. Date:   Tue Apr 17 17:21:13 2007 +0000
  2037.     Qt4 - Open - Hide the OK/Cancel for everyone ( Windows too )
  2038. commit 905e5d8ae88a2d56f346fc33590dbe69bb07a5eb
  2039. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2040. Date:   Mon Apr 16 22:52:35 2007 +0000
  2041.     Qt4 - Open Dialog. Use #defines for tab naming to avoid miscomprehensions. Cosmectics.
  2042. commit d998d106fcc1135751f1139598c4251cd6f8cd98
  2043. Author: Filippo Carone <littlejohn@videolan.org>
  2044. Date:   Mon Apr 16 22:27:19 2007 +0000
  2045.     use the right extension for javac
  2046. commit 1a077e016cfd7194eb755b2c04555a58ea102d9a
  2047. Author: Filippo Carone <littlejohn@videolan.org>
  2048. Date:   Mon Apr 16 22:13:38 2007 +0000
  2049.     java compilation is javac friendly
  2050. commit cff71493f62b9b6e99ed0662c056bc0160f43693
  2051. Author: Antoine Cellerier <dionoea@videolan.org>
  2052. Date:   Mon Apr 16 22:03:25 2007 +0000
  2053.     Oops.
  2054. commit 6ec82b018ceee54f37157333ce6bc74dd23b57cb
  2055. Author: Antoine Cellerier <dionoea@videolan.org>
  2056. Date:   Mon Apr 16 21:59:39 2007 +0000
  2057.      * erase.c: add bluring effect, fix a bunch of bugs and compile warnings. It now looks good.
  2058.      * deinterlace.c: compile warning fix.
  2059. commit c7bcb18012ebac706106e40b1d67ddd830e130e3
  2060. Author: Christophe Mutricy <xtophe@videolan.org>
  2061. Date:   Mon Apr 16 21:39:07 2007 +0000
  2062.     Don't distribute .la files for win32
  2063. commit 8b8a6842025e7fca0d9cfdd951f0077f53056e13
  2064. Author: Filippo Carone <littlejohn@videolan.org>
  2065. Date:   Mon Apr 16 21:21:09 2007 +0000
  2066.     bindings makefile simplified and includes added
  2067. commit 4e0d9312a613df70ebfdbbc3c2c3bd9a7b8c6e9c
  2068. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2069. Date:   Mon Apr 16 20:53:10 2007 +0000
  2070.     Qt4 - Open Dialog. Implement start-time in advanced options. Cosmetic (enabling suffixes INSIDE spinBoxes) changes.
  2071. commit ef6c490adcbcf6ad2cf3ac92b7a49016dce18042
  2072. Author: Damien Fouilleul <damienf@videolan.org>
  2073. Date:   Mon Apr 16 19:55:38 2007 +0000
  2074.     - contribs: fixed live555 patch
  2075. commit c0706677a58b05f93a42db3e37b469539c64eb60
  2076. Author: Antoine Cellerier <dionoea@videolan.org>
  2077. Date:   Mon Apr 16 19:30:59 2007 +0000
  2078.     Transcode: We want to be strict when calling module_Need for audio filter, video filters and the deinterlace video filter too. (This fixes a problem with deinterlace not loading on my computer)
  2079. commit d35651d0275f5effd41124469d5521f4c90999ff
  2080. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2081. Date:   Mon Apr 16 18:08:27 2007 +0000
  2082.     JACK patch from Jon Griffiths
  2083.     
  2084.     The attached patch adds 2 config options for JACK output: a boolean
  2085.     saying whether or not to connect automatically, and an optional
  2086.     prefix which filters out input ports so VLC connects only to the
  2087.     port(s) you want.
  2088. commit 95da3a666c28bebd06b17cd4985b81bac1015745
  2089. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2090. Date:   Mon Apr 16 17:11:29 2007 +0000
  2091.     Patch from Paul Corke <paul.corke at datatote dot co do uk). It enables newer ivtv drivers to be used with the pvr input. Plus some additions and fixes from me:code cleanups, fix memoryleaks, coding style and identation fixes.
  2092. commit e30041914d81a376113561768611a6b1520688f8
  2093. Author: Damien Fouilleul <damienf@videolan.org>
  2094. Date:   Mon Apr 16 16:32:11 2007 +0000
  2095.     dshow/common.h: reverting r19786
  2096. commit 375ebeb6afa0ca901c03d96c2075e866e803c49b
  2097. Author: Damien Fouilleul <damienf@videolan.org>
  2098. Date:   Mon Apr 16 12:01:03 2007 +0000
  2099.     - libshout-win32: patches Makefile.am rather then Makefile.in
  2100. commit f1a701b569ef9d4515effba8f1ec1cf5fe9357bf
  2101. Author: Damien Fouilleul <damienf@videolan.org>
  2102. Date:   Mon Apr 16 08:57:15 2007 +0000
  2103.     toolbox: remove obsoloted files
  2104. commit f8fcb4010b13c917972fcad719f01e75c98bd5f3
  2105. Author: Mark Moriarty <markfm@videolan.org>
  2106. Date:   Mon Apr 16 02:27:39 2007 +0000
  2107.     Use ifdef/endif tests on the undefs
  2108. commit f7d32756d25ff0db03a73b7f76875bbe76d36d18
  2109. Author: Antoine Cellerier <dionoea@videolan.org>
  2110. Date:   Sun Apr 15 21:37:49 2007 +0000
  2111.     Don't delete variables that don't exist.
  2112. commit 2e7f9cf4d64267a8ea4b822bd007e487d6db9828
  2113. Author: Antoine Cellerier <dionoea@videolan.org>
  2114. Date:   Sun Apr 15 21:12:27 2007 +0000
  2115.     Remove old TODO + fix spelling.
  2116. commit cde813f9cdd3335596250a6673e879c6487ca49c
  2117. Author: Antoine Cellerier <dionoea@videolan.org>
  2118. Date:   Sun Apr 15 21:04:40 2007 +0000
  2119.     Update NEWS based on previous commit.
  2120. commit ce0e4fb0ab2f1d847f4b17ae9a895e01a1ae7224
  2121. Author: Antoine Cellerier <dionoea@videolan.org>
  2122. Date:   Sun Apr 15 21:00:09 2007 +0000
  2123.      * mosaic_bridge.c: - Add "vfilters" option to apply video filters on the
  2124.                           image before sending it to the mosaic.
  2125.                         - Add option ("chroma") to force the image chroma
  2126.                         - Remove alpha mask code
  2127.      * mosaic.c: - Remove bluescreen code
  2128.                  - Misc cosmetics changes
  2129.      * bluescreen.c: New bluescreen filter (mostly cut & paste from mosaic.c)
  2130.      * alphamask.c: New alpha mask filter (mostly cut & paste from mosaic_bridge.c)
  2131.      * invert.c: don't invert the alpha plane for YUVA images (We also need to
  2132.                  prevent that for RGBA images ... but that's not really used
  2133.                  currently)
  2134.      * configure.ac, video_filter/Modules.am: add alphamask and bluescreen
  2135. commit 4cdb486b976a23ca9f24242ab98ea4258e9558de
  2136. Author: Antoine Cellerier <dionoea@videolan.org>
  2137. Date:   Sun Apr 15 20:50:47 2007 +0000
  2138.     Remove trailing spaces.
  2139. commit 7210d89f0c7b03be4f7d475f6b248ef8ebc3be6e
  2140. Author: Antoine Cellerier <dionoea@videolan.org>
  2141. Date:   Sun Apr 15 20:49:47 2007 +0000
  2142.     Comment fix.
  2143. commit e70ef78ecdcec088a27ae3b721e9af016966b436
  2144. Author: Antoine Cellerier <dionoea@videolan.org>
  2145. Date:   Sun Apr 15 20:46:28 2007 +0000
  2146.      * Switch b_strict to true in module_Need calls (we're requiring a specific module)
  2147.      * Add missing space in help string.
  2148. commit 4dc59a4f432ead66b8cd5fe3d9cb61680528d340
  2149. Author: Rémi Denis-Courmont <rem@videolan.org>
  2150. Date:   Sun Apr 15 18:52:03 2007 +0000
  2151.      - Fix make clean
  2152.      - Remove GNU/makeisms
  2153.      - Cleanup
  2154. commit e3d911f362a8f97e76e302b6e17ef2d4121cf01e
  2155. Author: Rémi Denis-Courmont <rem@videolan.org>
  2156. Date:   Sun Apr 15 17:41:14 2007 +0000
  2157.     Make distcheck is your friend, when adding files...
  2158. commit c43bae3e4def6b3dc1411e910d4c91eb07de9978
  2159. Author: Rémi Denis-Courmont <rem@videolan.org>
  2160. Date:   Sun Apr 15 17:38:19 2007 +0000
  2161.     Fix the test suite
  2162. commit 90d92ef9a9dcdecf8d8aa2d9c17c31f5000dc749
  2163. Author: Rémi Denis-Courmont <rem@videolan.org>
  2164. Date:   Sun Apr 15 17:32:54 2007 +0000
  2165.     Mingw/Vista hack
  2166. commit 10e55a2475456e2f8109eef21b046b232da2ade7
  2167. Author: Filippo Carone <littlejohn@videolan.org>
  2168. Date:   Sun Apr 15 17:21:34 2007 +0000
  2169.     correctly implement VOUT_REPARENT in windows
  2170. commit 9f3d094cb03be94f45f4c7d83aeff8aa7e03b4c7
  2171. Author: Rémi Denis-Courmont <rem@videolan.org>
  2172. Date:   Sun Apr 15 14:40:51 2007 +0000
  2173.     Missing files
  2174. commit 23c60f766c6342b2cc2132f45af778d159992a8a
  2175. Author: Filippo Carone <littlejohn@videolan.org>
  2176. Date:   Sun Apr 15 14:34:51 2007 +0000
  2177.     Do not use absolute paths in java VlcClient
  2178. commit ced0913dc3df741b6b5185593701818c99a466d6
  2179. Author: Rémi Denis-Courmont <rem@videolan.org>
  2180. Date:   Sun Apr 15 14:12:07 2007 +0000
  2181.     There are multiple IPv4 SAP addresses
  2182. commit cf6546a3a334104592267079035149b4add4b70c
  2183. Author: Filippo Carone <littlejohn@videolan.org>
  2184. Date:   Sun Apr 15 13:52:05 2007 +0000
  2185.     Do not create a new window if hwnd is provided
  2186. commit 29f92789e717c5d24829ee86f3792a709342b288
  2187. Author: Rémi Denis-Courmont <rem@videolan.org>
  2188. Date:   Sun Apr 15 13:43:35 2007 +0000
  2189.     Soft code version number in desktop file
  2190. commit cf7fddbcf8c24df146363c918b81b217fd2f468b
  2191. Author: Rémi Denis-Courmont <rem@videolan.org>
  2192. Date:   Sun Apr 15 13:42:53 2007 +0000
  2193.     Pass desktop file through config.status
  2194. commit 6ea84051e4d72a88e10d0e1370f4b63397e7618b
  2195. Author: Rémi Denis-Courmont <rem@videolan.org>
  2196. Date:   Sun Apr 15 13:38:00 2007 +0000
  2197.      - Fix installation of gnome-vlc-default.sh
  2198.      - Make the desktop icon execute vlc instead of wxvlc
  2199. commit d23984f6779c57bf98b344ce785f8ba40fe2aa7e
  2200. Author: Rémi Denis-Courmont <rem@videolan.org>
  2201. Date:   Sun Apr 15 13:31:24 2007 +0000
  2202.     Cosmetic changes
  2203. commit 14246592841d6eb4b398de735a62fa27fdd8f543
  2204. Author: Rémi Denis-Courmont <rem@videolan.org>
  2205. Date:   Sun Apr 15 12:34:00 2007 +0000
  2206.     Print error message when loading the playlist fails
  2207.     (which is always)
  2208. commit 975c0e3f6b0ed35408c8072613f8fc7051a810ea
  2209. Author: Rémi Denis-Courmont <rem@videolan.org>
  2210. Date:   Sun Apr 15 12:16:43 2007 +0000
  2211.     Fix segmentation fault
  2212. commit 81487c3d999e8a1ff26f502801fe561d55a6a3d0
  2213. Author: Rémi Denis-Courmont <rem@videolan.org>
  2214. Date:   Sun Apr 15 11:53:54 2007 +0000
  2215.     Revert [16490]: do NOT remember loop repeat and random
  2216. commit 4e752478073a22dd6db884395988ca494f80661b
  2217. Author: Rémi Denis-Courmont <rem@videolan.org>
  2218. Date:   Sun Apr 15 11:41:47 2007 +0000
  2219.     Remove useless wrapper around free()
  2220. commit 6628b01c7c960f906328768a931cc2b93a46d9f0
  2221. Author: Rémi Denis-Courmont <rem@videolan.org>
  2222. Date:   Sun Apr 15 11:25:39 2007 +0000
  2223.     Complain in case of error when parsing the config file
  2224. commit a19d0546bfc2f4205cca81182fbf6f27fb19c8ab
  2225. Author: Rémi Denis-Courmont <rem@videolan.org>
  2226. Date:   Sun Apr 15 10:16:01 2007 +0000
  2227.     Increase plugin cache version to force stalling.
  2228.     
  2229.     This is not strictly required, but helps propage fix for #1086.
  2230. commit b8802c32215815a1169277ca0481dc2e99626722
  2231. Author: Rémi Denis-Courmont <rem@videolan.org>
  2232. Date:   Sun Apr 15 10:13:05 2007 +0000
  2233.     Category and subcategory items are also integers. Fix #1086
  2234. commit 443738cef97713c7953a1a0755e37b44a3684f9d
  2235. Author: Rémi Denis-Courmont <rem@videolan.org>
  2236. Date:   Sun Apr 15 09:30:32 2007 +0000
  2237.     Cosmetic change
  2238. commit 04574a2906d9d06cd6599f0239e455307a4f5006
  2239. Author: Rémi Denis-Courmont <rem@videolan.org>
  2240. Date:   Sun Apr 15 08:51:13 2007 +0000
  2241.     Also remove --rc-unix from Win32 port for obvious reasons
  2242. commit 37fa2c8838aa53459f62522ecd9f00717a3dd8eb
  2243. Author: Rémi Denis-Courmont <rem@videolan.org>
  2244. Date:   Sun Apr 15 08:45:48 2007 +0000
  2245.     Remove rc-fake-tty from Win32 port since it's explicitly not supported.
  2246. commit 851b8a430e99148da397d24dd8ad75afbf05ea2d
  2247. Author: Rémi Denis-Courmont <rem@videolan.org>
  2248. Date:   Sun Apr 15 08:20:45 2007 +0000
  2249.      - Only use IPV6_V6ONLY when it makes sense (i.e. receiving datagram socket)
  2250.      - Remove net_ListenSingle from LibVLC API
  2251.      - Improve error message when network protocol to be used is ambiguous
  2252. commit f9d3f5de72e7ab50caff39fbdb84e75ef3f87f8f
  2253. Author: Rémi Denis-Courmont <rem@videolan.org>
  2254. Date:   Sun Apr 15 08:18:16 2007 +0000
  2255.     svn:ignore
  2256. commit 6cff2f6f21c60fd0a966240ae4651281a88f74e9
  2257. Author: Rémi Denis-Courmont <rem@videolan.org>
  2258. Date:   Sun Apr 15 06:46:06 2007 +0000
  2259.     Fix double certificate deinitialization
  2260. commit e34ebba580e320e98aa88805908e0a96680c3796
  2261. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2262. Date:   Sat Apr 14 20:25:50 2007 +0000
  2263.     Mac OS X gui: Pause playback when going to sleep.
  2264. commit aefd2b47f38da2406bad34b9582194c02bce326a
  2265. Author: Rémi Denis-Courmont <rem@videolan.org>
  2266. Date:   Sat Apr 14 19:20:39 2007 +0000
  2267.     Works this time
  2268. commit 5233af32b92cb4be81e20b50a5a0bb818166a455
  2269. Author: Rémi Denis-Courmont <rem@videolan.org>
  2270. Date:   Sat Apr 14 19:07:51 2007 +0000
  2271.     Undo erroneous commit
  2272. commit f5a65159a180f89e21a1c0e2fea512c73f178027
  2273. Author: Rémi Denis-Courmont <rem@videolan.org>
  2274. Date:   Sat Apr 14 19:01:33 2007 +0000
  2275.     Fix compiler warning
  2276. commit 264a446cdf82baafb2ee7514f9567b9a35852ac3
  2277. Author: Rémi Denis-Courmont <rem@videolan.org>
  2278. Date:   Sat Apr 14 19:00:42 2007 +0000
  2279.     Include modules.h whenever needed
  2280. commit a1e8379fef3609a6ab791d1acc1d597962968ccf
  2281. Author: Rémi Denis-Courmont <rem@videolan.org>
  2282. Date:   Sat Apr 14 18:24:58 2007 +0000
  2283.     Tiny code factorization
  2284. commit 7a5fd4bee1b3393c5f667364c96f57ff36c80b26
  2285. Author: Rémi Denis-Courmont <rem@videolan.org>
  2286. Date:   Sat Apr 14 18:17:17 2007 +0000
  2287.     Further hide module_t layout from plugins
  2288. commit c6170002e964de01bf5376187959a52fa67c5829
  2289. Author: Rémi Denis-Courmont <rem@videolan.org>
  2290. Date:   Sat Apr 14 18:14:38 2007 +0000
  2291.     Remove unused variable
  2292. commit df50e0f4e85c05eb123b9f60a3aaed072a6aa52e
  2293. Author: Rémi Denis-Courmont <rem@videolan.org>
  2294. Date:   Sat Apr 14 17:32:32 2007 +0000
  2295.     Handle plugin cache reading error case
  2296. commit d8e17ad4f32d842b8754dd6a79c6a6ae0762646d
  2297. Author: Rémi Denis-Courmont <rem@videolan.org>
  2298. Date:   Sat Apr 14 17:31:01 2007 +0000
  2299.     Get rid of useless p_symbols
  2300. commit aaab472c638db2a83bfd75f0aa86b247bfb73b0f
  2301. Author: Rémi Denis-Courmont <rem@videolan.org>
  2302. Date:   Sat Apr 14 16:50:43 2007 +0000
  2303.     update libdca (untested)
  2304. commit b89c14d5b4bd4e0011cca5112b54f6785df7dee2
  2305. Author: Rémi Denis-Courmont <rem@videolan.org>
  2306. Date:   Sat Apr 14 16:15:37 2007 +0000
  2307.     Initial work on hiding module_t layout from plugins
  2308. commit 58663ffb0079d1882bcb0681a38537110a6466c8
  2309. Author: Rémi Denis-Courmont <rem@videolan.org>
  2310. Date:   Sat Apr 14 15:19:27 2007 +0000
  2311.     Fix typo
  2312. commit 2eeecb47c846664e466677e9a592091e841290e4
  2313. Author: Rémi Denis-Courmont <rem@videolan.org>
  2314. Date:   Sat Apr 14 15:19:03 2007 +0000
  2315.     Move libvlc module stuff to their own subdirectory
  2316. commit 49546ed7cb03bc794ca90da08a1b127c96c291e2
  2317. Author: Rémi Denis-Courmont <rem@videolan.org>
  2318. Date:   Sat Apr 14 15:07:46 2007 +0000
  2319.     Switch to libdca API
  2320. commit 4f71b897bdc43bd2ec24c2a9327922464db71cff
  2321. Author: Mark Moriarty <markfm@videolan.org>
  2322. Date:   Sat Apr 14 15:04:36 2007 +0000
  2323.     Fix dshow build on Cygwin -- add size_t and ptrdiff_t undefs
  2324. commit 1c582f374220d225daa516933f9c526479dac5d4
  2325. Author: Rémi Denis-Courmont <rem@videolan.org>
  2326. Date:   Sat Apr 14 15:04:06 2007 +0000
  2327.     Detect libdca properly
  2328. commit 19bbed6ad6967effa2e8e1068f419d3706d806cf
  2329. Author: Rémi Denis-Courmont <rem@videolan.org>
  2330. Date:   Sat Apr 14 14:15:12 2007 +0000
  2331.     Clean header file
  2332. commit 8cf44c198ac4d9c0afbd8ec47b1798133c9fc752
  2333. Author: Gildas Bazin <gbazin@videolan.org>
  2334. Date:   Fri Apr 13 23:51:24 2007 +0000
  2335.     * modules/demux/asf/* use index for seeking if available and if there's a video track.
  2336. commit 44cb59eadc7ddcfd23ec9621e9d374c093261ff2
  2337. Author: Gildas Bazin <gbazin@videolan.org>
  2338. Date:   Fri Apr 13 23:50:47 2007 +0000
  2339.     * modules/demux/asf/* use index for seeking if available and if there's a video track.
  2340. commit 7149e064c3172d1e0c5b45bfb36807003f1f00f7
  2341. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2342. Date:   Fri Apr 13 07:14:48 2007 +0000
  2343.     qt4 - Mousewheel (2)
  2344. commit 9f2f3e7e43ba9fcd951be7e8dc3523d6e63cc20e
  2345. Author: Christophe Mutricy <xtophe@videolan.org>
  2346. Date:   Thu Apr 12 21:07:19 2007 +0000
  2347.     Slovenian l10n update by Matej Urbancic
  2348. commit cf71566810d65c80589f56b47d9f61ea576fa0d9
  2349. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2350. Date:   Thu Apr 12 18:44:47 2007 +0000
  2351.     * added sanity flags for future darwin releases and potentionally fixed OSX SDK support on Intel-based boxes. needs further testing, which I'll do later on
  2352. commit f6857c6a31f40a49859972e483bfdec57cb8861b
  2353. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2354. Date:   Thu Apr 12 16:24:49 2007 +0000
  2355.     Qt4 - MouseWheel support - patch by Sergey Volk.
  2356. commit 3e54b375a676911075d1ddd4673d5c22c2ee6d74
  2357. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2358. Date:   Thu Apr 12 16:05:18 2007 +0000
  2359.     Qt4 - Set a higher score to qt4 than wx. Ref [19766]
  2360. commit 7240be259cf03cb1ef31a0fb406466f9b3708a6c
  2361. Author: Antoine Cellerier <dionoea@videolan.org>
  2362. Date:   Thu Apr 12 15:05:09 2007 +0000
  2363.     Invalidate old caches (cf [19742]).
  2364. commit cd1ae50f1b98fbcaafa2b504d1b944b40af9d767
  2365. Author: Christophe Mutricy <xtophe@videolan.org>
  2366. Date:   Thu Apr 12 15:04:31 2007 +0000
  2367.     score is cached, so it's not a good idea to have it depens of the environement
  2368. commit 14f7fe9917fabfec656a347a563a7ad011219a69
  2369. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2370. Date:   Thu Apr 12 00:27:10 2007 +0000
  2371.     Qt4 - typo correction
  2372. commit c280a1b193e1941aa7ef76ea73a7059f50443d35
  2373. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2374. Date:   Thu Apr 12 00:10:13 2007 +0000
  2375.     qt4 - Sprefs - Slight modification.
  2376. commit bf2134e0b9101c18ae47b4a230f97684ac6e9049
  2377. Author: Christophe Mutricy <xtophe@videolan.org>
  2378. Date:   Wed Apr 11 23:01:24 2007 +0000
  2379.     fix Direct3D translation
  2380. commit 5165a22304903f22f44d58bc34269f6a4c6e48a6
  2381. Author: Antoine Cellerier <dionoea@videolan.org>
  2382. Date:   Wed Apr 11 18:10:05 2007 +0000
  2383.     * Honor --color with --list.
  2384.     * Add --list-verbose option.
  2385.     * Make sure that help related options always come first in the help output.
  2386. commit d2910851e0b1feb21b3c3c453703995f10dd0348
  2387. Author: Damien Fouilleul <damienf@videolan.org>
  2388. Date:   Tue Apr 10 18:21:57 2007 +0000
  2389.     libvlc_video_take_snapshot: removed kludge and fixed path_sanitize for win32
  2390. commit b1b629475241544d112726111687788394d96a4d
  2391. Author: Damien Fouilleul <damienf@videolan.org>
  2392. Date:   Tue Apr 10 18:20:26 2007 +0000
  2393.     - activex: support for taking a snapshot into a Picture object
  2394. commit 9fa8b43c382782f6cb8cf1e28c09d03c8c52e192
  2395. Author: Christophe Mutricy <xtophe@videolan.org>
  2396. Date:   Tue Apr 10 12:49:34 2007 +0000
  2397.     Some qt4 files were renamed
  2398. commit 4e7e655aa94944ed4f1797d9dbb7114010c2c2a1
  2399. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2400. Date:   Mon Apr 9 22:57:52 2007 +0000
  2401.     Qt4 - Preferences - Size/Layout/Margin and stuff related. This is not yet optimal, but is much better than it was, I think. Some work has yet to be done on Complete Preferences to make it nicer.
  2402. commit 55b8d4f97994dc4fc894db43729257c80c37074c
  2403. Author: Christophe Mutricy <xtophe@videolan.org>
  2404. Date:   Mon Apr 9 19:41:36 2007 +0000
  2405.     Fix warnings.
  2406. commit e12d4a322724a5e67a9af3847bf5abc8fb321ef5
  2407. Author: Christophe Mutricy <xtophe@videolan.org>
  2408. Date:   Mon Apr 9 18:36:16 2007 +0000
  2409.     vlc_b64_decode_binary() is in vlc_strings.h
  2410. commit f6ead8f791204507f33fc20c02b24ff3d2a3dd0f
  2411. Author: Rémi Denis-Courmont <rem@videolan.org>
  2412. Date:   Mon Apr 9 15:15:02 2007 +0000
  2413.     SDP: fix ordering of b= and a=
  2414. commit 2c475507439a48d646589d5c3855b1ddf50569ca
  2415. Author: Rémi Denis-Courmont <rem@videolan.org>
  2416. Date:   Mon Apr 9 15:07:29 2007 +0000
  2417.     Do not insert TTL in c= line for IPv6 - this was invalid
  2418. commit ff79bc85f26b1f280df7c2d05435e9b4472a3817
  2419. Author: Rafaël Carré <funman@videolan.org>
  2420. Date:   Sun Apr 8 15:59:43 2007 +0000
  2421.     Don't run hal_initialize() twice. Bug introduced in [19692].
  2422. commit f449bc75656316b692cfd7dce6a80cc363243f99
  2423. Author: Dennis van Amerongen <trax@videolan.org>
  2424. Date:   Sun Apr 8 14:04:31 2007 +0000
  2425.     * modules/access_output/shout.c: Initialize shout settings properly and make ICY the default protocol. This fixes some libshout Socket error messages on initialization. Closes #1003.
  2426. commit 2ece18d460b0cc45527f3eaea9ba9d8fbcb9e3a5
  2427. Author: Antoine Cellerier <dionoea@videolan.org>
  2428. Date:   Sat Apr 7 20:17:12 2007 +0000
  2429.     Mosaic:
  2430.     Allow runtime changes of the bluescreen parameters
  2431.     Cosmetics
  2432.     Compilation warning fixes
  2433. commit 57c44625f78bb0876b95521dd44615839ed85655
  2434. Author: Antoine Cellerier <dionoea@videolan.org>
  2435. Date:   Sat Apr 7 20:16:18 2007 +0000
  2436.     Mosaic bridge: Allow runtime changes of the height and width parameters.