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

midi

开发平台:

Unix_Linux

  1. commit fd014e1e9ac398b2ad477f334c5926e49390b9ed
  2. Author: Christophe Mutricy <xtophe@videolan.org>
  3. Date:   Wed Aug 10 15:30:47 2005 +0000
  4.     size_t is unsigned and it's a bad idea to compare it to 0. Fixes #308.
  5.     Some one with VC7 should test this commit
  6. commit 8fea082b2a39fd888963470fb2d8746c50925abb
  7. Author: Sam Hocevar <sam@videolan.org>
  8. Date:   Wed Aug 10 14:19:59 2005 +0000
  9.       * Makefile.am: distribute the Makefile and zsh.cpp files in extras/.
  10. commit 1671f596950481ab263c0d4582eb68155e02e33c
  11. Author: Sam Hocevar <sam@videolan.org>
  12. Date:   Wed Aug 10 14:19:32 2005 +0000
  13.       * mozilla/support/npunix.c: amd64 issue fix, NPP_GetJavaClass wasn't defined.
  14. commit 31ba92c7ecd53aaf41bc37224a400f95740eac84
  15. Author: Sam Hocevar <sam@videolan.org>
  16. Date:   Wed Aug 10 14:18:03 2005 +0000
  17.       * extras/Makefile: fixed the zsh.cpp build.
  18. commit d30d02fe8322ae8deb62ab4ea3bfb483298ad037
  19. Author: Derk-Jan Hartman <hartman@videolan.org>
  20. Date:   Wed Aug 10 14:12:17 2005 +0000
  21.     * Don't use the bandlimited resampler for downsampling (skew resampling for instance). The resampler doesn't have a low pass filter? This closes #256
  22.      - on a side note, it also seems to fix the stack corruption (resulting in deadlock) issues i was having with audio output that was being resampled by auhal.
  23. commit b013ed311020e138bd3181ab69bcaf1df934efe2
  24. Author: Sam Hocevar <sam@videolan.org>
  25. Date:   Wed Aug 10 13:59:07 2005 +0000
  26.       * Updated Debian packaging stuff.
  27. commit 9a080389b3166b2e9c816173ed727acc0b3ae8bf
  28. Author: Sam Hocevar <sam@videolan.org>
  29. Date:   Wed Aug 10 12:45:55 2005 +0000
  30.       * Re-ran toolbox --update-po.
  31. commit b04a60423258bd760378757c9aa50a056a096efd
  32. Author: Christophe Mutricy <xtophe@videolan.org>
  33. Date:   Wed Aug 10 08:13:09 2005 +0000
  34.     Add ACCESS_GET_META in the dummy access to avoid an error
  35. commit 0d78e9eba5e0c1049378358cddc77e68ca282c60
  36. Author: Derk-Jan Hartman <hartman@videolan.org>
  37. Date:   Wed Aug 10 02:18:03 2005 +0000
  38.     * Added playlist preparse item to the playlist contextual menu.
  39. commit 5a896a3ea886dd516857a3b7491da051c64a33c1
  40. Author: Jean-Paul Saman <jpsaman@videolan.org>
  41. Date:   Tue Aug 9 21:18:22 2005 +0000
  42.     make positioning of subpictures posible in dvbsub
  43. commit fafb8f9d746b7c333c0e08d08fdaeb54cf1e72ad
  44. Author: Derk-Jan Hartman <hartman@videolan.org>
  45. Date:   Tue Aug 9 19:44:25 2005 +0000
  46.     * spelling
  47. commit 4d611bb029dc40fedd43359bd7ddef8c86803735
  48. Author: Christophe Mutricy <xtophe@videolan.org>
  49. Date:   Tue Aug 9 19:20:45 2005 +0000
  50.     Add a test for pkg-config for ffmpeg. It now do in order: ffmpeg-config, pkg-config, default location, given tree. fixes #306.
  51.     To cross-compile on a debian, use PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig and --with-ffmpeg-config-path=somewhere with no ffmpeg-config (/usr/win32/bin by ex)
  52. commit 705499c6faca9f827df3720f84e83e0e330b5c26
  53. Author: Jean-Paul Saman <jpsaman@videolan.org>
  54. Date:   Tue Aug 9 19:15:32 2005 +0000
  55.     Fix compiler warning about comparing signed and unsigned
  56. commit 3a189811d80fb9b4ac6e4bad9e1ccc22178312af
  57. Author: Christophe Massiot <massiot@videolan.org>
  58. Date:   Tue Aug 9 17:35:13 2005 +0000
  59.      * modules/control/http.c: New RPN functions: vlc_play, vlc_stop, vlc_pause,
  60.        vlc_next, vlc_previous, playlist_empty. Miscellaneous coding style fixes.
  61. commit 33a9e33504074cdd1f63790b9c24a234ef8e7b6c
  62. Author: Felix Paul Kühne <fkuehne@videolan.org>
  63. Date:   Tue Aug 9 17:34:37 2005 +0000
  64.     * playlist.m: fixed some "makes integer from pointer without a cast" warnings and moved "j" inside the #if 0 - block, so it isn't detected as "unused"
  65.     * wizard.m: run "resetWizard" when returning to the first page. Otherwise the encap-tab might not work properly (when switching from Streaming to Transcoding after having passed the streaming-method-tab)
  66. commit a73d65a89f314dedec7961f4102eb6c797393f34
  67. Author: Jean-Paul Saman <jpsaman@videolan.org>
  68. Date:   Tue Aug 9 15:20:23 2005 +0000
  69.     Fix compiler warning about comparing signed unsigned.
  70. commit 9aa09bba7a80a1e64588f8e01b353dddd653f5f8
  71. Author: Jean-Paul Saman <jpsaman@videolan.org>
  72. Date:   Tue Aug 9 15:18:44 2005 +0000
  73.     Made es_format_t member i_bitrate unsigned int, because I cannot imagine it ever to be negative.
  74. commit faddfac009623397b47ed978001f093d77ec3f9f
  75. Author: Jean-Paul Saman <jpsaman@videolan.org>
  76. Date:   Tue Aug 9 14:56:58 2005 +0000
  77.     Fix typo and updating copyright
  78. commit 7b87020d14c4bbc613bcb52c91fbf7e31797d480
  79. Author: Jean-Paul Saman <jpsaman@videolan.org>
  80. Date:   Tue Aug 9 14:43:04 2005 +0000
  81.     Fix compiler warnings about comparing signed and unsigned
  82. commit ca639cdf1804fbbc9b05811d457f6f987e6f9588
  83. Author: Jean-Paul Saman <jpsaman@videolan.org>
  84. Date:   Tue Aug 9 14:42:19 2005 +0000
  85.     use proper type for struct subpicture_t.b_absolute
  86. commit 098486520c795131354d315561187d03e4bfc85b
  87. Author: Jean-Paul Saman <jpsaman@videolan.org>
  88. Date:   Tue Aug 9 14:31:24 2005 +0000
  89.     some explanation
  90. commit 0369c9f0ac86ea0e0f385eab7b585a2566075517
  91. Author: Jean-Paul Saman <jpsaman@videolan.org>
  92. Date:   Tue Aug 9 14:27:23 2005 +0000
  93.     Added new hotkeys (key-intf-hide, key-jump-3sec, key-jump+3sec, key-title-next, key-title-prev, key-chapter-next, key-chapter-prev) and expanded the hotkey structure. This is a forward port from branch vlc-0.8.1-jpsaman-thedj revision 11756.
  94. commit 90a27edc16c8f5dbb32a487fb70d4cdf7aedefd0
  95. Author: Jean-Paul Saman <jpsaman@videolan.org>
  96. Date:   Tue Aug 9 13:44:50 2005 +0000
  97.     Fix compiler warning about unused variables
  98. commit 67429eaf7b56ee3f3bb5e96f5b6fad84310713cb
  99. Author: Jean-Paul Saman <jpsaman@videolan.org>
  100. Date:   Tue Aug 9 13:42:11 2005 +0000
  101.     Fix compiler warnings about signed - unsigned comparisons
  102. commit 58f925c65a66372dad3eb0edc257f03355d94903
  103. Author: Jean-Paul Saman <jpsaman@videolan.org>
  104. Date:   Tue Aug 9 13:40:18 2005 +0000
  105.     Fix compiler warnings about signed - unsigned comparisons
  106. commit 578759d7eaa3c35fa2d98ecb5812b4046154471b
  107. Author: Jean-Paul Saman <jpsaman@videolan.org>
  108. Date:   Tue Aug 9 13:33:36 2005 +0000
  109.     Fix compiler warnings about signed - unsigned comparisons
  110. commit 4aed464ff3151f85ed3a008aad07b09a41bc378d
  111. Author: Derk-Jan Hartman <hartman@videolan.org>
  112. Date:   Tue Aug 9 13:28:11 2005 +0000
  113.     * Use psz_shortname instead of object name in the Preferences tree of OS X prefs.
  114. commit 04a19873a0cf6a2e9a84fb5a747c7b9a17b02805
  115. Author: Derk-Jan Hartman <hartman@videolan.org>
  116. Date:   Tue Aug 9 13:25:49 2005 +0000
  117.     * Fix object refcount
  118.     * Fix some cosmetics
  119. commit 28e2485a6682f4c884e091f37243d30c3a88ec2b
  120. Author: Jean-Paul Saman <jpsaman@videolan.org>
  121. Date:   Tue Aug 9 09:49:32 2005 +0000
  122.     sanity checking
  123. commit eeca6121439eb95c02ee4771b9d804eb408ac4ab
  124. Author: Jean-Paul Saman <jpsaman@videolan.org>
  125. Date:   Tue Aug 9 08:57:50 2005 +0000
  126.     some sanity checks
  127. commit 85189500bd19c0686b41542e6ab206d57f06fc35
  128. Author: Antoine Cellerier <dionoea@videolan.org>
  129. Date:   Mon Aug 8 17:41:08 2005 +0000
  130.     some more trailing spaces
  131. commit 148ab11fcc823202995e099570b78c5b882c4168
  132. Author: Antoine Cellerier <dionoea@videolan.org>
  133. Date:   Mon Aug 8 17:18:08 2005 +0000
  134.     delete trailing spaces ...
  135. commit 8fd842248c7f18147213c404a6dc9e97174245a9
  136. Author: Rémi Denis-Courmont <rem@videolan.org>
  137. Date:   Mon Aug 8 16:15:30 2005 +0000
  138.     Fix memleak in error handling
  139. commit ef6edbf2074a161bfc145d02910e5fae6782170e
  140. Author: Rémi Denis-Courmont <rem@videolan.org>
  141. Date:   Mon Aug 8 15:50:32 2005 +0000
  142.     VLC cannot work properly without libiconv
  143. commit 30ec47f86aeeef006d8ebdfd7cb987ab99ad3051
  144. Author: Jean-Paul Saman <jpsaman@videolan.org>
  145. Date:   Mon Aug 8 12:25:42 2005 +0000
  146.     Track RTP sequence numbers and mark the first MPEG2-TS packet with a transport error when a discontinuity occurs.
  147. commit 32b36df2f343d8cf76baaae8a7f117b7b301e9f1
  148. Author: Jean-Paul Saman <jpsaman@videolan.org>
  149. Date:   Mon Aug 8 10:18:03 2005 +0000
  150.     Fix a segmentation fault introduced by the previous commit
  151. commit 94e2f25b6c0614e9ff1980e56b8a9149c9010bb5
  152. Author: Christophe Mutricy <xtophe@videolan.org>
  153. Date:   Mon Aug 8 09:57:45 2005 +0000
  154.     Fix refcount problem (thanks to DrakeGuan for spotting it)
  155. commit 85078e25f611edf28d82175b7d130ac1fa8362dc
  156. Author: Jean-Paul Saman <jpsaman@videolan.org>
  157. Date:   Mon Aug 8 09:44:42 2005 +0000
  158.     Fix a segmentation fault introduced by the previous commit
  159. commit 03e270d09783a604ab2402973980f7b3c7b73018
  160. Author: Jean-Paul Saman <jpsaman@videolan.org>
  161. Date:   Mon Aug 8 09:16:09 2005 +0000
  162.     (Forward port from branch 0.8.1-jpsaman-thedj) TS demux can now dump a TS stream directly to a file or special devices, this mode can be used with DSP's. Enhanced CSA encryption/decryption with a non standard mode to encrypt/decrypt a part of a TS packet. Further I replaced a bunch of // comments with /* .. */ comments style.
  163. commit a0c550b8773506d2f545e9e47a740c250cc74e82
  164. Author: Clément Stenac <zorglub@videolan.org>
  165. Date:   Sun Aug 7 20:22:33 2005 +0000
  166.     One more
  167. commit f1d870cfe5668ad7d8211f4474b69d613e92f525
  168. Author: Clément Stenac <zorglub@videolan.org>
  169. Date:   Sun Aug 7 20:22:02 2005 +0000
  170.     s/wxwindows/wxwidgets
  171. commit dcd894210898425641ae8b176202044bd52af96a
  172. Author: Felix Paul Kühne <fkuehne@videolan.org>
  173. Date:   Sun Aug 7 18:23:46 2005 +0000
  174.     * forgot these 2
  175. commit ad730d0597788b7035f9cfd9773a324c9f3f59fb
  176. Author: Felix Paul Kühne <fkuehne@videolan.org>
  177. Date:   Sun Aug 7 17:58:39 2005 +0000
  178.     * whoops
  179. commit 509ed543963645d4e73b1d4290ccd612477f8cca
  180. Author: Felix Paul Kühne <fkuehne@videolan.org>
  181. Date:   Sun Aug 7 17:54:45 2005 +0000
  182.     * ALL: ported the WX-bookmarks-window to Cocoa (closes #22)
  183.         - complete functionality except "Extract" (I'm going to fix that next week)
  184.     * MainMenu.nib: re-orded the window-menu a bit
  185.     * wizard.*: added a method to launch it from the bookmarks
  186. commit 836900c56f354fa4cd8f6e9ea8d49f041f36dfeb
  187. Author: Olivier Teulière <ipkiss@videolan.org>
  188. Date:   Sun Aug 7 11:46:25 2005 +0000
  189.      * wxwidgets/updatevlc.cpp: Resize the tree control when resizing the window
  190. commit 99629fc2473e7f0ea80951e8f4f4145f65b8a4a9
  191. Author: Felix Paul Kühne <fkuehne@videolan.org>
  192. Date:   Sun Aug 7 11:07:49 2005 +0000
  193.     * fix compile warnings
  194. commit e92bf3b72c8274aa5874a8cddb082e17f9560812
  195. Author: Olivier Teulière <ipkiss@videolan.org>
  196. Date:   Sun Aug 7 10:56:07 2005 +0000
  197.      * wxwidgets/menus.cpp: Added "Open Directory" in the wx popup menu
  198.      * skins2: Added dialogs.directory() and dialogs.streamingWizard() actions
  199.      * doc/skins/skins2-howto.xml: Updated the doc accordingly
  200. commit 9a19fa7903a720db53591b483a054a76aad3358a
  201. Author: Antoine Cellerier <dionoea@videolan.org>
  202. Date:   Sun Aug 7 02:59:04 2005 +0000
  203.      * add "remove prefs and cache" option in installer and uninstaller
  204. commit 7c08fb2f67a5044d2a855d3dc6b2431cb2f7aa61
  205. Author: Cyril Deguet <asmax@videolan.org>
  206. Date:   Sat Aug 6 23:45:34 2005 +0000
  207.      * all: fixed member initialization order
  208. commit 64a27c195ab21da6a586d854bb883be20215d0ab
  209. Author: Cyril Deguet <asmax@videolan.org>
  210. Date:   Sat Aug 6 23:38:31 2005 +0000
  211.      * all: use command objects in FSM instead of C-style callbacks
  212. commit f6fd8d49f9f067d40cb13e7814fc2c331583f4d2
  213. Author: Felix Paul Kühne <fkuehne@videolan.org>
  214. Date:   Sat Aug 6 23:17:23 2005 +0000
  215.     * comment out an include, which isn't in trunk yet...
  216. commit e3022222a4503f9eb875b356e05ad84e4f955dfc
  217. Author: Felix Paul Kühne <fkuehne@videolan.org>
  218. Date:   Sat Aug 6 23:16:09 2005 +0000
  219.     * fix 4 memory leaks introduced in the nib-split, stupid me
  220. commit 96794fa4e7762f0aadd709fc8986ebfec00cb5c8
  221. Author: Felix Paul Kühne <fkuehne@videolan.org>
  222. Date:   Sat Aug 6 22:40:35 2005 +0000
  223.     * set keywords
  224. commit 2948fd1c0767a372b87bf9780580ec3c3b400ef3
  225. Author: Felix Paul Kühne <fkuehne@videolan.org>
  226. Date:   Sat Aug 6 21:22:23 2005 +0000
  227.     * added the IMG-file-type
  228. commit fdb8c4abc0f0ad900220f1eb7bab79cc8ab4ab9a
  229. Author: Antoine Cellerier <dionoea@videolan.org>
  230. Date:   Sat Aug 6 21:17:27 2005 +0000
  231.     fix compile on makensis versions < 2.07 (debian sid is 2.06)
  232. commit b96fe1a26b48067c949a7acfd2397d2feef3e873
  233. Author: Cyril Deguet <asmax@videolan.org>
  234. Date:   Sat Aug 6 21:15:48 2005 +0000
  235.      * dialogs.cpp: fixed an assert failure in open skins dialog
  236. commit 092d5e16a7a0396648b84847ffb0ae7b63dc69bc
  237. Author: Felix Paul Kühne <fkuehne@videolan.org>
  238. Date:   Sat Aug 6 20:48:15 2005 +0000
  239.     * Updated
  240. commit ba08aac52620e973ce063517fa6a359388faafd2
  241. Author: Antoine Cellerier <dionoea@videolan.org>
  242. Date:   Sat Aug 6 19:44:35 2005 +0000
  243.      * add context menu item to open directories
  244.      * ask to uninstall VLC before installing
  245.      * use several languages (its nice for people who really don't talk english)
  246.      * small fixes
  247. commit d71f0a67d65e69d467df753575b403dc4fb2e5bd
  248. Author: Cyril Deguet <asmax@videolan.org>
  249. Date:   Sat Aug 6 19:36:54 2005 +0000
  250.      * vlc_common.c: forward declaration of dirent for vlc_symbols.h
  251. commit 1a4ae5679d635d3393cdd9747ce42730c15d20f0
  252. Author: Cyril Deguet <asmax@videolan.org>
  253. Date:   Sat Aug 6 19:09:54 2005 +0000
  254.      * charset.c: don't return a pointer to a buffer allocated on the stack!
  255.      * all: removed some warnings
  256. commit 9bcabfdad2c9d6a9a6da67e9395367da180c7b78
  257. Author: Cyril Deguet <asmax@videolan.org>
  258. Date:   Sat Aug 6 15:08:37 2005 +0000
  259.      * libvlc.c: don't crash in vlc_iconv if vlc_iconv_open failed
  260.      * sap.c: compilation fix
  261.      * win32_graphics.cpp: avoid multiple #define
  262. commit 6c1ee3a269cd6496fe59aeb3f93f6448af387de3
  263. Author: Christophe Massiot <massiot@videolan.org>
  264. Date:   Sat Aug 6 11:45:34 2005 +0000
  265.      * src/extras/libc.c: Fixed compilation on systems without scandir().
  266. commit 1da4cee504d32b96d9ac77d655942a6d15c2cb34
  267. Author: Christophe Massiot <massiot@videolan.org>
  268. Date:   Sat Aug 6 11:04:31 2005 +0000
  269.      * include/vlc_common.h: VLC_EXPORT macros can't span on several lines.
  270. commit 6ea5cf5ec1040ed85f4b44d81c26f3e500ee9bba
  271. Author: Felix Paul Kühne <fkuehne@videolan.org>
  272. Date:   Fri Aug 5 19:47:51 2005 +0000
  273.     * macosx/extended.*: finished the extended-controls for OSX (closes #268)
  274.         - save the prefs when they are changed, so the settings are kept
  275.         - restore the objects to the correct values
  276.         - fixed some compiler warnings
  277.         - i18n support additions
  278.     
  279.     * Extended.nib: minor tweak
  280.     
  281.     * wxwidgets/extrapanel.cpp: fixed typo
  282. commit f9d13dd1ea6b0e15030696930ae4f976fc83e11d
  283. Author: Christophe Massiot <massiot@videolan.org>
  284. Date:   Fri Aug 5 19:25:38 2005 +0000
  285.      * src/extras/libc.c: Added an implementation of scandir (from directory.c).
  286.      * modules/control/http.c: Use scandir instead of readdir since it allows
  287.        to sort the files alphanumerically.
  288.      * src/misc/charset.c: Fixed the declaration of vlc_fix_readdir_charset.
  289. commit b9baae25a88894d62677ba065ff156c9ffe601df
  290. Author: Christophe Massiot <massiot@videolan.org>
  291. Date:   Fri Aug 5 18:44:47 2005 +0000
  292.      * modules/control/http.c: Support for ~ in foreach directory.
  293. commit 4e69a7226d6b54b9457c85d8c1467056aab36ce3
  294. Author: Christophe Massiot <massiot@videolan.org>
  295. Date:   Fri Aug 5 17:56:50 2005 +0000
  296.      * modules/control/http.c: Added two new RPN functions : playlist_add and
  297.        play. playlist_add takes two arguments, mrl and name, and returns
  298.        the ID of the added item. play takes 1 argument, the ID of the item,
  299.        and returns non-zero in case of error. These functions are much more
  300.        convenient than using the "control" tags, because you can then do
  301.        several commands in the same page, and get the playlist ID of the
  302.        added item, which many people complained about.
  303. commit 55aa2c8a08092ec8da69ff9a94d8bdbee32e2880
  304. Author: Christophe Massiot <massiot@videolan.org>
  305. Date:   Fri Aug 5 17:52:46 2005 +0000
  306.      * modules/gui/skins2/src/skin_main.cpp: Unsubscribe message queue when
  307.        failing.
  308. commit e17a15a226a24c83bacf4ecfe19a4b50096c6865
  309. Author: Rémi Denis-Courmont <rem@videolan.org>
  310. Date:   Fri Aug 5 15:56:41 2005 +0000
  311.     Fix compiler warnings
  312. commit 17950a15dfa34ac9309fd363b344ed4fbae6b441
  313. Author: Christophe Massiot <massiot@videolan.org>
  314. Date:   Fri Aug 5 15:20:53 2005 +0000
  315.      * ALL: a couple more vlc_object_release()...
  316. commit 96377d38b578a89696660851232db9d726de83a4
  317. Author: Christophe Massiot <massiot@videolan.org>
  318. Date:   Fri Aug 5 14:46:20 2005 +0000
  319.      * modules/stream_out/transcode.c: Fixed DTS madness after pausing when
  320.        --sout-transcode-fps is in use.
  321. commit b314c95053db745a17d436b342cc2f5775d88a1d
  322. Author: Christophe Massiot <massiot@videolan.org>
  323. Date:   Fri Aug 5 13:54:35 2005 +0000
  324.      * src/misc/httpd.c: Changed the encoding of mandatory pages (401, 403, 404...)
  325.        to ascii instead of UTF-8 because those pages actually contain only
  326.        ascii characters, and it allows it to work with all browsers including
  327.        those which do not support UTF-8. BTW these pages should be somewhere
  328.        in the filesystem instead of hard-coded in the C file.
  329. commit af59bbe34108c68a70c11fbaaae7660c21ff4f21
  330. Author: Christophe Massiot <massiot@videolan.org>
  331. Date:   Fri Aug 5 13:45:56 2005 +0000
  332.      * ALL: releasing a few unreleased objects.
  333. commit 3d9d57398f93278ff0cb74faee0b3678e40a35fd
  334. Author: Christophe Massiot <massiot@videolan.org>
  335. Date:   Fri Aug 5 13:45:10 2005 +0000
  336.      * src/misc/objects.c: More verbosity to debug unreleased objects.
  337. commit bcff7cfc2ab3509b67ea175b32f7d02c344e36af
  338. Author: Christophe Massiot <massiot@videolan.org>
  339. Date:   Fri Aug 5 13:43:50 2005 +0000
  340.      * src/input/input.c: msg_Warn->msg_Dbg
  341. commit dd74f7d10426495e01ea0c75d3238a868380a835
  342. Author: Felix Paul Kühne <fkuehne@videolan.org>
  343. Date:   Fri Aug 5 13:03:54 2005 +0000
  344.     * fixed minor stuff
  345. commit cda8bbdb87aa1ae1a927ceadb8c8f7d39363fc9e
  346. Author: Felix Paul Kühne <fkuehne@videolan.org>
  347. Date:   Fri Aug 5 13:03:20 2005 +0000
  348.     * added video filters and i18n support -- still ToDo: loaded the settings from the prefs correctly
  349. commit 4d6d9949cc44e1e87904dc897c6df0cda3badd26
  350. Author: Felix Paul Kühne <fkuehne@videolan.org>
  351. Date:   Fri Aug 5 07:52:05 2005 +0000
  352.     * updated the po-files
  353. commit 94444880aa9396d92a78649f131dca240ffa91dc
  354. Author: Felix Paul Kühne <fkuehne@videolan.org>
  355. Date:   Thu Aug 4 23:31:31 2005 +0000
  356.     * VLCExtended is no class needed there
  357. commit 36ef2f6c3a6405a222d359cc5041e24beaaa32ab
  358. Author: Felix Paul Kühne <fkuehne@videolan.org>
  359. Date:   Thu Aug 4 23:24:50 2005 +0000
  360.     * port of the WX-advanded-GUI to OSX (refs #268)
  361.     - the adjust-image-filter and the audio-filters are completely useable
  362.     
  363.     ToDo:
  364.     - complete i18n support
  365.     - video-filters
  366.     - loading the settings from the prefs correctly
  367.     - probably minor layout tweaks, etc.
  368. commit 7088b9a6804f2892d560cb78c732acc4f2126d47
  369. Author: Gildas Bazin <gbazin@videolan.org>
  370. Date:   Thu Aug 4 21:58:02 2005 +0000
  371.     * configure.ac: another fix for libavutil detection.
  372. commit 340e7bfa2eb3f2535a63267326429f71ff927468
  373. Author: Gildas Bazin <gbazin@videolan.org>
  374. Date:   Thu Aug 4 21:49:00 2005 +0000
  375.     * configure.ac: support for latest ffmpeg changes (introduction of libavutil).
  376. commit 8d57418331923811504a6785fe7ed849ceca0f4d
  377. Author: Christophe Mutricy <xtophe@videolan.org>
  378. Date:   Thu Aug 4 19:22:10 2005 +0000
  379.     Compile fix
  380. commit e488f13ce872b6ebeab989b3aeef1577aab2e733
  381. Author: Christophe Massiot <massiot@videolan.org>
  382. Date:   Thu Aug 4 19:15:33 2005 +0000
  383.      * modules/control/http.c: New option --http-charset to specify which
  384.        charset the HTML pages will be transformed into (default no transform,
  385.        ie. UTF-8). Call vlc_fix_readdir_charset whenever necessary, the
  386.        http intf should now work under Mac OS X with non-ascii filenames.
  387.        When using the 'add' command (MVLC_ADD), add an extra paramater 'name'
  388.        besides 'mrl' to specify which name to use in the playlist.
  389. commit e06b50107154909088665545a02d396ee6e87c76
  390. Author: Rémi Denis-Courmont <rem@videolan.org>
  391. Date:   Thu Aug 4 19:14:06 2005 +0000
  392.     Initialize iconv at The Right Times
  393. commit 9aa61aa0912cdec9bb43a1c46fba2f5d06fc1618
  394. Author: Christophe Massiot <massiot@videolan.org>
  395. Date:   Thu Aug 4 19:11:07 2005 +0000
  396.      * modules/access/directory.c: Call vlc_fix_readdir_charset() whenever
  397.        needed. This fixes the directory access module under Mac OS X.
  398. commit 2b01db57c31e2f1fb1db70eba76aecfb75d080cb
  399. Author: Christophe Massiot <massiot@videolan.org>
  400. Date:   Thu Aug 4 19:10:21 2005 +0000
  401.      * extras/contrib/src: Patched libiconv to handle UTF-8-MAC (format
  402.        returned by Darwin's readdir). Probably we should send this upstream.
  403. commit adf38793e7d84d0adbe8656e44f7135785b4f34d
  404. Author: Christophe Massiot <massiot@videolan.org>
  405. Date:   Thu Aug 4 19:09:15 2005 +0000
  406.      * src/misc/charset.c: New function vlc_fix_readdir_charset. It is used
  407.        under Mac OS X to transform UTF-8-MAC returned by readdir() into
  408.        UTF-8. Darwin always uses UTF-8 internally, so we vlc_current_charset
  409.        should always return UTF-8. Also made vlc_current_charset()
  410.        thread-safe and added a few missing const's.
  411. commit 6ef8ef2aa4e53f4e3f800b36e61ea3d651561a79
  412. Author: Christophe Massiot <massiot@videolan.org>
  413. Date:   Thu Aug 4 19:06:29 2005 +0000
  414.      * include/network.h: Fixed vlc_UrlEncode with non-ASCII characters.
  415. commit 329ae64cd7452b7fc79e77b889fb5621b025f20a
  416. Author: Christophe Massiot <massiot@videolan.org>
  417. Date:   Thu Aug 4 19:05:21 2005 +0000
  418.      * src/libvlc.c: Fixed segfault introduced in #12010 when current_charset is
  419.        UTF-8.
  420. commit b1be8713bcf652b21ff7d6678c7155a0031ed104
  421. Author: Rémi Denis-Courmont <rem@videolan.org>
  422. Date:   Thu Aug 4 19:03:28 2005 +0000
  423.     Fix question marks insertion
  424. commit 80dbfcf3f43de583fa53ccf4016da090b297f545
  425. Author: Rémi Denis-Courmont <rem@videolan.org>
  426. Date:   Thu Aug 4 18:14:40 2005 +0000
  427.     Don't call vlc_current_charset and vlc_iconv_open at every conversion
  428. commit 0115df1f0fc7e5c11f8bc9a889755ce7f5a7cc8f
  429. Author: Christophe Mutricy <xtophe@videolan.org>
  430. Date:   Thu Aug 4 17:18:13 2005 +0000
  431.     Compile fix
  432. commit 0981ec5b15e1782de99126acf25211c96bc2cc99
  433. Author: Rémi Denis-Courmont <rem@videolan.org>
  434. Date:   Thu Aug 4 17:03:42 2005 +0000
  435.     Fix heap buffer overflow
  436. commit 9439468128c890005ba80828174597b48cd3ea6f
  437. Author: Rémi Denis-Courmont <rem@videolan.org>
  438. Date:   Thu Aug 4 16:50:18 2005 +0000
  439.     fix spelling of "unsupported"
  440. commit 790304abe0cae3908e3160d58efe91c49cbc0400
  441. Author: Rémi Denis-Courmont <rem@videolan.org>
  442. Date:   Thu Aug 4 16:47:04 2005 +0000
  443.     Speed up LocaleFree()
  444. commit 91fcb101ebb787583741c96e364f0f631a73f095
  445. Author: Rémi Denis-Courmont <rem@videolan.org>
  446. Date:   Thu Aug 4 16:38:57 2005 +0000
  447.      * reimplement EnableUTF8 without iconv
  448.      * move Unicode stuff to a separate file
  449. commit aed69fef6220413ac7cd26d36d294ba4c9156015
  450. Author: Rémi Denis-Courmont <rem@videolan.org>
  451. Date:   Thu Aug 4 14:58:44 2005 +0000
  452.      * modules/control/http.c : specify UTF-8 as charset (closes #236)
  453.      * share/html/* : sepcify UTF-8 as XML encoding
  454.      * httpd.c : add a bunch of "const"
  455. commit 0b99d8cc2d3e706ae2aa877a9e5365717069d8dc
  456. Author: Rémi Denis-Courmont <rem@videolan.org>
  457. Date:   Thu Aug 4 14:45:59 2005 +0000
  458.     Add stub httpd_ServerIP when httpd is not compiled
  459. commit aff2dc6fabfc4152e2a1ac66822491821d209358
  460. Author: Felix Paul Kühne <fkuehne@videolan.org>
  461. Date:   Thu Aug 4 12:47:04 2005 +0000
  462.     * disable the compilation of ffplay (solves a SDL compilation issue)
  463. commit b36416997f2aadd6d05ca2c58c27aa48dcd469f8
  464. Author: Felix Paul Kühne <fkuehne@videolan.org>
  465. Date:   Thu Aug 4 12:11:15 2005 +0000
  466.     * really fix the patch....
  467. commit 3b8d262c1f6693c4d061c4cd274e40ca517bce9d
  468. Author: Felix Paul Kühne <fkuehne@videolan.org>
  469. Date:   Thu Aug 4 11:55:52 2005 +0000
  470.     * fix the patch file
  471. commit 99af1358d106eddb72244d31bc2ec86e514538e2
  472. Author: Felix Paul Kühne <fkuehne@videolan.org>
  473. Date:   Thu Aug 4 11:49:36 2005 +0000
  474.     * fix compilation of libopendaap on 10.2
  475. commit 3c11e1f6410545a531cd6b716007324340120739
  476. Author: Felix Paul Kühne <fkuehne@videolan.org>
  477. Date:   Thu Aug 4 10:04:35 2005 +0000
  478.     * removed unneeded ifdef, which broke the compilation on Darwin 8.x
  479. commit bfb18bbde687c9d59c139e9a19dd2cc0d6e57c7f
  480. Author: Cyril Deguet <asmax@videolan.org>
  481. Date:   Wed Aug 3 22:44:45 2005 +0000
  482.     * config.in: wxwindows -> wxwidgets. Added a HTTPD option
  483. commit 8e4bbaa9b45a8078e03a09f22e50db69ae1e5292
  484. Author: Felix Paul Kühne <fkuehne@videolan.org>
  485. Date:   Wed Aug 3 21:47:47 2005 +0000
  486.     * implemented transcoding when streaming -- might need some testing, if anyone on OSX got the time (refs #271)
  487. commit 06b6f0f6b39ccc2c70547a5d6ea898b3e0b4eeb8
  488. Author: Gildas Bazin <gbazin@videolan.org>
  489. Date:   Wed Aug 3 21:42:04 2005 +0000
  490.     * modules/gui/wxwidgets/interface.cpp: bring back text wrapping on win32 for the about dialog box.
  491. commit 455441dab48eeaade7051d31c571b59d21e78d78
  492. Author: Gildas Bazin <gbazin@videolan.org>
  493. Date:   Wed Aug 3 21:33:37 2005 +0000
  494.     * src/misc/modules.c: reverted 11984 which breaks the plugins cache.
  495. commit 1c58e8b537026de2a26246140020413703bee43c
  496. Author: Gildas Bazin <gbazin@videolan.org>
  497. Date:   Wed Aug 3 21:23:04 2005 +0000
  498.     * src/libvlc.c: compilation fix.
  499. commit 59783ce080b5845519dfe2eee8ce5adb8a90c720
  500. Author: Olivier Teulière <ipkiss@videolan.org>
  501. Date:   Wed Aug 3 21:00:03 2005 +0000
  502.      * skins2/vars/playlist.cpp: compilation fix
  503. commit 3cc8c40df55e52c261b693956d0eb7733e2d0664
  504. Author: Rémi Denis-Courmont <rem@videolan.org>
  505. Date:   Wed Aug 3 19:09:58 2005 +0000
  506.      * M3U: make sure strings are UTF8
  507.      * old: convert
  508. commit 9f1f7af15115d6da72d318463eb9b5bbe9607148
  509. Author: Rémi Denis-Courmont <rem@videolan.org>
  510. Date:   Wed Aug 3 19:07:09 2005 +0000
  511.     Handle NULL pointer properly in Unicode conversion thingy
  512. commit 53d6bb5d314f78bf857b0d924e96557452fa5b38
  513. Author: Rémi Denis-Courmont <rem@videolan.org>
  514. Date:   Wed Aug 3 19:01:44 2005 +0000
  515.     Use UTF-8 internally (closes #16 and introduces lots of yet to be uncovered bugs)
  516.     
  517.     * libvlc: Conversion functions (needs performance improvement)
  518.               Convert filenames from command line
  519.     * SAP, Skins2: no perform own UTF-8 conversion
  520.     * file, playlistold : convert
  521.     * wx, winCE : assume UTF-8
  522. commit 57c60ce88290deca57486e05c56915a3666d44a1
  523. Author: Gildas Bazin <gbazin@videolan.org>
  524. Date:   Wed Aug 3 18:26:11 2005 +0000
  525.     * modules/video_output/wingdi.c: compilation fix when compiled as plugin.
  526. commit ac4dea24265bae4b8b684148d681628755b6d2da
  527. Author: Christophe Mutricy <xtophe@videolan.org>
  528. Date:   Wed Aug 3 16:57:29 2005 +0000
  529.     Forgot to change a few variable names (refs #80)
  530. commit 5938dd60ebc192f32c8bdf51991a3ea5c251aad3
  531. Author: Rémi Denis-Courmont <rem@videolan.org>
  532. Date:   Wed Aug 3 16:18:38 2005 +0000
  533.     There is no "=~" operator in C (it simply means "= ~").
  534.     I assume the intent was "&= ~" which is not the same.
  535.     
  536.     Needs review.
  537. commit 950f29272bc2c6589972464c452482c9270810b9
  538. Author: Rémi Denis-Courmont <rem@videolan.org>
  539. Date:   Wed Aug 3 15:58:31 2005 +0000
  540.     Module bank memleak
  541. commit 38460cb4ca7b218ec88e1c65e6c410577e30b6e0
  542. Author: Rémi Denis-Courmont <rem@videolan.org>
  543. Date:   Wed Aug 3 15:45:21 2005 +0000
  544.     Fix the message queue memleak
  545. commit 1129e6cbfb7fc88637401325cd5e7ec620eff029
  546. Author: Christophe Mutricy <xtophe@videolan.org>
  547. Date:   Wed Aug 3 15:31:26 2005 +0000
  548.     Renaming of wxwidgets options. Close the renaming (refs #80)
  549. commit 0bd43e4c46b0c22e52790b0f2367e3e117e28396
  550. Author: Christophe Mutricy <xtophe@videolan.org>
  551. Date:   Wed Aug 3 15:03:23 2005 +0000
  552.     wxWindows -> wxWidgets step 3 (refs #80)
  553. commit 60733a8c686660b92b2c561885ef56106e516945
  554. Author: Christophe Massiot <massiot@videolan.org>
  555. Date:   Wed Aug 3 14:52:17 2005 +0000
  556.      * src/misc/image.c: Really fixed the segfault on unsupported image type.
  557. commit 00099f3e9cf228a711d5fe22d46a08db3bf204a1
  558. Author: Christophe Mutricy <xtophe@videolan.org>
  559. Date:   Wed Aug 3 14:33:59 2005 +0000
  560.     wxWindows -> wxWidgets in configure.ac and renaming the dir.
  561.     
  562.     NB: Likely to break your cache and preferences
  563. commit 696abd0cc3f8251aeeb86db0972b7a6692e955ac
  564. Author: Felix Paul Kühne <fkuehne@videolan.org>
  565. Date:   Wed Aug 3 13:07:46 2005 +0000
  566.     * implemented MMS-support (refs #271)
  567. commit 1f4be6b7b4c31f46a150fbd51aa55759194eb039
  568. Author: Christophe Massiot <massiot@videolan.org>
  569. Date:   Wed Aug 3 12:58:53 2005 +0000
  570.      * extras/contrib: Added libSDL and libSDL_image to the contrib system,
  571.        along with libjpeg and libtiff. SDL has been heavily patched not to
  572.        hijack main() on Darwin, you should do the same for other platforms.
  573.        Also fixed a huge number of typos in the Makefile, and reverted to
  574.        an old version of ffmpeg because our friends there are breaking
  575.        everything again.
  576.      * Makefile.am: Re-added the "Default" directory for Xcode 2.1.
  577. commit aecaa335a97a32493997138591b4f103385e04c0
  578. Author: Christophe Massiot <massiot@videolan.org>
  579. Date:   Wed Aug 3 12:48:10 2005 +0000
  580.      * modules/codec/ffmpeg/encoder.c: Avoid a useless warning.
  581. commit 9ba032ea5f4194c3b82b5f0466f5101eac714232
  582. Author: Cyril Deguet <asmax@videolan.org>
  583. Date:   Tue Aug 2 23:26:22 2005 +0000
  584.     * var_manager.cpp: explicit object destruction order to avoid access
  585.     to an already destroyed map ! (and a crash with MSVC runtime...)
  586. commit 9eb39c51122338c85bfa5c5c5b4e9c2f9207ff40
  587. Author: Cyril Deguet <asmax@videolan.org>
  588. Date:   Tue Aug 2 21:27:53 2005 +0000
  589.     * rv32.c: new basic video filter to convert RV24 to RV32
  590.       (remove the dependency of skins2 to ffmpeg for PNG loading)
  591. commit c9473ca51ff2906b328e122ff4e69e63336eadb5
  592. Author: Rémi Denis-Courmont <rem@videolan.org>
  593. Date:   Tue Aug 2 19:11:23 2005 +0000
  594.     Use new network modules semantics (closes #283)
  595.     but it is even more ugly than before
  596. commit 1b276b3e364a73a16bddb6fbfdbd2ed684335afb
  597. Author: Christophe Mutricy <xtophe@videolan.org>
  598. Date:   Tue Aug 2 18:31:32 2005 +0000
  599.     Add some sections
  600. commit 8b27f7001f0c805eaa76de7fc53737fd3696f838
  601. Author: Rémi Denis-Courmont <rem@videolan.org>
  602. Date:   Tue Aug 2 17:59:33 2005 +0000
  603.     Rename wxWindows to wxWidgets (refs #80)
  604.     (keep backward compatible shortcuts, of course)
  605. commit b8a04a1acda4651f022db62e87817f33ba613d5c
  606. Author: Christophe Massiot <massiot@videolan.org>
  607. Date:   Tue Aug 2 17:43:34 2005 +0000
  608.      * src/stream_output/sap.c: Fixed small memory leak.
  609. commit a0ed366e06c858fd9b0878c3986f3e16e91ce4dc
  610. Author: Rémi Denis-Courmont <rem@videolan.org>
  611. Date:   Tue Aug 2 17:31:33 2005 +0000
  612.     Minor bugfix and cleanup
  613. commit 3ed2da31fcdd1b03eee249700cb966cc33919510
  614. Author: Felix Paul Kühne <fkuehne@videolan.org>
  615. Date:   Tue Aug 2 16:53:43 2005 +0000
  616.     * packages.mak: Updated the download server of libopendaap and the used version. 0.4.0 is entirely free on the contrary to previous versions, since it uses a free mdns-library instead of Apple's own now.
  617.     * Makefile:
  618.         - Our patch was applied upstream, so we don't need it anymore.
  619.         - Fixed a copy&paste typo, which prevented the dist-clean of 9 libraries
  620. commit 331d097fe55bb2c33aa824d97f8f9301003cd030
  621. Author: Rémi Denis-Courmont <rem@videolan.org>
  622. Date:   Tue Aug 2 15:31:47 2005 +0000
  623.     - When both IPv4 and IPv6 plugins return a socket, use the IPv6 one if
  624.       IPV6_ONLY can be turned off. It is supposed to be off by default, and
  625.       it actually is. Unfortunately, OpenBSD and NetBSD people think
  626.       network software programmer like us are too stupid to use this
  627.       feature properly, so they just removed it. Lets say the most stupid
  628.       are not always the ones one think. Also, Windows doesn't support this
  629.       yet. On all these OSes, keep the old behavior; that is prefer IPv4.
  630.       Closes #166.
  631.     
  632.     - Windows protection level compile fix
  633. commit 8e916c3718a60630bf8fbae3db7fa6c1a50baaf7
  634. Author: Rémi Denis-Courmont <rem@videolan.org>
  635. Date:   Tue Aug 2 15:23:46 2005 +0000
  636.     Fix typo in previous commit
  637. commit d8f85cc1df258570839dba30ff0c6f60c11dfb03
  638. Author: Christophe Massiot <massiot@videolan.org>
  639. Date:   Tue Aug 2 14:17:01 2005 +0000
  640.      * modules/codec/ffmpeg: More locking around avcodec_open() and avcodec_close().
  641. commit 5d1c2af0fb4efd02060ae6cd5744b006865f3166
  642. Author: Derk-Jan Hartman <hartman@videolan.org>
  643. Date:   Tue Aug 2 10:30:59 2005 +0000
  644.     * SDK shouldn't be enabled yet.
  645. commit ba7f54fc7e0db0a6306fef6e6a692a6f85378156
  646. Author: Derk-Jan Hartman <hartman@videolan.org>
  647. Date:   Tue Aug 2 10:28:54 2005 +0000
  648.     * Fix mpeg2dec download
  649. commit 67561f25e62bc524000dfb92b109b0762d69e056
  650. Author: Damien Fouilleul <damienf@videolan.org>
  651. Date:   Tue Aug 2 09:02:49 2005 +0000
  652.     - add libvlc.a at the end of the linking chain, so that --disable-plugins works for the ActiveX Plugin (ref. #276)
  653. commit d6205362245bace3f18382a7cb8b6e9df80e3bbd
  654. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  655. Date:   Mon Aug 1 21:12:22 2005 +0000
  656.     some more suggestions by trax
  657. commit 2c8f279c585cffcb167ca2f761cc155b0d7ddb15
  658. Author: Antoine Cellerier <dionoea@videolan.org>
  659. Date:   Mon Aug 1 19:50:19 2005 +0000
  660.     add François Seigner
  661. commit 7cf7a7e4df83cdff9789983dbe78f8d2c08aaaf5
  662. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  663. Date:   Mon Aug 1 19:47:12 2005 +0000
  664.     mux/asf.c: codec description fixes suggested by trax
  665. commit b9e8991cd55c23e732e6767b0ff3421246ca2e32
  666. Author: Antoine Cellerier <dionoea@videolan.org>
  667. Date:   Mon Aug 1 19:45:47 2005 +0000
  668.     add TTL option in streamout dialog. Patch by seingier françois plus some
  669.     layout and initial value fixes.
  670. commit 1e7d6ae5ccbfad20821c699987c623f0ad26c2b8
  671. Author: Christophe Massiot <massiot@videolan.org>
  672. Date:   Mon Aug 1 19:33:46 2005 +0000
  673.     I'll have more commits than courmisch today ! One again
  674. commit 5e8c0a0396a0caeadde0a37cab47642402ee38cf
  675. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  676. Date:   Mon Aug 1 19:23:00 2005 +0000
  677.     access/http.c: fixed icy with metadata
  678. commit 65097ea8b0d9c364fdbb4cba9a5f95693b337d33
  679. Author: Olivier Teulière <ipkiss@videolan.org>
  680. Date:   Mon Aug 1 18:36:09 2005 +0000
  681.      * wxwindows/bookmarks.cpp: cosmetics + removed a debug message
  682. commit f6fe46e109659638d7807fd6123b2d7918d25a28
  683. Author: Christophe Massiot <massiot@videolan.org>
  684. Date:   Mon Aug 1 18:35:33 2005 +0000
  685.      * src/input/input.c: Fixed segfault when using :programs= or the VLM.
  686. commit 3fd2bd4656b2e7e7fa6ca52bec39f246d9c7e191
  687. Author: Rémi Denis-Courmont <rem@videolan.org>
  688. Date:   Mon Aug 1 18:27:44 2005 +0000
  689.     - Kludge to be able to use strerror() with Winsock
  690.       (should fix IPv6 error reporting on Win32)
  691.     - Some cleanup
  692. commit a066d5a993e27d8f21d6622b87c5585676dc5be5
  693. Author: Christophe Massiot <massiot@videolan.org>
  694. Date:   Mon Aug 1 17:58:22 2005 +0000
  695.      * modules/access/fake.c: New --fake-duration option ; useful to do a
  696.        slide-show.
  697. commit 1b78860626cb90629056e8bc1e12ff46dddef2b7
  698. Author: Rémi Denis-Courmont <rem@videolan.org>
  699. Date:   Mon Aug 1 17:54:14 2005 +0000
  700.     Don't reinvent strchr()
  701. commit 4e14014732241e8eafa92a9832315884d671b69d
  702. Author: Antoine Cellerier <dionoea@videolan.org>
  703. Date:   Mon Aug 1 17:28:16 2005 +0000
  704.     remove compile warning
  705. commit 5aa0db46aac989a5009be8d798ecb389d9c22835
  706. Author: Rémi Denis-Courmont <rem@videolan.org>
  707. Date:   Mon Aug 1 17:26:37 2005 +0000
  708.     Don't attempt to listen to link-local scope SAP address because it doesn't work
  709. commit f3e5f8089959c24f881525f4cdacff9f58050a6e
  710. Author: Antoine Cellerier <dionoea@videolan.org>
  711. Date:   Mon Aug 1 17:21:22 2005 +0000
  712.     fileinfo : patch by Jonas A. Larsen to remove empty fields
  713.     bookmarks : remove compile warning
  714. commit 1098be62424c5299b02518367c355163e6d1c8c7
  715. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  716. Date:   Mon Aug 1 17:13:05 2005 +0000
  717.     shout.c: fixed shoutcast discovery (added www. to hostname)
  718. commit d08e725f2f42cc10a9fcd66f6958bf8b320fe75d
  719. Author: Christophe Massiot <massiot@videolan.org>
  720. Date:   Mon Aug 1 16:40:24 2005 +0000
  721.      * modules/codec/fake.c: New obscure options to allow for maximum width
  722.        and height while keeping the aspect ratio of the original picture. New
  723.        options to deinterlace the picture on loading.
  724. commit e7cde2e65f9e21b9f0926781e0b7c1aed6f104be
  725. Author: Christophe Massiot <massiot@videolan.org>
  726. Date:   Mon Aug 1 16:38:56 2005 +0000
  727.      * src/misc/image.c: New image_Filter call to apply a filter on a picture_t
  728.        (for instance deinterlace filter).
  729. commit 93aa4ffaece985f7621b6584ccb2acfdc023059f
  730. Author: Christophe Massiot <massiot@videolan.org>
  731. Date:   Mon Aug 1 14:58:14 2005 +0000
  732.      * extras/contrib/bootstrap: Really fixed it this time.
  733. commit 48f9780758fc3006a8dbeeb5cbc60d2cd3724001
  734. Author: Christophe Massiot <massiot@videolan.org>
  735. Date:   Mon Aug 1 14:53:22 2005 +0000
  736.      * extras/contrib/bootstrap: Typo.
  737. commit 62e5a2bc1990e1257442d5900251de91bd3a1906
  738. Author: Christophe Massiot <massiot@videolan.org>
  739. Date:   Mon Aug 1 14:50:42 2005 +0000
  740.      * modules/codec/twolame.c, modules/codec/ffmpeg/encoder.c: Added sanity
  741.        checks for frequencies and bitrates in MPEG audio.
  742. commit 2c50013e7f70adb2957dc5f77ab247032ee5f8e8
  743. Author: Christophe Massiot <massiot@videolan.org>
  744. Date:   Mon Aug 1 14:44:08 2005 +0000
  745.      * modules/control/http.c: Add an 'ext' field to file structures in
  746.        order to get the file extension.
  747. commit 52267cfe544b1cd99126ec2055ef52ccc111cea3
  748. Author: Christophe Massiot <massiot@videolan.org>
  749. Date:   Mon Aug 1 14:40:53 2005 +0000
  750.      * Makefile.am: fix build location of Mac OS X bundle for Darwin8.
  751. commit 76d50d455134d81bc6c4576d577d2d13b1c3abfd
  752. Author: Christophe Massiot <massiot@videolan.org>
  753. Date:   Mon Aug 1 12:51:00 2005 +0000
  754.      * extras/contrib/src/packages.mak: Reverted [11913] for libmpeg2
  755.        because the new location doesn't exist.
  756. commit 2ef347a1ff6149aa82d6fcf34fe40223f20b7450
  757. Author: Jean-Paul Saman <jpsaman@videolan.org>
  758. Date:   Mon Aug 1 11:10:19 2005 +0000
  759.     Fix wrong uninstall key
  760. commit 5161626ffbcf3697539e4c47ab96c5f2ea3d48d7
  761. Author: Olivier Teulière <ipkiss@videolan.org>
  762. Date:   Sun Jul 31 20:58:43 2005 +0000
  763.      * wxwindows: do not save the position of minimized windows. Closes #282.
  764.        We cannot do better (i.e. save the position when the window is minimized)
  765.        because we cannot be notified of such event with the wxWindows API.
  766. commit 46ef48023b844cd4d1355949f194d51e3e0d4080
  767. Author: Rémi Denis-Courmont <rem@videolan.org>
  768. Date:   Sun Jul 31 19:04:29 2005 +0000
  769.     - Put IP6 instead of IP4 when appropriate
  770.       (closes #270)
  771.     - strlen( static string ) => sizeof
  772.       using strlen with static strings is lame
  773. commit 231b13c0405db91d018c7bbab8df46ae04cb45a0
  774. Author: Rémi Denis-Courmont <rem@videolan.org>
  775. Date:   Sun Jul 31 19:01:09 2005 +0000
  776.     Add const
  777. commit 38311fb4d2c4a2845d771e2fcd0d96e426772cde
  778. Author: Antoine Cellerier <dionoea@videolan.org>
  779. Date:   Sun Jul 31 16:29:04 2005 +0000
  780.     free stuff and add mutex (will be needed when RSS feed get updated)
  781. commit e88514ac5cb2997e3da1954e193a6b09af0e4dbd
  782. Author: Antoine Cellerier <dionoea@videolan.org>
  783. Date:   Sun Jul 31 00:25:10 2005 +0000
  784.     add update checker and rss subfilter
  785. commit 03aa281a5d132e3d576be7d18d7241808bd79254
  786. Author: Antoine Cellerier <dionoea@videolan.org>
  787. Date:   Sun Jul 31 00:15:54 2005 +0000
  788.     change option names so users can have different settings for marq and rss modules
  789. commit e497375b77f6784329cdcdc9633fd5f627abdad6
  790. Author: Antoine Cellerier <dionoea@videolan.org>
  791. Date:   Sun Jul 31 00:07:48 2005 +0000
  792.      * rss.c  : add new rss module (sub filter)
  793.     Still needs much work
  794.     example command line :
  795.     ./vlc -vvv --color --sub-filter rss --rss-urls "http://kernel.org/kdist/rss.xml,http://fxfeeds.mozilla.org/rss20.xml
  796.     
  797.      * motiondetect.c : propset ... Id
  798. commit b031bf93dda1bbd6f15ae035f678ca850d21605d
  799. Author: Antoine Cellerier <dionoea@videolan.org>
  800. Date:   Sat Jul 30 22:14:16 2005 +0000
  801.     --sub-filter should appear in vlc -H without needing --advanced
  802. commit b7d8fb76449a11520351a394acc0c3bc37928da5
  803. Author: Antoine Cellerier <dionoea@videolan.org>
  804. Date:   Sat Jul 30 20:01:33 2005 +0000
  805.     svn propset svn:keywords Id
  806. commit ea0fe7b3012bf515d51a11d644b9d0385d982b8d
  807. Author: Antoine Cellerier <dionoea@videolan.org>
  808. Date:   Sat Jul 30 19:59:19 2005 +0000
  809.     remove tabs and trailing spaces
  810. commit 565259092c0396e097fe4665fb781fc2555b696c
  811. Author: Derk-Jan Hartman <hartman@videolan.org>
  812. Date:   Sat Jul 30 12:39:57 2005 +0000
  813.     * forwardport [11919]
  814. commit ec4a614d0248c2aaf2e98d8cf4caf2ae15ede2e7
  815. Author: Derk-Jan Hartman <hartman@videolan.org>
  816. Date:   Sat Jul 30 12:07:09 2005 +0000
  817.     * Add options for SDK building. (not enabled yet) and fix liba52 downlaod
  818. commit c45dcb737b1c8a2ea24b78be3d11bec0402d4b9d
  819. Author: Gildas Bazin <gbazin@videolan.org>
  820. Date:   Sat Jul 30 11:30:51 2005 +0000
  821.     * modules/audio_output/waveout.c: get rid of roundf() which isn't supported on WinCE.
  822. commit ecac4600297d2c79d17320eae529861994ebd671
  823. Author: Gildas Bazin <gbazin@videolan.org>
  824. Date:   Sat Jul 30 10:49:52 2005 +0000
  825.     * include/network.h, modules/access/mms/mmstu.c, src/stream_output/acl.c: WinCE build fixes.
  826. commit 23d037b08d6b0c5524c3778be516bf41a38924fb
  827. Author: Derk-Jan Hartman <hartman@videolan.org>
  828. Date:   Sat Jul 30 01:22:35 2005 +0000
  829.     * Update some sourceforge download locations to use the mirror
  830. commit 28d68716b6c1eed2f74dbeebe955720eda97029a
  831. Author: Rémi Denis-Courmont <rem@videolan.org>
  832. Date:   Fri Jul 29 19:04:46 2005 +0000
  833.     Fix some memleaks
  834. commit ea18db645054b5d8cffbbe8e21cc609012ae507e
  835. Author: Rémi Denis-Courmont <rem@videolan.org>
  836. Date:   Fri Jul 29 18:45:11 2005 +0000
  837.     - Put correct IP4 owner address
  838.     - Support IP6 (refs #270)
  839. commit 9416c4e36ebd819043dc6b8031bbb223aaf017db
  840. Author: Rémi Denis-Courmont <rem@videolan.org>
  841. Date:   Fri Jul 29 18:28:45 2005 +0000
  842.     Fix compilation. Thanks bigben
  843. commit 172d71c4338b75e1be968c44f1023c8a5db52e99
  844. Author: Rémi Denis-Courmont <rem@videolan.org>
  845. Date:   Fri Jul 29 18:00:06 2005 +0000
  846.     I had missed a third similar problem
  847. commit 81dd5aa6a5b0a654601714792705d4704b573337
  848. Author: Rémi Denis-Courmont <rem@videolan.org>
  849. Date:   Fri Jul 29 17:53:50 2005 +0000
  850.     - Add httpd_ServerIP() to obtain HTTP server's IP used with a given client
  851.     (much like httpd_ClientIP())
  852.     - Rewrite httpd_ClientIP() to use existing API and not use malloc/free
  853. commit 7a8c3950657c765de550fb62122f243470eec9da
  854. Author: Rémi Denis-Courmont <rem@videolan.org>
  855. Date:   Fri Jul 29 17:31:00 2005 +0000
  856.     Forgot this file
  857. commit a15150a43094e48e9001a40efbd402a88b1c17c7
  858. Author: Rémi Denis-Courmont <rem@videolan.org>
  859. Date:   Fri Jul 29 17:28:01 2005 +0000
  860.     Don't require a vlc_object_t in net_Get(Sock|Peer)Address
  861.     (will be needed by a later commit)
  862. commit 31e2f2b14b835a7bed48cb8dd54b725e17f9fa88
  863. Author: Christophe Massiot <massiot@videolan.org>
  864. Date:   Fri Jul 29 16:56:10 2005 +0000
  865.      * include/network.h: VLC should now compile.
  866. commit e8003df98159cec90bbbe79e66f13c06a7e35e64
  867. Author: Rémi Denis-Courmont <rem@videolan.org>
  868. Date:   Fri Jul 29 16:43:55 2005 +0000
  869.     Similar fixes
  870.     RTSP server supports IPv6 (refs #270)
  871. commit d935e0c9f5121faef069a69069229ccd80ac51d7
  872. Author: Rémi Denis-Courmont <rem@videolan.org>
  873. Date:   Fri Jul 29 16:24:52 2005 +0000
  874.     Bind RTSP to all interfaces by default (refs #270)
  875. commit c8614afe22a8d749594797d260f9582306bb8b12
  876. Author: Rémi Denis-Courmont <rem@videolan.org>
  877. Date:   Fri Jul 29 16:23:54 2005 +0000
  878.     Accept NULL hostname for httpd_HostNew
  879. commit bdbb341250ba1f284e0fc7b6aec16692d4a41673
  880. Author: Rémi Denis-Courmont <rem@videolan.org>
  881. Date:   Fri Jul 29 16:09:58 2005 +0000
  882.     Don't add brackets around IPv6 addresses, this is annoying
  883. commit 10f6eaea3b3d25b5552af2bce7661de1deaa542b
  884. Author: Rémi Denis-Courmont <rem@videolan.org>
  885. Date:   Fri Jul 29 16:08:16 2005 +0000
  886.     A bunch of minor fixes
  887. commit 4f09e92c8a6dc4fbd34d1dc2309329b8f7e2a342
  888. Author: Rémi Denis-Courmont <rem@videolan.org>
  889. Date:   Fri Jul 29 15:51:08 2005 +0000
  890.     Use more sensible/conservative buffer size for psz_ttl
  891. commit d9161562c12526740775d90df9ab46b4dd10861b
  892. Author: Rémi Denis-Courmont <rem@videolan.org>
  893. Date:   Fri Jul 29 15:47:35 2005 +0000
  894.     Don't use NULL char pointer
  895. commit c98c4ee90210dc574e059855ca4357d74cbb24b9
  896. Author: Rémi Denis-Courmont <rem@videolan.org>
  897. Date:   Fri Jul 29 15:26:08 2005 +0000
  898.     Inline net_GetAddress
  899. commit 61696fdb885cdb2b7c8b3337cdd871bca91bbc03
  900. Author: Christophe Massiot <massiot@videolan.org>
  901. Date:   Fri Jul 29 15:14:00 2005 +0000
  902.      * modules/codec/sdl_image.c: New decoder taking advantage of libSDL_image
  903.        to import various image formats.
  904.      * src/misc/image.c: Fixed a segfault when loading an unknown image type.
  905. commit f5122a547f6cc8664114b95b09dbd36b335f5b1c
  906. Author: Rémi Denis-Courmont <rem@videolan.org>
  907. Date:   Thu Jul 28 18:47:25 2005 +0000
  908.     - Remove dead multicast code
  909.     - Fix RTSP error codes
  910. commit 0196d42e8d8a8574b9370fec98a843d8b08ab45d
  911. Author: Rémi Denis-Courmont <rem@videolan.org>
  912. Date:   Thu Jul 28 18:44:03 2005 +0000
  913.     Fix RTSP error codes
  914. commit 65bad3ef30ff7a8df180556e0b1a5eae561a9f8f
  915. Author: Rémi Denis-Courmont <rem@videolan.org>
  916. Date:   Thu Jul 28 18:14:28 2005 +0000
  917.     Really listen to all IP addresses by default
  918. commit 69f944d11386f0c2afb324bcafd69408191b2aea
  919. Author: Rémi Denis-Courmont <rem@videolan.org>
  920. Date:   Thu Jul 28 16:56:03 2005 +0000
  921.     Link with libvlc.a last rather than first (closes #276)
  922. commit cab5ce867c1b900c89a0076a7aecb021b1c91088
  923. Author: Rémi Denis-Courmont <rem@videolan.org>
  924. Date:   Thu Jul 28 16:00:27 2005 +0000
  925.     Fix typo
  926. commit 24d40baa221c87d5e7674890daa3e5c6fde09de2
  927. Author: Rémi Denis-Courmont <rem@videolan.org>
  928. Date:   Thu Jul 28 15:34:09 2005 +0000
  929.     Fix compiler warning
  930. commit 2c91228b5533d288d0a7a3f3d1315fdeb4262ce0
  931. Author: Rémi Denis-Courmont <rem@videolan.org>
  932. Date:   Thu Jul 28 15:31:10 2005 +0000
  933.     inet_pton() replacement
  934. commit 5cd565b2af962a149ee3d8500c2d858079251458
  935. Author: Damien Fouilleul <damienf@videolan.org>
  936. Date:   Thu Jul 28 13:21:46 2005 +0000
  937.     - replaced inet_pton() with WSAStringToAddress() for WIN32
  938.       needs review, not tested but it compiles
  939. commit 66c22fa02a9c0fca02d2c709671547a0ccd7fc40
  940. Author: Derk-Jan Hartman <hartman@videolan.org>
  941. Date:   Thu Jul 28 12:33:05 2005 +0000
  942.     * forwardport [11883]
  943. commit f99818619ddd63fa01c26b7573c5e86cfb7c85bb
  944. Author: Derk-Jan Hartman <hartman@videolan.org>
  945. Date:   Wed Jul 27 23:43:35 2005 +0000
  946.     * forwardport [11880]
  947. commit 9890023d1b93124987c56c8a9070506509fbb72f
  948. Author: Derk-Jan Hartman <hartman@videolan.org>
  949. Date:   Wed Jul 27 20:07:51 2005 +0000
  950.     * forwardport [11877]
  951. commit a227eaa08897bcecfcd6dbf5bb21e9dd91966151
  952. Author: Rémi Denis-Courmont <rem@videolan.org>
  953. Date:   Wed Jul 27 19:30:22 2005 +0000
  954.     Fix inet_pton check
  955. commit 541441bfc4a59ee0933007e0cb2542011794671b
  956. Author: Rémi Denis-Courmont <rem@videolan.org>
  957. Date:   Wed Jul 27 19:05:21 2005 +0000
  958.     - Fix segfault when doing RTSP DESCRIBE (trunk-only bug from [11811])
  959.     - cleanup net_AddressIsMulticast
  960. commit ea314b58daeece4b94028c2397a88dca908055e4
  961. Author: Rémi Denis-Courmont <rem@videolan.org>
  962. Date:   Wed Jul 27 18:59:03 2005 +0000
  963.     Remove FIXME that doesn't need to be fixed
  964. commit 781bcc96b4e83cd9e7534ea1543db3c71d8f9549
  965. Author: Rémi Denis-Courmont <rem@videolan.org>
  966. Date:   Wed Jul 27 18:05:22 2005 +0000
  967.     - Include proper source IP address in SAP header (longstanding FIXME)
  968.       (btw, fixes SAP to link-local multicast IPv6)
  969.     - Fix scoped IPv6 address in SDP
  970.     - Cleanup multicast address determination and others
  971. commit e18ee6e38f5cea1f2d466b455c2fa4b69dcbe4b1
  972. Author: Christophe Mutricy <xtophe@videolan.org>
  973. Date:   Wed Jul 27 17:56:36 2005 +0000
  974.     Fix for wxMSW
  975. commit d322bf1eadf9df0303f09dde5f4e255a228572aa
  976. Author: Rémi Denis-Courmont <rem@videolan.org>
  977. Date:   Wed Jul 27 17:51:30 2005 +0000
  978.     Define HAVE_INET_PTON
  979. commit 1adf7c7e665eb0b52caa3b21076169ce373bc1d7
  980. Author: Rémi Denis-Courmont <rem@videolan.org>
  981. Date:   Wed Jul 27 17:25:52 2005 +0000
  982.     Err, IPv4 multicast starts at 224.0.0.0 not 225.0.0.0
  983. commit 1155c2df86d82bee961660ea5943e86b656ec000
  984. Author: Rémi Denis-Courmont <rem@videolan.org>
  985. Date:   Wed Jul 27 17:22:28 2005 +0000
  986.     - takes scope into account for NI_MAXNUMERICHOST
  987.     - accept 224.0.0.0 as a multicast address
  988. commit 47a063c854b2002467c977b9edf153a4570e6d63
  989. Author: Rémi Denis-Courmont <rem@videolan.org>
  990. Date:   Wed Jul 27 16:56:58 2005 +0000
  991.     Have readable debug message with IPv6 addresses
  992. commit ab2f29bfcf41348f59fb371317d4305534fb83ec
  993. Author: Christophe Massiot <massiot@videolan.org>
  994. Date:   Wed Jul 27 16:55:17 2005 +0000
  995.      * modules/codec/ffmpeg: New --no-sout-ffmpeg-interlace-me option. Fixed
  996.        repeat_first_field handling.
  997. commit 91b6f3261f07f04a55d7533135b8f761f85ba79c
  998. Author: Christophe Massiot <massiot@videolan.org>
  999. Date:   Wed Jul 27 16:53:25 2005 +0000
  1000.      * modules/stream_out/transcode.c: Attempt at having --sout-transcode-fps
  1001.        output correct timestamps.
  1002. commit 5c8acc49f87cb734a2d072cf1b3f5c0f067b5ade
  1003. Author: Rémi Denis-Courmont <rem@videolan.org>
  1004. Date:   Wed Jul 27 16:30:19 2005 +0000
  1005.     Put correct owner address in SAP-generated SDP
  1006. commit 0f55beac49400edec7c44f7a178976641a0770bf
  1007. Author: Rémi Denis-Courmont <rem@videolan.org>
  1008. Date:   Wed Jul 27 15:46:36 2005 +0000
  1009.     Add const where appropriate
  1010. commit 2490820993dc4a01959667637d4d4e91cdd739f6
  1011. Author: Christophe Massiot <massiot@videolan.org>
  1012. Date:   Wed Jul 27 12:52:28 2005 +0000
  1013.      * modules/access/dvb: Set the DVR device in non-blocking mode because it
  1014.        sometimes blocks on read() after returning from select().
  1015. commit c4a2920f6a29b2d3e9b844a5d7aa0ef57b60a204
  1016. Author: Rémi Denis-Courmont <rem@videolan.org>
  1017. Date:   Tue Jul 26 18:05:55 2005 +0000
  1018.     Add const
  1019. commit 36f1aa05e50b7495e018c10b8cb591b8280e8537
  1020. Author: Rémi Denis-Courmont <rem@videolan.org>
  1021. Date:   Tue Jul 26 17:14:53 2005 +0000
  1022.     Fix FIXME
  1023. commit 4eb8f6ef7b2f7f3bd1fe3c946584fa8574682604
  1024. Author: Christophe Massiot <massiot@videolan.org>
  1025. Date:   Tue Jul 26 17:07:58 2005 +0000
  1026.      * src/playlist/playlist.c: Attempt to fix PLAYLIST_ITEMPLAY in non-view
  1027.        mode.
  1028. commit 3220fe68b2e5ca6d3598708e79dcb3664d48fcd3
  1029. Author: Rémi Denis-Courmont <rem@videolan.org>
  1030. Date:   Tue Jul 26 16:46:40 2005 +0000
  1031.     Save a few useless strdup() calls
  1032. commit 8f85cbbcc32c1880847617ef17c0b99ac592a88a
  1033. Author: Christophe Mutricy <xtophe@videolan.org>
  1034. Date:   Tue Jul 26 11:10:38 2005 +0000
  1035.     wxWidget 2.4 fix
  1036. commit 7258307b8e842598b0987f7d2bbbe5ce2155dfe3
  1037. Author: Christophe Massiot <massiot@videolan.org>
  1038. Date:   Tue Jul 26 09:44:04 2005 +0000
  1039.      * Removed the satellite access module since it won't compile anyway.
  1040.        Use --enable-dvb instead.
  1041. commit fe24de0fc884b4c1bba5ac4da9c9636f5d324c1f
  1042. Author: Derk-Jan Hartman <hartman@videolan.org>
  1043. Date:   Mon Jul 25 21:29:26 2005 +0000
  1044.     * update liveMedia and flac for contrib system
  1045. commit 45485afaab1db636e4de7a1c528205da35f66163
  1046. Author: Clément Stenac <zorglub@videolan.org>
  1047. Date:   Mon Jul 25 21:07:32 2005 +0000
  1048.     Fix compilation
  1049. commit fb38639eaa347bb3505299bfef56679aae8c1e79
  1050. Author: Antoine Cellerier <dionoea@videolan.org>
  1051. Date:   Mon Jul 25 21:04:25 2005 +0000
  1052.     only display newer versions.
  1053. commit 87808807ada825abdccc2002efda8b9760f5d549
  1054. Author: Antoine Cellerier <dionoea@videolan.org>
  1055. Date:   Mon Jul 25 20:21:46 2005 +0000
  1056.     this still doesn't look safe but at least i can't see why it would
  1057.     segfault
  1058. commit 909ee46031404e574be2809606235882d81d8db0
  1059. Author: Gildas Bazin <gbazin@videolan.org>
  1060. Date:   Mon Jul 25 20:09:28 2005 +0000
  1061.     * modules/demux/mp4/libmp4.c: handle SoundDescriptionV2 which is used in some of the new Apple movie trailers.
  1062. commit 15de5e20fa5f4301927576fa6cae7758d6742dde
  1063. Author: Derk-Jan Hartman <hartman@videolan.org>
  1064. Date:   Mon Jul 25 19:58:01 2005 +0000
  1065.     * change hotkeys OSD message from 0-100% to 0-400%
  1066. commit 309abc3f8b42ee09d59b03af6626bf2e409b2a08
  1067. Author: Antoine Cellerier <dionoea@videolan.org>
  1068. Date:   Mon Jul 25 19:50:19 2005 +0000
  1069.     add major, minor, revision and extra version numbers. If anyone has a
  1070.     cleaner way to do it (like having only one version number instead of 3
  1071.     in configure.ac ...)
  1072. commit 8ee85946c47914ddeb0a8a649a6e247e24cc68a6
  1073. Author: Derk-Jan Hartman <hartman@videolan.org>
  1074. Date:   Mon Jul 25 19:48:45 2005 +0000
  1075.     * longstanding typo in the webinterface
  1076. commit 2b07c366d9a5b8467e4fd1929c451d548f944395
  1077. Author: Derk-Jan Hartman <hartman@videolan.org>
  1078. Date:   Mon Jul 25 19:25:49 2005 +0000
  1079.     * Change volume range to 0-400 % visually in the macosx and web interfaces. At least now we represent what is actually going on. refs #250
  1080. commit b648e677c29f00f290a6a3745beab73898018803
  1081. Author: Olivier Teulière <ipkiss@videolan.org>
  1082. Date:   Mon Jul 25 18:57:32 2005 +0000
  1083.      * skins2: Prevent invisible windows from anchoring the sides of the screen
  1084. commit f6d61c2e6069d0af96a46b3e1d8e8523612dba2d
  1085. Author: Rémi Denis-Courmont <rem@videolan.org>
  1086. Date:   Mon Jul 25 18:03:38 2005 +0000
  1087.     - Fix buffer overflow (up to 1024 bytes)
  1088.     - Use already existing commodity functions for URL encoding
  1089. commit dc4b750c3ebff71d099b322c7050aa50abc04d36
  1090. Author: Rémi Denis-Courmont <rem@videolan.org>
  1091. Date:   Mon Jul 25 16:58:39 2005 +0000
  1092.     Don't reinvent the wheel^W^WANSI C
  1093.     (or yet another "why make it complex when it can be simple")
  1094. commit 08c88156bf201575b528939677624817f19fbc8f
  1095. Author: Christophe Massiot <massiot@videolan.org>
  1096. Date:   Mon Jul 25 16:53:10 2005 +0000
  1097.      * modules/access/dvb/linux_dvb.c: Added support for the IF-band.
  1098. commit 92ac7be4d1fcc1ffd6c4d0d31abb928eea8911c2
  1099. Author: Derk-Jan Hartman <hartman@videolan.org>
  1100. Date:   Mon Jul 25 15:03:26 2005 +0000
  1101.     * Fix the two SAP issues reported by Marian Durkovic.
  1102. commit c978f72d07083cf6a2709118d210fc76a87fc69a
  1103. Author: Christophe Massiot <massiot@videolan.org>
  1104. Date:   Mon Jul 25 14:46:02 2005 +0000
  1105.      * modules/control/http.c:
  1106.      - Add a basename field to the file entry when doing a foreach on directory.
  1107.      - Add a url_encode function to url-encode the current string. This
  1108.        is necessary to safely pass strings as arguments in a URL.
  1109.     Patch courtesy of Clement Vasseur for Freebox SA.
  1110. commit 9502edb750c429b9b76c925ae5ee5b71572cf1eb
  1111. Author: Christophe Massiot <massiot@videolan.org>
  1112. Date:   Mon Jul 25 14:05:09 2005 +0000
  1113.      * modules/access/dvb: Support frequencies for the C and S satellite bands.
  1114. commit 4c535ac86bd46be5e1250f44689263b13ed534c9
  1115. Author: Derk-Jan Hartman <hartman@videolan.org>
  1116. Date:   Mon Jul 25 13:30:31 2005 +0000
  1117.     * revert [11512] closes #245
  1118. commit feebdf7d844deb3a0fdd0a2fb2b9ad42ce1c65fa
  1119. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1120. Date:   Mon Jul 25 09:44:12 2005 +0000
  1121.     * AUTHORS: add a location to bigben's entry to prevent the OSX-About-Window-Parser from crashing
  1122.     * other files: small patch to make sure that About.nib is loaded only once
  1123. commit e0fc97039a396b035ab8d59376c254b2e33eed44
  1124. Author: Antoine Cellerier <dionoea@videolan.org>
  1125. Date:   Sun Jul 24 21:29:09 2005 +0000
  1126.     remove useless lines
  1127. commit b415d8345467bf0dda3a11bbe574f33fba2cb7cc
  1128. Author: Antoine Cellerier <dionoea@videolan.org>
  1129. Date:   Sun Jul 24 21:27:51 2005 +0000
  1130.     change some debug stuff
  1131. commit e34daedfae3bc4f23ddef242c3d3a41eb3655c29
  1132. Author: Antoine Cellerier <dionoea@videolan.org>
  1133. Date:   Sun Jul 24 21:03:20 2005 +0000
  1134.     VLC update checker in the wxWidgets interface (in help menu)
  1135.     
  1136.     xml files used for the updates are located at http://update.videolan.org
  1137.     
  1138.     extensive testing ... code cleaning ... would be greatly appreciated
  1139. commit 5bbb474823d50199337b9b090b62e69d048be8f7
  1140. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1141. Date:   Sun Jul 24 14:44:10 2005 +0000
  1142.     * Updated the NEWS file and my mail-address
  1143. commit 202f9ae0da08a187c8d371df71b5e9db30090842
  1144. Author: Jérome Decoodt <djc@videolan.org>
  1145. Date:   Sun Jul 24 14:39:14 2005 +0000
  1146.     Fix user:pass parsing if protocol is not given.
  1147.     Not tested with all calls (only http access module)
  1148. commit 3c047a9d53fdff781bc21d1e1d333c06060aa085
  1149. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1150. Date:   Sun Jul 24 13:16:09 2005 +0000
  1151.     * include wizard.h as well to make GCC happy
  1152. commit dab0c33096237cb6a9ea0487f4af13ac95888082
  1153. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1154. Date:   Sun Jul 24 13:08:27 2005 +0000
  1155.     * shut up some compiler warnings
  1156. commit 54ee50f3519d3c95ca4c8682067569fe9e74e982
  1157. Author: Benjamin Pracht <bigben@videolan.org>
  1158. Date:   Sun Jul 24 12:54:08 2005 +0000
  1159.     Also update the wizard playlist on item addition and deletion. This prevent VLC to crash upon item deletion with the wizard open.
  1160. commit 00101866ec52dfad65d9195f7118b1ab9ab2dee1
  1161. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1162. Date:   Sun Jul 24 12:49:42 2005 +0000
  1163.     * added encap-formats information to the codec-info to the WX-Wizard as well (uncompiled here, but should run fine)
  1164. commit 18623f6410827154d5e9da123576451373991d24
  1165. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1166. Date:   Sun Jul 24 12:01:12 2005 +0000
  1167.     * minor fixes to the OSX-wizard (refs #13)
  1168.         - wrapped all lines to end after ~80 characters
  1169.         - added encap-formats information to the codec-info
  1170.             - made the fields in the nib a widther to show the entire text
  1171.         - fixed the input-field on the input-tab to accept network-streams
  1172. commit 3ab2d0dcb8457ee3be78c44e368ae4a2df1445a1
  1173. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1174. Date:   Sun Jul 24 10:59:13 2005 +0000
  1175.     * fixed 'Could not connect the action t3_addressEntered: to target of class VLCWizard' (an outdated method was still in the nib-file, but not in the sources)
  1176. commit 87c97ae1ea0c35449bbea9f48f528a157a8b6dce
  1177. Author: Benjamin Pracht <bigben@videolan.org>
  1178. Date:   Sat Jul 23 22:14:19 2005 +0000
  1179.     * Implements selection of a playlist item in the wizard
  1180.     * The playlist in the wizard had to be displayed as a outlineview if we want to reuse existing code
  1181.     * cosmetics could still be improved regarding this outline view
  1182.     * I get this error
  1183.     
  1184.     2005-07-24 00:08:55.940 VLC[6908] Could not connect the action t3_addressEntered: to target of class VLCWizard
  1185.     
  1186.     When opening the wizard. I don't know if I messed up something or if it was already here before
  1187.     
  1188.     * I needed to make some changes to the interface structure regarding the playlist for this : We know have a VLCPlaylist and a VLCPlaylistWizard class. Both are derivated from a VLCPlaylistCommon class that contains methods required by both classes (mostly the datasource, in fact).
  1189. commit 46fb23ef96d895215c4f15f72a71c4fd3d32df65
  1190. Author: Olivier Teulière <ipkiss@videolan.org>
  1191. Date:   Sat Jul 23 19:55:00 2005 +0000
  1192.      * modules/audio_output/waveout.c: Fixed a rounding issue
  1193. commit 26b6b8a1e3d6e05b7054b4354dd9faabe5a973e8
  1194. Author: Olivier Teulière <ipkiss@videolan.org>
  1195. Date:   Sat Jul 23 19:18:17 2005 +0000
  1196.      * skins2: use AOUT_VOLUME_MAX / 2 instead of AOUT_VOLUME_MAX, for the maximum
  1197.                volume.
  1198. commit c63dbfbd3face7b46e72d2801ab024cbeeecaf82
  1199. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1200. Date:   Sat Jul 23 18:16:34 2005 +0000
  1201.     * don't use tabs here as well
  1202. commit 1d6f52c86681a9370ab0f2f6db434e2461154b1c
  1203. Author: Benjamin Pracht <bigben@videolan.org>
  1204. Date:   Sat Jul 23 18:15:14 2005 +0000
  1205.     Some more coding style (empty lines filled with spaces or tabs)
  1206. commit 7d9d7bad793fe5dec4800cb80db7856f10159507
  1207. Author: Benjamin Pracht <bigben@videolan.org>
  1208. Date:   Sat Jul 23 18:11:58 2005 +0000
  1209.     We use 4 space caracters instead of spaces in VLC's sources ;)
  1210. commit 6139021027c510d1e6cfbbfc1c75f81d442f860f
  1211. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1212. Date:   Sat Jul 23 18:03:15 2005 +0000
  1213.     * use NSInformationalAlertSheets instead of mis-using the home-cooked information-sheet when reporting wrong behaviour of the user (refs #13)
  1214. commit 5c86990969cade14f5c2f2084c3dec19c59caa0b
  1215. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1216. Date:   Sat Jul 23 16:23:05 2005 +0000
  1217.     OSX:
  1218.     - implemented i18n on the summary-page
  1219.     - some other small fixes
  1220.     
  1221.     - l10n string fixes (both OSX and WX)
  1222.     (refs #13)
  1223. commit d4f01a1124ebda54101489642408d0c38fdbb85b
  1224. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1225. Date:   Sat Jul 23 15:08:46 2005 +0000
  1226.     * patch to the Equalizer-GUI by Jean-Baptiste le Stand <jp.lestang@lestang.org>
  1227. commit a2d9eba32af33500facc5321fbbda2b781093aff
  1228. Author: Benjamin Pracht <bigben@videolan.org>
  1229. Date:   Sat Jul 23 14:42:22 2005 +0000
  1230.     * Fixes crash when libcdio is not installed
  1231. commit 03e5071f14a06166b971969d9821252173d5b21b
  1232. Author: Christophe Mutricy <xtophe@videolan.org>
  1233. Date:   Sat Jul 23 13:02:48 2005 +0000
  1234.     Add a add_suppressed_string for http-{user|pwd}
  1235. commit ed1279a6ea4bbc2b1dc0e04acb27906f55391046
  1236. Author: Rocky Bernstein <rocky@videolan.org>
  1237. Date:   Sat Jul 23 11:25:49 2005 +0000
  1238.     access.c: LID and Segment for non PBC (the default) needs more work.
  1239.     Check for them and disable (somewhat).
  1240.     
  1241.     vcdplayer.c: check for invalid LSN in setting origin.
  1242. commit cf7397b7b4dc1d01c0fbe84f4e42d2c1e37f85a3
  1243. Author: Christophe Mutricy <xtophe@videolan.org>
  1244. Date:   Fri Jul 22 10:55:16 2005 +0000
  1245.     Add -lws2 for rtp and rtsp for ntohl
  1246. commit cf206ca95047cb333ecf1f01c06c64736fb40191
  1247. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1248. Date:   Thu Jul 21 23:09:30 2005 +0000
  1249.     * whoops (refs #13)
  1250. commit f21888438b5ff79c3b42da3d649ba3efe2d741e4
  1251. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1252. Date:   Thu Jul 21 23:04:33 2005 +0000
  1253.     * various fixes and additions -- the wizard is usable now
  1254.     
  1255.     still todo:
  1256.     - testing (streaming part is untested for now)
  1257.     - implement the playlist-table on the input-tab (I would be glad for some help there)
  1258.     - update the playlist-table in the main-window after adding the new item
  1259.     - add i18n on the Summary-tab
  1260.     - string fixes
  1261.     - some minor stuff here and there
  1262. commit f5357ec14d75b45b5664496b2175858dd1803a71
  1263. Author: Derk-Jan Hartman <hartman@videolan.org>
  1264. Date:   Thu Jul 21 21:18:39 2005 +0000
  1265.     * Added net_AddressIsMulticast that takes a string and returns true if the string seems to describe a valid IPv4 or IPv6 address.
  1266.     * Changed all the SDP generators to only add /ttl to the c= line if the address is multicast.
  1267. commit d20e734b043aef614e340e0ff5da2d8b19afaa3e
  1268. Author: Derk-Jan Hartman <hartman@videolan.org>
  1269. Date:   Thu Jul 21 20:35:22 2005 +0000
  1270.     * a missing vlc_freeaddrinfo
  1271. commit f45ea277d665387b6d6d7ec30ebbea9f6c87ce36
  1272. Author: Derk-Jan Hartman <hartman@videolan.org>
  1273. Date:   Thu Jul 21 13:12:19 2005 +0000
  1274.     * Fix an issue with reading of files that are still growing in size. This fixes bugzilla report 2130. Fix by Todd Lutton (tlutton at aol.com).
  1275. commit 3c2fbd3a3e850f930cdc3f64ed99af505619dd1e
  1276. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1277. Date:   Thu Jul 21 11:21:25 2005 +0000
  1278.     * include version information and update copyright string
  1279. commit 17951829e68533ffbc870401217ad697faed34db
  1280. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1281. Date:   Thu Jul 21 11:17:56 2005 +0000
  1282.     * forwardport [11784] and [11802] to trunk
  1283. commit d453f42e306e039f33855f81fd4ba1fd7de9b92f
  1284. Author: Damien Fouilleul <damienf@videolan.org>
  1285. Date:   Thu Jul 21 08:22:37 2005 +0000
  1286.     Oops, I did it again !
  1287.     Obviously, having a hard coded path for plugins is of no use to anyone
  1288. commit 022f306f75474fc40f727a635f29d88fdf8640de
  1289. Author: Rémi Denis-Courmont <rem@videolan.org>
  1290. Date:   Wed Jul 20 15:47:16 2005 +0000
  1291.     Fix quotes and a few typos
  1292. commit 96138b11334dfd82c91a6f96e846c2a37bbc4ce2
  1293. Author: Rémi Denis-Courmont <rem@videolan.org>
  1294. Date:   Wed Jul 20 15:33:18 2005 +0000
  1295.     Should not be executable
  1296. commit ca23267090f0ec643c26edc46b9aea7791fb3c83
  1297. Author: Christophe Massiot <massiot@videolan.org>
  1298. Date:   Wed Jul 20 13:11:07 2005 +0000
  1299.      * modules/access/dvb/linux_dvb.c: More verbose CAM probing, patch
  1300.        courtesy of Oivind.
  1301. commit bd39e4ea89742aba2dde16f93b777c6cb18c6a08
  1302. Author: Rocky Bernstein <rocky@videolan.org>
  1303. Date:   Wed Jul 20 09:55:49 2005 +0000
  1304.     Fix bug in track-length seeking.
  1305. commit 812558533ce231d378bde58aa5f5061b10856b69
  1306. Author: Rocky Bernstein <rocky@videolan.org>
  1307. Date:   Wed Jul 20 00:08:24 2005 +0000
  1308.     Initialize track_end variable.
  1309. commit 291bbb38d3a11482beb7b524e445b89154e9a2f3
  1310. Author: Rémi Denis-Courmont <rem@videolan.org>
  1311. Date:   Tue Jul 19 18:19:22 2005 +0000
  1312.     Should fix Debian #316161
  1313.     (though Sid has migrated to GCC 4 so it does no longer really matters)
  1314. commit 166aaa2c1f4594c5791e15a71fb4909997e86651
  1315. Author: Rémi Denis-Courmont <rem@videolan.org>
  1316. Date:   Tue Jul 19 17:53:15 2005 +0000
  1317.     Remove annoying debug message
  1318. commit 35db6dd6ecab2daf4c03ccc2c0be4b25a42c092c
  1319. Author: Damien Fouilleul <damienf@videolan.org>
  1320. Date:   Tue Jul 19 17:41:16 2005 +0000
  1321.     Improved compatibility
  1322.     
  1323.     tested to work with
  1324.     - Visual Basic 6
  1325.     - Visual C++ 6
  1326.     - Microsoft Office 2003
  1327.     - Internet Explorer 6
  1328.     
  1329.     all: support for aggregation + bug fixes
  1330.     dataobject.cpp, dataobject.h: initial support for embedding
  1331. commit 15c9159672a3de1e7bcba3154cf6c3f8db746b4a
  1332. Author: Laurent Aimar <fenrir@videolan.org>
  1333. Date:   Tue Jul 19 15:44:28 2005 +0000
  1334.      * livedotcom.cpp: added H264 support.
  1335. commit d21227b69cf07e6a34f20df5d01f208338992e4a
  1336. Author: Laurent Aimar <fenrir@videolan.org>
  1337. Date:   Tue Jul 19 08:39:50 2005 +0000
  1338.      * h264: handle SPS/PPS in annexb format in extra data (needed for RTP).
  1339. commit 17864a3f3f51cd36b380ef99228a7c59e309ef1c
  1340. Author: Rocky Bernstein <rocky@videolan.org>
  1341. Date:   Tue Jul 19 00:28:19 2005 +0000
  1342.     doc/Configure.help: document libcdio, cddax, cdda, vcd, and vcdx
  1343.     
  1344.     config.in: a typo in the CONFIG_ name.
  1345. commit 96df9865d3d304a1413a68a09f7e2b469c85d1a7
  1346. Author: Cyril Deguet <asmax@videolan.org>
  1347. Date:   Tue Jul 19 00:02:26 2005 +0000
  1348.     - libvlc.c: fixed broken build on cygwin...
  1349. commit ab6a48f97c4b23797c16055c0ed52068c3bfbc22
  1350. Author: Cyril Deguet <asmax@videolan.org>
  1351. Date:   Mon Jul 18 23:57:41 2005 +0000
  1352.     - all: compilation fixes with vc7.1
  1353. commit 28c54f7f805b87bfce02d6f4d49092412c992af2
  1354. Author: Christophe Massiot <massiot@videolan.org>
  1355. Date:   Mon Jul 18 17:36:45 2005 +0000
  1356.      * extras/contrib/src/packages.mak: Use GNUTLS 1.2.6 since 1.2.3 is no
  1357.        longer available on the FTP site (patch courtesy of Clement Vasseur).
  1358. commit dd334ce01c3155706382f500708e35799a1c8b9f
  1359. Author: Rémi Denis-Courmont <rem@videolan.org>
  1360. Date:   Mon Jul 18 15:07:33 2005 +0000
  1361.     Fix use of fatal use of unitialized value (regression in [11778])
  1362. commit 42af3cf8f9f78fa0a150aa516e3ae55a350f0977
  1363. Author: Rocky Bernstein <rocky@videolan.org>
  1364. Date:   Mon Jul 18 11:41:24 2005 +0000
  1365.     Still need to test for CD paranoia separately in order to pick up
  1366.     paranoia library flags. Perhaps there's another way to do this on the
  1367.     first libcdio test, but this works.
  1368. commit 2c1edcf1f486e4f968e8fa499508c4b7b620e12e
  1369. Author: Cyril Deguet <asmax@videolan.org>
  1370. Date:   Sun Jul 17 21:21:04 2005 +0000
  1371.     * all: compilation fix with vc7.1 compiler, and removed a bunch of warnings (there are still many warnings about size_t/int mismatch though...)
  1372. commit 80ee9c71d258094b2b7a83ddeb58c2d13216b64c
  1373. Author: Rocky Bernstein <rocky@videolan.org>
  1374. Date:   Sun Jul 17 19:40:48 2005 +0000
  1375.     Require libcdio 0.72.
  1376. commit bad2afb75e673e37259d5ad8ff9b5733a08fe034
  1377. Author: Rocky Bernstein <rocky@videolan.org>
  1378. Date:   Sun Jul 17 19:26:41 2005 +0000
  1379.     Revise better for current default options and names as seen by configure.ac
  1380. commit 5c9d64ef5e24ba397dfcc77a6acf0198ea70cfaf
  1381. Author: Benjamin Pracht <bigben@videolan.org>
  1382. Date:   Sun Jul 17 18:57:40 2005 +0000
  1383.     Move some DEFINES that are also required without libcdio
  1384. commit cd6c93f1f2c823d3666ea165bdc4338283346d35
  1385. Author: Rocky Bernstein <rocky@videolan.org>
  1386. Date:   Sun Jul 17 16:27:59 2005 +0000
  1387.     A number of probe disc fixes:
  1388.     - DVD probing works more like CD-DA and VCD probing.
  1389.     - Reduce libcdio verbosity on errors (which are largely to be expected).
  1390.     - If no media found set Device name null and don't change selection type
  1391.     - CD-DA probing had been broken
  1392. commit d6cd7844351b11087e81e22ca87007f838fdecc0
  1393. Author: Rémi Denis-Courmont <rem@videolan.org>
  1394. Date:   Sun Jul 17 15:26:36 2005 +0000
  1395.     Remove non-standard http4 and http6.
  1396.     It's the DNS job to tell which version are available,
  1397.     not poor clueless average user's.
  1398. commit 6edb730df3c6c43202042fa332b1886bef115e3a
  1399. Author: Rémi Denis-Courmont <rem@videolan.org>
  1400. Date:   Sun Jul 17 15:22:02 2005 +0000
  1401.     Ignore insecure HTTP redirection to non HTTP protocol
  1402. commit 1a8f715cb6d715281a239eee0083eee106902577
  1403. Author: Rémi Denis-Courmont <rem@videolan.org>
  1404. Date:   Sun Jul 17 14:25:41 2005 +0000
  1405.     Cleanup - invalid #263.
  1406. commit 5a0c8ff79b3020b6044237aec33f88988afeb101
  1407. Author: Rocky Bernstein <rocky@videolan.org>
  1408. Date:   Sun Jul 17 13:46:26 2005 +0000
  1409.     Add 4th/last parameter to PKG_CHECK_MODULES ("else" clause when
  1410.     package isn't found) for libcdio and libvcdinfo so we don't give an
  1411.     error message and termintate when these are not around.
  1412. commit d11dff7b5aa146b13a99cf137943ad2585da33cd
  1413. Author: Cyril Deguet <asmax@videolan.org>
  1414. Date:   Sun Jul 17 11:53:28 2005 +0000
  1415.     * added libcdio in the menuconfig, to be able to... disable it ;)
  1416. commit 2145181c6fbee1fe1e6ef14163ebb8b869c22ced
  1417. Author: Rémi Denis-Courmont <rem@videolan.org>
  1418. Date:   Sun Jul 17 09:04:58 2005 +0000
  1419.     Bleeding edge UPnP service discovery :
  1420.      * depends on CyberLink C++ UPnP library available from :
  1421.        http://sourceforge.net/project/showfiles.php?group_id=89768
  1422.        with iconv compilation patch from :
  1423.        http://jserv.sayya.org/upnp/clinkcc170-fix-compilation.diff
  1424.      * requires libexpat-devel or whatever you call it,
  1425.      * needs review by playlist guru (Zorglub ?),
  1426.        especially as regards locking
  1427.      * at least, detects UPnP Media server properly
  1428.      * I'm looking for a '''working''' UPnP Media Server on Linux for more
  1429.        extensive tests. I couldn't get TwonkyVision to accept my medias :(
  1430.      * tentatively closes #98 - and probably introduce new bugs
  1431. commit 58e25ba45e0d05ca9fd88606953814fb23d3b0eb
  1432. Author: Rémi Denis-Courmont <rem@videolan.org>
  1433. Date:   Sun Jul 17 06:57:31 2005 +0000
  1434.     Forgot this file - default to allowing every body when there is no .hosts
  1435. commit 317cd9b8180bc7531f736532315ca96c97d62a4c
  1436. Author: Rocky Bernstein <rocky@videolan.org>
  1437. Date:   Sat Jul 16 21:44:21 2005 +0000
  1438.     A bug in libvcdinfo <= 23 prevents C++ compilations.
  1439. commit e6aec2bc64a8f60218dc33016dcb864ab63a2904
  1440. Author: Benjamin Pracht <bigben@videolan.org>
  1441. Date:   Sat Jul 16 21:33:09 2005 +0000
  1442.     Small hack to make OSX happier.
  1443. commit b3521ade515b2bbb05c7477fe97020567a4a9a4a
  1444. Author: Rocky Bernstein <rocky@videolan.org>
  1445. Date:   Sat Jul 16 21:20:15 2005 +0000
  1446.     Set entries/lids for VCDs when we have an okay libvcdinfo.
  1447. commit 90d3d34918f6dca03bd27d10b40341827137f705
  1448. Author: Rémi Denis-Courmont <rem@videolan.org>
  1449. Date:   Sat Jul 16 19:30:09 2005 +0000
  1450.     Review and fix ACL duplication - really closes #262
  1451. commit e9205d398fe7bcff26d026f3f02004c84e97c9e6
  1452. Author: Rémi Denis-Courmont <rem@videolan.org>
  1453. Date:   Sat Jul 16 18:48:17 2005 +0000
  1454.     Copy the default ACL value in ACL_Duplicate - closes #262
  1455. commit a00a948872922857390b9bc15b758779dc426349
  1456. Author: Rocky Bernstein <rocky@videolan.org>
  1457. Date:   Sat Jul 16 16:04:56 2005 +0000
  1458.     configure.ac: Allow libcdio 0.71 for libcdio things.
  1459.     open.cpp: Add tooltip for Probe and fill out more vcdinfo things.
  1460. commit e99339708ef5e9c3fad9dd28e565205eea6bd8b3
  1461. Author: Rocky Bernstein <rocky@videolan.org>
  1462. Date:   Sat Jul 16 14:38:08 2005 +0000
  1463.     Clean up options and processing relating to libcdio, libvcdinfo,
  1464.     cddax, and vcdx. Add libvcdinfo to wxwindows module if it is around.
  1465. commit 42ac9cdbf088b05e4327af2d7a4564db33a83c91
  1466. Author: Rémi Denis-Courmont <rem@videolan.org>
  1467. Date:   Sat Jul 16 14:33:05 2005 +0000
  1468.     sleep is not thread-safe - use VLC API msleep instead
  1469. commit edd72ac08341f62479765c29225d9fb20de2e547
  1470. Author: Rémi Denis-Courmont <rem@videolan.org>
  1471. Date:   Sat Jul 16 13:39:14 2005 +0000
  1472.     Cosmeticissimism
  1473. commit c3543a6fef87b7a4fd727631d4783c43fdea9a36
  1474. Author: Rocky Bernstein <rocky@videolan.org>
  1475. Date:   Sat Jul 16 04:47:12 2005 +0000
  1476.     Meant to set first and last entry for each *track*.
  1477. commit 398bf6a898b844bd9312e4828eda8509fe21dda5
  1478. Author: Rocky Bernstein <rocky@videolan.org>
  1479. Date:   Sat Jul 16 04:36:58 2005 +0000
  1480.     Don't limit VCD Entries or LIDs to number of MPEG tracks.
  1481.     Untabify.
  1482. commit d579d01b1cca11aa18eb9ab32422538d2f915b0f
  1483. Author: Rocky Bernstein <rocky@videolan.org>
  1484. Date:   Sat Jul 16 04:32:18 2005 +0000
  1485.     Remove gcc 4 uninitialize variable warning.
  1486. commit 61a89bc82b68aabba2a41c27db7d61f627c7a08e
  1487. Author: Rocky Bernstein <rocky@videolan.org>
  1488. Date:   Sat Jul 16 04:12:28 2005 +0000
  1489.     Don't use "Track" for VCDX, "Entry" or "LID" should be used.
  1490. commit e69d31413778c49921d714b9946a2d61bb224cd5
  1491. Author: Rocky Bernstein <rocky@videolan.org>
  1492. Date:   Sat Jul 16 03:38:58 2005 +0000
  1493.     cdda/info.c: changes for libcddb 1.1.0 API
  1494.     
  1495.     rest: Add "Probe" for media function in Open Disc.
  1496. commit efc10b2542f855b8507f080a5776af522f75bc32
  1497. Author: Rocky Bernstein <rocky@videolan.org>
  1498. Date:   Sat Jul 16 03:36:05 2005 +0000
  1499.     One needs to #include errno.h in order to use errno. At least on my
  1500.     Fedora Core 4 GNU/Linux box.
  1501. commit 598f6f085027a572a37917d229084f9b2fb0fbbe
  1502. Author: Rémi Denis-Courmont <rem@videolan.org>
  1503. Date:   Fri Jul 15 18:48:33 2005 +0000
  1504.     The last vlc_reduce that was left
  1505. commit 9d31c40654ce1333b57b82f3243e7b5553dccd6b
  1506. Author: Rémi Denis-Courmont <rem@videolan.org>
  1507. Date:   Fri Jul 15 15:24:39 2005 +0000
  1508.     Save a call to strlen() in net_vaPrintf (and net_Printf)
  1509. commit 42e5215033af87fe60f3e144ac8b43a9e95ddc8b
  1510. Author: Rémi Denis-Courmont <rem@videolan.org>
  1511. Date:   Fri Jul 15 15:18:46 2005 +0000
  1512.     - Clean up
  1513.     - Don't avoid non-existent off-by-one bug, ie. use full buffer size
  1514. commit 5e76149b8aac583ab342190da300ef7f0bbd07cd
  1515. Author: Rémi Denis-Courmont <rem@videolan.org>
  1516. Date:   Fri Jul 15 14:24:47 2005 +0000
  1517.     Fix undefined symbol error
  1518. commit 23f9cfa6697096c7147dcddaadf8dbea636822f1
  1519. Author: Sam Hocevar <sam@videolan.org>
  1520. Date:   Fri Jul 15 11:34:10 2005 +0000
  1521.       * Updated Debian build files for a future upload.
  1522. commit 629d9ddaf5513c94dd33f52fd6018800beada695
  1523. Author: Rémi Denis-Courmont <rem@videolan.org>
  1524. Date:   Thu Jul 14 15:18:50 2005 +0000
  1525.     - Automatic versioning info in ActiveX plugin (refs #181)
  1526.     - Also include the inf in the distribution
  1527. commit 2d38c37c5e7e8781faf3fc6aa7392b11d34c2f74
  1528. Author: Rémi Denis-Courmont <rem@videolan.org>
  1529. Date:   Thu Jul 14 14:35:05 2005 +0000
  1530.     The solution was too simple, I guess
  1531. commit 69e949a5f907d289c7f28294cb233f45e1b3bff8
  1532. Author: Rémi Denis-Courmont <rem@videolan.org>
  1533. Date:   Wed Jul 13 18:30:46 2005 +0000
  1534.     - Fix very likely race condition
  1535.       (whereby psz_bind_addr would be modified by another call to inet_ntoa)
  1536.     - Use net_GetSockAddress
  1537. commit a16c7459cc11eda7269ef763dfac48738de8da53
  1538. Author: Rémi Denis-Courmont <rem@videolan.org>
  1539. Date:   Wed Jul 13 18:23:09 2005 +0000
  1540.     - Use previous API
  1541.     - Remove a dynamic allocation
  1542. commit a2aa6d7b2f49ab0bbfd3779202709c4546528931
  1543. Author: Rémi Denis-Courmont <rem@videolan.org>
  1544. Date:   Wed Jul 13 18:11:18 2005 +0000
  1545.     New useful API to combine get(sock|peer)name() and vlc_getnameinfo()
  1546. commit c6a7622b420a7d27cceb01a176cc1e5ac950e5cd
  1547. Author: Rémi Denis-Courmont <rem@videolan.org>
  1548. Date:   Wed Jul 13 18:09:38 2005 +0000
  1549.     Forgot these files
  1550. commit 4ee9175bcfbfa255152c367ba6a8cdad74b9cbe1
  1551. Author: Rémi Denis-Courmont <rem@videolan.org>
  1552. Date:   Wed Jul 13 17:51:13 2005 +0000
  1553.     Rename vlc_reduce to vlc_ureduce so that we won't get into troubles if
  1554.     we ever need to reborn vlc_reduce for some unanticipated reason
  1555. commit 21d7f14bbe121b27de988a11ca8d8664d1fb27c5
  1556. Author: Rémi Denis-Courmont <rem@videolan.org>
  1557. Date:   Wed Jul 13 17:16:09 2005 +0000
  1558.     Fix warnings (refs #258)
  1559. commit fcd1b6754b2e68bee5364163807597d0629140cd
  1560. Author: Rémi Denis-Courmont <rem@videolan.org>
  1561. Date:   Wed Jul 13 14:59:11 2005 +0000
  1562.     Use ANSI isspace() for crap compilers that don't know about C99 isblank()
  1563. commit e29270a6d8ace619a2dccab9eb7f37ab8643a953
  1564. Author: Damien Fouilleul <damienf@videolan.org>
  1565. Date:   Wed Jul 13 14:17:24 2005 +0000
  1566.     isblank() is not an ANSI function,it should really be tested for
  1567. commit 7334f9428753ba2a9d470d7c405a404bc17d7856
  1568. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1569. Date:   Tue Jul 12 20:06:23 2005 +0000
  1570.     * finally converted to the 10.2 and later format, which is faster readable
  1571. commit 6d4a1e165f0aa5c5449eb46ab7d3a7ea747307c9
  1572. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1573. Date:   Tue Jul 12 20:03:32 2005 +0000
  1574.     * additional GUI-fixes
  1575.     * implemented the streaming-method-tab correctly (forgot that previously...)
  1576.     * implemented MRL-composition when transcoding (still needs to be done for streaming)
  1577.     * fixed various other stuff here and there
  1578.     
  1579.     not usable yet - work will be continued after July 21th
  1580.     
  1581.     (refs #13)
  1582. commit f5e1e36cc4d05e987f2fcb2bdc8e267a83e2e308
  1583. Author: Rémi Denis-Courmont <rem@videolan.org>
  1584. Date:   Tue Jul 12 18:02:20 2005 +0000
  1585.     More dead code
  1586. commit 964728f3ef4c177e69d98fac1c55eea83ef60b51
  1587. Author: Rémi Denis-Courmont <rem@videolan.org>
  1588. Date:   Tue Jul 12 18:01:14 2005 +0000
  1589.     Yet another strncmp => memcmp (refs #258)
  1590. commit d73832f95219564fc888ec253b4b29f87a08f804
  1591. Author: Rémi Denis-Courmont <rem@videolan.org>
  1592. Date:   Tue Jul 12 17:58:09 2005 +0000
  1593.     Eliminate dead code
  1594. commit e6a2e27bbb326744bbcfe0e464c32068dc41cbb4
  1595. Author: Rémi Denis-Courmont <rem@videolan.org>
  1596. Date:   Tue Jul 12 16:00:43 2005 +0000
  1597.     Better ACL API (full rewrite)
  1598. commit 9fad47dcd802710f621133f4440163d0a345e2d1
  1599. Author: Rémi Denis-Courmont <rem@videolan.org>
  1600. Date:   Mon Jul 11 16:37:40 2005 +0000
  1601.     Diminish buffer size
  1602.     (still big enough for a pure 256-bits architecture...)
  1603. commit 51166b986088fc40680282632693ae87daba346a
  1604. Author: Rémi Denis-Courmont <rem@videolan.org>
  1605. Date:   Mon Jul 11 16:34:47 2005 +0000
  1606.     Avoid buffer overflow
  1607.     (local account needed, but possibly not same user as VLC)
  1608. commit d367c2f58e4bf09e07c5a57cda689fc01b29a7f5
  1609. Author: Christophe Massiot <massiot@videolan.org>
  1610. Date:   Mon Jul 11 16:20:33 2005 +0000
  1611.      * ALL: miscellaneous unsigned/signed warning fixes and pointer/int casts.
  1612. commit 363fe6915c5ba793a6305848efa48892aa9a0052
  1613. Author: Christophe Massiot <massiot@videolan.org>
  1614. Date:   Mon Jul 11 16:16:17 2005 +0000
  1615.      * include/vlc_common.h: Fixed I64Fd family for 64-bit processors.
  1616. commit bc2811758499bd78b83465bde51777e83ccf6e7d
  1617. Author: Christophe Massiot <massiot@videolan.org>
  1618. Date:   Mon Jul 11 16:01:01 2005 +0000
  1619.      * configure.ac: Fixed ipv6 detection.
  1620. commit fd8f4e26f714d85345870713f4e6a2a9999ce05c
  1621. Author: Christophe Massiot <massiot@videolan.org>
  1622. Date:   Mon Jul 11 15:59:36 2005 +0000
  1623.      * src/misc/getaddrinfo.c, modules/access/directory.c: Solaris fixes.
  1624. commit 3785eb2161f1d58e1abb2df94f343bfdac660238
  1625. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1626. Date:   Mon Jul 11 11:52:42 2005 +0000
  1627.     * implemented 3 dialogues, which complain to the user, if s/he didn't provide a file or destination
  1628. commit c0cf55a74e919e114ac03e153d2eb5ee0e8eb59e
  1629. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1630. Date:   Mon Jul 11 11:18:14 2005 +0000
  1631.     * finished the gui and implemented correct encap-format-selection when transcoding (refs #13) -- still not usable
  1632. commit 591759907b1d82d011f7a9eab277f4b253912cdb
  1633. Author: Sam Hocevar <sam@videolan.org>
  1634. Date:   Mon Jul 11 11:15:31 2005 +0000
  1635.       * po/Makefile.in.in: reverted an unexpected change.
  1636. commit 0acbca232b15dcc4b03083ec10f17788bba510a4
  1637. Author: Christophe Massiot <massiot@videolan.org>
  1638. Date:   Mon Jul 11 09:45:54 2005 +0000
  1639.      * modules/stream_out/duplicate.c: Fixed ES selection when using both
  1640.        program= and es= for the same destination.
  1641. commit 7f48ee3e69c4b98c5745fed08d0e6159e0e7c77d
  1642. Author: Christophe Massiot <massiot@videolan.org>
  1643. Date:   Mon Jul 11 09:44:53 2005 +0000
  1644.      * modules/stream_out/switcher.c: New option --no-sout-switcher-mute-audio.
  1645. commit 130e82918269cab7b5f06129a81f34d627a9600d
  1646. Author: Christophe Massiot <massiot@videolan.org>
  1647. Date:   Mon Jul 11 09:43:38 2005 +0000
  1648.      * modules/packetizer/mpegvideo.c: Drop corrupt blocks.
  1649. commit 738926876bda127f929463e9679317edba1dbfd8
  1650. Author: Sam Hocevar <sam@videolan.org>
  1651. Date:   Mon Jul 11 08:52:14 2005 +0000
  1652.       * Fixed a bunch of coding errors here and there.
  1653. commit 9ed8a0c1aa6182cb5f8be88d4a5a595a6f0ba711
  1654. Author: Sam Hocevar <sam@videolan.org>
  1655. Date:   Mon Jul 11 08:44:39 2005 +0000
  1656.       * src/misc/charset.c: if(a<b<c) is a pythonism and doesn't work in C.
  1657. commit 07d9dbd15bb19b6edb316080de23cf1d95e4d0d4
  1658. Author: Sam Hocevar <sam@videolan.org>
  1659. Date:   Mon Jul 11 08:33:01 2005 +0000
  1660.       * modules/stream_out/transcode.c: fixed an uninitialised variable.
  1661. commit 7489cd23f0a1552de0988d011296abe7a4e45aa6
  1662. Author: Sam Hocevar <sam@videolan.org>
  1663. Date:   Sun Jul 10 20:34:01 2005 +0000
  1664.       * legacy changes that might be useful if the gtk plugin is ever revived,
  1665.         and are just to be utterly ignored otherwise.
  1666. commit 8329bd853e8e85d9cac4894d5ca3186ef92ed7e1
  1667. Author: Benjamin Pracht <bigben@videolan.org>
  1668. Date:   Sun Jul 10 15:45:02 2005 +0000
  1669.     Add the "X" deinterlace mode to the list displayed in guis. (We should certainly find a better name, but I cannot see any).
  1670. commit 4ba7bb60af1ccf816bf5dcd61f541dc98481a04b
  1671. Author: Rémi Denis-Courmont <rem@videolan.org>
  1672. Date:   Sun Jul 10 13:32:43 2005 +0000
  1673.     Any reason why removal of .deps was disabled ??
  1674. commit a3db0c0e1f5372b4787c7d34e900aaf5bcdf108c
  1675. Author: Rémi Denis-Courmont <rem@videolan.org>
  1676. Date:   Sun Jul 10 13:07:15 2005 +0000
  1677.     Work around for gcc <= 3.3
  1678. commit 3df44d631a3635a1bd268dd8aee5fed490be7bd4
  1679. Author: Rémi Denis-Courmont <rem@videolan.org>
  1680. Date:   Sun Jul 10 12:05:57 2005 +0000
  1681.     Typo fix
  1682. commit 799c89719fd98b00a625922c1efc53794d69918d
  1683. Author: Rémi Denis-Courmont <rem@videolan.org>
  1684. Date:   Sun Jul 10 11:51:12 2005 +0000
  1685.     - Fix possible buffer overflow (?)
  1686.     - Fix unitialised value
  1687.     
  1688.     According to valgrind there's still an unitialized value at line 2343
  1689. commit b65b861ae33498f0d411bb9989af87cde51861df
  1690. Author: Rémi Denis-Courmont <rem@videolan.org>
  1691. Date:   Sun Jul 10 11:50:11 2005 +0000
  1692.     HTML validation fix
  1693. commit 96c45b22015d7765da85b03bdeffd1ffb37283a8
  1694. Author: Rémi Denis-Courmont <rem@videolan.org>
  1695. Date:   Sun Jul 10 11:49:42 2005 +0000
  1696.     Fix compiler warnings (refs #258)
  1697. commit 41a78f164f290987933613d91c4170b90ff209a5
  1698. Author: Clément Stenac <zorglub@videolan.org>
  1699. Date:   Sun Jul 10 11:09:46 2005 +0000
  1700.     svn:ignore
  1701. commit 2089d2f647b193049f37216a9bb46bf8575ba15b
  1702. Author: Rémi Denis-Courmont <rem@videolan.org>
  1703. Date:   Sun Jul 10 11:07:34 2005 +0000
  1704.     Use -mtune instead of obsoleted -mcpu
  1705.     (even on gcc-2.95 seems to accept the flag)
  1706. commit dc4fe2caf3448ff0e2c489a40f77ac5df84ce7f5
  1707. Author: Clément Stenac <zorglub@videolan.org>
  1708. Date:   Sun Jul 10 10:51:28 2005 +0000
  1709.     Warning fixes
  1710. commit f15f0048c23bc26832e953ed1c917fd62faf12a9
  1711. Author: Rémi Denis-Courmont <rem@videolan.org>
  1712. Date:   Sun Jul 10 10:16:01 2005 +0000
  1713.     fix fix
  1714. commit 6ec205241c296fce247301848ed7116ce44625ef
  1715. Author: Rémi Denis-Courmont <rem@videolan.org>
  1716. Date:   Sun Jul 10 10:03:30 2005 +0000
  1717.     Some more cleanup / no more warnings
  1718. commit 23bdea50631c8cf3af992768559a4c8085d0c5f7
  1719. Author: Antoine Cellerier <dionoea@videolan.org>
  1720. Date:   Sun Jul 10 09:50:34 2005 +0000
  1721.     compile fix
  1722. commit a4de52f8dcf2fa416ef53a0b5121a592e0baecd9
  1723. Author: Rémi Denis-Courmont <rem@videolan.org>
  1724. Date:   Sun Jul 10 09:35:37 2005 +0000
  1725.     Faster code
  1726. commit 3de41d49fdd787ce5114372b637dcacc73cdabad
  1727. Author: Rémi Denis-Courmont <rem@videolan.org>
  1728. Date:   Sun Jul 10 09:28:13 2005 +0000
  1729.     All signedness fixes
  1730. commit 528314603dd8217ab41910018e2029a755af4ae1
  1731. Author: Rémi Denis-Courmont <rem@videolan.org>
  1732. Date:   Sun Jul 10 09:13:20 2005 +0000
  1733.     We only have to reduce unsigned fractions in VLC
  1734.     (someone show me a screen with a negative pixel resolution)
  1735. commit 856bb6929634793e618b8874c48dd9976400317b
  1736. Author: Rémi Denis-Courmont <rem@videolan.org>
  1737. Date:   Sun Jul 10 09:11:16 2005 +0000
  1738.     tabs => spaces
  1739. commit efeb7db73636716a888a3a48b7166b69f03031e7
  1740. Author: Rémi Denis-Courmont <rem@videolan.org>
  1741. Date:   Sun Jul 10 08:55:16 2005 +0000
  1742.     Fix incorrect free() of const-qualified pointer in services_discovery.c
  1743. commit 00f78a1e82c9e1d6948206fba58159cde39998dd
  1744. Author: Rémi Denis-Courmont <rem@videolan.org>
  1745. Date:   Sun Jul 10 08:13:48 2005 +0000
  1746.     strncmp => memcmp (refs #258)
  1747.     
  1748.     ogg.c : FIXME FIXME FIXME
  1749.     I don't know Ogg format well, but don't we have a possible out-of-bound
  1750.     read at line 1346 and following ??
  1751. commit 5585f98e36b6dd1ef123bec4b8854fa40e09adbb
  1752. Author: Rémi Denis-Courmont <rem@videolan.org>
  1753. Date:   Sun Jul 10 08:00:25 2005 +0000
  1754.     Fix gcc4 warnings (refs #258)
  1755.     
  1756.     NOTE to developers :
  1757.     When you want to compare n bytes from two buffers, please use :
  1758.       memcmp( buf1, buf2, n )
  1759.     rather than :
  1760.       strncmp( buf1, buf2, n )
  1761.     
  1762.     strncmp should only be used if either of the buffers might be
  1763.     nul-terminated within its first n bytes.
  1764. commit 1090a5b5d7f41de535708062dea6c8058fc76328
  1765. Author: Rémi Denis-Courmont <rem@videolan.org>
  1766. Date:   Sun Jul 10 07:55:28 2005 +0000
  1767.     Remove compiler warning and clean up (refs #258)
  1768. commit 11558099f1300b01d15348d2c6938e6b9a17ad37
  1769. Author: Rémi Denis-Courmont <rem@videolan.org>
  1770. Date:   Sun Jul 10 06:17:48 2005 +0000
  1771.     Fix an old typo
  1772. commit 85c84889f0bff0bf944109e28822b41f741d7b38
  1773. Author: Rémi Denis-Courmont <rem@videolan.org>
  1774. Date:   Sun Jul 10 06:12:38 2005 +0000
  1775.     Hmmph, logic fix
  1776. commit dcf286bc252a609b30e5847b05686129f0550e51
  1777. Author: Rocky Bernstein <rocky@videolan.org>
  1778. Date:   Sun Jul 10 01:34:53 2005 +0000
  1779.     Add tooltips for entry fields. For VCD and CDDA (at least) some
  1780.     values have special meanings.
  1781. commit 66af406ad229058937953635718a903e54fe1086
  1782. Author: Antoine Cellerier <dionoea@videolan.org>
  1783. Date:   Sat Jul 9 22:05:47 2005 +0000
  1784.     lastest -> latest
  1785. commit 05edb16cfd225b9bdeec8cf7f5acdc2c06217b30
  1786. Author: Rémi Denis-Courmont <rem@videolan.org>
  1787. Date:   Sat Jul 9 19:17:13 2005 +0000
  1788.     Don't delete SVN-tracked files with --distclean (closes #251)
  1789. commit 65bbd83c0bf21423e84f0b712a13e3dcbacb3ec1
  1790. Author: Rémi Denis-Courmont <rem@videolan.org>
  1791. Date:   Sat Jul 9 19:07:06 2005 +0000
  1792.     svn:ignore
  1793. commit a023b25e6d816437eba66ea14e33527b4d91e4f1
  1794. Author: Rémi Denis-Courmont <rem@videolan.org>
  1795. Date:   Sat Jul 9 19:01:19 2005 +0000
  1796.     Should not be there
  1797. commit f701fe046e62bfcb26d17658fb03d6dd1c720b54
  1798. Author: Rémi Denis-Courmont <rem@videolan.org>
  1799. Date:   Sat Jul 9 18:54:38 2005 +0000
  1800.     Support for VOC block type 8 (closes #142)
  1801. commit 429d30065a2575670dd1c4f6a76bdc493c2b0a45
  1802. Author: Rémi Denis-Courmont <rem@videolan.org>
  1803. Date:   Sat Jul 9 17:19:06 2005 +0000
  1804.     - Fix (?) handling of EPSV non-compliant FTP servers
  1805.     with EPSV compliant NAT
  1806.     - Fix socket error value check
  1807. commit fe087a38282e93addb25fa9598393e40ea233b09
  1808. Author: Rémi Denis-Courmont <rem@videolan.org>
  1809. Date:   Sat Jul 9 06:17:09 2005 +0000
  1810.     Make Zorglub less unhappy
  1811. commit 5b91430245e8b9dba2d8a5baf50fabd0a9aee17e
  1812. Author: Rocky Bernstein <rocky@videolan.org>
  1813. Date:   Sat Jul 9 03:41:48 2005 +0000
  1814.     Add audio track entry field for VCD and DVD.
  1815.     Correct ranges for # of tracks and subtitles allowed in VCD and DVD.
  1816. commit 445347100cb494841a2f142361d11be6a56165c2
  1817. Author: Rocky Bernstein <rocky@videolan.org>
  1818. Date:   Sat Jul 9 01:56:01 2005 +0000
  1819.     vcdplayer.c: fix gcc 4-caught uninitialized variable.
  1820.     vcd.c: more logical order of macros (I think)
  1821. commit 3f0b1c5a5e02e02a6b7c99bee8cf34b3f87767d1
  1822. Author: Rémi Denis-Courmont <rem@videolan.org>
  1823. Date:   Fri Jul 8 18:45:05 2005 +0000
  1824.     Fix compiler warning
  1825. commit 85b29bdc288a1573d43bd524908be5748a9b3640
  1826. Author: Rémi Denis-Courmont <rem@videolan.org>
  1827. Date:   Fri Jul 8 18:12:44 2005 +0000
  1828.     Copyright fixes
  1829.     (da big courmischage)
  1830. commit 66f35e56abce63eab8cf41f6649bbdf796850b54
  1831. Author: Rémi Denis-Courmont <rem@videolan.org>
  1832. Date:   Fri Jul 8 17:57:30 2005 +0000
  1833.     Convert to Unicode
  1834. commit 237a8e6f3641aa52a60f414edacd78a6d16b37f1
  1835. Author: Christophe Massiot <massiot@videolan.org>
  1836. Date:   Thu Jul 7 09:07:16 2005 +0000
  1837.      * modules/access/dvb/linux_dvb.c: Fixed support of Nexus-S, patch courtesy
  1838.        of Michael Ditum.
  1839. commit 19a6aa8f7794a182d386e9c6baf4de3269ee8b91
  1840. Author: Felix Paul Kühne <fkuehne@videolan.org>
  1841. Date:   Thu Jul 7 08:32:37 2005 +0000
  1842.     * converted to UTF-8
  1843. commit 69d197f7f58e37b9fb820d9984f36410769d71f0
  1844. Author: Clément Stenac <zorglub@videolan.org>
  1845. Date:   Wed Jul 6 18:16:26 2005 +0000
  1846.     Revert wrongly commited files in previous commit
  1847. commit c13d9987cc84b6ec6ac9820b629754f021957436
  1848. Author: Clément Stenac <zorglub@videolan.org>
  1849. Date:   Wed Jul 6 17:33:04 2005 +0000
  1850.     Compile fix - refs #258
  1851. commit 6f5fb734c20165388a0ac8b18d83a491132e8a0b
  1852. Author: Rémi Denis-Courmont <rem@videolan.org>
  1853. Date:   Wed Jul 6 17:14:00 2005 +0000
  1854.     Print Winsock error number
  1855. commit 5077a23139043cb7b9b695b66b45ee6e88f6a2d6
  1856. Author: Christophe Massiot <massiot@videolan.org>
  1857. Date:   Wed Jul 6 13:47:37 2005 +0000
  1858.      * src/misc/cpu.c: Fixed the use of cpuid() on amd64 (thanks to Aison on
  1859.        IRC).
  1860. commit d1667dd5a12a3944d4bf80438faeb09aba247ce0
  1861. Author: Christophe Mutricy <xtophe@videolan.org>
  1862. Date:   Wed Jul 6 12:34:58 2005 +0000
  1863.     libvlc.h: Move the open option for the gui preferences
  1864. commit b8e3a59e86ebbe24c039b0c6538764ee6aacf8f0
  1865. Author: Rémi Denis-Courmont <rem@videolan.org>
  1866. Date:   Tue Jul 5 18:28:26 2005 +0000
  1867.     Fix previous commit
  1868. commit 14dbb864322434ba5f75e578b45d37f728db85d3
  1869. Author: Rémi Denis-Courmont <rem@videolan.org>
  1870. Date:   Tue Jul 5 17:33:54 2005 +0000
  1871.     Print exact error for select() to help tracking x264 threading issue
  1872. commit de653570589bb516a63b0e9547155f39b272397c
  1873. Author: Rémi Denis-Courmont <rem@videolan.org>
  1874. Date:   Tue Jul 5 16:44:56 2005 +0000
  1875.     - Clean up net_Gets()
  1876. commit ae0c85f87b4caffc922591bf60457e5fa17dc5c1
  1877. Author: Rémi Denis-Courmont <rem@videolan.org>
  1878. Date:   Mon Jul 4 17:01:34 2005 +0000
  1879.     Forgot this one
  1880. commit 4b00d01a923bd4d1de665ecbe07cadf9443a9b9c
  1881. Author: Rémi Denis-Courmont <rem@videolan.org>
  1882. Date:   Mon Jul 4 17:00:25 2005 +0000
  1883.     IPv6 Source-Specific Multicast support
  1884.     from Hoerdt Mickael with cosmetic changes
  1885. commit ee41a705657dcb596d685cf1d3c7b32ff00cf1c8
  1886. Author: Rémi Denis-Courmont <rem@videolan.org>
  1887. Date:   Mon Jul 4 16:42:22 2005 +0000
  1888.     Unduplicate common socket() code
  1889. commit 22e96161da1e6f824ff12b90b87e1c38365eb667
  1890. Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  1891. Date:   Mon Jul 4 15:39:10 2005 +0000
  1892.     Add set_visual support in python binding
  1893. commit f093d59dd7bf73672e549e530ce73858e0c9b477
  1894. Author: Rémi Denis-Courmont <rem@videolan.org>
  1895. Date:   Mon Jul 4 14:47:36 2005 +0000
  1896.     Undo braindead [11640]
  1897. commit a204ad1c9b167d86147cf137409f2a7cf4334022
  1898. Author: Damien Fouilleul <damienf@videolan.org>
  1899. Date:   Mon Jul 4 09:55:51 2005 +0000
  1900.     compile fix for WIN32, needs review
  1901. commit a09124b77ae1a4e582396f20f2e6abd9dc8a73b5
  1902. Author: Damien Fouilleul <damienf@videolan.org>
  1903. Date:   Mon Jul 4 09:33:43 2005 +0000
  1904.     hey, don't forget win32, folks
  1905. commit d6fc1ee1c7a24d57665cc4e50d3be8616bb12e00
  1906. Author: Christophe Mutricy <xtophe@videolan.org>
  1907. Date:   Mon Jul 4 09:27:56 2005 +0000
  1908.     Compile fix
  1909. commit 29df942311aa3af149b81fc3fa32a6b20b35ea7f
  1910. Author: Benjamin Pracht <bigben@videolan.org>
  1911. Date:   Sun Jul 3 09:03:44 2005 +0000
  1912.     new --telnet-host option to allow to bind the telnet server on a specific interface.
  1913.     
  1914.     Patch by Torsten Spindler
  1915.     
  1916.     Remark : should we keep the --telnet-port option that is now redundant ?
  1917. commit 51d3b6c921ea9e1af6385a88e8ed7dcec3f2e07d
  1918. Author: Benjamin Pracht <bigben@videolan.org>
  1919. Date:   Sat Jul 2 17:26:51 2005 +0000
  1920.     select first moved item instead of the last one after a drag and drop.
  1921. commit 23235a29feb62dc78e2ff05c626ab2737859c06d
  1922. Author: Benjamin Pracht <bigben@videolan.org>
  1923. Date:   Sat Jul 2 16:47:46 2005 +0000
  1924.     * Back to the hack for the isItem: inNode function, since this is several orders  faster than the high level functions provided by Cocoa... Playlist behaves corectly on big lists again...
  1925.     * Fixes a bug in drag and drop
  1926. commit 3d0810e9265a6bbaf0221269779ad02ec0f84ed6
  1927. Author: Benjamin Pracht <bigben@videolan.org>
  1928. Date:   Sat Jul 2 15:39:21 2005 +0000
  1929.     * Include <sys/socket.h> if the system has it (should fix compilation on OSX/cygwin).
  1930. commit d37194a3b20d4d26b86ffa8c3849bf1cd91722c0
  1931. Author: Antoine Cellerier <dionoea@videolan.org>
  1932. Date:   Fri Jul 1 21:43:42 2005 +0000
  1933.     Genre standardisation patch by Jonas A. Larsen
  1934.     This (and previous patch) still needs some work as genres containing spaces
  1935.     aren't parsed correctly
  1936. commit 24c07775c117d707f3c4d394500edfeedb7a1045
  1937. Author: Benjamin Pracht <bigben@videolan.org>
  1938. Date:   Fri Jul 1 20:48:48 2005 +0000
  1939.     * vlc_symbols.h, vlc_playlist.h, view.c : add a function to remove a parent from the parent list of an item (if anybody wants to make that another way...)
  1940.     * playlist.m: implements full drag and drop of playlist items. Drop of multiple items and of items and nodes at the same time should be supported. You cannot mode service discovery items. This is a choice and can be changed if wanted.
  1941.     * Hopes that compiles on current trunk (cannot check since latest comits on net functions broke the built of a half the modules and core of the OSX port...)
  1942. commit 60b3038b0a29115bf381f56632fe767ee86af030
  1943. Author: Derk-Jan Hartman <hartman@videolan.org>
  1944. Date:   Fri Jul 1 20:27:33 2005 +0000
  1945.     * powf -> pow :(
  1946. commit 6db8875a09ef1252fe497b915dc4af69973fc1a7
  1947. Author: Rémi Denis-Courmont <rem@videolan.org>
  1948. Date:   Fri Jul 1 18:00:04 2005 +0000
  1949.     PF_* -> AF_*
  1950. commit 5f24896070f495d3ff7179697a255847f4c9b2cd
  1951. Author: Rémi Denis-Courmont <rem@videolan.org>
  1952. Date:   Fri Jul 1 17:35:35 2005 +0000
  1953.     This was pretty useless (if there is no solution, there is no problem)
  1954. commit fae938e23c50b8e0b348a7e838ff820d5b1b29c5
  1955. Author: Rémi Denis-Courmont <rem@videolan.org>
  1956. Date:   Fri Jul 1 15:56:41 2005 +0000
  1957.     Remove unused function
  1958. commit a9cfe158c44a1b2ec6f64e9cf73c15048dac4c9a
  1959. Author: Rémi Denis-Courmont <rem@videolan.org>
  1960. Date:   Fri Jul 1 15:54:27 2005 +0000
  1961.     Unsigned casts
  1962. commit 56c786eb0a134b1492ce7aacfd13f9304398c97a
  1963. Author: Rémi Denis-Courmont <rem@videolan.org>
  1964. Date:   Fri Jul 1 15:47:42 2005 +0000
  1965.     Remove unused variable - fix compiler warning
  1966. commit 0b137bffd5cf6849c231e9fc75f168aa50ac9806
  1967. Author: Rémi Denis-Courmont <rem@videolan.org>
  1968. Date:   Fri Jul 1 15:27:40 2005 +0000
  1969.     Freeze module entry name (refs #155)
  1970. commit a844d2d8fcb5ada622ed1e091b38a3f95353ef8a
  1971. Author: Rémi Denis-Courmont <rem@videolan.org>
  1972. Date:   Fri Jul 1 14:48:29 2005 +0000
  1973.     Use macros rather than overkill APIs
  1974. commit 82daa24a79ac359f27a6bf3119dee9ba75a41a59
  1975. Author: Christophe Mutricy <xtophe@videolan.org>
  1976. Date:   Fri Jul 1 13:44:37 2005 +0000
  1977.     ALL: Add some set_shorname() so the preferences  look nice.
  1978. commit ddb6cfd52321a97a76e4240741978e59ddece24f
  1979. Author: Christophe Mutricy <xtophe@videolan.org>
  1980. Date:   Fri Jul 1 13:43:58 2005 +0000
  1981.     Oups, forgot this one with [11093] (deprecated option handling)
  1982. commit 117fb9dc74d3fecc0421b69aaf535000b7f25cd1
  1983. Author: Christophe Mutricy <xtophe@videolan.org>
  1984. Date:   Fri Jul 1 10:22:30 2005 +0000
  1985.     Compile fix
  1986. commit 10ccb3dbcf861ec5a2828f000025e3243d69b357
  1987. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1988. Date:   Fri Jul 1 08:17:43 2005 +0000
  1989.     compile fix
  1990. commit f1cffc8822e89fd1600f077831eccd777c9f67e7
  1991. Author: Rémi Denis-Courmont <rem@videolan.org>
  1992. Date:   Thu Jun 30 18:34:43 2005 +0000
  1993.     StopSend for UDP access
  1994. commit 365752e5320fc5c92c3f4cae2ff46664c86fe7a7
  1995. Author: Rémi Denis-Courmont <rem@videolan.org>
  1996. Date:   Thu Jun 30 18:32:54 2005 +0000
  1997.     StopSend for SAP discovery
  1998. commit 847ceed4506c9c8e70a165ef4e2837520c06e894
  1999. Author: Rémi Denis-Courmont <rem@videolan.org>
  2000. Date:   Thu Jun 30 18:30:41 2005 +0000
  2001.     Same as previous commit - for SAP announcer
  2002. commit cdd18c0c94f315b3cb666eea800e1cf816e2ec19
  2003. Author: Rémi Denis-Courmont <rem@videolan.org>
  2004. Date:   Thu Jun 30 18:19:26 2005 +0000
  2005.     Shutdown UDP socket for receival - hopefully closes #134
  2006. commit 20d93dce56112560d94dbe11db7c44073f142d9d
  2007. Author: Rémi Denis-Courmont <rem@videolan.org>
  2008. Date:   Thu Jun 30 18:17:53 2005 +0000
  2009.     Wrappers for shutdown() API
  2010. commit d8bdb697de070795a53d69d0558e9422c928f31d
  2011. Author: Rémi Denis-Courmont <rem@videolan.org>
  2012. Date:   Thu Jun 30 17:24:26 2005 +0000
  2013.     Remove a very old hack that is no longer necessary
  2014. commit 3576d6b125609ab37c95b4ba1bdc3d1ead7cb7e6
  2015. Author: Rémi Denis-Courmont <rem@videolan.org>
  2016. Date:   Thu Jun 30 15:55:35 2005 +0000
  2017.     Why make it complicated when it can be simple
  2018. commit 3ff30fa972feae4854ece87008c5d4479dec8d6c
  2019. Author: Benjamin Pracht <bigben@videolan.org>
  2020. Date:   Thu Jun 30 15:08:08 2005 +0000
  2021.     * Some fixes
  2022.     * Store object to move in the class itself, since I just don't manage to deal with NSPasteboards...
  2023. commit 06ba89296457f0b606d6a78bf3112efa538d85f1
  2024. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2025. Date:   Thu Jun 30 12:45:05 2005 +0000
  2026.     * implemented reset- and backward-methods (refs #13)
  2027. commit 2a67c7a4b878fe6f08ec1f4be29152c8deb5f614
  2028. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2029. Date:   Thu Jun 30 10:44:50 2005 +0000
  2030.     * added a summary-tab at the end of the wizard (mostly for debug-reasons, but perhaps we want to keep that for the user as well?)
  2031.     * implemented the entire logic (except encap-formats while transcoding)
  2032.     * added data collection of all values
  2033.     * fixed some l10n issues
  2034.     
  2035.     The wizard is still not useable for streaming, since it does not communicate the settings to the core yet. Additionally, various things still need to be done (see TODO at the beginning of the file).
  2036. commit 6febcbfe345555a800a764e9fe22e8a19f1986b6
  2037. Author: Gildas Bazin <gbazin@videolan.org>
  2038. Date:   Wed Jun 29 20:56:47 2005 +0000
  2039.     * modules/stream_out/rtp.c, modules/misc/rtsp.c: attempt at supporting amr nb/wb for rtsp streaming... doesn't look like livedotcom like it though.
  2040. commit 10c15522e02c000c23e18241a426341009ca1627
  2041. Author: Benjamin Pracht <bigben@videolan.org>
  2042. Date:   Wed Jun 29 20:53:06 2005 +0000
  2043.     * Still some work for playlist drag'n'drop
  2044. commit 04f177a91a7a12b2bf36d99b348ecca6361a7282
  2045. Author: Gildas Bazin <gbazin@videolan.org>
  2046. Date:   Wed Jun 29 19:59:01 2005 +0000
  2047.     * modules/mux/mp4.c: added support for amr nb/wb and h263 in 3gp.
  2048. commit 5ff8a38b865433c8e3612776b48faa6b1f8b59e1
  2049. Author: Gildas Bazin <gbazin@videolan.org>
  2050. Date:   Wed Jun 29 17:13:31 2005 +0000
  2051.     * mozilla/vlcplugin.h: fixed mimetypes string.
  2052. commit 9d3fbf4c4a9f731e40620163bcd58440cdd7bf24
  2053. Author: Gildas Bazin <gbazin@videolan.org>
  2054. Date:   Wed Jun 29 17:08:54 2005 +0000
  2055.     * mozilla/vlcplugin.h: compilation fix.
  2056. commit 190117120f6eca163740262d08760eefeba2ffc9
  2057. Author: Benjamin Pracht <bigben@videolan.org>
  2058. Date:   Wed Jun 29 16:48:38 2005 +0000
  2059.     * Add an option to recusively expand the current node in the playlist context menue.
  2060.     * Seems to be some issues sometimes, likely related to the fact we do not empty o_outline_dict on playlist refresh
  2061. commit 9b344d57bcfabc0a0091886ce84b96d8ff21e35d
  2062. Author: Antoine Cellerier <dionoea@videolan.org>
  2063. Date:   Wed Jun 29 05:54:43 2005 +0000
  2064.     this should fix compilation (if someone could backport this fix ... and
  2065.     test it)
  2066. commit 5fe479dd10e28205b2a825c4bb1c9792ce3fbc0d
  2067. Author: Derk-Jan Hartman <hartman@videolan.org>
  2068. Date:   Tue Jun 28 23:46:33 2005 +0000
  2069.     * Fix some configuration options declerations and strings
  2070. commit 9aebdb61fc078adb8d2f5d77e6bfd2b7d2656f2d
  2071. Author: Derk-Jan Hartman <hartman@videolan.org>
  2072. Date:   Tue Jun 28 23:43:03 2005 +0000
  2073.     * Fix opening of rtsp:// links in VLC
  2074. commit 05fd28dc73ddc2010abd092c4b689f082513b791
  2075. Author: Derk-Jan Hartman <hartman@videolan.org>
  2076. Date:   Tue Jun 28 23:41:58 2005 +0000
  2077.     * forwardport of [11522]
  2078. commit 8d1836799f0ede455c4962a19293c65d8f351327
  2079. Author: Benjamin Pracht <bigben@videolan.org>
  2080. Date:   Tue Jun 28 23:33:50 2005 +0000
  2081.     * Don't select items that are in a selected node for drag'n'drop
  2082. commit fa5d2c03fbeafcfb596825d07db06001e2a85643
  2083. Author: Benjamin Pracht <bigben@videolan.org>
  2084. Date:   Tue Jun 28 21:37:07 2005 +0000
  2085.     * Start of the beginnig of drag'n'drop in the OSX playlist. Items are only copied in  the pasteboard ATM (at least if I understand OSX's strange protocol to drag'n'drop items correclty)
  2086. commit 6d6ec75ce7cf3bfe86a674a66cc0de2bdbf52cea
  2087. Author: Rémi Denis-Courmont <rem@videolan.org>
  2088. Date:   Tue Jun 28 18:02:01 2005 +0000
  2089.     DLL loader stolen from MPlayer CVS.
  2090.     Disabled by default, enable with --enable-loader
  2091.     There's no sanity checks in configure so don't do it if your platform is not compatible.
  2092.     
  2093.     zorglub and Anil report it works for WMV3 with the dmo decoder plugin.
  2094.     It seems to crash with Quicktime (after displaying a few frame ?).
  2095.     There's no RealVideo decoder so, won't do that, but it probably could as well.
  2096.     
  2097.     Legal considerations
  2098.     =====================
  2099.     
  2100.     Section 2 of the GPL puts no restriction on what you link with so long as
  2101.     you have obtained the program from source (and compiled it yourself), so
  2102.     this is OK.
  2103.     
  2104.     It is not clear to me whether it is ok to provide binaries with this
  2105.     feature enabled. Maybe it would infringe on the GPL and, hence, on VLC's
  2106.     past contributors intellectual rights. So if in doubt don't put this in
  2107.     binary package you make.
  2108. commit 83282a7838236dac984518b2e0b94fd1db5bd110
  2109. Author: Damien Fouilleul <damienf@videolan.org>
  2110. Date:   Tue Jun 28 17:58:34 2005 +0000
  2111.     - updated to axvlc.inf used to create http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab
  2112. commit 47792465f6248e6080c2c4187366c3fd2ba01f0c
  2113. Author: Damien Fouilleul <damienf@videolan.org>
  2114. Date:   Tue Jun 28 17:56:26 2005 +0000
  2115.     - changed codebase path to 'http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab'
  2116. commit f863bf1cf03c366006cfd79b9ddd54ec0360ef2d
  2117. Author: Rémi Denis-Courmont <rem@videolan.org>
  2118. Date:   Tue Jun 28 15:16:11 2005 +0000
  2119.     This doesn't owe in the VLC
  2120. commit e0ccad92ed7a3cc417146a2045be6b319dca7e5b
  2121. Author: Sam Hocevar <sam@videolan.org>
  2122. Date:   Tue Jun 28 09:10:15 2005 +0000
  2123.       * po/fr.po: various fixes
  2124. commit c54d3584af84180ff65b6b0a8d9443f11876197b
  2125. Author: Sam Hocevar <sam@videolan.org>
  2126. Date:   Tue Jun 28 08:48:46 2005 +0000
  2127.       * po/es.po: minor fixes
  2128. commit ee6c3bfc7d2f0793e14b50cf312a9b5130a24ea8
  2129. Author: Damien Fouilleul <damienf@videolan.org>
  2130. Date:   Tue Jun 28 08:02:40 2005 +0000
  2131.     dataobject isn't ready for prime time yet :)
  2132. commit 09102a649c32d10abc47881f191dab22e8cc9da2
  2133. Author: Clément Stenac <zorglub@videolan.org>
  2134. Date:   Mon Jun 27 21:30:44 2005 +0000
  2135.     Fix warning
  2136. commit ec46dcb4f0dbcfc9b36d3bf51649a59ef8d778a4
  2137. Author: Clément Stenac <zorglub@videolan.org>
  2138. Date:   Mon Jun 27 21:25:51 2005 +0000
  2139.     Don't insult the user - Patch by Torsten Spindler
  2140. commit b8fa2effb8fc6b62949bc84164ed677d3f407341
  2141. Author: Antoine Cellerier <dionoea@videolan.org>
  2142. Date:   Mon Jun 27 20:56:58 2005 +0000
  2143.     forward port 11582
  2144. commit c0349add62bdd7aa3efa790718e79db49eda11b9
  2145. Author: Antoine Cellerier <dionoea@videolan.org>
  2146. Date:   Mon Jun 27 20:27:10 2005 +0000
  2147.     forward port 11580
  2148. commit 2c2ad7bd46fc7f06aa03bea1f1e6c2c6a699b39c
  2149. Author: Benjamin Pracht <bigben@videolan.org>
  2150. Date:   Mon Jun 27 20:20:58 2005 +0000
  2151.     * Add some items to some people
  2152.     * Add FK and me...
  2153. commit 10c4a6f9828af1c7b17a083cb22d09c1ef40dbbf
  2154. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2155. Date:   Mon Jun 27 19:48:16 2005 +0000
  2156.     * replace '0.8.3-svn' by '0.8.4-svn'
  2157. commit 248e6e1a202788c837b1a4376fb2212074c07f3a
  2158. Author: Gildas Bazin <gbazin@videolan.org>
  2159. Date:   Mon Jun 27 19:02:06 2005 +0000
  2160.     * modules/demux/playlist/b4s.c: WinCE compilation fix.
  2161. commit 2917b1a65aee831b5ace09bf1820eb96f3b642c0
  2162. Author: Clément Stenac <zorglub@videolan.org>
  2163. Date:   Mon Jun 27 18:18:55 2005 +0000
  2164.     Also fix mozilla when not in debug mode
  2165. commit a6859d1c46eafcd27d71e8efe25ada1fff6fa618
  2166. Author: Gildas Bazin <gbazin@videolan.org>
  2167. Date:   Mon Jun 27 18:17:09 2005 +0000
  2168.     * modules/codec/mpeg_audio.c: don't use this codec if we don't have an mpgatofixed32 audio filter (a bit of a hack but it works :).
  2169. commit a30cdd824b72ceff0079e4522d0b9aaa00468a1a
  2170. Author: Sam Hocevar <sam@videolan.org>
  2171. Date:   Mon Jun 27 13:58:06 2005 +0000
  2172.       * src/misc/httpd.c: fixed a crash in IPv4 handling, patch from Maxime Bizon.
  2173. commit 4f0d569132a01110911a476895a4dd78ff73b50e
  2174. Author: Damien Fouilleul <damienf@videolan.org>
  2175. Date:   Mon Jun 27 12:22:24 2005 +0000
  2176.     plugin.cpp: forgot to initialize the mute variable
  2177.     AUTHORS: I haven't moved to Germany as far as I know: )
  2178. commit da4dc63b33a3cbffa38513107882a05f2043d17c
  2179. Author: Damien Fouilleul <damienf@videolan.org>
  2180. Date:   Mon Jun 27 11:41:16 2005 +0000
  2181.     all: clean-up, bug fixes so that plugin is now working correctly with Visual Basic 6 (which I have tested) and hopefully should also work with .NET (which I havent't tested).
  2182.     
  2183.     Outstanding issue: the control properties are not persisted
  2184.     
  2185.     vlc16x16.bmp: toolbar icon for VLC plugin
  2186. commit da5c4157bbcaf84ab20b452483fbe470ea2654b4
  2187. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2188. Date:   Sun Jun 26 23:55:53 2005 +0000
  2189.     * implemented a general, re-usable help-panel used by all 4 "More Info" buttons (refs #13)
  2190.     * copied the todo to the file
  2191. commit 934c68115d1fc62e8ace482713182d7a733fe15b
  2192. Author: Clément Stenac <zorglub@videolan.org>
  2193. Date:   Sun Jun 26 18:23:17 2005 +0000
  2194.     Higher default caching value. Prebuffering should really use the caching value
  2195. commit e3aaa2ff4777f99c594de1b6434879e3b2cf4c15
  2196. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2197. Date:   Sun Jun 26 17:25:08 2005 +0000
  2198.     * forgot to include the Turkish locale here as well
  2199. commit ae29d64f1b6fa7a39c7b4d7801f455ee9d896892
  2200. Author: Rémi Denis-Courmont <rem@videolan.org>
  2201. Date:   Sun Jun 26 17:17:50 2005 +0000
  2202.     Remove confusing warning
  2203. commit 883cc1d5c3805a7092998838906c0309866c3d63
  2204. Author: Felix Paul Kühne <fkuehne@videolan.org>
  2205. Date:   Sun Jun 26 17:05:58 2005 +0000
  2206.     * copy the po-files from /tags/0.8.2 to trunk
  2207.     * run update-po to get them in sync
  2208.     * forward-port [11506]
  2209. commit 7a179eeb6072de6d4ea634b756d6ffbc881fd269
  2210. Author: Antoine Cellerier <dionoea@videolan.org>
  2211. Date:   Sun Jun 26 16:03:48 2005 +0000
  2212.     forward port 11543 (again)
  2213. commit 7e1366683b33adfb0a2731b23252bdac24f7f6a7
  2214. Author: Rémi Denis-Courmont <rem@videolan.org>
  2215. Date:   Sun Jun 26 15:12:10 2005 +0000
  2216.     Compile fix
  2217. commit c1248018ecf78b4f3a8b7652d74ef743a38c09fe
  2218. Author: Rémi Denis-Courmont <rem@videolan.org>
  2219. Date:   Sun Jun 26 14:54:06 2005 +0000
  2220.     Fix compilation
  2221. commit 66b377c4c0c358e6b57e2e13eaa04d64726bd6fc
  2222. Author: Rémi Denis-Courmont <rem@videolan.org>
  2223. Date:   Sun Jun 26 10:36:35 2005 +0000
  2224.     Remove obsoloted check
  2225. commit 26375a288c7d9f00b8c1a438401a9d63b2fc2ac6
  2226. Author: Rémi Denis-Courmont <rem@videolan.org>
  2227. Date:   Sun Jun 26 10:35:06 2005 +0000
  2228.     Set IPV6_V6ONLY option to make my life easier
  2229. commit 7b3c1c25d19442384510abc50d3c9d1669b2b121
  2230. Author: Rémi Denis-Courmont <rem@videolan.org>
  2231. Date:   Sun Jun 26 10:29:06 2005 +0000
  2232.     Set IPV6_PROTECTION_LEVEL (yet another Microsoft's stupid idea)
  2233.     at the "right" place, namely ListenTCP rather than OpenTCP
  2234. commit 6f987b5164bfbdb809dee87a635bc2811bdc879b
  2235. Author: Rémi Denis-Courmont <rem@videolan.org>
  2236. Date:   Sun Jun 26 10:24:35 2005 +0000
  2237.     Fixes httpd_ClientIP on Win32 & the likes
  2238. commit 22571f1a5cc7fdea6ba00c5390deb95af3c9aff8
  2239. Author: Rémi Denis-Courmont <rem@videolan.org>
  2240. Date:   Sun Jun 26 10:14:00 2005 +0000
  2241.     More conservative buffer size
  2242. commit 212e8d2f695a2c3853cd0499fb1e5069a9ace763
  2243. Author: Rémi Denis-Courmont <rem@videolan.org>
  2244. Date:   Sun Jun 26 09:47:41 2005 +0000
  2245.     Forgot this file
  2246. commit 7f432665c1ce3f5fc981129f9f8fc16a0591460c
  2247. Author: Rémi Denis-Courmont <rem@videolan.org>
  2248. Date:   Sun Jun 26 09:12:36 2005 +0000
  2249.     Use integer rather than strings for UDP/TCP port numbers
  2250. commit 1a57857cc63dde28543a6065c78c487343c6e172
  2251. Author: Rémi Denis-Courmont <rem@videolan.org>
  2252. Date:   Sun Jun 26 09:11:54 2005 +0000
  2253.     Fix case
  2254. commit 9f5b398470171a88ad19fa887371f8aae2a199f7
  2255. Author: Rémi Denis-Courmont <rem@videolan.org>
  2256. Date:   Sun Jun 26 05:43:05 2005 +0000
  2257.     Someone forgot debugging stuff here
  2258. commit de7db4a3dea3d3f98c4e9cd6919bc163cb9b79bf
  2259. Author: Derk-Jan Hartman <hartman@videolan.org>
  2260. Date:   Sun Jun 26 01:11:33 2005 +0000
  2261.     * Stupid 10.2 THOU SHALT OBEY ME
  2262. commit 964b51e441c52ee01e8c702f835f812215fb293a
  2263. Author: Rémi Denis-Courmont <rem@videolan.org>
  2264. Date:   Sat Jun 25 18:41:15 2005 +0000
  2265.     Fix previous commit
  2266. commit 658db7a818c29ee1d8c4a972b4b3b011d48e3b77
  2267. Author: Rémi Denis-Courmont <rem@videolan.org>
  2268. Date:   Sat Jun 25 17:21:23 2005 +0000