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

midi

开发平台:

Unix_Linux

  1.     Sometimes our list of video output modules is still not enough for an
  2.     external libvlc application with specific requirements. For instance, an
  3.     SDL application running in full screen cannot open a new window on Linux
  4.     (this is a known libSDL limitation). This vmem video output allows it to
  5.     asynchronously render the video into an SDL_Surface, with full locking.
  6.     
  7.     Resolution or pitch changes are not supported yet. I'd advise against
  8.     them however, since they often require a full chroma unload/reload
  9.     operation, which is quite expensive.
  10.     
  11.     I also believe this feature should be directly integrated into libvlc,
  12.     but I don't want to be too intrusive yet.
  13. commit 699dd7887738f8e1373a4cf3d8c03f010c70a29b
  14. Author: Filippo Carone <littlejohn@videolan.org>
  15. Date:   Fri Mar 21 15:21:52 2008 +0100
  16.     give the opportunity to play synchronously
  17. commit f56d550753a30c5bae8e44fef87b8986cc309ac2
  18. Author: Filippo Carone <littlejohn@videolan.org>
  19. Date:   Fri Mar 21 15:21:23 2008 +0100
  20.     addMediaDescriptor refactored to addMedia
  21. commit 709367d842d0c3c0b79e2fd125398d2147bd226e
  22. Author: Filippo Carone <littlejohn@videolan.org>
  23. Date:   Fri Mar 21 15:03:29 2008 +0100
  24.     fix for #1533: check on array boundaries before removing media
  25. commit 5f584e4c451865ea350cd54e28a4d1417d50e9c6
  26. Author: Filippo Carone <littlejohn@videolan.org>
  27. Date:   Fri Mar 21 00:32:47 2008 +0100
  28.     more unit tests
  29. commit 5a0c3a5164cebef2e6111506ac12edb71762b047
  30. Author: Filippo Carone <littlejohn@videolan.org>
  31. Date:   Fri Mar 21 00:31:58 2008 +0100
  32.     create a medialist on JVLC creation
  33. commit 61a056a7eb4b1190384432f31ba63d102e8d0230
  34. Author: André Weber <atmo@videolan.org>
  35. Date:   Thu Mar 20 21:17:48 2008 +0100
  36.     Fix the handling of string variable - store them as UTF-8 into the config variables, also convert the StringList values to an UTF8 string before putting them into a QVariant - which seems not to work if created from a "char *" - because later converterd QVariant->toString() isn't UTF8 like expected.
  37.     waveout.c forgott to convert string to UTF8 before storing in choice list
  38. commit bd2b3483d842cb04398d19a5d9b31ceca0e5c26e
  39. Author: Filippo Carone <littlejohn@videolan.org>
  40. Date:   Thu Mar 20 20:44:24 2008 +0100
  41.     media instance tests added
  42. commit b57e45928314b2d2c146be3dbdb1eeabd504dbbd
  43. Author: Filippo Carone <littlejohn@videolan.org>
  44. Date:   Wed Mar 19 14:36:05 2008 +0100
  45.     ignore samples/target folder
  46. commit 4459ae4e819ed42ff83f0075281c79106a235474
  47. Author: Filippo Carone <littlejohn@videolan.org>
  48. Date:   Wed Mar 19 14:29:36 2008 +0100
  49.     some media descriptor tests
  50. commit f5f23650908c430b570c0b3cadf1e84ed1d86a89
  51. Author: Sam Hocevar <sam@zoy.org>
  52. Date:   Thu Mar 20 18:25:02 2008 +0000
  53.     Ignore Qt generated files.
  54.     
  55.     qt4-uic (the Qt user interface compiler) and rcc (the Qt resource compiler)
  56.     create .cpp and .h files that we don't want to track. Adding them to
  57.     .gitignore.
  58. commit 649c93388de52ab1d798f1bae283afb58df68c19
  59. Author: Sam Hocevar <sam@zoy.org>
  60. Date:   Thu Mar 20 18:11:53 2008 +0000
  61.     Minor Windows ME build fixes.
  62.     
  63.     Add a --disable-wince option so that we can disable this (probably broken)
  64.     plugin's build when mingwce is detected. Also, add -lmmtimer to the libvlc
  65.     link flags because this is where timeGetTime() lies.
  66. commit 8b5869976eae2be0bee9e9c9d0ab4f8d7a258bc0
  67. Author: Sam Hocevar <sam@zoy.org>
  68. Date:   Thu Mar 20 17:43:48 2008 +0000
  69.     Documentation updates.
  70.     
  71.     Made the Doxygen headers slightly clearer when directly read from the
  72.     header file, fixed grammar and spelling here and there, added some
  73.     missing param and return tags (though a lot remains to be done).
  74. commit 4e0e4d6d4a3421ccf21715b0705b582826b0d62e
  75. Merge: cfc9828 3b0534e
  76. Author: Sam Hocevar <sam@zoy.org>
  77. Date:   Thu Mar 20 17:38:00 2008 +0000
  78.     Merge branch 'master' of git@git.videolan.org:vlc
  79. commit 3b0534ea2cd006b38292a28b32a685e6e0ef10a2
  80. Author: Rémi Denis-Courmont <rem@videolan.org>
  81. Date:   Thu Mar 20 19:08:30 2008 +0200
  82.     Don't use strcpy() on overlapping memory buffers - fixes #1500
  83. commit cfc98288babeb803bbeb85198fbad529cb35b659
  84. Author: Sam Hocevar <sam@zoy.org>
  85. Date:   Thu Mar 20 16:59:11 2008 +0000
  86.     Put (void)val; here and there to tell gcc we used the variable.
  87.     
  88.     The spin_lock wrappers do not use the return value of the functions they
  89.     wrap, resulting in dozens of compiler warnings because they are inline
  90.     functions. There is no elegant solution to this, I hope using (void)val;
  91.     is the least shocking alternative.
  92. commit 951c16c72039c9ef696fdd237d6d0304c5df3665
  93. Author: Ilkka Ollakka <ileoo@videolan.org>
  94. Date:   Thu Mar 20 18:01:00 2008 +0200
  95.     set rc_method = X264_RC_CQP if qp is set
  96.     set qpmin/qpmax even without qp set.
  97.     more constant on x264 parameters handling.
  98. commit 30b0fc05399a86ff3b7b31cafb20c73029828b02
  99. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  100. Date:   Wed Mar 19 23:23:27 2008 +0100
  101.     libvlc.sym: Add __vlc_object_set_destructor and fix make check.
  102. commit c4234b02fcdd61914a68bfbea5cceeed615df8a3
  103. Author: Jean-Baptiste Kempf <jb@videolan.org>
  104. Date:   Wed Mar 19 15:08:27 2008 -0700
  105.     Small size adjustement.
  106. commit 5470ba32e8194c56865ad2fef0e05af8d7fc3fda
  107. Author: Jean-Baptiste Kempf <jb@videolan.org>
  108. Date:   Wed Mar 19 15:06:21 2008 -0700
  109.     Fix "Remove security-policy UI" [2db278fa3a9a53f1ab026acfd83672a405cb2e9f] commit that made overlapping.
  110. commit 97d1d1c21efde89b1ce9c5e1c89e171b09d33aa1
  111. Author: Rémi Denis-Courmont <rem@videolan.org>
  112. Date:   Wed Mar 19 21:00:19 2008 +0200
  113.     Remove redumdant Makefile target
  114. commit 473906a052f21523a3fe450f4664f247f72b3d9e
  115. Author: Rémi Denis-Courmont <rem@videolan.org>
  116. Date:   Wed Mar 19 20:59:09 2008 +0200
  117.     pkg-config for the plugin API
  118.     
  119.     (Don't expect this to work yet though)
  120. commit b321beb4ac88fb3d032b0f0132a8ce7348b52f89
  121. Author: Rémi Denis-Courmont <rem@videolan.org>
  122. Date:   Wed Mar 19 20:52:05 2008 +0200
  123.     Use NDEBUG
  124. commit 484c93112f2827cf242c6f4807f7f48f28be6aa9
  125. Author: Rémi Denis-Courmont <rem@videolan.org>
  126. Date:   Wed Mar 19 20:40:16 2008 +0200
  127.     Set PLUGIN_PATH and LOCALEDIR only for libvlc
  128. commit 50f3a306ea5c05c6505594e785c508cdf1c5d9cb
  129. Author: Rémi Denis-Courmont <rem@videolan.org>
  130. Date:   Wed Mar 19 19:31:15 2008 +0200
  131.     SAP: m= subtype is not supposed to be a number in with the "udp"
  132.     protocol, so don't try to use atoi() there.
  133. commit 28737ffcb575641e55b9ec9b04fe3e5c6e130141
  134. Author: Rémi Denis-Courmont <rem@videolan.org>
  135. Date:   Wed Mar 19 18:58:46 2008 +0200
  136.     vlc_fixups.h: Protect against multiple inclusions
  137. commit 49c5319575d754e806a0eebc93138a9c52f926ef
  138. Author: Rémi Denis-Courmont <rem@videolan.org>
  139. Date:   Wed Mar 19 18:46:53 2008 +0200
  140.     file access: Remove expand path, spare one dummy duplication
  141. commit 540c761324ae1034f4aa5a5d45b84907d7720b65
  142. Author: Rémi Denis-Courmont <rem@videolan.org>
  143. Date:   Wed Mar 19 18:37:26 2008 +0200
  144.     Factorize the localtime_r replacement
  145. commit 48d8e6bf030cbb4f64d8dafcd8587489c088bbf7
  146. Author: Sam Hocevar <sam@zoy.org>
  147. Date:   Wed Mar 19 13:53:57 2008 +0000
  148.     Use LoadLibrary instead of LoadLibraryA.
  149.     
  150.     LoadLibrary can either point to LoadLibraryA or LoadLibraryW depending
  151.     on the system and build options, so let's use LoadLibrary everywhere
  152.     for consistency. Also, wrap static argument strings with _T() so that
  153.     they're automatically in the right format.
  154. commit f351efa7d22645625d20204f86a44b194fde8352
  155. Author: Pavlov Konstantin <thresh@altlinux.ru>
  156. Date:   Wed Mar 19 18:31:07 2008 +0300
  157.     Fix Array Indexing Vulnerability in sdpplin_parse(). (CVE-2008-0073). (closes #1531).
  158.     Thanks to Alin Rad Pop, Secunia Research.
  159.     Ported from libxine.
  160. commit 16c69ade84edabaf8c861f1e4f478ae815f94970
  161. Author: Sam Hocevar <sam@zoy.org>
  162. Date:   Wed Mar 19 13:18:09 2008 +0000
  163.     Add a --disable-vlc configure flag to not build VLC.
  164.     
  165.     In some cases (eg. when building binary packages) one only needs libvlc
  166.     and libvlc-control and does not wish to build or install VLC binaries.
  167.     This --disable-vlc flag saves us from manually removing the unwanted
  168.     binaries after "make install".
  169. commit 8b06bdb4caf5b78af5be9e02f59fa4bc4ba0c61a
  170. Author: Filippo Carone <littlejohn@videolan.org>
  171. Date:   Wed Mar 19 14:10:06 2008 +0100
  172.     more libvlc_media_list_player tests
  173. commit 5df4f82a48567b78a3c2a9ac9cb679d50e5351dc
  174. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  175. Date:   Wed Mar 19 13:45:18 2008 +0100
  176.     auhal: Fix kAudioDevicePropertyDeviceIsAlive check (vlc_bool_t size has changed and doesn't match anymore the needed param size for kAudioDevicePropertyDeviceIsAlive).
  177. commit 4082c803f778e903ae0b1dc9afaf3ad86fddbd69
  178. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  179. Date:   Wed Mar 19 13:17:46 2008 +0100
  180.     auhal: Replace deprecated Add/RemoveProc calls by Create/DestroyProcID calls.
  181. commit af929d567facf21f853cd0c84c671849167abcb2
  182. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  183. Date:   Wed Mar 19 12:06:07 2008 +0100
  184.     auhal: Make sure gettimeofday is defined.
  185. commit 808821a820b5e13e829e1d8a9edcffca73b5ba37
  186. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  187. Date:   Wed Mar 19 10:31:46 2008 +0100
  188.     Revert "Fix compilation, by "fixing" VLC_PUBLIC_API." as the compilation breakage on Qt4 was obviously a typo in 461e426f5.
  189.     
  190.     This reverts commit 82d39c38faa8a4eaeb613d65d27957321f449c02.
  191. commit 8de31a2675b91f9520e6b20e70030f0f2a8ef38f
  192. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  193. Date:   Wed Mar 19 10:30:17 2008 +0100
  194.     qt4: Fix open_panels.cpp compilation.
  195. commit 82d39c38faa8a4eaeb613d65d27957321f449c02
  196. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  197. Date:   Wed Mar 19 07:53:24 2008 +0100
  198.     Fix compilation, by "fixing" VLC_PUBLIC_API.
  199.     
  200.     Revert "VLC_PUBLIC_API needs extern "C" on windows/c++ too."
  201.     
  202.     This reverts commit 4af174fcd8b06d416eb499a61f56029a2d48bd90.
  203.     
  204.     Revert "Mark VLC_PUBLIC_API as extern "C" when using C++."
  205.     
  206.     This reverts commit 879e3eb226c7df84db6868b25964830664f92ebb.
  207.     
  208.     Don't publish the default object destructor. (VLC_PUBLIC_API is broken)
  209. commit 461e426f5b03bdfc8d40dd8874f3cb7e23da7127
  210. Author: Jean-Baptiste Kempf <jb@videolan.org>
  211. Date:   Tue Mar 18 19:42:12 2008 -0700
  212.     Add "" around subtitles name. Fix #1528
  213. commit c365acef1712b09f8c07a10e8014f135081df441
  214. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  215. Date:   Wed Mar 19 02:32:28 2008 +0100
  216.     media_instance: Don't rely on vlc_object_find now that input refcounting is fixed.
  217. commit af3a9f1bda52929ead2943edda814bdd8a6d2538
  218. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  219. Date:   Wed Mar 19 02:05:06 2008 +0100
  220.     control/media_instance.c: Fix libvlc_media_instance_new_from_input_thread() now that input refcounting is fixed.
  221. commit cf3100336b61b3297f368c68c5e019b157dba63b
  222. Author: Rafaël Carré <funman@videolan.org>
  223. Date:   Wed Mar 19 01:55:49 2008 +0100
  224.     Add FLV mimetypes in browser plugins
  225.     
  226.     Patch contributed by dkl0
  227. commit 9e96ce01733f21e24b8b357dfd9096c92480edf9
  228. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  229. Date:   Wed Mar 19 01:37:24 2008 +0100
  230.     control/media_descriptor.c: Proper vlc: URL.
  231. commit 6fe2f30c0432c5fe2a3e280bd6a9707bf2ac74b3
  232. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  233. Date:   Wed Mar 19 01:30:09 2008 +0100
  234.     vlm: Don't automatically detach in vlm_Delete if not needed, this will be done at destroy time if needed (This should fix some rare bug).
  235. commit afccd092f45c32f72a43283c725e939f173ec3c9
  236. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  237. Date:   Wed Mar 19 01:29:12 2008 +0100
  238.     objects.c: Automatically detach from the parent.
  239. commit a4e9080036b0431fc25947dd4ecfcb5998af8cdd
  240. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  241. Date:   Wed Mar 19 01:24:36 2008 +0100
  242.     vlm: Fix destruction by using correctly using refcounting.
  243. commit 4af174fcd8b06d416eb499a61f56029a2d48bd90
  244. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  245. Date:   Wed Mar 19 00:42:00 2008 +0100
  246.     VLC_PUBLIC_API needs extern "C" on windows/c++ too.
  247. commit 33e3f3deed0b8087223521e457ffd734c0830195
  248. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  249. Date:   Wed Mar 19 00:36:33 2008 +0100
  250.     input: Get rid of Destroy(), and move sout keeping code to the destructor.
  251. commit 68ed0898ecf97d7e0c11d6b34d1aa45d224bf32b
  252. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  253. Date:   Wed Mar 19 00:02:47 2008 +0100
  254.     input: Use a Destructor to delete critical resources. Destroy() should be removed.
  255. commit cae26885df6eaccbb9b02499248b0acf5fb87a15
  256. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  257. Date:   Tue Mar 18 23:42:36 2008 +0100
  258.     block.c: Remove a warning about unused argument.
  259. commit d98ba2fe7096c886744335770014044c36cc8d51
  260. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  261. Date:   Tue Mar 18 23:56:30 2008 +0100
  262.     objects.c: Add an assert_locked() in vlc_object_yield_locked().
  263. commit 56a0945078146cedcd3c9e33ce86caa24de79b2f
  264. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  265. Date:   Tue Mar 18 23:23:23 2008 +0100
  266.     vlc_objects.h: Export and implement vlc_object_set_destructor().
  267. commit 879e3eb226c7df84db6868b25964830664f92ebb
  268. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  269. Date:   Tue Mar 18 23:15:30 2008 +0100
  270.     Mark VLC_PUBLIC_API as extern "C" when using C++.
  271. commit db59220242fc7918ea68f30b01257391459a5f84
  272. Author: Rémi Denis-Courmont <rem@videolan.org>
  273. Date:   Tue Mar 18 21:50:02 2008 +0200
  274.     Proper vlc: URL
  275. commit b3a086f551ef547194d32ac4ae4911a16885f3c6
  276. Author: Rémi Denis-Courmont <rem@videolan.org>
  277. Date:   Tue Mar 18 21:38:13 2008 +0200
  278.     Remove redumdant stdbool includes
  279. commit 2db278fa3a9a53f1ab026acfd83672a405cb2e9f
  280. Author: Rémi Denis-Courmont <rem@videolan.org>
  281. Date:   Tue Mar 18 21:37:19 2008 +0200
  282.     Remove security-policy UI
  283. commit f2e6a702ae7401e2c0f11665660a753f611e180b
  284. Author: Rémi Denis-Courmont <rem@videolan.org>
  285. Date:   Tue Mar 18 21:23:56 2008 +0200
  286.     shout discovery: don't try to set non-existent option
  287.     (funman removed m3u-extvlcopt a few days ago).
  288. commit 6ee1e74f7983b2d929f6511b35ef6ca72fbea1f4
  289. Author: Rémi Denis-Courmont <rem@videolan.org>
  290. Date:   Tue Mar 18 21:12:00 2008 +0200
  291.     Remove the short-lived security-policy parameter.
  292.     
  293.     In by far the overwhelming majority of cases, the user would not know
  294.     how to determine the correct answer to the security prompt (did you
  295.     ever compare SSL error handling in IE6 and IE7?). Since the trust value
  296.     is now determined programatically, this would seem to mostly help users
  297.     shoot themselves in the foot.
  298.     
  299.     --security-policy is also broken when using --playlist-enqueue: imagine
  300.     you are running VLC with no security, and then your browser enqueues an
  301.     M3U from some nasty webserver... fireworks.
  302.     
  303.     Wrappers around VLC really should NOT use M3U files if they need to
  304.     tweak certain options (e.g. --sout). Global options can simply be set
  305.     the normal way from the command line (e.g.: vlc --sout '#std{...}').
  306.     Per-item options can be set using the colon notation. Multiple items
  307.     should be expanded on the command line in the right order, rather than
  308.     written to a M3U file. Alternative, IPC interfaces could be used
  309.     (single instance + playlist enqueue, RC interface, DBus interface...)
  310.     or language bindings.
  311.     
  312.     *** Important note ***
  313.     Web browser plugins are still in need of fixing. I suppose
  314.     libvlc-control should be extented to support playlist item trust.
  315.     
  316.     Feel free to revert and do something else if you have a _better_ idea.
  317. commit 794a69356e450a617a4adde3775cfa50ae643a20
  318. Author: Filippo Carone <littlejohn@videolan.org>
  319. Date:   Tue Mar 18 19:28:38 2008 +0100
  320.     fixes for libvlc medialistplayer_play_item and medialistplayer_play_item_at_index - medialistplayer_play is still out of order
  321. commit 9806c813954db8bd465c2520c2f6ca6ef118faf6
  322. Author: Rafaël Carré <funman@videolan.org>
  323. Date:   Tue Mar 18 09:29:48 2008 +0100
  324.     Ignore files built in bindings/cil
  325. commit 03dbdfe7b9bc3d749435c27cc01d0606f411a4e1
  326. Author: Rafaël Carré <funman@videolan.org>
  327. Date:   Tue Mar 18 09:26:27 2008 +0100
  328.     Fix out of tree building of the python bindings
  329. commit 97a9d4e927bdbac13eba6c65d204b07b5d7b3376
  330. Author: Rafaël Carré <funman@videolan.org>
  331. Date:   Mon Mar 17 15:51:57 2008 +0100
  332.     Verify Python.h presence when enabling python bindings
  333. commit 031256f27b7cc2ffb443a23a71b117ee45af6eb8
  334. Author: Filippo Carone <littlejohn@videolan.org>
  335. Date:   Mon Mar 17 23:35:11 2008 +0100
  336.     new (failing) test for ticket #1527 added
  337. commit 34ab57aad3f670855d4b6d6b2812e7997c5beea4
  338. Author: Filippo Carone <littlejohn@videolan.org>
  339. Date:   Mon Mar 17 23:19:25 2008 +0100
  340.     check if media_list_player->media_list is null before locking - fixes #1524
  341. commit 489d57c1a28bfacabe4cf92d0cc868c9fd06986e
  342. Author: Christophe Mutricy <xtophe@videolan.org>
  343. Date:   Mon Mar 17 20:53:27 2008 +0000
  344.     Update pot file
  345.     
  346.     on't forget to do it when you delete files else it breaks make dist
  347. commit eb85f7afc2685c9973973a8d6c1a4530c6b77972
  348. Author: Rafaël Carré <funman@videolan.org>
  349. Date:   Mon Mar 17 21:32:09 2008 +0100
  350.     Fix #1487
  351.     
  352.     Don't use an object after releasing it
  353. commit cd3ea880421919b66e627b4721d23e53989002bf
  354. Author: Rémi Denis-Courmont <rem@videolan.org>
  355. Date:   Mon Mar 17 21:20:33 2008 +0200
  356.     Don't leak vlc_bool_t through libvlc-control
  357.     
  358.     This restores the ABI. It also avoids nasty issues with determining
  359.     what a native boolean is from language bindings.
  360. commit b623ad8c99a6bf61eb9b61c2e26388ff5ae1a86a
  361. Author: Rémi Denis-Courmont <rem@videolan.org>
  362. Date:   Mon Mar 17 21:11:40 2008 +0200
  363.     Tag ABI break
  364. commit 1b9c93e80ed9fd5e531d330469a0ec934d5b64d8
  365. Author: Rémi Denis-Courmont <rem@videolan.org>
  366. Date:   Mon Mar 17 21:11:15 2008 +0200
  367.     Pass trust flag to var_OptionParse
  368. commit 5bfaf660bd32e11683bde7c96270dcd094dbea74
  369. Author: Rémi Denis-Courmont <rem@videolan.org>
  370. Date:   Mon Mar 17 21:09:07 2008 +0200
  371.     Fix return value
  372. commit bf4a300705421cd16dd93e715b352a0a9f606f1b
  373. Author: Rémi Denis-Courmont <rem@videolan.org>
  374. Date:   Mon Mar 17 21:06:16 2008 +0200
  375.     Retain certain flags from input_ItemAddOpt
  376.     
  377.     (Oh! another ABI break - if only vlc_input_item_t weren't public)
  378. commit 74b1c6cdc6d4c4c9f06bcbe6ea4f9a4882297f77
  379. Author: Rémi Denis-Courmont <rem@videolan.org>
  380. Date:   Mon Mar 17 21:05:35 2008 +0200
  381.     Code factorization: use input_ItemAddOption
  382. commit 25ea83eba40db206731f469169a7929a3996bc56
  383. Author: Rémi Denis-Courmont <rem@videolan.org>
  384. Date:   Mon Mar 17 21:04:21 2008 +0200
  385.     VLM: use input_ItemAddOption
  386. commit 2e7e22467bd0ba3d9ef6cb2211fab3133ae40486
  387. Author: Rémi Denis-Courmont <rem@videolan.org>
  388. Date:   Mon Mar 17 20:04:45 2008 +0200
  389.     Use native C/C++ boolean type
  390. commit 709f415cdf024f565f16df51d1c0378356f23070
  391. Author: Rémi Denis-Courmont <rem@videolan.org>
  392. Date:   Mon Mar 17 19:57:33 2008 +0200
  393.     Provide the trust value to var_OptionParse
  394. commit 208d017e7c250518e1601a9610cec0866012ca37
  395. Author: Rémi Denis-Courmont <rem@videolan.org>
  396. Date:   Mon Mar 17 19:38:21 2008 +0200
  397.     Set the proper flags for item options
  398. commit 55083e6b6e768dc817b2f88e6d53232c20729075
  399. Author: Rafaël Carré <funman@videolan.org>
  400. Date:   Mon Mar 17 11:46:09 2008 +0100
  401.     Re-enable m3u parsing
  402.     
  403.     This check is already made by the new safe option flag (still broken, but to be fixed one day)
  404. commit 0e2052d5cd889db4fa7c84c7457f66bc7d3951e1
  405. Author: Ilkka Ollakka <ileoo@videolan.org>
  406. Date:   Mon Mar 17 10:14:45 2008 +0200
  407.     Tell that dst-parameter overrides new bind/path parameters.
  408. commit 80a74d66eb92914ffba1e4996de3bf74060ba5e5
  409. Author: Ilkka Ollakka <ileoo@videolan.org>
  410. Date:   Fri Mar 14 22:57:55 2008 +0200
  411.     Add bind and path aliases for standard streamoutput, so you can document
  412.     streaming (hopefully) more cleaner way like:
  413.     
  414.     standard{access=http,bind=:8080,path=/myfile.ts}
  415.     equals to
  416.     standard{access=http,dst=:8080//myfile.ts}
  417.     (that extra / doesn't seem to harm and it's only visual flaw)
  418. commit 2f541e74db27020b92c9603d1d4dfebcd05a300e
  419. Author: Jean-Baptiste Kempf <jb@videolan.org>
  420. Date:   Mon Mar 17 00:46:46 2008 -0700
  421.     Fix warning in rawvid demxuer.
  422. commit 2e8d84e3949e6c7f1fdcec6c662e7509b7d10de8
  423. Author: Jean-Baptiste Kempf <jb@videolan.org>
  424. Date:   Mon Mar 17 00:42:48 2008 -0700
  425.     Kill a warning.
  426. commit aeb71956196c14dc655810681bfffafb8e33d3a6
  427. Author: Jean-Baptiste Kempf <jb@videolan.org>
  428. Date:   Mon Mar 17 00:40:27 2008 -0700
  429.     REmove uninitialised variable.
  430. commit af2b9b2c865247952124dbb012251c6ef1be2bc3
  431. Author: Jean-Baptiste Kempf <jb@videolan.org>
  432. Date:   Sun Mar 16 17:40:33 2008 -0700
  433.     Update the list of objects after a VLM import. Patch By Jean-François Massol, slightly modified.
  434. commit 786adcfe4f379510874f04b454bbfe3daf643ad9
  435. Author: Jean-Baptiste Kempf <jb@videolan.org>
  436. Date:   Sun Mar 16 12:37:38 2008 -0700
  437.     Remove debug.
  438. commit e5979c33103d684a7422c9f291edb9baf295d601
  439. Author: Pavlov Konstantin <thresh@altlinux.ru>
  440. Date:   Mon Mar 17 01:10:02 2008 +0300
  441.     Link ncurses plugin to libtinfo if available.
  442.     Should fix builds on linuxes using that library: ALT, PLD, Fedora.
  443. commit c87ad54056043b0b94d78847bd6e311e6e20aa6a
  444. Author: Filippo Carone <littlejohn@videolan.org>
  445. Date:   Sun Mar 16 22:40:50 2008 +0100
  446.     new (failing) test for media list player (ticket #1524)
  447. commit 99f80c178a8236c18400150fff4d436f127e41b8
  448. Author: Rémi Denis-Courmont <rem@videolan.org>
  449. Date:   Sun Mar 16 23:22:59 2008 +0200
  450.     Handle all memory errors in MP4 esds
  451. commit 7061a05d461803044bd98b63fed47340736e9809
  452. Author: Rémi Denis-Courmont <rem@videolan.org>
  453. Date:   Sun Mar 16 23:17:27 2008 +0200
  454.     Handle memory errors in MP4 ctts - refs #1508
  455. commit cd74f7f84a46eb1e8468ae24a3b723a77c68ab67
  456. Author: Rémi Denis-Courmont <rem@videolan.org>
  457. Date:   Sun Mar 16 23:16:58 2008 +0200
  458.     Cleanup MP4 ftyp
  459. commit ba67168b4ab7a05a45111791b179776bca016c43
  460. Author: Rémi Denis-Courmont <rem@videolan.org>
  461. Date:   Sun Mar 16 23:15:40 2008 +0200
  462.     Handle memory errors in MP4 stts - fixes #1502
  463. commit 1e08726cdcb9ec5a18d1fd9a890d29aded061cdd
  464. Author: Pavlov Konstantin <thresh@videolan.org>
  465. Date:   Sun Mar 16 23:59:36 2008 +0300
  466.     Update no-mmx patch for current ffmpeg.
  467. commit 160cf0e2f7a41040dc322162ac503fb2f7a5c170
  468. Author: Rafaël Carré <funman@videolan.org>
  469. Date:   Sun Mar 16 21:22:30 2008 +0100
  470.     Try compilation before interaction
  471.     
  472.     buildbots should be able to compile asa cleanly now (unless for X-compile of course)
  473. commit 55f3a9f1dc708d536a61a8f65c8b3c854c14e360
  474. Author: Rafaël Carré <funman@videolan.org>
  475. Date:   Sun Mar 16 20:49:26 2008 +0100
  476.     Interaction are controlled by a dedicated thread
  477.     
  478.     This is not the playlist's work at all
  479.     Fix #1520
  480. commit f0c27947efb2fab7144ffd3425e3822d6073d622
  481. Author: Rémi Duraffort <ivoire@videolan.org>
  482. Date:   Sun Mar 16 21:33:27 2008 +0100
  483.     During the compilation, print errors and warnings on stderr.
  484. commit 54c23b66191ff8c50c699b0b92bc0e1bc617924c
  485. Author: Rémi Duraffort <ivoire@videolan.org>
  486. Date:   Sat Mar 15 20:26:02 2008 +0100
  487.     Remove useless test before a delete.
  488. commit 10b3d6f1a239ec17c16cdfca13b4f98051591f34
  489. Author: Filippo Carone <littlejohn@videolan.org>
  490. Date:   Sun Mar 16 19:59:47 2008 +0100
  491.     fix for libvlc_get_input_thread: check for null before locking. fixes #1522
  492. commit c6fabd0fc5bf92148dc90938bb66c0553e186f06
  493. Author: Filippo Carone <littlejohn@videolan.org>
  494. Date:   Sun Mar 16 17:11:26 2008 +0100
  495.     initial media list player unit tests file
  496. commit 9c24ad3ef121fbda9d6f50fdcbbe1a2193c838a5
  497. Author: Filippo Carone <littlejohn@videolan.org>
  498. Date:   Sun Mar 16 17:11:00 2008 +0100
  499.     use the sync_instance library for tests too
  500. commit b7c2f1b54a4c28d41b141ccd483f0508bd521662
  501. Author: Filippo Carone <littlejohn@videolan.org>
  502. Date:   Sun Mar 16 17:10:13 2008 +0100
  503.     centralize maven compiler plugin
  504. commit ad53a53efbb955ad8116d68f6d2f74953f1775ed
  505. Author: Rafaël Carré <funman@videolan.org>
  506. Date:   Sun Mar 16 15:15:07 2008 +0100
  507.     Remove debug
  508. commit a7e2dcfe29e2767bfa13d4b3451d2543fe8ae2bd
  509. Author: Filippo Carone <littlejohn@videolan.org>
  510. Date:   Sun Mar 16 14:15:46 2008 +0100
  511.     gettext 0.16.1 was an unintended change - sorry
  512. commit 7984e32f174df8fe061c0e9ec70aff32f6840f2a
  513. Author: Filippo Carone <littlejohn@videolan.org>
  514. Date:   Sun Mar 16 14:12:06 2008 +0100
  515.     ac_prog_java* not needed anymore
  516. commit a21959aff9fc4595d6d82867447889ee2c862b40
  517. Author: Filippo Carone <littlejohn@videolan.org>
  518. Date:   Sun Mar 16 14:04:10 2008 +0100
  519.     remove ant references on --enable-java-bindings, say users to run mvn
  520. commit fc14fe5dd6af97130558a77fbd60e1fdbb54165c
  521. Author: Filippo Carone <littlejohn@videolan.org>
  522. Date:   Sun Mar 16 13:45:53 2008 +0100
  523.     some basic info on how to use mvn added
  524. commit 12c70d4b6eb8c2e682bf6c045ec8f217c033b511
  525. Author: Filippo Carone <littlejohn@videolan.org>
  526. Date:   Sun Mar 16 13:39:23 2008 +0100
  527.     switch to jdk 1.5
  528. commit a130c17fc4c838c4e924f3fa67c47821ebff1779
  529. Author: Filippo Carone <littlejohn@videolan.org>
  530. Date:   Sun Mar 16 13:22:00 2008 +0100
  531.     switch to jdk 1.5
  532. commit 7a9a29f49f46c7133846190c700d1725ce668a25
  533. Author: Filippo Carone <littlejohn@videolan.org>
  534. Date:   Sun Mar 16 13:21:26 2008 +0100
  535.     more info about developers/contributors
  536. commit db39ed110ef89bf6dad646b774dfa84c2d028d31
  537. Author: Adrien Grand <jpountz@jpountz.net>
  538. Date:   Sun Mar 16 13:02:00 2008 +0100
  539.     [PATCH] Maven2 plugins
  540.     
  541.     Signed-off-by: Filippo Carone <littlejohn@videolan.org>
  542. commit fc3815a7114f9fef7eb47e38903f33bfb10597b7
  543. Author: Rafaël Carré <funman@videolan.org>
  544. Date:   Sun Mar 16 03:47:07 2008 +0100
  545.     Better stats box in ncurses
  546.     
  547.     Fix scrolling
  548.     Use ACS_* characters to be nicer
  549.     Only show video & audio if there is an es (or show both if there is no es, mp3 has no es)
  550.     TODO: show sout only when needed
  551. commit ba7e4ce0f12026c1736097f43cfbd96096b98f23
  552. Author: Rafaël Carré <funman@videolan.org>
  553. Date:   Sat Mar 15 22:47:10 2008 +0100
  554.     Add assert()ions to help fighting a bug
  555. commit eb73dbd387402d035c2eb77d9c0a65a5e21c4d95
  556. Author: Rafaël Carré <funman@videolan.org>
  557. Date:   Sat Mar 15 21:50:33 2008 +0100
  558.     Do not hide bugs
  559. commit b4b0a1b6f82807f4e7b0a1f96b62dcf109018549
  560. Author: Rémi Duraffort <ivoire@videolan.org>
  561. Date:   Sat Mar 15 20:01:04 2008 +0100
  562.     Remove useless test before free and delete.
  563. commit 31927c895c0f13237bf734cbae39f915bb2b3786
  564. Author: Jean-Baptiste Kempf <jb@videolan.org>
  565. Date:   Sat Mar 15 11:46:54 2008 -0700
  566.     Fix DShow capture names with spaces, spotted by Andre Weber.
  567.     Fix Apple iSight on windows :D
  568. commit 944ddb5bc274ea3784498471a7965e51545e587f
  569. Author: Jean-Baptiste Kempf <jb@videolan.org>
  570. Date:   Sat Mar 15 00:35:13 2008 -0700
  571.     Force to fix the size of GotoDialog.
  572. commit 24657112e5f2532b48d25416b46eb2212b01f089
  573. Author: Richard Hosking <richard@hovis.net>
  574. Date:   Sat Mar 15 16:55:28 2008 +0000
  575.     Cosmetic - changed negative test.
  576. commit 6b8e5d9bc6fcc4fe2284cbf37709d3b1317473dd
  577. Author: Filippo Carone <littlejohn@videolan.org>
  578. Date:   Sat Mar 15 17:32:12 2008 +0100
  579.     more media list unit tests
  580. commit 72d148236598b070fbbc03e12a21623d485987e1
  581. Author: Filippo Carone <littlejohn@videolan.org>
  582. Date:   Sat Mar 15 16:33:48 2008 +0100
  583.     media list count unit test added
  584. commit ce42723bbe41d8c4fefe09f83195d99d678a868b
  585. Author: Filippo Carone <littlejohn@videolan.org>
  586. Date:   Sat Mar 15 16:33:18 2008 +0100
  587.     Adrien added to thanks
  588. commit dbc1b9b7e55b7e1655c44e9c42dc3ee7bca1e64a
  589. Author: Filippo Carone <littlejohn@videolan.org>
  590. Date:   Sat Mar 15 16:25:19 2008 +0100
  591.     ignore folder contents
  592. commit 850c37b46867f04052709bdfce91c3f04ddc27d2
  593. Author: Filippo Carone <littlejohn@videolan.org>
  594. Date:   Sat Mar 15 15:34:04 2008 +0100
  595.     ignore mvn generated files
  596. commit 7d3cc85d1bc8a3d7aea4f5486148826304b0aa8b
  597. Author: Richard Hosking <richard@hovis.net>
  598. Date:   Sat Mar 15 14:50:27 2008 +0000
  599.     Fix very minor memory leak when using OSS for audio.
  600. commit a19cac2195024dc9992fa582eeb4701602695003
  601. Author: Adrien Grand <jpountz@jpountz.net>
  602. Date:   Sat Mar 15 13:27:06 2008 +0100
  603.     [PATCH]  - maven project structure reorganization - add a exec:java goal to launch the VlcClient
  604. commit 2d22d0e2f33e7e617a49417418102e3105c038c1
  605. Author: Jean-Baptiste Kempf <jb@videolan.org>
  606. Date:   Fri Mar 14 20:51:07 2008 -0700
  607.     Very slight fixes in Open Dialog too.
  608. commit bc5ec85a6e24e317b930983a34e9f0d3e7e8eb33
  609. Author: Jean-Baptiste Kempf <jb@videolan.org>
  610. Date:   Fri Mar 14 20:42:03 2008 -0700
  611.     Very very Slight modification of Open dialog
  612. commit 064a983fe5836624bce01053ec35c2ee3f8d1b4a
  613. Author: Jean-Baptiste Kempf <jb@videolan.org>
  614. Date:   Fri Mar 14 20:32:44 2008 -0700
  615.     Fix layout in VLM dialog.
  616. commit cceacadfbd5ec1104c9cb4a37901f29f1d8596df
  617. Author: Jean-Baptiste Kempf <jb@videolan.org>
  618. Date:   Fri Mar 14 19:31:50 2008 -0700
  619.     Fix the dialogs problem on Mac.
  620. commit be11a0133ff77434b9ede817bc827885eae1daab
  621. Author: Jean-Baptiste Kempf <jb@videolan.org>
  622. Date:   Fri Mar 14 19:22:25 2008 -0700
  623.     AssoDialog is not available on Mac.
  624. commit a302df0cf04f6030eaba0254c512851811260826
  625. Author: Christophe Mutricy <xtophe@videolan.org>
  626. Date:   Sat Mar 15 00:00:40 2008 +0000
  627.     Fix building with an uninstalled ffmpeg
  628. commit 10fd1f14df5c4d9552759336d80a4e67d0d66ebe
  629. Author: Rafaël Carré <funman@videolan.org>
  630. Date:   Fri Mar 14 22:28:43 2008 +0100
  631.     Fix #1515 - vlc.exe icon
  632. commit 66eef912955166cb5eaa7d1a6e051c47ace70852
  633. Author: Rafaël Carré <funman@videolan.org>
  634. Date:   Fri Mar 14 19:24:01 2008 +0100
  635.     Fix aac decoding when muxed with ADTS headers + AudioSpecificConfig
  636.     
  637.     When AudioSpecificConfig is available in fmt->i_extra, faad need the ADTS headers removed
  638. commit 3b4b75ab12a8de94daed79c49442e4fe69399b8d
  639. Author: André Weber <atmo@videolan.org>
  640. Date:   Fri Mar 14 18:48:54 2008 +0100
  641.     StringListConfigControl finish -> deal with empty ppsz_list_text, same like in wx widgets, use instead the short text
  642. commit 87014491480629af9a590f723b4683fc2ccc55c9
  643. Author: Filippo Carone <littlejohn@videolan.org>
  644. Date:   Fri Mar 14 09:51:44 2008 +0100
  645.     use empty .gitignore files to track empty folders
  646. commit 1fd0545efbdf4aef65714d6abee9b10832361ba0
  647. Author: Filippo Carone <littlejohn@videolan.org>
  648. Date:   Fri Mar 14 09:49:53 2008 +0100
  649.     Revert "dummy .empty files added for needed folders"
  650.     
  651.     This reverts commit 0a7044077201ff47826bbf1f9bb596aff827a97f.
  652.     
  653.     i'll use empty .gitignore files
  654. commit 7903384866363cf822da012220c8aa5bcf2888c5
  655. Author: Filippo Carone <littlejohn@videolan.org>
  656. Date:   Fri Mar 14 09:40:14 2008 +0100
  657.     specify license in pom
  658. commit 6cf973e6fb09b9033440754f9b3813f1804c94e0
  659. Author: Rafaël Carré <funman@videolan.org>
  660. Date:   Fri Mar 14 14:19:00 2008 +0100
  661.     Display live stats in ncurses interface.
  662.     
  663.     Activate it with hotkey 'S' ('s' is stop)
  664. commit 13a418add41dc3d518c693024d2b8018c0452dc5
  665. Author: Rafaël Carré <funman@videolan.org>
  666. Date:   Fri Mar 14 11:22:45 2008 +0100
  667.     fix [0cd7064a1b656cd87e61af14b74ec6c80c341fe6] : lower case "VLC"
  668. commit 805a9ad61bb628aee2ca936d048a86f16503bc56
  669. Author: Rafaël Carré <funman@videolan.org>
  670. Date:   Fri Mar 14 10:07:40 2008 +0100
  671.     Fix AAC muxing into TS
  672.     
  673.     Add ADTS headers on top of the raw AAC frames
  674.     Use the ADTS stream type (0x0f) since LOAS isn't implemented
  675.         This was wrong since we were streaming raw, not LOAS/LATM
  676. commit 62d91d413bc4a7c52a8b598680db14a19e523291
  677. Author: Jean-Baptiste Kempf <jb@videolan.org>
  678. Date:   Fri Mar 14 00:10:46 2008 -0700
  679.     Compile fix for L4MERS on Qt4.2 :D
  680. commit ba274b8b207a49037bd383ac250b530f98b3c65f
  681. Author: Ilkka Ollakka <ileoo@videolan.org>
  682. Date:   Fri Mar 14 08:32:49 2008 +0200
  683.     when sorting playlist with artist, sort also album under artist and tracknumber on album
  684.     I think this is good default atleast on music.
  685. commit c45048df5ea0ac61f646433b99d7731cb4140792
  686. Author: Jean-Baptiste Kempf <jb@videolan.org>
  687. Date:   Thu Mar 13 17:21:39 2008 -0700
  688.     Change button layout and behaviour in the open dialog. This avoid the Windows issue and should close #1455
  689. commit 6c27b7487733694e65a9cc601bbecb718c72a8c8
  690. Author: Jean-Baptiste Kempf <jb@videolan.org>
  691. Date:   Thu Mar 13 16:24:43 2008 -0700
  692.     Remove unnecessary function that doesn't do what we want anyway.
  693. commit 0b87d485d9d37eaa921ea4f53b39f29fce8cd50e
  694. Author: Rémi Duraffort <ivoire@videolan.org>
  695. Date:   Fri Mar 14 00:26:42 2008 +0100
  696.     Forgiven in the previous commit (useless test)
  697. commit 6411526fe052a033300e73045b07c0aaee089e88
  698. Author: Rémi Duraffort <ivoire@videolan.org>
  699. Date:   Fri Mar 14 00:24:00 2008 +0100
  700.     One more removing session. (useless test before a free())
  701. commit 5cb4066e102b6c6e89ab890439c5bf9c74703262
  702. Author: Rémi Duraffort <ivoire@videolan.org>
  703. Date:   Fri Mar 14 00:21:34 2008 +0100
  704.     Useless test before a free()
  705. commit ac5fe543116a304c652f0ae7eea38cfbb40c119d
  706. Author: Rémi Duraffort <ivoire@videolan.org>
  707. Date:   Fri Mar 14 00:19:57 2008 +0100
  708.     Remove useless test (one more time).
  709. commit 61abfdafa8566dc5ede8d172a9d495f0cec5a449
  710. Author: Jean-Baptiste Kempf <jb@videolan.org>
  711. Date:   Thu Mar 13 16:15:47 2008 -0700
  712.     Smaller margins.
  713. commit e2714b9c307270c8b87c03510bd6c31eaa82904d
  714. Author: Jean-Baptiste Kempf <jb@videolan.org>
  715. Date:   Thu Mar 13 15:56:40 2008 -0700
  716.     Fix a layout issue, and adds space left of reset button.
  717. commit 2067e26ab4694f2562742b19cd8e93493274ba46
  718. Author: Filippo Carone <littlejohn@videolan.org>
  719. Date:   Fri Mar 14 00:12:46 2008 +0100
  720.     libvlc core release test added
  721. commit 5057a7c4008696b6d07d8169931e18a161a27fe3
  722. Author: Filippo Carone <littlejohn@videolan.org>
  723. Date:   Fri Mar 14 00:12:10 2008 +0100
  724.     media list initial tests added
  725. commit 20cf28d1852087feca86c7753ef6c5bd62e409e4
  726. Author: Filippo Carone <littlejohn@videolan.org>
  727. Date:   Fri Mar 14 00:06:43 2008 +0100
  728.     Raffaella voice added for unit tests
  729. commit 8015def880fcd4ba00aa253a4929d4f19f450d5e
  730. Author: Filippo Carone <littlejohn@videolan.org>
  731. Date:   Thu Mar 13 23:16:16 2008 +0100
  732.     first unit test added
  733. commit e0efae4083eeafb85212641a20c3e0feb5c11cec
  734. Author: Filippo Carone <littlejohn@videolan.org>
  735. Date:   Thu Mar 13 22:55:51 2008 +0100
  736.     some more cleanup
  737. commit 4d17700cc4d49410acdb29ed3968d69408489526
  738. Author: Filippo Carone <littlejohn@videolan.org>
  739. Date:   Thu Mar 13 22:53:03 2008 +0100
  740.     reflect current vlc version in pom
  741. commit 4089ed51216810726a0ceeb48272ff42b247e67d
  742. Author: Filippo Carone <littlejohn@videolan.org>
  743. Date:   Thu Mar 13 22:52:31 2008 +0100
  744.     basic instructions for maven2
  745. commit 670c37bdcf25ed7c5bdc04c6250fb380f3a8debf
  746. Author: Filippo Carone <littlejohn@videolan.org>
  747. Date:   Thu Mar 13 22:44:35 2008 +0100
  748.     jna added as a dependency
  749. commit ba6e094def4c2d340d112b80eb50d1a5d8b897a4
  750. Author: Filippo Carone <littlejohn@videolan.org>
  751. Date:   Thu Mar 13 22:29:18 2008 +0100
  752.     VLCExample moved to org.videolan.jvlc.example
  753. commit 0a7044077201ff47826bbf1f9bb596aff827a97f
  754. Author: Filippo Carone <littlejohn@videolan.org>
  755. Date:   Thu Mar 13 22:27:38 2008 +0100
  756.     dummy .empty files added for needed folders
  757. commit c09c00029b56f8b6b9e8736bc8811d4b01a36ca4
  758. Author: Filippo Carone <littlejohn@videolan.org>
  759. Date:   Thu Mar 13 22:16:24 2008 +0100
  760.     maven2 project structure
  761. commit bb1a46d01ed14c835baaac86de4b5c8f65a59419
  762. Author: Filippo Carone <littlejohn@videolan.org>
  763. Date:   Thu Mar 13 22:03:18 2008 +0100
  764.     remove old headers in java bindings
  765. commit 28644afa0512962fc8627b23713f02c873a5761f
  766. Author: Ilkka Ollakka <ileoo@videolan.org>
  767. Date:   Thu Mar 13 22:35:49 2008 +0200
  768.     change playlist sorting to use qsort instead bubblesorting that was used.
  769. commit 104802fa1f8c3cf960f266f3cfbc12a6f6caa77a
  770. Author: André Weber <atmo@videolan.org>
  771. Date:   Thu Mar 13 19:31:36 2008 +0100
  772.     fixed warning about wrong datatypes (mdate(), pf_GetSystemInfo)
  773. commit 0305cdacc18e39d01efe5a10485c9109f8818798
  774. Author: Rémi Duraffort <ivoire@videolan.org>
  775. Date:   Thu Mar 13 19:17:42 2008 +0100
  776.     Revert some errors in 859436564cd0b85e76b888a88205424ede9cb412 and 9630c00c6b310e1a824f0bce00de89f0f777484f
  777. commit 6d9e92da983e3ae91b09ce983aae5b851a6d884c
  778. Author: Rafaël Carré <funman@videolan.org>
  779. Date:   Thu Mar 13 16:18:35 2008 +0100
  780.     Revert [cd2de36f617b57813c44fd94babd7fa952bccf8d]
  781.     
  782.     assert that pf_control is available
  783. commit 7fcfedbc4fd304c5b383bcb598efa1312d9480af
  784. Author: Rafaël Carré <funman@videolan.org>
  785. Date:   Thu Mar 13 15:55:09 2008 +0100
  786.     m4a packetizer: remove (comment) unused parameter
  787. commit 0633bc89ea492e9ac81f6dde2f8c2831990981fb
  788. Author: Rafaël Carré <funman@videolan.org>
  789. Date:   Thu Mar 13 13:49:22 2008 +0100
  790.     Remove $Id$ from THANKS since it's shown in the qt4 ui
  791. commit eebf82ef2e66117fedb21036966daa62d7492225
  792. Author: Rafaël Carré <funman@videolan.org>
  793. Date:   Thu Mar 13 13:47:48 2008 +0100
  794.     fix ts demuxing AAC with ADTS headers
  795.     
  796.     0x11 is the type for AAC synchronized with LOAS
  797.     0x0f is the type for AAC synchronized with ADTS
  798. commit 036f56dfac0a62fd072555d8caf04a986f0edd08
  799. Author: Rafaël Carré <funman@videolan.org>
  800. Date:   Thu Mar 13 12:39:34 2008 +0100
  801.     fix a message, contribs are not windows-specific
  802. commit 1371457214b9473357de5e8e066d552f168e3e8b
  803. Author: Jean-Paul Saman <jpsaman@videolan.org>
  804. Date:   Thu Mar 13 08:57:39 2008 +0100
  805.     Properly fix use of SWSCALE_* defines in zvbi.
  806. commit 984723a78f8006b9fea6ba981036d91e2934bab1
  807. Author: Jean-Baptiste Kempf <jb@videolan.org>
  808. Date:   Wed Mar 12 23:56:42 2008 -0700
  809.     Shut a warning.
  810. commit 7a214f493f6b064ba1e3ec53cb3e30b839c6b494
  811. Author: Jean-Baptiste Kempf <jb@videolan.org>
  812. Date:   Wed Mar 12 23:52:08 2008 -0700
  813.     Shut a warning.
  814. commit 0b4aa1b3335149d48bc5ea4052147b744ee83140
  815. Author: Jean-Baptiste Kempf <jb@videolan.org>
  816. Date:   Wed Mar 12 23:49:24 2008 -0700
  817.     Shut a warning.
  818. commit e6ee64216f4e13a52ca651ebd2054e6fb9ab2dfd
  819. Author: Jean-Baptiste Kempf <jb@videolan.org>
  820. Date:   Wed Mar 12 23:36:44 2008 -0700
  821.     Preferences: Modify the reset button according to the HIG. remove some warnings.
  822. commit b344dc6f7e63b4cb016fda81f2fdcbe5b575611a
  823. Author: U-AMBREJean-Baptiste <Jean-Baptiste@ambre.(none)>
  824. Date:   Wed Mar 12 22:58:44 2008 -0700
  825.     Disable mkv and taglib and dirac on cygwin.
  826. commit d9159b59d0ec6c44a340e9ae5a32d3950159f310
  827. Author: Jean-Baptiste Kempf <jb@videolan.org>
  828. Date:   Wed Mar 12 20:47:41 2008 -0700
  829.     Don't use matroska.org.
  830. commit d9994e011f156da868a19b8968e6f36c169bd931
  831. Author: Jean-Baptiste Kempf <jb@videolan.org>
  832. Date:   Wed Mar 12 20:43:47 2008 -0700
  833.     Shut a Windows warning.
  834. commit 17125cc60b178e1f4419e5242f233f89c5368703
  835. Author: Jean-Baptiste Kempf <jb@videolan.org>
  836. Date:   Wed Mar 12 20:38:54 2008 -0700
  837.     Shut a few unused parameters for Windows compiling.
  838. commit e6b20aa94016e228096229844d49d3a28ebf947d
  839. Author: Rafaël Carré <funman@videolan.org>
  840. Date:   Thu Mar 13 00:13:49 2008 +0100
  841.     Fix git commit generation
  842.     
  843.     Not everybody builds VLC from the source tree
  844.     besides that the shell code was wrong : the return value of a pipe is the one of the LAST command in the pipe.
  845. commit cd2de36f617b57813c44fd94babd7fa952bccf8d
  846. Author: Rafaël Carré <funman@videolan.org>
  847. Date:   Thu Mar 13 00:05:27 2008 +0100
  848.     Fix crash when (access_t*)->pf_control is NULL
  849.     
  850.     This was triggered by DBus module using access2_Control
  851. commit a8605343f0af4d128ee5570f20b94215bc3777a0
  852. Author: Jean-Paul Saman <jpsaman@videolan.org>
  853. Date:   Wed Mar 12 23:52:37 2008 +0100
  854.     Remove trailing whitespace.
  855. commit 14237d89c45640c29c3ee14f2d52bd40ff2fb92d
  856. Author: Jean-Paul Saman <jpsaman@videolan.org>
  857. Date:   Wed Mar 12 23:48:41 2008 +0100
  858.     Refactor video_filters in modules/stream_out/transcode.c by abstracting common code into 2 new functiosn transcode_video_filter_new() and transcode_video_filter_close().
  859. commit d84cd8bb95d1cf575dd271f1250a17b29f459d62
  860. Author: Jean-Paul Saman <jpsaman@videolan.org>
  861. Date:   Wed Mar 12 22:49:44 2008 +0100
  862.     Small indentation fix.
  863. commit 39599d620f7d5f385b8dc2566c11105cf0719128
  864. Author: Jean-Paul Saman <jpsaman@videolan.org>
  865. Date:   Tue Mar 11 15:52:01 2008 +0100
  866.     Fix compiler warning about unused variables.
  867. commit c61c53902842e81d059fde16e113c8d840207892
  868. Author: Jean-Paul Saman <jpsaman@videolan.org>
  869. Date:   Tue Mar 11 12:42:10 2008 +0100
  870.     Fix regression on zvbi.c introduced by recent ffmpeg changes.
  871. commit 0cd7064a1b656cd87e61af14b74ec6c80c341fe6
  872. Author: Rafaël Carré <funman@videolan.org>
  873. Date:   Wed Mar 12 23:13:11 2008 +0100
  874.     Improvements to syslog logger - by Hans Lambermont
  875.     
  876.     - add PID to syslog and use lowercase vlc (conforming to syslog standards)
  877.     - add the command-line verbosity control -v[0-2] to html/text/syslog
  878.         logging, such that one can disable f.i. LOG_DEBUG from being offered
  879.         to html/text/syslog completely.
  880.     - add the priority to the syslog message
  881. commit 021c332008d24ef503eddc6ad41f3392a5816e60
  882. Author: Rafaël Carré <funman@videolan.org>
  883. Date:   Wed Mar 12 21:00:25 2008 +0100
  884.     Change a description msg
  885.     
  886.     [] cause problems in zsh completion
  887.     Changing it to () is easier than fixing zsh completion generator
  888. commit f1c34c38fee6fcfd5751f192f369581b89af7eef
  889. Author: Rafaël Carré <funman@videolan.org>
  890. Date:   Wed Mar 12 20:59:18 2008 +0100
  891.     Fix zsh completion installer
  892.     
  893.     Don't use non-standard extensions
  894.     Run the script in zsh
  895. commit 17bba6bc4fd5244bd8c847c5a8992508698a93cb
  896. Author: Rafaël Carré <funman@videolan.org>
  897. Date:   Wed Mar 12 17:29:06 2008 +0100
  898.     Fix adts packetizer
  899.     
  900.     Get channels information from decoder specific config
  901.     Add (commented) useless variables from ADTS header
  902.     Detect unsupported configurations and start (commented) support
  903. commit 7c79c5512c7f3a7da087f0dc942f9377e7caa7c6
  904. Author: Rafaël Carré <funman@videolan.org>
  905. Date:   Wed Mar 12 17:28:15 2008 +0100
  906.     Don't look for svn or git in strange paths, use $PATH
  907. commit e7003c92f06a1c667c3ce570d2c5eb6eecbc5dde
  908. Author: Rafaël Carré <funman@videolan.org>
  909. Date:   Wed Mar 12 16:23:26 2008 +0100
  910.     verify asprintf() return value, fix indentation
  911. commit d95df6f6e9bdfe4d6b169a858a51efa0eded87cb
  912. Author: Felix Paul Kühne <fkuehne@videolan.org>
  913. Date:   Wed Mar 12 20:35:50 2008 +0100
  914.     don't reset the controls when awaking from nib, but when showing our window
  915. commit 4d8b3700b700a33d958027e7baddd63f34917b8e
  916. Author: Felix Paul Kühne <fkuehne@videolan.org>
  917. Date:   Wed Mar 12 20:25:25 2008 +0100
  918.     Implemented the hotkey section of the Simple Preferences
  919.     
  920.     plus a bit of code factorisation
  921.     
  922.     Note that saving multi-key combinations will fail right now.
  923. commit 0274be8790164dccf71b9f4574b57a47e4a88c70
  924. Author: Rémi Duraffort <ivoire@videolan.org>
  925. Date:   Wed Mar 12 12:06:29 2008 +0100
  926.     The last but not the least commit about these useless tests.
  927. commit 7326fad1f18a82b58db09d0a0ddc7c086c60c62e
  928. Author: Rémi Duraffort <ivoire@videolan.org>
  929. Date:   Wed Mar 12 12:02:01 2008 +0100
  930.     One more time removing of some useless tests.
  931. commit cc10207a6de5466bf6bfedcd8a3073c7a0f1224a
  932. Author: Rémi Duraffort <ivoire@videolan.org>
  933. Date:   Wed Mar 12 11:54:45 2008 +0100
  934.     Another bunch of useless test.
  935. commit 4ce76d3a9d6b415b55d4095c3a74f2996059dbcd
  936. Author: Rémi Duraffort <ivoire@videolan.org>
  937. Date:   Wed Mar 12 11:43:57 2008 +0100
  938.     Another time "Remove useless test ..."
  939. commit 0f00164eb903cee76c89575ed26117332ed1ee99
  940. Author: Rémi Duraffort <ivoire@videolan.org>
  941. Date:   Wed Mar 12 11:42:46 2008 +0100
  942.     Remove useless test before a free().
  943. commit 1e83ef8280d68b3314e2c8bc3d918aba3c897b8f
  944. Author: Rémi Duraffort <ivoire@videolan.org>
  945. Date:   Wed Mar 12 11:31:58 2008 +0100
  946.     Fix a stupid compilation warning
  947. commit ddba9af97a4a3531e762d9696bf0ee7637a63448
  948. Author: Rémi Duraffort <ivoire@videolan.org>
  949. Date:   Wed Mar 12 00:59:20 2008 +0100
  950.     Forgotten in the previous commit.
  951. commit 9630c00c6b310e1a824f0bce00de89f0f777484f
  952. Author: Rémi Duraffort <ivoire@videolan.org>
  953. Date:   Wed Mar 12 00:58:01 2008 +0100
  954.     Another time "Remove useless test before a free".
  955. commit 859436564cd0b85e76b888a88205424ede9cb412
  956. Author: Rémi Duraffort <ivoire@videolan.org>
  957. Date:   Wed Mar 12 00:30:25 2008 +0100
  958.     One more "Remove useless test before free"
  959. commit dfc2996565842dbf644557debc80cb7cc8c2b4f4
  960. Author: Rémi Duraffort <ivoire@videolan.org>
  961. Date:   Wed Mar 12 00:15:36 2008 +0100
  962.     Remove useless test before freeing something.
  963. commit 0c55d564025a1b488f28154c2bf886bf9bb341ec
  964. Author: Jean-Baptiste Kempf <jb@videolan.org>
  965. Date:   Tue Mar 11 23:36:40 2008 -0700
  966.     Fix Makefile.
  967. commit c77d34a29149f897bc0e43eac220b37895e2a1e6
  968. Author: Jean-Baptiste Kempf <jb@videolan.org>
  969. Date:   Tue Mar 11 23:32:36 2008 -0700
  970.     x264 moved to Git.
  971.     Will remove the legacy tar.gz. If you build the contribs, you need SVN and git.
  972. commit f223fd68adaf438647303089ba55afbb454972db
  973. Author: Jean-Baptiste Kempf <jb@videolan.org>
  974. Date:   Tue Mar 11 23:27:49 2008 -0700
  975.     Check git location.
  976. commit 7c851191cc3b8c0119ff54a3bd112e2320808c02
  977. Author: Jean-Baptiste Kempf <jb@videolan.org>
  978. Date:   Tue Mar 11 23:24:07 2008 -0700
  979.     Move ASA to a VideoLAN site.
  980. commit 472067196ac5796d551a6250e28f9517bd1885bd
  981. Author: Jean-Baptiste Kempf <jb@videolan.org>
  982. Date:   Tue Mar 11 23:07:12 2008 -0700
  983.     Move configure.sh to configure-mingw.sh
  984. commit 51263d78c5b0080343bc36223c06b7ec59a6a639
  985. Author: Jean-Baptiste Kempf <jb@videolan.org>
  986. Date:   Tue Mar 11 23:06:41 2008 -0700
  987.     Add a configure for cygwin!
  988. commit 09f06e184f9dee241e8cc4b07293fecd080e487f
  989. Author: Jean-Baptiste Kempf <jb@videolan.org>
  990. Date:   Tue Mar 11 21:51:25 2008 -0700
  991.     Don't test for attribute visibility, because it doesn't support it, but it will pass the test and fill the warning output with messages.
  992.     Profit to s/enable-pp/enable-postproc in the comments.
  993. commit 17e390747cc2335d797cae1897f27c382062ca40
  994. Author: Jean-Baptiste Kempf <jb@videolan.org>
  995. Date:   Tue Mar 11 18:28:01 2008 -0700
  996.     Missing include.
  997. commit 384c053ced1826ca1a8800b46c944108f25d29e8
  998. Author: Jean-Baptiste Kempf <jb@videolan.org>
  999. Date:   Tue Mar 11 18:22:30 2008 -0700
  1000.     Kill a warning in mingww32
  1001. commit fe79260ae8261e9ec68084820b53d97567b07791
  1002. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1003. Date:   Tue Mar 11 17:50:18 2008 -0700
  1004.     Include fix for Win32
  1005. commit 54faac8d12ad919ae868d667c1b4fa18606aedba
  1006. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1007. Date:   Tue Mar 11 17:46:53 2008 -0700
  1008.     Change int to size_t when needed. Kills a warning.
  1009. commit 6d4276b4678b11f5e8915eae6e5e5d3052c7c0d1
  1010. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1011. Date:   Tue Mar 11 23:27:53 2008 +0100
  1012.     macosx: show an end-user visible warning in case that VLC was compiled without the update checker
  1013. commit c6a78e1b9e0cd1b87783b024f66ee440965053d5
  1014. Author: Rémi Duraffort <ivoire@videolan.org>
  1015. Date:   Tue Mar 11 23:12:56 2008 +0100
  1016.     Use VLC_ENOMEM instead of VLC_EGENERIC.
  1017. commit eb6f43ef97be034b2ea3b71b56263cf9f487b6ce
  1018. Author: Rémi Duraffort <ivoire@videolan.org>
  1019. Date:   Tue Mar 11 22:55:34 2008 +0100
  1020.     Remove useless test before a free()
  1021. commit 6339478fe9c686d0c527a785fb6c66efe0f17e85
  1022. Author: Rémi Duraffort <ivoire@videolan.org>
  1023. Date:   Tue Mar 11 22:45:04 2008 +0100
  1024.     Another time : remove useless test before free().
  1025. commit bcddfd6382fb71b0021008eb63f1bc4a1b1bae0e
  1026. Author: Rémi Duraffort <ivoire@videolan.org>
  1027. Date:   Tue Mar 11 22:26:54 2008 +0100
  1028.     Remove useless test before a free (again).
  1029. commit 32376dc26ea8c10dce202deee1ee239a5716c1d0
  1030. Author: Rémi Duraffort <ivoire@videolan.org>
  1031. Date:   Tue Mar 11 22:18:20 2008 +0100
  1032.     Remove useless test before a free.
  1033.     if( bla ) free( bla ); => free( bla );
  1034. commit da686e46efe4a3085c7aa9286e0b2d55dbd1e918
  1035. Author: Rémi Duraffort <ivoire@videolan.org>
  1036. Date:   Tue Mar 11 20:42:28 2008 +0100
  1037.     Check malloc return value.
  1038. commit def276b7faa4b528f6171b7375ab432ee59357a0
  1039. Author: Rémi Duraffort <ivoire@videolan.org>
  1040. Date:   Tue Mar 11 20:30:07 2008 +0100
  1041.     Check malloc return value and fix a memory leak.
  1042. commit 570cece597b2984c2197de5da46970218d30230f
  1043. Author: Rémi Duraffort <ivoire@videolan.org>
  1044. Date:   Tue Mar 11 20:28:27 2008 +0100
  1045.     Remove uneeded test before freeing.
  1046.     In the same time add spaces in order to follow code convention.
  1047. commit e6ab052c4bd68cdb1350084b1b2710f8d0e2d37b
  1048. Author: Rafaël Carré <funman@videolan.org>
  1049. Date:   Tue Mar 11 14:41:25 2008 +0100
  1050.     Don't print an error if we are using ffmpeg's ts muxer
  1051. commit 9b70353f2b0164c467102f52dcd3ced085734193
  1052. Author: Rafaël Carré <funman@videolan.org>
  1053. Date:   Tue Mar 11 19:50:17 2008 +0100
  1054.     typo
  1055. commit 5fad05019f7b6cd5623512b3a2ac05c3ca1f717d
  1056. Author: Rafaël Carré <funman@videolan.org>
  1057. Date:   Tue Mar 11 19:48:41 2008 +0100
  1058.     herm, "attachment://" is 13 characters, not 15
  1059. commit 2bb861e3f7af67ba599e3e4e85608f36b2826843
  1060. Author: Rafaël Carré <funman@videolan.org>
  1061. Date:   Tue Mar 11 19:47:53 2008 +0100
  1062.     use vlc_object_* and PL_{UN}LOCK to simplify
  1063. commit 0e86a35f7852d41c4f7d70759bc966c5f21c9ac0
  1064. Author: Rafaël Carré <funman@videolan.org>
  1065. Date:   Tue Mar 11 19:05:17 2008 +0100
  1066.     Do not use playlist_*AddInput() when the playlist has already been destroyed and is dying (fix a crash when exiting while directory access is still reading) Try to return early if one of those function fail, because it either mean we don't have anymore memory available (I'm still looking for infinite Turing machines), or we are exiting (the playlist is dying). Use object / thread helpers for simplicity
  1067. commit c13a0a1dca2616c79edd269788d85212da0275e1
  1068. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1069. Date:   Tue Mar 11 11:44:35 2008 +0100
  1070.     Fix building AAC profile selection for outdated ffmpeg versions.
  1071. commit 8130e228e06c8ef443a758cf8a07010951d4c344
  1072. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1073. Date:   Tue Mar 11 10:41:47 2008 +0100
  1074.     Add wxvlc to gitignore
  1075. commit 1aa8f6ce86c37dff7de914f6a2595f7a68db39a9
  1076. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1077. Date:   Tue Mar 11 10:19:48 2008 +0100
  1078.     Cleanup of AAC profile selection.
  1079. commit ba014d6298ecfac0bbce0ad934a69f7477b06148
  1080. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1081. Date:   Sun Mar 2 19:49:35 2008 +0100
  1082.     Add option to encode aac low, main, sbr or ltp profiles.
  1083. commit 7c12daaba5688b7a1f87836a4d55597ec95a7d06
  1084. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1085. Date:   Tue Mar 11 09:25:17 2008 +0100
  1086.     Script to install runtime dependencies for ubuntu-feisty when using medibuntu repository. This script should also be usable for newer ubuntu installations.
  1087. commit f5124e3e1f0db51bbfd37c377010181caf164560
  1088. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1089. Date:   Mon Mar 10 11:56:16 2008 +0100
  1090.     Add contrib for ubuntu-medibuntu repository.
  1091. commit 915b2bac11f790adbc67711be00dda1c560f4a24
  1092. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1093. Date:   Sat Mar 8 11:54:20 2008 +0100
  1094.     Add more ignores
  1095. commit c7caf0005dcab6d0f4bb007bff53f84a5977de44
  1096. Author: Rafaël Carré <funman@videolan.org>
  1097. Date:   Tue Mar 11 01:51:20 2008 +0100
  1098.     remove useless msg_Err() , use memset() for simplicity
  1099. commit dec4051286cdda84b13a686b574d5360c7e4560e
  1100. Author: Rafaël Carré <funman@videolan.org>
  1101. Date:   Tue Mar 11 01:49:55 2008 +0100
  1102.     fix ticket #1482 (and most problems with config saving by the way)
  1103.     regression was introduced in [92290c9d7485934444efcfbb61c27f3bc94a61d3] (more than one year ago Oo )
  1104. commit 1bbcb9f0db5392f291b31f03db9048e18db4e4bf
  1105. Author: Rafaël Carré <funman@videolan.org>
  1106. Date:   Tue Mar 11 00:18:30 2008 +0100
  1107.     cleanup : remove useless headers, not used functions, msg_Err when we don't have enough memory, add a declaration
  1108. commit 13e1b6f48378b9cced92b2b9efb814b34824ea98
  1109. Author: Rafaël Carré <funman@videolan.org>
  1110. Date:   Tue Mar 11 00:15:18 2008 +0100
  1111.     explicit control queries unsupported
  1112. commit a1cd7082492c4bba5c359a0bbc386954b3f5e212
  1113. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1114. Date:   Tue Mar 11 00:40:22 2008 -0700
  1115.     Fix preferences in Qt. Add a lot of comments. Close 1305
  1116. commit c67c2cd7206fe4c2e7992555bc0577dcfaf4da7a
  1117. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1118. Date:   Mon Mar 10 21:23:23 2008 -0700
  1119.     Set the correct ToolTip on the play/pause button.
  1120.     Should close #1485
  1121. commit fd9d431500c57afe9d014e5d30d54b9378afc484
  1122. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1123. Date:   Mon Mar 10 18:57:18 2008 -0700
  1124.     Additional checks on malloc output in data reader.
  1125. commit 1703d8421a3b582da45c837f42e04d1ea0e8d609
  1126. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1127. Date:   Mon Mar 10 18:55:00 2008 -0700
  1128.     Check after calloc to avoid null dereference.
  1129.     Should Close #1499
  1130. commit 18eb4fd5a75b6429d1d7058a8967696be701a00b
  1131. Author: Christophe Mutricy <xtophe@videolan.org>
  1132. Date:   Mon Mar 10 23:29:29 2008 +0000
  1133.     Avoid integer overflow. Patch by Drew Yao.
  1134. commit fe37fc3e55aa2ec68b03beb890d2ded1125e0c1c
  1135. Author: Rafaël Carré <funman@videolan.org>
  1136. Date:   Mon Mar 10 21:12:49 2008 +0100
  1137.     Fix FontBuiler object destruction
  1138. commit fb2370673de54602cfe829e5bdfe433dad7294a9
  1139. Author: Rémi Duraffort <ivoire@videolan.org>
  1140. Date:   Mon Mar 10 20:53:22 2008 +0100
  1141.     Use --enable-swscale instead of --enable-swscaler
  1142. commit 31a9a4a4500bd18db2968344111326f319d65366
  1143. Author: Rémi Duraffort <ivoire@videolan.org>
  1144. Date:   Mon Mar 10 20:08:25 2008 +0100
  1145.     Fix a race condition : the user progress dialog wasn't created sometime with the Qt interface.
  1146. commit 7ad4142335ef48518a8aeceeddaba608f075fcc1
  1147. Author: Rémi Duraffort <ivoire@videolan.org>
  1148. Date:   Mon Mar 10 19:50:28 2008 +0100
  1149.     Use the same comments covention
  1150. commit 0b446e7833cf8c16602768951aac888938081718
  1151. Author: Rafaël Carré <funman@videolan.org>
  1152. Date:   Mon Mar 10 11:48:37 2008 +0100
  1153.     Fix indentation to make anjuta happy
  1154. commit f70e66e82e11150519fe1e26794dd8ced1d4c407
  1155. Author: Christophe Mutricy <xtophe@videolan.org>
  1156. Date:   Sun Mar 9 21:17:19 2008 +0000
  1157.     Dutch l10n update by Myckel Habets
  1158. commit 6cd26fbcc7f7f35f4efa8438f2a064c982574358
  1159. Author: Rafaël Carré <funman@videolan.org>
  1160. Date:   Sun Mar 9 21:55:27 2008 +0100
  1161.     check if the binary signature was issued by the public key we got in memory, before real cryptographic verification
  1162. commit 0f234aafbef405e2be5b59aa72899378f47d7377
  1163. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1164. Date:   Sun Mar 9 12:29:52 2008 -0700
  1165.     Windows compile fix.
  1166. commit 894f52c816798d639d69803a77b8e9120088bb3b
  1167. Author: André Weber <atmo@videolan.org>
  1168. Date:   Sun Mar 9 21:02:46 2008 +0100
  1169.     Saveing Window Positions useing the QT defined methods as far as possible.
  1170.     On first start if there is no position info stored - try center the dialogs
  1171.     on the primary desktop/screen. (or same screen as the controller)
  1172.     
  1173.     the component playlist shall not save there settings to a fixed location,
  1174.     so it may become problematic if we use the component twice - like it
  1175.     is done. The location shall be given controlled by its owner component
  1176.     or window.
  1177. commit d28d12946380cbbff3dae12e8303746bf67b154f
  1178. Author: Adrien Grand <jpountz@jpountz.net>
  1179. Date:   Sun Mar 9 17:24:29 2008 +0100
  1180.     - layout correction on WMII
  1181.     
  1182.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  1183. commit d4fc232a9b2b9a46c2579ad2323ba074f9897465
  1184. Author: Rafaël Carré <funman@videolan.org>
  1185. Date:   Sun Mar 9 18:35:17 2008 +0100
  1186.     libpostproc/postprocess.h always includes needed headers
  1187. commit 67bda2329cba4763d3fa3512923c9856c84106be
  1188. Author: Rafaël Carré <funman@videolan.org>
  1189. Date:   Sun Mar 9 18:28:45 2008 +0100
  1190.     don't send twice the signal when an item is added or removed
  1191. commit 1b3187cc1041d2e2d07390a4ddaade28187fcb8b
  1192. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1193. Date:   Sun Mar 9 09:17:58 2008 -0700
  1194.     Use GetWindowLongPtr instead of GetWindowLong to be Win64 compatible and to avoid a warning :D
  1195. commit 9b25c18105980f9d97083891095abcc68dbeb86a
  1196. Author: Filippo Carone <littlejohn@videolan.org>
  1197. Date:   Sun Mar 9 18:01:09 2008 +0100
  1198.     deprecate playlist
  1199. commit 4cd4ecc88b88339f0e9bc8b2531c64d82e60bfc6
  1200. Author: Mirsal Ennaime <mirsal.ennaime@gmail.com>
  1201. Date:   Sun Mar 9 11:40:54 2008 +0100
  1202.     D-Bus control module
  1203.     
  1204.     Add the TrackListChange signal
  1205.     
  1206.     Signed-off-by: Mirsal Ennaime <mirsal.ennaime@gmail.com>
  1207.     Signed-off-by: Rafaël Carré <funman@videolan.org>
  1208. commit cbb88be6390edaa065dce0b3a918ad7bf2cf9af5
  1209. Author: Rafaël Carré <funman@videolan.org>
  1210. Date:   Sun Mar 9 17:52:31 2008 +0100
  1211.     Fix postproc header detection (the test depends on inclusion of stdint.h but there is no right way to do that in cmake)
  1212. commit d8ff00df25d28e47220c14f97f89956de31831b6
  1213. Author: Rafaël Carré <funman@videolan.org>
  1214. Date:   Sun Mar 9 16:22:46 2008 +0100
  1215.     fix libvlc linking when UPDATE_CHECK is on
  1216. commit fb120859aa3401d3c2f6b4f6601440a179c8ef5a
  1217. Author: Rafaël Carré <funman@videolan.org>
  1218. Date:   Sun Mar 9 16:22:10 2008 +0100
  1219.     Fix PACKAGE_VERSION_* generation with cmake
  1220. commit 24c38138a74528a6dd7643dd245c9e5af16330bd
  1221. Author: Rafaël Carré <funman@videolan.org>
  1222. Date:   Sun Mar 9 12:59:53 2008 +0100
  1223.     Fix directory detection with broken filesystems on Linux
  1224. commit 3def7a126ba8568ee7dcc8f9d2f1ce01f2603935
  1225. Author: Filippo Carone <littlejohn@videolan.org>
  1226. Date:   Sun Mar 9 13:12:08 2008 +0100
  1227.     use vlc-control to be more multiplatform friendly
  1228. commit 78461b33d410dbf95b95050c4c5b32b6c5cacd50
  1229. Author: Filippo Carone <littlejohn@videolan.org>
  1230. Date:   Sun Mar 9 12:54:09 2008 +0100
  1231.     do not catch VLCException in sample
  1232. commit 9760d127ea6cdd08df0b311bee7d068147e42b3f
  1233. Author: Filippo Carone <littlejohn@videolan.org>
  1234. Date:   Sun Mar 9 12:50:40 2008 +0100
  1235.     ignore class files
  1236. commit 97090ec35e65b1b3b3aa9b677367808fb1baefd6
  1237. Author: Filippo Carone <littlejohn@videolan.org>
  1238. Date:   Sun Mar 9 12:42:59 2008 +0100
  1239.     Do not throw VLCException in Video class
  1240. commit 4add9fe38b3ef395be2deee5930bd0b6b0a7cd07
  1241. Author: Filippo Carone <littlejohn@videolan.org>
  1242. Date:   Sun Mar 9 12:39:39 2008 +0100
  1243.     do not throw VLCException in Audio
  1244. commit f8b641ed9bf0cec1a945ec5bebdd136e2acfc7d0
  1245. Author: Filippo Carone <littlejohn@videolan.org>
  1246. Date:   Sun Mar 9 12:38:57 2008 +0100
  1247.     vlcexample shows audio class uses
  1248. commit 9ac46b4ed4c5f904a4cd13674dc710e751febdba
  1249. Author: Filippo Carone <littlejohn@videolan.org>
  1250. Date:   Sun Mar 9 12:22:53 2008 +0100
  1251.     audio class added
  1252. commit 10375a26348b10e7596b3ce24b87b0c85bbc3ec8
  1253. Author: Filippo Carone <littlejohn@videolan.org>
  1254. Date:   Sun Mar 9 12:13:13 2008 +0100
  1255.     audio functions binding complete
  1256. commit daa85a7f57a409dce7a516090179d3f3b6ac87db
  1257. Author: Filippo Carone <littlejohn@videolan.org>
  1258. Date:   Sun Mar 9 01:53:36 2008 +0100
  1259.     java bindings huge update
  1260. commit 4713a3672c79e4f681f196caf66a541855d86fba
  1261. Author: Rafaël Carré <funman@videolan.org>
  1262. Date:   Sun Mar 9 02:05:57 2008 +0100
  1263.     fix dependancies
  1264.     fix pcre cross compilation
  1265.     fix asa cross compilation (you'll have to copy a tool from your natively compiled copy of asa)
  1266. commit 4c2230da12968a19cb60fc4b5031eb4e13eea306
  1267. Author: Antoine Cellerier <dionoea@videolan.org>
  1268. Date:   Sat Mar 8 15:46:29 2008 +0100
  1269.     Add a new croppadd video filter. It currently isn't used anywhere. This should work for all kind of chromas.
  1270. commit e52025ed23ee687ce86cbce664a75854d3c25e73
  1271. Author: VideoLAN <videolan@jones.via.ecp.fr>
  1272. Date:   Sat Mar 8 23:27:56 2008 +0100
  1273.     build asa on darwin add pcre contrib (needed for asa) install fontconfig.pc on darwin
  1274.     
  1275.     Signed-off-by: Rafaël Carré <funman@videolan.org>
  1276. commit 5b9686862a31a9384b06879afdd2ac00fc4b4890
  1277. Author: Rafaël Carré <funman@videolan.org>
  1278. Date:   Sat Mar 8 22:05:42 2008 +0100
  1279.     Remove useless headers inclusion
  1280. commit 072a6e00deaed4c5c237aab3f5b9233f5686e8b3
  1281. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1282. Date:   Sat Mar 8 12:39:48 2008 -0800
  1283.     Ffmpeg moved from --enable-pp to --enable-postproc
  1284.     Once again, very nicely handled...
  1285. commit dd99cec11682b1f038dd2804c02413eb17334966
  1286. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  1287. Date:   Sat Mar 8 21:37:03 2008 +0100
  1288.     Move the track id from the last column to the first one in the playlist dialog and add VLC_META_ENGINE_DURATION in vlc_meta.h
  1289. commit c1bf65aa42472b1e0bb5187361fa451727f93cc3
  1290. Author: Rafaël Carré <funman@videolan.org>
  1291. Date:   Sat Mar 8 21:30:22 2008 +0100
  1292.     remove dead code moved from libvlc.h
  1293.     update comment to really reflect the function
  1294.     DBus's playlist-enqueue should really be saveable
  1295. commit 7647c5af7deab29b3386fab5cdac9586bf0a277e
  1296. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  1297. Date:   Sat Mar 8 20:54:34 2008 +0100
  1298.     Remove PLAYLIST_AUTOPLAY and use PLAYLIST_PLAY instead. Fix #1477
  1299.     
  1300.     Signed-off-by: Rafaël Carré <funman@videolan.org>
  1301. commit a418e6d37987a4f7508d0d3c945c5948e1af555f
  1302. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  1303. Date:   Sat Mar 8 19:16:14 2008 +0100
  1304.     Use PLAYLIST_PLAY instead of PLAYLIST_AUTOPLAY.
  1305. commit 438d9dee9b3d7d1623e64c1dd73d4dc96068d180
  1306. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  1307. Date:   Sat Mar 8 18:11:22 2008 +0100
  1308.     Sort the playlist by album then by track number when sorting by album.
  1309.     Close #1492.
  1310. commit 32932c15f0abb9098d17d2fc7dc0e8c66bb65449
  1311. Author: Filippo Carone <littlejohn@videolan.org>
  1312. Date:   Sat Mar 8 18:46:13 2008 +0100
  1313.     removing old and unsupported java-gcj bindings
  1314. commit 9a8650a188e067bc14b7e6ed48bf89082a0f3d16
  1315. Author: Rafaël Carré <funman@videolan.org>
  1316. Date:   Sat Mar 8 18:15:19 2008 +0100
  1317.     fix xvmc video_output compilation
  1318.     static functions can not be used outside of the file where they are declared
  1319. commit a58afd27a89c0427ea4f266ee2ad628ba80ba6b6
  1320. Author: Antoine Cellerier <dionoea@videolan.org>
  1321. Date:   Sat Mar 8 16:25:55 2008 +0100
  1322.     Remove windows line endings (I don't understand how they got here in the first place...)
  1323. commit d2f02db8fb759bd0e8cadc9308419114e1509494
  1324. Author: Antoine Cellerier <dionoea@videolan.org>
  1325. Date:   Sat Mar 8 15:42:52 2008 +0100
  1326.     Distribute luaintf/modules/sandbox.lua
  1327. commit be03754018b7854f462ba937a6268e49bc451363
  1328. Author: Antoine Cellerier <dionoea@videolan.org>
  1329. Date:   Sat Mar 8 15:41:19 2008 +0100
  1330.     Add a new Sandbox Lua module to the luaintf framework.
  1331. commit 49dba5c2d6f3b925de3fb68bb170f630d55e295a
  1332. Author: Antoine Cellerier <dionoea@videolan.org>
  1333. Date:   Sat Mar 8 15:39:52 2008 +0100
  1334.     Fix issues with the VLC rawvid demux and bump it's priority.
  1335. commit ab620e32135cc274bff54297ba2301a3d2ed2c78
  1336. Author: Antoine Cellerier <dionoea@videolan.org>
  1337. Date:   Sat Mar 8 15:38:43 2008 +0100
  1338.     Make the lua http interface host and directory configurable.
  1339. commit f4514d7d0f2fd2c85dd0e0933478cc60a85346e6
  1340. Author: Antoine Cellerier <dionoea@videolan.org>
  1341. Date:   Sat Mar 8 15:37:31 2008 +0100
  1342.     Add a function to get the current playlist item in the lua interface.
  1343. commit 873c58389a1c625c47350f98fbdb602971644eb7
  1344. Author: Antoine Cellerier <dionoea@videolan.org>
  1345. Date:   Sat Mar 8 15:36:35 2008 +0100
  1346.     Fix spelling in comment.
  1347. commit 2f4ec25d60a56a3188df3405bfa413edf1a3d4b8
  1348. Author: Filippo Carone <littlejohn@videolan.org>
  1349. Date:   Sat Mar 8 15:59:40 2008 +0100
  1350.     libvlc interface fix and missing toggle_fullscreen method added
  1351. commit a402c26ac021dba2fc1ed0e8498002466bb41218
  1352. Author: Antoine Cellerier <dionoea@videolan.org>
  1353. Date:   Sat Mar 8 14:37:23 2008 +0100
  1354.     Switch lastname to lowercase.
  1355. commit fe246d4b380a7349c797faf64d943ce378a80dcb
  1356. Author: Christophe Mutricy <xtophe@videolan.org>
  1357. Date:   Sat Mar 8 13:14:53 2008 +0000
  1358.     Refresh pot and po file.
  1359.     
  1360.     It seems like  8b71b1041b0ba6304f864c977c1a2dceb725a0cd might have cause them to be rebuilt
  1361. commit 9d9a24813685d2591256da630705b48a5e5b91b3
  1362. Author: Christophe Mutricy <xtophe@videolan.org>
  1363. Date:   Sat Mar 8 13:13:46 2008 +0000
  1364.     Slovenian l10n update by Matej Urbančič
  1365. commit a701afad6a042d49ec73891570929249b5555a45
  1366. Author: Rafaël Carré <funman@videolan.org>
  1367. Date:   Sat Mar 8 14:08:05 2008 +0100
  1368.     check qt4 version at runtime
  1369. commit ee61e050560dec84278eed6a1dcb3120e6eddddc
  1370. Author: Rafaël Carré <funman@videolan.org>
  1371. Date:   Sat Mar 8 13:53:08 2008 +0100
  1372.     We want to check QT4 version at runtime rather than buildtime
  1373.     
  1374.     Revert "thanks for Trolltech fixing their mess, after a bug request that using valgrind caused the same kind of problem."
  1375.     
  1376.     This reverts commit d8fc5a1ddb75eb9d53fc090ad1e5e8bfe2522bb0.
  1377. commit d8fc5a1ddb75eb9d53fc090ad1e5e8bfe2522bb0
  1378. Author: Rafaël Carré <funman@videolan.org>
  1379. Date:   Sat Mar 8 13:49:54 2008 +0100
  1380.     thanks for Trolltech fixing their mess, after a bug request that using valgrind caused the same kind of problem.
  1381. commit b875b0fd622ce4049a9c0eb861f73b53e4d7ad8b
  1382. Author: Rafaël Carré <funman@videolan.org>
  1383. Date:   Sat Mar 8 12:58:16 2008 +0100
  1384.     use mtrace() only with glibc
  1385. commit a0b3d37e1b041e450b10a28deb1b8ed9c2c0d35b
  1386. Author: Filippo Carone <littlejohn@videolan.org>
  1387. Date:   Sat Mar 8 12:31:16 2008 +0100
  1388.     libvlc_playlist functions binded
  1389. commit a3942592e59463e7999511fd3a7edf346fe7443d
  1390. Author: Filippo Carone <littlejohn@videolan.org>
  1391. Date:   Sat Mar 8 11:59:06 2008 +0100
  1392.     JNA jvlc initial implementation
  1393. commit c01aca41d6666f91e3126ccb9e0c2af518b72dee
  1394. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1395. Date:   Sat Mar 8 02:34:42 2008 -0800
  1396.     Kill a warning with an explicit cast for windows.
  1397. commit d8e694951c607897b968e7f1b51c4e7c60d29b89
  1398. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1399. Date:   Sat Mar 8 02:20:00 2008 -0800
  1400.     Don't reinvent max/min for the nth time.
  1401. commit 33144db02371e91a492aa89ccdc61a934993e3fb
  1402. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1403. Date:   Sat Mar 8 02:03:43 2008 -0800
  1404.     Kill a warning.
  1405. commit d75350e240da7c0443f72745c2836a91ea807697
  1406. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1407. Date:   Sat Mar 8 01:45:24 2008 -0800
  1408.     Include vlc_network.h in misc/messages for win32 for 'WSAGetLastError' and 'net_strerror'. If this is very wrong, please revert.
  1409. commit c4605ef9baf2c5006314c167ed359ca560953def
  1410. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1411. Date:   Sat Mar 8 01:39:51 2008 -0800
  1412.     Remove unused parameter warning for Windows CE/32
  1413. commit 21720e09b3b624c8f7f5a342d9ac703de074154d
  1414. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1415. Date:   Sat Mar 8 01:39:01 2008 -0800
  1416.     GetLastError throws a DWORD, IIRC, not a char*
  1417. commit c41d1baf4d94e17fc6949a3703457c8fa4cfa958
  1418. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1419. Date:   Fri Mar 7 17:50:02 2008 -0800
  1420.     Remove unused parameter warnings for Win32 compiling.
  1421. commit 280d3b3cb3b1f3a1953cd6b21875130741f34e58
  1422. Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
  1423. Date:   Sat Mar 8 09:37:46 2008 +0100
  1424.     Use only the good cipher on other OSes than windows.
  1425.     Windows libgcrypt.a went from over 470KB to 317KB...
  1426. commit 93a1623d78c806465627a152de03bceab0f599c7
  1427. Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
  1428. Date:   Sat Mar 8 09:34:16 2008 +0100
  1429.     Upstream new snapshot has fixed it.
  1430.     
  1431.     Revert "Fix some issue on Compiling portaudio for Windows."
  1432.     
  1433.     This reverts commit 12be1dfdd5a41e14e485751835a32ee81ba967a9.
  1434. commit 797074b55c85d7d34af60b1e977bfe43dc26d7c3
  1435. Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
  1436. Date:   Sat Mar 8 09:31:20 2008 +0100
  1437.     Remove more libgcrypt cipher/
  1438. commit 12be1dfdd5a41e14e485751835a32ee81ba967a9
  1439. Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
  1440. Date:   Fri Mar 7 05:47:20 2008 +0100
  1441.     Fix some issue on Compiling portaudio for Windows.
  1442.     How come noone noticed that one before ?
  1443. commit aa3d338606e5d25f1c8edc080a73149cbe97ffd3
  1444. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1445. Date:   Fri Mar 7 14:49:47 2008 -0800
  1446.     Disable some ciphers in libgcrypt. 20% size reduction on gcrypt for windows. This can still be improved I think. Not done for mac
  1447. commit 7e95031fcd90f6651450f92d3077bbae1e8170d5
  1448. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1449. Date:   Fri Mar 7 14:06:21 2008 -0800
  1450.     Remove functionnalities from libxml to reduce size.
  1451. commit b887dc4c507515ba8fa74ebec02f0bef1c056c12
  1452. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1453. Date:   Thu Mar 6 17:21:46 2008 -0800
  1454.     Qt4 - track destroying of VLM dialog because vlm object is NOT destroyed on exit.
  1455. commit 068e4e11659792aa59888298479498ae2c5ceed8
  1456. Author: Ilkka Ollakka <ileoo@videolan.org>
  1457. Date:   Fri Mar 7 15:36:11 2008 +0200
  1458.     code refactoring
  1459. commit 37395c3885bb6323fd9ef13340632c979a239e2a
  1460. Author: Christophe Mutricy <xtophe@videolan.org>
  1461. Date:   Fri Mar 7 19:07:23 2008 +0000
  1462.     Distribute libvlc-control.pc.in
  1463. commit 69b114a26739f6d9bea88ca35ba2e2ae35b655f2
  1464. Author: Christophe Mutricy <xtophe@videolan.org>
  1465. Date:   Fri Mar 7 18:29:18 2008 +0000
  1466.     Update gettext to 0.17
  1467. commit 1bb8b61de9d4f76ec2067eb1678ccb57e85426a5
  1468. Author: Christophe Mutricy <xtophe@videolan.org>
  1469. Date:   Fri Mar 7 16:10:38 2008 +0000
  1470.     Fix make dist
  1471. commit 8b71b1041b0ba6304f864c977c1a2dceb725a0cd
  1472. Author: Rémi Denis-Courmont <rem@videolan.org>
  1473. Date:   Fri Mar 7 15:32:46 2008 +0200
  1474.     Update gettext
  1475. commit 63a70e878979786e01b5d6015eab3076fd92e147
  1476. Author: Rémi Denis-Courmont <rem@videolan.org>
  1477. Date:   Fri Mar 7 15:23:29 2008 +0200
  1478.     Revert "We don't want to use autopoint, since we use external gettext anyway"
  1479.     
  1480.     Autopoint is required regardless of libintl inclusion.
  1481.     Fix bootstrap failure on clean tree.
  1482.     
  1483.     This reverts commit aae26a9890a9daf24bdfa1be411bfb95e55917fe.
  1484. commit aae26a9890a9daf24bdfa1be411bfb95e55917fe
  1485. Author: Rafaël Carré <funman@videolan.org>
  1486. Date:   Fri Mar 7 14:02:04 2008 +0100
  1487.     We don't want to use autopoint, since we use external gettext anyway
  1488. commit c61731c53d775830b39f34f30e9108e4b433a631
  1489. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  1490. Date:   Fri Mar 7 12:44:24 2008 +0100
  1491.     Remove useless addclabacks() in PLModel::PLModel()
  1492. commit 6bdcdafe1a22fd738a32acfb141d623f57296d0c
  1493. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  1494. Date:   Fri Mar 7 11:58:41 2008 +0100
  1495.     Warning fix (my fault)
  1496. commit 8ede3d79d009e21d5ef49797c28bc0428b6373ce
  1497. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  1498. Date:   Fri Mar 7 10:48:09 2008 +0100
  1499.     Compile fix for packaged ffmpeg on debian etch.
  1500.     Signed-off-by: Rémi Duraffort <ivoire@via.ecp.fr>
  1501. commit 5568a82a4f1ef113409faf89d1fb822cfadb3801
  1502. Author: Rafaël Carré <funman@videolan.org>
  1503. Date:   Fri Mar 7 02:38:28 2008 +0100
  1504.     loader doesn't use libdl (and libdl doesn't exist on FreeBSD)
  1505. commit 0e4fd36cd90c429ad72d98fb357b6278aed7cf23
  1506. Author: Rafaël Carré <funman@videolan.org>
  1507. Date:   Fri Mar 7 00:35:14 2008 +0100
  1508.     svn -> git in OSX package
  1509.     Update the copyright date
  1510. commit 897fdb260c6eb0908797ac1c131d826740b4a785
  1511. Author: Rafaël Carré <funman@videolan.org>
  1512. Date:   Fri Mar 7 00:32:33 2008 +0100
  1513.     We're not using subversion anymore
  1514. commit df9e47491f515d940d5cb2e5e035c210b81c2a3a
  1515. Author: Rafaël Carré <funman@videolan.org>
  1516. Date:   Fri Mar 7 00:29:08 2008 +0100
  1517.     Fix youtube lua (BASE_YT_URL had not been converted to new format)
  1518. commit dc1c205280bafaefa53d5e81c4f13270226ee2e5
  1519. Author: Jean-François Massol <jf@debian.(none)>
  1520. Date:   Thu Mar 6 21:26:08 2008 +0100
  1521.     Added import of configuration file support
  1522.     
  1523.     Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  1524. commit b474086030dda418c7be58fc5a4812332e6bd2a5
  1525. Author: André Weber <atmo@videolan.org>
  1526. Date:   Thu Mar 6 23:28:07 2008 +0100
  1527.     access violation fixed, config_GetPsz from p_intf instead of p_aout which is null
  1528. commit 8c6b6dd8e182cac28ca6852bdb9a89a47b242aae
  1529. Author: Rafaël Carré <funman@videolan.org>
  1530. Date:   Thu Mar 6 23:11:31 2008 +0100
  1531.     Scripts should be set executable
  1532. commit 74e8b02dc79b147aa7de80c2cc62c46d5a41fbaa
  1533. Author: Rafaël Carré <funman@videolan.org>
  1534. Date:   Wed Mar 5 22:34:00 2008 +0100
  1535.     Make ./compile script return the make return code, storing the value in a temporary hidden file (using the shell PID to guarantee uniqueness)
  1536. commit 962d839d267f719ab9b273c953369e0024bb9cc3
  1537. Author: Rémi Denis-Courmont <rem@videolan.org>
  1538. Date:   Thu Mar 6 20:06:01 2008 +0200
  1539.     Link RTMP access against the socket library if needed
  1540. commit 8d0a3a2da87cebfda1212dea51aa596f317b1145
  1541. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1542. Date:   Wed Mar 5 22:55:09 2008 -0800
  1543.     Make clear of what compilation is supported and which one is not for Windows.
  1544. commit 1bed9134fd910318a296874f78a1bf551bfa39f4
  1545. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1546. Date:   Wed Mar 5 22:48:22 2008 -0800
  1547.     Force --enable-x264 in the script...
  1548. commit 9b716cc153459b0d399b2014dbf861994d5ec5ab
  1549. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1550. Date:   Wed Mar 5 22:40:03 2008 -0800
  1551.     Try to document an official configure for the windows builds.
  1552. commit a7ea359e361b3749fbb7280484cb52d0b0e7035c
  1553. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1554. Date:   Wed Mar 5 22:24:08 2008 -0800
  1555.     Modules List update
  1556. commit 55da14ec974e67d4197a8547a2a26ed540feded9
  1557. Author: Gildas Bazin <gbazin@videolan.org>
  1558. Date:   Mon Mar 3 20:58:17 2008 +0000
  1559.     * modules/video_output/x11/*: manually paint the xv colour key if XV_AUTOPAINT_COLORKEY isn't supported.
  1560. commit f26a646b38f93d0386141ee760fab791697fa84b
  1561. Author: Rémi Denis-Courmont <rem@videolan.org>
  1562. Date:   Wed Mar 5 21:59:27 2008 +0200
  1563.     Remove --enable-rtmp.
  1564.     
  1565.     We have enough --enable-foobar already.
  1566.     RTMP does not have any dependency and is not huge.
  1567. commit 62977ca46b92d769a7626605a7153f85ceb8bba5
  1568. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1569. Date:   Wed Mar 5 16:00:54 2008 +0100
  1570.     Fix BGR <-> RGB endianess problem with PNG's loading/converting/copying on big-endian machines.
  1571. commit 5b2c271150699042f2e3ed0f895e88b2e5b68eaf
  1572. Author: Ilkka Ollakka <ileoo@videolan.org>
  1573. Date:   Wed Mar 5 09:35:52 2008 +0200
  1574.     RTMP access patch from Miguel Angel Cabrera <macabrera@solaiemes.com>.
  1575.     It came in before git-stuff, so applying it this way is my slowness.
  1576. commit ed8108b650c9418ae988f174cfa3bc8316054f23
  1577. Author: Rafaël Carré <funman@videolan.org>
  1578. Date:   Wed Mar 5 12:24:08 2008 +0100
  1579.     Revert 2 parts of 9d349e1ce5812e1d6e7a754368d240d00efe03e2 which caused regressions
  1580. commit b25dcb706ec1996d8de0599723b7d75014a08501
  1581. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1582. Date:   Wed Mar 5 08:41:20 2008 +0100
  1583.     Update THANKS
  1584. commit f02ad4c6d8dac88cd5411ca99072f8f862462cb9
  1585. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1586. Date:   Wed Mar 5 08:27:05 2008 +0100
  1587.     Patch by Koehler, Vitally <vkoehler AT telekom de>: This modification solves the problem of audio packet losses by the playback of MPEG2 transport stream.
  1588.     
  1589.     Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
  1590. commit 30215f259f5097c715d691e5c26b7304221a5af8
  1591. Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
  1592. Date:   Wed Mar 5 06:10:47 2008 +0100
  1593.     Speex update
  1594. commit bb2c344bfe6f8fa2e610c855eba125f8fdbccc58
  1595. Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
  1596. Date:   Wed Mar 5 06:06:52 2008 +0100
  1597.     Contribs: update dirac and libpng
  1598. commit 39bd59801c1a0196f564403bd2adfad072801998
  1599. Author: Faustino Osuna <enrique.osuna@gmail.com>
  1600. Date:   Tue Mar 4 22:41:30 2008 +0000
  1601.     macosx/VLCKit: Load VLCLibrary when VLCKit is loaded.  No longer need atexit( ... ) to unload library, use __attribute__((destructor))__ instead.  Also make sure we don't autorelease the VLCLibrary (as the library's destructor will take care of that for us).
  1602. commit a0fd14f98085cea5c8de47ac771ee2e9a387c033
  1603. Author: Faustino Osuna <enrique.osuna@gmail.com>
  1604. Date:   Tue Mar 4 22:38:58 2008 +0000
  1605.     Ignore Xcode project files.
  1606. commit 902085eaa92f5360fd45bd98cc3cb3a61168304c
  1607. Author: Christophe Mutricy <xtophe@videolan.org>
  1608. Date:   Tue Mar 4 21:38:26 2008 +0000
  1609.     Document that we now require :// between access and url
  1610.     
  1611.     Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
  1612. commit fae5455b0b21b0eb52ed29cb8c2bc27861593186
  1613. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1614. Date:   Tue Mar 4 22:09:21 2008 +0100
  1615.     More cases were p_md was not checked in Mozilla toolbar code.
  1616. commit adc068db294f3aca270844d1878fbae821cb3bc3
  1617. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1618. Date:   Tue Mar 4 22:04:59 2008 +0100
  1619.     Update THANKS
  1620. commit fded58d9efdefbc1d3d3a245f312a8ca6cb225bb
  1621. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1622. Date:   Tue Mar 4 22:03:03 2008 +0100
  1623.     [PATCH] by Anthony Loiseau <anthony.loiseau at gmail dot com>: Avoid browser crashing on mozilla-plugin when jumping into the media using the time-slider and no movie is loaded.
  1624.     
  1625.     Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
  1626. commit c2f5a92b2b73bdc23c5d588af49c0f5a8b754b7c
  1627. Author: Rémi Denis-Courmont <rem@videolan.org>
  1628. Date:   Tue Mar 4 22:29:27 2008 +0200
  1629.     file: Be consistent with the rest of the world. Do not expand tilde.
  1630.     
  1631.     The shell already does it, and ~ should not be expanded by VLC.
  1632.     Also fixes consistency with the other file-opening plugins
  1633.     (directory, mmap, cdda...).
  1634.     
  1635.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1636. commit 73e7165fcb6dd96e646b72dbea3e8b5d5f896d5c
  1637. Author: Rémi Denis-Courmont <rem@videolan.org>
  1638. Date:   Tue Mar 4 22:21:32 2008 +0200
  1639.     access2_New code factorizaton
  1640.     
  1641.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1642. commit 7137515698fcfdc6b5db4338b8024abdb0f81b8a
  1643. Author: Rémi Denis-Courmont <rem@videolan.org>
  1644. Date:   Tue Mar 4 22:16:47 2008 +0200
  1645.     access2_New really does not need to know about preparsing.
  1646.     
  1647.     The input already does the job.
  1648.     
  1649.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1650. commit 4dded813f179fa246a08c3eb8da070760c0a8ed5
  1651. Author: Rémi Denis-Courmont <rem@videolan.org>
  1652. Date:   Tue Mar 4 22:10:54 2008 +0200
  1653.     Remove useless NULLity checks
  1654.     
  1655.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1656. commit eb4fd2457952e397cc421ac3160a0385a4d97f4d
  1657. Author: Rémi Denis-Courmont <rem@videolan.org>
  1658. Date:   Tue Mar 4 22:10:06 2008 +0200
  1659.     Preparsing only works with file:// - only try files.
  1660.     
  1661.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1662. commit e065942ca349b3f822edf732274885f96fc6b9ca
  1663. Author: Rémi Denis-Courmont <rem@videolan.org>
  1664. Date:   Tue Mar 4 21:55:53 2008 +0200
  1665.     Remove access2 non splitted fallback. "://" cannot occur in a file path
  1666.     (see MRLSplit), so this has become useless, if not inconsistent.
  1667.     
  1668.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1669. commit 4c685fc5ccfc01e8d60c18b89363eb17eea6369a
  1670. Author: Rémi Denis-Courmont <rem@videolan.org>
  1671. Date:   Tue Mar 4 21:01:08 2008 +0200
  1672.     Remove misleading dummy "Interrupted system call" error from net_Read
  1673.     
  1674.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1675. commit 7af51d108fe596be66dccdf79ea13f44bfcf655a
  1676. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  1677. Date:   Tue Mar 4 19:57:15 2008 +0100
  1678.     Remove the Rating column from the inteface because with don't save any information about Rating.
  1679. commit 3cd17e7d668e174ebc6dcf6510aefffcb406c765
  1680. Author: Rémi Denis-Courmont <rem@videolan.org>
  1681. Date:   Tue Mar 4 20:56:33 2008 +0200
  1682.     Avoid dummy "unknown option dccp-service" error
  1683.     
  1684.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1685. commit 9b978809c70b0765414bc28fa7a8b7670451dffb
  1686. Author: Rémi Denis-Courmont <rem@videolan.org>
  1687. Date:   Tue Mar 4 20:29:56 2008 +0200
  1688.     Fix port release logic in case there are multiple channels.
  1689.     
  1690.     Note however that releasing the "other" ports is still broken.
  1691.     
  1692.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1693. commit a49951f4ed29f0629c17b509c6edb48841d3fe36
  1694. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  1695. Date:   Tue Mar 4 19:22:16 2008 +0100
  1696.     Fix an issu when sorting with the track number : the track numbers were in alphabetical order rather than a numeric one.
  1697. commit 1cb7ce6dc49d1be7a1659341caa782ffd763903b
  1698. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  1699. Date:   Tue Mar 4 19:16:24 2008 +0100
  1700.     Last patch to close #1479 (add a column with the track id)
  1701. commit 7187a7e9ccd41bf977efc45f7eae51c73c0d32ab
  1702. Author: Rémi Denis-Courmont <rem@videolan.org>
  1703. Date:   Tue Mar 4 20:18:09 2008 +0200
  1704.     Remove the 1234 default UDP port hack
  1705.     
  1706.     None of the three net_ConnectDgram call paths use this hack anymore.
  1707.     
  1708.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1709. commit ee264518392b11301aed6bbf32371a748c664e4c
  1710. Author: Rémi Denis-Courmont <rem@videolan.org>
  1711. Date:   Tue Mar 4 20:17:57 2008 +0200
  1712.     Add const qualifier
  1713.     
  1714.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1715. commit 7eb1f4a0b6f8112095042fb14a9449ecb3f7830a
  1716. Author: Rémi Denis-Courmont <rem@videolan.org>
  1717. Date:   Tue Mar 4 20:16:56 2008 +0200
  1718.     rtpfmt.c: fix file description
  1719.     
  1720.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1721. commit 6e8c4e7cb39657277fdd52a128962f6c0b791724
  1722. Author: Rémi Denis-Courmont <rem@videolan.org>
  1723. Date:   Tue Mar 4 20:10:18 2008 +0200
  1724.     Use ephemeral default ports for RTP, instead of clashing with raw UDP.
  1725.     
  1726.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1727. commit 8e19781ee1d628f93b0933a58049b09025ea3a8b
  1728. Author: Rafaël Carré <funman@videolan.org>
  1729. Date:   Tue Mar 4 17:23:03 2008 +0100
  1730.     fix #1404 (asf demuxer)
  1731.     in some files, we don't have to skip the last padding bytes
  1732. commit 0f1074432b62370b8018b6659b3ed625bd707b0a
  1733. Author: Rafaël Carré <funman@videolan.org>
  1734. Date:   Tue Mar 4 17:15:10 2008 +0100
  1735.     Fix vlc.exe building (using the right path to the .ico file)
  1736. commit de8b9136ff33087d0992a0ecd40fb2dfd2fdbab3
  1737. Author: Rafaël Carré <funman@videolan.org>
  1738. Date:   Tue Mar 4 16:36:43 2008 +0100
  1739.     Clean qt4 windows "source" package (transition from gzip to bzip2)
  1740. commit 8bc7f50322158fc6582883588ca08daf7331ce36
  1741. Author: Rafaël Carré <funman@videolan.org>
  1742. Date:   Tue Mar 4 16:13:16 2008 +0100
  1743.     Use --arch=i686 when building ffmpeg for windows
  1744.     Fix cross compilation from 64bits host
  1745. commit a74d5452eb0c1b7846e14090c1063169ebd9681a
  1746. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1747. Date:   Sun Mar 2 19:12:56 2008 +0100
  1748.     Check malloc return values and small cleanup.
  1749. commit 93b4565847b0f951ac5cf036d14d5b0544cfe64c
  1750. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  1751. Date:   Tue Mar 4 13:48:30 2008 +0100
  1752.     python bindings: do not link with unecessary libs (spotted by courmisch)
  1753. commit 983312cb0a0e331629b9f0e67a982d433465ec71
  1754. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  1755. Date:   Tue Mar 4 12:32:05 2008 +0100
  1756.     Fix a little bug in the playlist sorting.
  1757. commit 7440f8d3b63fbc3a625651701760f2d223061dea
  1758. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  1759. Date:   Tue Mar 4 11:10:48 2008 +0100
  1760.     python bindings: provide useful defaults for linking when compiling out-of-tree
  1761.     
  1762.     This allows to compile the bindings from a properly installed VLC (includes and libs in standard locations), as for instance with the libvlc1-dev debian package.
  1763. commit b0565043b567402b49412c95e7acc8e82c14912b
  1764. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  1765. Date:   Tue Mar 4 01:45:24 2008 +0100
  1766.     Use the correct meta data to sort the playlist.
  1767.     The sorting is still strange (wrong ?) but the sort is done on the right meta data.
  1768. commit 0a520894c4451459a1e93426a1042e88be5db0cc
  1769. Author: Pavlov Konstantin <thresh@videolan.org>
  1770. Date:   Tue Mar 4 03:37:44 2008 +0300
  1771.     We're on git now, so show Git commit instead of svn revision.
  1772. commit c40d24815fbe31c9cf741eee40cf47830704d0f9
  1773. Author: Pavlov Konstantin <thresh@videolan.org>
  1774. Date:   Tue Mar 4 01:41:27 2008 +0300
  1775.     toolbox: check for other files instead of missing ones.
  1776. commit 0f8d02ae0dade744e73b415326337b772eba2495
  1777. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1778. Date:   Mon Mar 3 22:29:21 2008 +0100
  1779.     misc/objects.c:
  1780.     * Fix a rare race condition that may happen because the refcount was changed outside of the structure lock.
  1781.     * assert(refcount>0) in some key function to help to track freed object easily.
  1782.     * Use vlc_object_yield_locked() instead of refcount++.
  1783. commit 45dc363611bc200a2ee564994690394e26edd914
  1784. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1785. Date:   Mon Mar 3 22:25:32 2008 +0100
  1786.     cmake: Fix tests.
  1787. commit fa0e80f2459219263288e804543a7f3a6e232e81
  1788. Author: Rémi Denis-Courmont <rem@videolan.org>
  1789. Date:   Mon Mar 3 22:37:29 2008 +0200
  1790.     Remove the unneeded vlc_object_destroy logger hack, and fix wrapping.
  1791.     
  1792.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1793. commit b96154a2673604c3550a0ff0296a48d16420800a
  1794. Author: André Weber <WeberAndre@gmx.de>
  1795. Date:   Mon Mar 3 19:57:43 2008 +0100
  1796.     Enable the last parameter of the macros change_integer_list, change_string_list to supply a method to initialize update dynamic selectionlists inside the settings GUI allready on showing the gui. (f.e. the audio device list)
  1797. commit 487b2b1e7439028935350ce5550afcac098bd5f3
  1798. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  1799. Date:   Mon Mar 3 19:05:24 2008 +0100
  1800.     Use (void) instead of VLC_UNUSED (with pierre agreement)
  1801. commit 9db336f33fec96c4e647a1302b2307a96ea805ee
  1802. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  1803. Date:   Mon Mar 3 18:54:54 2008 +0100
  1804.     Revert "Include vlc_common.h to get VLC_UNUSED()"
  1805.     
  1806.     This reverts commit 805980f9540538da4ca6f1f6d8fcf9a19f34375f.
  1807. commit e14f2110f980c64ca22d22aa667fc67c039bbccd
  1808. Author: Rémi Denis-Courmont <rem@videolan.org>
  1809. Date:   Mon Mar 3 19:58:50 2008 +0200
  1810.     Fix a bunch of format string injection in the Real RTSP access
  1811.     
  1812.     ...or why is asprintf() not the same as strdup().
  1813.     
  1814.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1815. commit 17291ac5f14e95b0698281ba72c0373b887aee4e
  1816. Author: Rémi Denis-Courmont <rem@videolan.org>
  1817. Date:   Mon Mar 3 19:51:52 2008 +0200
  1818.     Detect division by zero before it happens
  1819.     
  1820.     Pointed-out-by: Drew Yao
  1821.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1822. commit 783ab03c7bd8ddedcd3dc5bad18efc70a4c57aaa
  1823. Author: Rémi Denis-Courmont <rem@videolan.org>
  1824. Date:   Mon Mar 3 19:27:39 2008 +0200
  1825.     Use calloc() instead of malloc() - fixes integer overflow...
  1826.     ...assuming you have non-buggy calloc() implementation.
  1827.     
  1828.     Pointed-out-by: Drew Yao
  1829.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1830. commit 805980f9540538da4ca6f1f6d8fcf9a19f34375f
  1831. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1832. Date:   Mon Mar 3 18:14:01 2008 +0100
  1833.     Include vlc_common.h to get VLC_UNUSED()
  1834. commit 62796e96ebc124277c473cab1028b2be2b8980c8
  1835. Author: Rémi Denis-Courmont <rem@videolan.org>
  1836. Date:   Mon Mar 3 19:06:48 2008 +0200
  1837.     Remove the old port 80 hack in the network subsystem
  1838.     
  1839.     The only paths that still appears not to set a default remote port are
  1840.     the dccp/rtp and tcp/rtp accesses. And it makes no sense for these to
  1841.     default to HTTP port 80 anyway.
  1842.     
  1843.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1844. commit 86fffb2fe82da640baf36664069bc33e172c55d4
  1845. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  1846. Date:   Mon Mar 3 17:58:50 2008 +0100
  1847.     network/rootwrap.c: Unused args fix.
  1848. commit 111dac8c7d1252f3d3b6f9ac96b37e6e986b06e4
  1849. Author: Rémi Denis-Courmont <rem@videolan.org>
  1850. Date:   Mon Mar 3 18:49:08 2008 +0200
  1851.     Use 443 rather than 80 as the implicit Host: port when using TLS
  1852.     
  1853.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1854. commit ea3b06940d060dff40b090855e632cd7a3726b06
  1855. Author: Faustino Osuna <enrique.osuna@gmail.com>
  1856. Date:   Mon Mar 3 16:10:46 2008 +0000
  1857.     Make sure there is a new-line at the end of the .gitignore files.
  1858. commit c8ba07f17b50264e47e30432b55811c35f89034e
  1859. Author: Rémi Denis-Courmont <rem@videolan.org>
  1860. Date:   Mon Mar 3 17:53:12 2008 +0200
  1861.     Revert "Don't test for buggy libintl when NLS is disabled"
  1862.     
  1863.     strerror_r() will still crash as setlocale() is used regardless of
  1864.     ENABLE_NLS.
  1865.     
  1866.     This reverts commit 61d0ac25f124103bcdf609d16e5d489bfaa54e0f.
  1867. commit bcee7c9eda234a2174b81c0ad85b7d554b3f70c5
  1868. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  1869. Date:   Mon Mar 3 15:14:18 2008 +0100
  1870.     Another check for malloc.
  1871. commit c9c5170b8ad691bbf06111e08f9f911e68484fa8
  1872. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  1873. Date:   Mon Mar 3 14:55:52 2008 +0100
  1874.     Check only one time the return value of malloc.
  1875. commit e0431bc0c10adc5d969d56194a43bb5546e55b79
  1876. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  1877. Date:   Mon Mar 3 13:25:05 2008 +0100
  1878.     Check the return value of malloc.
  1879. commit 51578bdbc5f11f7d4b324bd6ce62f8b205a9b25b
  1880. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  1881. Date:   Mon Mar 3 12:24:11 2008 +0100
  1882.     Check the return value of malloc.
  1883. commit 0bbedab7ab4de2205d8685ac949ced13ed024177
  1884. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  1885. Date:   Mon Mar 3 11:49:08 2008 +0100
  1886.     Remove unecessary msg_Err according to rem remark.
  1887. commit 9c1a53ac71e4edb312b5fe7123163aa223a55c20
  1888. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  1889. Date:   Mon Mar 3 11:46:55 2008 +0100
  1890.     Check the return value of services_discovery_GetServicesNames.
  1891.     If mac users can test ... (evenif it's really simple)
  1892. commit 657ee94e0c2bf6e4f172f655d878c4d1dbbb2230
  1893. Author: Faustino Osuna <enrique.osuna@gmail.com>
  1894. Date:   Mon Mar 3 08:40:48 2008 +0000
  1895.     Add more ignores for cmake and Mac OS X build folders.
  1896. commit 2dae9d9ac42baeac9b2812da75e506f3f2d8becb
  1897. Author: Faustino Osuna <enrique.osuna@gmail.com>
  1898. Date:   Mon Mar 3 08:19:14 2008 +0000
  1899.     Add more ignores.
  1900. commit 13e9e2729c7b2eef3fdd032d9aacebf9ab2f038f
  1901. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1902. Date:   Mon Mar 3 03:26:11 2008 +0100
  1903.     src/input/decoder.c: More unused args fix.
  1904. commit 841b7457f6366124214028924aa9cc6531670863
  1905. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1906. Date:   Mon Mar 3 03:18:24 2008 +0100
  1907.     control/media_library.c: Fix more unused args.
  1908. commit f83f70459c1394520d41c9011bbe1ab424213c73
  1909. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1910. Date:   Sun Mar 2 18:03:23 2008 -0800
  1911.     Win32 doesn't need the MMX patch...
  1912. commit 2be3cb432000b84549c9557a2efd380ba0de53d0
  1913. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1914. Date:   Mon Mar 3 02:55:54 2008 +0100
  1915.     darwin_specific.c: unused warning fix.
  1916. commit c9549a21fc696b6ea7f26361eb7523e700374f8b
  1917. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1918. Date:   Mon Mar 3 02:45:45 2008 +0100
  1919.     text/unicode.c: More unused warning fix.
  1920. commit 7e5f8f848ccb470ffc256b39817d13408926c002
  1921. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1922. Date:   Mon Mar 3 02:30:51 2008 +0100
  1923.     interface/intf_eject.c: Fix a unused param warning.
  1924. commit f00a8d31268544452d501c8c7320435ca84eed51
  1925. Author: Jean-Baptiste Kempf <jb@videolan.org>
  1926. Date:   Sun Mar 2 17:20:05 2008 -0800
  1927.     Qt4: Small fix and speedup
  1928. commit 61d0ac25f124103bcdf609d16e5d489bfaa54e0f
  1929. Author: Christophe Mutricy <xtophe@videolan.org>
  1930. Date:   Mon Mar 3 00:04:36 2008 +0000
  1931.     Don't test for buggy libintl when NLS is disabled
  1932. commit d674e1a7664089290ce8e03c94abe2c329ab4a5b
  1933. Author: Christophe Mutricy <xtophe@videolan.org>
  1934. Date:   Sun Mar 2 23:47:55 2008 +0000
  1935.     Don't check for headers. Pkg-config is enough
  1936. commit 875f1b2adb133f3e0a617a0d8d5640e05308ba0b
  1937. Author: Ilkka Ollakka <ileoo@videolan.org>
  1938. Date:   Mon Mar 3 02:23:53 2008 +0200
  1939.     set i_start_time with AV_TIME_BASE, fixes streaming flv from file (for me)
  1940.     and doesn't seem to affect any regression on demuxing.
  1941. commit 50c2f442026fc2e73f399a928070cdc0af9b7288
  1942. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1943. Date:   Sun Mar 2 23:45:00 2008 +0100
  1944.     cmake: Add a small info.
  1945. commit dbddc5ae452252807b520abdb803cf5f231bbdf0
  1946. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  1947. Date:   Sun Mar 2 23:27:04 2008 +0100
  1948.     More Id and permission fixes.
  1949. commit 1f253f8d9a0730b61dc41a7baffdf9c634983446
  1950. Author: Pavlov Konstantin <thresh@videolan.org>
  1951. Date:   Mon Mar 3 01:01:55 2008 +0300
  1952.     Fix $Id$ (probably)
  1953. commit 0544ec184d4103e0fb439223f8d0a945ec83f229
  1954. Author: Mark Moriarty <mfmbusiness@earthlink.net>
  1955. Date:   Sun Mar 2 16:15:59 2008 -0500
  1956.     A few more ignores in contrib.
  1957. commit f3c79cb5205e178823ca1c1aa056e2efa877ac92
  1958. Author: Rémi Denis-Courmont <rem@videolan.org>
  1959. Date:   Sun Mar 2 21:23:42 2008 +0200
  1960.     Set the DCCP service code(s) from RTP stream output
  1961.     
  1962.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1963. commit 2815e99445ba576d06e3688df81db6ae59732b13
  1964. Author: Rémi Denis-Courmont <rem@videolan.org>
  1965. Date:   Sun Mar 2 21:01:43 2008 +0200
  1966.     Set the DCCP service code properly.
  1967.     
  1968.     Assume RTP converys video (which is fine for MPEG-TS), as we cannot
  1969.     know if it's only audio anyway.
  1970.     
  1971.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1972. commit f8c4e779ab99f83ab0494a2ce3a2a9960dafcbf4
  1973. Author: Rémi Denis-Courmont <rem@videolan.org>
  1974. Date:   Sun Mar 2 20:02:34 2008 +0200
  1975.     pkg-config support to libvlc-control
  1976.     
  1977.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1978. commit 132bf65db16a3496f2b14bb219b90695bdec3b86
  1979. Merge: 79223aa bd9f771
  1980. Author: André Weber <WeberAndre@gmx.de>
  1981. Date:   Sun Mar 2 18:37:32 2008 +0100
  1982.     Merge branch 'master' of git@git.videolan.org:vlc
  1983. commit bd9f77136ff0bb6d089880fe9168ce1296fa4d67
  1984. Author: Rémi Denis-Courmont <rem@videolan.org>
  1985. Date:   Sun Mar 2 19:28:00 2008 +0200
  1986.     Ignore all object files, not just vlc.o
  1987.     
  1988.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  1989. commit cc1f013dc503b70fab75d059686044fb2b7a1116
  1990. Author: Rémi Denis-Courmont <rem@videolan.org>
  1991. Date:   Sun Mar 2 19:08:32 2008 +0200
  1992.     Remove security-policy from config_ChainParse()
  1993.     but NOT from var_OptionParse().
  1994.     
  1995.     Rationale: At a shallow level, this breaks the command line use badly.
  1996.     At a deeper level: We still do security enforcement in
  1997.     var_OptionParse(). In practice, the config chain strings are always
  1998.     coming from (part of) the value of string configuration variable,
  1999.     which is parsed by var_OptionParse(). Hence, as long as these variables
  2000.     are all tagged as "unsafe", only trusted input can ever reach
  2001.     config_ChainParse().
  2002.     
  2003.     There are other (intractable?) issues with checking configuration chain
  2004.     strings: First, we would also need to check the module name in front of
  2005.     the {var1=val1,...} stuff. Second, some modules parse their
  2006.     configuration chain manually, i.e. they don't call config_ChainParse()
  2007.     and sometimes do not register their variables as configuration items
  2008.     (e.g. the sout duplicate module).
  2009.     
  2010.     If you have a super-duper idea on how to improve this, you're welcome,
  2011.     but in the mean time...
  2012.     
  2013.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  2014.     Vaguely-acked-by: Pierre d'Herbemont <pdherbemont@free.fr>
  2015. commit 0d15cad14a3c1e7d18415d68dd1dffdd976ee058
  2016. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2017. Date:   Sun Mar 2 18:22:31 2008 +0100
  2018.     Again id weirdness.
  2019. commit 79223aaeafe7ef625f08551700a6ae4d2a26e8b0
  2020. Author: André Weber <WeberAndre@gmx.de>
  2021. Date:   Sun Mar 2 18:22:11 2008 +0100
  2022.     Bugfix for #492: Audio output on Windows useing SPDIF for AC3 / DTS
  2023.     But its still very time critical, because paout gets sometimes empty
  2024.     so that aout_OutputNextBuffer(..) doesn't deliver new audiobuffers,
  2025.     sometimes it happens - that these buffers arrive very late for output.
  2026.     Reasons: -changed CPU load, (extra running application, also fast forward
  2027.     seeking and and jumping may lead to this situation.)
  2028.     
  2029.     Enhancement #897: added an option to let the user  choose is prefered audio device. (needs restart of VLC to get applied)
  2030. commit 7c3ed1663c6ac6d2f4f2252541dceeff65c00e58
  2031. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2032. Date:   Sun Mar 2 18:17:10 2008 +0100
  2033.     Add more files to ignore.
  2034.     
  2035.     Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
  2036. commit 85de3792306ce30051d41c255dd8f80ce42d4b61
  2037. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2038. Date:   Sun Mar 2 18:16:21 2008 +0100
  2039.     Remove useless error messages when allocation of structures failed.
  2040.     
  2041.     Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
  2042. commit 225300b59e7da3607721d9538775996097a30872
  2043. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2044. Date:   Sun Mar 2 15:26:45 2008 +0100
  2045.     Don't leak memory when filling in p_stream->p_decoder_specific_info for subtitles. The p_stream->p_decoder_specific_info pointer was already allocated just before checking for VLC_FOURCC('s','u','b','t'). The fix moves the non-subtitles case to an else.
  2046.     
  2047.     Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
  2048. commit c13df5d1fcfd6381665f532b9f778ae17f55421a
  2049. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2050. Date:   Sun Mar 2 15:23:38 2008 +0100
  2051.     Fix building of goom on Linux.
  2052. commit ced125da0699eb348462270926a6802288800433
  2053. Author: André Weber <WeberAndre@gmx.de>
  2054. Date:   Sun Mar 2 17:07:53 2008 +0100
  2055.     Revert "#492 bugfix, for SPDIF audio ouput of AC3 and DTS sound on Windows"
  2056.     
  2057.     This reverts commit 9438646c972ab353d6cd686397f29e16174499ef.
  2058.     wrong file in my list I'am sorry, and wrong file modes
  2059. commit 9438646c972ab353d6cd686397f29e16174499ef
  2060. Author: André Weber <WeberAndre@gmx.de>
  2061. Date:   Sun Mar 2 16:31:57 2008 +0100
  2062.     #492 bugfix, for SPDIF audio ouput of AC3 and DTS sound on Windows
  2063.     (but its still critical because it happens - aout_OutputNextBuffer(...) has no buffers
  2064.     available - sometime the output doesn't know until some ms before the last block
  2065.     has finished to play! so each little disturbtion of the CPU or load change
  2066.     leads to studdering/hickups)
  2067.     
  2068.     #897 enhancement: give the use the option to choose its prefered audio device,
  2069.     instead of useing Windows default
  2070. commit 23ce4b2cdd5b2e9cd9bb45c5c8b9c3cfd415759c
  2071. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  2072. Date:   Sun Mar 2 14:57:51 2008 +0100
  2073.     contrib/.gitignore: s/.make/.mak/.
  2074. commit 194e5ccda757fa23c990e39b875db0a71ae82ab5
  2075. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  2076. Date:   Sun Mar 2 14:44:36 2008 +0100
  2077.     Supports $ rewrite via .gitattributes
  2078. commit 905bbb9e546101ce96a0eba8707273dafb1b8fab
  2079. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  2080. Date:   Sun Mar 2 13:31:19 2008 +0100
  2081.     Avoid a segfault when services_discovery_GetServicesNames fail.
  2082. commit 3f9cee77afc85efbf1a53329df98b1ac74e1327c
  2083. Author: Rémi Duraffort <ivoire@via.ecp.fr>
  2084. Date:   Sun Mar 2 13:24:35 2008 +0100
  2085.     Check the returned values of malloc.
  2086. commit 26c4ced47770aebbd756b6566da98db5c386a586
  2087. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  2088. Date:   Sun Mar 2 13:35:28 2008 +0100
  2089.     contrib: set .gitignore.
  2090. commit 0795b8399e13b476fa6d66ab4504546a6a88e489
  2091. Author: Rémi Denis-Courmont <rem@videolan.org>
  2092. Date:   Sun Mar 2 13:51:38 2008 +0200
  2093.     Ignore files create by configure
  2094.     
  2095.     This only affects people still not building from subdir.
  2096.     
  2097.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  2098. commit 3ccf6606bd7f770941f023212c3f57e9448ac65e
  2099. Author: Rémi Denis-Courmont <rem@videolan.org>
  2100. Date:   Sun Mar 2 11:56:03 2008 +0200
  2101.     Attach the RTP access output grabber object.
  2102.     
  2103.     Fix #1486
  2104.     
  2105.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  2106. commit d9a7620aa541dca4e0e29c7ab1af2653f7723bac
  2107. Author: Rémi Denis-Courmont <rem@videolan.org>
  2108. Date:   Sun Mar 2 00:17:40 2008 +0200
  2109.     Remove the mmap debugging for now.
  2110.     
  2111.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  2112. commit 1db7c22385c1673e5aa5c30d59d7d023fcb29a53
  2113. Author: Rémi Denis-Courmont <rem@videolan.org>
  2114. Date:   Sat Mar 1 23:39:37 2008 +0200
  2115.     Add the common libtool objects to the global ignore list
  2116.     
  2117.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  2118. commit ac0f8aa5591e34646577220e8a25c2da230eeb39
  2119. Author: Rémi Denis-Courmont <rem@videolan.org>
  2120. Date:   Sat Mar 1 23:36:03 2008 +0200
  2121.     Special case support --sout URL syntax for RTP demux.
  2122.     This is meant so that this will still work:
  2123.     $ vlc --sout rtp/ts://239.255.12.42
  2124.     
  2125.     Also, these new constructs will work:
  2126.     $ vlc --sout dccp/ts://[::]
  2127.     $ vlc --sout udplite/ts://239.255.42.12
  2128.     
  2129.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  2130. commit b669af272da01fb5522d78547f5fdb42860f0330
  2131. Author: Rémi Denis-Courmont <rem@videolan.org>
  2132. Date:   Sat Mar 1 23:34:57 2008 +0200
  2133.     Use a single --sout-rtp-proto string rather than multiple silently
  2134.     conflicting booleans to select the RTP transport protocol.
  2135.     
  2136.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  2137. commit 8632e67b53ba6aefa42d080668eaa13dcfe42cf1
  2138. Author: Rémi Denis-Courmont <rem@videolan.org>
  2139. Date:   Sat Mar 1 22:32:30 2008 +0200
  2140.     Fix (trunk-only) integer underflow in MP4 0xa9xxx box
  2141.     
  2142.     Pointed-out-by: Drew Yao
  2143.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  2144. commit 09572892df7e72c0d4e598c0b5e076cf330d8b0a
  2145. Author: Rémi Denis-Courmont <rem@videolan.org>
  2146. Date:   Sat Mar 1 22:22:48 2008 +0200
  2147.     Fix integer overflow in MP4 RDRF boxes
  2148.     
  2149.     Pointed-out-by: Drew Yao
  2150.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  2151. commit 0e90ac58d8d1476cfdd81eb57e2a2a0eca0e5d91
  2152. Author: Rémi Denis-Courmont <rem@videolan.org>
  2153. Date:   Sat Mar 1 22:22:23 2008 +0200
  2154.     Fix memory leak in case of corrupt MP4 box
  2155.     
  2156.     Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
  2157. commit 4e5b503760d978de585c82d574c0f83c2fe856f1
  2158. Author: Rémi Denis-Courmont <rem@videolan.org>
  2159. Date:   Sat Mar 1 21:59:05 2008 +0200
  2160.     Ignore PO files
  2161. commit 87331e9af2d288dfd833d2c75b13294a9c8c8911
  2162. Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
  2163. Date:   Sat Mar 1 21:52:51 2008 +0200
  2164.     Initial .gitignore
  2165. commit 69b86104aac5bf1b4e1bdc15a116ece1c7a460e8
  2166. Author: Pierre d'Herbemont <pdherbemont@free.fr>
  2167. Date:   Sun Mar 2 02:55:08 2008 +0100
  2168.     misc/events.c: Removing an comment that does not belong there.
  2169. commit 24eee4b8f2941ab42a9f02bc2c0b80ad4255a2be
  2170. Author: Christophe Mutricy <xtophe@videolan.org>
  2171. Date:   Sun Mar 2 00:09:35 2008 +0000
  2172.     use proper error
  2173. commit edca13e259472872fdfd456cf3ef4a21d1262c11
  2174. Author: Rémi Denis-Courmont <rem@videolan.org>
  2175. Date:   Sat Mar 1 18:59:18 2008 +0000
  2176.     Simplify.
  2177.     The previous commit "accidentally" worked around Drew Yao's first integer overflow.
  2178. commit 3a6282755277ba9321d405c635e50da935d258a6
  2179. Author: Rémi Denis-Courmont <rem@videolan.org>
  2180. Date:   Sat Mar 1 18:54:56 2008 +0000
  2181.     Fix buffer overflow.
  2182. commit 44fc4434028945e23a3157aaf2e6ba18babed362
  2183. Author: Rémi Denis-Courmont <rem@videolan.org>
  2184. Date:   Sat Mar 1 18:31:32 2008 +0000
  2185.     Fix calloc usage
  2186. commit 34610e09541e4fe48dd9767604dd2f11a0cbc41b
  2187. Author: Rémi Denis-Courmont <rem@videolan.org>
  2188. Date:   Sat Mar 1 18:25:25 2008 +0000
  2189.     Another malloc check
  2190. commit fcbf24b4e9cd444703948eb6d36da763a7e641f5
  2191. Author: Rémi Denis-Courmont <rem@videolan.org>
  2192. Date:   Sat Mar 1 18:20:01 2008 +0000
  2193.     Check some malloc() failures - yes it can happen when the alloc size is variable. Unfortunately, the MP4 code seems pretty hopeless.
  2194. commit 80af71f72f1ac98a372f8a75ebca09d3430c7192
  2195. Author: Rémi Denis-Courmont <rem@videolan.org>
  2196. Date:   Sat Mar 1 17:42:57 2008 +0000
  2197.     Fix some brain-damaged calloc use
  2198.     (Hint: sizeof(char) is ONE per the definition of sizeof)
  2199.     (Hint: size is the SECOND parameter of calloc, not the FIRST one)
  2200.     (Hint: calloc() calls bzero(), waste of time if memory is set anyway)
  2201. commit 55f6f335c31fec9e60a3bdf3506779351fb0c9e6
  2202. Author: Rémi Denis-Courmont <rem@videolan.org>
  2203. Date:   Sat Mar 1 17:27:36 2008 +0000
  2204.     Mark the callback list as const
  2205.     (unfortunately, it will not be shareable since it contains relocations)
  2206. commit f1a3e870f73b1238164894b9f47ede0069b02830
  2207. Author: Rémi Denis-Courmont <rem@videolan.org>
  2208. Date:   Sat Mar 1 17:25:57 2008 +0000
  2209.     Fix a few warnings
  2210. commit 0cb5cfbd2e62924c1e3175d7f296378eba4dbdca
  2211. Author: Mark Moriarty <markfm@videolan.org>
  2212. Date:   Sat Mar 1 00:21:04 2008 +0000
  2213.     Permit counter stat update per frame (appears to have no or little performance impact).
  2214. commit 192a12994d6a4eed9628e756f48d1a13218c145e
  2215. Author: Christophe Mutricy <xtophe@videolan.org>
  2216. Date:   Fri Feb 29 22:19:07 2008 +0000
  2217.     No need to test for avutil.h a second time
  2218. commit 18a9a97d45d1864580963b00235d8e002728863e
  2219. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2220. Date:   Fri Feb 29 19:29:48 2008 +0000
  2221.     Typo
  2222. commit fa838a3b9f1f11b54bd5da8d5def41254866d1ce
  2223. Author: Faustino Osuna <riquedafreak@videolan.org>
  2224. Date:   Fri Feb 29 19:24:48 2008 +0000
  2225.     macosx/VLCKit: Take the time to run through config.cmake even if CMakeCache.txt exists.
  2226. commit 45f5d65544760ed4147bfad8cda66b29da39207f
  2227. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2228. Date:   Fri Feb 29 19:09:17 2008 +0000
  2229.     control/event.c: Remove libvlc_event_detach_lock_state().
  2230. commit 478c793817a11dab66c865e322555517bacd3fd4
  2231. Author: Faustino Osuna <riquedafreak@videolan.org>
  2232. Date:   Fri Feb 29 18:58:36 2008 +0000
  2233.     extras/contrib/Makefile: Fix typo in qt4_win32 rule.
  2234. commit 695ebfaebcd00e9baa7d280b95c3a1e4c8b02e03
  2235. Author: Faustino Osuna <riquedafreak@videolan.org>
  2236. Date:   Fri Feb 29 18:54:02 2008 +0000
  2237.     cmake/config.cmake: Add debug flags to see if ffmpeg is really being detected.
  2238. commit 59c8165f0d981640ef4fcd30ba6918b0efa3edea
  2239. Author: Faustino Osuna <riquedafreak@videolan.org>
  2240. Date:   Fri Feb 29 18:42:30 2008 +0000
  2241.     control/testapi.c: Detach event that was originally attached.
  2242. commit 5411dcebd76fe63bb0564d9ed83a119f9c0e958d
  2243. Author: Faustino Osuna <riquedafreak@videolan.org>
  2244. Date:   Fri Feb 29 18:41:02 2008 +0000
  2245.     control/event.c: Fix infinite loop.
  2246. commit 141d39e94c018259f1fd8590cc54e15c6e9bde90
  2247. Author: Faustino Osuna <riquedafreak@videolan.org>
  2248. Date:   Fri Feb 29 17:49:40 2008 +0000
  2249.     cmake/config.cmake: Look for postproc/postprocess.h or libpostproc/postprocess.h.
  2250. commit 2ae1859128ba8e3ec8e3d652ac273092ae68842c
  2251. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2252. Date:   Fri Feb 29 17:08:57 2008 +0000
  2253.     ffmpeg: Add AC-3 Audio (Dolby Digital) to ffmpeg module. (Thanks to dynaflash for reporting).
  2254. commit 244601ee1e5157c478bd818b49de6765bf393397
  2255. Author: Faustino Osuna <riquedafreak@videolan.org>
  2256. Date:   Fri Feb 29 17:04:45 2008 +0000
  2257.     Fix previous commit.
  2258. commit 791b8caafd1957bfb1ac4a6defb188bb499adf54
  2259. Author: Faustino Osuna <riquedafreak@videolan.org>
  2260. Date:   Fri Feb 29 16:44:10 2008 +0000
  2261.     Let's try this again.  Detect older and new versions of ffmpeg and allow for their coexistence within VLC.
  2262. commit afc470b348058a9a59159c987d1c3daee329febb
  2263. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2264. Date:   Fri Feb 29 15:09:18 2008 +0000
  2265.     cmake: s/sout_ts/mux_ts/g
  2266. commit db4727c0da75c505b2f8f9846b6b0598d57ad1c3
  2267. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2268. Date:   Fri Feb 29 14:46:52 2008 +0000
  2269.     cmake: Add sout modules.
  2270. commit 99565f4f3cfa45ed8cccc8e555808a0083356096
  2271. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2272. Date:   Fri Feb 29 14:37:22 2008 +0000
  2273.     small cleanup
  2274. commit 773c5eff01546555492439c4f1f3a61b791778e3
  2275. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2276. Date:   Fri Feb 29 14:35:40 2008 +0000
  2277.     check for malloc return value
  2278. commit c3a591ae44437c1f36a981a43b1bc3295a27d6d1
  2279. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2280. Date:   Fri Feb 29 14:29:40 2008 +0000
  2281.     Patch by Johannes Buchner (buchner.johannes at gmx do at): Hotkeys for zoom.
  2282. commit a041f7eedbf62a0bf26576cac30bb1c9a76da0f8
  2283. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2284. Date:   Fri Feb 29 13:52:08 2008 +0000
  2285.     input/input.c: Misformatted if statement fix. Could someone check if that's really the wanted behaviour though.
  2286. commit d9cb27ecc1614561769129ea3a5b4f9130488a24
  2287. Author: Faustino Osuna <riquedafreak@videolan.org>
  2288. Date:   Fri Feb 29 01:43:53 2008 +0000
  2289.     Too many problems with new ffmpeg detection, reverting to last known good (rev 25403).
  2290. commit e00551fba283031fa8e4036eb044c640cfdb64be
  2291. Author: Faustino Osuna <riquedafreak@videolan.org>
  2292. Date:   Fri Feb 29 00:46:50 2008 +0000
  2293.     Detect and allow older versions of ffmpeg to be used in conjunction with VLC.
  2294. commit 1757993049ffe608cd538e2d43aad3cabb68385b
  2295. Author: Faustino Osuna <riquedafreak@videolan.org>
  2296. Date:   Thu Feb 28 23:09:18 2008 +0000
  2297.     Update svn:ignore and remove vlc.win32.nsi, as vlc.win32.nsi.in have been moved to extras/package/win32/.
  2298. commit a238fd889aecd77484f26a11fd64a40873a50e43
  2299. Author: Faustino Osuna <riquedafreak@videolan.org>
  2300. Date:   Thu Feb 28 23:06:41 2008 +0000
  2301.     Update svn:ignore to ignore vlc aliases (e.g. cvlc, rvlc, etc).
  2302. commit 9f3fa003d56eabc422a858abdddbb6ca81eb082a
  2303. Author: Faustino Osuna <riquedafreak@videolan.org>
  2304. Date:   Thu Feb 28 23:05:29 2008 +0000
  2305.     Update references to ffmpeg header files to match new directory structure.  All ffmpeg headers should now be accessed through:
  2306.     * <libpostprocess/postprocess.h>
  2307.     * <libswscale/swscale.h>
  2308.     * <libavutil/avutil.h>
  2309.     * <libavcodec/avcodec.h>
  2310.     * <libavformat/avformat.h>
  2311. commit 4d898349f259a9f0063d38dd2e3e2c6757dd16db
  2312. Author: Christophe Mutricy <xtophe@videolan.org>
  2313. Date:   Thu Feb 28 22:56:30 2008 +0000
  2314.     Swedish translation update by Daniel Nylander
  2315. commit cfe3127c4cecdba360c1c434a678431efeceaa19
  2316. Author: Faustino Osuna <riquedafreak@videolan.org>
  2317. Date:   Thu Feb 28 22:51:28 2008 +0000
  2318.     package/win32: Update svn:ignore to ignore vlc.win32.nsi file.
  2319. commit dbe08e77c77ce97eff8a7f2a581f985a6866869b
  2320. Author: Faustino Osuna <riquedafreak@videolan.org>
  2321. Date:   Thu Feb 28 22:38:31 2008 +0000
  2322.     po: Update svn:ignore to ignore time stamp files (stamp-*).
  2323. commit 9ecb0bc08b6eef303cc73d66eba9172c2bc3501b
  2324. Author: Faustino Osuna <riquedafreak@videolan.org>
  2325. Date:   Thu Feb 28 22:35:09 2008 +0000
  2326.     cmake/src_CMakeLists.txt: Update generated test binaries to match original Makefile's convention.
  2327. commit 36cbf7f70845890c4c80d947049ecab7e3de02c8
  2328. Author: Faustino Osuna <riquedafreak@videolan.org>
  2329. Date:   Thu Feb 28 22:32:11 2008 +0000
  2330.     extras/contrib: FFmpeg fixed the way their pkg-config files are created.
  2331. commit 3654880996ef0101510518ac9875fed99e58faaf
  2332. Author: Faustino Osuna <riquedafreak@videolan.org>
  2333. Date:   Thu Feb 28 22:23:59 2008 +0000
  2334.     src: Update svn:ignore to ignore test binaries.
  2335. commit 6076147519aed12d89cf3957b30cba9eae2505f8
  2336. Author: Antoine Cellerier <dionoea@videolan.org>
  2337. Date:   Thu Feb 28 22:20:10 2008 +0000
  2338.     Add a --marq-refresh option to specify the format string refresh period in ms. Core statistics are only refreshed every 1 sec (see src/input/input.c) so we'll need some changes to the core if we want sub-second updates of stats data.
  2339. commit feef533df91d4ce904da75634e5638eb7375a371
  2340. Author: Antoine Cellerier <dionoea@videolan.org>
  2341. Date:   Thu Feb 28 21:58:14 2008 +0000
  2342.     Add format string variable to display frame count. ($f)
  2343. commit 27774650dde964c124e68fbc366f6c17a6c827ae
  2344. Author: Christophe Mutricy <xtophe@videolan.org>
  2345. Date:   Thu Feb 28 19:56:45 2008 +0000
  2346.     Fix the symlink generation
  2347. commit 805699e002703ead105f2e8096efefe319d00c33
  2348. Author: Rémi Denis-Courmont <rem@videolan.org>
  2349. Date:   Thu Feb 28 18:54:58 2008 +0000
  2350.     Accept MP3 as an alternative to MPGA for RTP and TS.
  2351.     
  2352.     Someone please double check that this is not bogus!
  2353. commit 8b13b9056db8e421b06c8fccd6c537c0e22e5ba1
  2354. Author: Rémi Denis-Courmont <rem@videolan.org>
  2355. Date:   Thu Feb 28 18:16:29 2008 +0000
  2356.     Unused define
  2357. commit bf380af3ba3779a0364d3ecccad93b73464418ef
  2358. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2359. Date:   Thu Feb 28 11:06:53 2008 +0000
  2360.     macosx-update: UPDATE_CHECK is defined in config.h *coughcough*. Thanks to Rafael for the hint.
  2361. commit 796b1e94604f53a7165abc1cecfbc9efec1d2af2
  2362. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2363. Date:   Thu Feb 28 10:02:32 2008 +0000
  2364.     Fix small copy & paste mistake. It had no effect, but was wrong.
  2365. commit 67ddda12e62172bf82fa67dfbc792bcb8637251c
  2366. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2367. Date:   Thu Feb 28 02:44:02 2008 +0000
  2368.     Fix most linking of XvMC Vout.
  2369. commit 8d0689823c4a3f12ec66bd9e00faeedf719e3159
  2370. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2371. Date:   Thu Feb 28 02:32:23 2008 +0000
  2372.     Compile XvMC. Disabled the subtitles part for that. Commented a few things. This can't be good, but at least it compiles (not link yet).
  2373. commit eb88f342e8e4c54a15f47b08569e5be130a5e237
  2374. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2375. Date:   Wed Feb 27 23:57:11 2008 +0000
  2376.     control/media_instance.c: Properly unregister the callbacks.
  2377. commit 292040d665436ab386d01cd6f7e33c02d29fcd14
  2378. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2379. Date:   Wed Feb 27 23:45:10 2008 +0000
  2380.     control/media_instance.c: Avoid multiple libvlc_MediaInstanceReachedEnd, by providing different events for pausable and seekable state changes. (Thanks to Jacques Boileau).
  2381. commit 4838f1280271c2effe3b4a930ccf709abc8f5fff
  2382. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2383. Date:   Wed Feb 27 22:06:27 2008 +0000
  2384.     control/media_instance.c: Sanitize input_thread_t management.
  2385. commit 2209f2992dc3eda6a55a3f07e2f22f2caf772ac2
  2386. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2387. Date:   Wed Feb 27 21:34:27 2008 +0000
  2388.     * coding style fixes (please don't do [NSString string], but use an empty constant. It's faster and nicer)
  2389. commit 887efa47545fa1e6b08acdb1d1a026049bbafe75
  2390. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2391. Date:   Wed Feb 27 21:30:20 2008 +0000
  2392.     macosx: Implemented the Subs/OSD and Input categories of the Simple Prefs
  2393. commit 9ab3a0540fa0d21cc18116bbd5fc03cd21e3a0fc
  2394. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2395. Date:   Wed Feb 27 20:43:14 2008 +0000
  2396.     Qt4 - Preferences refreshing fix by atmo, Andre Weber.
  2397. commit c482de120b992a1c7d6f84a94c90d1b3314327f0
  2398. Author: Rafaël Carré <funman@videolan.org>
  2399. Date:   Wed Feb 27 19:46:31 2008 +0000
  2400.     fix #1404
  2401. commit 9d349e1ce5812e1d6e7a754368d240d00efe03e2
  2402. Author: Rafaël Carré <funman@videolan.org>
  2403. Date:   Wed Feb 27 19:46:04 2008 +0000
  2404.     asf demuxer: fix header demuxing & use padding without confusing the user (refs #1404)
  2405. commit 689d893b4e6d2c86d5b63f5d4c358cf1a09795e0
  2406. Author: Christophe Mutricy <xtophe@videolan.org>
  2407. Date:   Wed Feb 27 19:37:56 2008 +0000
  2408.     We do need the symlink for the buildtree
  2409. commit c3f5005864fd850107e6b225a05cfd5e82119061
  2410. Author: Rafaël Carré <funman@videolan.org>
  2411. Date:   Wed Feb 27 19:34:12 2008 +0000
  2412.     fix win32 & osx packages (vlc is now in src/)
  2413. commit 3fc95408700235bb3bfd6fbb6e328fae850388c8
  2414. Author: Rafaël Carré <funman@videolan.org>
  2415. Date:   Wed Feb 27 14:24:51 2008 +0000
  2416.     macosx gui playlist: allow drag & drop to the media library
  2417. commit 818a663ea9987aad38d748b7010c9f0d0de863b5
  2418. Author: Rafaël Carré <funman@videolan.org>
  2419. Date:   Wed Feb 27 14:24:24 2008 +0000
  2420.     fix macosx update gui
  2421. commit 4bacd9969c0488a028e58e6b64adde2c373e0a80
  2422. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2423. Date:   Wed Feb 27 14:02:13 2008 +0000
  2424.     misc/objects: No need to do atomic list-release when releasing the list.
  2425. commit 68aaf2c9253dbe1c11b8900c3b5205438c66a9de
  2426. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2427. Date:   Wed Feb 27 13:23:28 2008 +0000
  2428.     misc/objects.c: Make sure vlc_object_get won't return free-ed objects, by doing an atomic refcount decrease and object removal from the object list bank.
  2429. commit df291664cd0e365fa4393f6ab065efbeb120332f
  2430. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2431. Date:   Wed Feb 27 08:07:23 2008 +0000
  2432.     Src: change Windows Timer Precision, ref #264. Patch by atmo / Andre Weber.
  2433. commit fb26fc4834db3a118b91178285475d39925675a8
  2434. Author: Faustino Osuna <riquedafreak@videolan.org>
  2435. Date:   Wed Feb 27 04:57:07 2008 +0000
  2436.     contribs/extras: Compensate for shortfalls in ffmpeg's svn repository.  Will submit shortfalls as bugs + patch back to ffmpeg dev team.
  2437. commit eaccd9ea6c0d37a380a4439b4686d69e5733e7eb
  2438. Author: Faustino Osuna <riquedafreak@videolan.org>
  2439. Date:   Wed Feb 27 04:55:47 2008 +0000
  2440.     cmake: Try to compensate for new ffmpeg directory structure by setting HAVE_LIBSWSCALE_TREE if swscale.his found.
  2441. commit 3235f039515cf3244ef87bda91384fe085c02e5c
  2442. Author: Faustino Osuna <riquedafreak@videolan.org>
  2443. Date:   Wed Feb 27 04:15:09 2008 +0000
  2444.     modules/ffmpeg: Revert change, there is a better way of detecting this.
  2445. commit 0057e15fbf48f5cd60e4db08977530d59a7080af
  2446. Author: Faustino Osuna <riquedafreak@videolan.org>
  2447. Date:   Wed Feb 27 03:47:52 2008 +0000
  2448.     modules/ffmpeg: Compensate for latest changes made to ffmpeg include directory structure.
  2449. commit 81472e4236ea52e5432765fe1e0e08328efe3ac6
  2450. Author: Faustino Osuna <riquedafreak@videolan.org>
  2451. Date:   Wed Feb 27 03:46:47 2008 +0000
  2452.     cmake: Source code clean up, fix how CFLAGS are saved, and compensate for latest changes in ffmpeg.
  2453. commit 5458d5a1adc85f7c1887408e578b0e734a954234
  2454. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2455. Date:   Wed Feb 27 00:59:05 2008 +0000
  2456.     misc/objects.c: Print more info about what was the parent or what were the children if vlc_object_destroy() failed.
  2457. commit 6ca5cc1278a947f94e8f89924cac8d89b25441e3
  2458. Author: Faustino Osuna <riquedafreak@videolan.org>
  2459. Date:   Tue Feb 26 22:44:38 2008 +0000
  2460.     include: Update svn:ignore property, include cmake's autogenerated config.h file.
  2461. commit 07d3b65bd5d1be3de24e1d05f1cdefebe46d007a
  2462. Author: Faustino Osuna <riquedafreak@videolan.org>
  2463. Date:   Tue Feb 26 22:43:25 2008 +0000
  2464.     modules: Standardize svn:ignore property.
  2465. commit 94fa96018ffc8402a6d6813ba93245a3d852a54b
  2466. Author: Rémi Duraffort <ivoire@videolan.org>
  2467. Date:   Tue Feb 26 22:36:15 2008 +0000
  2468.     Coding convention
  2469. commit e61cd9b76b9c39ca09c41f95bd3fc7dce9a49585
  2470. Author: Rémi Duraffort <ivoire@videolan.org>
  2471. Date:   Tue Feb 26 22:34:19 2008 +0000
  2472.     Fix a little bug with the playlist interface (items swaped)
  2473. commit 7a1856fdaf2441ab1866fe82dc13929074d2df25
  2474. Author: Faustino Osuna <riquedafreak@videolan.org>
  2475. Date:   Tue Feb 26 22:26:59 2008 +0000
  2476.     contrib/src/Makefile: Checkout CMake project into 'cmake' subdirectory, set up code for downloading cmake directly from archive for future use.
  2477. commit 0154ce071f2b7516418f1226d63fa49208f12bd7
  2478. Author: Faustino Osuna <riquedafreak@videolan.org>
  2479. Date:   Tue Feb 26 21:14:18 2008 +0000
  2480.     contrib/bootstrap: White space clean up.
  2481. commit 5ee24a1133cde07706643624281a25e1be829b82
  2482. Author: Christophe Mutricy <xtophe@videolan.org>
  2483. Date:   Tue Feb 26 19:49:44 2008 +0000
  2484.     Update  POTFILES.in and vlc.pot after removal of vlc_os_specific.h and addition of mmap.c
  2485. commit 7feda7b730dfb3ba95d4546ee762e34dde364c9a
  2486. Author: Rémi Duraffort <ivoire@videolan.org>
  2487. Date:   Tue Feb 26 13:44:54 2008 +0000
  2488.     Fix the issue with the order of the item in the playlist (normaly fix #1379)
  2489. commit dace72768543ff49e97198693db6af0865198796
  2490. Author: Rémi Duraffort <ivoire@videolan.org>
  2491. Date:   Tue Feb 26 09:39:01 2008 +0000
  2492.     Fix a little bug with the sorting in the interface
  2493. commit bc4789a05a07c029e4961d77c983f9ad555fcca4
  2494. Author: Ilkka Ollakka <ileoo@videolan.org>
  2495. Date:   Tue Feb 26 07:14:43 2008 +0000
  2496.     set stream->dr_dts according to i_dts instead AV_NOPTS_VALUE; seems to
  2497.     fix that flv muxing issue, and doesn't seem to cause regression. fixes
  2498.     #1285. Please notify if you notice something broken after this.
  2499. commit bb5b426170b2a666f4e132e2e62511abf922b6d0
  2500. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2501. Date:   Tue Feb 26 02:11:57 2008 +0000
  2502.     configure.ac: Backport the Mac OS X poll fix from cmake to autotools.
  2503. commit 28a41153e77335041ff45992e92e49f354b6f780
  2504. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2505. Date:   Tue Feb 26 01:37:34 2008 +0000
  2506.     src/playlist: Fix a rare memleak that could happen when the interaction is created earlier than expected. (Fix vlc_object mem leak that happen when no module is loaded).
  2507. commit 55b36288f948ea6a9cb00dadbfc5463ec9562d20
  2508. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2509. Date:   Tue Feb 26 01:21:03 2008 +0000
  2510.     interface/interaction.c: Set the interaction object name.
  2511. commit d1d0a6221a6636a9c4046f7157c463cbf775eadf
  2512. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2513. Date:   Tue Feb 26 00:32:14 2008 +0000
  2514.     svn nightmare is ending... (Fix previous commit).
  2515. commit a78e273ec53ff8a6c3993f3deda0b893f8dd709a
  2516. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2517. Date:   Tue Feb 26 00:29:12 2008 +0000
  2518.     misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero.
  2519.     * Meaning, that when created objects gets a refcount to 1.
  2520.     * Destroying is instantaneous and we don't have to poll for a few secondss or so to wait until the object's refcount reach 0.
  2521.     * We now track vlc_object_t's mem leaks when libvlc_global is released (Hard error for now, so they don't get unoticed)
  2522.     * We fail hard if an object is released with a refcount of 1 without being detached from its parent and its children, to make sure such cases don't go unoticed.
  2523.     (make test or make check still pass after that one. VLC is known to leak one object when no module is loaded, this must be fixed).
  2524. commit e769bca04c56a67ab39ee2d2700508a9c5ad8910
  2525. Author: Rémi Duraffort <ivoire@videolan.org>
  2526. Date:   Tue Feb 26 00:17:42 2008 +0000
  2527.     Doxygen documentation
  2528. commit 7f1f444ca32b4670e34a2a52b5e99e5381c9333a
  2529. Author: Rémi Duraffort <ivoire@videolan.org>
  2530. Date:   Mon Feb 25 23:26:45 2008 +0000
  2531.     Doxygen comments and coding conventions
  2532. commit 3fd7eb0f358128381965ebd5614270b357d4ab15
  2533. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2534. Date:   Mon Feb 25 22:24:01 2008 +0000
  2535.     cmake: Update the README.
  2536. commit 95932c1566de36c6fbcee2ee1f4db6d5a476a2b0
  2537. Author: Faustino Osuna <riquedafreak@videolan.org>
  2538. Date:   Mon Feb 25 22:15:52 2008 +0000
  2539.     cmake: Code clean up, set up options before we start including custom macros, add CONTRIB_INCLDE to CMAKE_REQUIRED_INCLUDES if ENABLE_CONTRIB is set, and correctly discover postproc/postprocess.h header by temporarily adding FFmpeg_CFLAGS to CMAKE_REQUIRED_FLAGS before checking for the header.
  2540. commit ac2e4b777eefca1556904e35541cebd4287cf370
  2541. Author: Faustino Osuna <riquedafreak@videolan.org>
  2542. Date:   Mon Feb 25 22:02:42 2008 +0000
  2543.     cmake/FindFFmpeg.cmake: Add sub library's CFLAGS to FFmpeg_CFLAGS.
  2544. commit d68d15e56bbe53cd2fe2e8bc4697f999004c782a
  2545. Author: Faustino Osuna <riquedafreak@videolan.org>
  2546. Date:   Mon Feb 25 21:54:14 2008 +0000
  2547.     cmake: Remove duplicate macro entry.
  2548. commit d2d85545649c486677a45879590776402d664115
  2549. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2550. Date:   Mon Feb 25 21:44:24 2008 +0000
  2551.     XvMC: remove warnings. The compilation problems lies in a confustion between subpicture_data_t from spudec.h and subpicture_sys_t. No idea how to fix.
  2552. commit 8b8b4f54fc546470da7b21e5c130f937606a89d1
  2553. Author: Rémi Denis-Courmont <rem@videolan.org>
  2554. Date:   Mon Feb 25 21:04:03 2008 +0000
  2555.     Ugly hack to prevent crash when logging an error while destroying libvlc
  2556. commit 0d0f59ac637b318caf578652ea006ce193f7c581
  2557. Author: Rémi Denis-Courmont <rem@videolan.org>
  2558. Date:   Mon Feb 25 20:50:49 2008 +0000
  2559.     Remove argv/argc from libvlc_t (not really needed here)
  2560. commit 3f48284e78c07e2911b192f38b4650b835f642e9
  2561. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2562. Date:   Mon Feb 25 20:44:40 2008 +0000
  2563.     XvMC: Compile Fixes, b_shm removal, and obvious typos... subpicture_sys_t still undeclared, no idea why it is around...
  2564. commit 78d012cc34fbb814ceeaa9488f342cf23ea07bf9
  2565. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2566. Date:   Mon Feb 25 20:23:08 2008 +0000
  2567.     typo fix.
  2568. commit 0eda8dce2ed9574d67425f0ed8235de657ee24e8
  2569. Author: Rémi Denis-Courmont <rem@videolan.org>
  2570. Date:   Mon Feb 25 20:04:10 2008 +0000
  2571.     Compile fix
  2572. commit 206cd3aaa9886149b9c4abdde0dff7557b7dcbd4
  2573. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2574. Date:   Mon Feb 25 20:01:42 2008 +0000
  2575.     XvMC Vout: Fix the macroblocks_t definition. Still not compiling because of subpictures_sys_t not defined.
  2576. commit 28094cb6a15a0068c21a9ff22477c624115dd4d1
  2577. Author: Rémi Denis-Courmont <rem@videolan.org>
  2578. Date:   Mon Feb 25 19:58:36 2008 +0000
  2579.     Actually fix the ActiveX plugin
  2580. commit 99a25fe17cdb9bdaeaa4398b5aa07cba33dcf5d0
  2581. Author: Rémi Denis-Courmont <rem@videolan.org>
  2582. Date:   Mon Feb 25 19:58:26 2008 +0000
  2583.      - Redo [22749]. Fix Mozilla plugin, fix OSX framework, fix the bindings.
  2584.      - Fix ActiveX.
  2585. commit a7954388b00c3f2c83bb25d97b75f1a3a470868b
  2586. Author: Rémi Denis-Courmont <rem@videolan.org>
  2587. Date:   Mon Feb 25 19:52:09 2008 +0000
  2588.     Mostly revert [25311], [25313].
  2589.     Lets wait for 0.9.1 to sort this out.
  2590. commit e3c8503697329380e68f9373c5fff99c2492c1a0
  2591. Author: Rémi Denis-Courmont <rem@videolan.org>
  2592. Date:   Mon Feb 25 19:48:50 2008 +0000
  2593.      - Don't put private system_* header in public
  2594.      - Remove useless system_VLCPath
  2595. commit 1af701c676790a72281997f48158ad8f5398265f
  2596. Author: Rémi Denis-Courmont <rem@videolan.org>
  2597. Date:   Mon Feb 25 19:10:39 2008 +0000
  2598.     Revert [25316] for now - need to think about this
  2599. commit 6975cd69d30a528950fcc4458397a20c4f23888c
  2600. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2601. Date:   Mon Feb 25 18:30:20 2008 +0000
  2602.     XvMC - Remove warnings (only unused parameters and variables are left)
  2603. commit 2a0f8bf17739f0893e2a0dfccf2159613e8ee201
  2604. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2605. Date:   Mon Feb 25 18:28:25 2008 +0000
  2606.     control/testapi.c: Nicer log() output.
  2607. commit 3a90c05eacd06b39bc1b15674a0b37951d884ad7
  2608. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2609. Date:   Mon Feb 25 18:26:17 2008 +0000
  2610.     Forgotten files in previous commit.
  2611. commit 9ba83f6d1b0fb4c3a7c6eed2c68435d0b49e5dde
  2612. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2613. Date:   Mon Feb 25 18:22:05 2008 +0000
  2614.     misc/events.c: Fix a case about a callback non being called.
  2615. commit 8cfa47d2bf33da6f1b65a07922be58ae9dfeed9f
  2616. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2617. Date:   Mon Feb 25 18:18:00 2008 +0000
  2618.     control/event.c: Make it pass the unit tests.
  2619. commit 719fa35e0c7e0daf9ac76a6c0f2be84fd051a1a9
  2620. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2621. Date:   Mon Feb 25 18:17:29 2008 +0000
  2622.     Xvmc: fix xvmc compilation on x86_64. Patch by eMPee584
  2623. commit 5ae10793d0ca98695e3ddf9caa5c4c7ec257b48c
  2624. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2625. Date:   Mon Feb 25 18:12:44 2008 +0000
  2626.     XvMC: revert [25318] and do it in a better way. Remove some warnings because of forgotten inclusions.
  2627. commit 43ba4e725ec8f7f608ce562eef82c356490cdc65
  2628. Author: Jean-Baptiste Kempf <jb@videolan.org>
  2629. Date:   Mon Feb 25 18:08:10 2008 +0000
  2630.     XvMC: possible fix compilation. Who uses that anyway ?
  2631. commit bfbec2297d201ce956615b7c22aa2151e7859244
  2632. Author: Rémi Denis-Courmont <rem@videolan.org>
  2633. Date:   Mon Feb 25 17:57:58 2008 +0000
  2634.     Fix a long-standing missing dependency of vlc upon libvlc
  2635. commit d7a9b8b1971d17585e0e8675cb203e7ea6f9b028
  2636. Author: Rémi Denis-Courmont <rem@videolan.org>
  2637. Date:   Mon Feb 25 17:56:03 2008 +0000
  2638.     Don't look for plugins from the current working directory.
  2639.     This can cause needless I/O, and consistutes a trivial local privilege esclation.
  2640. commit 0038d622336bafef539b7be12b468acf22ce4f4f
  2641. Author: Rémi Denis-Courmont <rem@videolan.org>
  2642. Date:   Mon Feb 25 17:50:59 2008 +0000
  2643.     Bring a non-installed ./vlc script that loads plugins from the build tree explicitly.
  2644. commit 7e436fa9470869077303878a5b655da1731236dc
  2645. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2646. Date:   Mon Feb 25 17:50:10 2008 +0000
  2647.     control/event.c: Use vlc_array_t instead of the macros.
  2648. commit d68b821264ac7d5b93098271dd4aaf71fd1a3f41
  2649. Author: Rémi Denis-Courmont <rem@videolan.org>
  2650. Date:   Mon Feb 25 17:49:22 2008 +0000
  2651.     svn:ignore
  2652. commit a8879770fc2af864fb56c985d2ad0a4b2de14fd2
  2653. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2654. Date:   Mon Feb 25 17:48:33 2008 +0000
  2655.     testapi.c: Test libvlc's events.
  2656. commit 9a4101d72b5a6a57891656e5771eea0c0722f581
  2657. Author: Rémi Denis-Courmont <rem@videolan.org>
  2658. Date:   Mon Feb 25 17:32:54 2008 +0000
  2659.     More vlc to src/ (yes, I know this screws up things).
  2660.     If you packaged without staged installation you're going to have a problem (but packaging without staged installation is to utterly lame in the first place)
  2661. commit 0d4b0871ad1d55655de7b89d15980152fe568178
  2662. Author: Rémi Duraffort <ivoire@videolan.org>
  2663. Date:   Mon Feb 25 17:07:16 2008 +0000
  2664.     Delete unneeded instruction from a loop
  2665. commit 0db6aa8cbc24235e1b8e12fb3abb28fb4fc9217b
  2666. Author: Rafaël Carré <funman@videolan.org>
  2667. Date:   Mon Feb 25 16:50:55 2008 +0000
  2668.     extract early attachment:// art
  2669. commit 741b1824b20c69d4222e2f95e658c86e2bf6f177
  2670. Author: Rémi Denis-Courmont <rem@videolan.org>
  2671. Date:   Mon Feb 25 16:38:18 2008 +0000
  2672.     Typo
  2673. commit 4ec6dd2c930b2cf2e86a35affba14e46a97357f6
  2674. Author: Rémi Denis-Courmont <rem@videolan.org>
  2675. Date:   Mon Feb 25 16:29:04 2008 +0000
  2676.     Use %m on GLIBC to work-around strerror_r prototype problems
  2677. commit e0c9e748ad50009db6cc375a739132ab77212704
  2678. Author: Rafaël Carré <funman@videolan.org>
  2679. Date:   Mon Feb 25 15:45:21 2008 +0000
  2680.     fix #1461
  2681. commit 6693060b623c2eef9656c64e86ac7c8e72d0e46e
  2682. Author: Rafaël Carré <funman@videolan.org>
  2683. Date:   Mon Feb 25 13:38:26 2008 +0000
  2684.     use strerror_r() which is guaranteed to be thread safe, using the GNU prototype only when available
  2685. commit 44cfc6031b411c3e66d78fb804c759b27791bb34
  2686. Author: Pierre d'Herbemont <pdherbemont@videolan.org>
  2687. Date:   Mon Feb 25 13:17:06 2008 +0000
  2688.     misc/threads.c: Fix error description printing in vlc_pthread_fatal().
  2689. commit 2c083c9f8600e8457d9fc119f3ffc094c279b0a7
  2690. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2691. Date:   Mon Feb 25 10:27:52 2008 +0000
  2692.     Fix i386-Win32Cross-Trunk compilation.