ChangeLog-2002
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:776k
源码类别:

多媒体

开发平台:

MultiPlatform

  1.    M /trunk/modules/demux/asf/asf.c
  2.    M /trunk/modules/demux/mp4/mp4.c
  3.  all: Use BITMAPINFOHEADER everywhere (Needed because of endian issue).
  4. ------------------------------------------------------------------------
  5. r2794 | sam | 2002-11-19 18:38:07 +0100 (Tue, 19 Nov 2002) | 6 lines
  6. Changed paths:
  7.    M /trunk/bootstrap
  8.    A /trunk/evc/.cvsignore
  9.    M /trunk/evc/libvlc.vcp.in
  10.    D /trunk/evc/plugins.vcp
  11.    M /trunk/evc/plugins.vcp.in
  12.    M /trunk/evc/vlc.vcp
  13.    M /trunk/evc/vlc.vcp.in
  14.    D /trunk/evc/vlc.vcp.out
  15.    D /trunk/extras/Win32_msvc
  16.    M /trunk/msvc/libvlc.dsp.in
  17.    M /trunk/msvc/vlc.dsp.in
  18.    D /trunk/msvc/vlc.dsp.out
  19.    M /trunk/src/misc/modules.c
  20.   * ./src/misc/modules.c: p_module->psz_filename is now filled with a real
  21.     8 bit string under WinCE.
  22.   * ./extras/Win32_msvc: scrapped this directory.
  23.   * ./bootstrap: we now parse plugin makefiles to guess what to put in
  24.     the MSVC project files. Only the dummy plugin has been tested yet.
  25. ------------------------------------------------------------------------
  26. r2795 | gbazin | 2002-11-19 21:45:09 +0100 (Tue, 19 Nov 2002) | 15 lines
  27. Changed paths:
  28.    M /trunk/include/video.h
  29.    M /trunk/include/vlc_config.h
  30.    M /trunk/modules/codec/ffmpeg/video.c
  31.    M /trunk/src/video_output/video_output.c
  32.    M /trunk/src/video_output/vout_pictures.c
  33. * include/video.h, include/vlc_config.h, src/video_output/*: changed the
  34.    picture buffer allocation scheme to allocate pictures from the render
  35.    heap in a clockwise fashion instead of always picking the first available
  36.    one from the start of the heap.
  37.    This allows us to benefit from ffmpeg's macro-block skipping feature.
  38.    As a side effect, we also have less chance of reusing a refrence picture
  39.    buffer when we can't link/unlink them.
  40. * modules/codec/ffmpeg/video.c: modified the direct rendering code to benefit
  41.    from the macro-block skipping algorithm.
  42.    A new flag has also been introduced in the video_output's render heap to
  43.    forbid modifications to the render picture buffers (for instance to overlay
  44.    subtitles).
  45. ------------------------------------------------------------------------
  46. r2796 | gbazin | 2002-11-19 21:56:45 +0100 (Tue, 19 Nov 2002) | 3 lines
  47. Changed paths:
  48.    M /trunk/modules/misc/network/ipv6.c
  49. * modules/misc/network/ipv6.c: restored the msg_*() outputs from BuildAddr().
  50. ------------------------------------------------------------------------
  51. r2798 | gbazin | 2002-11-20 02:49:15 +0100 (Wed, 20 Nov 2002) | 5 lines
  52. Changed paths:
  53.    M /trunk/src/video_output/video_output.c
  54. * src/video_output/video_output.c: fixed a really old bug in the video output
  55.    layer. This bug was only affecting video outputs without direct rendering
  56.    capabilities.
  57. ------------------------------------------------------------------------
  58. r2799 | sam | 2002-11-20 09:58:24 +0100 (Wed, 20 Nov 2002) | 7 lines
  59. Changed paths:
  60.    M /trunk/FAQ
  61.    M /trunk/bootstrap
  62.    M /trunk/evc/plugins.vcp.in
  63.    M /trunk/include/vlc_common.h
  64.    M /trunk/modules/access/dvd/Modules.am
  65.    M /trunk/modules/access/dvdplay/Modules.am
  66.    M /trunk/modules/access/dvdread/Modules.am
  67.    M /trunk/modules/access/mms/Modules.am
  68.    M /trunk/modules/access/satellite/Modules.am
  69.    M /trunk/modules/access/vcd/Modules.am
  70.    M /trunk/modules/codec/a52old/Modules.am
  71.    M /trunk/modules/codec/a52old/downmix/Modules.am
  72.    M /trunk/modules/codec/cinepak/Modules.am
  73.    M /trunk/modules/codec/faad/Modules.am
  74.    M /trunk/modules/codec/ffmpeg/Modules.am
  75.    M /trunk/modules/codec/ffmpeg/postprocessing/Modules.am
  76.    M /trunk/modules/codec/mad/Modules.am
  77.    M /trunk/modules/codec/mpeg_audio/Modules.am
  78.    M /trunk/modules/codec/mpeg_video/Modules.am
  79.    M /trunk/modules/codec/mpeg_video/idct/Modules.am
  80.    M /trunk/modules/codec/spudec/Modules.am
  81.    M /trunk/modules/demux/asf/Modules.am
  82.    M /trunk/modules/demux/avi/Modules.am
  83.    M /trunk/modules/demux/mp4/Modules.am
  84.    M /trunk/modules/demux/mpeg/Modules.am
  85.    M /trunk/modules/demux/util/Modules.am
  86.    M /trunk/modules/demux/wav/Modules.am
  87.    M /trunk/modules/gui/beos/Modules.am
  88.    M /trunk/modules/gui/familiar/Modules.am
  89.    M /trunk/modules/gui/macosx/Modules.am
  90.    M /trunk/modules/gui/wxwindows/Modules.am
  91.    M /trunk/modules/misc/dummy/Modules.am
  92.    M /trunk/modules/misc/memcpy/Modules.am
  93.    M /trunk/modules/video_chroma/Modules.am
  94.    M /trunk/modules/video_output/directx/Modules.am
  95.    M /trunk/modules/video_output/qte/Modules.am
  96.    M /trunk/modules/video_output/x11/Modules.am
  97.    M /trunk/src/extras/libc.c
  98.   * ./include/vlc_common.h, ./src/extras/libc.c: exported our custom libc
  99.     functions to plugins.
  100.   * ./bootstrap: enhanced the project file generation for plugins; we now
  101.     parse makefiles to make this easier.
  102.   * ./modules/**/Modules.am: reworked a few makefiles so that they are more
  103.     easily parsed.
  104. ------------------------------------------------------------------------
  105. r2800 | sam | 2002-11-20 14:37:36 +0100 (Wed, 20 Nov 2002) | 5 lines
  106. Changed paths:
  107.    M /trunk/evc/config.h
  108.    M /trunk/evc/plugins.vcp.in
  109.    M /trunk/evc/vlc.c
  110.    M /trunk/evc/vlc.vcw
  111.    M /trunk/include/video.h
  112.    M /trunk/include/video_output.h
  113.    M /trunk/modules/access/file.c
  114.    M /trunk/modules/audio_filter/converter/a52tospdif.c
  115.    M /trunk/modules/codec/mpeg_video/decoder.c
  116.    M /trunk/modules/codec/mpeg_video/headers.c
  117.    M /trunk/modules/codec/mpeg_video/idct/idct.c
  118.    M /trunk/modules/codec/mpeg_video/parser.c
  119.    M /trunk/modules/demux/mpeg/es.c
  120.    M /trunk/modules/demux/mpeg/ps.c
  121.    M /trunk/modules/demux/mpeg/system.c
  122.    M /trunk/modules/demux/mpeg/ts.c
  123.    M /trunk/modules/video_chroma/i420_rgb.c
  124.    M /trunk/modules/video_chroma/i420_rgb16.c
  125.    M /trunk/modules/video_chroma/i420_rgb8.c
  126.    M /trunk/modules/video_chroma/i420_yuy2.c
  127.    M /trunk/modules/video_chroma/i422_yuy2.c
  128.    M /trunk/src/extras/getopt.c
  129.    M /trunk/src/video_output/video_output.c
  130.    M /trunk/src/video_output/vout_pictures.c
  131.    M /trunk/src/video_output/vout_subpictures.c
  132.   * ./evc/plugins.vcp.in: fixed plugin entry points for WinCE.
  133.   * ./modules/*: fixed a bunch of modules so that they compile under WinCE,
  134.     we now have access_file and the mpeg demux and video decoder working
  135.     (http://zoy.org/~sam/vlc/pocketvlc2.png).
  136. ------------------------------------------------------------------------
  137. r2801 | gbazin | 2002-11-20 15:09:57 +0100 (Wed, 20 Nov 2002) | 14 lines
  138. Changed paths:
  139.    M /trunk/configure.ac.in
  140.    M /trunk/modules/codec/Modules.am
  141.    M /trunk/modules/codec/tarkin.c
  142.    A /trunk/modules/codec/theora.c
  143.    M /trunk/modules/demux/ogg.c
  144. * modules/codec/theora.c, configure.ac.in, modules/codec/Modules.am: new
  145.    theora codec plugin.
  146.    This plugin is based on the experimental theora codec from the Xiph.Org
  147.    foundation (http://www.theora.org/). Because the theora bitstream
  148.    specifications are likely to change in the near future, this plugin won't
  149.    be compiled by default. If you want to test/develop theora with vlc, you'll
  150.    need to configure it with --enable-theora and also make sure you've got a
  151.    fresh libogg from cvs.
  152. * modules/demux/ogg.c: modified to handle theora and tarkin bitstreams.
  153. * modules/codec/tarkin.c: fixed a few typos.
  154. ------------------------------------------------------------------------
  155. r2802 | gbazin | 2002-11-20 15:24:01 +0100 (Wed, 20 Nov 2002) | 4 lines
  156. Changed paths:
  157.    M /trunk/modules/gui/wxwindows/bitmaps/stop.xpm
  158.    M /trunk/modules/gui/wxwindows/interface.cpp
  159.    M /trunk/modules/gui/wxwindows/timer.cpp
  160.    M /trunk/modules/gui/wxwindows/wxwindows.cpp
  161. * modules/gui/wxwindows/*: fixes for the win32 build. Removed a few
  162.    unnecessary things and replaced the stop icon with a new one.
  163. ------------------------------------------------------------------------
  164. r2803 | gbazin | 2002-11-20 16:34:39 +0100 (Wed, 20 Nov 2002) | 4 lines
  165. Changed paths:
  166.    M /trunk/modules/control/rc/rc.c
  167. * modules/control/rc/rc.c: added commands to navigate between chapters and
  168.    titles.
  169. ------------------------------------------------------------------------
  170. r2804 | gbazin | 2002-11-20 16:58:15 +0100 (Wed, 20 Nov 2002) | 4 lines
  171. Changed paths:
  172.    M /trunk/configure.ac.in
  173.    M /trunk/modules/gui/wxwindows/wxwindows.cpp
  174. * configure.ac.in, modules/gui/wxwindows/wxwindows.cpp: other compilation
  175.    fixes for the wxwindows interface on win32.
  176. ------------------------------------------------------------------------
  177. r2805 | sam | 2002-11-20 17:43:33 +0100 (Wed, 20 Nov 2002) | 8 lines
  178. Changed paths:
  179.    M /trunk/bootstrap
  180.    M /trunk/evc/vlc.c
  181.    M /trunk/evc/vlc.vcw
  182.    M /trunk/modules/audio_filter/channel_mixer/trivial.c
  183.    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
  184.    M /trunk/modules/audio_filter/converter/fixed32tos16.c
  185.    M /trunk/modules/audio_filter/converter/float32tos16.c
  186.    M /trunk/modules/audio_filter/converter/float32tos8.c
  187.    M /trunk/modules/audio_filter/converter/float32tou16.c
  188.    M /trunk/modules/audio_filter/converter/float32tou8.c
  189.    M /trunk/modules/audio_filter/converter/s16tofloat32.c
  190.    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
  191.    M /trunk/modules/audio_filter/converter/s8tofloat32.c
  192.    M /trunk/modules/audio_filter/converter/u8tofloat32.c
  193.    M /trunk/modules/audio_filter/resampler/linear.c
  194.    M /trunk/modules/audio_filter/resampler/trivial.c
  195.    M /trunk/modules/audio_filter/resampler/ugly.c
  196.    M /trunk/modules/audio_mixer/float32.c
  197.    M /trunk/modules/audio_mixer/spdif.c
  198.    M /trunk/modules/audio_mixer/trivial.c
  199.    M /trunk/modules/audio_output/waveout.c
  200.    M /trunk/share/resource.h
  201.    M /trunk/share/vlc_wince_rc.rc
  202.   * ./modules/audio_output/waveout.c: audio output now works under WinCE
  203.     using the waveout module.
  204.   * ./bootstrap: we ignore comments when parsing makefiles.
  205.   * ./modules/audio_filter/converter/fixed32tofloat32.c: changed this module
  206.     so that it also does float32tofixed32.
  207.   * ./modules/*: ported a few other modules to WinCE (most of the time it's
  208.     just a #include <errno.h> that needs to be removed).
  209. ------------------------------------------------------------------------
  210. r2806 | gbazin | 2002-11-20 18:23:30 +0100 (Wed, 20 Nov 2002) | 3 lines
  211. Changed paths:
  212.    M /trunk/configure.ac.in
  213. * configure.ac.in: temporary hack for libdvbpsi detection.
  214. ------------------------------------------------------------------------
  215. r2807 | sam | 2002-11-20 20:07:27 +0100 (Wed, 20 Nov 2002) | 6 lines
  216. Changed paths:
  217.    M /trunk/bootstrap
  218.    M /trunk/evc/.cvsignore
  219.    D /trunk/evc/libvlc.vcp
  220.    D /trunk/evc/vlc.vcp
  221.    M /trunk/evc/vlc.vcw
  222.    M /trunk/msvc/.cvsignore
  223.    D /trunk/msvc/libvlc.dsp
  224.    D /trunk/msvc/plugins.dsp
  225.    D /trunk/msvc/vlc.dsp
  226.    M /trunk/src/misc/messages.c
  227.   * ./src/misc/messages.c: added ^Ms to the WinCE logfile.
  228.   * ./bootstrap: fixed a typo that prevented per-object target directories
  229.     to work.
  230.   * ./evc/*, ./msvc/*: removed project files; they're becoming a bit large
  231.     (more than 1MB) and I don't want to spoil the CVS with them.
  232. ------------------------------------------------------------------------
  233. r2812 | gbazin | 2002-11-21 10:39:39 +0100 (Thu, 21 Nov 2002) | 5 lines
  234. Changed paths:
  235.    M /trunk/modules/demux/ogg.c
  236. * modules/demux/ogg.c: better handling of PCRs (we now base our calculations
  237.    on all sub-streams instead of just using one of them). Some code factorisation
  238.    too.
  239. ------------------------------------------------------------------------
  240. r2813 | gbazin | 2002-11-21 11:12:34 +0100 (Thu, 21 Nov 2002) | 3 lines
  241. Changed paths:
  242.    M /trunk/modules/demux/ogg.c
  243. * modules/demux/ogg.c: small bug-fix for my previous commit.
  244. ------------------------------------------------------------------------
  245. r2814 | sam | 2002-11-21 14:53:32 +0100 (Thu, 21 Nov 2002) | 7 lines
  246. Changed paths:
  247.    M /trunk/bootstrap
  248.    M /trunk/configure.ac.in
  249.    M /trunk/evc/vlc.c
  250.    M /trunk/evc/vlc.vcw
  251.    M /trunk/modules/access/file.c
  252.    M /trunk/modules/audio_filter/converter/Modules.am
  253.    A /trunk/modules/audio_filter/converter/u8tofixed32.c
  254.    M /trunk/modules/demux/wav/wav.c
  255.    M /trunk/modules/video_output/Modules.am
  256.    A /trunk/modules/video_output/wingdi.c
  257.   * ./modules/video_output/wingdi.c: skeleton of a Windows GDI video output.
  258.   * ./modules/access/file.c: the file access plugin gets the real file size
  259.     under WinCE.
  260.   * ./modules/audio_filter/converter/u8tofixed32.c: added this conversion
  261.     filter to play some WAV files without an FPU.
  262.   * ./bootstrap: bootstrap --update-vc doesn't rely on the Makefile's presence.
  263. ------------------------------------------------------------------------
  264. r2816 | gbazin | 2002-11-21 16:51:57 +0100 (Thu, 21 Nov 2002) | 5 lines
  265. Changed paths:
  266.    M /trunk/modules/audio_output/oss.c
  267.    M /trunk/src/playlist/playlist.c
  268. * src/playlist/playlist.c: fixed deadlock in playlist.
  269. * modules/audio_output/oss.c: don't play blank samples when we are starving
  270.    for data but our internal buffers are not empty. Some cleanup too.
  271. ------------------------------------------------------------------------
  272. r2817 | gbazin | 2002-11-21 22:37:46 +0100 (Thu, 21 Nov 2002) | 8 lines
  273. Changed paths:
  274.    M /trunk/configure.ac.in
  275.    M /trunk/modules/LIST
  276.    M /trunk/modules/codec/Modules.am
  277.    M /trunk/modules/codec/vorbis.c
  278. * modules/codec/Modules.am, configure.ac.in, modules/codec/vorbis.c: added
  279.    a tremor decoder module using libvorbisidec (aka tremor) from xiph.org.
  280.    This module allows decoding vorbis audio on hardware without a fpu
  281.    (--enable-tremor).
  282. * modules/LIST: added entries for tremor and theora.
  283. ------------------------------------------------------------------------
  284. r2818 | massiot | 2002-11-22 00:06:08 +0100 (Fri, 22 Nov 2002) | 3 lines
  285. Changed paths:
  286.    M /trunk/modules/audio_filter/converter/a52tofloat32.c
  287. Channel reordering according to the WG-4 specification, courtesy of
  288. Heiko Panther.
  289. ------------------------------------------------------------------------
  290. r2819 | sam | 2002-11-22 13:13:12 +0100 (Fri, 22 Nov 2002) | 3 lines
  291. Changed paths:
  292.    M /branches/v0_4_1_branch/plugins/chroma/i420_rgb16.c
  293.    M /trunk/modules/video_chroma/i420_rgb16.c
  294.   * ./modules/video_chroma/i420_rgb16.c: fixed a segfault in the 24/32bpp
  295.     chroma conversion.
  296. ------------------------------------------------------------------------
  297. r2820 | sam | 2002-11-22 16:19:47 +0100 (Fri, 22 Nov 2002) | 6 lines
  298. Changed paths:
  299.    M /trunk/modules/video_output/wingdi.c
  300.   * ./modules/video_output/wingdi.c: implemented offscreen rendering with
  301.     fast blit (well at least it was considered "fast" back in the times of
  302.     Windows 3.1). Default is 8bpp because that's what my iPaq does (no
  303.     palette support yet though), 16bpp can be chosen at compile time and
  304.     works perfectly in the emulator.
  305. ------------------------------------------------------------------------
  306. r2821 | sam | 2002-11-22 16:24:10 +0100 (Fri, 22 Nov 2002) | 3 lines
  307. Changed paths:
  308.    M /trunk/modules/video_output/directx/events.c
  309.   * ./modules/video_output/directx/events.c: we now call CreateWindow so that
  310.     we are sure that the WndProc always has a valid p_vout value.
  311. ------------------------------------------------------------------------
  312. r2822 | sam | 2002-11-22 19:35:57 +0100 (Fri, 22 Nov 2002) | 4 lines
  313. Changed paths:
  314.    M /trunk/modules/access/mms/Modules.am
  315.    M /trunk/modules/access/mms/asf.h
  316.    A /trunk/modules/access/mms/buffer.c
  317.    A /trunk/modules/access/mms/buffer.h
  318.    M /trunk/modules/access/mms/mms.c
  319.    D /trunk/modules/access/mms/var_buffer.h
  320.   * ./modules/access/mms/var_buffer.h: this file is now a separate .c, to
  321.     prevent gcc's optimizer to go amok with nested inline functions, loop
  322.     unrolling and such things that we don't really need in an access plugin.
  323. ------------------------------------------------------------------------
  324. r2823 | titer | 2002-11-22 20:37:25 +0100 (Fri, 22 Nov 2002) | 3 lines
  325. Changed paths:
  326.    M /trunk/modules/gui/beos/AudioOutput.cpp
  327.    M /trunk/modules/gui/beos/VideoOutput.cpp
  328.  * AudioOutput.cpp : compilation fix.
  329.  * VideoOutput.cpp : now --fullscreen works with BeOS video output.
  330. ------------------------------------------------------------------------
  331. r2825 | sam | 2002-11-22 21:27:19 +0100 (Fri, 22 Nov 2002) | 5 lines
  332. Changed paths:
  333.    M /trunk/configure.ac.in
  334.    M /trunk/modules/video_output/wingdi.c
  335.   * ./modules/video_output/wingdi.c: ported the wingdi plugin to Win32; it
  336.     somewhat works under Wine (if you force internal buffers to 8bpp), but
  337.     doesn't work under Win2k. Any hints welcome.
  338.   * ./configure.ac.in: activated the wingdi plugin by default.
  339. ------------------------------------------------------------------------
  340. r2826 | sam | 2002-11-23 00:12:23 +0100 (Sat, 23 Nov 2002) | 3 lines
  341. Changed paths:
  342.    M /trunk/configure.ac.in
  343.   * ./configure.ac.in: we only add -lm to the a52 linkage if it's needed
  344.     (and available).
  345. ------------------------------------------------------------------------
  346. r2827 | garf | 2002-11-23 01:11:17 +0100 (Sat, 23 Nov 2002) | 2 lines
  347. Changed paths:
  348.    M /trunk/configure.ac.in
  349.    M /trunk/modules/video_filter/Modules.am
  350.    A /trunk/modules/video_filter/adjust.c
  351.    D /trunk/modules/video_filter/yuv.c
  352.  * yuv filter was a bit useless. Hope adjust filter is more usefull :)
  353. ------------------------------------------------------------------------
  354. r2828 | ipkiss | 2002-11-23 02:32:40 +0100 (Sat, 23 Nov 2002) | 2 lines
  355. Changed paths:
  356.    M /trunk/modules/gui/wxwindows/Modules.am
  357.    M /trunk/modules/gui/wxwindows/interface.cpp
  358.    A /trunk/modules/gui/wxwindows/playlist.cpp
  359.    M /trunk/modules/gui/wxwindows/timer.cpp
  360.    M /trunk/modules/gui/wxwindows/wxwindows.cpp
  361.    M /trunk/modules/gui/wxwindows/wxwindows.h
  362.  * ./modules/gui/wxwindows/playlist.cpp: added a playlist to the wxwindows interface
  363. ------------------------------------------------------------------------
  364. r2829 | sam | 2002-11-23 03:40:30 +0100 (Sat, 23 Nov 2002) | 4 lines
  365. Changed paths:
  366.    M /trunk/evc/vlc.vcw
  367.    M /trunk/modules/video_filter/clone.c
  368.    M /trunk/modules/video_filter/crop.c
  369.    M /trunk/modules/video_filter/distort.c
  370.    M /trunk/modules/video_filter/invert.c
  371.    M /trunk/modules/video_filter/motionblur.c
  372.    M /trunk/modules/video_filter/transform.c
  373.    M /trunk/modules/video_filter/wall.c
  374.    M /trunk/modules/video_output/wingdi.c
  375.   * ./modules/video_output/wingdi.c: the GDI video output now properly sets
  376.     the bitmasks; we're not limited to 8bpp and 16/24 works.
  377.   * ./modules/video_filter/*: the video filters now work under WinCE.
  378. ------------------------------------------------------------------------
  379. r2830 | sam | 2002-11-23 05:40:53 +0100 (Sat, 23 Nov 2002) | 3 lines
  380. Changed paths:
  381.    M /trunk/modules/access/http.c
  382.    M /trunk/modules/misc/network/ipv4.c
  383.   * ./modules/access/http.c, ./modules/misc/network/ipv4.c: http and ipv4
  384.     plugins compile for WinCE. Couldn't test yet though.
  385. ------------------------------------------------------------------------
  386. r2831 | gbazin | 2002-11-23 15:28:51 +0100 (Sat, 23 Nov 2002) | 4 lines
  387. Changed paths:
  388.    M /trunk/modules/gui/wxwindows/interface.cpp
  389.    M /trunk/modules/gui/wxwindows/playlist.cpp
  390.    M /trunk/modules/gui/wxwindows/timer.cpp
  391.    M /trunk/modules/gui/wxwindows/wxwindows.cpp
  392.    M /trunk/modules/gui/wxwindows/wxwindows.h
  393. * modules/gui/wxwindows/*: misc improvements to the main interface, implementation of
  394. drag and drop, proper initialisation of the i18n routines.
  395. ------------------------------------------------------------------------
  396. r2832 | titer | 2002-11-23 16:00:54 +0100 (Sat, 23 Nov 2002) | 3 lines
  397. Changed paths:
  398.    M /trunk/modules/gui/beos/InterfaceWindow.cpp
  399.    M /trunk/modules/gui/beos/PreferencesWindow.cpp
  400.    M /trunk/modules/gui/beos/PreferencesWindow.h
  401.  * enhanced BeOS preferences window (post-processing, brightness,
  402.    contrast, hue and saturation are adjustable)
  403. ------------------------------------------------------------------------
  404. r2833 | gbazin | 2002-11-23 17:17:12 +0100 (Sat, 23 Nov 2002) | 3 lines
  405. Changed paths:
  406.    M /trunk/modules/gui/wxwindows/interface.cpp
  407.    M /trunk/modules/gui/wxwindows/playlist.cpp
  408.    M /trunk/modules/gui/wxwindows/timer.cpp
  409.    M /trunk/modules/gui/wxwindows/wxwindows.cpp
  410. * modules/gui/wxwindows/*: a few fixes for the win32 build.
  411. ------------------------------------------------------------------------
  412. r2834 | gbazin | 2002-11-23 19:42:59 +0100 (Sat, 23 Nov 2002) | 3 lines
  413. Changed paths:
  414.    M /trunk/modules/gui/wxwindows/interface.cpp
  415.    M /trunk/modules/gui/wxwindows/playlist.cpp
  416. * modules/gui/wxwindows/*: additional small fixes.
  417. ------------------------------------------------------------------------
  418. r2835 | sam | 2002-11-23 21:37:10 +0100 (Sat, 23 Nov 2002) | 4 lines
  419. Changed paths:
  420.    M /trunk/modules/control/rc/rc.c
  421.   * ./modules/control/rc/rc.c: the seek command is now "seek" and not "r",
  422.     and it uses a command variable like other controls. This also fixes a
  423.     bug that prevented to have spaces between the command and its argument.
  424. ------------------------------------------------------------------------
  425. r2836 | sigmunau | 2002-11-24 02:29:56 +0100 (Sun, 24 Nov 2002) | 3 lines
  426. Changed paths:
  427.    M /trunk/modules/demux/m3u.c
  428. fixed a bug in the code to handle relative paths. Added support for file://
  429. and http:// items in asx files, and not just mms://
  430. ------------------------------------------------------------------------
  431. r2837 | sigmunau | 2002-11-24 14:02:13 +0100 (Sun, 24 Nov 2002) | 2 lines
  432. Changed paths:
  433.    M /trunk/modules/demux/m3u.c
  434. fix to allow absolute entries in m3u/asx files
  435. ------------------------------------------------------------------------
  436. r2838 | sigmunau | 2002-11-24 17:00:10 +0100 (Sun, 24 Nov 2002) | 6 lines
  437. Changed paths:
  438.    M /trunk/modules/demux/m3u.c
  439. separated the code to parse html files with embedded wmp, and the code to
  440. parse asx files. Added a new shortcut "html" to force the "html" behaviour.
  441. Reduced number of false positives for both html and asx files. We now also
  442. trigger on the content of files, since html and asx files are often
  443. autogenerated on the webserver using php or asp.
  444. ------------------------------------------------------------------------
  445. r2839 | sam | 2002-11-24 19:54:54 +0100 (Sun, 24 Nov 2002) | 3 lines
  446. Changed paths:
  447.    M /trunk/configure.ac.in
  448.    M /trunk/doc/fortunes.txt
  449.    M /trunk/include/vlc_common.h
  450.   * ./configure.ac.in: we no longer choke if libdvbpsi headers aren't here.
  451.   * ./include/vlc_common.h: we don't try to include inttypes.h with Borland.
  452. ------------------------------------------------------------------------
  453. r2840 | fenrir | 2002-11-25 01:22:04 +0100 (Mon, 25 Nov 2002) | 3 lines
  454. Changed paths:
  455.    M /trunk/modules/access/mms/buffer.c
  456.    M /trunk/modules/access/mms/buffer.h
  457.    M /trunk/modules/access/mms/mms.c
  458.    M /trunk/modules/access/mms/mms.h
  459.  * all: begin to add mms over udp support. It begin to work (at least
  460. for me) but it still needs some work.
  461. ------------------------------------------------------------------------
  462. r2841 | ipkiss | 2002-11-25 04:12:42 +0100 (Mon, 25 Nov 2002) | 2 lines
  463. Changed paths:
  464.    M /trunk/include/vlc_common.h
  465.    M /trunk/modules/video_output/directx/events.c
  466.  * small compilation fixes for win32
  467. ------------------------------------------------------------------------
  468. r2842 | sam | 2002-11-25 13:08:58 +0100 (Mon, 25 Nov 2002) | 4 lines
  469. Changed paths:
  470.    M /trunk/evc/vlc.vcw
  471.    M /trunk/src/misc/messages.c
  472.   * ./src/misc/messages.c: we overwrite the WinCE logfile instead of appending
  473.     data to it.
  474.   * ./evc/vlc.vcw: minor updates.
  475. ------------------------------------------------------------------------
  476. r2843 | sam | 2002-11-25 13:19:04 +0100 (Mon, 25 Nov 2002) | 3 lines
  477. Changed paths:
  478.    M /trunk/modules/gui/gtk/open.c
  479.   * ./modules/gui/gtk/open.c: made the HTTP text bar more consistent, thanks
  480.     to Pierre Baillet (Closes: #11).
  481. ------------------------------------------------------------------------
  482. r2844 | fenrir | 2002-11-25 16:08:34 +0100 (Mon, 25 Nov 2002) | 6 lines
  483. Changed paths:
  484.    M /trunk/modules/access/mms/mms.c
  485.    M /trunk/modules/access/mms/mms.h
  486.    M /trunk/modules/demux/asf/asf.c
  487.    M /trunk/modules/demux/asf/libasf.c
  488.  * mms: enable seek :) It works for me with both udp and tcp. Somebody
  489. could check if it compiles on other OS than linux ? (I don't known what
  490. headers should be included)
  491.  * asf: fix to support seeking with mms
  492.  Note: You cannot seek and use demuxdump demuxer...
  493. ------------------------------------------------------------------------
  494. r2845 | sigmunau | 2002-11-25 16:56:39 +0100 (Mon, 25 Nov 2002) | 3 lines
  495. Changed paths:
  496.    M /trunk/modules/demux/m3u.c
  497. fixed a bug in the contentbased autodetection that caused this demux to be
  498. selected for streams that contained a null byte.
  499. ------------------------------------------------------------------------
  500. r2846 | massiot | 2002-11-25 17:00:26 +0100 (Mon, 25 Nov 2002) | 2 lines
  501. Changed paths:
  502.    M /trunk/src/audio_output/input.c
  503. Fixed a crash in S/PDIF mode.
  504. ------------------------------------------------------------------------
  505. r2847 | massiot | 2002-11-25 17:16:12 +0100 (Mon, 25 Nov 2002) | 2 lines
  506. Changed paths:
  507.    M /trunk/src/audio_output/input.c
  508. Fixed my fix :p.
  509. ------------------------------------------------------------------------
  510. r2848 | gbazin | 2002-11-25 18:25:07 +0100 (Mon, 25 Nov 2002) | 4 lines
  511. Changed paths:
  512.    M /trunk/configure.ac.in
  513. * configure.ac.in: for wxWindows headers detection, we now check wx/wxprec.h.
  514.    Also fixed a typo: libdvbpsi is enabled by default.
  515. ------------------------------------------------------------------------
  516. r2849 | fenrir | 2002-11-25 20:12:34 +0100 (Mon, 25 Nov 2002) | 2 lines
  517. Changed paths:
  518.    M /trunk/modules/access/mms/mms.c
  519.  mms.c: fix command/packet parsing functions.
  520. ------------------------------------------------------------------------
  521. r2850 | sam | 2002-11-25 20:29:10 +0100 (Mon, 25 Nov 2002) | 4 lines
  522. Changed paths:
  523.    M /trunk/include/video.h
  524.    M /trunk/modules/video_chroma/i420_rgb.c
  525.    M /trunk/modules/video_chroma/i420_rgb.h
  526.    M /trunk/modules/video_chroma/i420_rgb16.c
  527.   * ./modules/video_chroma/i420_rgb16.c: merged the RV15 and RV16 conversions
  528.     because they're basically the same. Also, the MMX conversions now check
  529.     that the bitmasks are the ones we expect.
  530. ------------------------------------------------------------------------
  531. r2851 | titer | 2002-11-26 02:06:08 +0100 (Tue, 26 Nov 2002) | 5 lines
  532. Changed paths:
  533.    M /trunk/modules/gui/beos/Interface.cpp
  534.    M /trunk/modules/gui/beos/InterfaceWindow.cpp
  535.    M /trunk/modules/gui/beos/InterfaceWindow.h
  536.    M /trunk/modules/gui/beos/MediaControlView.cpp
  537.    M /trunk/modules/gui/beos/PlayListWindow.cpp
  538.    M /trunk/modules/gui/beos/PlayListWindow.h
  539.    M /trunk/modules/gui/beos/PreferencesWindow.cpp
  540.    M /trunk/modules/gui/beos/PreferencesWindow.h
  541.    M /trunk/modules/gui/beos/VlcWrapper.cpp
  542.    M /trunk/modules/gui/beos/VlcWrapper.h
  543.  * ALL: more intensive use of the VLCWrapper class
  544.  * PreferencesWindow.*: renamed a few variables (using some of the
  545.    OpenTracker conventions)
  546.  * clean up
  547. ------------------------------------------------------------------------
  548. r2853 | gbazin | 2002-11-26 11:55:19 +0100 (Tue, 26 Nov 2002) | 5 lines
  549. Changed paths:
  550.    M /trunk/modules/video_output/directx/directx.c
  551. * modules/video_output/directx/directx.c: don't fail miserably when we can't
  552.    create a surface in video memory. We now automatically toggle the b_use_sysmem
  553.    flag in this case and give it another shot.
  554. ------------------------------------------------------------------------
  555. r2854 | massiot | 2002-11-26 13:09:20 +0100 (Tue, 26 Nov 2002) | 2 lines
  556. Changed paths:
  557.    M /trunk/src/audio_output/input.c
  558. Fixed another crash with S/PDIF.
  559. ------------------------------------------------------------------------
  560. r2855 | sam | 2002-11-26 15:08:02 +0100 (Tue, 26 Nov 2002) | 3 lines
  561. Changed paths:
  562.    M /trunk/README
  563.    D /trunk/TODO
  564.    M /trunk/debian/vlc.docs
  565.    D /trunk/todo.pl
  566.   * ./TODO: scrapped the todo-list. I put the unresolved items in Bugzilla
  567.     (http://bugzilla.videolan.org/).
  568. ------------------------------------------------------------------------
  569. r2856 | sam | 2002-11-26 16:03:28 +0100 (Tue, 26 Nov 2002) | 2 lines
  570. Changed paths:
  571.    D /trunk/BUGS
  572.    M /trunk/Makefile.am
  573.    M /trunk/README
  574.   * ./BUGS: scrapped this file. Entered the remaining bugs in Bugzilla.
  575. ------------------------------------------------------------------------
  576. r2857 | fenrir | 2002-11-26 18:28:22 +0100 (Tue, 26 Nov 2002) | 2 lines
  577. Changed paths:
  578.    M /trunk/modules/demux/mp4/mp4.c
  579.  * mp4: prevent float exeption with some truncated file.
  580. ------------------------------------------------------------------------
  581. r2858 | gbazin | 2002-11-26 18:38:33 +0100 (Tue, 26 Nov 2002) | 3 lines
  582. Changed paths:
  583.    M /trunk/modules/demux/ogg.c
  584. * modules/demux/ogg.c: audio is now dropped when fast-forwarding.
  585. ------------------------------------------------------------------------
  586. r2859 | sigmunau | 2002-11-26 19:58:33 +0100 (Tue, 26 Nov 2002) | 2 lines
  587. Changed paths:
  588.    M /trunk/modules/demux/m3u.c
  589. allow windows style linebreaks in .m3u files. and fixed a minor bug
  590. ------------------------------------------------------------------------
  591. r2860 | gbazin | 2002-11-26 20:31:50 +0100 (Tue, 26 Nov 2002) | 4 lines
  592. Changed paths:
  593.    M /trunk/modules/video_output/directx/directx.c
  594. * modules/video_output/directx/directx.c: fixed to work with DirectDraw 3 (ie. with
  595. NT4).
  596. ------------------------------------------------------------------------
  597. r2865 | sam | 2002-11-26 21:04:33 +0100 (Tue, 26 Nov 2002) | 3 lines
  598. Changed paths:
  599.    M /trunk/modules/video_chroma/i420_rgb.h
  600.   * ./modules/video_chroma/i420_rgb.h: fixed slanted picture output with odd
  601.     widths (Closes: #28).
  602. ------------------------------------------------------------------------
  603. r2866 | ipkiss | 2002-11-26 22:52:42 +0100 (Tue, 26 Nov 2002) | 6 lines
  604. Changed paths:
  605.    M /trunk/modules/gui/win32/preferences.cpp
  606.    M /trunk/modules/gui/win32/preferences.dfm
  607.    M /trunk/modules/gui/win32/preferences.h
  608.  * ./modules/gui/win32/preferences.cpp: used CheckListBoxes instead
  609.    of ListViews, because they are more intuitive. This eliminates the
  610.    "Select" button and the "Selected" label.
  611.    The preferences window still needs some work though...
  612. ------------------------------------------------------------------------
  613. r2867 | gbazin | 2002-11-26 23:20:18 +0100 (Tue, 26 Nov 2002) | 4 lines
  614. Changed paths:
  615.    M /trunk/modules/audio_output/directx.c
  616.    M /trunk/modules/video_output/directx/directx.c
  617. * modules/video_output/directx/directx.c, modules/audio_output/directx.c: removed
  618. unnecessary code.
  619. ------------------------------------------------------------------------
  620. r2868 | ipkiss | 2002-11-27 03:51:57 +0100 (Wed, 27 Nov 2002) | 2 lines
  621. Changed paths:
  622.    M /trunk/modules/gui/win32/about.cpp
  623.    M /trunk/modules/gui/win32/about.h
  624.    M /trunk/modules/gui/win32/disc.cpp
  625.    M /trunk/modules/gui/win32/disc.h
  626.    M /trunk/modules/gui/win32/mainframe.cpp
  627.    M /trunk/modules/gui/win32/mainframe.h
  628.    M /trunk/modules/gui/win32/messages.cpp
  629.    M /trunk/modules/gui/win32/messages.h
  630.    M /trunk/modules/gui/win32/network.cpp
  631.    M /trunk/modules/gui/win32/network.h
  632.    M /trunk/modules/gui/win32/playlist.cpp
  633.    M /trunk/modules/gui/win32/playlist.h
  634.    M /trunk/modules/gui/win32/win32.cpp
  635.    M /trunk/modules/gui/win32/win32_common.h
  636.  * ./modules/gui/win32/*: some cleaning
  637. ------------------------------------------------------------------------
  638. r2869 | titer | 2002-11-27 06:36:41 +0100 (Wed, 27 Nov 2002) | 3 lines
  639. Changed paths:
  640.    M /trunk/modules/gui/beos/AudioOutput.cpp
  641.    M /trunk/modules/gui/beos/Interface.cpp
  642.    M /trunk/modules/gui/beos/InterfaceWindow.cpp
  643.    M /trunk/modules/gui/beos/InterfaceWindow.h
  644.    M /trunk/modules/gui/beos/MediaControlView.cpp
  645.    M /trunk/modules/gui/beos/PlayListWindow.h
  646.    M /trunk/modules/gui/beos/VlcWrapper.cpp
  647.    M /trunk/modules/gui/beos/VlcWrapper.h
  648.  * AudioOutput.cpp: fixed a segfault
  649.  * ALL: cleaned the VlcWrapper class, removed unused code
  650. ------------------------------------------------------------------------
  651. r2870 | titer | 2002-11-27 07:27:52 +0100 (Wed, 27 Nov 2002) | 2 lines
  652. Changed paths:
  653.    M /trunk/modules/gui/beos/AudioOutput.cpp
  654.  Fixed a segfault by adding a mutex_lock() (thx fenrir)
  655. ------------------------------------------------------------------------
  656. r2871 | fenrir | 2002-11-27 13:41:45 +0100 (Wed, 27 Nov 2002) | 2 lines
  657. Changed paths:
  658.    M /trunk/modules/codec/ffmpeg/audio.c
  659.    M /trunk/modules/codec/ffmpeg/ffmpeg.c
  660.    M /trunk/modules/codec/ffmpeg/ffmpeg.h
  661.    M /trunk/modules/codec/ffmpeg/video.c
  662.    M /trunk/modules/codec/ffmpeg/video.h
  663.  * all: added mjpeg support, some clean up in video part.
  664. ------------------------------------------------------------------------
  665. r2872 | fenrir | 2002-11-27 14:17:27 +0100 (Wed, 27 Nov 2002) | 2 lines
  666. Changed paths:
  667.    M /trunk/modules/codec/cinepak/cinepak.c
  668.    M /trunk/modules/codec/cinepak/cinepak.h
  669.  cinepak: fix a bug (bad frame gathering), pointed by sam.
  670. ------------------------------------------------------------------------
  671. r2873 | fenrir | 2002-11-27 15:44:06 +0100 (Wed, 27 Nov 2002) | 2 lines
  672. Changed paths:
  673.    M /trunk/modules/codec/ffmpeg/ffmpeg.c
  674.  * ffmpeg: add a LIBAVCODEC_BUILD test for CODEC_ID_MJPEGB
  675. ------------------------------------------------------------------------
  676. r2874 | sam | 2002-11-27 16:18:24 +0100 (Wed, 27 Nov 2002) | 2 lines
  677. Changed paths:
  678.    M /trunk/modules/codec/cinepak/cinepak.c
  679.   * ./modules/codec/cinepak/cinepak.c: fixed V1-encoded blocks luma loading.
  680. ------------------------------------------------------------------------
  681. r2875 | babal | 2002-11-27 22:51:30 +0100 (Wed, 27 Nov 2002) | 9 lines
  682. Changed paths:
  683.    M /trunk/AUTHORS
  684.    M /trunk/modules/gui/win32/preferences.cpp
  685.    M /trunk/modules/gui/win32/preferences.dfm
  686.    M /trunk/modules/gui/win32/preferences.h
  687. - Enterely new layout for the preference window of the native win32
  688.   interface, in order to improve its clarity (the dialog box is now even
  689.   a bit smaller) and to get closer to Windows standards.
  690.   (second part of the job, and hopefully the last for now, begun with
  691.   Ipkiss a few days ago by using CheckListBoxes)
  692.   Still need some work to get the interface compatible with Windows XP
  693.   skins.
  694. ------------------------------------------------------------------------
  695. r2876 | sam | 2002-11-28 15:34:39 +0100 (Thu, 28 Nov 2002) | 8 lines
  696. Changed paths:
  697.    M /trunk/src/libvlc.h
  698.    M /trunk/src/video_output/video_output.c
  699.   * ./src/video_output/video_output.c: added a --aspect-ratio option to force
  700.     the aspect ratio of the stream. Two different usages are possible, either
  701.     int:int ("16:9") to specify a real aspect ratio, or float ("1.25") to
  702.     specify pixel squareness.
  703.     Note that it does not work properly yet; it will need an API change in
  704.     the video output layer that I'm working on.
  705. ------------------------------------------------------------------------
  706. r2877 | sigmunau | 2002-11-28 16:18:27 +0100 (Thu, 28 Nov 2002) | 5 lines
  707. Changed paths:
  708.    M /trunk/modules/access/http.c
  709. * set b_seakable to false for http/1.0 streams such as those from icecast.
  710. * allow some unusual, but legal ways to construct the http headers, and
  711. clean up the header parsing code. parsing other headers ( like the mime-type
  712. ) should be very easy now.
  713. ------------------------------------------------------------------------
  714. r2878 | fenrir | 2002-11-28 17:32:29 +0100 (Thu, 28 Nov 2002) | 4 lines
  715. Changed paths:
  716.    M /trunk/modules/codec/araw.c
  717.    M /trunk/modules/codec/faad/decoder.c
  718.    M /trunk/modules/codec/ffmpeg/audio.c
  719.    M /trunk/modules/codec/ffmpeg/ffmpeg.c
  720.    M /trunk/modules/codec/ffmpeg/ffmpeg.h
  721.    M /trunk/modules/demux/asf/asf.c
  722.    M /trunk/modules/demux/mp4/mp4.c
  723.    M /trunk/modules/demux/wav/wav.c
  724.    M /trunk/modules/demux/wav/wav.h
  725.  * all: some clean up with WAVEFORMATEX and endian issues. Somebody could
  726. test if mp4,asf,avi,wav demuxers and araw,ffmpeg,faad decoders work under
  727. big endian architectures ? (else could you give vlc log )
  728. ------------------------------------------------------------------------
  729. r2879 | fenrir | 2002-11-28 17:44:05 +0100 (Thu, 28 Nov 2002) | 2 lines
  730. Changed paths:
  731.    M /trunk/modules/codec/ffmpeg/video.c
  732.  * ffmpeg: arg, fix a previous fix for non-latest ffmpeg cvs tree.
  733. ------------------------------------------------------------------------
  734. r2880 | sam | 2002-11-28 18:35:01 +0100 (Thu, 28 Nov 2002) | 4 lines
  735. Changed paths:
  736.    M /trunk/include/video_output.h
  737.    M /trunk/modules/codec/cinepak/cinepak.c
  738.    M /trunk/modules/codec/dv.c
  739.    M /trunk/modules/codec/ffmpeg/video.c
  740.    M /trunk/modules/codec/mpeg_video/headers.c
  741.    M /trunk/modules/codec/mpeg_video/parser.c
  742.    M /trunk/modules/codec/tarkin.c
  743.    M /trunk/modules/codec/theora.c
  744.    M /trunk/modules/codec/xvid.c
  745.    M /trunk/modules/gui/macosx/intf.m
  746.    M /trunk/modules/video_filter/adjust.c
  747.    M /trunk/modules/video_filter/clone.c
  748.    M /trunk/modules/video_filter/crop.c
  749.    M /trunk/modules/video_filter/deinterlace/deinterlace.c
  750.    M /trunk/modules/video_filter/distort.c
  751.    M /trunk/modules/video_filter/invert.c
  752.    M /trunk/modules/video_filter/motionblur.c
  753.    M /trunk/modules/video_filter/transform.c
  754.    M /trunk/modules/video_filter/wall.c
  755.    M /trunk/src/libvlc.c
  756.    M /trunk/src/video_output/video_output.c
  757.    M /trunk/src/video_output/vout_pictures.h
  758.   * ./src/video_output/video_output.c, modules/*: factorized video output
  759.     creation code into vout_Request which looks for existing vout objects
  760.     and spawns a new one if none was found.
  761. ------------------------------------------------------------------------
  762. r2881 | sigmunau | 2002-11-28 19:16:02 +0100 (Thu, 28 Nov 2002) | 3 lines
  763. Changed paths:
  764.    M /trunk/modules/access/http.c
  765. increased maximums size of a http request from 256 to 1024 in order to allow
  766. insanly long urls
  767. ------------------------------------------------------------------------
  768. r2882 | fenrir | 2002-11-28 19:35:19 +0100 (Thu, 28 Nov 2002) | 2 lines
  769. Changed paths:
  770.    M /trunk/modules/demux/asf/asf.c
  771.  * asf: fix my previous commit.
  772. ------------------------------------------------------------------------
  773. r2883 | gbazin | 2002-11-28 22:00:48 +0100 (Thu, 28 Nov 2002) | 5 lines
  774. Changed paths:
  775.    M /trunk/configure.ac.in
  776.    M /trunk/modules/codec/tarkin.c
  777.    M /trunk/modules/codec/theora.c
  778.    M /trunk/modules/codec/vorbis.c
  779. * configure.ac.in: fixed linkage of theora plugin.
  780. * modules/codec/theora.c, modules/codec/tarkin.c: fixed breakage.
  781. * modules/codec/vorbis.c: lowered the priority of the tremor plugin.
  782. ------------------------------------------------------------------------
  783. r2884 | garf | 2002-11-28 22:49:04 +0100 (Thu, 28 Nov 2002) | 2 lines
  784. Changed paths:
  785.    M /trunk/modules/video_filter/adjust.c
  786.  * a few bugfixes/enhancements/clean up
  787. ------------------------------------------------------------------------
  788. r2885 | massiot | 2002-11-29 00:24:15 +0100 (Fri, 29 Nov 2002) | 4 lines
  789. Changed paths:
  790.    M /trunk/configure.ac.in
  791.    M /trunk/include/audio_output.h
  792.    M /trunk/include/vlc_common.h
  793.    M /trunk/modules/audio_filter/converter/a52tofloat32.c
  794.    M /trunk/modules/audio_filter/converter/a52tospdif.c
  795.    M /trunk/modules/gui/macosx/aout.m
  796.    M /trunk/modules/gui/macosx/asystm.m
  797.    M /trunk/modules/misc/network/ipv4.c
  798.    M /trunk/modules/misc/network/ipv6.c
  799. * Correct socklen_t detection.
  800. * Fix for S/PDIF encapsulation on big endian systems.
  801. * S/PDIF output for Mac OS X, courtesy of Heiko Panther <heiko_panthe@mac.com>.
  802. ------------------------------------------------------------------------
  803. r2886 | sigmunau | 2002-11-29 00:53:03 +0100 (Fri, 29 Nov 2002) | 5 lines
  804. Changed paths:
  805.    M /trunk/mozilla/vlcplugin.h
  806.    M /trunk/mozilla/vlcshell.cpp
  807. made the vlc mozilla plugin a drop-in replacement for wmp in most embedded
  808. wmp sites I could find, by adding som mimetypes and parsing some more
  809. parameters passed by mozilla. Also disabled the StreamAsFile function since
  810. mozilla tend to pass it non-exsisting files.
  811. ------------------------------------------------------------------------
  812. r2888 | ipkiss | 2002-11-30 00:08:34 +0100 (Sat, 30 Nov 2002) | 2 lines
  813. Changed paths:
  814.    M /trunk/src/libvlc.h
  815.  * ./src/libvlc.h: fixed a few typos
  816. ------------------------------------------------------------------------
  817. r2889 | ipkiss | 2002-11-30 02:14:55 +0100 (Sat, 30 Nov 2002) | 5 lines
  818. Changed paths:
  819.    M /trunk/modules/gui/win32/Modules.am
  820.    D /trunk/modules/gui/win32/control.cpp
  821.    D /trunk/modules/gui/win32/control.h
  822.    M /trunk/modules/gui/win32/disc.cpp
  823.    A /trunk/modules/gui/win32/dragdrop.cpp
  824.    A /trunk/modules/gui/win32/dragdrop.h
  825.    M /trunk/modules/gui/win32/mainframe.cpp
  826.    M /trunk/modules/gui/win32/mainframe.h
  827.    M /trunk/modules/gui/win32/misc.cpp
  828.    M /trunk/modules/gui/win32/network.cpp
  829.    M /trunk/modules/gui/win32/playlist.cpp
  830.    M /trunk/modules/gui/win32/playlist.h
  831.    M /trunk/modules/gui/win32/win32.bpf
  832.    M /trunk/modules/gui/win32/win32.bpr
  833.  * ./modules/gui/win32/dragdrop.cpp: we can now drag and drop video
  834.    files on the interface or on the playlist (Closes: #10).
  835.  * ./modules/gui/win32/playlist.cpp: factorized a lot of code.
  836.  * ./modules/gui/win32/*: reorganized some code here and there.
  837. ------------------------------------------------------------------------
  838. r2892 | sam | 2002-12-02 14:12:26 +0100 (Mon, 02 Dec 2002) | 2 lines
  839. Changed paths:
  840.    M /trunk/configure.ac.in
  841.   * ./configure.ac.in: linking with -framework AGL wasn't needed (Closes: #7).
  842. ------------------------------------------------------------------------
  843. r2893 | sam | 2002-12-02 19:19:43 +0100 (Mon, 02 Dec 2002) | 3 lines
  844. Changed paths:
  845.    M /trunk/configure.ac.in
  846.    M /trunk/modules/access/vcd/cdrom.c
  847.   * ./modules/access/vcd/cdrom.c: NetBSD VCD input fixes, courtesy of
  848.     Olaf 'Rhialto' Seibert.
  849. ------------------------------------------------------------------------
  850. r2894 | jlj | 2002-12-02 22:13:25 +0100 (Mon, 02 Dec 2002) | 2 lines
  851. Changed paths:
  852.    M /trunk/modules/access/mms/mms.c
  853.    M /trunk/modules/codec/ffmpeg/audio.c
  854.    M /trunk/modules/codec/spudec/spudec.c
  855.    M /trunk/modules/codec/spudec/subtitler.c
  856.    M /trunk/modules/control/rc/rc.c
  857.   * ALL: Fixed some compiler warnings.
  858. ------------------------------------------------------------------------
  859. r2895 | titer | 2002-12-03 00:58:21 +0100 (Tue, 03 Dec 2002) | 3 lines
  860. Changed paths:
  861.    M /trunk/configure.ac.in
  862.  * added --with-dvdread-tree and --with-dvdplay-tree for static linking.
  863.    It works fine under BeOS, please check I didn't break anything.
  864. ------------------------------------------------------------------------
  865. r2896 | titer | 2002-12-03 03:00:38 +0100 (Tue, 03 Dec 2002) | 3 lines
  866. Changed paths:
  867.    M /trunk/modules/gui/beos/VideoOutput.cpp
  868.    M /trunk/modules/gui/beos/VideoWindow.h
  869.  * added mouse management in the BeOS video output.
  870.    Now DVD menus work thanks to libdvdplay.
  871. ------------------------------------------------------------------------
  872. r2897 | sam | 2002-12-03 13:59:21 +0100 (Tue, 03 Dec 2002) | 3 lines
  873. Changed paths:
  874.    M /trunk/src/libvlc.h
  875.   * ./src/libvlc.h: fixed an aspect ratio bug, we should default to the
  876.     stream's aspect, not to square pixels.
  877. ------------------------------------------------------------------------
  878. r2898 | gitan | 2002-12-03 17:29:04 +0100 (Tue, 03 Dec 2002) | 4 lines
  879. Changed paths:
  880.    M /trunk/configure.ac.in
  881.    M /trunk/include/vlc/vlc.h
  882.    M /trunk/modules/misc/Modules.am
  883.    A /trunk/modules/misc/sap.c
  884.    M /trunk/src/libvlc.c
  885.    M /trunk/src/libvlc.h
  886.    M /trunk/src/playlist/playlist.c
  887. * Added a session announcement protol module (enabled by default).
  888. * Added the PLAYLIST_CHECK_INSERT option to the playlist. That option
  889. checks previously enqueued sessions before enqueing.
  890. ------------------------------------------------------------------------
  891. r2899 | fenrir | 2002-12-03 18:00:16 +0100 (Tue, 03 Dec 2002) | 7 lines
  892. Changed paths:
  893.    M /trunk/configure.ac.in
  894.    M /trunk/include/codecs.h
  895.    M /trunk/modules/codec/Modules.am
  896.    A /trunk/modules/codec/adpcm.c
  897.    M /trunk/modules/demux/asf/asf.c
  898.    M /trunk/modules/demux/avi/avi.c
  899.    M /trunk/modules/demux/wav/wav.c
  900.  * adpcm.c: add adpcm decoding support (Now just ms and ima adpcm from
  901. microfsoft, not yet ima4)
  902.  * wav, asf, avi: fix fourcc creation for adpcm. (Nevertheless adpcm
  903. could not work with asf because of asf audio scrambling unsupported in asf
  904. demuxer). Seek will not work, because vlc send garbage and then break stream
  905. alignment.(I will try to fix that).
  906. ------------------------------------------------------------------------
  907. r2900 | gitan | 2002-12-04 00:36:41 +0100 (Wed, 04 Dec 2002) | 8 lines
  908. Changed paths:
  909.    M /trunk/include/vlc_playlist.h
  910.    M /trunk/modules/misc/sap.c
  911.    M /trunk/src/input/input.c
  912.    M /trunk/src/playlist/playlist.c
  913. * src/playlist/playlist.c : Added playlist_AddItem (enqueues
  914. playlist_item_t instead of psz_target ). Now playlist_Add uses
  915. playlist_AddItem to enqueue.
  916. * include/vlc_playlist.h : Added a psz_uri field in the playlist_item_t
  917. structure.
  918. * src/input/input.c : takes item->psz_uri  argument to start playing an
  919. item.
  920. ------------------------------------------------------------------------
  921. r2901 | titer | 2002-12-04 03:16:23 +0100 (Wed, 04 Dec 2002) | 3 lines
  922. Changed paths:
  923.    M /trunk/AUTHORS
  924.    M /trunk/MAINTAINERS
  925.    M /trunk/modules/gui/beos/InterfaceWindow.cpp
  926.  * InterfaceWindow.cpp: removed warnigs
  927.  * AUTHORS/MAINTAINERS: added Stephan Assmus, Arnaud Schauly & myself
  928. ------------------------------------------------------------------------
  929. r2902 | titer | 2002-12-04 07:23:08 +0100 (Wed, 04 Dec 2002) | 6 lines
  930. Changed paths:
  931.    M /trunk/configure.ac.in
  932.    M /trunk/modules/access/mms/mms.c
  933.    M /trunk/modules/gui/beos/VideoOutput.cpp
  934.    M /trunk/modules/misc/network/ipv4.c
  935.    M /trunk/modules/misc/sap.c
  936.  * configure.ac.in, mms.c, sap.c, ipv4.c: added network support for BeOS 5
  937.    (Dano is no more needed); multicast still doesn't work.
  938.    UDP (unicast) and HTTP have been successfully tested, mms is untested.
  939.  * sap.c: BeOS doesn't have memccpy
  940.  * VideoOutput.cpp: forgot to remove a printf
  941. ------------------------------------------------------------------------
  942. r2903 | fenrir | 2002-12-04 16:47:31 +0100 (Wed, 04 Dec 2002) | 2 lines
  943. Changed paths:
  944.    M /trunk/modules/demux/avi/avi.c
  945.    M /trunk/modules/demux/avi/libavi.c
  946.    M /trunk/modules/demux/avi/libavi.h
  947.  * all: Fix an other (and last ? ;) endian issue.
  948. ------------------------------------------------------------------------
  949. r2908 | jlj | 2002-12-04 21:51:23 +0100 (Wed, 04 Dec 2002) | 2 lines
  950. Changed paths:
  951.    M /trunk/modules/gui/macosx/intf.m
  952.    M /trunk/modules/gui/macosx/vout.m
  953.   * ./modules/gui/macosx/vout.m: mouse coordinates support.
  954. ------------------------------------------------------------------------
  955. r2910 | jpsaman | 2002-12-04 22:03:38 +0100 (Wed, 04 Dec 2002) | 2 lines
  956. Changed paths:
  957.    M /trunk/ipkg/Makefile.am
  958.    A /trunk/ipkg/Makefile.in
  959.    M /trunk/ipkg/control
  960.    A /trunk/ipkg/control.gpe
  961.    M /trunk/ipkg/control.opie
  962.    A /trunk/ipkg/postinst.gpe
  963.    M /trunk/ipkg/postinst.opie
  964.    A /trunk/ipkg/postrm.gpe
  965.    M /trunk/ipkg/postrm.opie
  966.    M /trunk/ipkg/rules
  967.    A /trunk/ipkg/rules.gpe
  968.    A /trunk/ipkg/rules.opie
  969.    M /trunk/ipkg/vlc.desktop
  970.    A /trunk/ipkg/vlc.gpe
  971.    A /trunk/ipkg/vlc.opie
  972. Build and packaging files for Opie and GPE.
  973. ------------------------------------------------------------------------
  974. r2911 | gbazin | 2002-12-04 22:48:02 +0100 (Wed, 04 Dec 2002) | 3 lines
  975. Changed paths:
  976.    M /trunk/modules/audio_filter/channel_mixer/trivial.c
  977. * modules/audio_filter/channel_mixer/trivial.c: bugfix for up-mixing.
  978. ------------------------------------------------------------------------
  979. r2912 | sam | 2002-12-05 18:16:30 +0100 (Thu, 05 Dec 2002) | 18 lines
  980. Changed paths:
  981.    M /trunk/configure.ac.in
  982.    M /trunk/doc/fortunes.txt
  983.    D /trunk/ipkg/Makefile.in
  984.   * ./ipkg/Makefile.in: removed a file handled by automake.
  985.   * ./configure.ac.in: additional warning flags for GCC.
  986.        -Wconversion
  987.            Warn if a prototype causes a type conversion that is different from
  988.            what would happen to the same argument in the absence of a proto-
  989.            type.
  990.        -Wsign-compare
  991.            Warn when a comparison between signed and unsigned values could
  992.            produce an incorrect result when the signed value is converted to
  993.            unsigned.
  994.        -Wunreachable-code
  995.            Warn if the compiler detects that code will never be executed.
  996.        -Wdisabled-optimization
  997.            Warn if a requested optimization pass is disabled.
  998.     See the gcc documentation for more explanations. This triggers a lot of
  999.     warnings everywhere, and at first sight they're all worth fixing. Code
  1000.     quality matters, too, so let's fix'em :)
  1001. ------------------------------------------------------------------------
  1002. r2913 | sam | 2002-12-05 18:38:42 +0100 (Thu, 05 Dec 2002) | 3 lines
  1003. Changed paths:
  1004.    M /trunk/configure.ac.in
  1005.   * ./configure.ac.in: disabled -Wconversion for gcc 2.x because it makes it
  1006.     choke on system headers.
  1007. ------------------------------------------------------------------------
  1008. r2915 | babal | 2002-12-06 07:42:24 +0100 (Fri, 06 Dec 2002) | 11 lines
  1009. Changed paths:
  1010.    M /trunk/modules/gui/win32/playlist.cpp
  1011.    M /trunk/modules/gui/win32/win32.cpp
  1012.    M /trunk/src/playlist/playlist.c
  1013.  * src/playlist/playlist.c : playing again a playlist already in a
  1014.    playing state resets the input speed to normal to make sure the
  1015.    stream isn't paused or slowed or played faster anymore.
  1016.    By doing that, fixes the following bug of the Windows interface:
  1017.    when pushing the play button on a paused or slowed stream, nothing
  1018.    used to happen.
  1019.  * modules/gui/win32/playlist.cpp : when pushing the play button and the
  1020.    playlist is empty, displaying the playlist window
  1021.  * win32.cpp : rephrasing the module description to "Native Windows
  1022.    interface module"
  1023. ------------------------------------------------------------------------
  1024. r2916 | sam | 2002-12-06 11:10:40 +0100 (Fri, 06 Dec 2002) | 3 lines
  1025. Changed paths:
  1026.    M /trunk/include/aout_internal.h
  1027.    M /trunk/include/audio_output.h
  1028.    M /trunk/include/configuration.h
  1029.    M /trunk/include/input_ext-intf.h
  1030.    M /trunk/include/modules_inner.h
  1031.    M /trunk/src/audio_output/common.c
  1032.    M /trunk/src/audio_output/dec.c
  1033.    M /trunk/src/audio_output/filters.c
  1034.    M /trunk/src/audio_output/input.c
  1035.    M /trunk/src/audio_output/intf.c
  1036.    M /trunk/src/audio_output/mixer.c
  1037.    M /trunk/src/audio_output/output.c
  1038.    M /trunk/src/input/input.c
  1039.    M /trunk/src/input/input_clock.c
  1040.    M /trunk/src/input/input_ext-dec.c
  1041.    M /trunk/src/input/input_ext-plugins.c
  1042.    M /trunk/src/libvlc.h
  1043.    M /trunk/src/misc/modules_plugin.h.in
  1044.    M /trunk/src/misc/objects.c
  1045.    M /trunk/src/misc/threads.c
  1046.    M /trunk/src/misc/variables.c
  1047.    M /trunk/src/playlist/playlist.c
  1048.    M /trunk/src/video_output/video_text.c
  1049.   * ./src/*, ./include/*: fixed a bunch of badly initialized structures, a few
  1050.     signed/unsigned comparisons, and removed trailing spaces here and there.
  1051. ------------------------------------------------------------------------
  1052. r2917 | fenrir | 2002-12-06 12:53:45 +0100 (Fri, 06 Dec 2002) | 4 lines
  1053. Changed paths:
  1054.    M /trunk/modules/codec/ffmpeg/video.c
  1055.    M /trunk/modules/codec/ffmpeg/video.h
  1056.  * ffmpeg: sync with latest ffmpeg cvs. As it need too much
  1057. #if LIBAVCODEC_BUILD , I've enable direct rendering only with latest
  1058. ffmpeg cvs (anyway dr isn't cleanly ported to the latest version).
  1059. ------------------------------------------------------------------------
  1060. r2918 | sigmunau | 2002-12-06 13:18:11 +0100 (Fri, 06 Dec 2002) | 4 lines
  1061. Changed paths:
  1062.    M /trunk/modules/access/http.c
  1063. some support for redirection. Moved the break on returncode >=400 to after
  1064. the header parsing. This will be usefull if anyone wants to implemet
  1065. http-passwd support
  1066. ------------------------------------------------------------------------
  1067. r2919 | sam | 2002-12-06 13:54:30 +0100 (Fri, 06 Dec 2002) | 5 lines
  1068. Changed paths:
  1069.    M /trunk/modules/access/http.c
  1070.   * ./modules/access/http.c: code clean-up. removed sizeof()-1 calls where we
  1071.     meant strlen(), removed useless strcmp() calls, implemented atoll() for
  1072.     systems where it does not exist, fixed a memory leak, fixed a minor data
  1073.     corruption.
  1074. ------------------------------------------------------------------------
  1075. r2920 | sam | 2002-12-06 14:05:22 +0100 (Fri, 06 Dec 2002) | 4 lines
  1076. Changed paths:
  1077.    M /trunk/modules/access/mms/buffer.c
  1078.    M /trunk/modules/access/mms/mms.c
  1079.    M /trunk/modules/access/mms/mms.h
  1080.   * ./modules/access/mms/mms.c: fixed signed/unsigned comparisons, and fixed
  1081.     a bug I found in Read(). No idea whether it was triggered before nor what
  1082.     it was doing, though :)
  1083. ------------------------------------------------------------------------
  1084. r2921 | fenrir | 2002-12-06 15:22:55 +0100 (Fri, 06 Dec 2002) | 2 lines
  1085. Changed paths:
  1086.    M /trunk/modules/codec/ffmpeg/audio.c
  1087.    M /trunk/modules/codec/ffmpeg/video.c
  1088.  all: fix some minors warnings.
  1089. ------------------------------------------------------------------------
  1090. r2922 | sam | 2002-12-06 17:34:08 +0100 (Fri, 06 Dec 2002) | 3 lines
  1091. Changed paths:
  1092.    M /trunk/configure.ac.in
  1093.    M /trunk/include/input_ext-intf.h
  1094.    M /trunk/modules/access/dvd/access.c
  1095.    M /trunk/modules/access/dvd/dvd.h
  1096.    M /trunk/modules/access/dvd/es.c
  1097.    M /trunk/modules/access/dvd/seek.c
  1098.    M /trunk/modules/access/dvd/seek.h
  1099.    M /trunk/modules/access/dvd/udf.c
  1100.    M /trunk/modules/access/dvdplay/access.c
  1101.    M /trunk/modules/access/rtp.c
  1102.    M /trunk/modules/access/vcd/vcd.c
  1103.    M /trunk/modules/audio_filter/converter/a52tospdif.c
  1104.    M /trunk/modules/audio_filter/resampler/ugly.c
  1105.    M /trunk/modules/audio_output/oss.c
  1106.    M /trunk/modules/codec/a52.c
  1107.    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_c.c
  1108.    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmx.c
  1109.    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
  1110.    M /trunk/modules/codec/ffmpeg/video.c
  1111.    M /trunk/modules/codec/mad/libmad.c
  1112.    M /trunk/modules/codec/mpeg_audio/decoder.c
  1113.    M /trunk/modules/codec/mpeg_audio/decoder.h
  1114.    M /trunk/modules/codec/mpeg_audio/generic.c
  1115.    M /trunk/modules/codec/mpeg_audio/generic.h
  1116.    M /trunk/modules/codec/spudec/parse.c
  1117.    M /trunk/modules/codec/spudec/spudec.h
  1118.    M /trunk/modules/codec/spudec/subtitler.c
  1119.    M /trunk/modules/codec/spudec/text.c
  1120.    M /trunk/modules/control/rc/rc.c
  1121.    M /trunk/modules/demux/asf/asf.c
  1122.    M /trunk/modules/demux/asf/libasf.c
  1123.    M /trunk/modules/demux/asf/libasf.h
  1124.    M /trunk/modules/demux/avi/avi.c
  1125.    M /trunk/modules/demux/avi/avi.h
  1126.    M /trunk/modules/demux/avi/libavi.c
  1127.    M /trunk/modules/demux/avi/libavi.h
  1128.    M /trunk/modules/demux/mp4/libmp4.c
  1129.    M /trunk/modules/demux/mp4/mp4.c
  1130.    M /trunk/modules/demux/mp4/mp4.h
  1131.    M /trunk/modules/demux/mpeg/ps.c
  1132.    M /trunk/modules/demux/mpeg/system.c
  1133.    M /trunk/modules/demux/mpeg/ts.c
  1134.    M /trunk/modules/demux/wav/wav.c
  1135.    M /trunk/modules/gui/gtk/common.h
  1136.    M /trunk/modules/gui/gtk/gtk.c
  1137.    M /trunk/modules/gui/gtk/gtk_callbacks.c
  1138.    M /trunk/modules/gui/gtk/menu.c
  1139.    M /trunk/modules/gui/gtk/preferences.c
  1140.    M /trunk/modules/misc/network/ipv4.c
  1141.    M /trunk/modules/video_filter/crop.c
  1142.    M /trunk/modules/video_output/x11/xcommon.c
  1143.    M /trunk/modules/video_output/x11/xcommon.h
  1144.    M /trunk/src/input/input.c
  1145.    M /trunk/src/input/input_dec.c
  1146.    M /trunk/src/input/input_ext-intf.c
  1147.    M /trunk/src/input/input_programs.c
  1148.    M /trunk/src/misc/cpu.c
  1149.   * ./configure.ac.in: removed -W in favour of -Wtraditional.
  1150.   * ALL: a bunch of additional warning fixes.
  1151. ------------------------------------------------------------------------
  1152. r2923 | gbazin | 2002-12-06 22:27:36 +0100 (Fri, 06 Dec 2002) | 4 lines
  1153. Changed paths:
  1154.    M /trunk/configure.ac.in
  1155. * configure.ac.in: fixed typo. For dvdread support we have to check for
  1156.  dvdread/dvd_reader.h, not dvdread/dvdread.h.
  1157. ------------------------------------------------------------------------
  1158. r2924 | gitan | 2002-12-06 23:44:03 +0100 (Fri, 06 Dec 2002) | 4 lines
  1159. Changed paths:
  1160.    M /trunk/configure.ac.in
  1161.    M /trunk/modules/misc/sap.c
  1162.    M /trunk/src/playlist/playlist.c
  1163. * sap.c : make it more compliant (as far as sdp is involved).
  1164. * playlist.c : fixed a memory leak
  1165. * configure.ac.in : added link flags
  1166. ------------------------------------------------------------------------
  1167. r2925 | gbazin | 2002-12-07 16:25:27 +0100 (Sat, 07 Dec 2002) | 10 lines
  1168. Changed paths:
  1169.    M /trunk/include/variables.h
  1170.    M /trunk/modules/audio_output/oss.c
  1171.    M /trunk/modules/audio_output/sdl.c
  1172.    M /trunk/modules/control/rc/rc.c
  1173.    M /trunk/modules/misc/testsuite/test4.c
  1174.    M /trunk/src/audio_output/output.c
  1175.    M /trunk/src/misc/objects.c
  1176.    M /trunk/src/misc/variables.c
  1177. * ALL: a few updates to the variables API:
  1178.   - got rid of the VLC_VAR_COMMAND variable type and introduced the VLC_VAR_ISCOMMAND flag
  1179. instead. This simplifies things and avoid the strange command variables behaviour. Command
  1180. variables will now trigger their callback on var_Set() like any other variables (look in
  1181. modules/control/rc/rc.c for an example).
  1182.   - Renamed the VLC_VAR_ISLIST flag into VLC_VAR_HASCHOICE.
  1183.   - Added a new VLC_VAR_VOID variable type. This can be useful in conjunction with
  1184. VLC_VAR_ISCOMMAND for instance.
  1185. ------------------------------------------------------------------------
  1186. r2926 | titer | 2002-12-07 23:00:36 +0100 (Sat, 07 Dec 2002) | 3 lines
  1187. Changed paths:
  1188.    M /trunk/modules/gui/beos/VideoOutput.cpp
  1189.    M /trunk/modules/gui/beos/VideoWindow.h
  1190.  * use RGB32 BBitmap. That fixes the bad-looking picture in
  1191.    non-overlay mode (thanks Sam).
  1192. ------------------------------------------------------------------------
  1193. r2927 | gitan | 2002-12-07 23:15:10 +0100 (Sat, 07 Dec 2002) | 2 lines
  1194. Changed paths:
  1195.    M /trunk/src/playlist/playlist.c
  1196. fixed my last commit.
  1197. ------------------------------------------------------------------------
  1198. r2928 | titer | 2002-12-07 23:29:15 +0100 (Sat, 07 Dec 2002) | 2 lines
  1199. Changed paths:
  1200.    M /trunk/src/libvlc.h
  1201.  * default disabled SAP under BeOS
  1202. ------------------------------------------------------------------------
  1203. r2929 | massiot | 2002-12-08 00:50:31 +0100 (Sun, 08 Dec 2002) | 9 lines
  1204. Changed paths:
  1205.    M /trunk/configure.ac.in
  1206.    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
  1207.    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
  1208.    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
  1209.    M /trunk/include/aout_internal.h
  1210.    M /trunk/include/audio_output.h
  1211.    M /trunk/include/video_output.h
  1212.    M /trunk/modules/audio_output/oss.c
  1213.    M /trunk/modules/audio_output/sdl.c
  1214.    M /trunk/modules/control/rc/rc.c
  1215.    M /trunk/modules/gui/macosx/controls.m
  1216.    M /trunk/modules/gui/macosx/intf.h
  1217.    M /trunk/modules/gui/macosx/intf.m
  1218.    M /trunk/modules/gui/macosx/vout.m
  1219.    M /trunk/src/audio_output/common.c
  1220.    M /trunk/src/audio_output/intf.c
  1221.    M /trunk/src/audio_output/output.c
  1222.    M /trunk/src/video_output/video_output.c
  1223. * configure.ac.in: Disabled -Wtraditional as it produces much more bogus
  1224.   warnings than real ones.
  1225. * audio output: New intf-change variable to know when audio-channels
  1226.   and audio-device have changed.
  1227. * video output: New intf-change variable and vout_VarCallback, to know
  1228.   when video-device has changed (OS X port).
  1229. * modules/gui/macosx/*: Menus for audio channels, implemented volume
  1230.   management, added a menu for screen selection.
  1231. ------------------------------------------------------------------------
  1232. r2930 | massiot | 2002-12-08 01:41:06 +0100 (Sun, 08 Dec 2002) | 3 lines
  1233. Changed paths:
  1234.    M /trunk/include/vlc_threads_funcs.h
  1235.    M /trunk/src/libvlc.c
  1236.    M /trunk/src/misc/threads.c
  1237. New vlc_thread_set_priority function, to set the priority of the main
  1238. thread.
  1239. ------------------------------------------------------------------------
  1240. r2931 | jlj | 2002-12-08 06:30:47 +0100 (Sun, 08 Dec 2002) | 3 lines
  1241. Changed paths:
  1242.    M /trunk/modules/gui/macosx/intf.m
  1243.    M /trunk/modules/gui/macosx/vout.h
  1244.    M /trunk/modules/gui/macosx/vout.m
  1245.   * ALL: Under Jaguar, vout no longer depends on any specific MacOS X
  1246.          intf. wxWindows should work (not tested). Closes #33.
  1247. ------------------------------------------------------------------------
  1248. r2932 | gbazin | 2002-12-08 15:47:28 +0100 (Sun, 08 Dec 2002) | 3 lines
  1249. Changed paths:
  1250.    M /trunk/configure.ac.in
  1251. * configure.ac.in: fix for dvdread and libdvdplay plugins linking stage.
  1252. ------------------------------------------------------------------------
  1253. r2933 | jpsaman | 2002-12-08 17:16:19 +0100 (Sun, 08 Dec 2002) | 4 lines
  1254. Changed paths:
  1255.    M /trunk/MAINTAINERS
  1256.    M /trunk/configure.ac.in
  1257.    M /trunk/ipkg/rules
  1258.    M /trunk/ipkg/rules.gpe
  1259.    M /trunk/ipkg/rules.opie
  1260. - Updated Maintainers file
  1261. - fixed --disable-dvd, it did not work
  1262. - updated iPaq familiar buildscripts
  1263. ------------------------------------------------------------------------
  1264. r2934 | gbazin | 2002-12-08 20:56:04 +0100 (Sun, 08 Dec 2002) | 5 lines
  1265. Changed paths:
  1266.    M /trunk/modules/gui/wxwindows/interface.cpp
  1267.    M /trunk/modules/gui/wxwindows/playlist.cpp
  1268.    M /trunk/modules/gui/wxwindows/wxwindows.cpp
  1269.    M /trunk/modules/gui/wxwindows/wxwindows.h
  1270.    M /trunk/src/misc/variables.c
  1271. * modules/gui/wxwindows/*: compilation fixes for wxX11 (it doesn't support drag and drop
  1272. yet). Compilation fix for MacOSX as well (wxEntry() not declared).
  1273. * src/misc/variables.c: added a FreeMutex() function.
  1274. ------------------------------------------------------------------------
  1275. r2935 | jpsaman | 2002-12-08 22:05:42 +0100 (Sun, 08 Dec 2002) | 2 lines
  1276. Changed paths:
  1277.    M /trunk/configure.ac.in
  1278.    M /trunk/ipkg/control.gpe
  1279.    M /trunk/ipkg/control.opie
  1280.    M /trunk/ipkg/postinst.opie
  1281.    M /trunk/modules/video_output/qte/qte.cpp
  1282. Fixed build and linking for qte video output and made modifications to iPaq packaging files.
  1283. ------------------------------------------------------------------------
  1284. r2936 | massiot | 2002-12-09 00:38:02 +0100 (Mon, 09 Dec 2002) | 4 lines
  1285. Changed paths:
  1286.    M /trunk/doc/developer/audio_output.xml
  1287.    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
  1288.    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
  1289.    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
  1290.    M /trunk/modules/gui/macosx/asystm.m
  1291.    M /trunk/modules/gui/macosx/intf.h
  1292.    M /trunk/modules/gui/macosx/intf.m
  1293.    M /trunk/modules/gui/macosx/open.h
  1294.    M /trunk/modules/gui/macosx/open.m
  1295. * Updated aout3 developer doc.
  1296. * Reworked the Open... menu items, and added the ability to use libdvdplay.
  1297. * Sound output menu is now under Controls.
  1298. ------------------------------------------------------------------------
  1299. r2937 | babal | 2002-12-09 01:52:42 +0100 (Mon, 09 Dec 2002) | 18 lines
  1300. Changed paths:
  1301.    M /trunk/AUTHORS
  1302.    M /trunk/ChangeLog
  1303.    M /trunk/configure.ac.in
  1304.    M /trunk/modules/LIST
  1305.    M /trunk/modules/audio_filter/channel_mixer/Modules.am
  1306.    A /trunk/modules/audio_filter/channel_mixer/headphone.c
  1307.    M /trunk/src/audio_output/input.c
  1308.    M /trunk/src/libvlc.h
  1309. - new headphone channel mixer with virtual spatialization effect : This
  1310.   effect should give you the feeling that you stands in a real room with
  1311.   a complete 5.1 speaker set when using only a headphone, providing a
  1312.   more realistic sound experience. It should also be more comfortable
  1313.   and less tiring when listening to music for long periods of time.It
  1314.   works with any source format from mono to 5.1.
  1315.   -> please try it and feel free to give me some feedback. Some
  1316.      improvements are already planned (adding echo, more configuration
  1317.      options, ...).
  1318. NB: whereas the filter itself is in a (very first) stable version, the
  1319.     way it is integrated to the filter chain is only a _temporary_ hack
  1320.     since it's the audio ouput core (input.c actually) which is directly
  1321.     responsible for it. Integrating it in a more suitable way will
  1322.     probably require some work on the way the filters are selected as
  1323.     well as on the configuration level, but I'm working on it :)
  1324. ------------------------------------------------------------------------
  1325. r2938 | titer | 2002-12-09 04:36:47 +0100 (Mon, 09 Dec 2002) | 3 lines
  1326. Changed paths:
  1327.    M /trunk/configure.ac.in
  1328.  Default re-enabled dvd module.
  1329.   --disable-dvd works anyway.
  1330. ------------------------------------------------------------------------
  1331. r2939 | titer | 2002-12-09 08:57:04 +0100 (Mon, 09 Dec 2002) | 4 lines
  1332. Changed paths:
  1333.    M /trunk/modules/gui/beos/AudioOutput.cpp
  1334.    M /trunk/modules/gui/beos/InterfaceWindow.cpp
  1335.    M /trunk/modules/gui/beos/PlayListWindow.cpp
  1336.    M /trunk/modules/gui/beos/VlcWrapper.cpp
  1337.    M /trunk/modules/gui/beos/VlcWrapper.h
  1338.  * AudioOutput.cpp: send zeros to BSoundPlayer if nothing comes from
  1339.     audio output;
  1340.  * VlcWrapper.cpp: handle volume using aout3 features.
  1341. ------------------------------------------------------------------------
  1342. r2940 | titer | 2002-12-09 14:37:38 +0100 (Mon, 09 Dec 2002) | 3 lines
  1343. Changed paths:
  1344.    M /trunk/modules/gui/beos/AudioOutput.cpp
  1345.    M /trunk/modules/gui/beos/Interface.cpp
  1346.    M /trunk/modules/gui/beos/VlcWrapper.h
  1347.  * AudioOutput.cpp: added sanity tests;
  1348.  * VlcWrapper.h, Interface.cpp: removed an unused variable.
  1349. ------------------------------------------------------------------------
  1350. r2941 | jpsaman | 2002-12-09 22:36:41 +0100 (Mon, 09 Dec 2002) | 2 lines
  1351. Changed paths:
  1352.    M /trunk/modules/video_output/qte/qte.cpp
  1353. Fixed segfault in Qt Embedded Video Output.
  1354. ------------------------------------------------------------------------
  1355. r2942 | jpsaman | 2002-12-09 22:37:41 +0100 (Mon, 09 Dec 2002) | 2 lines
  1356. Changed paths:
  1357.    M /trunk/modules/gui/familiar/callbacks.c
  1358.    M /trunk/modules/gui/familiar/familiar.c
  1359. Syncing functionality with vlc-0.4.6
  1360. ------------------------------------------------------------------------
  1361. r2943 | gbazin | 2002-12-10 00:37:54 +0100 (Tue, 10 Dec 2002) | 6 lines
  1362. Changed paths:
  1363.    M /trunk/include/configuration.h
  1364. * include/configuration.h: rolled back the last changes made to this file. There is no
  1365. sense in manually initializing all the fields of module_config_t as it will be done by the
  1366. compiler anyway. Furthermore mingw32 gcc seems to have problems optimizing code
  1367. that manually initializes structures to 0.
  1368. ------------------------------------------------------------------------
  1369. r2944 | gitan | 2002-12-10 01:02:29 +0100 (Tue, 10 Dec 2002) | 2 lines
  1370. Changed paths:
  1371.    M /trunk/modules/misc/sap.c
  1372. fixed a segfault under windows.
  1373. ------------------------------------------------------------------------
  1374. r2945 | fenrir | 2002-12-10 11:22:04 +0100 (Tue, 10 Dec 2002) | 3 lines
  1375. Changed paths:
  1376.    M /trunk/modules/codec/ffmpeg/ffmpeg.c
  1377.    M /trunk/modules/codec/ffmpeg/ffmpeg.h
  1378.    M /trunk/modules/codec/ffmpeg/video.c
  1379.    M /trunk/modules/codec/ffmpeg/video.h
  1380.  ffmpeg: adapted to current cvs version. It should still compile with older
  1381. one (Please reports if it doesn't).
  1382. ------------------------------------------------------------------------
  1383. r2946 | gbazin | 2002-12-10 13:46:35 +0100 (Tue, 10 Dec 2002) | 4 lines
  1384. Changed paths:
  1385.    M /trunk/configure.ac.in
  1386.    M /trunk/include/configuration.h
  1387.    M /trunk/include/modules_inner.h
  1388. * configure.ac.in: fixed ugly hack in sdl detection code (which also broke my build :p)
  1389. * include/configuration.h, include/modules_inner.h: proper fix for a bug that allowed gcc
  1390. to put things in the stack instead of the data segment.
  1391. ------------------------------------------------------------------------
  1392. r2947 | gbazin | 2002-12-10 15:19:44 +0100 (Tue, 10 Dec 2002) | 3 lines
  1393. Changed paths:
  1394.    M /trunk/include/configuration.h
  1395. * include/configuration.h: fixed my previous fix.
  1396. ------------------------------------------------------------------------
  1397. r2948 | ipkiss | 2002-12-10 16:51:59 +0100 (Tue, 10 Dec 2002) | 2 lines
  1398. Changed paths:
  1399.    M /trunk/modules/gui/win32/mainframe.cpp
  1400.    M /trunk/modules/gui/win32/preferences.cpp
  1401.    M /trunk/modules/gui/win32/preferences.h
  1402.  * ./modules/gui/win32: deletd a dependancy with a global variable
  1403. ------------------------------------------------------------------------
  1404. r2949 | gbazin | 2002-12-10 19:22:01 +0100 (Tue, 10 Dec 2002) | 5 lines
  1405. Changed paths:
  1406.    M /trunk/modules/audio_output/oss.c
  1407.    M /trunk/modules/audio_output/sdl.c
  1408.    M /trunk/modules/audio_output/waveout.c
  1409.    M /trunk/src/audio_output/dec.c
  1410.    M /trunk/src/audio_output/intf.c
  1411.    M /trunk/src/misc/variables.c
  1412. * ALL: fixed a f*ckage I introduced recently ;) var_Type() now returns 0 when the variable
  1413. doesn't exist, but the rest of the code wasn't updated according to this new behaviour.
  1414. * modules/audio_output/waveout.c: changed a few error messages into warning messages.
  1415. ------------------------------------------------------------------------
  1416. r2950 | gbazin | 2002-12-10 22:55:01 +0100 (Tue, 10 Dec 2002) | 3 lines
  1417. Changed paths:
  1418.    M /trunk/src/audio_output/filters.c
  1419. * src/audio_output/filters.c: fix for resampler buffer size.
  1420. ------------------------------------------------------------------------
  1421. r2951 | gbazin | 2002-12-11 00:34:19 +0100 (Wed, 11 Dec 2002) | 3 lines
  1422. Changed paths:
  1423.    M /trunk/modules/demux/wav/wav.c
  1424. * modules/demux/wav/wav.c: small bug-fix for screwed pts calculation.
  1425. ------------------------------------------------------------------------
  1426. r2952 | bozo | 2002-12-11 18:27:29 +0100 (Wed, 11 Dec 2002) | 2 lines
  1427. Changed paths:
  1428.    M /trunk/configure.ac.in
  1429.    M /trunk/modules/audio_output/alsa.c
  1430. New ALSA audio output. It works with ALSA 0.9.0rc4 and earlier versions.
  1431. ------------------------------------------------------------------------
  1432. r2953 | fenrir | 2002-12-11 21:13:50 +0100 (Wed, 11 Dec 2002) | 4 lines
  1433. Changed paths:
  1434.    M /trunk/modules/access/http.c
  1435.    M /trunk/modules/access/rtp.c
  1436.    M /trunk/modules/access/udp.c
  1437.  * all: access plugins should not modify
  1438. p_input->stream.p_selected_area->i_tell when reading data. (It's done in
  1439. input_SplitBuffer). (But access should still set it on a "seek")
  1440. ------------------------------------------------------------------------
  1441. r2954 | jpsaman | 2002-12-11 22:50:03 +0100 (Wed, 11 Dec 2002) | 7 lines
  1442. Changed paths:
  1443.    M /trunk/modules/video_output/qte/qte.cpp
  1444. Fixed qte video output segmentation fault during initialization.
  1445. The following things have still to be fixed:
  1446. - segmentation fault on destroy
  1447. - video placing and
  1448. - orientation
  1449. - video line spacing is wrong
  1450. ------------------------------------------------------------------------
  1451. r2955 | gbazin | 2002-12-11 23:56:42 +0100 (Wed, 11 Dec 2002) | 5 lines
  1452. Changed paths:
  1453.    M /trunk/modules/codec/mad/decoder.c
  1454.    M /trunk/modules/codec/mad/libmad.c
  1455. * modules/codec/mad/*: don't let mad drop corrupted mpeg frames without telling us. When
  1456. this happens, we miscalculate the pts of the next valid frame, which in turn causes heavy
  1457. resampling. This fix should be most useful for web radios.
  1458. ------------------------------------------------------------------------
  1459. r2956 | garf | 2002-12-12 11:56:24 +0100 (Thu, 12 Dec 2002) | 2 lines
  1460. Changed paths:
  1461.    M /trunk/modules/video_filter/adjust.c
  1462.  * fixed one or two things (thanks sam)
  1463. ------------------------------------------------------------------------
  1464. r2957 | massiot | 2002-12-12 12:29:58 +0100 (Thu, 12 Dec 2002) | 2 lines
  1465. Changed paths:
  1466.    M /trunk/src/input/input_ext-plugins.c
  1467. Fixed a possible deadlock.
  1468. ------------------------------------------------------------------------
  1469. r2958 | ipkiss | 2002-12-12 12:37:34 +0100 (Thu, 12 Dec 2002) | 3 lines
  1470. Changed paths:
  1471.    M /trunk/modules/gui/win32/preferences.cpp
  1472.    M /trunk/modules/gui/win32/preferences.h
  1473.  * ./modules/gui/win32: added management for "float" config options
  1474.    (thanks Garf)
  1475. ------------------------------------------------------------------------
  1476. r2959 | sam | 2002-12-12 13:24:23 +0100 (Thu, 12 Dec 2002) | 2 lines
  1477. Changed paths:
  1478.    M /trunk/modules/gui/familiar/callbacks.c
  1479.    M /trunk/modules/gui/familiar/familiar.c
  1480.   * ./modules/gui/familiar/*: compilation fixes. Crashes on directory change.
  1481. ------------------------------------------------------------------------
  1482. r2960 | sam | 2002-12-12 14:09:52 +0100 (Thu, 12 Dec 2002) | 3 lines
  1483. Changed paths:
  1484.    M /trunk/debian/.cvsignore
  1485.    A /trunk/debian/vlc-plugin-ogg.dirs
  1486.   * ./debian/vlc-plugin-ogg.dirs: added a missing file for Debian package
  1487.     builds.
  1488. ------------------------------------------------------------------------
  1489. r2961 | gbazin | 2002-12-12 16:10:58 +0100 (Thu, 12 Dec 2002) | 7 lines
  1490. Changed paths:
  1491.    M /trunk/include/input_ext-intf.h
  1492.    M /trunk/modules/access/file.c
  1493.    M /trunk/modules/access/http.c
  1494.    M /trunk/modules/access/mms/mms.c
  1495.    M /trunk/modules/access/rtp.c
  1496.    M /trunk/modules/access/udp.c
  1497.    M /trunk/src/input/input_clock.c
  1498. * src/input/input_clock.c, include/input_ext-intf.h: introduced an i_pts_delay field in
  1499. input_thread_t (initialised to DEFAULT_PTS_DELAY).
  1500. * modules/access/*: i_pts_delay is now configurable on an access module basis. The pts
  1501. delay for http and mms have been raised to 4 * DEFAULT_PTS_DELAY, which is about 1.2
  1502. seconds worth of caching.
  1503. ------------------------------------------------------------------------
  1504. r2962 | gbazin | 2002-12-12 16:23:43 +0100 (Thu, 12 Dec 2002) | 3 lines
  1505. Changed paths:
  1506.    M /trunk/src/input/input.c
  1507. * src/input/input.c: forgot to commit this during my last commit :p
  1508. ------------------------------------------------------------------------
  1509. r2963 | gbazin | 2002-12-13 02:50:32 +0100 (Fri, 13 Dec 2002) | 5 lines
  1510. Changed paths:
  1511.    M /trunk/modules/access/dvdplay/access.c
  1512.    M /trunk/modules/audio_filter/resampler/linear.c
  1513.    M /trunk/modules/gui/wxwindows/Modules.am
  1514.    A /trunk/modules/gui/wxwindows/popup.cpp
  1515.    M /trunk/modules/gui/wxwindows/timer.cpp
  1516.    M /trunk/modules/gui/wxwindows/wxwindows.cpp
  1517.    M /trunk/modules/gui/wxwindows/wxwindows.h
  1518. * modules/gui/wxwindows/*: added skeleton for popup contextual menu.
  1519. * modules/access/dvdplay/access.c, modules/audio_filter/resampler/linear.c: a couple of warning
  1520. fixes.
  1521. ------------------------------------------------------------------------
  1522. r2964 | gbazin | 2002-12-13 02:56:30 +0100 (Fri, 13 Dec 2002) | 4 lines
  1523. Changed paths:
  1524.    M /trunk/include/variables.h
  1525.    M /trunk/include/vlc/vlc.h
  1526.    M /trunk/include/vlc_common.h
  1527.    M /trunk/include/vlc_objects.h
  1528.    M /trunk/modules/gui/familiar/familiar.c
  1529.    M /trunk/modules/gui/gtk/display.c
  1530.    M /trunk/modules/gui/gtk/preferences.c
  1531.    M /trunk/modules/gui/kde/preferences.cpp
  1532.    M /trunk/modules/gui/macosx/prefs.m
  1533.    M /trunk/modules/gui/win32/preferences.cpp
  1534.    M /trunk/src/libvlc.c
  1535.    M /trunk/src/misc/configuration.c
  1536.    M /trunk/src/misc/modules.c
  1537.    M /trunk/src/misc/objects.c
  1538. * ALL: added a new vlc_list_t common type. vlc_list_find() and vlc_list_release() have been modified
  1539. to use this new type.
  1540. ------------------------------------------------------------------------
  1541. r2965 | videolan | 2002-12-13 04:52:58 +0100 (Fri, 13 Dec 2002) | 6 lines
  1542. Changed paths:
  1543.    M /trunk/modules/gui/win32/mainframe.cpp
  1544.    M /trunk/modules/gui/win32/mainframe.h
  1545.    M /trunk/modules/gui/win32/menu.cpp
  1546.    M /trunk/modules/gui/win32/menu.h
  1547.    M /trunk/modules/gui/win32/preferences.cpp
  1548.    M /trunk/modules/gui/win32/win32.cpp
  1549.    M /trunk/modules/gui/win32/win32_common.h
  1550.  * ./modules/win32/menu.cpp: reorganized the code for menus generation,
  1551.    and got rid of the global variable (at last!) in the win32 interface.
  1552. Please check that navigation and language selection aren't too much
  1553. broken for DVDs...
  1554. ------------------------------------------------------------------------
  1555. r2966 | sam | 2002-12-13 11:09:14 +0100 (Fri, 13 Dec 2002) | 4 lines
  1556. Changed paths:
  1557.    M /trunk/Makefile.am
  1558.    M /trunk/configure.ac.in
  1559.    M /trunk/po/de.po
  1560.    M /trunk/po/en_GB.po
  1561.    M /trunk/po/fr.po
  1562.    M /trunk/po/ja.po
  1563.    M /trunk/po/nl.po
  1564.    M /trunk/po/no.po
  1565.    M /trunk/po/pl.po
  1566.    M /trunk/po/ru.po
  1567.    M /trunk/po/se.po
  1568.    M /trunk/po/vlc.pot
  1569.   * ./Makefile.am: added missing files for make dist.
  1570.   * ./configure.ac.in: removed unpopular warnings.
  1571.   * ./po/*: updated potfiles.
  1572. ------------------------------------------------------------------------
  1573. r2967 | babal | 2002-12-13 17:26:35 +0100 (Fri, 13 Dec 2002) | 14 lines
  1574. Changed paths:
  1575.    M /trunk/include/vlc_playlist.h
  1576.    M /trunk/modules/gui/win32/mainframe.cpp
  1577.    M /trunk/modules/gui/win32/mainframe.dfm
  1578.    M /trunk/modules/gui/win32/playlist.cpp
  1579.    M /trunk/modules/gui/win32/playlist.dfm
  1580.    M /trunk/modules/gui/win32/playlist.h
  1581.    M /trunk/src/playlist/playlist.c
  1582. - vlc_playlist.h, playlist.c: added the ability to save a playlist to
  1583.   and restore it from a file chosen by the user.
  1584. - win32/*:
  1585.   - implementation of the previous feature in the win32 interface
  1586. >   -> what the other interfaces need to do to support it is simply to
  1587. >      call the two following functions:
  1588. >       int playlist_LoadFile(playlist_t *p_playlist,const char *psz_filename);
  1589. >       int playlist_SaveFile(playlist_t *p_playlist,const char *psz_filename);
  1590. >      where psz_filename is the name of the destination/source file.
  1591.   - ability to open several files at a time
  1592. ------------------------------------------------------------------------
  1593. r2968 | babal | 2002-12-13 18:05:12 +0100 (Fri, 13 Dec 2002) | 6 lines
  1594. Changed paths:
  1595.    M /trunk/modules/gui/win32/disc.cpp
  1596.    M /trunk/modules/gui/win32/mainframe.cpp
  1597.    M /trunk/modules/gui/win32/network.cpp
  1598.    M /trunk/modules/gui/win32/playlist.cpp
  1599.    M /trunk/modules/gui/win32/playlist.dfm
  1600.    M /trunk/modules/gui/win32/win32.cpp
  1601.    M /trunk/modules/gui/win32/win32_common.h
  1602. - * : start playing only when opening a stream from the main window;
  1603.   when opening it from the playlist window, add it to the list, but
  1604.   don't change anything to the playing state and current stream.
  1605. - playlist.dfm : proper resizing behaviour
  1606. ------------------------------------------------------------------------
  1607. r2969 | yves | 2002-12-13 23:11:56 +0100 (Fri, 13 Dec 2002) | 2 lines
  1608. Changed paths:
  1609.    M /trunk/vlc.spec
  1610. adaptation for 0.5 branch. almost working :)
  1611. ------------------------------------------------------------------------
  1612. r2970 | babal | 2002-12-14 02:05:53 +0100 (Sat, 14 Dec 2002) | 3 lines
  1613. Changed paths:
  1614.    M /trunk/modules/demux/m3u.c
  1615. - support for Windows style file names for relative paths
  1616. - when eol_tok is 'n', use last line even if eol_tok isn't present
  1617. ------------------------------------------------------------------------
  1618. r2971 | fenrir | 2002-12-14 19:57:34 +0100 (Sat, 14 Dec 2002) | 3 lines
  1619. Changed paths:
  1620.    M /trunk/modules/codec/ffmpeg/video.c
  1621.    M /trunk/modules/demux/mp4/mp4.c
  1622.  * all: with mpeg4 video I changed the way that some initialisation data
  1623. are passed (more logical).
  1624. ------------------------------------------------------------------------
  1625. r2972 | gbazin | 2002-12-14 20:19:08 +0100 (Sat, 14 Dec 2002) | 3 lines
  1626. Changed paths:
  1627.    M /trunk/src/misc/threads.c
  1628. * src/misc/threads.c: implemented vlc_thread_set_priority() for win32.
  1629. ------------------------------------------------------------------------
  1630. r2973 | gbazin | 2002-12-14 20:34:07 +0100 (Sat, 14 Dec 2002) | 7 lines
  1631. Changed paths:
  1632.    M /trunk/include/variables.h
  1633.    M /trunk/include/vlc/vlc.h
  1634.    M /trunk/modules/control/rc/rc.c
  1635.    M /trunk/modules/gui/macosx/intf.m
  1636.    M /trunk/modules/misc/testsuite/test4.c
  1637.    M /trunk/src/libvlc.c
  1638.    M /trunk/src/misc/objects.c
  1639.    M /trunk/src/misc/variables.c
  1640. * src/misc/objects.c: implemented the FIND_CHILD mode for vlc_list_find().
  1641.    vlc_object_get() now increments the refcount of the object so you'll need to release
  1642. the object at some point.
  1643. * src/misc/variables.c, ALL: var_Change() with VLC_VAR_GETLIST now returns a vlc_value_t
  1644. which points to a vlc_list_t.
  1645. ------------------------------------------------------------------------
  1646. r2974 | gbazin | 2002-12-14 20:43:25 +0100 (Sat, 14 Dec 2002) | 3 lines
  1647. Changed paths:
  1648.    M /trunk/src/libvlc.c
  1649. * src/libvlc.c: oops, forgot to remove a debug message.
  1650. ------------------------------------------------------------------------
  1651. r2975 | fenrir | 2002-12-14 22:32:42 +0100 (Sat, 14 Dec 2002) | 2 lines
  1652. Changed paths:
  1653.    M /trunk/configure.ac.in
  1654.    M /trunk/include/stream_output.h
  1655.    M /trunk/include/vlc_common.h
  1656.    M /trunk/modules/Makefile.am
  1657.    A /trunk/modules/access_output
  1658.    A /trunk/modules/access_output/.cvsignore
  1659.    A /trunk/modules/access_output/Modules.am
  1660.    A /trunk/modules/access_output/dummy.c
  1661.    A /trunk/modules/access_output/file.c
  1662.    A /trunk/modules/access_output/udp.c
  1663.    A /trunk/modules/mux
  1664.    A /trunk/modules/mux/.cvsignore
  1665.    A /trunk/modules/mux/Modules.am
  1666.    A /trunk/modules/mux/dummy.c
  1667.    A /trunk/modules/mux/mpeg
  1668.    A /trunk/modules/mux/mpeg/.cvsignore
  1669.    A /trunk/modules/mux/mpeg/Modules.am
  1670.    A /trunk/modules/mux/mpeg/bits.h
  1671.    A /trunk/modules/mux/mpeg/pes.c
  1672.    A /trunk/modules/mux/mpeg/pes.h
  1673.    A /trunk/modules/mux/mpeg/ps.c
  1674.    A /trunk/modules/mux/mpeg/ts.c
  1675.    A /trunk/modules/packetizer
  1676.    A /trunk/modules/packetizer/.cvsignore
  1677.    A /trunk/modules/packetizer/Modules.am
  1678.    A /trunk/modules/packetizer/a52.c
  1679.    A /trunk/modules/packetizer/copy.c
  1680.    A /trunk/modules/packetizer/mpeg4video.c
  1681.    A /trunk/modules/packetizer/mpegaudio.c
  1682.    A /trunk/modules/packetizer/mpegvideo.c
  1683.    M /trunk/src/input/input_dec.c
  1684.    M /trunk/src/libvlc.h
  1685.    M /trunk/src/stream_output/stream_output.c
  1686.  Added stream output. (common work with titer).
  1687. ------------------------------------------------------------------------
  1688. r2976 | fenrir | 2002-12-14 23:33:21 +0100 (Sat, 14 Dec 2002) | 2 lines
  1689. Changed paths:
  1690.    M /trunk/src/libvlc.h
  1691.  * libvlc.h: Fix mux/access_output options.
  1692. ------------------------------------------------------------------------
  1693. r2977 | jpsaman | 2002-12-15 00:17:56 +0100 (Sun, 15 Dec 2002) | 2 lines
  1694. Changed paths:
  1695.    M /trunk/modules/gui/familiar/familiar.c
  1696. Fix for building Familiar interface with libgpewidget0 library.
  1697. ------------------------------------------------------------------------
  1698. r2978 | gbazin | 2002-12-15 17:28:20 +0100 (Sun, 15 Dec 2002) | 6 lines
  1699. Changed paths:
  1700.    M /trunk/include/vlc/vlc.h
  1701. * include/vlc/vlc.h: added a new pi_types field to vlc_list_t. This field will be used
  1702. later on by the object variables functions. I'm adding it now because it also happens to
  1703. solve a binary compatibility problem between gcc and bcc. (depending on compilers,
  1704. structs of 32 < size <= 64 bits can be returned either in a register or in the stack).
  1705. ------------------------------------------------------------------------
  1706. r2979 | ipkiss | 2002-12-15 19:37:39 +0100 (Sun, 15 Dec 2002) | 2 lines
  1707. Changed paths:
  1708.    M /trunk/modules/gui/wxwindows/Modules.am
  1709.    M /trunk/modules/gui/wxwindows/interface.cpp
  1710.    M /trunk/modules/gui/wxwindows/timer.cpp
  1711.    M /trunk/modules/gui/wxwindows/wxwindows.cpp
  1712.    M /trunk/modules/gui/wxwindows/wxwindows.h
  1713.  * ./modules/gui/wxwindows: added a log window
  1714. ------------------------------------------------------------------------
  1715. r2980 | jpsaman | 2002-12-15 21:48:40 +0100 (Sun, 15 Dec 2002) | 2 lines
  1716. Changed paths:
  1717.    M /trunk/modules/gui/familiar/callbacks.c
  1718.    M /trunk/modules/gui/familiar/familiar.h
  1719. Fix crash on directory change.
  1720. ------------------------------------------------------------------------
  1721. r2981 | ipkiss | 2002-12-15 23:45:09 +0100 (Sun, 15 Dec 2002) | 2 lines
  1722. Changed paths:
  1723.    A /trunk/modules/gui/wxwindows/messages.cpp
  1724. I forgot this file in my previous commit...
  1725. ------------------------------------------------------------------------
  1726. r2982 | jpsaman | 2002-12-15 23:45:35 +0100 (Sun, 15 Dec 2002) | 3 lines
  1727. Changed paths:
  1728.    M /trunk/modules/gui/familiar/callbacks.c
  1729.    M /trunk/modules/gui/familiar/familiar.c
  1730.    M /trunk/modules/gui/familiar/familiar.h
  1731. Make distinction between GPE and GTK_NEED_MAIN way of handling interface.
  1732. Trying to fix change directory crash while entering keys in combobox.
  1733. ------------------------------------------------------------------------
  1734. r2983 | jpsaman | 2002-12-15 23:48:30 +0100 (Sun, 15 Dec 2002) | 2 lines
  1735. Changed paths:
  1736.    M /trunk/configure.ac.in
  1737. Familiar interface build with GPE support does not use NEED_GTK_MAIN.
  1738. ------------------------------------------------------------------------
  1739. r2984 | jpsaman | 2002-12-15 23:54:58 +0100 (Sun, 15 Dec 2002) | 2 lines
  1740. Changed paths:
  1741.    M /trunk/ipkg/postinst.opie
  1742.    M /trunk/ipkg/postrm.opie
  1743.    M /trunk/ipkg/rules
  1744.    M /trunk/ipkg/rules.gpe
  1745.    M /trunk/ipkg/rules.opie
  1746.    M /trunk/ipkg/vlc.desktop
  1747. Packaging files for Familiar GPE and OPIE releases.
  1748. ------------------------------------------------------------------------
  1749. r2985 | yves | 2002-12-15 23:55:12 +0100 (Sun, 15 Dec 2002) | 3 lines
  1750. Changed paths:
  1751.    M /trunk/vlc.spec
  1752. you can now build RPMs.
  1753. (ffmpeg still not working properly cause configure.ac seems to sucks)
  1754. ------------------------------------------------------------------------
  1755. r2986 | fenrir | 2002-12-16 00:39:41 +0100 (Mon, 16 Dec 2002) | 5 lines
  1756. Changed paths:
  1757.    M /trunk/AUTHORS
  1758.    M /trunk/configure.ac.in
  1759.    M /trunk/modules/access/Modules.am
  1760.    A /trunk/modules/access/ftp.c
  1761.    M /trunk/modules/mux/mpeg/pes.c
  1762.    M /trunk/modules/mux/mpeg/pes.h
  1763.    M /trunk/modules/mux/mpeg/ps.c
  1764.    M /trunk/modules/mux/mpeg/ts.c
  1765.  * modules/mux/mpeg/*: should fix builtin compilation
  1766.  * modules/access/ftp.c : an ftp access, buggy but it begins to work.
  1767. The main issue is about password confidentiality so you must know
  1768. what you are doing :((
  1769. ------------------------------------------------------------------------
  1770. r2987 | babal | 2002-12-16 01:41:00 +0100 (Mon, 16 Dec 2002) | 5 lines
  1771. Changed paths:
  1772.    M /trunk/modules/gui/win32/disc.cpp
  1773.    M /trunk/modules/gui/win32/disc.dfm
  1774.    M /trunk/modules/gui/win32/disc.h
  1775.    M /trunk/modules/gui/win32/preferences.dfm
  1776. - disc.* : a few enhancements in the design of the "open disc" dialog
  1777.   box, including the ability to select dvd menus instead of a particular
  1778.   title and chapter
  1779. - preferences.dfm : multiline tabs
  1780. ------------------------------------------------------------------------
  1781. r2988 | fenrir | 2002-12-16 11:49:16 +0100 (Mon, 16 Dec 2002) | 2 lines
  1782. Changed paths:
  1783.    M /trunk/configure.ac.in
  1784.  Should fix compilation/configuration with --with-ffmpeg options.
  1785. ------------------------------------------------------------------------
  1786. r2989 | fenrir | 2002-12-16 14:04:36 +0100 (Mon, 16 Dec 2002) | 2 lines
  1787. Changed paths:
  1788.    M /trunk/modules/demux/avi/libavi.c
  1789.  * libavi.c: improved parsing of some corrupted files.
  1790. ------------------------------------------------------------------------
  1791. r2990 | fenrir | 2002-12-16 16:17:12 +0100 (Mon, 16 Dec 2002) | 2 lines
  1792. Changed paths:
  1793.    M /trunk/modules/access/ftp.c
  1794.  * compilation fix for Os X.
  1795. ------------------------------------------------------------------------
  1796. r2991 | gbazin | 2002-12-16 17:48:04 +0100 (Mon, 16 Dec 2002) | 6 lines
  1797. Changed paths:
  1798.    M /trunk/modules/access/rtp.c
  1799.    M /trunk/modules/access/udp.c
  1800.    M /trunk/modules/misc/network/ipv4.c
  1801. * modules/access/udp.c, modules/access/rtp.c, modules/misc/network/ipv4.c: only check for
  1802. the "server-port" config variable in the access plugins. access_output plugins will now
  1803. pick a port at random, thus allowing sout to work out of the box on a localhost. (thanks
  1804. Meuuh)
  1805. ------------------------------------------------------------------------
  1806. r2992 | gbazin | 2002-12-16 19:30:12 +0100 (Mon, 16 Dec 2002) | 4 lines
  1807. Changed paths:
  1808.    M /trunk/modules/demux/ogg.c
  1809. * modules/demux/ogg.c: added support for the old type of headers produced by the first
  1810. versions of OggDS.
  1811. ------------------------------------------------------------------------
  1812. r2993 | titer | 2002-12-16 21:18:42 +0100 (Mon, 16 Dec 2002) | 2 lines
  1813. Changed paths:
  1814.    M /trunk/modules/gui/beos/AudioOutput.cpp
  1815.  Fixed a possible crash.
  1816. ------------------------------------------------------------------------
  1817. r2994 | jpsaman | 2002-12-16 22:48:17 +0100 (Mon, 16 Dec 2002) | 2 lines
  1818. Changed paths:
  1819.    M /trunk/modules/gui/familiar/callbacks.c
  1820.    M /trunk/modules/gui/familiar/familiar.c
  1821. Workaround for crash in ReadDirectory when called from the comboURL text box. For now it is mandatory to prefix filepaths on local disk with "file://" when typing it in the comboURL box.
  1822. ------------------------------------------------------------------------
  1823. r2995 | jpsaman | 2002-12-16 23:06:59 +0100 (Mon, 16 Dec 2002) | 2 lines
  1824. Changed paths:
  1825.    M /trunk/modules/gui/familiar/callbacks.c
  1826.    M /trunk/modules/gui/familiar/familiar.h
  1827. Cleanup action.
  1828. ------------------------------------------------------------------------
  1829. r2996 | massiot | 2002-12-17 00:25:23 +0100 (Tue, 17 Dec 2002) | 2 lines
  1830. Changed paths:
  1831.    M /trunk/modules/codec/spudec/parse.c
  1832. Fixed (again) a rendering bug on big endian systems. :-p
  1833. ------------------------------------------------------------------------
  1834. r2997 | sam | 2002-12-17 10:54:32 +0100 (Tue, 17 Dec 2002) | 2 lines
  1835. Changed paths:
  1836.    M /trunk/modules/gui/kde/preferences.cpp
  1837.   * ./modules/gui/kde/preferences.cpp: fixed a compilation issue and a crash.
  1838. ------------------------------------------------------------------------
  1839. r2998 | sam | 2002-12-17 15:39:05 +0100 (Tue, 17 Dec 2002) | 2 lines
  1840. Changed paths:
  1841.    M /trunk/bootstrap
  1842.   * ./bootstrap: added warning messages for old automake versions.
  1843. ------------------------------------------------------------------------
  1844. r2999 | jpsaman | 2002-12-17 22:04:49 +0100 (Tue, 17 Dec 2002) | 2 lines
  1845. Changed paths:
  1846.    M /trunk/modules/gui/familiar/callbacks.c
  1847.    M /trunk/modules/gui/familiar/familiar.c
  1848. Functionality of Familiar Linux Gtk+ interface is finished. Only testing on iPaqwith libgpewidget0  still needs to be done.
  1849. ------------------------------------------------------------------------
  1850. r3000 | gbazin | 2002-12-17 22:15:43 +0100 (Tue, 17 Dec 2002) | 7 lines
  1851. Changed paths:
  1852.    M /trunk/configure.ac.in
  1853.    M /trunk/modules/demux/Modules.am
  1854.    A /trunk/modules/demux/rawdv.c
  1855. * modules/demux/rawdv.c: new raw dv demuxer (only video for now). I
  1856. didn't find a way to detect correctly a raw dv file so for now we just
  1857. check the file extension (.dv). You can additionaly force this demuxer.
  1858. PS: the ffmpeg plugin works quite well for decoding dv videos.
  1859. ------------------------------------------------------------------------
  1860. r3001 | fenrir | 2002-12-17 22:58:03 +0100 (Tue, 17 Dec 2002) | 3 lines
  1861. Changed paths:
  1862.    M /trunk/modules/mux/mpeg/bits.h
  1863.    M /trunk/modules/mux/mpeg/ts.c
  1864.  * bits.h: fixed a stupid bug.
  1865.  * ts.c: removed an unused variable.
  1866. ------------------------------------------------------------------------
  1867. r3002 | fenrir | 2002-12-18 02:34:44 +0100 (Wed, 18 Dec 2002) | 2 lines
  1868. Changed paths:
  1869.    M /trunk/modules/packetizer/mpegaudio.c
  1870. * mpegaudio: fixed another stupid bug for mpeg audio layer 3 only.
  1871. ------------------------------------------------------------------------
  1872. r3003 | gbazin | 2002-12-18 09:08:30 +0100 (Wed, 18 Dec 2002) | 6 lines
  1873. Changed paths:
  1874.    M /trunk/INSTALL.win32
  1875.    M /trunk/src/video_output/video_output.c
  1876. * src/video_output/video_output.c: fixed a bug concerning the aspect
  1877. ratio in vout_Request().
  1878. * INSTALL.win32: small update to the documentation.
  1879. ------------------------------------------------------------------------
  1880. r3004 | sam | 2002-12-18 10:27:26 +0100 (Wed, 18 Dec 2002) | 4 lines
  1881. Changed paths:
  1882.    M /trunk/modules/video_chroma/Modules.am
  1883.    A /trunk/modules/video_output/qte/.cvsignore
  1884.   * ./modules/video_output/qte/.cvsignore: added a missing .cvsignore.
  1885.   * ./modules/video_chroma/Modules.am: added i420_rgb_c.h to the distribution,
  1886.     thanks to Stepan Roh for spotting this.
  1887. ------------------------------------------------------------------------
  1888. r3005 | sam | 2002-12-18 12:47:35 +0100 (Wed, 18 Dec 2002) | 3 lines
  1889. Changed paths:
  1890.    M /trunk/configure.ac.in
  1891.    M /trunk/include/vlc_common.h
  1892.    M /trunk/include/vlc_messages.h
  1893.    M /trunk/include/vlc_threads_funcs.h
  1894.    M /trunk/src/misc/messages.c
  1895.   * ./include/vlc_messages.h: msg_* functions now use the same argument type
  1896.     checks as printf. Only works with gcc 3.2 it seems.
  1897. ------------------------------------------------------------------------
  1898. r3006 | sam | 2002-12-18 13:18:06 +0100 (Wed, 18 Dec 2002) | 3 lines
  1899. Changed paths:
  1900.    M /trunk/src/misc/messages.c
  1901.   * ./src/misc/messages.c: woops, __attribute__(format) is only needed in the
  1902.     prototype.
  1903. ------------------------------------------------------------------------
  1904. r3007 | sam | 2002-12-18 15:17:11 +0100 (Wed, 18 Dec 2002) | 2 lines
  1905. Changed paths:
  1906.    M /trunk/modules/access/ftp.c
  1907.    M /trunk/modules/access/mms/mms.c
  1908.    M /trunk/modules/audio_output/oss.c
  1909.    M /trunk/modules/codec/adpcm.c
  1910.    M /trunk/modules/codec/ffmpeg/audio.c
  1911.    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmx.c
  1912.    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
  1913.    M /trunk/modules/codec/mpeg_video/parser.c
  1914.    M /trunk/modules/demux/asf/libasf.c
  1915.    M /trunk/modules/demux/demuxdump.c
  1916.    M /trunk/modules/demux/mp4/libmp4.c
  1917.    M /trunk/modules/demux/ogg.c
  1918.    M /trunk/modules/demux/wav/wav.c
  1919.    M /trunk/modules/gui/gtk/display.c
  1920.    M /trunk/modules/mux/mpeg/ps.c
  1921.    M /trunk/src/audio_output/mixer.c
  1922.    M /trunk/src/input/input.c
  1923.    M /trunk/src/input/input_ext-intf.c
  1924.    M /trunk/src/misc/threads.c
  1925.    M /trunk/src/misc/variables.c
  1926.    M /trunk/src/video_output/video_output.c
  1927.   * fixed several format string inconsistencies and deprecated C constructions.
  1928. ------------------------------------------------------------------------
  1929. r3008 | sam | 2002-12-18 16:03:48 +0100 (Wed, 18 Dec 2002) | 3 lines
  1930. Changed paths:
  1931.    M /trunk/modules/codec/ffmpeg/ffmpeg.c
  1932.   * ./modules/codec/ffmpeg/ffmpeg.c: cosmetic change, the ffmpeg module now
  1933.     tells what libavcodec build it was built with.
  1934. ------------------------------------------------------------------------
  1935. r3009 | fenrir | 2002-12-18 16:52:06 +0100 (Wed, 18 Dec 2002) | 3 lines
  1936. Changed paths:
  1937.    M /trunk/modules/demux/avi/libavi.c
  1938.  * libavi.c: a sanity check to prevent some segfault with corrupted
  1939. header.
  1940. ------------------------------------------------------------------------
  1941. r3010 | sam | 2002-12-18 17:16:30 +0100 (Wed, 18 Dec 2002) | 3 lines
  1942. Changed paths:
  1943.    M /trunk/modules/demux/avi/libavi.c
  1944.   * ./modules/demux/avi/libavi.c: added an additional sanity check for
  1945.     corrupted headers.
  1946. ------------------------------------------------------------------------
  1947. r3011 | fenrir | 2002-12-18 17:27:56 +0100 (Wed, 18 Dec 2002) | 4 lines
  1948. Changed paths:
  1949.    M /trunk/modules/demux/mpeg/ts.c
  1950.  * ts.c: add preliminary support for mpeg-4 streams in mpeg2-TS.
  1951. Becareful that up to now, it's more a hack. (I need to add SL streams
  1952. managments)
  1953. ------------------------------------------------------------------------
  1954. r3012 | fenrir | 2002-12-18 17:31:25 +0100 (Wed, 18 Dec 2002) | 3 lines
  1955. Changed paths:
  1956.    M /trunk/modules/codec/ffmpeg/video.c
  1957.  * video.c: with mpeg4 stream, we try to decode a picture only when we have
  1958. received an header (vol). (It prevents some segfaults with mpeg4 streaming).
  1959. ------------------------------------------------------------------------
  1960. r3013 | fenrir | 2002-12-18 17:33:09 +0100 (Wed, 18 Dec 2002) | 2 lines
  1961. Changed paths:
  1962.    M /trunk/modules/packetizer/mpeg4video.c
  1963.  * mpeg4video: repeat vol headers every 30 frames (But it is buggy)
  1964. ------------------------------------------------------------------------
  1965. r3014 | gbazin | 2002-12-18 18:52:23 +0100 (Wed, 18 Dec 2002) | 6 lines
  1966. Changed paths:
  1967.    M /trunk/src/input/input_dec.c
  1968.    M /trunk/src/libvlc.h
  1969. * src/libvlc.h, src/input/input_dec.c: added an "sout-video" and
  1970. "sout-audio" config option that allows to selectively enable audio or
  1971. video stream output. This is very useful if you want to play video on
  1972. one computer and audio on another one ;)
  1973. ------------------------------------------------------------------------
  1974. r3015 | sigmunau | 2002-12-19 17:59:31 +0100 (Thu, 19 Dec 2002) | 3 lines
  1975. Changed paths:
  1976.    M /trunk/modules/demux/avi/avi.c
  1977. the avi demux now gives some info about the file being played. One step
  1978. towards closing bug #51. Type 'info' in the rc interface to test.
  1979. ------------------------------------------------------------------------
  1980. r3016 | massiot | 2002-12-19 18:29:13 +0100 (Thu, 19 Dec 2002) | 2 lines
  1981. Changed paths:
  1982.    M /trunk/modules/access/http.c
  1983. Fixed an HTTP compliance issue (thanks Xag).
  1984. ------------------------------------------------------------------------
  1985. r3017 | sigmunau | 2002-12-20 00:23:25 +0100 (Fri, 20 Dec 2002) | 8 lines
  1986. Changed paths:
  1987.    M /trunk/modules/codec/vorbis.c
  1988.    M /trunk/modules/demux/ogg.c
  1989. * modules/demux/ogg.c: provide some file info. Tested with the tarzan.ogm
  1990. * modules/codec/vorbis.c: parse the vorbis comment (can anyone tell me why the
  1991. comment is embedded in the logical stream and not directly in the
  1992. container?). The vorbis comments are in utf8, so extended characters
  1993. currently get messed up.
  1994. Still tring to close #51
  1995. ------------------------------------------------------------------------
  1996. r3018 | yves | 2002-12-20 08:35:39 +0100 (Fri, 20 Dec 2002) | 5 lines
  1997. Changed paths:
  1998.    M /trunk/vlc.spec
  1999. - added rawdv plugin.
  2000. - make it working again with daily CVS snapshot.
  2001. - some typos fixed.
  2002. - better workaround for broken mdk configure macro (aka don't harcore arch in name).
  2003. ------------------------------------------------------------------------
  2004. r3019 | yves | 2002-12-20 08:35:56 +0100 (Fri, 20 Dec 2002) | 2 lines
  2005. Changed paths:
  2006.    M /trunk/AUTHORS
  2007. fixed my entry.
  2008. ------------------------------------------------------------------------
  2009. r3020 | jpsaman | 2002-12-20 15:28:10 +0100 (Fri, 20 Dec 2002) | 2 lines
  2010. Changed paths:
  2011.    M /trunk/ipkg/vlc.gpe
  2012. Fixed path to pixmaps for GPE menu system.
  2013. ------------------------------------------------------------------------
  2014. r3021 | sigmunau | 2002-12-20 16:18:56 +0100 (Fri, 20 Dec 2002) | 2 lines
  2015. Changed paths:
  2016.    M /trunk/modules/demux/ogg.c
  2017. removed the code that was not supposed to be in my last commit
  2018. ------------------------------------------------------------------------
  2019. r3022 | jpsaman | 2002-12-20 22:33:40 +0100 (Fri, 20 Dec 2002) | 2 lines
  2020. Changed paths:
  2021.    M /trunk/modules/gui/familiar/callbacks.c
  2022.    M /trunk/modules/gui/familiar/familiar.c
  2023. Defenitely fixed segmentation fault on directory change.
  2024. ------------------------------------------------------------------------
  2025. r3023 | sigmunau | 2002-12-21 12:20:30 +0100 (Sat, 21 Dec 2002) | 4 lines
  2026. Changed paths:
  2027.    M /trunk/modules/gui/wxwindows/Modules.am
  2028.    A /trunk/modules/gui/wxwindows/fileinfo.cpp
  2029.    M /trunk/modules/gui/wxwindows/interface.cpp
  2030.    M /trunk/modules/gui/wxwindows/wxwindows.h
  2031.  first shot at a file info dialog for the wxwindows interface. It still
  2032. needs to get a sane default size and some cleanups of the code, but I commit
  2033. now in case anyone wants it during cristmas
  2034. ------------------------------------------------------------------------
  2035. r3024 | sam | 2002-12-22 18:08:42 +0100 (Sun, 22 Dec 2002) | 3 lines
  2036. Changed paths:
  2037.    M /trunk/src/audio_output/input.c
  2038.   * ./src/audio_output/input.c: fixed a side-effect problem in buffer dates
  2039.     recalculation (spotted by KKI).
  2040. ------------------------------------------------------------------------
  2041. r3025 | jpsaman | 2002-12-22 22:08:36 +0100 (Sun, 22 Dec 2002) | 2 lines
  2042. Changed paths:
  2043.    M /trunk/configure.ac.in
  2044.    M /trunk/modules/gui/familiar/familiar.c
  2045. Familiar GPE interface support fixes. Only Manage() function does not seem to work properly.
  2046. ------------------------------------------------------------------------
  2047. r3026 | jpsaman | 2002-12-22 22:46:50 +0100 (Sun, 22 Dec 2002) | 2 lines
  2048. Changed paths:
  2049.    M /trunk/modules/gui/familiar/callbacks.c
  2050.    M /trunk/modules/gui/familiar/familiar.c
  2051. Typing file locations in URL combo without "file://" prefix is possible again.
  2052. ------------------------------------------------------------------------
  2053. r3027 | jpsaman | 2002-12-23 00:23:45 +0100 (Mon, 23 Dec 2002) | 2 lines
  2054. Changed paths:
  2055.    M /trunk/ipkg/rules.gpe
  2056.    M /trunk/ipkg/vlc.gpe
  2057.    M /trunk/modules/gui/familiar/familiar.c
  2058. Use SDL output as default for iPaq.
  2059. ------------------------------------------------------------------------
  2060. r3028 | massiot | 2002-12-23 14:49:11 +0100 (Mon, 23 Dec 2002) | 2 lines
  2061. Changed paths:
  2062.    M /trunk/modules/audio_output/oss.c
  2063. Cosmetic.
  2064. ------------------------------------------------------------------------
  2065. r3029 | massiot | 2002-12-23 14:58:46 +0100 (Mon, 23 Dec 2002) | 2 lines
  2066. Changed paths:
  2067.    M /trunk/modules/audio_output/oss.c
  2068. Cosmetic (thanks Heiko).
  2069. ------------------------------------------------------------------------
  2070. r3030 | massiot | 2002-12-23 16:39:07 +0100 (Mon, 23 Dec 2002) | 2 lines
  2071. Changed paths:
  2072.    M /trunk/modules/access/http.c
  2073. Fixed an IPv6-related bug (thanks Xag).
  2074. ------------------------------------------------------------------------
  2075. r3031 | jpsaman | 2002-12-23 16:39:17 +0100 (Mon, 23 Dec 2002) | 2 lines
  2076. Changed paths:
  2077.    M /trunk/configure.ac.in
  2078. Familiar interface now uses define NEED_GTK_MAIN define.
  2079. ------------------------------------------------------------------------
  2080. r3032 | massiot | 2002-12-23 17:05:04 +0100 (Mon, 23 Dec 2002) | 2 lines
  2081. Changed paths:
  2082.    M /trunk/modules/misc/network/ipv6.c
  2083. Fixed a side-effect bug with IPv6 addresses (thanks Xag).
  2084. ------------------------------------------------------------------------
  2085. r3033 | massiot | 2002-12-23 17:21:54 +0100 (Mon, 23 Dec 2002) | 2 lines
  2086. Changed paths:
  2087.    M /trunk/modules/misc/network/ipv6.c
  2088. Fixed my fix :p.
  2089. ------------------------------------------------------------------------
  2090. r3034 | bozo | 2002-12-23 18:22:46 +0100 (Mon, 23 Dec 2002) | 2 lines
  2091. Changed paths:
  2092.    M /trunk/modules/audio_output/alsa.c
  2093. Little fixes.
  2094. ------------------------------------------------------------------------
  2095. r3035 | jpsaman | 2002-12-23 22:58:33 +0100 (Mon, 23 Dec 2002) | 2 lines
  2096. Changed paths:
  2097.    M /trunk/modules/video_output/sdl.c
  2098. Set priority of sdl video output to 60 iso 40. So it is now the default choice for iPaq iso x11.
  2099. ------------------------------------------------------------------------
  2100. r3036 | jpsaman | 2002-12-23 23:00:01 +0100 (Mon, 23 Dec 2002) | 2 lines
  2101. Changed paths:
  2102.    M /trunk/ipkg/rules.gpe
  2103. Enabled --with-gpe-prefix in buildscript.
  2104. ------------------------------------------------------------------------
  2105. r3037 | sam | 2002-12-24 10:49:25 +0100 (Tue, 24 Dec 2002) | 2 lines
  2106. Changed paths:
  2107.    M /trunk/configure.ac.in
  2108.   * ./configure.ac.in: fixed dpms.h detection (missing prerequisite headers).
  2109. ------------------------------------------------------------------------
  2110. r3038 | massiot | 2002-12-24 16:28:57 +0100 (Tue, 24 Dec 2002) | 2 lines
  2111. Changed paths:
  2112.    M /trunk/modules/audio_filter/converter/fixed32tos16.c
  2113. Fixed a major bug in fixed32tos16.c.
  2114. ------------------------------------------------------------------------
  2115. r3039 | jpsaman | 2002-12-24 19:23:12 +0100 (Tue, 24 Dec 2002) | 2 lines
  2116. Changed paths:
  2117.    M /trunk/ipkg/control.gpe
  2118. Added esddsp package to dependency list.
  2119. ------------------------------------------------------------------------
  2120. r3040 | jpsaman | 2002-12-24 20:08:21 +0100 (Tue, 24 Dec 2002) | 2 lines
  2121. Changed paths:
  2122.    M /trunk/ipkg/control
  2123.    M /trunk/ipkg/control.gpe
  2124.    A /trunk/ipkg/postinst
  2125.    A /trunk/ipkg/postrm
  2126.    M /trunk/ipkg/rules
  2127. Update packaging scripts.
  2128. ------------------------------------------------------------------------
  2129. r3041 | jpsaman | 2002-12-24 20:09:12 +0100 (Tue, 24 Dec 2002) | 2 lines
  2130. Changed paths:
  2131.    M /trunk/modules/audio_filter/converter/fixed32tos16.c
  2132. Cosmetic changes.
  2133. ------------------------------------------------------------------------
  2134. r3042 | jpsaman | 2002-12-24 20:25:35 +0100 (Tue, 24 Dec 2002) | 2 lines
  2135. Changed paths:
  2136.    M /trunk/ipkg/rules.gpe
  2137. Cosmetic changes.
  2138. ------------------------------------------------------------------------
  2139. r3043 | jpsaman | 2002-12-24 20:25:54 +0100 (Tue, 24 Dec 2002) | 2 lines
  2140. Changed paths:
  2141.    M /trunk/modules/video_output/qte/qte.cpp
  2142. Added some debug info.
  2143. ------------------------------------------------------------------------
  2144. r3044 | jpsaman | 2002-12-24 20:26:50 +0100 (Tue, 24 Dec 2002) | 2 lines
  2145. Changed paths:
  2146.    M /trunk/ipkg/rules.gpe
  2147. Forget some.
  2148. ------------------------------------------------------------------------
  2149. r3045 | jpsaman | 2002-12-24 21:11:45 +0100 (Tue, 24 Dec 2002) | 2 lines
  2150. Changed paths:
  2151.    M /trunk/ipkg/control
  2152.    M /trunk/ipkg/rules
  2153. Build and packaging scripts for building Familiar Linux interface with only GTK+ support.
  2154. ------------------------------------------------------------------------
  2155. r3046 | jpsaman | 2002-12-24 21:15:34 +0100 (Tue, 24 Dec 2002) | 2 lines
  2156. Changed paths:
  2157.    M /trunk/ipkg/control
  2158. Added gpe and gpe-vlc to Conflicts list for only X11/GTK+ packages.
  2159. ------------------------------------------------------------------------
  2160. r3047 | massiot | 2002-12-25 00:00:51 +0100 (Wed, 25 Dec 2002) | 3 lines
  2161. Changed paths:
  2162.    M /trunk/modules/gui/macosx/intf.m
  2163.    M /trunk/modules/gui/macosx/vout.h
  2164.    M /trunk/modules/gui/macosx/vout.m
  2165. * Use BeginFullScreen() to hide the mouse cursor ;
  2166. * Cheat with the screen saver (closes #46).
  2167. ------------------------------------------------------------------------
  2168. r3048 | sam | 2002-12-25 00:31:49 +0100 (Wed, 25 Dec 2002) | 2 lines
  2169. Changed paths:
  2170.    M /trunk/ipkg/Makefile.am
  2171.   * ./ipkg/Makefile.am: added missing files to the distribution.
  2172. ------------------------------------------------------------------------
  2173. r3049 | massiot | 2002-12-25 03:23:37 +0100 (Wed, 25 Dec 2002) | 7 lines
  2174. Changed paths:
  2175.    M /trunk/configure.ac.in
  2176.    M /trunk/modules/access/ftp.c
  2177.    M /trunk/modules/audio_filter/converter/a52tofloat32.c
  2178.    M /trunk/modules/gui/macosx/controls.m
  2179.    M /trunk/modules/gui/macosx/intf.h
  2180.    M /trunk/modules/gui/macosx/intf.m
  2181.    M /trunk/modules/gui/macosx/prefs.m
  2182.    M /trunk/modules/gui/macosx/vout.m
  2183.    M /trunk/po/POTFILES.in
  2184.    M /trunk/src/audio_output/common.c
  2185.    M /trunk/src/audio_output/input.c
  2186. Santa Claus brings to you :
  2187. * A placeholder for the Italian translation,
  2188. * A bug fix for mono streams on stereo speakers,
  2189. * A fix for a possible crash in the FTP access,
  2190. * Correct coordinates in OS X fullscreen modes (closing #47),
  2191. * Cosmetic fixes.
  2192. ------------------------------------------------------------------------
  2193. r3050 | massiot | 2002-12-25 03:25:29 +0100 (Wed, 25 Dec 2002) | 2 lines
  2194. Changed paths:
  2195.    A /trunk/po/it.po
  2196. ... _with_ the actual Italian placeholder (can you believe it ?).
  2197. ------------------------------------------------------------------------
  2198. r3051 | massiot | 2002-12-25 22:02:35 +0100 (Wed, 25 Dec 2002) | 3 lines
  2199. Changed paths:
  2200.    M /trunk/Makefile.am
  2201.    M /trunk/bootstrap
  2202.    M /trunk/ipkg/Makefile.am
  2203. * Re-enabled package-* Makefile rules,
  2204. * Worked around automake stack overflow bug on Darwin.
  2205. ------------------------------------------------------------------------
  2206. r3052 | sam | 2002-12-25 23:05:16 +0100 (Wed, 25 Dec 2002) | 3 lines
  2207. Changed paths:
  2208.    M /trunk/Makefile.am
  2209.    M /trunk/bootstrap
  2210.    M /trunk/configure.ac.in
  2211.    M /trunk/ipkg/Makefile.am
  2212.   * ./configure.ac.in: lured xggettext into thinking _NS is a keyword.
  2213.   * ./bootstrap: bootstrap --update-po also updates vlc.pot.
  2214. ------------------------------------------------------------------------
  2215. r3053 | sam | 2002-12-25 23:36:14 +0100 (Wed, 25 Dec 2002) | 4 lines
  2216. Changed paths:
  2217.    M /trunk/bootstrap
  2218.    A /trunk/toolbox
  2219.   * ./bootstrap: fixed an automake 1.5 check.
  2220.   * ./toolbox: removed code from bootstrap that wasn't related to the
  2221.     bootstrapping sequence and put it here.
  2222. ------------------------------------------------------------------------
  2223. r3054 | sam | 2002-12-26 00:39:01 +0100 (Thu, 26 Dec 2002) | 3 lines
  2224. Changed paths:
  2225.    M /trunk/doc/fortunes.txt
  2226.    M /trunk/po/POTFILES.in
  2227.    M /trunk/po/de.po
  2228.    M /trunk/po/en_GB.po
  2229.    M /trunk/po/fr.po
  2230.    M /trunk/po/it.po
  2231.    M /trunk/po/ja.po
  2232.    M /trunk/po/nl.po
  2233.    M /trunk/po/no.po
  2234.    M /trunk/po/pl.po
  2235.    M /trunk/po/ru.po
  2236.    M /trunk/po/se.po
  2237.    M /trunk/po/vlc.pot
  2238.    M /trunk/src/input/input_ext-intf.c
  2239.    M /trunk/src/libvlc.c
  2240.    M /trunk/src/vlc.c
  2241.   * ./src/libvlc.c: added a debug message to test the translation system.
  2242.   * updated the .po files.
  2243. ------------------------------------------------------------------------
  2244. r3055 | massiot | 2002-12-26 11:55:35 +0100 (Thu, 26 Dec 2002) | 2 lines
  2245. Changed paths:
  2246.    M /trunk/bootstrap
  2247. Check for the presence of arguments (--help ?) before rebuilding everything.
  2248. ------------------------------------------------------------------------
  2249. r3056 | massiot | 2002-12-26 14:58:12 +0100 (Thu, 26 Dec 2002) | 2 lines
  2250. Changed paths:
  2251.    M /trunk/configure.ac.in
  2252. Do not compile imdct and downmix modules anymore.
  2253. ------------------------------------------------------------------------
  2254. r3057 | stippi | 2002-12-26 19:17:38 +0100 (Thu, 26 Dec 2002) | 2 lines
  2255. Changed paths:
  2256.    M /trunk/modules/gui/beos/AudioOutput.cpp
  2257.    M /trunk/modules/gui/beos/VlcWrapper.cpp
  2258. added 'extern "C"' to some includes
  2259. ------------------------------------------------------------------------
  2260. r3058 | massiot | 2002-12-27 01:17:49 +0100 (Fri, 27 Dec 2002) | 3 lines
  2261. Changed paths:
  2262.    M /trunk/Makefile.am
  2263.    M /trunk/configure.ac.in
  2264.    M /trunk/po/it.po
  2265.    M /trunk/src/libvlc.c
  2266.    M /trunk/src/misc/darwin_specific.c
  2267. * Italien translation, courtesy of Bruno <allevb@tin.it>,
  2268. * Compilation fixes for gettext 0.11.5 on MacOS X.
  2269. ------------------------------------------------------------------------
  2270. r3059 | massiot | 2002-12-27 09:37:25 +0100 (Fri, 27 Dec 2002) | 2 lines
  2271. Changed paths:
  2272.    M /trunk/Makefile.am
  2273. Fixed a typo.
  2274. ------------------------------------------------------------------------
  2275. r3060 | massiot | 2002-12-27 10:47:55 +0100 (Fri, 27 Dec 2002) | 2 lines
  2276. Changed paths:
  2277.    M /trunk/AUTHORS
  2278.    M /trunk/po/it.po
  2279. Added Bruno Vella <allevb@tin.it>, author of the Italian localization.
  2280. ------------------------------------------------------------------------
  2281. r3061 | massiot | 2002-12-27 10:57:23 +0100 (Fri, 27 Dec 2002) | 2 lines
  2282. Changed paths:
  2283.    M /trunk/AUTHORS
  2284. Audio output.
  2285. ------------------------------------------------------------------------
  2286. r3062 | sam | 2002-12-27 13:44:36 +0100 (Fri, 27 Dec 2002) | 3 lines
  2287. Changed paths:
  2288.    M /trunk/Makefile.am
  2289.   * ./Makefile.am: we don't try to distribute mozilla/vlcintf.h since it's
  2290.     created at compile time.
  2291. ------------------------------------------------------------------------
  2292. r3063 | sam | 2002-12-27 15:16:13 +0100 (Fri, 27 Dec 2002) | 5 lines
  2293. Changed paths:
  2294.    M /trunk/configure.ac.in
  2295.   * ./configure.ac.in: added a check for $EGREP at the beginning, so that
  2296.     it's not done in an obscure "if" statement.
  2297.   * ./configure.ac.in: added verbosity around all EGREP calls so that we
  2298.     know what's going on.
  2299. ------------------------------------------------------------------------
  2300. r3064 | sam | 2002-12-27 16:31:56 +0100 (Fri, 27 Dec 2002) | 4 lines
  2301. Changed paths:
  2302.    M /trunk/Makefile.am
  2303.    M /trunk/configure.ac.in
  2304.    M /trunk/include/vlc_common.h
  2305.    M /trunk/src/extras/libc.c
  2306.   * ./src/extras/libc.c: if configure is called with --with-included-gettext,
  2307.     we export vlc_dgettext to plugins so that their messages can be translated
  2308.     as well.
  2309. ------------------------------------------------------------------------
  2310. r3065 | sam | 2002-12-27 16:40:52 +0100 (Fri, 27 Dec 2002) | 2 lines
  2311. Changed paths:
  2312.    M /trunk/modules/demux/avi/avi.c
  2313.   * ./modules/demux/avi/avi.c: replaced a useless asprintf with sprintf.
  2314. ------------------------------------------------------------------------
  2315. r3066 | sam | 2002-12-28 02:20:23 +0100 (Sat, 28 Dec 2002) | 3 lines
  2316. Changed paths:
  2317.    M /trunk/configure.ac.in
  2318.   * ./configure.ac.in: we don't link with -lintl if building against our
  2319.     internal one.
  2320. ------------------------------------------------------------------------
  2321. r3067 | sam | 2002-12-28 02:53:40 +0100 (Sat, 28 Dec 2002) | 3 lines
  2322. Changed paths:
  2323.    M /trunk/configure.ac.in
  2324.   * ./configure.ac.in: removed AC_PROG_EGREP because it's for autoconf 2.54+
  2325.     and used AC_EGREP_CPP instead.
  2326. ------------------------------------------------------------------------
  2327. r3068 | massiot | 2002-12-28 03:02:18 +0100 (Sat, 28 Dec 2002) | 2 lines
  2328. Changed paths:
  2329.    M /trunk/Makefile.am
  2330.    M /trunk/modules/codec/a52.c
  2331.    M /trunk/modules/codec/lpcm.c
  2332.    M /trunk/src/audio_output/dec.c
  2333. Added support for 32 kHz LPCM streams (thanks _Demo_ !).
  2334. ------------------------------------------------------------------------
  2335. r3069 | massiot | 2002-12-28 14:35:40 +0100 (Sat, 28 Dec 2002) | 2 lines
  2336. Changed paths:
  2337.    M /trunk/Makefile.am
  2338. Yet another typo. :p
  2339. ------------------------------------------------------------------------
  2340. r3070 | sam | 2002-12-28 16:04:22 +0100 (Sat, 28 Dec 2002) | 2 lines
  2341. Changed paths:
  2342.    M /trunk/debian/control
  2343.   * ./debian/control: fixed various dependencies.
  2344. ------------------------------------------------------------------------
  2345. r3071 | massiot | 2002-12-29 02:16:28 +0100 (Sun, 29 Dec 2002) | 5 lines
  2346. Changed paths:
  2347.    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
  2348.    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
  2349.    M /trunk/modules/gui/macosx/controls.m
  2350.    M /trunk/modules/gui/macosx/intf.m
  2351.    M /trunk/modules/gui/macosx/prefs.m
  2352.    M /trunk/po/fr.po
  2353. OS X port :
  2354. * Reenabled fullscreen shortcut, due to popular requests,
  2355. * Fixed charset encoding in the Preferences window,
  2356. * New implementation of --loop.
  2357. ------------------------------------------------------------------------
  2358. r3072 | massiot | 2002-12-29 02:33:35 +0100 (Sun, 29 Dec 2002) | 2 lines
  2359. Changed paths:
  2360.    M /trunk/modules/codec/mad/libmad.c
  2361. PTS calculation fix for the mad plug-in, courtesy of KKI_ on IRC.
  2362. ------------------------------------------------------------------------
  2363. r3073 | babal | 2002-12-29 22:00:39 +0100 (Sun, 29 Dec 2002) | 3 lines
  2364. Changed paths:
  2365.    M /trunk/modules/gui/win32/playlist.cpp
  2366.    M /trunk/modules/gui/win32/playlist.dfm
  2367.    M /trunk/modules/gui/win32/playlist.h
  2368. no time to fix the playlist save&restore issue before the release (and
  2369. wouldn't be wise anyway), so deactivated it in the win32 interface.
  2370. ------------------------------------------------------------------------
  2371. r3074 | massiot | 2002-12-30 09:56:19 +0100 (Mon, 30 Dec 2002) | 3 lines
  2372. Changed paths:
  2373.    M /trunk/Makefile.am
  2374.    M /trunk/configure.ac.in
  2375.    M /trunk/modules/access/Modules.am
  2376.    M /trunk/modules/access/mms/mms.c
  2377.    D /trunk/modules/access/rtp.c
  2378.    M /trunk/modules/access/udp.c
  2379.    D /trunk/src/misc/darwin_specific.c
  2380.    A /trunk/src/misc/darwin_specific.m
  2381. * modules/access/udp.c: Merged the UDP and RTP plug-ins, with autodetection of RTP,
  2382. * src/misc/darwin_specific.m: if $LANG isn't set, retrieve NSUserDefaults.
  2383. ------------------------------------------------------------------------
  2384. r3075 | massiot | 2002-12-30 12:49:32 +0100 (Mon, 30 Dec 2002) | 2 lines
  2385. Changed paths:
  2386.    M /trunk/modules/access/udp.c
  2387. Added RTP shortcuts to udp.c for backwards compatibility.
  2388. ------------------------------------------------------------------------
  2389. r3076 | sam | 2002-12-30 14:34:03 +0100 (Mon, 30 Dec 2002) | 3 lines
  2390. Changed paths:
  2391.    M /trunk/configure.ac.in
  2392.    M /trunk/src/extras/libc.c
  2393.   * ./configure.ac.in: fixed the strncasecmp detection.
  2394.   * ./src/extras/libc.c: fixed a bug in our built-in strncasecmp.
  2395. ------------------------------------------------------------------------
  2396. r3077 | gbazin | 2002-12-30 18:28:31 +0100 (Mon, 30 Dec 2002) | 5 lines
  2397. Changed paths:
  2398.    M /trunk/modules/codec/adpcm.c
  2399.    M /trunk/modules/codec/araw.c
  2400.    M /trunk/modules/codec/faad/decoder.c
  2401.    M /trunk/modules/codec/ffmpeg/audio.c
  2402.    M /trunk/modules/codec/lpcm.c
  2403.    M /trunk/modules/codec/mad/libmad.c
  2404.    M /trunk/modules/codec/mpeg_audio/decoder.c
  2405.    M /trunk/modules/codec/vorbis.c
  2406. * modules/codec/*: make sure all audio decoders set
  2407. output_format.i_bytes_per_frame and output_format.i_frame_length
  2408. properly.
  2409. ------------------------------------------------------------------------
  2410. r3078 | gbazin | 2002-12-30 18:36:01 +0100 (Mon, 30 Dec 2002) | 5 lines
  2411. Changed paths:
  2412.    M /trunk/include/vlc_common.h
  2413.    M /trunk/include/vlc_threads.h
  2414.    M /trunk/src/misc/messages.c
  2415. * src/misc/messages.c: don't try to decorate logs on win32.
  2416. * include/vlc_common.h, include/vlc_threads.h: we now use different
  2417. thread priorities for WinNT/2k/XP or Win9x/Me.
  2418. ------------------------------------------------------------------------