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

midi

开发平台:

Unix_Linux

  1. Date:   Mon Mar 31 23:37:36 2003 +0000
  2.     made a format-only string untranslateable
  3. commit 4960578299e15bce6dba625ac972b3009333c731
  4. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  5. Date:   Mon Mar 31 23:32:44 2003 +0000
  6.     Changed a duplicate string, and removed an info string that isn't really
  7.     useful
  8. commit bae3f95d865b35550f19a14a09c52c6c4a13cbdd
  9. Author: Christophe Massiot <massiot@videolan.org>
  10. Date:   Mon Mar 31 22:39:28 2003 +0000
  11.     * modules/codec/*: Fixed a PTS bug at the initialization of some codecs
  12.     * modules/audio_filter/resampler/coreaudio.c: Set score to 0
  13. commit d9a789d18d60ddbe30cdbdbe8534d3690bab8e1d
  14. Author: Gildas Bazin <gbazin@videolan.org>
  15. Date:   Mon Mar 31 22:39:23 2003 +0000
  16.     * po/*: updated the po directory.
  17. commit 20b1d95da92b6a309dd13d7b2701d190d94db155
  18. Author: Laurent Aimar <fenrir@videolan.org>
  19. Date:   Mon Mar 31 04:26:17 2003 +0000
  20.      * v4l: forgot a munmap.
  21. commit 8c1b605094b765439b3163986c9845ad524fbbef
  22. Author: Laurent Aimar <fenrir@videolan.org>
  23. Date:   Mon Mar 31 03:46:11 2003 +0000
  24.      * v4l: updated, now it should grab (and compress if you want) the video.
  25.     Audio grabbing part is commented out and untested.
  26.      The syntax is like that:
  27.       v4l:<device>[:option=value:...]
  28.      options: channel,norm (pal, ntsc,secam), frequency (not really there is
  29.               a factor), audio, size (WxH or subqcif,qsif,qcif,sif,cif,vga),
  30.               codec (optional, mpeg1 or mpeg4 and need to have compiled the
  31.               encoders modules)
  32.      ex: v4l:/dev/video:channel=0:frequency=8052:norm=secam:size=vga
  33.      Please test.
  34.      * rawvideo.c: a pseudo decoder for raw video (I420).
  35.      * packetizer/*, mux/*, stream_output.c: fixed (I hope) audio/video
  36.     synchro problems.
  37. commit f3dd07bb1f768e67574d77b62a94bce050065b9b
  38. Author: Jon Lech Johansen <jlj@videolan.org>
  39. Date:   Sun Mar 30 23:35:06 2003 +0000
  40.      * ALL: Move CoreAudio aout into seperate module.
  41. commit 00afb0559a315542854ea88852417597d99ea357
  42. Author: Gildas Bazin <gbazin@videolan.org>
  43. Date:   Sun Mar 30 19:56:11 2003 +0000
  44.     * modules/gui/wxwindows/*: another bunch of improvements.
  45. commit a1e813777408263806ec177c14eedcfe871d6160
  46. Author: Gildas Bazin <gbazin@videolan.org>
  47. Date:   Sun Mar 30 18:14:39 2003 +0000
  48.     * modules/*: sanitization of the modules description strings.
  49. commit 5d2949dc73dfb4f8c00b83b1c5202b2776637e10
  50. Author: Gildas Bazin <gbazin@videolan.org>
  51. Date:   Sun Mar 30 16:26:42 2003 +0000
  52.     * modules/gui/wxwindows/*: small formating changes.
  53.     * modules/video_filter/deinterlace/deinterlace.c, src/libvlc.h: modified a couple of config option descriptions.
  54. commit 656d9c970bf0f431c7f3e11331c298e04a4d17f8
  55. Author: Gildas Bazin <gbazin@videolan.org>
  56. Date:   Sun Mar 30 15:05:32 2003 +0000
  57.     * modules/gui/wxwindows/preferences.cpp: we only list the plugins that have config options. That makes things less confusing.
  58. commit 17a31fd8921f4bb1b441d48d312449732e696a62
  59. Author: Gildas Bazin <gbazin@videolan.org>
  60. Date:   Sun Mar 30 14:24:20 2003 +0000
  61.     * include/configuration.h: added the add_directory() config macro.
  62.     * modules/gui/wxwindows/preferences.cpp: support for add_string_from_list().
  63.     * ALL: changed some add_string() config options to add_file().
  64. commit f1a8337b256081aeede6015a8e246a40c62d12bd
  65. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  66. Date:   Sun Mar 30 14:09:59 2003 +0000
  67.     use add_file and not add_string for the "audiofile-path" option
  68. commit 4eb628bc5172ba70fa316d8884814f280bf0399e
  69. Author: Gildas Bazin <gbazin@videolan.org>
  70. Date:   Sun Mar 30 13:23:28 2003 +0000
  71.     * modules/gui/wxwindows/*: fixed the save feature of the preferences dialog box.
  72.     * src/misc/configuration.c: added support for CONFIG_ITEM_DIRECTORY.
  73. commit bba94275f5fe3a88c99fdccb78bd5b58cfe59153
  74. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  75. Date:   Sun Mar 30 12:15:50 2003 +0000
  76.     enabled the menu-entry to show file info when there is an input
  77. commit c2aa6f8ea1b9b92d123fd7245223494ae223ee43
  78. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  79. Date:   Sun Mar 30 11:59:00 2003 +0000
  80.     modules/gui/kde/interface.cpp: removed a debug message
  81.     modules/gui/kde/preferences.cpp: use sliders for integer and float options
  82.     with a range, use combobox for string_from_list options, fixed a layout
  83.     issue and removed some debug messages
  84. commit a91ad06c8643a2143a4224b44f7cf047179f1bdd
  85. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  86. Date:   Sun Mar 30 11:54:29 2003 +0000
  87.     modules/access/dvdplay/dvd.c: removed an unused configuration category
  88.     modules&misc/logger/logger.c: use add_string_from_list for the logmode
  89.     option
  90. commit 7587d7efe4f9e04bbb4be5bf47d28ecc15c8935a
  91. Author: Gildas Bazin <gbazin@videolan.org>
  92. Date:   Sun Mar 30 11:43:38 2003 +0000
  93.     * configure.ac.in: removed the -fno-exceptions gcc option from the compilation of the skins plugin as it might be needed after all.
  94.     * modules/demux/m3u.c: upped the priority of the m3u demux as some m3u files were mistaken for ts files.
  95.     * include/configuration.h: added a CONFIG_ITEM_DIRECTORY config type.
  96.     * modules/gui/wxwindows/*: the preferences dialog should be fully useable now.
  97. commit a79ca7b62e7ca802026d3836a24d38c042f1ec65
  98. Author: Gildas Bazin <gbazin@videolan.org>
  99. Date:   Sun Mar 30 02:58:36 2003 +0000
  100.     * modules/gui/wxwindows/preferences.cpp: improved the preferences dialog box. It is almost useable now ;)
  101. commit 00d327ff2c8b29f52f3d95e32a77aac443180d4a
  102. Author: Christophe Massiot <massiot@videolan.org>
  103. Date:   Sun Mar 30 01:13:37 2003 +0000
  104.     * Resampler plug-in based on CoreAudio's AudioConverter.
  105. commit 912d212ce91ec055651cd2598704d1f5335c79e8
  106. Author: Gildas Bazin <gbazin@videolan.org>
  107. Date:   Sat Mar 29 17:10:31 2003 +0000
  108.     * modules/gui/wxwindows/open.cpp: fixed an event problem on win32.
  109.     * modules/gui/wxwindows/wxwindows.cpp: fixed a compilation problem on
  110.        win32 when the wxwindows interface is compiled as a builtin.
  111. commit 6f1c74578e47fd3cdaafca274e480e89c1433846
  112. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  113. Date:   Sat Mar 29 14:30:55 2003 +0000
  114.     preferences.cpp: Changed the preferences dialog to use a tree of categories
  115.     and plugins, the way wxwindows do it.
  116.     pluginsbox.(cpp|h): removed the "Configure" button from CONFIG_ITEM_MODULE
  117.     widgets, as it isn't needed anymore
  118. commit 70f82bff529ce0c13e36903a8d3d329b5dece535
  119. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  120. Date:   Sat Mar 29 13:15:33 2003 +0000
  121.     removed an unused configuration category
  122. commit c32ee2a65441e25e4d74c3e7616cdc85e2fe7a15
  123. Author: Gildas Bazin <gbazin@videolan.org>
  124. Date:   Sat Mar 29 12:22:15 2003 +0000
  125.     * modules/audio_filter/channel_mixer/headphone.c, src/libvlc.h:
  126.        moved the headphone-dim config option to the headphone plugin.
  127.     * modules/demux/demuxdump.c: the demuxdump-file config optin now has a default value.
  128.     * src/libvlc.c: fixed the extraintf config option not to spawn an interface plugin when an invalid name has been given.
  129. commit a8bded2e7b7d85c56f162f51599b9fd9cdbdb961
  130. Author: Gildas Bazin <gbazin@videolan.org>
  131. Date:   Sat Mar 29 11:15:14 2003 +0000
  132.     * modules/gui/wxwindows/*: small fixes to the open and streamout dialogs.
  133. commit 7755dab30baaf02014deb95102e17f5ce9b5f7f1
  134. Author: Jean-Paul Saman <jpsaman@videolan.org>
  135. Date:   Sat Mar 29 10:35:48 2003 +0000
  136.     If --disable-xosd is given then xosdtext is not build.
  137.     If --enable-xose is given then xosdtext is build also.
  138. commit 5efb3f691c6428932f219ad75ba85ac2effa6bb0
  139. Author: Gildas Bazin <gbazin@videolan.org>
  140. Date:   Sat Mar 29 01:50:12 2003 +0000
  141.     * modules/gui/wxwindows/*: added demuxdump support to the open dialog.
  142. commit 56f565967162985113954dedcde58f3cef430fd8
  143. Author: Alexis de Lattre <alexis@videolan.org>
  144. Date:   Fri Mar 28 22:09:34 2003 +0000
  145.     New RedHat package file, written by Jason Luka <jason@geshp.com>.
  146. commit 922a7a8e9352415eb576e0623cbf89092b178d1e
  147. Author: Gildas Bazin <gbazin@videolan.org>
  148. Date:   Fri Mar 28 17:02:25 2003 +0000
  149.     * modules/audio_output/waveout.c: compilation fix for --disable-plugins build.
  150.     * src/video_output/*, include/video.h: added a pf_lock/unlock fonction
  151.        pointer that's used to lock the memory of a picture in vout_RenderPicture
  152.        when required by the video output plugin.
  153.     * modules/video_output/directx/*: implemented pf_lock/unlock. That will fix
  154.        the crash when pressing ctrl+alt+del.
  155. commit f2de4386cd42683959b753f05cb9a05951463413
  156. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  157. Date:   Fri Mar 28 11:34:52 2003 +0000
  158.     added a SetPalette function so "vlc --vout dummy --dummy-chroma RGB2" don't
  159.     segfault.
  160. commit ea9bb58e40f8f2f01c2ed64f0b272a5d9d5027f5
  161. Author: Gildas Bazin <gbazin@videolan.org>
  162. Date:   Wed Mar 26 22:56:39 2003 +0000
  163.     * modules/codec/libmpeg2.c: added code to handle 3:2 pulldown.
  164. commit a159279989efa0fccb35d58774595bfd81d6c968
  165. Author: Marc Ariberti <marcari@videolan.org>
  166. Date:   Wed Mar 26 21:46:40 2003 +0000
  167.       * cross-compilation doc : work in progress
  168. commit 98943979933bf2170f04fcfa219306ead725fc1c
  169. Author: Derk-Jan Hartman <hartman@videolan.org>
  170. Date:   Wed Mar 26 03:13:30 2003 +0000
  171.     * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*
  172.     * modules/gui/macosx/open.?
  173.       - updated the open dialog (now with sheets !!!)
  174.       - added ogg file stream out
  175.       - added http file stream out
  176.       - added file subtitle support for the delay and fps options
  177.     * extras/MacOSX/vlc.pbproj/project.pbxproj
  178.       - added the .ts file-extension to the application
  179. commit 8f1869ccfa3ffddb1c9c103ca30be945dd6819ed
  180. Author: Sam Hocevar <sam@videolan.org>
  181. Date:   Wed Mar 26 01:50:01 2003 +0000
  182.       * ./debian/control: added correct versioned build-dependency on debhelper.
  183. commit 4e4484207d08342ddd5ddd976bdd8f9fa06d52e9
  184. Author: Sam Hocevar <sam@videolan.org>
  185. Date:   Wed Mar 26 01:14:14 2003 +0000
  186.       * ./debian/control: added explicit dependencies on vlc to legacy packages
  187.         to make linda and lintian happier.
  188. commit 3cec32c6e05ca64441b5311a06ade27fa547422a
  189. Author: Gildas Bazin <gbazin@videolan.org>
  190. Date:   Wed Mar 26 00:56:22 2003 +0000
  191.     * src/libvlc.c, src/libvlc.h: added a config option to disable the translation of the interface.
  192.     * modules/gui/wxwindows/*: misc improvements + skeleton for a preferences panel.
  193. commit 86c227e63026ae0c7082aea0435f26a5b07ae370
  194. Author: Sam Hocevar <sam@videolan.org>
  195. Date:   Wed Mar 26 00:21:55 2003 +0000
  196.       * ./README.MacOSX.rtf, ./modules/gui/macosx/playlist.h, ./extras/MacOSX/*:
  197.         added a final newline to a few text files to avoid diff complaints.
  198. commit 1ac1fb39fc87ad85e693752a7f70c199a2c0a94d
  199. Author: Sam Hocevar <sam@videolan.org>
  200. Date:   Tue Mar 25 23:51:57 2003 +0000
  201.       * ./modules/demux/util/Modules.am: added missing id3genres.h to make dist.
  202. commit f6982bd1a1b56aebae36bf1974150ffde0a8f11f
  203. Author: Sam Hocevar <sam@videolan.org>
  204. Date:   Tue Mar 25 23:43:04 2003 +0000
  205.       * ./modules/gui/skins/Modules.am: fixed a typo.
  206. commit 23f7ae063c941fb2d7bbef2b2f7e478fc450eb04
  207. Author: Sam Hocevar <sam@videolan.org>
  208. Date:   Tue Mar 25 23:32:00 2003 +0000
  209.       * ./Makefile.am: we don't distribute ./mkinstalldirs, it's in ./autotools/.
  210.       * ./Makefile.am: we distribute ./toolbox.
  211. commit 8b722b23adeba8d38edb0506b93b2a8b83ae38c5
  212. Author: Sam Hocevar <sam@videolan.org>
  213. Date:   Tue Mar 25 23:13:58 2003 +0000
  214.       * ./bootstrap: fixed a syntax error in the generated m4/vlc.m4.
  215. commit a0ee0f8aa2cb467f78944a000e2b98d9d4a55e56
  216. Author: Sam Hocevar <sam@videolan.org>
  217. Date:   Tue Mar 25 23:11:35 2003 +0000
  218.       * ./m4/*: updated m4 macros.
  219. commit bb1a6786a9824360280e7802e11cb067f8e3e100
  220. Author: Gildas Bazin <gbazin@videolan.org>
  221. Date:   Tue Mar 25 23:06:49 2003 +0000
  222.     * modules/codec/libmpeg2.c: fixed aspect ratio when reading DVDs.
  223. commit 9bfeef47ae46c792a46531d1181ecb4124465a7f
  224. Author: Sam Hocevar <sam@videolan.org>
  225. Date:   Tue Mar 25 22:55:32 2003 +0000
  226.       * ./debian/control: bumped up standards version to 0.5.9.0.
  227.       * ./debian/control: added build-dependencies on libidl0 and libglib2.0-0 to
  228.         work around mozilla-dev's currently broken dependencies.
  229.       * ./debian/control: we now link against libdvdread3 instead of libdvdread2.
  230.       * ./debian/control: we now depend on the latest libdvdplay0-dev to avoid
  231.         linking against both libdvdread2 and libdvdread3.
  232. commit 92960f7ec1e46dcc843a8ecdd0361b5d5b75ac5f
  233. Author: Gildas Bazin <gbazin@videolan.org>
  234. Date:   Tue Mar 25 17:07:45 2003 +0000
  235.     * src/input/input.c, src/video_output/video_output.c: when the input thread
  236.        ends, it will also destroy the vout if one was spawned.
  237. commit 8bc4747451a0b32d1b780a22877431a804136c8a
  238. Author: Gildas Bazin <gbazin@videolan.org>
  239. Date:   Tue Mar 25 15:38:14 2003 +0000
  240.     * src/misc/modules.c: module_Need() now only raises the scores of the
  241.        plugins matching the given shortcuts list, unless "none" is closing the
  242.        list (in which case only the plugins matching the list can be selected).
  243.     
  244.        Which means that users will stop complaining vlc doesn't launch anymore
  245.        or can't play anything after they have fiddled with their config
  246.        options :))
  247. commit d5659d9d8b38cddd05391527bb52c1a1a0a9a5d0
  248. Author: Gildas Bazin <gbazin@videolan.org>
  249. Date:   Tue Mar 25 00:43:26 2003 +0000
  250.     * src/video_output/video_output.c: fixed my previous commit (input is not a direct parent of vout).
  251. commit 050ec31db2d2c8c6df09ec7d9e2e934273e0833f
  252. Author: Gildas Bazin <gbazin@videolan.org>
  253. Date:   Mon Mar 24 23:50:46 2003 +0000
  254.     * src/video_output/video_output.c, include/video_output.h:
  255.        take into account the caching delay when dropping frames that are too
  256.        far into the future.
  257. commit b0bbf9c327774e1a82e78d7c68737982c71a443e
  258. Author: Gildas Bazin <gbazin@videolan.org>
  259. Date:   Mon Mar 24 23:04:07 2003 +0000
  260.     * modules/access/ftp.c, modules/access/http.c: the http and ftp plugins now implement SetProgram(). TS streams will now work over
  261.     http :)
  262. commit 157166948e4c091efd74452736869c2e498fa786
  263. Author: Eric Petit <titer@videolan.org>
  264. Date:   Mon Mar 24 21:58:55 2003 +0000
  265.      configure.ac.in: fixed a BeOS compile issue
  266. commit e56522ecee940b0d0d13411cad2678e27862eac8
  267. Author: Gildas Bazin <gbazin@videolan.org>
  268. Date:   Mon Mar 24 20:00:51 2003 +0000
  269.     * modules/access/*: grrr... apparently I also need to reset the file descriptor set inside the loop.
  270. commit 866a81496587cf7d2f583e08f0e71bcf12e4459f
  271. Author: Derk-Jan Hartman <hartman@videolan.org>
  272. Date:   Mon Mar 24 19:58:42 2003 +0000
  273.     * moved macosx-dmg to extras/MacOSX/macosx-dmg
  274.     * added some macosx files to DIST that were probably missing in the tar ;)
  275. commit 59e1e3d6ce31e30f634cce0a082ea6cca71251ab
  276. Author: Gildas Bazin <gbazin@videolan.org>
  277. Date:   Mon Mar 24 19:12:16 2003 +0000
  278.     * modules/access/*: don't forget to reinitialize the timeout when looping around select().
  279. commit 607b74b2a18121c12033f59027f9ab2fa5201235
  280. Author: Gildas Bazin <gbazin@videolan.org>
  281. Date:   Mon Mar 24 17:15:30 2003 +0000
  282.     * modules/access/*: pf_read() in access modules is now blocking. We still
  283.        check regularly for p_input->b_die though. Now the demuxers can safely
  284.        assume that pf_read() == 0 means EOF.
  285.     * ALL: got rid of the p_input->b_connected flag.
  286.     * src/input/input_ext-plugins.c, src/input/input.c: fixed the infinite loop
  287.        of "decoder stuck" messages that sometimes happened.
  288.     * src/interface/intf_eject.c, modules/misc/network/ipv4.c: fixed compilation
  289.        warnings.
  290. commit c4969929b53f7327517b2839a892b0b5b5540215
  291. Author: Derk-Jan Hartman <hartman@videolan.org>
  292. Date:   Mon Mar 24 15:20:26 2003 +0000
  293.     * more interface support for directories.
  294. commit 3f822b5c8c6fe82f6c99ac84421dadd77949e5b5
  295. Author: Derk-Jan Hartman <hartman@videolan.org>
  296. Date:   Mon Mar 24 14:18:28 2003 +0000
  297.     * modules/access/dvd*: changed some errors in warnings because the directory
  298.       might still be readable by the directory access module.
  299.     * added drag and drop support for directories.
  300. commit 3ec27748b1d647d9bd228de4cfe5d49ee3c236e3
  301. Author: Sam Hocevar <sam@videolan.org>
  302. Date:   Mon Mar 24 13:52:13 2003 +0000
  303.       * ./THANKS: added a translation contributor.
  304.       * ./po/it.po: fixed this file's format.
  305.       * ./m4: fixed "make dist" when gettext is too old.
  306. commit 7ebdd5ba79f1ef402190e61fb0bae5d4cf113978
  307. Author: Derk-Jan Hartman <hartman@videolan.org>
  308. Date:   Mon Mar 24 13:50:55 2003 +0000
  309.     * Added fourcc 'MSS1' which is equivalent to 'WMV2'
  310. commit eb0eac06d7d6d85fe9a88c3184d70de9d13ca0d9
  311. Author: Gildas Bazin <gbazin@videolan.org>
  312. Date:   Mon Mar 24 01:39:58 2003 +0000
  313.     * modules/access/directory.c: fixed the directory access plugin.
  314.     * configure.ac.in, modules/access/Modules.am: enabled the directory access plugin.
  315. commit ed52184984a369624353dc7835805f08e4049850
  316. Author: Derk-Jan Hartman <hartman@videolan.org>
  317. Date:   Mon Mar 24 00:12:51 2003 +0000
  318.     * a new directory access module. It parses a directory with dirent and builds
  319.       a m3u 'file' which it feeds to the m3u demuxer.
  320.       Problems: - it requires a dir to end with /
  321.                 - if i enabled it, all files would use the m3u demuxer for some
  322.                 strange reason. i've spent a day hunting this down, reboot-
  323.                 strapping and doing who knows what. I'm sick of it now.
  324.                 Someone else can give it a try, if he wants to.
  325. commit 83a0824e578bc7d3cd6abfd2716f17c8f38cd4df
  326. Author: Gildas Bazin <gbazin@videolan.org>
  327. Date:   Sun Mar 23 20:41:32 2003 +0000
  328.     * configure.ac.in: fixed linking problem with the win32 build.
  329. commit 51d61548d21324fca45db0710685646947605331
  330. Author: Christophe Massiot <massiot@videolan.org>
  331. Date:   Sun Mar 23 18:10:06 2003 +0000
  332.     Fixed configure script (alcohol isn't the solution).
  333. commit b5d99c6455c525d2f41fd454aa36f53e31db1483
  334. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  335. Date:   Sun Mar 23 16:38:40 2003 +0000
  336.     modules/video_filter/osd_text.c: A video filter that uses freetpye2 to
  337.     render text on the video
  338.     include/osd.h: some constants useful when interfacing with the osd module
  339.     configure.ac.in: check for freetype2, enabled the osdtext module by default
  340.     Makefile.am: added osd.h, please check that this is correct
  341.     lirc.c: modified to provide feedback when buttons are pressed.
  342.     
  343.     Look at the Feedback() function in lirc.c to see how this module can be used
  344. commit d359ba6f220143ec7f0db732efa36ca8075c1cc7
  345. Author: Yves Duret <yves@videolan.org>
  346. Date:   Sun Mar 23 15:10:11 2003 +0000
  347.     better OS detection (RH).
  348. commit 252b0eb27c359fd0a3e9fe421d4fce8aa1163864
  349. Author: Gildas Bazin <gbazin@videolan.org>
  350. Date:   Sun Mar 23 12:12:32 2003 +0000
  351.     * modules/demux/mpeg/audio.c: sanity check so we don't crash on mpeg audio files with a bad Xing Header.
  352. commit d5ca285402028cd866762b82975afa75146a3025
  353. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  354. Date:   Sat Mar 22 23:03:02 2003 +0000
  355.     Updated a comment
  356. commit c69df5201fc8ba2a13eeb29ed987a416d51c55ce
  357. Author: Laurent Aimar <fenrir@videolan.org>
  358. Date:   Sat Mar 22 14:39:38 2003 +0000
  359.      * sap: clean up.
  360. commit 4aeaa4081c0ff1ae434156f5b246d04f52f497cb
  361. Author: Gildas Bazin <gbazin@videolan.org>
  362. Date:   Sat Mar 22 14:35:03 2003 +0000
  363.     * modules/demux/m3u.c: the demux couldn't be forced when used on filenames without an extension.
  364. commit c5abeadf0ea271e2cfec4bb206d270756d1758eb
  365. Author: Gildas Bazin <gbazin@videolan.org>
  366. Date:   Sat Mar 22 11:21:58 2003 +0000
  367.     * modules/gui/wxwindows/streamout.cpp: misc fixes and enhancements.
  368. commit 2ebf1f92c6d9620eccce32e2de039a4deb242d0c
  369. Author: Gildas Bazin <gbazin@videolan.org>
  370. Date:   Sat Mar 22 03:14:34 2003 +0000
  371.     *  modules/gui/wxwindows/*: Added a stream output dialog box.
  372. commit b33fa8a5e0f59c9ebf1a8f58e093480bf9e26c29
  373. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  374. Date:   Fri Mar 21 23:59:20 2003 +0000
  375.     Updated norwegian translation thanks to  Haakon Meland Eriksen
  376. commit 774372d1f2e4c3d60ce81df4b2dc98e36d3eca55
  377. Author: Gildas Bazin <gbazin@videolan.org>
  378. Date:   Fri Mar 21 17:14:56 2003 +0000
  379.     * configure.ac.in, src/interface/intf_eject.c: scrapped the win32 eject code and replaced it with an MCI command.
  380. commit 73b480644e724f1ff2aee3ca1b2e44c608dc1e69
  381. Author: Christophe Massiot <massiot@videolan.org>
  382. Date:   Fri Mar 21 07:54:24 2003 +0000
  383.     Fixed the "locales have disappeared" problem under OS X.
  384. commit f8397f7c38f53f9ffcd6e3e3ca51da186d092c13
  385. Author: Gildas Bazin <gbazin@videolan.org>
  386. Date:   Fri Mar 21 02:05:20 2003 +0000
  387.     * modules/demux/ogg.c: fix for some ogg web radio streams where there
  388.     is a huge gap between the granulepos in the header packets and the data
  389.     packets.
  390. commit ce066e7ca49387a7899eea25e991ce4d45095601
  391. Author: Emmanuel Puig <karibu@videolan.org>
  392. Date:   Fri Mar 21 00:17:00 2003 +0000
  393.     * slider.cpp: fixed mouse down refresh bug
  394.     * theme.cpp: removed debug text
  395. commit 6e950fcae3246d56d42cfc480b25b8b3d8435736
  396. Author: Emmanuel Puig <karibu@videolan.org>
  397. Date:   Fri Mar 21 00:00:19 2003 +0000
  398.     * Fixing Parkinson disease bug (it's not funny, it's real life)
  399. commit 73fcd93aca8b6e4abdc877f48fbfbe8e6803e9f5
  400. Author: Gildas Bazin <gbazin@videolan.org>
  401. Date:   Thu Mar 20 21:45:01 2003 +0000
  402.     * modules/codec/libmpeg2.c: fixed pts handling and aspect-ratio bug.
  403. commit d95cb2fcd9927f047828fd60a029d26263e8e70e
  404. Author: Sam Hocevar <sam@videolan.org>
  405. Date:   Thu Mar 20 10:27:35 2003 +0000
  406.       * ./bootstrap: if pkg-config is not available, we define PKG_CHECK_MODULES
  407.         ourselves.
  408.       * ./bootstrap: "make dist" works again, even if gettext is not present.
  409. commit eb7b178c76b946f1b4dfbb4385d7525b8ab07941
  410. Author: Sam Hocevar <sam@videolan.org>
  411. Date:   Thu Mar 20 10:06:16 2003 +0000
  412.       * ./toolbox: fixed a Makefile parsing bug.
  413. commit 85581372e69ff5c11e170f4270505d142c435b9c
  414. Author: Emmanuel Puig <karibu@videolan.org>
  415. Date:   Thu Mar 20 09:29:07 2003 +0000
  416.     * Fixing a refresh bug when opening an open file dialog box
  417. commit 65a3fa6dc50f98dd83b85fe25d3a86ebdf912686
  418. Author: Christophe Massiot <massiot@videolan.org>
  419. Date:   Wed Mar 19 23:54:57 2003 +0000
  420.     * configure.ac.in : Disabled GTK2 and gnome2 plug-in since they break
  421.       all platforms but GNU/Linux
  422.     * Bumped up revision number to 0.5.3-test1
  423. commit 57dd185c4754b9c586b9acfd27a47a3d82ac20c8
  424. Author: Emmanuel Puig <karibu@videolan.org>
  425. Date:   Wed Mar 19 18:17:36 2003 +0000
  426.     * Updating doc.
  427. commit ca4c96b12f03a6298b928f3f873f4a80d75b0ad5
  428. Author: Emmanuel Puig <karibu@videolan.org>
  429. Date:   Wed Mar 19 18:14:48 2003 +0000
  430.     * Fiwing WINDOW_CLOSE and WINDOW_OPEN synchronization
  431. commit 6140784b5b3a46977c44740fbb83a76bb6e3fe67
  432. Author: Laurent Aimar <fenrir@videolan.org>
  433. Date:   Wed Mar 19 17:40:43 2003 +0000
  434.      * gtk_main.c:: added(uncommented) gdk_thread_init for gtk2/gnome2.
  435.     Whitout it I can't even start gtk2 interface.
  436. commit fff2958700e2f9392e408065a7e00e2a7ae883ac
  437. Author: Emmanuel Puig <karibu@videolan.org>
  438. Date:   Wed Mar 19 17:14:50 2003 +0000
  439.     * button.cpp : Fixing bug when disabling control
  440.     * Checkbox.cpp : adding onmouseover and onmouseout events
  441.     * Updating DTD
  442.     * win32_event.cpp : fixing bug for WINDOW_OPEN event
  443. commit d066ac365c7ba2e64cc804447ae974069f832673
  444. Author: Derk-Jan Hartman <hartman@videolan.org>
  445. Date:   Wed Mar 19 15:44:44 2003 +0000
  446.     * INSTALL: added reference to online info on compiling on MacOSX and BeOS
  447.     
  448.     * NEWS: bringing the file to 0.5.3. i have added my work (and some things
  449.       that I remembered). i trust everyone will enter his own stuff ;)
  450.     
  451.     * README.MacOSX.rtf: fixed some errors
  452.     
  453.     * THANKS: added Olivier Aubert for his vout-clone-list patch
  454. commit e559e8c8c1c188a38726b8cf8778b666b01c1680
  455. Author: Derk-Jan Hartman <hartman@videolan.org>
  456. Date:   Wed Mar 19 13:55:43 2003 +0000
  457.     * fix for multiple monitors.
  458. commit 1b92f4ae4a0b02bdcf8a73a65003b0ec9c955da5
  459. Author: Emmanuel Puig <karibu@videolan.org>
  460. Date:   Wed Mar 19 03:11:14 2003 +0000
  461.     * Fixed skin config save
  462. commit 12ce13df9a82d42170edb21f37d32e640d8e6289
  463. Author: VideoLAN <videolan@videolan.org>
  464. Date:   Wed Mar 19 02:09:56 2003 +0000
  465.     * Adding onmouseover and onmouseout events to button control
  466.     * Fixing window position at launch time
  467.     * Adding notification when mouse leaves a window
  468. commit 86b811f67df282948542192e61c807b137afea39
  469. Author: Christophe Massiot <massiot@videolan.org>
  470. Date:   Tue Mar 18 23:59:07 2003 +0000
  471.     * Added 0x80 as MPEG2_MOTO_VIDEO_ES, since some strange Motorola encoders
  472.       do not follow the standard.
  473. commit 915d39ba8cca888e8e1adc80c39ccff6b3f30e78
  474. Author: Jon Lech Johansen <jlj@videolan.org>
  475. Date:   Tue Mar 18 23:51:29 2003 +0000
  476.       * ./modules/gui/macosx/vout.m: cosmetic.
  477. commit 976a25d5c9f1d3ecc622209dc9d8ed85952adc6a
  478. Author: Gildas Bazin <gbazin@videolan.org>
  479. Date:   Tue Mar 18 23:30:28 2003 +0000
  480.     * modules/video_filter/clone.c: new --clone-vout-list config option, courtesy of Olivier Aubert.
  481.        Allows to specify a comma separated list of vout plugins that we want to be used by the clone filter.
  482.     * modules/video_filter/*: don't forget to detach the vout before destroying it.
  483. commit 153bf3e0e25d07ebf9b446688fae5073e2f3e026
  484. Author: Derk-Jan Hartman <hartman@videolan.org>
  485. Date:   Tue Mar 18 22:14:42 2003 +0000
  486.     * modules/gui/macosx/vout.m:
  487.       Now a complete redesign of the hiding of the mousecursor.
  488.       - We use higher level functions now (NSCursor).
  489.       - We only hide if the cursor is over our VLCView
  490.       - In many exceptions we unhide. This is mainly for multimonitor support.
  491. commit 7a508b374001d7525b1a6ccbccbcb1ddd637f943
  492. Author: Gildas Bazin <gbazin@videolan.org>
  493. Date:   Tue Mar 18 21:34:13 2003 +0000
  494.     * configure.ac.in, m4/*, po/Makefile.in.in: build updated to use gettext 0.11.5 by default.
  495.        This is necessary for the win32 build because old gettext versions do not work on win32.
  496. commit 126568cf13799bd251eb42f9c1154f81f68a8c20
  497. Author: Gildas Bazin <gbazin@videolan.org>
  498. Date:   Tue Mar 18 20:38:35 2003 +0000
  499.     * configure.ac.in: fixed linking problem with the slp plugin on win32.
  500. commit e7db1f64d5859db032434467df527f7c862ea09a
  501. Author: Gildas Bazin <gbazin@videolan.org>
  502. Date:   Tue Mar 18 20:20:01 2003 +0000
  503.     * configure.ac.in: use the -O2 gcc option when compiling the skins plugin so that compilation doesn't take ages.
  504.        Also use -fno-rtti -fno-exceptions to save some bits of space.
  505. commit d06ab64d1cf157a2fc4225817e503b1ab2bb7da1
  506. Author: Marc Ariberti <marcari@videolan.org>
  507. Date:   Tue Mar 18 19:37:23 2003 +0000
  508.       * first draft of the draft
  509. commit 4579f7b30478b0d0cb48aa1a9661b4cf3436596d
  510. Author: Olivier Teulière <ipkiss@videolan.org>
  511. Date:   Tue Mar 18 18:33:56 2003 +0000
  512.     Fixed the path in the default skin (thanks gibalou)
  513. commit 7ff4422249aea3c13aab4561e1e4e3c60611ee09
  514. Author: Olivier Teulière <ipkiss@videolan.org>
  515. Date:   Tue Mar 18 18:25:57 2003 +0000
  516.     Fix for skins compilation under cygwin (thanks gibalou)
  517. commit 9674a2229b1829d74b85bf7a138ab7f52599c2c2
  518. Author: Olivier Teulière <ipkiss@videolan.org>
  519. Date:   Tue Mar 18 04:56:58 2003 +0000
  520.     Compilation fixes
  521. commit 7bd4a1c04e4e86de5849881662ed35e34120232d
  522. Author: Olivier Teulière <ipkiss@videolan.org>
  523. Date:   Tue Mar 18 04:08:45 2003 +0000
  524.     Compilation fixes and cosmetic changes
  525. commit 8d7d0c6b38ceae7536155f610d3d2532d864a214
  526. Author: Derk-Jan Hartman <hartman@videolan.org>
  527. Date:   Tue Mar 18 04:07:23 2003 +0000
  528.     * modules/gui/macosx/vout.m:
  529.       Reworked the mouse hiding routine. we were always hiding the mousecursor
  530.       on kCGDirectMainDisplay, but this display is always the one with the
  531.       menubar and not always the one containing our VLCVout.
  532.       This new code takes the vout, and calculates on which displays (plural
  533.       because of possible mirroring) it is being shown. It then shows or hides
  534.       the cursor on all of those displays.
  535.       This should fix #396.
  536. commit 70ff1f169559a08c4be3bb77c60d0f84cd1a9704
  537. Author: Olivier Teulière <ipkiss@videolan.org>
  538. Date:   Tue Mar 18 02:48:05 2003 +0000
  539.      - doc/skins: some documentation about the skins
  540.      - doc/skins/curve_maker: files for a VB project for easy Bezier curves
  541.        creation
  542.      - share/skins/default: a default skin. It's an awful one made for
  543.        testing purposes, you'll be warned...
  544. commit 0648c70a09ad86be3c3ba4c9c507f1ac1a29ed39
  545. Author: Derk-Jan Hartman <hartman@videolan.org>
  546. Date:   Tue Mar 18 02:28:53 2003 +0000
  547.     * modules/gui/macosx/info.m: keep the same panel open if track changes.
  548.     * modules/misc/httpd.c: removed an unused int.
  549. commit a64501fd25cd7d18913de63ecd500c5bec10669d
  550. Author: Olivier Teulière <ipkiss@videolan.org>
  551. Date:   Tue Mar 18 02:21:47 2003 +0000
  552.     Keep quiet, explanations will follow.
  553. commit 71dfd6a5fe4645469c7648e6bc570407ad5485a5
  554. Author: Sam Hocevar <sam@videolan.org>
  555. Date:   Tue Mar 18 01:57:59 2003 +0000
  556.       * ./share/Makefile.am: added the .rle font to the make install rule.
  557. commit b6d851118c48f251d91ac81cda1b39b82de513ad
  558. Author: Sam Hocevar <sam@videolan.org>
  559. Date:   Tue Mar 18 01:54:40 2003 +0000
  560.       * ./toolbox: fixed a sed syntax error (thanks anil).
  561. commit c842ca146e9ac47b441f85dd5382278a6a784ce5
  562. Author: Sam Hocevar <sam@videolan.org>
  563. Date:   Tue Mar 18 01:34:08 2003 +0000
  564.       * ./modules/Makefile.am: added a missing definition of NULL.
  565. commit 10bf3688a120e8d2cb500ec5503a8242ff31a8da
  566. Author: Sam Hocevar <sam@videolan.org>
  567. Date:   Tue Mar 18 01:26:13 2003 +0000
  568.       * ./modules/gui/gtk2/*: skeletons of Gtk-2.0 and GNOME-2 plugins.
  569.       * ./toolbox: added --update-glade2 flag.
  570. commit db7c69ed67fc0df5a21e3b303b574ae8453dee5f
  571. Author: Sam Hocevar <sam@videolan.org>
  572. Date:   Tue Mar 18 01:22:13 2003 +0000
  573.       * ./modules/codec/lpcm.c: fixed two uninitialized variables.
  574. commit c234975d95fbd8a619c7be4ff7dc0b8a57bab21f
  575. Author: Gildas Bazin <gbazin@videolan.org>
  576. Date:   Tue Mar 18 00:49:14 2003 +0000
  577.     * src/playlist/playlist.c: fixed misplaced variable declaration.
  578. commit 5a950285e3d8c55225e97df65a92e6d4a4de5ed6
  579. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  580. Date:   Tue Mar 18 00:33:29 2003 +0000
  581.     Seek one less time. Should increase performance with access modules where
  582.     seeks are expensive. (Though not enough)
  583. commit f2dd0b846b36eaed20264e6c6a8259306e1b1c84
  584. Author: Jon Lech Johansen <jlj@videolan.org>
  585. Date:   Tue Mar 18 00:25:27 2003 +0000
  586.       * ./modules/codec/dts.c: Steve Jobs did not pay me for this bug. Really.
  587. commit f545a915b3bffdf7d45192e6bfb8094e8fa58448
  588. Author: Laurent Aimar <fenrir@videolan.org>
  589. Date:   Mon Mar 17 23:48:26 2003 +0000
  590.      * httpd: increased buffer size.
  591. commit d7cd4a07e11006ede0a06ef118de676f448cbab9
  592. Author: Laurent Aimar <fenrir@videolan.org>
  593. Date:   Mon Mar 17 23:42:12 2003 +0000
  594.      * all: fixed some stupid bugs.
  595. commit 0a240b822e4e5f8c7f6bae3ac549d0ed5442ba41
  596. Author: Derk-Jan Hartman <hartman@videolan.org>
  597. Date:   Mon Mar 17 23:13:06 2003 +0000
  598.     * modules/gui/macosx/playlist.m:
  599.       - fixed a cosmetic issue.
  600. commit 1fef5962e7fefb16f76e3fc1375ca12860c4b84f
  601. Author: Derk-Jan Hartman <hartman@videolan.org>
  602. Date:   Mon Mar 17 21:47:21 2003 +0000
  603.      * modules/gui/macosx/playlist.?:
  604.        - rewrite of code
  605. commit 2b013d353a0795cc87bd6b2bda40d270322fc1e8
  606. Author: Sam Hocevar <sam@videolan.org>
  607. Date:   Mon Mar 17 18:02:11 2003 +0000
  608.       * ./modules/misc/gtk_main.c, ./modules/gui/gtk/gtk.c,
  609.         ./modules/gui/gtk/gnome.c, ./modules/gui/familiar/familiar.c: added a
  610.         terminating NULL pointer in the fake argv values we pass to gtk_init().
  611.       * ./modules/misc/qte_main.cpp, ./modules/misc/gtk_main.c: these plugins now
  612.         have the "gui-helper" capability.
  613.       * ./modules/misc/gtk_main.c: paved the way for Gtk2.
  614. commit 8965c3f416aeb3efe7a9df6ce425a6627c9028d6
  615. Author: Sam Hocevar <sam@videolan.org>
  616. Date:   Mon Mar 17 17:11:32 2003 +0000
  617.       * ./modules/video_output/sdl.c: fixed an endianness bug due to libSDL not
  618.         defining its fourcc values like us.
  619. commit 7314de69eb5a019333872430eb17c3a48a7d0abd
  620. Author: Derk-Jan Hartman <hartman@videolan.org>
  621. Date:   Mon Mar 17 17:10:21 2003 +0000
  622.     * src/playlist/playlist.c:
  623.       - added playlist_Move to move an item in our playlist before the position
  624.         of a previous item (or end) of our playlist. Keeps index at it's current
  625.         item.
  626.     * modules/gui/macosx/playlist.?:
  627.       - Now a reorderable playlist. Thanks to Andrew Stone for example code.
  628.         This fixes #349 (Finally ;)
  629.       - True alternating colors in the playlistview. Thanks to Apple Computer
  630.         for the example code.
  631. commit 453fe58a0617ac1d0c72e7f24b50b97ed9c0e256
  632. Author: Sam Hocevar <sam@videolan.org>
  633. Date:   Mon Mar 17 16:59:47 2003 +0000
  634.       * ./autotools/: moved some autotools executables to this subdirectory to
  635.         reduce cluttering of the root directory.
  636. commit 78ea76bcf25b3546dc1de2de42877d469ec169bd
  637. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  638. Date:   Mon Mar 17 15:05:55 2003 +0000
  639.     fixed up http redirects when there are other items in the playlist.
  640. commit 53b609d6c3cb1439e394416fb66e57929e254bad
  641. Author: Marc Ariberti <marcari@videolan.org>
  642. Date:   Mon Mar 17 13:49:14 2003 +0000
  643.       * familiar.c: added pixmap directory for linupy2 /usr/share/pixmaps/vlc
  644. commit 2bdd09121a86f782c79c0e01f8425c6657e028cc
  645. Author: Christophe Massiot <massiot@videolan.org>
  646. Date:   Mon Mar 17 12:14:26 2003 +0000
  647.     Fixed aspect ratio's tooltip.
  648. commit 01c0a6aa2138be7956ae2a11740c6d8a02710671
  649. Author: Laurent Aimar <fenrir@videolan.org>
  650. Date:   Sun Mar 16 23:35:39 2003 +0000
  651.      * sub: better ssa4 recognition.
  652. commit 834ad8061fd69791d0c9199e51d67efb7a3685e9
  653. Author: Jon Lech Johansen <jlj@videolan.org>
  654. Date:   Sun Mar 16 20:06:34 2003 +0000
  655.       * ./modules/gui/macosx/aout.m: Swapped stereo and mono classification.
  656. commit 0e212a7cadb3df60ea68656c2eaa611623259e5f
  657. Author: Laurent Aimar <fenrir@videolan.org>
  658. Date:   Sun Mar 16 16:07:21 2003 +0000
  659.      * sub.c: added SAMI subtitles support. (Untested and incomplete).
  660. commit 61ec345b32fae23fb6c3df22f4b7d33badaff9d6
  661. Author: Laurent Aimar <fenrir@videolan.org>
  662. Date:   Sun Mar 16 13:11:28 2003 +0000
  663.      * asf: when there isn't any stream selected, stop playing.
  664. commit 2f9b46d4b1e232664ea31134fee0617ad3a4406e
  665. Author: Laurent Aimar <fenrir@videolan.org>
  666. Date:   Sun Mar 16 01:49:28 2003 +0000
  667.      * mms: removed some old stuff.
  668. commit a8ca39197fe2f6b7647e462fca577e357b9f80eb
  669. Author: Laurent Aimar <fenrir@videolan.org>
  670. Date:   Sun Mar 16 01:37:44 2003 +0000
  671.      * mms: it seems that some server doesn't like fake ip 127.0.0.1
  672.     (they refuse the connection), so let give them 192.168.0.1 ...
  673. commit f529041b633e1481981cceb05998ed6d787e7f80
  674. Author: Jon Lech Johansen <jlj@videolan.org>
  675. Date:   Sat Mar 15 22:10:58 2003 +0000
  676.     Another attempt at fixing the soundstick issue (unconfirmed).
  677. commit bef1decea9daee414d6f9b1c97dfdbf486111a4e
  678. Author: Loïc Minier <lool@videolan.org>
  679. Date:   Sat Mar 15 20:17:37 2003 +0000
  680.       * attempt at a docbook-xml version of the FAQ with XSL
  681.         customizations, if people want to help or just have a look
  682.       (use "xsltproc faq-alone.xsl faq-alone.xml" with the
  683.        docbook-xml-simple package installed or saxon if you feel bored)
  684. commit 3b4dc3e376ca85b135cec1805e8b6dad89f0a83f
  685. Author: Laurent Aimar <fenrir@videolan.org>
  686. Date:   Sat Mar 15 19:26:13 2003 +0000
  687.      * sout: fix a stupid bug making avi muxer segfaulting.
  688. commit 92db27a96f7775845a4afbd1f36c16536fa5d0f3
  689. Author: Jon Lech Johansen <jlj@videolan.org>
  690. Date:   Sat Mar 15 19:21:49 2003 +0000
  691.     Jeff Moore @ Apple: The HAL specifically won't allow a device that doesn't
  692.                         have linear PCM as it's current format to be
  693.                         the default device.
  694. commit 7a1e7c01f6ccecdf110961f4be4f9bd9b07a1305
  695. Author: Laurent Aimar <fenrir@videolan.org>
  696. Date:   Sat Mar 15 18:44:31 2003 +0000
  697.      * ffmpeg: Use truncated frames if supported by codec (only with newer
  698.     libavcodec). This fix mpeg4 in TS with huge bitrate.
  699.      * sub: clean up. Report any problems.
  700. commit d5a9259d45ef4461a206fce41a4a3323686d80ad
  701. Author: Laurent Aimar <fenrir@videolan.org>
  702. Date:   Sat Mar 15 03:02:13 2003 +0000
  703.      * mms: revert some parts.
  704. commit b336d67dcd5e5952e2228e2d33edc27cf0a09cba
  705. Author: Laurent Aimar <fenrir@videolan.org>
  706. Date:   Sat Mar 15 02:33:23 2003 +0000
  707.      * mms: some clean up.
  708. commit f0789fcd8af6a8721babdc788352cfba948ee0d0
  709. Author: Laurent Aimar <fenrir@videolan.org>
  710. Date:   Sat Mar 15 00:09:31 2003 +0000
  711.      * httpd: begin to support get/post method (look at admin.html ;)
  712. commit fcbf0b137f18a6d99aa1f65e40eb8a635a3d57b8
  713. Author: Sam Hocevar <sam@videolan.org>
  714. Date:   Fri Mar 14 17:14:16 2003 +0000
  715.       * ./doc/fortunes.txt: sigmund++;
  716. commit 55b3fab8a29d78fd05e06749e75be4885b992a92
  717. Author: Loïc Minier <lool@videolan.org>
  718. Date:   Fri Mar 14 17:08:37 2003 +0000
  719.       * Meuuh+++;
  720. commit d8af19492e3c16b7e20f52723158b120ddde263f
  721. Author: Derk-Jan Hartman <hartman@videolan.org>
  722. Date:   Fri Mar 14 01:23:06 2003 +0000
  723.     * ALL: Bumped version to 0.5.3-cvs
  724.     
  725.     * modules/gui/macosx/info.m: Now we show strings (with accents) in ID3 tags
  726.       correctly, but now the name of the file as reported in the playlist info
  727.       gets displayed incorrectly if it has accents. (going for ID3 at the
  728.       moment. filenames are named a plenty in the correct way)
  729. commit e496d0eaf4b000b86d8785ae65ecc2f788e341b2
  730. Author: Jon Lech Johansen <jlj@videolan.org>
  731. Date:   Fri Mar 14 01:08:38 2003 +0000
  732.       * ./modules/gui/macosx/aout.m: Added mono classification. Fixed channels
  733.                                      issue in InitDevice. Should close #490.
  734. commit ae1b0c7f7a47e4dc822b0a7dab769f703a042c1e
  735. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  736. Date:   Fri Mar 14 00:24:08 2003 +0000
  737.     all: info strings are now localized, fixed some typos and inconsistant uses
  738.     of capital letters
  739. commit dc1750ae1d8d84893c9ab807d76ae29aa6a6a454
  740. Author: Christophe Massiot <massiot@videolan.org>
  741. Date:   Fri Mar 14 00:06:02 2003 +0000
  742.     Attempt at fixing the soundstick issue (unconfirmed).
  743. commit d21e31cfcec2a793f753595c2b35df64422f74eb
  744. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  745. Date:   Thu Mar 13 22:45:32 2003 +0000
  746.     set a default size for the fileinfo dialog
  747. commit 401d2c46908369d0458b2ea6c61b8004c9fd72ef
  748. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  749. Date:   Thu Mar 13 22:35:51 2003 +0000
  750.     Added support for oldstyle id3 genres.
  751. commit 4815c251f8863b61dfa9a7069880ff7fdba2e6b7
  752. Author: Derk-Jan Hartman <hartman@videolan.org>
  753. Date:   Thu Mar 13 22:24:17 2003 +0000
  754.     * modules/gui/macosx/misc.?
  755.       - added VLBrushedMetalImageView. This imageview does not respond to
  756.         mousedrage, so we can still move our window by it's background.
  757.     * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*
  758.       - Changed the container of our background image to the new
  759.         VLBrushedMetalImageView.
  760.         This fixes #390
  761. commit ff328a8e8674c0a5111d2bb4d5461ba53c6abdf5
  762. Author: Marc Ariberti <marcari@videolan.org>
  763. Date:   Thu Mar 13 16:20:16 2003 +0000
  764.      * skeleton of the arm crosscompilation howto
  765. commit 2b4c0fcd12ae848583560d8e805da59d35f6bb98
  766. Author: Derk-Jan Hartman <hartman@videolan.org>
  767. Date:   Thu Mar 13 16:09:21 2003 +0000
  768.     * extras/MacOSX/vlc.pbproj/project.pbxproj:
  769.       - added .qt and .pls file extensions.
  770.     
  771.     * modules/gui/macosx/intf.m:
  772.       - increased the number of lines the messages dialog can hold to 400.
  773.     
  774.     * added fourcc '3iv1' to .avi and .mov
  775.       - this is 3ivx D3.5 video.
  776.       - we cannot read them at however and probably never will. I added them
  777.         for completeness.
  778.     
  779.     * added fourcc '3iv2' to .avi and ffmpeg
  780.       - this is 3ivx D4 video
  781.       - it is mpeg 4 compliant and ffmpeg decodes it, via MPEG4.
  782.     
  783.     * added fourcc '3ivd' to .avi, .mov and ffmpeg.
  784.       - this is video which was divx doctored by the 3ivx doctor program.
  785.       - it is normal DIV3 video and ffmpeg decodes it via MPEG4 v3.
  786.     
  787.     * added fourcc '3vid' to .avi, .mov and ffmpeg.
  788.       - this is incorrect encoded DIV3. it is an endianness issue by the encoder.
  789.       - ffmpeg can decode it however, so it is mapped to MPEG4 v3.
  790. commit e5a0248794a56ac2bc5790f5b794630c5febe47f
  791. Author: Marc Ariberti <marcari@videolan.org>
  792. Date:   Thu Mar 13 15:50:17 2003 +0000
  793.      * all: enhancements of the familiar interface includes :
  794.         - the interface adapts to the screen size/rotation
  795.         - a playlist
  796.         - a network tab next to te file tab inside the media tab
  797.         - MRL-Combo behaviour changed a bit
  798.         - apply handling in preferences
  799. commit 28484a0ee35d473c56f715e94d58ec272a9fc983
  800. Author: Olivier Teulière <ipkiss@videolan.org>
  801. Date:   Thu Mar 13 10:33:29 2003 +0000
  802.     We don't segfault anymore when trying to go fullscreen with no input
  803.     (closes #477)
  804. commit 7980185da995782cf3eb3a21bdc6c7a9eb36ebfa
  805. Author: Marc Ariberti <marcari@videolan.org>
  806. Date:   Wed Mar 12 23:59:19 2003 +0000
  807.      * all: added s16tofixed32 filter, so that we decode flac with iPaq !
  808. commit 86d1e8f7893b5c43cbcbfb44bea579aab875edbe
  809. Author: Eric Petit <titer@videolan.org>
  810. Date:   Wed Mar 12 23:15:03 2003 +0000
  811.      * configure.ac.in: compile fix for BeOS/BONE (s/LDFALGS/LDFLAGS/...)
  812.      * beos_specific.cpp, modules/gui/beos/*: add VLC version number in the
  813.        "About" window and in the titles of the others windows.
  814. commit 73092d7710b6fc44cb60d368bfb9742b6d7de062
  815. Author: Sam Hocevar <sam@videolan.org>
  816. Date:   Wed Mar 12 05:26:46 2003 +0000
  817.       * ./src/stream_output/stream_output.c: Win32 compilation fix.
  818.       * ./src/misc/modules.c: fixed a pointer indirection bug.
  819. commit a5abccd49b2823b2f66d9e3df4c3b167a577d64a
  820. Author: Sam Hocevar <sam@videolan.org>
  821. Date:   Wed Mar 12 05:12:05 2003 +0000
  822.       * ./Makefile.am: moved generation of .h files to the toolbox so that we
  823.         can call "toolbox --update-includes" without running configure.
  824.       * ./toolbox: de-uglified some shell code.
  825. commit 0eaf63155944d3b51507ffb17ac1b4b8eb3c5391
  826. Author: Sam Hocevar <sam@videolan.org>
  827. Date:   Wed Mar 12 04:16:02 2003 +0000
  828.       * ./bootstrap: fixed a conflict issue with recent autopoint versions.
  829.       * ./toolbox: the MSVC project file generation no longer depends on Makefile.
  830. commit fb9888eb89db01b85effe31e722d9a2aa49ab0f4
  831. Author: Sam Hocevar <sam@videolan.org>
  832. Date:   Wed Mar 12 00:56:16 2003 +0000
  833.       * ./configure.ac.in: we look for libqt-mt.so before libqt.so.
  834. commit 1171979d73a6ddd4da292e772aa8d29d0e581996
  835. Author: Gildas Bazin <gbazin@videolan.org>
  836. Date:   Tue Mar 11 23:56:54 2003 +0000
  837.     * ALL: experimental code for stream (dvd) navigation through object variables.
  838. commit cfcd2ca2d8bba26b935b744c78f7cf068be92562
  839. Author: Laurent Aimar <fenrir@videolan.org>
  840. Date:   Tue Mar 11 23:56:40 2003 +0000
  841.      * fix ima4 decoding.
  842. commit 7c27a792cd47d3c2ffcb70f204d746fc377912e0
  843. Author: Sam Hocevar <sam@videolan.org>
  844. Date:   Tue Mar 11 22:44:48 2003 +0000
  845.       * ./debian/control: added libqt3-compat-headers build-dependency because of
  846.         strange issues with KDE headers that I'm not sure to fully understand but
  847.         also honestly completely don't care about.
  848. commit 71159e1c64992e5a927aa8c38d7941346c41e0e1
  849. Author: Laurent Aimar <fenrir@videolan.org>
  850. Date:   Tue Mar 11 21:52:05 2003 +0000
  851.      * removed strdupa.
  852. commit a8643ccd69e957b0ca2008ef107620441bf2ca3e
  853. Author: Sam Hocevar <sam@videolan.org>
  854. Date:   Tue Mar 11 21:23:42 2003 +0000
  855.       * ./configure.ac.in: quick and dirty workaround for qt3 headers location.
  856. commit aa917a503608419d02009048059b10f3c3b6e469
  857. Author: Sam Hocevar <sam@videolan.org>
  858. Date:   Tue Mar 11 20:53:28 2003 +0000
  859.       * ./src/stream_output/stream_output.c: fixed a minor format string issue.
  860. commit 20f905fd6266fed500eaf4a6ae4cffe187e6e67f
  861. Author: Sam Hocevar <sam@videolan.org>
  862. Date:   Tue Mar 11 20:40:50 2003 +0000
  863.       * ./debian/control: we build-depend on libqt3-mt-dev instead of libqt3-dev.
  864. commit 5296062072a75801092df1dcbeb8fe614446c7cd
  865. Author: Laurent Aimar <fenrir@videolan.org>
  866. Date:   Tue Mar 11 20:01:23 2003 +0000
  867.      * Added support of vplayer subtitles files.
  868. commit 9869e03d4bb216e8ef0d221db35eda6e55fbcf14
  869. Author: Sam Hocevar <sam@videolan.org>
  870. Date:   Tue Mar 11 19:58:35 2003 +0000
  871.       * ./debian/Makefile.am: removed spurious entries.
  872. commit c996f9f0c0d4a7a7b478b1d33cddb04189567ddd
  873. Author: Sam Hocevar <sam@videolan.org>
  874. Date:   Tue Mar 11 19:57:29 2003 +0000
  875.       * ./debian/control: vlc provides the mp3-decoder metapackage.
  876. commit 5fbd244f5c1119e5af3b1e4db2051f07eabe1916
  877. Author: Sam Hocevar <sam@videolan.org>
  878. Date:   Tue Mar 11 19:30:04 2003 +0000
  879.       * ./debian/*: additional Debian butchery; merged vlc-plugin-aa and
  880.         vlc-plugin-lirc into vlc, and removed vlc-mad, vlc-arts, vlc-lirc and
  881.         vlc-aa legacy packages because they were not in woody.
  882.       * ./debian/control: tuned the control file to provide smooth upgrades from
  883.         woody, from sarge, and from the local VideoLAN repository.
  884. commit d381b3eb1f0a2ef5bfe1ff040462cfc0faf98112
  885. Author: Sam Hocevar <sam@videolan.org>
  886. Date:   Tue Mar 11 19:14:09 2003 +0000
  887.       * ./debian/*: removed the vlc-plugin-dvb, vlc-plugin-xosd and vlc-plugin-dv
  888.         packages (because the dependencies are very small), and the vlc-plugin-mad,
  889.         vlc-plugin-a52 and vlc-plugin-ogg packages (because vlc depends on them
  890.         anyway).
  891.       * ./debian/*: changed vlc-plugin-svgalib to x86-only.
  892. commit 949a4ce261b3f115b283a4804b289a7ddd00b7a5
  893. Author: Laurent Aimar <fenrir@videolan.org>
  894. Date:   Tue Mar 11 19:02:31 2003 +0000
  895.      * all: reworked stream output. Now it handles mutliples outputs from
  896.     one input, just type --sout "<first url>#<second url>#..." (Yes it
  897.     is awfull, but I need suggestion).
  898.        udp: correctly update sequence number in rtp.
  899. commit 4befbe9485739f35567f98c14e1e370654d00e66
  900. Author: Laurent Aimar <fenrir@videolan.org>
  901. Date:   Tue Mar 11 18:57:51 2003 +0000
  902.      * mp4: I have reworked a lot the demuxer. Now it should handle gracefully
  903.     the audio part of mov file. I'm really interested by any regression you
  904.     could find, please _test_ all .mp4/.mov file you have.
  905. commit bb26c6a51a8741335412080ab8afb4a2c3fa83ef
  906. Author: Sam Hocevar <sam@videolan.org>
  907. Date:   Tue Mar 11 18:57:30 2003 +0000
  908.       * ./debian/control: added the FLAC decoder to the Debian package (sid-only,
  909.         because the API changed too much since the version in woody).
  910. commit 2fc48768ccef9221ee17a09264c05bf007d37581
  911. Author: Alexis de Lattre <alexis@videolan.org>
  912. Date:   Tue Mar 11 18:54:47 2003 +0000
  913.     Added missing files.
  914. commit ff7bc1f42aa8b43165fd577662f3be918df20be7
  915. Author: Gildas Bazin <gbazin@videolan.org>
  916. Date:   Tue Mar 11 18:16:10 2003 +0000
  917.     * Makefile.am: Fixed problem with the package-win32 target.
  918. commit 4a8b0a1dfd96a6aa39af01d0499ba48d8a3b6380
  919. Author: Laurent Aimar <fenrir@videolan.org>
  920. Date:   Tue Mar 11 18:14:27 2003 +0000
  921.      * mms: converted a warning into a dbg message.
  922. commit 954669928479ae5495c6551d42cf87e836d55349
  923. Author: Laurent Aimar <fenrir@videolan.org>
  924. Date:   Tue Mar 11 17:40:40 2003 +0000
  925.      * Clean up. (Sigmund, does it work ?).
  926. commit 097b76d95589516b501ded56ea1831e18dfe702e
  927. Author: Eric Petit <titer@videolan.org>
  928. Date:   Tue Mar 11 13:52:25 2003 +0000
  929.      modules/misc/network/ipv4.c: BeOS compile fix
  930. commit 6dc1538e56a8a1da3b7c29e60c2670a0bb5edccc
  931. Author: Alexis de Lattre <alexis@videolan.org>
  932. Date:   Tue Mar 11 13:12:42 2003 +0000
  933.     Added sout.* and subtitles.*
  934. commit 0e1fdf57e63692674558265ffdb6a7cb3fd87425
  935. Author: Laurent Aimar <fenrir@videolan.org>
  936. Date:   Tue Mar 11 07:03:16 2003 +0000
  937.      * au.c : added au demuxer. Only ulaw/alaw/raw pcm data are supported.
  938.     ( I need some samples to do special adpcm support).
  939. commit ae9398ed006414a5666979377b02360b35106a61
  940. Author: Laurent Aimar <fenrir@videolan.org>
  941. Date:   Tue Mar 11 06:58:49 2003 +0000
  942.      * adpcm: added IMA4 support.
  943. commit e6868a6afb1c800fbb85cc076a2d6456278b3bde
  944. Author: Laurent Aimar <fenrir@videolan.org>
  945. Date:   Tue Mar 11 06:58:06 2003 +0000
  946.      * ffmpeg.h: added missing fourcc.
  947.      * araw.c: fixed a warning.
  948. commit 80186f062b9ae5ae0e7f92f9981842ceed1fec7f
  949. Author: Laurent Aimar <fenrir@videolan.org>
  950. Date:   Tue Mar 11 06:45:59 2003 +0000
  951.      * wav: Support for alaw/ulaw data. (untested)
  952. commit 11c4b8c72f980e61d432665ca7b2742002a59848
  953. Author: Laurent Aimar <fenrir@videolan.org>
  954. Date:   Tue Mar 11 06:14:16 2003 +0000
  955.      * Hugly hack: break huge block of samples into smaller ones else
  956.     some avi/mov file with raw audio can't be played, *BUT* it's not the
  957.     good fix (as the problem seems to be elsewhere).
  958. commit 9a1b736f43a0e72b62104481558aa40cb152eaca
  959. Author: Laurent Aimar <fenrir@videolan.org>
  960. Date:   Tue Mar 11 05:52:37 2003 +0000
  961.      * ffmpeg support mace 3/6 audio codec. (quicktime)
  962. commit ebc06c09b388f6179b2751b2d83aa9649b7d7914
  963. Author: Alexis de Lattre <alexis@videolan.org>
  964. Date:   Mon Mar 10 21:24:11 2003 +0000
  965.     Reverted my previous commit (the bug was coming from my old gettext version)
  966. commit 748961b440a3979f4646b4c380495cbfbb4056c5
  967. Author: Alexis de Lattre <alexis@videolan.org>
  968. Date:   Mon Mar 10 21:01:26 2003 +0000
  969.     Fix so that compilation works with a tarball made with "make dist-all".
  970.     
  971.     Sam, can you check that my fix is OK ?
  972. commit a93939afcea20efbe969931f837c8fdd19038ce9
  973. Author: Alexis de Lattre <alexis@videolan.org>
  974. Date:   Mon Mar 10 20:08:00 2003 +0000
  975.     vlc.spec: Bumped up version number to 0.5.2
  976. commit e550dfc5a302fb0905a69583224376ff9047e946
  977. Author: Gildas Bazin <gbazin@videolan.org>
  978. Date:   Mon Mar 10 19:37:53 2003 +0000
  979.     * ChangeLog: updated the changelog for the 0.5.2 release.
  980. commit 98806540b0efeca18c9b849aef06814cf127d99c
  981. Author: Sam Hocevar <sam@videolan.org>
  982. Date:   Mon Mar 10 19:30:35 2003 +0000
  983.       * ./toolbox: added --update-changelog flag.
  984. commit e73768a8330dab5a8af4e93836c41d0777819d6b
  985. Author: Gildas Bazin <gbazin@videolan.org>
  986. Date:   Mon Mar 10 18:26:33 2003 +0000
  987.     * src/video_output/vout_pictures.c: declaration of FOURCC_RV24, courtesy of Olivier Aubert.
  988. commit 213725dfd21493b4769a0f5bb0e8b5e68f140332
  989. Author: Gildas Bazin <gbazin@videolan.org>
  990. Date:   Mon Mar 10 18:17:19 2003 +0000
  991.     * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: small change to the slider behaviour.
  992. commit c66372f36318b79bd2135c36060a8a6e81d8f55c
  993. Author: Sam Hocevar <sam@videolan.org>
  994. Date:   Mon Mar 10 17:12:08 2003 +0000
  995.       * ./configure.ac.in: moved an extra -lws2_32 to a win32 specific case.
  996. commit 5c9fdb1101e7da5c522e4ae2c41aef8e5f9aac92
  997. Author: Christophe Massiot <massiot@videolan.org>
  998. Date:   Mon Mar 10 10:41:22 2003 +0000
  999.     Fixed a major bug with 5.1 output and the OSS plug-in.
  1000. commit 814c882dd543ce3a5b80d39448e353f77bd973d7
  1001. Author: Jon Lech Johansen <jlj@videolan.org>
  1002. Date:   Mon Mar 10 08:23:45 2003 +0000
  1003.       * ./modules/codec/dts.c: minor fix.
  1004. commit 0c1fdd9696a2bd7ea8308fb4d2fd89ec8c6dab3b
  1005. Author: Laurent Aimar <fenrir@videolan.org>
  1006. Date:   Mon Mar 10 01:07:09 2003 +0000
  1007.      * improved seeking and fixed play back when reading from stdin (when
  1008.     reported size is null).
  1009. commit a2d1d9f8fb20439ac9a0404cd98ea403c1eb3b28
  1010. Author: Gildas Bazin <gbazin@videolan.org>
  1011. Date:   Mon Mar 10 00:12:53 2003 +0000
  1012.     * modules/access/vcd/cdrom.c: small win32 bugfix.
  1013.     * configure.ac.in: on win32 we link ws2_32 with the slp plugin.
  1014. commit 780ba1b903df7fa55511cef97e83b836118e098a
  1015. Author: Christophe Massiot <massiot@videolan.org>
  1016. Date:   Mon Mar 10 00:04:14 2003 +0000
  1017.     * Bumped up version number to 0.5.2
  1018.     * Fix for the "lock-up" problem under MacOS X. Removed the rt-priority
  1019.       configuration variable.
  1020. commit 74912d2f9361877c591e2e2a3598ac91cab05234
  1021. Author: Jon Lech Johansen <jlj@videolan.org>
  1022. Date:   Sun Mar 9 23:39:05 2003 +0000
  1023.       * ./modules/demux/mpeg: DTS support.
  1024. commit 1d5118e0468844690b29149c347b15fbe9f23842
  1025. Author: Jon Lech Johansen <jlj@videolan.org>
  1026. Date:   Sun Mar 9 20:07:47 2003 +0000
  1027.       * DTS S/PDIF support.
  1028. commit 03fc820be11dc14d6f507bbe31559920576d54f3
  1029. Author: Gildas Bazin <gbazin@videolan.org>
  1030. Date:   Sun Mar 9 19:44:16 2003 +0000
  1031.     * configure.ac.in: fixed my previous commit.
  1032.     * NEWS: added an entry about fixes in the dvd menu support.
  1033. commit ec22d731d3ab609c2ba8b793153a141cab7bedd2
  1034. Author: Gildas Bazin <gbazin@videolan.org>
  1035. Date:   Sun Mar 9 19:25:09 2003 +0000
  1036.     * configure.ac.in: don't include the screensaver plugin on win32.
  1037.     * src/misc/variables.c: fixed a bug in var_Change() and in var_DelCallback().
  1038.     * modules/codec/spudec/parse.c: removed unnessecary code.
  1039.     * modules/access/dvdplay/access.c: fixed some navigation problems.
  1040. commit 7677f08522b85239c0517cdd13964598192c6a64
  1041. Author: Laurent Aimar <fenrir@videolan.org>
  1042. Date:   Sun Mar 9 16:22:35 2003 +0000
  1043.      * fixed a really stupid bug with compressed header, improved parsing
  1044.     of audio stsd box. (handle qt3+ audio box)
  1045.      (I still need to fix mp4.c to read audio track that aren't mp4a)
  1046. commit 6c1d00ed78efe4029b67d179bb6871c924f98129
  1047. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1048. Date:   Sat Mar 8 01:55:28 2003 +0000
  1049.     added a down, right gesture to quit vlc and an up, right gesture that swaps
  1050.     fullscreen on/off, removed the down gesture as it is now covered by the up,
  1051.     right gesture
  1052. commit 44ae8d781675f5047e2e6bc9b53f6bd0e453be84
  1053. Author: Gildas Bazin <gbazin@videolan.org>
  1054. Date:   Fri Mar 7 00:53:09 2003 +0000
  1055.     * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: clean up the gtk/gnome
  1056.     messages window regularly.
  1057. commit de6f151f1579ae0fd2961f4524ffaa7f9c370e3d
  1058. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1059. Date:   Thu Mar 6 23:52:31 2003 +0000
  1060.     NEWS: added note about .pls handeling and the http audio fix
  1061. commit 7d2ff7e2a160d20589e741d39d66ba21410c073f
  1062. Author: Gildas Bazin <gbazin@videolan.org>
  1063. Date:   Thu Mar 6 23:10:11 2003 +0000
  1064.     * src/audio_output/dec.c, include/aout_internal.h: the aout core was
  1065.     automatically discarding audio samples that were above AOUT_MAX_ADVANCE_TIME
  1066.     in the future. Problem is that p_input->i_pts_delay isn't a fixed value. We
  1067.     now fetch this value from the input thread when we create an aout_instance_t.
  1068.     This solves problems with the http access plugin.
  1069. commit 6be034746e687240574d9f680226927cf821e430
  1070. Author: Derk-Jan Hartman <hartman@videolan.org>
  1071. Date:   Thu Mar 6 22:17:11 2003 +0000
  1072.     * Updated README on Mac OS X issues.
  1073. commit 32147341aaa4122655a45cc5e67587329979106b
  1074. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1075. Date:   Thu Mar 6 15:30:42 2003 +0000
  1076.     the m3u demux now reads the pls files shoutcast uses.
  1077. commit ff859e442420f68db1308971a98ac31433c51d7c
  1078. Author: Derk-Jan Hartman <hartman@videolan.org>
  1079. Date:   Thu Mar 6 15:24:12 2003 +0000
  1080.     * the close window command was reacting irratic because of my meddling
  1081.       with the responder chain. HANDS OFF you little devil ;)
  1082. commit 473edc361b9af7d535dc48727d874ac1681b7867
  1083. Author: Derk-Jan Hartman <hartman@videolan.org>
  1084. Date:   Thu Mar 6 14:40:43 2003 +0000
  1085.     * not < but > ;)
  1086.       time to stop for today
  1087. commit a49a93fe8bf099bd23faed56b204c95fd1b7e2f4
  1088. Author: Derk-Jan Hartman <hartman@videolan.org>
  1089. Date:   Thu Mar 6 12:52:32 2003 +0000
  1090.     * fixed an issue with blackbars at certain aspect ratios when you resize
  1091.       the video window. (half, double)
  1092. commit 9940fc7b6a60808b3b261daf4a1c056e07b5792a
  1093. Author: Derk-Jan Hartman <hartman@videolan.org>
  1094. Date:   Thu Mar 6 12:05:05 2003 +0000
  1095.     ALL: fixed: http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=425
  1096.          having two close buttons in one window goes against Apple's UIG.
  1097. commit 9c84164554d55e8cb8c269b3d8e56e88a22803f1
  1098. Author: Derk-Jan Hartman <hartman@videolan.org>
  1099. Date:   Thu Mar 6 11:43:07 2003 +0000
  1100.     * modules/gui/macosx/applescript.?
  1101.     * extras/MacOSX/Resources/vlc.scriptSuite
  1102.     * extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
  1103.       - moved existing applescript commands to these files
  1104.       - added several control commands. supported are: play/pause, stop,
  1105.         previous, next, fullscreen, mute, volumeUp and volumeDown.
  1106.         These correspond to the existing menuitems. This still requires work
  1107.         in the future to make it more correct AppleScript, but it works for now.
  1108.     
  1109.     * modules/gui/macosx/controls.?
  1110.       - split up the controls.m into a .m and a .h
  1111.     
  1112.     * modules/gui/macosx/intf.?
  1113.       - added a getControls method to gain access to the controller object from
  1114.         the AppleScript commands.
  1115.     
  1116.     * modules/gui/macosx/open.?
  1117.       - removed the applescript support existing here and moved it to applescript.?
  1118.     
  1119.     * modules/gui/macosx/playlist.m
  1120.       - made the tooltips for the add and remove buttons localizable.
  1121.     
  1122.     * modules/gui/macosx/vout.m
  1123.       - added a comment on the meaning of otherMouse events.
  1124.     
  1125.     * ALL:
  1126.       - updated copyright information to include the current year ;)
  1127. commit 0474a40f38dd916f530a18e5b50e73e6ce3ff11c
  1128. Author: Laurent Aimar <fenrir@videolan.org>
  1129. Date:   Thu Mar 6 11:15:55 2003 +0000
  1130.      * http: lalala, forgot one line :)
  1131. commit 49947b1437e427a75d112957ed788ba4f9e8544b
  1132. Author: Laurent Aimar <fenrir@videolan.org>
  1133. Date:   Thu Mar 6 11:09:56 2003 +0000
  1134.      * http: fixed a segfault while using it more than once.
  1135. commit fe4a517f99f8ea91f97dd4840eab5d4e2fec0d2a
  1136. Author: Derk-Jan Hartman <hartman@videolan.org>
  1137. Date:   Thu Mar 6 10:15:37 2003 +0000
  1138.     * If labels are nil, then it shouldn't disable the entire preference panel.
  1139.       fixes #428 more permenantly. the cause was a missing rt-priority desc.
  1140. commit 43b80318512c30c5fd2ed9e404cc098318abb47b
  1141. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1142. Date:   Thu Mar 6 10:11:33 2003 +0000
  1143.     More sizing stuff.
  1144. commit a0066f40af350e63efcc78c6059d9d708caddaa8
  1145. Author: Christophe Massiot <massiot@videolan.org>
  1146. Date:   Thu Mar 6 09:58:00 2003 +0000
  1147.     Fixed a segfault in the OS X preferences panel.
  1148. commit 9a7f22d1584d7361c502b3536586c14f3d923e8f
  1149. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1150. Date:   Thu Mar 6 09:27:13 2003 +0000
  1151.     Updated version number.
  1152. commit 5f4f6a1798e71b36cd96c1f9b0860a0271f71b52
  1153. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1154. Date:   Thu Mar 6 00:10:33 2003 +0000
  1155.     we now insert playlist entries right after the playlist file, and not at the
  1156.     end of playlist. Should close bug reported on mailing list by Stepan Roh
  1157.     about "redirection".
  1158. commit 70f5b0e11a4dd47f745146683eb4d093da243829
  1159. Author: Gildas Bazin <gbazin@videolan.org>
  1160. Date:   Wed Mar 5 22:37:05 2003 +0000
  1161.     * modules/audio_filter/resampler/bandlimited.c: another bug-fix ( should be the last one ;)
  1162.     * install-win32: the FAQ wasn't being included in the package.
  1163. commit 43a1a2b0bd45e032540cb07b9446506885e808f0
  1164. Author: Gildas Bazin <gbazin@videolan.org>
  1165. Date:   Wed Mar 5 19:58:47 2003 +0000
  1166.     * Makefile.am: make package-win32 creates FAQ.htm not faq.htm.
  1167. commit faceb389ec12c13cc41901bc62265045f6f1ff39
  1168. Author: Gildas Bazin <gbazin@videolan.org>
  1169. Date:   Wed Mar 5 19:31:32 2003 +0000
  1170.     * modules/audio_filter/resampler/bandlimited.c: added a few more sanity checks.
  1171. commit 2ede555115324d13db715d50ef1aa2fa51df014a
  1172. Author: Derk-Jan Hartman <hartman@videolan.org>
  1173. Date:   Wed Mar 5 19:16:42 2003 +0000
  1174.     * updated italian translation by Bruno <allevb@tin.it>
  1175.       i had to merge it by hand, because it was pretty outdated.
  1176. commit b7b2c20315fb1af3bd0c0a896b52ae0bbfdf4888
  1177. Author: Gildas Bazin <gbazin@videolan.org>
  1178. Date:   Wed Mar 5 17:55:13 2003 +0000
  1179.     * src/input/input_ext-plugins.c: added an msleep() call in case we fail to
  1180.        allocate a new buffer in input_FillBuffer(). This is necessary because
  1181.        the input thread has an high priority and we don't want it to loop
  1182.        without any interruption.
  1183. commit b9c92a227a496b7749325139a71dfd190ec3f859
  1184. Author: Christophe Massiot <massiot@videolan.org>
  1185. Date:   Wed Mar 5 00:11:18 2003 +0000
  1186.     * Fixed LDFLAGS_mp4 variable.
  1187. commit 3658e6a17cfa3558dc88273ac62bf1f6d0b5ddf4
  1188. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1189. Date:   Wed Mar 5 00:05:23 2003 +0000
  1190.     added not that gestures are now supported on osx and windows, with a comment
  1191.     telling that this isn't really useful yet.
  1192. commit 6eabb991f20aff118394aee993787dd93896b9f6
  1193. Author: Christophe Massiot <massiot@videolan.org>
  1194. Date:   Tue Mar 4 23:37:19 2003 +0000
  1195.     Bumped up to 0.5.2-test3
  1196. commit b3793e34cbfac9d07b4632cc8e172658e55a67d4
  1197. Author: Christophe Massiot <massiot@videolan.org>
  1198. Date:   Tue Mar 4 23:36:57 2003 +0000
  1199.     * Made rt-priority a real-time variable (shut-up sam) and misc attempts
  1200.       to improve responsiveness under OS X
  1201. commit 514f5dff388c82897e7861dbda282e380f187e85
  1202. Author: Derk-Jan Hartman <hartman@videolan.org>
  1203. Date:   Tue Mar 4 23:32:06 2003 +0000
  1204.     * this code should allow for the use of gestures under OS X.
  1205. commit f1d93a31948435c3f18ab95efbe60b3bbd4a6edb
  1206. Author: Gildas Bazin <gbazin@videolan.org>
  1207. Date:   Tue Mar 4 22:48:55 2003 +0000
  1208.     * modules/video_output/directx: added support for the mouse gestures interface.
  1209. commit f94579f9fd73077031ae436291a548824b341558
  1210. Author: Derk-Jan Hartman <hartman@videolan.org>
  1211. Date:   Tue Mar 4 22:36:18 2003 +0000
  1212.     * grrr debug message in the wild.
  1213. commit 4cc138893fb7bc7e1b9c4f42fb8dd27f9f5baf6b
  1214. Author: Gildas Bazin <gbazin@videolan.org>
  1215. Date:   Tue Mar 4 22:08:33 2003 +0000
  1216.     * modules/audio_filter/resampler/bandlimited.c: small bug-fixes.
  1217.     * NEWS: added a note for the fixed MSVC project files.
  1218. commit 8e8c87dd11656eb88c2492017b8c11c3ad347674
  1219. Author: Derk-Jan Hartman <hartman@videolan.org>
  1220. Date:   Tue Mar 4 21:54:03 2003 +0000
  1221.     * NEWS:
  1222.       - added item on fix of 'clicking' sound between stream changes.
  1223.       - added item on new bandlimited resampler
  1224.     * ALL:
  1225.       - bumped up revision number to 0.5.2-test3
  1226. commit 2dd2df6971e4af3cc09e653113ee6acf0f4dccb7
  1227. Author: Gildas Bazin <gbazin@videolan.org>
  1228. Date:   Tue Mar 4 21:12:04 2003 +0000
  1229.     * include/vlc_common.h: on win32 we include malloc.h (otherwise alloca is
  1230.        not declared).
  1231.     * modules/access/file.c: use _lseeki64 instead of lseek on win32. This
  1232.        should allow seeking on files > 1.2Gb (Hopefully closes #168).
  1233. commit 1206810b7e59fcec539825b4fb9e8794152222a2
  1234. Author: Gildas Bazin <gbazin@videolan.org>
  1235. Date:   Tue Mar 4 19:28:39 2003 +0000
  1236.     * modules/audio_filter/resampler/bandlimited.c: fix bug that was affecting
  1237.        quality badly + some clean-up.
  1238.        Changed the module priority so it is now the default resampler.
  1239. commit eb1ba666bb488d9ed579789c3f4c9df802774c54
  1240. Author: Derk-Jan Hartman <hartman@videolan.org>
  1241. Date:   Tue Mar 4 17:31:45 2003 +0000
  1242.     ALL:
  1243.      - the german translation requires two different translations of the word
  1244.        File. I added a _ANS() function to the macosx version that gets the
  1245.        translation of 1:File and strips the first two characters of this
  1246.        alternate translation.
  1247.      - updated all .po files to make sure we don't break anything
  1248.      - committed the March 1 version of the german translation by Felix
  1249.        Kuhne <FK@aenneburghardt.de>
  1250. commit 47e65c0f9bc6e904f6a587769c39e0734b97861b
  1251. Author: Christophe Massiot <massiot@videolan.org>
  1252. Date:   Tue Mar 4 13:21:19 2003 +0000
  1253.     * Fixed a major bug in the LPCM codec.
  1254.     * Moved input_ExtractPES to where it belongs, input_ext-dec.c.
  1255. commit 75426e20e9ab10e690128567dc0cf19f71669887
  1256. Author: Gildas Bazin <gbazin@videolan.org>
  1257. Date:   Tue Mar 4 03:27:40 2003 +0000
  1258.     * modules/audio_filter/resampler/bandlimited.[ch]: new high-quality
  1259.        bandlimited interpolation resampler.
  1260.        It is not yet enabled by default because it requires a bit more works
  1261.        (not fully stable yet because of buffer overflows under certain conditions).
  1262.     
  1263.     * src/audio_output/input.c: the resamplers are now always active (expcept
  1264.        in spdif mode).
  1265.     
  1266.     * modules/audio_filter/resampler/*: modified the resampler to return the
  1267.        input buffer when no resampling is needed.
  1268. commit a7c736f0e5b3b9e065c8402f6f28e5bff42cd06c
  1269. Author: Derk-Jan Hartman <hartman@videolan.org>
  1270. Date:   Mon Mar 3 23:58:34 2003 +0000
  1271.     * updated dutch strings.
  1272. commit 7665fe72aad991316f2d4247de866d70321f178e
  1273. Author: Christophe Massiot <massiot@videolan.org>
  1274. Date:   Mon Mar 3 23:48:41 2003 +0000
  1275.     * mpeg_video is back as a built-in because it is reproduceably faster than
  1276.       as a plug-in,
  1277.     * Another desperate attempt at fixing OS X lock-ups.
  1278. commit 851a8aacad5666859ba284d25ec251e1d89231df
  1279. Author: Derk-Jan Hartman <hartman@videolan.org>
  1280. Date:   Mon Mar 3 19:39:48 2003 +0000
  1281.     * NEWS:
  1282.       - added remarks on m-audio fixes and other OSX specific fixes.
  1283.       - added improved ID3 detection item
  1284.     * README.MacOSX.rtf
  1285.       - updated to reflect M-Audio fixes.
  1286.     * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/*:
  1287.       - widened the Browse.. button to allow for the german word: durchsuchen.
  1288. commit 171d858e99c52dfaca3bdd655bdbd77fbc2fac96
  1289. Author: Gildas Bazin <gbazin@videolan.org>
  1290. Date:   Mon Mar 3 16:49:14 2003 +0000
  1291.     * ALL: another bunch of fixes for the MSVC build.
  1292. commit 7211d64eb0b68c60fdde0148a59f8a9f26b7d5fc
  1293. Author: Gildas Bazin <gbazin@videolan.org>
  1294. Date:   Mon Mar 3 14:21:08 2003 +0000
  1295.     * ALL: Finally fixed the MSVC project files.
  1296.            Don't include io.h on win32 when not necessary.
  1297.            A few build fixes for MSVC.
  1298.     
  1299.     * src/misc/win32_specific.c: try to load winsock2 instead of winsock1 when
  1300.        present.
  1301. commit 25a00dadd45406d6cba89e287a549020c12fdcf9
  1302. Author: Christophe Massiot <massiot@videolan.org>
  1303. Date:   Mon Mar 3 14:19:09 2003 +0000
  1304.     * Fixed a bug in LPCM codec.
  1305.     * Changed an error into a warning.
  1306. commit 2130ab440846b5c52861ff4614526688cf4d99b7
  1307. Author: Laurent Aimar <fenrir@videolan.org>
  1308. Date:   Mon Mar 3 01:38:07 2003 +0000
  1309.      * fixed play back of  mms://viptvr.yacast.fr/encoderfranceinfo (asf
  1310.     header send over multiples packets).
  1311. commit aa9ddea5195a79f80891afaf66993b74e221b004
  1312. Author: Gildas Bazin <gbazin@videolan.org>
  1313. Date:   Sun Mar 2 19:07:01 2003 +0000
  1314.     * configure.ac.in: fixed libid3tag detection.
  1315. commit 607cb16c12d4332ef6a00142abf59064910d9670
  1316. Author: Laurent Aimar <fenrir@videolan.org>
  1317. Date:   Sun Mar 2 18:17:58 2003 +0000
  1318.      * fixed seek flag with broadcasted data.
  1319. commit c5f92560c1d9a740b6db70a1bc0c7172f43311c6
  1320. Author: Laurent Aimar <fenrir@videolan.org>
  1321. Date:   Sun Mar 2 17:13:33 2003 +0000
  1322.      * forgot to initialize a variable.
  1323. commit d557c646b40a8427f5d61091b2011c3f195f2c3e
  1324. Author: Laurent Aimar <fenrir@videolan.org>
  1325. Date:   Sun Mar 2 17:12:21 2003 +0000
  1326.      * fixed a bug.
  1327. commit d28a1087e87c9bad64fe91dd8583000a0ae45bff
  1328. Author: Gildas Bazin <gbazin@videolan.org>
  1329. Date:   Sun Mar 2 12:10:46 2003 +0000
  1330.     * NEWS: started filling in the NEWS file for the 0.5.2 release.
  1331. commit 60d27fac34c1af4b5de97e1f40557e310133c149
  1332. Author: Gildas Bazin <gbazin@videolan.org>
  1333. Date:   Sun Mar 2 02:47:19 2003 +0000
  1334.     * configure.ac.in: Removed unused options.
  1335.        We also don't link with lrt anymore when using GNU-pth (lrt depends on
  1336.        lpthread).
  1337. commit 38f1bf275179385d0ccae15b51598b6b64e8ad00
  1338. Author: Gildas Bazin <gbazin@videolan.org>
  1339. Date:   Sun Mar 2 01:35:30 2003 +0000
  1340.     * src/misc/threads.c, include/vlc_threads_funcs.h: another bunch of fixes
  1341.        for the GNU-pth implementation.
  1342. commit 15f7b18e109a7b495508a144ad3b462d44a595dc
  1343. Author: Gildas Bazin <gbazin@videolan.org>
  1344. Date:   Sat Mar 1 23:26:08 2003 +0000
  1345.     * src/misc/threads.c, include/vlc_threads_funcs.h: fixed gnu-pth thread
  1346.        implementation and fixed an initialization bug in libvlc.
  1347. commit 69c9de449a4dfdf7891c2b86d68826d5cbdb93a8
  1348. Author: Olivier Teulière <ipkiss@videolan.org>
  1349. Date:   Sat Mar 1 21:32:49 2003 +0000
  1350.      - about.dfm: the layout of the "About" dialog box is slightly different
  1351.      - misc.cpp: toolbar buttons are translated too
  1352.      - mainframe.dfm: removed the "Back" and "Eject" toolbar buttons, which
  1353.        were rather useless, and added an "Eject disc" menu entry
  1354.        Also hid the caption for all the toolbar buttons
  1355.      - win32.cpp: Added a config option to display or not these captions
  1356.      - preferences.cpp: small modification to support non-advanced mode
  1357. commit d0a61d5a12fad5bd500b9d7e2c88efb772cae510
  1358. Author: Gildas Bazin <gbazin@videolan.org>
  1359. Date:   Sat Mar 1 19:25:13 2003 +0000
  1360.     * install-win32, Makefile.am: added the html faq to the win32 package.
  1361.     * toolbox, msvc/*: few fixes to the msvc project files generation.
  1362.        (compiling plugins won't work yet because there are a few hacks that
  1363.         need to be done in order to compile dlls that use the c-runtime)
  1364. commit 4d3ce49cb331cd367341659f532451bbff4b7c50
  1365. Author: Laurent Aimar <fenrir@videolan.org>
  1366. Date:   Fri Feb 28 17:23:35 2003 +0000
  1367.      * try a workaround for BeOS MediaKit files.
  1368. commit 4df482faf412f9d07896aa1cfeb601756d32d6cf
  1369. Author: Christophe Massiot <massiot@videolan.org>
  1370. Date:   Fri Feb 28 10:19:02 2003 +0000
  1371.     German translation, courtesy of Felix K�hne <FK@aenneburghardt.de>.
  1372. commit 7520e171607a5f060d51bc9b7f7b1e6af0d3f4ff
  1373. Author: Olivier Teulière <ipkiss@videolan.org>
  1374. Date:   Fri Feb 28 04:31:24 2003 +0000
  1375.     Internationalization now works for the win32 interface (thanks Gildas).
  1376.     I've voluntarily disabled the translation of the toolbar buttons
  1377.     strings, because it looks really awful...
  1378. commit b901bcae6e975f16176b862c5db0c341209aa4d4
  1379. Author: Olivier Teulière <ipkiss@videolan.org>
  1380. Date:   Thu Feb 27 22:09:24 2003 +0000
  1381.     A few modifications to get closer to i18n in the win32 interface
  1382. commit be91f7e959431e2b56c19a3c0ce66a6bfd9d5d3f
  1383. Author: Gildas Bazin <gbazin@videolan.org>
  1384. Date:   Thu Feb 27 16:38:39 2003 +0000
  1385.     * modules/demux/avi/avi.c: compilation fix.
  1386. commit 6283c63bb120fef59d85d0f8fbf16d89c6c99224
  1387. Author: Laurent Aimar <fenrir@videolan.org>
  1388. Date:   Thu Feb 27 15:07:48 2003 +0000
  1389.      * httpd: clean up, kick up unused connection (it waits 10s), use select
  1390.     to way (instead of a hard coded sleep ;)
  1391. commit e853c4ee5d5caf4e7cbb70359385c89df1f6bf7d
  1392. Author: Gildas Bazin <gbazin@videolan.org>
  1393. Date:   Thu Feb 27 13:19:44 2003 +0000
  1394.     * ALL: i18n updates and fixes.
  1395. commit ec556fc428481dd9d257588c25caae44a2be633d
  1396. Author: Marc Ariberti <marcari@videolan.org>
  1397. Date:   Thu Feb 27 12:44:01 2003 +0000
  1398.     * updates for the YOPY ports (thx to Sebastien Chaumat !)
  1399. commit 64003608f91488015acd2341804e70033f292dc6
  1400. Author: Christophe Massiot <massiot@videolan.org>
  1401. Date:   Thu Feb 27 08:19:02 2003 +0000
  1402.     * Bumped up revision number to 0.5.2-test2
  1403.     * Another attempt at fixing the "VLC is locking up OS X" problem
  1404.     * Updated po files
  1405. commit 29b825c39e375e655b29b3a267f7ea3af334edde
  1406. Author: Cyril Deguet <asmax@videolan.org>
  1407. Date:   Wed Feb 26 21:00:53 2003 +0000
  1408.     * compilation fixes...
  1409. commit 96347da3c4595e31e9d8509398bdcfd51fe910bf
  1410. Author: Gildas Bazin <gbazin@videolan.org>
  1411. Date:   Wed Feb 26 19:39:43 2003 +0000
  1412.     * configure.ac.in, Makefile.am, install-win32: fixed the package-win32 make
  1413.        target, and included the locales in the installer script.
  1414.     * src/libvlc.c: on win32 we look for the locales in vlc's directory.
  1415. commit fb3612d9ecd723953ee70609d2bfb230abc8c787
  1416. Author: Christophe Massiot <massiot@videolan.org>
  1417. Date:   Wed Feb 26 18:15:33 2003 +0000
  1418.     * Added sanity checks for PTS in the future.
  1419. commit 9fba7a4b64a546ba80d2fd6535d5131f9e66c7b9
  1420. Author: Marc Ariberti <marcari@videolan.org>
  1421. Date:   Wed Feb 26 15:47:26 2003 +0000
  1422.     * implementation of the 'autoplay file' button callback
  1423.     * when clicking a link : follows the link and don't try to open it
  1424.     * yopy does not always sees the '.' and '..', so workaround :
  1425.         - all the hidden files are not displayed
  1426.         - the '..' directory is each time added by hand
  1427. commit c664e31c747c367868733262fc0ccbbece8cbb87
  1428. Author: Marc Ariberti <marcari@videolan.org>
  1429. Date:   Wed Feb 26 15:44:22 2003 +0000
  1430.     * small modification for linupy :
  1431.         - added a pixmpa directory
  1432.         - added a set_usize (how do we maximize cleanly a gtk-window ?)
  1433.         - chdir to '.' instead of '/mnt' (should it be '~' or '/' ?)
  1434. commit fdfa2f5efcccd0248bb5761deaf76b84cad9d27a
  1435. Author: Gildas Bazin <gbazin@videolan.org>
  1436. Date:   Wed Feb 26 13:51:36 2003 +0000
  1437.     * src/input/input_ext-dec.c: added a few sanity checks that avoid crashing
  1438.        badly when we reach the end of the stream (decoder stream).
  1439.     * modules/packetizer/mpegvideo.c: fixed a bug that was causing an infinite
  1440.        loop when the end of the stream was reached.
  1441. commit 15d3d8ef40b3ca03cd5f89b95e394228685f331b
  1442. Author: Laurent Aimar <fenrir@videolan.org>
  1443. Date:   Wed Feb 26 12:38:17 2003 +0000
  1444.      * ts.c: added "ts" shorcut for ts_dvbpsi.
  1445. commit 25857b129e986d1b0e82287eefe584ad675f6841
  1446. Author: Boris Dorès <babal@videolan.org>
  1447. Date:   Wed Feb 26 04:23:55 2003 +0000
  1448.     - link the headphone channel mixer with the math library
  1449. commit 81b6f23d543d654c3b31dd45559d8c608f166e65
  1450. Author: Gildas Bazin <gbazin@videolan.org>
  1451. Date:   Tue Feb 25 21:09:34 2003 +0000
  1452.     * modules/codec/libmpeg2.c: fixed pts handling.
  1453. commit e5d7f7ce938ffb3b7d8662994f58dcdfca786fb9
  1454. Author: Gildas Bazin <gbazin@videolan.org>
  1455. Date:   Tue Feb 25 18:26:12 2003 +0000
  1456.     * configure.ac.in: accidentaly changed AM_GNU_GETTEXT_VERSION to 0.11.5 in
  1457.        my last commit.
  1458.     * po/Makevars: file needed by newer versions of gettext.
  1459. commit 626d8bea9aeafbef8933bf7ea1cf64b9078a3fea
  1460. Author: Laurent Aimar <fenrir@videolan.org>
  1461. Date:   Tue Feb 25 17:17:43 2003 +0000
  1462.      * stream_output.* : added a flags variable to sout_buffer_t, allowing to
  1463.     mark headers.
  1464.      * httpd : added a way to use stream header, and changed the way that
  1465.     stream data are stored (allow better client handling).
  1466.      * http : use stream header, and add mime type detection by looking
  1467.     at file extention (could be improved).
  1468.      * ogg: fixed a segfault when removing a stream, mark header.
  1469. commit 08a2b6bac021bad835616e833ab17584dcca3df1
  1470. Author: Gildas Bazin <gbazin@videolan.org>
  1471. Date:   Tue Feb 25 17:15:32 2003 +0000
  1472.     * configure.ac.in, modules/codec/Modules.am, modules/codec/libmpeg2.c:
  1473.        Added a simple mpeg video decoder based on libmpeg2. It is mainly useful
  1474.        for comparing the performance against our custom decoder as it is currently
  1475.        missing some important features like the synchro stuff.
  1476. commit 75292afe5ce95fa37f363c61270d74bc6685ef67
  1477. Author: Laurent Aimar <fenrir@videolan.org>
  1478. Date:   Mon Feb 24 23:28:18 2003 +0000
  1479.      * stream_output.c : added a sanity check.
  1480. commit c11203a2a6f07d5f1bb3c8a8ed44b3517b472e32
  1481. Author: Laurent Aimar <fenrir@videolan.org>
  1482. Date:   Mon Feb 24 23:27:20 2003 +0000
  1483.      * all : ogg/ogm muxer. Yet very limited as it accepts only mp3/a52 audio
  1484.     and mpeg4/divx3 video streams. (Created files seem to work only with vlc).
  1485. commit dd81c779b81ddf508220b9e9975df235f901f962
  1486. Author: Jon Lech Johansen <jlj@videolan.org>
  1487. Date:   Mon Feb 24 17:06:21 2003 +0000
  1488.       * a52tofloat32.c: changed an error into warning.
  1489. commit ccd5e0c29c9db2452e55e5e6673055f07c577676
  1490. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1491. Date:   Mon Feb 24 14:40:22 2003 +0000
  1492.     updated documentation to reflect that input_AccessReinit should be called
  1493.     before, and not after a random seek
  1494. commit a8e7b700f1d2605d0e1048199e1a04b414f60147
  1495. Author: Laurent Aimar <fenrir@videolan.org>
  1496. Date:   Mon Feb 24 14:14:43 2003 +0000
  1497.      * all : fix compilation.
  1498. commit 453d866aa156b7faf0d87f8ffbf31f5f77748872
  1499. Author: Laurent Aimar <fenrir@videolan.org>
  1500. Date:   Mon Feb 24 12:34:29 2003 +0000
  1501.      * stream_output.c : fixed compilation.
  1502.      * mux/* implemented pf_mux_capacity.
  1503. commit 3755de856c1874ca055b06af6a2f3a5110fbe851
  1504. Author: Gildas Bazin <gbazin@videolan.org>
  1505. Date:   Mon Feb 24 11:14:16 2003 +0000
  1506.     * configure.ac.in, modules/misc/httpd.c: compilation fixes for win32.
  1507. commit 7def70497e27deca631b160ada8d22798d2180c4
  1508. Author: Laurent Aimar <fenrir@videolan.org>
  1509. Date:   Mon Feb 24 11:00:54 2003 +0000
  1510.      * stream_output.h : add a private parameter to sout_instance_t only used
  1511.     by src/stream_output.c (avoid changing every time stream_output.h...)
  1512. commit 05ddee03d2915ebe08cbcb9b4ecf0d2416593f6b
  1513. Author: Laurent Aimar <fenrir@videolan.org>
  1514. Date:   Mon Feb 24 10:45:55 2003 +0000
  1515.      * stream output: fixed name inconsistency, added a new exported
  1516.     functions by muxer.
  1517.      * wav: fixed a warning.
  1518. commit 96b6dc5ce93f351e97355b1f614283552c45b474
  1519. Author: Laurent Aimar <fenrir@videolan.org>
  1520. Date:   Mon Feb 24 09:26:26 2003 +0000
  1521.      * asf: fix seek for http.
  1522. commit aa0acfb9254aa92bfcdae3a50acd9523adf7dc32
  1523. Author: Laurent Aimar <fenrir@videolan.org>
  1524. Date:   Mon Feb 24 09:18:07 2003 +0000
  1525.      * wav: proper seek handling. (wav file readable over http).
  1526. commit be878a2612aa567ba1a7e2f1351b59337be41cfe
  1527. Author: Laurent Aimar <fenrir@videolan.org>
  1528. Date:   Sun Feb 23 22:35:34 2003 +0000
  1529.      * enable httpd(by default) and http.
  1530. commit 312754c3a2ac0665983fde5590adeb07df5e5085
  1531. Author: Laurent Aimar <fenrir@videolan.org>
  1532. Date:   Sun Feb 23 19:07:02 2003 +0000
  1533.      * all : declaration of http and httpd.
  1534. commit 84aaa859bccb42e1f0967ff8d3486ad6473a2ac0
  1535. Author: Laurent Aimar <fenrir@videolan.org>
  1536. Date:   Sun Feb 23 19:05:22 2003 +0000
  1537.      * modules/access_output/http : http output.
  1538.      * httpd : mini http server (be carefull about security issue...)
  1539. commit 4d12c66cf8542c4968413c1a4bebbe9071e66f20
  1540. Author: Laurent Aimar <fenrir@videolan.org>
  1541. Date:   Sun Feb 23 18:07:30 2003 +0000
  1542.      * all : added streaming support for crappy ms video codec into TS.
  1543.      - Only vlc is able to read such TS.
  1544.      - I use stream id 0xa0 and descriptor 0xa0, I hope there aren't used.
  1545.      - DivX1/2/3, wmv1/2, h/i263 should be supported, others could be
  1546.        quickly added.
  1547.      - Please test.
  1548. commit 5733e86efa86c7bceedb900fe297e93715946020
  1549. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1550. Date:   Sun Feb 23 16:31:48 2003 +0000
  1551.     added a demux and decoder for flac files (disabled by default). Works for
  1552.     16bit per sample streams, only tested with stereo
  1553. commit 8345dff51880556e3dd61fc544e35d05cdf5196e
  1554. Author: Jon Lech Johansen <jlj@videolan.org>
  1555. Date:   Sun Feb 23 05:53:53 2003 +0000
  1556.       * ./modules/gui/macosx/aout.m: M-Audio Revolution fixes.
  1557.                                      Dynamic device support.
  1558.       * ./modules/gui/macosx: Minor fixes and cosmetic changes.
  1559. commit 36401a1c561dadebcf5b564537f6cac5f9979429
  1560. Author: Christophe Massiot <massiot@videolan.org>
  1561. Date:   Sun Feb 23 01:25:26 2003 +0000
  1562.     * Destroy audio-device and audio-channels when no output plug-in is
  1563.       available.
  1564. commit b7741643fbad24cb4f82ce7f31cce2dbbe17339d
  1565. Author: Laurent Aimar <fenrir@videolan.org>
  1566. Date:   Sat Feb 22 16:10:31 2003 +0000
  1567.      * fix compilation.
  1568. commit 06399606ec3d67728fccd0029d0733f01d3d232f
  1569. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1570. Date:   Sat Feb 22 14:11:38 2003 +0000
  1571.      Fixed seme seeking issues with http access module, fixed an error that
  1572.     caused id3v2.4 tags at the end of the file to not work. Added checks to
  1573.     avoid seeking off the ends of the file. Should close #325, please confirm
  1574. commit 62bd70894d82decfe12d7125a3cb41c4f8a46b53
  1575. Author: Gildas Bazin <gbazin@videolan.org>
  1576. Date:   Fri Feb 21 22:59:38 2003 +0000
  1577.     * src/audio_output/input.c: fixed buffer allocation bug that was triggered
  1578.        when using "in place" resamplers.
  1579. commit e035de49618140af6f33b08eb6a19944a2cfae47
  1580. Author: Derk-Jan Hartman <hartman@videolan.org>
  1581. Date:   Fri Feb 21 16:31:37 2003 +0000
  1582.     DJ's first steps in C and vlc decoders ;)
  1583.     * modules/audio_filter/converter/mpgatofixed32.c:
  1584.       - fixed an issue that could cause glitches when switching from one stream
  1585.         to another. the buffer wasn't entirely getting 0000 because multiple
  1586.         channels were not taken into account when doing this.
  1587.     * ALL:
  1588.       - if float32 then clear the buffer with (float)0
  1589. commit 7002c3ed9369371461bb81772b08c9b00622625e
  1590. Author: Derk-Jan Hartman <hartman@videolan.org>
  1591. Date:   Fri Feb 21 15:16:52 2003 +0000
  1592.     * previous commit seems to break some things. reverting.
  1593. commit af802781651cfd7d740a6384547cc489e8725bc1
  1594. Author: Derk-Jan Hartman <hartman@videolan.org>
  1595. Date:   Fri Feb 21 14:17:46 2003 +0000
  1596.     * (float) 0 the buffer if it cannot be decoded and fixed32.
  1597.       right Meuuh ??? ;)
  1598. commit e9c11545afef5f56ce7f73dc1a432eb57d826b26
  1599. Author: Derk-Jan Hartman <hartman@videolan.org>
  1600. Date:   Fri Feb 21 03:49:51 2003 +0000
  1601.     * VLC.app should show its version in the Finder now
  1602.       Meeuh, one more place that needs version string updated before a release.
  1603.       might be made automated ?
  1604. commit 208916515a2315d83db7e389a2d6ad15f512daff
  1605. Author: Derk-Jan Hartman <hartman@videolan.org>
  1606. Date:   Fri Feb 21 03:22:57 2003 +0000
  1607.     * ignore project Builder user files and backup .nib files.
  1608.     * vlc.app changed to VLC.app. cvsignore changed to reflect this.
  1609. commit 46ab781e1e9607775ec75955a8cd4e7b59797191
  1610. Author: Derk-Jan Hartman <hartman@videolan.org>
  1611. Date:   Fri Feb 21 02:45:21 2003 +0000
  1612.     * If the "show advanced" option has been changed and you press the Apply
  1613.       button, the preferences window is destroyed and created.
  1614. commit 22342e6017e6bc4b1727f48aecd4be51028bc401
  1615. Author: Derk-Jan Hartman <hartman@videolan.org>
  1616. Date:   Thu Feb 20 18:10:16 2003 +0000
  1617.     * prefs obey the advanced option. Apply does not as of yet.
  1618. commit de621e39dd9e7a3a8dd068c5c1ab7014e1fa36df
  1619. Author: Gildas Bazin <gbazin@videolan.org>
  1620. Date:   Thu Feb 20 16:07:38 2003 +0000
  1621.     * src/libvlc.h, modules/audio_output: added a global --spdif config option
  1622.        to allow using the spdif output by default if available.
  1623.     * modules/misc/dummy/*: on win32 added a quiet mode that doesn't display
  1624.        a dos command box.
  1625.     * modules/control/rc/rc.c: on win32 enabled the echo mode and the
  1626.        backspace key.
  1627.     * modules/codec/mpeg_audio.c: fixed a sync bug.
  1628. commit 5a13b475ceef886157d0d87decab17a3b0e354f8
  1629. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1630. Date:   Thu Feb 20 01:52:47 2003 +0000
  1631.     * include/configuration.h: added a new flag to the configuration stucture to
  1632.     indicate wether it is an "advanced" option or not. The goal with this is to
  1633.     hide the user from all the strange options that very seldom needs to be
  1634.     changed. added an extra argument to all the add_* macros to indicate wether
  1635.     the item is advanced or not.
  1636.     * src/libvlc.h: added an "show advanced options" config option default
  1637.     disabled
  1638.     * src/libvlc.c: the advanced options are not listed by vlc --help and
  1639.     friends unless --advanced is used
  1640.     * modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show
  1641.     advanced options unless advanced is set
  1642.     all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by
  1643.     using some common sense. Please check and correct
  1644.     
  1645.     note: All interfaces should still work like they used to, see the change in
  1646.     modules/gtk/preferences.c to find out how to "hide" options.
  1647.     
  1648.     second note: I think I've changed all the modules, but I could not test
  1649.     everyone for compilation, expect some broken modules (the fix is to add ",
  1650.     VLC_TRUE" as last argument to the add_* I forgot)
  1651. commit 2d22750225a2b1df72e2dc57bfd3c611ce6df699
  1652. Author: Gildas Bazin <gbazin@videolan.org>
  1653. Date:   Wed Feb 19 22:08:39 2003 +0000
  1654.     * modules/audio_output/directx.c: forgot to enable channel re-ordering.
  1655.     * modules/audio_output/waveout.c: fixed a crash that happened when probing
  1656.        devices supporting S/PDIF. (Should fix 354)
  1657. commit 242857e243457e6ec26efe6c80074196c07c8240
  1658. Author: Derk-Jan Hartman <hartman@videolan.org>
  1659. Date:   Wed Feb 19 14:49:25 2003 +0000
  1660.     * increased accuracy of positionslider in OSX. although this will not solve
  1661.       all problems this will improve results a bit (by my own experience).
  1662. commit 5154513daea3e6ce6b3f25ae755b168e90a54413
  1663. Author: Gildas Bazin <gbazin@videolan.org>
  1664. Date:   Wed Feb 19 10:02:57 2003 +0000
  1665.     * src/libvlc.c: "stty size" won't work on win32 so make ConsoleWidth()
  1666.        always return 80.
  1667. commit d21cd32a4d64d89352bc50410a39a088a2c4761f
  1668. Author: Gildas Bazin <gbazin@videolan.org>
  1669. Date:   Tue Feb 18 23:34:14 2003 +0000
  1670.     * modules/demux/mp4/*: added FOURCC_dvc (DV - NTSC), FOURCC_dvp (DV - PAL)
  1671.        and FOURCC_twos (PCM audio).
  1672. commit 83ae2635677c21ef68c04ba36c2de6386a00703d
  1673. Author: Olivier Teulière <ipkiss@videolan.org>
  1674. Date:   Tue Feb 18 22:40:39 2003 +0000
  1675.      * src/misc/modules.c: on Windows, we look for the plugins in vlc's root
  1676.        directory when there is no 'plugins' nor 'modules' subdirectory
  1677.        (may close #306)
  1678. commit 80248d6a1c156a266ea5f37667344d5307aae81f
  1679. Author: Gildas Bazin <gbazin@videolan.org>
  1680. Date:   Tue Feb 18 22:33:54 2003 +0000
  1681.     * modules/codec/ffmpeg/video.c: got rid of ffmpeg_ConvertPictureI410toI420()
  1682.        and use img_convert() from ffmpeg instead. Also added support for the
  1683.        PIX_FMT_YUV411P pixel format so we can now decode the DV Quicktime videos
  1684.        from media.xiph.org.
  1685. commit 31f6d63e41661a46326608bcf076eb2ffdba8bf8
  1686. Author: Derk-Jan Hartman <hartman@videolan.org>
  1687. Date:   Tue Feb 18 20:54:02 2003 +0000
  1688.     * Only update the info window if it is visible
  1689. commit fb38d422250fdf7c4888919d63b1db7ab8875ece
  1690. Author: Gildas Bazin <gbazin@videolan.org>
  1691. Date:   Tue Feb 18 19:42:57 2003 +0000
  1692.     * modules/demux/rawdv.c: added support for DV audio now that ffmpeg can
  1693.        decode this.
  1694.     * modules/codec/ffmpeg/ffmpeg.h, modules/codec/ffmpeg/ffmpeg.c: added the
  1695.        necessary fourcc for DV audio.
  1696. commit 9f975d14556293b4eb5c635d0648961a2a95adda
  1697. Author: Laurent Aimar <fenrir@videolan.org>
  1698. Date:   Tue Feb 18 18:49:11 2003 +0000
  1699.      * mpeg_audio.c: removed some fprintf...
  1700. commit cfa53f6914d30f173e30898d4cf952fb8369d708
  1701. Author: Eric Petit <titer@videolan.org>
  1702. Date:   Tue Feb 18 18:33:44 2003 +0000
  1703.      * ipv4.c, libvlc.h: add a --ttl option to set time-to-live when
  1704.                          multicasting with the stream output
  1705.      * modules/control/: missing cvsignore
  1706. commit d5fe6ade47b577f068abf8eb51bfac15a8e980df
  1707. Author: Sam Hocevar <sam@videolan.org>
  1708. Date:   Tue Feb 18 13:13:12 2003 +0000
  1709.       * ./mozilla/*: s/VideoLAN Client/VLC/g.
  1710. commit 463c16f6bba24e16ce85749a31144e3d443c5afe
  1711. Author: Laurent Aimar <fenrir@videolan.org>
  1712. Date:   Tue Feb 18 00:51:40 2003 +0000
  1713.      * raah, corrected mpeg2-layer3 playback (and streaming). (that my last
  1714.     fix had broken :p )
  1715. commit b35bd95c55b8b98234f1fdece9d340e79ea96d37
  1716. Author: Derk-Jan Hartman <hartman@videolan.org>
  1717. Date:   Tue Feb 18 00:20:01 2003 +0000
  1718.     * Changed an Error message. Many people did not understand:
  1719.       no suitable decoder module for fourcc `IV31'
  1720.       I have appended:
  1721.       VLC probably does not support this sound or video format.
  1722. commit 7bd1f54f1f533a4dbda9f3a6a5af0da9755e0ce6
  1723. Author: Christophe Massiot <massiot@videolan.org>
  1724. Date:   Tue Feb 18 00:17:06 2003 +0000
  1725.     * Fixed a segfault in the Japanese preferences panel.
  1726. commit 1c68fade06d11a9b95af9961d74d3a6486676b71
  1727. Author: Derk-Jan Hartman <hartman@videolan.org>
  1728. Date:   Mon Feb 17 23:47:29 2003 +0000
  1729.     * Fixed the localization issue on MacOSX.
  1730. commit 320fadd79da2d59fa5ab7fdb1ccf2a310243535a
  1731. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1732. Date:   Mon Feb 17 23:10:46 2003 +0000
  1733.     Juglin with dependencies.
  1734. commit 9999718fe51c374a1acd766b92136b9a11793db2
  1735. Author: Gildas Bazin <gbazin@videolan.org>
  1736. Date:   Mon Feb 17 22:19:24 2003 +0000
  1737.     * modules/audio_output/directx.c: added multichannel support to the
  1738.        directx plugin.
  1739.     * modules/audio_output/waveout.c: fixed quad audio channels detection and
  1740.        a few misplaced debug messages.
  1741.     * configure.ac.in: don't link anymore the rc plugin with the winsock lib.
  1742. commit 00568c5d9151e54de576e1a1be22daa36d12472e
  1743. Author: Cyril Deguet <asmax@videolan.org>
  1744. Date:   Mon Feb 17 22:03:42 2003 +0000
  1745.     * added a SAP server, with some kludges because the SAP client in vlc
  1746.       is not RFC-compliant...
  1747. commit e95c82a62a86f96d4b8eaf2156944f134374275e
  1748. Author: Derk-Jan Hartman <hartman@videolan.org>
  1749. Date:   Mon Feb 17 18:58:46 2003 +0000
  1750.     * NEWS: added info about the new 0.5.1a release for OSX.
  1751.     * extras/MacOSX/vlc.pbproj/project.pbxproj: bumped revision #
  1752. commit 63c290b483327e7ebb9f6b424e09a9becb9b0991
  1753. Author: Christophe Massiot <massiot@videolan.org>
  1754. Date:   Mon Feb 17 17:06:19 2003 +0000
  1755.     Fixed the "everything is in Japanese" bug. :p
  1756. commit fccc30cae445a1ef42bb0f04357b36714ddb0c3f
  1757. Author: Gildas Bazin <gbazin@videolan.org>
  1758. Date:   Mon Feb 17 16:56:02 2003 +0000
  1759.     * modules/control/rc/rc.c: finally fixed the rc interface under win32 by
  1760.        using WaitForSingleObject() on the console handle and ReadConsoleInput().
  1761.        (Closes #59)
  1762. commit 47054eed04f942848b838cbe7590101bedb1b775
  1763. Author: Christophe Massiot <massiot@videolan.org>
  1764. Date:   Mon Feb 17 14:43:37 2003 +0000
  1765.     Now 0.5.2-cvs (estimated release date in two weeks from now).
  1766. commit a9899491dc1ff2cfc3ae3808b8d702d94694e810
  1767. Author: Derk-Jan Hartman <hartman@videolan.org>
  1768. Date:   Mon Feb 17 10:52:07 2003 +0000
  1769.     * Whoops. i forgot to add these files. sorry everyone.
  1770. commit f0997cb2db813344e87781144db7eaf11df9ebc5
  1771. Author: Gildas Bazin <gbazin@videolan.org>
  1772. Date:   Mon Feb 17 09:47:16 2003 +0000
  1773.     * modules/audio_filter/resampler/linear.c: lowered the priority of the linear
  1774.        resampler so the ugly resampler is once again the default. The quality of
  1775.        the ugly resampler is currently better than the linear one because of a
  1776.        design defect.
  1777. commit c4453425d24a15bf42e51ea0c9ebcf2423708622
  1778. Author: Sam Hocevar <sam@videolan.org>
  1779. Date:   Mon Feb 17 07:22:05 2003 +0000
  1780.       * ./debian/woody-buildpackage: Debian package creation fixes.
  1781. commit 21bcb9ee27abe2571f0e84134b4e0d7a3b587141
  1782. Author: Sam Hocevar <sam@videolan.org>
  1783. Date:   Mon Feb 17 06:31:50 2003 +0000
  1784.       * ./modules/gui/macosx/Modules.am: removed %#$@#!#@ non-existent file!
  1785. commit 9da450db4287f8b03f7deb6fcb5fc12eba4cee7e
  1786. Author: Sam Hocevar <sam@videolan.org>
  1787. Date:   Mon Feb 17 06:15:21 2003 +0000
  1788.       * Updated NEWS and ChangeLog.
  1789. commit 1950e19e2d431d2f17aed6592eec6a76bfe1ada7
  1790. Author: Sam Hocevar <sam@videolan.org>
  1791. Date:   Mon Feb 17 06:00:24 2003 +0000
  1792.       * ./src/misc/modules.c: hmpf, Wine does not complain about "/"s in paths,
  1793.         but Windoze will certainly do.
  1794. commit 2fe5a2c748b2c568ac4977bc1a73309fedc68266
  1795. Author: Sam Hocevar <sam@videolan.org>
  1796. Date:   Mon Feb 17 05:50:31 2003 +0000
  1797.       * ./src/misc/win32_specific.c: under Win32 we retrieve the executable's
  1798.         directory whenever possible, to use it for the spudec font or to load
  1799.         plugins.
  1800. commit b42e431cad7b298e96c9ed4d6e1338fc89297a84
  1801. Author: Sam Hocevar <sam@videolan.org>
  1802. Date:   Mon Feb 17 04:21:42 2003 +0000
  1803.       * ./configure.ac.in: fixed PLUGIN_PATH and DATA_PATH settings.
  1804. commit de962e964edb485a20c53da8a37cda09a4c4f590
  1805. Author: Cyril Deguet <asmax@videolan.org>
  1806. Date:   Mon Feb 17 00:04:34 2003 +0000
  1807.     * added a sample playlist. All fields must be separated with TABs
  1808. commit 10004907eca28493fc60ffa0ddab53544f0a3d5c
  1809. Author: Cyril Deguet <asmax@videolan.org>
  1810. Date:   Sun Feb 16 23:57:48 2003 +0000
  1811.     * libvlc binding for python
  1812.     * new VideoLAN RTSP Server, using libvlc.
  1813.       Not yet fully rfc2326-compliant, but it works ;)
  1814. commit e1522ec48c51b8f9849c78f6b655fcc659fca3fa
  1815. Author: Derk-Jan Hartman <hartman@videolan.org>
  1816. Date:   Sun Feb 16 23:32:06 2003 +0000
  1817.     * Added an info panel to show movie info, etc.
  1818. commit 89c55386eca30fb0b653e0410fc0ecee80c62e02
  1819. Author: Sam Hocevar <sam@videolan.org>
  1820. Date:   Sun Feb 16 17:35:31 2003 +0000
  1821.       * ./debian/changelog: updated for 0.5.1.
  1822.       * ./debian/control: vlc-glide is now Architecture: i386 only.
  1823.       * ./debian/control: vlc-plugin-mad Provides: mp3-decoder.
  1824.       * ./debian/rules: the deprecated vlc-* packages have a proper link to
  1825.         /usr/share/doc/vlc/.
  1826. commit d62c3bc3613383f570797854542e9aa3e67e08b7
  1827. Author: Olivier Teulière <ipkiss@videolan.org>
  1828. Date:   Sun Feb 16 16:58:21 2003 +0000
  1829.      * added an entry for the "subtitles don"t work on windows" problem
  1830. commit 38c95e1688a1dbb3bb42448ab41eecba93d1ea6b
  1831. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1832. Date:   Sun Feb 16 16:22:13 2003 +0000
  1833.     Updated release numbering for all ipk's
  1834. commit 598868fe4e513da6c8deb4b759344f701a3db178
  1835. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1836. Date:   Sun Feb 16 16:21:37 2003 +0000
  1837.     Qte video output get is screen size from the QT Embedded environment now. This should produce fullscreen video on other QT Embedded configurations with other screen sizes (greater then 240x320).
  1838. commit 3a1061baffe77b3300e5edbfb8f3936738cb1fad
  1839. Author: Laurent Aimar <fenrir@videolan.org>
  1840. Date:   Sun Feb 16 14:51:23 2003 +0000
  1841.      * udp: forgot this file...
  1842. commit 31fa9d1e9aaba41c1ba11023ed0bfb780584f273
  1843. Author: Laurent Aimar <fenrir@videolan.org>
  1844. Date:   Sun Feb 16 14:10:44 2003 +0000
  1845.      * all: split muxer and access into independant part.
  1846. commit 8da3bb94ed8ed5bd4428367eac52557f1a5096d3
  1847. Author: Laurent Aimar <fenrir@videolan.org>
  1848. Date:   Sun Feb 16 14:03:56 2003 +0000
  1849.      * Less checks on muxer type.
  1850. commit c730890f9a0dd9e8c9a31b58b0f7fde350528e9c
  1851. Author: Laurent Aimar <fenrir@videolan.org>
  1852. Date:   Sun Feb 16 11:18:11 2003 +0000
  1853.      * adpcm: added dk3 too.
  1854. commit b5133d4d75247d50dec4984f2dcd26dbf2a2e18b
  1855. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  1856. Date:   Sun Feb 16 10:25:57 2003 +0000
  1857.     Added support for volume up/down buttons.
  1858. commit e2dedee8cc0901fc9c5ca8dfd1513ee75eb09379
  1859. Author: Laurent Aimar <fenrir@videolan.org>
  1860. Date:   Sun Feb 16 09:50:22 2003 +0000
  1861.      * adpcm: added DUCK 4 variant support. (thx M. Melanson who provided me
  1862.     somes samples.)
  1863. commit 25c8c4c9a9aca2b7ed3136fe3e0f3d2efab175c3
  1864. Author: Laurent Aimar <fenrir@videolan.org>
  1865. Date:   Sun Feb 16 08:56:24 2003 +0000
  1866.      * all: fix mpeg2 handling.
  1867. commit c4f86070c2536b17a3a55e4479b8732c67b82816
  1868. Author: Eric Petit <titer@videolan.org>
  1869. Date:   Sun Feb 16 01:38:36 2003 +0000
  1870.      NEWS: updated BeOS info for 0.5.1
  1871. commit d0588ae7fee2585f8ac0c08eaf2e6dcdf05939df
  1872. Author: Christophe Massiot <massiot@videolan.org>
  1873. Date:   Sun Feb 16 01:29:40 2003 +0000
  1874.     * modules/gui/macosx/open.m: Removed channel server support
  1875.     * po/*: Updated po files just before the 0.5.1 release
  1876.     * modules/audio_filter/resampler/linear.c: fixed an initialization bug
  1877. commit 89c82172f0532bd93a7f0b8d9dd219505001b5ed
  1878. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1879. Date:   Sat Feb 15 20:02:16 2003 +0000
  1880.     Update iPaq packaging description files for:
  1881.     - GPE port
  1882.     - Opie port
  1883.     - Zaurus
  1884.     Updated NEWS file with OPIE port.
  1885. commit da65f9d75416579558edaaf60d588a2878619e57
  1886. Author: Christophe Massiot <massiot@videolan.org>
  1887. Date:   Sat Feb 15 13:50:27 2003 +0000
  1888.     * Bumped up revision number to 0.5.1
  1889.     * Updated French translation
  1890. commit 50c0fe9a7e9bb78d715a39f352d67e06097c86a5
  1891. Author: Derk-Jan Hartman <hartman@videolan.org>
  1892. Date:   Sat Feb 15 12:57:51 2003 +0000
  1893.     * if we are paused in fullscreen, show cursor.
  1894. commit f1a078a235790a6859d2ea09848d696b42b63376
  1895. Author: Olivier Teulière <ipkiss@videolan.org>
  1896. Date:   Sat Feb 15 04:43:19 2003 +0000
  1897.      - fixed a vicious bug
  1898. commit fffe5e1c5b90343e746bea65ec59c2cac6ee6849
  1899. Author: Derk-Jan Hartman <hartman@videolan.org>
  1900. Date:   Fri Feb 14 23:07:41 2003 +0000
  1901.     * Should fix an issue with multiple monitors and the hiding of the mousecursor
  1902. commit c019812e16c94f47543c74e25b789c6c9edd8911
  1903. Author: Sam Hocevar <sam@videolan.org>
  1904. Date:   Fri Feb 14 18:22:23 2003 +0000
  1905.       * ./src/libvlc.c: the --help output is now word-wrapped (Closes: #142).
  1906.       * ./src/libvlc.c: removed unnecessary malloc() calls.
  1907.       * ./src/libvlc.c: used {a,b,c} for lists; [a|b|c] is for optional args.
  1908. commit 44f34d7d1cb7639ddf33bb54a3afb2a1238c5215
  1909. Author: Olivier Teulière <ipkiss@videolan.org>
  1910. Date:   Fri Feb 14 17:00:02 2003 +0000
  1911.      * exchanged directx' and waveout's capabilities because the latter
  1912.        seems to be more reliable
  1913. commit bfd2bceea04069e644425794e945e6e2da323db6
  1914. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1915. Date:   Fri Feb 14 13:48:41 2003 +0000
  1916.     Fixed deadlock upon unloading qte_main plugin.
  1917.     Cleanup of debug messages.
  1918. commit f116143c6949ab059a87a91d82a21ad011d1a14a
  1919. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1920. Date:   Fri Feb 14 13:44:42 2003 +0000
  1921.     Tuning package dependencies.
  1922. commit b2c74e994e254aebecd111ec3fc08c2eda050bad
  1923. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1924. Date:   Fri Feb 14 13:19:50 2003 +0000
  1925.     Updated opie control file for packaging.
  1926. commit 35b5b55417c351f2ecb438349aa485c773ffcfe7
  1927. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1928. Date:   Fri Feb 14 13:01:02 2003 +0000
  1929.     Small improvement.
  1930. commit ce3ea763c34c55fb84676ebeb03cc1d5ff668ded
  1931. Author: Gildas Bazin <gbazin@videolan.org>
  1932. Date:   Fri Feb 14 09:50:12 2003 +0000
  1933.     * modules/audio_output/waveout.c: better buffer management and hopefully
  1934.        fixed the S/PDIF output (Still untested though. Anybody here could test
  1935.        this? ).
  1936. commit 10a93471898fd5e9d40769852998342348488775
  1937. Author: Christophe Massiot <massiot@videolan.org>
  1938. Date:   Thu Feb 13 21:53:25 2003 +0000
  1939.     Updated NEWS file for 0.5.1. PLEASE do your share and add what you think is
  1940.     meaningful.
  1941. commit b33829d8eb20c4de70729ec9a36970829cb8d900
  1942. Author: Sam Hocevar <sam@videolan.org>
  1943. Date:   Thu Feb 13 17:31:11 2003 +0000
  1944.       * ./configure.ac.in: we should look for -lxvidcore, not -lxvid.
  1945. commit 4b46a114feec5618ff321fd0f45deac0861fb6a8
  1946. Author: Derk-Jan Hartman <hartman@videolan.org>
  1947. Date:   Thu Feb 13 14:16:41 2003 +0000
  1948.     ALL:
  1949.      - when a new stream is being loaded we select the current title in the
  1950.        playlist.
  1951.      - Cleaned up some of my previous commited code dealing with updating
  1952.        the window title.
  1953. commit 17e02520bbc96f7f0c27f0768d57b9e664220a74
  1954. Author: Derk-Jan Hartman <hartman@videolan.org>
  1955. Date:   Thu Feb 13 02:00:56 2003 +0000
  1956.     *ALL: update the title of the window everytime the stream changes.
  1957. commit d75f0d6f0f4fa0e6072cca2365d27e971171ff87
  1958. Author: Derk-Jan Hartman <hartman@videolan.org>
  1959. Date:   Thu Feb 13 01:14:55 2003 +0000
  1960.     * fixed a small bug
  1961. commit 626c340b8a5bd9fa540167506af03975d4028b4b
  1962. Author: Derk-Jan Hartman <hartman@videolan.org>
  1963. Date:   Thu Feb 13 00:09:51 2003 +0000
  1964.     * src/playlist/playlist.c:
  1965.       - added an intf-change variable. This is set whenever you add or delete
  1966.         an item in the playlist. You need to unset it yourself.
  1967.     * modules/gui/macosx/intf.?:
  1968.       - listen for external playlist changes. update view when playlist changes.
  1969.       - activate/deactivate previous and next buttons and menuitems,
  1970.         whenever the playlist gets changed.
  1971. commit 173afde4c49eed1f54d089165dce72109983f551
  1972. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1973. Date:   Wed Feb 12 23:26:54 2003 +0000
  1974.     Scripts for building and packaging vlc on Zaurus PDA.
  1975. commit 72d4082dcc97e5083beb7edc749c937dbba5aded
  1976. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1977. Date:   Wed Feb 12 23:26:05 2003 +0000
  1978.     Updated control files and buildscript for v0.5.1
  1979. commit 9a29eb5f031d957903f0888d5a65df055d8bce59
  1980. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1981. Date:   Wed Feb 12 23:13:51 2003 +0000
  1982.     The Qt Embedded video output plugin is now the preferred plugin when build for Opie or Qte environments.
  1983. commit 1aae00d4477a3fa29c48a1b942195812f3ed95d0
  1984. Author: Christophe Massiot <massiot@videolan.org>
  1985. Date:   Wed Feb 12 23:08:52 2003 +0000
  1986.     * Italien translation, courtesy of Bruno <allevb@tin.it>.
  1987. commit 3d72a0550aaf25aac622e629f881a31d53a2e419
  1988. Author: Jean-Paul Saman <jpsaman@videolan.org>
  1989. Date:   Wed Feb 12 23:09:23 2003 +0000
  1990.     Fixed Qt Embedded video output placing of video stream in window. Also fixed additional spacing between video lines.
  1991. commit 56b7cbf190cb3af29c8c4f44684065c3b60bc8d6
  1992. Author: Johan Bilien <jobi@videolan.org>
  1993. Date:   Wed Feb 12 17:13:33 2003 +0000
  1994.         * modules/access/vcd/vcd.*: fixed a warning
  1995. commit 6f2075625a179e89493a24e7c6c7bde099f67925
  1996. Author: Johan Bilien <jobi@videolan.org>
  1997. Date:   Wed Feb 12 16:58:11 2003 +0000
  1998.         * modules/access/vcd/vcd.c: in entry points, track number should be read
  1999.           as BCD (it should fix #244). Also fixed chapter indexing, so that it
  2000.           correspond to the dvd one.
  2001. commit e27abe75a1d2017799af345709d0db0bcb172a36
  2002. Author: Derk-Jan Hartman <hartman@videolan.org>
  2003. Date:   Wed Feb 12 14:22:23 2003 +0000
  2004.     * modules/gui/macosx/controls.m:
  2005.       - fixed the mute and volumeup volumedown when you use them mixed.
  2006.     * src/audio_output/intf.c:
  2007.       - set "saved-volume" on volume up, volume down.
  2008. commit 9246efce16bd340d02471e3508dca6806ee10bdd
  2009. Author: Christophe Massiot <massiot@videolan.org>
  2010. Date:   Wed Feb 12 13:42:43 2003 +0000
  2011.     Patch courtesy of gibalou :
  2012.     * demux/mpeg/ts.c, demux/mpeg/system.c: Proper initialization of
  2013.     i_continuity_counter,
  2014.     * access/udp.c: Fixed win32 behavior when --mtu is set to a too small value,
  2015.     * demux/mpeg/ts.c: Fixed detection of PAT/PMT change.
  2016. commit 0562366c67d03fc8fb9cb2f0866c79513a4e6aa9
  2017. Author: Olivier Teulière <ipkiss@videolan.org>
  2018. Date:   Wed Feb 12 02:11:58 2003 +0000
  2019.      * compilation fix
  2020.      * all files are stored in dos mode, or Borland won't compile some of
  2021.        them...
  2022. commit 3fedb96988fc4a9afdfb430c43c84bf63e09614a
  2023. Author: Christophe Massiot <massiot@videolan.org>
  2024. Date:   Tue Feb 11 18:05:43 2003 +0000
  2025.     * 0.5.1 German translation, courtesy of Felix K�hne <FK@aenneburghardt.de>.
  2026. commit fca7d03f98caf60876cd3f344e5d3b1a1e711253
  2027. Author: Boris Dorès <babal@videolan.org>
  2028. Date:   Tue Feb 11 17:20:44 2003 +0000
  2029.     - Dolby Surround fix
  2030.     - support for 6.1, 7.1, and possibly even 8.1 ! Not so sure though about
  2031.       6.1 since there is a doubt about where should be the Rear Center
  2032.       coefficient in a decoded sample.
  2033.       -> if anybody has an idea or even better a test stream...
  2034. commit 808e07e33570eb607e8c972eabbb8a8f607ef3e0
  2035. Author: Derk-Jan Hartman <hartman@videolan.org>
  2036. Date:   Tue Feb 11 16:19:59 2003 +0000
  2037.     * updated dutch strings
  2038. commit 7f880fa312e9031b9c1635d8f661e38ea038ac28
  2039. Author: Derk-Jan Hartman <hartman@videolan.org>
  2040. Date:   Tue Feb 11 15:35:29 2003 +0000
  2041.     ALL: - changed vlc.app into VLC.app
  2042.     modules/gui/macosx/vout.m: fixed a potential issue with the hiding of the
  2043.          mousecursor.
  2044. commit 844c81fd2c33641d69e81111ffa92c3dbe661a8c
  2045. Author: Derk-Jan Hartman <hartman@videolan.org>
  2046. Date:   Tue Feb 11 15:24:58 2003 +0000
  2047.     * Updated ReadMe file
  2048.       - some spelling issues
  2049.       - remark about the current troubles with sound
  2050.       - readded deinterlace remark
  2051.       - Added info on multiple screens and sound devices
  2052.       - updated the bugreporting URL
  2053.       - Changed all occurences of vlc into VLC where appropriate
  2054. commit 519b0809dfc89f635398eff5c0d064816d9b5d8a
  2055. Author: Christophe Massiot <massiot@videolan.org>
  2056. Date:   Tue Feb 11 11:16:04 2003 +0000
  2057.     * modules/codec/lpcm.c: Attempt at supporting all channel configurations,
  2058.     * Support for 7 and 7.1 channel configurations.
  2059. commit a0794f24c4c9c0eb671f1d03def1e6f5eaef9033
  2060. Author: Christophe Massiot <massiot@videolan.org>
  2061. Date:   Mon Feb 10 23:50:08 2003 +0000
  2062.     * modules/video_output/sdl.c: Real fix for the aout_Volume* problem.
  2063. commit 0f35c7c89c7f4e2adc30c2ffaeb71f6ff07f88c9
  2064. Author: Marc Ariberti <marcari@videolan.org>
  2065. Date:   Mon Feb 10 23:16:37 2003 +0000
  2066.      * sdl.c : added includes (vlc/aout.h & aout_internal.h)
  2067.         => to make volumeup/down compile
  2068. commit ef190780d1349f753a3a5ce883f11b093e2ca46a
  2069. Author: Derk-Jan Hartman <hartman@videolan.org>
  2070. Date:   Mon Feb 10 23:04:40 2003 +0000
  2071.     * the window of the video shows the official document icon, filename and
  2072.       when command-clicked the path if the stream is a local file.
  2073.       this is the expected window behaviour in osx.
  2074. commit c3d6e18dec09df4f4e006b7c3a0c268c65ac27d1
  2075. Author: Christophe Massiot <massiot@videolan.org>
  2076. Date:   Mon Feb 10 22:22:06 2003 +0000
  2077.     * I ran --update-po for the last time before the 0.5.1 release (and I
  2078.     mean it !)
  2079. commit 243abb5460978d652a7339dcab07d95f916a34c4
  2080. Author: Derk-Jan Hartman <hartman@videolan.org>
  2081. Date:   Mon Feb 10 22:18:41 2003 +0000
  2082.     * The dock should no longer be visible in fullscreen mode.
  2083. commit 0dfd54207500d1f4a61eea8db87b09d6fb678638
  2084. Author: Sam Hocevar <sam@videolan.org>
  2085. Date:   Mon Feb 10 21:56:25 2003 +0000
  2086.       * ./debian/rules: added code to avoid timestamp skews in the faad tree.
  2087. commit e1648eebb69480355e1d9eca0704978868af5423
  2088. Author: Derk-Jan Hartman <hartman@videolan.org>
  2089. Date:   Mon Feb 10 21:54:03 2003 +0000
  2090.     * only show last part of of file/url name in the playlist.
  2091. commit b9acf7fa3124252fe381102259ff6962b3b65015
  2092. Author: Sam Hocevar <sam@videolan.org>
  2093. Date:   Mon Feb 10 21:46:45 2003 +0000
  2094.       * ./debian/rules: added missing icon in the vlc and wxvlc packages.
  2095. commit adc787f4b23fdd6a255c9488959d7857430d3261
  2096. Author: Derk-Jan Hartman <hartman@videolan.org>
  2097. Date:   Mon Feb 10 21:28:16 2003 +0000
  2098.     * fixed the black bar issue with window half/normal/double window sizes in
  2099.       OSX. i had forgotten the aspectratio.
  2100. commit 63464c45dd3b3ce86188ba593dd2353f87952798
  2101. Author: Sam Hocevar <sam@videolan.org>
  2102. Date:   Mon Feb 10 21:11:17 2003 +0000
  2103.       * ./debian/rules: removed Debian kludges that do not really belong to the
  2104.         official VLC tree.
  2105. commit 76bff24d4295a20944bc56940e5498b2bea43669
  2106. Author: Sam Hocevar <sam@videolan.org>
  2107. Date:   Mon Feb 10 20:57:58 2003 +0000
  2108.       * ./debian/control: added the "VideoLAN" word in the long description so
  2109.         that "apt-cache search videolan" returns vlc.
  2110. commit 360d2a9bf32687f768d79e7dcea0761b255da5a7
  2111. Author: Sam Hocevar <sam@videolan.org>
  2112. Date:   Mon Feb 10 20:11:14 2003 +0000
  2113.       * ./src/misc/modules_plugin.h.in: when opening the KDE plugin, we first
  2114.         dlopen(libstdc++) to avoid dlopen(kde_plugin) from crashing. Call me evil.
  2115. commit ec473b5090967b541c2ca1bd604f987379a457e1
  2116. Author: Sam Hocevar <sam@videolan.org>
  2117. Date:   Mon Feb 10 18:12:30 2003 +0000
  2118.       * ./configure.ac.in: disabled the i420_yuy2_mmx plugin when profiling with
  2119.         gprof, because gcc is unable to build it without -fomit-frame-pointer
  2120.         (Closes: #260).
  2121. commit 359975f5aeaf650474e422fa044dfeb986870acd
  2122. Author: Christophe Massiot <massiot@videolan.org>
  2123. Date:   Mon Feb 10 17:43:21 2003 +0000
  2124.     * modules/audio_output/alsa.c: Fixed mono files output (thanks bozo !),
  2125.     * Minor fixes.
  2126. commit f6aa39f202e16ce2427e9bde5e7812ed14e7b272
  2127. Author: Sam Hocevar <sam@videolan.org>
  2128. Date:   Mon Feb 10 16:53:34 2003 +0000
  2129.       * ./src/misc/threads.c: fixed compilation of the gprof wrapper trick.
  2130.         (partially fixes #260)
  2131. commit 71ea4eb9c5bfaa00b2192152f842e506482a10c1
  2132. Author: Eric Petit <titer@videolan.org>
  2133. Date:   Mon Feb 10 15:23:46 2003 +0000
  2134.       Move the messages update function to another thread. It prevents it from
  2135.      freezing the main window (cannot seek anymore, etc).
  2136. commit 2d68f9c1bee6bb28a78a665ea5fdd706cedfe86f
  2137. Author: Derk-Jan Hartman <hartman@videolan.org>
  2138. Date:   Mon Feb 10 00:41:45 2003 +0000
  2139.     * another proof that the copy command in IE for Mac sucks. stupid stray chars.
  2140. commit dc35ed341d8a2d2c8ce750034ed4ae6cc774b98c
  2141. Author: Christophe Massiot <massiot@videolan.org>
  2142. Date:   Mon Feb 10 00:16:53 2003 +0000
  2143.     * Enabled the gestures module by default,
  2144.     * Run --update-po.
  2145. commit 83eee353a88c70478980626b3cfcfdcfd204d743
  2146. Author: Derk-Jan Hartman <hartman@videolan.org>
  2147. Date:   Mon Feb 10 00:16:51 2003 +0000
  2148.     * restored old deinterlace menu. The on the fly code does not work as long
  2149.       as the vout.m issue exists. but this is better then the current 'dummy'
  2150.       code we have.
  2151. commit 3dcb1349a93e8dc6f62d59ba457161483e955c7e
  2152. Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
  2153. Date:   Sun Feb 9 23:42:06 2003 +0000
  2154.      *: a new mouse gestures interface, currently supporting back, forward, quit
  2155.     fullscreen and a nice debug message when you draw a clockwise square. Video
  2156.     output modules needs to be modified for this to work, but it should be minor
  2157.     in modules supporting dvd navigation.
  2158.     
  2159.     btw: it should be easy to add new gestures, ideas appreciated
  2160. commit 6a741bd30475513f2b783130077c32837ca56a12
  2161. Author: Christophe Massiot <massiot@videolan.org>
  2162. Date:   Sun Feb 9 19:28:43 2003 +0000
  2163.     * Minor typographic corrections,
  2164.     * Fixed a segfault in the Preferences window.
  2165. commit ea3e2be62aa6b17f63cf27091c3207eb91274246
  2166. Author: Stephan Assmus <stippi@videolan.org>
  2167. Date:   Sun Feb 9 17:10:52 2003 +0000
  2168.     modules/gui/beos/PreferenceWindow.h/.cpp
  2169.     
  2170.      - added settings for screenshot path and image format
  2171.     
  2172.      - removed "Save" button, added "Cancel" and "Revert" buttons
  2173.     
  2174.      - added revert functionality
  2175.     
  2176.      - changed class design for cleaner functionality,
  2177.      separated ApplyChanges() into more functions
  2178.      to have finer control
  2179.     
  2180.      - added more error checking and fixed memory leaks
  2181.      (config_GetPsz() returns char*, not const char*!)
  2182.     
  2183.      - all settings are now correctly saved and restored
  2184.     
  2185.      - some more cosmetic changes
  2186.     
  2187.     
  2188.     modules/gui/beos/InterfaceWindow.h/.cpp
  2189.     
  2190.      - updated vlc way of saving settings to be on par with BeOS way
  2191.      and made it selectable in the code which way is used.
  2192.      However, the VideoSettings are still only savable in
  2193.      the BeOS way.
  2194.     
  2195.      - if dvd menus are used, the navigation menu enables a
  2196.      "Goto Menu" item. Unfortunately, I don't see a clean
  2197.      way to really detect the usage of dvd/dvdold in the
  2198.      currently playing stream. I wouldn't want to see
  2199.      if a playlist item has "dvd:" or "dvdold:" prepended
  2200.      at each interface update.
  2201. commit 0d558bdfcebf6f8172c1e2ed88c10655384657ab
  2202. Author: Laurent Aimar <fenrir@videolan.org>
  2203. Date:   Sun Feb 9 13:25:42 2003 +0000
  2204.      * sub.c : begun clean up
  2205. commit 211ab3eff966ac69114e1e249bbd7738994ba2c8
  2206. Author: Sam Hocevar <sam@videolan.org>
  2207. Date:   Sun Feb 9 12:23:28 2003 +0000
  2208.       * ./configure.ac.in: fiddled with linking flags for the KDE plugin.
  2209. commit 0ea89b2353be5fdb1d3b54fcb8c925e4ec9fe72a
  2210. Author: Sam Hocevar <sam@videolan.org>
  2211. Date:   Sun Feb 9 12:21:05 2003 +0000
  2212.       * ./debian/control: made lintian happier with package descriptions.
  2213.       * ./debian/rules: added extra touch calls to prevent autobuilders from
  2214.         launching autoconf/automake.
  2215. commit 53d801082624529e1f4b0d79985f3fb6ed154898
  2216. Author: Sam Hocevar <sam@videolan.org>
  2217. Date:   Sun Feb 9 12:19:09 2003 +0000
  2218.       * ./modules/video_filter/transform.c: fixed a stupid typo preventing
  2219.         initialization of the plugin.
  2220. commit 46db017d59704b5f8b2b27e2fbdea996ad75acf6
  2221. Author: Sam Hocevar <sam@videolan.org>
  2222. Date:   Sun Feb 9 12:18:40 2003 +0000
  2223.       * ./modules/gui/kde/preferences.cpp: fixed KDE 3.1 compilation.
  2224. commit 59e3f0e2f037ddd4498effe8b037bd81ba778bd5
  2225. Author: Eric Petit <titer@videolan.org>
  2226. Date:   Sun Feb 9 11:51:36 2003 +0000
  2227.      Simplified volume functions
  2228. commit 7d3c9e875bb2df1a4fd622be4c9c921288e0a200
  2229. Author: Olivier Teulière <ipkiss@videolan.org>
  2230. Date:   Sun Feb 9 02:01:21 2003 +0000
  2231.      * modules/gui/win32/mainframe.cpp: simplifications using the new
  2232.        aout_Volume* API
  2233. commit df8f67476b1f4b84c8b6b4614f8b2c5b1128ef99
  2234. Author: Christophe Massiot <massiot@videolan.org>
  2235. Date:   Sun Feb 9 01:56:21 2003 +0000
  2236.     Fixed GTK compilation.
  2237. commit cdb11969bf1ae46d0c25f9d104ee27ac835fd287
  2238. Author: Christophe Massiot <massiot@videolan.org>
  2239. Date:   Sun Feb 9 01:50:35 2003 +0000
  2240.     * Added Step forward/Step backward feature.
  2241. commit f055f01f00d6a5744e67fc6b240f1641779033c0
  2242. Author: Christophe Massiot <massiot@videolan.org>
  2243. Date:   Sun Feb 9 01:13:43 2003 +0000
  2244.     * aout_Volume* functions now do their own vlc_object_find() on the
  2245.       audio output. Consequently, the first argument can be any vlc_object_t.
  2246.     * modules/gui/macosx/*: greatly simplified volume functions ; you can now
  2247.       call aout_Volume* even when there is no audio output, and the volume
  2248.       will be saved for later use.
  2249. commit 65a1532391ef12f93fc118fdbe135efc02cf723b
  2250. Author: Christophe Massiot <massiot@videolan.org>
  2251. Date:   Sat Feb 8 22:43:02 2003 +0000
  2252.     Fixed previous commit.
  2253. commit 461358ec4a035ab2e7cb7fb9fcd986ff0ab25944
  2254. Author: Christophe Massiot <massiot@videolan.org>
  2255. Date:   Sat Feb 8 22:20:28 2003 +0000
  2256.     * src/extras/libc.c: New vlc_wraptext function,
  2257.     * modules/gui/macosx/prefs.m: Wrap tool tips to 60 characters,
  2258.     * src/input/input.c: Correctly parse MRL of the type
  2259.       /Volumes/toto:titi/coincoin.mpg (closes #238 & #186)
  2260.     * modules/access/*: Changed some msg_Warn into msg_Err
  2261.     * po/fr.po: Updated French translation,
  2262.     * configure.ac.in: Re-enabled Swedish translation,
  2263.     * Makefile.am: Do not recompile everything everytime someone changes a .h
  2264. commit 3d9124d0b6d4fc634dac8b0dc00e1bdbb8d92ec7
  2265. Author: Derk-Jan Hartman <hartman@videolan.org>
  2266. Date:   Sat Feb 8 21:43:26 2003 +0000
  2267.     * window half/normal/double Size commands
  2268.       - black bar issue is not fixed. i removed 'myfix'
  2269. commit a8d49253342ce5477ecc11575c248ed78f312ce6
  2270. Author: Christophe Massiot <massiot@videolan.org>
  2271. Date:   Sat Feb 8 20:32:44 2003 +0000
  2272.     * modules/codec/mpeg_video/parser.c: Do not stop decoding on SEQUENCE_END_CODE
  2273.     * modules/gui/macosx/intf.m: VLC _m_edia _p_layer.
  2274. commit b01c9f78a4772155ec7738d359af994e3146866b
  2275. Author: Cyril Deguet <asmax@videolan.org>
  2276. Date:   Sat Feb 8 19:14:36 2003 +0000
  2277.     * fixed the encoding
  2278.       (Meuuh you can re-enable swedish ;)
  2279. commit 35a0bc34c5024d35ba56b52fd2fb17501e922840
  2280. Author: Christophe Massiot <massiot@videolan.org>
  2281. Date:   Sat Feb 8 19:10:22 2003 +0000
  2282.     * Fixed misc typos in strings,
  2283.     * Updated po files,
  2284.     * New --buggy-psi options, to supports streams which don't update the
  2285.     continuity counter in their PSI packets (walkenizes #sam).
  2286. commit 64b58623ec82b27584c02258ccb4be45f875b162
  2287. Author: Christophe Massiot <massiot@videolan.org>
  2288. Date:   Sat Feb 8 17:26:00 2003 +0000
  2289.     * configure.ac.in: Disabled Swedish translation since it doesn't use the
  2290.       right charset,
  2291.     * Implemented localization for audio-channels and video-device variables.
  2292. commit 4b664e9ca09f63ee33bc297b2f22422bb74f03af
  2293. Author: Marc Ariberti <marcari@videolan.org>
  2294. Date:   Fri Feb 7 23:36:55 2003 +0000
  2295.     glibc 2.1 port for linupy (linux on a yopy pda)
  2296.     
  2297.     * modules/access/*.c : added include <sys/time.h> for struct timeval
  2298.     * ipv6.c : ipv6 is not fully supported under glibc2.1 (especially multicast)
  2299.     
  2300.     VLC rulz on Yopy !
  2301. commit 84bfb7f243c2d6fd4b63c326d7fac7019c1ff23e
  2302. Author: Derk-Jan Hartman <hartman@videolan.org>
  2303. Date:   Fri Feb 7 21:30:25 2003 +0000
  2304.     * Resize window fixes
  2305.       - we should not resize the window in fullscreen
  2306.       - fixed the black bars bug in half and double size
  2307.       - position of top left corner should not change
  2308.       - more efficient code
  2309. commit c25947e7986bf1b5c6a77e8d03423a06e497d1a2
  2310. Author: Alexis de Lattre <alexis@videolan.org>
  2311. Date:   Fri Feb 7 20:49:10 2003 +0000
  2312.     - FAQ : the first question of the "troubleshooting" section now tells the
  2313.     user to delete VLC's configuration file.
  2314. commit a2cc5e1a1cca40a1120dbae1f6f0378c93ce19bc
  2315. Author: Derk-Jan Hartman <hartman@videolan.org>
  2316. Date:   Fri Feb 7 20:23:17 2003 +0000
  2317.     * added half, normal and full size videowindow menuitems.
  2318.       there seems to be a bug though somewhere. you end up with black bars in
  2319.       half and double size.
  2320. commit f8f366cce7de0a8234c83b017e675e43cf4f8742
  2321. Author: Olivier Teulière <ipkiss@videolan.org>
  2322. Date:   Fri Feb 7 18:43:27 2003 +0000
  2323.      * Fixed the "RichEdit line insertion error" bug (closes #246)
  2324.      * Added a popup menu to copy log messages to the clipboard
  2325. commit c5968aaaed74a1efe517c9c6804e3ba9d236d931
  2326. Author: Christophe Massiot <massiot@videolan.org>
  2327. Date:   Fri Feb 7 16:51:39 2003 +0000
  2328.     Fixed a buffer leak with slice-I streams (thanks sam).
  2329. commit 3a9f7aa4dc9c25681a3c0e26a8d46112a16c91b9
  2330. Author: Yves Duret <yves@videolan.org>
  2331. Date:   Fri Feb 7 09:17:37 2003 +0000
  2332.     - added missing buildrequires
  2333.     - now autodetect on wich system we are:
  2334.       rpm --rebuild should work out of box on rh and previous mdk systems.
  2335.     - NO buildrequires on rh-like system. rh does not have a devel policy
  2336.     - more redhat stuff: NO menu (i do not know their "propriatory" menu system yet)
  2337. commit d213c15eb72b5f682e74bef7dd0f294ce920fd85
  2338. Author: Derk-Jan Hartman <hartman@videolan.org>
  2339. Date:   Fri Feb 7 01:32:34 2003 +0000
  2340.     * grrr changed the project file by accident. revert
  2341. commit 6527874638a4a7e43b4ef6c9192606c719397af4
  2342. Author: Derk-Jan Hartman <hartman@videolan.org>
  2343. Date:   Fri Feb 7 01:31:14 2003 +0000
  2344.     * When you push backspace or delete in the playlist, it removes the selected item.
  2345. commit 7518bb92dd1934dcb190915f68f520556f70f11b
  2346. Author: Laurent Aimar <fenrir@videolan.org>
  2347. Date:   Fri Feb 7 01:22:55 2003 +0000
  2348.      * ffmpeg/audio : removed an old error (anyway it was harmless).
  2349.      * mp4 : removed a bad initialisation. Erased all ending spaces.
  2350.      * mpeg/audio : send i_rate to decoder (not yet usefull but ...)
  2351. commit 0b8b405cbb0020e1ad51b5fa8cff197ae389e3a8
  2352. Author: Sam Hocevar <sam@videolan.org>