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

midi

开发平台:

Unix_Linux

  1. Date:   Thu Sep 22 20:49:37 2005 +0000
  2.     * src/stream_output/sap.c: net_Write() returns an int, not an unsigned.
  3. commit 6df9b4eaa028449b79d22fd44cae8e39ca784617
  4. Author: Gildas Bazin <gbazin@videolan.org>
  5. Date:   Thu Sep 22 20:48:59 2005 +0000
  6.     * modules/access/mms/mmstu.c: use net_Write() instead of send().
  7. commit 56f453f7af82b92dbb3ad75d0a3da68070561708
  8. Author: Gildas Bazin <gbazin@videolan.org>
  9. Date:   Thu Sep 22 20:31:16 2005 +0000
  10.     * src/misc/getaddrinfo.c: WinCE implementation + ipv6 support (not tested).
  11. commit bfbe106f30c080028421c874904132705fc6d98e
  12. Author: Gildas Bazin <gbazin@videolan.org>
  13. Date:   Thu Sep 22 20:14:20 2005 +0000
  14.     * ALL: WinCE EVC compilation fixes.
  15. commit f3071f228b85a012125691cd524b40e4787bc972
  16. Author: Sam Hocevar <sam@videolan.org>
  17. Date:   Thu Sep 22 20:09:48 2005 +0000
  18.       * configure.ac: well well... until GCC is fixed, let's disable i420_rgb_mmx
  19.         on AMD64.
  20. commit 9c310ce1a526d805abc86987624a8f4888b79cfd
  21. Author: Gildas Bazin <gbazin@videolan.org>
  22. Date:   Thu Sep 22 19:40:11 2005 +0000
  23.     * evc/vlc.vcw: plugin_id3 doesn't exist anymore.
  24. commit 27de7cdbd47af4c5d22d23435b06ea572ecd95e2
  25. Author: Gildas Bazin <gbazin@videolan.org>
  26. Date:   Thu Sep 22 19:39:38 2005 +0000
  27.     * include/vlc_common.h: why on earth was off_t not typedefed to int64 anymore under _MSC_VER ?
  28. commit 79654985a3bec4ac76abd4455a08659fc86c4390
  29. Author: Christophe Massiot <massiot@videolan.org>
  30. Date:   Thu Sep 22 15:39:37 2005 +0000
  31.      * INSTALL.win32: Added --with-sdl-config-path=/usr/win32/bin.
  32. commit 92c873f061c85d46a2ed611d70fc394e9e66c5be
  33. Author: Gildas Bazin <gbazin@videolan.org>
  34. Date:   Wed Sep 21 22:08:00 2005 +0000
  35.     * modules/codec/x264.c: renamed analyse "all" mode to "slow" and added X264_ANALYSE_I8x8 to "all" mode.
  36. commit 502d0a0d5afe7530820ea33a906b7f8726ec6806
  37. Author: Christophe Mutricy <xtophe@videolan.org>
  38. Date:   Wed Sep 21 17:11:02 2005 +0000
  39.     Don't use Hal elsewhere than Linux
  40. commit a7cfd908fb371302e311b5d5267498849b3ce2db
  41. Author: Sam Hocevar <sam@videolan.org>
  42. Date:   Wed Sep 21 10:44:17 2005 +0000
  43.       * configure.ac: fixed typo that prevented --disable-gnomevfs from working.
  44. commit ec4d0343dafbf2fd5ea266a000fbad3122d762d9
  45. Author: Sam Hocevar <sam@videolan.org>
  46. Date:   Wed Sep 21 09:53:14 2005 +0000
  47.       * src/libvlc.c: cosmetic fix.
  48. commit 204fe9b562a01475d2a04c1704640748a870df61
  49. Author: Rocky Bernstein <rocky@videolan.org>
  50. Date:   Wed Sep 21 02:15:03 2005 +0000
  51.     In libcdio < 0.76
  52.     
  53.     #include <cdio/cdda.h> /* Pulls in #include <cdio/paranoia.h> */
  54.     
  55.     In libcdio >= 0.76
  56.     
  57.     #include <cdio/paranoia.h> /* Pulls in #include <cdio/cdda.h> */
  58.     
  59.     and
  60.     
  61.     #include <cdio/cdda.h>     /* These lines can be | In either order    */
  62.     #include <cdio/paranoia.h> /* in either order    | these lines can be */
  63.     
  64.     So that's what we go with. See the libcdio-devel@gnu.org mailing list
  65.     for more information on why the change in 0.76
  66. commit b638a3dbb86e07af984eaffbeaaf23d12c7210d0
  67. Author: Derk-Jan Hartman <hartman@videolan.org>
  68. Date:   Wed Sep 21 01:24:48 2005 +0000
  69.     * Autodetect the liveMedia on 10.2 special case. Note that this might break current 'sed' patch lines on existing 10.2 installs, since the correct line will be patched by those as well.
  70. commit 661e782126cbc02d0d046b7f761dc7b898303fc2
  71. Author: Eric Petit <titer@videolan.org>
  72. Date:   Tue Sep 20 22:48:30 2005 +0000
  73.      visual/effects.c: compile fix
  74. commit 4a4a0f55059c5800101c89b55395a5807baf1eca
  75. Author: Eric Petit <titer@videolan.org>
  76. Date:   Tue Sep 20 20:14:48 2005 +0000
  77.      Fixed ffmpeg BeOS cross compile on x86_64 (adapted from [12575])
  78. commit 87f2a351f02365346cfebe849e7627f4651f3cc9
  79. Author: Eric Petit <titer@videolan.org>
  80. Date:   Tue Sep 20 20:03:11 2005 +0000
  81.      speex.patch: fix build with gcc < 3
  82. commit fe33072c40dedf095c95cf64b2cdf19e03dc31f4
  83. Author: Sam Hocevar <sam@videolan.org>
  84. Date:   Tue Sep 20 17:21:42 2005 +0000
  85.       * configuer.ac: grmbl, fixed an old typo breaking the build with gcc-4.x on ppc.
  86. commit 4e1846b316b06f1b0ee98f8a868830f1e3b6b13e
  87. Author: Sam Hocevar <sam@videolan.org>
  88. Date:   Tue Sep 20 13:06:26 2005 +0000
  89.       * New Debian upload. Uses newer x264 and faad snapshots.
  90. commit d09ccf639c3ca97c7f50dede94f309bfec328cf8
  91. Author: Sam Hocevar <sam@videolan.org>
  92. Date:   Tue Sep 20 12:25:03 2005 +0000
  93.       * modules/control/http/rpn.c: don’t crash if stripslashed string ends with 
  94. commit 274346a3bff7c8585bfcf29652341d3074fb4196
  95. Author: Sam Hocevar <sam@videolan.org>
  96. Date:   Tue Sep 20 09:55:29 2005 +0000
  97.       * modules/video_chroma/i420_rgb_mmx.h: bypassed gcc-3.4's ICEs again.
  98. commit ae7273d20f50ce62af7f7a27c86103813b0cf92d
  99. Author: Sam Hocevar <sam@videolan.org>
  100. Date:   Tue Sep 20 00:11:35 2005 +0000
  101.       * modules/video_chroma/i420_rgb_mmx.h: work around a GCC 3.4.x bug.
  102.         /* Using i586-mingw32msvc-gcc 3.4.2: */
  103.         uint32_t i; __m64 mm0 = (__m64)(uint64_t)i;           /* ICE */
  104.         uint32_t i; uint64_t tmp = i; __m64 mm0 = (__m64)tmp; /* OK */
  105. commit b9730ddde01a6c1f9d0f531133292799ef5396b5
  106. Author: Sam Hocevar <sam@videolan.org>
  107. Date:   Mon Sep 19 21:49:27 2005 +0000
  108.       * debian/copyright: fixed the FSF address and updated copyright.
  109. commit 9da3197181703159274a9f63a0e5f1ecbc826801
  110. Author: Sam Hocevar <sam@videolan.org>
  111. Date:   Mon Sep 19 21:44:49 2005 +0000
  112.       * modules/video_chroma/i420_rgb_mmx.h: wrote an MMX intrinsics version of
  113.         the conversion routines. Now that we no longer use inline asm, these
  114.         modules do not generate non-PIC code with -fPIC.
  115. commit 31de010116bf0cf0ad0b370e7d5a990476f22b2c
  116. Author: Gildas Bazin <gbazin@videolan.org>
  117. Date:   Mon Sep 19 21:32:04 2005 +0000
  118.     * modules/mux/ogg.c: fixed potential buffer overflow.
  119. commit 2be34a0f51aa4cf6281ed0e1f62059cd4dea7c89
  120. Author: Gildas Bazin <gbazin@videolan.org>
  121. Date:   Mon Sep 19 21:21:17 2005 +0000
  122.     * modules/demux/real.c: avoid using null pts + removed debug message.
  123. commit d1d7614168dbc3f6a689003be66c8532b6180d01
  124. Author: Gildas Bazin <gbazin@videolan.org>
  125. Date:   Mon Sep 19 21:16:23 2005 +0000
  126.     * modules/access/rtsp: fixed problem in BlockRead().
  127. commit 6a1a3a70a9b893c4aadee3798d8ae721961bac1c
  128. Author: Gildas Bazin <gbazin@videolan.org>
  129. Date:   Mon Sep 19 20:20:07 2005 +0000
  130.     * modules/access/mms/mmstu.c: reverted broken commit.
  131. commit dcb53b6f05371d0aa60c106370d907d1914489db
  132. Author: Gildas Bazin <gbazin@videolan.org>
  133. Date:   Mon Sep 19 20:07:04 2005 +0000
  134.     * modules/codec/realaudio.c: split the audio output buffers in chunks of 1024 samples because the audio output can't deal with big chunks.
  135. commit aed061c78af835dfb7589f61d90ea9f92d673e65
  136. Author: Felix Paul Kühne <fkuehne@videolan.org>
  137. Date:   Mon Sep 19 19:45:54 2005 +0000
  138.     * fixed some other signedness-issue (thanks to Trax!)
  139. commit b7a1564c67ea89261723b4f4c824bc476b28ae30
  140. Author: Felix Paul Kühne <fkuehne@videolan.org>
  141. Date:   Mon Sep 19 18:30:36 2005 +0000
  142.     * fixed some 'comparison between signed and unsigned'-warnings
  143. commit f7d8835aca6c438ea93e7e5f01f34bd691b0633b
  144. Author: Felix Paul Kühne <fkuehne@videolan.org>
  145. Date:   Mon Sep 19 18:16:32 2005 +0000
  146.     * fixed 2 minor compilation warnings
  147. commit 2e1869c43526427a073d11e6651534362d7a794f
  148. Author: Sam Hocevar <sam@videolan.org>
  149. Date:   Mon Sep 19 16:06:04 2005 +0000
  150.       * configure.ac: more robust check for MMX intrinsics support. GCC 4.1.0
  151.         works, but gcc 4.0.x doesn’t build some constructs properly.
  152.         See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23963
  153. commit 3c49814ccedd609d9bd2eaac4fe89f805bee0529
  154. Author: Christophe Massiot <massiot@videolan.org>
  155. Date:   Mon Sep 19 12:59:58 2005 +0000
  156.      * modules/demux/ts.c: PID 8191 is padding.
  157. commit 4e12f06be9b7d9fc4238e3f96ad0bb09f37c8460
  158. Author: Christophe Massiot <massiot@videolan.org>
  159. Date:   Mon Sep 19 12:32:57 2005 +0000
  160.      * modules/mux/mpeg/ts.c: Detect older versions of libdvbpsi.
  161. commit c5c70b2583bde6e2e4f546e8a2645c5b90ec039b
  162. Author: Sam Hocevar <sam@videolan.org>
  163. Date:   Sun Sep 18 23:13:41 2005 +0000
  164.       * configure.ac: check for MMX intrinsics.
  165. commit 10e3803dc315149f2cb059e504eb20186680799a
  166. Author: Sam Hocevar <sam@videolan.org>
  167. Date:   Sun Sep 18 23:13:04 2005 +0000
  168.       * updated po/POTFILES.in.
  169. commit 771b5e8ce9958ed7fe9976a68ac9b784c8a595ef
  170. Author: Gildas Bazin <gbazin@videolan.org>
  171. Date:   Sun Sep 18 22:36:46 2005 +0000
  172.     * modules/mux/mpeg/ts.c: disabled some broken code.
  173. commit 71a79544ebbf17b75f721f2dd3048741da8ef99b
  174. Author: Sam Hocevar <sam@videolan.org>
  175. Date:   Sun Sep 18 20:14:45 2005 +0000
  176.       * modules/access/rtsp/Modules.am: removed nonexistent file from the sources.
  177. commit b79fc4ead7ff11cf6b9c1348f4c4aa9a96381c28
  178. Author: Felix Paul Kühne <fkuehne@videolan.org>
  179. Date:   Sun Sep 18 19:29:35 2005 +0000
  180.     * split up hostname and following path and insert the port after the hostname (fixes #351)
  181. commit 5fe3a4a3e7f8b76804126a370438d94cbfb98572
  182. Author: Gildas Bazin <gbazin@videolan.org>
  183. Date:   Sun Sep 18 18:44:04 2005 +0000
  184.     * configure.ac: compile the realaudio plugin with -DLOADER when --enable-loader is specified.
  185. commit c284892b9bf06acca13bcb0cd1502c509296f287
  186. Author: Gildas Bazin <gbazin@videolan.org>
  187. Date:   Sun Sep 18 17:50:43 2005 +0000
  188.     * modules/access/rtsp/rtsp.c: win32 compilation fix.
  189. commit 775fa8a1c8fc2041908e01ea7f12bc0bb0c22f6f
  190. Author: Gildas Bazin <gbazin@videolan.org>
  191. Date:   Sun Sep 18 17:35:23 2005 +0000
  192.     * modules/access/rtsp: real rtsp access module.
  193. commit 369ccbef96b6f8420d5efa847ca8c8bfe8ae01f5
  194. Author: Gildas Bazin <gbazin@videolan.org>
  195. Date:   Sun Sep 18 17:23:13 2005 +0000
  196.     * modules/codec/realaudio.c: real audio (cook) decoder using real's libraries.
  197. commit 7b9cc3cfa8c8efe987782ae7d300d9459e03c84e
  198. Author: Gildas Bazin <gbazin@videolan.org>
  199. Date:   Sun Sep 18 16:20:24 2005 +0000
  200.     * modules/demux/livedotcom.cpp: fixed small leak.
  201. commit de32e7d1659d9487328b34b64fa10df3032de942
  202. Author: Gildas Bazin <gbazin@videolan.org>
  203. Date:   Sun Sep 18 16:03:49 2005 +0000
  204.     * modules/demux/livedotcom.cpp: do not modify p_demux->psz_path.
  205. commit be3fe382c6d17eaa157d9bafd5de6731ed509721
  206. Author: Gildas Bazin <gbazin@videolan.org>
  207. Date:   Sun Sep 18 14:42:02 2005 +0000
  208.     * modules/demux/real.c: cleanup + added support for cook.
  209. commit d4b1caf1cc02ad3e5c16a88eb0adf74a142dc349
  210. Author: Sam Hocevar <sam@videolan.org>
  211. Date:   Sun Sep 18 13:18:55 2005 +0000
  212.       * UTF8ised files that get distributed with Debian.
  213. commit d6a720cb351211eb36303f18340a9889223f6f7e
  214. Author: Steve Lhomme <robux@videolan.org>
  215. Date:   Sun Sep 18 12:58:25 2005 +0000
  216.     misc possible buffer/resource misuse & tidy compilation
  217. commit 95024e063319e039b91a81bf8feec736b1bac9c4
  218. Author: Jean-Paul Saman <jpsaman@videolan.org>
  219. Date:   Sun Sep 18 10:58:25 2005 +0000
  220.     Don't access unallocated memory
  221. commit e616477b0571a172c98758b9c5e096d7a4b5dcd5
  222. Author: Jean-Paul Saman <jpsaman@videolan.org>
  223. Date:   Sun Sep 18 10:06:05 2005 +0000
  224.     Fix compiler warning about signed and unsigned comparisons
  225. commit ef8cc37104e6db0cb6d37ab9197758c89b4bb8ae
  226. Author: Jean-Paul Saman <jpsaman@videolan.org>
  227. Date:   Sun Sep 18 10:03:10 2005 +0000
  228.     Forward port of revision 12566: Ignore menu select|right|left|up|down when OSD Menu is not visible
  229. commit 266e4aa0177e922ad0819982d5ed5db9fce62f10
  230. Author: Steve Lhomme <robux@videolan.org>
  231. Date:   Sun Sep 18 09:43:23 2005 +0000
  232.     * wxwidgets: fix a memory leak (patch by Brian Robb)
  233. commit 14ad9f857eea89d1fd9b34717193cf2ce92f597c
  234. Author: Rémi Denis-Courmont <rem@videolan.org>
  235. Date:   Sat Sep 17 15:14:34 2005 +0000
  236.     Win32 compile fix
  237. commit 80b10c25872f7f2dcf515c1579114d5e0b377455
  238. Author: Rémi Denis-Courmont <rem@videolan.org>
  239. Date:   Sat Sep 17 15:00:58 2005 +0000
  240.     * print unreachable host as an error in net_OpenTCP (refs #320)
  241.     * don't print IPv6 unreachable warning when IPv4 works fine
  242.     * don't attempt SOCKS negociation when TCP connection failed
  243.     * use "%s port %d" rather than "%s:%d" because the latter is
  244.       confusing with IPv6 adresses
  245.     * removed trailing spaces
  246. commit 830c44d6e890c8873b1db87b3c581bf6d1c87856
  247. Author: Clément Stenac <zorglub@videolan.org>
  248. Date:   Sat Sep 17 14:15:32 2005 +0000
  249.     Don't crash on items with % in name (Closes:#312)
  250. commit ebe4a155c30713ca1d3b3b4a6842f1b0206ac82c
  251. Author: Clément Stenac <zorglub@videolan.org>
  252. Date:   Sat Sep 17 13:29:37 2005 +0000
  253.     Select the correct input in #display (Closes:#343)
  254.     
  255.     The module used FIND_ANYWHERE. The proposed patch solved the bug as a side-effect as you get the latest created input, which is the current one with the proposed patch (wait for init to signal thread as ready)
  256. commit 59add6328988b5c6acb83d57817b7b6864730c51
  257. Author: Clément Stenac <zorglub@videolan.org>
  258. Date:   Sat Sep 17 12:12:54 2005 +0000
  259.     Default to disabling screensaver under X (Closes:#253)
  260.     Hide screensaver interface from the prefs
  261. commit 3fba3944f2567fc1e4906271aa716c0b925b69cc
  262. Author: Benjamin Pracht <bigben@videolan.org>
  263. Date:   Fri Sep 16 21:19:43 2005 +0000
  264.     added bonjour service discovery and gnomevfs access
  265. commit bff6cc3c3ff6f6f6fe4a015f06955b6a30bffb58
  266. Author: Eric Petit <titer@videolan.org>
  267. Date:   Fri Sep 16 18:52:33 2005 +0000
  268.      contrib/src/Makefile: libvorbis now supports --host, so let's use it
  269. commit 9f7cb303821acde62bf0064ca569b2682f8025c1
  270. Author: Damien Fouilleul <damienf@videolan.org>
  271. Date:   Fri Sep 16 16:13:07 2005 +0000
  272.     dshow.cpp: make sure driver name is properly NULL terminated
  273. commit 19313bbfdececacf005acccfb1da9d02a90084b9
  274. Author: Damien Fouilleul <damienf@videolan.org>
  275. Date:   Fri Sep 16 16:10:42 2005 +0000
  276.     all: bug fixing, clean-up
  277. commit 9131dbf7aed37302ec730be4f57a75731b31849c
  278. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  279. Date:   Thu Sep 15 23:53:41 2005 +0000
  280.     Coding style fixes and added comments
  281. commit 5f4d054f17591cb2208e29f20429172facdf3bfc
  282. Author: Felix Paul Kühne <fkuehne@videolan.org>
  283. Date:   Thu Sep 15 22:11:01 2005 +0000
  284.     * added x264 and live to the linux target
  285. commit 28563cf1392a18101abb1da5c7e4241a70ce2510
  286. Author: Clément Stenac <zorglub@videolan.org>
  287. Date:   Thu Sep 15 17:42:24 2005 +0000
  288.     Sort-by-album patch by Pierre Marc Dumuid
  289. commit b879e009016c67b3d242f5d2fd6b42d8278f2987
  290. Author: Christophe Massiot <massiot@videolan.org>
  291. Date:   Thu Sep 15 16:41:26 2005 +0000
  292.      * modules/mux/mpeg/ts.c: Support for SDT and multiple PMTs, original
  293.        patch courtesy of Wallace Wadge (thanks!).
  294. commit b5a2c69e78dcc392bea1f33a465092ae5d4a050b
  295. Author: Derk-Jan Hartman <hartman@videolan.org>
  296. Date:   Thu Sep 15 15:36:36 2005 +0000
  297.     * Add FMP4 FourCC. (FFMPEG MPEG-4 encoded)
  298. commit 2cf7d632c3bbe19c69fcb3ab88d90796def6bb88
  299. Author: Jean-Paul Saman <jpsaman@videolan.org>
  300. Date:   Thu Sep 15 14:50:47 2005 +0000
  301.     Forward port of revision 12559: Fix division by zero crash
  302. commit dd48fef76925a807f9eec3334b098d19282bb044
  303. Author: Derk-Jan Hartman <hartman@videolan.org>
  304. Date:   Thu Sep 15 14:21:38 2005 +0000
  305.     * Missing object release
  306. commit 0fd33223a7445e5732fc8db2c8468233b07f8ace
  307. Author: Clément Stenac <zorglub@videolan.org>
  308. Date:   Thu Sep 15 06:17:33 2005 +0000
  309.     Hopefully "The Right Fix" patch for M3U parsing, by Daniel Straenger.
  310. commit c453158be69a0a552578e194224887a5314ce8b7
  311. Author: Clément Stenac <zorglub@videolan.org>
  312. Date:   Thu Sep 15 06:11:07 2005 +0000
  313.     Improve random behaviour - Patch by Daniel Straenger. Thanks !
  314. commit 2755833faabcdcabad35f708222f651694d430c7
  315. Author: Derk-Jan Hartman <hartman@videolan.org>
  316. Date:   Thu Sep 15 00:02:31 2005 +0000
  317.     * Fix yet another playlist corner case
  318. commit ee4da95172e777588a12c32a19a3b070534c9715
  319. Author: Christophe Massiot <massiot@videolan.org>
  320. Date:   Wed Sep 14 17:24:32 2005 +0000
  321.      * mudules/misc/network/ipv4.c: Expand output buffer size as well to avoid
  322.        send() delays.
  323. commit 1aa9ec3ae335aefceea29d2e275ea0d1ca050877
  324. Author: Christophe Massiot <massiot@videolan.org>
  325. Date:   Wed Sep 14 17:22:48 2005 +0000
  326.      * modules/access_output/udp.c: Check send() return value.
  327. commit 8d64e09b35b6f28ed5489162eccd1a574ca19fae
  328. Author: Derk-Jan Hartman <hartman@videolan.org>
  329. Date:   Wed Sep 14 15:04:37 2005 +0000
  330.     * Better fix for [12521]. Previous fix resulted in the playlist forgetting it's position if you did a play / stop / play sequence. This is the CORRECT fix.
  331. commit ec6dfcfe719f439d577bb08a3cdc47fb47a7412f
  332. Author: Derk-Jan Hartman <hartman@videolan.org>
  333. Date:   Wed Sep 14 11:56:08 2005 +0000
  334.     * remove CDDB patch that is now applied upstream in the new libcddb version that we use.
  335. commit 86837258a991760deb10acbf26bfb871dfe8fde5
  336. Author: Rémi Denis-Courmont <rem@videolan.org>
  337. Date:   Wed Sep 14 08:44:26 2005 +0000
  338.     Check -mtune even when --with-tuning is used
  339. commit 60b38f657070a3ce553abfb5eb59962943146ea9
  340. Author: Rémi Denis-Courmont <rem@videolan.org>
  341. Date:   Wed Sep 14 08:44:06 2005 +0000
  342.     Clean up
  343. commit b0e0bc12ee3d3333ce97f0d152387e3aac04209f
  344. Author: Yoann Peronneau <yoann@videolan.org>
  345. Date:   Wed Sep 14 00:43:57 2005 +0000
  346.     * modules/gui/ncurses.c: Filebrowser enhancements:
  347.       - sorting
  348.       - show/hide hidden files (with '.')
  349. commit 7a704aeaf324c3e93d80ae2a9b899d52d856b3e7
  350. Author: Derk-Jan Hartman <hartman@videolan.org>
  351. Date:   Wed Sep 14 00:36:41 2005 +0000
  352.     * Fix memleaks
  353. commit e241eb2190db1e5f470f8f210d3a96c5eca49efb
  354. Author: Christophe Massiot <massiot@videolan.org>
  355. Date:   Tue Sep 13 23:55:44 2005 +0000
  356.     Fortuuuuune.
  357. commit 65df60014bf45d6ede0e99d53d7391064e72286e
  358. Author: Christophe Massiot <massiot@videolan.org>
  359. Date:   Tue Sep 13 22:33:49 2005 +0000
  360.     Fortuuuuune.
  361. commit 0cd03567e4000d667ff030e967d8d2766692683f
  362. Author: Yoann Peronneau <yoann@videolan.org>
  363. Date:   Tue Sep 13 22:15:00 2005 +0000
  364.      * modules/gui/ncurses.c: use <space> in the filebrowser to add the selected directory to the playlist.
  365. commit 50fd08c33f968d4050b63344a1765fa70ecf71ec
  366. Author: Gildas Bazin <gbazin@videolan.org>
  367. Date:   Tue Sep 13 22:01:20 2005 +0000
  368.     * modules/packetizer/h264.c: small fix to annexe-b packetizer.
  369. commit 4f9e5a30481b8a7babaeda8dbe46eea3323f3a1d
  370. Author: Felix Paul Kühne <fkuehne@videolan.org>
  371. Date:   Tue Sep 13 17:52:09 2005 +0000
  372.     * whoops, fixed invalid path for MASH introduced in the last commit
  373. commit 33164da1a8c9f950126b071d6cb5f406ba85354b
  374. Author: Felix Paul Kühne <fkuehne@videolan.org>
  375. Date:   Tue Sep 13 17:50:27 2005 +0000
  376.     * updated libcddb to 1.2.1 from 0.9.6 (refs #292)
  377. commit 29a8ff8d07fd92ee0e2c0622c20981a9dea06b14
  378. Author: Gildas Bazin <gbazin@videolan.org>
  379. Date:   Tue Sep 13 17:48:32 2005 +0000
  380.     * modules/packetizer/h264.c: date SPS and PPS blocks built from the codec extradata.
  381. commit af355abd513b69d2cad08c02857001fd218cfc09
  382. Author: Benjamin Pracht <bigben@videolan.org>
  383. Date:   Tue Sep 13 15:10:32 2005 +0000
  384.     * Support URIs with non ascii characters
  385.     * Work around the fact reading from http never returns EOF
  386.     * Dirty hack to avoid segfault on exit if we don't open at least a valid file
  387. commit 1b3510b31552151933ce65e1bc0f4c9acc5f4f17
  388. Author: Christophe Massiot <massiot@videolan.org>
  389. Date:   Tue Sep 13 14:45:46 2005 +0000
  390.     Fortuuuune
  391. commit 33c723d672ea9faeab145914636c6dc8547d237f
  392. Author: Benjamin Pracht <bigben@videolan.org>
  393. Date:   Tue Sep 13 10:41:08 2005 +0000
  394.     Cosmetics
  395. commit f594b8ad1ab88ad9aab88fdd1c9b9c3f76d9e7fa
  396. Author: Benjamin Pracht <bigben@videolan.org>
  397. Date:   Tue Sep 13 09:44:56 2005 +0000
  398.     Handle correctly the case when no access is explicitely given.
  399. commit 1a29c8638a04c5552cef63f134e7498307bd697d
  400. Author: Benjamin Pracht <bigben@videolan.org>
  401. Date:   Tue Sep 13 09:31:40 2005 +0000
  402.     * Try the gnomevfs plugin last if we didn't find any other matching access
  403.     * Now MRLs such as ssh://user:pass@server work.
  404. commit 2caff730ba0efa0dee0069c6bafef08a364d358a
  405. Author: Christophe Mutricy <xtophe@videolan.org>
  406. Date:   Tue Sep 13 08:38:25 2005 +0000
  407.     Properties + cosmetic
  408. commit a52270a257f187b05c8faee925d27c443e616b6e
  409. Author: Benjamin Pracht <bigben@videolan.org>
  410. Date:   Mon Sep 12 23:56:43 2005 +0000
  411.     * New gnomevfs access module
  412.     * MRLS are of the form gnomevfs://ssh://user:pass@ (if anybody has something better)
  413.     * Still some issues with some accesses (smb for instance) where it seems it required to open the directory in which the file is before opening the file itself.
  414. commit bf7b7457aac2ec07ad8f82a63bddc5b4d6b404e7
  415. Author: Derk-Jan Hartman <hartman@videolan.org>
  416. Date:   Mon Sep 12 21:54:45 2005 +0000
  417.     * adding arguments to printFormat, without a format that uses them is pretty useless.
  418. commit 437b3638238ca7d73b879ef909958c2522ec9b3f
  419. Author: Derk-Jan Hartman <hartman@videolan.org>
  420. Date:   Mon Sep 12 21:41:39 2005 +0000
  421.     * Prevent the autoplay function from playing the Shoutcast url for the xmllist. The SD modules already does this by itself. (fixes #8)
  422. commit 3e9e18a2b9f4ef2fc52548878c9164d094d12e1d
  423. Author: Derk-Jan Hartman <hartman@videolan.org>
  424. Date:   Mon Sep 12 20:47:34 2005 +0000
  425.     * Fix Mac autoplay behaviour for SD playlistitems. (refs #8)
  426. commit e86193cbfe9997d35d1ec378a793eab4c24a4be3
  427. Author: Felix Paul Kühne <fkuehne@videolan.org>
  428. Date:   Mon Sep 12 19:42:53 2005 +0000
  429.     * use the current copyright scheme in the about-box; removed a useless colon introduced in the last commit
  430. commit 7c0b1bcbc804bb58cf4016015c56d704ff08be8b
  431. Author: Felix Paul Kühne <fkuehne@videolan.org>
  432. Date:   Mon Sep 12 19:11:43 2005 +0000
  433.     * added compilation information
  434. commit 9ace8a6f9fb621d2580da574a562b10410255a2d
  435. Author: Antoine Cellerier <dionoea@videolan.org>
  436. Date:   Mon Sep 12 18:49:42 2005 +0000
  437.     update system :
  438.     only take into account "stable" releases when release_type == stable
  439.     stable and testing when == testing
  440.     stable, testing and nighlty when == nightly
  441.     all when !=
  442.     (still need a way to change release_type in the intf ... i'm lazy. default
  443.     set to "testing")
  444. commit c1165dc9dcd75a19b6d10396c4a7d62fbe501d09
  445. Author: Antoine Cellerier <dionoea@videolan.org>
  446. Date:   Mon Sep 12 17:07:41 2005 +0000
  447.     fix daemon mode when HAVE_DAEMON is defined. fixes #347
  448. commit 914635d92392efdc455ebcc64644f142179e27db
  449. Author: Derk-Jan Hartman <hartman@videolan.org>
  450. Date:   Mon Sep 12 13:00:05 2005 +0000
  451.     * Remove 10.3 only properties of the volumeSlider
  452. commit 0f24d6d565ee65d2e6e3df1fdb876d7358e36c6a
  453. Author: Derk-Jan Hartman <hartman@videolan.org>
  454. Date:   Mon Sep 12 12:46:17 2005 +0000
  455.     * remove debug line
  456. commit 913067e3a8a50412c1dbeb744d82790d23af2b82
  457. Author: Derk-Jan Hartman <hartman@videolan.org>
  458. Date:   Mon Sep 12 12:36:37 2005 +0000
  459.     * Fix the issue with random always playing the first item in the playlist initially (closes #217)
  460. commit 9680e16fffe19c58957b14048ede187ae3de0bae
  461. Author: Derk-Jan Hartman <hartman@videolan.org>
  462. Date:   Mon Sep 12 12:02:58 2005 +0000
  463.     * Fixes a problem where playlist_Play was playing items that were no longer in the playlist. (Play item, playlist_Stop, remove item, add new items (enqueue), playlist_Play, and you would get the old item). This fixes it, but i think it might be a problem that actually resides deeper in the playlist core.
  464. commit 19f7be582cddd47e19701cccfc27b8ded6f49d4c
  465. Author: Derk-Jan Hartman <hartman@videolan.org>
  466. Date:   Mon Sep 12 10:36:36 2005 +0000
  467.     * Up the mms caching from 3200 ms to 5000ms. (unfortunately this is needed for a large number of streams)
  468. commit eafa0b84e5e4fa05cef9a8df719459cc3c771898
  469. Author: Steve Lhomme <robux@videolan.org>
  470. Date:   Mon Sep 12 09:56:32 2005 +0000
  471.     mkv.cpp: avoid dependency problems with older libmatroska
  472. commit 8ed802130e4e2a046c6ef39e5e01e9355982bac5
  473. Author: Benjamin Pracht <bigben@videolan.org>
  474. Date:   Sun Sep 11 21:14:17 2005 +0000
  475.     * Loop at the beginning of the playlist instead of the beginning of the current node when loop is enabled
  476.     
  477.     This should be the right fix, but testing is welcomed.
  478. commit b25a72c08ead893701e326d1c8481fa72df0db7d
  479. Author: Olivier Teulière <ipkiss@videolan.org>
  480. Date:   Sun Sep 11 20:03:18 2005 +0000
  481.      * skins2/parser/skin_parser.cpp: fixed a FIXME
  482.      * skins2/vars/playtree.cpp: removed some debug lines
  483. commit 54f650660a33ba6559e1e2e49f1999f8256be810
  484. Author: Gildas Bazin <gbazin@videolan.org>
  485. Date:   Sun Sep 11 16:57:10 2005 +0000
  486.     * modules/video_filter/scale.c: Fixed bug reported by Wallace Wadge (wwadge at gmail).
  487. commit 09d1a3ea1065ed2ad39cb616b18fe345935c5ea1
  488. Author: Steve Lhomme <robux@videolan.org>
  489. Date:   Sun Sep 11 15:35:00 2005 +0000
  490.     mkv.cpp: more memory leaks fixed
  491. commit fd323abdf73a6753c88b77fd9409e35e8084f1c5
  492. Author: Felix Paul Kühne <fkuehne@videolan.org>
  493. Date:   Sun Sep 11 12:45:41 2005 +0000
  494.     * save the prefs only shortly before the app exits (makes the utilisation of the extended-panel much faster)
  495. commit ed1959600131226cb3e9523959f7a62acaee3fa2
  496. Author: Christophe Massiot <massiot@videolan.org>
  497. Date:   Sun Sep 11 12:06:39 2005 +0000
  498.     fortuuuuune
  499. commit aa5a922fd6cf763d1d992fd5c6fbf4b13a15933b
  500. Author: Steve Lhomme <robux@videolan.org>
  501. Date:   Sun Sep 11 10:42:17 2005 +0000
  502.     mkv.cpp: fix some memory leaks
  503. commit c89097c0f996e931f3cfc033042f688c5bf33980
  504. Author: Steve Lhomme <robux@videolan.org>
  505. Date:   Sun Sep 11 09:14:21 2005 +0000
  506.     mkv.cpp: support segments with "unknown" size
  507. commit a802e8afa7ba5487c41a3ec1fd24d0e54ac7edb7
  508. Author: Steve Lhomme <robux@videolan.org>
  509. Date:   Sat Sep 10 17:08:35 2005 +0000
  510.     mkv.cpp: support playback of segments without a UID
  511. commit c7e36118fd2daa1a72287b4ea3ce566ff8548824
  512. Author: Steve Lhomme <robux@videolan.org>
  513. Date:   Sat Sep 10 15:22:51 2005 +0000
  514.     variables.c: void the buffer after the memmove to avoid reusing previous values
  515. commit aaf44538d79d2da9717040e4df3fca6e3911f004
  516. Author: Steve Lhomme <robux@videolan.org>
  517. Date:   Sat Sep 10 13:38:51 2005 +0000
  518.     * ipv4.c: make MSVC happy
  519. commit 7019a8c5e71e3fdf2d33441de5e9c8fcb91196ea
  520. Author: Benjamin Pracht <bigben@videolan.org>
  521. Date:   Sat Sep 10 09:04:32 2005 +0000
  522.     * Go back to the first item when hitting "next" on the last item. Go to the last item with "prev" on the 1st item.
  523. commit 4c8fb0de0606e49967c9d6da574e8092057f1dc7
  524. Author: Rémi Denis-Courmont <rem@videolan.org>
  525. Date:   Sat Sep 10 07:55:17 2005 +0000
  526.     Fix psz_userdir memleak
  527.     (patch contributed by Brian Robb)
  528. commit 5c8349780e66ff4baaab082de1de3d85e5c244ae
  529. Author: Gildas Bazin <gbazin@videolan.org>
  530. Date:   Fri Sep 9 22:10:57 2005 +0000
  531.     * configure.ac, src/extras/libc.c, modules/misc/network/ipv4.c: fixed the WinCE build.
  532. commit 5c0dd04bc176082a61302843720ace271b344811
  533. Author: Derk-Jan Hartman <hartman@videolan.org>
  534. Date:   Fri Sep 9 21:19:15 2005 +0000
  535.     * Option for Desktop Background mode for VLC OSX.
  536.       Does not work on the fly, because that requires recreating the window atm.
  537. commit 89dbad52ff134ba2ed0f02891b2b2082108d4a9d
  538. Author: Gildas Bazin <gbazin@videolan.org>
  539. Date:   Fri Sep 9 19:42:55 2005 +0000
  540.     * src/misc/win32_specific.c: fixed minor memory leak on win32. Patch courtesy of Brian Robb (vascy at hotmail).
  541. commit 3605f503ff076a9e3315aa27fe28a1f507424599
  542. Author: Gildas Bazin <gbazin@videolan.org>
  543. Date:   Fri Sep 9 19:38:01 2005 +0000
  544.     * modules/gui/wxwidgets/*: bug fix + msvc fixes. Patch courtesy of Brian Robb (vascy at hotmail).
  545. commit 0037b3a222401b42bd51f878e99f92b44c100719
  546. Author: Gildas Bazin <gbazin@videolan.org>
  547. Date:   Fri Sep 9 19:20:34 2005 +0000
  548.     * modules/gui/skins2/*: a couple of msvc build fixes. Patch courtesy of Brian Robb (vascy at hotmail).
  549. commit eacdb0f55527e0d19e3b03b29ce14a4509009893
  550. Author: Christophe Mutricy <xtophe@videolan.org>
  551. Date:   Fri Sep 9 17:34:32 2005 +0000
  552.     I shall compile before commiting * 100 for monday.
  553.     In fact it seems there is some missing __VLC__ in the msvc makefile. Flikky migth investigate
  554. commit 1d47f9e6be1ec95ad01ab251d44cec5c923bbfe7
  555. Author: Christophe Mutricy <xtophe@videolan.org>
  556. Date:   Fri Sep 9 16:55:37 2005 +0000
  557.     Fix a possible segfault patch by Brian Robb
  558. commit 18dc9cc4ba1a31ab14ad2b1490a017d4b64b8ae4
  559. Author: Jon Lech Johansen <jlj@videolan.org>
  560. Date:   Fri Sep 9 14:31:22 2005 +0000
  561.       * bonjour: set svn:keywords property.
  562. commit 2b29c3bdd1a8a28921323f7cf609d107d171b172
  563. Author: Jon Lech Johansen <jlj@videolan.org>
  564. Date:   Fri Sep 9 14:06:38 2005 +0000
  565.       * bonjour.c: Fixed memory leaks. Fixed IPv6 support.
  566. commit a0d5817970dc86f78140de2759385597029bea2d
  567. Author: Jon Lech Johansen <jlj@videolan.org>
  568. Date:   Fri Sep 9 02:42:40 2005 +0000
  569.       * Bonjour services discovery module using avahi.
  570. commit 29ff734c1547a97122142ddf66b6007548dbd558
  571. Author: Felix Paul Kühne <fkuehne@videolan.org>
  572. Date:   Thu Sep 8 21:00:48 2005 +0000
  573.     * fixed some intf-strings and connected a few menu-items properly
  574.     * changed wizard-shortcut to shift-cmd-w
  575.     * re-ordered the file-menu slightly
  576.     
  577.     Thanks to thedj for pointing most of that out.
  578. commit 487060fefd4efec19f7e7e6eaf861b810e7eada3
  579. Author: Benjamin Pracht <bigben@videolan.org>
  580. Date:   Thu Sep 8 18:18:54 2005 +0000
  581.     * Take the position parametter into account in playlist_NodeAddItem
  582.     * This fixes the drag'n'drop from items from the finder in OSX
  583.     * Not sure PLAYLIST_END is handled correctly in every case (don't know enough about adding modes to judge)
  584. commit 469b0d8d90ac7ed1ceaede450828a293d32d9215
  585. Author: Derk-Jan Hartman <hartman@videolan.org>
  586. Date:   Thu Sep 8 13:55:25 2005 +0000
  587.     * Fix a refcount issue in the OSD core
  588. commit c7a43817000cbd6b2394920e9160a60ade6bb4d9
  589. Author: Felix Paul Kühne <fkuehne@videolan.org>
  590. Date:   Wed Sep 7 18:11:22 2005 +0000
  591.     * converted to UTF-8
  592. commit 95a7988d4f9715267c8881cbdfa4b02f2b5bdd06
  593. Author: Felix Paul Kühne <fkuehne@videolan.org>
  594. Date:   Wed Sep 7 17:44:36 2005 +0000
  595.     * new Korean translation by Han HoJoong <0demon0@paran.com>
  596. commit acaa112886bf98bba5e1ec73363160ac390ccc7e
  597. Author: Derk-Jan Hartman <hartman@videolan.org>
  598. Date:   Wed Sep 7 14:05:44 2005 +0000
  599.      * lengh -> length
  600. commit 391a70df2cf663dddf60d856c559fff579bf8b80
  601. Author: Derk-Jan Hartman <hartman@videolan.org>
  602. Date:   Wed Sep 7 13:47:46 2005 +0000
  603.     * AVC in mkv should already be packetized.
  604.       (btw. this makes a certain sample work that didn't work when it was fed trough our h264 packetizer. before it would crash. This indicates there is an error in our h.264 packetizer)
  605. commit 54e052cc6bcb6b08420625fb2e8086b31b032cda
  606. Author: Derk-Jan Hartman <hartman@videolan.org>
  607. Date:   Tue Sep 6 22:03:45 2005 +0000
  608.     * Fix a large issue with VLC RTSP client.
  609.       We were setting play/pause and seek commands non-aggregate, while we should set them aggregate.
  610.       Fixes #340
  611. commit 2ddfebf946058c5c72bf9a278d767f8a0c35c03e
  612. Author: Antoine Cellerier <dionoea@videolan.org>
  613. Date:   Tue Sep 6 21:15:18 2005 +0000
  614.     CD/DVD detection patch by Brian Robb
  615. commit 93e6a6a64e0eac8a225ba95636707311d49fb80b
  616. Author: Christophe Massiot <massiot@videolan.org>
  617. Date:   Mon Sep 5 23:33:14 2005 +0000
  618.      * src/libvlc.c: When the user dir is not available, fall back onto the
  619.        application data directory.
  620. commit 72939ffc0b961994c3d2a48f9f2fd83afbd72068
  621. Author: Gildas Bazin <gbazin@videolan.org>
  622. Date:   Mon Sep 5 19:23:29 2005 +0000
  623.     * src/libvlc.c: on win32, redirect stdout to vlc-help.txt when printing the help.
  624. commit a89fa96809e97c526a070c073578a38b128010b6
  625. Author: Clément Stenac <zorglub@videolan.org>
  626. Date:   Mon Sep 5 09:13:52 2005 +0000
  627.     Remove a few legacy entries in config.in
  628. commit 96dd99415556465fddf28c4248b42d273cde32cd
  629. Author: Steve Lhomme <robux@videolan.org>
  630. Date:   Mon Sep 5 08:53:54 2005 +0000
  631.     * mkv.cpp: should fix the compilation error with gcc
  632. commit ab429b30404726cac5cc7fc18bb1be222177e12b
  633. Author: Olivier Teulière <ipkiss@videolan.org>
  634. Date:   Sun Sep 4 21:50:18 2005 +0000
  635.      * skins2/src/theme_repository.cpp: do not use pointers on temporary strings.
  636.        Fixes #337.
  637. commit 3a0a0ec7cb538a264f86f72732ee491c5ca9b657
  638. Author: Steve Lhomme <robux@videolan.org>
  639. Date:   Sun Sep 4 18:12:57 2005 +0000
  640.     * mkv.cpp: fix chapter sorting by timecode, apply the right PTS/DTS timecodes from the container
  641. commit 24f97b464688e5a0e4e46bdcd9603a199c367ed7
  642. Author: Christophe Massiot <massiot@videolan.org>
  643. Date:   Sun Sep 4 12:47:53 2005 +0000
  644.      * extras/contrib/src/Makefile: Really fixed the libtool target.
  645. commit b86026bb6650513f43d2ebaff9b36640875e1967
  646. Author: Christophe Massiot <massiot@videolan.org>
  647. Date:   Sun Sep 4 10:58:59 2005 +0000
  648.      * extras/contrib/src/Makefile: Really fixed the libtool target.
  649. commit d254b1034a7ad1e552334e73e810b218842d9d9b
  650. Author: Christophe Massiot <massiot@videolan.org>
  651. Date:   Sun Sep 4 09:52:54 2005 +0000
  652.      * extras/contrib/src/Makefile: Build libtool after automake.
  653. commit 6b0d4285f439b7b2bba24c8e948da63cf92f6c1a
  654. Author: Gildas Bazin <gbazin@videolan.org>
  655. Date:   Sat Sep 3 23:44:25 2005 +0000
  656.     * modules/access_filter/timeshift.c: complete rewrite. Configurable granularity so it doesn't waste as much disk space + deals with full disk by overwritting oldest data.
  657. commit 37a65fa65e9e5f16f38a964d5696efde91f479f8
  658. Author: Gildas Bazin <gbazin@videolan.org>
  659. Date:   Sat Sep 3 22:55:56 2005 +0000
  660.     * modules/gui/wxwidgets/playlist.cpp: Fixed segfault. Patch by Brian Robb (vascy at hotmail).
  661. commit cff0739e1fbf10a805b45ddaad4a90a65c68c8c8
  662. Author: Olivier Teulière <ipkiss@videolan.org>
  663. Date:   Sat Sep 3 22:25:36 2005 +0000
  664.      * skins/src/generic_layout.cpp: Fixed a typo in a comment
  665. commit f35cdf2aa8b7dbb85043b238064f0740e4b2444d
  666. Author: Steve Lhomme <robux@videolan.org>
  667. Date:   Sat Sep 3 20:56:32 2005 +0000
  668.     * fix a timecode/stuttering problem with VFW tracks
  669. commit 6e6cae5be2e7e9f5fc4c8bbb8192257270e22347
  670. Author: Olivier Teulière <ipkiss@videolan.org>
  671. Date:   Sat Sep 3 19:22:47 2005 +0000
  672.      * skins2/controls/ctrl_tree.cpp: Fixed a nasty bug. The tree playlist should
  673.        now be much more stable.
  674. commit 81b184baaf5f9dbff30029252e520c1e9b2bd005
  675. Author: Cyril Deguet <asmax@videolan.org>
  676. Date:   Sat Sep 3 17:11:23 2005 +0000
  677.     * config.in: fixed typos
  678. commit 4ff2a9a24fc18d489e6b3c1203470ba5874df25b
  679. Author: Steve Lhomme <robux@videolan.org>
  680. Date:   Sat Sep 3 15:55:52 2005 +0000
  681.     * prevent crashes when a stream is not opened correctly
  682. commit cb2ad9ec570fec13ea17a46a43518d8ef4ef84c1
  683. Author: Olivier Teulière <ipkiss@videolan.org>
  684. Date:   Sat Sep 3 15:17:57 2005 +0000
  685.      * skins2 (tree playlist):
  686.          - Fixed a selection bug in CtrlTree
  687.          - Simplified some algorithms using helper methods
  688.          - A few coding style fixes
  689. commit 4ab6e7c7c561140be4c4d995adae277e82240f4a
  690. Author: Jean-Paul Saman <jpsaman@videolan.org>
  691. Date:   Sat Sep 3 15:06:39 2005 +0000
  692.     silence random access indicator
  693. commit 8fd5f21d4d207f6c395307891a82f08b863578de
  694. Author: Steve Lhomme <robux@videolan.org>
  695. Date:   Sat Sep 3 14:49:58 2005 +0000
  696.     * fix an uninitialized buffer use
  697. commit f36ca544b93a2b643a77e98cfd6a1025605f611d
  698. Author: Gildas Bazin <gbazin@videolan.org>
  699. Date:   Sat Sep 3 13:56:53 2005 +0000
  700.     * configure.ac: allow building vlc's mozilla plugin against gecko-sdk. Patch by Diego Petteno (flameeyes at gentoo) + modifications by me.
  701. commit 76abefb34e0b1efeade5598490df1c99cc42c2c1
  702. Author: Gildas Bazin <gbazin@videolan.org>
  703. Date:   Sat Sep 3 13:27:01 2005 +0000
  704.     * modules/gui/wxwidgets/preferences.cpp: unicode build fix (bugzilla #2117). Patch by Diego Petteno (flameeyes at gentoo).
  705. commit 34a54df1c28bee8c8a20729f9ee368d16649a331
  706. Author: Benjamin Pracht <bigben@videolan.org>
  707. Date:   Sat Sep 3 12:06:57 2005 +0000
  708.     Remove some useless code
  709. commit f86df4dac49cb7e17e34e2ffb5979f40a19c8387
  710. Author: Benjamin Pracht <bigben@videolan.org>
  711. Date:   Sat Sep 3 11:24:00 2005 +0000
  712.     Fixes item ordering on drag'n'drop
  713. commit b8cad83f257ef53a5ef41fa9eff0bc15b35b8494
  714. Author: Christophe Massiot <massiot@videolan.org>
  715. Date:   Sat Sep 3 10:22:03 2005 +0000
  716.      * extras/contrib/src/Makefile: Fixed libdvdcss compilation.
  717. commit 05e523f443eeee402a892469c3fb8de8bbe2a06b
  718. Author: Gildas Bazin <gbazin@videolan.org>
  719. Date:   Sat Sep 3 09:32:17 2005 +0000
  720.     * src/control/audio_video.c: forgot this file in last commit.
  721. commit e96ffed1a05f93b3499759ac0abc92cbbd83c1f7
  722. Author: Gildas Bazin <gbazin@videolan.org>
  723. Date:   Sat Sep 3 09:16:11 2005 +0000
  724.     * include/vlc/vlc.h, include/vlc/control.h, src/control/util.c: introduced vlc_int64_t in the libvlc headers instead of using long long which isn't portable + fixed a function prototype in control.h. Thanks to Brian Robb (vascy at hotmail) for pointing out the problem.
  725. commit ebe12068a11502c84ff99893cdd331569f7d3017
  726. Author: Cyril Deguet <asmax@videolan.org>
  727. Date:   Fri Sep 2 23:47:19 2005 +0000
  728.     * httpd.c: added missing dummy functions
  729. commit e7699bc15f52611e44391f7020b9e142f7586f13
  730. Author: Benjamin Pracht <bigben@videolan.org>
  731. Date:   Fri Sep 2 18:57:11 2005 +0000
  732.     Remove some useless code
  733. commit 4ab4e13b5c9e52cf9994a6fda1f47bd8300aa785
  734. Author: Benjamin Pracht <bigben@videolan.org>
  735. Date:   Fri Sep 2 18:33:46 2005 +0000
  736.     Allow to drop an item *on* a node.
  737. commit e8ca5bab117bab89b5ba80dbe73f31b00fb1b952
  738. Author: Gildas Bazin <gbazin@videolan.org>
  739. Date:   Fri Sep 2 18:18:03 2005 +0000
  740.     * configure.ac, modules/access/smb.c: compilation fix for new libsmbclient versions. Patch by Diego Petteno (flameeyes at gentoo dot org).
  741. commit 62ca4114a551c14e5c76df7e496e17344548c95e
  742. Author: Benjamin Pracht <bigben@videolan.org>
  743. Date:   Fri Sep 2 18:00:41 2005 +0000
  744.     Some small cleaning
  745. commit f302d243d74eebff2ed59d05001ddf1c922c7052
  746. Author: Christophe Massiot <massiot@videolan.org>
  747. Date:   Fri Sep 2 17:11:23 2005 +0000
  748.      * modules/control/http/http.c: Added a small hack, when multiple http
  749.        control interfaces are specified, to automatically increment the port.
  750. commit 12d99c68b13036c763870e717c3002966c034ed9
  751. Author: Christophe Massiot <massiot@videolan.org>
  752. Date:   Fri Sep 2 17:10:06 2005 +0000
  753.      * src/misc/httpd.c: Fixed HTTPd closing when several HTTPd instances are
  754.        running.
  755. commit 953697e92f2daeedfb09a1bc511a5eecff47612b
  756. Author: Christophe Massiot <massiot@videolan.org>
  757. Date:   Fri Sep 2 16:01:23 2005 +0000
  758.      * modules/codec/fake.c: Added missing ToLocale().
  759. commit cfac4eb558ff8f739b30359e7427188a29eda25e
  760. Author: Christophe Massiot <massiot@videolan.org>
  761. Date:   Fri Sep 2 15:16:08 2005 +0000
  762.      * extras/contrib: Fixed theora and x264-svn compilation.
  763. commit 09ed6d819e56ab8405d47eba7b1fcfe8c0778899
  764. Author: Benjamin Pracht <bigben@videolan.org>
  765. Date:   Fri Sep 2 14:00:20 2005 +0000
  766.     * Don't try to release NULL
  767.     * Fixes the "vlc would crash when hitting play" bug
  768. commit 731c3c844c4333fdd0377e0ae4624fd73bda6a6b
  769. Author: Christophe Massiot <massiot@videolan.org>
  770. Date:   Thu Sep 1 17:41:01 2005 +0000
  771.      * INSTALL.win32: Added SDL.
  772. commit 76355751b46fd4bb2dc33b18a36c359d646cb148
  773. Author: Christophe Massiot <massiot@videolan.org>
  774. Date:   Thu Sep 1 15:05:26 2005 +0000
  775.      * modules/control/http/http.c: Fixed PATH environment variable, and
  776.        under Win32 set SYSTEMROOT variable.
  777. commit 6cff921ab42c857d33faeb5e313f0986eef08b3b
  778. Author: Christophe Massiot <massiot@videolan.org>
  779. Date:   Thu Sep 1 13:02:38 2005 +0000
  780.      * modules/control/http/http.c: Added a SERVER_PATH environment variable
  781.        for CGIs.
  782. commit ef1cc5c160647fb5534588e1b77f659d8f6a86a1
  783. Author: Christophe Massiot <massiot@videolan.org>
  784. Date:   Thu Sep 1 13:02:11 2005 +0000
  785.      * extras/contrib/src/Makefile: Fixed opendaap installation.
  786. commit f130146e9d853c643b8b7dcb0bb64d4efb22eedd
  787. Author: Christophe Massiot <massiot@videolan.org>
  788. Date:   Wed Aug 31 22:41:58 2005 +0000
  789.      * extras/contrib/src/Makefile: Added missing $(INSTALL_NAME) for opendaap.
  790. commit ba00fa31bc6e3d8cbe6ae77a9a1850a3adfa3db4
  791. Author: Gildas Bazin <gbazin@videolan.org>
  792. Date:   Wed Aug 31 21:19:54 2005 +0000
  793.     * modules/gui/wxwidgets/streamout.cpp: stream output dialog re-arrangement patch by CUTMAN ~CW~ (cutmancw at hotmail) + changes by me to remove the SLP announce options.
  794. commit f8c5996f0ef27ac276f92e1a78bfdee97a884365
  795. Author: Gildas Bazin <gbazin@videolan.org>
  796. Date:   Wed Aug 31 20:37:23 2005 +0000
  797.     * modules/stream_out/transcode.c, src/input/decoder.c, src/input/control.c: fixed a bunch of memory leaks. Patch courtesy of Wallace Wadge (wwadge at gmail) + modifications by me.
  798. commit 9da70ef6b0967720f993d91c87e222b5e2f37927
  799. Author: Christophe Massiot <massiot@videolan.org>
  800. Date:   Wed Aug 31 19:09:50 2005 +0000
  801.      * ALL: Do no longer assume a default DVD drive. If no DVD drive is
  802.        specified (an empty string), forward the empty string to libdvdcss
  803.        and let it do autodetection.
  804.      * extras/contrib/src/Patches: Patched libdvdread to accept an empty
  805.        string as a device path.
  806. commit 167bb4dc81899309adf361d5e9d172b77f86242f
  807. Author: Derk-Jan Hartman <hartman@videolan.org>
  808. Date:   Wed Aug 31 19:00:21 2005 +0000
  809.     * NSC demuxer and decoder based on jlj's nscdec: http://nanocrew.net/?p=128
  810.       Be AWARE that this currently doesn't do anything. It just reads the file and prints the values to debug. I'll see if I can get a stream running tomorrow.
  811. commit 83bbb06def0754d96b6c31a3b7d232776729581c
  812. Author: Christophe Massiot <massiot@videolan.org>
  813. Date:   Tue Aug 30 17:06:25 2005 +0000
  814.      * modules/access/dvdnav.c: When no path is specified, use libdvdcss
  815.        autodetection.
  816. commit 8851451af792df0f2a1f54bdff57c951dedb5526
  817. Author: Derk-Jan Hartman <hartman@videolan.org>
  818. Date:   Tue Aug 30 15:26:25 2005 +0000
  819.     * When we read the IPv6 address from the SDP, it is not bracketed (unless the SDP is broken). If not []'ed then add them before we create out playlist entry.
  820. commit 6fb62dd1f45f39eb23fc9730c914f8f1b50f104f
  821. Author: Christophe Massiot <massiot@videolan.org>
  822. Date:   Tue Aug 30 12:01:26 2005 +0000
  823.      * modules/control/http/http.c: Fixed argv[1] in CGI mode.
  824. commit ae029eca9ce947104de2d85299e16a108aa83a76
  825. Author: Christophe Massiot <massiot@videolan.org>
  826. Date:   Tue Aug 30 11:59:24 2005 +0000
  827.      * src/extras/libc.c:vlc_execve() : Do not open a new window under Win32.
  828. commit 195e32376d6f63f0097bfd54a1500a62db3ff4ad
  829. Author: Christophe Massiot <massiot@videolan.org>
  830. Date:   Tue Aug 30 09:54:52 2005 +0000
  831.      * extras/contrib/src/Makefile: Fixed libogg dependancies.
  832. commit 146cc35a491581fe29fb3976ffd70c95db490124
  833. Author: Derk-Jan Hartman <hartman@videolan.org>
  834. Date:   Mon Aug 29 20:10:59 2005 +0000
  835.     * loadNibNamed:withOwner calls awakeFromNib on owner. Therefore opening panels resulted in reinitializing some of VLCMain's stuff. This included evalutation of p_intf->b_play, which triggered an unintended call to playlist_Play().
  836.       this fixes #323
  837. commit 4754d7cc3735a14f65db3f78f334ab62f2f3d973
  838. Author: Derk-Jan Hartman <hartman@videolan.org>
  839. Date:   Mon Aug 29 19:04:05 2005 +0000
  840.     * Add the hdv2 fourcc which is simply HD MPEG2
  841.       See: http://forum.videolan.org/viewtopic.php?t=11842
  842. commit 78270dd35467a3900c606ba4771356d7f2d366d0
  843. Author: Christophe Massiot <massiot@videolan.org>
  844. Date:   Mon Aug 29 16:34:32 2005 +0000
  845.      * ALL: New p_vlc->psz_userdir. This is different from psz_homedir in
  846.        that under Win32 psz_homedir points to Application Data directory
  847.        whereas psz_homedir points to the user's directory.
  848.      * modules/control/http/util.c: When the target charset isn't UTF-8,
  849.        manually convert Unicode quotes to ASCII quotes (yes this is ugly
  850.        but libiconv doesn't handle it).
  851. commit 647629301346a2fe256aabef7983abe782ad363e
  852. Author: Christophe Massiot <massiot@videolan.org>
  853. Date:   Mon Aug 29 16:30:38 2005 +0000
  854.      * src/extras/libc.c: Implemented vlc_execve() for the Win32 platform.
  855.      * modules/control/http/http.c: Enabled --http-handlers under Win32.
  856.        Beware to espace backslashes as in --http-handlers="php=C:\php\php.exe".
  857. commit dcaf452a55c6822608a098f68b841413ad5ac0af
  858. Author: Gildas Bazin <gbazin@videolan.org>
  859. Date:   Mon Aug 29 16:27:53 2005 +0000
  860.     * modules/demux/livedotcom.cpp: fixed segfaults.
  861. commit ba1d10cd0d4f0cb9412f146c04be8f12958dc343
  862. Author: Christophe Massiot <massiot@videolan.org>
  863. Date:   Mon Aug 29 16:27:30 2005 +0000
  864.      * modules/control/http/mvar.c: Under Windows do not call stat() on
  865.        drive letters because it seems to cause problems with removable devices.
  866. commit 8b0186b31a42a6ef303627289f569b98431ed548
  867. Author: Christophe Massiot <massiot@videolan.org>
  868. Date:   Mon Aug 29 16:25:01 2005 +0000
  869.      * modules/gui/wxwidgets/interface.cpp: Missing FromLocale() for the drag'n
  870.        drop code.
  871. commit 1867b6f177fa400e815f72359b0fe38e637da4a0
  872. Author: Steve Lhomme <robux@videolan.org>
  873. Date:   Mon Aug 29 12:12:40 2005 +0000
  874.     * new paramaters added to the MSVC build
  875. commit c4a26cdfd3f65f767076e1f13d60db27db4569a5
  876. Author: Sam Hocevar <sam@videolan.org>
  877. Date:   Mon Aug 29 08:48:27 2005 +0000
  878.       * fixed breakage of MSVC files in commit 12161.
  879. commit 1daa0f66e71edbfc2dc894318a526aa96c211d85
  880. Author: Steve Lhomme <robux@videolan.org>
  881. Date:   Mon Aug 29 08:39:02 2005 +0000
  882.     Force the EOL to the native Windows one
  883. commit c0331bd07dc5f9b1ae1e238b4113b42b417339bd
  884. Author: Derk-Jan Hartman <hartman@videolan.org>
  885. Date:   Sun Aug 28 21:50:32 2005 +0000
  886.     * Fix the case of duration == -1 in M3U playlists. closes #331
  887. commit 9481a1df235ab1c73f1ffb3f7d940d4034ec83b8
  888. Author: Derk-Jan Hartman <hartman@videolan.org>
  889. Date:   Sun Aug 28 20:57:48 2005 +0000
  890.     * Define a couple of dummy 4cc's for vorbis in avi streams (vor1,vo1+,vor2,vo2+,vor3,vo3+).
  891.       We cannot handle these formats but at least we will be able to recognize bugreports from this now. refs #224
  892.       B.T.W. the ticket DOES contain some info on these formats. Someone who know ogg/vorbis can probably implement support for this with this information.
  893. commit ad758891beab0f53b8610d611f61f3cc7e0028fb
  894. Author: Derk-Jan Hartman <hartman@videolan.org>
  895. Date:   Sun Aug 28 20:38:07 2005 +0000
  896.     * Add glib, libIDL and gecko-sdk to OSX contrib. Now we just need a way to find how to let configure.ac recognize it.
  897. commit 92500e14ee47417e317d3f361d6868d1f1d0dd2e
  898. Author: Derk-Jan Hartman <hartman@videolan.org>
  899. Date:   Sun Aug 28 20:08:26 2005 +0000
  900.     * Add some NEWS
  901. commit 85e60cbc0a2bc17ebdf57b7f7c7bd1cec76df1ca
  902. Author: Derk-Jan Hartman <hartman@videolan.org>
  903. Date:   Sun Aug 28 19:22:36 2005 +0000
  904.     * Add the shout (services discovery) module again
  905. commit 3e6a1d0bdce4329404f5c0d76feafa3334d2efd9
  906. Author: Derk-Jan Hartman <hartman@videolan.org>
  907. Date:   Sun Aug 28 18:59:53 2005 +0000
  908.     * Update some comments
  909. commit 10a77ad57cc66088d2efca61a551dc303cc9b9e9
  910. Author: Clément Stenac <zorglub@videolan.org>
  911. Date:   Sun Aug 28 10:52:00 2005 +0000
  912.     * Export unselect.png
  913.     * Fix paths when installed in Debian package
  914. commit 4ebfb0072ccae5ff6ef6cc6a92df2cc083dbf88e
  915. Author: Rémi Denis-Courmont <rem@videolan.org>
  916. Date:   Sun Aug 28 10:34:24 2005 +0000
  917.     Fix typo
  918. commit a92603f2093140f93c34f301a22eb5763abc4232
  919. Author: Jean-Paul Saman <jpsaman@videolan.org>
  920. Date:   Sat Aug 27 16:40:23 2005 +0000
  921.     Merged OSD functionality on the same core functions. All OSD functionality is described in include/vlc_osd.h now, which entirely replace include/osd.h. The file src/video_output/video_widgets.c uses functionality from src/osd/osd_widgets.c now.
  922. commit 89ae1690f9c9bcc71d45c30da3938ece83dd1e5a
  923. Author: Jean-Paul Saman <jpsaman@videolan.org>
  924. Date:   Sat Aug 27 13:51:53 2005 +0000
  925.     cosmetics
  926. commit 676990db0c6938beb1b4891658381ae7df4a2c26
  927. Author: Christophe Massiot <massiot@videolan.org>
  928. Date:   Sat Aug 27 13:38:26 2005 +0000
  929.      * toolbox: Removed a bash-ism.
  930. commit d8a8f2de21d3200e3dfe3deabb7763ee7ffd776a
  931. Author: Christophe Massiot <massiot@videolan.org>
  932. Date:   Fri Aug 26 19:05:04 2005 +0000
  933.      * src/extras/libc.c: Fixed Win32 compilation.
  934.      * modules/control/http/http.c: Fixed a memory leak with the CGI environment.
  935. commit fe927c0f058f3f9b27a48524ff9471ae1082f1bc
  936. Author: Christophe Massiot <massiot@videolan.org>
  937. Date:   Fri Aug 26 18:15:21 2005 +0000
  938.      * src/extras/libc.c: Implemented a wrapper around fork() and execve()
  939.        to spawn an external process and get its output. Only implemented for
  940.        UNIX-style systems at present.
  941.      * src/misc/httpd.c: New "handler" node type which bypasses the internal
  942.        HTTPD behaviour.
  943.      * modules/control/http: New --http-handlers option to dedicate
  944.        particular extensions to external programs (PHP or Perl for instance).
  945.        This is in accordance with the CGI/1.1 specification.
  946. commit 375abfbdd16fa92a9a23f94a87d1b6ce0ca48c25
  947. Author: Derk-Jan Hartman <hartman@videolan.org>
  948. Date:   Fri Aug 26 17:01:48 2005 +0000
  949.     * added --sout-shout-name to set a stream name
  950.     * added --sout-shout-description to set a channel description
  951.     * added --sout-shout-mp3 to allow you to upload mp3 streams instead of ogg. (BEWARE, no autodetection)
  952.     * fixed the free of a string
  953.     * some general coding style cleanup
  954. commit 7c896d67cfe224d0d0fa21b52d02e167be0f9607
  955. Author: Derk-Jan Hartman <hartman@videolan.org>
  956. Date:   Fri Aug 26 14:02:46 2005 +0000
  957.     * Fix liveMedia
  958. commit 451926c4f115733bd15c9f9933a8b92aa79add44
  959. Author: Derk-Jan Hartman <hartman@videolan.org>
  960. Date:   Fri Aug 26 12:55:36 2005 +0000
  961.     * The same getopt problem that theora has, exists in speex as well.
  962. commit 2b6826a13d9179d4d30e05efc75692b9ffa29516
  963. Author: Clément Stenac <zorglub@videolan.org>
  964. Date:   Thu Aug 25 19:57:12 2005 +0000
  965.     Add new spectrum analyzer effect, patch from zcot.
  966.     Remove the "random" effect
  967. commit 246584f554dbd84ef00a88ddb4bc6a824cb20f95
  968. Author: Derk-Jan Hartman <hartman@videolan.org>
  969. Date:   Thu Aug 25 19:10:21 2005 +0000
  970.     * libtheora examples don't compile on 10.2 Remove from Makefiles. This issue is now fixed upstream thanks to rillian from #theora
  971. commit c7c8cba50ddbcb8e99473c4237f2386eb8453a79
  972. Author: Christophe Mutricy <xtophe@videolan.org>
  973. Date:   Thu Aug 25 18:35:09 2005 +0000
  974.     Compile fix tentative
  975. commit 7a09e13649a8d042c764d441dd69a1e5ec5afe32
  976. Author: Christophe Mutricy <xtophe@videolan.org>
  977. Date:   Thu Aug 25 17:39:21 2005 +0000
  978.     Add the compile information
  979. commit c7333f4abac8c1b7f4d7ca9a90b801325a153b76
  980. Author: Felix Paul Kühne <fkuehne@videolan.org>
  981. Date:   Thu Aug 25 17:39:17 2005 +0000
  982.     * link the headline to the http-intf-main-page instead of videolan.org
  983.     * don't print a space in front of a colon, since this is a French style only
  984. commit 87b8b357d3964e10d32b134458ad01d1f7b47756
  985. Author: Derk-Jan Hartman <hartman@videolan.org>
  986. Date:   Thu Aug 25 17:28:04 2005 +0000
  987.     * disable all theora test programs. they use getopt which is not present in default OSX 10.2
  988. commit 93f4d04f2e5234f7e3afa111a876808d386cab76
  989. Author: Christophe Mutricy <xtophe@videolan.org>
  990. Date:   Thu Aug 25 16:59:42 2005 +0000
  991.     Grrr, i should have checked previous commit
  992. commit 1c291a62d72b12f9aa6ddd299923715a6fb64943
  993. Author: Christophe Mutricy <xtophe@videolan.org>
  994. Date:   Thu Aug 25 16:57:01 2005 +0000
  995.     Typo
  996. commit 6bcf1f054e8d61c944b3bf5a38fb18cdc5928214
  997. Author: Derk-Jan Hartman <hartman@videolan.org>
  998. Date:   Thu Aug 25 16:46:52 2005 +0000
  999.     * patch ogg because it's broken (userdefined defines in public headers are WAY evil)
  1000. commit cec58e42e92227d143434748f3ce9c0d08e0704b
  1001. Author: Christophe Massiot <massiot@videolan.org>
  1002. Date:   Thu Aug 25 16:42:36 2005 +0000
  1003.      * extras/contrib/src/Makefile: Do not try and compile theora SDL test
  1004.        programs.
  1005. commit 1f1820bcc4bcc6ec9edcb430fa88cea9f18faf31
  1006. Author: Christophe Massiot <massiot@videolan.org>
  1007. Date:   Thu Aug 25 16:36:39 2005 +0000
  1008.      * modules/gui/wxwidgets: Fix charset when getting file names from the
  1009.        filesystem.
  1010. commit 3740e6a3b182cb536ab415a18a38d4c6670365ec
  1011. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1012. Date:   Thu Aug 25 16:33:08 2005 +0000
  1013.     Fix build breakage of revision12392
  1014. commit 719db51ce408331366a835a5245da84d07632d72
  1015. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1016. Date:   Thu Aug 25 15:02:30 2005 +0000
  1017.     Removing osd_widgets.c.
  1018. commit a2768debbb463053262b2d99f9203ebbe6df4b90
  1019. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1020. Date:   Thu Aug 25 14:58:27 2005 +0000
  1021.     Removal of dead code
  1022. commit c3358bd51daddff093fbd0c08b86ba34b5f736d8
  1023. Author: Derk-Jan Hartman <hartman@videolan.org>
  1024. Date:   Thu Aug 25 14:09:50 2005 +0000
  1025.     * vorbis comments can be mixed case. strstr -> strcasestr
  1026. commit c4efd0241cb39e26f46bbe9303547a4aac51dbaa
  1027. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1028. Date:   Thu Aug 25 09:48:33 2005 +0000
  1029.     Reverting to revision 12383 to 12340. This make wxwidgets 2.6.1 work but breaks older versions.
  1030. commit 98b9533c7d2c3b9ef89d4130265b268dd069a2c3
  1031. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1032. Date:   Thu Aug 25 08:47:56 2005 +0000
  1033.     Removing old familiar images, these are exactly the same images as the one prefixed with pda-.
  1034. commit 14e0e6b8563455877f713ba039ca44e03f7beef7
  1035. Author: Eric Petit <titer@videolan.org>
  1036. Date:   Wed Aug 24 22:27:28 2005 +0000
  1037.      vlc_keys.h: fixed ACTIONID_JUMP_BACKWARD_1MIN
  1038. commit e7c220f4b72efdb7fd0183bfcd7a0d53696ac330
  1039. Author: Derk-Jan Hartman <hartman@videolan.org>
  1040. Date:   Wed Aug 24 20:56:14 2005 +0000
  1041.     * Updated speex to 1.1.10
  1042.     * Updated theora to alpha5
  1043.     * Added libshout
  1044. commit bf18873ee05029293177d6706bbae5cada040d21
  1045. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1046. Date:   Wed Aug 24 20:01:33 2005 +0000
  1047.     * build libx264 from svn, if available. Since we need to patch it slightly different, I added a separate patch-file.
  1048. commit 3ec75772d726c2ecea882aafcda431c5ed601efa
  1049. Author: Gildas Bazin <gbazin@videolan.org>
  1050. Date:   Wed Aug 24 19:49:47 2005 +0000
  1051.     * include/network.h: fixed compilation with c++ files.
  1052. commit 0d0817370cd562ebd13f4393582062227bf96165
  1053. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1054. Date:   Wed Aug 24 19:02:59 2005 +0000
  1055.     Properly update the right ToolTip on the volumebar.
  1056. commit da305a57546f001c568d2dcf6a784a4b3c825d9c
  1057. Author: Christophe Massiot <massiot@videolan.org>
  1058. Date:   Wed Aug 24 18:01:18 2005 +0000
  1059.      * modules/codec/fake.c: Fixed compilation.
  1060. commit a78a66378fcabf77ac460d2965de6e5f7193caf5
  1061. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1062. Date:   Wed Aug 24 17:52:41 2005 +0000
  1063.     Shorten the short description of --osdmenu-update
  1064. commit e1a57894c92fef5b2d5f4594d2cc6f50d2fa9978
  1065. Author: Christophe Massiot <massiot@videolan.org>
  1066. Date:   Wed Aug 24 17:33:57 2005 +0000
  1067.      * modules/codec/fake.c: Fixed a segfault when outputting images locally.
  1068. commit a84ef6275c4716f91d688615aa0566bf976ac824
  1069. Author: Sam Hocevar <sam@videolan.org>
  1070. Date:   Wed Aug 24 16:21:49 2005 +0000
  1071.       * configure.ac: fixed thinko in the AltiVec detection with gcc 3.x.
  1072. commit 7c0f0b05dfb54817a9135e6c8b66ebbde56f865b
  1073. Author: Christophe Massiot <massiot@videolan.org>
  1074. Date:   Wed Aug 24 14:42:15 2005 +0000
  1075.      * modules/access/udp.c: Disabled ts forcing on streamtype 33 because it
  1076.        is autodetected (refs http://forum.videolan.org/viewtopic.php?t=10257).
  1077. commit 88e95e3e7765bda3324465c212463226e409f04c
  1078. Author: Derk-Jan Hartman <hartman@videolan.org>
  1079. Date:   Wed Aug 24 14:19:48 2005 +0000
  1080.     * sync up the outgoing shoutcast stream.
  1081. commit a1bf6fa11ca929bb1091dd6b921c640a7390cfe9
  1082. Author: Derk-Jan Hartman <hartman@videolan.org>
  1083. Date:   Wed Aug 24 13:30:27 2005 +0000
  1084.     * Fix access_output_shout and add RTSP to the description of live.com module. (so ppl know what it's for)
  1085. commit 0a6c2f1b4a8b682066cb8de1bb95f2f90a69e7db
  1086. Author: Christophe Massiot <massiot@videolan.org>
  1087. Date:   Wed Aug 24 10:16:03 2005 +0000
  1088.      * configure.ac: Fixed libavformat detection.
  1089. commit cbf66b4e104e67a5993f10ca5c2e5b4634dacf82
  1090. Author: Eric Petit <titer@videolan.org>
  1091. Date:   Wed Aug 24 00:52:56 2005 +0000
  1092.     libiconv.patch: BeOS compile fix
  1093. commit e0c0ea96c7c50a8aec4b46533228b2ea1f0a63ba
  1094. Author: Sam Hocevar <sam@videolan.org>
  1095. Date:   Tue Aug 23 22:57:07 2005 +0000
  1096.       * configure.ac: reworked the AltiVec checks.
  1097. commit fab0ba869ea565514caf7fb05ab80d90ec38cec2
  1098. Author: Sam Hocevar <sam@videolan.org>
  1099. Date:   Tue Aug 23 20:50:56 2005 +0000
  1100.       * modules/access_output/shout.c: Shoutcast output support, courtesy of
  1101.         Daniel Fischer <dan at subsignal dot org>.
  1102. commit 5ec5f6197139b4bccc876f56f7a3311d763f8e4e
  1103. Author: Sam Hocevar <sam@videolan.org>
  1104. Date:   Tue Aug 23 18:23:20 2005 +0000
  1105.       * modules/video_chroma/i420_yuy2.c: only include <altivec.h> when building
  1106.         the AltiVec version of this module.
  1107. commit f469bdd17673ffd900a1db6205c4a4a7b6c08adf
  1108. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1109. Date:   Tue Aug 23 18:03:28 2005 +0000
  1110.     Reworked revision 12361. Added a new option --osdmenu-update <n> in ms [range is 0:1000 ms] that regulates how often the OSD menu subpicture is updated. This is especially important when streaming using UDP in a noisy networking environment.
  1111. commit 60de5f83e6e4697709e867669a63e7e8abbcef5c
  1112. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1113. Date:   Tue Aug 23 17:59:49 2005 +0000
  1114.     Fix segmentation fault
  1115. commit 4cc6e59a9bb32dddf15691b1a8398a5c94a44cc2
  1116. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1117. Date:   Tue Aug 23 17:58:55 2005 +0000
  1118.     sanity checking
  1119. commit 882aa5444c86f680778b5ede337e342b7c8ee1d9
  1120. Author: Sam Hocevar <sam@videolan.org>
  1121. Date:   Tue Aug 23 17:57:08 2005 +0000
  1122.       * configure.ac: on OS X ppc, prefer -maltivec to -faltivec if possible.
  1123. commit f4994b21c1fdb65ef93961cdc587cae7eea6f14d
  1124. Author: Christophe Mutricy <xtophe@videolan.org>
  1125. Date:   Tue Aug 23 16:30:28 2005 +0000
  1126.     configure.ac: Add a --without-contrib option
  1127. commit d52c3075a18c2de46eb92198454d16d2e7821050
  1128. Author: Sam Hocevar <sam@videolan.org>
  1129. Date:   Tue Aug 23 15:29:18 2005 +0000
  1130.       * Synchronised Debian build files with 0.8.4-svn20050823-1 upload.
  1131. commit ee060894164d0b465748f0fe38afc23f0abeebf1
  1132. Author: Sam Hocevar <sam@videolan.org>
  1133. Date:   Tue Aug 23 15:25:00 2005 +0000
  1134.       * Added missing svn:ignore properties.
  1135. commit cd938f67855d12a1d3ae605ce6ea837eda864416
  1136. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1137. Date:   Tue Aug 23 15:03:22 2005 +0000
  1138.     * updated questions 11 (the setting is at a different location now) and 12 (the setting is hidden by default)
  1139. commit 74764fb415c49ea93dcb9b02caa6b45247fa2978
  1140. Author: Christophe Massiot <massiot@videolan.org>
  1141. Date:   Tue Aug 23 14:24:35 2005 +0000
  1142.      * toolbox: Removed compilation information from version.c to reduce the
  1143.        compilation time.
  1144.      * configure.ac: Compilation information are now determined at
  1145.        configure-time. Fixed libSDL_image static linking.
  1146.      * src/libvlc.c: Removed VLC_CompileTime() since this is not possible
  1147.        without increasing the compilation time.
  1148. commit f60342e3528964c12c2afeca60e5380768d3e3e1
  1149. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1150. Date:   Tue Aug 23 12:27:59 2005 +0000
  1151.     Forward port of revision 12360.
  1152. commit 37dfc7725193deefaa6afbda04960f71a3791218
  1153. Author: Christophe Massiot <massiot@videolan.org>
  1154. Date:   Tue Aug 23 10:07:06 2005 +0000
  1155.      * extras/contrib/src/Makefile: Fixed installation of ffmpeg. Added libtiff
  1156.        in libSDL_image.
  1157. commit 4465634c4b798249ba07a7850e4c9d9b1392812a
  1158. Author: Sam Hocevar <sam@videolan.org>
  1159. Date:   Tue Aug 23 09:44:45 2005 +0000
  1160.       * configure.ac: on Linux PPC and gcc 4.x, we need to check for the -maltivec
  1161.         flag before trying to use <altivec.h>.
  1162. commit 19b118609b6dc8fb58aa79eede52127d4155cb53
  1163. Author: Gildas Bazin <gbazin@videolan.org>
  1164. Date:   Mon Aug 22 21:31:51 2005 +0000
  1165.     * src/misc/net.c: fixed segfault.
  1166. commit e179dadad0b9dad116aa1c000a77aefd1e5e22d6
  1167. Author: Gildas Bazin <gbazin@videolan.org>
  1168. Date:   Mon Aug 22 20:24:20 2005 +0000
  1169.     * src/input/es_out.c: when removing an active track, re-run the track selection algo.
  1170. commit 630e3b7ad8edfd92e263ccaf13c14e3a6e50ab74
  1171. Author: Gildas Bazin <gbazin@videolan.org>
  1172. Date:   Mon Aug 22 19:30:52 2005 +0000
  1173.     * modules/codec/dvbsub.c: fixed segfault.
  1174. commit a3b1e1a8f97f81dcbf67e2e328054bb9f2d07a4b
  1175. Author: Rémi Denis-Courmont <rem@videolan.org>
  1176. Date:   Mon Aug 22 19:00:19 2005 +0000
  1177.     Work-around automake being a bit too clever
  1178. commit c7680f1ae02a833199f47a8780dd51d268d791e6
  1179. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1180. Date:   Mon Aug 22 18:51:23 2005 +0000
  1181.     * use latest ffmpeg-cvs again (gibalou fixed our module some weeks ago)
  1182. commit 736c8e04497f2f787144885452501a5adb644c00
  1183. Author: Sam Hocevar <sam@videolan.org>
  1184. Date:   Mon Aug 22 18:37:43 2005 +0000
  1185.       * modules/control/hotkeys.c: replaced pow(2,x) constructs with (1<<x). (P.S.: mouahahaha)
  1186. commit c7880afaa6f1fefd976d2fe4163fe135fee32135
  1187. Author: Christophe Massiot <massiot@videolan.org>
  1188. Date:   Mon Aug 22 18:22:55 2005 +0000
  1189.      * src/extras/libc.c: Compilation fix for non-Win32 platforms.
  1190. commit de1cb2a148c0f46e087573c8a39c18c8823f57d6
  1191. Author: Gildas Bazin <gbazin@videolan.org>
  1192. Date:   Mon Aug 22 18:12:50 2005 +0000
  1193.     * modules/codec/dvbsub.c: fixed recent breakage of subtitles positionning.
  1194. commit d80b925e29ff6ccd2ac4ac9fb9260de34918ffdb
  1195. Author: Christophe Massiot <massiot@videolan.org>
  1196. Date:   Mon Aug 22 17:58:20 2005 +0000
  1197.      * src/extras/libc.c: Implemented a vlc_readdir_wrapper under Win32. This
  1198.        allows to call vlc_readdir_wrapper("\") and get a list of Windows drives.
  1199.        This is a bit kludgy but so convenient to change drives under Windows.
  1200.      * modules/control/http: Adapted to use vlc_readdir_wrapper in foreach
  1201.        directory. Thou shalt escape all exported functions with E_() to avoid
  1202.        potential namespace collisions !
  1203.      * po: Re-run make update-po since POTFILES.in has changed.
  1204. commit de8754326da4a14aed19fed40a4e54f92a1e98a5
  1205. Author: Sam Hocevar <sam@videolan.org>
  1206. Date:   Mon Aug 22 17:44:19 2005 +0000
  1207.       * modules/control/http/Modules.am: added missing headers to the SOURCES
  1208.         variable.
  1209. commit 0c98a53b5802f205b4fec2e7c5e2296390c04349
  1210. Author: Sam Hocevar <sam@videolan.org>
  1211. Date:   Mon Aug 22 17:42:53 2005 +0000
  1212.       * Fixed the build dependencies.
  1213. commit 29961faf418c6954002fe6e3abc95a0de30440c5
  1214. Author: Christophe Massiot <massiot@videolan.org>
  1215. Date:   Mon Aug 22 14:22:41 2005 +0000
  1216.      * Modules.am: (Hopefully) fixed make update-po.
  1217. commit ce56b917fe8250aa1834481e87e03f9ecf546197
  1218. Author: Derk-Jan Hartman <hartman@videolan.org>
  1219. Date:   Mon Aug 22 14:22:05 2005 +0000
  1220.     * revert previous patch
  1221. commit 865b74efef0ef8969e0dcd22b66935f7f53bcdb5
  1222. Author: Derk-Jan Hartman <hartman@videolan.org>
  1223. Date:   Mon Aug 22 13:48:33 2005 +0000
  1224.     * Show the true volume range (0-400%) instead of 0-200%. The wxwidgets volume control goes only halfway i believe. This shouldn't change any behaviour, it should just change the value that is represented to the USER. refs #250
  1225. commit aaa9026bcc9a535937a566e3df334eafdb8c863b
  1226. Author: Derk-Jan Hartman <hartman@videolan.org>
  1227. Date:   Mon Aug 22 13:44:11 2005 +0000
  1228.     * finally use the iTunes volumeslider knob that we have had since 0.7.0 but which I never cared to enable. closes #209
  1229. commit 81d719f9848ecfc70299a32a05fb02f2fa8f3cec
  1230. Author: Rémi Denis-Courmont <rem@videolan.org>
  1231. Date:   Mon Aug 22 13:09:25 2005 +0000
  1232.     Fix build in a subdirectory after make clean
  1233. commit 33464eacd6ee98ff67f68f9f83584cc1ac9b72a2
  1234. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1235. Date:   Mon Aug 22 08:29:37 2005 +0000
  1236.     Forward port of rev 12332
  1237. commit c6988503677e47a0d47f3e4dfd874471178bbccf
  1238. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1239. Date:   Mon Aug 22 08:10:37 2005 +0000
  1240.     Forward port of revision 12329 and cosmetic cleanup
  1241. commit bea07279cff306bb904632aad3caf64ad6942e77
  1242. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1243. Date:   Mon Aug 22 08:08:35 2005 +0000
  1244.     Cosmetics
  1245. commit af55fcfd4cb7188db4023536c757f0f4e1f04df6
  1246. Author: Derk-Jan Hartman <hartman@videolan.org>
  1247. Date:   Mon Aug 22 00:59:12 2005 +0000
  1248.     * remove debug line
  1249. commit aeb0bfbc63b16f3d88a9973ea43c4b7bbb966d35
  1250. Author: Derk-Jan Hartman <hartman@videolan.org>
  1251. Date:   Mon Aug 22 00:47:34 2005 +0000
  1252.     * Use insert instead of append. Does not yet work for inserting into nodes. refs #150
  1253. commit 2e4c68ffb59f6aa8ee2adf8fedcb343b15038452
  1254. Author: Derk-Jan Hartman <hartman@videolan.org>
  1255. Date:   Sun Aug 21 23:33:58 2005 +0000
  1256.     * Nicer playlist reordering for OSX. cosmetic changes. refs #150
  1257. commit 99deec70256cffe1ab29882d6d729753df790e8e
  1258. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1259. Date:   Sun Aug 21 20:02:03 2005 +0000
  1260.     * implement the extract-button of the bookmarks-window correctly (refs #22)
  1261. commit 58f0b81b680496abeb750649e245d8ef626e9d09
  1262. Author: Rémi Denis-Courmont <rem@videolan.org>
  1263. Date:   Sun Aug 21 18:52:10 2005 +0000
  1264.     Typo in comment pointed out by dionoea
  1265. commit e373df9de49e94237944cb31f917b4ee5815506e
  1266. Author: Damien Fouilleul <damienf@videolan.org>
  1267. Date:   Sun Aug 21 18:49:07 2005 +0000
  1268.     all: make sure that the plugin use that registry for plugin path
  1269. commit 4f33bf88fa8b75c321246ebfd8785e594c594218
  1270. Author: Rémi Denis-Courmont <rem@videolan.org>
  1271. Date:   Sun Aug 21 18:48:05 2005 +0000
  1272.     Get rid of the symbols structure and use the OS linker
  1273.     with --enable-shared-libvlc
  1274. commit 9fbd6f2e99a289cf53d9cfe86742ddcda4e47c04
  1275. Author: Damien Fouilleul <damienf@videolan.org>
  1276. Date:   Sun Aug 21 17:46:48 2005 +0000
  1277.     - support for specific WIN32 file URL such as file:/C:/ and file:///C:/
  1278. commit 4d5313d3ba36313301b1aad37770507589cab04e
  1279. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1280. Date:   Sun Aug 21 17:45:32 2005 +0000
  1281.     * forgot these 2 files
  1282. commit c2ec263429f39820134393e29831f272e000905c
  1283. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1284. Date:   Sun Aug 21 17:45:05 2005 +0000
  1285.     * port of the wx-update-panel to OSX (GUI works, updating itself is not yet implemented, refs #310)
  1286. commit e67ac8124a6b04643f7f1ecf822f681eccee9917
  1287. Author: Damien Fouilleul <damienf@videolan.org>
  1288. Date:   Sun Aug 21 17:43:38 2005 +0000
  1289.     - pre-create 'width' and 'height' in libvlc so that the ActiveX plugin can set them before a vout is created. this prevents the initial viewport resizing when playing the first target
  1290. commit d2310f2a226acf7061a812193c8cd8aa15eff46b
  1291. Author: Damien Fouilleul <damienf@videolan.org>
  1292. Date:   Sun Aug 21 17:40:32 2005 +0000
  1293.     all: reworked ActiveX plugin, which now works properly  with .NET (tested with Visual Basic Express 2005)
  1294.          added persistent properties such as MRL, AutoPlay, AutoLoop which allows a user to play a default target
  1295.          without programming.
  1296. commit a4fe07f8a070af1326304f94e398ebdd71462f9f
  1297. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1298. Date:   Sun Aug 21 17:17:43 2005 +0000
  1299.     * use autoconf 2.59 instead of 2.57, since bootstrap needs it now -- this breaks the compilation on BeOS, but there is no way to prevent that except making bootstrap autoconf 2.57 - compatible again
  1300. commit 5fc41d700ec429750fab51f9fe63c8b06d3d8ab4
  1301. Author: Sam Hocevar <sam@videolan.org>
  1302. Date:   Sun Aug 21 16:38:17 2005 +0000
  1303.       * updated Debian build files
  1304. commit 4bd7c74d8b3e8c3f20d7bf295811b6a032d15eed
  1305. Author: Derk-Jan Hartman <hartman@videolan.org>
  1306. Date:   Sun Aug 21 14:33:06 2005 +0000
  1307.     * Fix mouse down event forwarding from opengl (closes #325)
  1308. commit 789892ca938f9af97ed7d056b9100a250af58e38
  1309. Author: Rémi Denis-Courmont <rem@videolan.org>
  1310. Date:   Sun Aug 21 12:57:10 2005 +0000
  1311.     Compile fix
  1312. commit df1e5c504510a17b286b8faac4fdfa1175c04ab7
  1313. Author: Rémi Denis-Courmont <rem@videolan.org>
  1314. Date:   Sun Aug 21 11:27:15 2005 +0000
  1315.     Define IPV6_PROTECTION_LEVEL manually - closes #96
  1316. commit 88a5de2cf66e5b63c98eb253f36486a55124545a
  1317. Author: Antoine Cellerier <dionoea@videolan.org>
  1318. Date:   Sat Aug 20 19:14:58 2005 +0000
  1319.     remove 2 evil tabs
  1320. commit 6b7c908f8d2335796f3d11655a7f68ac54cb345c
  1321. Author: Gildas Bazin <gbazin@videolan.org>
  1322. Date:   Sat Aug 20 18:10:24 2005 +0000
  1323.     * modules/demux/playlist/dvb.c: win32 build fix.
  1324. commit 2f6ff2acc6b462510da76f9b61c97dafe30be3a4
  1325. Author: Gildas Bazin <gbazin@videolan.org>
  1326. Date:   Sat Aug 20 17:18:41 2005 +0000
  1327.     * modules/demux/playlist/dvb.c: playlist import for szap/tzap/czap compatible DVB channel lists.
  1328. commit 7775a048702cbec78c973bf2336525fff61122ee
  1329. Author: Rémi Denis-Courmont <rem@videolan.org>
  1330. Date:   Sat Aug 20 15:08:45 2005 +0000
  1331.     Due credits
  1332. commit 638009535e61c4f10b6f41e219ed798031c80ff3
  1333. Author: Rémi Denis-Courmont <rem@videolan.org>
  1334. Date:   Sat Aug 20 15:06:17 2005 +0000
  1335.     Fix url converter on win32
  1336.     (patch contributed by Marco Munderloh)
  1337. commit 68217187cb27cd8455ca8c0ec004cafdfffac156
  1338. Author: Antoine Cellerier <dionoea@videolan.org>
  1339. Date:   Sat Aug 20 13:57:15 2005 +0000
  1340.     propset
  1341. commit 424f4356494b5af1ec6ca4b1f672c1e7ed3b03e8
  1342. Author: Rémi Denis-Courmont <rem@videolan.org>
  1343. Date:   Sat Aug 20 13:42:33 2005 +0000
  1344.     Prop change
  1345. commit 52fe29709a6b3ac7ee4bbbce95d292e34955ede5
  1346. Author: Antoine Cellerier <dionoea@videolan.org>
  1347. Date:   Sat Aug 20 13:28:35 2005 +0000
  1348.     change file name in comment
  1349. commit 280f16e5fc71eee670534e88ad4ff3cda947cab1
  1350. Author: Antoine Cellerier <dionoea@videolan.org>
  1351. Date:   Sat Aug 20 13:22:16 2005 +0000
  1352.     add KEY_ENTER and KEY_SPACE to launch action()
  1353. commit 7770c2f21b4758746462b01a95a274a413e83dc4
  1354. Author: Rémi Denis-Courmont <rem@videolan.org>
  1355. Date:   Sat Aug 20 13:15:26 2005 +0000
  1356.     (Un)Install shared libvlc if enabled
  1357. commit 28795de68b51e3146da99a9ef80c4df4128dcfc2
  1358. Author: Antoine Cellerier <dionoea@videolan.org>
  1359. Date:   Sat Aug 20 13:04:53 2005 +0000
  1360.      * keyboard (arrows) navigation
  1361. commit 2eda18dcb4bbee85e927ed6bc5282efbec8d29bc
  1362. Author: Rémi Denis-Courmont <rem@videolan.org>
  1363. Date:   Sat Aug 20 12:52:45 2005 +0000
  1364.     Link fix
  1365. commit 9d42fbd4533464413cfe1e6446f7b814332ade6e
  1366. Author: Antoine Cellerier <dionoea@videolan.org>
  1367. Date:   Sat Aug 20 12:50:16 2005 +0000
  1368.     code CtrlTree::autoScoll . Its still mostly buggy and give you a headache if
  1369.     you watch the playlist when it is called but i can't find what's wrong.
  1370. commit 3284ec0bc5fd3eec3e32597f6b2091e663670825
  1371. Author: Rémi Denis-Courmont <rem@videolan.org>
  1372. Date:   Sat Aug 20 12:30:12 2005 +0000
  1373.     - experimental disabled-by-default shared libvlc build.
  1374.       I said "experimental". I meant it.
  1375.       Developers might try --enable-shared-libvlc
  1376.     - remove autom4te*.cache on bootstrap
  1377.       (some customized autoconf add their version number)
  1378.     - some clean up
  1379. commit b8fec33650d7b680b763c0de87f46ae860bc4052
  1380. Author: Damien Fouilleul <damienf@videolan.org>
  1381. Date:   Sat Aug 20 12:04:13 2005 +0000
  1382.     missing const to non-const cast
  1383. commit b5766256c2052c84b65497240f0ba56153a7ea76
  1384. Author: Rémi Denis-Courmont <rem@videolan.org>
  1385. Date:   Sat Aug 20 11:29:33 2005 +0000
  1386.     minor svn:ignore fix
  1387. commit 41895a867012896e1aafc9650846d97b233bc5b3
  1388. Author: Clément Stenac <zorglub@videolan.org>
  1389. Date:   Sat Aug 20 11:26:48 2005 +0000
  1390.     Sanity check
  1391. commit 3785da0dd6d3c7a0b3074e5055bd6db6ea708253
  1392. Author: Antoine Cellerier <dionoea@videolan.org>
  1393. Date:   Sat Aug 20 11:10:30 2005 +0000
  1394.     some more mouse control on playtree display/selection
  1395. commit 698c1a3d3a3b3cc982d432f079901886034029c4
  1396. Author: Antoine Cellerier <dionoea@videolan.org>
  1397. Date:   Sat Aug 20 10:17:20 2005 +0000
  1398.     add new playlist_PreparseEnqueueItem function which preparses a playlist_item
  1399.     and all its children.
  1400. commit 64595f0c4ccd8b19941e294584e5391e3e08b8e1
  1401. Author: Clément Stenac <zorglub@videolan.org>
  1402. Date:   Sat Aug 20 09:48:31 2005 +0000
  1403.     Fix Xosd interface (Debian #324039)
  1404. commit 48b0025af3d608513a51af4a3232734a45ebce69
  1405. Author: Rémi Denis-Courmont <rem@videolan.org>
  1406. Date:   Sat Aug 20 09:37:02 2005 +0000
  1407.     Cosmetic fix
  1408. commit 9ab3370b9d14e0b6ac5d4fe6b7d7a9ac74f986e8
  1409. Author: Clément Stenac <zorglub@videolan.org>
  1410. Date:   Sat Aug 20 09:29:38 2005 +0000
  1411.     Wrap all gz functions to avoid void* -> int casts.
  1412.     
  1413.     Fix 64 bits build (Debian #324031)
  1414. commit 704a9d965940be3a1a34572975f3b7ad8271c2fc
  1415. Author: Antoine Cellerier <dionoea@videolan.org>
  1416. Date:   Sat Aug 20 09:26:46 2005 +0000
  1417.      * ctrl_*.cpp : mouse scrolling behavior change
  1418.      * skin_parser.cpp : add comment so people know where to look to fix the
  1419.                          Playlist slider breakage.
  1420. commit 9f4f40e2c5db9d6f4aebdff3996f2143cdddc7ad
  1421. Author: Rémi Denis-Courmont <rem@videolan.org>
  1422. Date:   Sat Aug 20 08:41:50 2005 +0000
  1423.     Use most recent automake version
  1424.     
  1425.     Slower maybe, but safer
  1426.     and arguably more suited for automatically issued tarballs
  1427. commit 52778f03a63af9a81f7ce63d7b51a54a45195696
  1428. Author: Rémi Denis-Courmont <rem@videolan.org>
  1429. Date:   Sat Aug 20 08:37:45 2005 +0000
  1430.     Undo erroneous previous commit
  1431.     (wanted to cancel, but I pressed the wrong key)
  1432. commit a5f2904ae4897ad91c71948478c7056a41bb2d41
  1433. Author: Rémi Denis-Courmont <rem@videolan.org>
  1434. Date:   Sat Aug 20 08:36:37 2005 +0000
  1435.     Don't fallback to automake 1.6
  1436.     
  1437.     bootstrap might be a little slower,
  1438.     but that'll ensure more recent build-system in tarballs.
  1439.     Besides,
  1440. commit c7e38315469013101306e8c94f58fc6a651ba5ce
  1441. Author: Antoine Cellerier <dionoea@videolan.org>
  1442. Date:   Sat Aug 20 00:31:27 2005 +0000
  1443.      * Playtree start. Basic functionalities work. Still needs a lot of
  1444.        work, cleaning and fixing. I'll continue this weekend.
  1445. commit 4d28264511c09ab4fa38325864c9c5316123f5cf
  1446. Author: Antoine Cellerier <dionoea@videolan.org>
  1447. Date:   Sat Aug 20 00:20:53 2005 +0000
  1448.      * skin.dtd : add Playtree stuff
  1449.      * playtree.vlt : default.vlt modified to use a Playtree instead of a
  1450.                       Playlist
  1451. commit a10626055eade9b5fd882d45d27ccc8135b8a690
  1452. Author: Rémi Denis-Courmont <rem@videolan.org>
  1453. Date:   Fri Aug 19 17:52:53 2005 +0000
  1454.     Fix (hopefully -again-) new build system on Win32
  1455. commit c8008fa94c04d56db28b4359affba6cfec454aa4
  1456. Author: Christophe Massiot <massiot@videolan.org>
  1457. Date:   Fri Aug 19 17:08:32 2005 +0000
  1458.      * modules/demux/playlist/m3u.c: If name is empty, assume that the author
  1459.        is in reality the name of the file (compatibility with existing
  1460.        m3u files).
  1461. commit d9e1effe9b306d176076c2c10271e710080051c8
  1462. Author: Christophe Massiot <massiot@videolan.org>
  1463. Date:   Fri Aug 19 17:07:27 2005 +0000
  1464.      * modules/control/http/rpn.c: vlc_var_* now take an extra argument to
  1465.        indicate which object we are playing with (for instance 'VLC_OBJECT_INPUT'
  1466.        or 'VLC_OBJECT_PLAYLIST'). Espace  in addslashes.
  1467.      * modules/control/http: Factorized and simplified the RealPath() stuff.
  1468.        Fixed a few hardcoded '/' as a path separator.
  1469. commit 7db33a0adce42dbec5c4b4f3fea402412affab8b
  1470. Author: Derk-Jan Hartman <hartman@videolan.org>
  1471. Date:   Fri Aug 19 16:16:34 2005 +0000
  1472.     * Section titles for the OSX Preferences.
  1473. commit 1dffce3b38eb1248fa2712609612702b4d761d0d
  1474. Author: Rémi Denis-Courmont <rem@videolan.org>
  1475. Date:   Fri Aug 19 16:09:41 2005 +0000
  1476.     Fix clean tree build
  1477. commit 3fa2cb69656388086ca6f98ed661002a7ee1a6d0
  1478. Author: Rémi Denis-Courmont <rem@videolan.org>
  1479. Date:   Fri Aug 19 16:06:54 2005 +0000
  1480.     Clean up
  1481. commit 0d7fde9d3eebd0a014358dccfa01882eb1495887
  1482. Author: Rémi Denis-Courmont <rem@videolan.org>
  1483. Date:   Fri Aug 19 15:45:52 2005 +0000
  1484.     Attempt to fix problem with dnsdomain name on some OSes
  1485. commit 612a68d54e6eb310a81a07a20c4bbfabde3ebf35
  1486. Author: Rémi Denis-Courmont <rem@videolan.org>
  1487. Date:   Fri Aug 19 15:42:49 2005 +0000
  1488.     Another typo. Links now.
  1489. commit cf0f67ee8cb9b5f80c624233daea2062023fdf11
  1490. Author: Rémi Denis-Courmont <rem@videolan.org>
  1491. Date:   Fri Aug 19 15:32:17 2005 +0000
  1492.     Rah typo again
  1493. commit 46751b0dbcfad48fd6af381c128e3817712e684a
  1494. Author: Rémi Denis-Courmont <rem@videolan.org>
  1495. Date:   Fri Aug 19 15:31:20 2005 +0000
  1496.     Forgot this file
  1497. commit 12d8a1d417c72bdaac132be392610fc23eec6625
  1498. Author: Rémi Denis-Courmont <rem@videolan.org>
  1499. Date:   Fri Aug 19 15:28:03 2005 +0000
  1500.     Remove unnecessary dependencies
  1501. commit a62232514dbb6c1f9112f1fc2117767f12661585
  1502. Author: Rémi Denis-Courmont <rem@videolan.org>
  1503. Date:   Fri Aug 19 15:21:25 2005 +0000
  1504.     Don't print EAFNOSUPPORT error - refs #320
  1505. commit 4c7f9a485224681195d482a90337ffe5ada09946
  1506. Author: Rémi Denis-Courmont <rem@videolan.org>
  1507. Date:   Fri Aug 19 15:18:24 2005 +0000
  1508.     Fix typos in static libraries installation
  1509. commit 837f796ea3d8cf89e5ae04de7d201e950d28ba2f
  1510. Author: Rémi Denis-Courmont <rem@videolan.org>
  1511. Date:   Fri Aug 19 14:27:52 2005 +0000
  1512.     Some old automake versions seem not to know about mkdir_p
  1513. commit d92c86c5ed6075f906502d20219d29cad22a044c
  1514. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1515. Date:   Fri Aug 19 14:00:06 2005 +0000
  1516.     Added new OSD support
  1517. commit ac6a6b6850b97e1bfa635cfd8dc4a6949e3ef287
  1518. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1519. Date:   Fri Aug 19 09:02:20 2005 +0000
  1520.     Fix region width/height encoding bug. Dvbsub never tested for a change in region widht/height that made a region smaller then the previous one that was encoded. The encoded region size would always been the largest size encountered, this is now fixed. Removed some superflous whitespace/
  1521. commit a5b73abf558c95b379fbf36b3c35eaa56bae5485
  1522. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1523. Date:   Fri Aug 19 07:23:40 2005 +0000
  1524.     Cleanup of status reporting.
  1525. commit f06d45e8986750ac344a90c7f1cb5f1196add0ea
  1526. Author: Clément Stenac <zorglub@videolan.org>
  1527. Date:   Thu Aug 18 23:25:16 2005 +0000
  1528.     If passed ?control=play without any item, just ask playlist to play
  1529. commit 422a942c755d368c2cf2c78d11bfff6406086593
  1530. Author: Clément Stenac <zorglub@videolan.org>
  1531. Date:   Thu Aug 18 23:05:36 2005 +0000
  1532.     Fix consistency of some function names
  1533.     Improve documentation
  1534.     Enable build of modules documentation
  1535. commit 562e25d99a4b4b49564a64d9335f641913cc1f67
  1536. Author: Derk-Jan Hartman <hartman@videolan.org>
  1537. Date:   Thu Aug 18 21:38:32 2005 +0000
  1538.     * Change only the frontmost window opaqueness
  1539. commit 52896a65c30cb41cc6ab2ff6b6157d85d0c1edfb
  1540. Author: Derk-Jan Hartman <hartman@videolan.org>
  1541. Date:   Thu Aug 18 21:26:23 2005 +0000
  1542.     * Fix on the fly Opaqueness changing
  1543. commit 92115f28bc96a71bafb112e247e256888a166067
  1544. Author: Clément Stenac <zorglub@videolan.org>
  1545. Date:   Thu Aug 18 19:38:01 2005 +0000
  1546.     Die !
  1547. commit 6458a6fca07c5e8f968c87f5e5422516b3aad03a
  1548. Author: Clément Stenac <zorglub@videolan.org>
  1549. Date:   Thu Aug 18 19:32:02 2005 +0000
  1550.     wtf ?
  1551. commit b0bb466d862c41596416db426d7c51f8df4320a8
  1552. Author: Clément Stenac <zorglub@videolan.org>
  1553. Date:   Thu Aug 18 19:20:25 2005 +0000
  1554.     propset
  1555. commit 93b017cb4aea3ea5d80147e8c80b0199375427ee
  1556. Author: Clément Stenac <zorglub@videolan.org>
  1557. Date:   Thu Aug 18 19:18:56 2005 +0000
  1558.     Split the HTTP interface and begin to document it
  1559. commit c4b71ae18534bc78c5d80d5958126596990af7ae
  1560. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1561. Date:   Thu Aug 18 18:00:31 2005 +0000
  1562.     Fix an issue with the state option (behaves differently then in 0.8.1) and removed useless white space.
  1563. commit 80796b613b10134885f38aaef298f99d195e5dc8
  1564. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1565. Date:   Thu Aug 18 17:50:41 2005 +0000
  1566.     * get the correct vout, when using the opengl-output-module - on-the-fly changing still not possible
  1567. commit c4a560fb1d47c3e77925fd96c1a9132cea239ae6
  1568. Author: Rémi Denis-Courmont <rem@videolan.org>
  1569. Date:   Thu Aug 18 17:00:20 2005 +0000
  1570.     Redo 12234; this time with (hopefully) Mac OS X support
  1571.     It was probably too easy that building to Windows and Linux worked the same
  1572. commit dc849c8b257fffdbaa4e2bc5e83eeb7be7223d7c
  1573. Author: Antoine Cellerier <dionoea@videolan.org>
  1574. Date:   Thu Aug 18 16:52:45 2005 +0000
  1575.     remove tabs/trailing spaces
  1576. commit 7978fd0b1f4eb89f413bfd761ea2830cb740abcc
  1577. Author: Clément Stenac <zorglub@videolan.org>
  1578. Date:   Thu Aug 18 16:50:38 2005 +0000
  1579.     Remove debug
  1580. commit 176fe720792862e3956168d72da11f21479a7276
  1581. Author: Rémi Denis-Courmont <rem@videolan.org>
  1582. Date:   Thu Aug 18 16:49:19 2005 +0000
  1583.     Revert the other half
  1584. commit 09161bc3bde473a5f72f77742f4c991565371eab
  1585. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1586. Date:   Thu Aug 18 16:41:10 2005 +0000
  1587.     Added --volume-step to override AOUT_VOLUME_DEFAULT. This will give an OSD menu (or skins2) designer to freedom to decide how many steps he wants for turning up the volume from 0 to 1024. It is an advanced option so most users will never see it. Can someone check the MacOSX changes for this? I made them but cannot compiler and test it (I don't have a Mac).
  1588. commit 04f2f137a97e0063e49f301021236f7b93343771
  1589. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1590. Date:   Thu Aug 18 16:39:23 2005 +0000
  1591.     * set the 'auto save name' for the equalizer, extended and bookmarks panels to automatically save their positions (closes #316)
  1592. commit caae8fc106a320a18f5efe866a3259077051cb93
  1593. Author: Rémi Denis-Courmont <rem@videolan.org>
  1594. Date:   Thu Aug 18 16:27:00 2005 +0000
  1595.     Grrr damn Mac OS X linker
  1596. commit 7e7472093cf38ab1339ebed63c16529cfa2d2c3a
  1597. Author: Christophe Massiot <massiot@videolan.org>
  1598. Date:   Thu Aug 18 16:23:30 2005 +0000
  1599.      * configure.ac: Print a warning when DVB headers aren't found.
  1600. commit 63b9a90428e9642ffe51a2a0444111448a73c9a4
  1601. Author: Clément Stenac <zorglub@videolan.org>
  1602. Date:   Thu Aug 18 16:20:43 2005 +0000
  1603.     improve
  1604. commit 2ae76332515144ed04563bbb811ff64708671caf
  1605. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1606. Date:   Thu Aug 18 16:12:29 2005 +0000
  1607.     * added the opaqueness-slider to the extended panel (refs #318)
  1608.         - on-the-fly changing is not yet possible, since I don't know the correct pointer (the current one gives "dereferencing pointer to incomplete type"); see FIXME.
  1609.     * VLCExtended is the delegate for o_extended_window now, to save the prefs automatically, once VLC is going to be terminated
  1610.     * "awakeFromNib" was partially moved to "showPanel" to retrieve the slider values before showing the window, in case they were saved in the prefs-window
  1611. commit db818a6a503868148279c01742f15d6406823507
  1612. Author: Christophe Massiot <massiot@videolan.org>
  1613. Date:   Thu Aug 18 16:08:55 2005 +0000
  1614.      * NEWS: Updated with my work since 0.8.2.
  1615. commit 7825383fb25cd7e6140c0284c2054c107102fe4d
  1616. Author: Christophe Massiot <massiot@videolan.org>
  1617. Date:   Thu Aug 18 15:58:05 2005 +0000
  1618.      * modules/demux/demuxdump.c: Better error detection (disk full for instance).
  1619. commit 2a03eac51aad903db94d8fa7a6463738194662f2
  1620. Author: Rémi Denis-Courmont <rem@videolan.org>
  1621. Date:   Thu Aug 18 15:50:58 2005 +0000
  1622. commit 418e63392808bfccb92b805ece3f6b9374538bd0
  1623. Author: Rémi Denis-Courmont <rem@videolan.org>
  1624. Date:   Thu Aug 18 15:38:09 2005 +0000
  1625.     - Use a common rule to build plugins (refs #297)
  1626.       (tested on Mingw32 and native Linux, might need some tweaks)
  1627.     - Remove some legacy code
  1628. commit 239aa0bf6db920800e18f8f8618d6670ac697598
  1629. Author: Rémi Denis-Courmont <rem@videolan.org>
  1630. Date:   Thu Aug 18 15:36:12 2005 +0000
  1631.     - (Un)install plugins from their directory (refs #297)
  1632.     - Fix mostlyclean target
  1633. commit 703f2f5d2343e0642fb4a07d3578b386de8d3a2a
  1634. Author: Rémi Denis-Courmont <rem@videolan.org>
  1635. Date:   Thu Aug 18 15:27:57 2005 +0000
  1636.     Don't print EAFNOSUPPORT error when the given name/address does not
  1637.     even resolve to IPv6 - though cosmetic that seemed to confuse a guy on
  1638.     the mailing list - refs #320.
  1639.     
  1640.     A cleaner more clever solution would be better.
  1641. commit 4ea0f00558cfb263657016d1c7ab43326d0693e2
  1642. Author: Rémi Denis-Courmont <rem@videolan.org>
  1643. Date:   Thu Aug 18 15:25:33 2005 +0000
  1644.     Replace the specific VERSION32 kludge with a clean more reusable solution
  1645. commit 14dd475c125fac3ecbc69cd40647bdb81e13efc5
  1646. Author: Rémi Denis-Courmont <rem@videolan.org>
  1647. Date:   Thu Aug 18 15:24:38 2005 +0000
  1648.     Add const
  1649. commit 28e3ebd4706882de7c5db65b2f5916db641a0f55
  1650. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1651. Date:   Thu Aug 18 15:14:02 2005 +0000
  1652.     Fix compiler warning. Removed unused variable
  1653. commit 888d3fc32954e14fd56b49232a69647950104123
  1654. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1655. Date:   Thu Aug 18 13:53:45 2005 +0000
  1656.     Eliminate false errors of which errno said it was a success.
  1657. commit c3529672cf474af0307e7b8ba7f6c99fcd73ba65
  1658. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1659. Date:   Thu Aug 18 12:55:46 2005 +0000
  1660.     Added a message about the purpose of this file and a DO NOT EDIT NOTICE - THIS FILE IS AUTOMATICALLY GENERATED -
  1661. commit ae3a94318f4d314f9c3881fac06f4772ab456245
  1662. Author: Christophe Massiot <massiot@videolan.org>
  1663. Date:   Thu Aug 18 12:41:16 2005 +0000
  1664.      * po/POTFILES.in: Removed two non-existing files.
  1665. commit aa0bac02ac2ba7bb30e33b137bf714c0a5a94c9a
  1666. Author: Christophe Massiot <massiot@videolan.org>
  1667. Date:   Thu Aug 18 10:01:30 2005 +0000
  1668.      * modules/control/http.c: Implemented RPN functions playlist_move and
  1669.        playlist_delete.
  1670. commit 059d8bfa243cd4579637f5a731d48893559beef4
  1671. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1672. Date:   Thu Aug 18 09:50:18 2005 +0000
  1673.     Include OSD menu files in installer
  1674. commit e99473a06d199fc9686086129e6f11f10f903a94
  1675. Author: Derk-Jan Hartman <hartman@videolan.org>
  1676. Date:   Wed Aug 17 22:44:08 2005 +0000
  1677.     * not yet added plugins can break POTFILES.in as well mr. courmish :D
  1678. commit 9097bc1db4cdf1132c6a71e2593c2780a729631a
  1679. Author: Antoine Cellerier <dionoea@videolan.org>
  1680. Date:   Wed Aug 17 20:53:38 2005 +0000
  1681.     remove tabs and trailing spaces
  1682. commit 885fd4ca2557a2c3b8ff79df47846b18b829e8fc
  1683. Author: Antoine Cellerier <dionoea@videolan.org>
  1684. Date:   Wed Aug 17 20:43:15 2005 +0000
  1685.     if ttl==0, don't update the feeds
  1686. commit b3b2e8fc308da7e2725f6889609f1c4d029fdefe
  1687. Author: Antoine Cellerier <dionoea@videolan.org>
  1688. Date:   Wed Aug 17 20:24:15 2005 +0000
  1689.     remove debug stuff
  1690. commit 0e82702d5854f5d6711f0f6f8095c69202925dd3
  1691. Author: Antoine Cellerier <dionoea@videolan.org>
  1692. Date:   Wed Aug 17 20:17:11 2005 +0000
  1693.      * add --rss-ttl parmeter so the feeds can be updated
  1694.      * URL list seperator now is | (pipe)
  1695.      * fixes
  1696. commit f04ce3ccecd622c4572bb31092b177c9edacb2c6
  1697. Author: Antoine Cellerier <dionoea@videolan.org>
  1698. Date:   Wed Aug 17 16:14:32 2005 +0000
  1699.     wxwin -> wx
  1700. commit 91e5760edbc65eac7dc20921ca983dd1f6109ba9
  1701. Author: Christophe Massiot <massiot@videolan.org>
  1702. Date:   Wed Aug 17 16:00:30 2005 +0000
  1703.      * modules/access/file.c: Expansion of '~/' in filenames.
  1704. commit 3368c030bf8785290a295ce632e678ca931c8a27
  1705. Author: Christophe Massiot <massiot@videolan.org>
  1706. Date:   Wed Aug 17 15:12:51 2005 +0000
  1707.      * src/libvlc.c: Expand ~/ in --config-file.
  1708.      * modules/control/http.c: New RPN functions :
  1709.        - 'module' vlc_config_save ('module' can be an empty string) returns status
  1710.        - vlc_config_reset
  1711. commit 2851705c32f14a69dcf115859481f0e4267d9ac2
  1712. Author: Christophe Massiot <massiot@videolan.org>
  1713. Date:   Wed Aug 17 14:39:07 2005 +0000
  1714.      * Makefile.am: New file version.c, generated at each 'make' command.
  1715.      * toolbox: New --update-version switch, which builds the version.c file
  1716.        from current date, user/hostname/domainname, compiler version and
  1717.        svn changeset.
  1718.      * src/libvlc.c: Exported API to access data from version.c.
  1719.      * modules/control/http.c: New variables vlc_compile_time, vlc_compile_by,
  1720.        vlc_compile_host, vlc_compile_domain, vlc_compiler and vlc_changeset.
  1721. commit 606657480ad9bf46664eea80f2a8e49aabc02d37
  1722. Author: Christophe Massiot <massiot@videolan.org>
  1723. Date:   Wed Aug 17 12:00:44 2005 +0000
  1724.      * modules/control/http.c: New RPN functions :
  1725.        - 'variable' vlc_var_type
  1726.        - 'variable' vlc_config_type
  1727.        - value 'variable' vlc_var_set (renamed from vlc_set_var for consistency)
  1728.        - 'variable' vlc_var_get
  1729.        - value 'variable' vlc_config_set
  1730.        - 'variable' vlc_config_get
  1731. commit 5b85463a3602cd055425c8ef0854a8ca7bee13f4
  1732. Author: Christophe Massiot <massiot@videolan.org>
  1733. Date:   Wed Aug 17 11:58:44 2005 +0000
  1734.      * Makefile.am: MacOS X fix when srcdir != builddir.
  1735. commit 975a14d3ca1f8d006b0a52ead0c8c15264ccd00b
  1736. Author: Derk-Jan Hartman <hartman@videolan.org>
  1737. Date:   Tue Aug 16 14:21:38 2005 +0000
  1738.     * Fix an issue with sgi announce files and adding the new items to the playlist
  1739. commit 8f332fe681492c67b6c661ed48f218e6ce67ef38
  1740. Author: Rémi Denis-Courmont <rem@videolan.org>
  1741. Date:   Mon Aug 15 18:10:06 2005 +0000
  1742.     Fix distclean
  1743. commit ee019aca0d229590b0e08450c7293014e0c96d0e
  1744. Author: Clément Stenac <zorglub@videolan.org>
  1745. Date:   Mon Aug 15 16:54:13 2005 +0000
  1746.     Compile fix
  1747. commit 62aa5ec615107bb0625bb0aba369112549daeffc
  1748. Author: Clément Stenac <zorglub@videolan.org>
  1749. Date:   Mon Aug 15 16:53:51 2005 +0000
  1750.     Test commit. This commit breaks the build, don't use it
  1751. commit da7b1ab5eff6bb47a4a9ed92bfe28cf799f75b09
  1752. Author: Cyril Deguet <asmax@videolan.org>
  1753. Date:   Mon Aug 15 15:58:39 2005 +0000
  1754.      * compilation fix
  1755. commit eb17603667029990636a818f4526e3af80aad03e
  1756. Author: Cyril Deguet <asmax@videolan.org>
  1757. Date:   Mon Aug 15 15:54:32 2005 +0000
  1758.      * all: replaced remaining C callbacks by commands
  1759. commit a3eb885881ef5e39f8c6d779d49b8993ccf49357
  1760. Author: Rémi Denis-Courmont <rem@videolan.org>
  1761. Date:   Mon Aug 15 15:21:11 2005 +0000
  1762.     Use Latin-9 rather than US-ASCII when there is no local charset
  1763. commit 18254c348dc40fe303d530241cfed7115679520e
  1764. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1765. Date:   Mon Aug 15 15:06:42 2005 +0000
  1766.     Use an empty palette to get the colors of the picture right.
  1767. commit 9e823114b2946c3b383073129ad8af090db4c680
  1768. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1769. Date:   Mon Aug 15 15:02:08 2005 +0000
  1770.     Oops, Disable debugging.
  1771. commit 41cab40dd17a03ce5ef978e27521990202b3dbbe
  1772. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1773. Date:   Mon Aug 15 15:01:31 2005 +0000
  1774.     Also allow an empty palette marked with palette.i_entries = 0
  1775. commit 39cc95b62529366b05633376c784ef11f76426b1
  1776. Author: Clément Stenac <zorglub@videolan.org>
  1777. Date:   Mon Aug 15 14:57:02 2005 +0000
  1778.     Fix a few warnings
  1779. commit afe5229f60aaa01bb699f02617e564a64d78e97c
  1780. Author: Rémi Denis-Courmont <rem@videolan.org>
  1781. Date:   Mon Aug 15 14:51:42 2005 +0000
  1782.     - Fix, clean up locale settings
  1783.     - Fix local charset detection that broke (From|To)Locale
  1784. commit a661eda53e4b5316bf042d6a1f66f6512e890cc1
  1785. Author: Rémi Denis-Courmont <rem@videolan.org>
  1786. Date:   Mon Aug 15 14:50:24 2005 +0000
  1787.     Fix playlist item insertion when local charset is not UTF-8
  1788. commit 26a0d71ed43a45c13ccadc6592433209928114cf
  1789. Author: Rémi Denis-Courmont <rem@videolan.org>
  1790. Date:   Mon Aug 15 14:50:06 2005 +0000
  1791.     Fix stat() when local charset is not UTF-8
  1792. commit f18abdd68aeef66f08e0e2a8731bc40fc61610d6
  1793. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1794. Date:   Mon Aug 15 14:41:28 2005 +0000
  1795.     Found a simpler way to send an empty picture to the client. It fixes also memleaks introduced in 12196.
  1796. commit 331ee3314c93d2a57c4f4a23f60b8a24d444d77c
  1797. Author: Christophe Massiot <massiot@videolan.org>
  1798. Date:   Mon Aug 15 13:37:59 2005 +0000
  1799.      * src/input/input.c: Really fixed :programs= this time.
  1800. commit fddedbe81b3aa85c0394dbf328f8c52daf9f29a5
  1801. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1802. Date:   Mon Aug 15 12:35:35 2005 +0000
  1803.     Send an empty subpicture to remove the OSD menu on the client application when "menu off" commands is given on the rc interface.
  1804. commit c36b6527d1009158becbb01fba10857d015f307c
  1805. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1806. Date:   Mon Aug 15 12:32:44 2005 +0000
  1807.     Replaced // comments with /* .. */ and added some sanity checking.
  1808. commit 6da0b6e9e531134e24462cd09f87d35d41a01346
  1809. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1810. Date:   Mon Aug 15 12:21:16 2005 +0000
  1811.     Use NULL for initializing pointers iso 0.
  1812. commit 3ef003a4078868bbf1c4b429833288723ff0c3fa
  1813. Author: Rémi Denis-Courmont <rem@videolan.org>
  1814. Date:   Sun Aug 14 17:28:28 2005 +0000
  1815.     Link ipv4 with iphlpapi - closes #315
  1816. commit 378a4fc4621a1eb60c0d636fa3854e5872bc8c12
  1817. Author: Rémi Denis-Courmont <rem@videolan.org>
  1818. Date:   Sun Aug 14 16:56:35 2005 +0000
  1819.     Fix SAP announce destination address - closes #314
  1820.     
  1821.     Bug reported by Thomas Knauer
  1822. commit 76b2c255214af3092f0783e3a081664fc9450631
  1823. Author: Rémi Denis-Courmont <rem@videolan.org>
  1824. Date:   Sun Aug 14 16:46:48 2005 +0000
  1825.     Fix compiler warnings
  1826. commit 4c7fa38924e4578378ab31d4d49d184ff72560a0
  1827. Author: Rémi Denis-Courmont <rem@videolan.org>
  1828. Date:   Sun Aug 14 16:28:59 2005 +0000
  1829.     Don't set LC_NUMERIC in the wxWidgets plugin.
  1830.     
  1831.     It's already set to C globally because there are a bunch of things that
  1832.     assume US-style float numbers formatting (config file, RTSP VoD server
  1833.     to name a few) -- see SetLanguage() in libvlc.
  1834.     
  1835.     If you want to get a float from the user, you can look for the comma
  1836.     and replace it with a dot before parsing. However keep in mind that the
  1837.     stream output parser already uses the comma to separate options; that's
  1838.     yet another reason to use the dot in any case.
  1839.     
  1840.     Also, I don't know if some remote locales use neither dot nor comma as
  1841.     their decimal point.
  1842. commit 479fd822c6c8ff6655f1967161425568c78d1b3c
  1843. Author: Clément Stenac <zorglub@videolan.org>
  1844. Date:   Sun Aug 14 16:15:50 2005 +0000
  1845.     Don't use m4 comments in Makefile. Should fix win32 build
  1846. commit e7440c3ba1ccd9169914d32b8f1b6ca09c7d2d5e
  1847. Author: Eric Petit <titer@videolan.org>
  1848. Date:   Sun Aug 14 13:15:38 2005 +0000
  1849.      ALL: compile fixes
  1850. commit 5599aa0525dd7f679d37f4fa448790800b15bd3c
  1851. Author: Christophe Massiot <massiot@videolan.org>
  1852. Date:   Sun Aug 14 13:04:57 2005 +0000
  1853.      * modules/demux/ts.c: Fixed a side-effect when p_sys->b_dvb_control has
  1854.        not been set to VLC_FALSE yet, the program number is not specified,
  1855.        and we're reading a PMT.
  1856. commit 97a6784fa47186f346f1ad7b9a3aae015f476289
  1857. Author: Sam Hocevar <sam@videolan.org>
  1858. Date:   Sun Aug 14 12:43:30 2005 +0000
  1859.       * reverted commit 12177 (aRts removal).
  1860. commit c31e9c370c4707fe5130ceec27c6f9181930549a
  1861. Author: Rémi Denis-Courmont <rem@videolan.org>
  1862. Date:   Sun Aug 14 12:24:33 2005 +0000
  1863.     Set LC_NUMERIC to C once and for all.
  1864. commit 8fcd56ee183c22477c409612dab6f581017a99bb
  1865. Author: Rémi Denis-Courmont <rem@videolan.org>
  1866. Date:   Sun Aug 14 12:22:25 2005 +0000
  1867.     got the value for PROTECTION_LEVEL_* hard-coded
  1868.     , but still miss the other one.
  1869.     
  1870.     Anyone with Visual Studio here ?
  1871. commit 642b666cafe290b836a416323af18dfb6fd6030c
  1872. Author: Antoine Cellerier <dionoea@videolan.org>
  1873. Date:   Sat Aug 13 22:15:37 2005 +0000
  1874.      * setlocale( LC_NUMERIC, "C" ). There still might be some place where its
  1875.        missing. Beware that this change configuration saving output (it used
  1876.        to be saved in users locale).
  1877.     
  1878.        this should fix float config options save/load rounding issues. If someone
  1879.        has a better fix, feel free to do so (but please dont revert a commit and
  1880.        provide no alternative fix)
  1881. commit f940c37b697168016a3a8a266b4fb7e508bb94ed
  1882. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1883. Date:   Sat Aug 13 19:38:34 2005 +0000
  1884.     Fix breakage of revision 12164 when a non-socket connection to the rc interface is active.
  1885. commit 28caec4e28019b88a85d7aee39e97a255bb9988e
  1886. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1887. Date:   Sat Aug 13 19:28:49 2005 +0000
  1888.     API changed
  1889. commit 400c890f082caabafc17500c6d6b6701d584216a
  1890. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1891. Date:   Sat Aug 13 19:26:27 2005 +0000
  1892.     Reworked OSD Volume handling and display of volumebar. Run make stamp-api to update include/vlc_symbols.h.
  1893. commit 22651b8eef8efab9462ee9b2a2d70cd7a564de62
  1894. Author: Rémi Denis-Courmont <rem@videolan.org>
  1895. Date:   Sat Aug 13 19:15:17 2005 +0000
  1896.     [Win32] Attempt to guess best interface for multicast
  1897.     may close #163
  1898. commit fb4297bd14e577dd6857cd47f9c99ed04ba53cec
  1899. Author: Clément Stenac <zorglub@videolan.org>
  1900. Date:   Sat Aug 13 18:44:31 2005 +0000
  1901.     Update modules list
  1902. commit 4e14f198d995cb2154dbc33afade210d4b7fede7
  1903. Author: Rémi Denis-Courmont <rem@videolan.org>
  1904. Date:   Sat Aug 13 17:49:38 2005 +0000
  1905.     Remove severely broken unmaintained aRts plugin
  1906.     
  1907.     Use ALSA or tell aRts to use ESD and use ESD in VLC, or fix it.
  1908. commit 5ddfe43103e6c6ac1bc2171b4b01cdad4c63662d
  1909. Author: Rémi Denis-Courmont <rem@videolan.org>
  1910. Date:   Sat Aug 13 17:43:47 2005 +0000
  1911.     Add missing slashes
  1912. commit 79adc41babc05e9770fb33b2615cea7e5de1ec6c
  1913. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1914. Date:   Sat Aug 13 16:56:14 2005 +0000
  1915.     Remove unused comments
  1916. commit a031e4067a9c7e08370ad46b2ea0ff5fb2eba909
  1917. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1918. Date:   Sat Aug 13 16:55:28 2005 +0000
  1919.     Print status change message when volume is changed with volume command on the rc interface.
  1920. commit 1de1e4ea43b3118968783657e4b70280f7f42af8
  1921. Author: Rémi Denis-Courmont <rem@videolan.org>
  1922. Date:   Sat Aug 13 16:23:19 2005 +0000
  1923.     - convert UTF16/UTF32 to UTF8 rather than Latin1 - closes #287
  1924. commit 203eeb89b12fba596e1a85c4b1e9eba690946d30
  1925. Author: Rémi Denis-Courmont <rem@videolan.org>
  1926. Date:   Sat Aug 13 16:08:29 2005 +0000
  1927.     Reuse TLS module/object when already present - closes #288
  1928. commit 129a0b8e29fdd260672238b46ca010861b2cfb81
  1929. Author: Rémi Denis-Courmont <rem@videolan.org>
  1930. Date:   Sat Aug 13 15:33:22 2005 +0000
  1931.     Undo LC_NUMERIC change
  1932. commit d70d55f89d821030528b768e311961ff4484c5de
  1933. Author: Rémi Denis-Courmont <rem@videolan.org>
  1934. Date:   Sat Aug 13 15:20:45 2005 +0000
  1935.     Remove useless debug stuff
  1936. commit e38386df9ecc59002011ac9872d4351456a4ebec
  1937. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1938. Date:   Sat Aug 13 15:19:57 2005 +0000
  1939.     updated Russian translation by Andrey Brilevskiy
  1940. commit 6e256bcc567c256269138419be486a834df77db9
  1941. Author: Antoine Cellerier <dionoea@videolan.org>
  1942. Date:   Sat Aug 13 15:03:21 2005 +0000
  1943.     Disclaimer : this commit would need to be checked by someone
  1944.     
  1945.     Change locale (LC_NUMERIC) in appropriate places so we always use the
  1946.     user's locale when reading/writting floats to config (otherwise it would
  1947.     read floats using C locale (float separator is . in C) and write them
  1948.     using the user's local (float separator can be , instead of .))
  1949.     
  1950.     If these changes aren't ok, then i think that the only solution would be
  1951.     to always setlocale(LC_NUMERIC, "C") when handling config str<->float
  1952.     conversions.
  1953. commit e43b548b9f2b1519be8e49f83f93d1a12b4fe8c7
  1954. Author: Rémi Denis-Courmont <rem@videolan.org>
  1955. Date:   Sat Aug 13 14:44:12 2005 +0000
  1956.     Fix for make distclean
  1957. commit 902981f5eaa7da83694c64050cafc35c14617098
  1958. Author: Rémi Denis-Courmont <rem@videolan.org>
  1959. Date:   Sat Aug 13 14:15:09 2005 +0000
  1960.     Fix make dist when builddir != srcdir
  1961. commit 2229dc4057315edc19cf12e8dfa47ecb3c6b43f8
  1962. Author: Rémi Denis-Courmont <rem@videolan.org>
  1963. Date:   Sat Aug 13 14:08:02 2005 +0000
  1964.     Unbreak make dist
  1965. commit 9afded64a36dc0224e97b986f18faac9ad5ea7cd
  1966. Author: Rémi Denis-Courmont <rem@videolan.org>
  1967. Date:   Sat Aug 13 13:56:47 2005 +0000
  1968.     - Append CRLF manually
  1969.     - Compiler warning fixed
  1970. commit b0aaeaa099fcf4308d462e83c187f19734d8eb6b
  1971. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1972. Date:   Sat Aug 13 13:49:04 2005 +0000
  1973.     remove unusefull comment
  1974. commit d4e7f95109c338b6cd8bf532e56fc9190855e32d
  1975. Author: Rémi Denis-Courmont <rem@videolan.org>
  1976. Date:   Sat Aug 13 13:19:30 2005 +0000
  1977.     Revert commit [12128] that violate gettext rules
  1978.     (carriage return are forbidden).
  1979. commit c8c602161f8bf9378812f48a2c0ddd1f2acb3549
  1980. Author: Rémi Denis-Courmont <rem@videolan.org>
  1981. Date:   Sat Aug 13 13:14:19 2005 +0000
  1982.     "toolbox --update-po" becomes "make update-po"
  1983.     
  1984.     Now can update PO when compiling from subdir
  1985. commit 653b115f5c9274237d5522291d0b46f93c901c8d
  1986. Author: Rémi Denis-Courmont <rem@videolan.org>
  1987. Date:   Sat Aug 13 13:12:48 2005 +0000
  1988.     Resync necessary (removal of obsolote plugins)
  1989. commit 1a13f12cf79bae656a8aea66bc3f80652429ec3e
  1990. Author: Christophe Massiot <massiot@videolan.org>
  1991. Date:   Sat Aug 13 13:12:13 2005 +0000
  1992.      * configure.ac: Reverted [12094] and [12138] because the ffmpeg team
  1993.        doesn't care to fix their packageconfig stuff to be really useful (such
  1994.        as instructing to link with mp3lame, zlib, etc.), so the
  1995.        packageconfig stuff doesn't bring much, and the current code breaks
  1996.        under OS X and Cygwin (at least).
  1997. commit 7a833ab03f20da1fcca47b483b14a36e5374faa4
  1998. Author: Rémi Denis-Courmont <rem@videolan.org>
  1999. Date:   Sat Aug 13 11:17:26 2005 +0000
  2000.     Use net_AddressIsMulticast helper
  2001. commit b2d90584071d7359bb50ab5be8fc88903631d821
  2002. Author: Rémi Denis-Courmont <rem@videolan.org>
  2003. Date:   Sat Aug 13 09:13:08 2005 +0000
  2004.     Don't use undefined variables - should make automake 1.6 happy
  2005. commit 3ad9cce8a4bbde629b1f2fd82cc93b3baa1ac8d5
  2006. Author: Clément Stenac <zorglub@videolan.org>
  2007. Date:   Sat Aug 13 08:34:42 2005 +0000
  2008.     Remove obsolete files
  2009. commit 7b2a1b3c3765de8d614758613f76bfa070f2e314
  2010. Author: Rémi Denis-Courmont <rem@videolan.org>
  2011. Date:   Sat Aug 13 08:12:37 2005 +0000
  2012.     Get rid of the UNTRUE conditionnal
  2013.     and some other Makefile cleanup
  2014. commit 5cea088ad25a7ab4dc78f2380033c8538b4c37f6
  2015. Author: Christophe Massiot <massiot@videolan.org>
  2016. Date:   Sat Aug 13 00:14:09 2005 +0000
  2017.      * modules/access/http.c: Do not use vlc_UrlEncode for the same reason
  2018.        than [12145]. We just want to replace spaces.
  2019.      * include/network.h: Restored the previous behaviour of vlc_UrlEncode().
  2020.        We really mean to URL-encode ? & / etc. in order to be able to pass
  2021.        a string containing those special characters as a GET variable in the
  2022.        http control interface.
  2023. commit 4ff7fb1953f9378ac9869facbb980cd786dad15b
  2024. Author: Clément Stenac <zorglub@videolan.org>
  2025. Date:   Fri Aug 12 22:55:37 2005 +0000
  2026.     Add missing folder
  2027. commit 681264553565add5192868a451fa892e87f3d39c
  2028. Author: Clément Stenac <zorglub@videolan.org>
  2029. Date:   Fri Aug 12 21:49:28 2005 +0000
  2030.     Remove gtk, gtk2, qt and kde plugins
  2031.     
  2032.     If you want them, take them back from the svn attic, fix them and reintroduce them. I didn't remove the configure.ac snippets, they are still in but commented
  2033. commit 063cb8b6211d7acd370100dcfa3a839b91254e6b
  2034. Author: Clément Stenac <zorglub@videolan.org>
  2035. Date:   Fri Aug 12 21:39:43 2005 +0000
  2036.     Remove slp and joystick plugins
  2037. commit 74df93df57f50e07ffa6772ae42413fbc8e4f807
  2038. Author: Rémi Denis-Courmont <rem@videolan.org>
  2039. Date:   Fri Aug 12 20:01:54 2005 +0000
  2040.     and ampersand and question mark. Got them all this time.
  2041. commit f3c076ec85e716cf736ee33cb8f718154a65fd83
  2042. Author: Rémi Denis-Courmont <rem@videolan.org>
  2043. Date:   Fri Aug 12 19:58:45 2005 +0000
  2044.     Forgot @ -- thanks thedj
  2045. commit aabe5a87dc13e08dc70b6814116ce723263a8969
  2046. Author: Rémi Denis-Courmont <rem@videolan.org>
  2047. Date:   Fri Aug 12 19:44:52 2005 +0000
  2048.     Don't URL encode ./:[] because they are to be found in URLs...
  2049.     closes #311
  2050. commit 3b16a551afc5b31cf8fe829154635dda46cf7aaf
  2051. Author: Rémi Denis-Courmont <rem@videolan.org>
  2052. Date:   Fri Aug 12 19:17:33 2005 +0000
  2053.     Speed up recursive make significantly
  2054. commit bb137a2792b665978c3b836778fbd4ec1c61c975
  2055. Author: Christophe Massiot <massiot@videolan.org>
  2056. Date:   Fri Aug 12 19:11:54 2005 +0000
  2057.      * modules/control/http.c: Added an id="include" macro to include
  2058.        another file. Also reduced MAX_DIR_PATH_LENGTH to 2560 since
  2059.        allocating anything larger than 4kB on the stack is likely to break
  2060.        on many OSes.
  2061. commit 28e27d84bdca0e3f64dfb32ace81017c28380c29
  2062. Author: Christophe Massiot <massiot@videolan.org>
  2063. Date:   Fri Aug 12 17:51:20 2005 +0000
  2064.      * modules/demux/livedotcom.cpp: Do not use vlc_UrlEncode(), but simply
  2065.        replace spaces with '+'. That's what browsers do, and I think it's
  2066.        the right thing to do since vlc_UrlEncode was just breaking things.
  2067.        refs #90 and debian bug #279735
  2068. commit a9a9981ee7979aef4d6e6cffaf164bd061e48d40
  2069. Author: Christophe Massiot <massiot@videolan.org>
  2070. Date:   Fri Aug 12 17:36:58 2005 +0000
  2071.      * modules/control/http.c: Fixed vlc_set_var() and cosmetics.
  2072. commit 7b29b358a7025c1519c1f8e2e9665f1835670525
  2073. Author: Christophe Massiot <massiot@videolan.org>
  2074. Date:   Fri Aug 12 16:35:14 2005 +0000
  2075.      * src/input/es_out.c: Fixed a breakage of about everything introduced in
  2076.        [12140].
  2077. commit 64461dad84e1eceecce95b5327e07eeba3a1c761
  2078. Author: Christophe Massiot <massiot@videolan.org>
  2079. Date:   Fri Aug 12 16:17:56 2005 +0000
  2080.      * modules/control/http.c: New foreach tags to walk through the input
  2081.        variables : program, title, chapter, audio-es, video-es and spu-es.
  2082.        New RPN function "value 'variable' vlc_set_var" to change the input
  2083.        variables (variable can be any of those above).
  2084. commit 265e634c747a0d53920828b9b4f4a3a9cd5945d6
  2085. Author: Christophe Massiot <massiot@videolan.org>
  2086. Date:   Fri Aug 12 15:51:18 2005 +0000
  2087.      * modules/stream_out/transcode.c: New --sout-transcode-max-width and
  2088.        --sout-transcode-maxheight options, recommended to enforcea particular
  2089.        level of a video codec. Fixed --sout-transcode-fps when used in
  2090.        conjunction with --sout-transcode-threads=1.
  2091. commit c44bd3a829be3d108adfa104eaf874f8880574d4
  2092. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2093. Date:   Fri Aug 12 15:37:21 2005 +0000
  2094.     Fix seek breakage introduced in r12113
  2095. commit 23458725ce766bcb7fd908b392948a1449a760c6
  2096. Author: Christophe Mutricy <xtophe@videolan.org>
  2097. Date:   Fri Aug 12 14:20:06 2005 +0000
  2098.     ALL: Improvements in the M3U output and parser. Patch by Daniel Stränger.
  2099.          (Put both artist and name, protect comma with  )
  2100. commit cf08a571ced3bf3a2435207358ab0bdaf8f359f2
  2101. Author: Christophe Massiot <massiot@videolan.org>
  2102. Date:   Fri Aug 12 14:08:49 2005 +0000
  2103.      * configure.ac: libavcodec.pc doesn't instruct us to link with mp3lame,
  2104.        liba52, etc. so --with-ffmpeg-mp3lame and stuff should still be
  2105.        useful in this case. The ffmpeg module needs to be built-in under OS X
  2106.        otherwise it doesn't link.
  2107. commit 28dbc84fd64aeddeb1df34b97103767e0f6d32ea
  2108. Author: Christophe Mutricy <xtophe@videolan.org>
  2109. Date:   Fri Aug 12 13:04:38 2005 +0000
  2110.     Fix for builddir != srcdir
  2111. commit 98a5db4cf381232fd1172a4544317ca2c5de8dac
  2112. Author: Antoine Cellerier <dionoea@videolan.org>
  2113. Date:   Thu Aug 11 21:21:08 2005 +0000
  2114.     change name to --monitor-aspect-ratio so its consistent with other programs
  2115.     (like mplayer)
  2116. commit c4aaedc89c7d764a8e8874be19ba9425b2494208
  2117. Author: Clément Stenac <zorglub@videolan.org>
  2118. Date:   Thu Aug 11 21:17:04 2005 +0000
  2119.     no comment
  2120. commit d004be5c93e6e45f5143b4d744d04f2dc7316535
  2121. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2122. Date:   Thu Aug 11 21:03:20 2005 +0000
  2123.     Fix volume callback
  2124. commit bed4475a53ee4978ddb9600941191d4354661ddd
  2125. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2126. Date:   Thu Aug 11 21:00:56 2005 +0000
  2127.     Fix signalling of MPEG2-TS discontinuity indicators while seeking during streaming.
  2128. commit 001a4a94acc7c977144cbe1e6fa38355dc5b3a9b
  2129. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2130. Date:   Thu Aug 11 20:59:45 2005 +0000
  2131.     Don't explicitly flag the block. Clement could you check if fixes the break of local seeking from revision 12113.
  2132. commit d65e6f8d67415e321427b5f53921e1cc6b1c50a1
  2133. Author: Antoine Cellerier <dionoea@videolan.org>
  2134. Date:   Thu Aug 11 20:44:17 2005 +0000
  2135.     update
  2136. commit 7f1d39622668fbf8b2daa87647ea9b1888e363b4
  2137. Author: Antoine Cellerier <dionoea@videolan.org>
  2138. Date:   Thu Aug 11 20:41:26 2005 +0000
  2139.     add --screen-aspect-ratio option (user support at its best ...)
  2140. commit 854dec19be0ec0463e081dfc271ebc6d0936a8ab
  2141. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2142. Date:   Thu Aug 11 20:13:01 2005 +0000
  2143.     Fix revision 12116 which broke other transcode options. The commandline for streaming the OSD menu has changed into a boolean option --sout-transcode-osd: ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg --extraintf rc --sout '#transcode{osd}:std{url=127.0.0.1:1234,access=udp,mux=ts}'
  2144. commit cbd661c4aff15ba397b4f32a8b3400591dd94da0
  2145. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2146. Date:   Thu Aug 11 19:23:31 2005 +0000
  2147.     Fix rn issues for Windows compatibility
  2148. commit 0aa29b312c1c65e04acf68b92a3eb02d20f024a6
  2149. Author: Antoine Cellerier <dionoea@videolan.org>
  2150. Date:   Thu Aug 11 17:57:21 2005 +0000
  2151.     fix debug output colors
  2152. commit 733f0a84f788976f458de322bf7e15f6e0f9d80b
  2153. Author: Christophe Massiot <massiot@videolan.org>
  2154. Date:   Thu Aug 11 17:48:24 2005 +0000
  2155.      * modules/control/http.c: New RPN function vlc_seek(value), same syntax
  2156.        as the control=seek tag.
  2157. commit 7da87030fab8ee000a93077c1af305a3a26295ef
  2158. Author: Christophe Massiot <massiot@videolan.org>
  2159. Date:   Thu Aug 11 17:47:33 2005 +0000
  2160.      * src/misc/charset.c: ANSI_X3.4-1968 is also known as ASCII.
  2161. commit 43367c1ab16d1fd3e429f9a65df56ce0d49f7d63
  2162. Author: Christophe Massiot <massiot@videolan.org>
  2163. Date:   Thu Aug 11 14:50:50 2005 +0000
  2164.      * modules/control/http.c: foreach directory is now alpha-sorted in a
  2165.        case-insensitive way. Fixed again str_replace().
  2166. commit 373a676fa0a420ecbeb7dfb2fc086cecc0ca2efc
  2167. Author: Christophe Massiot <massiot@videolan.org>
  2168. Date:   Thu Aug 11 14:11:20 2005 +0000
  2169.      * modules/control/http.c: Fixed bugs in str_replace().
  2170. commit fab9512e82e81d7b0a5d001f128e92877a5dbc66
  2171. Author: Christophe Massiot <massiot@videolan.org>
  2172. Date:   Thu Aug 11 13:39:43 2005 +0000
  2173.      * modules/codec/ffmpeg: ffmpeg's av_log() messages now go to our messages
  2174.        bank instead of being fprintf'd to stderr.
  2175. commit ca7e34b3ebfc23010bdc17f0b601469f45dc3d73
  2176. Author: Christophe Massiot <massiot@videolan.org>
  2177. Date:   Thu Aug 11 13:37:50 2005 +0000
  2178.      * configure.ac: Fixed the contrib path in the general case.
  2179. commit 728dd91aad1d3e8c4b689b5c0e799753fa2ba19a
  2180. Author: Christophe Massiot <massiot@videolan.org>
  2181. Date:   Thu Aug 11 12:31:16 2005 +0000
  2182.      * modules/control/http.c: Rewrote the parsers to handle correctly special
  2183.        chars such as ', ',  , etc. Fixed a bug when parsing the GET
  2184.        arguments. Added new RPN functions :
  2185.        - str_replace( a, b, c ) : replaces all occurences of b with c in a
  2186.        - addslashes( s ) : escapes all " and ' with a backslash
  2187.        - stripslashes( s ) :  the opposite
  2188.        - htmlspecialchars( s ) : replaces &"'<> with their &stuff; equivalent
  2189.        - realpath( s ) : returns an absolute file path (see realpath(3))
  2190.        And fixed a few memory leaks.
  2191. commit a3053eb84e2cd659c9af727a5f49ef17eb8d1cd3
  2192. Author: Christophe Massiot <massiot@videolan.org>
  2193. Date:   Thu Aug 11 12:23:14 2005 +0000
  2194.      * include/network.h:vlc_UrlEncode() : though RFC 1738 allows to send
  2195.        $-_.+!*'(), unencoded, it also allows to encode any character. It is
  2196.        generally considered a good practive to urlencode $+!*'() because
  2197.        some buggy browsers (read: M$) have a problem with those characters.
  2198.        See the comments in http://fr.php.net/manual/en/function.rawurlencode.php
  2199.        for more information.
  2200. commit 284806797b1637b911679f8d197d5a6417e31ebc
  2201. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2202. Date:   Wed Aug 10 23:16:20 2005 +0000
  2203.     Fix regression in timing behaviour. A minute jump is ~1 min again.
  2204. commit 88bb86ec9834db1f27168a1bdcab5fc7b52a2723
  2205. Author: Derk-Jan Hartman <hartman@videolan.org>
  2206. Date:   Wed Aug 10 22:31:12 2005 +0000
  2207.     * Fixed VLC_IsPlaying (fixes #259)
  2208.       Now uses the state variable instead of playlist_IsPlaying. The PLAYLIST_PAUSED state is no longer reliable since the introduction of the state variable for testing if playback is in a paused state. Perhaps we should remove this part of the playlist logic and keep it to RUNNING and STOPPED.
  2209. commit 26e60046898da4294f4686d34fbf499385bbf6d1
  2210. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2211. Date:   Wed Aug 10 22:08:50 2005 +0000
  2212.     Forward port of branches/0.8.1-jpsaman-thedj revision 12070. The OSD menu subsystem consists of two parts a core part (src/osd, include/vlc_osd.h) and a subfilter (modules/video_filter/osdmenu.c). The OSD menu can be used locally or it can be streamed. It depends on the way the functionality is called from the vlc commandline. Currently there is only one way to make the subpictures appear on the video and that is through the rc-interface. The following commands are supported by it: "menu on" (show OSD menu), "menu off" (hide OSD menu), "menu left" (highlight button on the left), "menu right" (highlight button on the right), "menu up" (highlight button above), "menu down" (highlight button below) or "menu select" (perform hotkey action). When there is no button on the left, right, up or down then the menu-command will be ignored.
  2213.     
  2214.     To stream use a commandline similar to this:
  2215.     
  2216.     ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg --extraintf rc --sout '#transcode{sfilter=osdmenu}:std{mux=ts,access=udp,url=127.0.0.1:1234}' -vvvv
  2217.     
  2218.     For local playback a commandline like this is needed:
  2219.     
  2220.     ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg -vvvv
  2221.     
  2222.     Have fun with the basic functionality - jpsaman.
  2223. commit d8fc9f3b89c2b0409bcda5fa81a5e604103c20ef
  2224. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2225. Date:   Wed Aug 10 21:47:13 2005 +0000
  2226.     By default --packetizer-mpegvideo-sync-iframe is disabled.
  2227. commit fdbb38ee52b000e993e24881141bc50473a3ffc7
  2228. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2229. Date:   Wed Aug 10 21:45:54 2005 +0000
  2230.     The OSD menu pictures in two flavors a simple (default.cfg) and a more full version (dvd.cfg). (forward ported from branches/0.8.1-jpsaman-thedj)
  2231. commit 396d77133092ff6a127824ac3a669192e8a8b07d
  2232. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2233. Date:   Wed Aug 10 20:07:20 2005 +0000
  2234.     Flagging BLOCK_FLAG_DISCONTINUITY for every PID in the input when the slider is moved on the GUI or a jump in the stream is made. It is also propagated to the mpegvideo packetizer. The packetizer has a new mode to sync on I-frame boundary after such a jump. It avoids sending some broken frames to the client. (Forward port of branches/0.8.1-jpsaman-thedj revision 11067 and 11842.)
  2235. commit af44196ee69a672807560c64b3a3359e8101ff17
  2236. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2237. Date:   Wed Aug 10 19:34:18 2005 +0000
  2238.     cosmetic fix
  2239. commit 6c3cbb7b92a14d2757b96463789569c3513008a1
  2240. Author: Jean-Paul Saman <jpsaman@videolan.org>
  2241. Date:   Wed Aug 10 19:29:49 2005 +0000
  2242.     Add a fake language type for OSD subpictures. This allows you to select the OSD menu subtitle from the GUI.
  2243. commit 87b4ada3db5142457f287ca9533c421c8bdc6890
  2244. Author: Derk-Jan Hartman <hartman@videolan.org>
  2245. Date:   Wed Aug 10 16:26:39 2005 +0000
  2246.     * correct the vlc:pause: help (closes #309)
  2247.     * re-enable the rt-priority line for OSX. it's not broken, just prints annoying error messages (refs #206)
  2248. commit 6f3e6b0cf5cb4d310c1ada2fea00946621fb8761
  2249. Author: Rémi Denis-Courmont <rem@videolan.org>
  2250. Date:   Wed Aug 10 16:21:45 2005 +0000
  2251.     Also update IsEncoded
  2252. commit a0db104db95f20dd518709b239faa70cfe2e86fc
  2253. Author: Derk-Jan Hartman <hartman@videolan.org>
  2254. Date:   Wed Aug 10 16:18:18 2005 +0000
  2255.     * Remove vlc:run (externrun is removed from SVN) and vlc:loop (we have --loop).
  2256.       Playlist item commands are soooo dirty :D
  2257. commit bd4e7c98e16ab7c0163f8f3e960a8a2e0d8910e5
  2258. Author: Rémi Denis-Courmont <rem@videolan.org>
  2259. Date:   Wed Aug 10 16:08:12 2005 +0000
  2260.     Stricter RFC1788 obeying UrlEncode