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

midi

开发平台:

Unix_Linux

  1. commit 0815f48408a4db1c0bc3e12ca55fa08591fbc8cd
  2. Author: Derk-Jan Hartman <hartman@videolan.org>
  3. Date:   Tue Mar 8 23:25:11 2005 +0000
  4.     * TEST: removing #include <jis.h> from the mozilla plugin to see if we really require Java support.
  5.       if this breaks the linux or win32 mozilla plugin then it should be restored.
  6. commit 06ab54ed3cf66341084f4f93e51ea337d15a3739
  7. Author: Gildas Bazin <gbazin@videolan.org>
  8. Date:   Tue Mar 8 23:21:40 2005 +0000
  9.     * modules/packetizer/mpeg4video.c: fixed segfault
  10. commit 336db7b94075bfbac853bde67dcea7ce3ee91daf
  11. Author: Steve Lhomme <robux@videolan.org>
  12. Date:   Tue Mar 8 21:43:42 2005 +0000
  13.     mkv.cpp: keep the interresting segments somewhere in memory (not functional yet)
  14. commit a778a89104fc683e488c7957cdc875770bf7b28e
  15. Author: Gildas Bazin <gbazin@videolan.org>
  16. Date:   Tue Mar 8 20:17:43 2005 +0000
  17.     * modules/mux/mpeg/ps.c: use instant bitrate to calculate program_mux_rate.
  18. commit c2da932a9a9aed4e8e3518ecef9e2cdc1f62b65c
  19. Author: Rémi Denis-Courmont <rem@videolan.org>
  20. Date:   Tue Mar 8 18:43:51 2005 +0000
  21.     Strings rationalization
  22. commit f06a1f7aedb81379a0458b66714d772d7a461ec9
  23. Author: Rémi Denis-Courmont <rem@videolan.org>
  24. Date:   Tue Mar 8 18:34:00 2005 +0000
  25.     Fix max UDP port number
  26. commit 3bde1ed6b6bbefe38db9d74d345b3f46fb3e6638
  27. Author: Gildas Bazin <gbazin@videolan.org>
  28. Date:   Tue Mar 8 18:10:49 2005 +0000
  29.     * modules/video_output/x11/xcommon.c: don't abort on X_SetInputFocus error which isn't fatal.
  30. commit 38a90d280d865fbbe2ffa6083a644ae31acb18ce
  31. Author: Rémi Denis-Courmont <rem@videolan.org>
  32. Date:   Tue Mar 8 17:31:31 2005 +0000
  33.     Same fix for non-constant string.
  34.     
  35.     The playlist works fine again (with ASCII/Latin locale charset).
  36.     When in UTF8, it might be a good idea to check for invalid bytes
  37.     sequences and replace them with question mark - at the moment
  38.     wxWidgets still leave the whole text blank which result in blank
  39.     playlist item in the playlist.
  40. commit fe33d793cd38194654f2048fb2a55fe15a93dc4e
  41. Author: Rémi Denis-Courmont <rem@videolan.org>
  42. Date:   Tue Mar 8 17:11:08 2005 +0000
  43.     Fix conversion from locale to wxWidgets' Unicode
  44.     (the documentation for wxWidgets 2.5.3 is wrong :
  45.      wxConvCurrent (which does not work) does not point
  46.      to wxConvLibc nor wxConvLocal (which both work))
  47.     
  48.     It is now possible to use wxvlc with non UTF-8 locale.
  49.     Previously, any text item with non-ASCII character in it would be
  50.     blank.
  51. commit 1fa17793e89ae92d163d60b0d25342ac517df08a
  52. Author: Christophe Massiot <massiot@videolan.org>
  53. Date:   Tue Mar 8 16:50:19 2005 +0000
  54.     * modules/codec/ffmpeg/video_filter.c: Fixed a regression with b_resize_first.
  55. commit 3e8cbab0900bd5c384b51cdebb3180d804fec42b
  56. Author: Rémi Denis-Courmont <rem@videolan.org>
  57. Date:   Tue Mar 8 16:29:30 2005 +0000
  58.     Fix UDP unicast access when both IPv6 and non-default port are used
  59. commit 358242e48dfef3f1a29a4072e42e1e02517fab3f
  60. Author: Rémi Denis-Courmont <rem@videolan.org>
  61. Date:   Tue Mar 8 13:54:11 2005 +0000
  62.     Enable voc demux
  63. commit 64d9b6957bef2dd5907ab89fce125f61e4c35ab9
  64. Author: Rémi Denis-Courmont <rem@videolan.org>
  65. Date:   Tue Mar 8 13:53:36 2005 +0000
  66.     Creative Voice File demux
  67. commit 28c10c83b4dc8f1de74a1180d68b44a04a6458d4
  68. Author: Gildas Bazin <gbazin@videolan.org>
  69. Date:   Tue Mar 8 13:16:38 2005 +0000
  70.     * modules/codec/ffmpeg/video_filter.c: a few fixes and cleanup.
  71. commit 739d192acea9e963c567f006b477ec278070d3d5
  72. Author: Gildas Bazin <gbazin@videolan.org>
  73. Date:   Tue Mar 8 13:15:56 2005 +0000
  74.     * modules/services_discovery/sap.c, modules/codec/x264.c: fixed small mem leaks.
  75.     * modules/stream_out/transcode.c: fixed segfault.
  76. commit 9aa2f5ea342aa80cfb441256149750a97c8624d3
  77. Author: Gildas Bazin <gbazin@videolan.org>
  78. Date:   Tue Mar 8 10:58:49 2005 +0000
  79.     * modules/misc/freetype.c, modules/video_filter/marq.c, time.c: a few fixes.
  80. commit d7aff3cbe6ae718bededced4368cb80c385853b8
  81. Author: Gildas Bazin <gbazin@videolan.org>
  82. Date:   Tue Mar 8 10:15:36 2005 +0000
  83.     * configure.ac: packetizers are not only useful with the stream output.
  84. commit 32d98df6ccf914613d781bde8f6620a6590626e3
  85. Author: Steve Lhomme <robux@videolan.org>
  86. Date:   Tue Mar 8 09:06:27 2005 +0000
  87.     input.c: allow "intelligent" previous-chapter behaviour for access sources too
  88. commit 98f16ed77e046aba8864c6cd265fb78c0490f7c2
  89. Author: Gildas Bazin <gbazin@videolan.org>
  90. Date:   Tue Mar 8 01:54:55 2005 +0000
  91.     * modules/misc/dummy/renderer.c: forgot to commit this file with the text renderer api change.
  92. commit 4f778db54f29516aaa72275bff774b503b55a149
  93. Author: Gildas Bazin <gbazin@videolan.org>
  94. Date:   Tue Mar 8 01:38:33 2005 +0000
  95.     * src/input/es_out.c: fixed another small mem leak.
  96. commit 6e4e6ab119ba505deef10e0cdd313b1fb2d0aba9
  97. Author: Gildas Bazin <gbazin@videolan.org>
  98. Date:   Tue Mar 8 01:24:27 2005 +0000
  99.     * src/input/es_out.c: fixed small mem leak.
  100. commit a504fae36cad1af4fc65f9829cedd892da262ed7
  101. Author: Gildas Bazin <gbazin@videolan.org>
  102. Date:   Tue Mar 8 01:23:54 2005 +0000
  103.     * include/vlc_filter.h, vlc_video.h, src/video_output/vout_subpictures.c: new simpler and more powerful text renderer api.
  104.     * modules/misc/freetype.c: rewrite to the new api + outputs YUVP subpicture regions now.
  105. commit 08f8a4a661d9b251d685e2a72b8c0d83cf6b1154
  106. Author: Derk-Jan Hartman <hartman@videolan.org>
  107. Date:   Mon Mar 7 23:54:51 2005 +0000
  108.     * Fix udp->tcp rollover when using multicast in rtsp. now bail after 36 seconds in case of multicast, .9 seconds otherwise. Bail after 3secs of no longer receiving data (multicast or unicast).
  109. commit 628734f86303c53514ffecba089398c3177f252f
  110. Author: Derk-Jan Hartman <hartman@videolan.org>
  111. Date:   Mon Mar 7 22:30:55 2005 +0000
  112.     * dirty patch to tell vlc (on osx) that it needs -liconv when it links to libcdio. This should be fixed in the libcdio pkgconfig, but i'm tired of figuring out how to patch libcdio to do this.
  113. commit 291c6479d4536b52847ec3a251f762547a308e63
  114. Author: Steve Lhomme <robux@videolan.org>
  115. Date:   Mon Mar 7 22:05:54 2005 +0000
  116.     mkv.cpp: prepare the code to handle seemless segment switching
  117. commit cb48de28e0f55d58a8943a66bc2d7fab0c4791ba
  118. Author: Antoine Cellerier <dionoea@videolan.org>
  119. Date:   Mon Mar 7 20:50:13 2005 +0000
  120.      * add a mutex so the callbacks don't change anything while the filter is
  121.        doing something
  122. commit 247630124b19091ad41aca27afce77dd90d2b534
  123. Author: Gildas Bazin <gbazin@videolan.org>
  124. Date:   Mon Mar 7 20:36:18 2005 +0000
  125.     * modules/misc/freetype.c: replaced pi_gamma with an (almost) equivalent that doesn't use floats.
  126. commit 8d972f8677f3b0ca3deff1e4ea40106e78f8b1e1
  127. Author: Rémi Denis-Courmont <rem@videolan.org>
  128. Date:   Mon Mar 7 20:21:24 2005 +0000
  129.     Fixes a compiler warning
  130. commit bfb66860c468d047713614b1223e4d8e83e4b979
  131. Author: Steve Lhomme <robux@videolan.org>
  132. Date:   Mon Mar 7 20:16:52 2005 +0000
  133.     make the previous-chapter "intelligent" seek more general, remove DEMUX_GET_SEEKPOINT_TIME
  134. commit c258eaba0429798103bdf20202b295f001371715
  135. Author: Steve Lhomme <robux@videolan.org>
  136. Date:   Mon Mar 7 20:13:56 2005 +0000
  137.     audio.c: fix a compiler portability issue
  138. commit d9c3e9243518bb9caf2cbf52e187af9b43e576b2
  139. Author: Rémi Denis-Courmont <rem@videolan.org>
  140. Date:   Mon Mar 7 19:59:38 2005 +0000
  141.     - Don't crash when transcoding is enabled
  142.     - Some cleanup
  143. commit 106f325e08dde7db466d10dd1048a9650cb80e25
  144. Author: Gildas Bazin <gbazin@videolan.org>
  145. Date:   Mon Mar 7 19:41:34 2005 +0000
  146.     * modules/gui/wince/interface.cpp: compilation fix.
  147. commit 8283674f0461881da4e52fa3c6c04928b51a1724
  148. Author: Gildas Bazin <gbazin@videolan.org>
  149. Date:   Mon Mar 7 19:35:11 2005 +0000
  150.     * modules/misc/freetype.c: removed debug messages.
  151. commit ae42e9e71b81130e97ec3875cae5166907e9a062
  152. Author: Christophe Massiot <massiot@videolan.org>
  153. Date:   Mon Mar 7 19:28:52 2005 +0000
  154.     * src/video_output/vout_subpictures.c: New function spu_MakeRegion which
  155.       reuses a given picture_t without allocating a new one.
  156.     * modules/video_output/picture.c: New --picture-height and width options
  157.       to do the scaling in the vout thread. Misc bug corrections.
  158.     * modules/video_filter/mosaic.c: Less overhead.
  159.     * modules/codec/ffmpeg/video_filter.c: Do the scaling before the conversion
  160.       in case the original size is bigger than the destination.
  161. commit 60dca0985408e07119c7a55a011fb2d024fbb8d6
  162. Author: Gildas Bazin <gbazin@videolan.org>
  163. Date:   Mon Mar 7 18:34:21 2005 +0000
  164.     * modules/codec/ffmpeg/video.c: assume (M)JPEG YUV420 is the same as I420 (we could convert to have the exact chroma but that would be slower).
  165. commit 7a32c0a2a75186cc4931607ed42aea4b5a3fbd18
  166. Author: Gildas Bazin <gbazin@videolan.org>
  167. Date:   Mon Mar 7 18:04:24 2005 +0000
  168.     * configure.ac: fixed typo.
  169. commit 4966a9cdbca133380c1af43e7c4508d7a128a29f
  170. Author: Gildas Bazin <gbazin@videolan.org>
  171. Date:   Mon Mar 7 17:52:05 2005 +0000
  172.     * modules/codec/ffmpeg/ffmpeg.c, src/video_output/vout_pictures.c: fixed JPEG encoding.
  173. commit 49391dc9914a3c1884e0510d054c4c25a7017084
  174. Author: Gildas Bazin <gbazin@videolan.org>
  175. Date:   Mon Mar 7 16:33:56 2005 +0000
  176.     * modules/access/dshow: flush the capture pin's buffers when the capture filter is stopped (instead of doing it in the pin's destructor).
  177. commit 3865b68fd08e6f7f38efe6dde5267dae5f7ea51f
  178. Author: Rémi Denis-Courmont <rem@videolan.org>
  179. Date:   Mon Mar 7 15:04:53 2005 +0000
  180.     propset
  181. commit dfe5da7f6571d33613eef56d674242560259262d
  182. Author: Rémi Denis-Courmont <rem@videolan.org>
  183. Date:   Mon Mar 7 15:02:33 2005 +0000
  184.     Allow seeking
  185. commit a7ffa80ab2fcdc36a437e0ca806dee282abbbf52
  186. Author: Gildas Bazin <gbazin@videolan.org>
  187. Date:   Mon Mar 7 14:37:39 2005 +0000
  188.     * modules/gui/wince: fixed bunch of bugs and memory leaks.
  189. commit 568476b86a7b125f1327aee302e3cd8925567856
  190. Author: Rémi Denis-Courmont <rem@videolan.org>
  191. Date:   Mon Mar 7 13:28:08 2005 +0000
  192.     typo fix
  193. commit 735ed346233ed42c06cafe7695ce686618f13ff7
  194. Author: Rémi Denis-Courmont <rem@videolan.org>
  195. Date:   Mon Mar 7 13:26:33 2005 +0000
  196.     Cosmetic cleanup (pointed out by fenrir)
  197. commit 8499b6cda49a4461cf8546a3cfdd845c1c870d4d
  198. Author: Rémi Denis-Courmont <rem@videolan.org>
  199. Date:   Mon Mar 7 13:12:51 2005 +0000
  200.     Fix email address
  201. commit 1516f040d352b88a230b5b5099179b322d32d791
  202. Author: Rémi Denis-Courmont <rem@videolan.org>
  203. Date:   Mon Mar 7 13:10:29 2005 +0000
  204.     Forgotten new file from previous commit
  205. commit e4f4f59ee368c4dc1c7ed6e344945fae36e63ef2
  206. Author: Rémi Denis-Courmont <rem@videolan.org>
  207. Date:   Mon Mar 7 13:05:06 2005 +0000
  208.     - XA file demux
  209.     - EA ADPCM decoder (Maxis games)
  210.     (- corner case memleak in adpcm decoder)
  211. commit 509b4b9d1dcc4f8ee2c3fafb7fc226245ad54e79
  212. Author: Andre Pang <andrep@videolan.org>
  213. Date:   Mon Mar 7 13:00:48 2005 +0000
  214.     * configure.ac: Link against dependent static libraries successfully on
  215.       Mac OS X
  216. commit 1591dec08cacf0168d6008b41671d265264a7a4d
  217. Author: Damien Fouilleul <damienf@videolan.org>
  218. Date:   Mon Mar 7 10:40:23 2005 +0000
  219.     - activate (make visible) as soon as embedded into a container, no longer wait for container to do the activation
  220.     
  221.     This fixes an annoying Internet Explorer optimization which would make the activex control invisible till a user moves the mouse over it
  222. commit de2a4a92a2108616886271b32c4d2381fc20f64e
  223. Author: Mark Moriarty <markfm@videolan.org>
  224. Date:   Mon Mar 7 02:52:05 2005 +0000
  225.     Fix mpeg ps time output, making it seekable.  There may still be an error in there -- a test file reports 11:57 on VLC, 15:42 minutes on WMP, though it plays OK on both, seekable to the end.
  226. commit f26f7cbbab153b33c2c6ca72569c032042d4baa0
  227. Author: Eric Petit <titer@videolan.org>
  228. Date:   Mon Mar 7 00:54:26 2005 +0000
  229.      misc/freetype.c: compile fix
  230. commit 5b8d00036d32ac5d89e9fc84d25198a4d4cbb634
  231. Author: Gildas Bazin <gbazin@videolan.org>
  232. Date:   Sun Mar 6 19:37:26 2005 +0000
  233.     * modules/codec/ffmpeg/audio.c: fix for ALAC support.
  234. commit 531ff90d0a27190c76614de308eccd9e99eee38e
  235. Author: Gildas Bazin <gbazin@videolan.org>
  236. Date:   Sun Mar 6 18:46:43 2005 +0000
  237.     * modules/codec/flac.c, configure.ac: FLAC packetizer doesn't depend on libflac anymore.
  238. commit df35e6ccdd3e49a33b7c3b8af38ac490d19da168
  239. Author: Antoine Cellerier <dionoea@videolan.org>
  240. Date:   Sun Mar 6 18:10:51 2005 +0000
  241.     remove useless --rc-extend option in favor of the longhelp command
  242. commit 7fc502fe91dc91159610324613204e9c7066bcb6
  243. Author: Gildas Bazin <gbazin@videolan.org>
  244. Date:   Sun Mar 6 17:54:34 2005 +0000
  245.     * modules/codec/ffmpeg: support for libavcodec's flac decoder.
  246. commit 07f797858ed5a8d7d1803e9da4b4e2bed00fed83
  247. Author: Gildas Bazin <gbazin@videolan.org>
  248. Date:   Sun Mar 6 17:53:49 2005 +0000
  249.     * src/input/es_out.c: ES_OUT_SET_FMT restarts the decoder.
  250. commit 9d0127e85593083f6acf388eed76c47cd70bfca3
  251. Author: Antoine Cellerier <dionoea@videolan.org>
  252. Date:   Sun Mar 6 16:39:27 2005 +0000
  253.      * mosaic call back help
  254. commit 89117b7a1bd1a6c605b5a3d06fdc521ad04c6a86
  255. Author: Mark Moriarty <markfm@videolan.org>
  256. Date:   Sun Mar 6 16:27:35 2005 +0000
  257.     enable rc logo-file on the fly
  258. commit b20696d89891929f2d809c49664a30fde2401621
  259. Author: Gildas Bazin <gbazin@videolan.org>
  260. Date:   Sun Mar 6 16:25:02 2005 +0000
  261.     * modules/demux/mp4, modules/codec/ffmpeg: support for Apple Lossless Audio Codec.
  262. commit e08602a81582a6ada1245ee9c29719d224cf1f9d
  263. Author: Mark Moriarty <markfm@videolan.org>
  264. Date:   Sun Mar 6 14:48:14 2005 +0000
  265.     transcode -- prevent user error, limit mp3 channels to max of 2
  266. commit 41b9f83af6ce2c84683ebdec0f2870988ac4380a
  267. Author: Gildas Bazin <gbazin@videolan.org>
  268. Date:   Sun Mar 6 13:55:48 2005 +0000
  269.     * src/video_output/video_output.c: revert commit 10160 which breaks direct-rendering.
  270. commit f22494124de49270aa522643cf348947fa721ef0
  271. Author: Steve Lhomme <robux@videolan.org>
  272. Date:   Sun Mar 6 13:44:17 2005 +0000
  273.     video_output.c: use the visible dimensions and not the pixel dimensions
  274.     
  275.     if this create some memory leaks, it should be corrected elsewhere
  276.     this solves the HDTV grey line bug
  277. commit 962ac7a99b3dada1802267a59060feac63386b71
  278. Author: Rémi Denis-Courmont <rem@videolan.org>
  279. Date:   Sun Mar 6 11:07:41 2005 +0000
  280.     Fixes segfault
  281. commit 7521e4259c3d6d8befa97eabcc6f7b6d3505f141
  282. Author: Derk-Jan Hartman <hartman@videolan.org>
  283. Date:   Sun Mar 6 10:53:18 2005 +0000
  284.     * added statistics, blue/green wall filter and goom effect video filter to the TODO list
  285. commit 5a08315d8bcc8bd40dad65add6b445bca9c5a0b6
  286. Author: Steve Lhomme <robux@videolan.org>
  287. Date:   Sun Mar 6 10:36:49 2005 +0000
  288.     mkv.cpp: support aspect ratio for video tracks
  289. commit 05719817ee36ceee460e8de783231f0afcda650e
  290. Author: Rémi Denis-Courmont <rem@videolan.org>
  291. Date:   Sun Mar 6 09:06:09 2005 +0000
  292.     - support for client certificate verification from SSL server
  293.       (= sort of server-side support for secure VoD)
  294.     - fixes global mutex name
  295. commit 241f5d973824ab15dad484d259e4909128ab8e86
  296. Author: Gildas Bazin <gbazin@videolan.org>
  297. Date:   Sat Mar 5 18:07:49 2005 +0000
  298.     * modules/video_output/wingdi.c, include/video_output.h: disable GAPI when the video window looses the focus.
  299. commit 80a93814c25910ad72a04c10ec3c26bbf36b3ca8
  300. Author: Gildas Bazin <gbazin@videolan.org>
  301. Date:   Sat Mar 5 18:05:42 2005 +0000
  302.     * modules/gui/wince/*: improvements to the WinCE interface.
  303. commit db4be8527def06778556a5183d411d45bb01391e
  304. Author: Gildas Bazin <gbazin@videolan.org>
  305. Date:   Sat Mar 5 18:02:56 2005 +0000
  306.     * src/input/stream.c: check return value of malloc/realloc.
  307. commit 575bd93642b32a173552e3e1a9575ac9854fa122
  308. Author: Rémi Denis-Courmont <rem@videolan.org>
  309. Date:   Sat Mar 5 18:01:05 2005 +0000
  310.     Memleak fixed
  311. commit 91f2877dec9e00d081facbb7b12f610a9f329357
  312. Author: Gildas Bazin <gbazin@videolan.org>
  313. Date:   Sat Mar 5 17:54:19 2005 +0000
  314.     * modules/demux/*: removed useless probing messages.
  315. commit cbeb60c90f63764aeba28810102357c7fedf6d19
  316. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  317. Date:   Sat Mar 5 17:49:33 2005 +0000
  318.     freetype.c: fix rendering with X11 vout. Do not ask me why this is
  319.     necessary, and even less ask me why the vout used make a difference
  320. commit 73ae5d90d0ec1d6402625a5136720dc168e761f3
  321. Author: Rémi Denis-Courmont <rem@videolan.org>
  322. Date:   Sat Mar 5 17:46:10 2005 +0000
  323.     - TLS API cleanup
  324.     - some minor fixes as well
  325. commit 1a90a3cdb5e542a891bec7da29f55530991d57b8
  326. Author: Gildas Bazin <gbazin@videolan.org>
  327. Date:   Sat Mar 5 17:18:30 2005 +0000
  328.     * ALL: a few fixes.
  329. commit 9336401b8b7437cb5acd8f7fd2fd2f01b071f488
  330. Author: Gildas Bazin <gbazin@videolan.org>
  331. Date:   Sat Mar 5 17:06:35 2005 +0000
  332.     * modules/gui/wxwindows/timer.cpp: release input when interface is exiting.
  333. commit 3f6f97f1326fe9d502171012699986dd404c17c4
  334. Author: Gildas Bazin <gbazin@videolan.org>
  335. Date:   Sat Mar 5 16:49:15 2005 +0000
  336.     * include/video_output.h, ALL: changed api for vout_Request()/vout_Create() to be more flexible.
  337. commit 286a9420a21325a49fdd3b56d721ca3d8e90cde8
  338. Author: Steve Lhomme <robux@videolan.org>
  339. Date:   Sat Mar 5 14:02:39 2005 +0000
  340.     dvdread.c: fix the title duration & time reports
  341. commit d2a821e0b5f25e7f98168ca125176f476b3dec22
  342. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  343. Date:   Sat Mar 5 13:42:09 2005 +0000
  344.     All: change of text-renderer api. Now pf_render_text takes a subpicture and
  345.     a subpicture region, and returns a new region in the given subpicture.
  346.     freetype.c: additional cleanup (coding style, cosmetics)
  347. commit 32d45977759b0339d0df6968162b70c6232a9d0d
  348. Author: Steve Lhomme <robux@videolan.org>
  349. Date:   Sat Mar 5 12:55:02 2005 +0000
  350.     input.c, vlc_demux.h: allow seeking back in the same chapter
  351.     mkv.cpp: handle the new DEMUX_GET_SEEKPOINT_TIME
  352. commit 27220f26a01de2956acb1e08ad263b0e2255d167
  353. Author: Rémi Denis-Courmont <rem@videolan.org>
  354. Date:   Sat Mar 5 11:06:26 2005 +0000
  355.     Unbreak streaming wizard in Unicode compile
  356.     (DO NOT use c_str() !!!)
  357. commit 9c3e929894ea023d2aa0ec7ecb5a28d5b45be7ab
  358. Author: Rémi Denis-Courmont <rem@videolan.org>
  359. Date:   Sat Mar 5 10:55:32 2005 +0000
  360.     UTF8 fixes
  361. commit c669aa462f3c0c7ac6169c9c38a4581bfc22a8c4
  362. Author: Rémi Denis-Courmont <rem@videolan.org>
  363. Date:   Fri Mar 4 18:19:33 2005 +0000
  364.     Fixed memleak
  365. commit c5f58878fbcdf7717fc3ee6da461b85b9b0a361f
  366. Author: Steve Lhomme <robux@videolan.org>
  367. Date:   Fri Mar 4 18:01:39 2005 +0000
  368.     mkv.cpp: chapters are visible by default
  369. commit 654805357ada928555def99685df092926437bac
  370. Author: Rémi Denis-Courmont <rem@videolan.org>
  371. Date:   Fri Mar 4 16:51:51 2005 +0000
  372.     TLS session resumption support
  373. commit a8f95d102633b2f9ed471bb1e49d1f8de656e97f
  374. Author: Rémi Denis-Courmont <rem@videolan.org>
  375. Date:   Fri Mar 4 15:20:03 2005 +0000
  376.     Fixes translation of encryption
  377. commit edf7857fdeec35f21aa1591b88db380a7c0a5cee
  378. Author: Rémi Denis-Courmont <rem@videolan.org>
  379. Date:   Fri Mar 4 13:26:14 2005 +0000
  380.     Add HTTP/SSL
  381. commit 4a5f7d960d37727a63e1b6d2d0e72ba6da6502b6
  382. Author: Yoann Peronneau <yoann@videolan.org>
  383. Date:   Fri Mar 4 12:55:48 2005 +0000
  384.     * update VLM help about inputdel
  385. commit 0fee5c0f3ad1683e2eec990b98c4aab33adfd311
  386. Author: Rémi Denis-Courmont <rem@videolan.org>
  387. Date:   Fri Mar 4 12:44:14 2005 +0000
  388.     - check for gnutls rewritten : now works with mingw32
  389.     
  390.     Precompiled static libraries for gnutls can be found there :
  391.     ftp://ftp.gnutls.org/pub/gnutls/win32
  392. commit ddc09dc6b375b6413bfef866962eef1d9c0b212a
  393. Author: Yoann Peronneau <yoann@videolan.org>
  394. Date:   Fri Mar 4 12:28:18 2005 +0000
  395.     * modules/control/http.c: elements are now one level more recursive (if needed)
  396.     * share/http/vlm/index.html: we now display the state of media instances
  397. commit fcb440b4f40cab37d8e0981a8caf0c467291de18
  398. Author: Mark Moriarty <markfm@videolan.org>
  399. Date:   Fri Mar 4 12:12:11 2005 +0000
  400.     Make logo-x, logo-y operate relative to upper left corner.  logo-x/-y/-position/-transparency accessible via rc
  401. commit 7a38b5e06989f7154ab4d5b4ac8be454434706f1
  402. Author: Gildas Bazin <gbazin@videolan.org>
  403. Date:   Fri Mar 4 12:08:43 2005 +0000
  404.     * modules/gui/wxwindows/timer.cpp: don't forget to yield/release the input otherwise you're bound to access an invalid pointer later on.
  405. commit aec298abc6761a551a208a0af4857d2a5c72f11d
  406. Author: Gildas Bazin <gbazin@videolan.org>
  407. Date:   Fri Mar 4 11:13:42 2005 +0000
  408.     * ../include/vlc_spu.h: fixed typo that was triggering a segfault with --enable-memory-optimize.
  409. commit e6f5e48c7ae09cde1332d049b80280542a4c342d
  410. Author: Mark Moriarty <markfm@videolan.org>
  411. Date:   Fri Mar 4 01:57:52 2005 +0000
  412.     time/marq -- correct positioning so that x-y are always referenced to upper left corner
  413. commit f5da678648542a8f3af5fb04fe5f0854a71a64d0
  414. Author: Gildas Bazin <gbazin@videolan.org>
  415. Date:   Thu Mar 3 22:55:34 2005 +0000
  416.     * modules/gui/wxwindows: portability fixes by Erik Simko (erik dot simko at gmail dot com).
  417. commit 39d87a89263bc20ef138f16ab485e43de28b3186
  418. Author: Steve Lhomme <robux@videolan.org>
  419. Date:   Thu Mar 3 21:58:46 2005 +0000
  420.     mkv.cpp: fix stuttering issue on timestamp (could be cleaner)
  421. commit e6aa9d09fca20a83288826bb530b2673b42213ea
  422. Author: Rémi Denis-Courmont <rem@videolan.org>
  423. Date:   Thu Mar 3 21:56:04 2005 +0000
  424.     - Specify a charset (according to locale) for HTML pages in Content-Type
  425.       (needed when some playlist items name are not ASCII)
  426.     - Remove unused variable
  427. commit b510fcbd70cdff4a344036a292e4052095b5802c
  428. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  429. Date:   Thu Mar 3 20:07:50 2005 +0000
  430.     TODO: Update with recent work.
  431. commit 48b0c407071afc2ac607d8876d9385832d7794e8
  432. Author: Clément Stenac <zorglub@videolan.org>
  433. Date:   Thu Mar 3 18:30:07 2005 +0000
  434.     Handle module variables in sout options parser
  435. commit f2d226da0a5d9b2ac555cdb384854dd0c31d2fa8
  436. Author: Clément Stenac <zorglub@videolan.org>
  437. Date:   Thu Mar 3 17:35:26 2005 +0000
  438.     Compile fix
  439. commit 0943126a379dde3418a5c536aa65c7ade4f266dc
  440. Author: Rémi Denis-Courmont <rem@videolan.org>
  441. Date:   Thu Mar 3 15:19:30 2005 +0000
  442.     Fixes invalid memory access in case of TLS handshake failure
  443. commit 9207dd48bbdb96458bd79ece7c8c7ab9176072b8
  444. Author: Gildas Bazin <gbazin@videolan.org>
  445. Date:   Thu Mar 3 14:45:52 2005 +0000
  446.     * modules/video_output/directx/directx.c: compilation fix.
  447. commit f9ce5afcff620b0c9b34af4669934f1e314144ea
  448. Author: Gildas Bazin <gbazin@videolan.org>
  449. Date:   Thu Mar 3 14:15:48 2005 +0000
  450.     * modules/access/dshow/filter.cpp: re-enabled code to properly do the cleanup on close.
  451. commit 704ff6e21fd0bc117f9ef76d75b2fe45fb29bcbf
  452. Author: Gildas Bazin <gbazin@videolan.org>
  453. Date:   Thu Mar 3 13:19:26 2005 +0000
  454.     *  modules/codec/x264.c: compilation fix for new libx264.
  455. commit 49151c07188045aa28d61fe7aa5b8ee1b57e85e6
  456. Author: Gildas Bazin <gbazin@videolan.org>
  457. Date:   Thu Mar 3 08:34:15 2005 +0000
  458.     * modules/gui/wince: try to save up a bit on memory usage.
  459. commit 75d3f2b6fb8b87b8597a2bfaf8269567e13e37b4
  460. Author: Gildas Bazin <gbazin@videolan.org>
  461. Date:   Thu Mar 3 08:24:14 2005 +0000
  462.     * configure.ac: new --enable-optimize-memory option.
  463. commit dde89b0c99fa70a8bbeeaa9a01cdc9b91a3cf430
  464. Author: Gildas Bazin <gbazin@videolan.org>
  465. Date:   Thu Mar 3 08:14:23 2005 +0000
  466.     * src/input/stream.c: use less memory for the stream cache when OPTIMIZE_MEMORY is defined.
  467. commit 6bb8e8f4fd0d1c479fa53bddf92a7a3f21d77123
  468. Author: Gildas Bazin <gbazin@videolan.org>
  469. Date:   Thu Mar 3 08:13:30 2005 +0000
  470.     * include/vlc_config.h: removed unused stuff + allocate less VOUT pictures when OPTIMIZE_MEMORY is defined.
  471. commit e41f9219e029ffed75059b4e0e41a31684afad76
  472. Author: Rémi Denis-Courmont <rem@videolan.org>
  473. Date:   Thu Mar 3 08:11:31 2005 +0000
  474.     - Fixed a typo. Skins2 wouldn't compile
  475. commit ba9826cacf6f17a741a88e9346a6cd674d7f0e29
  476. Author: Clément Stenac <zorglub@videolan.org>
  477. Date:   Thu Mar 3 06:58:04 2005 +0000
  478.     Preferences consistency fixes by Christophe Mutricy <xtophe at nxtelevision d0t com>
  479.     
  480.     + put access and demux in the right place
  481. commit 497ea18f80521269554d8b900f99d40571f49534
  482. Author: Eric Petit <titer@videolan.org>
  483. Date:   Thu Mar 3 05:22:01 2005 +0000
  484.      video_filter/mosaic.c: compile fix
  485. commit bef3f3ea4c87a8791e036ec0444cedf8de606d43
  486. Author: Gildas Bazin <gbazin@videolan.org>
  487. Date:   Wed Mar 2 23:05:08 2005 +0000
  488.     * include/vlc_config.h: removed deprecated stuff.
  489. commit 791df933b6ad3c060c7dcbf0396f62f642fd8c46
  490. Author: Gildas Bazin <gbazin@videolan.org>
  491. Date:   Wed Mar 2 23:04:05 2005 +0000
  492.     * configure.ac: remove unnecessary modules from WinCE build.
  493. commit 7317d014300b43a4371e94f3afe8823bab8c3c57
  494. Author: Gildas Bazin <gbazin@videolan.org>
  495. Date:   Wed Mar 2 23:01:22 2005 +0000
  496.     * configure.ac: vlc-config has to be generated by configure.
  497. commit eb0bd91b4a4053f1f97cb5d0f2d5213a30e51ed2
  498. Author: Steve Lhomme <robux@videolan.org>
  499. Date:   Wed Mar 2 21:08:18 2005 +0000
  500.     mkv.cpp: update the seekpoint location after a manual seek
  501. commit c7418f156922d178b5b55ba978937b26d261341b
  502. Author: Steve Lhomme <robux@videolan.org>
  503. Date:   Wed Mar 2 20:58:24 2005 +0000
  504.     mkv.cpp: handle EOF correctly for ordered chapters
  505. commit 0350287495e253bbae0b522289a3e653e8f678bf
  506. Author: Rémi Denis-Courmont <rem@videolan.org>
  507. Date:   Wed Mar 2 19:45:39 2005 +0000
  508.     - Add dependency of update-includes on vlc-config
  509.     - TODO: SSL on Windows
  510. commit d799a0ae247e490111a0847f68ccbce608df9e81
  511. Author: Antoine Cellerier <dionoea@videolan.org>
  512. Date:   Wed Mar 2 17:57:22 2005 +0000
  513.     remove debug messages, correct automatic positioning when an mosaic-order
  514.     is specified
  515. commit 281e07769173117579180bceb9c46caccc1c3853
  516. Author: Steve Lhomme <robux@videolan.org>
  517. Date:   Wed Mar 2 16:53:16 2005 +0000
  518.     mkv.cpp: fix a gcc compilation error
  519. commit 3d831e04ece115bb9ca379b9552370755453e46e
  520. Author: Steve Lhomme <robux@videolan.org>
  521. Date:   Wed Mar 2 16:47:31 2005 +0000
  522.     Avoid rn problems between platforms
  523. commit cb1f06674fd3187d661260f207a97ca0fa0ac106
  524. Author: Steve Lhomme <robux@videolan.org>
  525. Date:   Wed Mar 2 16:19:56 2005 +0000
  526.     mkv.cpp: ordered chapters now functional !
  527. commit 9f69c8d11d0f938ad4c62431a2ad4070784c090e
  528. Author: Steve Lhomme <robux@videolan.org>
  529. Date:   Wed Mar 2 16:16:56 2005 +0000
  530.     video.c: don't display pre-rolled pictures
  531.     es_out.c: handle the pre-roll earlier
  532. commit 77e19efd00f9e5dcc7144254d2e6ae31b39174cb
  533. Author: Damien Fouilleul <damienf@videolan.org>
  534. Date:   Wed Mar 2 13:45:45 2005 +0000
  535.     - install axvlc.dll within the VLC directory, rather than WINDOWS
  536.     - DllRegisterServer modified to use current DLL path when registering control
  537. commit f700641d706f7b2d98e4827f596218ce33650160
  538. Author: Gildas Bazin <gbazin@videolan.org>
  539. Date:   Wed Mar 2 11:00:16 2005 +0000
  540.     * modules/codec/theora.c: sanity check for invalid theora header.
  541. commit 007c8a15ab57c2b2b15275dcd07220fb1d1fc144
  542. Author: Steve Lhomme <robux@videolan.org>
  543. Date:   Wed Mar 2 10:34:01 2005 +0000
  544.     mkv.cpp: correct use of the default chapter edition
  545. commit 4275a65a0edf2062e0261296552995c4d4f80935
  546. Author: Rémi Denis-Courmont <rem@videolan.org>
  547. Date:   Wed Mar 2 10:27:35 2005 +0000
  548.     Unbreak make vlc from subdir
  549. commit 091de0e958a24db451188e7339478f9f78978e6b
  550. Author: Gildas Bazin <gbazin@videolan.org>
  551. Date:   Wed Mar 2 10:01:39 2005 +0000
  552.     * modules/stream_out/transcode.c: added a missing vlc_object_destroy().
  553. commit 97a71b4963e9eee1027f8a79929db960bd9e95ff
  554. Author: Antoine Cellerier <dionoea@videolan.org>
  555. Date:   Tue Mar 1 23:24:08 2005 +0000
  556.     Add options to give a specific channel order in mosaic
  557.     
  558.      * picture.* : add picture-id option. its a string that identifies the
  559.                    video.
  560.      * mosaic.c : add mosaic-order option. its a comma separated list of
  561.                   picture-ids. Any picture who's id isn't found in the list
  562.                   will be placed after skiping the necessary number of
  563.                   slots needed to place all pictures defined in this list.
  564. commit e68da2781fda9efe6bd7cba7ad70b71a4d66b71e
  565. Author: Antoine Cellerier <dionoea@videolan.org>
  566. Date:   Tue Mar 1 23:21:22 2005 +0000
  567.      * change copyright date
  568. commit ced883887d5d5414e743c66a4615821b3a30b11a
  569. Author: Rémi Denis-Courmont <rem@videolan.org>
  570. Date:   Tue Mar 1 21:24:25 2005 +0000
  571.     - build vlc_symbol.h modules_plugin.h and modules_builtin.h in top_builddir
  572. commit e08bae6c5fa6bdef46ba58cde081bc3439ce148a
  573. Author: Eric Petit <titer@videolan.org>
  574. Date:   Tue Mar 1 20:56:17 2005 +0000
  575.      ffmpeg.patch.cvs: workaround buggy lrintf detection when cross compiling
  576.       (fixes WMA decoding in BeOS nightly builds)
  577. commit 4e8c1dc2ba7bff73a7dbc41a9a0700e9cd89d50c
  578. Author: Rémi Denis-Courmont <rem@videolan.org>
  579. Date:   Tue Mar 1 20:28:37 2005 +0000
  580.     - fix is_mult call in case of Unicode build (c_str => mb_str)
  581.     - fix IPv6 multicast address range
  582.     - more strict IPv4 multicast address range
  583. commit 7b6eb8c589384a075365303e6b0c547dd4c7421d
  584. Author: Derk-Jan Hartman <hartman@videolan.org>
  585. Date:   Tue Mar 1 18:39:19 2005 +0000
  586.     * Fix compile issue on lirc.c
  587. commit 1bfc49751a0f3152e0e597ff4e9e9ef5a7d8a9ee
  588. Author: Christophe Massiot <massiot@videolan.org>
  589. Date:   Tue Mar 1 18:26:29 2005 +0000
  590.     * modules/video_output/picture.c: Changed the order of the commands to avoid
  591.       holding p_picture_vout->lock for too long.
  592. commit 15060644bccadcc58d3aa4f2a6318e25b7c97f1b
  593. Author: Steve Lhomme <robux@videolan.org>
  594. Date:   Tue Mar 1 17:41:36 2005 +0000
  595.     mkv.cpp: better handling of the seekpoint numbers
  596. commit 3ae0db5e5f9e587a610e8d145375eefb4e697f86
  597. Author: Christophe Massiot <massiot@videolan.org>
  598. Date:   Tue Mar 1 17:30:50 2005 +0000
  599.     * modules/stream_out/transcode.c: Fixed --sout-transcode-threads=1 option
  600.       (what the hell is i_duplicate ?)
  601. commit d5b916d30641ab1bed13b41233fdf01c29927dd1
  602. Author: Steve Lhomme <robux@videolan.org>
  603. Date:   Tue Mar 1 17:28:15 2005 +0000
  604.     mkv.cpp: update the current chapter during playback
  605. commit 8c5c6c57c7b017401b82ff8c61a7e15c7c0c2d74
  606. Author: Antoine Cellerier <dionoea@videolan.org>
  607. Date:   Tue Mar 1 17:16:30 2005 +0000
  608.      * fix placement calculation when vborder or hborder are non zero
  609. commit 00906ea88ec8bb008008fdfe6ce029249d3fd8bf
  610. Author: Gildas Bazin <gbazin@videolan.org>
  611. Date:   Tue Mar 1 16:26:21 2005 +0000
  612.     * modules/codec/lpcm.c: support for 20/24 bits LPCM.
  613.     * modules/audio_filter/converter/s16tofloat32*, modules/audio_filter/format.c: s24l/s24b conversion routines.
  614. commit 3c53e7b2030b2acbc072426d0ee7ab7b17822f0e
  615. Author: Antoine Cellerier <dionoea@videolan.org>
  616. Date:   Tue Mar 1 15:33:51 2005 +0000
  617.      * add svn Id support and some copyright info in picture.h
  618. commit 6b385019009c2dc10cb20dc96dd2735a8de6a5ef
  619. Author: Mark Moriarty <markfm@videolan.org>
  620. Date:   Tue Mar 1 15:22:47 2005 +0000
  621.     dynamic, per-subpicture, font size control -- i_font_size added to subpicture_region_t, new marq-size and time-size shortcuts, accessible from rc
  622. commit 8c93323cf2512d51ff7268c7fda98eb90342596b
  623. Author: Steve Lhomme <robux@videolan.org>
  624. Date:   Tue Mar 1 15:01:48 2005 +0000
  625.     mkv.cpp: fix the chapter/edition ending time
  626. commit ae27ee8f4fa6b6d6090ccb48a0bc8509b512f0ce
  627. Author: Clément Stenac <zorglub@videolan.org>
  628. Date:   Tue Mar 1 13:31:32 2005 +0000
  629.     Fix playlist export
  630.     Remove extra SAP debug
  631. commit c28589a43c156c681f5598cc0ede2af47a2b68ce
  632. Author: Derk-Jan Hartman <hartman@videolan.org>
  633. Date:   Tue Mar 1 09:28:37 2005 +0000
  634.     * simplified the lirc code to listen for key-* strings which we can directly use to trigger hotkeys.
  635.     * updated the example.lircrc with new required strings
  636.     * added a notice to NEWS about changed lirc syntax.
  637. commit e055f5eb4857f48854d104d379ac38d0c3341e3c
  638. Author: Gildas Bazin <gbazin@videolan.org>
  639. Date:   Tue Mar 1 07:53:04 2005 +0000
  640.     * modules/control/Modules.am, rtci.c: really delete rtci.c and removed DOS CR/LF from the last commit.
  641. commit f070af2b6145ab5404c089e258cbcf8ef73569e4
  642. Author: Mark Moriarty <markfm@videolan.org>
  643. Date:   Mon Feb 28 23:40:59 2005 +0000
  644.     Remove rtci.c from modules/control (implementation on hold)
  645. commit 08947dc7785e0b0e4ed1f1a9b36ce5c0fa0f43a7
  646. Author: Gildas Bazin <gbazin@videolan.org>
  647. Date:   Mon Feb 28 20:51:32 2005 +0000
  648.     * modules/gui/wince: added a popup menu for the main interface.
  649. commit 953d89a977b94505a9e2d7d12221824c1dc9e63f
  650. Author: Gildas Bazin <gbazin@videolan.org>
  651. Date:   Mon Feb 28 18:23:26 2005 +0000
  652.     * modules/gui/wince: usual bunch of cleanup + updates.
  653. commit 75543f3d9ed5d4121461d74e34c053215c86f004
  654. Author: Antoine Cellerier <dionoea@videolan.org>
  655. Date:   Mon Feb 28 15:54:07 2005 +0000
  656.      * mosaic.c, rc.c, rtci.c : callbacks to change mosaic sub filter
  657.                                 parameters on the fly
  658.      * mosaic.c : center image in rectangle when keep aspect ratio is enabled
  659.      * picture.c : remove debug message
  660. commit ede8b8439709bdba82e92eed1e133d37434a7494
  661. Author: Gildas Bazin <gbazin@videolan.org>
  662. Date:   Mon Feb 28 14:40:27 2005 +0000
  663.     * modules/gui/wince: some more cleanup.
  664. commit 09bb1577fe384d986a57939d2a2866fd8e64266f
  665. Author: Mark Moriarty <markfm@videolan.org>
  666. Date:   Mon Feb 28 12:48:26 2005 +0000
  667.     Make sure the files are in Unix format
  668. commit f6077fea33f0432412e5404c0d67f570c522c516
  669. Author: Felix Paul Kühne <fkuehne@videolan.org>
  670. Date:   Sun Feb 27 22:57:36 2005 +0000
  671.     * removed prefs_widgets.h, prefs_widgets.m, playlistinfo.h, playlistinfo.m, equalizer.m, equalizer.h, voutgl.m, voutqt.m from the build target, so they don't get copied in the Resources-folder of the binary bundle
  672. commit f9d2c4fc55ef37ccb4b0a31cea1baca4d25a4d6a
  673. Author: Steve Lhomme <robux@videolan.org>
  674. Date:   Sun Feb 27 19:34:39 2005 +0000
  675.     More ordered chapters code, still not functional
  676. commit 28cf168c78a8d9ebca14662c9ab2ccfc5d4585ba
  677. Author: Mark Moriarty <markfm@videolan.org>
  678. Date:   Sun Feb 27 19:30:11 2005 +0000
  679.     vlc_filter.h -- update pf_render_string for additional RenderText parameters.
  680. commit bff9fe06e117b4cf94ae2082f9d2717430bf6265
  681. Author: Mark Moriarty <markfm@videolan.org>
  682. Date:   Sun Feb 27 19:14:41 2005 +0000
  683.     freetype.c -- set default font color (white)
  684. commit e1381cf7adb96bc94b55c3c14cb8c5ff060229c2
  685. Author: Mark Moriarty <markfm@videolan.org>
  686. Date:   Sun Feb 27 17:25:12 2005 +0000
  687.     freetype and rc extensions.  i_font_color and i_font_opacity added to subpictures, allowing per-object control (defaulting to freetype).  marq and time updated to allow font color and opacity control.  rc update to allow OTF control of all marq and time options.
  688. commit ff146815315830b3f4d75a2c79c368437de53e22
  689. Author: Andre Pang <andrep@videolan.org>
  690. Date:   Sun Feb 27 05:51:32 2005 +0000
  691.     * modules/macosx/{vout,voutqt}.m: The Mac OS X Mozilla plugin lives again!
  692.     
  693.     
  694.     Some details:
  695.     
  696.     * This was mostly taken verbatim from revision:5717 (before the vout
  697.       Mozilla support was removed), though it's been edited pretty thoroughly,
  698.       and is now much more commented.
  699.     
  700.     * The "normal" vout display should be completely unaffected, since the
  701.       plugin-relevant code paths are only taken when p_vout->p_sys->b_embedded is
  702.       set to VLC_TRUE.  (I've tested the normal VLC.app, and it seems fine.)
  703.     
  704.     * There are still some problems with the plugin when the Mozilla window is
  705.       resized a lot.  I suspect this is due to threading issues with
  706.       QuickDraw, but I don't know enough about QuickDraw to be sure.  Help
  707.       with this would be very welcome.
  708.     
  709.     * The original patch in revision:5717 optimised the plugin display
  710.       slightly, by using a mask (clipping region) so that QuickDraw only
  711.       updated the plugin's area of the dirty region.  I elected not to use
  712.       a mask, since I thought the extra code complexity (i.e. lots more if()
  713.       branches) isn't worth the incremental speedup.  (If, in fact, there was
  714.       a speedup at all -- the extra overhead induced by calculating the
  715.       intersection of the dirty region with the mask may have offset any
  716.       benefits: only benchmarks will tell ...)
  717. commit 909088e89aa62809815e5d5679f1be3a137e8019
  718. Author: Gildas Bazin <gbazin@videolan.org>
  719. Date:   Sat Feb 26 19:28:41 2005 +0000
  720.     * modules/gui/wince: some more code cleanup + fixes.
  721. commit 67099af7b4ad7a9718031096ca51bf1134a15dcb
  722. Author: Clément Stenac <zorglub@videolan.org>
  723. Date:   Sat Feb 26 15:41:22 2005 +0000
  724.     * Allow all MJPEG fourcc
  725.     * Announce content-length
  726.     * Allow  boundary string customization
  727. commit 29f9b9bfb35aca4bfbc969d54387beccc40ef35d
  728. Author: Laurent Aimar <fenrir@videolan.org>
  729. Date:   Fri Feb 25 16:05:22 2005 +0000
  730.     * ts: if no dts but there is a pts then dts == pts.
  731. commit fa81e26ca542acdf6f5ca60547238f908718662d
  732. Author: Gildas Bazin <gbazin@videolan.org>
  733. Date:   Fri Feb 25 08:33:38 2005 +0000
  734.     * ../modules/gui/wince: new CreateMenuBar() which handles win32 as well.
  735. commit 4edf30a17dd2a130ac29f11484c722df7ed51410
  736. Author: Antoine Cellerier <dionoea@videolan.org>
  737. Date:   Thu Feb 24 23:31:56 2005 +0000
  738.     Updated danish translation by Jonas Larsen (E-bola)
  739. commit e9493d32296729d5a590b1e15c09ccfa70ec4347
  740. Author: Steve Lhomme <robux@videolan.org>
  741. Date:   Thu Feb 24 17:13:22 2005 +0000
  742.     fill more data in the chapter classes
  743. commit 9abc1276b17955d403fea3ca171da08d2d0dad60
  744. Author: Gildas Bazin <gbazin@videolan.org>
  745. Date:   Thu Feb 24 15:19:05 2005 +0000
  746.     * modules/gui/wince: cleanup + ported to win32 (but not tried yet ;).
  747. commit 78d2cf9cdc94164e8e5586b3cbc466bbf6085856
  748. Author: Steve Lhomme <robux@videolan.org>
  749. Date:   Thu Feb 24 13:39:38 2005 +0000
  750.     mkv.cpp: add more code to support ordered chapters
  751. commit 88ba995a4e7513c217f1852c81de09116b94f4bc
  752. Author: Derk-Jan Hartman <hartman@videolan.org>
  753. Date:   Thu Feb 24 00:07:30 2005 +0000
  754.     * start osx up in VIEW_SIMPLE and only switch to VIEW_CATEGORY when needed.
  755. commit bfd6324c527142dba4754b5802f6059bfe60190b
  756. Author: Derk-Jan Hartman <hartman@videolan.org>
  757. Date:   Wed Feb 23 22:28:36 2005 +0000
  758.     * Forgot to commit the goom2k4 patch
  759. commit 400c2ab0303d2bdcf2fbb35513e9803b65fac7ec
  760. Author: Derk-Jan Hartman <hartman@videolan.org>
  761. Date:   Wed Feb 23 20:15:28 2005 +0000
  762.     * freetype.c: fix for blurry subs? someone please confirm
  763. commit c1425efc33207d6cd598190c315a0d2c84af566e
  764. Author: Clément Stenac <zorglub@videolan.org>
  765. Date:   Wed Feb 23 17:25:46 2005 +0000
  766.     Re-enable directory
  767. commit bbf8b0eb31ef8e19d8ef93b1499d94bd074f7c78
  768. Author: Derk-Jan Hartman <hartman@videolan.org>
  769. Date:   Wed Feb 23 16:27:01 2005 +0000
  770.     * Fix setRepresentedFilename in case p_access not present (ie. in case of access_demux)
  771. commit e3c2dcb097d0e2c5354680777af85ec3d19f05e5
  772. Author: Derk-Jan Hartman <hartman@videolan.org>
  773. Date:   Wed Feb 23 15:26:27 2005 +0000
  774.     * Lets use the final version of goom2k4
  775. commit 00bcbe8a64cf903413b2c22bf64cf5cc1f093aae
  776. Author: Gildas Bazin <gbazin@videolan.org>
  777. Date:   Wed Feb 23 14:52:09 2005 +0000
  778.     * src/misc/modules.c: MSVC compilation fix.
  779. commit 49ee8d5be1b76fb60dfe9bc19ef5e27300de008f
  780. Author: Derk-Jan Hartman <hartman@videolan.org>
  781. Date:   Wed Feb 23 14:37:56 2005 +0000
  782.     * Let's break the prefs again for OSX
  783.       now to get it working. There is a semi-todo/design list in prefs.m.
  784. commit 8903b3b746c27ebb244e461448dee8149c52114e
  785. Author: Damien Fouilleul <damienf@videolan.org>
  786. Date:   Wed Feb 23 14:26:47 2005 +0000
  787.     - changed sample axvlc.inf to use VLC NSI installer
  788. commit b7f7f1f3a572ad85ad76d540e5849ab68a96e25a
  789. Author: Damien Fouilleul <damienf@videolan.org>
  790. Date:   Wed Feb 23 14:09:40 2005 +0000
  791.     - inserted uninstall entry for activex plugin
  792.     - fixed autoplay for DVD and CD
  793.     
  794.     caveat for CD, the cdda plugin must be fixed to allow for a MRL of the form cdda:D: (needs to support the trailing backslash)
  795. commit ed203c00ea3f6bda55f0494247a5e3e15a6ae748
  796. Author: Derk-Jan Hartman <hartman@videolan.org>
  797. Date:   Wed Feb 23 13:53:28 2005 +0000
  798.     * Update copyright to 2005 where appropriate.
  799. commit 837444bbd7075b233972c4a1183a7bb9b83875ed
  800. Author: Steve Lhomme <robux@videolan.org>
  801. Date:   Wed Feb 23 12:13:17 2005 +0000
  802.     mkv.cpp: I was wrong, the dirent export works
  803. commit 9139d783f033d7f59839ca7dd1eefccfd962116d
  804. Author: Steve Lhomme <robux@videolan.org>
  805. Date:   Wed Feb 23 11:48:25 2005 +0000
  806.     mkv.cpp: fix dirent issue with the recent "fixes"
  807. commit e2d3cfa413e53d489c99b37226462c08cd695293
  808. Author: Derk-Jan Hartman <hartman@videolan.org>
  809. Date:   Wed Feb 23 11:37:04 2005 +0000
  810.     * hooked up the Playlist window menuitem to an action
  811.     * added com-shift-E and com-shift-M keycombo's for Equalizer window and Messages window
  812. commit e47ca53db72feac79fb13fa16dd32a4993df68d0
  813. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  814. Date:   Wed Feb 23 10:33:07 2005 +0000
  815.     wall.c: user-configurable aspect-ratio for the displays
  816. commit 113fd7d2f9048bdbde4686923fefa7d9158fabe4
  817. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  818. Date:   Wed Feb 23 10:11:33 2005 +0000
  819.     wall.c: shut up two compiler warnings. Fix two (only one actually
  820.     experienced) rounding errors causing invalid reads and green lines.
  821. commit 37122416bb00e0fdd9395f0b9832a179cc938b45
  822. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  823. Date:   Wed Feb 23 09:12:31 2005 +0000
  824.     wall.c: set the total output aspect ratio to the device aspect ratio, even
  825.     if size constrains stoped us from making the parts have that aspect ratio.
  826.     This causes a slight stretch of the image in some direction but should
  827.     totally remove black lines between the elements.
  828.     todo:
  829.      * make device aspect ratio configureable (easy)
  830.      * handle anamorphic input video (medium)
  831. commit 145bb3c15ae876114b7f9adb5aaad1f0d87a1f79
  832. Author: Gildas Bazin <gbazin@videolan.org>
  833. Date:   Wed Feb 23 08:09:46 2005 +0000
  834.     * configure.ac: wince interface moved to builtins.
  835. commit 363cecc2c8bbdf0a9d071622dab77e02eed08f8d
  836. Author: Mark Moriarty <markfm@videolan.org>
  837. Date:   Wed Feb 23 03:37:45 2005 +0000
  838.     freetype.c  Correct color mapping, make color choice a 16-item pick list, add on-the-fly capability (independent color/opacity for time, marquee, etc.)
  839. commit 92fbd7cb8bc71ff112d46fff9c93b206ac1a8536
  840. Author: Derk-Jan Hartman <hartman@videolan.org>
  841. Date:   Tue Feb 22 22:11:26 2005 +0000
  842.     * renamed sap module from "SAP interface" to "SAP announces"
  843. commit 63e019d512b27f1f4031d85147cef23341c321d1
  844. Author: Jérome Decoodt <djc@videolan.org>
  845. Date:   Tue Feb 22 17:27:04 2005 +0000
  846.     We use setRepresentedFilename if access is File.
  847.     Title is found in input instead of playlist (fix a small vlm bug...).
  848. commit dffc2430200025e25ca788c538f5e243b7195aa7
  849. Author: Gildas Bazin <gbazin@videolan.org>
  850. Date:   Tue Feb 22 15:53:42 2005 +0000
  851.     * configure.ac: fixed typo + removed some plugins from the WinCE build.
  852. commit 83fc91ed3961cae7226328e887e4fcaa1a9caab5
  853. Author: Damien Fouilleul <damienf@videolan.org>
  854. Date:   Tue Feb 22 15:35:01 2005 +0000
  855.     - changed dshow plugin to use common IID defined in libuuid.a (prevents linking problems if plugin is built-in)
  856. commit 210b6b336664384f2550fca3e6b8386f98881d8c
  857. Author: Gildas Bazin <gbazin@videolan.org>
  858. Date:   Tue Feb 22 13:13:29 2005 +0000
  859.     * modules/gui/wxwindows/playlist.cpp: sanity check to avoid crashes (doesn't explain why the check is triggered though).
  860. commit 7f95e259d88584c0f1235fa6d679a57bc7283849
  861. Author: Gildas Bazin <gbazin@videolan.org>
  862. Date:   Tue Feb 22 12:50:43 2005 +0000
  863.     * src/misc/threads.c: print thread timing statistics on thread destruction (Win32 only).
  864. commit 2512846dab2096d20224045dc2d4e43cf9e99e68
  865. Author: Damien Fouilleul <damienf@videolan.org>
  866. Date:   Tue Feb 22 11:13:11 2005 +0000
  867.     added ActiveX control to the VLC installer
  868. commit 0391af5230a5f3519a1445c99f9f0f43cceb4aca
  869. Author: Gildas Bazin <gbazin@videolan.org>
  870. Date:   Mon Feb 21 20:32:36 2005 +0000
  871.     * modules/demux/ogg.c: added support for new Ogg mapping for FLAC.
  872. commit f3c83b018756adf39c3eaa43b77b2f7a590ad2e2
  873. Author: Gildas Bazin <gbazin@videolan.org>
  874. Date:   Mon Feb 21 19:16:22 2005 +0000
  875.     * modules/codec/vorbis.c: uninitialized variable.
  876. commit 804e7ac45c21c2c0043d0d20bf7c64fe26caaea0
  877. Author: Gildas Bazin <gbazin@videolan.org>
  878. Date:   Mon Feb 21 19:15:33 2005 +0000
  879.     * configure.ac: mux_ts was moved to builtins by mistake.
  880. commit 4b38328badbf8f9ca4dd4e5da8dbacef858a505b
  881. Author: Gildas Bazin <gbazin@videolan.org>
  882. Date:   Mon Feb 21 17:51:53 2005 +0000
  883.     * modules/misc/network/ipv4.c: multicast support for WinCE.
  884. commit f467427e111d6f380d58e898b2461b1f1f405330
  885. Author: Gildas Bazin <gbazin@videolan.org>
  886. Date:   Mon Feb 21 17:50:54 2005 +0000
  887.     * src/misc/modules.c, modules/access/directory.c: Win32 fixes (GetFileAttributes() returns -1 on error).
  888. commit efe2b1ada2e153cf1407e7a3d3f0d849b90a2f86
  889. Author: Jérome Decoodt <djc@videolan.org>
  890. Date:   Mon Feb 21 16:12:14 2005 +0000
  891.     Do not use setTitleWithRepresentedFilename if input is not a file.
  892. commit 49acb53199734970c434267b4f4e8aa390f9eb94
  893. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  894. Date:   Mon Feb 21 15:58:02 2005 +0000
  895.     wall.c: handle some rounding error causing a integer overflow. more window
  896.     size constrain fixes
  897. commit 75dd79c4f68b646d59c230260544c3121b9c965a
  898. Author: Antoine Cellerier <dionoea@videolan.org>
  899. Date:   Mon Feb 21 15:23:46 2005 +0000
  900.      * picture.c : slightly cleaner picture_t freeing
  901.      * mosaic.c : add a switch to keep aspect ratio when resizing
  902. commit ab171ce9d21d0e82ef5b704f947ce0fa2f88d77f
  903. Author: Gildas Bazin <gbazin@videolan.org>
  904. Date:   Mon Feb 21 13:50:17 2005 +0000
  905.     * include/vlc_common.h: compilation fix.
  906. commit c964355823d70d536c31863cf03901fc0ce9e6b4
  907. Author: Antoine Cellerier <dionoea@videolan.org>
  908. Date:   Mon Feb 21 13:39:01 2005 +0000
  909.      * update the copyright dates
  910. commit 518a63beb13de87e08258be333c48e434bae2192
  911. Author: Gildas Bazin <gbazin@videolan.org>
  912. Date:   Mon Feb 21 13:35:15 2005 +0000
  913.     * configure.ac, modules/access/directory.c: enabled the directory access module on WinCE.
  914. commit 1f54a473b6b3b38ebbdb9194f5b5c576b53f2204
  915. Author: Antoine Cellerier <dionoea@videolan.org>
  916. Date:   Mon Feb 21 13:13:52 2005 +0000
  917.     Basic mosaic, video blending modules
  918.      * picture.c picture.h : vout that copies the rendered image in a libvlc
  919.                              object.
  920.      * mosaic.c : sub filter that takes all the images created by the picture
  921.                   module and blends them over the current video
  922.     
  923.     I think i still have loads of things to fix (like memleaks)
  924.     
  925.     Simple vlm configuration file to see this work :
  926.     <<<<
  927.     new chan1 broadcast enabled
  928.     setup chan1 input somevideo1.avi
  929.     setup chan1 option vout=picture
  930.     
  931.     new chan2 broadcast enabled
  932.     setup chan2 input somevideo2.avi
  933.     setup chan2 option vout=picture
  934.     
  935.     new bg broadcast enabled
  936.     setup bg input somevideo0.avi
  937.     setup bg option sub-filter=mosaic
  938.     
  939.     control bg play
  940.     control chan1 play
  941.     control chan2 play
  942.     >>>>
  943.     
  944.     You just have to launch : ./vlc -I telnet --vlm-conf vlm.conf
  945. commit 3fb123e49b394dbc99184177676debd60505254b
  946. Author: Gildas Bazin <gbazin@videolan.org>
  947. Date:   Mon Feb 21 13:07:54 2005 +0000
  948.     * src/extras/dirent.h: removed useless file.
  949. commit e58e8101f460dab34942a13016d9032a12dc3d49
  950. Author: Yoann Peronneau <yoann@videolan.org>
  951. Date:   Mon Feb 21 13:06:08 2005 +0000
  952.     * src/misc/vlm.c: added 'inputdeln <num>' to delete input #num (starts from 1)
  953. commit dffe74e2d2eb9591cc08cf03a97e449d0091cf8b
  954. Author: Gildas Bazin <gbazin@videolan.org>
  955. Date:   Mon Feb 21 13:00:20 2005 +0000
  956.     * src/extras/dirent.c, ALL: fixed win32/ce dirent replacement and made it accessible from plugins as well.
  957. commit f08cca38631990a854f1c6957eddf454b59f01ff
  958. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  959. Date:   Mon Feb 21 12:03:28 2005 +0000
  960.     wall.c: create properly sized (multiple of two each way) windows. set
  961.     correct output resolution on the created windows
  962. commit 23fcdfe035e33919f5b0b9db1f70157d0b9288d6
  963. Author: Laurent Aimar <fenrir@videolan.org>
  964. Date:   Mon Feb 21 09:10:53 2005 +0000
  965.      * livedotcom: automatic TCP rollover when no data was received in 900ms and
  966.      auto eof when no more data received in 3s (not tested a lot, so please report
  967.      any problem).
  968.       Do not set dts for video stream (make libmpeg2 happy).
  969. commit 8362fa0d68311aba85fdcf1662a54455e1efd52a
  970. Author: Laurent Aimar <fenrir@videolan.org>
  971. Date:   Mon Feb 21 09:05:11 2005 +0000
  972.      * all: woops (debug messages left).
  973. commit 70ee5fbf988a94c0c2e394f3346a3dc6eeb18d72
  974. Author: Laurent Aimar <fenrir@videolan.org>
  975. Date:   Mon Feb 21 09:03:07 2005 +0000
  976.      * block: added
  977.         - BLOCK_FLAG_CORRUPTED : signal corrupted data (do not use anymore
  978.      BLOCK_FLAG_DISCONTINUITY in that case)
  979.         - BLOCK_FLAG_PREROLL : mark this block to be decoded (no matter what).
  980.      * ffmpeg, libmpeg2: support BLOCK_FLAG_PREROLL (ie disable frame dropping).
  981.      * input: added ES_OUT_SET_NEXT_DISPLAY_TIME to ease the work for preroll
  982.      (untested).
  983.      * mp4: added support for CTTS table (pts, needed for h264+bframe).
  984.      * decoders: for now handle discontinuity and corrupted block the same way.
  985. commit 26b8ba099b1d34308378e08062313316776f2fbb
  986. Author: Steve Lhomme <robux@videolan.org>
  987. Date:   Mon Feb 21 08:07:34 2005 +0000
  988.     mkv.cpp: prepare code for multiple editions and ordered editions
  989. commit 0b609fa46e1bebfd608e59d3f61dfbba2132d943
  990. Author: Steve Lhomme <robux@videolan.org>
  991. Date:   Mon Feb 21 07:52:19 2005 +0000
  992.     mkv.cpp: do not spread gcc problems to other compilers
  993. commit 1996bfb7f1f59530b17a4eea0d04d4f9de080e7a
  994. Author: Yoann Peronneau <yoann@videolan.org>
  995. Date:   Sun Feb 20 23:22:21 2005 +0000
  996.     * src/misc/vlm.c: added 'inputdel all' to delete all inputs of a VLM media
  997. commit d06602cf449f3cf0f817602980d5f44497c713fc
  998. Author: Gildas Bazin <gbazin@videolan.org>
  999. Date:   Sun Feb 20 21:38:36 2005 +0000
  1000.     * modules/codec/mpeg_audio.c: let ffmpeg have the priority under WinCE.
  1001. commit 989b5903d0e77857d93f0184e029d16ddb0b1d5d
  1002. Author: Gildas Bazin <gbazin@videolan.org>
  1003. Date:   Sun Feb 20 21:26:14 2005 +0000
  1004.     * configure.ac: WinCE build fix.
  1005. commit 3d7ef3d1542a33462f37c14f2980d3007b1aeecd
  1006. Author: Clément Stenac <zorglub@videolan.org>
  1007. Date:   Sun Feb 20 20:56:05 2005 +0000
  1008.     Add sdp meta-data to playlist
  1009. commit 3907a93274c05aa056b5169947891703a5c545c6
  1010. Author: Yoann Peronneau <yoann@videolan.org>
  1011. Date:   Sun Feb 20 20:54:03 2005 +0000
  1012.     * src/misc/vlm.c: addded 'inputdel' setup command
  1013. commit 2862cb0628d47d2845ac255e589e7d4f4ae9f427
  1014. Author: Gildas Bazin <gbazin@videolan.org>
  1015. Date:   Sun Feb 20 20:53:01 2005 +0000
  1016.     * INSTALL.wince: preliminary build instructions for the WinCE port of VLC.
  1017. commit 5fd756e4ef899aad45adcbb91fcafad079d007d1
  1018. Author: Gildas Bazin <gbazin@videolan.org>
  1019. Date:   Sun Feb 20 20:47:04 2005 +0000
  1020.     * src/misc/httpd.c,  modules/demux/subtitle.c, modules/gui/wince/wince_rc.rc: more WinCE build fixes.
  1021. commit 223ebac60de34e1d82cee9a08e9aa041bf3e694c
  1022. Author: Mark Moriarty <markfm@videolan.org>
  1023. Date:   Sun Feb 20 16:05:39 2005 +0000
  1024.     freetype.c  Change opacity to 0...255, add --freetype-color hex_RGB shortcut
  1025. commit 20f007d0e630028cc15b949454515cf74d89363c
  1026. Author: Gildas Bazin <gbazin@videolan.org>
  1027. Date:   Sun Feb 20 15:37:23 2005 +0000
  1028.     * modules/video_output/wingdi.c: major optimizations (avoid unnecessary memcpy of video frames + direct rendering for gapi).
  1029. commit dcedffea92030ee932f2f69b747598b25f7f9041
  1030. Author: Gildas Bazin <gbazin@videolan.org>
  1031. Date:   Sun Feb 20 15:16:12 2005 +0000
  1032.     * modules/gui/wince: misc small fixes.
  1033. commit 597f9cf7310bb624f306dea9daec0afef2233acb
  1034. Author: Eric Petit <titer@videolan.org>
  1035. Date:   Sun Feb 20 14:12:34 2005 +0000
  1036.      video_filter/marq.c: converted to unix file format
  1037. commit 3719acf03a1a993d2d16c0479c3243f4c14c8437
  1038. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1039. Date:   Sun Feb 20 13:27:11 2005 +0000
  1040.     wall.c: try to make all windows in a given aspect ratio for proper
  1041.     fullscreen. Collect the "blackness" on the far left/right/top/bottom.
  1042.     todo:
  1043.     * Make window aspect-ratio configureable
  1044.     * handle anamorphic input
  1045.     * constain the sizes of the windows to legal values
  1046.     * handle some rounding errors
  1047. commit 869578a6ae1f4bea97aac8240b7eb8b636168cdb
  1048. Author: Mark Moriarty <markfm@videolan.org>
  1049. Date:   Sun Feb 20 00:12:15 2005 +0000
  1050.     freetype.c  add --freetype-opacity (0..100%), to control text transparency
  1051. commit 217ab55edb31df7b476a498fa0a2a5601435e299
  1052. Author: Mark Moriarty <markfm@videolan.org>
  1053. Date:   Sat Feb 19 12:27:18 2005 +0000
  1054.     marq.c -- allow relative positioning, like logo, via --marq-pos
  1055. commit 818805e7ceb4a311c317e813dd3f814002a98625
  1056. Author: Eric Petit <titer@videolan.org>
  1057. Date:   Sat Feb 19 01:58:57 2005 +0000
  1058.      configure.ac: added --disable/enable-hal
  1059.      Makefile.am: in package-beos, use $(STRIP) instead of strip since we
  1060.        might be cross-compiling
  1061. commit af9d9d8ce947db44496c0bb0d28e608402195f55
  1062. Author: Eric Petit <titer@videolan.org>
  1063. Date:   Sat Feb 19 01:46:28 2005 +0000
  1064.      demux/mkv.cpp: be gcc 2.9x friendly:
  1065.       + careful when using std::string's compare, it has changed with gcc 3,
  1066.         you have to '#if __GNUC__ >= 3' <new syntax> #else <old syntax> #endif
  1067.       + gcc 2.9x doesn't know at() for vectors, use iterators instead
  1068. commit e885681d60acda832cc643cc2501ccda76d62be0
  1069. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1070. Date:   Fri Feb 18 23:37:25 2005 +0000
  1071.     wall.c: reverted previous commit, new proper fix
  1072. commit 861453b6e23fb1ee8849df27a47561797514b62e
  1073. Author: Eric Petit <titer@videolan.org>
  1074. Date:   Fri Feb 18 22:48:11 2005 +0000
  1075.      contrib/*: enhanced contrib system to support cross-compilations.
  1076.        Give an argument to bootstrap to use it (for example
  1077.        `./bootstrap i586-pc-beos')
  1078. commit a5b222b7fe7e229270cde92646d5967969c09d13
  1079. Author: Eric Petit <titer@videolan.org>
  1080. Date:   Fri Feb 18 16:13:11 2005 +0000
  1081.      contrib/src/Makefile: fixed fribidi build on OS X != 10.2
  1082. commit 7ffe1b74fd033802ff8b1ef32bc3ad966c34e6b5
  1083. Author: Eric Petit <titer@videolan.org>
  1084. Date:   Fri Feb 18 15:18:29 2005 +0000
  1085.      opengl.c: higher priority on OS X
  1086. commit de2b755e886c0c7ba6ffd154ea46420b73ee2135
  1087. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1088. Date:   Fri Feb 18 15:13:08 2005 +0000
  1089.     wall.c: do not assume all windows are equal width if they are not.
  1090. commit fe90bd4ddb6fae9226ae9f4560b03d97a6b83b3b
  1091. Author: Eric Petit <titer@videolan.org>
  1092. Date:   Fri Feb 18 15:11:21 2005 +0000
  1093.      macosx/voutgl.m: fixed another crash (hopefully the last one).
  1094.        Looks like OS X delayed the window destruction, causing the crash
  1095.        since reshape tries to use p_vout after it's been freed.
  1096. commit 1a206bf595c558d795762eedcb32996648ddaf7a
  1097. Author: Steve Lhomme <robux@videolan.org>
  1098. Date:   Fri Feb 18 15:07:57 2005 +0000
  1099.     mkv.cpp: handle seeking the way it's supposed to work (in the future)
  1100. commit 70944c2a12a32ff5cf2ab88da5a65e9c5e5448e6
  1101. Author: Eric Petit <titer@videolan.org>
  1102. Date:   Fri Feb 18 14:01:21 2005 +0000
  1103.      video_output/opengl.c: fixed a (OS X only) segfault
  1104.      macosx/vout*.m: cleaning
  1105. commit 3ce6222fd6579ab3bed90c9bbf5fe04310ce4551
  1106. Author: Gildas Bazin <gbazin@videolan.org>
  1107. Date:   Fri Feb 18 10:49:08 2005 +0000
  1108.     * Makefile.am: fixed package-win32 target
  1109. commit ecc041ed2cc75facda1583b9518769da35e8337f
  1110. Author: Gildas Bazin <gbazin@videolan.org>
  1111. Date:   Fri Feb 18 10:16:13 2005 +0000
  1112.     * modules/gui/wxwindows/streamout.cpp: Added an sout-all checkbox + removed the RTP output line which was cluttering the dialog box more than anything else.
  1113. commit a7bafab323af666b6c4e2a01f1701e86b299f98b
  1114. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1115. Date:   Thu Feb 17 20:43:16 2005 +0000
  1116.     * mirrored the 'services discovery' menu in the file menu -- the flags indicating the running services are partially broken (you do only see them at the same position as you activated the service). I'll fix that after the WE
  1117. commit 58dd540a8e83de528b4b665b2b8520dea6fcae90
  1118. Author: Steve Lhomme <robux@videolan.org>
  1119. Date:   Thu Feb 17 20:12:53 2005 +0000
  1120.     mkv.cpp: fix the update of the timecode and position bar after seeking
  1121. commit beb1ae86c994026e553f4e5ae2f1773a0c8dbb36
  1122. Author: Derk-Jan Hartman <hartman@videolan.org>
  1123. Date:   Thu Feb 17 17:30:36 2005 +0000
  1124.     * playlist.m:
  1125.       - Make sure cd/dvd's can be D&D and recognized. (cdda autodetection still fails)
  1126.       - Make sure disk names are retrieved when opening cd/dvd's
  1127.     * macosx.m: Give the submodules proper descriptions.
  1128. commit 911c2d8d587d46db109e986f384b6c591e27ebf4
  1129. Author: Steve Lhomme <robux@videolan.org>
  1130. Date:   Thu Feb 17 12:39:40 2005 +0000
  1131.     mkv.cpp: more debug and checks
  1132. commit 6ffa65c84e2c06d00d95cbaf7d1d2a01124bbb07
  1133. Author: Damien Fouilleul <damienf@videolan.org>
  1134. Date:   Thu Feb 17 12:08:11 2005 +0000
  1135.     no longer necessary, thanks to self-registration
  1136. commit 6d094bafb374b9b5fefdbaeddbfd5053fcd368be
  1137. Author: Damien Fouilleul <damienf@videolan.org>
  1138. Date:   Thu Feb 17 12:06:01 2005 +0000
  1139.     - miscelleanous fixes and improvements
  1140.     - self registration (Internet installation now possible)
  1141. commit 0c84bbed7e70eaf34e4b8cccbc460163a6cdda79
  1142. Author: Steve Lhomme <robux@videolan.org>
  1143. Date:   Thu Feb 17 10:27:41 2005 +0000
  1144.     mkv.cpp: finer granularity for seeking (useful for long files)
  1145. commit 7c07687a585668e65bf68a0d320011dac5650cdc
  1146. Author: Derk-Jan Hartman <hartman@videolan.org>
  1147. Date:   Thu Feb 17 01:53:50 2005 +0000
  1148.     * Finally fixed the issue with resizing the controller and the broken playlist view that was the result of this resize. Estimated 60 hours spent to work around a stupid autoresize bug in the AppKit of Cocoa.
  1149. commit 214f206d68bd6d87c3c4accd14305b4977c8e306
  1150. Author: Steve Lhomme <robux@videolan.org>
  1151. Date:   Wed Feb 16 22:01:41 2005 +0000
  1152.     avoid rn problems
  1153. commit 25db1407866634d0c9b7cd3bcf5a063735be55d0
  1154. Author: Steve Lhomme <robux@videolan.org>
  1155. Date:   Wed Feb 16 21:16:34 2005 +0000
  1156.     mkv.cpp: use time-based seeking whenever possible
  1157. commit ce1647fa1324d99f7ff13354f85b3b6fa13a2b2e
  1158. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1159. Date:   Wed Feb 16 18:00:06 2005 +0000
  1160.     * ALL:  added Nepali as the last of Simos Xenitellis' list of languages
  1161. commit a48ff7467a706c3af3384b79b70f5c4d5efe8954
  1162. Author: Gildas Bazin <gbazin@videolan.org>
  1163. Date:   Wed Feb 16 15:35:35 2005 +0000
  1164.     * modules/misc/network/ipv4.c: WinCE fix.
  1165. commit 05778252c4b85587b7497149429b04b22e3b11be
  1166. Author: Gildas Bazin <gbazin@videolan.org>
  1167. Date:   Wed Feb 16 15:34:53 2005 +0000
  1168.     * src/extras/libc.c: fixed vlc_strncasecmp().
  1169. commit 4db0a6d59b8fe7f65f2f1c1cdac380bc1028a453
  1170. Author: Derk-Jan Hartman <hartman@videolan.org>
  1171. Date:   Wed Feb 16 13:49:41 2005 +0000
  1172.     * forgot to commit this yesterday after the --spu-foo renames
  1173. commit 475694d42441f731e6f08f06225916f10167361c
  1174. Author: Gildas Bazin <gbazin@videolan.org>
  1175. Date:   Wed Feb 16 08:29:47 2005 +0000
  1176.     * configure.ac, modules/video_output/wingdi.c: enable wingapi vout on WinCE.
  1177. commit b6932baa39c3eaa14294ae3dd466364b3a7ea1cc
  1178. Author: Gildas Bazin <gbazin@videolan.org>
  1179. Date:   Wed Feb 16 00:48:12 2005 +0000
  1180.     * configure.ac: fixed typo.
  1181. commit 2774b1fc2c530b695df468589f794d003eef3231
  1182. Author: Gildas Bazin <gbazin@videolan.org>
  1183. Date:   Wed Feb 16 00:34:27 2005 +0000
  1184.     * modules/gui/wince: compile the resource file as well.
  1185. commit 103a7a7596d51913a01e2509fe84e73e36caafba
  1186. Author: Gildas Bazin <gbazin@videolan.org>
  1187. Date:   Tue Feb 15 22:44:28 2005 +0000
  1188.     *  modules/demux/ts.c: WinCE fix.
  1189. commit 22d112f2b70e53c119b6f60404b65001c4414ee3
  1190. Author: Derk-Jan Hartman <hartman@videolan.org>
  1191. Date:   Tue Feb 15 22:37:57 2005 +0000
  1192.     * correction of the description of audio-language
  1193. commit 5075821d9a81c00e49d2406abe319ae15c5b30bf
  1194. Author: Gildas Bazin <gbazin@videolan.org>
  1195. Date:   Tue Feb 15 22:36:56 2005 +0000
  1196.     * configure.ac: don't compile mux_ts if --disable-sout is specified.
  1197. commit df180a30a681de8c8d64e12f2ae17cb4fd9b3b28
  1198. Author: Gildas Bazin <gbazin@videolan.org>
  1199. Date:   Tue Feb 15 22:28:31 2005 +0000
  1200.     * configure.ac: another wince build fix.
  1201. commit 7566f5fbb1acb8435eb6b1d0b1fce63bfb8d77d5
  1202. Author: Gildas Bazin <gbazin@videolan.org>
  1203. Date:   Tue Feb 15 22:10:26 2005 +0000
  1204.     * configure.ac, src/vlc.c: WinCE build fixes.
  1205. commit 1c4a36a8d87f042a52c64ea81023fea32500fd0e
  1206. Author: Gildas Bazin <gbazin@videolan.org>
  1207. Date:   Tue Feb 15 22:01:17 2005 +0000
  1208.     * src/libvlc.c: fixed small memory leak.
  1209. commit 89031d0fc7a2fcef8b97a456763d11505c8a72c2
  1210. Author: Gildas Bazin <gbazin@videolan.org>
  1211. Date:   Tue Feb 15 21:56:54 2005 +0000
  1212.     * modules/gui/wince: WinCE build fixes.
  1213. commit 55a23c4d71edf4d091bcadecf13dc1899885c17c
  1214. Author: Gildas Bazin <gbazin@videolan.org>
  1215. Date:   Tue Feb 15 21:40:17 2005 +0000
  1216.     * configure.ac: fixed typo.
  1217. commit 56ae23b7ef0ee7d5a4b4013eb116786896ed4112
  1218. Author: Gildas Bazin <gbazin@videolan.org>
  1219. Date:   Tue Feb 15 21:26:24 2005 +0000
  1220.     * include/vlc/vlc.h: WinCE build fix.
  1221. commit d39376d33ca67370983fb42b91c4857c9d6e100c
  1222. Author: Gildas Bazin <gbazin@videolan.org>
  1223. Date:   Tue Feb 15 21:22:47 2005 +0000
  1224.     * m4/vlc.m4: use proper LIBEXT when doing wince cross-compiling.
  1225. commit e86ceeef98feb5eb5dbf2f8e7d3551f6276713ed
  1226. Author: Gildas Bazin <gbazin@videolan.org>
  1227. Date:   Tue Feb 15 21:21:17 2005 +0000
  1228.     * ALL: WinCE build fixes.
  1229. commit 47b183e33e4eceaae58ef665110da9ec15d3ed32
  1230. Author: Gildas Bazin <gbazin@videolan.org>
  1231. Date:   Tue Feb 15 21:11:27 2005 +0000
  1232.     * configure.ac: forgot to save this change.
  1233. commit 37718fcc4db4c9ee78d726bc2e6cffdc75dfd526
  1234. Author: Gildas Bazin <gbazin@videolan.org>
  1235. Date:   Tue Feb 15 21:09:09 2005 +0000
  1236.     * configure.ac, Makefile.am: adapted the build for the gcc wince cross-compiler.
  1237. commit b8fa82ceca05d2b166b6b6a2ec049a3f61251561
  1238. Author: Gildas Bazin <gbazin@videolan.org>
  1239. Date:   Tue Feb 15 20:44:22 2005 +0000
  1240.     * modules/gui/wxwindows/messages.cpp: fixed insertion point in messages window.
  1241. commit 37e87108a37856c3cdbfba1abd7fa69ea6e5894a
  1242. Author: Derk-Jan Hartman <hartman@videolan.org>
  1243. Date:   Tue Feb 15 20:29:29 2005 +0000
  1244.     * renamed --spu-track to --sub-track
  1245.     * renamed --spumargin to --sub-margin
  1246.     * renamed --spu-language to --sub-language
  1247.     * added note to NEWS about changed names of options
  1248. commit a3a82045af334db069cd7cf883b5544bc4fface5
  1249. Author: Derk-Jan Hartman <hartman@videolan.org>
  1250. Date:   Tue Feb 15 20:03:09 2005 +0000
  1251.     * Added the new languages to the prefs and the OSX environment.
  1252. commit e8440fb1fc3da45de8f6ecc3452761e2d6c575cb
  1253. Author: Derk-Jan Hartman <hartman@videolan.org>
  1254. Date:   Tue Feb 15 17:34:40 2005 +0000
  1255.     * Set svn:ignore on activex dir.
  1256. commit 02c94f5640a01d2039e025f596208b391f35a4e4
  1257. Author: Derk-Jan Hartman <hartman@videolan.org>
  1258. Date:   Tue Feb 15 17:33:58 2005 +0000
  1259.     * renamed audio-channel to audio-track so ppl don't confuse it with audio-channels
  1260.     * renamed spu-channel to spu-track
  1261.     * "Tracks settings" should be "Track settings"
  1262. commit c959f01d691322d09acfe4345a547f081d85f74e
  1263. Author: Rémi Denis-Courmont <rem@videolan.org>
  1264. Date:   Tue Feb 15 13:55:08 2005 +0000
  1265.     Remove bogus executable permissions
  1266. commit c5ee08e5a2fcabe28cf2e280fea52cbf24514e2d
  1267. Author: Antoine Cellerier <dionoea@videolan.org>
  1268. Date:   Mon Feb 14 21:41:21 2005 +0000
  1269.      * small man page update. It'd be nice to the http://videolan.org/doc
  1270.       url somewhere but i don't know where man page conventions would put
  1271.       that.
  1272. commit c464008e20bdf795f493663dc8979d472c24a34f
  1273. Author: Steve Lhomme <robux@videolan.org>
  1274. Date:   Mon Feb 14 21:31:18 2005 +0000
  1275.     mkv.cpp: don't wait for frames that won't be displayed when seeking
  1276. commit f4b7aa827cc3ba67d7aa4dabf52d7633ed73c022
  1277. Author: Steve Lhomme <robux@videolan.org>
  1278. Date:   Mon Feb 14 21:00:52 2005 +0000
  1279.     mkv.cpp: try to decode H.264 with the avc1 FourCC (same as used for the MP4 source)
  1280. commit 0dd3733cccf6405c57593e4e3ce69cc0b9e63a19
  1281. Author: Gildas Bazin <gbazin@videolan.org>
  1282. Date:   Mon Feb 14 10:12:19 2005 +0000
  1283.     * modules/access/mms: fixed recent breakage.
  1284. commit 11d6a0719f60e769c3f5f72f879b70607aa5e82e
  1285. Author: Gildas Bazin <gbazin@videolan.org>
  1286. Date:   Mon Feb 14 09:38:51 2005 +0000
  1287.     * modules/demux/mkv.cpp: fix for chapters seeking + support for more chapter elements, like hidden chapters. Patch by Steve Lhomme (steve dot lhomme at free dot fr).
  1288.     * include/vlc_input.h: added an i_level member to seekpoint_t for nested chapters (patch by Steve Lhomme).
  1289. commit 191b359eac8f3df38f460b1c3dada7f955920b91
  1290. Author: Mark Moriarty <markfm@videolan.org>
  1291. Date:   Sun Feb 13 22:16:48 2005 +0000
  1292.     wizard.cpp -- Change video and audio codec comboboxes to wxCB_DROPDOWN| wxCB_READONLY
  1293. commit c5d2a3587e4898ae5ce3c0d2ad4555208d83b707
  1294. Author: Mark Moriarty <markfm@videolan.org>
  1295. Date:   Sun Feb 13 16:16:15 2005 +0000
  1296.     wizard.cpp -- change checkboxes to use wxALIGN_CENTER_VERTICAL|wxALL instead of wxLEFT (alignment fix)
  1297. commit 684786284c72a89bea3ff86db874032dd19ff6bb
  1298. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1299. Date:   Sat Feb 12 12:41:00 2005 +0000
  1300.     * all: updated the used Matroska/Ebml versions to 0.7.5 / 0.7.3, removed the old patches and changed their URLs to the official server instead of the VideoLAN-one
  1301. commit 08286bfadc20a86a47d6c4fd215ecf07325aa94a
  1302. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1303. Date:   Sat Feb 12 11:46:32 2005 +0000
  1304.     * all: brought the po-files in sync with each other (i.e. ran ./toolbox --update-po)
  1305. commit e55b8a6f199d250d264ae5e2cdc9275cfb5631b9
  1306. Author: Gildas Bazin <gbazin@videolan.org>
  1307. Date:   Sat Feb 12 11:00:56 2005 +0000
  1308.     * modules/access/http.c,modules/access/mmsh,modules/demux/livedotcom.cpp: Disable clock synchro
  1309.     algorithm for http/mms/rtsp by default for now since our algo was designed for local network
  1310.     streaming of MPEG over UDP in mind and doesn't work well in other cases.
  1311.     You can still use the --clock-synchro config option to override this.
  1312.     Hopefully this commit will be reverted once the clock synchro has been re-written.
  1313. commit 99f6f6c1303556b8906449c0225ec4d52d16f557
  1314. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1315. Date:   Sat Feb 12 10:38:14 2005 +0000
  1316.     sorry for the previous commit. here are the new po-files.
  1317. commit ac3adcc716237c32ec764b48feff003d7557c96f
  1318. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1319. Date:   Sat Feb 12 10:33:45 2005 +0000
  1320.     * all: initial translations to Hindi, Pashto, Burmese, Tetum, Tagalog and Bengali by Simos Xenitellis' team
  1321. commit b089955150613b8fc638928790d2a60fc1a45b6f
  1322. Author: Gildas Bazin <gbazin@videolan.org>
  1323. Date:   Fri Feb 11 12:36:22 2005 +0000
  1324.     * modules/access/dvdnav.c: fixed typo.
  1325. commit 8235c2c5c5f16ad56d0bdcaf93af1e338595148e
  1326. Author: Damien Fouilleul <damienf@videolan.org>
  1327. Date:   Fri Feb 11 11:39:04 2005 +0000
  1328.     GCC 3.3.3 has strong type checking
  1329. commit 28a6e8f5b55dbe6c7b9384f9549d6a023adc1b42
  1330. Author: Gildas Bazin <gbazin@videolan.org>
  1331. Date:   Fri Feb 11 10:57:03 2005 +0000
  1332.     * modules/gui/wxwindows: MSVC fixes for the wxwindows interface plugin. Patch by Steve Lhomme (steve dot lhomme at free dot fr) + modifications by me.
  1333. commit 89f29a2e97ba38e04738ca8d8301487f0213288d
  1334. Author: Clément Stenac <zorglub@videolan.org>
  1335. Date:   Fri Feb 11 10:30:09 2005 +0000
  1336.     Added Steve Lhomme to the list of contributors. Thanks :)
  1337. commit 847ed5c3cd4bf3dcc35dd08fb6012b43224396d4
  1338. Author: Gildas Bazin <gbazin@videolan.org>
  1339. Date:   Fri Feb 11 10:03:50 2005 +0000
  1340.     * msvc/*: MSVC patch by Steve Lhomme (steve dot lhomme at free dot fr).
  1341.       Here is a patch to have the same file names and locations as the mingw32 build.
  1342.       It also put .pdb files in debug mode next to the build files to allow debugging even when you're coding another module...
  1343. commit 17ce2b17acf97a8ebb6ba96568295b1fa1b40eed
  1344. Author: Gildas Bazin <gbazin@videolan.org>
  1345. Date:   Thu Feb 10 14:45:34 2005 +0000
  1346.     * src/libvlc.c,h: new --help-verbose option that activates printing of longtext descriptions for config options.
  1347. commit aadabf1c2cb58db8bafeefcfcfa42b2ec130ff0c
  1348. Author: Gildas Bazin <gbazin@videolan.org>
  1349. Date:   Thu Feb 10 13:43:10 2005 +0000
  1350.     * src/libvlc.c: help now prints the list of integer values.
  1351. commit e512e5bec6c52fc6c033bba37ca7b1f5e2dd6061
  1352. Author: Gildas Bazin <gbazin@videolan.org>
  1353. Date:   Thu Feb 10 13:26:52 2005 +0000
  1354.     * src/libvlc.h, src/input/: new --clock-synchro option to enable/disable the input clock synchronisation algorithm.
  1355. commit 28a41f120a58aedf74ed3aaa95014bd47aeae28f
  1356. Author: Gildas Bazin <gbazin@videolan.org>
  1357. Date:   Thu Feb 10 11:58:12 2005 +0000
  1358.     * modules/gui/skins2/src/theme_loader.cpp: portability fix (gzopen_frontend() is still borked on 64bits platforms).
  1359. commit 54b9bea25c1430a737e94014202931050d882060
  1360. Author: Gildas Bazin <gbazin@videolan.org>
  1361. Date:   Thu Feb 10 11:56:54 2005 +0000
  1362.     * modules/gui/wxwindows: do not use INSERT_ELEM in c++ code.
  1363. commit d388fc44202cbd03bf9e340e6c78e424974323e6
  1364. Author: Gildas Bazin <gbazin@videolan.org>
  1365. Date:   Thu Feb 10 10:32:54 2005 +0000
  1366.     * modules/gui/wxwindows/*: keep compatibility with wxWidgets 2.4.x + changed default playlist size.
  1367. commit f0d9d6b2ee3bebdea4aa5491948e52ff08ece64a
  1368. Author: Gildas Bazin <gbazin@videolan.org>
  1369. Date:   Wed Feb 9 13:52:40 2005 +0000
  1370.     * modules/gui/wxwindows/interface.cpp: toolbar flickering fix.
  1371. commit 29e5c380a99a05c607c61ae849f052744b4a89ba
  1372. Author: Gildas Bazin <gbazin@videolan.org>
  1373. Date:   Wed Feb 9 10:45:26 2005 +0000
  1374.     * modules/demux/mkv.cpp: compilation fixes.
  1375. commit 5bc8ca51c941b558cfa42eccb71cb9f37e0f161f
  1376. Author: Gildas Bazin <gbazin@videolan.org>
  1377. Date:   Wed Feb 9 10:09:41 2005 +0000
  1378.     * modules/demux/mkv.cpp: Patch by Steve Lhomme (steve dot lhomme at free dot fr) to allow the Matroska demuxer to find all files in the same "family" in the same directory as the source file.
  1379.     This will be useful to find segments corresponding to the different titles/domains (as in DVDs).
  1380. commit 5281148de4fb4ac815798a43aa67542a07315166
  1381. Author: Gildas Bazin <gbazin@videolan.org>
  1382. Date:   Wed Feb 9 09:37:08 2005 +0000
  1383.     * src/extras/libc.c: removed unused vlc_seek().
  1384. commit d06ef50813c0c809fec669e95b4391003e19b4df
  1385. Author: Laurent Aimar <fenrir@videolan.org>
  1386. Date:   Tue Feb 8 17:05:37 2005 +0000
  1387.      * ts: correct use of descriptor 0x5 (for ac3 and lpcm too).
  1388. commit e3a434cf108e28c395105b3425fe75e94be74b44
  1389. Author: Laurent Aimar <fenrir@videolan.org>
  1390. Date:   Tue Feb 8 17:02:49 2005 +0000
  1391.      * all: better support for MBR mms stream (display only received streams).
  1392. commit 236ca7aea13a438f92c245565208c9bb6ff9e11c
  1393. Author: Laurent Aimar <fenrir@videolan.org>
  1394. Date:   Tue Feb 8 17:00:18 2005 +0000
  1395.      * all: added a --audio-language and --spu-language to select tracks based
  1396.      on language code.
  1397.      Both options accepts a list (comma separated) of country code(2/3 letters)
  1398.     or name (english/native).
  1399.      For demuxers that doesn't provide language info, they are ignored.
  1400.     
  1401.      Support for dvdnav isn't complete (only first language is tried) and untested.
  1402.     
  1403.      Ex: --spu-language en,fr will try to select english track and if none
  1404.      then french one (and if none, no subtitle).
  1405.      (you can also use --spu-language english,french or english,francais)
  1406. commit ed0b82ee3b77a147c25977e38909a820c29d2f29
  1407. Author: Laurent Aimar <fenrir@videolan.org>
  1408. Date:   Tue Feb 8 16:45:47 2005 +0000
  1409.      * http: add a redirect from */index.html to */
  1410. commit 10f2eccc2cc632eeea5280b0adecaa845d0bf2b8
  1411. Author: Clément Stenac <zorglub@videolan.org>
  1412. Date:   Tue Feb 8 16:38:18 2005 +0000
  1413.     Include missing images to dist
  1414.     Autofocus the OK button in bookmark edit
  1415. commit 8a779356d28809d93a9c24aee15b7b856a27642f
  1416. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1417. Date:   Tue Feb 8 14:33:40 2005 +0000
  1418.     Run makensis installer on Linux without wine to produce Windows installer package. NSIS 204 needs a patch for installation under Linux, it will be uploaded to contrib directory.
  1419. commit c4e6b36fe823ef591ff49f73cf534458b65b85ae
  1420. Author: Gildas Bazin <gbazin@videolan.org>
  1421. Date:   Tue Feb 8 14:18:05 2005 +0000
  1422.     * include/vlc_common.h: avoid compiler warnings.
  1423. commit e51b8dc6d988ab0274936a552e5e4539823683d1
  1424. Author: Mark Moriarty <markfm@videolan.org>
  1425. Date:   Tue Feb 8 02:32:44 2005 +0000
  1426.     preferences_widgets -- Delete spinctrl hack for WIN32 (not needed with updated wxwidgets).  People using Cygwin:  either need a new contrib set, else compile wxwidgets CVS, at least the 6 Feb version.
  1427. commit 97704de1de99eefc45ec427a1e28ed6d0e86096e
  1428. Author: Rémi Denis-Courmont <rem@videolan.org>
  1429. Date:   Mon Feb 7 22:34:21 2005 +0000
  1430.     fix two memleaks and remove a bogus net_Close()
  1431. commit 4b9a9b5ae8639480b2569470159dc5b2eb8d9c16
  1432. Author: Rémi Denis-Courmont <rem@videolan.org>
  1433. Date:   Mon Feb 7 20:34:08 2005 +0000
  1434.     - Fixes a segmentation fault in sout_AnnounceSessionDestroy
  1435. commit 628f81b3239341a6f2a5f4e5a990f53083cf2233
  1436. Author: Gildas Bazin <gbazin@videolan.org>
  1437. Date:   Mon Feb 7 10:44:49 2005 +0000
  1438.     * include/vlc_common.h, include/modules_inner.h, modules/codec/ffmpeg/: MSVC build fixes by Steve Lhomme (steve dot lhomme at free dot fr) + IMPORT_SYMBOL change by me.
  1439. commit 1bc2b2790fdc9aa9b4d07884495f28f41a817f2d
  1440. Author: Rémi Denis-Courmont <rem@videolan.org>
  1441. Date:   Sun Feb 6 18:31:58 2005 +0000
  1442.     Compile fix, unbreak smb access on Linux
  1443. commit cb203ca154dcfc1945d29342dcd1a6af84693aa4
  1444. Author: Clément Stenac <zorglub@videolan.org>
  1445. Date:   Sun Feb 6 17:55:47 2005 +0000
  1446.     * wx: Ensure that callbacks are not registered twice
  1447.     * DAAP: don't crash if connection to host timeouts
  1448. commit 534a81228d1bd8665ba5447b22faa8144339ebc7
  1449. Author: Clément Stenac <zorglub@videolan.org>
  1450. Date:   Sun Feb 6 16:54:12 2005 +0000
  1451.     Fix subtitle delay < 0
  1452.     DAAP compile fix
  1453. commit be52d3fef41a6449cbc659d6c4f879dbd5749acd
  1454. Author: Rémi Denis-Courmont <rem@videolan.org>
  1455. Date:   Sun Feb 6 16:12:35 2005 +0000
  1456.     - Fix previous buggy commit
  1457. commit 0410da919e44a671caf5b312bd4619d58fbe8971
  1458. Author: Rémi Denis-Courmont <rem@videolan.org>
  1459. Date:   Sun Feb 6 16:02:24 2005 +0000
  1460.     - Fix building of vlc-config
  1461.       VLC can now be built in a subdirectory
  1462. commit 8b3d3c15aa8e7d510751a1eb1800d4429538c631
  1463. Author: Clément Stenac <zorglub@videolan.org>
  1464. Date:   Sun Feb 6 12:05:43 2005 +0000
  1465.     * wx : simplify some code, remove some useless duplications
  1466.            hopefully prevent deadlocks
  1467.     
  1468.     * API : add the b_force parameter to playlist_NodeDelete. If TRUE, nodes that are marked as read-only will also be deleted. Use with care.
  1469.     
  1470.     * SAP/DAAP : Ensure that the  node gets removed on quit
  1471.     * HAL : Remove the node on quit and fix f**age of the Close function
  1472. commit e23ba2420c956ede8abd22010f7d206b3303df76
  1473. Author: Rémi Denis-Courmont <rem@videolan.org>
  1474. Date:   Sat Feb 5 14:40:38 2005 +0000
  1475.     * convert SAP announce name & group from locale to UTF-8
  1476.     * fix bug in previous SAP commit
  1477. commit 65484e2af30130985010da7e126256b6a97a2557
  1478. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1479. Date:   Sat Feb 5 12:33:27 2005 +0000
  1480.     input/control.c: fix diviton by zero on selection bytebased bookmarks in live streams
  1481. commit cb1a03c6acb1a418259d155dd3e8a0fb11c87245
  1482. Author: Andre Pang <andrep@videolan.org>
  1483. Date:   Fri Feb 4 16:13:11 2005 +0000
  1484.     * modules/video_filter/scale.c: Guard against p_pic->pf_release being NULL, which can happen e.g. if an unknown chroma is passed to the video output/filter
  1485. commit 194efa927d614756228e635f87ffd323d4e127a4
  1486. Author: Rémi Denis-Courmont <rem@videolan.org>
  1487. Date:   Fri Feb 4 12:35:15 2005 +0000
  1488.     Attempts to recode SAP announces from UTF-8 to user's charset
  1489.     (will fix improperly encoded playlist items when the user's charset
  1490.     does not match the SAP announcer's one, provided all SAP announce be
  1491.     made into UTF-8)
  1492. commit af97e3b60483acddb4fe4c826ca2210e8d40e156
  1493. Author: Rémi Denis-Courmont <rem@videolan.org>
  1494. Date:   Fri Feb 4 12:14:52 2005 +0000
  1495.     * Mem leak fixed
  1496. commit 2a4afa38a8f8c11c8ad4026e03c8e0142db75e17
  1497. Author: Eric Petit <titer@videolan.org>
  1498. Date:   Thu Feb 3 20:47:50 2005 +0000
  1499.      beos/VideoOutput.cpp: added yet another overlay mode (minimum VRAM usage)
  1500. commit 5b567860a239baf9345e77edd0d654fd81ac8861
  1501. Author: Gildas Bazin <gbazin@videolan.org>
  1502. Date:   Thu Feb 3 12:11:28 2005 +0000
  1503.     * modules/packetizer/mpeg4video.c: oops, don't forget to handle streams where only the DTS is available.
  1504. commit 7ac10f1db02d25da1deb18e4b3ba230e48b98828
  1505. Author: Gildas Bazin <gbazin@videolan.org>
  1506. Date:   Wed Feb 2 15:54:00 2005 +0000
  1507.     * modules/packetizer/mpeg4video.c: proper PTS/DTS calculation.
  1508. commit 63709bff1f8504fa7145ac67e111dbd18ad419c5
  1509. Author: Benjamin Pracht <bigben@videolan.org>
  1510. Date:   Tue Feb 1 17:14:29 2005 +0000
  1511.     Typo lalalala
  1512. commit 959bd283ae476f82830aa777cd0f6b567f15c94f
  1513. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  1514. Date:   Tue Feb 1 16:46:22 2005 +0000
  1515.     svg.c: ported the code for vlc 0.8.1 (as a video filter)
  1516. commit 827129ddfeca9426634b8ac98c0659257354ec94
  1517. Author: Andre Pang <andrep@videolan.org>
  1518. Date:   Tue Feb 1 16:02:40 2005 +0000
  1519.     * modules/codec/theora.c: correctly display x-offset video
  1520. commit 1980dd4b86b1fabd39d9f98bc845f44e596a3258
  1521. Author: Derk-Jan Hartman <hartman@videolan.org>
  1522. Date:   Tue Feb 1 13:48:53 2005 +0000
  1523.     * Fix theora contrib
  1524. commit 26368376f0400e13ab9e319ec38c9462e6d94236
  1525. Author: Mark Moriarty <markfm@videolan.org>
  1526. Date:   Tue Feb 1 02:11:02 2005 +0000
  1527.     wizard update -- set default vbitrate, abitrate (courtesy of zorglub), make boxes wxCB_READONLY to restrict choices
  1528. commit 9913fe18b59604ffb19a152d411e791920a18348
  1529. Author: Gildas Bazin <gbazin@videolan.org>
  1530. Date:   Mon Jan 31 11:41:03 2005 +0000
  1531.     * configure.ac: hopefully the final fix for the c++ build.
  1532. commit e485b11c98b4ef8452264e75228a8a92ea552b7f
  1533. Author: Gildas Bazin <gbazin@videolan.org>
  1534. Date:   Mon Jan 31 10:07:27 2005 +0000
  1535.     * src/misc/vlm.c, modules/codec/vorbis.c: MSVC compilation fixes by Steve Lhomme (steve dot lhomme at free dot fr).
  1536. commit 2cd5aedbe1238a08c8dc6dfe1cbe3f9c9e5c6754
  1537. Author: Mark Moriarty <markfm@videolan.org>
  1538. Date:   Sun Jan 30 14:26:47 2005 +0000
  1539.     wxwindows update for WIN32 wxSpinCtrl, restrict range to valid integer (-32768, 32767)
  1540. commit 5b5c2f306b7cf79b41085955e6bbee0ec4998d2a
  1541. Author: Clément Stenac <zorglub@videolan.org>
  1542. Date:   Sun Jan 30 13:23:18 2005 +0000
  1543.     Uninitialized values
  1544. commit a5e49f5217f3c3dc418f8d2fd03f4a442fafc464
  1545. Author: Sam Hocevar <sam@videolan.org>
  1546. Date:   Sun Jan 30 11:41:23 2005 +0000
  1547.       * configure.ac: Scrogneugneu, fixed the C++ build.
  1548. commit 9d012228cf809cfcb143fe62364fc23bcc06505b
  1549. Author: Rocky Bernstein <rocky@videolan.org>
  1550. Date:   Sun Jan 30 03:31:51 2005 +0000
  1551.     Use cdio-native name for paranoia read.
  1552. commit 94dfa75a795cec56c137f8475cebda04cc027880
  1553. Author: Clément Stenac <zorglub@videolan.org>
  1554. Date:   Sat Jan 29 16:32:14 2005 +0000
  1555.     H264 support in mkv, patch by Steve Lhomme
  1556. commit fdb80c423b5b5df1c6a3ce9f3ef3b4e700f75051
  1557. Author: Mark Moriarty <markfm@videolan.org>
  1558. Date:   Sat Jan 29 16:15:16 2005 +0000
  1559.     preferences wxSpinCtrl hack for WIN32 (make up arrow increase value)
  1560. commit 44d19ee25ed4d1a8e0764ca075a72ed390093aa3
  1561. Author: Clément Stenac <zorglub@videolan.org>
  1562. Date:   Sat Jan 29 15:22:53 2005 +0000
  1563.     * A few string and organization fixes in preferences
  1564.     * Update the LIST
  1565.     * Coding style fixes
  1566. commit 6f9ffd3f34ac93fb9f234fe7e6f6cf11149ef89e
  1567. Author: Sam Hocevar <sam@videolan.org>
  1568. Date:   Sat Jan 29 14:49:34 2005 +0000
  1569.       * configure.ac: Finished support for C++-disabled systems.
  1570. commit d3744df6b1accebe91270bcac5d6ad11ad45a772
  1571. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1572. Date:   Sat Jan 29 14:12:32 2005 +0000
  1573.     wizard.cpp: Layout fixes on the input page
  1574. commit a2848c901da3212b4f559f317179941f472dced1
  1575. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1576. Date:   Sat Jan 29 13:28:14 2005 +0000
  1577.     wxwindows/wizard.cpp: run Layout() on the sizers when changing output method
  1578.     in the streaming method page of the wizard, in order to properly show all
  1579.     text. Hardcode the top spacing in order to prevent controls from moving
  1580.     around on Layout(). reported by markfm
  1581. commit 3bc34fcd98954eaca2987bf43d24c90405bc2720
  1582. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1583. Date:   Sat Jan 29 12:41:35 2005 +0000
  1584.     wxwindows/wizard.cpp: fixed a crash when pressing Ok in Open-dialog without
  1585.     actually selecting anything (reported by Trax)
  1586.     both: fix a compiler warning (c++ likes function that don't change their
  1587.     parameters to declare them const)
  1588. commit e250bb092751e1abf0607056fa1ba2bd2ef6afe5
  1589. Author: Sam Hocevar <sam@videolan.org>
  1590. Date:   Fri Jan 28 15:37:09 2005 +0000
  1591.       * configure.ac: Attempt to work without a C++ compiler.
  1592. commit 056383054d26f6a39941ab0d4f6fa78281db4f8d
  1593. Author: Gildas Bazin <gbazin@videolan.org>
  1594. Date:   Fri Jan 28 14:17:38 2005 +0000
  1595.     * Makefile.am: include the activex plugin in package-win32-base.
  1596. commit 71d3e311f2b19a7cf19a33814b319dead4c8596a
  1597. Author: Derk-Jan Hartman <hartman@videolan.org>
  1598. Date:   Fri Jan 28 01:04:58 2005 +0000
  1599.     * cdda/access.c: removed #include <cdio/cdda.h> since it's a new header that isn't always available and wasn't version ifdef'ed. An already version ifdef'ed include already exists in cdda/cdda.h
  1600. commit ac7ed5b9c271fdd055cf29cbaa15950fa5e19061
  1601. Author: Derk-Jan Hartman <hartman@videolan.org>
  1602. Date:   Fri Jan 28 00:44:31 2005 +0000
  1603.     * Two small bugs in the OSX intf
  1604. commit 67541262ba46c76daf63e62cf89861880b70837f
  1605. Author: Derk-Jan Hartman <hartman@videolan.org>
  1606. Date:   Thu Jan 27 22:33:15 2005 +0000
  1607.     * src/video_output/video_output.c: Fixed the SuxorThread. The thread didn't declare itself ready :(
  1608. commit 82f53048eacbf2c96f23f944707676ea7796b699
  1609. Author: Derk-Jan Hartman <hartman@videolan.org>
  1610. Date:   Thu Jan 27 21:56:34 2005 +0000
  1611.     * src/playlist/playlist.c: Don't touch object_lock vlc_object_create and vlc_object_destroy already take care of it.
  1612. commit 8502c978a2d041666294f100779fa8b4716cf7f1
  1613. Author: Gildas Bazin <gbazin@videolan.org>
  1614. Date:   Thu Jan 27 17:05:25 2005 +0000
  1615.     * modules/codec/dvbsub.c: don't render empty subtitles when we receive subtitles data that doesn't match our subtitles page id.
  1616. commit 0dfe44aa32f97d3099940911e3fe8a3e8949e21d
  1617. Author: Gildas Bazin <gbazin@videolan.org>
  1618. Date:   Thu Jan 27 16:44:31 2005 +0000
  1619.     * modules/demux/ts.c: fixed typo for DVB subtitles descriptor parsing (only affects multiple tracks streams).
  1620. commit 1227d46e2e899fdfcbfdd42812374171f137adc8
  1621. Author: Gildas Bazin <gbazin@videolan.org>
  1622. Date:   Thu Jan 27 15:44:34 2005 +0000
  1623.     * modules/access/smb.c: win32 implementation which doesn't depend on libsmbclient + proper URI parsing.
  1624. commit 4bc98f0e636c218fdfae184a7be04618fb5e244e
  1625. Author: Derk-Jan Hartman <hartman@videolan.org>
  1626. Date:   Thu Jan 27 14:03:48 2005 +0000
  1627.     * contrib/Makefile: use tabs, not spaces in Makefile
  1628. commit 0e2749230869ff0812e330482f91f440fd2ab04d
  1629. Author: Gildas Bazin <gbazin@videolan.org>
  1630. Date:   Thu Jan 27 12:51:21 2005 +0000
  1631.     * modules/access/smb.c: new SMB/CIFS access module using libsmbclient.
  1632. commit 3e59c65d2df415cdef199ca51c05db004abdf4f7
  1633. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1634. Date:   Thu Jan 27 11:50:39 2005 +0000
  1635.     mkc.cpp: fix crash on invalid tracks
  1636. commit b73404aa2ae8ca2851832bc82f1b6ec4b43864ef
  1637. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1638. Date:   Thu Jan 27 01:14:24 2005 +0000
  1639.     * VLCPrefs's delloc method got accidentally removed while splitting the nibs. Re-added it again.
  1640. commit 41e7f0ab1159706e20a66479a7bec47c20d5f0a3
  1641. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1642. Date:   Thu Jan 27 00:49:46 2005 +0000
  1643.     * contrib/Makefile: remove the BUILDDIRS on clean-src as well to prevent the disposal of outdated stuff and its mixture with newer libraries
  1644.     * contrib/src/Makefile: touch .aclocal after copying the aclocal files, so this isn't done everytime make runs
  1645. commit 26039bc45846822ad92c384209e5a11ab31a9711
  1646. Author: Gildas Bazin <gbazin@videolan.org>
  1647. Date:   Wed Jan 26 16:12:37 2005 +0000
  1648.     * src/libvlc.h, src/input/stream.c: new --input-list option which allows you to specify a list of inputs which will be concatenated to the main MRL during playback (for splitted streams). Note that this deprecates the --file-cat option which was specific to the file access plugin while the new option should be generic.
  1649. commit 7b6d33911304c0a8171957062652ee94fa3a0cc2
  1650. Author: Rocky Bernstein <rocky@videolan.org>
  1651. Date:   Wed Jan 26 13:05:14 2005 +0000
  1652.     configure.ac: reinstate libcdio CD-DA and VCD plugins (on demand)
  1653.     cdda/*: add basic cd-paranoia mode via libcdio.
  1654.     vcdx/*: changes dictated by new regime
  1655. commit 5db972ab2ed21e8f265bdef23304f2435ba3ea7b
  1656. Author: Gildas Bazin <gbazin@videolan.org>
  1657. Date:   Wed Jan 26 08:18:46 2005 +0000
  1658.     * modules/video_output/wingdi.c: improvements + embedded support + GAPI support for WinCE. Needs some more work as well for fullscreen support.
  1659. commit 47cc1b226d86c821b6dc16b1a21d715f0d043b77
  1660. Author: Laurent Aimar <fenrir@videolan.org>
  1661. Date:   Tue Jan 25 14:15:08 2005 +0000
  1662.      * es_out: fix program change on the fly.
  1663. commit 8214ec5a16ddf3330e77c6f4e7266639f1f4ab70
  1664. Author: Antoine Cellerier <dionoea@videolan.org>
  1665. Date:   Mon Jan 24 23:42:14 2005 +0000
  1666.      * remove unused home_dir from fprintf style function
  1667. commit d34d23f59b3454e98e7a196331779e699c620adc
  1668. Author: Antoine Cellerier <dionoea@videolan.org>
  1669. Date:   Mon Jan 24 22:57:09 2005 +0000
  1670.      * under windows, default directory to save snapshots is now the user's
  1671.        My Pictures (or Mes Images ... depending on locale) directory
  1672. commit 62bf4dd23b88ee77ffd8eca03e770db53576c9f7
  1673. Author: Derk-Jan Hartman <hartman@videolan.org>
  1674. Date:   Mon Jan 24 20:46:20 2005 +0000
  1675.     * modules/control/rc.c:
  1676.      - New commands fastforward and rewind for VOD trickplay
  1677.      - New command goto <index> for better playlist control
  1678.      - Playlist parent item (category) now appended to output
  1679.      Patch by Dermot McGahon
  1680.     * modules/control/rtci.c: ported patch to rtci as well.
  1681. commit 3b8941e53dabcfc1cc1d76c1d27e00a60316f746
  1682. Author: Derk-Jan Hartman <hartman@videolan.org>
  1683. Date:   Mon Jan 24 20:44:53 2005 +0000
  1684.     * Rename a TIME_ABSOLUTE define because it's already defined in the Mach kernel headers.
  1685. commit 4f27da1355b5a7b6297ee9013d229f5d19a75b7c
  1686. Author: Jérome Decoodt <djc@videolan.org>
  1687. Date:   Mon Jan 24 14:19:40 2005 +0000
  1688.     Added a Service Discovery sub menu in playlist contextual menu.
  1689. commit e9694509281cd3378759235433f576f2bfdb72ba
  1690. Author: Clément Stenac <zorglub@videolan.org>
  1691. Date:   Sun Jan 23 21:07:24 2005 +0000
  1692.     Fix breakage in transcode file selection
  1693. commit 6aad91c7326ee438e4386e8fe2ec4260ce79efb0
  1694. Author: Yoann Peronneau <yoann@videolan.org>
  1695. Date:   Sun Jan 23 20:58:48 2005 +0000
  1696.     * wxwindows/playlist.cpp: Menu and toolbar are no longer dockable
  1697. commit 7158665d4bafee0ff010a3343b3d418702b4bf19
  1698. Author: Yoann Peronneau <yoann@videolan.org>
  1699. Date:   Sun Jan 23 17:53:40 2005 +0000
  1700.     * src/misc/vlm.c: start exporting some VLM control functions
  1701. commit fd4749101bd949bc1d960aa260273d9f43725088
  1702. Author: Gildas Bazin <gbazin@videolan.org>
  1703. Date:   Sun Jan 23 12:26:01 2005 +0000
  1704.     * modules/codec/dvbsub.c: full 4 and 8 bits RLE encodings.
  1705. commit a66cfc2840c839a79042d7c43c182e777187316a
  1706. Author: Clément Stenac <zorglub@videolan.org>
  1707. Date:   Sun Jan 23 11:06:17 2005 +0000
  1708.     Update NEWS
  1709. commit 2edcd5be1ce653a36cce752dc4704a0edf92a311
  1710. Author: Gildas Bazin <gbazin@videolan.org>
  1711. Date:   Sat Jan 22 20:35:24 2005 +0000
  1712.     * modules/video_filter/blend.c: chroma fixes for the YUY2 blending.
  1713. commit e8e8633f716bc2126688aefddc4fdac16bee734a
  1714. Author: Andre Pang <andrep@videolan.org>
  1715. Date:   Sat Jan 22 17:50:11 2005 +0000
  1716.     * mozilla/vlcshell.cpp: Fix compilation on Mac OS X
  1717. commit d355b458a0c3978f6e62869817547b2dd80005e2
  1718. Author: Andre Pang <andrep@videolan.org>
  1719. Date:   Sat Jan 22 17:48:45 2005 +0000
  1720.     * mozilla/Makefile.am: Fix build of Mozilla plugin on Mac OS X when using a separate build directory
  1721. commit 0983e2abee9b4677aa47f610d6101f04560171a3
  1722. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1723. Date:   Sat Jan 22 15:13:01 2005 +0000
  1724.     * initial translation to Greek by Simos Xenitellis
  1725. commit a1d46675c3ee3c00bc254afa9b830a41ec1cdb8e
  1726. Author: Derk-Jan Hartman <hartman@videolan.org>
  1727. Date:   Sat Jan 22 01:57:49 2005 +0000
  1728.     * playlist.m: fix a locking issue
  1729. commit e94bb0dd562afcbbcdbb90492b06a898998c28f7
  1730. Author: Yoann Peronneau <yoann@videolan.org>
  1731. Date:   Fri Jan 21 21:49:28 2005 +0000
  1732.     * modules/gui/ncurses.c: incremental search works now with tree playlist.
  1733. commit 5de2de98b7f6e28f836f5b0b8e65ff0531aaae64
  1734. Author: Derk-Jan Hartman <hartman@videolan.org>
  1735. Date:   Fri Jan 21 20:12:05 2005 +0000
  1736.     * contrib Makefile
  1737.       added a .aclocal change to copy the m4 from extras/contrib/share/aclocal to
  1738.       the vlc m4 dir. No more complete bootstrap after a simple configure.ac or Makefile.am change. :)
  1739. commit b61d41e0082d1e696c2f1ebed87ae95f76769375
  1740. Author: Derk-Jan Hartman <hartman@videolan.org>
  1741. Date:   Fri Jan 21 19:26:08 2005 +0000
  1742.     * blend.c: Fix YUVP -> YUY2 blend. YUVP is actually YVUP and this was not accounted for in the YUY2 blend routine. This resulted in incorrect colors in some DVD menu's for instance.
  1743. commit cde2bcc2fbbad589962ba8945d6907131457ec3a
  1744. Author: Laurent Aimar <fenrir@videolan.org>
  1745. Date:   Fri Jan 21 17:02:39 2005 +0000
  1746.     ts: fix --ts-extra-pmt.
  1747. commit 76834848cf126797b4b59af7f2389f3c273f342e
  1748. Author: Christophe Massiot <massiot@videolan.org>
  1749. Date:   Fri Jan 21 15:22:45 2005 +0000
  1750.     * modules/access/pvr/pvr.c: Fixed width/height selection with latest ivtv
  1751.       drivers.
  1752. commit 9a58cddc2ca9571d4590a053396b6dc2b298eb55
  1753. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1754. Date:   Fri Jan 21 14:57:23 2005 +0000
  1755.     * small fix to the handling of the new nib-files (we are using the >= 10.2 format for the new ones, so 'objects.nib' is called 'keyedobjects.nib')
  1756. commit f533f3d8aa01c57102e16a829fe9146b35a32cef
  1757. Author: Damien Fouilleul <damienf@videolan.org>
  1758. Date:   Fri Jan 21 13:52:11 2005 +0000
  1759.     ActiveX: misc fixes & improvements
  1760. commit bd59418ed534a87a0032db78a9067e4d68e62f55
  1761. Author: Derk-Jan Hartman <hartman@videolan.org>
  1762. Date:   Fri Jan 21 13:41:52 2005 +0000
  1763.     * Add the new Nibs to MAKE_DIST
  1764. commit a2ce260bd8b19d07f892cf53955a86e43786dfe9
  1765. Author: Gildas Bazin <gbazin@videolan.org>
  1766. Date:   Fri Jan 21 10:53:29 2005 +0000
  1767.     * modules/mux/asf.c: for mpeg audio, i_bitspersample needs to be set to 0.
  1768. commit 699e4bb62df2e5b70a4f08c179686af1369a1a21
  1769. Author: Derk-Jan Hartman <hartman@videolan.org>
  1770. Date:   Thu Jan 20 20:51:36 2005 +0000
  1771.     OS X intf work
  1772.     - don't use bool. it's BOOL
  1773.     - use GNU style C and hungarian notation
  1774.     - fix the issue with GUI crashes in playlistview
  1775.     - default is now category view (for experimentation until we have a SD menu)
  1776.     - experiment with NSViews to fix the 'drawer' issue (not working though)
  1777. commit 327dee532045188b96d4785dade0249b0735124d
  1778. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1779. Date:   Thu Jan 20 19:58:02 2005 +0000
  1780.     sap.c: fix too early free in demux
  1781. commit 16e04b75f1d95c56b87125ac46ff53e9a9009696
  1782. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1783. Date:   Thu Jan 20 19:27:56 2005 +0000
  1784.     alsa.c: Enumerate available audio devices (Code gratefully borrowed from xmms)
  1785. commit 6c0ef07de2913906b2ab33d97c11a48eccdde110
  1786. Author: Gildas Bazin <gbazin@videolan.org>
  1787. Date:   Thu Jan 20 15:28:56 2005 +0000
  1788.     * src/audio_output/output.c: skip late buffers in b_can_sleek mode (patch courtesy of  )
  1789. commit 52ccf5a03bd7fcedd8a7bf27fb29abd8c0a46fc5
  1790. Author: Gildas Bazin <gbazin@videolan.org>
  1791. Date:   Thu Jan 20 14:30:17 2005 +0000
  1792.     * modules/mux/asf.c: another fix for WMA support.
  1793. commit b4938f0e736c162535a8366051b8ee45c1596fda
  1794. Author: Christophe Massiot <massiot@videolan.org>
  1795. Date:   Thu Jan 20 13:34:48 2005 +0000
  1796.     * src/input/es_out.c: Improved the kludge for teletext streams without
  1797.       appropriate PTS.
  1798. commit f8ddfa9107c6491138afec1fdb5f84d86f8b54d4
  1799. Author: Gildas Bazin <gbazin@videolan.org>
  1800. Date:   Thu Jan 20 13:18:34 2005 +0000
  1801.     * modules/mux/asf.c: compiler warnings are there for a reason ;)
  1802. commit c330b1e1ef13296994fd0e004d4af5286367319e
  1803. Author: Gildas Bazin <gbazin@videolan.org>
  1804. Date:   Thu Jan 20 12:32:53 2005 +0000
  1805.     * modules/mux/asf.c: only add an audio error correction field in the case of WMA.
  1806.     * include/codecs.h: added a couple more audio tags.
  1807. commit e97f4e98f66a4e232f07a2e6781207ea28475e38
  1808. Author: Gildas Bazin <gbazin@videolan.org>
  1809. Date:   Thu Jan 20 12:11:03 2005 +0000
  1810.     * configure.ac: oops, forgot something.
  1811. commit 779519342120092188e1dc860d6a4253e6ec0e1d
  1812. Author: Gildas Bazin <gbazin@videolan.org>
  1813. Date:   Thu Jan 20 12:03:58 2005 +0000
  1814.     * configure.ac, activex/Makefile.am: conditional compile of the activex plugin.
  1815. commit c3e5a7dd865dc9db78082c87e6a5f73bb87f4bb3
  1816. Author: Gildas Bazin <gbazin@videolan.org>
  1817. Date:   Thu Jan 20 10:10:30 2005 +0000
  1818.     * configure.ac, activex/Makefile.am: small fixes to the activex plugin build.
  1819. commit 0b3214962de351d698bf58a54f7ce1bbf62949b8
  1820. Author: Clément Stenac <zorglub@videolan.org>
  1821. Date:   Wed Jan 19 22:33:16 2005 +0000
  1822.     autoconf build fix
  1823.     one todo item less !
  1824. commit 3c98fc758620210553298dcad2897ab4578b4b5d
  1825. Author: Benjamin Pracht <bigben@videolan.org>
  1826. Date:   Wed Jan 19 22:28:47 2005 +0000
  1827.     Add a category to the showintf control interface, so that it gets displayed in the prefs...
  1828. commit b9cffa3fc600290032d945bd1aac24cb5c9dc7e8
  1829. Author: Christophe Massiot <massiot@videolan.org>
  1830. Date:   Wed Jan 19 18:30:33 2005 +0000
  1831.     * include/vlc_threads_funcs.h: More %d -> %u
  1832. commit 03e30a851a1df1a06e1dc02d877b636f6adeac1d
  1833. Author: Damien Fouilleul <damienf@videolan.org>
  1834. Date:   Wed Jan 19 17:14:16 2005 +0000
  1835.     Initial version of ActiveX plugin for VLC
  1836. commit 25f69f55d8badd4023e37c41a54f017c2104d5d9
  1837. Author: Derk-Jan Hartman <hartman@videolan.org>
  1838. Date:   Tue Jan 18 21:51:00 2005 +0000
  1839.     * fix libcddb build under 10.2
  1840. commit da4d434437c64d32d22cfce90b1518f631a7def8
  1841. Author: Gildas Bazin <gbazin@videolan.org>
  1842. Date:   Tue Jan 18 19:24:06 2005 +0000
  1843.     * po/el.po: the build process needs a valid file.
  1844. commit 25ed7bc49640ab918cfccc171ef4686f96ab5431
  1845. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1846. Date:   Tue Jan 18 17:26:51 2005 +0000
  1847.     * BOTH: added modern Greek to the list of available languages
  1848.     * configure.ac: updated the copyright string to 2005
  1849. commit efdb2869616b6c7d302786f14669e6744b331af2
  1850. Author: Gildas Bazin <gbazin@videolan.org>
  1851. Date:   Tue Jan 18 14:36:26 2005 +0000
  1852.     * modules/mux/asf.c:
  1853.       - add an audio error correction field to the stream properties object.
  1854.         This is mandated by the spec and makes some versions of WMP a lot happier about playing our files.
  1855.       - only put an header extension object when necessary.
  1856. commit 230cd24ccfd9d0bb2a293fce8dd31f95beed3bd3
  1857. Author: Derk-Jan Hartman <hartman@videolan.org>
  1858. Date:   Tue Jan 18 03:02:07 2005 +0000
  1859.     * fix author field of OSX info dialog
  1860. commit c0ddfbfbff88619a6fb2b3cddbe3f5334446e20f
  1861. Author: Derk-Jan Hartman <hartman@videolan.org>
  1862. Date:   Tue Jan 18 02:56:18 2005 +0000
  1863.     * fix OSX info dialog lockup due to changed info accessor methods.
  1864. commit c31b37a2527a3bd2172bf73a6c8c958df9b4bac4
  1865. Author: Derk-Jan Hartman <hartman@videolan.org>
  1866. Date:   Tue Jan 18 02:17:01 2005 +0000
  1867.     * fix libopendaap on 10.2
  1868. commit aa7967e2950fa4675b5787fff2d2a56b534bb975
  1869. Author: Derk-Jan Hartman <hartman@videolan.org>
  1870. Date:   Tue Jan 18 01:19:54 2005 +0000
  1871.     * finally fixed CDDB contrib
  1872. commit 119788ee877819de9f3a239c7959e96470e88117
  1873. Author: Derk-Jan Hartman <hartman@videolan.org>
  1874. Date:   Mon Jan 17 23:38:27 2005 +0000
  1875.     * newer libcddb
  1876. commit f6b55b7d09ed638e2a600e37eedf3e5c6f1e68d7
  1877. Author: Derk-Jan Hartman <hartman@videolan.org>
  1878. Date:   Mon Jan 17 22:37:20 2005 +0000
  1879.     * Add libcddb, libcdio and vcdimager again to see if it works better on OSX by now
  1880. commit 031428f699f98088bd810f6670413f7ffcaec110
  1881. Author: Derk-Jan Hartman <hartman@videolan.org>
  1882. Date:   Mon Jan 17 19:42:13 2005 +0000
  1883.     * libvlc.h: fix some of the OSX keybindings (audio delay is now f and g, subtitle delay is h and j, both without modifiers)
  1884. commit 2dff28da79cccb1d0312d372fa30d77ff98da53e
  1885. Author: Derk-Jan Hartman <hartman@videolan.org>
  1886. Date:   Mon Jan 17 19:40:03 2005 +0000
  1887.     * libopendaap patch
  1888. commit eeb7eeccd2c54ac02f91aa324c9a1f9f0bce2507
  1889. Author: Derk-Jan Hartman <hartman@videolan.org>
  1890. Date:   Mon Jan 17 19:38:51 2005 +0000
  1891.     * daap.c: host_t is already defined in Darwin's mach headers. renamed to dhost_t
  1892. commit 6f924598bfb7bc020915329bce203f949b33dda5
  1893. Author: Derk-Jan Hartman <hartman@videolan.org>
  1894. Date:   Mon Jan 17 19:37:38 2005 +0000
  1895.     * Added the contrib system to MAKE_DIST
  1896.     * cleaned up some alignment in configure --help
  1897. commit db7ad6de24d7d7f005120ec180f3825b88fcd182
  1898. Author: Derk-Jan Hartman <hartman@videolan.org>
  1899. Date:   Mon Jan 17 19:35:54 2005 +0000
  1900.     * added libopendaap to contrib system
  1901. commit a57ca1b318ee3d60be43236ce8688aef0fd88d68
  1902. Author: Clément Stenac <zorglub@videolan.org>
  1903. Date:   Mon Jan 17 18:36:52 2005 +0000
  1904.     Cache last FindItem request to speed up bulk-addings
  1905. commit c3f5011ddc264751cdc73a802c38ad5664909f93
  1906. Author: Clément Stenac <zorglub@videolan.org>
  1907. Date:   Mon Jan 17 18:14:50 2005 +0000
  1908.     * DAAP : really include meta information, and don't crash on new hosts
  1909. commit c4ddb48c99b921cd6858570d5632b88d2abfd8a6
  1910. Author: Gildas Bazin <gbazin@videolan.org>
  1911. Date:   Mon Jan 17 17:01:21 2005 +0000
  1912.     * modules/mux/asf.c: properly write the ES type.
  1913. commit ceef0a046d6c47c23b8a24522d64208738157690
  1914. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1915. Date:   Mon Jan 17 16:48:05 2005 +0000
  1916.     * changedthe GNU-mirror to ftp.belnet.be -- Gettext is download from the GNU-mirror again
  1917. commit 81fdae7ff7a59fd50b3e31d393e9c5d12d7eee91
  1918. Author: Derk-Jan Hartman <hartman@videolan.org>
  1919. Date:   Mon Jan 17 16:30:34 2005 +0000
  1920.     * Fix pot-update after playlist/info.c removal
  1921. commit 75f950e65a9eae8522e92753537670282c78a3b1
  1922. Author: Yoann Peronneau <yoann@videolan.org>
  1923. Date:   Mon Jan 17 11:47:41 2005 +0000
  1924.     * wxwindows/subtitles.cpp: subtitle delay can also be <0 (now from -30000 to +30000)
  1925. commit f93a18d5f26b2947196c195043f47fae33c8bab9
  1926. Author: Gildas Bazin <gbazin@videolan.org>
  1927. Date:   Sun Jan 16 19:14:31 2005 +0000
  1928.     * modules/codec/x264.c: updated to support recent x264.
  1929. commit 673331721ee4b5728c2c1ecdccab04fbd8e2c196
  1930. Author: Clément Stenac <zorglub@videolan.org>
  1931. Date:   Sun Jan 16 15:57:01 2005 +0000
  1932.     Todo update
  1933. commit 195e8427085848e251566fd615c8a1cd03998874
  1934. Author: Clément Stenac <zorglub@videolan.org>
  1935. Date:   Sun Jan 16 14:44:26 2005 +0000
  1936.     * DAAP: add meta-information, delete hosts when they leave
  1937.     * SAP : coding style fixes
  1938.     * Some fogotten playlist_*Info
  1939. commit 6c0ceeb39cf4038daffa2e078e49e39949342bc3
  1940. Author: Clément Stenac <zorglub@videolan.org>
  1941. Date:   Sun Jan 16 14:10:47 2005 +0000
  1942.     Remove playlist info accessors (as they now belong to input_item) and use vlc_input_item_AddInfo and vlc_input_item_GetInfo instead
  1943. commit f2797b3effbd173cb2aa7c1a267fa19fe3eb100a
  1944. Author: Sam Hocevar <sam@videolan.org>
  1945. Date:   Sat Jan 15 04:41:24 2005 +0000
  1946.       * Moved 2004 changelog to doc/.
  1947. commit c6376cacafdc0a64377f634ab2a5febb77842e02
  1948. Author: Eric Petit <titer@videolan.org>
  1949. Date:   Sat Jan 15 03:02:57 2005 +0000
  1950.      motiondetect.c: gcc < 3 compile fix
  1951. commit 153deb49b19713c71b3a3988cad5c35289acda22
  1952. Author: Yoann Peronneau <yoann@videolan.org>
  1953. Date:   Sat Jan 15 00:42:23 2005 +0000
  1954.     * modules/gui/wxwindows/playlist.cpp: when duration is not known, don't display (--:--:--)
  1955. commit 8313b721e3578ba625aa12390908b6290a75f4dd
  1956. Author: Yoann Peronneau <yoann@videolan.org>
  1957. Date:   Fri Jan 14 18:01:36 2005 +0000
  1958.     * modules/access/directory.c: fix a segfault when reading an empty directory
  1959.     * modules/gui/ncurses.c: fix a segfault when playlist is empty
  1960. commit 0eee76217926fb5a2ea884a79143843a5d953fce
  1961. Author: Yoann Peronneau <yoann@videolan.org>
  1962. Date:   Fri Jan 14 16:14:01 2005 +0000
  1963.     * modules/gui/ncurses.c: support for tree playlist in ncurses interface
  1964.       use 'v' to toggle view
  1965. commit 16faa45718ed777efe556a44c4998df3fd92fd7a
  1966. Author: Gildas Bazin <gbazin@videolan.org>
  1967. Date:   Fri Jan 14 13:15:52 2005 +0000
  1968.     * include/codecs.h, modules/demux/wav.c: patch by Matthew Romaine to handle WAVEFORMATEXTENSIBLE files more robustly.
  1969. commit 2d5322c3127e8692c74391f8f6d764a9e662773e
  1970. Author: Derk-Jan Hartman <hartman@videolan.org>
  1971. Date:   Fri Jan 14 12:11:57 2005 +0000
  1972.     * so the ogg vorbis fix broke shoutcast streams :) fixing again.... (tested with all audio streams i know off)
  1973. commit 70a4f2e234d3fd6df15f983c0347022891b7b81e
  1974. Author: Jérome Decoodt <djc@videolan.org>
  1975. Date:   Thu Jan 13 23:28:36 2005 +0000
  1976.     Added simple motion detect filter.
  1977.     This filter uses a description file which follows this format :
  1978.     x1,y1,x2,y2,level,downspeed,upspeed,mrl
  1979.     ...
  1980.     where x1,y1,x2,y2 describe a sensible rectangle, level is the minimum difference for an active pixel, downspeed an upspeed are to integers.
  1981.     mrl is a mrl to go when the filter has detected movement in the rectangle.
  1982.     
  1983.     This is fun with vlm. For example, you should try to launch vlc normaly with vlm and then type :
  1984.     new camera broadcast
  1985.     setup camera enabled
  1986.     setup camera input mrl to your camera
  1987.     setup camera option filter=motiondetect,transform
  1988.     #setup camera option transform-type=vflip
  1989.     #indeed, I did not reach to make this working
  1990.     control camera play
  1991.     
  1992.     Have fun ;)
  1993. commit cf6e33afe3728fe6cac1f54285f72a8f4f6744bc
  1994. Author: Christophe Massiot <massiot@videolan.org>
  1995. Date:   Thu Jan 13 19:03:03 2005 +0000
  1996.     * modules/access_out/udp.c: Issue a warning when two PCRs are put inside a
  1997.       single UDP frame (may disturb some decoders).
  1998. commit bca6b23c04d104b063a0e647c9b13c13ecce5bc8
  1999. Author: Christophe Massiot <massiot@videolan.org>
  2000. Date:   Thu Jan 13 19:02:04 2005 +0000
  2001.     * src/misc/threads.c: thread_id is in fact an _unsigned_ int.
  2002. commit 6bd81eee793126fd330d9a730ba1f20410d42c5a
  2003. Author: Christophe Massiot <massiot@videolan.org>
  2004. Date:   Thu Jan 13 19:01:22 2005 +0000
  2005.     * src/input/es_out.c: EN 300 472 allows the PTS of teletext streams to be
  2006.       invalid.
  2007. commit 024fa1c48391bdcff9f3ca3f19f8ebb03a6db1f8
  2008. Author: Clément Stenac <zorglub@videolan.org>
  2009. Date:   Thu Jan 13 18:45:11 2005 +0000
  2010.     * DAAP (iTunes shares) services discovery and access module using libopendaap
  2011.     
  2012.     http://crazney.net/programs/itunes/libopendaap.html
  2013.     
  2014.     Problems :
  2015.        - At the moment, the file is downloaded entirely in memory before being
  2016.          played.
  2017.          The library offers another possibility : download the file on
  2018.          demand to a pipe, but I don't think it would be a very good idea
  2019.          (portability issues ? where to download to ?).
  2020.          I hope a "download on demand to memory" feature will be added
  2021.        - Sometimes, it looses connection to the peers.
  2022.     
  2023.     * Increased wx playlist font size
  2024. commit 31ca77ef0391bda2db4445deb1ac36a5a86f7bad
  2025. Author: Gildas Bazin <gbazin@videolan.org>
  2026. Date:   Thu Jan 13 11:25:58 2005 +0000
  2027.     * src/misc/configuration.c: fix config_GetType() to handle the new CONFIG_ITEM_MODULE_foo types.
  2028. commit fc893da8fcf928d3fefcf6150ba7e254406fa646
  2029. Author: Gildas Bazin <gbazin@videolan.org>
  2030. Date:   Thu Jan 13 09:37:43 2005 +0000
  2031.     * modules/codec/theora.c: remove the need for theora_packet_iskeyframe().
  2032. commit ed0426dc5eb8fb6cc6f627ebf196c08b8a3d67a4
  2033. Author: Derk-Jan Hartman <hartman@videolan.org>
  2034. Date:   Wed Jan 12 23:51:02 2005 +0000
  2035.     * <cough> broken patch </cough>
  2036. commit f079727cd2626b9bc4e06e0b78c8e7138c954a19
  2037. Author: Yoann Peronneau <yoann@videolan.org>
  2038. Date:   Wed Jan 12 16:24:44 2005 +0000
  2039.     * modules/gui/wxwindows/interface.cpp: Add new buttons for DVDs and CDs:
  2040.       - Menu, Previous Chapter, Next Chapter for DVDs
  2041.       - Previous Track, Next Track for CDs
  2042. commit cf9cb951b11f086cd736a543fd1e297af7d7806b
  2043. Author: Derk-Jan Hartman <hartman@videolan.org>
  2044. Date:   Wed Jan 12 16:07:20 2005 +0000
  2045.     * part of patch was applied upstream. Adapt....
  2046. commit 6cee98c6507773e9f4c2700e9c8c1581a800cdf6
  2047. Author: Gildas Bazin <gbazin@videolan.org>
  2048. Date:   Wed Jan 12 14:27:35 2005 +0000
  2049.     * modules/gui/wince/wince.rc: forgot to commit this file with the wince interface.
  2050. commit 3388244afd9ea24ac7af09d60dde6b1b4cd6552f
  2051. Author: Clément Stenac <zorglub@videolan.org>
  2052. Date:   Wed Jan 12 09:19:10 2005 +0000
  2053.     Put callbacks after rebuild, avoids deadlock in rebuild
  2054. commit 6fa4f0e127e37ae7cc8991d8794d0ed2600b6cef
  2055. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2056. Date:   Tue Jan 11 17:42:08 2005 +0000
  2057.     * changed the download-link of gettext temporarily to the videolan-main-server, since the current GNU-mirror does not provide the 0.14.1-release. The responsible admin is contacted.
  2058. commit 301ea6e495df7e0ce311301ae28749e428dbcb69
  2059. Author: Clément Stenac <zorglub@videolan.org>
  2060. Date:   Tue Jan 11 16:52:42 2005 +0000
  2061.     Add some icons
  2062.     Fix autoswitching to category view
  2063. commit 04b00aca5f4cb46800cc7d6fe0ac095765ab62b1
  2064. Author: Derk-Jan Hartman <hartman@videolan.org>
  2065. Date:   Tue Jan 11 16:36:12 2005 +0000
  2066.     * newer theora: alpha4 version. new location, new patch
  2067. commit e34c291f13948cfd19bdc4d54f54d29e519527a0
  2068. Author: Christophe Massiot <massiot@videolan.org>
  2069. Date:   Tue Jan 11 16:32:50 2005 +0000
  2070.     * modules/access/dvb: Fixed numerous bugs related to the CAM configuration.
  2071.       Reconfigure the frontend if no lock is acquired in 10s.
  2072. commit edbd1a8dd28341ffa28cf5c187a31723ae55e326
  2073. Author: Derk-Jan Hartman <hartman@videolan.org>
  2074. Date:   Tue Jan 11 16:17:44 2005 +0000
  2075.     * fix ogg streams.
  2076. commit 402adb57de2d9167275222399fdbbc03234990a2
  2077. Author: Andre Pang <andrep@videolan.org>
  2078. Date:   Tue Jan 11 16:04:09 2005 +0000
  2079.     * configure.ac: Require libtheora 1.0alpha4
  2080. commit 53e64f4a442c8b6e96afff9cb8a2a2d63124be89
  2081. Author: Andre Pang <andrep@videolan.org>
  2082. Date:   Tue Jan 11 13:19:20 2005 +0000
  2083.     * cmml/intf.c: Fix refcount leak on main interface (thanks to gibalou for help)
  2084. commit d743e05a15d9f40578936ca3ae8d75f398982fe4
  2085. Author: Gildas Bazin <gbazin@videolan.org>
  2086. Date:   Tue Jan 11 12:02:57 2005 +0000
  2087.     * modules/gui/wxwindows/preferences_widgets.cpp: added update event for IntegerListConfigControl.
  2088. commit 582ef61dbbbd341388da23d6ae8da861ba731b3e
  2089. Author: Derk-Jan Hartman <hartman@videolan.org>
  2090. Date:   Tue Jan 11 11:51:03 2005 +0000
  2091.     * NSV uses a different mime type for audio only streams. Force the right demuxer...
  2092.     (we are very much approaching the point where we need a proper mimetype match table within the code)
  2093. commit 15f53b191e81dcbf4d63e9a310620400b4f3b9c9
  2094. Author: Andre Pang <andrep@videolan.org>
  2095. Date:   Tue Jan 11 09:17:56 2005 +0000
  2096.     * theora.c: Eliminate display artifacts when the very first frame of the
  2097.       stream isn't a keyframe
  2098. commit 97d95c8d904ceeb0032e1ed5dc199ba2b5b5cd73
  2099. Author: Andre Pang <andrep@videolan.org>
  2100. Date:   Tue Jan 11 08:58:06 2005 +0000
  2101.     * theora.c: Fixed weird display artifacts when seeking on Theora videos
  2102. commit 376f3495419c81bc6d23966b13e0264510e08b4c
  2103. Author: Benjamin Pracht <bigben@videolan.org>
  2104. Date:   Mon Jan 10 21:08:45 2005 +0000
  2105.     * End of the implementation of the v4l-*options
  2106.     
  2107.     If somebody who has a v4l device could actually test that... (at least if the default values for the options make sense).
  2108. commit 28deca2b33678d9bddb9c9d928b09425d4f70888
  2109. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2110. Date:   Mon Jan 10 17:37:01 2005 +0000
  2111.     * changed the GNU mirror once again, since the Irish one I choose previously is as bad as the GNU-main server -- let's use the LEO-server of the technical university of Munich (Germany), which is highly reliable (also an OpenOffice, Gentoo, Debian mirror)
  2112. commit beb11b61a6d27bc616d8fa9240f2ff2bfb58e16c
  2113. Author: Sam Hocevar <sam@videolan.org>
  2114. Date:   Mon Jan 10 11:09:35 2005 +0000
  2115.       * configure.ac: -lfreetype requires -lm.
  2116. commit 694ea96bfae8e09ff0467e2aa84106738cc712b3
  2117. Author: Benjamin Pracht <bigben@videolan.org>
  2118. Date:   Sun Jan 9 22:45:24 2005 +0000
  2119.     * v4l.c:
  2120.      - Add --v4l-* options for all the parametters that can be set from the MRL, so we have a complete Panel in the wx interface and some doc in the command line
  2121.      - Only declaration for now, options don't make anything yet
  2122.     * pvr.c: describe height as height, not width
  2123. commit 93cdb2f11deb35fa7359a5a3f4d2259b93fade8e
  2124. Author: Cyril Deguet <asmax@videolan.org>
  2125. Date:   Sun Jan 9 19:46:39 2005 +0000
  2126.     - all: skeleton for a MacOSX port of skins2 (happy new year ;)
  2127. commit 4aae8a68d3fce40bd454a43e17b35b31e4204215
  2128. Author: Cyril Deguet <asmax@videolan.org>
  2129. Date:   Sat Jan 8 17:49:22 2005 +0000
  2130.     - playlist.c: avoid a segfault when playlist_ViewFind() returns NULL.
  2131.      Anyway I guess it should not happen so there is a bug in the playlist
  2132.      code but I have no time to understand it...
  2133. commit a2de6063b8eee5221ff13775ca89fee2666387a3
  2134. Author: Olivier Teulière <ipkiss@videolan.org>
  2135. Date:   Fri Jan 7 21:08:25 2005 +0000
  2136.      * TODO: Added little hints for the OS X port of the skins
  2137. commit 596d0665a95243bb1712dd363a6b9735a74d5f58
  2138. Author: Christophe Massiot <massiot@videolan.org>
  2139. Date:   Fri Jan 7 20:21:59 2005 +0000
  2140.     * modules/access/dvb:
  2141.       - Rewrote QPSK frontend tuning functions, after reading the doc - it
  2142.         should hopefully fix the infamous "Operation not permitted" problem.
  2143.       - Permanently monitor the frontend status, and reinit it if it crashes.
  2144.       - New --dvb-high-voltage option for very long cables.
  2145.       - Moved all EN 50 221-related code from ts.c to en50221.c. We no longer
  2146.         need the --ts-capmt-sysid option because the sysid is determined
  2147.         automatically from the CAM.
  2148.       - Also changed the way we send the CAPMTs to the CAM, hoping to fix a bug
  2149.         with Aston professional CAMs which all of sudden stop descrambling
  2150.         a program after a few days.
  2151. commit c05cbdf51c4d80deb0afff7aa00cf26b561daf19
  2152. Author: Christophe Massiot <massiot@videolan.org>
  2153. Date:   Fri Jan 7 20:04:46 2005 +0000
  2154.     * modules/access_output/udp.c: When using --udp-group, do not send two PCRs
  2155.       at once. This requires the export of the PCR block_flag.
  2156. commit 074d01d6e60bdcf20542b564c989ffb93f3c54f9
  2157. Author: Christophe Massiot <massiot@videolan.org>
  2158. Date:   Fri Jan 7 19:57:00 2005 +0000
  2159.     * modules/access/udp.c: When udp is invoked as 'rtp:', only consider RTP
  2160.       packets.
  2161. commit fcad2638b00075de5c45f9fe67cba3be92ee31c2
  2162. Author: Christophe Massiot <massiot@videolan.org>
  2163. Date:   Fri Jan 7 19:55:48 2005 +0000
  2164.     * modules/access/pvr/pvr.c: Added --pvr-caching option.
  2165. commit df6eca67b2d0f7d868a57743fdbc926f29b4e095
  2166. Author: Gildas Bazin <gbazin@videolan.org>
  2167. Date:   Fri Jan 7 14:05:03 2005 +0000
  2168.     * modules/audio_output/waveout.c: increase the audio buffer size under WinCE.
  2169. commit d4164c23328d18e000bf84f39965484c81a58fa8
  2170. Author: Gildas Bazin <gbazin@videolan.org>
  2171. Date:   Fri Jan 7 09:54:01 2005 +0000
  2172.     * include/aout_internal.h: fixed old memory leak when alloca() isn't available.
  2173. commit 2b2441ca8b52e258460d043120532a759c256b46
  2174. Author: Gildas Bazin <gbazin@videolan.org>
  2175. Date:   Fri Jan 7 00:19:43 2005 +0000
  2176. commit 12343ee3c45d61187c627bc7e60b580b592a2bf9
  2177. Author: Gildas Bazin <gbazin@videolan.org>
  2178. Date:   Fri Jan 7 00:19:09 2005 +0000
  2179.     * configure.ac: added wince plugin to the build system.
  2180. commit 801b203b8a2f0f35717e58ef6f6403c7a22c7848
  2181. Author: Gildas Bazin <gbazin@videolan.org>
  2182. Date:   Thu Jan 6 23:52:00 2005 +0000
  2183.     * modules/gui/wince/*: New Windows CE interface by Cedric Marodon <cedric_marodon at yahoo dot fr> (ported from the vlcpocketpc project by myself after some heavy code cleanup).
  2184. commit 8bd934d692fc82b192c4a986980dfbe393c218ca
  2185. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2186. Date:   Thu Jan 6 23:40:18 2005 +0000
  2187.     * ALL: updated the po-files
  2188.     * da.po: update to the Danish translation by Jonas Larsen and Morten Brix Pedersen
  2189.     * de.po: got some stuff in sync to the German translation of play-howto
  2190. commit 516eb3ebdff3bcda5f3e8389e2154111f07bc04e
  2191. Author: Gildas Bazin <gbazin@videolan.org>
  2192. Date:   Thu Jan 6 22:05:22 2005 +0000
  2193.     * modules/codec/vorbis.c: fixed tremor output.
  2194. commit b616b6b74552e4dc9c898538e30c008ddfe7461f
  2195. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2196. Date:   Thu Jan 6 19:54:24 2005 +0000
  2197.     * fixed wrong grammar ('1 items in list')
  2198. commit c361066fb94ae32ee2c94af3ad1ea06cd6c4d742
  2199. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2200. Date:   Thu Jan 6 17:58:07 2005 +0000
  2201.     * controls.m: call openFileGeneric via VLCMain and not directly from VLCOpen
  2202.     * controls.h: removed "o_open"
  2203.     * intf.*, open.*: make sure the open-nib is loaded only once, don't load it at launch time but dynamic and do it in VLCMain, so VLCOpen does not know about it anymore
  2204.     * MainMenu.nib: we don't need instances of VLCOpen and VLCOutput anymore
  2205. commit 0830f18bc8d0901a390491cffd5036ff28fc5e26
  2206. Author: Eric Petit <titer@videolan.org>
  2207. Date:   Thu Jan 6 15:15:24 2005 +0000
  2208.      control/http.c: gcc < 3 compile fix
  2209. commit 0a5efa39e8f52fe8ac98bc74373e9ea625729225
  2210. Author: Gildas Bazin <gbazin@videolan.org>
  2211. Date:   Wed Jan 5 22:45:36 2005 +0000
  2212.     * src/misc/modules.c,cpu.c, modules/access/file.c: WinCE fixes.
  2213. commit 14410c4779cfb0da21e7a7a6b1ec2a3ad14884c2
  2214. Author: Gildas Bazin <gbazin@videolan.org>
  2215. Date:   Wed Jan 5 22:42:57 2005 +0000
  2216.     * src/input/stream.c: decrease memory requirements for WinCE.
  2217. commit 069e16625d5944dcf6513b12f00c9465ad4ef004
  2218. Author: Gildas Bazin <gbazin@videolan.org>
  2219. Date:   Wed Jan 5 22:24:30 2005 +0000
  2220.     * toolbox: added an evc ARMV4 target.
  2221. commit a6cfcb2fcba457ecd4b046fbfd68eb5b028bc3e8
  2222. Author: Gildas Bazin <gbazin@videolan.org>
  2223. Date:   Wed Jan 5 22:23:13 2005 +0000
  2224.     * evc/*: added an ARMV4 target.
  2225. commit 43e91173bd98488b5ab606df44b2a19322f8798e
  2226. Author: Gildas Bazin <gbazin@videolan.org>
  2227. Date:   Wed Jan 5 21:14:53 2005 +0000
  2228.     * configure.ac: fix Dirac detection (patch by Anuradha Suraparaju).
  2229. commit 9e8ed400747899cb204ba979953ea4995b6357b5
  2230. Author: Jérome Decoodt <djc@videolan.org>
  2231. Date:   Wed Jan 5 00:19:09 2005 +0000
  2232.     Work to support new playlist in http interface.
  2233.     + correct a bug in the <vlc id="foreach" param1="integer" /> macro
  2234.     + add a <vlc id="stack" /> to print the rpn stack in debug messages
  2235.     + add the != operator in rpn evaluation
  2236.     
  2237.     Compatibility with old pages should be respected...
  2238. commit 727e57b4c4a22a56e6b7d74542cd90b55f551bc0
  2239. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2240. Date:   Mon Jan 3 23:01:42 2005 +0000
  2241.     * seperated the open, sout and sub-open dialogues from the main nib
  2242. commit 49de1e5f11dfcfac939b147526f6f23880ddb169
  2243. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2244. Date:   Mon Jan 3 20:10:38 2005 +0000
  2245.     * declared the shared instance properly (forgot that yesterday)
  2246. commit 92cf2514aeed1efa4410d8af6d5c1816b43a8be7
  2247. Author: Jérome Decoodt <djc@videolan.org>
  2248. Date:   Sun Jan 2 22:45:36 2005 +0000
  2249.     Fix a bug when shuffling playlist with 1 item
  2250. commit cc58badd9ea8eb9426af688c453fcda7e9a03924
  2251. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2252. Date:   Sun Jan 2 20:01:50 2005 +0000
  2253.     * po/da.po: update to the Danish translation by Jonas Larsen and Morten Brix Pedersen
  2254.     * THANKS: added Morten Brix Pedersen
  2255. commit 822bbc635c6754146f8509cb6db6a3c3c274ac6b
  2256. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2257. Date:   Sun Jan 2 18:58:53 2005 +0000
  2258.     * moved the preferences-window to a seperate nib-file
  2259. commit 46f1af78e551014ce2e88d6924b71b5f4502f34c
  2260. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2261. Date:   Sat Jan 1 18:13:51 2005 +0000
  2262.     * give credit to Jonas Larsen for creating the Danish l10n
  2263.     * replace all "@" with " at "
  2264. commit d1ddeb74fd85b4837e5a2d37a2088b7405397aa6
  2265. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2266. Date:   Sat Jan 1 17:54:05 2005 +0000
  2267.     * build libiconv without i18n-support, so it can be compiled without gettext -- gettext will be compiled afterwards, so it can take advantage of libiconv