------------------------------------------------------------------------
r18348 | hartman | 2006-12-10 00:37:28 +0100 (Sun, 10 Dec 2006) | 2 lines
Changed paths:
   M /tags/0.8.6/ChangeLog
   M /tags/0.8.6/NEWS

* updated NEWS, ChangeLog

------------------------------------------------------------------------
r18347 | hartman | 2006-12-10 00:16:30 +0100 (Sun, 10 Dec 2006) | 4 lines
Changed paths:
   M /tags/0.8.6/modules/gui/wxwidgets/dialogs/playlist.cpp

* Fix for non-working DELETE key in Playlist on Win32 
For some unknown reason, wxwidgets 2.6.3 always return WXK_NUMPAD_DELETE 
even in case normal Delete key was pressed

------------------------------------------------------------------------
r18346 | hartman | 2006-12-10 00:14:57 +0100 (Sun, 10 Dec 2006) | 2 lines
Changed paths:
   M /tags/0.8.6/modules/demux/mkv.cpp

* Fix a heavy crash due to free instead of LocaleFree() in mkv module

------------------------------------------------------------------------
r18345 | hartman | 2006-12-09 21:36:47 +0100 (Sat, 09 Dec 2006) | 2 lines
Changed paths:
   D /branches/0.8.6
   A /tags/0.8.6 (from /branches/0.8.6:18342)

* 0.8.6 Branch -> Tag

------------------------------------------------------------------------
r18338 | hartman | 2006-12-09 02:40:27 +0100 (Sat, 09 Dec 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/ChangeLog
   M /branches/0.8.6/po/af.po
   M /branches/0.8.6/po/ar.po
   M /branches/0.8.6/po/ca.po
   M /branches/0.8.6/po/co.po
   M /branches/0.8.6/po/cs.po
   M /branches/0.8.6/po/da.po
   M /branches/0.8.6/po/de.po
   M /branches/0.8.6/po/en_GB.po
   M /branches/0.8.6/po/es.po
   M /branches/0.8.6/po/eu.po
   M /branches/0.8.6/po/fr.po
   M /branches/0.8.6/po/fur.po
   M /branches/0.8.6/po/gl.po
   M /branches/0.8.6/po/he.po
   M /branches/0.8.6/po/hi.po
   M /branches/0.8.6/po/hu.po
   M /branches/0.8.6/po/it.po
   M /branches/0.8.6/po/ja.po
   M /branches/0.8.6/po/ka.po
   M /branches/0.8.6/po/ko.po
   M /branches/0.8.6/po/lt.po
   M /branches/0.8.6/po/lv.po
   M /branches/0.8.6/po/ms.po
   M /branches/0.8.6/po/nb.po
   M /branches/0.8.6/po/ne.po
   M /branches/0.8.6/po/nl.po
   M /branches/0.8.6/po/nn.po
   M /branches/0.8.6/po/oc.po
   M /branches/0.8.6/po/pa.po
   M /branches/0.8.6/po/pt_BR.po
   M /branches/0.8.6/po/ro.po
   M /branches/0.8.6/po/ru.po
   M /branches/0.8.6/po/sk.po
   M /branches/0.8.6/po/sl.po
   M /branches/0.8.6/po/sq.po
   M /branches/0.8.6/po/sv.po
   M /branches/0.8.6/po/th.po
   M /branches/0.8.6/po/tr.po
   M /branches/0.8.6/po/vlc.pot
   M /branches/0.8.6/po/zh_CN.po
   M /branches/0.8.6/po/zh_TW.po

* update po 
* update ChangeLog

------------------------------------------------------------------------
r18337 | hartman | 2006-12-09 02:32:42 +0100 (Sat, 09 Dec 2006) | 4 lines
Changed paths:
   M /branches/0.8.6/INSTALL.win32
   M /branches/0.8.6/NEWS
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
   M /branches/0.8.6/extras/MacOSX/vlc.pbproj/project.pbxproj
   M /branches/0.8.6/mozilla/install.js

* Update version to 0.8.6
* Update NEWS just a tad
* Update contrib in INSTALL.win32

------------------------------------------------------------------------
r18336 | hartman | 2006-12-09 02:01:02 +0100 (Sat, 09 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/access/rtsp/access.c
   M /branches/0.8.6/modules/access/rtsp/real.c
   M /branches/0.8.6/modules/access/rtsp/rtsp.c

* Only try real module in case of real:// realrtsp:// or pnm://

------------------------------------------------------------------------
r18335 | hartman | 2006-12-08 22:36:28 +0100 (Fri, 08 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/extras/contrib/src/Makefile

* Compile x264 with pic enabled. (how logical :D)

------------------------------------------------------------------------
r18334 | hartman | 2006-12-08 21:59:39 +0100 (Fri, 08 Dec 2006) | 6 lines
Changed paths:
   M /branches/0.8.6/configure.ac

* add ugly hack to configure.ac because the asm parts of libx264.a don't seem to be pic safe ??????
If someone has a better idea, please tell me. This only occurs when doing SDK contrib compilation, so it's a bit weird.

solves the /usr/bin/ld: ./extras/contrib/lib/libx264.a(encoder.o) has local relocation entries in non-writable section (__TEXT,__text)
collect2: ld returned 1 exit status

------------------------------------------------------------------------
r18333 | damienf | 2006-12-08 21:19:21 +0100 (Fri, 08 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/activex/axvlc.idl
   M /branches/0.8.6/activex/axvlc.tlb
   M /branches/0.8.6/activex/axvlc_idl.c
   M /branches/0.8.6/activex/axvlc_idl.h
   M /branches/0.8.6/activex/plugin.cpp
   M /branches/0.8.6/activex/plugin.h
   M /branches/0.8.6/activex/vlccontrol.cpp
   M /branches/0.8.6/activex/vlccontrol2.cpp

- activex: a few fixes for VB6 and misc cleanup

------------------------------------------------------------------------
r18332 | hartman | 2006-12-08 20:16:28 +0100 (Fri, 08 Dec 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/extras/contrib/bootstrap
   M /branches/0.8.6/extras/contrib/src/Patches/libpng-osx.patch

* don't compile pngtest, it's not SDK compatible
* enable sdk on contrib again

------------------------------------------------------------------------
r18331 | damienf | 2006-12-08 19:31:03 +0100 (Fri, 08 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/mozilla/npvlc_rc.rc
   M /branches/0.8.6/mozilla/vlc.r

- mozilla: reduce the number of supported mime-types to avoid clashing with other plugins (Win32 & MacOS X only)

------------------------------------------------------------------------
r18330 | hartman | 2006-12-08 19:25:54 +0100 (Fri, 08 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/access_filter/dump.c
   M /branches/0.8.6/modules/visualization/galaktos/preset.c
   M /branches/0.8.6/src/video_output/vout_intf.c

* utf8_fopen for a few more modules refs #880

------------------------------------------------------------------------
r18329 | hartman | 2006-12-08 19:07:54 +0100 (Fri, 08 Dec 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/modules/control/http/util.c
   M /branches/0.8.6/modules/demux/mkv.cpp
   M /branches/0.8.6/modules/gui/ncurses.c
   M /branches/0.8.6/modules/misc/gnutls.c

* Use vlc_closedir_wrapper where utf8_opendir was used. Should fix mkv crashes on windows.
  refs #880

------------------------------------------------------------------------
r18328 | md | 2006-12-08 18:46:19 +0100 (Fri, 08 Dec 2006) | 4 lines
Changed paths:
   M /branches/0.8.6/modules/control/http/util.c

utf8_opendir etc are on Win32 using wrappers, so closedir MUST use them too!
(there might be other occurences of the same problem)
closes #880

------------------------------------------------------------------------
r18327 | md | 2006-12-08 18:12:19 +0100 (Fri, 08 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/control/http/http.c

Fix wrong separator on Win32

------------------------------------------------------------------------
r18326 | damienf | 2006-12-08 11:11:54 +0100 (Fri, 08 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/misc/gnutls.c

- gnutls: use WASEWOULDBLOCK for EAGAIN

------------------------------------------------------------------------
r18324 | hartman | 2006-12-07 23:45:30 +0100 (Thu, 07 Dec 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/vout.m

* Don't redraw the window when going to fullscreen. refs #668 and refs #751
  This might not fix it, but it surely should eleviate the problem.

------------------------------------------------------------------------
r18323 | xtophe | 2006-12-07 23:40:39 +0100 (Thu, 07 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/open.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/subtitles.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/subtitles.hpp

ckport [18303]. subtitles precision in wx gui. refs #875

------------------------------------------------------------------------
r18321 | hartman | 2006-12-07 23:31:43 +0100 (Thu, 07 Dec 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/fspanel.h
   M /branches/0.8.6/modules/gui/macosx/fspanel.m
   M /branches/0.8.6/modules/gui/macosx/vout.m

* Better center for the fspanel.
* Don't hide if the mousepointer is over the fspanel

------------------------------------------------------------------------
r18320 | hartman | 2006-12-07 22:24:19 +0100 (Thu, 07 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/fspanel.h
   M /branches/0.8.6/modules/gui/macosx/fspanel.m

* Center the FSPanel properly on the selected screen.

------------------------------------------------------------------------
r18317 | bigben | 2006-12-07 20:42:05 +0100 (Thu, 07 Dec 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/audio_filter/resampler/linear.c

* backport fix when resampling mono files
------------------------------------------------------------------------
r18314 | damienf | 2006-12-07 11:39:22 +0100 (Thu, 07 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/misc/gnutls.c

- gnutls.c: probably a better fix for error on win32

------------------------------------------------------------------------
r18313 | damienf | 2006-12-07 10:52:36 +0100 (Thu, 07 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/misc/gnutls.c

- possible compile fox (courmisch to review)

------------------------------------------------------------------------
r18310 | courmisch | 2006-12-07 09:42:04 +0100 (Thu, 07 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/misc/gnutls.c

Backport [18309]: handle TLS fatal errors

------------------------------------------------------------------------
r18293 | courmisch | 2006-12-06 17:49:45 +0100 (Wed, 06 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/video_output/x11/xcommon.c

Backport [18292]: work-around for video-on-top fullscreen deadlock

------------------------------------------------------------------------
r18288 | damienf | 2006-12-06 13:50:17 +0100 (Wed, 06 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/vlc.win32.nsi.in

NSIS: make sure 'Recommended' is the default option, and some misc cleanup

------------------------------------------------------------------------
r18287 | md | 2006-12-06 11:41:07 +0100 (Wed, 06 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/video_filter/rss.c

backport [17652]

------------------------------------------------------------------------
r18286 | damienf | 2006-12-06 11:31:13 +0100 (Wed, 06 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/vlc.win32.nsi.in

- backport [r18271]

------------------------------------------------------------------------
r18285 | md | 2006-12-06 11:04:48 +0100 (Wed, 06 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/codec/fake.c

backport [17655] - closes #884

------------------------------------------------------------------------
r18284 | md | 2006-12-06 10:59:39 +0100 (Wed, 06 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/misc/vlm.c

backport [18283]

------------------------------------------------------------------------
r18282 | ipkiss | 2006-12-06 08:57:11 +0100 (Wed, 06 Dec 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/modules/gui/skins2/src/generic_layout.cpp
   M /branches/0.8.6/modules/gui/skins2/vars/equalizer.cpp

 * vars/equalizer.cpp: Fixed an invalid memory read, potential crasher
 * skins2/src/generic_layout.cpp: Fixed an old memory leak

------------------------------------------------------------------------
r18276 | hartman | 2006-12-05 22:24:36 +0100 (Tue, 05 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/control/http/http.c

* init httpd webintf p_sys fully. refs #880

------------------------------------------------------------------------
r18269 | damienf | 2006-12-04 18:50:18 +0100 (Mon, 04 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/mozilla/Makefile.am

- mozilla: add install.js to the distribution

------------------------------------------------------------------------
r18268 | damienf | 2006-12-04 18:47:34 +0100 (Mon, 04 Dec 2006) | 2 lines
Changed paths:
   A /branches/0.8.6/mozilla/install.js

- mozilla: sample install script for XPI based installation on firefox, courtesy of t0mm

------------------------------------------------------------------------
r18267 | damienf | 2006-12-04 18:43:28 +0100 (Mon, 04 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/vlc.win32.nsi.in

- mozilla: better cleanup on uninstall

------------------------------------------------------------------------
r18266 | damienf | 2006-12-04 16:15:52 +0100 (Mon, 04 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/skins2/src/skin_main.cpp

- skins2: fixed help text for skinnned playlist (was set to the same as skinned transparency)

------------------------------------------------------------------------
r18265 | md | 2006-12-04 15:30:29 +0100 (Mon, 04 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/share/http/js/vlm.js

Backport [18257] [18262]

------------------------------------------------------------------------
r18264 | md | 2006-12-04 15:29:50 +0100 (Mon, 04 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp

Backport [18260]

------------------------------------------------------------------------
r18263 | md | 2006-12-04 15:29:09 +0100 (Mon, 04 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/misc/vlm.c

Backport VLM quoting changes from trunk (closes #816)

------------------------------------------------------------------------
r18261 | md | 2006-12-04 12:31:26 +0100 (Mon, 04 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/demux/playlist/m3u.c

Backport [18230] closes #862 for 0.8.6-branch

------------------------------------------------------------------------
r18225 | xtophe | 2006-12-03 16:53:10 +0100 (Sun, 03 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/THANKS

Fix spelling

------------------------------------------------------------------------
r18224 | xtophe | 2006-12-03 16:52:27 +0100 (Sun, 03 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/libvlc.h
   M /branches/0.8.6/src/misc/darwin_specific.m

Activate the Thai localisation

------------------------------------------------------------------------
r18223 | fkuehne | 2006-12-03 16:37:12 +0100 (Sun, 03 Dec 2006) | 1 line
Changed paths:
   M /branches/0.8.6/extras/contrib/src/Makefile
   D /branches/0.8.6/extras/contrib/src/Patches/x264-osx-intel.patch

* update x264 to revision 604 and disable the usage of a custom nasm. Removed my patch which was disabling SSE2. (basically back-porting [18212])
------------------------------------------------------------------------
r18215 | funman | 2006-12-03 14:50:24 +0100 (Sun, 03 Dec 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/configure.ac

Compile glx plugin only if all required headers are present
fixes #878

------------------------------------------------------------------------
r18210 | funman | 2006-12-03 12:23:17 +0100 (Sun, 03 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/wxwidgets/extrapanel.cpp

revert [18200]

------------------------------------------------------------------------
r18205 | damienf | 2006-12-02 22:37:54 +0100 (Sat, 02 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/video_output/directx/direct3d.c

- direct3d: partial fix for i420->rgb conversion on little endian CPU (proper fix should go in i420_rgb converter)

------------------------------------------------------------------------
r18201 | hartman | 2006-12-02 15:59:52 +0100 (Sat, 02 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/video_filter/logo.c

* Fix a big crasher in DestroyFilter of the logo filter

------------------------------------------------------------------------
r18200 | funman | 2006-12-02 15:06:35 +0100 (Sat, 02 Dec 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/modules/gui/wxwidgets/extrapanel.cpp

Keeps vout-filter when activating extended gui
(fixes #789)

------------------------------------------------------------------------
r18198 | xtophe | 2006-12-02 01:52:04 +0100 (Sat, 02 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/extras/contrib/src/Makefile
   D /branches/0.8.6/extras/contrib/src/Patches/mpeg2dec.patch
   M /branches/0.8.6/extras/contrib/src/Patches/speex.patch
   M /branches/0.8.6/extras/contrib/src/packages.mak

Backport [17184]. use the release for mpeg2 and recent version of speex, libcdio and vcd. Closes #791

------------------------------------------------------------------------
r18193 | jpsaman | 2006-12-01 20:53:54 +0100 (Fri, 01 Dec 2006) | 1 line
Changed paths:
   A /branches/0.8.6/extras/contrib/src/Patches/libdc1394-noexamples.patch

Add missing patch file
------------------------------------------------------------------------
r18187 | Trax | 2006-12-01 08:14:57 +0100 (Fri, 01 Dec 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/demux/nsv.c

Backport [17877]: Don't warn on VP62 in NSV.
------------------------------------------------------------------------
r18186 | hartman | 2006-12-01 04:37:46 +0100 (Fri, 01 Dec 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/extras/MacOSX/vlc.pbproj/project.pbxproj

* Fix project file

------------------------------------------------------------------------
r18185 | Trax | 2006-12-01 00:22:49 +0100 (Fri, 01 Dec 2006) | 1 line
Changed paths:
   M /branches/0.8.6/NEWS

NEWS: Add Experimental Direct3D and disable screensaver fix on win32.
------------------------------------------------------------------------
r18184 | xtophe | 2006-11-30 23:45:30 +0100 (Thu, 30 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/extras/contrib/src/Makefile

Backport  [18183]. alignment patch for BeOS

------------------------------------------------------------------------
r18182 | hartman | 2006-11-30 23:34:11 +0100 (Thu, 30 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/ChangeLog
   M /branches/0.8.6/NEWS
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
   M /branches/0.8.6/extras/MacOSX/vlc.pbproj/project.pbxproj

* 0.8.6-rc1

------------------------------------------------------------------------
r18179 | hartman | 2006-11-30 21:50:47 +0100 (Thu, 30 Nov 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/po/POTFILES.in
   M /branches/0.8.6/po/af.po
   M /branches/0.8.6/po/ar.po
   M /branches/0.8.6/po/ca.po
   M /branches/0.8.6/po/co.po
   M /branches/0.8.6/po/cs.po
   M /branches/0.8.6/po/da.po
   M /branches/0.8.6/po/de.po
   M /branches/0.8.6/po/en_GB.po
   M /branches/0.8.6/po/es.po
   M /branches/0.8.6/po/eu.po
   M /branches/0.8.6/po/fr.po
   M /branches/0.8.6/po/fur.po
   M /branches/0.8.6/po/gl.po
   M /branches/0.8.6/po/he.po
   M /branches/0.8.6/po/hi.po
   M /branches/0.8.6/po/hu.po
   M /branches/0.8.6/po/it.po
   M /branches/0.8.6/po/ja.po
   M /branches/0.8.6/po/ka.po
   M /branches/0.8.6/po/ko.po
   M /branches/0.8.6/po/lt.po
   M /branches/0.8.6/po/lv.po
   M /branches/0.8.6/po/ms.po
   M /branches/0.8.6/po/nb.po
   M /branches/0.8.6/po/ne.po
   M /branches/0.8.6/po/nl.po
   M /branches/0.8.6/po/nn.po
   M /branches/0.8.6/po/oc.po
   M /branches/0.8.6/po/pa.po
   M /branches/0.8.6/po/pt_BR.po
   M /branches/0.8.6/po/ro.po
   M /branches/0.8.6/po/ru.po
   M /branches/0.8.6/po/sk.po
   M /branches/0.8.6/po/sl.po
   M /branches/0.8.6/po/sq.po
   M /branches/0.8.6/po/sv.po
   M /branches/0.8.6/po/th.po
   M /branches/0.8.6/po/tr.po
   M /branches/0.8.6/po/vlc.pot
   M /branches/0.8.6/po/zh_CN.po
   M /branches/0.8.6/po/zh_TW.po

* updated po for 0.8.6-rc1


------------------------------------------------------------------------
r18177 | hartman | 2006-11-30 21:42:25 +0100 (Thu, 30 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/demux/subtitle.c

* microDVD should use the framerate of the movie if that is known, before falling back to 25fps

------------------------------------------------------------------------
r18176 | damienf | 2006-11-30 17:36:40 +0100 (Thu, 30 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/activex/plugin.cpp

activex: release baseURL string

------------------------------------------------------------------------
r18175 | oaubert | 2006-11-30 15:55:42 +0100 (Thu, 30 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/control/mediacontrol_core.c

src/control/mediacontrol_core.c: restore start position code, it works now.

------------------------------------------------------------------------
r18174 | damienf | 2006-11-30 15:51:03 +0100 (Thu, 30 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/vlc.win32.nsi.in

mozilla: use 'MozillaPlugins' registry entry to register VLC plugin dll, which means plugin no longer needs be copied to FireFox/Mozilla plugins folder

------------------------------------------------------------------------
r18173 | damienf | 2006-11-30 15:46:20 +0100 (Thu, 30 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/mozilla/npvlc_rc.rc
   M /branches/0.8.6/mozilla/vlc.r
   M /branches/0.8.6/mozilla/vlcplugin.h

- mozilla: minor correction on description field

------------------------------------------------------------------------
r18172 | xtophe | 2006-11-30 15:43:04 +0100 (Thu, 30 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/configure.ac

Backport [18170]. Use libebml_pic is available

------------------------------------------------------------------------
r18169 | fkuehne | 2006-11-30 14:05:48 +0100 (Thu, 30 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/po/de.po

* improve the translation of 'Services Discovery'
------------------------------------------------------------------------
r18168 | damienf | 2006-11-30 12:55:46 +0100 (Thu, 30 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/mozilla/npvlc_rc.rc
   M /branches/0.8.6/mozilla/vlc.r
   M /branches/0.8.6/mozilla/vlcplugin.h

mozilla: description, mime-type cleanup, added 3gpp/3gpp2

------------------------------------------------------------------------
r18167 | funman | 2006-11-30 10:46:04 +0100 (Thu, 30 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/po/es.po

Spanish translation update

------------------------------------------------------------------------
r18165 | Trax | 2006-11-30 00:54:19 +0100 (Thu, 30 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/vlc.win32.nsi.in

Backport [18161], [18162] and [18164]: Quick Settings shortcuts in installer for win32.
------------------------------------------------------------------------
r18163 | xtophe | 2006-11-30 00:27:28 +0100 (Thu, 30 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/misc/configuration.c

Kludge to not save started-from-file

------------------------------------------------------------------------
r18160 | funman | 2006-11-29 23:04:28 +0100 (Wed, 29 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/po/es.po

Spanish translation update

------------------------------------------------------------------------
r18155 | xtophe | 2006-11-29 21:16:12 +0100 (Wed, 29 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/po/ka.po

Georgian l10n update

------------------------------------------------------------------------
r18154 | funman | 2006-11-29 19:57:54 +0100 (Wed, 29 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/THANKS
   M /branches/0.8.6/po/fr.po
   M /branches/0.8.6/po/hu.po
   M /branches/0.8.6/po/sv.po
   M /branches/0.8.6/po/th.po

Updates hungarian, swedish, tha?\195?\175 and french translations

------------------------------------------------------------------------
r18153 | damienf | 2006-11-29 18:38:20 +0100 (Wed, 29 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/activex/persiststreaminit.cpp

- activex: fixed a few issues regarding property persistency

------------------------------------------------------------------------
r18152 | damienf | 2006-11-29 15:11:37 +0100 (Wed, 29 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/video_output/directx/direct3d.c

- direct3d: make sure a sensible default RGB format is picked up

------------------------------------------------------------------------
r18150 | courmisch | 2006-11-29 14:32:25 +0100 (Wed, 29 Nov 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/include/configuration.h
   M /branches/0.8.6/include/modules_inner.h
   M /branches/0.8.6/modules/access/cdda.c
   M /branches/0.8.6/modules/gui/macosx/prefs.m
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/preferences.cpp
   M /branches/0.8.6/src/libvlc.h
   M /branches/0.8.6/src/misc/configuration.c

Unbreak ABI. Fixes segfault on Linux.
Much too late to do that sort of thing. Closes #871.

------------------------------------------------------------------------
r18149 | damienf | 2006-11-29 13:09:07 +0100 (Wed, 29 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/video_output/directx/direct3d.c
   M /branches/0.8.6/modules/video_output/directx/vout.h

- direct3d: enable user control of hardware YUV pixel format (basically a RGB pixel format can be forced)

------------------------------------------------------------------------
r18147 | damienf | 2006-11-29 10:44:13 +0100 (Wed, 29 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/activex/utils.cpp

-activex: fixed null terminator added to BSTR

------------------------------------------------------------------------
r18145 | damienf | 2006-11-29 01:43:30 +0100 (Wed, 29 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/mozilla/vlcplugin.cpp

- mozilla: fix error in url combiner

------------------------------------------------------------------------
r18144 | xtophe | 2006-11-29 00:13:09 +0100 (Wed, 29 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/libvlc.h

Backport [18143]. Hides started-from-file

------------------------------------------------------------------------
r18141 | xtophe | 2006-11-28 23:55:33 +0100 (Tue, 28 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/include/configuration.h
   M /branches/0.8.6/include/modules_inner.h
   M /branches/0.8.6/modules/access/cdda.c
   M /branches/0.8.6/modules/gui/macosx/prefs.m
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/preferences.cpp
   M /branches/0.8.6/src/libvlc.h
   M /branches/0.8.6/src/misc/configuration.c

Backports [15729], [15732], [17898] and part of [15732]. b_internal and b_unsaveable config flags.

------------------------------------------------------------------------
r18140 | xtophe | 2006-11-28 23:46:42 +0100 (Tue, 28 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/src/libvlc.h
   M /branches/0.8.6/src/misc/darwin_specific.m

Forgot that with [19084]: Adding Nepali

------------------------------------------------------------------------
r18139 | xtophe | 2006-11-28 23:26:12 +0100 (Tue, 28 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/po/sk.po

Update of slovak l10n

------------------------------------------------------------------------
r18136 | md | 2006-11-28 19:34:08 +0100 (Tue, 28 Nov 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/playlist.cpp

Fixed RecursiveDeleteSelection() to prevent destroying the whole playlist
Closes #792

------------------------------------------------------------------------
r18135 | damienf | 2006-11-28 18:51:11 +0100 (Tue, 28 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/mozilla/control/npolibvlc.cpp

- mozilla: enable playlist.items object

------------------------------------------------------------------------
r18133 | damienf | 2006-11-28 17:54:05 +0100 (Tue, 28 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/mozilla/vlcplugin.cpp

mozilla: possible string underflow problem

------------------------------------------------------------------------
r18132 | damienf | 2006-11-28 17:51:01 +0100 (Tue, 28 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/activex/plugin.cpp
   M /branches/0.8.6/activex/utils.cpp
   M /branches/0.8.6/activex/utils.h
   M /branches/0.8.6/activex/vlccontrol2.cpp
   M /branches/0.8.6/mozilla/control/npolibvlc.cpp
   M /branches/0.8.6/mozilla/vlcplugin.cpp

activex: UrlCombine() API is actually buggy, use replacement API already present on mozilla (needs loads of testing)

------------------------------------------------------------------------
r18128 | md | 2006-11-28 14:14:08 +0100 (Tue, 28 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/misc/configuration.c

Declarations before code

------------------------------------------------------------------------
r18127 | md | 2006-11-28 13:53:00 +0100 (Tue, 28 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/misc/configuration.c

Don't convert twice

------------------------------------------------------------------------
r18126 | md | 2006-11-28 12:12:49 +0100 (Tue, 28 Nov 2006) | 4 lines
Changed paths:
   M /branches/0.8.6/modules/services_discovery/sap.c

Fix comparision between incompatible pointers by returning to the
memcpy approach with proper check to avoid buffer overflow.
Afterall, I think we should discard *huge* SAPs anyway.

------------------------------------------------------------------------
r18125 | md | 2006-11-28 11:47:28 +0100 (Tue, 28 Nov 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/src/misc/configuration.c

backport [17939] [17940] so that we don't write vlcrc comments in
current locale and variables in UTF8

------------------------------------------------------------------------
r18124 | md | 2006-11-28 11:37:07 +0100 (Tue, 28 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/misc/network/ipv4.c
   M /branches/0.8.6/modules/misc/network/ipv6.c

Perform connect() for multicast sockets only on Linux and Win32

------------------------------------------------------------------------
r18118 | hartman | 2006-11-27 22:27:38 +0100 (Mon, 27 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/demux/mp4/mp4.c

* Fix mp4 relative ref. files (this was already fixed in trunk)

------------------------------------------------------------------------
r18114 | hartman | 2006-11-27 21:09:24 +0100 (Mon, 27 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/input/stream.c

* backport [18102] multibyte EOL detection for ReadLine

------------------------------------------------------------------------
r18113 | hartman | 2006-11-27 21:08:19 +0100 (Mon, 27 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/demux/mkv.cpp

* backport [18046] utf8 dir wrappers for the mkv module

------------------------------------------------------------------------
r18111 | damienf | 2006-11-27 18:49:24 +0100 (Mon, 27 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/mozilla/control/npolibvlc.cpp
   M /branches/0.8.6/mozilla/control/npolibvlc.h

- mozilla: future proofing the APIs

------------------------------------------------------------------------
r18110 | damienf | 2006-11-27 18:48:57 +0100 (Mon, 27 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/activex/axvlc.idl
   M /branches/0.8.6/activex/axvlc.tlb
   M /branches/0.8.6/activex/axvlc_idl.c
   M /branches/0.8.6/activex/axvlc_idl.h
   M /branches/0.8.6/activex/main.cpp
   M /branches/0.8.6/activex/supporterrorinfo.cpp
   M /branches/0.8.6/activex/vlccontrol2.cpp
   M /branches/0.8.6/activex/vlccontrol2.h

- activex: future proofing the APIs and some misc fixes

------------------------------------------------------------------------
r18108 | md | 2006-11-27 16:45:35 +0100 (Mon, 27 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/configure.ac

-pthread is needing during linking phase as well

------------------------------------------------------------------------
r18107 | md | 2006-11-27 14:44:11 +0100 (Mon, 27 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/bookmarks.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/infopanels.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/interaction.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/open.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/preferences.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/updatevlc.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/wizard.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/extrapanel.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/wxwidgets.cpp

Backport [17985]

------------------------------------------------------------------------
r18096 | fkuehne | 2006-11-26 23:31:12 +0100 (Sun, 26 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/extras/contrib/src/packages.mak

* a bit minor clean-up
------------------------------------------------------------------------
r18092 | fkuehne | 2006-11-26 23:14:38 +0100 (Sun, 26 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/fspanel.m

* centre fspanel in the lower third of the screen. additionally, switched style mask to allow dragging in the entire window area
------------------------------------------------------------------------
r18090 | jpsaman | 2006-11-26 21:35:11 +0100 (Sun, 26 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/THANKS
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/extras/contrib/src/Makefile
   M /branches/0.8.6/extras/contrib/src/packages.mak
   M /branches/0.8.6/modules/access/Modules.am
   A /branches/0.8.6/modules/access/dc1394.c

Digital Camcorder support by Andrea Guzzo (xant at xant dot net).

------------------------------------------------------------------------
r18084 | xtophe | 2006-11-26 19:56:27 +0100 (Sun, 26 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/po/fr.po
   M /branches/0.8.6/po/ne.po
   M /branches/0.8.6/po/zh_CN.po

Full nepalese l10n,u pdate of chinese and french ones 

------------------------------------------------------------------------
r18077 | fkuehne | 2006-11-26 17:45:03 +0100 (Sun, 26 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/fspanel.h
   M /branches/0.8.6/modules/gui/macosx/fspanel.m
   M /branches/0.8.6/modules/gui/macosx/vout.m

* usability fixes to the fspanel
------------------------------------------------------------------------
r18058 | courmisch | 2006-11-25 17:34:00 +0100 (Sat, 25 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/misc/mtime.c

Backport [18057]: Win32 performance timer overflow fix

------------------------------------------------------------------------
r18053 | courmisch | 2006-11-25 16:14:00 +0100 (Sat, 25 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/access_filter/dump.c

Closes: #847

------------------------------------------------------------------------
r18043 | fkuehne | 2006-11-25 13:08:48 +0100 (Sat, 25 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/po/de.po

* updated German translation (reflecting the most important changes) by Mathias C. Berens and myself
------------------------------------------------------------------------
r18028 | xtophe | 2006-11-24 21:14:15 +0100 (Fri, 24 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/codec/ffmpeg/encoder.c

Use LOW_DELAY only with MPEG1/2. Backport of [18026]. Refs #864

------------------------------------------------------------------------
r18024 | md | 2006-11-24 19:10:55 +0100 (Fri, 24 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/misc/network/ipv6.c

Compile fix

------------------------------------------------------------------------
r18023 | courmisch | 2006-11-24 18:30:11 +0100 (Fri, 24 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/misc/network/ipv4.c

Compile fix

------------------------------------------------------------------------
r18020 | courmisch | 2006-11-24 17:52:40 +0100 (Fri, 24 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/misc/network/ipv4.c

Win32 compile fix

------------------------------------------------------------------------
r18018 | courmisch | 2006-11-24 17:25:14 +0100 (Fri, 24 Nov 2006) | 8 lines
Changed paths:
   M /branches/0.8.6/modules/misc/network/ipv4.c
   M /branches/0.8.6/modules/misc/network/ipv6.c

Bunch of fixes for network plugins:
 - Check the actual numerical address,
   instead of assuming that undefined is written down "".
 - Resolve remote peer before messing with sockets, and do it only once.
 - Do not try to connect to remote peer when SSM join succeeded
   (I do not feel like guessing which OSes besides FreeBSD didn't like this).
 - Do not assume that address are in numerical notation for SSM.

------------------------------------------------------------------------
r18016 | md | 2006-11-24 16:44:59 +0100 (Fri, 24 Nov 2006) | 5 lines
Changed paths:
   M /branches/0.8.6/modules/misc/network/ipv4.c
   M /branches/0.8.6/modules/misc/network/ipv6.c

Sync IPv4 and IPv6 multicast handlers and disable connect() on FreeBSD
- it doesn't work neither on FreeBSD 5.4 nor on FreeBSD 4.11:
      cannot connect socket (Can't assign requested address)


------------------------------------------------------------------------
r18014 | courmisch | 2006-11-24 15:56:15 +0100 (Fri, 24 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/misc/network/ipv6.c

Compile fix

------------------------------------------------------------------------
r18013 | courmisch | 2006-11-24 15:29:32 +0100 (Fri, 24 Nov 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/modules/misc/network/ipv4.c
   M /branches/0.8.6/modules/misc/network/ipv6.c

Re-allow IGMPv3/MLDv2 for ASM addresses.
Retain connect() as fallback in any case.

------------------------------------------------------------------------
r18012 | courmisch | 2006-11-24 15:27:37 +0100 (Fri, 24 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/misc/network/ipv6.c

MLDv2 -> MLDv1 fallback

------------------------------------------------------------------------
r18010 | damienf | 2006-11-24 10:05:31 +0100 (Fri, 24 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/skins2/src/vlcproc.cpp

skins2: there's no need to reparent a vout before closing it (moreover setting 0 as the parent does not disable it, as on win32 0 is a valid parent, it's the desktop window)

------------------------------------------------------------------------
r18007 | courmisch | 2006-11-23 16:23:08 +0100 (Thu, 23 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/misc/network/ipv6.c

Remove extra spaces

------------------------------------------------------------------------
r18006 | courmisch | 2006-11-23 16:22:42 +0100 (Thu, 23 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/misc/network/ipv4.c
   M /branches/0.8.6/modules/misc/network/ipv6.c

Filter source address correctly when using multicast (both ASM or SSM)

------------------------------------------------------------------------
r18004 | courmisch | 2006-11-23 16:01:01 +0100 (Thu, 23 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/configure.ac

Backport libdca detection fix

------------------------------------------------------------------------
r18001 | courmisch | 2006-11-23 14:53:14 +0100 (Thu, 23 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/misc/network/ipv6.c

Fix compilation on SSM-less operating systems

------------------------------------------------------------------------
r17999 | courmisch | 2006-11-23 14:36:49 +0100 (Thu, 23 Nov 2006) | 4 lines
Changed paths:
   M /branches/0.8.6/modules/misc/network/ipv4.c
   M /branches/0.8.6/modules/misc/network/ipv6.c

- Only try to use SSM when the group address is SSM itself
  (afterall, we could specify a source/server even with ASM)
- Backport IPv6 SSM compilation problem on BSD

------------------------------------------------------------------------
r17984 | md | 2006-11-23 08:31:32 +0100 (Thu, 23 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/open.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/wizard.cpp

Some more missing UTF8 conversions

------------------------------------------------------------------------
r17962 | Trax | 2006-11-22 18:49:35 +0100 (Wed, 22 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/vlc.win32.nsi.in

vlc.win32.nsi.in: Backport [17860] and [17961] which adds aout, vout and intf shortcuts in Utilities menu on win32.
------------------------------------------------------------------------
r17957 | courmisch | 2006-11-22 17:12:56 +0100 (Wed, 22 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/misc/modules.c

Improve error detection in plugin cache loader

------------------------------------------------------------------------
r17953 | md | 2006-11-22 15:24:13 +0100 (Wed, 22 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/bookmarks.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/playlist.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/wizard.cpp

Add bunch of missing UTF8 conversions

------------------------------------------------------------------------
r17944 | md | 2006-11-22 11:06:02 +0100 (Wed, 22 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/preferences.cpp

Allow non-ANSI CP character in Preferences

------------------------------------------------------------------------
r17937 | dionoea | 2006-11-21 22:15:33 +0100 (Tue, 21 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/misc/vlm.c

Backport VLM seek command modifications and compilation warning fixes. Thanks to Igor Helman in the forums who provided this backport patch :)

------------------------------------------------------------------------
r17899 | damienf | 2006-11-21 00:14:43 +0100 (Tue, 21 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/mozilla/control/npolibvlc.cpp
   M /branches/0.8.6/mozilla/control/npolibvlc.h
   M /branches/0.8.6/mozilla/vlcplugin.cpp
   M /branches/0.8.6/mozilla/vlcplugin.h
   M /branches/0.8.6/mozilla/vlcshell.cpp

mozilla: looks like firefox does not dipose of script objects cleanly, which is causing it to reuse them after the plugin has been destroyed 

------------------------------------------------------------------------
r17886 | funman | 2006-11-20 05:01:08 +0100 (Mon, 20 Nov 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/modules/services_discovery/hal.c

Detect only video dvds if possible
Detect CD-R and DVD-R mediums

------------------------------------------------------------------------
r17871 | Trax | 2006-11-19 19:26:08 +0100 (Sun, 19 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/NEWS

NEWS: Add note that Windows 9x/ME is no longer supported and include info on MSLU.
------------------------------------------------------------------------
r17850 | damienf | 2006-11-18 19:46:57 +0100 (Sat, 18 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/video_output/opengl.c

- opengl.c: some cleanup on the effects

------------------------------------------------------------------------
r17837 | funman | 2006-11-17 21:35:04 +0100 (Fri, 17 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/misc/notify.c

backports [17836]

------------------------------------------------------------------------
r17833 | damienf | 2006-11-17 17:18:34 +0100 (Fri, 17 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/modules/video_output/directx/Modules.am
   A /branches/0.8.6/modules/video_output/directx/direct3d.c
   M /branches/0.8.6/modules/video_output/directx/events.c
   M /branches/0.8.6/modules/video_output/directx/vout.h

- direct3d: video output module based on Direct3D9 APIs (this module will be the default on Vista)

------------------------------------------------------------------------
r17830 | hartman | 2006-11-17 01:26:28 +0100 (Fri, 17 Nov 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/configure.ac

* fix Wall and Wsign-compare configure.ac checks
  Patch by Diego Petteno

------------------------------------------------------------------------
r17827 | hartman | 2006-11-17 00:49:07 +0100 (Fri, 17 Nov 2006) | 5 lines
Changed paths:
   M /branches/0.8.6/configure.ac

* backport [17799] LDLFAGS -> LDFLAGS
* backport [17802] VLC now requires libmatroska 0.7.7 because from then the libs are pic enabled. 
    (no longer use libmatroska_pic ebml_pic) 
    Patch by Diego Petteno, +additions by me. 

------------------------------------------------------------------------
r17824 | hartman | 2006-11-16 22:43:01 +0100 (Thu, 16 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/demux/mkv.cpp

* Add TTA1 and WAVPACK support to matroska demux

------------------------------------------------------------------------
r17823 | hartman | 2006-11-16 22:14:47 +0100 (Thu, 16 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/extras/contrib/src/Patches/live-osx.patch

* Really fix the live contrib

------------------------------------------------------------------------
r17822 | hartman | 2006-11-16 21:36:17 +0100 (Thu, 16 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/NEWS
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
   M /branches/0.8.6/extras/MacOSX/vlc.pbproj/project.pbxproj

* 0.8.6-test2a

------------------------------------------------------------------------
r17821 | littlejohn | 2006-11-16 21:34:27 +0100 (Thu, 16 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/bindings/java/Makefile.am

this should fix #842. thanks to Flameeyes
------------------------------------------------------------------------
r17820 | hartman | 2006-11-16 20:39:39 +0100 (Thu, 16 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/extras/contrib/src/Patches/live-osx.patch

* Skip live555 media server

------------------------------------------------------------------------
r17818 | damienf | 2006-11-16 18:19:20 +0100 (Thu, 16 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/video_output/directx/events.c

directx: fixed 'hotkeys not working in fullscreen mode'

------------------------------------------------------------------------
r17817 | md | 2006-11-16 15:54:14 +0100 (Thu, 16 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/services_discovery/sap.c

Declarations before code

------------------------------------------------------------------------
r17816 | md | 2006-11-16 15:53:28 +0100 (Thu, 16 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/video_output/x11/xcommon.c

Declarations before code

------------------------------------------------------------------------
r17815 | md | 2006-11-16 15:31:51 +0100 (Thu, 16 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/misc/network/ipv4.c

Once again

------------------------------------------------------------------------
r17814 | md | 2006-11-16 15:27:02 +0100 (Thu, 16 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/misc/network/ipv4.c

Compile fix

------------------------------------------------------------------------
r17812 | md | 2006-11-16 14:46:22 +0100 (Thu, 16 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/stream_output/sap.c

Declarations before code

------------------------------------------------------------------------
r17810 | md | 2006-11-16 14:36:28 +0100 (Thu, 16 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/include/vlc_common.h
   M /branches/0.8.6/src/extras/libc.c

Fix detection of FreeBSD version (the previous one doesn't seem to work)

------------------------------------------------------------------------
r17809 | littlejohn | 2006-11-16 14:08:43 +0100 (Thu, 16 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/configure.ac

#842 fixed: create bindings/java/src/Makefile
------------------------------------------------------------------------
r17808 | damienf | 2006-11-16 10:57:59 +0100 (Thu, 16 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/activex/axvlc.idl
   M /branches/0.8.6/activex/axvlc.tlb
   M /branches/0.8.6/activex/axvlc_idl.c
   M /branches/0.8.6/activex/axvlc_idl.h
   M /branches/0.8.6/activex/vlccontrol2.cpp
   M /branches/0.8.6/activex/vlccontrol2.h

activex: fixed type library crash (this would cause most programming language to crash), IE does not use type library and was immune to this problem

------------------------------------------------------------------------
r17806 | hartman | 2006-11-16 03:51:22 +0100 (Thu, 16 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/extras/contrib/src/Patches/live-osx.patch

* backport [17805] fix for the live555 contrib build

------------------------------------------------------------------------
r17801 | funman | 2006-11-16 00:26:20 +0100 (Thu, 16 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/extras/zsh.cpp

Fixes zsh completion

------------------------------------------------------------------------
r17800 | hartman | 2006-11-16 00:12:14 +0100 (Thu, 16 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/Makefile.am

* Before creating symlinks, make sure the actual binaries are installed. patch by Diego Petteno

------------------------------------------------------------------------
r17797 | hartman | 2006-11-15 23:13:52 +0100 (Wed, 15 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/po/af.po
   M /branches/0.8.6/po/ar.po
   M /branches/0.8.6/po/ca.po
   M /branches/0.8.6/po/co.po
   M /branches/0.8.6/po/cs.po
   M /branches/0.8.6/po/da.po
   M /branches/0.8.6/po/de.po
   M /branches/0.8.6/po/en_GB.po
   M /branches/0.8.6/po/es.po
   M /branches/0.8.6/po/eu.po
   M /branches/0.8.6/po/fr.po
   M /branches/0.8.6/po/fur.po
   M /branches/0.8.6/po/gl.po
   M /branches/0.8.6/po/he.po
   M /branches/0.8.6/po/hi.po
   M /branches/0.8.6/po/hu.po
   M /branches/0.8.6/po/it.po
   M /branches/0.8.6/po/ja.po
   M /branches/0.8.6/po/ka.po
   M /branches/0.8.6/po/ko.po
   M /branches/0.8.6/po/lt.po
   M /branches/0.8.6/po/lv.po
   M /branches/0.8.6/po/ms.po
   M /branches/0.8.6/po/nb.po
   M /branches/0.8.6/po/nl.po
   M /branches/0.8.6/po/nn.po
   M /branches/0.8.6/po/oc.po
   M /branches/0.8.6/po/pa.po
   M /branches/0.8.6/po/pt_BR.po
   M /branches/0.8.6/po/ro.po
   M /branches/0.8.6/po/ru.po
   M /branches/0.8.6/po/sk.po
   M /branches/0.8.6/po/sl.po
   M /branches/0.8.6/po/sq.po
   M /branches/0.8.6/po/sv.po
   M /branches/0.8.6/po/th.po
   M /branches/0.8.6/po/tr.po
   M /branches/0.8.6/po/vlc.pot
   M /branches/0.8.6/po/zh_CN.po
   M /branches/0.8.6/po/zh_TW.po

* updated po files for 0.8.6

------------------------------------------------------------------------
r17795 | hartman | 2006-11-15 23:11:15 +0100 (Wed, 15 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/configure.ac

* backport [17779]: fixes make distcheck on 0.8.6

------------------------------------------------------------------------
r17793 | hartman | 2006-11-15 22:00:03 +0100 (Wed, 15 Nov 2006) | 6 lines
Changed paths:
   M /branches/0.8.6/modules/access/vcd/cdrom.c

* backport [17777]
  - use ToLocale open for the .bin vcdimage file (not 100% fixed, but better then before and i don't feel like backporting utf8_open)
  - Try .bin when opening a .cue, instead of trying the filename in the .cue (it's usually wrong). 
    When the .bin filename fails, then look into the .cue file for a possible alternate name. 
  - Don't crash on non-existing cuefile's

------------------------------------------------------------------------
r17791 | hartman | 2006-11-15 21:05:50 +0100 (Wed, 15 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/extras/libc.c

* libc.c: Also define the lldiv function itself on FreeBSD < 5 refs #840

------------------------------------------------------------------------
r17790 | courmisch | 2006-11-15 20:38:15 +0100 (Wed, 15 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/include/vlc_common.h

Backport [17788] and [17789]: replace lldiv on FreeBSD 4 (close #840)

------------------------------------------------------------------------
r17787 | damienf | 2006-11-15 19:46:16 +0100 (Wed, 15 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/activex/axvlc.idl
   M /branches/0.8.6/activex/axvlc.tlb
   M /branches/0.8.6/activex/axvlc_idl.c
   M /branches/0.8.6/activex/axvlc_idl.h
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/vlc-config.in.in

activex: recompiled activex IDL using MIDL 6.0

------------------------------------------------------------------------
r17783 | funman | 2006-11-15 14:59:12 +0100 (Wed, 15 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/po/sl.po

Update slovenian translation

------------------------------------------------------------------------
r17780 | md | 2006-11-15 12:13:54 +0100 (Wed, 15 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/NEWS

Some news

------------------------------------------------------------------------
r17774 | hartman | 2006-11-14 21:27:04 +0100 (Tue, 14 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/NEWS

* typo in NEWS

------------------------------------------------------------------------
r17773 | courmisch | 2006-11-14 21:25:15 +0100 (Tue, 14 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/services_discovery/sap.c

Backport [17461]: remote memory leak

------------------------------------------------------------------------
r17772 | hartman | 2006-11-14 21:24:48 +0100 (Tue, 14 Nov 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/NEWS
   M /branches/0.8.6/THANKS
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
   M /branches/0.8.6/extras/MacOSX/vlc.pbproj/project.pbxproj

* Update the version string to 0.8.6-test2
* Update the NEWS

------------------------------------------------------------------------
r17771 | courmisch | 2006-11-14 21:23:50 +0100 (Tue, 14 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/services_discovery/sap.c

Backport [17458] again: don't use printf to debug

------------------------------------------------------------------------
r17770 | hartman | 2006-11-14 21:22:25 +0100 (Tue, 14 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/codec/subsdec.c

* backport [17752]: allow empty subtitles. These are used to wipe ephemer substitles of the screen. Used by Timed Text

------------------------------------------------------------------------
r17769 | courmisch | 2006-11-14 21:22:04 +0100 (Tue, 14 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/services_discovery/sap.c

Backport [17458]: ignore reserved bit, pick result of realloc and boundary check

------------------------------------------------------------------------
r17768 | hartman | 2006-11-14 21:21:24 +0100 (Tue, 14 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/demux/ps.c

* backport [17751]: DEMUX_SET_TIME for mpeg-ps. Fixes relative TIME seeks (seek forward 5secs etc)

------------------------------------------------------------------------
r17767 | courmisch | 2006-11-14 21:13:02 +0100 (Tue, 14 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/services_discovery/sap.c

Backport [17449]: fix IPv6 quoting problems and remove dead code

------------------------------------------------------------------------
r17766 | courmisch | 2006-11-14 21:11:28 +0100 (Tue, 14 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/services_discovery/sap.c

Fix leaks in case of decompression failure (backport [17762])

------------------------------------------------------------------------
r17765 | courmisch | 2006-11-14 21:07:18 +0100 (Tue, 14 Nov 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/modules/services_discovery/sap.c

Revert crappy revert [17764] and fix off-by-one error as in trunk.
There is still a lot of fixes to be backported here.

------------------------------------------------------------------------
r17764 | md | 2006-11-14 20:25:56 +0100 (Tue, 14 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/services_discovery/sap.c

Fix crash with compressed SAP announcements. (closes #765)

------------------------------------------------------------------------
r17757 | jpsaman | 2006-11-14 10:54:14 +0100 (Tue, 14 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/access/dshow/filter.cpp

[Backwards port from rev 17756] Add DivX as supported filter to DShow interface.
------------------------------------------------------------------------
r17755 | md | 2006-11-14 08:17:34 +0100 (Tue, 14 Nov 2006) | 8 lines
Changed paths:
   M /branches/0.8.6/src/libvlc.c
   M /branches/0.8.6/src/misc/win32_specific.c

Move unicode argv[] fetching into system_Init
(before getopt_long gets the chance to reorder them)

Should be probably called backport [17739] but it's different
since libvlc went through significant changes in trunk.

closes #830

------------------------------------------------------------------------
r17753 | hartman | 2006-11-14 02:11:36 +0100 (Tue, 14 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/services_discovery/sap.c

* Initialize all the fields in the sdp_t of out sap parser. Fixes a FreeSDP crash i was sometimes seeing on OS X.

------------------------------------------------------------------------
r17749 | hartman | 2006-11-13 21:10:41 +0100 (Mon, 13 Nov 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/modules/codec/libmpeg2.c
   M /branches/0.8.6/modules/packetizer/mpegvideo.c

* backport [17543] mpeg2 field picture pts and dts fixes. 
  [17556] was supposed to contain this already, but i guess i made a mistake

------------------------------------------------------------------------
r17748 | funman | 2006-11-13 20:59:00 +0100 (Mon, 13 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/services_discovery/hal.c

Correctly names HAL detection module in its header

------------------------------------------------------------------------
r17744 | hartman | 2006-11-13 17:54:19 +0100 (Mon, 13 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/codec/ffmpeg/ffmpeg.c

* Add proper ffmpeg version check for wavpack to trunk

------------------------------------------------------------------------
r17738 | damienf | 2006-11-13 14:17:35 +0100 (Mon, 13 Nov 2006) | 4 lines
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/voutgl.m

fixed mozilla plugin crash when switching to fullscreen on MacOSX
- added custom events processing on main thread for plugin fullscreen window, this is similar to Cocoa [performSelectorOnMainThread]
- ShowWindow/HideWindow for plugin fullscreen window are now run on main thread as they are not thread safe and may cause crashes

------------------------------------------------------------------------
r17735 | md | 2006-11-13 08:48:09 +0100 (Mon, 13 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/misc/network/ipv6.c

Warn the user about missing MLDv2 support in his OS

------------------------------------------------------------------------
r17733 | xtophe | 2006-11-12 23:22:03 +0100 (Sun, 12 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/THANKS
   M /branches/0.8.6/po/ko.po

Update of korean l10n. Courtesy of Kang Jeong-Hee 

------------------------------------------------------------------------
r17732 | xtophe | 2006-11-12 22:59:00 +0100 (Sun, 12 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/po/th.po

Small update of the thai l10n

------------------------------------------------------------------------
r17677 | damienf | 2006-11-11 22:49:26 +0100 (Sat, 11 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/video_chroma/i422_yuy2.c

- backport [17675]

------------------------------------------------------------------------
r17667 | md | 2006-11-11 18:34:28 +0100 (Sat, 11 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/misc/network/ipv6.c

Sync IPv4 and IPv6 multicast debugs

------------------------------------------------------------------------
r17659 | md | 2006-11-11 17:50:15 +0100 (Sat, 11 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/network/io.c

Backport [17653]

------------------------------------------------------------------------
r17656 | md | 2006-11-11 17:40:47 +0100 (Sat, 11 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/stream_output/sap.c

Fix endianes bug in automatic SDP source-filter

------------------------------------------------------------------------
r17650 | md | 2006-11-11 17:00:29 +0100 (Sat, 11 Nov 2006) | 8 lines
Changed paths:
   M /branches/0.8.6/modules/misc/network/ipv6.c

PROTECTION_LEVEL_UNRESTRICTED is NOT equal to 30 !

#define PROTECTION_LEVEL_UNRESTRICTED  10  /* For peer-to-peer apps */
#define PROTECTION_LEVEL_DEFAULT       20  /* Default level         */
#define PROTECTION_LEVEL_RESTRICTED    30  /* For Intranet apps     */

closes #827

------------------------------------------------------------------------
r17646 | md | 2006-11-11 16:36:27 +0100 (Sat, 11 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/stream_output/sap.c

Fix bugs in automatic inclusion of SDP source-filter

------------------------------------------------------------------------
r17644 | funman | 2006-11-11 16:18:46 +0100 (Sat, 11 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/po/sl.po

Update slovenian translation

------------------------------------------------------------------------
r17633 | md | 2006-11-11 11:01:05 +0100 (Sat, 11 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/misc/network/ipv4.c

Cosmetics: Warn the user about lack of IGMPv3 support in his OS 

------------------------------------------------------------------------
r17627 | hartman | 2006-11-11 00:01:14 +0100 (Sat, 11 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/access_filter/dump.c

* Make access_filter dump compile on 0.8.6

------------------------------------------------------------------------
r17609 | courmisch | 2006-11-10 21:25:53 +0100 (Fri, 10 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/access_filter/dump.c

Compile fix

------------------------------------------------------------------------
r17606 | courmisch | 2006-11-10 21:02:34 +0100 (Fri, 10 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/include/vlc_keys.h
   M /branches/0.8.6/src/libvlc.h

Backport bindings for the dump access filter

------------------------------------------------------------------------
r17605 | courmisch | 2006-11-10 20:59:20 +0100 (Fri, 10 Nov 2006) | 2 lines
Changed paths:
   R /branches/0.8.6/modules/access_filter/Modules.am (from /trunk/modules/access_filter/Modules.am:17604)
   A /branches/0.8.6/modules/access_filter/dump.c (from /trunk/modules/access_filter/dump.c:17604)

Backport dump filter

------------------------------------------------------------------------
r17603 | courmisch | 2006-11-10 18:45:44 +0100 (Fri, 10 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/stream_output/sap.c

Backport [17603]: include source-filter in SAP depending on group address

------------------------------------------------------------------------
r17597 | hartman | 2006-11-10 01:14:34 +0100 (Fri, 10 Nov 2006) | 5 lines
Changed paths:
   M /branches/0.8.6/include/codecs.h
   M /branches/0.8.6/modules/codec/ffmpeg/demux.c
   M /branches/0.8.6/modules/codec/ffmpeg/ffmpeg.c

* Fix avformat demux IOSeek. Should improve playback of some flv's
* Improve avformat demux SET_POSITION.
* Add WavPack ID for ffmpeg demux
* Add Speex ID for avi files

------------------------------------------------------------------------
r17595 | xtophe | 2006-11-10 01:03:38 +0100 (Fri, 10 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/extras/contrib/src/Makefile
   A /branches/0.8.6/extras/contrib/src/Patches/ffmpeg-alignment.patch

Fix the alignment issue in ffmpeg. Based on patch by Thorsten Jordan. Almost closes #757

------------------------------------------------------------------------
r17579 | courmisch | 2006-11-09 17:28:47 +0100 (Thu, 09 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/stream_output/sap.c

Fix SDP source-filter (backport [17577])

------------------------------------------------------------------------
r17568 | fkuehne | 2006-11-09 14:31:33 +0100 (Thu, 09 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/playlist.m

* check whether p_item->input.psz_name exists, because stringWith*String crashes on non-existant strings
------------------------------------------------------------------------
r17565 | ipkiss | 2006-11-09 08:25:00 +0100 (Thu, 09 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/skins2/src/theme.cpp

 * Backport of [16291] (improvement of --skins2-config)

------------------------------------------------------------------------
r17564 | xtophe | 2006-11-09 00:01:32 +0100 (Thu, 09 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/THANKS
   M /branches/0.8.6/po/it.po

Update of italian l10n. Courtesy of Vincenzo Reale

------------------------------------------------------------------------
r17558 | hartman | 2006-11-08 21:29:41 +0100 (Wed, 08 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/demux/ps.c

* backport [17552] : add_bool instead of add_integer for ps-trust-timestamps

------------------------------------------------------------------------
r17557 | hartman | 2006-11-08 21:27:41 +0100 (Wed, 08 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/demux/ts.c

* backport [17544] : fixed --ts-out used in conjunction with the dvb access

------------------------------------------------------------------------
r17556 | hartman | 2006-11-08 21:26:07 +0100 (Wed, 08 Nov 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/modules/codec/ffmpeg/encoder.c

* backport [17542] : mpeg2 large frame encoding
* backport [17543] : Fix mpeg2 PTS/DTS for field pictures

------------------------------------------------------------------------
r17555 | hartman | 2006-11-08 21:23:52 +0100 (Wed, 08 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/mux/mpeg/ts.c

* backport [17534] : Fix for audio and video crypt in MPEG-TS

------------------------------------------------------------------------
r17554 | hartman | 2006-11-08 21:16:53 +0100 (Wed, 08 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/access/dv.c

* backport [17511]. DV access cannot seek

------------------------------------------------------------------------
r17553 | hartman | 2006-11-08 21:09:40 +0100 (Wed, 08 Nov 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/vout.m

* More fixes for the video-device selection on OSX. refs #702
  Attach the Callback before setting the value, if you depend on information being properly set by that callback

------------------------------------------------------------------------
r17550 | ipkiss | 2006-11-08 20:21:58 +0100 (Wed, 08 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/skins2/parser/skin_parser.cpp

 * skins2/parser/skin_parser.cpp: Fixed a crash due to incomplete backports. Also fixed another problem of the same kind.

------------------------------------------------------------------------
r17546 | fkuehne | 2006-11-08 17:12:55 +0100 (Wed, 08 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
   M /branches/0.8.6/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib

* added missing connection, so the messages window can be accessed from the main menu again
------------------------------------------------------------------------
r17538 | hartman | 2006-11-08 01:59:37 +0100 (Wed, 08 Nov 2006) | 4 lines
Changed paths:
   M /branches/0.8.6/modules/access/rtsp/access.c

* Don't skip the Real RTSP access if it is NOT forced. (apparently b_force was broken before or something ? )
  This fixes #821


------------------------------------------------------------------------
r17536 | fkuehne | 2006-11-07 21:38:14 +0100 (Tue, 07 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/Makefile.am

* added fullscreen_panel.svg to the extra-dist list
------------------------------------------------------------------------
r17535 | fkuehne | 2006-11-07 21:36:05 +0100 (Tue, 07 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/extras/MacOSX/vlc.pbproj/project.pbxproj

* committing this one as well can be useful when copying the new images to the app's target
------------------------------------------------------------------------
r17531 | fkuehne | 2006-11-07 12:02:38 +0100 (Tue, 07 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
   M /branches/0.8.6/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
   M /branches/0.8.6/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib

* (hopefully) commit the 0.8.6 nib to where it belongs
------------------------------------------------------------------------
r17528 | xtophe | 2006-11-07 00:45:44 +0100 (Tue, 07 Nov 2006) | 2 lines
Changed paths:
   A /branches/0.8.6/bindings/java/FAQ (from /trunk/bindings/java/FAQ:17527)
   A /branches/0.8.6/bindings/java/THANKS (from /trunk/bindings/java/THANKS:17527)
   A /branches/0.8.6/bindings/java/VLCExample.java (from /trunk/bindings/java/VLCExample.java:17527)

Missing in previous backport. Fix make dist

------------------------------------------------------------------------
r17509 | md | 2006-11-06 13:30:18 +0100 (Mon, 06 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/libvlc.c

Use free() after FromWide()

------------------------------------------------------------------------
r17508 | md | 2006-11-06 12:26:08 +0100 (Mon, 06 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/skins2/src/skin_common.hpp
   M /branches/0.8.6/modules/gui/skins2/win32/win32_dragdrop.cpp

Fix skins2 Drag&Drop to accept files with non-ANSI CP characters.

------------------------------------------------------------------------
r17507 | xtophe | 2006-11-06 00:55:17 +0100 (Mon, 06 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/THANKS

proper credits for thai l10n

------------------------------------------------------------------------
r17504 | fkuehne | 2006-11-06 00:24:00 +0100 (Mon, 06 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/NEWS
   M /branches/0.8.6/THANKS

* same as [17503]
------------------------------------------------------------------------
r17501 | fkuehne | 2006-11-06 00:05:38 +0100 (Mon, 06 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/controls.m

* improved image handling both in speed and memory consumption
------------------------------------------------------------------------
r17500 | fkuehne | 2006-11-05 23:58:29 +0100 (Sun, 05 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/fspanel.h
   M /branches/0.8.6/modules/gui/macosx/fspanel.m

* remove unused variables
------------------------------------------------------------------------
r17499 | fkuehne | 2006-11-05 23:55:03 +0100 (Sun, 05 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/vout.h
   M /branches/0.8.6/modules/gui/macosx/vout.m

* back-port [17498]
------------------------------------------------------------------------
r17497 | fkuehne | 2006-11-05 23:18:24 +0100 (Sun, 05 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/vout.m

* make sure that the fspanel is hidden also if we leave fs-mode by closing the vout at EOF
------------------------------------------------------------------------
r17496 | fkuehne | 2006-11-05 22:53:18 +0100 (Sun, 05 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/intf.h

cough, cough
------------------------------------------------------------------------
r17495 | fkuehne | 2006-11-05 22:50:37 +0100 (Sun, 05 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/AppleRemote.h
   M /branches/0.8.6/modules/gui/macosx/AppleRemote.m
   M /branches/0.8.6/modules/gui/macosx/intf.m

* backport some Apple Remote fixes
------------------------------------------------------------------------
r17491 | fkuehne | 2006-11-05 20:57:51 +0100 (Sun, 05 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/Modules.am
   M /branches/0.8.6/modules/gui/macosx/controls.h
   M /branches/0.8.6/modules/gui/macosx/controls.m
   A /branches/0.8.6/modules/gui/macosx/fspanel.h
   A /branches/0.8.6/modules/gui/macosx/fspanel.m
   M /branches/0.8.6/modules/gui/macosx/intf.m
   M /branches/0.8.6/modules/gui/macosx/playlist.h
   M /branches/0.8.6/modules/gui/macosx/playlist.m
   M /branches/0.8.6/modules/gui/macosx/vout.m

* implement the playmode buttons and the fullscreen panel. TODO: fix mainmenu.nib (bring back the old-school error panel), fix some compilation warnings, make sure that the fspanel is hidden on vout:close. Any other remarks are appreciated.
------------------------------------------------------------------------
r17488 | fkuehne | 2006-11-05 19:49:45 +0100 (Sun, 05 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/Makefile.am
   A /branches/0.8.6/extras/MacOSX/Resources/add_embedded.png
   A /branches/0.8.6/extras/MacOSX/Resources/add_embedded_blue.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_background.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_exit_fullscreen.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_exit_fullscreen_highlight.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_forward.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_forward_highlight.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_pause.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_pause_highlight.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_play.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_play_highlight.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_rewind.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_rewind_highlight.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_skip_next.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_skip_next_highlight.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_skip_previous.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_skip_previous_highlight.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_stop.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_stop_highlight.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_time_slider.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_time_slider_knob.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_time_slider_knob_highlight.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_volume_max.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_volume_max_highlight.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_volume_mute.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_volume_mute_highlight.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_volume_slider_bar.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_volume_slider_knob.png
   A /branches/0.8.6/extras/MacOSX/Resources/fs_volume_slider_knob_highlight.png
   A /branches/0.8.6/extras/MacOSX/Resources/repeat_embedded.png
   A /branches/0.8.6/extras/MacOSX/Resources/repeat_embedded_blue.png
   A /branches/0.8.6/extras/MacOSX/Resources/repeat_single_embedded_blue.png
   A /branches/0.8.6/extras/MacOSX/Resources/shuffle_embedded.png
   A /branches/0.8.6/extras/MacOSX/Resources/shuffle_embedded_blue.png
   A /branches/0.8.6/extras/MacOSX/fullscreen_panel.svg

* add the necessary graphics for the fullscreen panel and the playmode buttons. Implementation files follow later on
------------------------------------------------------------------------
r17487 | fkuehne | 2006-11-05 19:39:27 +0100 (Sun, 05 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
   M /branches/0.8.6/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib

* switch this nib to the mergeable XML format as well
------------------------------------------------------------------------
r17484 | hartman | 2006-11-05 18:35:27 +0100 (Sun, 05 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/vout.m

* Fix macosx Fullscreen device selection in 0.8.6

------------------------------------------------------------------------
r17465 | funman | 2006-11-04 23:45:44 +0100 (Sat, 04 Nov 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/configure.ac

Back ports [17361] and [17362]
Closes #815

------------------------------------------------------------------------
r17463 | courmisch | 2006-11-04 19:00:39 +0100 (Sat, 04 Nov 2006) | 2 lines
Changed paths:
   R /branches/0.8.6/modules/misc/network/ipv4.c (from /trunk/modules/misc/network/ipv4.c:17462)

Backport [17462]

------------------------------------------------------------------------
r17454 | md | 2006-11-04 16:02:59 +0100 (Sat, 04 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/vlc.win32.nsi.in

Fix reversed logic for one-instance mode.

------------------------------------------------------------------------
r17453 | md | 2006-11-04 16:01:30 +0100 (Sat, 04 Nov 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/src/misc/win32_specific.c

Fix Win32 one-instance mode to accept non-ANSI CP characters
Closes #688

------------------------------------------------------------------------
r17452 | md | 2006-11-04 15:42:23 +0100 (Sat, 04 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/wizard.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/wizard.hpp

Fix unicode-incompatible dialogs

------------------------------------------------------------------------
r17451 | md | 2006-11-04 15:41:14 +0100 (Sat, 04 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/access_output/file.c

Allow non-ANSI CP characters in files created by stream output

------------------------------------------------------------------------
r17447 | littlejohn | 2006-11-04 12:03:02 +0100 (Sat, 04 Nov 2006) | 1 line
Changed paths:
   A /branches/0.8.6/bindings/java/src
   A /branches/0.8.6/bindings/java/src/Makefile.am
   A /branches/0.8.6/bindings/java/src/audio-jni.cc
   A /branches/0.8.6/bindings/java/src/core-jni.cc
   A /branches/0.8.6/bindings/java/src/graphics-jni.cc
   A /branches/0.8.6/bindings/java/src/input-jni.cc
   A /branches/0.8.6/bindings/java/src/playlist-jni.cc
   A /branches/0.8.6/bindings/java/src/utils.cc
   A /branches/0.8.6/bindings/java/src/utils.h
   A /branches/0.8.6/bindings/java/src/video-jni.cc
   A /branches/0.8.6/bindings/java/src/vlm-jni.cc

src dir in java bindings added
------------------------------------------------------------------------
r17446 | littlejohn | 2006-11-04 10:43:22 +0100 (Sat, 04 Nov 2006) | 1 line
Changed paths:
   M /branches/0.8.6/bindings/java/Makefile.am
   D /branches/0.8.6/bindings/java/SWTUglyPlayer.java
   M /branches/0.8.6/bindings/java/VlcClient.java
   A /branches/0.8.6/bindings/java/includes
   A /branches/0.8.6/bindings/java/org/videolan/jvlc/Audio.java
   M /branches/0.8.6/bindings/java/org/videolan/jvlc/AudioIntf.java
   A /branches/0.8.6/bindings/java/org/videolan/jvlc/GenericVideoWidget.java
   A /branches/0.8.6/bindings/java/org/videolan/jvlc/Input.java
   M /branches/0.8.6/bindings/java/org/videolan/jvlc/InputIntf.java
   M /branches/0.8.6/bindings/java/org/videolan/jvlc/JLibVLC.java
   M /branches/0.8.6/bindings/java/org/videolan/jvlc/JVLC.java
   M /branches/0.8.6/bindings/java/org/videolan/jvlc/JVLCCanvas.java
   M /branches/0.8.6/bindings/java/org/videolan/jvlc/JVLCPanel.java
   M /branches/0.8.6/bindings/java/org/videolan/jvlc/Playlist.java
   M /branches/0.8.6/bindings/java/org/videolan/jvlc/PlaylistIntf.java
   D /branches/0.8.6/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
   A /branches/0.8.6/bindings/java/org/videolan/jvlc/VLCException.java
   A /branches/0.8.6/bindings/java/org/videolan/jvlc/VLM.java
   M /branches/0.8.6/bindings/java/org/videolan/jvlc/VLMIntf.java
   A /branches/0.8.6/bindings/java/org/videolan/jvlc/Video.java
   M /branches/0.8.6/bindings/java/org/videolan/jvlc/VideoIntf.java
   D /branches/0.8.6/bindings/java/vlc-graphics-jni.cc
   D /branches/0.8.6/bindings/java/vlc-libvlc-jni.cc
   M /branches/0.8.6/configure.ac

Backport java bindings
------------------------------------------------------------------------
r17441 | damienf | 2006-11-03 22:41:05 +0100 (Fri, 03 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/voutgl.m

- voutgl.m: a bit of cleanup

------------------------------------------------------------------------
r17440 | damienf | 2006-11-03 18:28:10 +0100 (Fri, 03 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/voutgl.m

- another attempt to fix fullscreen crash in mozilla plugin

------------------------------------------------------------------------
r17438 | damienf | 2006-11-03 17:08:03 +0100 (Fri, 03 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/voutgl.m

voutgl.m: hopefully, a stable Fullscreen mode for mozilla plugin, mouse double-click to toggle b/w windowed/fullscreen now works

------------------------------------------------------------------------
r17437 | md | 2006-11-03 14:22:19 +0100 (Fri, 03 Nov 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/src/libvlc.c

Support non-ANSI CP characters from command line / click on media file
Closes #809

------------------------------------------------------------------------
r17436 | md | 2006-11-03 13:06:21 +0100 (Fri, 03 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/wxwidgets/wxwidgets.hpp

Add ()

------------------------------------------------------------------------
r17435 | damienf | 2006-11-03 12:40:25 +0100 (Fri, 03 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/activex/plugin.cpp
   M /branches/0.8.6/mozilla/control/npolibvlc.h

activex, mozilla: make sure log resources are properly cleaned on exit

------------------------------------------------------------------------
r17434 | md | 2006-11-03 12:23:32 +0100 (Fri, 03 Nov 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/modules/gui/wxwidgets/wxwidgets.hpp

Disable wxDnDFromLocale() kludge for Win32 with Unicode wxwidgets
and update comment - refs: #812

------------------------------------------------------------------------
r17432 | xtophe | 2006-11-03 00:56:28 +0100 (Fri, 03 Nov 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/po/th.po

update Thai l10n


------------------------------------------------------------------------
r17431 | damienf | 2006-11-03 00:08:03 +0100 (Fri, 03 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/activex/axvlc.idl
   M /branches/0.8.6/activex/axvlc.tlb
   M /branches/0.8.6/activex/axvlc_idl.c
   M /branches/0.8.6/activex/axvlc_idl.h
   M /branches/0.8.6/activex/supporterrorinfo.cpp
   M /branches/0.8.6/activex/vlccontrol2.cpp
   M /branches/0.8.6/activex/vlccontrol2.h

activex: backported 'log' objects from trunk

------------------------------------------------------------------------
r17429 | damienf | 2006-11-03 00:00:47 +0100 (Fri, 03 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/mozilla/control/npolibvlc.cpp

mozilla: enable 'log' object

------------------------------------------------------------------------
r17428 | hartman | 2006-11-02 21:43:55 +0100 (Thu, 02 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/video_output/video_output.c

* backport [17405] don't bring the intf to the front when the last vout closes on OSX. It messes up the window focus.

------------------------------------------------------------------------
r17427 | hartman | 2006-11-02 21:27:24 +0100 (Thu, 02 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/demux/avi/avi.c
   M /branches/0.8.6/modules/mux/avi.c

* backport [17410] trough [17412] avi demux and mux fixes

------------------------------------------------------------------------
r17421 | hartman | 2006-11-02 18:02:45 +0100 (Thu, 02 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/demux/mjpeg.c

* mjpeg demux: revert part of [16975]. This was not a mem leak, we are remembering the seperator.

------------------------------------------------------------------------
r17420 | hartman | 2006-11-02 17:59:36 +0100 (Thu, 02 Nov 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/modules/codec/dvbsub.c

* dvbsub: Cb and Cr were swapped (in YUV, U == Cb and V == Cr ) closes #810
* dvbsub: The spec assumes a 720x576 canvas. Set this as the original width/height, so the core can scale on non PAL video. refs #811

------------------------------------------------------------------------
r17415 | damienf | 2006-11-02 02:23:40 +0100 (Thu, 02 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/mozilla/vlcplugin.cpp

- mozilla: make it autoplay by default (unless told otherwise)

------------------------------------------------------------------------
r17414 | xtophe | 2006-11-02 00:56:22 +0100 (Thu, 02 Nov 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/THANKS
   M /branches/0.8.6/configure.ac
   A /branches/0.8.6/po/th.po
   M /branches/0.8.6/po/zh_CN.po

Add start of Thai l10n. Update Chinese l10n.


------------------------------------------------------------------------
r17413 | damienf | 2006-11-02 00:09:50 +0100 (Thu, 02 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/include/vlc/libvlc.h
   M /branches/0.8.6/include/vlc_messages.h
   M /branches/0.8.6/mozilla/control/npolibvlc.cpp
   M /branches/0.8.6/mozilla/control/npolibvlc.h
   D /branches/0.8.6/mozilla/vlcpeer.cpp
   D /branches/0.8.6/mozilla/vlcpeer.h
   M /branches/0.8.6/mozilla/vlcplugin.cpp
   M /branches/0.8.6/mozilla/vlcshell.cpp
   M /branches/0.8.6/src/Makefile.am
   A /branches/0.8.6/src/control/log.c
   M /branches/0.8.6/src/misc/messages.c
   M /branches/0.8.6/vlc-config.in.in

- some backporting, some changes and some new stuff. in brief, a holy mess

------------------------------------------------------------------------
r17408 | md | 2006-11-01 21:54:53 +0100 (Wed, 01 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/access/file.c

Support for non-ANSI filenames on Win32

------------------------------------------------------------------------
r17398 | sam | 2006-11-01 10:36:06 +0100 (Wed, 01 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/ChangeLog

  * Update ChangeLog and fix charset issues in it.

------------------------------------------------------------------------
r17397 | sam | 2006-11-01 10:21:05 +0100 (Wed, 01 Nov 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/video_output/caca.c

  * Backport [17396]: mouse motion and click support in the libcaca vout.

------------------------------------------------------------------------
r17389 | xtophe | 2006-10-31 12:29:12 +0100 (Tue, 31 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/configure.ac

Revert [17057]. Mea culpa. The 0.8.5 plugins are defeintively not working in 0.8.6

------------------------------------------------------------------------
r17386 | massiot | 2006-10-30 23:27:08 +0100 (Mon, 30 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/doc/fortunes.txt

.

------------------------------------------------------------------------
r17383 | jpsaman | 2006-10-30 20:17:49 +0100 (Mon, 30 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/activex/axvlc.idl
   M /branches/0.8.6/activex/axvlc.tlb
   M /branches/0.8.6/activex/axvlc_idl.h
   M /branches/0.8.6/activex/vlccontrol2.cpp
   M /branches/0.8.6/activex/vlccontrol2.h

Fix property get_aspectRatio
------------------------------------------------------------------------
r17382 | jpsaman | 2006-10-30 17:31:50 +0100 (Mon, 30 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/mozilla/support/npmac.cpp

Remove some excess whitespace and tabs.
------------------------------------------------------------------------
r17380 | jpsaman | 2006-10-30 17:19:55 +0100 (Mon, 30 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/activex/axvlc.idl
   M /branches/0.8.6/activex/axvlc.tlb
   M /branches/0.8.6/activex/axvlc_idl.h
   M /branches/0.8.6/activex/vlccontrol2.cpp
   M /branches/0.8.6/activex/vlccontrol2.h

Aspect ratio property for ActiveX plugin
------------------------------------------------------------------------
r17379 | hartman | 2006-10-30 16:04:22 +0100 (Mon, 30 Oct 2006) | 7 lines
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/voutgl.m

* Fullscreen AGL rendering for the OSX plugin. It's still crashes regular.

  - I get crashes when the MainThread does it's "FlushAllWindows".
    Quite possibly related to the fact that Carbon windows are not threadsafe..
  - I tried implementing similar behaviour in the mozilla plugin itself,
    but I cannot get it to even RENDER from there, so this will have to do for now.

------------------------------------------------------------------------
r17378 | funman | 2006-10-30 14:34:02 +0100 (Mon, 30 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/po/af.po
   M /branches/0.8.6/po/ar.po
   M /branches/0.8.6/po/ca.po
   M /branches/0.8.6/po/co.po
   M /branches/0.8.6/po/cs.po
   M /branches/0.8.6/po/da.po
   M /branches/0.8.6/po/de.po
   M /branches/0.8.6/po/en_GB.po
   M /branches/0.8.6/po/es.po
   M /branches/0.8.6/po/eu.po
   M /branches/0.8.6/po/fr.po
   M /branches/0.8.6/po/fur.po
   M /branches/0.8.6/po/gl.po
   M /branches/0.8.6/po/he.po
   M /branches/0.8.6/po/hi.po
   M /branches/0.8.6/po/hu.po
   M /branches/0.8.6/po/it.po
   M /branches/0.8.6/po/ja.po
   M /branches/0.8.6/po/ka.po
   M /branches/0.8.6/po/ko.po
   M /branches/0.8.6/po/lt.po
   M /branches/0.8.6/po/lv.po
   M /branches/0.8.6/po/ms.po
   M /branches/0.8.6/po/nb.po
   M /branches/0.8.6/po/nl.po
   M /branches/0.8.6/po/nn.po
   M /branches/0.8.6/po/oc.po
   M /branches/0.8.6/po/pa.po
   M /branches/0.8.6/po/pt_BR.po
   M /branches/0.8.6/po/ro.po
   M /branches/0.8.6/po/ru.po
   M /branches/0.8.6/po/sk.po
   M /branches/0.8.6/po/sl.po
   M /branches/0.8.6/po/sq.po
   M /branches/0.8.6/po/sv.po
   M /branches/0.8.6/po/tr.po
   M /branches/0.8.6/po/vlc.pot
   M /branches/0.8.6/po/zh_CN.po
   M /branches/0.8.6/po/zh_TW.po

run make update-po

------------------------------------------------------------------------
r17377 | jpsaman | 2006-10-30 14:00:04 +0100 (Mon, 30 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/activex/connectioncontainer.cpp
   M /branches/0.8.6/activex/main.cpp
   M /branches/0.8.6/activex/objectsafety.h
   M /branches/0.8.6/activex/oleinplaceobject.h
   M /branches/0.8.6/activex/oleobject.cpp
   M /branches/0.8.6/activex/oleobject.h
   M /branches/0.8.6/activex/persistpropbag.cpp
   M /branches/0.8.6/activex/persiststreaminit.cpp
   M /branches/0.8.6/activex/persiststreaminit.h
   M /branches/0.8.6/activex/plugin.cpp
   M /branches/0.8.6/activex/plugin.h
   M /branches/0.8.6/activex/provideclassinfo.cpp
   M /branches/0.8.6/activex/provideclassinfo.h
   M /branches/0.8.6/activex/supporterrorinfo.cpp
   M /branches/0.8.6/activex/utils.cpp
   M /branches/0.8.6/activex/vlccontrol.h

Remove excess whitespace
------------------------------------------------------------------------
r17374 | jpsaman | 2006-10-30 13:16:23 +0100 (Mon, 30 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/src/control/video.c

Don't forget to release the video output object
------------------------------------------------------------------------
r17372 | funman | 2006-10-30 13:09:53 +0100 (Mon, 30 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/po/sk.po

Header update for slovak translation

------------------------------------------------------------------------
r17371 | jpsaman | 2006-10-30 13:07:51 +0100 (Mon, 30 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/include/vlc/libvlc.h
   M /branches/0.8.6/mozilla/control/npolibvlc.cpp
   M /branches/0.8.6/src/control/video.c

Implement Aspect Ratio property for Mozilla plugin
------------------------------------------------------------------------
r17370 | funman | 2006-10-30 13:05:46 +0100 (Mon, 30 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/po/sl.po

Update of slovenian translation

------------------------------------------------------------------------
r17368 | jpsaman | 2006-10-30 10:09:58 +0100 (Mon, 30 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/Makefile.am

Make it easier to build a macosx package when build in debug mode.
------------------------------------------------------------------------
r17367 | jpsaman | 2006-10-30 09:50:03 +0100 (Mon, 30 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/src/playlist/playlist.c

Don't forget to release the playlist lock.
------------------------------------------------------------------------
r17365 | jpsaman | 2006-10-30 09:28:18 +0100 (Mon, 30 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/src/input/input.c

Remove stray comment
------------------------------------------------------------------------
r17364 | jpsaman | 2006-10-30 09:22:46 +0100 (Mon, 30 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/src/input/input.c
   M /branches/0.8.6/src/playlist/item-ext.c
   M /branches/0.8.6/src/playlist/playlist.c

Add some sanity checking and extra locking to guard against concurrent access patterns in core.
------------------------------------------------------------------------
r17363 | jpsaman | 2006-10-30 08:57:26 +0100 (Mon, 30 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/src/playlist/view.c

Small coding style fix.
------------------------------------------------------------------------
r17360 | jpsaman | 2006-10-29 19:37:42 +0100 (Sun, 29 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/configure.ac

Backport 17359. Don't build libnotify on win32.
------------------------------------------------------------------------
r17351 | jpsaman | 2006-10-29 13:09:12 +0100 (Sun, 29 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/include/vlc_input.h
   M /branches/0.8.6/src/control/input.c
   M /branches/0.8.6/src/input/input.c

Report input error condition to JavaScript
------------------------------------------------------------------------
r17349 | jpsaman | 2006-10-29 11:49:00 +0100 (Sun, 29 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/demux/tta.c

Remove unused variable p_meta
------------------------------------------------------------------------
r17345 | jpsaman | 2006-10-29 10:55:27 +0100 (Sun, 29 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/mozilla/control/npolibvlc.cpp

Implement VersionInfo as property.
------------------------------------------------------------------------
r17344 | jpsaman | 2006-10-29 10:50:19 +0100 (Sun, 29 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/activex/vlccontrol.cpp

Remove more excess whitespace
------------------------------------------------------------------------
r17343 | jpsaman | 2006-10-29 10:48:01 +0100 (Sun, 29 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/activex/vlccontrol.cpp
   M /branches/0.8.6/activex/vlccontrol2.cpp

Remove more excess whitespace
------------------------------------------------------------------------
r17342 | jpsaman | 2006-10-29 10:43:14 +0100 (Sun, 29 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/activex/vlccontrol2.cpp

Remove excess whitespace
------------------------------------------------------------------------
r17335 | jpsaman | 2006-10-29 10:29:39 +0100 (Sun, 29 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/mozilla/control/npolibvlc.cpp
   M /branches/0.8.6/mozilla/control/npolibvlc.h

Implement versionInfo() method.

------------------------------------------------------------------------
r17334 | jpsaman | 2006-10-29 10:29:08 +0100 (Sun, 29 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/mozilla/control/nporuntime.cpp
   M /branches/0.8.6/mozilla/vlcintf.idl

Remove excess empty lines
------------------------------------------------------------------------
r17330 | dionoea | 2006-10-29 00:57:28 +0200 (Sun, 29 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/vlc.win32.nsi.in

VLC Media File -> VLC Media File (extension)

------------------------------------------------------------------------
r17329 | xtophe | 2006-10-29 00:22:49 +0200 (Sun, 29 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/po/ms.po

Malay l10n update by Mahrazi Mohd Kamal

------------------------------------------------------------------------
r17327 | Trax | 2006-10-28 20:06:45 +0200 (Sat, 28 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/codec/x264.c

backport [17326]: Range enforcements and default options.
------------------------------------------------------------------------
r17324 | jpsaman | 2006-10-28 17:27:24 +0200 (Sat, 28 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/configure.ac

Fix detection of mozilla-config
------------------------------------------------------------------------
r17323 | funman | 2006-10-28 16:56:44 +0200 (Sat, 28 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/control/video.c

Character encoding problem in header

------------------------------------------------------------------------
r17322 | jpsaman | 2006-10-28 16:49:42 +0200 (Sat, 28 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/src/control/core.c
   M /branches/0.8.6/src/control/input.c
   M /branches/0.8.6/src/control/mediacontrol_audio_video.c
   M /branches/0.8.6/src/control/mediacontrol_init.c
   M /branches/0.8.6/src/control/mediacontrol_plugin.c
   M /branches/0.8.6/src/control/video.c
   M /branches/0.8.6/src/control/vlm.c

Add missing GPL license/copyright statements and whitespace cleanup
------------------------------------------------------------------------
r17320 | Trax | 2006-10-28 16:42:37 +0200 (Sat, 28 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/codec/x264.c

backport [17319] x264 option descriptions
------------------------------------------------------------------------
r17318 | xtophe | 2006-10-28 03:05:13 +0200 (Sat, 28 Oct 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/po/POTFILES.in
   A /branches/0.8.6/po/af.po
   M /branches/0.8.6/po/ar.po
   M /branches/0.8.6/po/bn.po
   M /branches/0.8.6/po/ca.po
   A /branches/0.8.6/po/co.po
   M /branches/0.8.6/po/cs.po
   M /branches/0.8.6/po/da.po
   M /branches/0.8.6/po/de.po
   M /branches/0.8.6/po/el.po
   M /branches/0.8.6/po/en_GB.po
   M /branches/0.8.6/po/es.po
   A /branches/0.8.6/po/eu.po
   M /branches/0.8.6/po/fr.po
   A /branches/0.8.6/po/fur.po
   M /branches/0.8.6/po/gl.po
   M /branches/0.8.6/po/he.po
   M /branches/0.8.6/po/hi.po
   M /branches/0.8.6/po/hu.po
   M /branches/0.8.6/po/it.po
   M /branches/0.8.6/po/ja.po
   M /branches/0.8.6/po/ka.po
   M /branches/0.8.6/po/ko.po
   A /branches/0.8.6/po/lt.po
   A /branches/0.8.6/po/lv.po
   M /branches/0.8.6/po/ms.po
   M /branches/0.8.6/po/my.po
   A /branches/0.8.6/po/nb.po
   M /branches/0.8.6/po/ne.po
   M /branches/0.8.6/po/nl.po
   A /branches/0.8.6/po/nn.po
   M /branches/0.8.6/po/no.po
   M /branches/0.8.6/po/oc.po
   A /branches/0.8.6/po/pa.po
   M /branches/0.8.6/po/pl.po
   M /branches/0.8.6/po/ps.po
   M /branches/0.8.6/po/pt_BR.po
   M /branches/0.8.6/po/ro.po
   M /branches/0.8.6/po/ru.po
   M /branches/0.8.6/po/sk.po
   M /branches/0.8.6/po/sl.po
   A /branches/0.8.6/po/sq.po
   M /branches/0.8.6/po/sv.po
   M /branches/0.8.6/po/tet.po
   M /branches/0.8.6/po/tl.po
   M /branches/0.8.6/po/tr.po
   M /branches/0.8.6/po/vlc.pot
   M /branches/0.8.6/po/zh_CN.po
   M /branches/0.8.6/po/zh_TW.po
   M /branches/0.8.6/src/libvlc.h

Import translations from Rosetta. Thanks to all the contributors.
Please review as the merge process is not an exact science.

------------------------------------------------------------------------
r17316 | xtophe | 2006-10-28 00:58:49 +0200 (Sat, 28 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/po/sk.po

Update the Slovak l10n by Marian Hikanik

------------------------------------------------------------------------
r17311 | courmisch | 2006-10-27 21:39:47 +0200 (Fri, 27 Oct 2006) | 2 lines
Changed paths:
   R /branches/0.8.6/modules/misc/network/ipv4.c (from /trunk/modules/misc/network/ipv4.c:17310)

Really backport fixes for #734 and #780.

------------------------------------------------------------------------
r17310 | courmisch | 2006-10-27 21:38:11 +0200 (Fri, 27 Oct 2006) | 2 lines
Changed paths:
   D /branches/0.8.6/modules/misc/network/network

*Ahem*

------------------------------------------------------------------------
r17309 | courmisch | 2006-10-27 21:37:49 +0200 (Fri, 27 Oct 2006) | 2 lines
Changed paths:
   A /branches/0.8.6/modules/misc/network/network (from /trunk/modules/misc/network:17308)

Backport fixes for #743 and #780.

------------------------------------------------------------------------
r17301 | funman | 2006-10-27 16:46:17 +0200 (Fri, 27 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/THANKS

Corrects character encoding problem in THANKS file

------------------------------------------------------------------------
r17300 | funman | 2006-10-27 16:39:55 +0200 (Fri, 27 Oct 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/NEWS
   M /branches/0.8.6/THANKS
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/po/ca.po
   M /branches/0.8.6/po/cs.po
   M /branches/0.8.6/po/da.po
   M /branches/0.8.6/po/de.po
   M /branches/0.8.6/po/en_GB.po
   M /branches/0.8.6/po/es.po
   M /branches/0.8.6/po/fr.po
   M /branches/0.8.6/po/gl.po
   M /branches/0.8.6/po/he.po
   M /branches/0.8.6/po/hi.po
   M /branches/0.8.6/po/hu.po
   M /branches/0.8.6/po/it.po
   M /branches/0.8.6/po/ja.po
   M /branches/0.8.6/po/ka.po
   M /branches/0.8.6/po/ko.po
   M /branches/0.8.6/po/ms.po
   M /branches/0.8.6/po/nl.po
   M /branches/0.8.6/po/oc.po
   M /branches/0.8.6/po/pt_BR.po
   M /branches/0.8.6/po/ro.po
   M /branches/0.8.6/po/ru.po
   M /branches/0.8.6/po/sk.po
   A /branches/0.8.6/po/sl.po
   M /branches/0.8.6/po/sv.po
   M /branches/0.8.6/po/tr.po
   M /branches/0.8.6/po/vlc.pot
   M /branches/0.8.6/po/zh_CN.po
   M /branches/0.8.6/po/zh_TW.po
   M /branches/0.8.6/src/libvlc.h
   M /branches/0.8.6/src/misc/darwin_specific.m

Added Slovenian translation
make update-po

------------------------------------------------------------------------
r17298 | funman | 2006-10-26 21:03:52 +0200 (Thu, 26 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/wxwidgets/wxwidgets.hpp

backports [17293], [17294], [17295], and [17297]

------------------------------------------------------------------------
r17287 | funman | 2006-10-26 01:48:11 +0200 (Thu, 26 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/wxwidgets/wxwidgets.hpp

Fix [17230] using wxString.Len() instead of wcslen() which is broken on windows

------------------------------------------------------------------------
r17272 | jpsaman | 2006-10-23 21:08:38 +0200 (Mon, 23 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/THANKS
   M /branches/0.8.6/modules/stream_out/rtp.c

Backport from [17271]. Patch by aurelien: properly test for NULL.
------------------------------------------------------------------------
r17269 | oaubert | 2006-10-23 13:24:55 +0200 (Mon, 23 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/control/mediacontrol_core.c

mediacontrol_core.c: remove handling of the start position for mediacontrol_start, it crashes the application

------------------------------------------------------------------------
r17262 | Trax | 2006-10-22 21:09:06 +0200 (Sun, 22 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/gui/wxwidgets/wxwidgets.hpp

* backport [17257] back to original DnD and [17259] typo
------------------------------------------------------------------------
r17255 | funman | 2006-10-22 16:32:43 +0200 (Sun, 22 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/wxwidgets/wxwidgets.hpp

Fix WX drag & drop bug introduced in [17239]

------------------------------------------------------------------------
r17253 | Trax | 2006-10-21 22:49:15 +0200 (Sat, 21 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/gui/wxwidgets/wxwidgets.hpp

* backport [17248] Rush fix for 0.8.6
------------------------------------------------------------------------
r17246 | hartman | 2006-10-21 22:09:39 +0200 (Sat, 21 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/NEWS
   M /branches/0.8.6/po/POTFILES.in
   M /branches/0.8.6/po/ca.po
   M /branches/0.8.6/po/cs.po
   M /branches/0.8.6/po/da.po
   M /branches/0.8.6/po/de.po
   M /branches/0.8.6/po/en_GB.po
   M /branches/0.8.6/po/es.po
   M /branches/0.8.6/po/fr.po
   M /branches/0.8.6/po/gl.po
   M /branches/0.8.6/po/he.po
   M /branches/0.8.6/po/hi.po
   M /branches/0.8.6/po/hu.po
   M /branches/0.8.6/po/it.po
   M /branches/0.8.6/po/ja.po
   M /branches/0.8.6/po/ka.po
   M /branches/0.8.6/po/ko.po
   M /branches/0.8.6/po/ms.po
   M /branches/0.8.6/po/nl.po
   M /branches/0.8.6/po/oc.po
   M /branches/0.8.6/po/pt_BR.po
   M /branches/0.8.6/po/ro.po
   M /branches/0.8.6/po/ru.po
   M /branches/0.8.6/po/sk.po
   M /branches/0.8.6/po/sv.po
   M /branches/0.8.6/po/tr.po
   M /branches/0.8.6/po/vlc.pot
   M /branches/0.8.6/po/zh_CN.po
   M /branches/0.8.6/po/zh_TW.po

* update po & spelling error in NEWS

------------------------------------------------------------------------
r17242 | hartman | 2006-10-21 21:41:22 +0200 (Sat, 21 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/src/misc/unicode.c

* BeOS fixes by Cian Duffy

------------------------------------------------------------------------
r17241 | hartman | 2006-10-21 21:35:31 +0200 (Sat, 21 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/NEWS
   M /branches/0.8.6/modules/codec/ffmpeg/ffmpeg.c

* Fix ffmpeg and update the NEWS a bit more...

------------------------------------------------------------------------
r17239 | hartman | 2006-10-21 21:27:31 +0200 (Sat, 21 Oct 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/NEWS
   M /branches/0.8.6/modules/gui/wxwidgets/wxwidgets.hpp

* update news.
* backport [17230] DnD unicode fixes in wxWidgets

------------------------------------------------------------------------
r17236 | hartman | 2006-10-21 21:11:38 +0200 (Sat, 21 Oct 2006) | 8 lines
Changed paths:
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/modules/codec/ffmpeg/ffmpeg.c
   M /branches/0.8.6/modules/codec/flac.c
   M /branches/0.8.6/modules/codec/realaudio.c
   M /branches/0.8.6/modules/codec/sdl_image.c
   M /branches/0.8.6/modules/codec/speex.c
   M /branches/0.8.6/modules/codec/vorbis.c
   M /branches/0.8.6/modules/demux/Modules.am
   M /branches/0.8.6/modules/demux/asf/asf.c
   M /branches/0.8.6/modules/demux/asf/libasf.h
   A /branches/0.8.6/modules/demux/tta.c (from /trunk/modules/demux/tta.c:17127)
   M /branches/0.8.6/modules/stream_out/rtp.c

* backport more formats and fixes
 - DVR-ms support
 - TTA support
 - [17142] add 5.1 support for flac
 - [17158] fixes for max amount of audio channels
 - [17180] lower SDL_image priority to fix mjpeg
 - [17194] require libgcrypt explicitly

------------------------------------------------------------------------
r17183 | hartman | 2006-10-20 23:33:16 +0200 (Fri, 20 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/access/cdda/access.c
   M /branches/0.8.6/modules/access/vcd/vcd.c
   M /branches/0.8.6/modules/access/vcdx/access.c
   M /branches/0.8.6/modules/demux/ps.c
   M /branches/0.8.6/modules/demux/ps.h

* backport some fixes for the vcd and mpeg-ps modules. This fixes #778

------------------------------------------------------------------------
r17163 | funman | 2006-10-20 12:01:13 +0200 (Fri, 20 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/extras/contrib/bootstrap

backport [17162]

------------------------------------------------------------------------
r17161 | xtophe | 2006-10-20 00:15:40 +0200 (Fri, 20 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/vlc.win32.nsi.in

Backport [17160]

------------------------------------------------------------------------
r17156 | dionoea | 2006-10-19 23:14:20 +0200 (Thu, 19 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/misc/vlm.c

Backport [17140].

------------------------------------------------------------------------
r17141 | xtophe | 2006-10-19 12:25:38 +0200 (Thu, 19 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/configure.ac

Backport [17139]: postproc needs avutil

------------------------------------------------------------------------
r17132 | hartman | 2006-10-18 15:11:46 +0200 (Wed, 18 Oct 2006) | 6 lines
Changed paths:
   M /branches/0.8.6/modules/codec/libmpeg2.c
   M /branches/0.8.6/modules/control/http/http.c
   M /branches/0.8.6/modules/gui/macosx/playlist.m
   M /branches/0.8.6/modules/packetizer/h264.c

* backport:
 - h264 packetizer changes
 - add mp2v fourcc to libmpeg2 decoder
 - shoutcast TV fix for the OS X GUI
 - fix for time in http

------------------------------------------------------------------------
r17114 | xtophe | 2006-10-15 23:44:33 +0200 (Sun, 15 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/codec/x264.c

Backport [17060]: x264 API change

------------------------------------------------------------------------
r17113 | funman | 2006-10-15 23:03:47 +0200 (Sun, 15 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/extras/contrib/src/Makefile
   D /branches/0.8.6/extras/contrib/src/Patches/tiff-cross.patch
   D /branches/0.8.6/extras/contrib/src/Patches/tiff.patch
   M /branches/0.8.6/extras/contrib/src/packages.mak

backport 16616 and 16617

------------------------------------------------------------------------
r17109 | funman | 2006-10-15 19:39:01 +0200 (Sun, 15 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/extras/contrib/src/Makefile
   M /branches/0.8.6/extras/contrib/src/packages.mak

removes qt4 from extras/contrib/src

------------------------------------------------------------------------
r17107 | fkuehne | 2006-10-15 17:06:12 +0200 (Sun, 15 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/extras/contrib/src/Makefile
   A /branches/0.8.6/extras/contrib/src/Patches/x264-osx-intel.patch
   M /branches/0.8.6/modules/codec/x264.c

* disable SSE2 optmisations in quite a hacky way, but enable MMX
------------------------------------------------------------------------
r17104 | funman | 2006-10-15 16:18:20 +0200 (Sun, 15 Oct 2006) | 2 lines
Changed paths:
   D /branches/0.8.6/extras/contrib/src/Patches/goom2k4-0-nommx.patch

Remove obsolete nommx patch for goom

------------------------------------------------------------------------
r17101 | funman | 2006-10-15 16:10:14 +0200 (Sun, 15 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/skins2/commands/cmd_fullscreen.cpp

use FIND_ANYWHERE only as a fallback. thanks to thedj

------------------------------------------------------------------------
r17100 | funman | 2006-10-15 15:35:53 +0200 (Sun, 15 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/visualization/goom.c

remove unnecessary vlc_object_yield()

------------------------------------------------------------------------
r17092 | funman | 2006-10-15 15:01:19 +0200 (Sun, 15 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/skins2/commands/cmd_fullscreen.cpp

skins2 fullscreen button work with audio visualizations

------------------------------------------------------------------------
r17091 | funman | 2006-10-15 14:41:14 +0200 (Sun, 15 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/extras/contrib/src/Makefile

contrib/goom: remove nommx patch, add mmx patch for linux

------------------------------------------------------------------------
r17088 | funman | 2006-10-15 09:26:06 +0200 (Sun, 15 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/visualization/goom.c

Gets title for goom visualization from meta information if available

------------------------------------------------------------------------
r17086 | funman | 2006-10-15 05:43:55 +0200 (Sun, 15 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/misc/notify.c

Use a smaller icon for notifications

------------------------------------------------------------------------
r17084 | funman | 2006-10-15 00:34:12 +0200 (Sun, 15 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/extras/contrib/src/Makefile

Sets PKG_CONFIG_LIBDIR when building contrib

------------------------------------------------------------------------
r17082 | funman | 2006-10-14 23:20:24 +0200 (Sat, 14 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/extras/contrib/src/Makefile

remove endif from 17080

------------------------------------------------------------------------
r17080 | funman | 2006-10-14 23:08:01 +0200 (Sat, 14 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/extras/contrib/src/Makefile
   M /branches/0.8.6/extras/contrib/src/Patches/goom2k4-0-nommx.patch

goom is patched on win32 too

------------------------------------------------------------------------
r17078 | funman | 2006-10-14 22:30:58 +0200 (Sat, 14 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/extras/contrib/bootstrap

Detect mingw for other distros than debian

------------------------------------------------------------------------
r17064 | jpsaman | 2006-10-14 15:29:58 +0200 (Sat, 14 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/src/playlist/view.c

Backport rev [17063]. Correctly count childern of a node. The previous code counted the endpoints too, which gave a too high children count.
------------------------------------------------------------------------
r17057 | xtophe | 2006-10-13 19:13:20 +0200 (Fri, 13 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/configure.ac

0.8.6 modules are compatible with 0.8.5 ones

------------------------------------------------------------------------
r17056 | hartman | 2006-10-13 17:56:25 +0200 (Fri, 13 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
   M /branches/0.8.6/extras/MacOSX/vlc.pbproj/project.pbxproj

Rename branch version to 0.8.6-test1
------------------------------------------------------------------------
r17055 | hartman | 2006-10-13 17:48:24 +0200 (Fri, 13 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/extras/contrib/bootstrap

backport [17052]: Add tuning options for MacIntel
------------------------------------------------------------------------
r17054 | hartman | 2006-10-13 17:47:39 +0200 (Fri, 13 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/demux/ts.c
   M /branches/0.8.6/src/input/es_out.c

backport [17053]: don't add meta for non-existing programs
------------------------------------------------------------------------
r17051 | thresh | 2006-10-13 15:23:18 +0200 (Fri, 13 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/interface/interaction.c

prevent segfaulting on null login/password

------------------------------------------------------------------------
r17050 | hartman | 2006-10-13 02:07:54 +0200 (Fri, 13 Oct 2006) | 14 lines
Changed paths:
   M /branches/0.8.6/include/vlc_es.h
   M /branches/0.8.6/modules/codec/faad.c
   M /branches/0.8.6/modules/codec/ffmpeg/ffmpeg.c
   M /branches/0.8.6/modules/demux/asf/libasf.c
   M /branches/0.8.6/modules/demux/avi/libavi.c
   M /branches/0.8.6/modules/demux/mpeg/m4v.c
   M /branches/0.8.6/modules/demux/mpeg/mpga.c
   M /branches/0.8.6/modules/demux/ty.c
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/open.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/menus.cpp
   M /branches/0.8.6/modules/misc/xml/xtag.c
   M /branches/0.8.6/modules/video_filter/mosaic.c
   M /branches/0.8.6/modules/video_output/x11/xcommon.c
   M /branches/0.8.6/src/input/input.c
   M /branches/0.8.6/src/input/stream.c
   M /branches/0.8.6/src/misc/variables.c

backports: Fixes mostly from gbazin
 - [16941] (partially) fix bug in variable value inheritence
 - [16942] (edited) border options of mosaic filter
 - [16958] fix raw m4v and h264 detection
 - [16971] avoid using the C++ STL. This gets rid of weird crashes in the vector template
 - [16974] fixed invalid memory access in stream_ReadLine()
 - [16996] fixed a bunch of memleaks
 - [16997] fixed a memleak in asf
 - [16998] fixed memleaks in slave/sub handling
 - [17000] Add RV20 fourcc
 - [17001] and [17007] fix errors in [16996]
 - [17008] memleak in XML xtag parser
 - [17019] memset fix in Ty module

------------------------------------------------------------------------
r17047 | hartman | 2006-10-12 23:14:32 +0200 (Thu, 12 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/vout.m

backport [17046]
------------------------------------------------------------------------
r17042 | hartman | 2006-10-12 22:27:29 +0200 (Thu, 12 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/src/video_output/video_output.c

Fix a refcount issue of p_input in the core of the 0.8.6 branch
------------------------------------------------------------------------
r17040 | xtophe | 2006-10-12 21:33:41 +0200 (Thu, 12 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/po/sk.po
   M /branches/0.8.6/src/interface/interface.c

Fix a i18n bug and update Slovak l10n

------------------------------------------------------------------------
r17037 | funman | 2006-10-12 19:31:46 +0200 (Thu, 12 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/configure.ac

Really finish to add Malay translation

------------------------------------------------------------------------
r17036 | funman | 2006-10-12 19:29:50 +0200 (Thu, 12 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/NEWS
   M /branches/0.8.6/src/libvlc.h
   M /branches/0.8.6/src/misc/darwin_specific.m

Finish to add Malay translation

------------------------------------------------------------------------
r17034 | damienf | 2006-10-12 15:12:49 +0200 (Thu, 12 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/activex/Makefile.am

- fix source distribution

------------------------------------------------------------------------
r17033 | funman | 2006-10-12 14:01:35 +0200 (Thu, 12 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/THANKS
   A /branches/0.8.6/po/ms.po

Added Malay translation

------------------------------------------------------------------------
r17025 | damienf | 2006-10-11 16:00:26 +0200 (Wed, 11 Oct 2006) | 2 lines
Changed paths:
   A /branches/0.8.6/activex/supporterrorinfo.cpp
   A /branches/0.8.6/activex/supporterrorinfo.h
   M /branches/0.8.6/modules/access/dshow/filter.cpp
   M /branches/0.8.6/src/control/audio.c
   M /branches/0.8.6/src/control/input.c

- addendum to [17024], backport of [16946]

------------------------------------------------------------------------
r17024 | damienf | 2006-10-11 12:38:48 +0200 (Wed, 11 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/activex/Makefile.am
   M /branches/0.8.6/activex/axvlc.idl
   M /branches/0.8.6/activex/axvlc.tlb
   M /branches/0.8.6/activex/axvlc_idl.h
   M /branches/0.8.6/activex/plugin.cpp
   M /branches/0.8.6/activex/plugin.h
   M /branches/0.8.6/activex/vlccontrol2.cpp
   M /branches/0.8.6/activex/vlccontrol2.h
   M /branches/0.8.6/mozilla/control/npolibvlc.cpp

- backport from trunk of [17018],[17006],[16944]

------------------------------------------------------------------------
r17022 | jpsaman | 2006-10-10 22:42:57 +0200 (Tue, 10 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/voutgl.m

Unbreak MacOS X (revert part of rev 16931)
------------------------------------------------------------------------
r17020 | fkuehne | 2006-10-10 20:33:26 +0200 (Tue, 10 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/access_output/http.c
   M /branches/0.8.6/modules/access_output/udp.c
   M /branches/0.8.6/modules/misc/growl.c
   M /branches/0.8.6/modules/misc/msn.c

* a couple of minor fixes (standardised abbreviations and trademarks can't be localised)
------------------------------------------------------------------------
r17017 | xtophe | 2006-10-10 10:52:27 +0200 (Tue, 10 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/audio_output/hd1000a.cpp

yet another i18n fix

------------------------------------------------------------------------
r17015 | xtophe | 2006-10-10 10:38:37 +0200 (Tue, 10 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/access/dvb/access.c
   M /branches/0.8.6/modules/audio_output/portaudio.c
   M /branches/0.8.6/modules/gui/pda/pda.c
   M /branches/0.8.6/modules/video_filter/osdmenu.c

Oups. silly sed

------------------------------------------------------------------------
r17013 | xtophe | 2006-10-10 00:26:35 +0200 (Tue, 10 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/po/POTFILES.in
   M /branches/0.8.6/po/ca.po
   M /branches/0.8.6/po/cs.po
   M /branches/0.8.6/po/da.po
   M /branches/0.8.6/po/de.po
   M /branches/0.8.6/po/en_GB.po
   M /branches/0.8.6/po/es.po
   M /branches/0.8.6/po/fr.po
   M /branches/0.8.6/po/gl.po
   M /branches/0.8.6/po/he.po
   M /branches/0.8.6/po/hi.po
   M /branches/0.8.6/po/hu.po
   M /branches/0.8.6/po/it.po
   M /branches/0.8.6/po/ja.po
   M /branches/0.8.6/po/ka.po
   M /branches/0.8.6/po/ko.po
   M /branches/0.8.6/po/nl.po
   M /branches/0.8.6/po/oc.po
   M /branches/0.8.6/po/pt_BR.po
   M /branches/0.8.6/po/ro.po
   M /branches/0.8.6/po/ru.po
   M /branches/0.8.6/po/sk.po
   M /branches/0.8.6/po/sv.po
   M /branches/0.8.6/po/tr.po
   M /branches/0.8.6/po/vlc.pot
   M /branches/0.8.6/po/zh_CN.po
   M /branches/0.8.6/po/zh_TW.po

make update-po

------------------------------------------------------------------------
r17012 | xtophe | 2006-10-10 00:11:32 +0200 (Tue, 10 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/access/cdda/cdda.c
   M /branches/0.8.6/modules/access/dvb/access.c
   M /branches/0.8.6/modules/access/screen/screen.c
   M /branches/0.8.6/modules/access/vcdx/vcd.c
   M /branches/0.8.6/modules/access_output/dummy.c
   M /branches/0.8.6/modules/access_output/file.c
   M /branches/0.8.6/modules/access_output/http.c
   M /branches/0.8.6/modules/access_output/udp.c
   M /branches/0.8.6/modules/audio_filter/channel_mixer/dolby.c
   M /branches/0.8.6/modules/audio_filter/channel_mixer/headphone.c
   M /branches/0.8.6/modules/audio_filter/equalizer.c
   M /branches/0.8.6/modules/audio_filter/normvol.c
   M /branches/0.8.6/modules/audio_filter/param_eq.c
   M /branches/0.8.6/modules/audio_output/file.c
   M /branches/0.8.6/modules/audio_output/portaudio.c
   M /branches/0.8.6/modules/codec/svcdsub.c
   M /branches/0.8.6/modules/demux/subtitle.c
   M /branches/0.8.6/modules/gui/pda/pda.c
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/extrapanel.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/wxwidgets.cpp
   M /branches/0.8.6/modules/misc/growl.c
   M /branches/0.8.6/modules/misc/logger.c
   M /branches/0.8.6/modules/misc/msn.c
   M /branches/0.8.6/modules/misc/notify.c
   M /branches/0.8.6/modules/video_filter/adjust.c
   M /branches/0.8.6/modules/video_filter/clone.c
   M /branches/0.8.6/modules/video_filter/crop.c
   M /branches/0.8.6/modules/video_filter/deinterlace.c
   M /branches/0.8.6/modules/video_filter/distort.c
   M /branches/0.8.6/modules/video_filter/invert.c
   M /branches/0.8.6/modules/video_filter/logo.c
   M /branches/0.8.6/modules/video_filter/magnify.c
   M /branches/0.8.6/modules/video_filter/marq.c
   M /branches/0.8.6/modules/video_filter/mosaic.c
   M /branches/0.8.6/modules/video_filter/motiondetect.c
   M /branches/0.8.6/modules/video_filter/osdmenu.c
   M /branches/0.8.6/modules/video_filter/time.c
   M /branches/0.8.6/modules/video_filter/transform.c
   M /branches/0.8.6/modules/video_filter/wall.c
   M /branches/0.8.6/modules/video_output/snapshot.c
   M /branches/0.8.6/src/interface/interface.c

i18n fix. Thanks to Marian Hikanik for pointing the bugs.

------------------------------------------------------------------------
r17011 | Trax | 2006-10-09 21:17:26 +0200 (Mon, 09 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/codec/x264.c

* backported [17009],[17010] modules/codec/x264.c: x264 options.
------------------------------------------------------------------------
r17005 | jpsaman | 2006-10-09 00:21:22 +0200 (Mon, 09 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/src/libvlc.c

Revert part 16931 related to src/libvlc.c, because it causes x11/xvideo to crash on linux
------------------------------------------------------------------------
r16995 | jpsaman | 2006-10-08 17:09:27 +0200 (Sun, 08 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/demux/playlist/xspf.c

Oops typo
------------------------------------------------------------------------
r16994 | jpsaman | 2006-10-08 16:40:02 +0200 (Sun, 08 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/demux/mp4/libmp4.c
   M /branches/0.8.6/modules/demux/playlist/old.c
   M /branches/0.8.6/modules/demux/playlist/playlist.c
   M /branches/0.8.6/modules/demux/playlist/playlist.h
   M /branches/0.8.6/modules/demux/playlist/xspf.c
   M /branches/0.8.6/modules/demux/playlist/xspf.h
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/playlist.cpp
   M /branches/0.8.6/modules/misc/xml/libxml.c
   M /branches/0.8.6/src/input/input.c

Backport of rev 16972 (fixed bunch of memory leaks)
------------------------------------------------------------------------
r16993 | jpsaman | 2006-10-08 16:17:51 +0200 (Sun, 08 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/demux/mp4/drms.c

Fix signedness compiler warning
------------------------------------------------------------------------
r16991 | xtophe | 2006-10-08 15:52:09 +0200 (Sun, 08 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/configure.ac

Forgot that with [16988]

------------------------------------------------------------------------
r16990 | xtophe | 2006-10-08 15:35:21 +0200 (Sun, 08 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/THANKS

fix utf8

------------------------------------------------------------------------
r16988 | xtophe | 2006-10-08 15:07:41 +0200 (Sun, 08 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/NEWS
   M /branches/0.8.6/THANKS
   A /branches/0.8.6/po/sk.po
   M /branches/0.8.6/src/libvlc.h
   M /branches/0.8.6/src/misc/darwin_specific.m

Add Slovak localisation by  Marian Hikanik. Many thanks to him

------------------------------------------------------------------------
r16987 | jpsaman | 2006-10-08 14:54:12 +0200 (Sun, 08 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/codec/dts.c
   M /branches/0.8.6/modules/codec/ffmpeg/demux.c
   M /branches/0.8.6/modules/codec/x264.c
   M /branches/0.8.6/modules/demux/avi/avi.c
   M /branches/0.8.6/modules/demux/mjpeg.c
   M /branches/0.8.6/modules/demux/mp4/drms.c
   M /branches/0.8.6/modules/demux/mp4/libmp4.c
   M /branches/0.8.6/modules/demux/mp4/mp4.c
   M /branches/0.8.6/modules/demux/real.c
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/playlist.cpp
   M /branches/0.8.6/modules/misc/freetype.c
   M /branches/0.8.6/modules/misc/rtsp.c
   M /branches/0.8.6/modules/stream_out/mosaic_bridge.c
   M /branches/0.8.6/modules/stream_out/switcher.c
   M /branches/0.8.6/modules/video_chroma/i420_rgb8.c
   M /branches/0.8.6/modules/video_output/sdl.c
   M /branches/0.8.6/modules/video_output/x11/glx.c

Fix a bunch of signedness warnings
------------------------------------------------------------------------
r16986 | jpsaman | 2006-10-08 14:37:14 +0200 (Sun, 08 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/stream_out/rtp.c

Fix uninitialzed warnings and implicit unlink declaration
------------------------------------------------------------------------
r16985 | jpsaman | 2006-10-08 14:28:17 +0200 (Sun, 08 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/gui/skins2/src/skin_main.cpp

Put ifdef WIN32 around functions only used for Windows
------------------------------------------------------------------------
r16984 | jpsaman | 2006-10-08 14:14:56 +0200 (Sun, 08 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/control/rc.c

Fix unintialised variable warning
------------------------------------------------------------------------
r16983 | jpsaman | 2006-10-08 14:14:05 +0200 (Sun, 08 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/demux/live555.cpp

Remove unused label
------------------------------------------------------------------------
r16982 | jpsaman | 2006-10-08 13:56:06 +0200 (Sun, 08 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/codec/flac.c

Fix signed warning
------------------------------------------------------------------------
r16977 | jpsaman | 2006-10-08 11:41:25 +0200 (Sun, 08 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/video_output/x11/xcommon.c
   M /branches/0.8.6/modules/video_output/x11/xcommon.h

Fix bunch of compiler signedness warnings in x11/
------------------------------------------------------------------------
r16967 | hartman | 2006-10-07 18:29:34 +0200 (Sat, 07 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/include/vlc/libvlc.h

* Remove X11 dependancy in the core from Branch. 

------------------------------------------------------------------------
r16966 | hartman | 2006-10-07 18:09:45 +0200 (Sat, 07 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/demux/playlist/xspf.c

* unescape_URI -> decode_URI This is a "backport" of [16879] 

------------------------------------------------------------------------
r16965 | hartman | 2006-10-07 18:02:30 +0200 (Sat, 07 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/demux/mpeg/h264.c
   M /branches/0.8.6/modules/demux/mpeg/m4v.c
   M /branches/0.8.6/src/input/demux.c
   M /branches/0.8.6/src/misc/modules.c

* backport [16958] h264 and m4v detection fix

------------------------------------------------------------------------
r16964 | hartman | 2006-10-07 17:59:59 +0200 (Sat, 07 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/codec/faad.c

* backport [16957] AAC SBR/PS fix

------------------------------------------------------------------------
r16963 | hartman | 2006-10-07 17:58:42 +0200 (Sat, 07 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/codec/x264.c

backport [16929] (x264 interlaced options)

------------------------------------------------------------------------
r16962 | hartman | 2006-10-07 17:30:51 +0200 (Sat, 07 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/codec/mpeg_audio.c

* backport the libmad fix [16933]

------------------------------------------------------------------------
r16961 | hartman | 2006-10-07 17:29:34 +0200 (Sat, 07 Oct 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/extras/contrib/src/Makefile
   A /branches/0.8.6/extras/contrib/src/Patches/goom2k4-0-mmx.patch (from /trunk/extras/contrib/src/Patches/goom2k4-0-mmx.patch:16926)

* Backport [16925] (goom2k MMX patch)
* Enabled x264 contrib

------------------------------------------------------------------------
r16956 | funman | 2006-10-05 18:41:21 +0200 (Thu, 05 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/control/http/http.c

Backport 16954 from trunk

------------------------------------------------------------------------
r16953 | funman | 2006-10-05 18:20:44 +0200 (Thu, 05 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/control/http/http.c

Fix "Fix httpd stack corruption"

------------------------------------------------------------------------
r16950 | funman | 2006-10-05 18:07:51 +0200 (Thu, 05 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/control/http/http.c

remove duplicate comment

------------------------------------------------------------------------
r16949 | funman | 2006-10-05 18:02:37 +0200 (Thu, 05 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/control/http/http.c

Fix stack corruption in httpd

------------------------------------------------------------------------
r16939 | sam | 2006-10-04 19:12:43 +0200 (Wed, 04 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/misc/logger.c

  * modules/misc/logger.c: don't truncate logfile upon creation.

------------------------------------------------------------------------
r16937 | fkuehne | 2006-10-04 15:43:34 +0200 (Wed, 04 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/codec/x264.c

* nope, you didn't see anything
------------------------------------------------------------------------
r16936 | fkuehne | 2006-10-04 11:09:19 +0200 (Wed, 04 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/codec/x264.c

* temporarily fix x264 encoding on darwin/x86 by disabling all CPU optimisations
------------------------------------------------------------------------
r16934 | funman | 2006-10-04 05:47:39 +0200 (Wed, 04 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/po/fr.po

typo in french translation

------------------------------------------------------------------------
r16931 | damienf | 2006-10-03 11:04:50 +0200 (Tue, 03 Oct 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/Makefile.am
   M /branches/0.8.6/activex/Makefile.am
   M /branches/0.8.6/activex/axvlc.idl
   M /branches/0.8.6/activex/axvlc.inf.in
   M /branches/0.8.6/activex/axvlc.tlb
   M /branches/0.8.6/activex/axvlc_idl.c
   M /branches/0.8.6/activex/axvlc_idl.h
   M /branches/0.8.6/activex/connectioncontainer.cpp
   M /branches/0.8.6/activex/connectioncontainer.h
   M /branches/0.8.6/activex/dataobject.cpp
   A /branches/0.8.6/activex/guiddef.h
   M /branches/0.8.6/activex/main.cpp
   M /branches/0.8.6/activex/persistpropbag.cpp
   M /branches/0.8.6/activex/plugin.cpp
   M /branches/0.8.6/activex/plugin.h
   M /branches/0.8.6/activex/test.html
   M /branches/0.8.6/activex/utils.cpp
   M /branches/0.8.6/activex/utils.h
   M /branches/0.8.6/activex/vlccontrol.cpp
   M /branches/0.8.6/activex/vlccontrol.h
   A /branches/0.8.6/activex/vlccontrol2.cpp
   A /branches/0.8.6/activex/vlccontrol2.h
   M /branches/0.8.6/bootstrap
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/extras/MacOSX/plugin/Info.plist
   M /branches/0.8.6/extras/MacOSX/plugin/InstallerDescription.plist
   M /branches/0.8.6/extras/MacOSX/plugin/InstallerInfo.plist
   M /branches/0.8.6/extras/contrib/src/Patches/x264-svn-win32.patch
   M /branches/0.8.6/include/video_output.h
   M /branches/0.8.6/include/vlc/libvlc.h
   M /branches/0.8.6/include/vlc_input.h
   M /branches/0.8.6/modules/access/dshow/common.h
   M /branches/0.8.6/modules/access/dshow/filter.h
   M /branches/0.8.6/modules/gui/macosx/voutgl.m
   M /branches/0.8.6/modules/video_output/directx/directx.c
   M /branches/0.8.6/modules/video_output/directx/events.c
   M /branches/0.8.6/modules/video_output/directx/glwin32.c
   M /branches/0.8.6/modules/video_output/directx/vout.h
   M /branches/0.8.6/mozilla/Makefile.am
   A /branches/0.8.6/mozilla/control
   A /branches/0.8.6/mozilla/control/npolibvlc.cpp
   A /branches/0.8.6/mozilla/control/npolibvlc.h
   A /branches/0.8.6/mozilla/control/nporuntime.cpp
   A /branches/0.8.6/mozilla/control/nporuntime.h
   A /branches/0.8.6/mozilla/control/npovlc.cpp
   A /branches/0.8.6/mozilla/control/npovlc.h
   M /branches/0.8.6/mozilla/npvlc_rc.rc
   M /branches/0.8.6/mozilla/support/npmac.cpp
   A /branches/0.8.6/mozilla/test.html
   M /branches/0.8.6/mozilla/vlc.r
   M /branches/0.8.6/mozilla/vlcplugin.cpp
   M /branches/0.8.6/mozilla/vlcplugin.h
   D /branches/0.8.6/mozilla/vlcruntime.cpp
   D /branches/0.8.6/mozilla/vlcruntime.h
   M /branches/0.8.6/mozilla/vlcshell.cpp
   M /branches/0.8.6/src/control/input.c
   M /branches/0.8.6/src/control/video.c
   M /branches/0.8.6/src/input/input.c
   M /branches/0.8.6/src/input/input_internal.h
   M /branches/0.8.6/src/libvlc.c
   M /branches/0.8.6/toolbox
   M /branches/0.8.6/vlc.spec
   M /branches/0.8.6/vlc.win32.nsi.in

- backport from trunk of all the plugins work and some other nice to have changes

------------------------------------------------------------------------
r16908 | jpsaman | 2006-10-01 16:17:25 +0200 (Sun, 01 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/THANKS

(forward port from trunk) OFforgot the put Ye Zhang in Thanks file.
------------------------------------------------------------------------
r16906 | jpsaman | 2006-10-01 16:15:23 +0200 (Sun, 01 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/src/misc/vlm.c

Forward port of revision 16905
------------------------------------------------------------------------
r16902 | fkuehne | 2006-10-01 13:02:00 +0200 (Sun, 01 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
   M /branches/0.8.6/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
   M /branches/0.8.6/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
   M /branches/0.8.6/modules/gui/macosx/interaction.m

* fix the messages panel and bring back the old error panel
------------------------------------------------------------------------
r16901 | fkuehne | 2006-10-01 12:54:22 +0200 (Sun, 01 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/playlist.m

* backport my compiler warning fix when using Apple's private API
------------------------------------------------------------------------
r16900 | fkuehne | 2006-10-01 12:20:20 +0200 (Sun, 01 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
   M /branches/0.8.6/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
   M /branches/0.8.6/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib

* backport a modified version of [16346] to fix most nib problems. Please note that the error panel doesn't exist yet and that o_msg_panel can't be displayed atm.
------------------------------------------------------------------------
r16899 | fkuehne | 2006-10-01 12:18:25 +0200 (Sun, 01 Oct 2006) | 1 line
Changed paths:
   M /branches/0.8.6/modules/gui/macosx/interaction.m

* few small backports to prettify this interaction implementation a bit
------------------------------------------------------------------------
r16885 | fkuehne | 2006-09-30 14:47:51 +0200 (Sat, 30 Sep 2006) | 1 line
Changed paths:
   M /branches/0.8.6/extras/contrib/src/Patches/dvdnav.patch
   M /branches/0.8.6/extras/contrib/src/packages.mak

* backport DJ's commits [16883] and [16884]
------------------------------------------------------------------------
r16876 | thresh | 2006-09-28 17:46:15 +0200 (Thu, 28 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/gui/skins2/src/vlcproc.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/video.cpp
   M /branches/0.8.6/modules/video_output/x11/xcommon.c

backport [16272]

------------------------------------------------------------------------
r16869 | thresh | 2006-09-26 23:07:43 +0200 (Tue, 26 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/control/http/mvar.c

backport [15480] too

------------------------------------------------------------------------
r16862 | xtophe | 2006-09-26 15:56:46 +0200 (Tue, 26 Sep 2006) | 2 lines
Changed paths:
   D /branches/0.8.6/modules/demux/livedotcom.cpp
   M /branches/0.8.6/po/POTFILES.in
   M /branches/0.8.6/po/ca.po
   M /branches/0.8.6/po/cs.po
   M /branches/0.8.6/po/da.po
   M /branches/0.8.6/po/de.po
   M /branches/0.8.6/po/en_GB.po
   M /branches/0.8.6/po/es.po
   M /branches/0.8.6/po/fr.po
   M /branches/0.8.6/po/gl.po
   M /branches/0.8.6/po/he.po
   M /branches/0.8.6/po/hi.po
   M /branches/0.8.6/po/hu.po
   M /branches/0.8.6/po/it.po
   M /branches/0.8.6/po/ja.po
   M /branches/0.8.6/po/ka.po
   M /branches/0.8.6/po/ko.po
   M /branches/0.8.6/po/nl.po
   M /branches/0.8.6/po/oc.po
   M /branches/0.8.6/po/pt_BR.po
   M /branches/0.8.6/po/ro.po
   M /branches/0.8.6/po/ru.po
   M /branches/0.8.6/po/sv.po
   M /branches/0.8.6/po/tr.po
   M /branches/0.8.6/po/vlc.pot
   M /branches/0.8.6/po/zh_CN.po
   M /branches/0.8.6/po/zh_TW.po

Somehow the old modules/demux/livedotcom.cpp get left behind. delete it and run make update-po.  Make distcheck run fine for 0.8.6.

------------------------------------------------------------------------
r16844 | sam | 2006-09-25 13:47:35 +0200 (Mon, 25 Sep 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/modules/gui/skins2/parser/skin_parser.cpp

  * modules/gui/skins2/parser/skin_parser.cpp: get code in sync with other
    changes.

------------------------------------------------------------------------
r16801 | thresh | 2006-09-23 13:13:16 +0200 (Sat, 23 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/codec/ffmpeg/ffmpeg.c

backport [16800] : add fourcc X264.

------------------------------------------------------------------------
r16799 | xtophe | 2006-09-23 02:17:32 +0200 (Sat, 23 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/po/POTFILES.in
   M /branches/0.8.6/po/ca.po
   M /branches/0.8.6/po/cs.po
   M /branches/0.8.6/po/da.po
   M /branches/0.8.6/po/de.po
   M /branches/0.8.6/po/en_GB.po
   M /branches/0.8.6/po/es.po
   M /branches/0.8.6/po/fr.po
   M /branches/0.8.6/po/gl.po
   M /branches/0.8.6/po/he.po
   M /branches/0.8.6/po/hi.po
   M /branches/0.8.6/po/hu.po
   M /branches/0.8.6/po/it.po
   M /branches/0.8.6/po/ja.po
   M /branches/0.8.6/po/ka.po
   M /branches/0.8.6/po/ko.po
   M /branches/0.8.6/po/nl.po
   M /branches/0.8.6/po/oc.po
   M /branches/0.8.6/po/pt_BR.po
   M /branches/0.8.6/po/ro.po
   M /branches/0.8.6/po/ru.po
   M /branches/0.8.6/po/sv.po
   M /branches/0.8.6/po/tr.po
   M /branches/0.8.6/po/vlc.pot
   M /branches/0.8.6/po/zh_CN.po
   M /branches/0.8.6/po/zh_TW.po

Make update-po

------------------------------------------------------------------------
r16798 | xtophe | 2006-09-23 01:56:12 +0200 (Sat, 23 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/include/vlc_config_cat.h
   M /branches/0.8.6/modules/codec/ffmpeg/ffmpeg.h
   M /branches/0.8.6/modules/codec/svcdsub.c
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/bookmarks.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/fileinfo.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/preferences.cpp
   M /branches/0.8.6/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp

Backports [16795] and [16796] - i18n fixes

------------------------------------------------------------------------
r16778 | hartman | 2006-09-22 01:56:47 +0200 (Fri, 22 Sep 2006) | 3 lines
Changed paths:
   M /branches/0.8.6/doc/skins/skins2-howto.xml
   M /branches/0.8.6/modules/gui/skins2/parser/builder.cpp
   M /branches/0.8.6/modules/gui/skins2/parser/builder.hpp
   M /branches/0.8.6/modules/gui/skins2/parser/builder_data.def
   M /branches/0.8.6/modules/gui/skins2/parser/builder_data.hpp
   M /branches/0.8.6/modules/gui/skins2/parser/skin_parser.cpp
   M /branches/0.8.6/modules/gui/skins2/utils/position.cpp
   M /branches/0.8.6/modules/gui/skins2/utils/position.hpp
   M /branches/0.8.6/share/skins2/skin.dtd

* backport [16210]. which was ommitted earlier.
  xkeepratio and ykeepratio for skins2 

------------------------------------------------------------------------
r16776 | xtophe | 2006-09-21 23:56:22 +0200 (Thu, 21 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/control/http/http.c

Backport [16653] (fix for #740)

------------------------------------------------------------------------
r16775 | hartman | 2006-09-21 22:35:23 +0200 (Thu, 21 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/include/vlc_symbols.h
   M /branches/0.8.6/modules/codec/ffmpeg/encoder.c
   M /branches/0.8.6/modules/misc/gnutls.c
   M /branches/0.8.6/src/video_output/video_output.c

* Fix the branch

------------------------------------------------------------------------
r16774 | hartman | 2006-09-21 21:29:10 +0200 (Thu, 21 Sep 2006) | 21 lines
Changed paths:
   M /branches/0.8.6/THANKS
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/include/vlc_spu.h
   M /branches/0.8.6/include/vlc_symbols.h
   M /branches/0.8.6/include/vlc_video.h
   M /branches/0.8.6/modules/access/ftp.c
   M /branches/0.8.6/modules/access/http.c
   M /branches/0.8.6/modules/codec/cvdsub.c
   M /branches/0.8.6/modules/codec/spudec/parse.c
   M /branches/0.8.6/modules/codec/subsdec.c
   M /branches/0.8.6/modules/codec/svcdsub.c
   M /branches/0.8.6/modules/control/corba/Modules.am
   M /branches/0.8.6/modules/control/rc.c
   M /branches/0.8.6/modules/gui/macosx/controls.m
   M /branches/0.8.6/modules/gui/wxwidgets/menus.cpp
   M /branches/0.8.6/modules/misc/gnutls.c
   M /branches/0.8.6/modules/misc/rtsp.c
   M /branches/0.8.6/modules/stream_out/rtp.c
   M /branches/0.8.6/modules/stream_out/transcode.c
   M /branches/0.8.6/share/Makefile.am
   M /branches/0.8.6/src/misc/unicode.c
   M /branches/0.8.6/src/network/httpd.c
   M /branches/0.8.6/src/stream_output/sap.c
   M /branches/0.8.6/src/video_output/video_output.c
   M /branches/0.8.6/src/video_output/vout_intf.c
   M /branches/0.8.6/src/video_output/vout_subpictures.c

* End of backports:
  [16483],[16485],[16488],[16492],[16493],[16495],[16496],[16503],[16507],[16526],[16536]-[16538],[16545],[16558],[16562]-[16566]

  skipped:
  play-and-exit 16489
  seamonkeyconfig 507
  intermediate state 513,514,515,517,519
  opencv: 533
  mozilla: 516
  dscp
  network rewrites: 546-552,577,578
  duration calculation: 540,541

  To Do:
  - Finish the plugin backports: Quovodis
  - Check skins2 (ipkiss? )
  - Fix the .nibs
  - Check stability

  I advise everyone who has done some work lately, to check their 'own' areas, i might have missed something important. 

------------------------------------------------------------------------
r16773 | hartman | 2006-09-21 20:46:25 +0200 (Thu, 21 Sep 2006) | 6 lines
Changed paths:
   M /branches/0.8.6/AUTHORS
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/doc/Makefile.am
   M /branches/0.8.6/include/libvlc_internal.h
   M /branches/0.8.6/include/vlc_common.h
   M /branches/0.8.6/include/vlc_es.h
   M /branches/0.8.6/include/vlc_symbols.h
   M /branches/0.8.6/include/vlc_url.h
   M /branches/0.8.6/modules/access/directory.c
   M /branches/0.8.6/modules/codec/ffmpeg/encoder.c
   M /branches/0.8.6/modules/demux/mkv.cpp
   M /branches/0.8.6/modules/demux/mp4/mp4.c
   M /branches/0.8.6/modules/demux/subtitle.c
   M /branches/0.8.6/modules/gui/beos/InterfaceWindow.cpp
   M /branches/0.8.6/modules/gui/macosx/intf.m
   M /branches/0.8.6/modules/gui/skins2/parser/interpreter.cpp
   M /branches/0.8.6/modules/gui/skins2/src/top_window.cpp
   M /branches/0.8.6/modules/gui/skins2/win32/win32_dragdrop.cpp
   M /branches/0.8.6/modules/misc/playlist/xspf.c
   M /branches/0.8.6/modules/packetizer/h264.c
   M /branches/0.8.6/modules/stream_out/mosaic_bridge.c
   M /branches/0.8.6/modules/stream_out/switcher.c
   M /branches/0.8.6/modules/stream_out/transcode.c
   M /branches/0.8.6/src/network/rootwrap.c
   M /branches/0.8.6/src/osd/osd_parser.c
   M /branches/0.8.6/src/test/url.c

* More backports:
  [16302]-[16304],[16310],[16317],[16323],[16325],[16327],[16329],[16330]-[16332],[16335],[16344],[16345],[16349],[16350],[16390]-[16394],[16406],[16422],[16423],[16427]-[16429],[16432],[16433],[16437],[16443],[16452],[16453],[16465],[16466],[16475],[16477]

  Skipped some mozilla stuff: 16376,16395,402,403,416,417,418,426,435,440,470,471
  Skipped v4l2, mono filter

------------------------------------------------------------------------
r16771 | sam | 2006-09-21 17:52:00 +0200 (Thu, 21 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/src/input/decoder.c
   M /branches/0.8.6/src/input/input.c

  * "synch" -> "sync" (gniihiihiimineeeeerveuh)

------------------------------------------------------------------------
r16769 | hartman | 2006-09-21 17:14:47 +0200 (Thu, 21 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/control/rc.c

* fix rc backport 

------------------------------------------------------------------------
r16768 | hartman | 2006-09-21 16:34:11 +0200 (Thu, 21 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/modules/demux/live555.cpp

* remove interaction from the update

------------------------------------------------------------------------
r16767 | hartman | 2006-09-21 16:32:45 +0200 (Thu, 21 Sep 2006) | 9 lines
Changed paths:
   M /branches/0.8.6/THANKS
   M /branches/0.8.6/activex/utils.cpp
   M /branches/0.8.6/configure.ac
   M /branches/0.8.6/doc/skins/skins2-howto.xml
   M /branches/0.8.6/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
   M /branches/0.8.6/include/libvlc_internal.h
   M /branches/0.8.6/include/vlc/libvlc.h
   M /branches/0.8.6/modules/access/directory.c
   M /branches/0.8.6/modules/access/file.c
   M /branches/0.8.6/modules/control/rc.c
   M /branches/0.8.6/modules/demux/live555.cpp
   M /branches/0.8.6/modules/demux/mkv.cpp
   M /branches/0.8.6/modules/demux/mp4/mp4.c
   M /branches/0.8.6/modules/demux/ps.c
   M /branches/0.8.6/modules/gui/macosx/AppleRemote.h
   M /branches/0.8.6/modules/gui/macosx/AppleRemote.m
   M /branches/0.8.6/modules/gui/macosx/intf.m
   M /branches/0.8.6/modules/gui/macosx/vout.m
   M /branches/0.8.6/modules/gui/skins2/controls/ctrl_image.cpp
   M /branches/0.8.6/modules/gui/skins2/controls/ctrl_move.cpp
   M /branches/0.8.6/modules/gui/skins2/controls/ctrl_move.hpp
   M /branches/0.8.6/modules/gui/skins2/controls/ctrl_resize.cpp
   M /branches/0.8.6/modules/gui/skins2/controls/ctrl_resize.hpp
   M /branches/0.8.6/modules/gui/skins2/controls/ctrl_slider.cpp
   M /branches/0.8.6/modules/gui/skins2/controls/ctrl_slider.hpp
   M /branches/0.8.6/modules/gui/skins2/controls/ctrl_text.cpp
   M /branches/0.8.6/modules/gui/skins2/controls/ctrl_text.hpp
   M /branches/0.8.6/modules/gui/skins2/parser/builder.cpp
   M /branches/0.8.6/modules/gui/skins2/parser/interpreter.cpp
   M /branches/0.8.6/modules/gui/skins2/src/scaled_bitmap.cpp
   M /branches/0.8.6/modules/gui/skins2/src/skin_main.cpp
   M /branches/0.8.6/modules/mux/mp4.c
   M /branches/0.8.6/modules/packetizer/h264.c
   M /branches/0.8.6/modules/services_discovery/upnp_intel.cpp
   M /branches/0.8.6/modules/stream_out/bridge.c
   M /branches/0.8.6/modules/stream_out/rtp.c
   M /branches/0.8.6/modules/stream_out/transcode.c
   M /branches/0.8.6/modules/video_filter/logo.c
   M /branches/0.8.6/modules/video_filter/marq.c
   M /branches/0.8.6/modules/video_filter/time.c
   M /branches/0.8.6/modules/video_output/x11/xcommon.c
   M /branches/0.8.6/share/http/index.html
   M /branches/0.8.6/src/control/audio.c
   M /branches/0.8.6/src/control/core.c
   M /branches/0.8.6/src/control/input.c
   M /branches/0.8.6/src/control/playlist.c
   M /branches/0.8.6/src/control/video.c
   M /branches/0.8.6/src/input/decoder.c
   M /branches/0.8.6/src/input/input.c
   M /branches/0.8.6/src/misc/image.c
   M /branches/0.8.6/src/misc/messages.c

* More backports:
  [16148],[16177]-[16179],[16181],[16184],[16188],[16189],[16191],[16206],[16222],[16227],[16228],[16230],[16231],[16234],[16236],[16241]-[16245],[16250],[16251],[16253],[16258],[16260]-[16262],[16264],[16268]-[16271],[16273],[16274],[16276]-[16280],[16284]-[16288],[16290],[16293],[16297],[16299],[16300],[16301]

  Things demanding attention/testing:
  - status of mozilla/activeX plugin
  - bindings
  - skins2
 

------------------------------------------------------------------------
r16724 | thresh | 2006-09-18 01:23:46 +0200 (Mon, 18 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.6/po/POTFILES.in
   M /branches/0.8.6/po/ca.po
   M /branches/0.8.6/po/cs.po
   M /branches/0.8.6/po/da.po
   M /branches/0.8.6/po/de.po
   M /branches/0.8.6/po/en_GB.po
   M /branches/0.8.6/po/es.po
   M /branches/0.8.6/po/fr.po
   M /branches/0.8.6/po/gl.po
   M /branches/0.8.6/po/he.po
   M /branches/0.8.6/po/hi.po
   M /branches/0.8.6/po/hu.po
   M /branches/0.8.6/po/it.po
   M /branches/0.8.6/po/ja.po
   M /branches/0.8.6/po/ka.po
   M /branches/0.8.6/po/ko.po
   M /branches/0.8.6/po/nl.po
   M /branches/0.8.6/po/oc.po
   M /branches/0.8.6/po/pt_BR.po
   M /branches/0.8.6/po/ro.po
   M /branches/0.8.6/po/ru.po
   M /branches/0.8.6/po/sv.po
   M /branches/0.8.6/po/tr.po
   M /branches/0.8.6/po/vlc.pot
   M /branches/0.8.6/po/zh_CN.po
   M /branches/0.8.6/po/zh_TW.po

update-po and backported russian translation [16449]

------------------------------------------------------------------------
r16718 | zorglub | 2006-09-18 00:00:20 +0200 (Mon, 18 Sep 2006) | 2 lines
Changed paths:
   D /branches/0.8.5-1
   A /branches/0.8.6 (from /branches/0.8.5-1:16716)

Move branch. Happy svn switch

------------------------------------------------------------------------
r16716 | zorglub | 2006-09-17 23:55:34 +0200 (Sun, 17 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/configure.ac
   M /branches/0.8.5-1/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
   M /branches/0.8.5-1/extras/MacOSX/vlc.pbproj/project.pbxproj

Change version to 0.8.6

------------------------------------------------------------------------
r16713 | zorglub | 2006-09-17 23:37:22 +0200 (Sun, 17 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/NEWS

Update branch NEWS

------------------------------------------------------------------------
r16707 | thresh | 2006-09-17 22:55:39 +0200 (Sun, 17 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/include/charset.h
   M /branches/0.8.5-1/include/vlc_symbols.h
   M /branches/0.8.5-1/src/misc/unicode.c

backport [16453] -> this should fix macosx/win32 builds.

------------------------------------------------------------------------
r16669 | thresh | 2006-09-16 12:31:26 +0200 (Sat, 16 Sep 2006) | 4 lines
Changed paths:
   M /branches/0.8.5-1/modules/control/rc.c
   M /branches/0.8.5-1/src/misc/configuration.c

backported [16465], [16494] from trunk:
recode output in rc interface to current locale,
write comments in config file in user locale

------------------------------------------------------------------------
r16647 | hartman | 2006-09-14 16:58:57 +0200 (Thu, 14 Sep 2006) | 4 lines
Changed paths:
   M /branches/0.8.5-1/activex/connectioncontainer.cpp
   M /branches/0.8.5-1/activex/connectioncontainer.h
   M /branches/0.8.5-1/activex/dataobject.h
   M /branches/0.8.5-1/activex/objectsafety.h
   M /branches/0.8.5-1/activex/olecontrol.h
   M /branches/0.8.5-1/activex/oleinplaceactiveobject.h
   M /branches/0.8.5-1/activex/oleinplaceobject.h
   M /branches/0.8.5-1/activex/oleobject.h
   M /branches/0.8.5-1/activex/persistpropbag.h
   M /branches/0.8.5-1/activex/persiststorage.h
   M /branches/0.8.5-1/activex/persiststreaminit.cpp
   M /branches/0.8.5-1/activex/persiststreaminit.h
   M /branches/0.8.5-1/activex/plugin.cpp
   M /branches/0.8.5-1/activex/provideclassinfo.h
   M /branches/0.8.5-1/activex/utils.h
   M /branches/0.8.5-1/activex/viewobject.h
   M /branches/0.8.5-1/activex/vlccontrol.h
   M /branches/0.8.5-1/bindings/mediacontrol-python/setup.py
   M /branches/0.8.5-1/bindings/mediacontrol-python/vlcglue.c
   M /branches/0.8.5-1/bindings/mediacontrol-python/vlcwrapper.py
   M /branches/0.8.5-1/configure.ac
   M /branches/0.8.5-1/include/vlc/libvlc.h
   M /branches/0.8.5-1/include/vlc/mediacontrol.h
   M /branches/0.8.5-1/include/vlc_es.h
   M /branches/0.8.5-1/modules/demux/live555.cpp
   M /branches/0.8.5-1/modules/demux/ts.c
   M /branches/0.8.5-1/modules/gui/macosx/AppleRemote.m
   M /branches/0.8.5-1/modules/gui/macosx/intf.h
   M /branches/0.8.5-1/modules/gui/macosx/intf.m
   M /branches/0.8.5-1/modules/gui/macosx/vout.m
   M /branches/0.8.5-1/modules/gui/skins2/commands/cmd_change_skin.cpp
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_generic.hpp
   M /branches/0.8.5-1/modules/gui/skins2/parser/builder.cpp
   M /branches/0.8.5-1/modules/gui/skins2/src/dialogs.cpp
   M /branches/0.8.5-1/modules/gui/skins2/src/generic_layout.cpp
   M /branches/0.8.5-1/modules/gui/skins2/src/generic_layout.hpp
   M /branches/0.8.5-1/modules/gui/skins2/src/skin_common.hpp
   M /branches/0.8.5-1/modules/gui/skins2/src/theme_loader.cpp
   M /branches/0.8.5-1/modules/gui/skins2/src/theme_loader.hpp
   M /branches/0.8.5-1/modules/gui/skins2/src/window_manager.cpp
   M /branches/0.8.5-1/modules/gui/skins2/src/window_manager.hpp
   M /branches/0.8.5-1/modules/misc/svg.c
   M /branches/0.8.5-1/modules/mux/mpeg/ts.c
   M /branches/0.8.5-1/modules/video_chroma/i420_yuy2.c
   M /branches/0.8.5-1/modules/video_chroma/i420_yuy2.h
   M /branches/0.8.5-1/modules/visualization/galaktos/plugin.c
   M /branches/0.8.5-1/src/Makefile.am
   M /branches/0.8.5-1/src/control/mediacontrol_audio_video.c
   M /branches/0.8.5-1/src/control/vlm.c
   M /branches/0.8.5-1/src/libvlc.c
   M /branches/0.8.5-1/src/libvlc.h
   M /branches/0.8.5-1/src/video_output/vout_intf.c

* backported: [16030],[16033],[16049],[16050],[16051],[16067],[16068],[16070],[16075],[16078]-[16080],[16088],[16089],[16099],[16102],[16109],[16110],[16114],[16118],[16120],[16127],[16133],[16134],[16137],[16049],[16152],[16164]-[16167],[16176]

NOT backported: vfilter -> vfilter2, direct3D

------------------------------------------------------------------------
r16629 | thresh | 2006-09-12 19:24:08 +0200 (Tue, 12 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/configure.ac

backport of [16524], [16525], [16527] : ffmpeg as plugin + fixes

------------------------------------------------------------------------
r16627 | thresh | 2006-09-12 18:02:18 +0200 (Tue, 12 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/configure.ac

backport of [16506]

------------------------------------------------------------------------
r16626 | zorglub | 2006-09-12 15:38:32 +0200 (Tue, 12 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/NEWS

News for 0.8.5-1

------------------------------------------------------------------------
r16620 | sam | 2006-09-11 17:13:29 +0200 (Mon, 11 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/configure.ac

  * configure.ac: don't add AltiVec modules twice (from [16619]).

------------------------------------------------------------------------
r16614 | sam | 2006-09-11 12:54:26 +0200 (Mon, 11 Sep 2006) | 3 lines
Changed paths:
   M /branches/0.8.5-1/bootstrap
   M /branches/0.8.5-1/mozilla/Makefile.am
   M /branches/0.8.5-1/src/Makefile.am

  * No longer use the $(pic) variable, since all flags are properly set
    in the configure script (from [16613]).

------------------------------------------------------------------------
r16612 | sam | 2006-09-11 11:08:11 +0200 (Mon, 11 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/mozilla/Makefile.am
   M /branches/0.8.5-1/src/Makefile.am

  * Don't use PIC on WIN32 (from [16611]).

------------------------------------------------------------------------
r16610 | sam | 2006-09-11 10:27:37 +0200 (Mon, 11 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/modules/stream_out/rtp.c

  * modules/stream_out/rtp.c: remove SDP file when bailing out (from [16545]).

------------------------------------------------------------------------
r16609 | sam | 2006-09-11 10:23:37 +0200 (Mon, 11 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/configure.ac
   M /branches/0.8.5-1/mozilla/Makefile.am

  * Always use PIC to build the Mozilla plugin (from [16608]).

------------------------------------------------------------------------
r16605 | xtophe | 2006-09-10 23:38:51 +0200 (Sun, 10 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/configure.ac

Fix mozilla plugin build on AMD64. from trunk [16136]

------------------------------------------------------------------------
r16603 | sam | 2006-09-10 22:40:21 +0200 (Sun, 10 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/modules/codec/ffmpeg/Modules.am
   M /branches/0.8.5-1/modules/codec/ffmpeg/demux.c
   M /branches/0.8.5-1/modules/codec/ffmpeg/encoder.c
   M /branches/0.8.5-1/modules/codec/ffmpeg/ffmpeg.c
   M /branches/0.8.5-1/modules/codec/ffmpeg/ffmpeg.h
   A /branches/0.8.5-1/modules/codec/ffmpeg/mux.c
   M /branches/0.8.5-1/modules/codec/ffmpeg/video.c

  * modules/codec/ffmpeg: bring the ffmpeg module up to date with trunk.

------------------------------------------------------------------------
r16601 | zorglub | 2006-09-10 22:21:46 +0200 (Sun, 10 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/modules/stream_out/transcode.c

Backport [16599]: Fix typo

------------------------------------------------------------------------
r16595 | sam | 2006-09-10 20:51:22 +0200 (Sun, 10 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/modules/codec/x264.c

  * Backport [16298] to make the x264 plugin compatible with the newest API.

------------------------------------------------------------------------
r16594 | sam | 2006-09-10 20:32:09 +0200 (Sun, 10 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/modules/codec/x264.c

  * Bring the x264 codec up to date, from [16298] [16259] [16211] [16209].

------------------------------------------------------------------------
r16591 | sam | 2006-09-10 19:41:49 +0200 (Sun, 10 Sep 2006) | 3 lines
Changed paths:
   M /branches/0.8.5-1/modules/demux/ts.c

  * modules/demux/ts.c: don't output debug on fprintf by default (from [16394])
    (Refs Debian #385008)

------------------------------------------------------------------------
r16588 | sam | 2006-09-10 19:09:03 +0200 (Sun, 10 Sep 2006) | 4 lines
Changed paths:
   M /branches/0.8.5-1/modules/demux/mkv.cpp

  * modules/demux/mkv.cpp: fix an issue with DAR vs. Canvas size with matroska
    files, backported from [16424].


------------------------------------------------------------------------
r16587 | sam | 2006-09-10 19:02:54 +0200 (Sun, 10 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/modules/control/http/rpn.c
   M /branches/0.8.5-1/modules/demux/playlist/xspf.c
   M /branches/0.8.5-1/modules/misc/playlist/xspf.c

  * modules/*: fixed implicit function declarations.

------------------------------------------------------------------------
r16585 | sam | 2006-09-10 18:58:43 +0200 (Sun, 10 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/m4/Makefile.am

  * m4/Makefile.am: don't try to distribute nonexistent libtool m4 files.

------------------------------------------------------------------------
r16584 | sam | 2006-09-10 18:38:45 +0200 (Sun, 10 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/Makefile.am

  * Makefile.am: add empty versioning information to libvlc.so [from r16583].

------------------------------------------------------------------------
r16581 | sam | 2006-09-10 18:28:37 +0200 (Sun, 10 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/src/Makefile.am

  * src/Makefile.am: do not use -avoid-version. library versioning is cool.

------------------------------------------------------------------------
r16544 | hartman | 2006-09-08 01:05:11 +0200 (Fri, 08 Sep 2006) | 4 lines
Changed paths:
   M /branches/0.8.5-1/THANKS
   M /branches/0.8.5-1/bootstrap
   M /branches/0.8.5-1/configure.ac
   M /branches/0.8.5-1/doc/ChangeLog-2005
   M /branches/0.8.5-1/doc/fortunes.txt
   M /branches/0.8.5-1/loader/afl.c
   M /branches/0.8.5-1/loader/driver.c
   M /branches/0.8.5-1/loader/kludge.c
   M /branches/0.8.5-1/loader/ldt_keeper.c
   M /branches/0.8.5-1/loader/loader.h
   M /branches/0.8.5-1/loader/module.c
   M /branches/0.8.5-1/loader/pe_image.c
   M /branches/0.8.5-1/loader/pe_resource.c
   M /branches/0.8.5-1/loader/registry.c
   M /branches/0.8.5-1/loader/resource.c
   M /branches/0.8.5-1/loader/vfl.c
   M /branches/0.8.5-1/loader/win32.c
   M /branches/0.8.5-1/m4/Makefile.am
   M /branches/0.8.5-1/modules/access/dvb/linux_dvb.c
   M /branches/0.8.5-1/modules/demux/ps.c
   M /branches/0.8.5-1/modules/demux/ps.h
   M /branches/0.8.5-1/modules/gui/macosx/vout.h
   M /branches/0.8.5-1/modules/gui/macosx/vout.m
   M /branches/0.8.5-1/modules/misc/freetype.c
   M /branches/0.8.5-1/modules/services_discovery/sap.c
   M /branches/0.8.5-1/modules/stream_out/transcode.c
   M /branches/0.8.5-1/modules/video_filter/transform.c
   M /branches/0.8.5-1/src/Makefile.am
   M /branches/0.8.5-1/src/audio_output
   M /branches/0.8.5-1/src/audio_output/common.c
   M /branches/0.8.5-1/src/control
   M /branches/0.8.5-1/src/extras
   M /branches/0.8.5-1/src/input
   M /branches/0.8.5-1/src/input/stream.c
   M /branches/0.8.5-1/src/interface
   M /branches/0.8.5-1/src/misc
   M /branches/0.8.5-1/src/misc/unicode.c
   M /branches/0.8.5-1/src/network
   M /branches/0.8.5-1/src/network/tcp.c
   M /branches/0.8.5-1/src/osd
   M /branches/0.8.5-1/src/playlist
   M /branches/0.8.5-1/src/stream_output
   M /branches/0.8.5-1/src/video_output

backported: [15963](partial),[15973],[15974],[15975],[15977],[15978],[15981],[15982],[15983](edited),[15984],[15988],[16003],[16006],[16008]-[16011],[16018],[16019],[16021],[16023],[16025],[16026]

skipped: pid writing, qtl, motion, restart flag, RTSP rewind/ffw

------------------------------------------------------------------------
r16468 | hartman | 2006-09-01 17:09:39 +0200 (Fri, 01 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/modules/services_discovery/sap.c

* Partially unbackport [15953] which removed some variables we still needed with the older playlist

------------------------------------------------------------------------
r16467 | hartman | 2006-09-01 16:34:56 +0200 (Fri, 01 Sep 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/modules/control/http/util.c

* Unbackport [15908]

------------------------------------------------------------------------
r16460 | hartman | 2006-09-01 00:01:13 +0200 (Fri, 01 Sep 2006) | 6 lines
Changed paths:
   M /branches/0.8.5-1/THANKS
   M /branches/0.8.5-1/configure.ac
   M /branches/0.8.5-1/modules/access/dvb/access.c
   M /branches/0.8.5-1/modules/access/dvb/en50221.c
   M /branches/0.8.5-1/modules/access/http.c
   M /branches/0.8.5-1/modules/codec/dmo/dmo.c
   M /branches/0.8.5-1/modules/codec/ffmpeg/ffmpeg.c
   M /branches/0.8.5-1/modules/codec/png.c
   M /branches/0.8.5-1/modules/codec/theora.c
   M /branches/0.8.5-1/modules/control/http/rpn.c
   M /branches/0.8.5-1/modules/control/http/util.c
   M /branches/0.8.5-1/modules/demux/avi/avi.c
   M /branches/0.8.5-1/modules/gui/macosx/voutgl.m
   M /branches/0.8.5-1/modules/gui/skins2/parser/interpreter.cpp
   M /branches/0.8.5-1/modules/misc/network/ipv6.c
   M /branches/0.8.5-1/modules/services_discovery/sap.c
   M /branches/0.8.5-1/mozilla/vlcshell.cpp
   M /branches/0.8.5-1/share/http/dialogs/main
   A /branches/0.8.5-1/share/http/images/snapshot.png (from /trunk/share/http/images/snapshot.png:15911)
   M /branches/0.8.5-1/share/http/js/functions.js
   M /branches/0.8.5-1/share/http/requests/status.xml
   M /branches/0.8.5-1/src/input/input.c
   M /branches/0.8.5-1/src/input/subtitles.c
   M /branches/0.8.5-1/src/misc/stats.c
   M /branches/0.8.5-1/src/misc/win32_specific.c
   M /branches/0.8.5-1/src/network/getaddrinfo.c

* backported: [15891]-[15893],[15895],[15908],[15910],[15911],[15914],[15922],[15924],[15928],[15929],[15935],[15939],[15942],[15952],[15953],[15960]-[15962],

skipped: bindings, sfilter, xspf, new stats, probe and ASX.



------------------------------------------------------------------------
r16459 | hartman | 2006-08-31 23:20:00 +0200 (Thu, 31 Aug 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/configure.ac

* oops with 'x' and vi 

------------------------------------------------------------------------
r16458 | hartman | 2006-08-31 23:03:13 +0200 (Thu, 31 Aug 2006) | 2 lines
Changed paths:
   A /branches/0.8.5-1/m4/ac_prog_java.m4
   A /branches/0.8.5-1/m4/ac_prog_java_cc.m4
   A /branches/0.8.5-1/m4/ac_prog_java_works.m4
   A /branches/0.8.5-1/m4/ac_prog_javac.m4
   A /branches/0.8.5-1/m4/ac_prog_javac_works.m4
   A /branches/0.8.5-1/m4/ac_prog_javah.m4

* For some reason these were not properly added in [16457]

------------------------------------------------------------------------
r16457 | hartman | 2006-08-31 22:51:12 +0200 (Thu, 31 Aug 2006) | 4 lines
Changed paths:
   M /branches/0.8.5-1/Makefile.am
   M /branches/0.8.5-1/THANKS
   M /branches/0.8.5-1/bootstrap
   M /branches/0.8.5-1/configure.ac
   M /branches/0.8.5-1/doc/fortunes.txt
   M /branches/0.8.5-1/include/vlc/libvlc.h
   M /branches/0.8.5-1/include/vlc_input.h
   M /branches/0.8.5-1/include/vlc_symbols.h
   M /branches/0.8.5-1/modules/access/dshow/dshow.cpp
   M /branches/0.8.5-1/modules/access/dshow/filter.cpp
   M /branches/0.8.5-1/modules/access/ftp.c
   M /branches/0.8.5-1/modules/codec/dmo/dmo.c
   M /branches/0.8.5-1/modules/codec/ffmpeg/audio.c
   M /branches/0.8.5-1/modules/control/hotkeys.c
   M /branches/0.8.5-1/modules/demux/mpeg/m4v.c
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_button.cpp
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_button.hpp
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_checkbox.cpp
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_checkbox.hpp
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_generic.cpp
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_generic.hpp
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_list.cpp
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_list.hpp
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_radialslider.cpp
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_radialslider.hpp
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_slider.cpp
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_slider.hpp
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_text.cpp
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_text.hpp
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_tree.cpp
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_tree.hpp
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_video.cpp
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_video.hpp
   M /branches/0.8.5-1/modules/gui/skins2/src/anim_bitmap.hpp
   M /branches/0.8.5-1/modules/gui/skins2/src/generic_window.cpp
   M /branches/0.8.5-1/modules/gui/skins2/src/generic_window.hpp
   M /branches/0.8.5-1/modules/gui/skins2/src/tooltip.cpp
   M /branches/0.8.5-1/modules/gui/skins2/src/tooltip.hpp
   M /branches/0.8.5-1/modules/gui/skins2/utils/observer.hpp
   M /branches/0.8.5-1/modules/gui/skins2/utils/position.hpp
   M /branches/0.8.5-1/modules/gui/skins2/utils/var_bool.cpp
   M /branches/0.8.5-1/modules/gui/skins2/utils/var_bool.hpp
   M /branches/0.8.5-1/modules/gui/skins2/utils/var_list.hpp
   M /branches/0.8.5-1/modules/gui/skins2/utils/var_percent.hpp
   M /branches/0.8.5-1/modules/gui/skins2/utils/var_text.cpp
   M /branches/0.8.5-1/modules/gui/skins2/utils/var_text.hpp
   M /branches/0.8.5-1/modules/gui/skins2/utils/var_tree.hpp
   M /branches/0.8.5-1/modules/gui/skins2/vars/equalizer.cpp
   M /branches/0.8.5-1/modules/gui/skins2/vars/equalizer.hpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/fileinfo.hpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/interface.cpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/interface.hpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/menus.cpp
   M /branches/0.8.5-1/modules/misc/freetype.c
   M /branches/0.8.5-1/modules/misc/growl.c
   M /branches/0.8.5-1/modules/misc/notify.c
   M /branches/0.8.5-1/modules/mux/mpeg/ts.c
   M /branches/0.8.5-1/modules/packetizer/mpeg4video.c
   M /branches/0.8.5-1/modules/stream_out/rtp.c
   M /branches/0.8.5-1/modules/video_output/image.c
   M /branches/0.8.5-1/mozilla/Makefile.am
   M /branches/0.8.5-1/src/Makefile.am
   M /branches/0.8.5-1/src/audio_output/intf.c
   M /branches/0.8.5-1/src/control/audio.c
   M /branches/0.8.5-1/src/control/input.c
   M /branches/0.8.5-1/src/control/playlist.c
   M /branches/0.8.5-1/src/control/video.c
   M /branches/0.8.5-1/src/input/decoder.c
   M /branches/0.8.5-1/src/input/input.c
   M /branches/0.8.5-1/src/input/input_internal.h
   M /branches/0.8.5-1/src/input/subtitles.c
   M /branches/0.8.5-1/src/interface/interaction.c
   M /branches/0.8.5-1/src/libvlc.h
   M /branches/0.8.5-1/src/misc/stats.c
   M /branches/0.8.5-1/src/video_output/video_output.c
   M /branches/0.8.5-1/src/video_output/vout_intf.c
   M /branches/0.8.5-1/vlc-config.in.in

* backported: [15803]-[15815],[15817],[15819],[15821],[15822],[15824],[15826],[15829],[15831],[15832],[15834],[15836]-[15838],[15841],[15844],[15846],[15848]-[15853],[15859],[15861]-[15867],[15869]-[15871],[15874],[15878]-[15880],[15883],[15884]

* skipped java bindings, new cdda (too many playlist conflicts)

------------------------------------------------------------------------
r16454 | hartman | 2006-08-31 21:54:36 +0200 (Thu, 31 Aug 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/configure.ac
   M /branches/0.8.5-1/doc/fortunes.txt
   M /branches/0.8.5-1/doc/skins/skins2-howto.xml
   M /branches/0.8.5-1/modules/gui/skins2/commands/cmd_resize.cpp
   M /branches/0.8.5-1/modules/gui/skins2/commands/cmd_resize.hpp
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_resize.cpp
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_resize.hpp
   M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_video.cpp
   M /branches/0.8.5-1/modules/gui/skins2/parser/builder.cpp
   M /branches/0.8.5-1/modules/gui/skins2/parser/builder_data.def
   M /branches/0.8.5-1/modules/gui/skins2/parser/builder_data.hpp
   M /branches/0.8.5-1/modules/gui/skins2/parser/skin_parser.cpp
   M /branches/0.8.5-1/modules/gui/skins2/src/anchor.hpp
   M /branches/0.8.5-1/modules/gui/skins2/src/generic_layout.cpp
   M /branches/0.8.5-1/modules/gui/skins2/src/window_manager.cpp
   M /branches/0.8.5-1/modules/gui/skins2/src/window_manager.hpp
   M /branches/0.8.5-1/modules/gui/skins2/utils/position.hpp
   M /branches/0.8.5-1/modules/misc/Modules.am
   A /branches/0.8.5-1/modules/misc/notify.c (from /trunk/modules/misc/notify.c:15800)
   M /branches/0.8.5-1/po/Makefile.in.in
   M /branches/0.8.5-1/po/zh_CN.po
   M /branches/0.8.5-1/share/skins2/skin.dtd

* backported [15796]-[15800] and [15802]. Someone please check the notify plugin.

------------------------------------------------------------------------
r16446 | hartman | 2006-08-31 04:06:37 +0200 (Thu, 31 Aug 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/modules/gui/wxwidgets/menus.cpp

* I missed a conflict I guess

------------------------------------------------------------------------
r16445 | hartman | 2006-08-31 03:49:34 +0200 (Thu, 31 Aug 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/modules/access_output/http.c
   M /branches/0.8.5-1/modules/gui/macosx/intf.m

* Fix some backport conflicts due to not backported updated playlist core

------------------------------------------------------------------------
r16442 | hartman | 2006-08-31 00:15:52 +0200 (Thu, 31 Aug 2006) | 4 lines
Changed paths:
   M /branches/0.8.5-1/INSTALL.win32
   M /branches/0.8.5-1/Makefile.am
   M /branches/0.8.5-1/THANKS
   M /branches/0.8.5-1/bootstrap
   M /branches/0.8.5-1/configure.ac
   M /branches/0.8.5-1/include/vlc/libvlc.h
   M /branches/0.8.5-1/include/vlc_interface.h
   M /branches/0.8.5-1/include/vlc_keys.h
   M /branches/0.8.5-1/modules/access/http.c
   M /branches/0.8.5-1/modules/codec/dmo/dmo.c
   M /branches/0.8.5-1/modules/codec/ffmpeg/encoder.c
   M /branches/0.8.5-1/modules/codec/realaudio.c
   M /branches/0.8.5-1/modules/codec/x264.c
   M /branches/0.8.5-1/modules/control/hotkeys.c
   M /branches/0.8.5-1/modules/demux/Modules.am
   A /branches/0.8.5-1/modules/demux/live555.cpp (from /trunk/modules/demux/live555.cpp:15702)
   M /branches/0.8.5-1/modules/demux/livedotcom.cpp
   M /branches/0.8.5-1/modules/demux/playlist/xspf.c
   A /branches/0.8.5-1/modules/gui/macosx/AppleRemote.h (from /trunk/modules/gui/macosx/AppleRemote.h:15733)
   A /branches/0.8.5-1/modules/gui/macosx/AppleRemote.m (from /trunk/modules/gui/macosx/AppleRemote.m:15733)
   M /branches/0.8.5-1/modules/gui/macosx/Modules.am
   M /branches/0.8.5-1/modules/gui/macosx/intf.h
   M /branches/0.8.5-1/modules/gui/macosx/intf.m
   M /branches/0.8.5-1/modules/gui/macosx/playlist.m
   M /branches/0.8.5-1/modules/gui/macosx/voutgl.m
   M /branches/0.8.5-1/modules/gui/skins2/win32/win32_loop.cpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/open.cpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/playlist.cpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs.cpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/video.cpp
   M /branches/0.8.5-1/modules/misc/rtsp.c
   M /branches/0.8.5-1/modules/mux/asf.c
   M /branches/0.8.5-1/modules/stream_out/rtp.c
   M /branches/0.8.5-1/modules/video_output/caca.c
   M /branches/0.8.5-1/modules/video_output/directx/events.c
   M /branches/0.8.5-1/modules/video_output/x11/glx.c
   M /branches/0.8.5-1/mozilla/vlc.r
   M /branches/0.8.5-1/mozilla/vlcshell.cpp
   M /branches/0.8.5-1/src/control/input.c
   M /branches/0.8.5-1/src/control/video.c
   M /branches/0.8.5-1/src/libvlc.h

backport: [15701],[15702],[15704],[15705],[15707]-[15711],[15733],[15734],[15736],[15741],[15744],[15745],[15753]-[15757],[15762],[15763],[15767],[15774]-[15778],[15781]-[15783],[15785]-[15787],[15790],[15791]

skipped: RTE code and BeOS fixes (if someone could look at [15735] and commit that which does not concern the new playlist, i would be thankful.) 

------------------------------------------------------------------------
r16441 | hartman | 2006-08-30 23:36:35 +0200 (Wed, 30 Aug 2006) | 5 lines
Changed paths:
   M /branches/0.8.5-1/THANKS
   M /branches/0.8.5-1/configure.ac
   M /branches/0.8.5-1/doc/skins/skins2-howto.xml
   M /branches/0.8.5-1/include/vlc_keys.h
   M /branches/0.8.5-1/modules/access/dv.c
   M /branches/0.8.5-1/modules/access/http.c
   M /branches/0.8.5-1/modules/access/rtsp/real.c
   M /branches/0.8.5-1/modules/access/rtsp/rtsp.c
   M /branches/0.8.5-1/modules/access_output/file.c
   M /branches/0.8.5-1/modules/access_output/http.c
   M /branches/0.8.5-1/modules/audio_output/alsa.c
   M /branches/0.8.5-1/modules/codec/cmml/history.c
   M /branches/0.8.5-1/modules/codec/cmml/intf.c
   M /branches/0.8.5-1/modules/codec/spudec/parse.c
   M /branches/0.8.5-1/modules/codec/x264.c
   M /branches/0.8.5-1/modules/control/hotkeys.c
   M /branches/0.8.5-1/modules/control/http/rpn.c
   M /branches/0.8.5-1/modules/control/telnet.c
   M /branches/0.8.5-1/modules/demux/asf/libasf.c
   M /branches/0.8.5-1/modules/demux/mp4/drms.c
   M /branches/0.8.5-1/modules/demux/ogg.c
   M /branches/0.8.5-1/modules/demux/real.c
   M /branches/0.8.5-1/modules/demux/sgimb.c
   M /branches/0.8.5-1/modules/demux/ts.c
   M /branches/0.8.5-1/modules/gui/macosx/intf.m
   M /branches/0.8.5-1/modules/gui/skins2/commands/cmd_minimize.cpp
   M /branches/0.8.5-1/modules/gui/skins2/commands/cmd_minimize.hpp
   M /branches/0.8.5-1/modules/gui/skins2/macosx/macosx_factory.cpp
   M /branches/0.8.5-1/modules/gui/skins2/macosx/macosx_factory.hpp
   M /branches/0.8.5-1/modules/gui/skins2/parser/interpreter.cpp
   M /branches/0.8.5-1/modules/gui/skins2/parser/skin_parser.cpp
   M /branches/0.8.5-1/modules/gui/skins2/src/generic_layout.cpp
   M /branches/0.8.5-1/modules/gui/skins2/src/generic_layout.hpp
   M /branches/0.8.5-1/modules/gui/skins2/src/os_factory.hpp
   M /branches/0.8.5-1/modules/gui/skins2/src/skin_main.cpp
   M /branches/0.8.5-1/modules/gui/skins2/src/top_window.cpp
   M /branches/0.8.5-1/modules/gui/skins2/src/vlcproc.cpp
   M /branches/0.8.5-1/modules/gui/skins2/win32/win32_factory.cpp
   M /branches/0.8.5-1/modules/gui/skins2/win32/win32_factory.hpp
   M /branches/0.8.5-1/modules/gui/skins2/x11/x11_factory.cpp
   M /branches/0.8.5-1/modules/gui/skins2/x11/x11_factory.hpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/playlist.hpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
   M /branches/0.8.5-1/po/Makefile.in.in
   A /branches/0.8.5-1/po/cs.po (from /trunk/po/cs.po:15669)
   M /branches/0.8.5-1/src/input/input.c
   M /branches/0.8.5-1/src/libvlc.c
   M /branches/0.8.5-1/src/libvlc.h
   M /branches/0.8.5-1/src/misc/charset.c
   M /branches/0.8.5-1/src/misc/darwin_specific.m
   M /branches/0.8.5-1/src/video_output/vout_intf.c
   M /branches/0.8.5-1/toolbox

* backported: [15596]-[15603],[15605]-[15608],[15611],[15615],[15616],[15626]-[15628], [15631],[15636],[15637],[15639],[15643],[15647]-[15651],[15654],[15658],[15662],[15668],[15669],[15673]-[15675],[15678],[15680]-[15682],[15684],[15689]-[15700]
as well as the intf.m part of [15638]

The interaction framework updates and playlist changes were left out

------------------------------------------------------------------------
r16439 | hartman | 2006-08-30 21:33:55 +0200 (Wed, 30 Aug 2006) | 4 lines
Changed paths:
   M /branches/0.8.5-1/INSTALL
   M /branches/0.8.5-1/Makefile.am
   M /branches/0.8.5-1/THANKS
   M /branches/0.8.5-1/activex/axvlc.inf.in
   M /branches/0.8.5-1/configure.ac
   D /branches/0.8.5-1/debian
   M /branches/0.8.5-1/doc/fortunes.txt
   M /branches/0.8.5-1/doc/skins/skins2-howto.xml
   M /branches/0.8.5-1/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
   M /branches/0.8.5-1/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
   M /branches/0.8.5-1/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
   M /branches/0.8.5-1/include/codecs.h
   M /branches/0.8.5-1/include/vlc/libvlc.h
   M /branches/0.8.5-1/include/vlc_messages.h
   M /branches/0.8.5-1/modules/codec/dmo/dmo.c
   M /branches/0.8.5-1/modules/control/corba/corba.c
   M /branches/0.8.5-1/modules/control/http/http.c
   M /branches/0.8.5-1/modules/control/http/rpn.c
   M /branches/0.8.5-1/modules/demux/livedotcom.cpp
   M /branches/0.8.5-1/modules/demux/wav.c
   M /branches/0.8.5-1/modules/gui/macosx/playlist.h
   M /branches/0.8.5-1/modules/gui/macosx/playlist.m
   M /branches/0.8.5-1/modules/gui/macosx/update.m
   M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/infopanels.cpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/infopanels.hpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/interaction.cpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/interaction.hpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/iteminfo.cpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/messages.cpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/open.cpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/streamout.cpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/subtitles.cpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/menus.cpp
   M /branches/0.8.5-1/mozilla/Makefile.am
   M /branches/0.8.5-1/po/POTFILES.in
   M /branches/0.8.5-1/share/Makefile.am
   A /branches/0.8.5-1/share/applications (from /trunk/share/applications:15575)
   M /branches/0.8.5-1/src/control/vlm.c
   M /branches/0.8.5-1/src/libvlc.h
   M /branches/0.8.5-1/src/misc/charset.c
   M /branches/0.8.5-1/src/network/acl.c
   M /branches/0.8.5-1/src/network/httpd.c
   M /branches/0.8.5-1/src/video_output/vout_intf.c

* backported: [15445],[15449],[15451],[15457],[15477],[15490],[15560],[15563],[15564]-[15568],[15571]-[15585],[15587],[15588],[15591]-[15593]

  On to the post 0.8.5 changes

------------------------------------------------------------------------
r16434 | hartman | 2006-08-30 17:18:13 +0200 (Wed, 30 Aug 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/configure.ac
   M /branches/0.8.5-1/include/variables.h
   M /branches/0.8.5-1/include/vlc_common.h
   M /branches/0.8.5-1/include/vlc_messages.h
   M /branches/0.8.5-1/include/vlc_symbols.h
   M /branches/0.8.5-1/modules/access/directory.c
   M /branches/0.8.5-1/modules/access/dvb/access.c
   M /branches/0.8.5-1/modules/access/file.c
   M /branches/0.8.5-1/modules/access/pvr/pvr.c
   M /branches/0.8.5-1/modules/access/smb.c
   M /branches/0.8.5-1/modules/access_filter/timeshift.c
   M /branches/0.8.5-1/modules/access_output/file.c
   M /branches/0.8.5-1/modules/access_output/http.c
   M /branches/0.8.5-1/modules/control/http/macro.c
   M /branches/0.8.5-1/modules/control/http/mvar.c
   M /branches/0.8.5-1/modules/control/http/rpn.c
   M /branches/0.8.5-1/modules/demux/mp4/drms.c
   M /branches/0.8.5-1/modules/demux/mp4/mp4.c
   M /branches/0.8.5-1/modules/demux/voc.c
   M /branches/0.8.5-1/modules/demux/xa.c
   M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/playlist.cpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
   M /branches/0.8.5-1/modules/misc/gnutls.c
   M /branches/0.8.5-1/modules/services_discovery/shout.c
   M /branches/0.8.5-1/modules/stream_out/rtp.c
   M /branches/0.8.5-1/modules/video_output/caca.c
   M /branches/0.8.5-1/src/extras/libc.c
   M /branches/0.8.5-1/src/input/subtitles.c
   M /branches/0.8.5-1/src/libvlc.h
   M /branches/0.8.5-1/src/misc/threads.c
   M /branches/0.8.5-1/src/network/getaddrinfo.c
   M /branches/0.8.5-1/src/network/httpd.c
   M /branches/0.8.5-1/src/network/io.c
   M /branches/0.8.5-1/src/network/tcp.c
   M /branches/0.8.5-1/src/network/tls.c
   M /branches/0.8.5-1/src/stream_output/sap.c
   M /branches/0.8.5-1/src/stream_output/stream_output.c
   M /branches/0.8.5-1/vlc.win32.nsi.in

* backported: [15327]-[15330],[15332],[15334],[15341],vlc.win32.nsi.in[trunk],[15345]-[15348],[15371],[15379],[15392]-[15395],[15403]-[15405],[15412]-[15414],[15419],[15422],[15424],[15425],[15428],[15429],[15432]-[15434],[15436]-[15441].

------------------------------------------------------------------------
r16431 | hartman | 2006-08-30 16:30:06 +0200 (Wed, 30 Aug 2006) | 6 lines
Changed paths:
   M /branches/0.8.5-1/bindings/java/org/videolan/jvlc/VideoIntf.java
   M /branches/0.8.5-1/doc/Doxyfile
   M /branches/0.8.5-1/doc/skins/skins2-howto.xml
   M /branches/0.8.5-1/include/vlc_interface.h
   M /branches/0.8.5-1/modules/demux/avi/avi.c
   M /branches/0.8.5-1/modules/gui/macosx/about.m
   M /branches/0.8.5-1/modules/gui/skins2/commands/cmd_dialogs.hpp
   M /branches/0.8.5-1/modules/gui/skins2/parser/interpreter.cpp
   M /branches/0.8.5-1/modules/gui/skins2/src/dialogs.cpp
   M /branches/0.8.5-1/modules/gui/skins2/src/dialogs.hpp
   M /branches/0.8.5-1/modules/gui/skins2/src/skin_main.cpp
   M /branches/0.8.5-1/modules/gui/skins2/src/vlcproc.cpp
   M /branches/0.8.5-1/modules/gui/skins2/src/vlcproc.hpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs.cpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/interface.hpp
   M /branches/0.8.5-1/modules/gui/wxwidgets/menus.cpp
   M /branches/0.8.5-1/share/http/dialogs/input
   M /branches/0.8.5-1/src/control/playlist.c
   M /branches/0.8.5-1/src/libvlc.c
   M /branches/0.8.5-1/src/libvlc.h

* backported to stable: [15228],[15234],[15239],[15261],[15262],[15264],[15266]-[15271]
[15279],[15289],[15292],[15300]

 * specifically left out sfilters panel in OSX intf.
 * this is the first batch, I don't want to frell my tree and have to start from scratch AGAIN :D

------------------------------------------------------------------------
r16404 | hartman | 2006-08-29 02:42:17 +0200 (Tue, 29 Aug 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/extras/contrib/bootstrap
   M /branches/0.8.5-1/extras/contrib/src
   M /branches/0.8.5-1/extras/contrib/src/Makefile
   D /branches/0.8.5-1/extras/contrib/src/Patches/ffmpeg-cvs-beos.patch
   D /branches/0.8.5-1/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch
   D /branches/0.8.5-1/extras/contrib/src/Patches/ffmpeg-cvs-win32.patch
   D /branches/0.8.5-1/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
   A /branches/0.8.5-1/extras/contrib/src/Patches/ffmpeg-svn-beos.patch (from /trunk/extras/contrib/src/Patches/ffmpeg-svn-beos.patch:16403)
   A /branches/0.8.5-1/extras/contrib/src/Patches/ffmpeg-svn-wince.patch (from /trunk/extras/contrib/src/Patches/ffmpeg-svn-wince.patch:16403)
   M /branches/0.8.5-1/extras/contrib/src/Patches/gnutls-win32.patch
   A /branches/0.8.5-1/extras/contrib/src/Patches/goom2k4-0-nommx.patch (from /trunk/extras/contrib/src/Patches/goom2k4-0-nommx.patch:16403)
   A /branches/0.8.5-1/extras/contrib/src/Patches/libgpg-error.patch (from /trunk/extras/contrib/src/Patches/libgpg-error.patch:16403)
   M /branches/0.8.5-1/extras/contrib/src/Patches/libogg-1.1-win32.patch
   A /branches/0.8.5-1/extras/contrib/src/Patches/libogg-1.1.3.patch (from /trunk/extras/contrib/src/Patches/libogg-1.1.3.patch:16403)
   M /branches/0.8.5-1/extras/contrib/src/Patches/libogg-1.1.patch
   A /branches/0.8.5-1/extras/contrib/src/Patches/libpng-darwin-mactel.patch (from /trunk/extras/contrib/src/Patches/libpng-darwin-mactel.patch:16403)
   A /branches/0.8.5-1/extras/contrib/src/Patches/libpng-makefile.patch (from /trunk/extras/contrib/src/Patches/libpng-makefile.patch:16403)
   M /branches/0.8.5-1/extras/contrib/src/Patches/libpng-osx.patch
   M /branches/0.8.5-1/extras/contrib/src/Patches/libpng-win32.patch
   M /branches/0.8.5-1/extras/contrib/src/Patches/libvorbis-1.1.patch
   M /branches/0.8.5-1/extras/contrib/src/Patches/live-osx.patch
   A /branches/0.8.5-1/extras/contrib/src/Patches/speex-BeOS.patch (from /trunk/extras/contrib/src/Patches/speex-BeOS.patch:16403)
   M /branches/0.8.5-1/extras/contrib/src/Patches/speex.patch
   A /branches/0.8.5-1/extras/contrib/src/Patches/theora-1.0a7.patch (from /trunk/extras/contrib/src/Patches/theora-1.0a7.patch:16403)
   M /branches/0.8.5-1/extras/contrib/src/Patches/theora.patch
   A /branches/0.8.5-1/extras/contrib/src/Patches/twolame-BeOS.patch (from /trunk/extras/contrib/src/Patches/twolame-BeOS.patch:16403)
   M /branches/0.8.5-1/extras/contrib/src/Patches/x264-svn-win32.patch
   M /branches/0.8.5-1/extras/contrib/src/packages.mak

* Backport to 0.8.5-1 of all contrib updates on trunk between [15211] and [16403]

------------------------------------------------------------------------
r16400 | fkuehne | 2006-08-28 23:54:39 +0200 (Mon, 28 Aug 2006) | 1 line
Changed paths:
   M /branches/0.8.5-1/modules/video_output/opengl.c

* backport the recent OpenGL additions and fixes
------------------------------------------------------------------------
r16397 | hartman | 2006-08-28 21:26:21 +0200 (Mon, 28 Aug 2006) | 2 lines
Changed paths:
   M /branches/0.8.5-1/configure.ac
   M /branches/0.8.5-1/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
   M /branches/0.8.5-1/extras/MacOSX/vlc.pbproj/project.pbxproj

* Update the version number

------------------------------------------------------------------------
r16396 | hartman | 2006-08-28 21:04:40 +0200 (Mon, 28 Aug 2006) | 1 line
Changed paths:
   A /branches/0.8.5-1 (from /tags/0.8.5:16395)

Create an 0.8.5-1 branch with security, bug fixes and WMV3
------------------------------------------------------------------------
r15610 | jpsaman | 2006-05-14 11:09:34 +0200 (Sun, 14 May 2006) | 4 lines
Changed paths:
   M /tags/0.8.5/extras/contrib/bootstrap
   M /tags/0.8.5/extras/contrib/src/Makefile

Compile fixes:
- libiconv: removed CPPFLAGS="-D"-Dssize_t=long" needed for building on FC 5
- live555 : add include path -I${PREFIX}/include for iconv.h

------------------------------------------------------------------------
r15609 | jpsaman | 2006-05-14 10:56:57 +0200 (Sun, 14 May 2006) | 1 line
Changed paths:
   A /tags/0.8.5/extras/contrib/src/Patches/wxwidgets_uri.patch

Compiler fix gcc-4.1.0 on FC 5
------------------------------------------------------------------------
r15569 | dionoea | 2006-05-08 00:21:17 +0200 (Mon, 08 May 2006) | 2 lines
Changed paths:
   M /tags/0.8.5/vlc.win32.nsi.in

Woops, error in [15363] which makes prefs file deletion in uninstaller unselectable.

------------------------------------------------------------------------
r15558 | dionoea | 2006-05-06 23:13:36 +0200 (Sat, 06 May 2006) | 2 lines
Changed paths:
   D /branches/0.8.5
   A /tags/0.8.5 (from /branches/0.8.5:15557)

Tag 0.8.5

------------------------------------------------------------------------
r15557 | dionoea | 2006-05-06 17:53:40 +0200 (Sat, 06 May 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/ChangeLog

ChangeLog once more

------------------------------------------------------------------------
r15556 | dionoea | 2006-05-06 15:33:07 +0200 (Sat, 06 May 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/vlc.win32.nsi.in

I hope that this fixes the installer's default choices

------------------------------------------------------------------------
r15555 | xtophe | 2006-05-06 14:50:08 +0200 (Sat, 06 May 2006) | 8 lines
Changed paths:
   M /branches/0.8.5/THANKS
   M /branches/0.8.5/configure.ac
   M /branches/0.8.5/modules/misc/svg.c
   M /branches/0.8.5/modules/services_discovery/shout.c
   M /branches/0.8.5/mozilla/Makefile.am

Backports:
[15538]  build fix
[15546]  shoutcast alias
[15531]  remove debug
[15522]  libtool fix
[15524]  linking fix
[15519]  configure fix

------------------------------------------------------------------------
r15554 | dionoea | 2006-05-06 13:54:05 +0200 (Sat, 06 May 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/configure.ac
   M /branches/0.8.5/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
   M /branches/0.8.5/extras/MacOSX/vlc.pbproj/project.pbxproj

Change version number to 0.8.5

------------------------------------------------------------------------
r15552 | dionoea | 2006-05-06 13:50:46 +0200 (Sat, 06 May 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/ChangeLog

Update changelog

------------------------------------------------------------------------
r15551 | dionoea | 2006-05-06 13:49:50 +0200 (Sat, 06 May 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/configure.ac
   M /branches/0.8.5/vlc.win32.nsi.in

Backport mozilla plugin installer fixes [15547], [15548] and [15550].

------------------------------------------------------------------------
r15543 | damienf | 2006-05-05 22:14:54 +0200 (Fri, 05 May 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/src/libvlc.c

backporting [15534]

------------------------------------------------------------------------
r15542 | dionoea | 2006-05-05 22:07:48 +0200 (Fri, 05 May 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/src/misc/unicode.c

Backport win9x file opening fixes ( [15501], [15506], [15509], [15510], [15511], [15512] and [15518])

------------------------------------------------------------------------
r15540 | xtophe | 2006-05-05 19:11:43 +0200 (Fri, 05 May 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/po/zh_CN.po

Update Chinese l10n by Wei Mingzhi

------------------------------------------------------------------------
r15539 | courmisch | 2006-05-05 18:04:18 +0200 (Fri, 05 May 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/configure.ac

The number of crash reports on Linux make it obvious that 0.8.5 and 0.8.4 are not binary-compatibile, so we should definitely change the entry point name

------------------------------------------------------------------------
r15533 | dionoea | 2006-05-04 23:26:26 +0200 (Thu, 04 May 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/control/rc.c

Backport [15532].

------------------------------------------------------------------------
r15531 | xtophe | 2006-05-03 23:27:32 +0200 (Wed, 03 May 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/src/interface/interface.c

Remove debug

------------------------------------------------------------------------
r15529 | bigben | 2006-05-02 22:08:41 +0200 (Tue, 02 May 2006) | 3 lines
Changed paths:
   M /branches/0.8.5/modules/stream_out/es.c

* Backport r15528


------------------------------------------------------------------------
r15526 | bigben | 2006-05-02 21:21:23 +0200 (Tue, 02 May 2006) | 3 lines
Changed paths:
   M /branches/0.8.5/modules/video_output/x11/xcommon.c

* Backport of 15525


------------------------------------------------------------------------
r15521 | fkuehne | 2006-05-02 15:55:32 +0200 (Tue, 02 May 2006) | 1 line
Changed paths:
   M /branches/0.8.5/Makefile.am

* back-port [15520]
------------------------------------------------------------------------
r15516 | ipkiss | 2006-05-02 08:49:10 +0200 (Tue, 02 May 2006) | 5 lines
Changed paths:
   M /branches/0.8.5/share/skins2/default/theme.xml

 * share/skins2/default/theme.xml:
   - removed the invalid SliderBackground.x and SliderBackground.y attributes
   - converted to unix file format
   - reindented properly

------------------------------------------------------------------------
r15514 | fox | 2006-05-01 23:22:38 +0200 (Mon, 01 May 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/demux/mod.c

 Backport of [15513]

------------------------------------------------------------------------
r15508 | ipkiss | 2006-05-01 15:34:54 +0200 (Mon, 01 May 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/gui/skins2/src/generic_layout.cpp

 * backport of [15507]

------------------------------------------------------------------------
r15504 | asmax | 2006-05-01 14:08:37 +0200 (Mon, 01 May 2006) | 4 lines
Changed paths:
   M /branches/0.8.5/modules/gui/skins2/src/vlcproc.cpp

* vlcproc.cpp: don't use a vout when it has been destroyed !
 (fixes some deadlocks/crashes when switching between layouts with
 the default skin)

------------------------------------------------------------------------
r15502 | fkuehne | 2006-05-01 13:40:01 +0200 (Mon, 01 May 2006) | 1 line
Changed paths:
   M /branches/0.8.5/Makefile.am

* added the new OSX-plugin files to make dist
------------------------------------------------------------------------
r15500 | zorglub | 2006-05-01 12:22:41 +0200 (Mon, 01 May 2006) | 4 lines
Changed paths:
   M /branches/0.8.5/modules/gui/wxwidgets/menus.cpp
   M /branches/0.8.5/src/interface/interface.c

Allow intf-switch 
  * both ways in !Win32
  * only wx->skins in Win32

------------------------------------------------------------------------
r15499 | zorglub | 2006-05-01 10:34:59 +0200 (Mon, 01 May 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/misc/rtsp.c

Backport [15493]

------------------------------------------------------------------------
r15497 | zorglub | 2006-05-01 10:32:39 +0200 (Mon, 01 May 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/ChangeLog
   M /branches/0.8.5/configure.ac
   M /branches/0.8.5/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
   M /branches/0.8.5/extras/MacOSX/vlc.pbproj/project.pbxproj

test4

------------------------------------------------------------------------
r15496 | courmisch | 2006-05-01 10:29:23 +0200 (Mon, 01 May 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/src/network/httpd.c
   M /branches/0.8.5/src/network/tcp.c

Backport [15472] and [15473]

------------------------------------------------------------------------
r15495 | courmisch | 2006-05-01 10:26:18 +0200 (Mon, 01 May 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/audio_output/alsa.c

Backport [15494]

------------------------------------------------------------------------
r15492 | sigmunau | 2006-04-30 23:48:26 +0200 (Sun, 30 Apr 2006) | 5 lines
Changed paths:
   M /branches/0.8.5/modules/mux/mpeg/ts.c

fix memory creep when data is fed to muxer but no pcr is given

Happens in particular if CAM decryption fails on channels where the pcr pid is 
encrypted but other pids are not encrypted.

------------------------------------------------------------------------
r15491 | bigben | 2006-04-30 23:09:16 +0200 (Sun, 30 Apr 2006) | 3 lines
Changed paths:
   M /branches/0.8.5/modules/gui/macosx/controls.h
   M /branches/0.8.5/modules/gui/macosx/controls.m
   M /branches/0.8.5/modules/gui/macosx/misc.m

* Backport of 15488


------------------------------------------------------------------------
r15486 | dionoea | 2006-04-30 21:14:31 +0200 (Sun, 30 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/doc/skins/skins2-howto.xml
   M /branches/0.8.5/modules/gui/skins2/controls/ctrl_text.cpp
   M /branches/0.8.5/modules/gui/skins2/controls/ctrl_text.hpp
   M /branches/0.8.5/modules/gui/skins2/parser/builder.cpp
   M /branches/0.8.5/share/skins2/default/theme.xml

Revert [15458] and change default scrolling behavior to "stoped". You need to click on the text to start the scrolling.

------------------------------------------------------------------------
r15485 | dionoea | 2006-04-30 21:07:43 +0200 (Sun, 30 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/services_discovery/podcast.c

Fix memleak.

------------------------------------------------------------------------
r15481 | asmax | 2006-04-30 20:07:40 +0200 (Sun, 30 Apr 2006) | 3 lines
Changed paths:
   M /branches/0.8.5/modules/gui/skins2/controls/ctrl_video.cpp
   M /branches/0.8.5/modules/gui/skins2/controls/ctrl_video.hpp
   M /branches/0.8.5/modules/gui/skins2/src/generic_layout.cpp
   M /branches/0.8.5/modules/gui/skins2/src/generic_layout.hpp
   M /branches/0.8.5/modules/gui/skins2/src/top_window.cpp
   M /branches/0.8.5/modules/gui/skins2/src/top_window.hpp
   M /branches/0.8.5/modules/gui/skins2/src/vlcproc.cpp
   M /branches/0.8.5/modules/gui/skins2/src/vout_window.cpp

* backport of [15316], [15359] and [15451]
 (hope it works ;)

------------------------------------------------------------------------
r15479 | damienf | 2006-04-30 19:44:13 +0200 (Sun, 30 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/Makefile.am

- backported [15478]

------------------------------------------------------------------------
r15471 | dionoea | 2006-04-30 19:12:01 +0200 (Sun, 30 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/share/Makefile.am
   D /branches/0.8.5/share/skins2/default/main/Thumbs.db
   D /branches/0.8.5/share/skins2/default/playlist/Thumbs.db

Remove thumbs.db files

------------------------------------------------------------------------
r15470 | dionoea | 2006-04-30 19:10:18 +0200 (Sun, 30 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/src/misc/unicode.c

Backport [15468].

------------------------------------------------------------------------
r15469 | damienf | 2006-04-30 18:57:48 +0200 (Sun, 30 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/Makefile.am
   M /branches/0.8.5/extras/MacOSX/plugin/English.lproj/InfoPlist.strings
   M /branches/0.8.5/extras/MacOSX/plugin/Info.plist
   A /branches/0.8.5/extras/MacOSX/plugin/InstallerDescription.plist (from /trunk/extras/MacOSX/plugin/InstallerDescription.plist:15463)
   A /branches/0.8.5/extras/MacOSX/plugin/InstallerInfo.plist (from /trunk/extras/MacOSX/plugin/InstallerInfo.plist:15463)
   M /branches/0.8.5/mozilla/vlc.r

- backported [15463]

------------------------------------------------------------------------
r15465 | dionoea | 2006-04-30 18:29:34 +0200 (Sun, 30 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/services_discovery/podcast.c

Fix refcount issue.

------------------------------------------------------------------------
r15464 | fkuehne | 2006-04-30 18:19:04 +0200 (Sun, 30 Apr 2006) | 1 line
Changed paths:
   M /branches/0.8.5/modules/gui/macosx/playlist.m

* make sure that the count of objects in the playlist is up-to-date
------------------------------------------------------------------------
r15462 | dionoea | 2006-04-30 18:02:56 +0200 (Sun, 30 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/demux/playlist/podcast.c

Fix podcast encoding handling ...

------------------------------------------------------------------------
r15461 | fkuehne | 2006-04-30 18:01:24 +0200 (Sun, 30 Apr 2006) | 1 line
Changed paths:
   M /branches/0.8.5/po/POTFILES.in
   M /branches/0.8.5/po/ca.po
   M /branches/0.8.5/po/da.po
   M /branches/0.8.5/po/de.po
   M /branches/0.8.5/po/en_GB.po
   M /branches/0.8.5/po/es.po
   M /branches/0.8.5/po/fr.po
   M /branches/0.8.5/po/gl.po
   M /branches/0.8.5/po/he.po
   M /branches/0.8.5/po/hi.po
   M /branches/0.8.5/po/hu.po
   M /branches/0.8.5/po/it.po
   M /branches/0.8.5/po/ja.po
   M /branches/0.8.5/po/ka.po
   M /branches/0.8.5/po/ko.po
   M /branches/0.8.5/po/nl.po
   M /branches/0.8.5/po/oc.po
   M /branches/0.8.5/po/pt_BR.po
   M /branches/0.8.5/po/ro.po
   M /branches/0.8.5/po/ru.po
   M /branches/0.8.5/po/sv.po
   M /branches/0.8.5/po/tr.po
   M /branches/0.8.5/po/vlc.pot
   M /branches/0.8.5/po/zh_CN.po
   M /branches/0.8.5/po/zh_TW.po

* updated the po-files for the final release
------------------------------------------------------------------------
r15460 | dionoea | 2006-04-30 17:48:29 +0200 (Sun, 30 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/ChangeLog
   M /branches/0.8.5/NEWS

Update NEWS and ChangeLog

------------------------------------------------------------------------
r15458 | dionoea | 2006-04-30 17:31:05 +0200 (Sun, 30 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/doc/skins/skins2-howto.xml
   M /branches/0.8.5/modules/gui/skins2/controls/ctrl_text.cpp
   M /branches/0.8.5/modules/gui/skins2/controls/ctrl_text.hpp
   M /branches/0.8.5/modules/gui/skins2/parser/builder.cpp
   M /branches/0.8.5/share/skins2/default/theme.xml

Add scrolling="autooff" : same behavior as "auto" except that it starts in the soped state. Use that in the default skin.

------------------------------------------------------------------------
r15456 | dionoea | 2006-04-30 17:20:36 +0200 (Sun, 30 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/gui/wxwidgets/dialogs/infopanels.cpp

Backport [15455].

------------------------------------------------------------------------
r15453 | fkuehne | 2006-04-30 16:44:32 +0200 (Sun, 30 Apr 2006) | 1 line
Changed paths:
   M /branches/0.8.5/THANKS

* added Mathias C. Berens | welcome-soft for this contribution to the German translation
------------------------------------------------------------------------
r15452 | fkuehne | 2006-04-30 16:39:13 +0200 (Sun, 30 Apr 2006) | 1 line
Changed paths:
   M /branches/0.8.5/po/de.po

* Finished the German translation
------------------------------------------------------------------------
r15450 | dionoea | 2006-04-30 15:36:41 +0200 (Sun, 30 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/src/libvlc.h

Fix languages (missing comma)

------------------------------------------------------------------------
r15448 | asmax | 2006-04-30 15:14:07 +0200 (Sun, 30 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/share/Makefile.am
   A /branches/0.8.5/share/skins2/default/main/vol_bg.png (from /trunk/share/skins2/default/main/vol_bg.png:15447)
   M /branches/0.8.5/share/skins2/default/main/vol_slider.png
   M /branches/0.8.5/share/skins2/default/theme.xml

* backport of [15447]

------------------------------------------------------------------------
r15446 | xtophe | 2006-04-29 23:01:20 +0200 (Sat, 29 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/po/da.po
   M /branches/0.8.5/po/de.po
   M /branches/0.8.5/po/es.po
   M /branches/0.8.5/po/fr.po
   M /branches/0.8.5/po/gl.po
   M /branches/0.8.5/po/hu.po
   M /branches/0.8.5/po/it.po
   M /branches/0.8.5/po/nl.po
   M /branches/0.8.5/po/pt_BR.po
   M /branches/0.8.5/po/sv.po

Fix buttons l10n (fix #646)

------------------------------------------------------------------------
r15443 | fkuehne | 2006-04-29 21:14:39 +0200 (Sat, 29 Apr 2006) | 1 line
Changed paths:
   M /branches/0.8.5/po/de.po

* another update of the German translation. Still 585 fuzzy strings to do. Volounteers are welcome.
------------------------------------------------------------------------
r15435 | damienf | 2006-04-29 17:02:03 +0200 (Sat, 29 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/access/dshow/dshow.cpp

dshow.cpp: backport [15375]

------------------------------------------------------------------------
r15431 | zorglub | 2006-04-29 16:25:23 +0200 (Sat, 29 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/po/ru.po

Backport [15430]

------------------------------------------------------------------------
r15427 | dionoea | 2006-04-29 16:19:19 +0200 (Sat, 29 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/demux/ts.c

backport [15229].

------------------------------------------------------------------------
r15426 | dionoea | 2006-04-29 16:11:45 +0200 (Sat, 29 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/share/skins2/default/theme.xml

Fix main window width (was 46px too large)

------------------------------------------------------------------------
r15423 | bigben | 2006-04-29 15:55:16 +0200 (Sat, 29 Apr 2006) | 3 lines
Changed paths:
   M /branches/0.8.5/modules/video_output/x11/xcommon.c

* Backport of 15421


------------------------------------------------------------------------
r15420 | dionoea | 2006-04-29 15:39:33 +0200 (Sat, 29 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/gui/skins2/controls/ctrl_text.cpp

Remove stupid debug :)

------------------------------------------------------------------------
r15418 | dionoea | 2006-04-29 15:38:33 +0200 (Sat, 29 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/gui/skins2/controls/ctrl_text.cpp

Don't render invisible text controls.

------------------------------------------------------------------------
r15417 | zorglub | 2006-04-29 15:37:17 +0200 (Sat, 29 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/configure.ac
   M /branches/0.8.5/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
   M /branches/0.8.5/extras/MacOSX/vlc.pbproj/project.pbxproj

Bump version number 

------------------------------------------------------------------------
r15416 | zorglub | 2006-04-29 15:34:17 +0200 (Sat, 29 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/gui/skins2/vars/time.cpp

Backport [15414]

------------------------------------------------------------------------
r15410 | dionoea | 2006-04-29 15:11:20 +0200 (Sat, 29 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/share/skins2/default/theme.xml

Make the time displays a bit larger so that they don't scroll

------------------------------------------------------------------------
r15409 | zorglub | 2006-04-28 23:19:51 +0200 (Fri, 28 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/demux/playlist/shoutcast.c

Fix shoutcast

------------------------------------------------------------------------
r15408 | zorglub | 2006-04-28 22:47:01 +0200 (Fri, 28 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/demux/playlist/shoutcast.c

Don't autoplay shoutcast genres

------------------------------------------------------------------------
r15407 | zorglub | 2006-04-28 22:23:50 +0200 (Fri, 28 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/src/libvlc.h

Backport [15405]

------------------------------------------------------------------------
r15402 | bigben | 2006-04-28 19:26:10 +0200 (Fri, 28 Apr 2006) | 4 lines
Changed paths:
   M /branches/0.8.5/src/interface/interface.c
   M /branches/0.8.5/src/libvlc.c

* Backport of 15401



------------------------------------------------------------------------
r15400 | dionoea | 2006-04-28 19:01:12 +0200 (Fri, 28 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/gui/wxwidgets/dialogs/updatevlc.cpp

Backport [15399]

------------------------------------------------------------------------
r15398 | dionoea | 2006-04-28 17:32:34 +0200 (Fri, 28 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/vlc.win32.nsi.in

Copy vlc.win32.nsi.in from trunk (== backport recent commits)

------------------------------------------------------------------------
r15391 | dionoea | 2006-04-28 14:15:50 +0200 (Fri, 28 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/NEWS

backport [15390]

------------------------------------------------------------------------
r15389 | dionoea | 2006-04-28 14:12:29 +0200 (Fri, 28 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/NEWS
   M /branches/0.8.5/THANKS
   M /branches/0.8.5/share/Makefile.am
   A /branches/0.8.5/share/skins2/default (from /trunk/share/skins2/default:15387)

Backport [15287] new default skin

------------------------------------------------------------------------
r15388 | dionoea | 2006-04-28 14:11:58 +0200 (Fri, 28 Apr 2006) | 2 lines
Changed paths:
   D /branches/0.8.5/share/skins2/default
   D /branches/0.8.5/share/skins2/playtree

Backport [15284] and [15385] skins removal

------------------------------------------------------------------------
r15386 | dionoea | 2006-04-28 14:09:04 +0200 (Fri, 28 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/demux/playlist/Modules.am
   M /branches/0.8.5/modules/demux/playlist/playlist.c
   M /branches/0.8.5/modules/demux/playlist/playlist.h
   A /branches/0.8.5/modules/demux/playlist/shoutcast.c (from /trunk/modules/demux/playlist/shoutcast.c:15381)
   M /branches/0.8.5/modules/services_discovery/shout.c

Backport trunk shoutcast changes except Shoutcast TV service discovery submodule.

------------------------------------------------------------------------
r15376 | fkuehne | 2006-04-27 20:43:20 +0200 (Thu, 27 Apr 2006) | 1 line
Changed paths:
   M /branches/0.8.5/po/de.po

* continued the German translation a bit and fixed some mistakes pointed out by Maik
------------------------------------------------------------------------
r15374 | xtophe | 2006-04-27 13:18:02 +0200 (Thu, 27 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/po/fr.po

fr.po: Fix button translation (refs: 646)

------------------------------------------------------------------------
r15373 | sigmunau | 2006-04-27 10:45:22 +0200 (Thu, 27 Apr 2006) | 7 lines
Changed paths:
   M /branches/0.8.5/modules/demux/ts.c

ts.c: Mask continuity counter when incrementing.

Previously, it seems, the continuity counter was incremented freely and the masking was 
done when using the counter. This is ok, but every now and then some pids would reach 
the special "pid unused" value and spawn a spurious debug message, which shouldn't 
happen with this fix

------------------------------------------------------------------------
r15370 | xtophe | 2006-04-27 01:20:48 +0200 (Thu, 27 Apr 2006) | 3 lines
Changed paths:
   M /branches/0.8.5/modules/gui/wxwidgets/dialogs/bookmarks.cpp
   M /branches/0.8.5/modules/gui/wxwidgets/dialogs/interaction.cpp
   M /branches/0.8.5/modules/gui/wxwidgets/dialogs/iteminfo.cpp
   M /branches/0.8.5/modules/gui/wxwidgets/dialogs/messages.cpp
   M /branches/0.8.5/modules/gui/wxwidgets/dialogs/open.cpp
   M /branches/0.8.5/modules/gui/wxwidgets/dialogs/preferences.cpp
   M /branches/0.8.5/modules/gui/wxwidgets/dialogs/streamout.cpp
   M /branches/0.8.5/modules/gui/wxwidgets/dialogs/subtitles.cpp
   M /branches/0.8.5/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
   M /branches/0.8.5/po/POTFILES.in
   M /branches/0.8.5/po/ca.po
   M /branches/0.8.5/po/da.po
   M /branches/0.8.5/po/de.po
   M /branches/0.8.5/po/en_GB.po
   M /branches/0.8.5/po/es.po
   M /branches/0.8.5/po/fr.po
   M /branches/0.8.5/po/gl.po
   M /branches/0.8.5/po/he.po
   M /branches/0.8.5/po/hi.po
   M /branches/0.8.5/po/hu.po
   M /branches/0.8.5/po/it.po
   M /branches/0.8.5/po/ja.po
   M /branches/0.8.5/po/ka.po
   M /branches/0.8.5/po/ko.po
   M /branches/0.8.5/po/nl.po
   M /branches/0.8.5/po/oc.po
   M /branches/0.8.5/po/pt_BR.po
   M /branches/0.8.5/po/ro.po
   M /branches/0.8.5/po/ru.po
   M /branches/0.8.5/po/sv.po
   M /branches/0.8.5/po/tr.po
   M /branches/0.8.5/po/vlc.pot
   M /branches/0.8.5/po/zh_CN.po
   M /branches/0.8.5/po/zh_TW.po

wxwidgets/*: Readd the labels in the buttons. Should solve the l10n problems on win32. (Revert [14249]) (Refs #646)
po/*: Update the Po to reflect the changes.

------------------------------------------------------------------------
r15368 | fkuehne | 2006-04-26 23:31:46 +0200 (Wed, 26 Apr 2006) | 1 line
Changed paths:
   M /branches/0.8.5/extras/MacOSX/vlc.pbproj/project.pbxproj

* added *.flac as valid file type
------------------------------------------------------------------------
r15366 | ipkiss | 2006-04-26 20:03:19 +0200 (Wed, 26 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/doc/skins/skins2-howto.xml
   M /branches/0.8.5/modules/gui/skins2/Modules.am
   A /branches/0.8.5/modules/gui/skins2/commands/cmd_snapshot.cpp
   A /branches/0.8.5/modules/gui/skins2/commands/cmd_snapshot.hpp
   M /branches/0.8.5/modules/gui/skins2/parser/interpreter.cpp

 * backport of [15365]

------------------------------------------------------------------------
r15364 | dionoea | 2006-04-26 11:57:40 +0200 (Wed, 26 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/vlc.win32.nsi.in

backport [15363].

------------------------------------------------------------------------
r15362 | zorglub | 2006-04-26 10:22:51 +0200 (Wed, 26 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp

Backport bananas from [15361]

------------------------------------------------------------------------
r15358 | bigben | 2006-04-25 18:49:35 +0200 (Tue, 25 Apr 2006) | 3 lines
Changed paths:
   M /branches/0.8.5/src/interface/interface.c

* Backport of the module_Need call from r15357


------------------------------------------------------------------------
r15356 | zorglub | 2006-04-25 12:18:30 +0200 (Tue, 25 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/gui/wxwidgets/Modules.am
   A /branches/0.8.5/modules/gui/wxwidgets/bitmaps/edit.xpm (from /trunk/modules/gui/wxwidgets/bitmaps/edit.xpm:15355)
   M /branches/0.8.5/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp

Backport [15355]

------------------------------------------------------------------------
r15354 | ipkiss | 2006-04-24 23:58:35 +0200 (Mon, 24 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/gui/skins2/parser/interpreter.cpp

Backport of [15353]

------------------------------------------------------------------------
r15343 | bigben | 2006-04-23 22:32:10 +0200 (Sun, 23 Apr 2006) | 3 lines
Changed paths:
   M /branches/0.8.5/modules/misc/screensaver.c

* Backport of r15342


------------------------------------------------------------------------
r15338 | courmisch | 2006-04-23 17:59:28 +0200 (Sun, 23 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/po/en_GB.po
   M /branches/0.8.5/po/ru.po

Backport recent po updates

------------------------------------------------------------------------
r15337 | fkuehne | 2006-04-23 17:59:01 +0200 (Sun, 23 Apr 2006) | 1 line
Changed paths:
   M /branches/0.8.5/po/de.po

* another update of the German translation by Mathias C. Berens | welcome-soft <berens@welcome-soft.de>. Thanks again.
------------------------------------------------------------------------
r15335 | bigben | 2006-04-23 16:41:49 +0200 (Sun, 23 Apr 2006) | 3 lines
Changed paths:
   M /branches/0.8.5/modules/video_output/x11/xcommon.c

* Backport of r15333


------------------------------------------------------------------------
r15328 | bigben | 2006-04-23 15:56:24 +0200 (Sun, 23 Apr 2006) | 3 lines
Changed paths:
   M /branches/0.8.5/include/vlc_video.h
   M /branches/0.8.5/modules/video_output/opengl.c
   M /branches/0.8.5/src/video_output/video_output.c

* Backport of the latest endianness fixes


------------------------------------------------------------------------
r15314 | xtophe | 2006-04-23 01:04:42 +0200 (Sun, 23 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/po/tr.po

Possibly fix turkish l10n

------------------------------------------------------------------------
r15313 | xtophe | 2006-04-23 01:00:02 +0200 (Sun, 23 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/stream_out/transcode.c

transcode.c: mark a string bug

------------------------------------------------------------------------
r15311 | fkuehne | 2006-04-23 00:05:16 +0200 (Sun, 23 Apr 2006) | 1 line
Changed paths:
   M /branches/0.8.5/extras/contrib/src/Makefile

* do only check-out revision 501 of the x264 library, because 502 breaks the linkage of the x264-module on ppc-platforms
------------------------------------------------------------------------
r15299 | xtophe | 2006-04-22 02:59:50 +0200 (Sat, 22 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/configure.ac
   M /branches/0.8.5/src/network/httpd.c

Backport of [15290] and [15297]

------------------------------------------------------------------------
r15298 | xtophe | 2006-04-22 02:56:09 +0200 (Sat, 22 Apr 2006) | 2 lines
Changed paths:
   A /branches/0.8.5/po/ar.po

add the beginning of an arabic translation by adn and others on rosetta

------------------------------------------------------------------------
r15294 | dionoea | 2006-04-21 09:56:51 +0200 (Fri, 21 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/control/http/rpn.c

Backport [15289].

------------------------------------------------------------------------
r15293 | courmisch | 2006-04-20 22:47:12 +0200 (Thu, 20 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/src/misc/unicode.c

Backport [15290]

------------------------------------------------------------------------
r15288 | bigben | 2006-04-19 22:50:53 +0200 (Wed, 19 Apr 2006) | 3 lines
Changed paths:
   M /branches/0.8.5/modules/gui/macosx/vout.m

backports of 15287 and 15222


------------------------------------------------------------------------
r15285 | fkuehne | 2006-04-19 18:08:51 +0200 (Wed, 19 Apr 2006) | 1 line
Changed paths:
   M /branches/0.8.5/modules/gui/macosx/intf.m

* try to fix a crash in case p_input invalidates while waiting for the variables. Found by joneskoo, fix inspired by Meuuh.
------------------------------------------------------------------------
r15284 | dionoea | 2006-04-19 17:34:21 +0200 (Wed, 19 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/control/http/rpn.c

backport [15263] (so E-bola's mirc script can work in 0.8.5)

------------------------------------------------------------------------
r15283 | fkuehne | 2006-04-19 17:13:11 +0200 (Wed, 19 Apr 2006) | 1 line
Changed paths:
   A /branches/0.8.5/po/gl.po
   A /branches/0.8.5/po/he.po

* you need to add new files if you want to commit them....
------------------------------------------------------------------------
r15282 | zorglub | 2006-04-19 16:32:24 +0200 (Wed, 19 Apr 2006) | 3 lines
Changed paths:
   M /branches/0.8.5/ChangeLog
   M /branches/0.8.5/po/fr.po

Fixes to french translation
Reupdate changelog

------------------------------------------------------------------------
r15281 | fkuehne | 2006-04-19 16:24:55 +0200 (Wed, 19 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/configure.ac
   M /branches/0.8.5/po/ca.po
   M /branches/0.8.5/po/da.po
   M /branches/0.8.5/po/de.po
   M /branches/0.8.5/po/en_GB.po
   M /branches/0.8.5/po/es.po
   M /branches/0.8.5/po/fr.po
   M /branches/0.8.5/po/hi.po
   M /branches/0.8.5/po/hu.po
   M /branches/0.8.5/po/it.po
   M /branches/0.8.5/po/ja.po
   M /branches/0.8.5/po/ka.po
   M /branches/0.8.5/po/ko.po
   M /branches/0.8.5/po/nl.po
   M /branches/0.8.5/po/oc.po
   M /branches/0.8.5/po/pt_BR.po
   M /branches/0.8.5/po/ro.po
   M /branches/0.8.5/po/ru.po
   M /branches/0.8.5/po/sv.po
   M /branches/0.8.5/po/tr.po
   M /branches/0.8.5/po/vlc.pot
   M /branches/0.8.5/po/zh_CN.po
   M /branches/0.8.5/po/zh_TW.po
   M /branches/0.8.5/src/libvlc.h
   M /branches/0.8.5/src/misc/darwin_specific.m

* update of the Galician translation by Ivan Seoane
* re-activated the Swedish translation in the interfaces
------------------------------------------------------------------------
r15280 | fkuehne | 2006-04-19 16:02:51 +0200 (Wed, 19 Apr 2006) | 1 line
Changed paths:
   M /branches/0.8.5/configure.ac
   M /branches/0.8.5/po/ca.po
   M /branches/0.8.5/po/da.po
   M /branches/0.8.5/po/de.po
   M /branches/0.8.5/po/en_GB.po
   M /branches/0.8.5/po/es.po
   M /branches/0.8.5/po/fr.po
   M /branches/0.8.5/po/hi.po
   M /branches/0.8.5/po/hu.po
   M /branches/0.8.5/po/it.po
   M /branches/0.8.5/po/ja.po
   M /branches/0.8.5/po/ka.po
   M /branches/0.8.5/po/ko.po
   M /branches/0.8.5/po/nl.po
   M /branches/0.8.5/po/oc.po
   M /branches/0.8.5/po/pt_BR.po
   M /branches/0.8.5/po/ro.po
   M /branches/0.8.5/po/ru.po
   M /branches/0.8.5/po/sv.po
   M /branches/0.8.5/po/tr.po
   M /branches/0.8.5/po/vlc.pot
   M /branches/0.8.5/po/zh_CN.po
   M /branches/0.8.5/po/zh_TW.po
   M /branches/0.8.5/src/libvlc.h
   M /branches/0.8.5/src/misc/darwin_specific.m

* updated and partially (re-)added the Georgian (by Alexander Didebulidze), Hebrew, Hungarian, Hindi, Russian, and Italian (all by Rosetta translators) localisations
------------------------------------------------------------------------
r15278 | fkuehne | 2006-04-19 15:34:50 +0200 (Wed, 19 Apr 2006) | 1 line
Changed paths:
   M /branches/0.8.5/Makefile.am

* don't include the web-plugin on the OSX-image for now
------------------------------------------------------------------------
r15277 | zorglub | 2006-04-19 12:40:18 +0200 (Wed, 19 Apr 2006) | 3 lines
Changed paths:
   M /branches/0.8.5/po/POTFILES.in
   M /branches/0.8.5/po/ca.po
   M /branches/0.8.5/po/da.po
   M /branches/0.8.5/po/de.po
   M /branches/0.8.5/po/en_GB.po
   M /branches/0.8.5/po/es.po
   M /branches/0.8.5/po/fr.po
   M /branches/0.8.5/po/it.po
   M /branches/0.8.5/po/ja.po
   M /branches/0.8.5/po/ka.po
   M /branches/0.8.5/po/ko.po
   M /branches/0.8.5/po/nl.po
   M /branches/0.8.5/po/oc.po
   M /branches/0.8.5/po/pt_BR.po
   M /branches/0.8.5/po/ro.po
   M /branches/0.8.5/po/ru.po
   M /branches/0.8.5/po/sv.po
   M /branches/0.8.5/po/tr.po
   M /branches/0.8.5/po/vlc.pot
   M /branches/0.8.5/po/zh_CN.po
   M /branches/0.8.5/po/zh_TW.po

Fix pofiles
Update french translation from Rosetta

------------------------------------------------------------------------
r15276 | damienf | 2006-04-19 12:19:13 +0200 (Wed, 19 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/AUTHORS
   M /branches/0.8.5/Makefile.am

- backported changes in [15275]

------------------------------------------------------------------------
r15274 | zorglub | 2006-04-19 11:41:19 +0200 (Wed, 19 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/ChangeLog

Update changelog for test3

------------------------------------------------------------------------
r15273 | damienf | 2006-04-19 11:13:26 +0200 (Wed, 19 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/configure.ac
   M /branches/0.8.5/mozilla/Makefile.am
   M /branches/0.8.5/mozilla/support/npmac.cpp
   M /branches/0.8.5/mozilla/support/npunix.c
   M /branches/0.8.5/mozilla/support/npwin.cpp
   M /branches/0.8.5/mozilla/vlc.r
   M /branches/0.8.5/mozilla/vlcpeer.h
   M /branches/0.8.5/mozilla/vlcplugin.cpp
   M /branches/0.8.5/mozilla/vlcplugin.h
   A /branches/0.8.5/mozilla/vlcruntime.cpp (from /trunk/mozilla/vlcruntime.cpp:15272)
   A /branches/0.8.5/mozilla/vlcruntime.h (from /trunk/mozilla/vlcruntime.h:15272)
   M /branches/0.8.5/mozilla/vlcshell.cpp

all: backported mozilla plugin from trunk to 0.8.5

------------------------------------------------------------------------
r15272 | zorglub | 2006-04-19 09:31:19 +0200 (Wed, 19 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/configure.ac
   M /branches/0.8.5/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
   M /branches/0.8.5/extras/MacOSX/vlc.pbproj/project.pbxproj

Bump version to 0.8.5-test3

------------------------------------------------------------------------
r15258 | asmax | 2006-04-17 19:05:12 +0200 (Mon, 17 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/gui/skins2/src/ini_file.cpp
   M /branches/0.8.5/share/skins2/winamp2.xml

* backport of [15257]

------------------------------------------------------------------------
r15256 | asmax | 2006-04-17 18:30:33 +0200 (Mon, 17 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/audio_output/jack.c

* backport of [15255]

------------------------------------------------------------------------
r15254 | asmax | 2006-04-17 17:58:03 +0200 (Mon, 17 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/gui/skins2/controls/ctrl_checkbox.cpp

* backport of [15253]

------------------------------------------------------------------------
r15252 | ipkiss | 2006-04-17 17:29:40 +0200 (Mon, 17 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/gui/skins2/controls/ctrl_tree.cpp

 * skins2/controls/ctrl_tree.cpp: backport of [15250] and [15251]

------------------------------------------------------------------------
r15249 | asmax | 2006-04-17 17:18:05 +0200 (Mon, 17 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/gui/skins2/Modules.am
   M /branches/0.8.5/modules/gui/skins2/parser/builder.cpp
   M /branches/0.8.5/modules/gui/skins2/parser/builder.hpp
   M /branches/0.8.5/modules/gui/skins2/parser/builder_data.def
   M /branches/0.8.5/modules/gui/skins2/parser/builder_data.hpp
   M /branches/0.8.5/modules/gui/skins2/parser/interpreter.cpp
   M /branches/0.8.5/modules/gui/skins2/parser/interpreter.hpp
   M /branches/0.8.5/modules/gui/skins2/parser/skin_parser.cpp
   M /branches/0.8.5/modules/gui/skins2/parser/skin_parser.hpp
   M /branches/0.8.5/modules/gui/skins2/src/file_bitmap.cpp
   A /branches/0.8.5/modules/gui/skins2/src/ini_file.cpp (from /trunk/modules/gui/skins2/src/ini_file.cpp:15248)
   A /branches/0.8.5/modules/gui/skins2/src/ini_file.hpp (from /trunk/modules/gui/skins2/src/ini_file.hpp:15248)
   M /branches/0.8.5/modules/gui/skins2/src/var_manager.cpp
   M /branches/0.8.5/modules/gui/skins2/src/var_manager.hpp
   M /branches/0.8.5/modules/gui/skins2/utils/var_text.cpp
   M /branches/0.8.5/modules/gui/skins2/utils/var_text.hpp
   M /branches/0.8.5/share/skins2/skin.dtd
   M /branches/0.8.5/share/skins2/winamp2.xml

* agressive backport of [15248]

------------------------------------------------------------------------
r15247 | fkuehne | 2006-04-16 18:06:16 +0200 (Sun, 16 Apr 2006) | 1 line
Changed paths:
   M /branches/0.8.5/Makefile.am
   M /branches/0.8.5/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
   M /branches/0.8.5/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
   M /branches/0.8.5/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
   D /branches/0.8.5/extras/MacOSX/Resources/English.lproj/SFilters.nib
   M /branches/0.8.5/extras/MacOSX/vlc.pbproj/project.pbxproj
   M /branches/0.8.5/modules/gui/macosx/Modules.am
   M /branches/0.8.5/modules/gui/macosx/intf.h
   M /branches/0.8.5/modules/gui/macosx/intf.m
   D /branches/0.8.5/modules/gui/macosx/sfilters.h
   D /branches/0.8.5/modules/gui/macosx/sfilters.m

* removed the sfilters-panel for 0.8.5
------------------------------------------------------------------------
r15245 | dionoea | 2006-04-16 00:34:50 +0200 (Sun, 16 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/share/skins2/skin.dtd

Backport [15244].

------------------------------------------------------------------------
r15241 | asmax | 2006-04-15 18:29:24 +0200 (Sat, 15 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/doc/skins/skins2-howto.xml
   M /branches/0.8.5/modules/gui/skins2/src/vlcproc.cpp
   M /branches/0.8.5/modules/gui/skins2/src/vlcproc.hpp
   M /branches/0.8.5/modules/gui/skins2/utils/var_text.cpp
   M /branches/0.8.5/share/skins2/winamp2.xml
   M /branches/0.8.5/src/input/es_out.c
   M /branches/0.8.5/src/input/input.c

* backport [15240] to get a functional winamp2 skin for 0.8.5

------------------------------------------------------------------------
r15238 | dionoea | 2006-04-15 18:00:45 +0200 (Sat, 15 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/share/http/js/functions.js
   M /branches/0.8.5/share/http/requests/status.xml

Backport [15236] and [15237]

------------------------------------------------------------------------
r15231 | dionoea | 2006-04-15 02:57:53 +0200 (Sat, 15 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/doc/skins/skins2-howto.xml

Backport [15230]

------------------------------------------------------------------------
r15224 | dionoea | 2006-04-14 18:50:51 +0200 (Fri, 14 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/control/hotkeys.c

backport [15223]

------------------------------------------------------------------------
r15219 | bigben | 2006-04-14 15:28:24 +0200 (Fri, 14 Apr 2006) | 3 lines
Changed paths:
   M /branches/0.8.5/configure.ac

* Backport of 15218


------------------------------------------------------------------------
r15217 | massiot | 2006-04-14 14:42:50 +0200 (Fri, 14 Apr 2006) | 2 lines
Changed paths:
   M /branches/0.8.5/modules/access/pvr/pvr.c

 * Backport of [15216].

------------------------------------------------------------------------
r15215 | bigben | 2006-04-14 14:35:51 +0200 (Fri, 14 Apr 2006) | 3 lines
Changed paths:
   M /branches/0.8.5/loader/module.c

* Backport of 15214


------------------------------------------------------------------------
r15211 | zorglub | 2006-04-14 14:07:13 +0200 (Fri, 14 Apr 2006) | 2 lines
Changed paths:
   A /branches/0.8.5 (from /trunk:15210)

Branch out 0.8.5

------------------------------------------------------------------------
r15210 | xtophe | 2006-04-14 13:42:49 +0200 (Fri, 14 Apr 2006) | 2 lines
Changed paths:
   M /trunk/po/zh_CN.po

Update Chinese translation by Wei Mingzhi.

------------------------------------------------------------------------
r15209 | zorglub | 2006-04-14 11:37:39 +0200 (Fri, 14 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/access_filter/timeshift.c
   M /trunk/modules/audio_filter/equalizer.c
   M /trunk/modules/demux/playlist/playlist.c
   M /trunk/modules/gui/macosx/extended.m
   M /trunk/modules/gui/skins2/src/skin_main.cpp
   M /trunk/modules/misc/freetype.c
   M /trunk/modules/misc/growl.c
   M /trunk/modules/misc/rtsp.c
   M /trunk/modules/misc/win32text.c
   M /trunk/modules/mux/mpeg/ts.c
   M /trunk/modules/services_discovery/shout.c

Strings

------------------------------------------------------------------------
r15206 | fkuehne | 2006-04-13 20:51:38 +0200 (Thu, 13 Apr 2006) | 1 line
Changed paths:
   M /trunk/configure.ac

* fixed 2 minor typos
------------------------------------------------------------------------
r15205 | fkuehne | 2006-04-13 20:51:16 +0200 (Thu, 13 Apr 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/macosx/intf.h
   M /trunk/modules/gui/macosx/intf.m

* implemented showintf-support. Thanks to ipkiss for pointing out that this was missing on OSX.
------------------------------------------------------------------------
r15204 | massiot | 2006-04-13 20:32:12 +0200 (Thu, 13 Apr 2006) | 4 lines
Changed paths:
   M /trunk/modules/access/pvr/pvr.c

 * modules/access/pvr/pvr.c: The radio API in ivtv-0.6.1 has changed : now
   you are supposed to pass frequency * 16000 instead of frequency * 16.
   This is sooo coherent.

------------------------------------------------------------------------
r15203 | hartman | 2006-04-13 16:47:20 +0200 (Thu, 13 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/mp4/libmp4.c
   M /trunk/modules/demux/nsv.c
   M /trunk/modules/stream_out/rtp.c
   M /trunk/src/video_output/vout_subpictures.c

* Revert the unintentially committed files of [15202]

------------------------------------------------------------------------
r15202 | hartman | 2006-04-13 16:43:40 +0200 (Thu, 13 Apr 2006) | 1 line
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   M /trunk/modules/demux/mp4/libmp4.c
   M /trunk/modules/demux/nsv.c
   M /trunk/modules/stream_out/rtp.c
   M /trunk/src/video_output/vout_subpictures.c

* Fix libgcrypt on MacIntel by disabling it's ASM. This fixes #620
------------------------------------------------------------------------
r15201 | hartman | 2006-04-13 16:12:20 +0200 (Thu, 13 Apr 2006) | 4 lines
Changed paths:
   M /trunk/include/vlc_video.h
   M /trunk/modules/misc/freetype.c
   M /trunk/src/video_output/vout_subpictures.c

* Fix subtitle  alignment if we don't have styles. fixes #619

I chose to re-add the align paramter to the subpicture region struct, since adding a style struct for every single subpicture for just an alignment seemed to be overkill to me. 

------------------------------------------------------------------------
r15200 | dionoea | 2006-04-13 15:49:45 +0200 (Thu, 13 Apr 2006) | 2 lines
Changed paths:
   M /trunk/share/http/js/functions.js
   M /trunk/share/http/js/vlm.js

URL encode fix

------------------------------------------------------------------------
r15199 | zorglub | 2006-04-13 11:04:34 +0200 (Thu, 13 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/x264.c
   M /trunk/modules/demux/mod.c
   M /trunk/modules/gui/macosx/equalizer.m
   M /trunk/modules/misc/freetype.c
   M /trunk/modules/misc/msn.c
   M /trunk/modules/stream_out/standard.c
   M /trunk/modules/video_filter/mosaic.c
   M /trunk/modules/video_filter/motiondetect.c
   M /trunk/modules/video_filter/osdmenu.c

String stuff

------------------------------------------------------------------------
r15198 | xtophe | 2006-04-13 10:31:33 +0200 (Thu, 13 Apr 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/packages.mak

Really fix xml url

------------------------------------------------------------------------
r15197 | xtophe | 2006-04-13 00:31:19 +0200 (Thu, 13 Apr 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/packages.mak

Fix libxml url.

------------------------------------------------------------------------
r15196 | xtophe | 2006-04-12 23:56:41 +0200 (Wed, 12 Apr 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am

Makefile.am: Fix for introduction of vlc.win32.nsi.in

------------------------------------------------------------------------
r15195 | xtophe | 2006-04-12 23:22:51 +0200 (Wed, 12 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/http/macro.c

*macro.c: Get the name correctly

------------------------------------------------------------------------
r15194 | courmisch | 2006-04-12 21:25:59 +0200 (Wed, 12 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/network/io.c

Set close-on-exec flag on sockets so that we don't pass them to CGI scripts

------------------------------------------------------------------------
r15193 | courmisch | 2006-04-12 19:27:31 +0200 (Wed, 12 Apr 2006) | 2 lines
Changed paths:
   M /trunk/THANKS
   M /trunk/configure.ac

xvideo X.Org 7 detection fix by Pavlov Konstantin

------------------------------------------------------------------------
r15192 | fkuehne | 2006-04-12 18:54:42 +0200 (Wed, 12 Apr 2006) | 1 line
Changed paths:
   M /trunk/Makefile.am

* be a bit more verbose when creating the disk-image
------------------------------------------------------------------------
r15191 | fkuehne | 2006-04-12 18:40:47 +0200 (Wed, 12 Apr 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/macosx/wizard.m

* fix streaming. This section and a few others need to and will be re-written after 0.8.5
------------------------------------------------------------------------
r15190 | fkuehne | 2006-04-12 18:27:30 +0200 (Wed, 12 Apr 2006) | 1 line
Changed paths:
   M /trunk/po/de.po

* first update of the German translation by Mathias C. Berens | welcome-soft <berens@welcome-soft.de> and myself. More to come.
------------------------------------------------------------------------
r15189 | massiot | 2006-04-12 16:26:21 +0200 (Wed, 12 Apr 2006) | 4 lines
Changed paths:
   M /trunk/modules/control/http/macro.c

 * modules/control/http/macro.c: Add slashes in the MVLC_ADD macro for
   backwards compatibility with the old http intf (anyway MVLC_ADD is
   obsoleted by RPN function playlist_add).

------------------------------------------------------------------------
r15188 | zorglub | 2006-04-12 15:03:37 +0200 (Wed, 12 Apr 2006) | 2 lines
Changed paths:
   M /trunk
   M /trunk/configure.ac
   D /trunk/vlc.win32.nsi
   A /trunk/vlc.win32.nsi.in (from /trunk/vlc.win32.nsi:15184)

Ship libvlc.dll in installer if built in shared mode

------------------------------------------------------------------------
r15187 | zorglub | 2006-04-12 13:43:33 +0200 (Wed, 12 Apr 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am

Package fix

------------------------------------------------------------------------
r15186 | zorglub | 2006-04-12 12:22:55 +0200 (Wed, 12 Apr 2006) | 2 lines
Changed paths:
   M /trunk/share/Makefile.am
   D /trunk/share/http/old/favicon.ico

Remove useless favicon (Refs:#634)

------------------------------------------------------------------------
r15185 | zorglub | 2006-04-12 12:22:19 +0200 (Wed, 12 Apr 2006) | 4 lines
Changed paths:
   M /trunk/share/Makefile.am

Don't ship default skin (Refs:#634)

If you think playtree is not ready yet, yell :)

------------------------------------------------------------------------
r15184 | zorglub | 2006-04-12 10:13:14 +0200 (Wed, 12 Apr 2006) | 2 lines
Changed paths:
   M /trunk/doc/skins/skins2-howto.xml

Document <Playtree> (Closes:#611)

------------------------------------------------------------------------
r15183 | dionoea | 2006-04-12 01:56:54 +0200 (Wed, 12 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/configuration.c

"too"!=2=="two"

------------------------------------------------------------------------
r15182 | dionoea | 2006-04-12 01:51:21 +0200 (Wed, 12 Apr 2006) | 9 lines
Changed paths:
   M /trunk/src/misc/configuration.c

Fix indentation.

I was actually trying to understand why command line option parsing on my computer with self compiled VLC behaves as "If the first character of optstring is '+' or the environment variable POSIXLY_CORRECT is set, then option processing stops as soon as a non-option argument is encountered." while neither of these conditions is true (see the while( getopt_long( ... ) != EOF ) loop).
Small illustration:
./vlc -vvv -I dummy input.ts --color
All options before the first non option argument work as expected (-vvv and -I dummy). All options after the first non option argument are also interpreted as being non option arguments.
Help would be appreciated.
(I've already had reports of other people having the same kind of issues)

------------------------------------------------------------------------
r15181 | hartman | 2006-04-12 00:09:20 +0200 (Wed, 12 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/flac.c

* make the flac decoder errors less annoying. some are warns, some are err's.

------------------------------------------------------------------------
r15180 | courmisch | 2006-04-11 18:35:42 +0200 (Tue, 11 Apr 2006) | 3 lines
Changed paths:
   M /trunk/configure.ac

Link some additionnal plugins against the math library
Report and fix from Pavlov Konstantin ?\226?\128?\156thresh?\226?\128?\157

------------------------------------------------------------------------
r15179 | courmisch | 2006-04-11 18:24:46 +0200 (Tue, 11 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/http/macro.c
   M /trunk/modules/control/http/rpn.c

Restores [13132] back - break the new interface again

------------------------------------------------------------------------
r15178 | courmisch | 2006-04-11 18:18:39 +0200 (Tue, 11 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/strings.c
   M /trunk/src/test/url.c

Lalala

------------------------------------------------------------------------
r15177 | courmisch | 2006-04-11 17:59:43 +0200 (Tue, 11 Apr 2006) | 4 lines
Changed paths:
   M /trunk/modules/control/http/macro.c
   M /trunk/modules/control/http/rpn.c

Revert [15132]:
- Fix HTTPd crash
- Break the old interface again

------------------------------------------------------------------------
r15176 | courmisch | 2006-04-11 17:52:29 +0200 (Tue, 11 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/test/url.c

Even more tests

------------------------------------------------------------------------
r15175 | courmisch | 2006-04-11 17:47:52 +0200 (Tue, 11 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/test/url.c

Additionnal unit test for decode_URI

------------------------------------------------------------------------
r15174 | courmisch | 2006-04-11 17:26:28 +0200 (Tue, 11 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/network/tcp.c

Fix missing initializer warning

------------------------------------------------------------------------
r15173 | zorglub | 2006-04-11 15:57:01 +0200 (Tue, 11 Apr 2006) | 5 lines
Changed paths:
   M /trunk/po/sv.po

Update of swedish translation by Daniel Nylander.
Thanks.

For those wondering, this *is* swedish.

------------------------------------------------------------------------
r15172 | zorglub | 2006-04-11 15:17:20 +0200 (Tue, 11 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/dshow/dshow.cpp
   M /trunk/modules/access_output/http.c
   M /trunk/modules/audio_filter/converter/dtstofloat32.c
   M /trunk/modules/demux/livedotcom.cpp
   M /trunk/modules/demux/mod.c
   M /trunk/src/libvlc.h

More strings

------------------------------------------------------------------------
r15171 | fkuehne | 2006-04-11 15:05:50 +0200 (Tue, 11 Apr 2006) | 1 line
Changed paths:
   M /trunk/modules/audio_filter/param_eq.c

* replaced NULL with empty strings when providing no help for an option
------------------------------------------------------------------------
r15170 | fkuehne | 2006-04-11 14:37:47 +0200 (Tue, 11 Apr 2006) | 5 lines
Changed paths:
   M /trunk/modules/gui/macosx/intf.m
   M /trunk/modules/gui/macosx/prefs.m

intf.m: * we can't localise empty strings, so don't put an error when trying to do so, but just a warning
    * be a bit nicer and return @"" instead of NULL strings
    - this fixes the display of certain modules in the preferences such as the parametric equaliser

prefs.m: * removed 2 unused variables
------------------------------------------------------------------------
r15169 | zorglub | 2006-04-11 11:27:46 +0200 (Tue, 11 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/http.c
   M /trunk/modules/access/pvr/pvr.c
   M /trunk/modules/audio_filter/param_eq.c
   M /trunk/modules/codec/x264.c
   M /trunk/modules/control/netsync.c
   M /trunk/modules/demux/livedotcom.cpp
   M /trunk/src/libvlc.h

String fixes

------------------------------------------------------------------------
r15167 | damienf | 2006-04-11 01:55:28 +0200 (Tue, 11 Apr 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

- fixed faad2 libtool so that shared library is properly built for MacOS X 

------------------------------------------------------------------------
r15164 | hartman | 2006-04-10 23:32:26 +0200 (Mon, 10 Apr 2006) | 3 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/modules/codec/ffmpeg/demux.c
   M /trunk/modules/codec/ffmpeg/ffmpeg.c

* Fix ffmpeg libavformat linkage when we don't use --with-ffmpeg-tree (this fixes Flash playback)
* Add Shorten codec. This refs #632 It doesn't seem to work, but that might be an endianness issue. will someone please check with this sample? http://www.mplayerhq.hu/MPlayer/samples/A-codecs/lossless/luckynight.shn

------------------------------------------------------------------------
r15163 | damienf | 2006-04-10 23:28:43 +0200 (Mon, 10 Apr 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   M /trunk/extras/contrib/src/Patches/libpng-osx.patch

- update darwin/macosx patch for libpng-1.2.8

------------------------------------------------------------------------
r15162 | damienf | 2006-04-10 23:09:09 +0200 (Mon, 10 Apr 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   D /trunk/extras/contrib/src/Patches/libpng-1.2.5-win32.patch
   A /trunk/extras/contrib/src/Patches/libpng-win32.patch

- update win32 patch for libpng-1.2.8

------------------------------------------------------------------------
r15160 | hartman | 2006-04-10 16:41:23 +0200 (Mon, 10 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/video_output/vout_intf.c

* Fix 16:9 vs. 16:10 AR and cropping switching on the fly.

------------------------------------------------------------------------
r15159 | dionoea | 2006-04-09 23:43:47 +0200 (Sun, 09 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/input/input.c

Hum, in fact we should remove it altogether since it is already killed in previous function code.

------------------------------------------------------------------------
r15158 | dionoea | 2006-04-09 23:38:34 +0200 (Sun, 09 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/input/input.c

Fix what looks like a type. (someone confirm please)

------------------------------------------------------------------------
r15157 | courmisch | 2006-04-09 20:33:22 +0200 (Sun, 09 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/Makefile.am
   A /trunk/src/test/url.c (from /trunk/src/test/i18n_atof.c:15156)

Basic unit test for URI decoding

------------------------------------------------------------------------
r15154 | asmax | 2006-04-09 16:29:26 +0200 (Sun, 09 Apr 2006) | 3 lines
Changed paths:
   M /trunk/doc/skins/skins2-howto.xml
   M /trunk/modules/gui/skins2/src/file_bitmap.cpp
   M /trunk/modules/gui/skins2/src/vlcproc.cpp
   M /trunk/modules/gui/skins2/src/vlcproc.hpp
   M /trunk/modules/gui/skins2/utils/ustring.cpp
   M /trunk/modules/gui/skins2/utils/ustring.hpp
   M /trunk/modules/gui/skins2/utils/var_text.cpp
   M /trunk/share/skins2/winamp2.xml

* all: new skin text variable "$B" to get the stream bitrate
* winamp2.xml: added "kbps" info in winamp skins

------------------------------------------------------------------------
r15150 | xtophe | 2006-04-09 01:00:14 +0200 (Sun, 09 Apr 2006) | 2 lines
Changed paths:
   M /trunk/po/zh_CN.po

First Translation update by Wei Mingzhi

------------------------------------------------------------------------
r15149 | courmisch | 2006-04-08 23:41:53 +0200 (Sat, 08 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/input/stream.c

Fix warning

------------------------------------------------------------------------
r15145 | dionoea | 2006-04-08 23:04:10 +0200 (Sat, 08 Apr 2006) | 2 lines
Changed paths:
   M /trunk/toolbox

Remove .libs directories when running ./toolbox --distclean

------------------------------------------------------------------------
r15144 | dionoea | 2006-04-08 19:25:40 +0200 (Sat, 08 Apr 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/packages.mak

Update libpng to 1.2.8 (includes lots of security fixes). Thanks to MYOB for noticing

------------------------------------------------------------------------
r15143 | dionoea | 2006-04-08 01:40:17 +0200 (Sat, 08 Apr 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

Rhaaa

------------------------------------------------------------------------
r15142 | dionoea | 2006-04-08 01:38:47 +0200 (Sat, 08 Apr 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

3rd try

------------------------------------------------------------------------
r15141 | dionoea | 2006-04-08 01:36:46 +0200 (Sat, 08 Apr 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

Ahem

------------------------------------------------------------------------
r15140 | dionoea | 2006-04-08 01:33:31 +0200 (Sat, 08 Apr 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   M /trunk/extras/contrib/src/packages.mak

libdca. untested

------------------------------------------------------------------------
r15139 | dionoea | 2006-04-07 23:52:33 +0200 (Fri, 07 Apr 2006) | 3 lines
Changed paths:
   M /trunk/src/libvlc.h
   M /trunk/src/misc/win32_specific.c
   M /trunk/vlc.win32.nsi

Win32 specific changes: Add --started-from-file option to tell VLC that it was started by clicking on a file (or disc). Add --one-instance-when-started-from-file option to tell VLC to use one instance mode when --started-from-file is used. See replies to r15125 for an explanation.


------------------------------------------------------------------------
r15138 | xtophe | 2006-04-07 23:45:01 +0200 (Fri, 07 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/access_filter/record.c

eliminate non-valid characters only on the name not on the full path (closes #628)

------------------------------------------------------------------------
r15137 | xtophe | 2006-04-07 23:14:52 +0200 (Fri, 07 Apr 2006) | 2 lines
Changed paths:
   M /trunk/msvc/libvlc.dsp.in
   M /trunk/msvc/libvlc.vcproj.in
   M /trunk/msvc/plugins.dsp.in
   M /trunk/msvc/plugins.vcproj.in
   M /trunk/msvc/vlc.dsp.in
   M /trunk/msvc/vlc.vcproj.in
   M /trunk/toolbox

Don't use char outside ascii in shell script.

------------------------------------------------------------------------
r15136 | fkuehne | 2006-04-07 20:38:30 +0200 (Fri, 07 Apr 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/macosx/bookmarks.m

* don't free a vlc-object. Thanks to Meuuh for pointing this out.
------------------------------------------------------------------------
r15135 | massiot | 2006-04-07 19:58:56 +0200 (Fri, 07 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/strings.c

 * src/misc/strings.c: Missing break; in decode_URI().

------------------------------------------------------------------------
r15134 | massiot | 2006-04-07 19:45:35 +0200 (Fri, 07 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/dvbsub.c

 * modules/codec/dvbsub.c: add_suppressed -> add_suppressed_integer

------------------------------------------------------------------------
r15133 | massiot | 2006-04-07 19:20:11 +0200 (Fri, 07 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/dvbsub.c

 * modules/codec/dvbsub.c: add_deprecated -> add_suppressed

------------------------------------------------------------------------
r15132 | courmisch | 2006-04-07 19:17:53 +0200 (Fri, 07 Apr 2006) | 4 lines
Changed paths:
   M /trunk/modules/control/http/macro.c
   M /trunk/modules/control/http/rpn.c

Restore previous URI components decoding instead of unescaping
Should fix the old interface - will most likely break the new one
(in particular try with non-Latin-1 characters)

------------------------------------------------------------------------
r15131 | massiot | 2006-04-07 18:42:18 +0200 (Fri, 07 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/dvbsub.c

 * modules/codec/dvbsub.c: Add deprecated option and fix option parsing.

------------------------------------------------------------------------
r15130 | massiot | 2006-04-07 18:33:51 +0200 (Fri, 07 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/spudec/parse.c
   M /trunk/modules/codec/spudec/spudec.c
   M /trunk/modules/codec/spudec/spudec.h

 * modules/codec/spudec: Decreased verbosity.

------------------------------------------------------------------------
r15129 | jpsaman | 2006-04-07 17:33:44 +0200 (Fri, 07 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/dvbsub.c

Remove --sout-dvbsub-timeout flag
it conflicts with DVD SPU.
------------------------------------------------------------------------
r15128 | massiot | 2006-04-07 15:52:32 +0200 (Fri, 07 Apr 2006) | 4 lines
Changed paths:
   M /trunk/modules/codec/dvbsub.c

 * modules/codec/dvbsub.c: Fixed a major bug with DVBSUB_PCS_STATE_CHANGE.
   Partially reverted [12259] because it implied too many page
   recompositions.

------------------------------------------------------------------------
r15127 | hartman | 2006-04-07 14:19:01 +0200 (Fri, 07 Apr 2006) | 6 lines
Changed paths:
   M /trunk/modules/misc/svg.c
   M /trunk/src/libvlc.h
   M /trunk/src/video_output/vout_subpictures.c

* Lower the priority of the SVG renderer
* Make the "text renderer" selectable with --text-renderer
fixes #627

Lol, totally forgot to commit this last night :D

------------------------------------------------------------------------
r15126 | courmisch | 2006-04-07 12:59:04 +0200 (Fri, 07 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/strings.c

Oops again

------------------------------------------------------------------------
r15125 | dionoea | 2006-04-07 01:02:30 +0200 (Fri, 07 Apr 2006) | 2 lines
Changed paths:
   M /trunk/vlc.win32.nsi

Remove --one-instance option from file open targets on win32. people seemed to be frustrated about this behavior change.

------------------------------------------------------------------------
r15124 | adn | 2006-04-07 01:00:24 +0200 (Fri, 07 Apr 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_config_cat.h

typo in a string (line 42)

------------------------------------------------------------------------
r15123 | dionoea | 2006-04-07 00:41:06 +0200 (Fri, 07 Apr 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_osd.h
   M /trunk/include/vlc_symbols.h
   M /trunk/src/osd/osd_widgets.c
   M /trunk/src/video_output/video_text.c
   M /trunk/src/video_output/video_widgets.c

Fix OSD display when vout crop is used (so that every thing stays on the displayed image).

------------------------------------------------------------------------
r15122 | hartman | 2006-04-07 00:29:15 +0200 (Fri, 07 Apr 2006) | 3 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   A /trunk/extras/contrib/src/Patches/dirac-osx.patch

* Fix dirac on PPC. (only compile what we need)
 (this is a workaround, i'm too lazy to find where they double up the LDFLAGS when they link their applications).

------------------------------------------------------------------------
r15121 | courmisch | 2006-04-06 23:20:33 +0200 (Thu, 06 Apr 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_symbols.h
   M /trunk/include/vlc_url.h

Oups

------------------------------------------------------------------------
r15120 | courmisch | 2006-04-06 22:38:43 +0200 (Thu, 06 Apr 2006) | 3 lines
Changed paths:
   M /trunk/include/vlc_symbols.h
   M /trunk/include/vlc_url.h
   M /trunk/src/misc/strings.c

- Reimplement URL component decoding separately from URL unescaping
- Replace crap URL escaping with URL encoding, which is what we really need

------------------------------------------------------------------------
r15119 | hartman | 2006-04-06 22:04:24 +0200 (Thu, 06 Apr 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/bootstrap

* enable SDK building for Mac PPC contrib. 

------------------------------------------------------------------------
r15118 | massiot | 2006-04-06 19:54:21 +0200 (Thu, 06 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/asf/libasf.c
   M /trunk/modules/demux/asf/libasf.h
   M /trunk/modules/demux/m3u.c
   M /trunk/modules/demux/mod.c
   M /trunk/modules/demux/mpc.c
   M /trunk/modules/mux/asf.c
   M /trunk/modules/mux/mpeg/pes.c
   M /trunk/modules/mux/mpeg/ps.c
   M /trunk/modules/packetizer/mpegvideo.c
   M /trunk/modules/stream_out/standard.c
   M /trunk/src/input/subtitles.c

 * ALL: extention -> extension

------------------------------------------------------------------------
r15117 | massiot | 2006-04-06 19:12:32 +0200 (Thu, 06 Apr 2006) | 4 lines
Changed paths:
   M /trunk/include/vlc_url.h

 * include/vlc_url.h: Fixed vlc_UrlEncode to return correct values and avoid
   crashing with strings as simple as "/toto", but all in all the entire
   function seems very wrong to me, see the next mail.

------------------------------------------------------------------------
r15116 | massiot | 2006-04-06 18:16:02 +0200 (Thu, 06 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/http/util.c

 * modules/control/http/util.c: Simplify MRLParse, and fix parsing of quotes.

------------------------------------------------------------------------
r15115 | massiot | 2006-04-06 17:53:06 +0200 (Thu, 06 Apr 2006) | 3 lines
Changed paths:
   M /trunk/modules/codec/png.c

 * modules/codec/png.c: More robust error checking, avoid calling abort() in
   case of an invalid file.

------------------------------------------------------------------------
r15114 | hartman | 2006-04-06 17:16:05 +0200 (Thu, 06 Apr 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

* Only compile cyberlink if --enable-cyberlink is explicitly set by the user.

------------------------------------------------------------------------
r15113 | damienf | 2006-04-06 17:09:40 +0200 (Thu, 06 Apr 2006) | 2 lines
Changed paths:
   M /trunk/activex/vlccontrol.cpp

- fixed a few return codes from APIs

------------------------------------------------------------------------
r15112 | hartman | 2006-04-06 16:46:30 +0200 (Thu, 06 Apr 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

* Disable cyberlink and expat, the module immediatly crashes. 

------------------------------------------------------------------------
r15111 | hartman | 2006-04-06 15:50:12 +0200 (Thu, 06 Apr 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

* Fix --with-cyberlink-tree when using contrib

------------------------------------------------------------------------
r15110 | xtophe | 2006-04-06 11:04:42 +0200 (Thu, 06 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/unicode.c

Fix if statement

------------------------------------------------------------------------
r15109 | zorglub | 2006-04-06 09:36:57 +0200 (Thu, 06 Apr 2006) | 2 lines
Changed paths:
   M /trunk/lxdialog/lxdialog.c
   M /trunk/modules/access/dvb/linux_dvb.c
   M /trunk/modules/access/rtsp/real.c

Fix potential bugs

------------------------------------------------------------------------
r15108 | hartman | 2006-04-06 02:57:01 +0200 (Thu, 06 Apr 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

* Evil hack to get libFLAC working with SDK building on OSX.

------------------------------------------------------------------------
r15107 | hartman | 2006-04-05 23:50:43 +0200 (Wed, 05 Apr 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   A /trunk/extras/contrib/src/Patches/gettext-macosx.patch

* Fix gettext -framework usage. This is needed for SDK support.

------------------------------------------------------------------------
r15106 | zorglub | 2006-04-05 23:01:55 +0200 (Wed, 05 Apr 2006) | 2 lines
Changed paths:
   M /trunk
   M /trunk/debian/copyright
   M /trunk/extras/valgrind.suppressions

This commit message is Copyright (C) 2006, Cl?\195?\169ment Stenac.

------------------------------------------------------------------------
r15105 | massiot | 2006-04-05 19:17:22 +0200 (Wed, 05 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/network/httpd.c

 * src/misc/httpd.c: Do not dereference a possibly NULL pointer.

------------------------------------------------------------------------
r15104 | fkuehne | 2006-04-05 13:42:47 +0200 (Wed, 05 Apr 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/macosx/prefs.m

* don't alloc more capacity than necessary
------------------------------------------------------------------------
r15103 | fkuehne | 2006-04-05 13:38:53 +0200 (Wed, 05 Apr 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/macosx/prefs.m

* fixed a bug which prevented the display of Input's and Interface's general-nodes. Thanks to zorglub and DiDjCodt
------------------------------------------------------------------------
r15102 | xtophe | 2006-04-05 11:58:20 +0200 (Wed, 05 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/http/http.c

http.c: Fix string.

------------------------------------------------------------------------
r15101 | dionoea | 2006-04-05 01:01:11 +0200 (Wed, 05 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/libvlc.c

Remove useless code (or its use was really cryptic)

------------------------------------------------------------------------
r15100 | damienf | 2006-04-05 00:33:50 +0200 (Wed, 05 Apr 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

- compilation fix for unicows on buildbot

------------------------------------------------------------------------
r15099 | damienf | 2006-04-05 00:22:39 +0200 (Wed, 05 Apr 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

- link vlc.exe with libunicows.a if available

------------------------------------------------------------------------
r15098 | damienf | 2006-04-05 00:19:13 +0200 (Wed, 05 Apr 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   M /trunk/extras/contrib/src/packages.mak

- added libunicows in contribs for win32 builds to support Microsoft Layer for Unicode on Win95/98/ME (http://libunicows.sourceforge.net/)

------------------------------------------------------------------------
r15097 | dionoea | 2006-04-04 23:21:23 +0200 (Tue, 04 Apr 2006) | 2 lines
Changed paths:
   M /trunk/share/skins2/skin.dtd

Ooops, i forgot to commit this in [14771]

------------------------------------------------------------------------
r15096 | fkuehne | 2006-04-04 22:41:44 +0200 (Tue, 04 Apr 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/macosx/vout.h
   M /trunk/modules/gui/macosx/vout.m

* I should get some sleep now
------------------------------------------------------------------------
r15095 | fkuehne | 2006-04-04 22:39:52 +0200 (Tue, 04 Apr 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/macosx/vout.m

* remove commented ifs o_O
------------------------------------------------------------------------
r15094 | fkuehne | 2006-04-04 22:33:54 +0200 (Tue, 04 Apr 2006) | 3 lines
Changed paths:
   M /trunk/modules/gui/macosx/vout.m

* store the value of 'macosx-black' as one of VLCWindow's properties to prevent rare crashes when en-/disabling vout-filters or leaving/entering fullscreen-mode really fast.

When going to fast to fullscreen/windowed-mode VLC can still crash (now at vout.m:375), but that scenario isn't realistic because you need to perform this function at least 5 to 10 times per second to get this done.
------------------------------------------------------------------------
r15093 | bigben | 2006-04-04 22:18:16 +0200 (Tue, 04 Apr 2006) | 4 lines
Changed paths:
   M /trunk/modules/gui/macosx/voutgl.m

* Reading APIs before starting to code can allow to spare time and to avoid writing silly khludges



------------------------------------------------------------------------
r15092 | jpsaman | 2006-04-04 22:11:39 +0200 (Tue, 04 Apr 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/pda/pda.c
   M /trunk/modules/gui/pda/pda_callbacks.c

Fix time update and slider movement on PDA interface. Patch from fredyd (http://forum.videolan.org/viewtopic.php?t=19028) modified by me.
------------------------------------------------------------------------
r15091 | bigben | 2006-04-04 22:06:13 +0200 (Tue, 04 Apr 2006) | 3 lines
Changed paths:
   M /trunk/modules/gui/macosx/intf.m
   M /trunk/modules/gui/macosx/voutqt.m

* Implement Aspect ratio change in the QT vout


------------------------------------------------------------------------
r15089 | damienf | 2006-04-04 18:42:01 +0200 (Tue, 04 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/dshow/dshow.cpp

- should fix audio capture for Hauppagge WinTV PVR and other cards

------------------------------------------------------------------------
r15087 | dionoea | 2006-04-03 22:35:24 +0200 (Mon, 03 Apr 2006) | 2 lines
Changed paths:
   M /trunk/vlc.win32.nsi

Fix from 0.8.4-test2 forum thread

------------------------------------------------------------------------
r15086 | littlejohn | 2006-04-03 20:05:47 +0200 (Mon, 03 Apr 2006) | 3 lines
Changed paths:
   M /trunk/bindings/java/SWTUglyPlayer.java
   M /trunk/bindings/java/VlcClient.java
   M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
   M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
   M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
   M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
   M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
   M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
   M /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
   M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
   M /trunk/bindings/java/vlc-graphics-jni.cc
   M /trunk/bindings/java/vlc-libvlc-jni.cc

audio / video libvlc functions binded.


------------------------------------------------------------------------
r15085 | sigmunau | 2006-04-03 18:41:03 +0200 (Mon, 03 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/dvb/linux_dvb.c

linux_dvb.c: hopefully fixed CAM support for some cards (full feature cards?)

------------------------------------------------------------------------
r15084 | xtophe | 2006-04-03 16:06:19 +0200 (Mon, 03 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/modules.c

Comple fix

------------------------------------------------------------------------
r15083 | xtophe | 2006-04-03 13:43:16 +0200 (Mon, 03 Apr 2006) | 2 lines
Changed paths:
   M /trunk/debian/patches/20_no-wx-updates.dpatch

Sync debian patch with string review

------------------------------------------------------------------------
r15082 | courmisch | 2006-04-03 13:39:35 +0200 (Mon, 03 Apr 2006) | 3 lines
Changed paths:
   M /trunk/include/vlc_strings.h
   M /trunk/include/vlc_symbols.h
   M /trunk/include/vlc_url.h
   M /trunk/modules/control/http/http.h
   M /trunk/modules/control/http/macro.c
   M /trunk/modules/control/http/rpn.c
   M /trunk/modules/control/http/util.c
   M /trunk/modules/demux/playlist/xspf.c
   M /trunk/src/misc/strings.c

- Do not rewrite ?\226?\128?\156+?\226?\128?\157 as a white space when unescaping URL parameters (fixes #625).
- Rename decode_encoded_URI as unescape_URI as it really is what is done.

------------------------------------------------------------------------
r15081 | hartman | 2006-04-03 03:39:59 +0200 (Mon, 03 Apr 2006) | 3 lines
Changed paths:
   M /trunk/modules/codec/subsdec.c
   M /trunk/src/misc/charset.c

* Fix FindFallbackEncoding on Mac OS X.
* More distintinctive debug messages on the selection of charset.

------------------------------------------------------------------------
r15080 | damienf | 2006-04-03 01:16:01 +0200 (Mon, 03 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/dshow/dshow.cpp

possible fix for Trac Ticket #621, whereby Hauppage WinTV capture cards (PVR-150, others ?) no longer works

------------------------------------------------------------------------
r15079 | dionoea | 2006-04-03 00:57:39 +0200 (Mon, 03 Apr 2006) | 2 lines
Changed paths:
   M /trunk/share/http/requests/readme

Add some examples

------------------------------------------------------------------------
r15077 | xtophe | 2006-04-02 23:15:18 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/x264.c

typo

------------------------------------------------------------------------
r15076 | xtophe | 2006-04-02 23:06:13 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/x264.c

x264.c: the string review was a bit too strong here

------------------------------------------------------------------------
r15075 | courmisch | 2006-04-02 21:15:30 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/network/acl.c

Fix warning

------------------------------------------------------------------------
r15074 | courmisch | 2006-04-02 21:12:58 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk/include/configuration.h

Big cleanup and fix hundreds of extra warnings

------------------------------------------------------------------------
r15073 | courmisch | 2006-04-02 20:36:51 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/libvlc.h

Missing ;

------------------------------------------------------------------------
r15072 | damienf | 2006-04-02 20:29:08 +0200 (Sun, 02 Apr 2006) | 4 lines
Changed paths:
   M /trunk/activex/axvlc.idl
   M /trunk/activex/axvlc.tlb
   M /trunk/activex/axvlc_idl.c
   M /trunk/activex/axvlc_idl.h

- make sure help string for propget and propput properties are identical + a couple of changes
- commit output of MIDL compilation otherwise changes don't make it into the build


------------------------------------------------------------------------
r15071 | courmisch | 2006-04-02 19:16:42 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk/include/configuration.h

Forgot memset() to actually fix the problem... shame on me

------------------------------------------------------------------------
r15061 | hartman | 2006-04-02 17:00:59 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/subsdec.c

* Finally found a list of SSA charset id's. Add to the comments. Not used so far.

------------------------------------------------------------------------
r15060 | hartman | 2006-04-02 16:49:26 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/mp4/mp4.c

* Force the UTF-8 encoding on mp4 text subtitles. (Note they can also be UTF-16, but that needs to be converted to UTF-8 in that case. refs #612

------------------------------------------------------------------------
r15059 | hartman | 2006-04-02 16:28:55 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/spudec/parse.c

* Don't ignore blank alpha pallettes. Tested with all my DVDs. Fixes #560

------------------------------------------------------------------------
r15058 | fkuehne | 2006-04-02 16:28:18 +0200 (Sun, 02 Apr 2006) | 1 line
Changed paths:
   M /trunk/modules/demux/real.c

* implement DEMUX_GET_LENGTH based upon the stream's meta data
------------------------------------------------------------------------
r15057 | courmisch | 2006-04-02 15:41:47 +0200 (Sun, 02 Apr 2006) | 3 lines
Changed paths:
   M /trunk/include/configuration.h

- Fix use of undefined (static) memory
- Code factorization

------------------------------------------------------------------------
r15056 | courmisch | 2006-04-02 15:34:21 +0200 (Sun, 02 Apr 2006) | 3 lines
Changed paths:
   M /trunk/include/configuration.h
   M /trunk/include/modules_inner.h

Fix a few warnings
(struct should be fully initialized)

------------------------------------------------------------------------
r15055 | zorglub | 2006-04-02 15:20:55 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk
   M /trunk/modules/demux/mp4/mp4.c

Don't crash on null metas

------------------------------------------------------------------------
r15054 | courmisch | 2006-04-02 15:12:49 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/charset.c

Fix warning

------------------------------------------------------------------------
r15053 | dionoea | 2006-04-02 14:27:24 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk/INSTALL.win32

Same as previous commit

------------------------------------------------------------------------
r15052 | dionoea | 2006-04-02 14:23:41 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk/INSTALL.win32

We don't have a cross compiler package anymore (at least not that i know)

------------------------------------------------------------------------
r15051 | zorglub | 2006-04-02 14:22:55 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk/ChangeLog
   M /trunk/po/POTFILES.in
   M /trunk/po/ca.po
   M /trunk/po/da.po
   M /trunk/po/de.po
   M /trunk/po/en_GB.po
   M /trunk/po/es.po
   M /trunk/po/fr.po
   M /trunk/po/it.po
   M /trunk/po/ja.po
   M /trunk/po/ka.po
   M /trunk/po/ko.po
   M /trunk/po/nl.po
   M /trunk/po/oc.po
   M /trunk/po/pt_BR.po
   M /trunk/po/ro.po
   M /trunk/po/ru.po
   M /trunk/po/sv.po
   M /trunk/po/tr.po
   M /trunk/po/vlc.pot
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.po

Update po and changelog

------------------------------------------------------------------------
r15050 | fkuehne | 2006-04-02 14:17:20 +0200 (Sun, 02 Apr 2006) | 1 line
Changed paths:
   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj

* add XSPF and RM/RAM to the list of openable files (closes #617)
------------------------------------------------------------------------
r15049 | fkuehne | 2006-04-02 13:45:32 +0200 (Sun, 02 Apr 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/macosx/extended.m

* merge most corrections by Steven Sheehy (taken from [15039], refs #438)
------------------------------------------------------------------------
r15048 | zorglub | 2006-04-02 13:17:53 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk
   M /trunk/ChangeLog
   M /trunk/INSTALL.win32
   M /trunk/NEWS
   M /trunk/loader

Update NEWS, ChangeLog, and INSTALL.win32

------------------------------------------------------------------------
r15047 | zorglub | 2006-04-02 13:11:26 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk
   M /trunk/activex/axvlc.idl

2nd activeX review (Refs:#438)

------------------------------------------------------------------------
r15046 | zorglub | 2006-04-02 13:02:32 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk
   M /trunk/activex/axvlc.idl

ActiveX review by tonsofpcs

------------------------------------------------------------------------
r15045 | courmisch | 2006-04-02 11:44:19 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/logger.c

Remove unused variable

------------------------------------------------------------------------
r15044 | zorglub | 2006-04-02 09:58:36 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk
   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
   M /trunk/modules/gui/wxwidgets/interface.cpp
   M /trunk/modules/gui/wxwidgets/streamdata.cpp
   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp

WX Strings review by Steven Sheehy (Refs:#438)

------------------------------------------------------------------------
r15043 | xtophe | 2006-04-02 01:29:26 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/Modules.am

Oups

------------------------------------------------------------------------
r15042 | xtophe | 2006-04-02 01:06:11 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk/debian/patches/20_no-wx-updates.dpatch

fix again

------------------------------------------------------------------------
r15041 | xtophe | 2006-04-02 00:44:36 +0200 (Sun, 02 Apr 2006) | 2 lines
Changed paths:
   M /trunk/debian/patches/20_no-wx-updates.dpatch

Update debian patch

------------------------------------------------------------------------
r15040 | xtophe | 2006-04-01 23:57:41 +0200 (Sat, 01 Apr 2006) | 2 lines
Changed paths:
   M /trunk/po/POTFILES.in
   M /trunk/po/ca.po
   M /trunk/po/da.po
   M /trunk/po/de.po
   M /trunk/po/en_GB.po
   M /trunk/po/es.po
   M /trunk/po/fr.po
   M /trunk/po/it.po
   M /trunk/po/ja.po
   M /trunk/po/ka.po
   M /trunk/po/ko.po
   M /trunk/po/nl.po
   M /trunk/po/oc.po
   M /trunk/po/pt_BR.po
   M /trunk/po/ro.po
   M /trunk/po/ru.po
   M /trunk/po/sv.po
   M /trunk/po/tr.po
   M /trunk/po/vlc.pot
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.po

Run update-po and update Spanish translation by Javier Varela.

------------------------------------------------------------------------
r15039 | zorglub | 2006-04-01 23:46:33 +0200 (Sat, 01 Apr 2006) | 2 lines
Changed paths:
   M /trunk
   M /trunk/modules/gui/wxwidgets/extrapanel.cpp

String fixes to extrapanel. Thanks to Steven on IRC

------------------------------------------------------------------------
r15032 | xtophe | 2006-04-01 23:38:18 +0200 (Sat, 01 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/macosx/extended.m
   M /trunk/modules/gui/macosx/interaction.m
   M /trunk/modules/gui/macosx/macosx.m
   M /trunk/modules/gui/macosx/open.m
   M /trunk/modules/gui/macosx/vout.m
   M /trunk/modules/gui/macosx/voutgl.m
   M /trunk/modules/gui/macosx/voutqt.m

gui/macos/*: 2nd String Review (refs #438)

------------------------------------------------------------------------
r15031 | dionoea | 2006-04-01 22:36:24 +0200 (Sat, 01 Apr 2006) | 3 lines
Changed paths:
   M /trunk/configure.ac

Commit SSE/SSE2 detection fix when VLC is compiled with mingw32.
fix #616/fixes #616

------------------------------------------------------------------------
r15030 | sam | 2006-04-01 22:33:59 +0200 (Sat, 01 Apr 2006) | 3 lines
Changed paths:
   M /trunk/modules/video_filter/deinterlace.c

  * modules/video_filter/deinterlace.c: pagvb is illegal MMX, use it when MMX
    EXT is available, use pavgusb when 3DNow is available, and nothing instead.

------------------------------------------------------------------------
r15029 | dionoea | 2006-04-01 19:28:29 +0200 (Sat, 01 Apr 2006) | 2 lines
Changed paths:
   M /trunk/share/http/js/vlm.js

Fix quotes arround inputs like "fake: option fake-file=thing.png" which should be "fake:" option "fake-file=thing.png"

------------------------------------------------------------------------
r15028 | fkuehne | 2006-04-01 17:12:35 +0200 (Sat, 01 Apr 2006) | 1 line
Changed paths:
   M /trunk/modules/demux/livedotcom.cpp

* don't try to open real streams, but quit before triggering any errors. thanks to thedj for pointing this out.
------------------------------------------------------------------------
r15027 | fkuehne | 2006-04-01 16:16:10 +0200 (Sat, 01 Apr 2006) | 3 lines
Changed paths:
   M /trunk/modules/demux/livedotcom.cpp
   M /trunk/modules/demux/real.c

* livedotcom.cpp: transform a blocking msg_err to a more descriptive msg_warn.
    Please revert if this breaks something I didn't know about.
* real.c: minor clean up
------------------------------------------------------------------------
r15026 | fkuehne | 2006-04-01 16:07:46 +0200 (Sat, 01 Apr 2006) | 1 line
Changed paths:
   M /trunk/modules/demux/real.c

* show meta information for real streams (only Title, Author, Copyright, Comment for now)
------------------------------------------------------------------------
r15025 | fkuehne | 2006-04-01 13:27:40 +0200 (Sat, 01 Apr 2006) | 1 line
Changed paths:
   M /trunk/src/control/mediacontrol_audio_video.c
   M /trunk/src/control/mediacontrol_core.c
   M /trunk/src/control/mediacontrol_init.c
   M /trunk/src/control/mediacontrol_plugin.c
   M /trunk/src/input/demux.c
   M /trunk/src/input/input.c
   M /trunk/src/input/stream.c
   M /trunk/src/interface/interface.c
   M /trunk/src/interface/intf_eject.c
   M /trunk/src/misc/configuration.c
   M /trunk/src/misc/darwin_specific.m
   M /trunk/src/misc/modules.c
   M /trunk/src/misc/objects.c
   M /trunk/src/misc/stats.c
   M /trunk/src/misc/vlm.c
   M /trunk/src/network/getaddrinfo.c
   M /trunk/src/network/httpd.c
   M /trunk/src/network/io.c
   M /trunk/src/network/rootwrap.c
   M /trunk/src/network/tcp.c
   M /trunk/src/network/udp.c
   M /trunk/src/osd/osd.c
   M /trunk/src/osd/osd_parser.c
   M /trunk/src/playlist/item.c
   M /trunk/src/playlist/loadsave.c
   M /trunk/src/playlist/playlist.c
   M /trunk/src/playlist/view.c
   M /trunk/src/stream_output/announce.c
   M /trunk/src/stream_output/sap.c
   M /trunk/src/stream_output/stream_output.c
   M /trunk/src/video_output/vout_intf.c

* 2nd review of /src/* \ libvlc.h (refs #438)
------------------------------------------------------------------------
r15024 | courmisch | 2006-04-01 13:03:08 +0200 (Sat, 01 Apr 2006) | 3 lines
Changed paths:
   M /trunk/modules/control/http/http.c

- Don't assume builddir = srcdir
- Fix minor memleak

------------------------------------------------------------------------
r15023 | littlejohn | 2006-04-01 12:29:32 +0200 (Sat, 01 Apr 2006) | 2 lines
Changed paths:
   M /trunk/bindings/java/SWTUglyPlayer.java
   M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
   M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
   M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
   M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
   M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
   M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
   M /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
   M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java

Copyright year moved from 2004 to 2006

------------------------------------------------------------------------
r15022 | fkuehne | 2006-04-01 12:10:25 +0200 (Sat, 01 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/macosx/wizard.m

* remove the extension of the input file before adding the new one
* some minor string corrections and output changes
------------------------------------------------------------------------
r15021 | courmisch | 2006-04-01 10:40:15 +0200 (Sat, 01 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/unicode.c

More useless code - at least at do try to understand what I commit

------------------------------------------------------------------------
r15020 | courmisch | 2006-04-01 10:34:48 +0200 (Sat, 01 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/unicode.c

Fixes are cool when they actually fix something

------------------------------------------------------------------------
r15019 | dionoea | 2006-04-01 02:25:58 +0200 (Sat, 01 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/image.c

Hum, this isn't needed anymore.

------------------------------------------------------------------------
r15018 | dionoea | 2006-04-01 02:18:25 +0200 (Sat, 01 Apr 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/unicode.c

Fix stat wrapper on windows... Wrappers are nice. Wrappers which work are better.

------------------------------------------------------------------------
r15017 | xtophe | 2006-04-01 01:30:46 +0200 (Sat, 01 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/dshow/dshow.cpp

Fix compile

------------------------------------------------------------------------
r15016 | xtophe | 2006-04-01 01:07:01 +0200 (Sat, 01 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/cdda/access.c
   M /trunk/modules/access/cdda/callback.c
   M /trunk/modules/access/cdda/cdda.c
   M /trunk/modules/access/cdda.c
   M /trunk/modules/access/directory.c
   M /trunk/modules/access/dshow/crossbar.cpp
   M /trunk/modules/access/dshow/dshow.cpp
   M /trunk/modules/access/dv.c
   M /trunk/modules/access/dvb/access.c
   M /trunk/modules/access/dvdnav.c
   M /trunk/modules/access/dvdread.c
   M /trunk/modules/access/fake.c
   M /trunk/modules/access/file.c
   M /trunk/modules/access/ftp.c
   M /trunk/modules/access/gnomevfs.c
   M /trunk/modules/access/http.c
   M /trunk/modules/access/mms/mms.c
   M /trunk/modules/access/mms/mmsh.c
   M /trunk/modules/access/mms/mmstu.c
   M /trunk/modules/access/rtsp/access.c
   M /trunk/modules/access/screen/screen.c
   M /trunk/modules/access/smb.c
   M /trunk/modules/access/tcp.c
   M /trunk/modules/access/udp.c
   M /trunk/modules/access/v4l/v4l.c
   M /trunk/modules/access/vcd/vcd.c

Access/*: Second lecture (refs #438)

------------------------------------------------------------------------
r15015 | dionoea | 2006-04-01 00:41:22 +0200 (Sat, 01 Apr 2006) | 3 lines
Changed paths:
   M /trunk/src/misc/image.c

Prevent segfault under windows. We now have to fix the stream_Size function so it works.
(exemple segfault with : $ ./vlc --fake-file="C:\Documents and Settings\Antoine\Mes documents\Mes images\vlc-1337.jpg" fake: )

------------------------------------------------------------------------
r15014 | ipkiss | 2006-04-01 00:33:45 +0200 (Sat, 01 Apr 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/skins2/src/ft2_font.cpp
   M /trunk/modules/gui/skins2/src/ft2_font.hpp

 skins2/src/ft2_font.*: s/initalize/initialize/

------------------------------------------------------------------------
r15013 | fkuehne | 2006-04-01 00:23:53 +0200 (Sat, 01 Apr 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/macosx/wizard.m

* do only show the destination of the first item on the summary page when transcoding to file and add a counter for the others
------------------------------------------------------------------------
r15012 | dionoea | 2006-03-31 23:37:52 +0200 (Fri, 31 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/libvlc.h

Libvlc strings 2nd review (Refs:#438)

------------------------------------------------------------------------
r15011 | courmisch | 2006-03-31 23:21:49 +0200 (Fri, 31 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/input/subtitles.c

Probably a fix for crap compilers

------------------------------------------------------------------------
r15010 | courmisch | 2006-03-31 23:20:37 +0200 (Fri, 31 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/input/subtitles.c

Fix an old overflow and two recent bugs introduced by me

------------------------------------------------------------------------
r15009 | zorglub | 2006-03-31 21:34:02 +0200 (Fri, 31 Mar 2006) | 2 lines
Changed paths:
   M /trunk
   M /trunk/modules/codec/x264.c

X264 (Refs:#438)

------------------------------------------------------------------------
r15008 | zorglub | 2006-03-31 21:24:33 +0200 (Fri, 31 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
   M /trunk/modules/gui/skins2/events/evt_mouse.cpp
   M /trunk/modules/gui/skins2/events/evt_scroll.cpp
   M /trunk/modules/gui/skins2/events/evt_special.cpp
   M /trunk/modules/gui/skins2/parser/builder.cpp
   M /trunk/modules/gui/skins2/parser/interpreter.cpp
   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
   M /trunk/modules/gui/skins2/src/dialogs.cpp
   M /trunk/modules/gui/skins2/src/ft2_font.cpp
   M /trunk/modules/gui/skins2/src/generic_layout.cpp
   M /trunk/modules/gui/skins2/src/popup.cpp
   M /trunk/modules/gui/skins2/src/skin_main.cpp
   M /trunk/modules/gui/skins2/src/theme.cpp
   M /trunk/modules/gui/skins2/src/theme_loader.cpp
   M /trunk/modules/gui/skins2/src/theme_repository.cpp
   M /trunk/modules/gui/skins2/src/top_window.cpp
   M /trunk/modules/gui/skins2/src/var_manager.cpp
   M /trunk/modules/gui/skins2/src/window_manager.cpp
   M /trunk/modules/gui/skins2/utils/ustring.cpp
   M /trunk/modules/gui/skins2/vars/playtree.cpp
   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
   M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
   M /trunk/modules/gui/skins2/x11/x11_display.cpp
   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
   M /trunk/modules/gui/skins2/x11/x11_loop.cpp

Skins strings (Refs:#438)

------------------------------------------------------------------------
r15007 | xtophe | 2006-03-31 18:46:08 +0200 (Fri, 31 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_config_cat.h

typo

------------------------------------------------------------------------
r15006 | zorglub | 2006-03-31 18:39:23 +0200 (Fri, 31 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/mux/asf.c
   M /trunk/modules/mux/mp4.c
   M /trunk/modules/mux/mpeg/ps.c
   M /trunk/modules/mux/mpeg/ts.c

Muxers (Refs:#438)

------------------------------------------------------------------------
r15005 | xtophe | 2006-03-31 18:28:03 +0200 (Fri, 31 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/mpeg_audio.c
   M /trunk/modules/codec/quicktime.c
   M /trunk/modules/codec/speex.c
   M /trunk/modules/codec/subsdec.c
   M /trunk/modules/codec/tarkin.c
   M /trunk/modules/codec/theora.c
   M /trunk/modules/codec/vorbis.c
   M /trunk/modules/codec/x264.c

codec 2nd round exept fo x264 (refs #438)

------------------------------------------------------------------------
r15004 | zorglub | 2006-03-31 18:24:32 +0200 (Fri, 31 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/packetizer/mpeg4audio.c

2nd packetizer round (Refs:#438)

------------------------------------------------------------------------
r15003 | zorglub | 2006-03-31 18:22:19 +0200 (Fri, 31 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_config_cat.h
   M /trunk/modules/visualization/visual/visual.c

vlc_config_cat.h 2nd round (Refs:#438)

------------------------------------------------------------------------
r15002 | fkuehne | 2006-03-31 18:12:31 +0200 (Fri, 31 Mar 2006) | 1 line
Changed paths:
   M /trunk/modules/control/telnet.c
   M /trunk/modules/video_filter/adjust.c
   M /trunk/modules/video_filter/distort.c
   M /trunk/modules/video_filter/logo.c
   M /trunk/modules/video_filter/marq.c
   M /trunk/modules/video_filter/mosaic.c
   M /trunk/modules/video_filter/motiondetect.c
   M /trunk/modules/video_filter/osdmenu.c
   M /trunk/modules/video_filter/rss.c
   M /trunk/modules/video_filter/time.c
   M /trunk/modules/video_output/aa.c
   M /trunk/modules/video_output/directx/directx.c
   M /trunk/modules/video_output/directx/events.c
   M /trunk/modules/video_output/directx/glwin32.c
   M /trunk/modules/video_output/ggi.c
   M /trunk/modules/video_output/opengl.c
   M /trunk/modules/video_output/qte/qte.cpp
   M /trunk/modules/video_output/sdl.c
   M /trunk/modules/video_output/snapshot.c
   M /trunk/modules/video_output/x11/glx.c
   M /trunk/modules/video_output/x11/xcommon.c
   M /trunk/modules/video_output/x11/xvideo.c

* 2nd review of video* and control/telnet.c
------------------------------------------------------------------------
r15001 | littlejohn | 2006-03-31 17:51:47 +0200 (Fri, 31 Mar 2006) | 4 lines
Changed paths:
   M /trunk/bindings/java/Makefile.am
   M /trunk/bindings/java/VlcClient.java

Makefile typo fixed
VlcClient.java and VlcClient class now match.


------------------------------------------------------------------------
r15000 | zorglub | 2006-03-31 17:30:32 +0200 (Fri, 31 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/stream_out/bridge.c

Be a bit more verbose (Refs:#438)

------------------------------------------------------------------------
r14999 | zorglub | 2006-03-31 17:30:21 +0200 (Fri, 31 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/services_discovery/sap.c

Additional string fixes (Refs:#438)

------------------------------------------------------------------------
r14998 | littlejohn | 2006-03-31 17:28:12 +0200 (Fri, 31 Mar 2006) | 3 lines
Changed paths:
   M /trunk/bindings/java/Makefile.am
   M /trunk/bindings/java/README
   M /trunk/bindings/java/SWTUglyPlayer.java
   M /trunk/bindings/java/TODO
   M /trunk/bindings/java/VlcClient.java
   M /trunk/bindings/java/javadoc.xml
   M /trunk/bindings/java/org
   M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
   M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
   M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
   M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
   M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
   M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
   M /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
   M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
   M /trunk/bindings/java/vlc-graphics-jni.cc
   M /trunk/bindings/java/vlc-libvlc-jni.cc

Makefile updated for new java bindings classes.
copyright and svn:id fixed for new classes

------------------------------------------------------------------------
r14997 | fkuehne | 2006-03-31 17:15:07 +0200 (Fri, 31 Mar 2006) | 1 line
Changed paths:
   M /trunk/modules/audio_filter/channel_mixer/dolby.c
   M /trunk/modules/audio_filter/channel_mixer/headphone.c
   M /trunk/modules/audio_filter/channel_mixer/simple.c
   M /trunk/modules/audio_filter/channel_mixer/trivial.c
   M /trunk/modules/audio_filter/converter/a52tospdif.c
   M /trunk/modules/audio_filter/converter/dtstofloat32.c
   M /trunk/modules/audio_filter/converter/dtstospdif.c
   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
   M /trunk/modules/audio_filter/converter/fixed32tos16.c
   M /trunk/modules/audio_filter/converter/float32tos16.c
   M /trunk/modules/audio_filter/converter/float32tos8.c
   M /trunk/modules/audio_filter/converter/float32tou16.c
   M /trunk/modules/audio_filter/converter/float32tou8.c
   M /trunk/modules/audio_filter/converter/s16tofixed32.c
   M /trunk/modules/audio_filter/converter/s16tofloat32.c
   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
   M /trunk/modules/audio_filter/converter/s8tofloat32.c
   M /trunk/modules/audio_filter/converter/u8tofixed32.c
   M /trunk/modules/audio_filter/converter/u8tofloat32.c
   M /trunk/modules/audio_filter/equalizer.c
   M /trunk/modules/audio_filter/format.c
   M /trunk/modules/audio_filter/normvol.c
   M /trunk/modules/audio_filter/param_eq.c
   M /trunk/modules/audio_filter/resampler/bandlimited.c
   M /trunk/modules/audio_filter/resampler/linear.c
   M /trunk/modules/audio_filter/resampler/trivial.c
   M /trunk/modules/audio_filter/resampler/ugly.c
   M /trunk/modules/audio_output/alsa.c
   M /trunk/modules/audio_output/auhal.c
   M /trunk/modules/audio_output/directx.c
   M /trunk/modules/audio_output/file.c
   M /trunk/modules/audio_output/jack.c
   M /trunk/modules/audio_output/oss.c
   M /trunk/modules/audio_output/portaudio.c

* 2nd review of modules/audio* (refs #438)
------------------------------------------------------------------------
r14996 | littlejohn | 2006-03-31 17:07:55 +0200 (Fri, 31 Mar 2006) | 3 lines
Changed paths:
   A /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
   A /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
   A /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
   A /trunk/bindings/java/org/videolan/jvlc/JVLC.java
   A /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
   A /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
   A /trunk/bindings/java/org/videolan/jvlc/Playlist.java
   A /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
   A /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
   A /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
   A /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java

Java classes for Java bindings added


------------------------------------------------------------------------
r14995 | littlejohn | 2006-03-31 17:06:39 +0200 (Fri, 31 Mar 2006) | 8 lines
Changed paths:
   A /trunk/bindings/java/SWTUglyPlayer.java
   M /trunk/bindings/java/VlcClient.java
   D /trunk/bindings/java/org/videolan/jvlc/JVLC.java
   D /trunk/bindings/java/org/videolan/jvlc/JVLCBoolVariable.java
   D /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
   D /trunk/bindings/java/org/videolan/jvlc/JVLCFloatVariable.java
   D /trunk/bindings/java/org/videolan/jvlc/JVLCIntVariable.java
   D /trunk/bindings/java/org/videolan/jvlc/JVLCNoSuchVariableNameException.java
   D /trunk/bindings/java/org/videolan/jvlc/JVLCStringVariable.java
   D /trunk/bindings/java/org/videolan/jvlc/JVLCTimeVariable.java
   D /trunk/bindings/java/org/videolan/jvlc/JVLCVarValue.java
   D /trunk/bindings/java/org/videolan/jvlc/JVLCVarVariable.java
   D /trunk/bindings/java/org/videolan/jvlc/JVLCVariable.java
   D /trunk/bindings/java/org/videolan/jvlc/mediacontrol
   D /trunk/bindings/java/vlc-glue-cni.cc
   D /trunk/bindings/java/vlc-glue-jni.cc
   A /trunk/bindings/java/vlc-libvlc-jni.cc

Java bindings update to latest JVLC (step 1/2)

JNI: unused files removed
JNI: libvlc.h dependent file added 
A sample SWT (ugly) player added
Old java bindings files removed


------------------------------------------------------------------------
r14994 | fkuehne | 2006-03-31 16:24:32 +0200 (Fri, 31 Mar 2006) | 1 line
Changed paths:
   M /trunk/NEWS

* add bigben's latest additions
------------------------------------------------------------------------
r14993 | zorglub | 2006-03-31 15:46:39 +0200 (Fri, 31 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/dvbsub.c
   M /trunk/modules/codec/fake.c
   M /trunk/modules/codec/ffmpeg/ffmpeg.h
   M /trunk/modules/codec/subsdec.c
   M /trunk/modules/codec/svcdsub.c
   M /trunk/modules/codec/theora.c
   M /trunk/modules/codec/twolame.c
   M /trunk/modules/codec/vorbis.c

Codecs (except x264). Refs:#438

------------------------------------------------------------------------
r14992 | zorglub | 2006-03-31 14:51:59 +0200 (Fri, 31 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
   M /trunk/modules/gui/wxwidgets/interface.cpp
   M /trunk/modules/gui/wxwidgets/streamdata.cpp
   M /trunk/modules/gui/wxwidgets/video.cpp
   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp

wxWidgets strings (Refs:#438)

------------------------------------------------------------------------
r14991 | littlejohn | 2006-03-31 11:32:09 +0200 (Fri, 31 Mar 2006) | 3 lines
Changed paths:
   M /trunk/src/control/playlist.c

Playlist control: libvlc_playlist_pause added


------------------------------------------------------------------------
r14990 | zorglub | 2006-03-31 10:41:34 +0200 (Fri, 31 Mar 2006) | 2 lines
Changed paths:
   M /trunk/ChangeLog
   M /trunk/NEWS
   M /trunk/configure.ac
   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj

Let's be proactive

------------------------------------------------------------------------
r14989 | xtophe | 2006-03-31 00:58:23 +0200 (Fri, 31 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/Modules.am
   M /trunk/modules/codec/adpcm.c
   M /trunk/modules/codec/araw.c
   M /trunk/modules/codec/cmml/cmml.c
   M /trunk/modules/codec/dirac.c
   M /trunk/modules/codec/dvbsub.c
   M /trunk/modules/codec/ffmpeg/ffmpeg.c
   M /trunk/modules/codec/ffmpeg/ffmpeg.h

String review in codec. 1st part. ffmpeg.h to be improve. refs #438

------------------------------------------------------------------------
r14988 | bigben | 2006-03-30 23:54:07 +0200 (Thu, 30 Mar 2006) | 4 lines
Changed paths:
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
   M /trunk/modules/gui/macosx/intf.h
   M /trunk/modules/gui/macosx/intf.m
   M /trunk/modules/gui/macosx/voutgl.m

* Implement Crop in the ogl vout
* The implementation is quite dirty, but I just cannot see any other easy solution...


------------------------------------------------------------------------
r14987 | fkuehne | 2006-03-30 19:38:36 +0200 (Thu, 30 Mar 2006) | 5 lines
Changed paths:
   M /trunk/Makefile.am

* added 2 options for the OSX-disk-image creation-line
    - scrub: removes .Trashes
    - imagekey zlib-level=9: uses a better compression method, which saves us something MBs, but needs a bit more CPU-time.

Thanks to cilly on IRC for suggesting this.
------------------------------------------------------------------------
r14986 | courmisch | 2006-03-30 18:37:06 +0200 (Thu, 30 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/demux/mp4/mp4.c

Removes invalid UTF-8 byte sequences from meta data as a work-around
until someone who knows how MPEG4 specifies encoding fixes the issue (refs #612)

------------------------------------------------------------------------
r14985 | zorglub | 2006-03-30 17:46:31 +0200 (Thu, 30 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/gestures.c
   M /trunk/modules/control/http/http.c
   M /trunk/modules/control/netsync.c
   M /trunk/modules/control/ntservice.c
   M /trunk/modules/control/showintf.c
   M /trunk/modules/control/telnet.c

2nd control review (except telnet)

------------------------------------------------------------------------
r14984 | oaubert | 2006-03-30 16:39:50 +0200 (Thu, 30 Mar 2006) | 5 lines
Changed paths:
   M /trunk/modules/misc/svg.c

modules/misc/svg.c:
  * specify unit for malloc
  * use g_object_unref to properly free the p_rendition
  * remove spurious whitespace

------------------------------------------------------------------------
r14983 | oaubert | 2006-03-30 16:31:02 +0200 (Thu, 30 Mar 2006) | 4 lines
Changed paths:
   M /trunk/bindings/mediacontrol-python/Makefile.am

bindings/mediacontrol-python/Makefile.am: 
  * add python binding files to EXTRA_DIST
  * move COMPILERARG definition inside the BUILD_PYTHON code

------------------------------------------------------------------------
r14982 | dionoea | 2006-03-30 16:05:13 +0200 (Thu, 30 Mar 2006) | 2 lines
Changed paths:
   M /trunk/THANKS

Many thanks to Albert on the forums for his help with the http interface

------------------------------------------------------------------------
r14981 | dionoea | 2006-03-30 16:01:24 +0200 (Thu, 30 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/style.css

Try dialog width style fix

------------------------------------------------------------------------
r14980 | courmisch | 2006-03-30 15:57:58 +0200 (Thu, 30 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_tls.h
   M /trunk/modules/codec/adpcm.c
   M /trunk/modules/demux/voc.c
   M /trunk/modules/demux/xa.c
   M /trunk/src/network/tls.c

Cosmetic, Fix my name

------------------------------------------------------------------------
r14979 | damienf | 2006-03-30 15:16:06 +0200 (Thu, 30 Mar 2006) | 4 lines
Changed paths:
   M /trunk/activex/olecontrol.cpp
   M /trunk/activex/oleinplaceactiveobject.cpp
   M /trunk/activex/oleinplaceobject.cpp
   M /trunk/activex/oleobject.cpp
   M /trunk/activex/oleobject.h
   M /trunk/activex/plugin.cpp
   M /trunk/activex/plugin.h

- cleaned up in place and UI activation: VLC Plugin should behave better with other controls (ie. don't eat TABSTOP keystrokes, etc...)
- minor code cleanup and fixes


------------------------------------------------------------------------
r14978 | damienf | 2006-03-30 12:20:26 +0200 (Thu, 30 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/video_output/opengl.c

opengl.c: fixed string declaration over multiple lines

------------------------------------------------------------------------
r14977 | zorglub | 2006-03-30 10:40:51 +0200 (Thu, 30 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/video_filter/adjust.c
   M /trunk/modules/video_filter/clone.c
   M /trunk/modules/video_filter/crop.c
   M /trunk/modules/video_filter/deinterlace.c
   M /trunk/modules/video_filter/distort.c
   M /trunk/modules/video_filter/logo.c
   M /trunk/modules/video_filter/marq.c
   M /trunk/modules/video_filter/mosaic.c
   M /trunk/modules/video_filter/osdmenu.c
   M /trunk/modules/video_filter/rss.c
   M /trunk/modules/video_filter/swscale/filter.c
   M /trunk/modules/video_filter/time.c
   M /trunk/modules/video_filter/wall.c
   M /trunk/modules/video_output/fb.c
   M /trunk/modules/video_output/ggi.c
   M /trunk/modules/video_output/image.c
   M /trunk/modules/video_output/opengl.c
   M /trunk/modules/video_output/qte/qte.cpp
   M /trunk/modules/video_output/snapshot.c
   M /trunk/modules/video_output/x11/glx.c
   M /trunk/modules/video_output/x11/x11.c
   M /trunk/modules/video_output/x11/xvideo.c

Video filters and outputs strings (Refs:#438)

------------------------------------------------------------------------
r14976 | zorglub | 2006-03-30 10:36:49 +0200 (Thu, 30 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/corba/corba.c

Use the string

------------------------------------------------------------------------
r14975 | zorglub | 2006-03-30 07:42:08 +0200 (Thu, 30 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/corba/corba.c

Corba string (Refs:#438)

------------------------------------------------------------------------
r14974 | zorglub | 2006-03-30 07:37:29 +0200 (Thu, 30 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/access_filter/record.c
   M /trunk/modules/access_filter/timeshift.c
   M /trunk/modules/access_output/http.c
   M /trunk/modules/access_output/shout.c
   M /trunk/modules/access_output/udp.c

Access strings (Refs:#438)

------------------------------------------------------------------------
r14973 | dionoea | 2006-03-30 01:59:40 +0200 (Thu, 30 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/js/mosaic.js

Mosaic wizard: audio stuff was missing

------------------------------------------------------------------------
r14972 | xtophe | 2006-03-30 01:58:40 +0200 (Thu, 30 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_config_cat.h

include/* : Relecture. refs #438

------------------------------------------------------------------------
r14971 | dionoea | 2006-03-30 00:40:26 +0200 (Thu, 30 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/unicode.c

Fix windows drive listing. (We have wrappers arround wrappers ... neat :p )

------------------------------------------------------------------------
r14970 | bigben | 2006-03-29 22:03:48 +0200 (Wed, 29 Mar 2006) | 4 lines
Changed paths:
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
   M /trunk/modules/gui/macosx/intf.h
   M /trunk/modules/gui/macosx/intf.m
   M /trunk/modules/gui/macosx/vout.m
   M /trunk/modules/gui/macosx/voutgl.m

* vout.m : comment the NSLog call in windowContainsEmbedded: this method is called on something else than an NSWindow in normal operation
* other: implement on the fly aspect ratio change. Only works in the ogl output at the moment


------------------------------------------------------------------------
r14969 | dionoea | 2006-03-29 19:45:59 +0200 (Wed, 29 Mar 2006) | 3 lines
Changed paths:
   M /trunk/share/http/js/mosaic.js
   M /trunk/share/http/js/vlm.js
   M /trunk/src/misc/vlm.c

src/misc/vlm.c: fix FindEndCommand quote escaping
share/http/js/*.js: escape inputs in vlm commands

------------------------------------------------------------------------
r14968 | dionoea | 2006-03-29 19:11:32 +0200 (Wed, 29 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/rc.c

Some more typos

------------------------------------------------------------------------
r14967 | dionoea | 2006-03-29 18:56:20 +0200 (Wed, 29 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/gestures.c
   M /trunk/modules/control/http/mvar.c

Fix typos. Thanks to tumu

------------------------------------------------------------------------
r14966 | dionoea | 2006-03-29 17:03:17 +0200 (Wed, 29 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/gestures.c
   M /trunk/modules/control/hotkeys.c
   M /trunk/modules/control/http/http.c
   M /trunk/modules/control/http/mvar.c
   M /trunk/modules/control/http/util.c
   M /trunk/modules/control/lirc.c
   M /trunk/modules/control/netsync.c
   M /trunk/modules/control/ntservice.c
   M /trunk/modules/control/showintf.c

Control interfaces first string review.

------------------------------------------------------------------------
r14965 | xtophe | 2006-03-29 16:35:58 +0200 (Wed, 29 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/dialogs/input

typo

------------------------------------------------------------------------
r14964 | dionoea | 2006-03-29 16:27:14 +0200 (Wed, 29 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/rc.c

First rc interface string review

------------------------------------------------------------------------
r14963 | zorglub | 2006-03-29 16:02:00 +0200 (Wed, 29 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/LIST

LIST update (287 modules now)

------------------------------------------------------------------------
r14962 | zorglub | 2006-03-29 15:49:40 +0200 (Wed, 29 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/cdda.c
   M /trunk/modules/access/directory.c
   M /trunk/modules/access/dshow/dshow.cpp
   M /trunk/modules/access/dv.c
   M /trunk/modules/access/dvb/access.c
   M /trunk/modules/access/dvdnav.c
   M /trunk/modules/access/dvdread.c
   M /trunk/modules/access/fake.c
   M /trunk/modules/access/file.c
   M /trunk/modules/access/ftp.c
   M /trunk/modules/access/gnomevfs.c
   M /trunk/modules/access/http.c
   M /trunk/modules/access/mms/mms.c
   M /trunk/modules/access/pvr/pvr.c
   M /trunk/modules/access/rtsp/access.c
   M /trunk/modules/access/screen/screen.c
   M /trunk/modules/access/smb.c
   M /trunk/modules/access/tcp.c
   M /trunk/modules/access/udp.c
   M /trunk/modules/access/v4l/v4l.c
   M /trunk/modules/access/vcd/vcd.c

Access strings (Refs:#438)

------------------------------------------------------------------------
r14961 | sam | 2006-03-29 13:03:00 +0200 (Wed, 29 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/mp4/mp4.c

  * modules/demux/mp4/mp4.c: explicited debug message.

------------------------------------------------------------------------
r14960 | courmisch | 2006-03-29 12:35:41 +0200 (Wed, 29 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/modules.c

Fix warnings

------------------------------------------------------------------------
r14959 | dionoea | 2006-03-29 10:59:52 +0200 (Wed, 29 Mar 2006) | 2 lines
Changed paths:
   M /trunk/THANKS
   M /trunk/modules/gui/wxwidgets/interface.cpp

fix #578. patch by Steven Sheehy. thanks.

------------------------------------------------------------------------
r14958 | fkuehne | 2006-03-29 09:33:35 +0200 (Wed, 29 Mar 2006) | 1 line
Changed paths:
   M /trunk/modules/access/mms/mmstu.c
   M /trunk/modules/control/netsync.c
   M /trunk/modules/misc/xml/libxml.c
   M /trunk/src/misc/modules.c

* fixed a few signedness warnings. Please shout if this accidentally breaks something.
------------------------------------------------------------------------
r14957 | fkuehne | 2006-03-29 08:39:21 +0200 (Wed, 29 Mar 2006) | 1 line
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   D /trunk/extras/contrib/src/Patches/x264-svn.patch

* x264-patch was committed upstream
------------------------------------------------------------------------
r14956 | xtophe | 2006-03-29 00:34:41 +0200 (Wed, 29 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/snapshot.h

include: first part of the relecture. refs #438

------------------------------------------------------------------------
r14955 | dionoea | 2006-03-28 23:29:59 +0200 (Tue, 28 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/http/http.c
   M /trunk/share/http/requests/status.xml

Export stats in http interface

------------------------------------------------------------------------
r14954 | zorglub | 2006-03-28 23:00:15 +0200 (Tue, 28 Mar 2006) | 2 lines
Changed paths:
   M /trunk
   M /trunk/modules/audio_filter/channel_mixer/headphone.c
   M /trunk/modules/audio_filter/converter/a52tofloat32.c
   M /trunk/modules/audio_filter/converter/dtstofloat32.c
   M /trunk/modules/audio_filter/equalizer.c
   M /trunk/modules/audio_filter/normvol.c

Audio strings, except parametric equalizer (I just don't understand anything) - Refs:#438

------------------------------------------------------------------------
r14953 | zorglub | 2006-03-28 22:29:28 +0200 (Tue, 28 Mar 2006) | 2 lines
Changed paths:
   M /trunk
   M /trunk/src/audio_output/input.c
   M /trunk/src/audio_output/intf.c
   M /trunk/src/audio_output/mixer.c
   M /trunk/src/audio_output/output.c
   M /trunk/src/control/mediacontrol_audio_video.c
   M /trunk/src/control/mediacontrol_core.c
   M /trunk/src/control/mediacontrol_util.c
   M /trunk/src/extras/libc.c
   M /trunk/src/input/control.c
   M /trunk/src/input/decoder.c
   M /trunk/src/input/demux.c
   M /trunk/src/input/es_out.c
   M /trunk/src/input/input.c
   M /trunk/src/input/subtitles.c
   M /trunk/src/interface/interaction.c
   M /trunk/src/interface/interface.c
   M /trunk/src/misc/objects.c
   M /trunk/src/misc/stats.c
   M /trunk/src/misc/vlm.c
   M /trunk/src/network/acl.c

String fixes in src (Refs:#438)

------------------------------------------------------------------------
r14952 | dionoea | 2006-03-28 19:16:52 +0200 (Tue, 28 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/js/mosaic.js

Fix mosaic wizard on IE. Thanks to Albert on the forum for the tip

------------------------------------------------------------------------
r14951 | zorglub | 2006-03-28 17:50:44 +0200 (Tue, 28 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/libvlc.h

Fix intf options

------------------------------------------------------------------------
r14950 | dionoea | 2006-03-28 17:40:43 +0200 (Tue, 28 Mar 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am

Hum ... we still want to strip when using wince

------------------------------------------------------------------------
r14949 | zorglub | 2006-03-28 17:15:16 +0200 (Tue, 28 Mar 2006) | 2 lines
Changed paths:
   M /trunk/debian/patches/20_no-wx-updates.dpatch

Update update checker debian patch

------------------------------------------------------------------------
r14948 | dionoea | 2006-03-28 16:02:49 +0200 (Tue, 28 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
   M /trunk/modules/gui/wxwidgets/interface.cpp

Fix update dialog layout in Windows

------------------------------------------------------------------------
r14947 | zorglub | 2006-03-28 15:57:36 +0200 (Tue, 28 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/codecs.h
   M /trunk/include/network.h
   M /trunk/include/vlc_interface.h

Strings in include/ (Refs:#438)

------------------------------------------------------------------------
r14946 | dionoea | 2006-03-28 15:30:33 +0200 (Tue, 28 Mar 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am

Don't strip windows builds when running make package-win-common-devel

------------------------------------------------------------------------
r14945 | zorglub | 2006-03-27 23:44:30 +0200 (Mon, 27 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/libvlc.h

Strings review for libvlc.h (Refs:#438)

------------------------------------------------------------------------
r14944 | fkuehne | 2006-03-27 21:06:33 +0200 (Mon, 27 Mar 2006) | 1 line
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   A /trunk/extras/contrib/src/Patches/x264-svn.patch

* fix x264 compilation
------------------------------------------------------------------------
r14943 | courmisch | 2006-03-27 18:57:57 +0200 (Mon, 27 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/http/util.c

Remove superfluous (as in implied by the previous one) condition

------------------------------------------------------------------------
r14942 | courmisch | 2006-03-27 18:48:14 +0200 (Mon, 27 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_url.h

Oops

------------------------------------------------------------------------
r14941 | courmisch | 2006-03-27 17:35:55 +0200 (Mon, 27 Mar 2006) | 3 lines
Changed paths:
   M /trunk/src/input/subtitles.c

- Use utf_8scandir() and some cleanup
- Fix double free()

------------------------------------------------------------------------
r14940 | courmisch | 2006-03-27 16:47:05 +0200 (Mon, 27 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/strings.c

Fix lame encoded URL decoder (closes #613)

------------------------------------------------------------------------
r14939 | courmisch | 2006-03-27 16:46:14 +0200 (Mon, 27 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/http/mvar.c

Use utf8_scandir instead of scandir

------------------------------------------------------------------------
r14938 | courmisch | 2006-03-27 15:28:24 +0200 (Mon, 27 Mar 2006) | 3 lines
Changed paths:
   M /trunk/include/vlc_url.h

Support URL-escape non-ASCII characters properly as far as possible
(ie. all characters from the Basic Multilingual Plane from Unicode)

------------------------------------------------------------------------
r14937 | courmisch | 2006-03-27 13:26:50 +0200 (Mon, 27 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/charset.h
   M /trunk/include/vlc_symbols.h
   M /trunk/src/misc/unicode.c

utf8_scandir: Unicode wrapper for scandir()

------------------------------------------------------------------------
r14936 | dionoea | 2006-03-27 03:23:54 +0200 (Mon, 27 Mar 2006) | 2 lines
Changed paths:
   M /trunk/mozilla/npvlc_rc.rc
   M /trunk/mozilla/vlcplugin.h

Add audio/wav and audio/x-wav to available mime types

------------------------------------------------------------------------
r14935 | fkuehne | 2006-03-26 22:50:04 +0200 (Sun, 26 Mar 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/macosx/controls.m

* accept %H:%M:%S and %M:%S as valid syntax as well (additionally to just %S)
------------------------------------------------------------------------
r14934 | courmisch | 2006-03-26 22:25:07 +0200 (Sun, 26 Mar 2006) | 4 lines
Changed paths:
   M /trunk/modules/control/http/http.c
   M /trunk/modules/control/http/util.c

- Use iconv transliteration instead of custom code
- Supposedly fix a memleak
- Fix a few warnings

------------------------------------------------------------------------
r14933 | hartman | 2006-03-26 00:21:31 +0100 (Sun, 26 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/video_output/vout_subpictures.c

* In case we do scaling on SSA subs, we also need to adjust the canvas size in which we render. (there you go bigben :D ) fixes #562

------------------------------------------------------------------------
r14932 | xtophe | 2006-03-26 00:10:43 +0100 (Sun, 26 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/dummy/interface.c
   M /trunk/modules/misc/freetype.c
   M /trunk/modules/misc/gnutls.c
   M /trunk/modules/misc/growl.c
   M /trunk/modules/misc/logger.c
   M /trunk/modules/misc/msn.c
   M /trunk/modules/misc/network/ipv4.c
   M /trunk/modules/misc/network/ipv6.c
   M /trunk/modules/misc/playlist/m3u.c
   M /trunk/modules/misc/playlist/old.c
   M /trunk/modules/misc/svg.c
   M /trunk/modules/misc/win32text.c
   M /trunk/modules/misc/xml/libxml.c

misc/*: 2nd lecture. refs #438

------------------------------------------------------------------------
r14931 | damienf | 2006-03-25 23:15:33 +0100 (Sat, 25 Mar 2006) | 4 lines
Changed paths:
   M /trunk/activex/Makefile.am
   M /trunk/activex/axvlc.def
   M /trunk/activex/persistpropbag.cpp
   M /trunk/activex/plugin.cpp
   M /trunk/activex/plugin.h
   M /trunk/activex/test.html
   M /trunk/activex/vlccontrol.cpp

- added support for non OLE containers, such as Windows Script Host WScript.CreateObject.
- made time property persistable, use 'StartTime' under HTML
- removed functions with stdcall suffix from exported functions in DLL

------------------------------------------------------------------------
r14930 | zorglub | 2006-03-25 20:24:05 +0100 (Sat, 25 Mar 2006) | 9 lines
Changed paths:
   M /trunk/include/configuration.h
   M /trunk/include/vlc_config_cat.h
   M /trunk/modules/control/hotkeys.c
   M /trunk/modules/control/http/http.c
   M /trunk/modules/control/rc.c
   M /trunk/modules/control/telnet.c
   M /trunk/modules/gui/beos/BeOS.cpp
   M /trunk/modules/gui/macosx/macosx.m
   M /trunk/modules/gui/macosx/prefs.m
   M /trunk/modules/gui/ncurses.c
   M /trunk/modules/gui/pda/pda.c
   M /trunk/modules/gui/qnx/qnx.c
   M /trunk/modules/gui/skins2/src/skin_main.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
   M /trunk/modules/misc/dummy/dummy.c
   M /trunk/src/libvlc.h

* Remove Advanced/Misc
* Move out Advanced/Misc/Misc options
* Don't show any Stuff/General category anymore
* For interfaces, split out "General" from main interface settings
* Remove dummy from prefs
* Clean hotkeys settings

(Closes:#598)

------------------------------------------------------------------------
r14929 | fkuehne | 2006-03-25 19:54:58 +0100 (Sat, 25 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/macosx/playlistinfo.m
   M /trunk/modules/gui/macosx/prefs.m

* playlistinfo.m: update the stats faster after a p_item-switch
* both: fixed each one 'comparison of distinct Objective-C types lacks a cast' warnings
------------------------------------------------------------------------
r14928 | fkuehne | 2006-03-25 19:19:53 +0100 (Sat, 25 Mar 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/macosx/playlist.m
   M /trunk/modules/gui/macosx/playlistinfo.h
   M /trunk/modules/gui/macosx/playlistinfo.m

* update the info panel when switching the currently played p_item
------------------------------------------------------------------------
r14927 | zorglub | 2006-03-25 19:19:13 +0100 (Sat, 25 Mar 2006) | 5 lines
Changed paths:
   M /trunk/src/libvlc.h
   M /trunk/src/video_output/video_output.c

*EXPERIMENTAL* Default to disabling vout_synchro, but not dropping of late pictures in the video_output thread. (Refs:#593)

Please test heavily against MPEG1/2 streams.


------------------------------------------------------------------------
r14926 | asmax | 2006-03-25 17:52:16 +0100 (Sat, 25 Mar 2006) | 2 lines
Changed paths:
   M /trunk/doc/skins/skins2-howto.xml
   M /trunk/modules/gui/skins2/src/vlcproc.cpp
   M /trunk/modules/gui/skins2/src/vlcproc.hpp

* added a new skin variable "vlc.hasVout", true when... there is a vout !

------------------------------------------------------------------------
r14925 | asmax | 2006-03-25 17:36:51 +0100 (Sat, 25 Mar 2006) | 4 lines
Changed paths:
   M /trunk/modules/gui/skins2/src/generic_window.cpp
   M /trunk/modules/gui/skins2/src/generic_window.hpp

* generic_window.cpp: register window visibility variables in
 the var manager, to avoid a crash at exit when an expression
 'not window.isVisible' is used in a skin.

------------------------------------------------------------------------
r14924 | zorglub | 2006-03-25 17:10:33 +0100 (Sat, 25 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/cdda.c
   M /trunk/modules/access/vcd/vcd.c

Should fix playback of cdda://D:\ under win32. Please test (Refs:#490)

------------------------------------------------------------------------
r14923 | zorglub | 2006-03-25 16:39:09 +0100 (Sat, 25 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/mpeg/mpga.c

Retry syncing mpeg audio stream if it failed on first block (Closes:#609)

------------------------------------------------------------------------
r14922 | xtophe | 2006-03-25 16:14:38 +0100 (Sat, 25 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/configuration.c

misc/configuration.c: Use the proper directory separator

------------------------------------------------------------------------
r14921 | courmisch | 2006-03-25 15:43:43 +0100 (Sat, 25 Mar 2006) | 3 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/loader/Makefile.am

Switch loader to libtool
(it only works on platforms where libtool works anyway)

------------------------------------------------------------------------
r14920 | courmisch | 2006-03-25 15:43:10 +0100 (Sat, 25 Mar 2006) | 2 lines
Changed paths:
   M /trunk/loader/driver.c

Fix previous commit

------------------------------------------------------------------------
r14919 | courmisch | 2006-03-25 15:37:36 +0100 (Sat, 25 Mar 2006) | 2 lines
Changed paths:
   M /trunk/loader/driver.c
   M /trunk/loader/win32.c

Fix duplicate symbol

------------------------------------------------------------------------
r14918 | fkuehne | 2006-03-25 13:54:27 +0100 (Sat, 25 Mar 2006) | 1 line
Changed paths:
   M /trunk/modules/mux/asf.c
   M /trunk/modules/mux/mp4.c
   M /trunk/modules/mux/mpjpeg.c
   M /trunk/modules/mux/ogg.c
   M /trunk/modules/mux/wav.c
   M /trunk/modules/packetizer/copy.c
   M /trunk/modules/packetizer/h264.c
   M /trunk/modules/packetizer/mpeg4audio.c
   M /trunk/modules/packetizer/mpeg4video.c
   M /trunk/modules/packetizer/mpegvideo.c

* another 1st string review, refs #438
------------------------------------------------------------------------
r14917 | courmisch | 2006-03-25 13:37:31 +0100 (Sat, 25 Mar 2006) | 6 lines
Changed paths:
   M /trunk/src/network/getaddrinfo.c

Bug to really-stupid-and-worrisomely-not-fixed-for-more-than-ten-years
bug for Winsock DNS resolver, inasmuch as is possible - closes #445.

Should it fail to fix the bug, I'm afraid there would be no solution,
but not to use Windows without its IPv6 stack.

------------------------------------------------------------------------
r14916 | fkuehne | 2006-03-25 13:28:31 +0100 (Sat, 25 Mar 2006) | 1 line
Changed paths:
   M /trunk/include/vlc_config_cat.h

* 1st string review, refs #438
------------------------------------------------------------------------
r14915 | zorglub | 2006-03-25 13:15:49 +0100 (Sat, 25 Mar 2006) | 2 lines
Changed paths:
   M /trunk/mozilla/vlcpeer.cpp

Remove debug (Refs:#438)

------------------------------------------------------------------------
r14914 | jpsaman | 2006-03-25 13:15:42 +0100 (Sat, 25 Mar 2006) | 1 line
Changed paths:
   M /trunk/modules/demux/ts.c

Drop support for VLS specific LPCB because it conflicts with standards. Closes #610
------------------------------------------------------------------------
r14913 | asmax | 2006-03-25 12:01:03 +0100 (Sat, 25 Mar 2006) | 4 lines
Changed paths:
   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
   M /trunk/share/skins2/skin.dtd

* attribute "nbFrames" of element Bitmap is now "nbframes", as said in the
 documentation (and the old name was inconsistent with other attribute names)
 Sorry for the compatibility break...

------------------------------------------------------------------------
r14912 | zorglub | 2006-03-25 11:57:34 +0100 (Sat, 25 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/stream_out/es.c
   M /trunk/modules/stream_out/gather.c
   M /trunk/modules/stream_out/mosaic_bridge.c
   M /trunk/modules/stream_out/rtp.c
   M /trunk/modules/stream_out/standard.c
   M /trunk/modules/stream_out/transcode.c

Strings review in stream_out (Refs:#438). Please review these once more as I changed some quite heavily

------------------------------------------------------------------------
r14911 | zorglub | 2006-03-25 11:34:38 +0100 (Sat, 25 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/dummy/dummy.c
   M /trunk/modules/misc/win32text.c

Finish strings review in misc/ (Refs:#438)

------------------------------------------------------------------------
r14910 | zorglub | 2006-03-25 11:00:14 +0100 (Sat, 25 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/services_discovery/hal.c
   M /trunk/modules/services_discovery/podcast.c
   M /trunk/modules/services_discovery/sap.c

Strings review in services_discovery + remove unimplemented sap-cache option (Refs:#438)

------------------------------------------------------------------------
r14909 | xtophe | 2006-03-24 19:26:46 +0100 (Fri, 24 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/services_discovery/sap.c

sap.c: Ressucitate --sap-addr for the lucky one with M-Bone and too much sap announces.

------------------------------------------------------------------------
r14908 | xtophe | 2006-03-24 18:52:47 +0100 (Fri, 24 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp

wxwidgets.c: missing from [14902] commit

------------------------------------------------------------------------
r14907 | dionoea | 2006-03-24 15:17:28 +0100 (Fri, 24 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/index.html
   M /trunk/share/http/mosaic.html
   M /trunk/share/http/requests/browse.xml
   M /trunk/share/http/requests/playlist.xml
   M /trunk/share/http/requests/status.xml
   M /trunk/share/http/requests/vlm.xml
   M /trunk/share/http/requests/vlm_cmd.xml
   M /trunk/share/http/vlm.html

Use the "charset" variable

------------------------------------------------------------------------
r14906 | dionoea | 2006-03-24 15:16:12 +0100 (Fri, 24 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/http/http.c
   M /trunk/modules/control/http/http.h
   M /trunk/modules/control/http/util.c

try fixing charset problems. I'll launch a win32 nightly, try it out and change it if it still doesn't work.

------------------------------------------------------------------------
r14905 | dionoea | 2006-03-24 14:41:15 +0100 (Fri, 24 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/js/functions.js

Fix windows browser bug: first directory or filename character was removed.

------------------------------------------------------------------------
r14904 | dionoea | 2006-03-24 14:11:17 +0100 (Fri, 24 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/dialogs/vlm
   M /trunk/share/http/js/vlm.js

Add hide/show vlm helper button. Original idea by Albert (http://forum.videolan.org/viewtopic.php?t=18573)

------------------------------------------------------------------------
r14903 | zorglub | 2006-03-24 12:05:28 +0100 (Fri, 24 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/visualization/galaktos/plugin.c
   M /trunk/modules/visualization/goom.c
   M /trunk/modules/visualization/visual/effects.c
   M /trunk/modules/visualization/visual/visual.c
   M /trunk/modules/visualization/visual/visual.h
   M /trunk/modules/visualization/xosd.c

Strings review in visualization/ (Refs:#438)

------------------------------------------------------------------------
r14902 | xtophe | 2006-03-23 23:54:31 +0100 (Thu, 23 Mar 2006) | 5 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/interface.cpp

wx/interfaces.cpp: Add an option to display tool bar buton name. 
		   Warning hack inside.
		   refs #495 close it for linux and win32
		   

------------------------------------------------------------------------
r14901 | dionoea | 2006-03-23 23:46:18 +0100 (Thu, 23 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/http/http.c

use p_playlist->p_input

------------------------------------------------------------------------
r14900 | bigben | 2006-03-23 23:19:38 +0100 (Thu, 23 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/gui/macosx/intf.m

* Do not make a vlc_object_find to find the playlist, since we may get the item being preparsed. Use p_playlist->p_input instead


------------------------------------------------------------------------
r14899 | hartman | 2006-03-23 22:43:34 +0100 (Thu, 23 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/packages.mak

* stupid mars.org being offline all the time. Pull files from our own download servers.

------------------------------------------------------------------------
r14898 | xtophe | 2006-03-23 22:41:12 +0100 (Thu, 23 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/services_discovery/daap.c
   M /trunk/modules/services_discovery/hal.c
   M /trunk/modules/services_discovery/sap.c
   M /trunk/modules/services_discovery/shout.c

services_discovery/*: String review (refs #438) and suppress the sap-addr option

------------------------------------------------------------------------
r14897 | hartman | 2006-03-23 21:25:07 +0100 (Thu, 23 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/stream_out/rtp.c

* Fix AMR RTP muxing. patch by Alex Antropoff <alant at transtelecom dot md>.


------------------------------------------------------------------------
r14896 | bigben | 2006-03-23 20:57:20 +0100 (Thu, 23 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/gui/macosx/playlistinfo.m

* Use the correct limit when looping


------------------------------------------------------------------------
r14895 | xtophe | 2006-03-22 23:39:51 +0100 (Wed, 22 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/visualization/galaktos/plugin.c
   M /trunk/modules/visualization/goom.c
   M /trunk/modules/visualization/visual/effects.c
   M /trunk/modules/visualization/visual/visual.c
   M /trunk/modules/visualization/xosd.c

String Review. refs #438

------------------------------------------------------------------------
r14886 | jpsaman | 2006-03-22 22:01:09 +0100 (Wed, 22 Mar 2006) | 1 line
Changed paths:
   M /trunk/modules/misc/rtsp.c
   M /trunk/modules/stream_out/rtp.c
   M /trunk/src/network/httpd.c

Add support for X-Playnow RTSP option
------------------------------------------------------------------------
r14882 | fkuehne | 2006-03-22 19:09:55 +0100 (Wed, 22 Mar 2006) | 1 line
Changed paths:
   M /trunk/Makefile.am

* copy the http-intf-readme to the OSX-bundle as well
------------------------------------------------------------------------
r14881 | sam | 2006-03-22 18:51:17 +0100 (Wed, 22 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/video_output/caca.c

  * modules/video_output/caca.c: Compilation fixes.

------------------------------------------------------------------------
r14880 | dionoea | 2006-03-22 17:38:46 +0100 (Wed, 22 Mar 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am

Add share/http/requests/readme to win target

------------------------------------------------------------------------
r14879 | dionoea | 2006-03-22 17:37:24 +0100 (Wed, 22 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/Makefile.am

add requests/readme

------------------------------------------------------------------------
r14878 | dionoea | 2006-03-22 17:36:48 +0100 (Wed, 22 Mar 2006) | 2 lines
Changed paths:
   A /trunk/share/http/requests/readme

List and explain available commands / requests

------------------------------------------------------------------------
r14877 | courmisch | 2006-03-22 17:05:11 +0100 (Wed, 22 Mar 2006) | 10 lines
Changed paths:
   M /trunk/include/charset.h
   M /trunk/include/vlc_symbols.h
   M /trunk/modules/codec/subsdec.c

include:
 * export GetFallbackEncoding()
subsdec:
 * autodetect UTF-8 encoding,
 * use better non-Unicode default encoding from language instead of
 CP1252 when local encoding is UTF-8, and local encoding in all other cases
 (should improve subtitles decoding on POSIX a lot)
 * some memory fixes
 * some cosmetic fixes

------------------------------------------------------------------------
r14876 | xtophe | 2006-03-22 15:14:10 +0100 (Wed, 22 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/logger.c

logger.c: Compile fix

------------------------------------------------------------------------
r14875 | zorglub | 2006-03-22 14:38:50 +0100 (Wed, 22 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/freetype.c

Compile fix

------------------------------------------------------------------------
r14874 | courmisch | 2006-03-22 13:26:11 +0100 (Wed, 22 Mar 2006) | 6 lines
Changed paths:
   M /trunk/include/charset.h
   M /trunk/include/vlc_symbols.h
   M /trunk/src/misc/unicode.c

IsUTF8: check if a string is a valid UTF8 sequence without modifying it
EnsureUTF8 would replace invalid bytes sequences with question marks.

Most of the code was already there anyway. This allows UTF-8 autodetection
without a dedicated UTF8-to-UTF8 iconv() handle.

------------------------------------------------------------------------
r14873 | zorglub | 2006-03-22 13:14:30 +0100 (Wed, 22 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/freetype.c
   M /trunk/modules/misc/gnutls.c
   M /trunk/modules/misc/growl.c
   M /trunk/modules/misc/logger.c
   M /trunk/modules/misc/msn.c
   M /trunk/modules/misc/rtsp.c
   M /trunk/modules/misc/svg.c
   M /trunk/modules/misc/xml/libxml.c
   M /trunk/modules/misc/xml/xtag.c

Strings review in misc/ except dummy and win32text (Refs:#438)

------------------------------------------------------------------------
r14872 | courmisch | 2006-03-22 12:24:45 +0100 (Wed, 22 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/unicode.c

Clean up

------------------------------------------------------------------------
r14871 | courmisch | 2006-03-22 12:14:24 +0100 (Wed, 22 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_common.h
   M /trunk/include/vlc_symbols.h
   M /trunk/src/extras/libc.c

Clean up vlc_iconv prototype

------------------------------------------------------------------------
r14870 | zorglub | 2006-03-22 08:12:10 +0100 (Wed, 22 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/telnet.c

Strings review of telnet.c (Refs:#438)

------------------------------------------------------------------------
r14869 | dionoea | 2006-03-22 01:19:29 +0100 (Wed, 22 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/dialogs/playlist
   M /trunk/share/http/iehacks.css
   M /trunk/share/http/style.css

Slightly better IE and Firefox compatible version of the sort and services discovery menus.

------------------------------------------------------------------------
r14868 | dionoea | 2006-03-22 00:41:05 +0100 (Wed, 22 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/msn.c

Also update now playing info when playing a new item.

------------------------------------------------------------------------
r14867 | dionoea | 2006-03-22 00:26:17 +0100 (Wed, 22 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/js/functions.js
   M /trunk/share/http/js/mosaic.js
   M /trunk/share/http/js/vlm.js

Some more IE (crap) fixes

------------------------------------------------------------------------
r14861 | bigben | 2006-03-21 23:08:41 +0100 (Tue, 21 Mar 2006) | 4 lines
Changed paths:
   M /trunk/modules/gui/macosx/playlistinfo.m

* There is no reason not to allow to open the information panel on nodes
* We now have an (ugly) way to rename nodes


------------------------------------------------------------------------
r14860 | bigben | 2006-03-21 21:56:51 +0100 (Tue, 21 Mar 2006) | 4 lines
Changed paths:
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
   M /trunk/modules/gui/macosx/controls.m

* Only enable "Jump To Time" when the stream is seekable
* Fix enabling of the step forward/backward functions


------------------------------------------------------------------------
r14859 | dionoea | 2006-03-21 21:56:35 +0100 (Tue, 21 Mar 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am

Add 7zip win32 build targets

------------------------------------------------------------------------
r14858 | courmisch | 2006-03-21 19:20:48 +0100 (Tue, 21 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp

I knew I was foolish to expect wxWidgets to work properly.

------------------------------------------------------------------------
r14857 | courmisch | 2006-03-21 18:28:09 +0100 (Tue, 21 Mar 2006) | 9 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp

Attempt to use wc_str() even if wxWidgets is not built with Unicode.
According to the wxWidgets documentation, it works. But of course, you
don't want to trust the wxWidgets documentation, particularly when it
deals with characters encoding. Or rather, you'd like to trust the
documentation, but you can't trust the actual implementation to work
until you tested it.

So lets see if it works, and revert commit it tomorrow if it sucks.

------------------------------------------------------------------------
r14856 | courmisch | 2006-03-21 18:21:24 +0100 (Tue, 21 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp

Attempt to fix Unicode wxWidgets interface on Win32

------------------------------------------------------------------------
r14855 | courmisch | 2006-03-21 17:42:34 +0100 (Tue, 21 Mar 2006) | 4 lines
Changed paths:
   M /trunk/include/charset.h
   M /trunk/include/vlc_symbols.h
   M /trunk/src/misc/unicode.c

- FromWide(): converts a wchar_t * to UTF-8 char *
  (if local charset is UTF-8, this is similar to wcstombs())
- FromUTF16(): converts a host-order UTF-16 byte sequence to UTF-8

------------------------------------------------------------------------
r14854 | courmisch | 2006-03-21 17:08:35 +0100 (Tue, 21 Mar 2006) | 3 lines
Changed paths:
   M /trunk/bootstrap

libtool: Compile builtins as convenience libraries rather than static ones
Might fix PIC linking issues on amd64

------------------------------------------------------------------------
r14853 | courmisch | 2006-03-21 16:39:43 +0100 (Tue, 21 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp

A bit explanation of the wxWidgets string conversion mess won't harm

------------------------------------------------------------------------
r14852 | courmisch | 2006-03-21 16:34:34 +0100 (Tue, 21 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/menus.cpp

Fix G++ 4.1 compilation problem
reported by Diego 'Flameeyes' Petten?\195?\178

------------------------------------------------------------------------
r14851 | dionoea | 2006-03-21 01:45:31 +0100 (Tue, 21 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/requests/status.xml

looks like someone renamed vlc_obj_exists to vlc_object_exists.

------------------------------------------------------------------------
r14847 | zorglub | 2006-03-21 00:13:39 +0100 (Tue, 21 Mar 2006) | 2 lines
Changed paths:
   M /trunk/test/NativeLibvlcTest.py
   M /trunk/test/NativeStatsTest.py
   M /trunk/test/PyMediaControlBaseTest.py
   M /trunk/test/PyMediaControlPlaylistTest.py
   M /trunk/test/PyMediaControlVariablesTest.py
   M /trunk/test/setup.py

Fix test

------------------------------------------------------------------------
r14846 | ipkiss | 2006-03-20 23:34:43 +0100 (Mon, 20 Mar 2006) | 2 lines
Changed paths:
   M /trunk/doc/skins/skins2-howto.xml

 * doc/skins/skins2-howto.xml: Fixed typos.

------------------------------------------------------------------------
r14845 | fkuehne | 2006-03-20 21:42:23 +0100 (Mon, 20 Mar 2006) | 1 line
Changed paths:
   M /trunk/README.MacOSX.rtf

* the transitional phase of our osx-aout-modules is over :)
------------------------------------------------------------------------
r14843 | dionoea | 2006-03-20 21:22:59 +0100 (Mon, 20 Mar 2006) | 6 lines
Changed paths:
   M /trunk/src/misc/vlm.c

fix #478.

You need to escape (with \):
* quotes that are part of a file's name or option's value
* backslashes

------------------------------------------------------------------------
r14842 | damienf | 2006-03-20 15:40:42 +0100 (Mon, 20 Mar 2006) | 2 lines
Changed paths:
   M /trunk/activex/plugin.cpp

plugin.cpp: as usual,I forgot to disable my own debug

------------------------------------------------------------------------
r14841 | damienf | 2006-03-20 15:37:41 +0100 (Mon, 20 Mar 2006) | 7 lines
Changed paths:
   M /trunk/activex/persistpropbag.cpp
   M /trunk/activex/plugin.cpp
   M /trunk/activex/plugin.h
   M /trunk/activex/test.html
   M /trunk/activex/vlccontrol.cpp

plugin.cpp, plugin.h: delayed initialization of VLC until activation in place in user mode only
    this allows the persistable properties to be fully loaded before initialization and allow
    for control to initialize faster in design mode. AUTOLOOP property now works properly
persistpropbag.cpp, vlccontrol.h: decoupled volume property from VLC so that value can be used
    without having VLC initialized
test.html: added volume control

------------------------------------------------------------------------
r14840 | fkuehne | 2006-03-20 15:13:04 +0100 (Mon, 20 Mar 2006) | 1 line
Changed paths:
   M /trunk/Makefile.am

* fixed the copying of the re-worked http-interface to our release bundle. (not really clean, but I don't know how to do this in a better way...)
------------------------------------------------------------------------
r14839 | massiot | 2006-03-20 12:18:52 +0100 (Mon, 20 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/mux/mpeg/ts.c

 * modules/mux/mpeg/ts.c: New --sout-ts-alignment option.

------------------------------------------------------------------------
r14838 | massiot | 2006-03-20 12:12:04 +0100 (Mon, 20 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/http/http.c
   M /trunk/modules/control/http/http.h

 * modules/control/http: Content-Type should be case-insensitive.

------------------------------------------------------------------------
r14837 | dionoea | 2006-03-20 02:51:45 +0100 (Mon, 20 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/dialogs/mosaic
   M /trunk/share/http/js/functions.js

mosaic wizard: change layout & make VLM command batch display optional.

------------------------------------------------------------------------
r14836 | dionoea | 2006-03-20 02:35:15 +0100 (Mon, 20 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/js/vlm.js

* also do vlm options fix on sout.

------------------------------------------------------------------------
r14835 | dionoea | 2006-03-20 02:32:11 +0100 (Mon, 20 Mar 2006) | 4 lines
Changed paths:
   M /trunk/share/http/dialogs/input
   M /trunk/share/http/dialogs/mosaic
   M /trunk/share/http/dialogs/sout
   M /trunk/share/http/js/functions.js
   M /trunk/share/http/js/mosaic.js
   M /trunk/share/http/js/vlm.js
   M /trunk/share/http/style.css

* add "fake:" input
* vlm fix. change "input :foo=bar :foo2=bar2" into vlm compatible option handling
* mosaic fix. always enable transcode when using an sout chain

------------------------------------------------------------------------
r14834 | hartman | 2006-03-19 23:03:20 +0100 (Sun, 19 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/livedotcom.cpp

* Fix AMR from liveMedia decoding. Patch by Alex Antropoff <alant at transtelecom dot md>

------------------------------------------------------------------------
r14830 | xtophe | 2006-03-19 19:16:56 +0100 (Sun, 19 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/video_output/caca.c

caca.c: Typo

------------------------------------------------------------------------
r14829 | hartman | 2006-03-19 19:05:54 +0100 (Sun, 19 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/livedotcom.cpp

* sorry about the missing #if

------------------------------------------------------------------------
r14828 | sam | 2006-03-19 18:17:57 +0100 (Sun, 19 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/video_output/caca.c

  * Support for newer libcaca/libcucul versions.

------------------------------------------------------------------------
r14827 | bigben | 2006-03-19 14:13:09 +0100 (Sun, 19 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/gui/macosx/output.m

Forgot that one


------------------------------------------------------------------------
r14826 | bigben | 2006-03-19 14:03:20 +0100 (Sun, 19 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/gui/macosx/wizard.m

* fix compilation


------------------------------------------------------------------------
r14825 | bigben | 2006-03-19 13:57:26 +0100 (Sun, 19 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/gui/macosx/bookmarks.m
   M /trunk/modules/gui/macosx/controls.m
   M /trunk/modules/gui/macosx/equalizer.m
   M /trunk/modules/gui/macosx/extended.m
   M /trunk/modules/gui/macosx/interaction.m
   M /trunk/modules/gui/macosx/intf.m
   M /trunk/modules/gui/macosx/macosx.m
   M /trunk/modules/gui/macosx/open.m
   M /trunk/modules/gui/macosx/playlist.m
   M /trunk/modules/gui/macosx/playlistinfo.m
   M /trunk/modules/gui/macosx/prefs.m
   M /trunk/modules/gui/macosx/update.m
   M /trunk/modules/gui/macosx/voutgl.m
   M /trunk/modules/gui/macosx/voutqt.m
   M /trunk/modules/gui/macosx/wizard.m

* First string review of the OSX interface


------------------------------------------------------------------------
r14824 | hartman | 2006-03-19 12:24:16 +0100 (Sun, 19 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/livedotcom.cpp

* fix the liveMedia VERSION_INT (hopefully)

------------------------------------------------------------------------
r14823 | dionoea | 2006-03-19 02:49:11 +0100 (Sun, 19 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/Makefile.am

Add iehacks.css to Makefile.am

------------------------------------------------------------------------
r14822 | dionoea | 2006-03-19 02:46:43 +0100 (Sun, 19 Mar 2006) | 6 lines
Changed paths:
   M /trunk/share/http/dialogs/input
   M /trunk/share/http/dialogs/mosaic
   M /trunk/share/http/dialogs/playlist
   M /trunk/share/http/dialogs/sout
   A /trunk/share/http/iehacks.css
   M /trunk/share/http/images/info.png
   M /trunk/share/http/index.html
   M /trunk/share/http/js/functions.js
   M /trunk/share/http/style.css

A bunch of hacks to fix bugs on IE.

I really don't like the Sort menu and Services discovery menu code. If
someone has a better idea feal free to change it.


------------------------------------------------------------------------
r14821 | hartman | 2006-03-19 02:28:18 +0100 (Sun, 19 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/livedotcom.cpp

* fix ifdef

------------------------------------------------------------------------
r14820 | xtophe | 2006-03-19 02:27:21 +0100 (Sun, 19 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/stream_out/bridge.c
   M /trunk/modules/stream_out/rtp.c
   M /trunk/modules/stream_out/standard.c
   M /trunk/modules/stream_out/switcher.c
   M /trunk/modules/stream_out/transcode.c

stream_out/*: String review (refs #438)

------------------------------------------------------------------------
r14819 | hartman | 2006-03-19 02:00:13 +0100 (Sun, 19 Mar 2006) | 8 lines
Changed paths:
   M /trunk/modules/demux/livedotcom.cpp

* Send Keep-A-Live RTSP bogus calls for servers that do not support RTCP reports.
  Seems to work for WM RTSP. No support yet for Kasenna,
  since I don't have proper access to one at this moment.

  refs #595
  refs #329


------------------------------------------------------------------------
r14818 | dionoea | 2006-03-19 01:02:26 +0100 (Sun, 19 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/dialogs/sout

Fix typo

------------------------------------------------------------------------
r14817 | jpsaman | 2006-03-19 00:11:31 +0100 (Sun, 19 Mar 2006) | 1 line
Changed paths:
   M /trunk/src/Makefile.am

Undo r 14546 breakage
------------------------------------------------------------------------
r14816 | zorglub | 2006-03-18 23:27:07 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp

Don't expand WX Tree root - Patch by Alexander Gall. Thanks

------------------------------------------------------------------------
r14815 | zorglub | 2006-03-18 23:18:16 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp

Apparently fix WX playlist crash (Closes:#205)

------------------------------------------------------------------------
r14814 | xtophe | 2006-03-18 19:14:49 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/Makefile.am

share/makefile.am: Typo. Thanks to Albert on the forum for the report

------------------------------------------------------------------------
r14813 | zorglub | 2006-03-18 19:12:47 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/input/es_out.c

Don't use %f in es_out (Closes:#587)

------------------------------------------------------------------------
r14812 | dionoea | 2006-03-18 18:56:10 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/dialogs/mosaic

Add some comments and 'fix' display if the mosaic's width is larger than 600px.

------------------------------------------------------------------------
r14811 | zorglub | 2006-03-18 18:52:31 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_httpd.h
   M /trunk/include/vlc_objects.h
   M /trunk/src/misc/messages.c
   M /trunk/src/misc/objects.c
   M /trunk/src/network/httpd.c

Display IP of client in debug

------------------------------------------------------------------------
r14810 | dionoea | 2006-03-18 18:45:40 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/js/mosaic.js

Spelling fix, again.

------------------------------------------------------------------------
r14809 | dionoea | 2006-03-18 18:43:36 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/dialogs/mosaic

Spelling fix

------------------------------------------------------------------------
r14808 | dionoea | 2006-03-18 18:42:37 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/dialogs/input
   M /trunk/share/http/dialogs/mosaic
   M /trunk/share/http/dialogs/sout
   M /trunk/share/http/js/mosaic.js

add some help and feedback

------------------------------------------------------------------------
r14807 | xtophe | 2006-03-18 18:31:31 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch

x264.patch: Sync with upstream

------------------------------------------------------------------------
r14806 | dionoea | 2006-03-18 18:14:54 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/NEWS

update NEWS

------------------------------------------------------------------------
r14805 | dionoea | 2006-03-18 18:14:19 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/dialogs/footer
   M /trunk/share/http/dialogs/mosaic
   M /trunk/share/http/dialogs/sout
   M /trunk/share/http/js/functions.js
   M /trunk/share/http/js/mosaic.js
   M /trunk/share/http/mosaic.html
   M /trunk/share/http/style.css

Code the mosaic wizard

------------------------------------------------------------------------
r14804 | zorglub | 2006-03-18 17:22:23 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp

Don't abort windows position remembering if small playlist size is invalid at the beginning (Closes:#557)

------------------------------------------------------------------------
r14803 | xtophe | 2006-03-18 16:52:42 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/THANKS
   M /trunk/modules/access/dshow/dshow.cpp

access/dshow: Add option to configure dshow from command line. Patch by Patrick Horn.

------------------------------------------------------------------------
r14802 | dionoea | 2006-03-18 16:06:40 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   A /trunk/share/http/images/white_cross_small.png

ooops

------------------------------------------------------------------------
r14801 | dionoea | 2006-03-18 16:00:52 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/Makefile.am

One more image

------------------------------------------------------------------------
r14800 | dionoea | 2006-03-18 15:37:51 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/Makefile.am

Add new http interface images

------------------------------------------------------------------------
r14799 | xtophe | 2006-03-18 13:49:51 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/ts.c

Typo

------------------------------------------------------------------------
r14798 | zorglub | 2006-03-18 13:38:38 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/visualization/galaktos/init_cond.c
   M /trunk/modules/visualization/galaktos/preset.c

%f in galaktos (Closes:#585)

------------------------------------------------------------------------
r14797 | zorglub | 2006-03-18 12:27:40 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/THANKS

Thanks

------------------------------------------------------------------------
r14796 | zorglub | 2006-03-18 12:27:10 +0100 (Sat, 18 Mar 2006) | 7 lines
Changed paths:
   M /trunk/modules/codec/ffmpeg/ffmpeg.c
   M /trunk/modules/codec/ffmpeg/ffmpeg.h
   M /trunk/modules/codec/ffmpeg/video_filter.c
   M /trunk/modules/stream_out/transcode.c

Transcode cropping/padding patch by Udo Richter < udo underscore richter at gmx d0t de> (with added round-to-16 fix) . Many thanks for this.

Seems to work neatly, please test nevertheless.

Closes:#448


------------------------------------------------------------------------
r14795 | zorglub | 2006-03-18 11:30:24 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/vlm.c

Don't use %f in VLM, except for display (Closes:#588)

------------------------------------------------------------------------
r14794 | zorglub | 2006-03-18 11:20:01 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/audio_filter/equalizer.c

Don't use %f in equalizer (Closes:#586)

------------------------------------------------------------------------
r14793 | zorglub | 2006-03-18 11:14:40 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/http/macro.c
   M /trunk/modules/control/http/rpn.c

Don't use %f in HTTP interface (Closes:#584)

------------------------------------------------------------------------
r14792 | courmisch | 2006-03-18 09:51:19 +0100 (Sat, 18 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/misc/network/ipv4.c

- Avoid using gethostbyname() which is not thread-safe
- Code simplification

------------------------------------------------------------------------
r14791 | courmisch | 2006-03-18 09:46:59 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/mux/rtp

svn:ignore

------------------------------------------------------------------------
r14790 | xtophe | 2006-03-18 03:06:16 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/asf/asf.c
   M /trunk/modules/demux/asf/libasf.c
   M /trunk/modules/demux/avi/avi.c
   M /trunk/modules/demux/flac.c
   M /trunk/modules/demux/m3u.c
   M /trunk/modules/demux/mjpeg.c
   M /trunk/modules/demux/mp4/mp4.c
   M /trunk/modules/demux/nsc.c
   M /trunk/modules/demux/playlist/b4s.c
   M /trunk/modules/demux/playlist/pls.c
   M /trunk/modules/demux/playlist/podcast.c
   M /trunk/modules/demux/rawdv.c
   M /trunk/modules/demux/sgimb.c
   M /trunk/modules/demux/subtitle.c
   M /trunk/modules/demux/ts.c
   M /trunk/modules/demux/ty.c
   M /trunk/modules/demux/vobsub.c
   M /trunk/modules/demux/voc.c
   M /trunk/modules/demux/wav.c

All: string review (refs: #438)

------------------------------------------------------------------------
r14789 | dionoea | 2006-03-18 02:22:06 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/http/util.c
   M /trunk/share/http/dialogs/playlist
   M /trunk/share/http/js/functions.js
   M /trunk/share/http/requests/playlist.xml

HTTP interface: Display estimated item time when available.

------------------------------------------------------------------------
r14788 | dionoea | 2006-03-18 01:51:57 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/js/functions.js
   M /trunk/share/http/requests/playlist.xml

Http interface: make it possible to delete playlist nodes. Don't delete read only playlist items.

------------------------------------------------------------------------
r14787 | dionoea | 2006-03-18 01:45:55 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/http/util.c

Export the fact that a playlist item is read only or can be deleted

------------------------------------------------------------------------
r14786 | dionoea | 2006-03-18 01:29:57 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/dialogs/playlist
   A /trunk/share/http/images/sd.png
   M /trunk/share/http/js/functions.js
   M /trunk/share/http/requests/status.xml
   M /trunk/share/http/style.css

Add services discovery handling in http interface.

------------------------------------------------------------------------
r14785 | dionoea | 2006-03-18 01:17:53 +0100 (Sat, 18 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/control/http/http.h
   M /trunk/modules/control/http/macro.c
   M /trunk/modules/control/http/mvar.c
   M /trunk/modules/control/http/rpn.c

* rpn.c: add "services_discovery_add", "services_discovery_remove" and "services_discovery_is_loaded" rpn functions.
* macro.c, http.h, mvar.c: add new "object" param2 for foreach macro. It gives a list of all objects matching a capability.

------------------------------------------------------------------------
r14784 | dionoea | 2006-03-18 00:13:47 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/dialogs/browse
   M /trunk/share/http/dialogs/input
   M /trunk/share/http/dialogs/main
   M /trunk/share/http/dialogs/playlist
   M /trunk/share/http/dialogs/sout
   M /trunk/share/http/style.css

Add small "close/hide" buttons on some of the dialogs

------------------------------------------------------------------------
r14783 | dionoea | 2006-03-18 00:05:41 +0100 (Sat, 18 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/m3u.c

[14752] improved, by Daniel Stranger.

------------------------------------------------------------------------
r14782 | jpsaman | 2006-03-17 23:38:47 +0100 (Fri, 17 Mar 2006) | 1 line
Changed paths:
   M /trunk/share/http/dialogs/playlist

Revert revision 14781 the sort button was already there.
------------------------------------------------------------------------
r14781 | jpsaman | 2006-03-17 23:28:15 +0100 (Fri, 17 Mar 2006) | 1 line
Changed paths:
   M /trunk/share/http/dialogs/playlist

Apply missing sort button to http interface. This was a part of Laurent Mutricy's patch
------------------------------------------------------------------------
r14780 | dionoea | 2006-03-17 23:01:13 +0100 (Fri, 17 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/dialogs/playlist
   A /trunk/share/http/images/white.png
   M /trunk/share/http/js/functions.js
   M /trunk/share/http/style.css

HTTP interface playlist sort commands based on patch by Laurent Mutricy.

------------------------------------------------------------------------
r14779 | fkuehne | 2006-03-17 21:07:25 +0100 (Fri, 17 Mar 2006) | 1 line
Changed paths:
   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
   M /trunk/modules/gui/macosx/wizard.h
   M /trunk/modules/gui/macosx/wizard.m

* don't overwrite existing files
------------------------------------------------------------------------
r14778 | xtophe | 2006-03-17 18:06:05 +0100 (Fri, 17 Mar 2006) | 2 lines
Changed paths:
   M /trunk
   M /trunk/extras
   M /trunk/src/test

Add a few svn:ignore

------------------------------------------------------------------------
r14777 | jpsaman | 2006-03-17 15:40:59 +0100 (Fri, 17 Mar 2006) | 1 line
Changed paths:
   M /trunk/share/http/old/admin/browse.html
   M /trunk/share/http/old/admin/index.html
   M /trunk/share/http/old/index.html
   M /trunk/share/http/old/info.html
   M /trunk/share/http/old/vlm/edit.html
   M /trunk/share/http/old/vlm/index.html
   M /trunk/share/http/old/vlm/new.html
   M /trunk/share/http/old/vlm/show.html

Fix old http interface to not refer to the new http interface. Patch by: Laurent Mutricy <laurent dot mutricy _at_ ecl2005 dot ec-lyon dot fr>
------------------------------------------------------------------------
r14776 | jpsaman | 2006-03-17 15:34:06 +0100 (Fri, 17 Mar 2006) | 1 line
Changed paths:
   M /trunk/modules/control/http/rpn.c
   M /trunk/share/http/js/functions.js
   M /trunk/share/http/requests/status.xml

Implement sort functionality on http interface. Patch by: Laurent Mutricy <laurent dot mutricy _at_ ecl2005 dot ec-lyon dot fr>
------------------------------------------------------------------------
r14775 | damienf | 2006-03-17 02:08:13 +0100 (Fri, 17 Mar 2006) | 3 lines
Changed paths:
   M /trunk/mozilla/Makefile.am
   M /trunk/mozilla/npvlc_rc.rc

Makefile.am: fixed linking of mozilla plugin
npvlc_rc.rc: fixed description and suffixes columns

------------------------------------------------------------------------
r14774 | hartman | 2006-03-16 23:45:11 +0100 (Thu, 16 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/livedotcom.cpp

* G726 settings for liveMedia refs #601

------------------------------------------------------------------------
r14773 | xtophe | 2006-03-16 21:19:54 +0100 (Thu, 16 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/js/functions.js
   M /trunk/share/http/style.css

Reimplement [14768] with a CSS. Patch by Laurent Mutricy.

------------------------------------------------------------------------
r14772 | dionoea | 2006-03-16 18:59:41 +0100 (Thu, 16 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/skins2/parser/skin_parser.cpp

hum, forgot to set the default value

------------------------------------------------------------------------
r14771 | dionoea | 2006-03-16 17:59:41 +0100 (Thu, 16 Mar 2006) | 5 lines
Changed paths:
   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
   M /trunk/modules/gui/skins2/parser/builder.cpp
   M /trunk/modules/gui/skins2/parser/builder_data.def
   M /trunk/modules/gui/skins2/parser/builder_data.hpp
   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
   M /trunk/modules/gui/skins2/utils/var_tree.cpp
   M /trunk/modules/gui/skins2/utils/var_tree.hpp

Add attribute flat="true/false" to Playtree. When flat is true, only the
leafs will be displayed (like the old style playlist). Once we're sure
that this works fine, we can ditch the old skins2 playlist code.


------------------------------------------------------------------------
r14770 | titer | 2006-03-16 01:38:46 +0100 (Thu, 16 Mar 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

Workarounds a BeOS segfaulting weirdness

------------------------------------------------------------------------
r14769 | dionoea | 2006-03-15 20:44:02 +0100 (Wed, 15 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/dialogs/footer

change "videolan.org" to "VideoLAN website"

------------------------------------------------------------------------
r14768 | dionoea | 2006-03-15 20:33:10 +0100 (Wed, 15 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/js/functions.js
   M /trunk/share/http/requests/status.xml

"[PATCH] http interface : fix the shuffle/loop/repeat buttons" by Laurent Mutricy

------------------------------------------------------------------------
r14767 | dionoea | 2006-03-15 14:23:31 +0100 (Wed, 15 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/js/functions.js

Fix browsing when file/folder name is using a quote (').

------------------------------------------------------------------------
r14766 | dionoea | 2006-03-15 14:01:36 +0100 (Wed, 15 Mar 2006) | 2 lines
Changed paths:
   M /trunk/THANKS
   M /trunk/share/http/js/functions.js
   M /trunk/share/http/requests/status.xml

"[PATCH] http interface workaround to make the play/pause button work well" by Laurent Mutricy.

------------------------------------------------------------------------
r14765 | hartman | 2006-03-15 02:12:30 +0100 (Wed, 15 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/livedotcom.cpp

* Ahum.. compile before you commit...

------------------------------------------------------------------------
r14764 | hartman | 2006-03-15 02:07:29 +0100 (Wed, 15 Mar 2006) | 5 lines
Changed paths:
   M /trunk/modules/demux/livedotcom.cpp

* Completly untested G726 support for liveMedia. refs #601
  If anyone has access to such a stream, please test this. The AXIS 241QA has this for instance.

  See also: http://forum.videolan.org/viewtopic.php?t=18287&start=0&postdays=0&postorder=asc&highlight=g726

------------------------------------------------------------------------
r14763 | hartman | 2006-03-15 01:40:18 +0100 (Wed, 15 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/charset.c

* Fix src/misc/charset on platforms without setlocale. In that case we pass NULL to FindFallbackEncoding

------------------------------------------------------------------------
r14762 | xtophe | 2006-03-14 23:40:33 +0100 (Tue, 14 Mar 2006) | 4 lines
Changed paths:
   M /trunk/configure.ac
   A /trunk/modules/mux/rtp/Modules.am
   M /trunk/po/POTFILES.in
   M /trunk/po/ca.po
   M /trunk/po/da.po
   M /trunk/po/de.po
   M /trunk/po/en_GB.po
   M /trunk/po/es.po
   M /trunk/po/fr.po
   M /trunk/po/it.po
   M /trunk/po/ja.po
   M /trunk/po/ka.po
   M /trunk/po/ko.po
   M /trunk/po/nl.po
   M /trunk/po/oc.po
   M /trunk/po/pt_BR.po
   M /trunk/po/ro.po
   M /trunk/po/ru.po
   M /trunk/po/sv.po
   M /trunk/po/tr.po
   M /trunk/po/vlc.pot
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.po

ALL: Fix make distcheck
	- add a modules.am for mux/rtp It is just there to please autotools nothing is built by default
	- update-po

------------------------------------------------------------------------
r14761 | hartman | 2006-03-14 22:59:02 +0100 (Tue, 14 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/stream_out/rtp.c

* We are not gonna start naming options to RFCs. Let's just call it LATM, even though it's technically not correct.

------------------------------------------------------------------------
r14760 | xtophe | 2006-03-14 22:52:53 +0100 (Tue, 14 Mar 2006) | 3 lines
Changed paths:
   M /trunk/extras/contrib
   M /trunk/extras/contrib/Makefile
   M /trunk/extras/contrib/src

contrib/Makefile: fix the rights on the bin directory
some more svn:ignore

------------------------------------------------------------------------
r14759 | courmisch | 2006-03-14 22:46:18 +0100 (Tue, 14 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/stream_out/rtp.c

Whoops. Disable by default for now.
Maybe the option name could be made better.

------------------------------------------------------------------------
r14758 | courmisch | 2006-03-14 22:42:07 +0100 (Tue, 14 Mar 2006) | 5 lines
Changed paths:
   M /trunk/THANKS
   M /trunk/modules/stream_out/rtp.c

Apply RFC3016 RTP packetizer patch from Alex Antropoff

The new format is disabled by default,
so we have little risks of regression.

------------------------------------------------------------------------
r14757 | dionoea | 2006-03-14 15:38:45 +0100 (Tue, 14 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/video_filter/mosaic.c

Fix unsigned int vs int compilation warning.

------------------------------------------------------------------------
r14756 | dionoea | 2006-03-14 15:19:37 +0100 (Tue, 14 Mar 2006) | 12 lines
Changed paths:
   M /trunk/modules/video_filter/mosaic.c

Fix sub picture region x and y offset values when using
--mosaic-keep-picture with a picture that is bigger than on of the
mosaic's small rectangles.

This allows creation of mosaics like :
AAAAAABBB
A    ABBB
A    ACCC
AAAAAACCC
(where A, B and C are 3 sub streams)


------------------------------------------------------------------------
r14755 | dionoea | 2006-03-14 14:08:48 +0100 (Tue, 14 Mar 2006) | 7 lines
Changed paths:
   M /trunk/src/misc/block.c

Looks like we didn't malloc the right size. (If this was some dirty
hack, please revert my commit and add a comment explaining why it's
needed because)

Thanks to http://forum.videolan.org/viewtopic.php?t=18285 for noticing.


------------------------------------------------------------------------
r14754 | xtophe | 2006-03-14 11:01:39 +0100 (Tue, 14 Mar 2006) | 2 lines
Changed paths:
   M /trunk/debian/patches/20_no-wx-updates.dpatch

debian/patches: Fix the debian package creation

------------------------------------------------------------------------
r14753 | dionoea | 2006-03-13 23:43:25 +0100 (Mon, 13 Mar 2006) | 2 lines
Changed paths:
   M /trunk/share/http/js/functions.js
   M /trunk/share/http/requests/browse.xml

Fix browsing directories containing the '&' character

------------------------------------------------------------------------
r14752 | dionoea | 2006-03-13 22:51:36 +0100 (Mon, 13 Mar 2006) | 4 lines
Changed paths:
   M /trunk/modules/demux/m3u.c

Fix playing stuff like http://213.205.97.105:80/tf1jt/jt20d11032006.asf
which works using mmst but not mmsh (VLC only tried mmsh previously).


------------------------------------------------------------------------
r14751 | xtophe | 2006-03-13 17:45:00 +0100 (Mon, 13 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/packages.mak

Contrib: use libshout 2.2. It should solve the .pc probem ( missing theora depedancies)

------------------------------------------------------------------------
r14750 | courmisch | 2006-03-13 11:56:56 +0100 (Mon, 13 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/charset.c

Change Russian charset selection

------------------------------------------------------------------------
r14749 | courmisch | 2006-03-13 11:52:32 +0100 (Mon, 13 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/charset.c

Candidate language to likely non-UTF8 code page functions

------------------------------------------------------------------------
r14748 | zorglub | 2006-03-13 08:12:18 +0100 (Mon, 13 Mar 2006) | 4 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/interface.cpp
   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp

Add a tristate for WX playlist mode (normal/embedded/both).

For the moment, defaults to normal. (Closes:#494)

------------------------------------------------------------------------
r14747 | hartman | 2006-03-13 01:54:40 +0100 (Mon, 13 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   D /trunk/extras/contrib/src/Patches/x264_svn.patch

* Fix x264 compilation on Darwin

------------------------------------------------------------------------
r14746 | courmisch | 2006-03-12 23:52:25 +0100 (Sun, 12 Mar 2006) | 5 lines
Changed paths:
   M /trunk/include/charset.h
   M /trunk/include/vlc_symbols.h
   M /trunk/src/misc/unicode.c

* Use uint32_t instead of wchar_t to represent UTF32 characters, given wchar_t is not 32-bits on all platforms
* Cosmetic fixes
* Check for invalid UTF-32 sequence
* Accept all non-printable characters within UTF-8 strings (EnsureUTF8's job is to ensure valid UTF8 sequence, not to ensure printable characters)

------------------------------------------------------------------------
r14745 | xtophe | 2006-03-12 23:46:34 +0100 (Sun, 12 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

Missing in the previous commit + don't extract gecko-sdk each time

------------------------------------------------------------------------
r14744 | xtophe | 2006-03-12 22:59:12 +0100 (Sun, 12 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   M /trunk/extras/contrib/src/Patches/libshout-win32.patch

shout: Other approach.

------------------------------------------------------------------------
r14743 | zorglub | 2006-03-12 22:42:19 +0100 (Sun, 12 Mar 2006) | 4 lines
Changed paths:
   A /trunk/test/mangle
   A /trunk/test/mangle/VLCUtil.py
   A /trunk/test/mangle/mangle.py

File mangler 

This can be used to detect crashes due to bad streams (see the end of the program for the files which are tested)

------------------------------------------------------------------------
r14742 | xtophe | 2006-03-12 22:22:34 +0100 (Sun, 12 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   A /trunk/extras/contrib/src/Patches/libshout-win32.patch

Add libshout on win32

------------------------------------------------------------------------
r14741 | xtophe | 2006-03-12 18:30:46 +0100 (Sun, 12 Mar 2006) | 2 lines
Changed paths:
   M /trunk/po/POTFILES.in
   M /trunk/po/ca.po
   M /trunk/po/da.po
   M /trunk/po/de.po
   M /trunk/po/en_GB.po
   M /trunk/po/es.po
   M /trunk/po/fr.po
   M /trunk/po/it.po
   M /trunk/po/ja.po
   M /trunk/po/ka.po
   M /trunk/po/ko.po
   M /trunk/po/nl.po
   M /trunk/po/oc.po
   M /trunk/po/pt_BR.po
   M /trunk/po/ro.po
   M /trunk/po/ru.po
   M /trunk/po/sv.po
   M /trunk/po/tr.po
   M /trunk/po/vlc.pot
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.po

po/*: Mea Culpa. make update-po should be run on a clean tree

------------------------------------------------------------------------
r14740 | zorglub | 2006-03-12 16:06:39 +0100 (Sun, 12 Mar 2006) | 2 lines
Changed paths:
   M /trunk/m4

Fix svn:ignore

------------------------------------------------------------------------
r14739 | zorglub | 2006-03-12 15:24:54 +0100 (Sun, 12 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/nsv.c

Remove buggy debug

------------------------------------------------------------------------
r14738 | courmisch | 2006-03-12 13:44:06 +0100 (Sun, 12 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_common.h
   M /trunk/src/extras/libc.c

Always link libintl through libvlc on Win32

------------------------------------------------------------------------
r14737 | courmisch | 2006-03-12 11:41:31 +0100 (Sun, 12 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_common.h
   M /trunk/modules/control/http/http.c
   M /trunk/modules/gui/wince/interface.cpp
   M /trunk/modules/gui/wxwidgets/interface.cpp

Propagate changes from previous commit

------------------------------------------------------------------------
r14736 | courmisch | 2006-03-12 10:52:42 +0100 (Sun, 12 Mar 2006) | 3 lines
Changed paths:
   M /trunk/src/Makefile.am
   M /trunk/src/libvlc.c

 * Revert my [14546] that doesn't work
 * Remove changeset thing from shared libvlc versioning until someone cares to implement it properly within the build system

------------------------------------------------------------------------
r14735 | jpsaman | 2006-03-12 10:27:48 +0100 (Sun, 12 Mar 2006) | 1 line
Changed paths:
   M /trunk/src/control/vlm.c

Fix compiler warning: Add missing include
------------------------------------------------------------------------
r14734 | zorglub | 2006-03-12 10:12:38 +0100 (Sun, 12 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/interface.cpp

Disable update checker in Win32 until it's fixed

------------------------------------------------------------------------
r14733 | zorglub | 2006-03-12 10:11:49 +0100 (Sun, 12 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp

Revert [14732]

------------------------------------------------------------------------
r14732 | zorglub | 2006-03-12 10:08:18 +0100 (Sun, 12 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp

Might fix a bit update layout in win32

------------------------------------------------------------------------
r14731 | dionoea | 2006-03-12 00:30:07 +0100 (Sun, 12 Mar 2006) | 2 lines
Changed paths:
   M /trunk/NEWS

fix bluescreen description

------------------------------------------------------------------------
r14730 | fkuehne | 2006-03-12 00:29:09 +0100 (Sun, 12 Mar 2006) | 1 line
Changed paths:
   M /trunk/Makefile.am

* fix make dist for OSX
------------------------------------------------------------------------
r14729 | dionoea | 2006-03-12 00:23:32 +0100 (Sun, 12 Mar 2006) | 2 lines
Changed paths:
   M /trunk/NEWS

add note about XSPF not being in 0.8.5-test1

------------------------------------------------------------------------
r14728 | dionoea | 2006-03-12 00:21:44 +0100 (Sun, 12 Mar 2006) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/THANKS

Thanks and news (see previous commit)

------------------------------------------------------------------------
r14727 | dionoea | 2006-03-12 00:19:59 +0100 (Sun, 12 Mar 2006) | 11 lines
Changed paths:
   A /trunk/include/vlc_strings.h
   M /trunk/include/vlc_symbols.h
   M /trunk/modules/access/http.c
   M /trunk/modules/control/http/rpn.c
   M /trunk/modules/control/http/util.c
   M /trunk/modules/demux/playlist/Modules.am
   M /trunk/modules/demux/playlist/playlist.c
   M /trunk/modules/demux/playlist/playlist.h
   A /trunk/modules/demux/playlist/xspf.c
   A /trunk/modules/demux/playlist/xspf.h
   M /trunk/modules/gui/skins2/src/dialogs.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
   M /trunk/modules/misc/playlist/Modules.am
   M /trunk/modules/misc/playlist/export.c
   A /trunk/modules/misc/playlist/xspf.c
   A /trunk/modules/misc/playlist/xspf.h
   M /trunk/modules/services_discovery/upnp_intel.cpp
   M /trunk/src/Makefile.am
   M /trunk/src/misc/modules.c
   A /trunk/src/misc/strings.c
   M /trunk/src/playlist/loadsave.c

src/playlist/loadsave.c, modules/demux/playlist/*, modules/gui/*,
modules/misc/playlist/*, modules/access/http.c: XSPF playlist support
(read and write) by Daniel Stranger. Many thanks

src/misc/modules.c, src/misc/strings.c, include/vlc_strings.h: string
handling functions.

modules/control/http/*, modules/services_discovery/upnp_intel.cpp: use
these string handling functions.


------------------------------------------------------------------------
r14726 | xtophe | 2006-03-11 23:40:56 +0100 (Sat, 11 Mar 2006) | 3 lines
Changed paths:
   M /trunk/po/POTFILES.in
   M /trunk/po/ca.po
   M /trunk/po/da.po
   M /trunk/po/de.po
   M /trunk/po/en_GB.po
   M /trunk/po/es.po
   M /trunk/po/fr.po
   M /trunk/po/it.po
   M /trunk/po/ja.po
   M /trunk/po/ka.po
   M /trunk/po/ko.po
   M /trunk/po/nl.po
   M /trunk/po/oc.po
   M /trunk/po/pt_BR.po
   M /trunk/po/ro.po
   M /trunk/po/ru.po
   M /trunk/po/sv.po
   M /trunk/po/tr.po
   M /trunk/po/vlc.pot
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.po

ka.po: new update by Alexander Dibebulize.
All: Run make update-po

------------------------------------------------------------------------
r14725 | dionoea | 2006-03-11 22:19:12 +0100 (Sat, 11 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/playlist/item-ext.c

Check that destination node is really a node.

------------------------------------------------------------------------
r14724 | courmisch | 2006-03-11 20:35:22 +0100 (Sat, 11 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/codec/subsdec.c

 * Use run-time detection of UTF-8 as current charset instead of hard-coding to be if and only if Mac OS X
 * Use CP1252 as a fallback instead of ISO-8859-1 (as far as printable characters are concerned, the first is a superset of the second, and it is the most commonly used charset in the west to date)

------------------------------------------------------------------------
r14723 | courmisch | 2006-03-11 20:25:33 +0100 (Sat, 11 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/codec/subsdec.c

- Fix memleak when not using Mac OS
- Error handling clean up

------------------------------------------------------------------------
r14722 | zorglub | 2006-03-11 20:23:58 +0100 (Sat, 11 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/logger.c

Don't use %f in RRD output (Closes:#582)

------------------------------------------------------------------------
r14721 | zorglub | 2006-03-11 19:34:39 +0100 (Sat, 11 Mar 2006) | 3 lines
Changed paths:
   M /trunk/po/fr.po

A number of fixes spotted by S?\195?\169bastien Raud < s d0t raud att yahoo d0t fr >
Thanks.

------------------------------------------------------------------------
r14720 | zorglub | 2006-03-11 19:18:14 +0100 (Sat, 11 Mar 2006) | 7 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp

Work around what looks like a ...
...
WX bug !
(OnActivateItem not working with enter key on Win32)

(Closes:#348) 

------------------------------------------------------------------------
r14719 | zorglub | 2006-03-11 18:35:55 +0100 (Sat, 11 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/avi/avi.c
   M /trunk/modules/demux/demuxdump.c
   M /trunk/modules/demux/mjpeg.c
   M /trunk/modules/demux/mod.c
   M /trunk/modules/demux/mpc.c
   M /trunk/modules/demux/mpeg/h264.c
   M /trunk/modules/demux/mpeg/mpga.c
   M /trunk/modules/demux/nsv.c
   M /trunk/modules/demux/ogg.c
   M /trunk/modules/demux/playlist/playlist.c
   M /trunk/modules/demux/ps.c
   M /trunk/modules/demux/rawdv.c
   M /trunk/modules/demux/sgimb.c
   M /trunk/modules/demux/subtitle.c
   M /trunk/modules/demux/util/id3tag.c
   M /trunk/modules/demux/vobsub.c

Strings (Refs:#438)

------------------------------------------------------------------------
r14718 | fkuehne | 2006-03-11 18:19:37 +0100 (Sat, 11 Mar 2006) | 1 line
Changed paths:
   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj

* updated the copyright-string
------------------------------------------------------------------------
r14717 | zorglub | 2006-03-11 14:41:49 +0100 (Sat, 11 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp

Change some button orders
Hide the "OK" button in the preferences (keep "Save")

------------------------------------------------------------------------
r14716 | zorglub | 2006-03-11 14:03:04 +0100 (Sat, 11 Mar 2006) | 5 lines
Changed paths:
   M /trunk/modules/mux/mpeg/pes.c

Fix crash in TS muxer. Patch by Alex Antropoff.
Thanks.

Closes: #552

------------------------------------------------------------------------
r14715 | xtophe | 2006-03-11 02:29:05 +0100 (Sat, 11 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/flac.c

codec/flac.c: fix preparse with flac

------------------------------------------------------------------------
r14714 | courmisch | 2006-03-11 00:19:18 +0100 (Sat, 11 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/ftp.c

Tell user we disabled EPSV mode _before_ reconnecting so (s)he doesn't get confused

------------------------------------------------------------------------
r14713 | courmisch | 2006-03-10 19:21:34 +0100 (Fri, 10 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/Makefile.am

Fix typo

------------------------------------------------------------------------
r14712 | courmisch | 2006-03-10 19:10:45 +0100 (Fri, 10 Mar 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am
   M /trunk/src/Makefile.am

Test distcheck with libtool when using libtool so I can test

------------------------------------------------------------------------
r14711 | courmisch | 2006-03-10 18:57:31 +0100 (Fri, 10 Mar 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/include/vlc_common.h
   M /trunk/src/extras/libc.c

Remove broken lldiv check and only use lldiv replacement on BeOS

------------------------------------------------------------------------
r14710 | courmisch | 2006-03-10 18:48:57 +0100 (Fri, 10 Mar 2006) | 2 lines
Changed paths:
   M /trunk/po/POTFILES.in

Remove non-existant files

------------------------------------------------------------------------
r14709 | courmisch | 2006-03-10 18:35:28 +0100 (Fri, 10 Mar 2006) | 2 lines
Changed paths:
   M /trunk/po/POTFILES.in
   M /trunk/po/ca.po
   M /trunk/po/da.po
   M /trunk/po/de.po
   M /trunk/po/en_GB.po
   M /trunk/po/es.po
   M /trunk/po/fr.po
   M /trunk/po/it.po
   M /trunk/po/ja.po
   M /trunk/po/ka.po
   M /trunk/po/ko.po
   M /trunk/po/nl.po
   M /trunk/po/oc.po
   M /trunk/po/pt_BR.po
   M /trunk/po/ro.po
   M /trunk/po/ru.po
   M /trunk/po/sv.po
   M /trunk/po/tr.po
   M /trunk/po/vlc.pot
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.po

Update file names

------------------------------------------------------------------------
r14708 | courmisch | 2006-03-10 18:31:15 +0100 (Fri, 10 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/Makefile.am
   A /trunk/src/network/error.c (from /trunk/src/network/net_error.c:14707)
   D /trunk/src/network/net_error.c

Use better name for newly introduced file

------------------------------------------------------------------------
r14707 | courmisch | 2006-03-10 18:30:32 +0100 (Fri, 10 Mar 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am
   A /trunk/src/vlc.c (from /trunk/src/vlc.c:14500)
   D /trunk/vlc.c

Same as previous commit - for VLC

------------------------------------------------------------------------
r14706 | courmisch | 2006-03-10 18:21:33 +0100 (Fri, 10 Mar 2006) | 3 lines
Changed paths:
   M /trunk/src/Makefile.am
   D /trunk/src/audio_output/ainput.c
   A /trunk/src/audio_output/input.c (from /trunk/src/audio_output/ainput.c:14690)
   A /trunk/src/control/audio.c (from /trunk/src/control/libvlc_audio.c:14705)
   A /trunk/src/control/core.c (from /trunk/src/control/libvlc_core.c:14705)
   A /trunk/src/control/input.c (from /trunk/src/control/libvlc_input.c:14705)
   D /trunk/src/control/libvlc_audio.c
   D /trunk/src/control/libvlc_core.c
   D /trunk/src/control/libvlc_input.c
   D /trunk/src/control/libvlc_playlist.c
   D /trunk/src/control/libvlc_video.c
   D /trunk/src/control/libvlc_vlm.c
   A /trunk/src/control/playlist.c (from /trunk/src/control/libvlc_playlist.c:14705)
   A /trunk/src/control/video.c (from /trunk/src/control/libvlc_video.c:14705)
   A /trunk/src/control/vlm.c (from /trunk/src/control/libvlc_vlm.c:14705)

Fix and restore nice file names
Shame on me

------------------------------------------------------------------------
r14705 | xtophe | 2006-03-10 15:03:58 +0100 (Fri, 10 Mar 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am

Makefile.am: Add the syntax files, valgrinds false positive suppressions, make nicificator to the tarball

------------------------------------------------------------------------
r14704 | dionoea | 2006-03-10 13:44:17 +0100 (Fri, 10 Mar 2006) | 2 lines
Changed paths:
   M /trunk/po/POTFILES.in
   M /trunk/po/ca.po
   M /trunk/po/da.po
   M /trunk/po/de.po
   M /trunk/po/en_GB.po
   M /trunk/po/es.po
   M /trunk/po/fr.po
   M /trunk/po/it.po
   M /trunk/po/ja.po
   M /trunk/po/ka.po
   M /trunk/po/ko.po
   M /trunk/po/nl.po
   M /trunk/po/oc.po
   M /trunk/po/pt_BR.po
   M /trunk/po/ro.po
   M /trunk/po/ru.po
   M /trunk/po/sv.po
   M /trunk/po/tr.po
   M /trunk/po/vlc.pot
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.po

run make update-po

------------------------------------------------------------------------
r14703 | courmisch | 2006-03-10 10:31:17 +0100 (Fri, 10 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/network/tcp.c

Clean up ListenTCP error handling (refs #320)

------------------------------------------------------------------------
r14702 | courmisch | 2006-03-10 10:28:45 +0100 (Fri, 10 Mar 2006) | 3 lines
Changed paths:
   M /trunk/include/vlc_symbols.h

Someone forgot to add an exported symbol
(p_symbols and vlc_symbols.h sucks time, heh? - use shared libvlc/libtool)

------------------------------------------------------------------------
r14701 | zorglub | 2006-03-10 08:20:41 +0100 (Fri, 10 Mar 2006) | 2 lines
Changed paths:
   A /trunk/ChangeLog

Forgot this

------------------------------------------------------------------------
r14700 | zorglub | 2006-03-10 08:17:31 +0100 (Fri, 10 Mar 2006) | 2 lines
Changed paths:
   D /trunk/ChangeLog
   M /trunk/configure.ac
   A /trunk/doc/ChangeLog-2005 (from /trunk/ChangeLog:14699)
   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj

Test1

------------------------------------------------------------------------
r14699 | courmisch | 2006-03-09 23:57:30 +0100 (Thu, 09 Mar 2006) | 3 lines
Changed paths:
   M /trunk/src/network/tcp.c

- Clean up error message generation with TCP outgoing connections
- Fix memleak in case of connection failure

------------------------------------------------------------------------
r14698 | courmisch | 2006-03-09 23:56:37 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/network.h
   M /trunk/src/Makefile.am
   A /trunk/src/network/net_error.c

Common socket error handling

------------------------------------------------------------------------
r14697 | courmisch | 2006-03-09 23:43:01 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/Makefile.am

Fix make core on Win32 with shared libvlc

------------------------------------------------------------------------
r14696 | xtophe | 2006-03-09 21:05:53 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/libvlc.h

libvlc.h: preferences tweaking

------------------------------------------------------------------------
r14695 | xtophe | 2006-03-09 20:55:40 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/logger.c
   M /trunk/src/libvlc.h

all: move the logger option from video to interface and advanced

------------------------------------------------------------------------
r14694 | hartman | 2006-03-09 16:57:48 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/macosx/vout.m

* Use the proper parent object to do var_Get macosx-black on. Fixes the issue where we failed to mutex_lock.

------------------------------------------------------------------------
r14693 | hartman | 2006-03-09 16:55:13 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/messages.c

* Don't crash if we want to msg_Dbg on an object that doesn't exist.

------------------------------------------------------------------------
r14692 | courmisch | 2006-03-09 14:28:48 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp

Use the fine stack as we can

------------------------------------------------------------------------
r14691 | courmisch | 2006-03-09 14:08:46 +0100 (Thu, 09 Mar 2006) | 15 lines
Changed paths:
   M /trunk/src/misc/configuration.c

As a work-around, accept both decimal separators when...
deserializing floats from configuration (fixes #589)

I know this is NOT the ?\226?\128?\156right?\226?\128?\157 way to fix this.
The ?\226?\128?\156right?\226?\128?\157 way would be to remove floats from the configuration...
but there are approximately one float parameter in the core and 46 ones
in our current plugins set, none of which I use myself. So I am
defintely not going to rewrite all^H^H^Hany of them.

Of course, it would be cleaner to be ?\226?\128?\156strict?\226?\128?\157  in what we write to
the configuration file, than ?\226?\128?\156liberal?\226?\128?\157 in what we accept... but IMHO,
it is way easier and more robust to be liberal in what we accept in
this particular case (ie. accepting both decimal separators is trivial,
while serializing float numbers manually is complex).

------------------------------------------------------------------------
r14690 | courmisch | 2006-03-09 11:56:53 +0100 (Thu, 09 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/misc/rtsp.c

Revert [14683]
You can definitely declare variable at the beginning of a nested block with gcc 2.95

------------------------------------------------------------------------
r14689 | fkuehne | 2006-03-09 11:04:01 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/macosx/sfilters.h
   M /trunk/modules/gui/macosx/sfilters.m

* put a warning to prevent users from reporting known bugs for panel is which won't be included within 0.8.5
* fixed svn propset
------------------------------------------------------------------------
r14688 | jpsaman | 2006-03-09 10:47:30 +0100 (Thu, 09 Mar 2006) | 1 line
Changed paths:
   M /trunk/modules/access/dvb/access.c
   M /trunk/modules/access/dvb/dvb.h
   M /trunk/modules/access/dvb/linux_dvb.c
   M /trunk/modules/access/udp.c
   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
   M /trunk/modules/audio_filter/converter/fixed32tos16.c
   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
   M /trunk/modules/gui/pda/pda.c
   M /trunk/modules/gui/pda/pda.h
   M /trunk/modules/gui/pda/pda_callbacks.c
   M /trunk/modules/gui/pda/pda_callbacks.h
   M /trunk/modules/misc/qte_main.cpp
   M /trunk/modules/video_output/hd1000v.cpp
   M /trunk/modules/video_output/qte/qte.cpp
   M /trunk/modules/video_output/qte/qte.h

Update e-mail address
------------------------------------------------------------------------
r14687 | fkuehne | 2006-03-09 10:31:36 +0100 (Thu, 09 Mar 2006) | 1 line
Changed paths:
   M /trunk/NEWS

* improved the wording a bit
------------------------------------------------------------------------
r14686 | titer | 2006-03-09 00:52:35 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_common.h
   M /trunk/src/extras/libc.c

 Force lldiv emulation on BeOS

------------------------------------------------------------------------
r14685 | damienf | 2006-03-09 00:52:29 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp

all: reworked gui layout of dialog boxes to get rid of the dark gray background colour (I hope that wasn't intentional :)

------------------------------------------------------------------------
r14684 | titer | 2006-03-09 00:32:08 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/include/vlc_common.h
   M /trunk/src/extras/libc.c

 Emulate C99's lldiv() if necessary

------------------------------------------------------------------------
r14683 | xtophe | 2006-03-08 23:30:53 +0100 (Wed, 08 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/rtsp.c

rtsp.c: BeOS fix. variables can't be declared in the middle of the function.

------------------------------------------------------------------------
r14682 | hartman | 2006-03-08 23:03:00 +0100 (Wed, 08 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Patches/x264_svn.patch

* one part of x264 patch fixed upstream

------------------------------------------------------------------------
r14681 | damienf | 2006-03-08 18:50:44 +0100 (Wed, 08 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

all: for Cygwin, make sure that the program-prefix is empty, so that libgcrypt-config & gnutls-config are not prefixed by the target build (i586-mingw32msvc), which causes prevents configures scripts from detecting them

------------------------------------------------------------------------
r14680 | courmisch | 2006-03-08 18:33:29 +0100 (Wed, 08 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   A /trunk/extras/contrib/src/Patches/gnutls-win32.patch

Winsock non-blocking kludge for GnuTLS (refs #538)

------------------------------------------------------------------------
r14679 | courmisch | 2006-03-08 18:25:09 +0100 (Wed, 08 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src

svn:ignore

------------------------------------------------------------------------
r14678 | dionoea | 2006-03-08 18:06:59 +0100 (Wed, 08 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/charset.h
   M /trunk/include/vlc_symbols.h

modules/misc/rtsp.c is using us_strtod

------------------------------------------------------------------------
r14677 | courmisch | 2006-03-08 14:51:31 +0100 (Wed, 08 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/charset.h

Missing export

------------------------------------------------------------------------
r14676 | courmisch | 2006-03-08 14:32:37 +0100 (Wed, 08 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/rtsp.c

Don't use C (de)serialization for float numbers (closes #583)

------------------------------------------------------------------------
r14675 | courmisch | 2006-03-08 13:25:29 +0100 (Wed, 08 Mar 2006) | 5 lines
Changed paths:
   M /trunk/include/charset.h
   M /trunk/src/misc/charset.c
   M /trunk/src/test/i18n_atof.c

 * i18n_strtod: locale-agnostic strtod() (accepts both comma and dot as decimal separator)
 * us_strtod, us_atof: same as i18n_* but only accept dot in any case
   (this will be useful when parsing stream output chain which uses comma to separate
    options)

------------------------------------------------------------------------
r14674 | courmisch | 2006-03-08 13:23:34 +0100 (Wed, 08 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/stream_out/rtp.c

Fix TTL range check

------------------------------------------------------------------------
r14673 | courmisch | 2006-03-08 12:52:46 +0100 (Wed, 08 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/variables.c

Avoid ugly non-const cast

------------------------------------------------------------------------
r14672 | courmisch | 2006-03-08 12:32:34 +0100 (Wed, 08 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/charset.h
   M /trunk/src/Makefile.am
   M /trunk/src/misc/charset.c
   A /trunk/src/test
   A /trunk/src/test/i18n_atof.c

i18n_atof(): locale-agnostic atof()

------------------------------------------------------------------------
r14671 | zorglub | 2006-03-08 10:47:45 +0100 (Wed, 08 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/streamdata.h

Fix wizard matrix on win32. Closes:#531

------------------------------------------------------------------------
r14670 | hartman | 2006-03-08 00:56:32 +0100 (Wed, 08 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/macosx/vout.h
   M /trunk/modules/gui/macosx/vout.m

* Fix the issue where sometimes the Menubar wouldn't reappear after exiting fullscreen.

------------------------------------------------------------------------
r14669 | hartman | 2006-03-08 00:22:41 +0100 (Wed, 08 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/input/input.c

* Fix an issue with a : in the subtitle-filename causing the subtitle detection to fail.

------------------------------------------------------------------------
r14668 | courmisch | 2006-03-07 21:06:53 +0100 (Tue, 07 Mar 2006) | 7 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
   M /trunk/modules/gui/wxwidgets/interface.cpp
   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp

- Undo [14667]
 * fix memleak
 * remove unused variable (psz_local always NULL...)
 * remove free(NULL)
 * remove expansion-unsafe wxDnDLocaleFree() macro variant
- Actually fix [14633] flawed logic

------------------------------------------------------------------------
r14667 | dionoea | 2006-03-07 19:48:35 +0100 (Tue, 07 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
   M /trunk/modules/gui/wxwidgets/interface.cpp
   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp

Fix wx DnD once more.

------------------------------------------------------------------------
r14666 | xtophe | 2006-03-07 14:30:27 +0100 (Tue, 07 Mar 2006) | 2 lines
Changed paths:
   M /trunk/HACKING

HACKING: Add a note about the module cache and vlc --list

------------------------------------------------------------------------
r14665 | damienf | 2006-03-07 13:22:19 +0100 (Tue, 07 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

Makefile: don't forget to chmod a+x gecko-sdk/bin/*

------------------------------------------------------------------------
r14664 | damienf | 2006-03-07 13:15:06 +0100 (Tue, 07 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   M /trunk/extras/contrib/src/packages.mak

all: updating mozilla SDK for cygwin builds

------------------------------------------------------------------------
r14663 | xtophe | 2006-03-07 11:29:41 +0100 (Tue, 07 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch

ffmpeg-cvs-mactel.patch: Mangle patch was applied upstream

------------------------------------------------------------------------
r14662 | dionoea | 2006-03-06 19:55:39 +0100 (Mon, 06 Mar 2006) | 2 lines
Changed paths:
   M /trunk/doc/vlc.1

Add link to online documentation in VLC manpage

------------------------------------------------------------------------
r14661 | sam | 2006-03-06 18:51:43 +0100 (Mon, 06 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

  * extras/contrib/src/Makefile: build libx264.a in PIC mode on OS X x86.

------------------------------------------------------------------------
r14660 | damienf | 2006-03-06 17:06:41 +0100 (Mon, 06 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

Makefile: fix for MacIntel package build

------------------------------------------------------------------------
r14659 | courmisch | 2006-03-06 11:25:12 +0100 (Mon, 06 Mar 2006) | 3 lines
Changed paths:
   M /trunk/include/vlc_common.h
   M /trunk/include/vlc_symbols.h
   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
   M /trunk/modules/gui/wxwidgets/interface.cpp
   M /trunk/src/extras/libc.c

WxWidgets: use wraptext in UTF-8 mode as that is the codeset for gettext
core: remove unused ISO-8859-centric monobyte mode from vlc_wraptext()

------------------------------------------------------------------------
r14658 | courmisch | 2006-03-06 11:23:37 +0100 (Mon, 06 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/gnutls.c

Add extra Win32-specific debug (refs #538)

------------------------------------------------------------------------
r14657 | xtophe | 2006-03-06 10:42:01 +0100 (Mon, 06 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/Makefile.am

src/Makefile: make distcheck happy

------------------------------------------------------------------------
r14656 | damienf | 2006-03-06 00:49:52 +0100 (Mon, 06 Mar 2006) | 6 lines
Changed paths:
   M /trunk/Makefile.am
   M /trunk/configure.ac
   M /trunk/extras/contrib/src/Makefile

extras/contrib/src/Makefile: cleaned up INSTALL_NAME macro for MacOS X: all the dylib in contrib/lib are soft-linked to their distributed version in 'vlc-lib'. this way, VLC build system can use contrib libs on MacOS X the same way as for UNIX, and should simplify porting to libtool
configure.ac: cleaned up Cocoa.h detection, removed link path dependency to 'vlc-lib' as it is no longer necessary
Makefile.am: fixed installation of dylibs as vlc_ prefix is already appended by INSTALL_NAME

NOTE: this change is highly disruptive for MacOS X build, I strongly recommend that you rebuild the contrib packages for this platform. Other platforms are unaffected

------------------------------------------------------------------------
r14655 | xtophe | 2006-03-05 21:08:16 +0100 (Sun, 05 Mar 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

configure.ac: use the gecko-sdk in the contrib

------------------------------------------------------------------------
r14654 | xtophe | 2006-03-05 20:37:21 +0100 (Sun, 05 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/Makefile

contrib/Makefile: Don't put 2 include

------------------------------------------------------------------------
r14653 | zorglub | 2006-03-05 20:05:07 +0100 (Sun, 05 Mar 2006) | 2 lines
Changed paths:
   M /trunk/NEWS

Add some news

------------------------------------------------------------------------
r14652 | xtophe | 2006-03-05 18:44:04 +0100 (Sun, 05 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/Makefile

contrib/Makefile: dereference the symlink. a better solution would be to transform the absolute one to relative.

------------------------------------------------------------------------
r14651 | xtophe | 2006-03-05 17:43:37 +0100 (Sun, 05 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch

Update x264 patch.

------------------------------------------------------------------------
r14650 | fkuehne | 2006-03-05 17:41:18 +0100 (Sun, 05 Mar 2006) | 3 lines
Changed paths:
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
   M /trunk/modules/gui/macosx/playlistinfo.m

* make sure that the timer which is updating the stats-tab is stopped when the panel is closed
* fixed a minor memory leak (the timer wasn't released after invalidating it)
* VLCInfo is o_info_window's delegate now
------------------------------------------------------------------------
r14649 | dionoea | 2006-03-05 16:47:17 +0100 (Sun, 05 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp

Select item after deleting items from the playlist with KEY_DEL.

------------------------------------------------------------------------
r14648 | fkuehne | 2006-03-05 16:42:51 +0100 (Sun, 05 Mar 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/macosx/playlistinfo.m

* don't show the statistics-tab if the stats aren't enabled
------------------------------------------------------------------------
r14647 | courmisch | 2006-03-05 16:34:21 +0100 (Sun, 05 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/libvlc.c

Don't call textdomain - it is not only useless but harmful (refs #581)

------------------------------------------------------------------------
r14646 | dionoea | 2006-03-05 16:33:02 +0100 (Sun, 05 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
   M /trunk/modules/gui/skins2/vars/playtree.hpp

ctrl_tree.cpp: fix selection bug (when pressing KEY_DOWN if the selected item was the last visible tree item)
playtree.hpp: cosmetics

------------------------------------------------------------------------
r14645 | courmisch | 2006-03-05 16:32:49 +0100 (Sun, 05 Mar 2006) | 3 lines
Changed paths:
   M /trunk/include/vlc_common.h
   M /trunk/src/extras/libc.c

- Call dgettext directly with shared libvlc and libtool
- Remove vlc_dcgettext in those cases

------------------------------------------------------------------------
r14644 | courmisch | 2006-03-05 16:32:01 +0100 (Sun, 05 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_threads_funcs.h

Add some ?\226?\128?\156const?\226?\128?\157s

------------------------------------------------------------------------
r14643 | courmisch | 2006-03-05 16:29:52 +0100 (Sun, 05 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
   M /trunk/modules/gui/wxwidgets/interface.cpp

Fix some warnings

------------------------------------------------------------------------
r14642 | dionoea | 2006-03-05 15:58:31 +0100 (Sun, 05 Mar 2006) | 2 lines
Changed paths:
   M /trunk/doc/release-howto.txt

We won't need to warn ECP about releases now.

------------------------------------------------------------------------
r14641 | dionoea | 2006-03-05 15:37:35 +0100 (Sun, 05 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/configuration.c

Fix build on Mac (i hope)

------------------------------------------------------------------------
r14640 | courmisch | 2006-03-05 12:36:59 +0100 (Sun, 05 Mar 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

remove now useless x509-ca-bundle option

------------------------------------------------------------------------
r14639 | courmisch | 2006-03-05 12:28:28 +0100 (Sun, 05 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/gnutls.c

Look for Root CA certificates in VLC data dir

------------------------------------------------------------------------
r14638 | dionoea | 2006-03-05 12:24:59 +0100 (Sun, 05 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp

We can now DnD a file everywhere on the playlist dialog. Droping above the tree will insert at the begining of the playlist. Droping under the tree will insert at the end of the playlist.

------------------------------------------------------------------------
r14637 | dionoea | 2006-03-05 12:16:23 +0100 (Sun, 05 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp

Remove uneeded include (since playlist DnD is now different from the main controler's DnD)

------------------------------------------------------------------------
r14636 | courmisch | 2006-03-05 12:10:34 +0100 (Sun, 05 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/configuration.h
   M /trunk/include/vlc_symbols.h
   M /trunk/src/misc/configuration.c

config_GetDataDir(): returns path to VLC installed shared data

------------------------------------------------------------------------
r14635 | courmisch | 2006-03-05 10:04:07 +0100 (Sun, 05 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp

Fix compilation AGAIN

------------------------------------------------------------------------
r14634 | xtophe | 2006-03-04 23:53:51 +0100 (Sat, 04 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp

fileinfo.*: I should lean C++

------------------------------------------------------------------------
r14633 | dionoea | 2006-03-04 23:48:20 +0100 (Sat, 04 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
   M /trunk/modules/gui/wxwidgets/interface.cpp
   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp

playlist.cpp, playlist.hpp: fix segfault when destroying playlist drop target (and use the wxDnD*Locale functions).
interface.cpp, wxwidgets.hpp: put courmisch's fixes to the DnD encoding issue in wx into wxDnDFromLocale and wxDnDFreeLocale

------------------------------------------------------------------------
r14632 | dionoea | 2006-03-04 23:06:08 +0100 (Sat, 04 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp

Fix node insertion. Thanks to zorglub.

------------------------------------------------------------------------
r14631 | courmisch | 2006-03-04 23:05:10 +0100 (Sat, 04 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/interface.cpp

Fix off by one bugs

------------------------------------------------------------------------
r14630 | dionoea | 2006-03-04 22:52:53 +0100 (Sat, 04 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp

dialogs/playlist.*: Add File Drop in playlist handling. (Still needs to include courmisch's wx encoding fix when the fix gets fixed)

------------------------------------------------------------------------
r14629 | jpsaman | 2006-03-04 22:17:25 +0100 (Sat, 04 Mar 2006) | 1 line
Changed paths:
   M /trunk/include/vlc_messages.h

Coding Style fixes
------------------------------------------------------------------------
r14628 | jpsaman | 2006-03-04 21:38:01 +0100 (Sat, 04 Mar 2006) | 1 line
Changed paths:
   M /trunk/include/vlc_messages.h

Fix wrong define, luckily this one wasn't used yet.
------------------------------------------------------------------------
r14627 | courmisch | 2006-03-04 21:24:19 +0100 (Sat, 04 Mar 2006) | 2 lines
Changed paths:
   M /trunk/bootstrap

Remove superfluous dep

------------------------------------------------------------------------
r14626 | courmisch | 2006-03-04 21:19:15 +0100 (Sat, 04 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp

closes #579

------------------------------------------------------------------------
r14625 | courmisch | 2006-03-04 21:11:01 +0100 (Sat, 04 Mar 2006) | 5 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/modules/misc/gnutls.c

Make the Root CA certificates bundle file for gnutls a configure-time setting
(as it is highly distribution dependant)
On Debian --with-x509-ca-bundle=/etc/ssl/certs/ca-certificates.crt will do
(provided you have the ca-certificates package)

------------------------------------------------------------------------
r14624 | jpsaman | 2006-03-04 21:01:58 +0100 (Sat, 04 Mar 2006) | 1 line
Changed paths:
   M /trunk/modules/control/telnet.c

Do not print extra STRING_CR on successfull command.
------------------------------------------------------------------------
r14623 | dionoea | 2006-03-04 19:42:35 +0100 (Sat, 04 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/playlist/item-ext.c

item-ext.c: detach from all parent nodes (fixed)

------------------------------------------------------------------------
r14622 | dionoea | 2006-03-04 19:41:08 +0100 (Sat, 04 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
   M /trunk/src/playlist/item-ext.c

modules/gui/wxwidgets/dialogs/playlist.cpp: add some more checks. Fixes infinite loop when draging an item outside the wxTreeCtrl widget.
src/playlist/item-ext.c: detach item from first matching parent node only.

------------------------------------------------------------------------
r14621 | xtophe | 2006-03-04 19:36:29 +0100 (Sat, 04 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp

fileinfo.hpp: we need to use b_stats in Update()

------------------------------------------------------------------------
r14620 | xtophe | 2006-03-04 19:07:43 +0100 (Sat, 04 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp

fileinfo.*: Don't show stats when they qre disable.

------------------------------------------------------------------------
r14619 | dionoea | 2006-03-04 18:32:35 +0100 (Sat, 04 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp

add "Add node" function to node contextual menu

------------------------------------------------------------------------
r14618 | dionoea | 2006-03-04 18:09:04 +0100 (Sat, 04 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp

Drag and Drop support in wx playlist.
TODO: merge this playlist code with the gibalou mini playlist code.

------------------------------------------------------------------------
r14617 | dionoea | 2006-03-04 18:01:14 +0100 (Sat, 04 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/playlist/item-ext.c

Humm ... forgot to save before commiting.

------------------------------------------------------------------------
r14616 | dionoea | 2006-03-04 18:00:41 +0100 (Sat, 04 Mar 2006) | 3 lines
Changed paths:
   M /trunk/include/vlc_playlist.h
   M /trunk/include/vlc_symbols.h
   M /trunk/src/playlist/item-ext.c

Code the playlist_TreeMove function.
zorglub: i'm not really sure about the i_serial incrementation stuff, could you give it a look ?

------------------------------------------------------------------------
r14615 | courmisch | 2006-03-04 17:56:05 +0100 (Sat, 04 Mar 2006) | 4 lines
Changed paths:
   M /trunk/modules/misc/gnutls.c

- Support for adding a single file rather than a directory as CA path
- Use Debian default
  much faster, but properly only works on Debian and its derivatives

------------------------------------------------------------------------
r14614 | courmisch | 2006-03-04 17:06:27 +0100 (Sat, 04 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/misc/gnutls.c

- Load root certificates from /etc/ssl (currently very slow :( )
- Cosmetic

------------------------------------------------------------------------
r14613 | courmisch | 2006-03-04 14:41:41 +0100 (Sat, 04 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/gnutls.c

Missed one error case

------------------------------------------------------------------------
r14612 | courmisch | 2006-03-04 14:36:48 +0100 (Sat, 04 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/gnutls.c

(safe) directory recursion when looking for CA certificates

------------------------------------------------------------------------
r14611 | courmisch | 2006-03-04 14:31:59 +0100 (Sat, 04 Mar 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

Don't BUILD_PIC when the platform doesn't need PIC

------------------------------------------------------------------------
r14610 | courmisch | 2006-03-04 13:34:28 +0100 (Sat, 04 Mar 2006) | 2 lines
Changed paths:
   M /trunk/bootstrap

Libtool: kludge^H^H^H^H^H^Hfix make (|un)install within modules/subdir/subdir

------------------------------------------------------------------------
r14609 | courmisch | 2006-03-04 13:20:06 +0100 (Sat, 04 Mar 2006) | 2 lines
Changed paths:
   M /trunk/bootstrap

libtool: Propagate errors from make (|un)install

------------------------------------------------------------------------
r14608 | fkuehne | 2006-03-04 12:53:03 +0100 (Sat, 04 Mar 2006) | 1 line
Changed paths:
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
   M /trunk/modules/gui/macosx/playlistinfo.m

* fix the table on the second tab and added an extra check to prevent a crash in rare situations
------------------------------------------------------------------------
r14607 | courmisch | 2006-03-04 11:46:27 +0100 (Sat, 04 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/network/httpd.c

Cosmetic

------------------------------------------------------------------------
r14606 | zorglub | 2006-03-04 10:28:06 +0100 (Sat, 04 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp

Don't prepend :sout= to sout string in VLM dialog (Refs:#530)

------------------------------------------------------------------------
r14605 | zorglub | 2006-03-04 10:12:21 +0100 (Sat, 04 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp

Fix ordering of widgets in sout panel (Closes:#469)

------------------------------------------------------------------------
r14604 | zorglub | 2006-03-04 10:00:10 +0100 (Sat, 04 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp

Shoud fix #'565

------------------------------------------------------------------------
r14603 | xtophe | 2006-03-04 01:59:51 +0100 (Sat, 04 Mar 2006) | 5 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp

wx/dialogs/open.cpp: Fix the caching option. Closes #575
-This line, and those below, will be ignored--

M    open.cpp

------------------------------------------------------------------------
r14602 | courmisch | 2006-03-03 23:43:22 +0100 (Fri, 03 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/rtsp.c

Fix error code when server is overloaded

------------------------------------------------------------------------
r14601 | jpsaman | 2006-03-03 22:43:48 +0100 (Fri, 03 Mar 2006) | 1 line
Changed paths:
   A /trunk/modules/mux/rtp
   A /trunk/modules/mux/rtp/rtcp.c
   A /trunk/modules/mux/rtp/rtcp.h
   A /trunk/modules/mux/rtp/rtp.h

Structures and functions for RTCP support. BIG FAT WARNING >>>> This code is untested <<<< but the request for it is high.
------------------------------------------------------------------------
r14600 | fkuehne | 2006-03-03 18:29:13 +0100 (Fri, 03 Mar 2006) | 1 line
Changed paths:
   M /trunk/Makefile.am

* added a couple of OSX-intf-files which were added after the last release
------------------------------------------------------------------------
r14599 | fkuehne | 2006-03-03 18:21:16 +0100 (Fri, 03 Mar 2006) | 4 lines
Changed paths:
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
   M /trunk/modules/gui/macosx/intf.m
   M /trunk/modules/gui/macosx/playlist.m
   M /trunk/modules/gui/macosx/playlistinfo.m

*.m: unified the title of the Information-panel and the menu-items pointing to it to "Information" (instead of a mixture of "Properties" and "Info")
MainMenu.nib: 
    - dto
    - let the user select the values of the Statistics-tab
------------------------------------------------------------------------
r14598 | fkuehne | 2006-03-03 18:12:15 +0100 (Fri, 03 Mar 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/macosx/vout.m

* fixed a signed vs unsinged warning
------------------------------------------------------------------------
r14597 | dionoea | 2006-03-03 15:37:24 +0100 (Fri, 03 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/video_output/image.c

image.c: add --image-out-replace option. If enabled, the image vout will
always overwrite the same file.

------------------------------------------------------------------------
r14596 | fkuehne | 2006-03-03 14:51:04 +0100 (Fri, 03 Mar 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/macosx/playlistinfo.h
   M /trunk/modules/gui/macosx/playlistinfo.m

* added a NSTimer to update the statistics every second
------------------------------------------------------------------------
r14595 | xtophe | 2006-03-03 14:08:48 +0100 (Fri, 03 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

Makefile: We need autogen on win32

------------------------------------------------------------------------
r14594 | fkuehne | 2006-03-03 13:19:56 +0100 (Fri, 03 Mar 2006) | 1 line
Changed paths:
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
   M /trunk/modules/gui/macosx/playlistinfo.h
   M /trunk/modules/gui/macosx/playlistinfo.m

* implemented the statistics-tab. No auto-update yet.
------------------------------------------------------------------------
r14593 | hartman | 2006-03-03 12:25:18 +0100 (Fri, 03 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

* Disable INSTALL_NAME now gpg-error isn't shared.

------------------------------------------------------------------------
r14592 | hartman | 2006-03-03 12:19:00 +0100 (Fri, 03 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

* copy and tabs... sigh.

------------------------------------------------------------------------
r14591 | hartman | 2006-03-03 12:15:55 +0100 (Fri, 03 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

* Lets avoid autogen where we can

------------------------------------------------------------------------
r14590 | hartman | 2006-03-03 11:40:56 +0100 (Fri, 03 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   M /trunk/extras/contrib/src/Patches/live-osx.patch

* Fix liveMedia on all platforms now hopefully

------------------------------------------------------------------------
r14589 | hartman | 2006-03-03 11:22:18 +0100 (Fri, 03 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/packages.mak

* www.live555.com seems unreachable. use live555.com

------------------------------------------------------------------------
r14588 | courmisch | 2006-03-03 10:32:20 +0100 (Fri, 03 Mar 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

Solaris breakage again

------------------------------------------------------------------------
r14587 | jpsaman | 2006-03-03 09:52:27 +0100 (Fri, 03 Mar 2006) | 1 line
Changed paths:
   M /trunk/modules/demux/livedotcom.cpp

Playing 3GPP audio only LATM AAC/HE-AAC streams. Patch by Ross Finalayson
------------------------------------------------------------------------
r14586 | xtophe | 2006-03-03 00:40:17 +0100 (Fri, 03 Mar 2006) | 3 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

explicit hack. please underage hackers do not look
fix lame 

------------------------------------------------------------------------
r14585 | xtophe | 2006-03-03 00:24:37 +0100 (Fri, 03 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   M /trunk/extras/contrib/src/packages.mak

Fix MacOS-Intel compilation

------------------------------------------------------------------------
r14584 | courmisch | 2006-03-02 23:39:03 +0100 (Thu, 02 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_httpd.h
   M /trunk/include/vlc_symbols.h
   M /trunk/src/network/httpd.c

Code reuse

------------------------------------------------------------------------
r14583 | courmisch | 2006-03-02 23:19:14 +0100 (Thu, 02 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_httpd.h

Remove outdated comment

------------------------------------------------------------------------
r14582 | xtophe | 2006-03-02 21:39:49 +0100 (Thu, 02 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/packages.mak

Update lame. Closes #482

------------------------------------------------------------------------
r14581 | xtophe | 2006-03-02 21:38:43 +0100 (Thu, 02 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Patches/gcrypt.patch

Fix Gcrypt patch

------------------------------------------------------------------------
r14580 | xtophe | 2006-03-02 21:11:51 +0100 (Thu, 02 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

makefile: Fix livedotcom on win32

------------------------------------------------------------------------
r14579 | xtophe | 2006-03-02 21:10:23 +0100 (Thu, 02 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

Makefile: use sed -i where possible

------------------------------------------------------------------------
r14578 | xtophe | 2006-03-02 21:04:54 +0100 (Thu, 02 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   M /trunk/extras/contrib/src/Patches/gcrypt.patch
   M /trunk/extras/contrib/src/packages.mak

all: Update libgcrypt,gpg-error and gnutls (closes #570 )

------------------------------------------------------------------------
r14577 | xtophe | 2006-03-02 20:34:31 +0100 (Thu, 02 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch

Update x264 patch

------------------------------------------------------------------------
r14576 | xtophe | 2006-03-02 20:31:36 +0100 (Thu, 02 Mar 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

configure.ac: Solaris fix for live555. Patch courtesy of Alexander Gall

------------------------------------------------------------------------
r14575 | courmisch | 2006-03-02 19:19:03 +0100 (Thu, 02 Mar 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_common.h
   M /trunk/src/misc/objects.c

Minor clean up

------------------------------------------------------------------------
r14574 | fkuehne | 2006-03-02 16:52:37 +0100 (Thu, 02 Mar 2006) | 6 lines
Changed paths:
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
   M /trunk/modules/gui/macosx/playlistinfo.h
   M /trunk/modules/gui/macosx/playlistinfo.m

* re-designed the information/properties panel to show meta information and statistics
- the display of meta information is completely implemented and functional
- the tree-view in the "Advanced Info" tab is currently broken due to bad casting (I got no idea why yet, because I didn't touch it..)
- the statistics tab isn't implemented yet

Comments on the design and the implementation are welcome. If this re-design is too unstable for 0.8.5, I will withdraw it after branching.
------------------------------------------------------------------------
r14573 | courmisch | 2006-03-02 16:19:32 +0100 (Thu, 02 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/access_output/file.c

Locale fixes (refs #528) + clean up

------------------------------------------------------------------------
r14572 | courmisch | 2006-03-02 15:27:09 +0100 (Thu, 02 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/gnutls.c

use intptr_t (refs #574)

------------------------------------------------------------------------
r14571 | courmisch | 2006-03-02 15:23:03 +0100 (Thu, 02 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/access_output/file.c

Don't try to be more clever than umask()

------------------------------------------------------------------------
r14570 | courmisch | 2006-03-02 15:21:23 +0100 (Thu, 02 Mar 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

Fix getaddrinfo check failure because of autoconf's cache

------------------------------------------------------------------------
r14569 | courmisch | 2006-03-02 14:54:40 +0100 (Thu, 02 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/audio_output/waveout.c

Fix invalid syntax (aout_BufferFree is not an expansion-safe macro)

------------------------------------------------------------------------
r14568 | courmisch | 2006-03-02 14:35:43 +0100 (Thu, 02 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/audio_output/arts.c
   M /trunk/modules/audio_output/directx.c
   M /trunk/modules/audio_output/esd.c
   M /trunk/modules/audio_output/jack.c
   M /trunk/modules/audio_output/sdl.c

Unused header inclusion syndrome

------------------------------------------------------------------------
r14567 | courmisch | 2006-03-02 14:02:37 +0100 (Thu, 02 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/Makefile.am

dist vlc_url.h

------------------------------------------------------------------------
r14566 | fkuehne | 2006-03-02 13:15:25 +0100 (Thu, 02 Mar 2006) | 1 line
Changed paths:
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib

* forgot that one in [14565]
------------------------------------------------------------------------
r14565 | fkuehne | 2006-03-02 13:14:52 +0100 (Thu, 02 Mar 2006) | 5 lines
Changed paths:
   M /trunk/modules/gui/macosx/playlist.m
   M /trunk/modules/gui/macosx/sfilters.m
   M /trunk/modules/gui/macosx/update.m

* MainMenu.nib, playlist.m: use NSSearchField instead of NSTextField, so we don't need to replace it manually anymore. This breaks the 10.2-compatibility. (refs #189)

* update.m: use mtime() instead of NSCalenderDate for the time-stamp

* sfilters.m: fixed 2 compilation warnings (corrected UTF8String to char casting)
------------------------------------------------------------------------
r14564 | courmisch | 2006-03-02 08:52:53 +0100 (Thu, 02 Mar 2006) | 4 lines
Changed paths:
   M /trunk/bootstrap
   M /trunk/src/Makefile.am

libtool:
 - Don't link builtins against anything (dependencies are linked in libvlc)
 - Don't mangle name of underlying libraries

------------------------------------------------------------------------
r14563 | fkuehne | 2006-03-01 23:21:36 +0100 (Wed, 01 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/macosx/update.h
   M /trunk/modules/gui/macosx/update.m

* don't store the temp release note in the user's Caches-folder, but in /tmp. Renamed it to vlc_releasenote_%@.tmp, whereas %@ is a timestamp (%m-%d-%y--%I.%M.%S.%F)
* cleanup of the source
------------------------------------------------------------------------
r14562 | dionoea | 2006-03-01 23:00:37 +0100 (Wed, 01 Mar 2006) | 2 lines
Changed paths:
   M /trunk/THANKS

Add/Change x264 options. Patch by Dennis van Amerongen

------------------------------------------------------------------------
r14561 | dionoea | 2006-03-01 22:58:15 +0100 (Wed, 01 Mar 2006) | 22 lines
Changed paths:
   M /trunk/modules/codec/x264.c

Add/Change x264 options. Patch by Dennis van Amerongen

Original email was

"Subject: [vlc-devel] Additional x264 options/unification

Patch for unification and addition of several x264 options (using x264          
commandline interface as reference):                                            
                                                                                
8x8dct, asm, bime, chroma-me, chroma-qp-offset, cplxblur, direct,               
ipratio, nr, pbratio, qblur, qcomp, qpstep, verbose. Changed (no-)psnr,         
(no-)b-adapt, (no-)fast-pskip to similar usage as (no-)cabac. Deprecated        
options in favor of x264 cli equivalents (subpel -> subme, frameref ->          
ref, etc.) for unification.                                                     
                                                                                
Improved order of adding partitions in analyse modes as suggested by            
Pengvado (#x264): i4x4,p8x8,i8x8+8x8dct,b8x8,p4x4 (at low bitrate i8x8          
would be more important than i4x4 though). Using i8x8 results in a "High        
Profile" setting (not all decoders seem to support that). i8x8 requires         
8x8dct which is now a seperate option (default disabled)."


------------------------------------------------------------------------
r14560 | xtophe | 2006-03-01 22:41:11 +0100 (Wed, 01 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/Makefile

Warning Explicit Kludge

------------------------------------------------------------------------
r14559 | fkuehne | 2006-03-01 22:08:17 +0100 (Wed, 01 Mar 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/macosx/update.h
   M /trunk/modules/gui/macosx/update.m

* removed unused, useless variable
------------------------------------------------------------------------
r14558 | fkuehne | 2006-03-01 22:05:47 +0100 (Wed, 01 Mar 2006) | 4 lines
Changed paths:
   M /trunk/modules/gui/macosx/interaction.m
   M /trunk/modules/gui/macosx/update.h
   M /trunk/modules/gui/macosx/update.m

* download the updated versions through VLC and not through your default browser
* removed a crasher from interaction.m

Note: the progress-window used to show the progress is quite hacky at the moment and will be replaced through a good implementation once the interaction-core is finished.
------------------------------------------------------------------------
r14557 | hartman | 2006-03-01 22:00:49 +0100 (Wed, 01 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/ffmpeg/ffmpeg.c

* Add dvcp and dvpp FOURCCs (the PAl versions of QuickTime DV and DVPro apparently)

------------------------------------------------------------------------
r14556 | fkuehne | 2006-03-01 20:56:34 +0100 (Wed, 01 Mar 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/wxwidgets/input_manager.cpp
   M /trunk/modules/gui/wxwidgets/interface.cpp
   M /trunk/modules/gui/wxwidgets/interface.hpp
   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp

* more systray related ifndefs for the Darwin platform
------------------------------------------------------------------------
r14555 | fkuehne | 2006-03-01 20:11:24 +0100 (Wed, 01 Mar 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/wxwidgets/interface.cpp

* Darwin compilation fix
------------------------------------------------------------------------
r14554 | fkuehne | 2006-03-01 18:47:27 +0100 (Wed, 01 Mar 2006) | 1 line
Changed paths:
   M /trunk/modules/access/screen/mac.c

* fixed some warnings
------------------------------------------------------------------------
r14553 | hartman | 2006-03-01 17:50:08 +0100 (Wed, 01 Mar 2006) | 4 lines
Changed paths:
   M /trunk/configure.ac

* Apply --enable-xinerama patch by Diego Petteno <flameeyes at gentoo dot org>
This is not 100% tested, but only compared against similar situations.


------------------------------------------------------------------------
r14552 | hartman | 2006-03-01 14:36:01 +0100 (Wed, 01 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/misc/rtsp.c
   M /trunk/modules/stream_out/rtp.c

* trackID changes for the VLC rtsp server as suggested by Leonardo ... <leonardo_c at libero dot it>.
  - apparently DSS is casesensitive on trackID.

------------------------------------------------------------------------
r14551 | hartman | 2006-03-01 14:23:12 +0100 (Wed, 01 Mar 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   D /trunk/extras/contrib/src/Patches/libcddb.patch
   M /trunk/extras/contrib/src/packages.mak

* Update the CDDB version from 0.9.6 to 1.2.1

------------------------------------------------------------------------
r14550 | hartman | 2006-03-01 14:13:03 +0100 (Wed, 01 Mar 2006) | 3 lines
Changed paths:
   M /trunk/THANKS
   M /trunk/modules/access/cdda/info.c

* Fixes for CDDB courtesy of Alexander Gall <gall at switch dot ch>. 
 - added him to THANKS as well.

------------------------------------------------------------------------
r14549 | courmisch | 2006-03-01 12:20:10 +0100 (Wed, 01 Mar 2006) | 3 lines
Changed paths:
   M /trunk/modules/misc/network/ipv4.c
   M /trunk/modules/misc/network/ipv6.c

Don't use connect() when the "bind" address is a multicast group
Bug reported by Alexander Gall

------------------------------------------------------------------------
r14548 | courmisch | 2006-03-01 11:41:47 +0100 (Wed, 01 Mar 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

Try to fix getaddrinfo et al. detection on Solaris

------------------------------------------------------------------------
r14547 | courmisch | 2006-03-01 11:20:50 +0100 (Wed, 01 Mar 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

Link ipv6 with -lsocket and/or -lnsl whenever we need these for ipv4

------------------------------------------------------------------------
r14546 | courmisch | 2006-03-01 10:53:39 +0100 (Wed, 01 Mar 2006) | 2 lines
Changed paths:
   M /trunk/src/Makefile.am

Use stamp not to recompile and relink version.c when it doesn't have to (closes #554)

------------------------------------------------------------------------
r14545 | zorglub | 2006-03-01 00:23:42 +0100 (Wed, 01 Mar 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs.cpp

Don't preparse folders using input_Preprase

------------------------------------------------------------------------
r14544 | ipkiss | 2006-02-28 20:12:54 +0100 (Tue, 28 Feb 2006) | 2 lines
Changed paths:
   M /trunk/doc/skins/skins2-howto.xml

 * doc/skins/skins2-howto.xml: fixed a typo

------------------------------------------------------------------------
r14543 | md | 2006-02-28 16:46:46 +0100 (Tue, 28 Feb 2006) | 5 lines
Changed paths:
   M /trunk/src/video_output/vout_intf.c

* changed the order of offered aspect/crop values so that the most commonly
used ones are on the top
* added 5:4 aspect/crop ration for high quality PAL TV out (720x576 display
resolution) and 1280x1024 LCD panels 

------------------------------------------------------------------------
r14542 | md | 2006-02-28 16:34:16 +0100 (Tue, 28 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/video_output/vout_intf.c

make ZoomCallback work with extended GUI or deinterlace (refs #480)

------------------------------------------------------------------------
r14541 | hartman | 2006-02-28 16:31:04 +0100 (Tue, 28 Feb 2006) | 5 lines
Changed paths:
   M /trunk/modules/stream_out/rtp.c

* Fix the rtp module to not create broken SDPs. muxed streams are unsupported in RTSP mode. fixes #452
- commented a few fprintf, and changed some to msg_Dbg where possible.
- fixed a couple of spelling errors.
- this module really needs a big cleanup and merging with the other SDP and RTSP code.

------------------------------------------------------------------------
r14540 | courmisch | 2006-02-28 16:29:42 +0100 (Tue, 28 Feb 2006) | 2 lines
Changed paths:
   M /trunk/bootstrap

libtool: fix make distclean

------------------------------------------------------------------------
r14539 | courmisch | 2006-02-28 16:12:37 +0100 (Tue, 28 Feb 2006) | 4 lines
Changed paths:
   M /trunk/bootstrap
   M /trunk/src/Makefile.am

With libtool, compile builtins as lib*_builtin.la to avoid name collision
with actual system library (seems to fix weird compilation problem with
flac and theora builtins)

------------------------------------------------------------------------
r14538 | courmisch | 2006-02-28 15:52:40 +0100 (Tue, 28 Feb 2006) | 3 lines
Changed paths:
   M /trunk/src/stream_output/sap.c

Fail when trying to advertise a stream with an out-of-scope address
(avoids spamming the MBONE with incorrect private streams)

------------------------------------------------------------------------
r14537 | courmisch | 2006-02-28 13:58:37 +0100 (Tue, 28 Feb 2006) | 2 lines
Changed paths:
   M /trunk/bootstrap

Use noinst_ rather than libvlc_ for builtins

------------------------------------------------------------------------
r14536 | dionoea | 2006-02-28 13:45:37 +0100 (Tue, 28 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/vlm.c

Use VLC stream functions to load vlm configs. Refs #567

------------------------------------------------------------------------
r14535 | courmisch | 2006-02-28 13:22:24 +0100 (Tue, 28 Feb 2006) | 3 lines
Changed paths:
   M /trunk/bootstrap

Implement clean with --enable-libtool
May fix builtins recompilation (theora, flac...)

------------------------------------------------------------------------
r14534 | courmisch | 2006-02-28 12:45:22 +0100 (Tue, 28 Feb 2006) | 3 lines
Changed paths:
   M /trunk/configure.ac

Don't use p_symbols with libtool
(this commit obviously breaks binary compatibility - clear your plugins)

------------------------------------------------------------------------
r14533 | courmisch | 2006-02-28 10:01:59 +0100 (Tue, 28 Feb 2006) | 2 lines
Changed paths:
   M /trunk/bootstrap

Fix the work-around for the work-around

------------------------------------------------------------------------
r14532 | courmisch | 2006-02-28 09:55:43 +0100 (Tue, 28 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/network/udp.c

Remove debug message

------------------------------------------------------------------------
r14531 | courmisch | 2006-02-28 09:42:23 +0100 (Tue, 28 Feb 2006) | 2 lines
Changed paths:
   M /trunk/activex/Makefile.am
   M /trunk/bootstrap
   M /trunk/mozilla/Makefile.am
   M /trunk/src/Makefile.am

mv -> mv -f

------------------------------------------------------------------------
r14530 | courmisch | 2006-02-28 09:39:27 +0100 (Tue, 28 Feb 2006) | 2 lines
Changed paths:
   M /trunk/doc/Makefile.am

Dist demo.sh

------------------------------------------------------------------------
r14529 | courmisch | 2006-02-28 09:37:44 +0100 (Tue, 28 Feb 2006) | 2 lines
Changed paths:
   M /trunk/bootstrap

Missing quotes

------------------------------------------------------------------------
r14528 | courmisch | 2006-02-28 09:16:40 +0100 (Tue, 28 Feb 2006) | 2 lines
Changed paths:
   M /trunk/doc/demo.sh

EOL style

------------------------------------------------------------------------
r14527 | hartman | 2006-02-28 03:03:33 +0100 (Tue, 28 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/vobsub.c

* Use stream_UrlNew for vobsub loading instead of fopen. closes #567

------------------------------------------------------------------------
r14526 | hartman | 2006-02-28 02:28:38 +0100 (Tue, 28 Feb 2006) | 2 lines
Changed paths:
   M /trunk/doc/demo.sh

* demo.sh for Mac OS X VLC command

------------------------------------------------------------------------
r14525 | dionoea | 2006-02-28 00:24:39 +0100 (Tue, 28 Feb 2006) | 2 lines
Changed paths:
   M /trunk/doc/demo.sh

Add OpenGL rotating cube and video wall demos

------------------------------------------------------------------------
r14524 | dionoea | 2006-02-28 00:03:28 +0100 (Tue, 28 Feb 2006) | 2 lines
Changed paths:
   M /trunk/doc/demo.sh

Small fixes/changes

------------------------------------------------------------------------
r14523 | dionoea | 2006-02-27 23:47:21 +0100 (Mon, 27 Feb 2006) | 2 lines
Changed paths:
   A /trunk/doc/demo.sh

Small script that generates huge command lines to be used in demos. Feel free to add/change stuff.

------------------------------------------------------------------------
r14522 | hartman | 2006-02-27 22:13:56 +0100 (Mon, 27 Feb 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

* iconv is already provided on 10.3 and 10.4, so we don't need to install it.

------------------------------------------------------------------------
r14521 | courmisch | 2006-02-27 22:07:25 +0100 (Mon, 27 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/gnutls.c

Fix warning on 64 bits systems

------------------------------------------------------------------------
r14520 | courmisch | 2006-02-27 22:06:42 +0100 (Mon, 27 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/rtsp.c

Silly me

------------------------------------------------------------------------
r14519 | courmisch | 2006-02-27 21:59:08 +0100 (Mon, 27 Feb 2006) | 2 lines
Changed paths:
   M /trunk/activex/Makefile.am
   M /trunk/bootstrap
   M /trunk/mozilla/Makefile.am
   M /trunk/src/Makefile.am

Work-around libtool's work-around which adds .exe on Cygwin 

------------------------------------------------------------------------
r14518 | courmisch | 2006-02-27 21:48:49 +0100 (Mon, 27 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/gnomevfs.c
   M /trunk/modules/misc/rtsp.c

Compile fixes

------------------------------------------------------------------------
r14517 | courmisch | 2006-02-27 21:29:39 +0100 (Mon, 27 Feb 2006) | 2 lines
Changed paths:
   M /trunk/bootstrap

Don't loop infinitely when then is no plugin to install (libtool-only)

------------------------------------------------------------------------
r14516 | courmisch | 2006-02-27 21:29:03 +0100 (Mon, 27 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/services_discovery/daap.c

daap.c: Attempt to fix compilation

------------------------------------------------------------------------
r14515 | courmisch | 2006-02-27 13:46:42 +0100 (Mon, 27 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/network.h
   A /trunk/include/vlc_url.h (from /trunk/include/network.h:14514)
   M /trunk/modules/access/ftp.c
   M /trunk/modules/access/http.c
   M /trunk/modules/access/mms/mmsh.c
   M /trunk/modules/access/mms/mmstu.c
   M /trunk/modules/control/http/rpn.c
   M /trunk/modules/control/rc.c
   M /trunk/modules/control/telnet.c
   M /trunk/modules/misc/rtsp.c
   M /trunk/modules/stream_out/rtp.c
   M /trunk/modules/stream_out/standard.c

Separate socket/resolv stuff (network.h) from url stuff (vlc_url.h)

------------------------------------------------------------------------
r14514 | xtophe | 2006-02-27 13:01:58 +0100 (Mon, 27 Feb 2006) | 2 lines
Changed paths:
   M /trunk/po/POTFILES.in
   M /trunk/po/ca.po
   M /trunk/po/da.po
   M /trunk/po/de.po
   M /trunk/po/en_GB.po
   M /trunk/po/es.po
   M /trunk/po/fr.po
   M /trunk/po/it.po
   M /trunk/po/ja.po
   M /trunk/po/ka.po
   M /trunk/po/ko.po
   M /trunk/po/nl.po
   M /trunk/po/oc.po
   M /trunk/po/pt_BR.po
   M /trunk/po/ro.po
   M /trunk/po/ru.po
   M /trunk/po/sv.po
   M /trunk/po/tr.po
   M /trunk/po/vlc.pot
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.po

po/*: run make update-po.

------------------------------------------------------------------------
r14513 | dionoea | 2006-02-26 22:30:50 +0100 (Sun, 26 Feb 2006) | 4 lines
Changed paths:
   M /trunk/modules/video_filter/distort.c

distort.c:
* new psychedelic FOSDEM demo filter. enjoy :)
* misc changes          

------------------------------------------------------------------------
r14512 | fkuehne | 2006-02-26 17:33:56 +0100 (Sun, 26 Feb 2006) | 1 line
Changed paths:
   M /trunk/extras/contrib/bootstrap
   M /trunk/extras/contrib/src/Makefile
   M /trunk/extras/contrib/src/packages.mak

* fixed the compilation of gettext&libiconv on Darwin and updated the copyright-dates
------------------------------------------------------------------------
r14511 | jpsaman | 2006-02-26 16:49:54 +0100 (Sun, 26 Feb 2006) | 1 line
Changed paths:
   M /trunk/modules/misc/rtsp.c

Rename --rtsp-throtle to --rtsp-throtle-users
------------------------------------------------------------------------
r14510 | courmisch | 2006-02-26 16:09:47 +0100 (Sun, 26 Feb 2006) | 3 lines
Changed paths:
   M /trunk/src/Makefile.am

Put some dependencies on stamp-builtins to force rebuild when the
tree configuration is modified

------------------------------------------------------------------------
r14509 | courmisch | 2006-02-26 15:48:02 +0100 (Sun, 26 Feb 2006) | 4 lines
Changed paths:
   M /trunk/bootstrap
   M /trunk/configure.ac
   M /trunk/src/Makefile.am

Get rid of --enable-shared-libvlc on non-Microsoft platforms
as it did never worked properly, if at all with these
(you should use libtool to build a shared libvlc instead)

------------------------------------------------------------------------
r14508 | zorglub | 2006-02-26 15:47:06 +0100 (Sun, 26 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/control/libvlc_audio.c

Remove ref to volume_get

------------------------------------------------------------------------
r14507 | zorglub | 2006-02-26 15:23:16 +0100 (Sun, 26 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/menus.cpp

Disable intf-switch in the interface (Refs:#564) - Not working correctly, neither on win32 nor GTK

------------------------------------------------------------------------
r14506 | fkuehne | 2006-02-26 15:20:46 +0100 (Sun, 26 Feb 2006) | 1 line
Changed paths:
   M /trunk/NEWS

* added some news. feel free to improve the wording :)
------------------------------------------------------------------------
r14505 | fkuehne | 2006-02-26 13:35:30 +0100 (Sun, 26 Feb 2006) | 3 lines
Changed paths:
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
   M /trunk/modules/gui/macosx/controls.h
   M /trunk/modules/gui/macosx/controls.m

* added a "Go To Specific Position" feature (closes #377)
- accessible by double-clicking on the time-counters and through a menu-item in "Playback"
- the class of the time-counters is VLCTimeField now, because we need to fetch the mouseDown-event. There are no further changes compared to NSTextField.
------------------------------------------------------------------------
r14504 | zorglub | 2006-02-26 13:30:22 +0100 (Sun, 26 Feb 2006) | 3 lines
Changed paths:
   M /trunk/include/vlc/libvlc.h
   M /trunk/src/control/libvlc_audio.c

Cosmetics. 
Add toggle_mute

------------------------------------------------------------------------
r14503 | zorglub | 2006-02-26 13:29:40 +0100 (Sun, 26 Feb 2006) | 2 lines
Changed paths:
   M /trunk/m4

svn:ignore libtool stuff

------------------------------------------------------------------------
r14502 | jpsaman | 2006-02-26 13:18:46 +0100 (Sun, 26 Feb 2006) | 1 line
Changed paths:
   M /trunk/modules/misc/rtsp.c

Implement RTSP VOD connection throtle
------------------------------------------------------------------------
r14501 | courmisch | 2006-02-26 12:59:18 +0100 (Sun, 26 Feb 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am
   D /trunk/src/vlc.c
   A /trunk/vlc.c (from /trunk/src/vlc.c:14498)

Move vlc.c to . to fix distclean (Automake limitation)

------------------------------------------------------------------------
r14500 | dionoea | 2006-02-25 22:11:18 +0100 (Sat, 25 Feb 2006) | 3 lines
Changed paths:
   M /trunk/src/misc/win32_specific.c

Revert [14452] as it broke the mozilla plugin. We need to find another way
to fix that.

------------------------------------------------------------------------
r14499 | dionoea | 2006-02-25 22:08:46 +0100 (Sat, 25 Feb 2006) | 2 lines
Changed paths:
   M /trunk/doc/fortunes.txt

Nice user comment ...

------------------------------------------------------------------------
r14498 | courmisch | 2006-02-25 21:46:22 +0100 (Sat, 25 Feb 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am

Attempt to fix core and all targets with more than one job

------------------------------------------------------------------------
r14497 | fkuehne | 2006-02-25 16:50:43 +0100 (Sat, 25 Feb 2006) | 5 lines
Changed paths:
   M /trunk/modules/gui/macosx/update.h
   M /trunk/modules/gui/macosx/update.m

* retrieve the release notes and display them
    - they are temporarily stored in ~/Library/Caches/vlc_releasenote_temp.txt
    - Please shout if this location isn't okay for this purpose.
    - the file is automatically removed after displaying its content.
* show the binary's size in MB instead of bytes
------------------------------------------------------------------------
r14496 | fkuehne | 2006-02-25 14:45:07 +0100 (Sat, 25 Feb 2006) | 1 line
Changed paths:
   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
   M /trunk/modules/gui/macosx/interaction.h
   M /trunk/modules/gui/macosx/interaction.m

* slightly enlarged the progress_for_downloads-panel-to-be and fixed some bugs in the interaction-framework
------------------------------------------------------------------------
r14495 | courmisch | 2006-02-24 23:39:45 +0100 (Fri, 24 Feb 2006) | 3 lines
Changed paths:
   M /trunk/Makefile.am

Fix Win32 packaging targets inter-dependencies
(otherwise unusable with more than one make job)

------------------------------------------------------------------------
r14494 | zorglub | 2006-02-24 20:11:39 +0100 (Fri, 24 Feb 2006) | 2 lines
Changed paths:
   M /trunk/extras/make.pl

Remove a bit of noise

------------------------------------------------------------------------
r14493 | bigben | 2006-02-24 16:00:03 +0100 (Fri, 24 Feb 2006) | 3 lines
Changed paths:
   M /trunk/modules/audio_filter/channel_mixer/simple.c

Add a 7.x / 5.x -> 4.0 downmixing routine (for AAC mostly, for a52 this is done by liba52)


------------------------------------------------------------------------
r14492 | courmisch | 2006-02-24 14:43:10 +0100 (Fri, 24 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/libvlc.h

Remove abusive line feeds to fix vlc --help-verbose --advanced  -H layout.

------------------------------------------------------------------------
r14491 | xtophe | 2006-02-24 11:53:29 +0100 (Fri, 24 Feb 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   M /trunk/extras/contrib/src/Patches/libpng-1.2.5-win32.patch

ALL: Don't use character which are different in utf8 and latin*

------------------------------------------------------------------------
r14490 | djc | 2006-02-24 10:55:51 +0100 (Fri, 24 Feb 2006) | 3 lines
Changed paths:
   M /trunk/modules/video_filter/distort.c

Simple Hough transform to detect lines in video
Needs a lot of optimizations...

------------------------------------------------------------------------
r14489 | courmisch | 2006-02-24 09:28:12 +0100 (Fri, 24 Feb 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

Silly libgpg-error's autogen doesn't call libtoolize

------------------------------------------------------------------------
r14488 | courmisch | 2006-02-24 08:57:54 +0100 (Fri, 24 Feb 2006) | 5 lines
Changed paths:
   M /trunk/mozilla/Makefile.am

Fix typo, fix make dist

As for make distclean, I can't think of any solution but moving vlc.c out of
src/ (I know it sucks, but you don't want to rewrite automake, do you?).

------------------------------------------------------------------------
r14487 | courmisch | 2006-02-23 23:59:03 +0100 (Thu, 23 Feb 2006) | 2 lines
Changed paths:
   M /trunk/mozilla/Makefile.am

Make automake happy

------------------------------------------------------------------------
r14486 | courmisch | 2006-02-23 23:49:56 +0100 (Thu, 23 Feb 2006) | 2 lines
Changed paths:
   M /trunk/mozilla/Makefile.am

Support for building Mozilla plugin with libtool + clean up

------------------------------------------------------------------------
r14485 | courmisch | 2006-02-23 23:08:24 +0100 (Thu, 23 Feb 2006) | 2 lines
Changed paths:
   M /trunk/mozilla/Makefile.am

Clean up

------------------------------------------------------------------------
r14484 | courmisch | 2006-02-23 22:47:10 +0100 (Thu, 23 Feb 2006) | 2 lines
Changed paths:
   M /trunk
   M /trunk/activex
   M /trunk/modules
   M /trunk/modules/access
   M /trunk/modules/access/cdda
   M /trunk/modules/access/dshow
   M /trunk/modules/access/dvb
   M /trunk/modules/access/mms
   M /trunk/modules/access/pvr
   M /trunk/modules/access/rtsp
   M /trunk/modules/access/screen
   M /trunk/modules/access/v4l
   M /trunk/modules/access/vcd
   M /trunk/modules/access/vcdx
   M /trunk/modules/access_filter
   M /trunk/modules/access_output
   M /trunk/modules/audio_filter
   M /trunk/modules/audio_filter/channel_mixer
   M /trunk/modules/audio_filter/converter
   M /trunk/modules/audio_filter/resampler
   M /trunk/modules/audio_mixer
   M /trunk/modules/audio_output
   M /trunk/modules/codec
   M /trunk/modules/codec/cmml
   M /trunk/modules/codec/dmo
   M /trunk/modules/codec/ffmpeg
   M /trunk/modules/codec/spudec
   M /trunk/modules/control
   M /trunk/modules/control/corba
   M /trunk/modules/control/http
   M /trunk/modules/demux
   M /trunk/modules/demux/asf
   M /trunk/modules/demux/avi
   M /trunk/modules/demux/mp4
   M /trunk/modules/demux/mpeg
   M /trunk/modules/demux/playlist
   M /trunk/modules/demux/util
   M /trunk/modules/gui
   M /trunk/modules/gui/beos
   M /trunk/modules/gui/macosx
   M /trunk/modules/gui/opie
   M /trunk/modules/gui/pda
   M /trunk/modules/gui/qnx
   M /trunk/modules/gui/skins2
   M /trunk/modules/gui/skins2/commands
   M /trunk/modules/gui/skins2/controls
   M /trunk/modules/gui/skins2/events
   M /trunk/modules/gui/skins2/macosx
   M /trunk/modules/gui/skins2/parser
   M /trunk/modules/gui/skins2/src
   M /trunk/modules/gui/skins2/unzip
   M /trunk/modules/gui/skins2/utils
   M /trunk/modules/gui/skins2/vars
   M /trunk/modules/gui/skins2/win32
   M /trunk/modules/gui/skins2/x11
   M /trunk/modules/gui/wince
   M /trunk/modules/gui/wince/bitmaps
   M /trunk/modules/gui/wxwidgets
   M /trunk/modules/gui/wxwidgets/bitmaps
   M /trunk/modules/gui/wxwidgets/dialogs
   M /trunk/modules/gui/wxwidgets/dialogs/vlm
   M /trunk/modules/misc
   M /trunk/modules/misc/dummy
   M /trunk/modules/misc/memcpy
   M /trunk/modules/misc/network
   M /trunk/modules/misc/playlist
   M /trunk/modules/misc/testsuite
   M /trunk/modules/misc/xml
   M /trunk/modules/mux
   M /trunk/modules/mux/mpeg
   M /trunk/modules/packetizer
   M /trunk/modules/services_discovery
   M /trunk/modules/stream_out
   M /trunk/modules/stream_out/transrate
   M /trunk/modules/video_chroma
   M /trunk/modules/video_filter
   M /trunk/modules/video_filter/swscale
   M /trunk/modules/video_output
   M /trunk/modules/video_output/directx
   M /trunk/modules/video_output/qte
   M /trunk/modules/video_output/x11
   M /trunk/modules/visualization
   M /trunk/modules/visualization/galaktos
   M /trunk/modules/visualization/visual
   M /trunk/mozilla
   M /trunk/src

svn:ignore

------------------------------------------------------------------------
r14483 | courmisch | 2006-02-23 22:41:05 +0100 (Thu, 23 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/Makefile.am

Don't build old-style when libtool is enabled

------------------------------------------------------------------------
r14482 | dionoea | 2006-02-23 21:31:24 +0100 (Thu, 23 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/video_filter/mosaic.c

shame on me ... *cough* *cough*

------------------------------------------------------------------------
r14481 | zorglub | 2006-02-23 21:20:31 +0100 (Thu, 23 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp

Bitrates only

------------------------------------------------------------------------
r14480 | zorglub | 2006-02-23 21:18:16 +0100 (Thu, 23 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp

Display bitrates in kbps

------------------------------------------------------------------------
r14478 | courmisch | 2006-02-23 20:41:36 +0100 (Thu, 23 Feb 2006) | 8 lines
Changed paths:
   M /trunk/Makefile.am
   M /trunk/bootstrap
   M /trunk/configure.ac
   M /trunk/modules/video_filter/Modules.am
   M /trunk/src/Makefile.am

_Experimental_ *optional* libtool support (--enable-libtool)

Should work fine (ie. better than --enable-shared-libvlc) on Linux,
should work on Mac OS X (except for packaging), while shared libvlc doesn't.

Won't work on Win32 with the current Win32 contrib. Stick to static libvlc or
use --enable-shared-libvlc for now.

------------------------------------------------------------------------
r14477 | courmisch | 2006-02-23 20:38:14 +0100 (Thu, 23 Feb 2006) | 2 lines
Changed paths:
   M /trunk/activex/Makefile.am

Linking order fix

------------------------------------------------------------------------
r14476 | courmisch | 2006-02-23 20:37:58 +0100 (Thu, 23 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/modules.c

Recurse within hidden directories for module search

------------------------------------------------------------------------
r14475 | littlejohn | 2006-02-23 20:17:31 +0100 (Thu, 23 Feb 2006) | 3 lines
Changed paths:
   M /trunk/src/control/libvlc_audio.c

added missing $Id$


------------------------------------------------------------------------
r14474 | littlejohn | 2006-02-23 19:03:20 +0100 (Thu, 23 Feb 2006) | 3 lines
Changed paths:
   M /trunk/include/vlc/libvlc.h

Header modified to include libvlc audio control functions


------------------------------------------------------------------------
r14473 | littlejohn | 2006-02-23 18:32:49 +0100 (Thu, 23 Feb 2006) | 3 lines
Changed paths:
   M /trunk/src/Makefile.am
   A /trunk/src/control/libvlc_audio.c

LibVLC basic audio control API


------------------------------------------------------------------------
r14472 | oaubert | 2006-02-23 18:02:03 +0100 (Thu, 23 Feb 2006) | 2 lines
Changed paths:
   M /trunk/bindings/mediacontrol-python/vlcglue.c

mediacontrol-python/vlcglue.c: transmit the snapshot->date field to python

------------------------------------------------------------------------
r14471 | oaubert | 2006-02-23 17:44:09 +0100 (Thu, 23 Feb 2006) | 3 lines
Changed paths:
   M /trunk/src/video_output/vout_intf.c

src/vout_intf.c: move the snapshot-path == object:object-id codepath
to the start of the function, to avoid unnecessary overhead of path checks.

------------------------------------------------------------------------
r14470 | oaubert | 2006-02-23 17:21:56 +0100 (Thu, 23 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/control/mediacontrol_audio_video.c

mediacontrol_audio_video.c: release vout in mediacontrol_snapshot()

------------------------------------------------------------------------
r14469 | hartman | 2006-02-23 12:57:38 +0100 (Thu, 23 Feb 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/Makefile
   M /trunk/extras/contrib/bootstrap
   M /trunk/extras/contrib/src/Makefile
   D /trunk/extras/contrib/src/Patches/ffmpeg-cvs-osx.patch
   D /trunk/extras/contrib/src/Patches/gettext-osx.patch
   A /trunk/extras/contrib/src/Patches/libpng-osx.patch
   D /trunk/extras/contrib/src/Patches/libpng.patch
   A /trunk/extras/contrib/src/Patches/live-osx.patch
   D /trunk/extras/contrib/src/Patches/livedotcom-osx.patch
   M /trunk/extras/contrib/src/packages.mak

* make more contribs work with SDK. refs #182

------------------------------------------------------------------------
r14468 | courmisch | 2006-02-23 11:43:39 +0100 (Thu, 23 Feb 2006) | 2 lines
Changed paths:
   M /trunk/activex/Makefile.am

Same fix for activeX

------------------------------------------------------------------------
r14467 | courmisch | 2006-02-23 11:41:15 +0100 (Thu, 23 Feb 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am

Fix linking with included gettext

------------------------------------------------------------------------
r14466 | dionoea | 2006-02-23 00:34:54 +0100 (Thu, 23 Feb 2006) | 3 lines
Changed paths:
   M /trunk/mozilla/npvlc_rc.rc
   M /trunk/mozilla/vlcplugin.h

Ogg mime type is application/ogg (see RFC 3534)
Thanks to forum user http://forum.videolan.org/viewtopic.php?t=17646

------------------------------------------------------------------------
r14465 | dionoea | 2006-02-22 18:28:46 +0100 (Wed, 22 Feb 2006) | 4 lines
Changed paths:
   M /trunk/modules/video_filter/distort.c
   M /trunk/modules/video_filter/mosaic.c

mosaic.c: Bluescreen enhancement. Add convolution product of alpha mask with 5x5 gaussian. Makes it look better.

distort.c: change line orders.

------------------------------------------------------------------------
r14464 | hartman | 2006-02-22 17:27:50 +0100 (Wed, 22 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/avi/avi.c

* Use EnsureUTF8 on the trackname of avi's. (no garentueed charset).

------------------------------------------------------------------------
r14463 | hartman | 2006-02-22 17:17:24 +0100 (Wed, 22 Feb 2006) | 3 lines
Changed paths:
   M /trunk/modules/codec/subsdec.c
   M /trunk/src/video_output/vout_subpictures.c

* Scale SSA subs if necessarry.
* Scale width if only original height is known.

------------------------------------------------------------------------
r14462 | damienf | 2006-02-22 15:04:31 +0100 (Wed, 22 Feb 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am
   M /trunk/activex/Makefile.am
   M /trunk/src/Makefile.am

all: renamed DLL import library as libvlc.dll.a, as this is what mingw/cygwin ld expects to see. for more info refer to: http://www.sourceware.org/binutils/docs-2.16/ld/WIN32.html

------------------------------------------------------------------------
r14461 | oaubert | 2006-02-22 14:20:59 +0100 (Wed, 22 Feb 2006) | 2 lines
Changed paths:
   M /trunk/bindings/mediacontrol-python/setup.py
   D /trunk/bindings/mediacontrol-python/vlcdebug.py
   A /trunk/bindings/mediacontrol-python/vlcwrapper.py (from /trunk/bindings/mediacontrol-python/vlcdebug.py:14460)

mediacontrol-python: rename vlcdebug to vlcwrapper

------------------------------------------------------------------------
r14460 | oaubert | 2006-02-22 14:19:29 +0100 (Wed, 22 Feb 2006) | 2 lines
Changed paths:
   M /trunk/bindings/mediacontrol-python/vlcdebug.py

vlcdebug.py: add documentation

------------------------------------------------------------------------
r14459 | oaubert | 2006-02-22 14:15:10 +0100 (Wed, 22 Feb 2006) | 2 lines
Changed paths:
   M /trunk/bindings/mediacontrol-python/Makefile.am
   M /trunk/bindings/mediacontrol-python/setup.py

mediacontrol-python: allow to build in a separate builddir

------------------------------------------------------------------------
r14458 | damienf | 2006-02-22 13:21:23 +0100 (Wed, 22 Feb 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am
   M /trunk/activex/Makefile.am
   M /trunk/src/Makefile.am

all: for WIN32, create an import library libvlc-dll.a when linking libvlc.dll; updating linking for vlc.exe and activex.dll to use import library in place of dll.

------------------------------------------------------------------------
r14457 | jpsaman | 2006-02-22 11:05:59 +0100 (Wed, 22 Feb 2006) | 1 line
Changed paths:
   M /trunk/modules/stream_out/switcher.c

Use include <file.h> for include files that can be found on the include path as provided to the compiler.
------------------------------------------------------------------------
r14456 | zorglub | 2006-02-21 22:30:50 +0100 (Tue, 21 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp

wxstuff

------------------------------------------------------------------------
r14455 | zorglub | 2006-02-21 22:19:54 +0100 (Tue, 21 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp

Add a close button. Put "-" instead of nothing when there is no info

------------------------------------------------------------------------
r14454 | zorglub | 2006-02-21 20:51:15 +0100 (Tue, 21 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/streamdata.cpp

Fix theora in WX too (Closes:#531)

------------------------------------------------------------------------
r14453 | fkuehne | 2006-02-21 20:44:47 +0100 (Tue, 21 Feb 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/macosx/wizard.m

* fix the selection of both Theora and Vorbis on OSX (refs #503 and refs #531). They are being encapsulated in OGG now.
------------------------------------------------------------------------
r14452 | dionoea | 2006-02-21 20:24:23 +0100 (Tue, 21 Feb 2006) | 3 lines
Changed paths:
   M /trunk/src/misc/win32_specific.c

Fix running vlc from path in windows (see http://forum.videolan.org/viewtopic.php?t=17435 ). This could break the mozilla plugin on windows (see http://trac.videolan.org/vlc/changeset/9106) so i'm commiting and i'll do a nightly to check. One way to be sure would be to ask Gibalou but ....


------------------------------------------------------------------------
r14450 | damienf | 2006-02-21 17:38:23 +0100 (Tue, 21 Feb 2006) | 2 lines
Changed paths:
   M /trunk/activex/vlccontrol.cpp

vlccontrol.cpp: fixed bounds issue when allocating memory and iterating through a SafeArray, thanks to Walter Zheng for reporting this problem

------------------------------------------------------------------------
r14448 | courmisch | 2006-02-21 16:02:16 +0100 (Tue, 21 Feb 2006) | 3 lines
Changed paths:
   M /trunk/src/Makefile.am

Don't rebuild static libvlc when not needed
Yet to find a solution for the same problem with shared libvlc

------------------------------------------------------------------------
r14447 | courmisch | 2006-02-21 13:49:02 +0100 (Tue, 21 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/unicode.c

Favor libiconv over Win32 API for *Locale

------------------------------------------------------------------------
r14446 | courmisch | 2006-02-21 13:16:11 +0100 (Tue, 21 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/unicode.c

Fix minor typo

------------------------------------------------------------------------
r14445 | courmisch | 2006-02-21 13:14:27 +0100 (Tue, 21 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/charset.h

Oups, forgot this file

------------------------------------------------------------------------
r14444 | courmisch | 2006-02-21 13:13:59 +0100 (Tue, 21 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/libvlc.c
   M /trunk/src/misc/messages.c

Convert to local encoding before printing on console (closes #556)

------------------------------------------------------------------------
r14443 | courmisch | 2006-02-21 13:13:22 +0100 (Tue, 21 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/unicode.c

Use //translit when converting to an non-Unicode charset

------------------------------------------------------------------------
r14442 | adn | 2006-02-21 12:58:05 +0100 (Tue, 21 Feb 2006) | 2 lines
Changed paths:
   M /trunk/extras/Makefile

libvlc.a is in src/

------------------------------------------------------------------------
r14441 | courmisch | 2006-02-21 12:53:49 +0100 (Tue, 21 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/unicode.c

A few utf8 *printf wrappers (refs #556)

------------------------------------------------------------------------
r14440 | courmisch | 2006-02-21 12:02:38 +0100 (Tue, 21 Feb 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am

Build vlc-bundle on BeOS

------------------------------------------------------------------------
r14438 | xtophe | 2006-02-21 10:07:44 +0100 (Tue, 21 Feb 2006) | 2 lines
Changed paths:
   M /trunk/po/POTFILES.in
   M /trunk/po/ca.po
   M /trunk/po/da.po
   M /trunk/po/de.po
   M /trunk/po/en_GB.po
   M /trunk/po/es.po
   M /trunk/po/fr.po
   M /trunk/po/it.po
   M /trunk/po/ja.po
   M /trunk/po/ka.po
   M /trunk/po/ko.po
   M /trunk/po/nl.po
   M /trunk/po/oc.po
   M /trunk/po/pt_BR.po
   M /trunk/po/ro.po
   M /trunk/po/ru.po
   M /trunk/po/sv.po
   M /trunk/po/tr.po
   M /trunk/po/vlc.pot
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.po

Thou shalt use a clean tree for po stuffs.

------------------------------------------------------------------------
r14437 | courmisch | 2006-02-21 09:30:16 +0100 (Tue, 21 Feb 2006) | 2 lines
Changed paths:
   M /trunk/mozilla/Makefile.am

Attempt to fix #555 for mozilla plugin as well (refs #555)

------------------------------------------------------------------------
r14427 | fkuehne | 2006-02-20 22:00:10 +0100 (Mon, 20 Feb 2006) | 1 line
Changed paths:
   M /trunk/po/POTFILES.in
   M /trunk/po/ca.po
   M /trunk/po/da.po
   M /trunk/po/de.po
   M /trunk/po/en_GB.po
   M /trunk/po/es.po
   M /trunk/po/fr.po
   M /trunk/po/it.po
   M /trunk/po/ja.po
   M /trunk/po/ka.po
   M /trunk/po/ko.po
   M /trunk/po/nl.po
   M /trunk/po/oc.po
   M /trunk/po/pt_BR.po
   M /trunk/po/ro.po
   M /trunk/po/ru.po
   M /trunk/po/sv.po
   M /trunk/po/tr.po
   M /trunk/po/vlc.pot
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.po

* first update of the po-files
------------------------------------------------------------------------
r14425 | courmisch | 2006-02-20 20:53:22 +0100 (Mon, 20 Feb 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am

Fix linking with C++ builtins

------------------------------------------------------------------------
r14423 | courmisch | 2006-02-20 19:00:28 +0100 (Mon, 20 Feb 2006) | 8 lines
Changed paths:
   M /trunk/Makefile.am
   M /trunk/src/Makefile.am

- Remove dependency of vlc on stamp-builtin with shared libvlc
- Link against -lvlc instead of src/libvlc.so otherwise installed vlc
  cannot be loaded (closes #555)
- Remove src/libvlc.a when src/libvlc.so is built so that previous item
  does not break Win32 linking

<subliminal message>how about using libtool</subliminal message>

------------------------------------------------------------------------
r14422 | hartman | 2006-02-20 13:21:15 +0100 (Mon, 20 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/vcd/cdrom.c
   M /trunk/modules/access/vcd/cdrom_internals.h

* Fix CDDA and VCD modules for Mac OS X Intel. Fix suggestion by Keiki SATOH aka demo-n <demo-n at users dot sourceforgedot net>.

------------------------------------------------------------------------
r14421 | xtophe | 2006-02-20 00:22:02 +0100 (Mon, 20 Feb 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   D /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch

ffmpeg-cvs.patch: fix upstream

------------------------------------------------------------------------
r14420 | fkuehne | 2006-02-19 23:41:29 +0100 (Sun, 19 Feb 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/macosx/interaction.h
   M /trunk/modules/gui/macosx/interaction.m

* fixed keywords and encoding
------------------------------------------------------------------------
r14419 | fkuehne | 2006-02-19 23:38:07 +0100 (Sun, 19 Feb 2006) | 7 lines
Changed paths:
   M /trunk/Makefile.am
   A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib
   A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib
   A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib
   A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
   M /trunk/modules/gui/macosx/interaction.h
   M /trunk/modules/gui/macosx/interaction.m
   M /trunk/modules/gui/macosx/intf.m

* added the progress dialogue to the set of widgets
- the Cancel-button is currently disabled because the core doesn't respond correctly (might be my fault though)
- note that the File's Owner of the nib-file is of type VLCInteraction because the class can't resolve its outlets otherwise

* WIDGET_TEXT and WIDGET_INPUT_TEXT are still missing, but will come in the next couple of days

As usual, comments on the implementation and the GUI-design are welcome :)
------------------------------------------------------------------------
r14418 | courmisch | 2006-02-19 22:20:09 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_common.h

Fix linking of C++ plugins

------------------------------------------------------------------------
r14417 | courmisch | 2006-02-19 21:14:07 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am

Share most of binary packaging script between WinCE and Win32

------------------------------------------------------------------------
r14416 | courmisch | 2006-02-19 21:02:12 +0100 (Sun, 19 Feb 2006) | 3 lines
Changed paths:
   M /trunk/Makefile.am

Include libvlc.dll when packaging
(Hmm, there is a nice code duplication between win32 and winCE here)

------------------------------------------------------------------------
r14415 | courmisch | 2006-02-19 20:59:47 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am

Really fix

------------------------------------------------------------------------
r14414 | courmisch | 2006-02-19 20:47:44 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am

Attempt to fix vlc linkage with static libvlc

------------------------------------------------------------------------
r14413 | courmisch | 2006-02-19 19:29:08 +0100 (Sun, 19 Feb 2006) | 4 lines
Changed paths:
   M /trunk/Makefile.am
   M /trunk/src/Makefile.am

- Build builtins before shared libvlc
- Link builtins with libvlc instead of vlc
  (seems to fix shared libvlc on Win32)

------------------------------------------------------------------------
r14412 | courmisch | 2006-02-19 18:58:49 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

Ahem hem typo

------------------------------------------------------------------------
r14411 | dionoea | 2006-02-19 18:16:05 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/video_filter/rss.c

rss.c: add some Atom stuff and some extra checks.

------------------------------------------------------------------------
r14410 | courmisch | 2006-02-19 18:14:36 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am

Dionoea: here is "make core", your portable "make vlc" replacement

------------------------------------------------------------------------
r14409 | zorglub | 2006-02-19 17:25:27 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

compile can now work from subdirs

------------------------------------------------------------------------
r14408 | zorglub | 2006-02-19 17:16:56 +0100 (Sun, 19 Feb 2006) | 3 lines
Changed paths:
   M /trunk/include/vlc_meta.h
   M /trunk/modules/demux/util/id3tag.c
   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp

* Show meta-information separately
* Collect more meta-information in id3

------------------------------------------------------------------------
r14407 | dionoea | 2006-02-19 17:02:04 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/http/mvar.c

Remove debug message

------------------------------------------------------------------------
r14406 | fkuehne | 2006-02-19 17:01:47 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/macosx/interaction.h
   M /trunk/modules/gui/macosx/interaction.m

* replaced all NSLog-calls by msg_***
* changed the button order in DIALOG_YES_NO_CANCEL. (the order is now: Cancel, No, Yes; which is more Mac-like IMO, but feel free to change it again)
------------------------------------------------------------------------
r14405 | courmisch | 2006-02-19 16:46:44 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/mozilla/Makefile.am

Fix Mozilla plugin on ELF architectures

------------------------------------------------------------------------
r14404 | asmax | 2006-02-19 16:37:05 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/doc/skins/skins2-howto.xml
   M /trunk/modules/gui/skins2/src/vlcproc.cpp
   M /trunk/modules/gui/skins2/src/vlcproc.hpp

* all: new skin variable "vlc.isFullscreen" (guess what it does ;)

------------------------------------------------------------------------
r14403 | courmisch | 2006-02-19 16:21:58 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am
   M /trunk/configure.ac
   M /trunk/src/Makefile.am

Really fix libintl linking

------------------------------------------------------------------------
r14402 | asmax | 2006-02-19 15:54:57 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/AUTHORS
   M /trunk/NEWS

* JACK audio output

------------------------------------------------------------------------
r14401 | courmisch | 2006-02-19 15:54:38 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/Makefile.am

Attempt to fix linking with "included" gettext

------------------------------------------------------------------------
r14400 | dionoea | 2006-02-19 15:39:53 +0100 (Sun, 19 Feb 2006) | 3 lines
Changed paths:
   M /trunk/modules/misc/msn.c

Fix msn plugin.
Note to zorglub: please test changes before commiting.

------------------------------------------------------------------------
r14399 | zorglub | 2006-02-19 15:32:13 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/extras

More

------------------------------------------------------------------------
r14398 | zorglub | 2006-02-19 15:31:15 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk
   M /trunk/src

svn:ignore

------------------------------------------------------------------------
r14397 | courmisch | 2006-02-19 15:28:50 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

Fix

------------------------------------------------------------------------
r14396 | courmisch | 2006-02-19 15:15:04 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/po/POTFILES.in

Update files list

------------------------------------------------------------------------
r14395 | courmisch | 2006-02-19 15:13:29 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am
   D /trunk/lib

Remove unused directory

------------------------------------------------------------------------
r14394 | courmisch | 2006-02-19 14:45:17 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/mozilla/Makefile.am

Link Mozilla plugin against shared library when built

------------------------------------------------------------------------
r14393 | zorglub | 2006-02-19 14:44:29 +0100 (Sun, 19 Feb 2006) | 3 lines
Changed paths:
   M /trunk/include/vlc_messages.h
   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
   M /trunk/modules/gui/skins2/utils/var_tree.cpp

Fix a warning
Add some timing to playlist 

------------------------------------------------------------------------
r14392 | courmisch | 2006-02-19 14:40:09 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/activex/Makefile.am
   M /trunk/bindings/mediacontrol-python/setup.py
   M /trunk/mozilla/Makefile.am

Propagate libvlc move in plugins

------------------------------------------------------------------------
r14391 | zorglub | 2006-02-19 14:36:15 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/Makefile.am
   D /trunk/src/control/control_input.c
   D /trunk/src/control/control_playlist.c
   D /trunk/src/control/control_vlm.c
   D /trunk/src/control/core.c
   A /trunk/src/control/libvlc_core.c (from /trunk/src/control/core.c:14389)
   A /trunk/src/control/libvlc_input.c (from /trunk/src/control/control_input.c:14389)
   A /trunk/src/control/libvlc_playlist.c (from /trunk/src/control/control_playlist.c:14389)
   A /trunk/src/control/libvlc_video.c (from /trunk/src/control/video.c:14389)
   A /trunk/src/control/libvlc_vlm.c (from /trunk/src/control/control_vlm.c:14389)
   D /trunk/src/control/video.c

Be consistant in naming

------------------------------------------------------------------------
r14390 | courmisch | 2006-02-19 14:30:20 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

Fix a bug whereby --disable-shared-libvlc would actually enable it

------------------------------------------------------------------------
r14389 | courmisch | 2006-02-19 14:11:21 +0100 (Sun, 19 Feb 2006) | 7 lines
Changed paths:
   M /trunk/Makefile.am
   M /trunk/bootstrap
   M /trunk/configure.ac
   A /trunk/src/Makefile.am
   A /trunk/src/audio_output/ainput.c (from /trunk/src/audio_output/input.c:14386)
   D /trunk/src/audio_output/input.c
   A /trunk/src/control/control_input.c (from /trunk/src/control/input.c:14386)
   A /trunk/src/control/control_playlist.c (from /trunk/src/control/playlist.c:14386)
   A /trunk/src/control/control_vlm.c (from /trunk/src/control/vlm.c:14386)
   D /trunk/src/control/input.c
   D /trunk/src/control/playlist.c
   D /trunk/src/control/vlm.c
   M /trunk/toolbox

- Build libvlc from src/ rather than top
  so that it is cleanly built before all modules
  (step toward buildable shared libvlc on Win32)
- Don't build position dependant code when building shared libvlc
  (that was a big waste of time)
- Link builtin modules with vlc rather than libvlc

------------------------------------------------------------------------
r14388 | courmisch | 2006-02-19 13:13:46 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/toolbox

Ensure src/misc exists in builddir

------------------------------------------------------------------------
r14387 | courmisch | 2006-02-19 12:15:01 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/video_filter/rss.c

LoadImage is a macro on Win32 API - you can't use as a function name as is

------------------------------------------------------------------------
r14386 | courmisch | 2006-02-19 10:52:55 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am

Clean up backported from [12323]

------------------------------------------------------------------------
r14385 | courmisch | 2006-02-19 10:16:05 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/bootstrap

ooups

------------------------------------------------------------------------
r14384 | courmisch | 2006-02-19 10:03:58 +0100 (Sun, 19 Feb 2006) | 24 lines
Changed paths:
   M /trunk/bootstrap

- Seemingly fix linking of plugins with shared libvlc on Win32
- Hopefully the same on Darwin

!!! BIG FAT WARNING !!!
On architectures where you need to resolve all symbols when
linking a shared library, libvlc must be built before the plugins, so
that they can resolve symbols from the libvlc API. Also, the "builtins"
must be built before libvlc (regardless of the architecture or use of
shared libvlc). However, our build system currently builds all modules,
whether builtins or plugins, then libvlc and then vlc.

Obviously, we could swap the build orders, so that libvlc gets built
before modules/ but that will only work if there is no buitins modules.
I'm not too keen on the idea of recursing twice within the modules/
subdirectories (once for builtins, and once for plugins). Until the
issue is settled, here is how to build and test the shared libvlc on
Win32:

1/ run configure with --enable-shared-libvlc
2/ build all built-in modules (or disable them all) one by one,
3/ make libvlc.dll
4/ make


------------------------------------------------------------------------
r14383 | dionoea | 2006-02-19 00:10:54 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/NEWS

update video filter news (again :) )

------------------------------------------------------------------------
r14382 | dionoea | 2006-02-19 00:08:23 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/video_filter/rss.c

rss.c: change module shortname

------------------------------------------------------------------------
r14381 | dionoea | 2006-02-19 00:06:12 +0100 (Sun, 19 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/video_filter/rss.c

rss.c: add 'support' for Atom feeds.

------------------------------------------------------------------------
r14380 | dionoea | 2006-02-18 23:20:59 +0100 (Sat, 18 Feb 2006) | 5 lines
Changed paths:
   M /trunk/modules/video_filter/rss.c

rss.c: add suport for feed images (default enabled).

tested with 
./vlc --sub-filter rss --rss-urls "http://www.lefigaro.fr/rss/figaro_une.xml|http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml" --rss-length 40 --rss-size 15 --rss-images --rss-speed 1000 <video>

------------------------------------------------------------------------
r14379 | dionoea | 2006-02-18 23:08:11 +0100 (Sat, 18 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_osd.h

Comment lines now fit on a 80 char wide screen

------------------------------------------------------------------------
r14378 | courmisch | 2006-02-18 21:49:46 +0100 (Sat, 18 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_common.h
   M /trunk/include/vlc_symbols.h
   M /trunk/vlc-api.pl

Remove ugly usage of vlc_symbols.h when building libvlc as a shared library

------------------------------------------------------------------------
r14377 | courmisch | 2006-02-18 21:34:32 +0100 (Sat, 18 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/vcd/cdrom.c
   M /trunk/modules/access_filter/record.c
   M /trunk/modules/access_filter/timeshift.c
   M /trunk/modules/audio_output/file.c
   M /trunk/modules/codec/fake.c
   M /trunk/modules/demux/demuxdump.c
   M /trunk/modules/demux/mp4/drms.c
   M /trunk/modules/demux/playlist/dvb.c
   M /trunk/modules/demux/playlist/m3u.c
   M /trunk/modules/demux/playlist/old.c
   M /trunk/modules/demux/ts.c
   M /trunk/modules/demux/vobsub.c
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
   M /trunk/modules/misc/logger.c
   M /trunk/modules/stream_out/rtp.c
   M /trunk/modules/stream_out/switcher.c
   M /trunk/modules/video_filter/motiondetect.c
   M /trunk/modules/video_filter/rss.c

All: missing #include "charset.h"

------------------------------------------------------------------------
r14376 | courmisch | 2006-02-18 21:32:03 +0100 (Sat, 18 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/http/util.c

Fix warnings

------------------------------------------------------------------------
r14375 | jpsaman | 2006-02-18 21:28:47 +0100 (Sat, 18 Feb 2006) | 1 line
Changed paths:
   M /trunk/include/vlc_vlm.h

Remove whitespace
------------------------------------------------------------------------
r14374 | jpsaman | 2006-02-18 21:26:23 +0100 (Sat, 18 Feb 2006) | 1 line
Changed paths:
   M /trunk/src/misc/vlm.c

Use #include <vlc_vlm.h> instead of local include directive
------------------------------------------------------------------------
r14373 | jpsaman | 2006-02-18 21:24:27 +0100 (Sat, 18 Feb 2006) | 1 line
Changed paths:
   M /trunk/configure.ac

Add with-ffmpeg-{vorbis,theora,ogg} in case ffmpeg is compiled with vorbis, theora and/or ogg support
------------------------------------------------------------------------
r14372 | courmisch | 2006-02-18 21:07:55 +0100 (Sat, 18 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/audio_filter/resampler/linear.c

Remove unused variable

------------------------------------------------------------------------
r14371 | courmisch | 2006-02-18 21:05:50 +0100 (Sat, 18 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/access_output/udp.c

Remove unused variable

------------------------------------------------------------------------
r14370 | courmisch | 2006-02-18 21:04:36 +0100 (Sat, 18 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/dvb/en50221.c

Fix warning

------------------------------------------------------------------------
r14369 | sam | 2006-02-18 20:18:35 +0100 (Sat, 18 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/mp4/drms.c

  * modules/demux/mp4/drms.c: mostly cosmetic changes.

------------------------------------------------------------------------
r14368 | fkuehne | 2006-02-18 20:04:19 +0100 (Sat, 18 Feb 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/macosx/Modules.am

* forgot that one in [14365]
------------------------------------------------------------------------
r14367 | dionoea | 2006-02-18 20:03:44 +0100 (Sat, 18 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/image.c

do everything with the stream functions (no more fopen)

------------------------------------------------------------------------
r14366 | fkuehne | 2006-02-18 19:53:24 +0100 (Sat, 18 Feb 2006) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/modules/gui/macosx/intf.h
   M /trunk/modules/gui/macosx/intf.m
   M /trunk/modules/gui/macosx/update.h
   M /trunk/modules/gui/macosx/update.m

* added a note about the update-checker to the news and updated the copyright dates in *.h and *.m
------------------------------------------------------------------------
r14365 | fkuehne | 2006-02-18 19:40:04 +0100 (Sat, 18 Feb 2006) | 4 lines
Changed paths:
   M /trunk/Makefile.am
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
   A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib
   A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/classes.nib
   A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/info.nib
   A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib
   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
   M /trunk/modules/gui/macosx/intf.h
   M /trunk/modules/gui/macosx/intf.m
   A /trunk/modules/gui/macosx/update.h
   A /trunk/modules/gui/macosx/update.m

* new CheckForUpdate panel (closes #310)
- the actual download is currently done by your default browser since the needed notification window isn't available on OSX yet
    - download through VLC is implemented, but commented for the moment
- needs some checking once a complete Status.xml is available
------------------------------------------------------------------------
r14364 | dionoea | 2006-02-18 18:57:47 +0100 (Sat, 18 Feb 2006) | 3 lines
Changed paths:
   M /trunk/src/misc/image.c

image.c: ImageReadUrl now tries to open the image using the stream functions if fopen failed. (Which means that it can now read images on the web)


------------------------------------------------------------------------
r14363 | dionoea | 2006-02-18 18:01:58 +0100 (Sat, 18 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/video_filter/rss.c

use EnsureUTF8 on output string

------------------------------------------------------------------------
r14362 | dionoea | 2006-02-18 16:45:35 +0100 (Sat, 18 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/video_filter/rss.c

Remove white characters at begining and end of element values.

------------------------------------------------------------------------
r14361 | courmisch | 2006-02-18 09:46:48 +0100 (Sat, 18 Feb 2006) | 4 lines
Changed paths:
   M /trunk/configure.ac

Don't try to be more clever than gettext in detecting libintl
(we don't seem to be). ${LIBINTL} is normally not defined when there is
no libintl anyway - should fix FreeBSD libintl linking issue

------------------------------------------------------------------------
r14360 | courmisch | 2006-02-18 09:37:26 +0100 (Sat, 18 Feb 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

Fix typo noticed by zorglub

------------------------------------------------------------------------
r14359 | xtophe | 2006-02-18 00:14:57 +0100 (Sat, 18 Feb 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch

Update the x264 patch.

------------------------------------------------------------------------
r14358 | dionoea | 2006-02-17 23:49:12 +0100 (Fri, 17 Feb 2006) | 2 lines
Changed paths:
   M /trunk/NEWS

Add bluescreen video filter

------------------------------------------------------------------------
r14357 | dionoea | 2006-02-17 23:44:05 +0100 (Fri, 17 Feb 2006) | 2 lines
Changed paths:
   M /trunk/share/http/js/vlm.js

Show current item number for each of the instances

------------------------------------------------------------------------
r14356 | dionoea | 2006-02-17 23:10:56 +0100 (Fri, 17 Feb 2006) | 6 lines
Changed paths:
   M /trunk/modules/video_filter/mosaic.c
   M /trunk/modules/video_filter/mosaic.h

* mosaic.c: Bluescreen/Greenscreen/Chromakey video background replacement
method. It's still quite simple ... loads of room for improvement.
Example available here: http://people.videolan.org/~dionoea/bluescreen.mpg

* mosaic.h: remove trailing space

------------------------------------------------------------------------
r14355 | oaubert | 2006-02-17 18:39:25 +0100 (Fri, 17 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/control/mediacontrol_audio_video.c

mediacontrol_audio_video.c: remove debug message

------------------------------------------------------------------------
r14354 | oaubert | 2006-02-17 18:02:59 +0100 (Fri, 17 Feb 2006) | 2 lines
Changed paths:
   M /trunk/bindings/mediacontrol-python/vlcglue.c

vlcglue.c: same bug, specify malloc unit.

------------------------------------------------------------------------
r14353 | oaubert | 2006-02-17 18:02:34 +0100 (Fri, 17 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/control/mediacontrol_util.c

mediacontrol_util.c: better safe than sorry, specify the malloc unit.

------------------------------------------------------------------------
r14352 | oaubert | 2006-02-17 17:51:06 +0100 (Fri, 17 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/control/mediacontrol_init.c

src/control/mediacontrol_init.c: fix a malloc() error (spotted by Christophe Massiot)

------------------------------------------------------------------------
r14351 | hartman | 2006-02-17 17:15:50 +0100 (Fri, 17 Feb 2006) | 4 lines
Changed paths:
   M /trunk/include/aout_internal.h
   M /trunk/modules/audio_filter/resampler/linear.c
   M /trunk/modules/demux/mp4/mp4.c

* Don't use alloca for audio buffers on OSX and BSD, because the stacksize on both isn't infinite.
  This might explain the audio-core crashes we have seen in the past on Mac OS X 
* Fix issues with platforms which don't have alloca() (defined)

------------------------------------------------------------------------
r14350 | oaubert | 2006-02-17 16:28:10 +0100 (Fri, 17 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/control/mediacontrol_audio_video.c

mediacontrol_audio_video.c: use VLC_FOURCC to define the snapshot type

------------------------------------------------------------------------
r14349 | dionoea | 2006-02-17 15:59:36 +0100 (Fri, 17 Feb 2006) | 2 lines
Changed paths:
   M /trunk/NEWS

update NEWS file

------------------------------------------------------------------------
r14348 | dionoea | 2006-02-17 15:56:06 +0100 (Fri, 17 Feb 2006) | 9 lines
Changed paths:
   M /trunk/modules/video_filter/logo.c

Logo filter(s) now takes a list of images, delays and alpha as input and
loops through these. The syntax is <file>[,[<delay in ms>][,[<alpha>]]][;...]
Idea (and some parts of the code) by markfm

Note:
The vout-filter segfaults upon destruction but i don't understand why...
could someone have a look ?


------------------------------------------------------------------------
r14347 | hartman | 2006-02-17 15:33:32 +0100 (Fri, 17 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/aout_internal.h

* This change should be better then the one in [14346]

------------------------------------------------------------------------
r14346 | hartman | 2006-02-17 15:20:02 +0100 (Fri, 17 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/aout_internal.h

* stricter aout_BufferFree

------------------------------------------------------------------------
r14345 | courmisch | 2006-02-17 12:07:57 +0100 (Fri, 17 Feb 2006) | 3 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp

Minor change so that 50 is actually the number of items to be updated at a time
(rather than 50 + 2)

------------------------------------------------------------------------
r14344 | courmisch | 2006-02-17 11:13:28 +0100 (Fri, 17 Feb 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

Add /usr/local/... to CPPFLAGS and LDFLAGS automatically on FreeBSD (closes #422)

------------------------------------------------------------------------
r14343 | zorglub | 2006-02-17 06:50:26 +0100 (Fri, 17 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/vlm.c

Fix compilation when VLM is disabled

------------------------------------------------------------------------
r14342 | zorglub | 2006-02-17 06:46:08 +0100 (Fri, 17 Feb 2006) | 4 lines
Changed paths:
   M /trunk/modules/access/v4l/v4l.c

Don't disable audio if V4L video dev does not have an audio dev too. Closes:#254

Thanks to Timothy Lee < timothy d0t lee @t siriushk d0t c0m > for the patch.

------------------------------------------------------------------------
r14341 | zorglub | 2006-02-17 06:42:13 +0100 (Fri, 17 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc/libvlc.h
   M /trunk/src/control/vlm.c

Fix some bugs

------------------------------------------------------------------------
r14340 | sam | 2006-02-16 23:07:36 +0100 (Thu, 16 Feb 2006) | 3 lines
Changed paths:
   M /trunk/extras/contrib/README

  * extras/contrib/README: keep track of what patches have been contributed
    back to the upstream authors so far.

------------------------------------------------------------------------
r14339 | sam | 2006-02-16 23:01:39 +0100 (Thu, 16 Feb 2006) | 3 lines
Changed paths:
   M /trunk/extras/contrib/src/Patches/x264.patch

  * extras/contrib/src/Patches/x264.patch: removed the exp2f/sqrtf part of
    this patch, I committed it upstream instead.

------------------------------------------------------------------------
r14338 | massiot | 2006-02-16 22:31:36 +0100 (Thu, 16 Feb 2006) | 2 lines
Changed paths:
   M /trunk/doc/fortunes.txt

?

------------------------------------------------------------------------
r14337 | massiot | 2006-02-16 22:19:47 +0100 (Thu, 16 Feb 2006) | 2 lines
Changed paths:
   M /trunk/doc/fortunes.txt

!

------------------------------------------------------------------------
r14336 | sigmunau | 2006-02-16 22:11:11 +0100 (Thu, 16 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/real.c

real.c: fix some crashes

------------------------------------------------------------------------
r14335 | fkuehne | 2006-02-16 21:05:18 +0100 (Thu, 16 Feb 2006) | 1 line
Changed paths:
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
   M /trunk/modules/gui/macosx/playlist.h
   M /trunk/modules/gui/macosx/playlist.m

* added a button to create an empty node at the top level of the playlist. Thanks to zorglub for a hint once again :) (closes #449)
------------------------------------------------------------------------
r14334 | dionoea | 2006-02-16 20:31:29 +0100 (Thu, 16 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/playlist/podcast.c

Move podcast meta info to "Podcast Info" category

------------------------------------------------------------------------
r14333 | dionoea | 2006-02-16 18:31:31 +0100 (Thu, 16 Feb 2006) | 2 lines
Changed paths:
   M /trunk/THANKS
   M /trunk/include/vlc_meta.h
   M /trunk/modules/access/cdda.c
   M /trunk/modules/codec/vorbis.c
   M /trunk/modules/demux/playlist/b4s.c
   M /trunk/modules/demux/playlist/m3u.c
   M /trunk/modules/demux/playlist/podcast.c
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
   M /trunk/modules/gui/wxwidgets/input_manager.cpp
   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
   M /trunk/modules/misc/msn.c
   M /trunk/modules/misc/playlist/m3u.c
   M /trunk/modules/services_discovery/daap.c
   M /trunk/src/input/es_out.c
   M /trunk/src/input/input.c
   M /trunk/src/playlist/sort.c

[patch] unifying meta-information access, the 2nd by Daniel Str?\195?\164nger

------------------------------------------------------------------------
r14332 | zorglub | 2006-02-16 08:22:57 +0100 (Thu, 16 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/mkv.cpp

Fix a doxygen comment

------------------------------------------------------------------------
r14331 | zorglub | 2006-02-15 23:31:49 +0100 (Wed, 15 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc/libvlc.h
   M /trunk/src/control/vlm.c
   M /trunk/test/native/libvlc.c

More VLM API stuff

------------------------------------------------------------------------
r14330 | zorglub | 2006-02-15 21:35:51 +0100 (Wed, 15 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/msn.c

Typo

------------------------------------------------------------------------
r14329 | courmisch | 2006-02-15 20:59:30 +0100 (Wed, 15 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/growl.c

Fix warning

------------------------------------------------------------------------
r14328 | zorglub | 2006-02-15 20:48:07 +0100 (Wed, 15 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/growl.c
   M /trunk/modules/misc/msn.c

Fix a bunch of bugs in the MSN plugin (duplicated in the Growl plugin)

------------------------------------------------------------------------
r14327 | djc | 2006-02-15 20:40:27 +0100 (Wed, 15 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/growl.c

Stupid me... don't do twice hton*

------------------------------------------------------------------------
r14326 | oaubert | 2006-02-15 16:06:20 +0100 (Wed, 15 Feb 2006) | 2 lines
Changed paths:
   M /trunk/bindings/mediacontrol-python/setup.py

mediacontrol-python/setup.py: do not use PIC libraries on win32 and darwin-ppc

------------------------------------------------------------------------
r14325 | oaubert | 2006-02-15 15:15:10 +0100 (Wed, 15 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/control/mediacontrol_init.c

src/control/mediacontrol_init.c: check return values of VLC_Create and VLC_Init

------------------------------------------------------------------------
r14324 | oaubert | 2006-02-15 15:12:23 +0100 (Wed, 15 Feb 2006) | 2 lines
Changed paths:
   M /trunk/bindings/mediacontrol-python/vlcglue.c

mediacontrol-python/vlcglue.c: check the return value of VLC_Create

------------------------------------------------------------------------
r14323 | oaubert | 2006-02-15 15:11:16 +0100 (Wed, 15 Feb 2006) | 2 lines
Changed paths:
   M /trunk/bindings/mediacontrol-python/vlcglue.c
   M /trunk/bindings/mediacontrol-python/vlcglue.h

mediacontrol-python: portability fix (for Mac OS X/PPC), dirty but it works

------------------------------------------------------------------------
r14322 | oaubert | 2006-02-15 15:04:41 +0100 (Wed, 15 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/svg.c

misc/svg.c: use char* instead of byte_t* to avoid warnings

------------------------------------------------------------------------
r14321 | djc | 2006-02-15 03:09:01 +0100 (Wed, 15 Feb 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

-lws2_32 on win32...

------------------------------------------------------------------------
r14320 | djc | 2006-02-15 02:32:26 +0100 (Wed, 15 Feb 2006) | 3 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/modules/misc/growl.c

configure.ac: try to fix beos build
growl.c: add --growl-ttl option

------------------------------------------------------------------------
r14319 | djc | 2006-02-15 01:39:10 +0100 (Wed, 15 Feb 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

Add "send" (-lsocket) dependance to growl module to fix BeOS build

------------------------------------------------------------------------
r14318 | djc | 2006-02-15 01:15:21 +0100 (Wed, 15 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/growl.c

Takes default TTL (instead of 42...)

------------------------------------------------------------------------
r14317 | djc | 2006-02-15 00:59:50 +0100 (Wed, 15 Feb 2006) | 6 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/modules/misc/Modules.am
   A /trunk/modules/misc/growl.c (from /trunk/modules/misc/msn.c:14311)
   M /trunk/modules/misc/msn.c

Add a growl (http://growl.info/) notification plugin (most of code from msn.c)
It is built by default since it sends notifications to network (perhaps
we should only build it on macos).

msn.c: should fix a refcount issue (*not?\194?\160tested*)

------------------------------------------------------------------------
r14316 | zorglub | 2006-02-14 23:50:13 +0100 (Tue, 14 Feb 2006) | 2 lines
Changed paths:
   A /trunk/src/control/vlm.c

Missing file

------------------------------------------------------------------------
r14315 | zorglub | 2006-02-14 23:35:37 +0100 (Tue, 14 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/control/core.c
   M /trunk/test/NativeLibvlcTest.py
   M /trunk/test/PyMediaControlVariablesTest.py
   M /trunk/test/native/libvlc.c

Fix some bugs

------------------------------------------------------------------------
r14314 | zorglub | 2006-02-14 22:41:23 +0100 (Tue, 14 Feb 2006) | 4 lines
Changed paths:
   M /trunk/Makefile.am
   D /trunk/bindings/STATUS
   A /trunk/bindings/python
   M /trunk/include/libvlc_internal.h
   M /trunk/include/vlc/libvlc.h
   M /trunk/include/vlc_symbols.h
   M /trunk/include/vlc_vlm.h
   M /trunk/src/control/core.c
   M /trunk/src/misc/vlm.c
   M /trunk/test/native/libvlc.c
   M /trunk/test/pyunit.h

* Beginning of VLM API
* Some test work
* Export vlm_MediaSearch

------------------------------------------------------------------------
r14313 | courmisch | 2006-02-14 21:41:27 +0100 (Tue, 14 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/unicode.c

(Win32) Support stat() for file names outside ANSI Code Page

------------------------------------------------------------------------
r14312 | courmisch | 2006-02-14 18:20:32 +0100 (Tue, 14 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/unicode.c

Safer Win32 code page translation

------------------------------------------------------------------------
r14311 | xtophe | 2006-02-14 16:38:21 +0100 (Tue, 14 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/audio_filter/param_eq.c

param_eq.c: eol style

------------------------------------------------------------------------
r14310 | titer | 2006-02-14 14:48:43 +0100 (Tue, 14 Feb 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch

FFmpeg forgets to create include/postproc/

------------------------------------------------------------------------
r14309 | dionoea | 2006-02-14 13:32:50 +0100 (Tue, 14 Feb 2006) | 3 lines
Changed paths:
   M /trunk/extras/contrib/src/packages.mak

update vc71-glib-1.2.10-bin.zip and libIDL-0.6.3-win32-bin.zip locations
Thanks to Hobophobe on http://forum.videolan.org/viewtopic.php?t=17262

------------------------------------------------------------------------
r14308 | courmisch | 2006-02-14 10:57:58 +0100 (Tue, 14 Feb 2006) | 3 lines
Changed paths:
   M /trunk/modules/gui/ncurses.c

- Partial fix for reading characters with multibyte local encoding (refs #548)
- Fix memory leak

------------------------------------------------------------------------
r14307 | courmisch | 2006-02-14 10:56:42 +0100 (Tue, 14 Feb 2006) | 3 lines
Changed paths:
   M /trunk/src/misc/unicode.c

Use return value of EnsureUTF8() to specify whether the bytes sequence was
valid (UTF-8) or not (incomplete, incorrect non-ASCII, or overlong sequences)

------------------------------------------------------------------------
r14306 | xtophe | 2006-02-14 10:39:36 +0100 (Tue, 14 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/audio_filter/param_eq.c

param-eq.c: Svn keyword

------------------------------------------------------------------------
r14305 | zorglub | 2006-02-14 08:11:18 +0100 (Tue, 14 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/msn.c

Simplify

------------------------------------------------------------------------
r14304 | djc | 2006-02-14 02:40:59 +0100 (Tue, 14 Feb 2006) | 4 lines
Changed paths:
   M /trunk/modules/gui/macosx/macosx.m
   M /trunk/modules/gui/macosx/vout.h
   M /trunk/modules/gui/macosx/vout.m

Add --macosx-black switch to black non video screens (fix #301)
If someone has a better code to maintain a black screen, change
CGSetDisplayTransferByFormula which seems to be a big kludge.

------------------------------------------------------------------------
r14303 | sigmunau | 2006-02-13 23:44:24 +0100 (Mon, 13 Feb 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/modules/audio_filter/Modules.am
   A /trunk/modules/audio_filter/param_eq.c

all: parametric equalizer by  Antti Huovilainen (adapted for vlc by me)

------------------------------------------------------------------------
r14302 | dionoea | 2006-02-13 23:09:56 +0100 (Mon, 13 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/configuration.c

attempt to fix the winCE build

------------------------------------------------------------------------
r14301 | courmisch | 2006-02-13 22:03:32 +0100 (Mon, 13 Feb 2006) | 3 lines
Changed paths:
   M /trunk/modules/gui/ncurses.c

- Unicode fixes for ncurses on non-UTF8 consoles (closes #547)
- Handle backspace properly on an UTF-8 characters string (closes #548 as far as UTF-8 is concerned)

------------------------------------------------------------------------
r14300 | courmisch | 2006-02-13 21:11:48 +0100 (Mon, 13 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/unicode.c

Undo erronously commited debug preprocessing directives

------------------------------------------------------------------------
r14299 | xtophe | 2006-02-13 21:06:22 +0100 (Mon, 13 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/unicode.c

unicode.c: Fix WinCE build (well for this file only)

------------------------------------------------------------------------
r14298 | courmisch | 2006-02-13 20:14:30 +0100 (Mon, 13 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/access_filter/record.c

Replace forbidden characters with underscores when attempting to dump a stream (closes #423)

------------------------------------------------------------------------
r14297 | courmisch | 2006-02-13 20:13:05 +0100 (Mon, 13 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/access_filter/timeshift.c

Fix typo

------------------------------------------------------------------------
r14296 | courmisch | 2006-02-13 17:53:46 +0100 (Mon, 13 Feb 2006) | 4 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/modules/video_output/x11/xcommon.c

- Use VidMode extension to determine the display dimensions more accurately when enabling full screen mode (fixes #534, should fix Debian #290392)
- Move view port and cursor to a sane position
- Check for VidMode extensions (libXxf86vm)

------------------------------------------------------------------------
r14295 | xtophe | 2006-02-13 17:37:42 +0100 (Mon, 13 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/unicode.c

unicode.c: Fix logic to set use_iconv

------------------------------------------------------------------------
r14294 | xtophe | 2006-02-13 16:22:59 +0100 (Mon, 13 Feb 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch

ffmpeg-wince.patch: fix for the new ffmpeg makefile

------------------------------------------------------------------------
r14293 | sam | 2006-02-13 14:31:01 +0100 (Mon, 13 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/mp4/drms.c

  * modules/demux/mp4/drms.c: cosmetic changes to some variable names.

------------------------------------------------------------------------
r14292 | courmisch | 2006-02-13 14:23:20 +0100 (Mon, 13 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/mp4/drms.c

Fix windows build

------------------------------------------------------------------------
r14291 | courmisch | 2006-02-13 14:16:08 +0100 (Mon, 13 Feb 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/src/misc/unicode.c

Fix (From|To)Locale (closes #546)

------------------------------------------------------------------------
r14290 | sam | 2006-02-13 12:49:38 +0100 (Mon, 13 Feb 2006) | 3 lines
Changed paths:
   M /trunk/modules/codec/libmpeg2.c

  * modules/codec/libmpeg2.c: tell mpeg2dec the real stride of our picture,
    because some Xv drivers do not necessarily pad video at 16 bytes.

------------------------------------------------------------------------
r14289 | courmisch | 2006-02-13 12:19:04 +0100 (Mon, 13 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/vobsub.c

Fix typo

------------------------------------------------------------------------
r14288 | courmisch | 2006-02-13 12:15:59 +0100 (Mon, 13 Feb 2006) | 3 lines
Changed paths:
   M /trunk/modules/misc/gnutls.c

- Clean up
- Unicode file names fixes

------------------------------------------------------------------------
r14287 | courmisch | 2006-02-13 11:47:43 +0100 (Mon, 13 Feb 2006) | 3 lines
Changed paths:
   M /trunk/modules/access_filter/timeshift.c

- memleak fix
- getcwd() unicode fix

------------------------------------------------------------------------
r14286 | courmisch | 2006-02-13 11:47:12 +0100 (Mon, 13 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/input/subtitles.c

getcwd() unicode fix

------------------------------------------------------------------------
r14285 | hartman | 2006-02-13 11:31:57 +0100 (Mon, 13 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/macosx/voutgl.m

* revert unaccelerated OpenGL. it's useless :D

------------------------------------------------------------------------
r14284 | courmisch | 2006-02-13 11:30:30 +0100 (Mon, 13 Feb 2006) | 8 lines
Changed paths:
   M /trunk/modules/demux/demuxdump.c
   M /trunk/modules/demux/ts.c
   M /trunk/modules/demux/vobsub.c
   M /trunk/modules/misc/logger.c
   M /trunk/modules/stream_out/rtp.c
   M /trunk/modules/stream_out/switcher.c

Further fopen() unicode fixes (refs #528)

skins2 and galaktos remain as I'm not sure how they (don't?) handle
encodings.

http interface URL were purposedly not made to use Unicode. I'm open to
suggestions on that one.

------------------------------------------------------------------------
r14283 | courmisch | 2006-02-13 10:54:15 +0100 (Mon, 13 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/file.c
   M /trunk/modules/access/vcd/cdrom.c
   M /trunk/modules/access_filter/record.c
   M /trunk/modules/access_filter/timeshift.c
   M /trunk/modules/audio_output/file.c
   M /trunk/modules/control/corba/corba.c
   M /trunk/modules/control/http/http.c
   M /trunk/modules/control/http/macro.c
   M /trunk/modules/control/http/util.c
   M /trunk/modules/demux/mp4/drms.c
   M /trunk/modules/video_filter/motiondetect.c

Another bunch of Unicode file names fixes (refs #528)

------------------------------------------------------------------------
r14282 | courmisch | 2006-02-13 09:36:52 +0100 (Mon, 13 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/unicode.c

Some WinCE fixes

------------------------------------------------------------------------
r14281 | courmisch | 2006-02-13 09:30:55 +0100 (Mon, 13 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/input/subtitles.c
   M /trunk/src/misc/image.c
   M /trunk/src/misc/modules.c
   M /trunk/src/misc/update.c
   M /trunk/src/misc/vlm.c
   M /trunk/src/network/acl.c
   M /trunk/src/osd/osd_parser.c
   M /trunk/src/playlist/loadsave.c

All Unicode fixes for fopen() (refs #528)

------------------------------------------------------------------------
r14280 | ipkiss | 2006-02-13 08:18:42 +0100 (Mon, 13 Feb 2006) | 3 lines
Changed paths:
   M /trunk/doc/skins/skins2-howto.xml
   M /trunk/modules/gui/skins2/src/vlcproc.cpp
   M /trunk/modules/gui/skins2/src/vlcproc.hpp

 * skins2/src/vlcproc.cpp: New "dvd.isActive" boolean variable
 * doc/skins/skins2-howto.xml: Updated doc

------------------------------------------------------------------------
r14279 | hartman | 2006-02-13 03:36:14 +0100 (Mon, 13 Feb 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

* It's POSTPROC, not POSPROC

------------------------------------------------------------------------
r14278 | courmisch | 2006-02-12 23:45:04 +0100 (Sun, 12 Feb 2006) | 3 lines
Changed paths:
   M /trunk/include/charset.h
   M /trunk/include/configuration.h
   M /trunk/include/vlc_symbols.h
   M /trunk/src/misc/configuration.c
   M /trunk/src/misc/unicode.c

- mkdir Unicode wrapper (refs #543)
- fix load/save of configuration and creation of configuration directory (refs #528)

------------------------------------------------------------------------
r14277 | ipkiss | 2006-02-12 22:39:09 +0100 (Sun, 12 Feb 2006) | 2 lines
Changed paths:
   M /trunk/doc/skins/skins2-howto.xml

 * doc/skins/skins2-howto.xml: Fixed a link

------------------------------------------------------------------------
r14276 | titer | 2006-02-12 22:22:20 +0100 (Sun, 12 Feb 2006) | 3 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/modules/video_chroma/i420_yuy2.c

Use emms after I420_UYVY because the OpenGL vout uses floats in the same thread.
Re-enabled i420_yuy2_mmx on Darwin/x86.

------------------------------------------------------------------------
r14275 | courmisch | 2006-02-12 22:12:12 +0100 (Sun, 12 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/configuration.c

utfeightize psz_homedir

------------------------------------------------------------------------
r14274 | ipkiss | 2006-02-12 22:11:14 +0100 (Sun, 12 Feb 2006) | 2 lines
Changed paths:
   M /trunk/doc/skins/skins2-howto.xml

 * doc/skins/skins2-howto.xml: Documented the DVD-related actions

------------------------------------------------------------------------
r14273 | ipkiss | 2006-02-12 22:05:53 +0100 (Sun, 12 Feb 2006) | 8 lines
Changed paths:
   M /trunk/modules/gui/skins2/Modules.am
   A /trunk/modules/gui/skins2/commands/cmd_dvd.cpp
   A /trunk/modules/gui/skins2/commands/cmd_dvd.hpp
   M /trunk/modules/gui/skins2/parser/interpreter.cpp

 * skins2/commands/cmd_dvd.*: New commands for DVD navigation.
   You can use the following actions in the XML file:
    - dvd.nextTitle()
    - dvd.previousTitle()
    - dvd.nextChapter()
    - dvd.previousChapter()
    - dvd.rootMenu()

------------------------------------------------------------------------
r14272 | courmisch | 2006-02-12 20:57:48 +0100 (Sun, 12 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/charset.h
   M /trunk/include/vlc_symbols.h

Export FromLocaleDup()

------------------------------------------------------------------------
r14271 | courmisch | 2006-02-12 20:55:38 +0100 (Sun, 12 Feb 2006) | 4 lines
Changed paths:
   M /trunk/modules/misc/svg.c

- Fix opening of SVG file through a symbolic
  (one must use stat() rather than lstat() to obtain the size of a file's content!)
- Use UTF-8 wrappers (refs #528)

------------------------------------------------------------------------
r14270 | courmisch | 2006-02-12 20:51:12 +0100 (Sun, 12 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/unicode.c

Cosmetic fix

------------------------------------------------------------------------
r14269 | courmisch | 2006-02-12 20:48:50 +0100 (Sun, 12 Feb 2006) | 3 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/include/charset.h
   M /trunk/include/vlc_symbols.h
   M /trunk/src/misc/unicode.c

- UF8 wrappers for stat, lstat
- FromLocaleDup() returns a string to be freed with free() instead of LocaleFree()

------------------------------------------------------------------------
r14268 | titer | 2006-02-12 19:20:54 +0100 (Sun, 12 Feb 2006) | 3 lines
Changed paths:
   M /trunk/configure.ac

 Also look for libpostproc when ffmpeg is installed without ffmpeg-config
 nor pkg-config

------------------------------------------------------------------------
r14267 | xtophe | 2006-02-12 18:38:36 +0100 (Sun, 12 Feb 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

configure.ac: don't fail if postproc is with avcodec

------------------------------------------------------------------------
r14266 | zorglub | 2006-02-12 18:31:53 +0100 (Sun, 12 Feb 2006) | 2 lines
Changed paths:
   A /trunk/test/NativeStatsTest.py
   M /trunk/test/PyMediaControlPlaylistTest.py
   A /trunk/test/native/libvlc.c (from /trunk/test/native/native_libvlc_test.c:14264)
   D /trunk/test/native/native_libvlc_test.c
   A /trunk/test/native/stats.c

Improve test coverage

------------------------------------------------------------------------
r14265 | zorglub | 2006-02-12 18:31:39 +0100 (Sun, 12 Feb 2006) | 3 lines
Changed paths:
   M /trunk/src/control/core.c
   M /trunk/src/control/playlist.c

Add some playlist api functions
Fix a bug in exceptions handling

------------------------------------------------------------------------
r14264 | zorglub | 2006-02-12 18:14:07 +0100 (Sun, 12 Feb 2006) | 2 lines
Changed paths:
   M /trunk/test/NativeLibvlcTest.py
   M /trunk/test/PyMediaControlBaseTest.py
   M /trunk/test/PyMediaControlPlaylistTest.py
   M /trunk/test/PyMediaControlVariablesTest.py
   A /trunk/test/native (from /trunk/test/native_libvlc:14259)
   M /trunk/test/native/native_libvlc_test.c
   D /trunk/test/native_libvlc
   M /trunk/test/setup.py
   M /trunk/test/test.sh

Change some test stuff

------------------------------------------------------------------------
r14263 | xtophe | 2006-02-12 18:04:45 +0100 (Sun, 12 Feb 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

configure.ac: FFMPEG's libpostproc is now separated from libavcodec

------------------------------------------------------------------------
r14262 | titer | 2006-02-12 17:36:41 +0100 (Sun, 12 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/network/udp.c

 BeOS fix

------------------------------------------------------------------------
r14261 | titer | 2006-02-12 17:02:08 +0100 (Sun, 12 Feb 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   D /trunk/extras/contrib/src/Patches/ffmpeg-beos.patch.cvs
   A /trunk/extras/contrib/src/Patches/ffmpeg-cvs-beos.patch

Fixed ffmpeg contrib

------------------------------------------------------------------------
r14260 | zorglub | 2006-02-12 16:48:57 +0100 (Sun, 12 Feb 2006) | 2 lines
Changed paths:
   M /trunk/bindings/Makefile.am
   A /trunk/bindings/mediacontrol-python (from /trunk/bindings/python:14188)
   D /trunk/bindings/python
   M /trunk/configure.ac

Move python mediacontrol bindings

------------------------------------------------------------------------
r14259 | xtophe | 2006-02-12 16:30:40 +0100 (Sun, 12 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/testsuite/Modules.am

Fix distcheck

------------------------------------------------------------------------
r14258 | zorglub | 2006-02-12 16:28:56 +0100 (Sun, 12 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/hotkeys.c
   M /trunk/modules/gui/skins2/src/vlcproc.cpp

Fix refcount problems

------------------------------------------------------------------------
r14257 | zorglub | 2006-02-12 15:22:08 +0100 (Sun, 12 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/skins2/utils/var_tree.cpp

Remove debug

------------------------------------------------------------------------
r14256 | courmisch | 2006-02-12 12:39:00 +0100 (Sun, 12 Feb 2006) | 3 lines
Changed paths:
   M /trunk/include/main.h
   M /trunk/src/libvlc.c
   M /trunk/src/misc/unicode.c

- Attempt to implement (To|From)Locale on MSVC
- Make (To|From)Locale a no-op on OSes always using UTF-8

------------------------------------------------------------------------
r14255 | zorglub | 2006-02-12 12:18:43 +0100 (Sun, 12 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
   M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
   M /trunk/modules/gui/skins2/src/vlcproc.cpp
   M /trunk/modules/gui/skins2/src/vlcproc.hpp
   M /trunk/modules/gui/skins2/utils/var_tree.cpp
   M /trunk/modules/gui/skins2/utils/var_tree.hpp
   M /trunk/modules/gui/skins2/vars/playtree.cpp
   M /trunk/modules/gui/skins2/vars/playtree.hpp

Playtree: handle delete nicely

------------------------------------------------------------------------
r14254 | courmisch | 2006-02-11 23:05:14 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/charset.c

Remove always true condition

------------------------------------------------------------------------
r14253 | courmisch | 2006-02-11 23:04:54 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_symbols.h

Fix previous commit

------------------------------------------------------------------------
r14252 | courmisch | 2006-02-11 22:46:06 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/charset.h
   M /trunk/include/vlc_symbols.h
   M /trunk/src/input/subtitles.c
   M /trunk/src/misc/unicode.c

Unicode wrappers for opendir/readdir

------------------------------------------------------------------------
r14251 | hartman | 2006-02-11 22:20:24 +0100 (Sat, 11 Feb 2006) | 4 lines
Changed paths:
   M /trunk/modules/demux/asf/libasf.c

* Do a proper UTF-16 -> UTF-8 conversion on ASF metadata, instead of ignoring one of it's bytes per char.
  Patch by demo-n <http://demo-n.e-neta.jp>. (Can i have your name for the THANKS file please?)
  

------------------------------------------------------------------------
r14250 | hartman | 2006-02-11 21:41:57 +0100 (Sat, 11 Feb 2006) | 10 lines
Changed paths:
   M /trunk/THANKS
   M /trunk/modules/misc/xml/xtag.c

* xtag parser improvements by Daniel Stranger. 

it now ignores
 - commments <!-- ... -->
 - processing instructions <? ... ?>
 - doctype declarations <!DOCTYPE ... >
and can handle
 - CDATA element content <![CDATA[ ... ]]>


------------------------------------------------------------------------
r14249 | xtophe | 2006-02-11 21:17:20 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp

wx/dialogs/*: Don't put labels in buttons if we have a wxID_FOO. So the buttons are themable on GTK.

------------------------------------------------------------------------
r14248 | courmisch | 2006-02-11 19:40:13 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/network/udp.c

Fix invalid debug message

------------------------------------------------------------------------
r14247 | zorglub | 2006-02-11 19:11:29 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/skins2/x11/x11_loop.cpp

Add support for insert and delete in X11 skins

------------------------------------------------------------------------
r14246 | ipkiss | 2006-02-11 19:01:42 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/skins2/win32/win32_loop.cpp

 * skins2/win32/win32_loop.cpp: Added support for the Insert and Delete keys

------------------------------------------------------------------------
r14245 | hartman | 2006-02-11 18:55:28 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/subsdec.c

* Fix a \n bug and a memory bug in the SSA/subsdec.

------------------------------------------------------------------------
r14244 | fkuehne | 2006-02-11 18:50:46 +0100 (Sat, 11 Feb 2006) | 1 line
Changed paths:
   M /trunk/NEWS
   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
   M /trunk/modules/gui/macosx/wizard.m

* enable multiple selections for streaming as well (closes #522) and put some news
------------------------------------------------------------------------
r14243 | fkuehne | 2006-02-11 18:42:40 +0100 (Sat, 11 Feb 2006) | 8 lines
Changed paths:
   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
   M /trunk/modules/gui/macosx/wizard.h
   M /trunk/modules/gui/macosx/wizard.m

* support for applying the same settings to multiple files in single run of the wizard (just select multiple items in the playlist)
    - note: due to this, the types of some objects in the main dictionary changed from NSString to NSArray. Additionally, this code does neither run nor compile on 10.2 anymore.
    - various loops are being performed during the run of the wizard now. Please shout if this is noticeably slower on older Macs
* solved a UTF-8-issue which prevented the usage of certain files which were added to the playlist previously
* optimised the existing code here and there
* make sure that all settings are kept for a session

Thanks to zorglub for the playlist-hint :)
------------------------------------------------------------------------
r14242 | courmisch | 2006-02-11 18:30:48 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/unicode.c

Support opening of non ANSI filenames on Win32

------------------------------------------------------------------------
r14241 | dionoea | 2006-02-11 18:28:27 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/share/http/dialogs/main
   M /trunk/share/http/dialogs/playlist

Add some "title"s for image buttons.

------------------------------------------------------------------------
r14240 | courmisch | 2006-02-11 18:27:09 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/input/subtitles.c

Fix typo

------------------------------------------------------------------------
r14239 | courmisch | 2006-02-11 18:00:08 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/input/subtitles.c

Use vlc_fopen (access() or stat() would be more appropriate though)

------------------------------------------------------------------------
r14238 | zorglub | 2006-02-11 17:10:43 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/libvlc.c

Should fix vlc-help.txt problem (untested) (Refs:#517)

------------------------------------------------------------------------
r14237 | zorglub | 2006-02-11 16:49:24 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp

Reposition the slider when expanding/retracting a node (Closes:#477)

------------------------------------------------------------------------
r14236 | zorglub | 2006-02-11 16:21:21 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/stream_out/transcode.c

only round width and scale height accordingly

------------------------------------------------------------------------
r14235 | courmisch | 2006-02-11 16:13:56 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/charset.h
   M /trunk/include/vlc_symbols.h
   M /trunk/src/misc/unicode.c

vlc_fopen() wrapper including required file name conversion (refs #528, refs?\194?\160#543)

------------------------------------------------------------------------
r14234 | courmisch | 2006-02-11 16:12:06 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/charset.c

Don't compile dead code on Win32

------------------------------------------------------------------------
r14233 | courmisch | 2006-02-11 15:53:44 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/libvlc.c

Use more common CP1252 rather than Latin-9 as fallback charset

------------------------------------------------------------------------
r14232 | zorglub | 2006-02-11 15:50:37 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/stream_out/transcode.c

Round scaled sizes to 16 (Closes:#524)

------------------------------------------------------------------------
r14231 | zorglub | 2006-02-11 15:26:53 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/access_filter/record.c

Don't crash in record filter (Closes:#542)

------------------------------------------------------------------------
r14230 | zorglub | 2006-02-11 15:14:18 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp

Don't make image when we are not interested in the item

------------------------------------------------------------------------
r14229 | zorglub | 2006-02-11 15:08:44 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
   M /trunk/modules/gui/skins2/utils/var_tree.cpp
   M /trunk/modules/gui/skins2/utils/var_tree.hpp
   M /trunk/modules/gui/skins2/vars/playtree.cpp

Handle Page up / Page down (Refs:#477)

------------------------------------------------------------------------
r14228 | courmisch | 2006-02-11 14:40:43 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/stream_out/standard.c
   M /trunk/src/stream_output/sap.c

Handle TTL in SDP properly (IPv4 at least) for raw UDP (closes #404)

------------------------------------------------------------------------
r14227 | courmisch | 2006-02-11 14:39:03 +0100 (Sat, 11 Feb 2006) | 4 lines
Changed paths:
   M /trunk/modules/stream_out/rtp.c

- Fix typo in previous commit
- Enforce a default TTL value (one) in SDP if there is none - refs #404
  (it should at least be fine for IPv4 usage)

------------------------------------------------------------------------
r14226 | courmisch | 2006-02-11 12:58:34 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/stream_out/rtp.c

Simplify [12964]

------------------------------------------------------------------------
r14225 | fkuehne | 2006-02-11 12:34:31 +0100 (Sat, 11 Feb 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/macosx/macosx.m
   M /trunk/modules/gui/macosx/wizard.h
   M /trunk/modules/gui/macosx/wizard.m

* added an option to keep the selections in the wizard for a single session. It's enabled by default. (refs #522)
------------------------------------------------------------------------
r14224 | courmisch | 2006-02-11 11:49:30 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/stream_output/sap.c

SAP hop limit should always be 255 as per its specification - refs #404

------------------------------------------------------------------------
r14223 | courmisch | 2006-02-11 11:47:42 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/libvlc.h

Good point Md - use 0 (ie. not set) as default TTL rather than 1 (refs #404)

------------------------------------------------------------------------
r14222 | courmisch | 2006-02-11 11:42:48 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/network/ipv4.c
   M /trunk/modules/misc/network/ipv6.c
   M /trunk/src/libvlc.h
   M /trunk/src/network/udp.c

Implement IPv6 multicast output interface selection (closes #491)

------------------------------------------------------------------------
r14221 | hartman | 2006-02-11 04:04:42 +0100 (Sat, 11 Feb 2006) | 5 lines
Changed paths:
   M /trunk/modules/video_filter/blend.c

* Improved renderering of YUVA/P onto YUV variants. refs #539 
  I420 still not fixed for this bug.

  A simple average of the UV pixels, wasn't giving satisfying results, so I added a bit more logic, to decide based on the transparency value if UY averaging is desireable for the pixels. Produces nice results now, with a very slight shadow somtimes to the right side of the images/glyphs. Looks quite good. 

------------------------------------------------------------------------
r14220 | hartman | 2006-02-11 02:37:30 +0100 (Sat, 11 Feb 2006) | 5 lines
Changed paths:
   M /trunk/modules/access/dvdread.c

* Fix the duration of the dvdread module. refs #198.
  Now duration is accurate, but current time is still block based, so on VBR discs the duration of a second may have some weird variations. Getting accurate time is possible (see what was reverted in [12862]), but this will break the relative SET_TIME (might actually go seeking in the wrong direction for instance). The correct fix here is to expand dvdread with a method that checks the TMAPTI IFO table of a Title, to find what block approximately goes with a certain time. (the TMAPTI table is usually in .5 secs interpolation might possibly be required as well) As a backup an estimate can be made using the ADMAP table.

The behaviour of the dvdread module is now equal to that of the dvdnav module when it comes to time and seeking.

------------------------------------------------------------------------
r14219 | zorglub | 2006-02-11 01:07:40 +0100 (Sat, 11 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp

Don't invalidate selection on item change (Refs:#477)

------------------------------------------------------------------------
r14218 | hartman | 2006-02-11 01:01:55 +0100 (Sat, 11 Feb 2006) | 3 lines
Changed paths:
   M /trunk/modules/video_filter/distort.c

* Don't put huge pictures on the stack. It is limited on some platforms. use malloc.
* Use the correct pitch values when reading from and writing to pictures (out pitch can differ from in pitch, and there is also visible pitch and visible lines.

------------------------------------------------------------------------
r14217 | zorglub | 2006-02-11 00:39:53 +0100 (Sat, 11 Feb 2006) | 3 lines
Changed paths:
   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
   M /trunk/share/skins2/playtree/theme.xml

Fix playtree deletion
Should support deletion through the delete key. But the delete key is not recognized par X11 skins2.

------------------------------------------------------------------------
r14216 | xtophe | 2006-02-10 23:56:32 +0100 (Fri, 10 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/testsuite/Modules.am

Revert brocken commit [14215]

------------------------------------------------------------------------
r14215 | xtophe | 2006-02-10 23:24:20 +0100 (Fri, 10 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/testsuite/Modules.am

Unbreack distcheck. First step

------------------------------------------------------------------------
r14214 | hartman | 2006-02-10 23:03:34 +0100 (Fri, 10 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/video_filter/deinterlace.c

* Fix issues with the deinterlace filter that was using the source picture pitch when writing to the output picture.

------------------------------------------------------------------------
r14213 | hartman | 2006-02-10 22:46:17 +0100 (Fri, 10 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/vcd/vcd.c

* fprintf -> msg_Dbg

------------------------------------------------------------------------
r14212 | zorglub | 2006-02-10 22:14:12 +0100 (Fri, 10 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp

Disable broken stuff (Refs:#459)

------------------------------------------------------------------------
r14211 | fkuehne | 2006-02-10 20:56:59 +0100 (Fri, 10 Feb 2006) | 2 lines
Changed paths:
   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
   M /trunk/modules/gui/macosx/wizard.h
   M /trunk/modules/gui/macosx/wizard.m

* clean up (mostly replacements of nestings of stringByAppendingString by stringWithFormat)
* removed the stupid "wizard help window" and replaced the help sheets with calls of NSBeginInformationalAlertSheet. This might be beautified with NSAlerts in the future, since we don't care for 10.2 anymore.
------------------------------------------------------------------------
r14210 | jpsaman | 2006-02-10 20:53:09 +0100 (Fri, 10 Feb 2006) | 1 line
Changed paths:
   M /trunk/modules/misc/rtsp.c

Fix breakage of other RTSP clients
------------------------------------------------------------------------
r14209 | jpsaman | 2006-02-10 18:24:25 +0100 (Fri, 10 Feb 2006) | 1 line
Changed paths:
   M /trunk/modules/misc/rtsp.c

Use correct Transport answer
------------------------------------------------------------------------
r14208 | xtophe | 2006-02-10 18:24:14 +0100 (Fri, 10 Feb 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

configure.ac: Test glide even when the user specify it

------------------------------------------------------------------------
r14207 | courmisch | 2006-02-10 17:46:07 +0100 (Fri, 10 Feb 2006) | 4 lines
Changed paths:
   M /trunk/modules/misc/network/ipv4.c
   M /trunk/modules/misc/network/ipv6.c

- Use OS default TTL when not overriden
- Clean up
(refs #404)

------------------------------------------------------------------------
r14206 | courmisch | 2006-02-10 17:34:41 +0100 (Fri, 10 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/network/ipv6.c

Don't enable broadcast on IPv6 sockets since IPv6 does not do broadcast anyhow

------------------------------------------------------------------------
r14205 | dionoea | 2006-02-10 17:30:20 +0100 (Fri, 10 Feb 2006) | 3 lines
Changed paths:
   M /trunk/mozilla/vlcshell.cpp

Add esd and arts to the AOUT_PLUGINS define. If this break everything i'll
have to remove it... but i doubt it.

------------------------------------------------------------------------
r14204 | courmisch | 2006-02-10 17:25:57 +0100 (Fri, 10 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
   M /trunk/modules/gui/skins2/utils/var_tree.hpp
   M /trunk/modules/gui/skins2/x11/x11_graphics.hpp

gcc 4.1 compile fix from marvin24 #?\194?\160gmx.de

------------------------------------------------------------------------
r14203 | sigmunau | 2006-02-10 16:05:45 +0100 (Fri, 10 Feb 2006) | 5 lines
Changed paths:
   M /trunk/modules/misc/rtsp.c

modules/misc/rtsp.c: implement support for raw udp transport for muxed streams
also replaces x-playnow hack with a slightly less ugly hack

vlc vod server can now serve about 5 seconds of video to amino stbs

------------------------------------------------------------------------
r14202 | jpsaman | 2006-02-10 15:51:10 +0100 (Fri, 10 Feb 2006) | 1 line
Changed paths:
   M /trunk/modules/misc/rtsp.c

Also add support for x-playNow in RtspCallback.
------------------------------------------------------------------------
r14201 | jpsaman | 2006-02-10 15:44:19 +0100 (Fri, 10 Feb 2006) | 1 line
Changed paths:
   M /trunk/modules/demux/livedotcom.cpp

sanity check
------------------------------------------------------------------------
r14200 | jpsaman | 2006-02-10 15:43:05 +0100 (Fri, 10 Feb 2006) | 1 line
Changed paths:
   M /trunk/src/network/httpd.c

Indentation and coding style fixes
------------------------------------------------------------------------
r14199 | jpsaman | 2006-02-10 14:51:11 +0100 (Fri, 10 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/rtsp.c

Respond to x-playNow option in RTSP SETUP request. Did some indentation fixes too.

------------------------------------------------------------------------
r14198 | hartman | 2006-02-10 13:58:55 +0100 (Fri, 10 Feb 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

* disable i420_yuy2_mmx on Darwin, since the MMX seems to be incorrect.

------------------------------------------------------------------------
r14197 | hartman | 2006-02-10 03:53:57 +0100 (Fri, 10 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/quicktime.c

* Fix the QT video decoder. refs #345

------------------------------------------------------------------------
r14196 | xtophe | 2006-02-09 13:31:17 +0100 (Thu, 09 Feb 2006) | 2 lines
Changed paths:
   M /trunk/extras/zsh.cpp

Remove debug.

------------------------------------------------------------------------
r14195 | courmisch | 2006-02-09 13:06:02 +0100 (Thu, 09 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/network/rootwrap.c

Check for AF_INET6 all the time

------------------------------------------------------------------------
r14194 | dionoea | 2006-02-08 17:26:56 +0100 (Wed, 08 Feb 2006) | 5 lines
Changed paths:
   M /trunk/src/misc/configuration.c

Add comment about the fact that lines begining with a # are comments in the
vlcrc file. This might seem obvious, but many people on the forums don't
seem to understand that.


------------------------------------------------------------------------
r14193 | sigmunau | 2006-02-08 11:39:33 +0100 (Wed, 08 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/access_output/udp.c

access_output/udp.c: Attach the writer thread. Fixes missing headers.

------------------------------------------------------------------------
r14192 | djc | 2006-02-08 11:33:46 +0100 (Wed, 08 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/macosx/interaction.m

Fix message advice (use description.widgets instead of only description)

------------------------------------------------------------------------
r14191 | xtophe | 2006-02-08 00:03:45 +0100 (Wed, 08 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/win32text.c

Typo.

------------------------------------------------------------------------
r14190 | zorglub | 2006-02-07 22:08:32 +0100 (Tue, 07 Feb 2006) | 5 lines
Changed paths:
   M /trunk/Makefile.am
   M /trunk/include/vlc/libvlc.h
   M /trunk/src/control/playlist.c
   A /trunk/src/control/video.c
   M /trunk/test/libvlc_sample.c

* get/set/toggle fullscreen 
* Fix a bug in playlist_play

(Refs:#457)

------------------------------------------------------------------------
r14189 | sigmunau | 2006-02-07 21:41:17 +0100 (Tue, 07 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/access_output/udp.c

access_output/udp.c: use block_Fifo for the empty blocks list. Simplifies code a lot

------------------------------------------------------------------------
r14188 | dionoea | 2006-02-07 18:08:18 +0100 (Tue, 07 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_osd.h

looks like this was retrocommited :)

------------------------------------------------------------------------
r14187 | courmisch | 2006-02-07 17:37:40 +0100 (Tue, 07 Feb 2006) | 2 lines
Changed paths:
   M /trunk/activex/dataobject.cpp
   M /trunk/activex/dataobject.h
   M /trunk/activex/viewobject.cpp
   M /trunk/activex/viewobject.h
   M /trunk/bindings/python/vlcglue.c
   M /trunk/bindings/python/vlcglue.h
   M /trunk/include/vlc/libvlc.h
   M /trunk/include/vlc/mediacontrol.h
   M /trunk/include/vlc/mediacontrol_structures.h
   M /trunk/modules/access/dv.c
   M /trunk/modules/access/dvb/http.c
   M /trunk/modules/access/fake.c
   M /trunk/modules/access/gnomevfs.c
   M /trunk/modules/access/rtsp/access.c
   M /trunk/modules/access/rtsp/real.c
   M /trunk/modules/access/rtsp/real.h
   M /trunk/modules/access/rtsp/real_asmrp.c
   M /trunk/modules/access/rtsp/real_rmff.c
   M /trunk/modules/access/rtsp/real_rmff.h
   M /trunk/modules/access/rtsp/real_sdpplin.c
   M /trunk/modules/access/rtsp/real_sdpplin.h
   M /trunk/modules/access/rtsp/rtsp.c
   M /trunk/modules/access/rtsp/rtsp.h
   M /trunk/modules/access_filter/record.c
   M /trunk/modules/access_output/bonjour.c
   M /trunk/modules/access_output/bonjour.h
   M /trunk/modules/access_output/shout.c
   M /trunk/modules/audio_filter/channel_mixer/dolby.c
   M /trunk/modules/audio_output/arts.c
   M /trunk/modules/audio_output/auhal.c
   M /trunk/modules/audio_output/jack.c
   M /trunk/modules/codec/fake.c
   M /trunk/modules/codec/realaudio.c
   M /trunk/modules/codec/sdl_image.c
   M /trunk/modules/control/http/http.h
   M /trunk/modules/control/http/macro.c
   M /trunk/modules/control/http/macros.h
   M /trunk/modules/control/http/mvar.c
   M /trunk/modules/control/http/rpn.c
   M /trunk/modules/control/http/util.c
   M /trunk/modules/demux/mpc.c
   M /trunk/modules/demux/nuv.c
   M /trunk/modules/demux/playlist/dvb.c
   M /trunk/modules/demux/playlist/podcast.c
   M /trunk/modules/gui/macosx/bookmarks.h
   M /trunk/modules/gui/macosx/embeddedwindow.h
   M /trunk/modules/gui/macosx/extended.h
   M /trunk/modules/gui/macosx/interaction.h
   M /trunk/modules/gui/macosx/sfilters.h
   M /trunk/modules/gui/macosx/wizard.h
   M /trunk/modules/gui/skins2/commands/async_queue.hpp
   M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
   M /trunk/modules/gui/skins2/commands/cmd_audio.cpp
   M /trunk/modules/gui/skins2/commands/cmd_audio.hpp
   M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
   M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
   M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
   M /trunk/modules/gui/skins2/commands/cmd_input.hpp
   M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
   M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
   M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
   M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
   M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
   M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
   M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
   M /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
   M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
   M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
   M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
   M /trunk/modules/gui/skins2/events/evt_enter.hpp
   M /trunk/modules/gui/skins2/events/evt_focus.hpp
   M /trunk/modules/gui/skins2/events/evt_generic.hpp
   M /trunk/modules/gui/skins2/events/evt_input.hpp
   M /trunk/modules/gui/skins2/events/evt_key.hpp
   M /trunk/modules/gui/skins2/events/evt_leave.hpp
   M /trunk/modules/gui/skins2/events/evt_motion.hpp
   M /trunk/modules/gui/skins2/events/evt_mouse.hpp
   M /trunk/modules/gui/skins2/events/evt_refresh.hpp
   M /trunk/modules/gui/skins2/events/evt_scroll.hpp
   M /trunk/modules/gui/skins2/events/evt_special.hpp
   M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
   M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
   M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
   M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
   M /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
   M /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
   M /trunk/modules/gui/skins2/macosx/macosx_window.hpp
   M /trunk/modules/gui/skins2/parser/builder.hpp
   M /trunk/modules/gui/skins2/parser/builder_data.hpp
   M /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
   M /trunk/modules/gui/skins2/parser/interpreter.hpp
   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
   M /trunk/modules/gui/skins2/src/anchor.hpp
   M /trunk/modules/gui/skins2/src/anim_bitmap.cpp
   M /trunk/modules/gui/skins2/src/anim_bitmap.hpp
   M /trunk/modules/gui/skins2/src/bitmap_font.hpp
   M /trunk/modules/gui/skins2/src/dialogs.hpp
   M /trunk/modules/gui/skins2/src/file_bitmap.hpp
   M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
   M /trunk/modules/gui/skins2/src/ft2_font.hpp
   M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
   M /trunk/modules/gui/skins2/src/generic_font.hpp
   M /trunk/modules/gui/skins2/src/generic_layout.hpp
   M /trunk/modules/gui/skins2/src/generic_window.hpp
   M /trunk/modules/gui/skins2/src/logger.hpp
   M /trunk/modules/gui/skins2/src/os_factory.hpp
   M /trunk/modules/gui/skins2/src/os_graphics.hpp
   M /trunk/modules/gui/skins2/src/os_loop.hpp
   M /trunk/modules/gui/skins2/src/os_timer.hpp
   M /trunk/modules/gui/skins2/src/os_tooltip.hpp
   M /trunk/modules/gui/skins2/src/os_window.hpp
   M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
   M /trunk/modules/gui/skins2/src/skin_common.hpp
   M /trunk/modules/gui/skins2/src/theme.hpp
   M /trunk/modules/gui/skins2/src/theme_loader.hpp
   M /trunk/modules/gui/skins2/src/theme_repository.hpp
   M /trunk/modules/gui/skins2/src/tooltip.hpp
   M /trunk/modules/gui/skins2/src/top_window.hpp
   M /trunk/modules/gui/skins2/src/var_manager.hpp
   M /trunk/modules/gui/skins2/src/vlcproc.hpp
   M /trunk/modules/gui/skins2/src/vout_window.hpp
   M /trunk/modules/gui/skins2/src/window_manager.hpp
   M /trunk/modules/gui/skins2/unzip/crypt.h
   M /trunk/modules/gui/skins2/unzip/ioapi.c
   M /trunk/modules/gui/skins2/unzip/ioapi.h
   M /trunk/modules/gui/skins2/unzip/unzip.c
   M /trunk/modules/gui/skins2/unzip/unzip.h
   M /trunk/modules/gui/skins2/utils/bezier.hpp
   M /trunk/modules/gui/skins2/utils/fsm.hpp
   M /trunk/modules/gui/skins2/utils/observer.hpp
   M /trunk/modules/gui/skins2/utils/pointer.hpp
   M /trunk/modules/gui/skins2/utils/position.hpp
   M /trunk/modules/gui/skins2/utils/ustring.hpp
   M /trunk/modules/gui/skins2/utils/var_bool.hpp
   M /trunk/modules/gui/skins2/utils/var_list.hpp
   M /trunk/modules/gui/skins2/utils/var_percent.hpp
   M /trunk/modules/gui/skins2/utils/var_text.hpp
   M /trunk/modules/gui/skins2/utils/var_tree.cpp
   M /trunk/modules/gui/skins2/utils/var_tree.hpp
   M /trunk/modules/gui/skins2/utils/variable.hpp
   M /trunk/modules/gui/skins2/vars/equalizer.cpp
   M /trunk/modules/gui/skins2/vars/equalizer.hpp
   M /trunk/modules/gui/skins2/vars/playlist.hpp
   M /trunk/modules/gui/skins2/vars/playtree.cpp
   M /trunk/modules/gui/skins2/vars/playtree.hpp
   M /trunk/modules/gui/skins2/vars/time.hpp
   M /trunk/modules/gui/skins2/vars/volume.hpp
   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
   M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
   M /trunk/modules/gui/skins2/win32/win32_loop.hpp
   M /trunk/modules/gui/skins2/win32/win32_timer.hpp
   M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
   M /trunk/modules/gui/skins2/win32/win32_window.hpp
   M /trunk/modules/gui/skins2/x11/x11_display.hpp
   M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
   M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
   M /trunk/modules/gui/skins2/x11/x11_loop.hpp
   M /trunk/modules/gui/skins2/x11/x11_timer.hpp
   M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
   M /trunk/modules/gui/skins2/x11/x11_window.hpp
   M /trunk/modules/gui/wince/dialogs.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/messages.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/open.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/preferences.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/streamout.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
   M /trunk/modules/gui/wxwidgets/extrapanel.hpp
   M /trunk/modules/gui/wxwidgets/input_manager.cpp
   M /trunk/modules/gui/wxwidgets/input_manager.hpp
   M /trunk/modules/gui/wxwidgets/interface.hpp
   M /trunk/modules/gui/wxwidgets/playlist_manager.hpp
   M /trunk/modules/gui/wxwidgets/streamdata.cpp
   M /trunk/modules/gui/wxwidgets/timer.hpp
   M /trunk/modules/gui/wxwidgets/video.hpp
   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
   M /trunk/modules/misc/msn.c
   M /trunk/modules/misc/win32text.c
   M /trunk/modules/services_discovery/bonjour.c
   M /trunk/modules/services_discovery/podcast.c
   M /trunk/modules/services_discovery/upnp_cc.cpp
   M /trunk/modules/stream_out/bridge.c
   M /trunk/modules/stream_out/switcher.c
   M /trunk/modules/video_filter/magnify.c
   M /trunk/modules/video_filter/osdmenu.c
   M /trunk/modules/video_filter/rss.c
   M /trunk/modules/video_filter/rv32.c
   M /trunk/modules/video_output/directfb.c
   M /trunk/src/control/core.c
   M /trunk/src/control/input.c
   M /trunk/src/control/mediacontrol_audio_video.c
   M /trunk/src/control/mediacontrol_core.c
   M /trunk/src/control/mediacontrol_init.c
   M /trunk/src/control/mediacontrol_plugin.c
   M /trunk/src/control/mediacontrol_util.c
   M /trunk/src/control/playlist.c
   M /trunk/src/interface/interaction.c
   M /trunk/src/misc/hashtables.c
   M /trunk/src/misc/md5.c
   M /trunk/src/misc/stats.c
   M /trunk/src/misc/update.c
   M /trunk/src/network/acl.c
   M /trunk/src/osd/osd.c
   M /trunk/src/osd/osd_parser.c
   M /trunk/test/libvlc_sample.c
   M /trunk/test/native_libvlc/native_libvlc_test.c
   M /trunk/test/pyunit.h

All CRLF fixes

------------------------------------------------------------------------
r14186 | courmisch | 2006-02-07 17:24:30 +0100 (Tue, 07 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/libvlc_internal.h
   M /trunk/include/mediacontrol_internal.h
   M /trunk/include/vlc_acl.h
   M /trunk/include/vlc_interaction.h
   M /trunk/include/vlc_md5.h
   M /trunk/include/vlc_osd.h
   M /trunk/include/vlc_symbols.h
   M /trunk/include/vlc_update.h

Set EOL style to avoid further CRLF issues

------------------------------------------------------------------------
r14185 | hartman | 2006-02-07 17:07:58 +0100 (Tue, 07 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/win32text.c

* Fix win32 text renderer.

------------------------------------------------------------------------
r14184 | hartman | 2006-02-07 16:18:06 +0100 (Tue, 07 Feb 2006) | 12 lines
Changed paths:
   M /trunk/include/vlc_osd.h
   M /trunk/include/vlc_video.h
   M /trunk/modules/codec/cmml/intf.c
   M /trunk/modules/codec/subsdec.c
   M /trunk/modules/misc/freetype.c
   M /trunk/modules/video_filter/marq.c
   M /trunk/modules/video_filter/rss.c
   M /trunk/modules/video_filter/time.c
   M /trunk/src/video_output/vout_subpictures.c

* Introduced a new text_style_t
* basic support for SSA formatted subs. (disable with --no-subsdec-formatted option)
* changes to freetype renderer to support the font color, size and alpha options of text_style_t (other options are possible, just not implemented yet. Full text_style_t support requires a more advanced renderer though. )
* changes to modules to support text_style_t instead of the old sub options.
* Some changes to subsdec to only iconv to UTF-8 if source is !UTF-8.

refs #82

not supported are style runs (styles on substrings).



------------------------------------------------------------------------
r14183 | hartman | 2006-02-07 16:09:21 +0100 (Tue, 07 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_osd.h

* dos2unix of vlc_osd.h

------------------------------------------------------------------------
r14182 | rocky | 2006-02-06 16:30:30 +0100 (Mon, 06 Feb 2006) | 1 line
Changed paths:
   M /trunk/doc/subtitles/svcd-ogt-subtitles.txt

minor corrections
------------------------------------------------------------------------
r14181 | rocky | 2006-02-06 13:41:12 +0100 (Mon, 06 Feb 2006) | 2 lines
Changed paths:
   M /trunk/doc/subtitles/svcd-ogt-subtitles.txt

Revise. perhaps a little more detail too.

------------------------------------------------------------------------
r14180 | dionoea | 2006-02-06 13:07:40 +0100 (Mon, 06 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/stream_output/stream_output.c

Remove useless lines (which came from a missunderstanding of how it worked)

------------------------------------------------------------------------
r14179 | dionoea | 2006-02-05 23:14:00 +0100 (Sun, 05 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_osd.h
   M /trunk/modules/access_output/shout.c
   M /trunk/modules/gui/macosx/output.m
   M /trunk/modules/gui/macosx/wizard.m
   M /trunk/modules/gui/pda/pda_callbacks.c
   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
   M /trunk/src/stream_output/stream_output.c

sout-standard-url is deprecated

------------------------------------------------------------------------
r14178 | dionoea | 2006-02-05 23:02:12 +0100 (Sun, 05 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/stream_out/standard.c

sout-standard-url is deprecated

------------------------------------------------------------------------
r14177 | dionoea | 2006-02-05 23:01:23 +0100 (Sun, 05 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/stream_output/stream_output.c

Deprecated options handling

------------------------------------------------------------------------
r14176 | courmisch | 2006-02-05 21:52:29 +0100 (Sun, 05 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/input/subtitles.c

Fixes subtitles detection from within folders with non-ASCII names when the local encoding is not UTF-8 (closes #536)

------------------------------------------------------------------------
r14175 | zorglub | 2006-02-05 14:38:05 +0100 (Sun, 05 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/input_manager.cpp

Show sliders for stream with no time info but position info (Closes:#484)

------------------------------------------------------------------------
r14174 | hartman | 2006-02-05 13:47:47 +0100 (Sun, 05 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/video_filter/blend.c

* Added YVYU blending and fixed UYVY blending.

------------------------------------------------------------------------
r14173 | hartman | 2006-02-05 13:43:38 +0100 (Sun, 05 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/video_chroma/i420_yuy2.h
   M /trunk/modules/video_chroma/i422_yuy2.h

* Correct MMX version of UYVY chroma conversion. the UV ordered incorrectly. (untested)

------------------------------------------------------------------------
r14172 | zorglub | 2006-02-05 12:09:13 +0100 (Sun, 05 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp

Add a "Close" button to the errors window and fix the "Stop showing errors" string

------------------------------------------------------------------------
r14171 | zorglub | 2006-02-05 12:05:21 +0100 (Sun, 05 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp

Some WX VLM dialog improvements

------------------------------------------------------------------------
r14170 | hartman | 2006-02-05 00:46:28 +0100 (Sun, 05 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/video_filter/blend.c

* Hopefully added UYVY blending for YUVA and YUVP. (Untested)

------------------------------------------------------------------------
r14169 | xtophe | 2006-02-05 00:26:40 +0100 (Sun, 05 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/Modules.am

Include the bitmaps in tarball

------------------------------------------------------------------------
r14168 | zorglub | 2006-02-04 23:57:01 +0100 (Sat, 04 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs.cpp
   M /trunk/modules/services_discovery/shout.c
   M /trunk/src/interface/interaction.c

Better fix

------------------------------------------------------------------------
r14167 | hartman | 2006-02-04 23:56:34 +0100 (Sat, 04 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/video_output/opengl.c

* Use UYVY fourcc instead of Y422, since i believe it's more common.

------------------------------------------------------------------------
r14166 | dionoea | 2006-02-04 23:53:09 +0100 (Sat, 04 Feb 2006) | 5 lines
Changed paths:
   M /trunk/src/misc/update.c

display downloaded size / total size when downloading
The download specific functions should maybe be exported (i don't know if
other modules would need to download files to disk)


------------------------------------------------------------------------
r14165 | dionoea | 2006-02-04 23:34:40 +0100 (Sat, 04 Feb 2006) | 7 lines
Changed paths:
   M /trunk/src/interface/interaction.c

prevent some more segfaults.

zorglub: could you have a look ? this solution doesn't seem right to
me because we "loose" some of the calls to the interaction system if
they're sent at the wrong moment.


------------------------------------------------------------------------
r14164 | xtophe | 2006-02-04 20:54:37 +0100 (Sat, 04 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/update.c

Remove C++ism to please gcc2.95 and BeOS

------------------------------------------------------------------------
r14163 | jpsaman | 2006-02-04 20:48:38 +0100 (Sat, 04 Feb 2006) | 1 line
Changed paths:
   M /trunk/src/network/httpd.c

Weed some dead code
------------------------------------------------------------------------
r14162 | zorglub | 2006-02-04 20:28:20 +0100 (Sat, 04 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_messages.h

Don't fail with no-debug

------------------------------------------------------------------------
r14161 | jpsaman | 2006-02-04 19:16:13 +0100 (Sat, 04 Feb 2006) | 1 line
Changed paths:
   M /trunk/modules/misc/rtsp.c

fprintf die die
------------------------------------------------------------------------
r14160 | zorglub | 2006-02-04 18:08:44 +0100 (Sat, 04 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/messages.c

Memleak

------------------------------------------------------------------------
r14159 | zorglub | 2006-02-04 18:05:14 +0100 (Sat, 04 Feb 2006) | 2 lines
Changed paths:
   A /trunk/extras/valgrind.suppressions

Valgrind errors suppression file

------------------------------------------------------------------------
r14158 | zorglub | 2006-02-04 18:03:40 +0100 (Sat, 04 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_symbols.h

Missing file

------------------------------------------------------------------------
r14157 | zorglub | 2006-02-04 17:26:23 +0100 (Sat, 04 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_messages.h
   M /trunk/include/vlc_symbols.h
   M /trunk/modules/stream_out/transcode.c
   M /trunk/src/audio_output/dec.c
   M /trunk/src/audio_output/input.c
   M /trunk/src/input/decoder.c
   M /trunk/src/input/es_out.c
   M /trunk/src/input/input.c
   M /trunk/src/input/stream.c
   M /trunk/src/misc/stats.c
   M /trunk/src/network/httpd.c
   M /trunk/src/playlist/playlist.c
   M /trunk/src/stream_output/stream_output.c
   M /trunk/src/video_output/video_output.c

Stop using strings to index stats, use integers. The list is not sorted yet, though

------------------------------------------------------------------------
r14156 | zorglub | 2006-02-04 16:28:36 +0100 (Sat, 04 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/playlist/playlist.c

Fix memleak

------------------------------------------------------------------------
r14155 | zorglub | 2006-02-04 14:56:07 +0100 (Sat, 04 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/hashtables.c

Fix stupid bug

------------------------------------------------------------------------
r14154 | zorglub | 2006-02-04 13:50:41 +0100 (Sat, 04 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/hashtables.c

Don't read uninitialized values

------------------------------------------------------------------------
r14153 | zorglub | 2006-02-04 12:04:42 +0100 (Sat, 04 Feb 2006) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/include/main.h
   M /trunk/include/vlc_messages.h
   M /trunk/include/vlc_symbols.h
   M /trunk/modules/stream_out/transcode.c
   M /trunk/src/audio_output/dec.c
   M /trunk/src/audio_output/input.c
   M /trunk/src/input/decoder.c
   M /trunk/src/input/es_out.c
   M /trunk/src/input/stream.c
   M /trunk/src/libvlc.c
   M /trunk/src/misc/hashtables.c
   M /trunk/src/misc/stats.c
   M /trunk/src/network/httpd.c
   M /trunk/src/stream_output/stream_output.c
   M /trunk/src/video_output/video_output.c

* Avoid useless stats_Get calls
* Reduce vlc_object_find calls

------------------------------------------------------------------------
r14152 | zorglub | 2006-02-04 10:24:50 +0100 (Sat, 04 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/hashtables.c

Don't check the full string

------------------------------------------------------------------------
r14151 | zorglub | 2006-02-04 01:08:50 +0100 (Sat, 04 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/stream_output.h
   M /trunk/src/stream_output/stream_output.c

AccessOutWrite is called very often, especially for TS. Don't store stats on each call

------------------------------------------------------------------------
r14150 | zorglub | 2006-02-04 00:52:45 +0100 (Sat, 04 Feb 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am
   M /trunk/include/vlc_common.h
   M /trunk/include/vlc_messages.h
   M /trunk/include/vlc_symbols.h
   A /trunk/src/misc/hashtables.c
   M /trunk/src/misc/stats.c

Use a hash for stats. Not finished

------------------------------------------------------------------------
r14149 | zorglub | 2006-02-03 20:53:47 +0100 (Fri, 03 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc/libvlc.h
   M /trunk/src/control/core.c
   M /trunk/src/control/playlist.c
   M /trunk/test/NativeLibvlcTest.py
   M /trunk/test/native_libvlc/native_libvlc_test.c
   M /trunk/test/pyunit.h

Play and add (Refs:#457)

------------------------------------------------------------------------
r14148 | sigmunau | 2006-02-03 16:10:12 +0100 (Fri, 03 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/dvb/linux_dvb.c

linux_dvb.c: initialize a variable

------------------------------------------------------------------------
r14147 | sigmunau | 2006-02-03 15:07:41 +0100 (Fri, 03 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/input/es_out.c
   M /trunk/src/input/stream.c
   M /trunk/src/stream_output/stream_output.c

fix --no-stats in a few cases (there are more remaining)

------------------------------------------------------------------------
r14146 | xtophe | 2006-02-03 10:54:22 +0100 (Fri, 03 Feb 2006) | 2 lines
Changed paths:
   M /trunk/po/POTFILES.in
   M /trunk/po/ca.po
   M /trunk/po/da.po
   M /trunk/po/de.po
   M /trunk/po/en_GB.po
   M /trunk/po/es.po
   M /trunk/po/fr.po
   M /trunk/po/it.po
   M /trunk/po/ja.po
   M /trunk/po/ka.po
   M /trunk/po/ko.po
   M /trunk/po/nl.po
   M /trunk/po/oc.po
   M /trunk/po/pt_BR.po
   M /trunk/po/ro.po
   M /trunk/po/ru.po
   M /trunk/po/sv.po
   M /trunk/po/tr.po
   M /trunk/po/vlc.pot
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.po

Run update-po due to the new upnp files.

------------------------------------------------------------------------
r14145 | xtophe | 2006-02-03 01:13:11 +0100 (Fri, 03 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp

Seems that the widget return the path in local encoding

------------------------------------------------------------------------
r14144 | dionoea | 2006-02-03 00:54:03 +0100 (Fri, 03 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/update.c

fix download (it didn't download the last (file size)%(1<<10) bytes)

------------------------------------------------------------------------
r14143 | dionoea | 2006-02-03 00:35:12 +0100 (Fri, 03 Feb 2006) | 2 lines
Changed paths:
   M /trunk/doc/Doxyfile

update Doxyfile using "doxygen -u"

------------------------------------------------------------------------
r14142 | dionoea | 2006-02-03 00:31:42 +0100 (Fri, 03 Feb 2006) | 3 lines
Changed paths:
   M /trunk/include/vlc_interaction.h
   M /trunk/include/vlc_update.h
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp

include/* : fix doxygen comments
modules/gui/wxwidgets/dialogs/updatevlc.cpp : clean up

------------------------------------------------------------------------
r14141 | dionoea | 2006-02-03 00:04:59 +0100 (Fri, 03 Feb 2006) | 3 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
   M /trunk/src/misc/update.c

use VLC threads instead of wxWidgets threads.
(i just had to find the suxor thread exemple in video_output.c :p )

------------------------------------------------------------------------
r14140 | dionoea | 2006-02-02 20:00:08 +0100 (Thu, 02 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp

lets hope that this fixes the win32 build

------------------------------------------------------------------------
r14139 | dionoea | 2006-02-02 19:06:20 +0100 (Thu, 02 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp

Fix misplaced include (triggered error on win32 build only ... weird)

------------------------------------------------------------------------
r14138 | dionoea | 2006-02-02 18:44:07 +0100 (Thu, 02 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/update.c

remove old uneeded #include

------------------------------------------------------------------------
r14137 | dionoea | 2006-02-02 18:29:06 +0100 (Thu, 02 Feb 2006) | 9 lines
Changed paths:
   M /trunk/Makefile.am
   M /trunk/include/vlc_common.h
   M /trunk/include/vlc_symbols.h
   A /trunk/include/vlc_update.h
   M /trunk/modules/control/rc.c
   A /trunk/modules/gui/wxwidgets/bitmaps/update_ascii.xpm
   A /trunk/modules/gui/wxwidgets/bitmaps/update_binary.xpm
   A /trunk/modules/gui/wxwidgets/bitmaps/update_document.xpm
   A /trunk/modules/gui/wxwidgets/bitmaps/update_info.xpm
   A /trunk/modules/gui/wxwidgets/bitmaps/update_source.xpm
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
   M /trunk/src/misc/modules.c
   A /trunk/src/misc/update.c

src/*, include/* : update core functions. (Should make it relatively easy
                   to use in interfaces)
                   The downloadable plugins part still needs some work.

modules/control/rc.c : add function to query updates (mainly used for testing)

modules/gui/wxwidgets/* : update pannel.


------------------------------------------------------------------------
r14136 | dionoea | 2006-02-02 17:36:48 +0100 (Thu, 02 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/interface/interaction.c

Make sure that the progress bar dialog exists before updating its status.

------------------------------------------------------------------------
r14135 | sigmunau | 2006-02-02 12:59:15 +0100 (Thu, 02 Feb 2006) | 4 lines
Changed paths:
   M /trunk/src/input/es_out.c

es_out.c: fixed a slight memleak in "now playing" handling. 
This one is slightly dangerous as it can happen over and over again during
normal operation.

------------------------------------------------------------------------
r14134 | courmisch | 2006-02-02 11:59:17 +0100 (Thu, 02 Feb 2006) | 3 lines
Changed paths:
   M /trunk/THANKS
   M /trunk/configure.ac
   M /trunk/modules/services_discovery/Modules.am
   D /trunk/modules/services_discovery/upnp.cpp
   A /trunk/modules/services_discovery/upnp_cc.cpp (from /trunk/modules/services_discovery/upnp.cpp:14133)
   A /trunk/modules/services_discovery/upnp_intel.cpp

Add libupnp-based UPnP discovery from Christian Henz
with proper configure checks

------------------------------------------------------------------------
r14133 | hartman | 2006-02-02 04:22:52 +0100 (Thu, 02 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/input/subtitles.c

* Forgot to add the path seperator. truly fixes the bug. refs #463

------------------------------------------------------------------------
r14132 | hartman | 2006-02-02 03:44:31 +0100 (Thu, 02 Feb 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

* Fix the dvdread library linking in the libdvdnav dylib by hand. fixes #515

------------------------------------------------------------------------
r14131 | hartman | 2006-02-01 21:51:18 +0100 (Wed, 01 Feb 2006) | 3 lines
Changed paths:
   M /trunk/src/input/subtitles.c

* If input file in current dir specified, then retrieve CWD when we try to look for subtitle files. fixes #463
* When probing the autodetected files, probe them in the Locale, not in UTF-8. refs #528

------------------------------------------------------------------------
r14130 | jpsaman | 2006-02-01 21:24:23 +0100 (Wed, 01 Feb 2006) | 1 line
Changed paths:
   M /trunk/modules/packetizer/mpegvideo.c

Fixed a memleak
------------------------------------------------------------------------
r14129 | courmisch | 2006-02-01 21:04:09 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/macosx/bookmarks.h
   M /trunk/modules/gui/macosx/bookmarks.m
   M /trunk/modules/gui/macosx/equalizer.h
   M /trunk/modules/gui/macosx/sfilters.h
   M /trunk/modules/gui/macosx/sfilters.m

Don't use weird MAC charset

------------------------------------------------------------------------
r14128 | courmisch | 2006-02-01 20:52:29 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/bindings/python/vlcglue.h

One more

------------------------------------------------------------------------
r14127 | courmisch | 2006-02-01 20:49:08 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/doc/developer2

svn:ignore built doc

------------------------------------------------------------------------
r14126 | courmisch | 2006-02-01 20:47:14 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/doc/developer2/history.xml
   M /trunk/doc/developer2/videolan-doc.xsl
   M /trunk/doc/developer2/vlc-dev-doc.xml

Same as previous commit

------------------------------------------------------------------------
r14125 | courmisch | 2006-02-01 20:44:56 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/doc/developer/Makefile
   M /trunk/doc/developer/Makefile.in
   M /trunk/doc/developer/history.xml
   M /trunk/doc/developer/manual.xml
   M /trunk/doc/developer/videolan-doc-chunk.xsl
   M /trunk/doc/developer/videolan-doc.xsl

Uniformize developer doc encoding

------------------------------------------------------------------------
r14124 | courmisch | 2006-02-01 20:40:01 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/modules/access/vcdx/intf.h
   M /trunk/modules/gui/macosx/extended.h
   M /trunk/modules/gui/macosx/extended.m
   M /trunk/modules/gui/macosx/prefs_widgets.m
   M /trunk/modules/gui/macosx/wizard.h
   M /trunk/modules/gui/macosx/wizard.m
   M /trunk/modules/gui/wxwidgets/streamdata.h
   M /trunk/modules/video_chroma/i420_rgb_mmx.h
   M /trunk/modules/visualization/visual/visual.h
   M /trunk/po/sv.po

Additionnal conversions

------------------------------------------------------------------------
r14123 | courmisch | 2006-02-01 20:32:40 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/LIST
   M /trunk/modules/gui/wince/preferences_widgets.h

French -> English

------------------------------------------------------------------------
r14122 | courmisch | 2006-02-01 20:21:41 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/share/skins2

svn:ignore built skins

------------------------------------------------------------------------
r14121 | courmisch | 2006-02-01 20:20:17 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/iso_lang.h
   M /trunk/include/libvlc_internal.h
   M /trunk/include/modules_inner.h
   M /trunk/include/vlc/libvlc.h
   M /trunk/include/vlc_config_cat.h
   M /trunk/include/vout_synchro.h

More UTF8ication

------------------------------------------------------------------------
r14120 | hartman | 2006-02-01 19:13:49 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/macosx/voutgl.m

* Enable OpenGL without Acceleration on Mac OSX. (Fallback option)

------------------------------------------------------------------------
r14119 | courmisch | 2006-02-01 19:08:49 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/mozilla/support/npmac.cpp

That one wasn't even Latin-1

------------------------------------------------------------------------
r14118 | courmisch | 2006-02-01 19:06:48 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/bindings/python/vlcglue.c
   M /trunk/loader/pe_image.c
   M /trunk/modules/access/vcdx/demux.c
   M /trunk/modules/access/vcdx/intf.c
   M /trunk/modules/audio_filter/channel_mixer/dolby.c
   M /trunk/modules/audio_filter/channel_mixer/headphone.c
   M /trunk/modules/audio_filter/converter/a52tofloat32.c
   M /trunk/modules/audio_filter/converter/a52tospdif.c
   M /trunk/modules/audio_filter/converter/dtstofloat32.c
   M /trunk/modules/audio_filter/normvol.c
   M /trunk/modules/codec/a52.c
   M /trunk/modules/demux/playlist/m3u.c
   M /trunk/modules/demux/playlist/old.c
   M /trunk/modules/demux/playlist/playlist.c
   M /trunk/modules/demux/playlist/pls.c
   M /trunk/modules/gui/skins2/commands/async_queue.cpp
   M /trunk/modules/gui/skins2/commands/async_queue.hpp
   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
   M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
   M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
   M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
   M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
   M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
   M /trunk/modules/gui/skins2/commands/cmd_input.hpp
   M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
   M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
   M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
   M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
   M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
   M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
   M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
   M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
   M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
   M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
   M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
   M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
   M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
   M /trunk/modules/gui/skins2/events/evt_enter.hpp
   M /trunk/modules/gui/skins2/events/evt_focus.hpp
   M /trunk/modules/gui/skins2/events/evt_generic.hpp
   M /trunk/modules/gui/skins2/events/evt_input.cpp
   M /trunk/modules/gui/skins2/events/evt_input.hpp
   M /trunk/modules/gui/skins2/events/evt_key.cpp
   M /trunk/modules/gui/skins2/events/evt_key.hpp
   M /trunk/modules/gui/skins2/events/evt_leave.hpp
   M /trunk/modules/gui/skins2/events/evt_menu.hpp
   M /trunk/modules/gui/skins2/events/evt_motion.hpp
   M /trunk/modules/gui/skins2/events/evt_mouse.cpp
   M /trunk/modules/gui/skins2/events/evt_mouse.hpp
   M /trunk/modules/gui/skins2/events/evt_refresh.hpp
   M /trunk/modules/gui/skins2/events/evt_scroll.cpp
   M /trunk/modules/gui/skins2/events/evt_scroll.hpp
   M /trunk/modules/gui/skins2/events/evt_special.cpp
   M /trunk/modules/gui/skins2/events/evt_special.hpp
   M /trunk/modules/gui/skins2/macosx/macosx_popup.cpp
   M /trunk/modules/gui/skins2/macosx/macosx_popup.hpp
   M /trunk/modules/gui/skins2/parser/builder.cpp
   M /trunk/modules/gui/skins2/parser/builder.hpp
   M /trunk/modules/gui/skins2/parser/interpreter.cpp
   M /trunk/modules/gui/skins2/parser/interpreter.hpp
   M /trunk/modules/gui/skins2/src/anchor.cpp
   M /trunk/modules/gui/skins2/src/anchor.hpp
   M /trunk/modules/gui/skins2/src/dialogs.cpp
   M /trunk/modules/gui/skins2/src/dialogs.hpp
   M /trunk/modules/gui/skins2/src/file_bitmap.cpp
   M /trunk/modules/gui/skins2/src/file_bitmap.hpp
   M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
   M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
   M /trunk/modules/gui/skins2/src/ft2_font.cpp
   M /trunk/modules/gui/skins2/src/ft2_font.hpp
   M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
   M /trunk/modules/gui/skins2/src/generic_font.hpp
   M /trunk/modules/gui/skins2/src/generic_layout.cpp
   M /trunk/modules/gui/skins2/src/generic_layout.hpp
   M /trunk/modules/gui/skins2/src/generic_window.cpp
   M /trunk/modules/gui/skins2/src/generic_window.hpp
   M /trunk/modules/gui/skins2/src/logger.cpp
   M /trunk/modules/gui/skins2/src/logger.hpp
   M /trunk/modules/gui/skins2/src/os_factory.cpp
   M /trunk/modules/gui/skins2/src/os_factory.hpp
   M /trunk/modules/gui/skins2/src/os_graphics.hpp
   M /trunk/modules/gui/skins2/src/os_loop.hpp
   M /trunk/modules/gui/skins2/src/os_popup.hpp
   M /trunk/modules/gui/skins2/src/os_timer.hpp
   M /trunk/modules/gui/skins2/src/os_tooltip.hpp
   M /trunk/modules/gui/skins2/src/os_window.hpp
   M /trunk/modules/gui/skins2/src/popup.cpp
   M /trunk/modules/gui/skins2/src/popup.hpp
   M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
   M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
   M /trunk/modules/gui/skins2/src/skin_common.hpp
   M /trunk/modules/gui/skins2/src/skin_main.cpp
   M /trunk/modules/gui/skins2/src/theme.cpp
   M /trunk/modules/gui/skins2/src/theme.hpp
   M /trunk/modules/gui/skins2/src/theme_loader.cpp
   M /trunk/modules/gui/skins2/src/theme_loader.hpp
   M /trunk/modules/gui/skins2/src/tooltip.cpp
   M /trunk/modules/gui/skins2/src/tooltip.hpp
   M /trunk/modules/gui/skins2/src/top_window.cpp
   M /trunk/modules/gui/skins2/src/top_window.hpp
   M /trunk/modules/gui/skins2/src/var_manager.cpp
   M /trunk/modules/gui/skins2/src/var_manager.hpp
   M /trunk/modules/gui/skins2/src/window_manager.cpp
   M /trunk/modules/gui/skins2/src/window_manager.hpp
   M /trunk/modules/gui/skins2/utils/bezier.cpp
   M /trunk/modules/gui/skins2/utils/bezier.hpp
   M /trunk/modules/gui/skins2/utils/fsm.cpp
   M /trunk/modules/gui/skins2/utils/fsm.hpp
   M /trunk/modules/gui/skins2/utils/observer.hpp
   M /trunk/modules/gui/skins2/utils/pointer.hpp
   M /trunk/modules/gui/skins2/utils/position.cpp
   M /trunk/modules/gui/skins2/utils/position.hpp
   M /trunk/modules/gui/skins2/utils/ustring.cpp
   M /trunk/modules/gui/skins2/utils/ustring.hpp
   M /trunk/modules/gui/skins2/utils/var_bool.cpp
   M /trunk/modules/gui/skins2/utils/var_bool.hpp
   M /trunk/modules/gui/skins2/utils/var_list.cpp
   M /trunk/modules/gui/skins2/utils/var_list.hpp
   M /trunk/modules/gui/skins2/utils/var_percent.cpp
   M /trunk/modules/gui/skins2/utils/var_percent.hpp
   M /trunk/modules/gui/skins2/utils/var_text.cpp
   M /trunk/modules/gui/skins2/utils/var_text.hpp
   M /trunk/modules/gui/skins2/utils/variable.hpp
   M /trunk/modules/gui/skins2/vars/playlist.hpp
   M /trunk/modules/gui/skins2/vars/time.cpp
   M /trunk/modules/gui/skins2/vars/volume.cpp
   M /trunk/modules/gui/skins2/vars/volume.hpp
   M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
   M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
   M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
   M /trunk/modules/gui/skins2/win32/win32_loop.hpp
   M /trunk/modules/gui/skins2/win32/win32_popup.cpp
   M /trunk/modules/gui/skins2/win32/win32_popup.hpp
   M /trunk/modules/gui/skins2/win32/win32_timer.cpp
   M /trunk/modules/gui/skins2/win32/win32_timer.hpp
   M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
   M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
   M /trunk/modules/gui/skins2/win32/win32_window.cpp
   M /trunk/modules/gui/skins2/win32/win32_window.hpp
   M /trunk/modules/gui/skins2/x11/x11_display.cpp
   M /trunk/modules/gui/skins2/x11/x11_display.hpp
   M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
   M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
   M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
   M /trunk/modules/gui/skins2/x11/x11_loop.hpp
   M /trunk/modules/gui/skins2/x11/x11_popup.hpp
   M /trunk/modules/gui/skins2/x11/x11_timer.cpp
   M /trunk/modules/gui/skins2/x11/x11_timer.hpp
   M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
   M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
   M /trunk/modules/gui/skins2/x11/x11_window.cpp
   M /trunk/modules/gui/skins2/x11/x11_window.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
   M /trunk/modules/gui/wxwidgets/extrapanel.hpp
   M /trunk/modules/gui/wxwidgets/input_manager.cpp
   M /trunk/modules/gui/wxwidgets/input_manager.hpp
   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
   M /trunk/modules/gui/wxwidgets/playlist_manager.hpp
   M /trunk/modules/gui/wxwidgets/streamdata.cpp
   M /trunk/modules/misc/playlist/export.c
   M /trunk/modules/misc/playlist/m3u.c
   M /trunk/modules/misc/testsuite/playlist.c
   M /trunk/modules/mux/avi.c
   M /trunk/modules/services_discovery/daap.c
   M /trunk/modules/services_discovery/hal.c
   M /trunk/modules/video_filter/motiondetect.c
   M /trunk/modules/video_filter/swscale/yuv2rgb.c
   M /trunk/modules/video_filter/swscale/yuv2rgb_mlib.c
   M /trunk/modules/video_output/image.c
   M /trunk/modules/visualization/visual/effects.c
   M /trunk/modules/visualization/visual/visual.c
   M /trunk/src/control/input.c
   M /trunk/src/control/playlist.c
   M /trunk/src/interface/interaction.c
   M /trunk/src/misc/iso_lang.c
   M /trunk/src/misc/stats.c
   M /trunk/src/playlist/item-ext.c
   M /trunk/src/playlist/playlist.c
   M /trunk/src/playlist/services_discovery.c
   M /trunk/src/playlist/sort.c
   M /trunk/src/playlist/view.c
   M /trunk/src/stream_output/announce.c
   M /trunk/src/video_output/vout_synchro.c

Uniformize source files encoding

------------------------------------------------------------------------
r14117 | courmisch | 2006-02-01 19:02:40 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wince/preferences.cpp

Translate french comment

------------------------------------------------------------------------
r14116 | courmisch | 2006-02-01 19:01:03 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/m3u.c

Encode non-ASCII characters outside comments

------------------------------------------------------------------------
r14115 | courmisch | 2006-02-01 18:44:04 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/nsc.c

Fix warnings

------------------------------------------------------------------------
r14114 | courmisch | 2006-02-01 18:41:29 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/quicktime.c

Fix a bunch of warnings involving mix between uint32_t and long

------------------------------------------------------------------------
r14113 | hartman | 2006-02-01 17:52:42 +0100 (Wed, 01 Feb 2006) | 4 lines
Changed paths:
   M /trunk/modules/gui/macosx/macosx.m
   M /trunk/modules/video_output/opengl.c

* Fix the fourcc of OpenGL on Mac Intel. We should check why it's set wrong on PPC.
* Revert the Quartz disabling.


------------------------------------------------------------------------
r14112 | sam | 2006-02-01 17:27:57 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/mp4/drms.c
   M /trunk/modules/demux/mp4/libmp4.c

  * modules/demux/mp4: more explicit error messages for DRMS failures.

------------------------------------------------------------------------
r14111 | courmisch | 2006-02-01 16:40:53 +0100 (Wed, 01 Feb 2006) | 5 lines
Changed paths:
   M /trunk/configure.ac

Enable maintainer mode by default, as it is what maintainer-mode-unaware
(ie. most) automake users are used to.
If you DO want NOT to use maintainer mode you are free to pass
--disable-maintainer-mode to configure.

------------------------------------------------------------------------
r14110 | courmisch | 2006-02-01 16:28:42 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/libvlc.c

Simpler use of HAVE_ASSERT

------------------------------------------------------------------------
r14109 | courmisch | 2006-02-01 16:27:59 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

Define NDEBUG when --enable-debug is not specified

------------------------------------------------------------------------
r14108 | sam | 2006-02-01 15:57:12 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am

  * Makefile.am: on Unix, use makensis -DVERSION; on Win32, use /DVERSION.

------------------------------------------------------------------------
r14107 | xtophe | 2006-02-01 15:39:05 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/src/libvlc.c

Test for assert() in configure.

------------------------------------------------------------------------
r14106 | courmisch | 2006-02-01 14:28:59 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_common.h
   M /trunk/modules/control/http/http.c
   M /trunk/modules/control/http/http.h
   M /trunk/src/network/httpd.c

Fixed some warnings

------------------------------------------------------------------------
r14105 | courmisch | 2006-02-01 14:10:55 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/src/input/stream.c

Remove unused variable

------------------------------------------------------------------------
r14104 | sam | 2006-02-01 14:01:06 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/include/main.h
   M /trunk/include/os_specific.h
   M /trunk/include/vlc_common.h
   M /trunk/include/vlc_config.h
   M /trunk/include/vlc_threads.h
   M /trunk/modules/access/vcd/cdrom.c
   M /trunk/modules/access/vcd/cdrom_internals.h
   M /trunk/modules/audio_filter/resampler/bandlimited.c
   M /trunk/modules/codec/cmml/browser_open.c
   M /trunk/modules/codec/mpeg_audio.c
   M /trunk/modules/codec/quicktime.c
   M /trunk/modules/control/http/http.c
   M /trunk/modules/demux/mkv.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
   M /trunk/modules/misc/freetype.c
   M /trunk/modules/misc/logger.c
   M /trunk/modules/video_output/opengl.c
   M /trunk/modules/video_output/x11/xcommon.c
   M /trunk/src/vlc.c

  * Got rid of SYS_DARWIN everywhere.

------------------------------------------------------------------------
r14103 | sam | 2006-02-01 13:44:16 +0100 (Wed, 01 Feb 2006) | 3 lines
Changed paths:
   M /trunk/src/extras/libc.c
   M /trunk/src/interface/interface.c
   M /trunk/src/interface/intf_eject.c
   M /trunk/src/libvlc.c
   M /trunk/src/libvlc.h
   M /trunk/src/misc/charset.c
   M /trunk/src/misc/configuration.c
   M /trunk/src/misc/cpu.c
   M /trunk/src/misc/messages.c
   M /trunk/src/misc/modules.c
   M /trunk/src/misc/threads.c
   M /trunk/src/network/httpd.c
   M /trunk/src/video_output/video_output.c
   M /trunk/src/video_output/vout_intf.c

  * Replaced "SYS_DARWIN" with either __APPLE__ (meaning OS X) or __ppc__ and
    __ppc64__ (meaning PowerPC).

------------------------------------------------------------------------
r14102 | sam | 2006-02-01 13:22:52 +0100 (Wed, 01 Feb 2006) | 3 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

  * extras/contrib/src/Makefile: oh what the hell, replaced --disable-codec
    with --disable-decoder.

------------------------------------------------------------------------
r14101 | sam | 2006-02-01 13:16:42 +0100 (Wed, 01 Feb 2006) | 4 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch

  * extras/contrib/src/Patches/ffmpeg-cvs-wince.patch: updated for current SVN.
  * extras/contrib/src/Makefile: re-added --disable-codec flags (the FFMPEG
    tree on altair was outdated) but removed the duplicate vorbis one.

------------------------------------------------------------------------
r14100 | xtophe | 2006-02-01 13:06:56 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Patches/tremor.patch

  * extras/contrib/src/Patches/tremor.patch: fixed braindead \n within string.

------------------------------------------------------------------------
r14099 | sam | 2006-02-01 12:45:18 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

  * extras/contrib/src/Makefile: --disable-codec no longer exists.

------------------------------------------------------------------------
r14098 | sam | 2006-02-01 12:20:52 +0100 (Wed, 01 Feb 2006) | 4 lines
Changed paths:
   M /trunk/Makefile.am

  * Makefile.am: "[ -x foo ]" only works if "foo" is in the current directory,
    there is no easy way to check for the presence of an executable, but
    trying to execute it ("foo --version >/dev/null") is usually safe.

------------------------------------------------------------------------
r14097 | sam | 2006-02-01 10:57:37 +0100 (Wed, 01 Feb 2006) | 3 lines
Changed paths:
   M /trunk/modules/demux/mp4/drms.c
   M /trunk/modules/demux/mp4/drmstables.h
   M /trunk/modules/demux/mp4/libmp4.c

  * modules/demux/mp4: added more comments and debug information to the DRMS
    code.

------------------------------------------------------------------------
r14096 | hartman | 2006-02-01 04:36:40 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/macosx/controls.m
   M /trunk/modules/gui/macosx/intf.m
   M /trunk/modules/gui/macosx/vout.m

* A few Mac OS X intf fixes. To be honest. we should rewrite the thing from scratch. it's a mess... 

------------------------------------------------------------------------
r14095 | hartman | 2006-01-31 23:17:30 +0100 (Tue, 31 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/macosx/macosx.m

* Disable the non functional QT/Quartz output on the intel machines. We should first fix it on OSX, and currently it's annoying the intel debugging proces.

------------------------------------------------------------------------
r14094 | dionoea | 2006-01-31 21:38:35 +0100 (Tue, 31 Jan 2006) | 2 lines
Changed paths:
   M /trunk/share/Makefile.am

add missing images

------------------------------------------------------------------------
r14093 | hartman | 2006-01-31 21:27:25 +0100 (Tue, 31 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/libmpeg2.c

* SYS_DARWIN -> __ppc__ || __ppc64__

------------------------------------------------------------------------
r14092 | hartman | 2006-01-31 21:00:49 +0100 (Tue, 31 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/libvlc.c
   M /trunk/src/libvlc.h

* Changed the defined( SYS_DARWIN )  of the --altivec option to a __ppc__ || __ppc64__ check

------------------------------------------------------------------------
r14091 | dionoea | 2006-01-31 20:50:50 +0100 (Tue, 31 Jan 2006) | 2 lines
Changed paths:
   M /trunk/share/http/dialogs/browse
   M /trunk/share/http/js/functions.js

misc IE and windows fixes or workarounds.

------------------------------------------------------------------------
r14090 | dionoea | 2006-01-31 17:39:10 +0100 (Tue, 31 Jan 2006) | 2 lines
Changed paths:
   M /trunk/share/http/dialogs/sout

default show full sout interface

------------------------------------------------------------------------
r14089 | sigmunau | 2006-01-31 17:27:50 +0100 (Tue, 31 Jan 2006) | 2 lines
Changed paths:
   M /trunk/include/modules_inner.h

fixed the smallest and most elusive leak yet

------------------------------------------------------------------------
r14088 | sigmunau | 2006-01-31 16:18:45 +0100 (Tue, 31 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/vlm.c

vlm.c: fixed minor memleak

------------------------------------------------------------------------
r14087 | sigmunau | 2006-01-31 16:11:08 +0100 (Tue, 31 Jan 2006) | 3 lines
Changed paths:
   M /trunk/modules/misc/logger.c

logger.c: put in header prefix for syslog output (still missing for text 
and html)

------------------------------------------------------------------------
r14086 | courmisch | 2006-01-31 11:48:47 +0100 (Tue, 31 Jan 2006) | 3 lines
Changed paths:
   M /trunk/src/stream_output/sap.c

Generate correct originating address in SAP header
in case of IPv4 advertisement on a IPv6-enabled OS

------------------------------------------------------------------------
r14085 | courmisch | 2006-01-30 23:02:47 +0100 (Mon, 30 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/libvlc.c

Fix error handling in (From|To)Locale

------------------------------------------------------------------------
r14084 | dionoea | 2006-01-30 22:47:38 +0100 (Mon, 30 Jan 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/packages.mak

fix nasm url

------------------------------------------------------------------------
r14083 | hartman | 2006-01-30 19:14:05 +0100 (Mon, 30 Jan 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile
   M /trunk/extras/contrib/src/packages.mak

* Get a NASM cvs snapshot from the VLC download servers, because their server regurly times out, which is annoying.

------------------------------------------------------------------------
r14082 | courmisch | 2006-01-30 18:44:38 +0100 (Mon, 30 Jan 2006) | 2 lines
Changed paths:
   M /trunk/share/Makefile.am

Remove .vlt with mostlyclean

------------------------------------------------------------------------
r14081 | courmisch | 2006-01-30 18:39:42 +0100 (Mon, 30 Jan 2006) | 2 lines
Changed paths:
   M /trunk/share/Makefile.am

Add missing file

------------------------------------------------------------------------
r14080 | courmisch | 2006-01-30 18:38:27 +0100 (Mon, 30 Jan 2006) | 2 lines
Changed paths:
   M /trunk/share/Makefile.am

Hopefully fixes .vlt build

------------------------------------------------------------------------
r14079 | dionoea | 2006-01-30 18:33:05 +0100 (Mon, 30 Jan 2006) | 9 lines
Changed paths:
   M /trunk/share/http/dialogs/main
   M /trunk/share/http/dialogs/sout
   M /trunk/share/http/dialogs/vlm
   A /trunk/share/http/images/info.png
   M /trunk/share/http/js/functions.js
   M /trunk/share/http/js/vlm.js
   M /trunk/share/http/requests/status.xml
   M /trunk/share/http/style.css
   M /trunk/src/misc/vlm.c

* Add "Stream and media info panel" ( http/dialogs/main,
  http/images/info.png, http/style.css, http/js/functions.js )

* Make instance playlist position consitent with position used in
  inputdeln (starts from 1 and not 0) ( src/misc/vlm.c, http/js/vlm.js )

* Make it possible to use "enter key" in some text boxes to confirm (*)


------------------------------------------------------------------------
r14078 | courmisch | 2006-01-30 17:59:29 +0100 (Mon, 30 Jan 2006) | 2 lines
Changed paths:
   M /trunk/share/Makefile.am

Don't distribute generated files - fixes build

------------------------------------------------------------------------
r14077 | hartman | 2006-01-30 17:07:35 +0100 (Mon, 30 Jan 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

* Fix the mactel contrib of x264

------------------------------------------------------------------------
r14076 | sigmunau | 2006-01-30 13:20:37 +0100 (Mon, 30 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/vlm.c

vlm.c: changed quite a few free() into vlm_MessageDelete, fixing small memleaks here and there

------------------------------------------------------------------------
r14075 | sigmunau | 2006-01-30 12:13:11 +0100 (Mon, 30 Jan 2006) | 5 lines
Changed paths:
   M /trunk/src/misc/messages.c

messages.c: fixed one more leak related to vlm prefix on messages.
This one happened each time the message queue was overflowed.
Also (hopefully) fixed a leak that would happen each time no message 
queue were found. I don't know if this condition can ever appear though

------------------------------------------------------------------------
r14074 | zorglub | 2006-01-29 23:58:42 +0100 (Sun, 29 Jan 2006) | 2 lines
Changed paths:
   M /trunk/share/Makefile.am

Should fix skins stuff build

------------------------------------------------------------------------
r14073 | zorglub | 2006-01-29 23:47:31 +0100 (Sun, 29 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/cdda.c

Should fix CDDA build

------------------------------------------------------------------------
r14072 | hartman | 2006-01-29 23:11:04 +0100 (Sun, 29 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/vobsub.c

* Open the .sub file of the vobsubs, with the ToLocale version of the path. Should fix issues where the path of the vobsubs contains non-ascii chars. The .sub could then not be opened in some cases since it would try to open with the UTF-8 path. (We should check VLC modules for other cases of this annoying problem)

------------------------------------------------------------------------
r14071 | zorglub | 2006-01-29 22:45:13 +0100 (Sun, 29 Jan 2006) | 2 lines
Changed paths:
   M /trunk/share/Makefile.am
   A /trunk/share/skins2/default
   A /trunk/share/skins2/default/FreeSansBold.ttf
   A /trunk/share/skins2/default/add_item.png
   A /trunk/share/skins2/default/add_item_onclick.png
   A /trunk/share/skins2/default/body.png
   A /trunk/share/skins2/default/close.png
   A /trunk/share/skins2/default/close_mouseover.png
   A /trunk/share/skins2/default/close_onclick.png
   A /trunk/share/skins2/default/delete_item.png
   A /trunk/share/skins2/default/delete_item_onclick.png
   A /trunk/share/skins2/default/disabled.png
   A /trunk/share/skins2/default/fast.png
   A /trunk/share/skins2/default/fast_disabled.png
   A /trunk/share/skins2/default/fast_onclick.png
   A /trunk/share/skins2/default/next.png
   A /trunk/share/skins2/default/next_disabled.png
   A /trunk/share/skins2/default/next_onclick.png
   A /trunk/share/skins2/default/pause.png
   A /trunk/share/skins2/default/pause_onclick.png
   A /trunk/share/skins2/default/play.png
   A /trunk/share/skins2/default/play_onclick.png
   A /trunk/share/skins2/default/playlist.png
   A /trunk/share/skins2/default/playlist_body1.png
   A /trunk/share/skins2/default/playlist_body2.png
   A /trunk/share/skins2/default/playlist_body3.png
   A /trunk/share/skins2/default/playlist_body4.png
   A /trunk/share/skins2/default/playlist_body6.png
   A /trunk/share/skins2/default/playlist_body7.png
   A /trunk/share/skins2/default/playlist_body8.png
   A /trunk/share/skins2/default/playlist_body9.png
   A /trunk/share/skins2/default/playlist_button.png
   A /trunk/share/skins2/default/playlist_button2.png
   A /trunk/share/skins2/default/playlist_button_onclick.png
   A /trunk/share/skins2/default/playlist_button_onclick2.png
   A /trunk/share/skins2/default/preferences.png
   A /trunk/share/skins2/default/preferences_onclick.png
   A /trunk/share/skins2/default/previous.png
   A /trunk/share/skins2/default/previous_disabled.png
   A /trunk/share/skins2/default/previous_onclick.png
   A /trunk/share/skins2/default/reduce.png
   A /trunk/share/skins2/default/reduce_disabled.png
   A /trunk/share/skins2/default/reduce_mouseover.png
   A /trunk/share/skins2/default/reduce_onclick.png
   A /trunk/share/skins2/default/resize.png
   A /trunk/share/skins2/default/rev.png
   A /trunk/share/skins2/default/rev_disabled.png
   A /trunk/share/skins2/default/rev_onclick.png
   A /trunk/share/skins2/default/slider.png
   A /trunk/share/skins2/default/slider2.png
   A /trunk/share/skins2/default/slider_onclick.png
   A /trunk/share/skins2/default/slider_playlist.png
   A /trunk/share/skins2/default/slider_volume.png
   A /trunk/share/skins2/default/slider_volume_onclick.png
   A /trunk/share/skins2/default/slow.png
   A /trunk/share/skins2/default/slow_disabled.png
   A /trunk/share/skins2/default/slow_onclick.png
   A /trunk/share/skins2/default/sort.png
   A /trunk/share/skins2/default/sort_onclick.png
   A /trunk/share/skins2/default/stop.png
   A /trunk/share/skins2/default/stop_disabled.png
   A /trunk/share/skins2/default/stop_onclick.png
   A /trunk/share/skins2/default/theme.xml
   A /trunk/share/skins2/default/volume.png
   A /trunk/share/skins2/default/vout.png
   A /trunk/share/skins2/default/vout2.png
   A /trunk/share/skins2/default/vout_body.png
   A /trunk/share/skins2/default/vout_body1.png
   A /trunk/share/skins2/default/vout_bottom.png
   A /trunk/share/skins2/default/vout_bottom_left.png
   A /trunk/share/skins2/default/vout_bottom_right.png
   A /trunk/share/skins2/default/vout_left.png
   A /trunk/share/skins2/default/vout_onclick.png
   A /trunk/share/skins2/default/vout_right.png
   A /trunk/share/skins2/default/vout_top.png
   A /trunk/share/skins2/default/vout_top_left.png
   A /trunk/share/skins2/default/vout_top_right.png
   D /trunk/share/skins2/default.vlt
   A /trunk/share/skins2/playtree
   A /trunk/share/skins2/playtree/FreeSansBold.ttf
   A /trunk/share/skins2/playtree/add_item.png
   A /trunk/share/skins2/playtree/add_item_onclick.png
   A /trunk/share/skins2/playtree/body.png
   A /trunk/share/skins2/playtree/close.png
   A /trunk/share/skins2/playtree/close_mouseover.png
   A /trunk/share/skins2/playtree/close_onclick.png
   A /trunk/share/skins2/playtree/closed.png
   A /trunk/share/skins2/playtree/delete_item.png
   A /trunk/share/skins2/playtree/delete_item_onclick.png
   A /trunk/share/skins2/playtree/disabled.png
   A /trunk/share/skins2/playtree/fast.png
   A /trunk/share/skins2/playtree/fast_disabled.png
   A /trunk/share/skins2/playtree/fast_onclick.png
   A /trunk/share/skins2/playtree/item.png
   A /trunk/share/skins2/playtree/next.png
   A /trunk/share/skins2/playtree/next_disabled.png
   A /trunk/share/skins2/playtree/next_onclick.png
   A /trunk/share/skins2/playtree/open.png
   A /trunk/share/skins2/playtree/pause.png
   A /trunk/share/skins2/playtree/pause_onclick.png
   A /trunk/share/skins2/playtree/play.png
   A /trunk/share/skins2/playtree/play_onclick.png
   A /trunk/share/skins2/playtree/playlist.png
   A /trunk/share/skins2/playtree/playlist_body1.png
   A /trunk/share/skins2/playtree/playlist_body2.png
   A /trunk/share/skins2/playtree/playlist_body3.png
   A /trunk/share/skins2/playtree/playlist_body4.png
   A /trunk/share/skins2/playtree/playlist_body6.png
   A /trunk/share/skins2/playtree/playlist_body7.png
   A /trunk/share/skins2/playtree/playlist_body8.png
   A /trunk/share/skins2/playtree/playlist_body9.png
   A /trunk/share/skins2/playtree/playlist_button.png
   A /trunk/share/skins2/playtree/playlist_button2.png
   A /trunk/share/skins2/playtree/playlist_button_onclick.png
   A /trunk/share/skins2/playtree/playlist_button_onclick2.png
   A /trunk/share/skins2/playtree/preferences.png
   A /trunk/share/skins2/playtree/preferences_onclick.png
   A /trunk/share/skins2/playtree/previous.png
   A /trunk/share/skins2/playtree/previous_disabled.png
   A /trunk/share/skins2/playtree/previous_onclick.png
   A /trunk/share/skins2/playtree/reduce.png
   A /trunk/share/skins2/playtree/reduce_disabled.png
   A /trunk/share/skins2/playtree/reduce_mouseover.png
   A /trunk/share/skins2/playtree/reduce_onclick.png
   A /trunk/share/skins2/playtree/resize.png
   A /trunk/share/skins2/playtree/rev.png
   A /trunk/share/skins2/playtree/rev_disabled.png
   A /trunk/share/skins2/playtree/rev_onclick.png
   A /trunk/share/skins2/playtree/slider.png
   A /trunk/share/skins2/playtree/slider2.png
   A /trunk/share/skins2/playtree/slider_onclick.png
   A /trunk/share/skins2/playtree/slider_playlist.png
   A /trunk/share/skins2/playtree/slider_volume.png
   A /trunk/share/skins2/playtree/slider_volume_onclick.png
   A /trunk/share/skins2/playtree/slow.png
   A /trunk/share/skins2/playtree/slow_disabled.png
   A /trunk/share/skins2/playtree/slow_onclick.png
   A /trunk/share/skins2/playtree/sort.png
   A /trunk/share/skins2/playtree/sort_onclick.png
   A /trunk/share/skins2/playtree/stop.png
   A /trunk/share/skins2/playtree/stop_disabled.png
   A /trunk/share/skins2/playtree/stop_onclick.png
   A /trunk/share/skins2/playtree/theme.xml
   A /trunk/share/skins2/playtree/volume.png
   A /trunk/share/skins2/playtree/vout.png
   A /trunk/share/skins2/playtree/vout2.png
   A /trunk/share/skins2/playtree/vout_body.png
   A /trunk/share/skins2/playtree/vout_body1.png
   A /trunk/share/skins2/playtree/vout_bottom.png
   A /trunk/share/skins2/playtree/vout_bottom_left.png
   A /trunk/share/skins2/playtree/vout_bottom_right.png
   A /trunk/share/skins2/playtree/vout_left.png
   A /trunk/share/skins2/playtree/vout_onclick.png
   A /trunk/share/skins2/playtree/vout_right.png
   A /trunk/share/skins2/playtree/vout_top.png
   A /trunk/share/skins2/playtree/vout_top_left.png
   A /trunk/share/skins2/playtree/vout_top_right.png
   D /trunk/share/skins2/playtree.vlt

Use uncompressed VLT in svn instead of compressed and compress on build

------------------------------------------------------------------------
r14070 | zorglub | 2006-01-29 20:13:35 +0100 (Sun, 29 Jan 2006) | 2 lines
Changed paths:
   M /trunk/test
   M /trunk/test/NativeLibvlcTest.py
   M /trunk/test/TODO
   M /trunk/test/native_libvlc/native_libvlc_test.c
   M /trunk/test/test.sh

Test some things

------------------------------------------------------------------------
r14069 | zorglub | 2006-01-29 20:04:07 +0100 (Sun, 29 Jan 2006) | 3 lines
Changed paths:
   M /trunk/include/vlc/libvlc.h
   M /trunk/src/control/core.c
   M /trunk/src/control/playlist.c

Fix a crasher in exception handling
Add some playlist functions

------------------------------------------------------------------------
r14068 | xtophe | 2006-01-29 18:33:55 +0100 (Sun, 29 Jan 2006) | 3 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp

infopanels: Redimension the text area. implement modifiable
iteminfo: Use infopanel.

------------------------------------------------------------------------
r14067 | zorglub | 2006-01-29 18:00:31 +0100 (Sun, 29 Jan 2006) | 2 lines
Changed paths:
   D /trunk/test/BaseTest.py
   A /trunk/test/NativeLibvlcTest.py
   D /trunk/test/PlaylistTest.py
   A /trunk/test/PyMediaControlBaseTest.py
   A /trunk/test/PyMediaControlPlaylistTest.py (from /trunk/test/PlaylistTest.py:14062)
   A /trunk/test/PyMediaControlVariablesTest.py (from /trunk/test/VariablesTest.py:14062)
   D /trunk/test/VariablesTest.py
   A /trunk/test/native_libvlc
   A /trunk/test/native_libvlc/native_libvlc_test.c
   A /trunk/test/pyunit.h
   A /trunk/test/setup.py
   M /trunk/test/test.sh

Skeleton for testing libvlc

------------------------------------------------------------------------
r14066 | dionoea | 2006-01-29 17:44:04 +0100 (Sun, 29 Jan 2006) | 4 lines
Changed paths:
   M /trunk/share/http/dialogs/main
   M /trunk/share/http/dialogs/vlm
   A /trunk/share/http/images/refresh.png
   A /trunk/share/http/images/slider_bar.png
   A /trunk/share/http/images/slider_left.png
   A /trunk/share/http/images/slider_point.png
   A /trunk/share/http/images/slider_right.png
   M /trunk/share/http/js/functions.js
   M /trunk/share/http/requests/status.xml

main, functions.js, slider_*.png : add position slider
status.xml : add "seek" command
vlm, refresh.png : add refresh buttons (page doesn't autorefresh)

------------------------------------------------------------------------
r14065 | hartman | 2006-01-29 16:25:07 +0100 (Sun, 29 Jan 2006) | 2 lines
Changed paths:
   M /trunk/doc/fortunes.txt

* FORTUNE !!!! :D

------------------------------------------------------------------------
r14064 | dionoea | 2006-01-29 15:26:57 +0100 (Sun, 29 Jan 2006) | 4 lines
Changed paths:
   M /trunk/share/http/js/functions.js
   M /trunk/share/http/js/vlm.js
   M /trunk/share/http/requests/vlm.xml
   M /trunk/src/misc/vlm.c

src/misc/vlm.c : export the current playlist item's index for each instance
share/http/* : display instances for vlm media elements
               some layout changes (inputs and outputs)

------------------------------------------------------------------------
r14063 | dionoea | 2006-01-29 15:19:37 +0100 (Sun, 29 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/telnet.c

Prompt for password again after displaying "Wrong password."

------------------------------------------------------------------------
r14062 | zorglub | 2006-01-29 12:38:15 +0100 (Sun, 29 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/interface/interaction.c
   M /trunk/src/misc/stats.c

Fix warnings

------------------------------------------------------------------------
r14061 | dionoea | 2006-01-29 12:01:37 +0100 (Sun, 29 Jan 2006) | 3 lines
Changed paths:
   M /trunk/src/libvlc.h
   M /trunk/src/video_output/vout_intf.c

add boolean option "snapshot-preview" to enable/disable the snapshot's
preview display in the top left corner of the screen.

------------------------------------------------------------------------
r14060 | courmisch | 2006-01-29 11:36:46 +0100 (Sun, 29 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/interface.cpp

Remove debug messages

------------------------------------------------------------------------
r14059 | courmisch | 2006-01-29 11:35:30 +0100 (Sun, 29 Jan 2006) | 3 lines
Changed paths:
   M /trunk/src/network/tcp.c

Remove erroneous debug message


------------------------------------------------------------------------
r14058 | courmisch | 2006-01-29 10:11:11 +0100 (Sun, 29 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/access_output/http.c

use vlc-https instead of vlc-http when using TLS

------------------------------------------------------------------------
r14057 | courmisch | 2006-01-29 10:03:15 +0100 (Sun, 29 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/access_output/http.c

Fix output stream leak in case of Avahi error

------------------------------------------------------------------------
r14056 | courmisch | 2006-01-29 10:00:31 +0100 (Sun, 29 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/access_output/http.c

Clean up

------------------------------------------------------------------------
r14055 | dionoea | 2006-01-29 01:11:22 +0100 (Sun, 29 Jan 2006) | 6 lines
Changed paths:
   M /trunk/modules/control/http/mvar.c
   M /trunk/src/misc/vlm.c

modules/control/http/mvar.c : explore vlm_message_t trees all the way
                              (instead of stoping after a depth of 2)

src/misc/vlm.c : minor instance information reporting change


------------------------------------------------------------------------
r14054 | xtophe | 2006-01-29 00:51:57 +0100 (Sun, 29 Jan 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

confihure.ac: don't overwrite user options even if we have contrib

------------------------------------------------------------------------
r14053 | zorglub | 2006-01-28 23:31:23 +0100 (Sat, 28 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/libvlc.c

Don't check syslog value if we don't have syslog.h

------------------------------------------------------------------------
r14052 | damienf | 2006-01-28 23:05:18 +0100 (Sat, 28 Jan 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch

ffmpeg-cvs-wince.patch: removed duplicate patches/updated to ffmpeg latest version

------------------------------------------------------------------------
r14051 | damienf | 2006-01-28 21:42:36 +0100 (Sat, 28 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/cdda.c

cdda.c: don't forget to include <errno.h> when using errno

------------------------------------------------------------------------
r14050 | zorglub | 2006-01-28 19:53:58 +0100 (Sat, 28 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/input/stream.c

Get stats on block inputs (Refs:#473)

------------------------------------------------------------------------
r14049 | zorglub | 2006-01-28 19:49:32 +0100 (Sat, 28 Jan 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

Link cdda with iconv on osx

------------------------------------------------------------------------
r14048 | dionoea | 2006-01-28 19:44:54 +0100 (Sat, 28 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/vlm.c

 misc/vlm.c : export some p_input variables (state, position, time, length, rate, title, chapter and seekable) when using the vlm "show (media)" command.

------------------------------------------------------------------------
r14047 | xtophe | 2006-01-28 19:43:13 +0100 (Sat, 28 Jan 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am

win32 rules: make it more dirty to be able to produce debug package

------------------------------------------------------------------------
r14046 | zorglub | 2006-01-28 19:11:12 +0100 (Sat, 28 Jan 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/modules/access/cdda.c
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp

Add CDDB support to CDDA module (Refs:#459)

------------------------------------------------------------------------
r14045 | dionoea | 2006-01-28 17:10:26 +0100 (Sat, 28 Jan 2006) | 3 lines
Changed paths:
   M /trunk/share/http/index.html

add warning about javascript support being needed if the browser doesn't
support javascript.

------------------------------------------------------------------------
r14044 | dionoea | 2006-01-28 17:05:50 +0100 (Sat, 28 Jan 2006) | 2 lines
Changed paths:
   M /trunk/share/http/js/functions.js
   M /trunk/share/http/js/vlm.js

make sure that local variables are local variables.

------------------------------------------------------------------------
r14043 | sigmunau | 2006-01-28 15:41:33 +0100 (Sat, 28 Jan 2006) | 5 lines
Changed paths:
   M /trunk/modules/misc/freetype.c

freetype.c: don't render empty subtitles. 
Some files uses an empty (only holding a space) subtitle to mark the end of
the previous subtitle. These caused a little gray box to appear with
--freetype-effect 3 before this change

------------------------------------------------------------------------
r14042 | zorglub | 2006-01-28 15:25:56 +0100 (Sat, 28 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp

Fix refcount problem

------------------------------------------------------------------------
r14041 | sigmunau | 2006-01-28 14:30:33 +0100 (Sat, 28 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/interface/interaction.c

interaction.c: Don't crash in certain condition

------------------------------------------------------------------------
r14040 | sigmunau | 2006-01-28 12:49:22 +0100 (Sat, 28 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/telnet.c

telnet.c: a few more minor (potensial) memleaks

------------------------------------------------------------------------
r14039 | zorglub | 2006-01-28 12:38:49 +0100 (Sat, 28 Jan 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am
   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
   M /trunk/share/Makefile.am

Fixes for prehistoric build system

------------------------------------------------------------------------
r14038 | sigmunau | 2006-01-28 12:36:30 +0100 (Sat, 28 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/telnet.c

telnet.c: fix a very minor memleak in Open

------------------------------------------------------------------------
r14037 | sigmunau | 2006-01-28 12:32:05 +0100 (Sat, 28 Jan 2006) | 5 lines
Changed paths:
   M /trunk/src/misc/vlm.c

vlm.c: Add some asyncronity to schedule execution.
Should fix issues when schedules add or delete new schedules. Closes:#510

Also fixes a minor memleak in schedule creation/deletion

------------------------------------------------------------------------
r14036 | zorglub | 2006-01-28 12:18:39 +0100 (Sat, 28 Jan 2006) | 2 lines
Changed paths:
   A /trunk/share/http/old (from /trunk/share/http-old:14035)
   M /trunk/share/http/old/admin/browse.html
   M /trunk/share/http/old/index.html
   M /trunk/share/http/old/vlm/edit.html
   M /trunk/share/http/old/vlm/index.html
   M /trunk/share/http/old/vlm/new.html
   M /trunk/share/http/old/vlm/show.html
   M /trunk/share/http/old/webcam.html
   D /trunk/share/http-old

Move old HTTP interface to http/old so it can be used by ppl without JS. Todo: use <noscript> :)

------------------------------------------------------------------------
r14035 | zorglub | 2006-01-28 11:58:48 +0100 (Sat, 28 Jan 2006) | 2 lines
Changed paths:
   M /trunk/doc/rrd-howto.txt

Improve doc

------------------------------------------------------------------------
r14034 | zorglub | 2006-01-28 11:56:47 +0100 (Sat, 28 Jan 2006) | 3 lines
Changed paths:
   A /trunk/doc/rrd-howto.txt
   M /trunk/modules/misc/logger.c

RRD output (Refs:#473)
This is a quick hack, which should in the end be merged in a way to expose stats

------------------------------------------------------------------------
r14033 | zorglub | 2006-01-28 11:45:13 +0100 (Sat, 28 Jan 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_messages.h
   M /trunk/include/vlc_playlist.h
   M /trunk/src/misc/stats.c
   M /trunk/src/playlist/playlist.c

Compute global input/output stats (Refs:#473)

------------------------------------------------------------------------
r14032 | zorglub | 2006-01-27 21:35:42 +0100 (Fri, 27 Jan 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_common.h
   M /trunk/include/vlc_objects.h
   M /trunk/src/input/input.c
   M /trunk/src/interface/interaction.c
   M /trunk/src/misc/messages.c
   M /trunk/src/misc/modules.c
   M /trunk/src/misc/objects.c

Don't print debug messages and don't do interaction on preparsing

------------------------------------------------------------------------
r14031 | zorglub | 2006-01-27 19:28:45 +0100 (Fri, 27 Jan 2006) | 3 lines
Changed paths:
   M /trunk/src/libvlc.c
   M /trunk/src/misc/stats.c
   M /trunk/src/playlist/playlist.c
   M /trunk/src/stream_output/stream_output.c

* Improve timers (Refs:#473)
* AccessOutWrite can be called with input already detached (Closes:#523)

------------------------------------------------------------------------
r14030 | sam | 2006-01-27 15:19:52 +0100 (Fri, 27 Jan 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src
   M /trunk/extras/contrib/src/Makefile
   M /trunk/extras/contrib/src/packages.mak

  * added NASM to the contribs (OS X x86 only) so that we can build x264.

------------------------------------------------------------------------
r14029 | dionoea | 2006-01-27 15:11:55 +0100 (Fri, 27 Jan 2006) | 2 lines
Changed paths:
   M /trunk/activex/axvlc_rc.rc
   M /trunk/configure.ac
   M /trunk/debian/copyright
   M /trunk/modules/gui/wince/interface.cpp
   M /trunk/modules/gui/wxwidgets/interface.cpp
   M /trunk/mozilla/npvlc_rc.rc
   M /trunk/share/vlc_win32_rc.rc

Update copyright dates used in interfaces and binaries (2005 -> 2006)

------------------------------------------------------------------------
r14028 | dionoea | 2006-01-27 14:54:47 +0100 (Fri, 27 Jan 2006) | 3 lines
Changed paths:
   M /trunk/AUTHORS
   M /trunk/modules/control/http/rpn.c

 rpn.c : vlm_cmd now adds a "vlm_value" variable
 AUTHORS : add the HTTP interface rewrite

------------------------------------------------------------------------
r14027 | dionoea | 2006-01-27 14:48:28 +0100 (Fri, 27 Jan 2006) | 3 lines
Changed paths:
   M /trunk/share/http/dialogs/vlm
   M /trunk/share/http/js/vlm.js
   A /trunk/share/http/vlm_export.html

 * : it's now possible to enter a batch of commands or export the VLM
     configuration

------------------------------------------------------------------------
r14026 | dionoea | 2006-01-27 13:58:05 +0100 (Fri, 27 Jan 2006) | 3 lines
Changed paths:
   M /trunk/src/misc/vlm.c

add "export" command. It behaves exactly like "save" except that commands
are printed in a vlm_message and not in a file.

------------------------------------------------------------------------
r14025 | sam | 2006-01-27 10:48:54 +0100 (Fri, 27 Jan 2006) | 3 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

  * extras/contrib/src/Makefile: removed a nonexistent patch that I did not
    commit.

------------------------------------------------------------------------
r14024 | sam | 2006-01-27 00:13:34 +0100 (Fri, 27 Jan 2006) | 17 lines
Changed paths:
   M /trunk/extras/contrib/src
   M /trunk/extras/contrib/src/Makefile
   M /trunk/extras/contrib/src/Patches/faad2.patch
   A /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch
   A /trunk/extras/contrib/src/Patches/flac-mactel.patch
   A /trunk/extras/contrib/src/Patches/libdvdnav-mactel.patch

  * Various patches to allow more contribs to build on OS X x86. Only x264
    and goom still do not build. I successfully built a native VLC using
    the current contribs and the following configuration line:

    ./configure --disable-x11 --disable-xvideo --disable-glx --disable-gtk \
       --enable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
       --with-ffmpeg-zlib --enable-mad --enable-dvbpsi --enable-a52 \
       --disable-dvdplay --enable-dvdnav --enable-faad --enable-vorbis \
       --enable-ogg --enable-theora --enable-faac --enable-mkv \
       --enable-freetype --disable-cddax --disable-vcdx --enable-speex \
       --enable-flac --disable-goom --enable-livedotcom --enable-caca \
       --disable-skins2 --disable-wxwidgets --enable-modplug --enable-daap \
       --enable-x264 --enable-shout --enable-twolame --enable-debug

    Apparently the native video output does not work yet, but sound and codecs
    seem rather OK.

------------------------------------------------------------------------
r14023 | sam | 2006-01-26 21:33:25 +0100 (Thu, 26 Jan 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/bootstrap

  * extras/contrib/bootstrap: support i686-apple-darwin8.

------------------------------------------------------------------------
r14022 | sam | 2006-01-26 21:27:37 +0100 (Thu, 26 Jan 2006) | 3 lines
Changed paths:
   M /trunk/modules/visualization/visual/visual.c

  * modules/visualization/visual/visual.c: SECT_TEXT is a reserved Mach-O
    name, renamed it into SSECT_TEXT (for "spectral section").

------------------------------------------------------------------------
r14021 | sam | 2006-01-26 21:22:00 +0100 (Thu, 26 Jan 2006) | 4 lines
Changed paths:
   M /trunk/configure.ac

  * configure.ac: vec_ld() is not sufficient to check for AltiVec support on
    OS X x86, because it's just an undefined function; so we use the keyword
    "vector" to make sure.

------------------------------------------------------------------------
r14020 | sam | 2006-01-26 21:08:33 +0100 (Thu, 26 Jan 2006) | 3 lines
Changed paths:
   M /trunk/src/misc/cpu.c

  * src/misc/cpu.c: do not assume SYS_DARWIN means powerpc, so that we can
    properly detect CPU features on a MacIntel.

------------------------------------------------------------------------
r14019 | sam | 2006-01-26 20:51:06 +0100 (Thu, 26 Jan 2006) | 4 lines
Changed paths:
   M /trunk/modules/video_chroma/i420_rgb16.c
   M /trunk/modules/video_chroma/i420_ymga.c
   M /trunk/modules/video_chroma/i420_yuy2.h
   M /trunk/modules/video_chroma/i422_yuy2.c

  * modules/video_chroma/*: use .p2align instead of .align for data alignment,
    because .align's behaviour changes across platforms: on Linux x86 ELF its
    argument is a byte count, on OS X x86 Mach-O it's a log2.

------------------------------------------------------------------------
r14018 | courmisch | 2006-01-26 18:29:07 +0100 (Thu, 26 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/network/udp.c

Fix UDP broadcast

------------------------------------------------------------------------
r14017 | sigmunau | 2006-01-26 18:14:09 +0100 (Thu, 26 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/ts.c

modules/demux/ts.c: Fixed a very very minor memleak

------------------------------------------------------------------------
r14016 | sigmunau | 2006-01-26 18:05:57 +0100 (Thu, 26 Jan 2006) | 5 lines
Changed paths:
   M /trunk/modules/access_output/udp.c

access_output/udp.c: Fixed an old  memleak.
This leak is triggered each time the udp access out is started, so it 
could be the cause of some of these "slow memleak with udp streaming" 
reports we have had, if these users where streaming a file in repeat

------------------------------------------------------------------------
r14015 | sigmunau | 2006-01-26 17:51:47 +0100 (Thu, 26 Jan 2006) | 5 lines
Changed paths:
   M /trunk/include/vlc_input.h
   M /trunk/src/misc/messages.c

src/misc/messages.c: Fixed a nasty memleak recently introduced
vlc_input.h: Fixed a not so nasty memleak recently introduced

Thank you very much zorglub

------------------------------------------------------------------------
r14014 | xtophe | 2006-01-25 00:06:43 +0100 (Wed, 25 Jan 2006) | 3 lines
Changed paths:
   M /trunk/configure.ac

configure.ac: Use AC_PATH_XTRA. 
	      Still got to find a cleaner way to determine if we have Xv.so or Xv_pic, ...

------------------------------------------------------------------------
r14013 | xtophe | 2006-01-25 00:02:35 +0100 (Wed, 25 Jan 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

configure.ac: No X11 on win32

------------------------------------------------------------------------
r14012 | zorglub | 2006-01-24 23:42:16 +0100 (Tue, 24 Jan 2006) | 14 lines
Changed paths:
   M /trunk/include/vlc_common.h
   M /trunk/include/vlc_messages.h
   M /trunk/include/vlc_symbols.h
   M /trunk/src/misc/stats.c
   M /trunk/src/playlist/playlist.c

Add a timing facility (Refs:#473)

It is only available in debug mode.

To use: stats_TimerStart( vlc_object_t* , char *name );
stats_TimerStop( vlc_object_t *, char *name );

stats_TimerDump( vlc_object_t* , char *name ) will print a line

TIMER name : last_time - total_time / number of samples (average time)

stats_TimersDumpAll is not implemented yet
 

------------------------------------------------------------------------
r14011 | dionoea | 2006-01-24 23:25:15 +0100 (Tue, 24 Jan 2006) | 3 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp

use wxTR_HAS_VARIABLE_ROW_HEIGHT in the meta data tree (usefull is a line is
full of \n)

------------------------------------------------------------------------
r14010 | sam | 2006-01-24 13:09:06 +0100 (Tue, 24 Jan 2006) | 5 lines
Changed paths:
   M /trunk/Makefile.am
   M /trunk/bindings/java/Makefile.am
   M /trunk/configure.ac

  * bindings/java/Makefile.am: use JAVACXXFLAGS and JAVALDFLAGS instead of
    the reserved words CXXFLAGS and LDFLAGS.
  * configure.ac: remove spaces inside parentheses that confuse automake.
  * Makefile.am: do not use both = and += inside conditionals.

------------------------------------------------------------------------
r14009 | xtophe | 2006-01-24 10:53:53 +0100 (Tue, 24 Jan 2006) | 2 lines
Changed paths:
   M /trunk/vlc.win32.nsi

Don't put contextual menu on the recycle bin. Thanks to Razer in the forum (closes #511)

------------------------------------------------------------------------
r14008 | hartman | 2006-01-24 06:52:40 +0100 (Tue, 24 Jan 2006) | 4 lines
Changed paths:
   M /trunk/modules/demux/ps.c

* Fake the PCR/SCR on MPEG PES streams (VDR for instance).
  Don't worry, it's if()'ed such that it's almost impossible for a normal PS file to trigger the hack.
  It worked for all my VDR PES files and was never triggered for my entire PS collection.

------------------------------------------------------------------------
r14007 | zorglub | 2006-01-23 22:21:19 +0100 (Mon, 23 Jan 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_messages.h
   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
   M /trunk/modules/stream_out/transcode.c
   M /trunk/src/misc/stats.c
   M /trunk/src/stream_output/stream_output.c

Gather some sout stats (Refs:#473)

------------------------------------------------------------------------
r14006 | hartman | 2006-01-23 22:10:49 +0100 (Mon, 23 Jan 2006) | 3 lines
Changed paths:
   M /trunk/modules/demux/mp4/libmp4.c

* Don't crash if the hdlr in a mov has no name.
* spelling correction and debug for out of bound child boxes.

------------------------------------------------------------------------
r14005 | zorglub | 2006-01-23 20:09:22 +0100 (Mon, 23 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/netsync.c
   M /trunk/modules/control/showintf.c
   M /trunk/src/libvlc.c
   M /trunk/src/libvlc.h

Add global options for netsync and showintf and hide them from interface (Closes:#508)

------------------------------------------------------------------------
r14004 | xtophe | 2006-01-23 16:35:02 +0100 (Mon, 23 Jan 2006) | 3 lines
Changed paths:
   M /trunk/modules/access_output/http.c

http.c: add an option to disable bonjour (closes #509).
	Please review and improve the option text and longtext strings. 

------------------------------------------------------------------------
r14003 | damienf | 2006-01-23 13:00:00 +0100 (Mon, 23 Jan 2006) | 3 lines
Changed paths:
   M /trunk/activex/oleobject.cpp
   M /trunk/activex/plugin.cpp
   M /trunk/activex/vlccontrol.cpp

plugin.cpp, oleobject.cpp: fix for ShowDisplay/Visible on activation
vlccontrol.cpp: fixed small mem leak

------------------------------------------------------------------------
r14002 | dionoea | 2006-01-23 02:04:16 +0100 (Mon, 23 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/dvbsub.c

oops, last commit wasn't meant to happen

------------------------------------------------------------------------
r14001 | dionoea | 2006-01-23 02:02:54 +0100 (Mon, 23 Jan 2006) | 16 lines
Changed paths:
   M /trunk/modules/codec/dvbsub.c

fix subtitles position (aspect ratio)

the subtitle was displayed fine but since aspect ratios didn't match it
wasn't positioned correctly on the vout. ie:
--------------
|            |
|            |
|      subtit|
|            |
-------------- ( http://people.videolan.org/~dionoea/vlcsubs.png )

now it's displayed in the center but the letters are scaled horrizontaly
(which doesn't look too good ... but at least everything is displayed)
( http://people.videolan.org/~dionoea/vlcsubs2.png )


------------------------------------------------------------------------
r14000 | hartman | 2006-01-23 01:34:33 +0100 (Mon, 23 Jan 2006) | 3 lines
Changed paths:
   M /trunk/modules/misc/freetype.c

* Fix the opacity and color settings for the YUVA renderer.
PS: It seems the YUVA blend has an UV subsample bug which can cause unwanted offsets of 1

------------------------------------------------------------------------
r13999 | dionoea | 2006-01-23 01:23:14 +0100 (Mon, 23 Jan 2006) | 3 lines
Changed paths:
   M /trunk/share/http/dialogs/vlm
   M /trunk/share/http/js/functions.js
   M /trunk/share/http/js/vlm.js

 dialogs/vlm, js/vlm.js : add schedule support
 * : some code cleanup.

------------------------------------------------------------------------
r13998 | hartman | 2006-01-22 23:54:57 +0100 (Sun, 22 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/mkv.cpp

* Pass along the SSA header in mkv files to the decoder.

------------------------------------------------------------------------
r13997 | dionoea | 2006-01-22 23:52:20 +0100 (Sun, 22 Jan 2006) | 3 lines
Changed paths:
   M /trunk/src/misc/vlm.c

If one schedule was disabled, all the folowing schedules weren't shown.
Could someone explain why this return was put here in the first place ?

------------------------------------------------------------------------
r13996 | sigmunau | 2006-01-22 23:49:01 +0100 (Sun, 22 Jan 2006) | 14 lines
Changed paths:
   M /trunk/modules/misc/freetype.c

freetype.c: Revived and revamped old yuva renderer

Highlights:
  Three rendering modes: Outline, Fat outline and background
  Better looking
Drawbacks:
  White only at the moment
  no yuva blend filter for some chromas
  
the old renderer is available with the --freetype-yuvp option, since this is
needed at least for dvbsubs encoding. (and for people with no usable blend
filter)


------------------------------------------------------------------------
r13995 | hartman | 2006-01-22 23:27:29 +0100 (Sun, 22 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/vobsub.c

* Stupid subtitles with their lack of proper specifications and implementations.....

------------------------------------------------------------------------
r13994 | hartman | 2006-01-22 23:20:19 +0100 (Sun, 22 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/vobsub.c

* The vobsub param is Delay, not delay.

------------------------------------------------------------------------
r13993 | xtophe | 2006-01-22 19:13:59 +0100 (Sun, 22 Jan 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am

Fix the win* package rules for the http intf.

------------------------------------------------------------------------
r13992 | xtophe | 2006-01-22 19:10:53 +0100 (Sun, 22 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/ntservice.c

missing in [13991].

------------------------------------------------------------------------
r13991 | zorglub | 2006-01-22 18:12:24 +0100 (Sun, 22 Jan 2006) | 6 lines
Changed paths:
   M /trunk/include/variables.h
   M /trunk/include/vlc_interface.h
   M /trunk/include/vlc_symbols.h
   M /trunk/modules/codec/cmml/cmml.c
   M /trunk/modules/control/rc.c
   M /trunk/modules/misc/logger.c
   M /trunk/src/input/input.c
   M /trunk/src/interface/interface.c
   M /trunk/src/libvlc.c
   M /trunk/src/libvlc.h
   M /trunk/src/misc/variables.c

* Make ParseOption (from input) a global service (var_OptionParse)
* Add i_options/pp_options to intf_Create

* add global options to enable file-logging and syslog (Refs:#508)


------------------------------------------------------------------------
r13990 | zorglub | 2006-01-22 18:10:57 +0100 (Sun, 22 Jan 2006) | 2 lines
Changed paths:
   M /trunk/include/modules.h

Add a psz_help field to module_t (Refs:#413)

------------------------------------------------------------------------
r13989 | dionoea | 2006-01-22 17:45:40 +0100 (Sun, 22 Jan 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

add "oc" to the language list

------------------------------------------------------------------------
r13988 | dionoea | 2006-01-22 17:44:54 +0100 (Sun, 22 Jan 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am

same thing for wince

------------------------------------------------------------------------
r13987 | dionoea | 2006-01-22 17:42:55 +0100 (Sun, 22 Jan 2006) | 3 lines
Changed paths:
   M /trunk/Makefile.am

this should fix the win build. This build system is plain stupid. Why do we
have references to the same stuff in http/Makefile.am and Makefile.am ?

------------------------------------------------------------------------
r13986 | zorglub | 2006-01-22 17:35:59 +0100 (Sun, 22 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/network/httpd.c

Less HTTPd debugging

------------------------------------------------------------------------
r13985 | xtophe | 2006-01-22 17:18:39 +0100 (Sun, 22 Jan 2006) | 3 lines
Changed paths:
   A /trunk/share/http/.hosts (from /trunk/share/http-old/.hosts:13982)
   M /trunk/share/http/dialogs/.hosts

.hosts: Provide a template .hosts.
dialogs/.hosts: Explanation about the empty file. 

------------------------------------------------------------------------
r13984 | dionoea | 2006-01-22 17:18:38 +0100 (Sun, 22 Jan 2006) | 2 lines
Changed paths:
   M /trunk/share/http/requests/vlm.xml

fix cut & paste error (bis).

------------------------------------------------------------------------
r13983 | dionoea | 2006-01-22 17:18:02 +0100 (Sun, 22 Jan 2006) | 2 lines
Changed paths:
   M /trunk/share/http/requests/vlm.xml

fix cut & paste error.

------------------------------------------------------------------------
r13982 | zorglub | 2006-01-22 17:01:30 +0100 (Sun, 22 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/vcdx/Modules.am

Fix build of vcdx module

------------------------------------------------------------------------
r13981 | dionoea | 2006-01-22 16:59:52 +0100 (Sun, 22 Jan 2006) | 7 lines
Changed paths:
   M /trunk/share/http/dialogs/vlm
   M /trunk/share/http/js/vlm.js
   M /trunk/share/http/style.css
   M /trunk/share/http/vlm.html

 all: handle VLM broadcast and vod elements.
 todo: - seeking on broadcast elements
       - schedules
       - file(or textbox) load / save. might need some changes to the VLM
         core in order to export commands to a string (and not to a file)
       

------------------------------------------------------------------------
r13980 | sam | 2006-01-22 13:52:13 +0100 (Sun, 22 Jan 2006) | 2 lines
Changed paths:
   M /trunk/debian/changelog
   M /trunk/debian/control
   M /trunk/debian/rules

  * debian/*: new Debian upload.

------------------------------------------------------------------------
r13979 | dionoea | 2006-01-22 12:25:48 +0100 (Sun, 22 Jan 2006) | 2 lines
Changed paths:
   M /trunk/share/Makefile.am

oops, i forgot to commit this

------------------------------------------------------------------------
r13978 | ipkiss | 2006-01-22 12:12:33 +0100 (Sun, 22 Jan 2006) | 2 lines
Changed paths:
   M /trunk/doc/skins/skins2-howto.xml

 * share/skins/skins2-howto.xml: SVN instead of CVS, and added a link to the DTD.

------------------------------------------------------------------------
r13977 | sam | 2006-01-22 11:48:06 +0100 (Sun, 22 Jan 2006) | 2 lines
Changed paths:
   M /trunk/debian/vlc.mime

  * debian/vlc.mime: put flags after the command, as per mailcap(5).

------------------------------------------------------------------------
r13976 | dionoea | 2006-01-22 02:38:28 +0100 (Sun, 22 Jan 2006) | 23 lines
Changed paths:
   A /trunk/share/http/dialogs
   A /trunk/share/http/dialogs/.hosts
   A /trunk/share/http/dialogs/browse
   A /trunk/share/http/dialogs/footer
   A /trunk/share/http/dialogs/input
   A /trunk/share/http/dialogs/main
   A /trunk/share/http/dialogs/mosaic
   A /trunk/share/http/dialogs/playlist
   A /trunk/share/http/dialogs/sout
   A /trunk/share/http/dialogs/vlm
   D /trunk/share/http/functions.js
   M /trunk/share/http/index.html
   A /trunk/share/http/js
   A /trunk/share/http/js/functions.js (from /trunk/share/http/functions.js:13818)
   A /trunk/share/http/js/mosaic.js
   A /trunk/share/http/js/vlm.js
   A /trunk/share/http/mosaic.html
   M /trunk/share/http/requests/browse.xml
   M /trunk/share/http/requests/playlist.xml
   M /trunk/share/http/requests/status.xml
   A /trunk/share/http/requests/vlm.xml
   A /trunk/share/http/requests/vlm_cmd.xml
   M /trunk/share/http/style.css
   A /trunk/share/http/vlm.html

begining of a VLM interface and some code organisations changes. The vlm
interface should be done pretty soon (i'll try to finish it tomorrow)

 vlm.html : vlm web interface. What works: sending broadcast and vod creation
            commands

 js/vlm.js : add code to handle sending vlm commands.

 requests/vlm_cmd.xml : used to send a vlm command and get the resulting
                        error message

 requests/vlm.xml : export the full vlm media/schedules "tree". I still need
                    to parse that in js/vlm.js in order to display it in
                    dialogs/vlm .

 dialogs/* : dialogs' code which is used as building blocks for the
             main pages. (in order to avoid code duplication)

 mosaic.html, js/mosaic.js, dialogs/mosaic : start of a mosaic help
            page. nothing works and it's almost empty but i didn't feel like
            sorting through the commited files.


------------------------------------------------------------------------
r13975 | dionoea | 2006-01-22 01:11:00 +0100 (Sun, 22 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/http/rpn.c

remove dirty debug messages.

------------------------------------------------------------------------
r13974 | dionoea | 2006-01-22 01:09:06 +0100 (Sun, 22 Jan 2006) | 8 lines
Changed paths:
   M /trunk/modules/control/http/rpn.c

new "vlm_cmd" (or "vlm_command") rpn function.

Since vlm commands are often full of spaces, you need to use the ";"
command delimiter to mark the end of a command.

For example : <vlc id="rpn" param1="; broadcast name new vlm_cmd" />


------------------------------------------------------------------------
r13973 | hartman | 2006-01-22 00:33:56 +0100 (Sun, 22 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/quicktime.c

* Compile fix

------------------------------------------------------------------------
r13972 | hartman | 2006-01-22 00:05:00 +0100 (Sun, 22 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/quicktime.c

* Some cleanup to the QT decoder. Still doesn't function. 

------------------------------------------------------------------------
r13971 | dionoea | 2006-01-21 23:05:31 +0100 (Sat, 21 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp

this looks better (thanks to Dnumgis for noticing)

------------------------------------------------------------------------
r13970 | hartman | 2006-01-21 22:29:07 +0100 (Sat, 21 Jan 2006) | 3 lines
Changed paths:
   M /trunk/modules/audio_output/auhal.c

* workaround for device drivers that do not support "kAudioDevicePropertyPreferredChannelLayout".
  Grmbl @ Digidesign coders...

------------------------------------------------------------------------
r13969 | dionoea | 2006-01-21 21:46:09 +0100 (Sat, 21 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp

looks nicer this way

------------------------------------------------------------------------
r13968 | hartman | 2006-01-21 21:38:05 +0100 (Sat, 21 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/demux/vobsub.c

* One more fix for vobsubs with negative times

------------------------------------------------------------------------
r13967 | dionoea | 2006-01-21 21:30:57 +0100 (Sat, 21 Jan 2006) | 2 lines
Changed paths:
   M /trunk/doc/fortunes.txt

Fortune !

------------------------------------------------------------------------
r13966 | zorglub | 2006-01-21 18:59:14 +0100 (Sat, 21 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/libvlc.h
   M /trunk/src/playlist/item-ext.c

Add an "auto-preparse" option (default TRUE) - Refs:#192

------------------------------------------------------------------------
r13965 | courmisch | 2006-01-21 18:55:45 +0100 (Sat, 21 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/interface.cpp

Ugly bug-to-bug fix for wxWidgets drag'n'drop (closes #507)

------------------------------------------------------------------------
r13964 | zorglub | 2006-01-21 18:54:02 +0100 (Sat, 21 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/playlist/playlist.c

Don't bother creating an input thread for non-file 

------------------------------------------------------------------------
r13963 | zorglub | 2006-01-21 18:50:55 +0100 (Sat, 21 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp

Don't preparse if we are about to play - Refs:#192

------------------------------------------------------------------------
r13962 | zorglub | 2006-01-21 18:44:07 +0100 (Sat, 21 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
   M /trunk/modules/gui/wxwidgets/dialogs.cpp
   M /trunk/src/network/httpd.c
   M /trunk/src/playlist/item-ext.c

Preparse items added through the directory access or directly to the interface (Refs:#192)

------------------------------------------------------------------------
r13961 | sam | 2006-01-21 17:49:53 +0100 (Sat, 21 Jan 2006) | 3 lines
Changed paths:
   M /trunk/modules/codec/spudec/parse.c
   M /trunk/modules/codec/spudec/spudec.c
   M /trunk/modules/codec/spudec/spudec.h

  * modules/codec/spudec: fixed various (innocuous) buffer overflows and
    paved the way for private SPU commands.

------------------------------------------------------------------------
r13960 | zorglub | 2006-01-21 17:44:36 +0100 (Sat, 21 Jan 2006) | 5 lines
Changed paths:
   M /trunk/include/vlc/vlc.h
   M /trunk/include/vlc_playlist.h
   M /trunk/modules/access/directory.c
   M /trunk/src/playlist/playlist.c

Enqueue the item ID instead of pointer for preparse
Add a PLAYLIST_PREPARSE flag to tell that the item must be enqueued for preparse on add (not implemented yet).

Refs:#192

------------------------------------------------------------------------
r13959 | zorglub | 2006-01-21 17:37:34 +0100 (Sat, 21 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/playlist/item.c

Don't block item name (Closes:#506)

------------------------------------------------------------------------
r13958 | zorglub | 2006-01-21 15:14:36 +0100 (Sat, 21 Jan 2006) | 2 lines
Changed paths:
   M /trunk/include/aout_internal.h
   M /trunk/include/vlc_messages.h
   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
   M /trunk/src/audio_output/dec.c
   M /trunk/src/audio_output/input.c
   M /trunk/src/audio_output/mixer.c
   M /trunk/src/input/input.c
   M /trunk/src/misc/stats.c
   M /trunk/src/playlist/playlist.c

Audio - Refs:#473

------------------------------------------------------------------------
r13957 | zorglub | 2006-01-21 14:49:42 +0100 (Sat, 21 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/skins2/unzip/unzip.c

Get rid of warning

------------------------------------------------------------------------
r13956 | xtophe | 2006-01-21 00:37:23 +0100 (Sat, 21 Jan 2006) | 2 lines
Changed paths:
   M /trunk/INSTALL.win32

Install.win32: Add path for pkg-config

------------------------------------------------------------------------
r13955 | xtophe | 2006-01-20 19:50:48 +0100 (Fri, 20 Jan 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

Fix X includes detection.

------------------------------------------------------------------------
r13954 | oaubert | 2006-01-20 12:59:13 +0100 (Fri, 20 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/misc/svg.c

svg.c: use conditional includes for system includes (unistd.h, stat.h, types.h)

------------------------------------------------------------------------
r13953 | damienf | 2006-01-20 01:31:44 +0100 (Fri, 20 Jan 2006) | 2 lines
Changed paths:
   M /trunk/extras/MacOSX/plugin/Info.plist
   M /trunk/mozilla/Makefile.am

all: updated mozilla MacOS X bundle, Safari can 'see' it now (didn't run it though)

------------------------------------------------------------------------
r13952 | hartman | 2006-01-19 17:10:14 +0100 (Thu, 19 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/audio_output/auhal.c

* auhal.c: Another workaround for devices not supporting hogmode

------------------------------------------------------------------------
r13951 | sigmunau | 2006-01-19 13:47:08 +0100 (Thu, 19 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/dvb/linux_dvb.c

linux_dvb.c: output "Tuning failed" in dvb status page rather than nothing when we have no lock

------------------------------------------------------------------------
r13950 | xtophe | 2006-01-19 10:01:34 +0100 (Thu, 19 Jan 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

Oops. I shall read the diff before commiting

------------------------------------------------------------------------
r13949 | xtophe | 2006-01-19 01:01:17 +0100 (Thu, 19 Jan 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

configure.ac: Try harder to find the X headers and libs.

------------------------------------------------------------------------
r13948 | xtophe | 2006-01-18 13:08:03 +0100 (Wed, 18 Jan 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_interaction.h
   M /trunk/src/interface/interaction.c
   M /trunk/src/misc/stats.c

Copyright dates and svn properties

------------------------------------------------------------------------
r13947 | hartman | 2006-01-18 02:39:30 +0100 (Wed, 18 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/audio_output/auhal.c

* auhal.c: Some drivers don't support hogmode. Don't fail entirely if this is the case.

------------------------------------------------------------------------
r13946 | damienf | 2006-01-17 16:38:42 +0100 (Tue, 17 Jan 2006) | 3 lines
Changed paths:
   M /trunk/activex/README.TXT

README.TXT: updated documentation


------------------------------------------------------------------------
r13945 | oaubert | 2006-01-17 12:58:26 +0100 (Tue, 17 Jan 2006) | 2 lines
Changed paths:
   M /trunk/include/mediacontrol_internal.h

mediacontrol_internal.h: oops. Superfluous typedef (defined in vlc/mediacontrol.h)

------------------------------------------------------------------------
r13944 | oaubert | 2006-01-17 11:26:59 +0100 (Tue, 17 Jan 2006) | 2 lines
Changed paths:
   M /trunk/include/mediacontrol_internal.h
   M /trunk/include/vlc/mediacontrol.h

mediacontrol API: proper fix for mediacontrol_Instance forward declaration

------------------------------------------------------------------------
r13943 | damienf | 2006-01-17 11:19:03 +0100 (Tue, 17 Jan 2006) | 7 lines
Changed paths:
   M /trunk/modules/access/dshow/dshow.cpp

dshow.cpp: Removed default preferred media types (I420) as it was reported by Paul Sokolovsky to cause kernel crashes
           with some buggy drivers. I added these media types a while back to get around another bug for drivers that
           didn't offer any preferred media types.
           Hopefully, the latter bug should be indirectly fixed when I added support for IAMStreamConfig.
           Moreover, I modified the selection of a default format in IAMStreamConfig to take
           GetFourCCPriority into a account.

------------------------------------------------------------------------
r13942 | jpsaman | 2006-01-16 22:32:56 +0100 (Mon, 16 Jan 2006) | 1 line
Changed paths:
   M /trunk/modules/stream_out/transcode.c

Whitespace cleanup
------------------------------------------------------------------------
r13941 | hartman | 2006-01-16 21:22:40 +0100 (Mon, 16 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/rtsp/access.c

* Real RTSP sometimes uses pnm://

------------------------------------------------------------------------
r13940 | damienf | 2006-01-16 20:44:18 +0100 (Mon, 16 Jan 2006) | 2 lines
Changed paths:
   M /trunk/mozilla/Makefile.am

Makefile.am: thou shalt test thy changes (self flagellation in progress)

------------------------------------------------------------------------
r13939 | jpsaman | 2006-01-16 20:01:58 +0100 (Mon, 16 Jan 2006) | 1 line
Changed paths:
   M /trunk/src/control/mediacontrol_core.c

Codingstyle fixes
------------------------------------------------------------------------
r13938 | jpsaman | 2006-01-16 20:01:24 +0100 (Mon, 16 Jan 2006) | 1 line
Changed paths:
   M /trunk/include/vlc_symbols.h

Define vlc_curent_object in include/vlc_objects.h
------------------------------------------------------------------------
r13937 | jpsaman | 2006-01-16 20:00:22 +0100 (Mon, 16 Jan 2006) | 1 line
Changed paths:
   M /trunk/extras/zsh.cpp
   M /trunk/include/vlc_objects.h
   M /trunk/src/control/core.c

Define vlc_curent_object in include/vlc_objects.h
------------------------------------------------------------------------
r13936 | jpsaman | 2006-01-16 19:58:15 +0100 (Mon, 16 Jan 2006) | 1 line
Changed paths:
   M /trunk/include/mediacontrol_internal.h
   M /trunk/include/vlc/mediacontrol.h

Define mediacontrol_Instance in the right place
------------------------------------------------------------------------
r13935 | jpsaman | 2006-01-16 19:50:48 +0100 (Mon, 16 Jan 2006) | 1 line
Changed paths:
   M /trunk/src/control/mediacontrol_audio_video.c

Indentation and coding style fixes
------------------------------------------------------------------------
r13934 | jpsaman | 2006-01-16 19:03:14 +0100 (Mon, 16 Jan 2006) | 1 line
Changed paths:
   M /trunk/include/vlc/libvlc.h

Define libvlc_exception_raise() in the proper place
------------------------------------------------------------------------
r13933 | damienf | 2006-01-16 19:01:38 +0100 (Mon, 16 Jan 2006) | 2 lines
Changed paths:
   M /trunk/mozilla/Makefile.am

Makefile.am: should fix compilation (or non-compilation) on all platforms

------------------------------------------------------------------------
r13932 | jpsaman | 2006-01-16 18:49:34 +0100 (Mon, 16 Jan 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/skins2/x11/x11_popup.cpp

Compiler warning about a missing return statement in a non-void function.
------------------------------------------------------------------------
r13931 | jpsaman | 2006-01-16 18:48:33 +0100 (Mon, 16 Jan 2006) | 1 line
Changed paths:
   M /trunk/modules/gui/skins2/unzip/unzip.c

Use brackets to avoid ambiguos else
------------------------------------------------------------------------
r13930 | jpsaman | 2006-01-16 18:45:11 +0100 (Mon, 16 Jan 2006) | 1 line
Changed paths:
   M /trunk/src/video_output/vout_intf.c

Fix identation
------------------------------------------------------------------------
r13929 | jpsaman | 2006-01-16 18:44:38 +0100 (Mon, 16 Jan 2006) | 1 line
Changed paths:
   M /trunk/src/control/playlist.c

return NULL properly in libvlc_playlist_get_input()
------------------------------------------------------------------------
r13928 | jpsaman | 2006-01-16 18:42:57 +0100 (Mon, 16 Jan 2006) | 1 line
Changed paths:
   M /trunk/src/input/input.c

Fix segmentation fault in core and use of non-initialised variable compiler warning.
------------------------------------------------------------------------
r13927 | damienf | 2006-01-16 17:56:40 +0100 (Mon, 16 Jan 2006) | 2 lines
Changed paths:
   M /trunk/mozilla/Makefile.am

hopefully, this will fix previous commit

------------------------------------------------------------------------
r13926 | damienf | 2006-01-16 17:35:19 +0100 (Mon, 16 Jan 2006) | 2 lines
Changed paths:
   M /trunk/mozilla/Makefile.am
   M /trunk/mozilla/vlcshell.cpp

all: fixed mozilla plugin compilation for MacOS X

------------------------------------------------------------------------
r13925 | xtophe | 2006-01-16 16:45:07 +0100 (Mon, 16 Jan 2006) | 2 lines
Changed paths:
   M /trunk/po/ka.po

Fix

------------------------------------------------------------------------
r13924 | hartman | 2006-01-16 15:37:46 +0100 (Mon, 16 Jan 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

* stupid tabs in Makefiles....

------------------------------------------------------------------------
r13923 | xtophe | 2006-01-16 15:37:08 +0100 (Mon, 16 Jan 2006) | 2 lines
Changed paths:
   M /trunk/po/ka.po

Update of the Georgian localization. Thanks to Alexander Didebulidze

------------------------------------------------------------------------
r13922 | hartman | 2006-01-16 15:33:06 +0100 (Mon, 16 Jan 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

* Add a dummy .dvdread entry to trigger the INSTALL_NAME script on OSX.

------------------------------------------------------------------------
r13921 | hartman | 2006-01-16 02:54:55 +0100 (Mon, 16 Jan 2006) | 7 lines
Changed paths:
   M /trunk/modules/demux/vobsub.c

modules/demux/vobsub.c:
* add support for negative timestamps
* add support for the delay parameter
* add support for reading the DVD palette of vobsubs
* free the used memory when we close the vobsubs


------------------------------------------------------------------------
r13920 | zorglub | 2006-01-15 23:21:21 +0100 (Sun, 15 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/stats.c

Fix

------------------------------------------------------------------------
r13919 | zorglub | 2006-01-15 23:10:41 +0100 (Sun, 15 Jan 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_messages.h
   M /trunk/include/vlc_symbols.h
   M /trunk/src/libvlc.c
   M /trunk/src/misc/stats.c
   M /trunk/src/misc/vlm.c

Fix some memleaks

------------------------------------------------------------------------
r13918 | hartman | 2006-01-15 21:52:30 +0100 (Sun, 15 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/input/subtitles.c

* Fix free of the directory listing of the subtitle scan.

------------------------------------------------------------------------
r13917 | zorglub | 2006-01-15 21:33:26 +0100 (Sun, 15 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/objects.c

Free

------------------------------------------------------------------------
r13916 | zorglub | 2006-01-15 21:29:38 +0100 (Sun, 15 Jan 2006) | 4 lines
Changed paths:
   M /trunk/include/vlc_common.h
   M /trunk/include/vlc_input.h
   M /trunk/include/vlc_messages.h
   M /trunk/include/vlc_symbols.h
   M /trunk/src/input/input.c
   M /trunk/src/misc/messages.c
   M /trunk/src/misc/objects.c
   M /trunk/src/misc/vlm.c

Add ability to prepend headers to messages (object-specific) and use it for VLM media (Closes:#496)

To use it, put a string in p_object->psz_header, all messages from this object and its parent will have the header prepended

------------------------------------------------------------------------
r13915 | zorglub | 2006-01-15 20:04:43 +0100 (Sun, 15 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp

Layout stuff

------------------------------------------------------------------------
r13914 | zorglub | 2006-01-15 19:13:34 +0100 (Sun, 15 Jan 2006) | 3 lines
Changed paths:
   M /trunk/src/input/input.c
   M /trunk/src/misc/stats.c

Fix calculation for demux bitrate (Refs:#473)


------------------------------------------------------------------------
r13913 | zorglub | 2006-01-15 18:30:45 +0100 (Sun, 15 Jan 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_messages.h
   M /trunk/include/vlc_symbols.h
   M /trunk/modules/gui/wxwidgets/Modules.am
   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
   A /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
   A /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
   M /trunk/modules/gui/wxwidgets/dialogs.cpp
   M /trunk/src/input/decoder.c
   M /trunk/src/input/es_out.c
   M /trunk/src/input/input.c
   M /trunk/src/misc/stats.c
   M /trunk/src/playlist/playlist.c

Show stats in interface (Refs:#473)

------------------------------------------------------------------------
r13912 | damienf | 2006-01-14 21:03:43 +0100 (Sat, 14 Jan 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch

updated patch for latest CVS

------------------------------------------------------------------------
r13911 | xtophe | 2006-01-14 13:37:19 +0100 (Sat, 14 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/libvlc.h

Inversion

------------------------------------------------------------------------
r13910 | zorglub | 2006-01-14 11:57:44 +0100 (Sat, 14 Jan 2006) | 2 lines
Changed paths:
   M /trunk/include/main.h
   M /trunk/src/libvlc.c
   M /trunk/src/libvlc.h
   M /trunk/src/misc/stats.c
   M /trunk/src/playlist/playlist.c

Add an option to disable stats (Refs:#473)

------------------------------------------------------------------------
r13909 | jpsaman | 2006-01-14 10:36:16 +0100 (Sat, 14 Jan 2006) | 1 line
Changed paths:
   M /trunk/modules/access/dshow/common.h
   M /trunk/modules/access/dshow/dshow.cpp

Revert revision 13903. It is implemented in a different way by checking if the option --dshow-chroma is set. If it is set then the chroma is forced, otherwise it is not. This should solve the regression of previous commit, by letting users specify the chroma type to use. To get the previous default behaviour specify IV420 as preferred chroma type either on the commandline or in the Capture Device advanced tab.
------------------------------------------------------------------------
r13908 | hartman | 2006-01-14 01:03:13 +0100 (Sat, 14 Jan 2006) | 4 lines
Changed paths:
   M /trunk/modules/codec/subsdec.c
   M /trunk/src/input/stream.c

* Revert the Default charset encoding back to ISO-8859-1
  No longer use the charset of the OS. OS X is UTF-8 for instance, but most subs are simply in Latin-1.
* In case we did BOM detection with stream_ReadLine, set subsdec-encoding to UTF-8 automatically.

------------------------------------------------------------------------
r13907 | zorglub | 2006-01-14 00:01:34 +0100 (Sat, 14 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/stats.c

Fix stats crash

------------------------------------------------------------------------
r13906 | courmisch | 2006-01-13 13:16:06 +0100 (Fri, 13 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/vcdx/Modules.am
   M /trunk/po/POTFILES.in

Partial distcheck fix

------------------------------------------------------------------------
r13905 | dionoea | 2006-01-13 00:10:04 +0100 (Fri, 13 Jan 2006) | 2 lines
Changed paths:
   M /trunk/activex/axvlc.idl
   M /trunk/activex/connectioncontainer.cpp
   M /trunk/activex/connectioncontainer.h
   M /trunk/activex/dataobject.cpp
   M /trunk/activex/dataobject.h
   M /trunk/activex/main.cpp
   M /trunk/activex/objectsafety.cpp
   M /trunk/activex/objectsafety.h
   M /trunk/activex/olecontrol.cpp
   M /trunk/activex/olecontrol.h
   M /trunk/activex/oleinplaceactiveobject.cpp
   M /trunk/activex/oleinplaceactiveobject.h
   M /trunk/activex/oleinplaceobject.cpp
   M /trunk/activex/oleinplaceobject.h
   M /trunk/activex/oleobject.cpp
   M /trunk/activex/oleobject.h
   M /trunk/activex/persistpropbag.cpp
   M /trunk/activex/persistpropbag.h
   M /trunk/activex/persiststorage.cpp
   M /trunk/activex/persiststorage.h
   M /trunk/activex/persiststreaminit.cpp
   M /trunk/activex/persiststreaminit.h
   M /trunk/activex/plugin.cpp
   M /trunk/activex/plugin.h
   M /trunk/activex/provideclassinfo.cpp
   M /trunk/activex/provideclassinfo.h
   M /trunk/activex/utils.cpp
   M /trunk/activex/utils.h
   M /trunk/activex/viewobject.cpp
   M /trunk/activex/viewobject.h
   M /trunk/activex/vlccontrol.cpp
   M /trunk/activex/vlccontrol.h
   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
   M /trunk/bindings/java/org/videolan/jvlc/JVLCBoolVariable.java
   M /trunk/bindings/java/org/videolan/jvlc/JVLCFloatVariable.java
   M /trunk/bindings/java/org/videolan/jvlc/JVLCIntVariable.java
   M /trunk/bindings/java/org/videolan/jvlc/JVLCStringVariable.java
   M /trunk/bindings/java/org/videolan/jvlc/JVLCTimeVariable.java
   M /trunk/bindings/java/org/videolan/jvlc/JVLCVarValue.java
   M /trunk/bindings/java/org/videolan/jvlc/JVLCVarVariable.java
   M /trunk/bindings/java/org/videolan/jvlc/JVLCVariable.java
   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControl.java
   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlException.java
   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlInstance.java
   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPlaylistSeq.java
   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPosition.java
   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionKeyEnum.java
   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionOrigin.java
   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionOriginEnum.java
   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlRGBPicture.java
   M /trunk/bindings/java/vlc-glue-cni.cc
   M /trunk/bindings/java/vlc-glue-jni.cc
   M /trunk/bindings/java/vlc-graphics-jni.cc
   M /trunk/bindings/java-gcj/JVLC.java
   M /trunk/bindings/python/vlcglue.c
   M /trunk/bindings/python/vlcglue.h
   M /trunk/evc/modules_builtin_evc.h
   M /trunk/extras/contrib/Makefile
   M /trunk/extras/contrib/bootstrap
   M /trunk/extras/contrib/change_prefix.sh
   M /trunk/extras/contrib/src/Makefile
   M /trunk/extras/contrib/src/packages.mak
   M /trunk/extras/zsh.cpp
   M /trunk/include/aout_internal.h
   M /trunk/include/audio_output.h
   M /trunk/include/beos_specific.h
   M /trunk/include/charset.h
   M /trunk/include/codecs.h
   M /trunk/include/configuration.h
   M /trunk/include/darwin_specific.h
   M /trunk/include/intf_eject.h
   M /trunk/include/iso_lang.h
   M /trunk/include/libvlc_internal.h
   M /trunk/include/main.h
   M /trunk/include/mediacontrol_internal.h
   M /trunk/include/modules.h
   M /trunk/include/modules_inner.h
   M /trunk/include/mtime.h
   M /trunk/include/network.h
   M /trunk/include/os_specific.h
   M /trunk/include/stream_output.h
   M /trunk/include/variables.h
   M /trunk/include/video_output.h
   M /trunk/include/vlc/aout.h
   M /trunk/include/vlc/decoder.h
   M /trunk/include/vlc/input.h
   M /trunk/include/vlc/intf.h
   M /trunk/include/vlc/libvlc.h
   M /trunk/include/vlc/mediacontrol.h
   M /trunk/include/vlc/mediacontrol_structures.h
   M /trunk/include/vlc/sout.h
   M /trunk/include/vlc/vlc.h
   M /trunk/include/vlc/vout.h
   M /trunk/include/vlc_access.h
   M /trunk/include/vlc_acl.h
   M /trunk/include/vlc_bits.h
   M /trunk/include/vlc_block.h
   M /trunk/include/vlc_block_helper.h
   M /trunk/include/vlc_codec.h
   M /trunk/include/vlc_common.h
   M /trunk/include/vlc_config.h
   M /trunk/include/vlc_config_cat.h
   M /trunk/include/vlc_cpu.h
   M /trunk/include/vlc_demux.h
   M /trunk/include/vlc_error.h
   M /trunk/include/vlc_es.h
   M /trunk/include/vlc_es_out.h
   M /trunk/include/vlc_filter.h
   M /trunk/include/vlc_httpd.h
   M /trunk/include/vlc_image.h
   M /trunk/include/vlc_input.h
   M /trunk/include/vlc_interaction.h
   M /trunk/include/vlc_interface.h
   M /trunk/include/vlc_keys.h
   M /trunk/include/vlc_md5.h
   M /trunk/include/vlc_messages.h
   M /trunk/include/vlc_meta.h
   M /trunk/include/vlc_objects.h
   M /trunk/include/vlc_osd.h
   M /trunk/include/vlc_playlist.h
   M /trunk/include/vlc_spu.h
   M /trunk/include/vlc_stream.h
   M /trunk/include/vlc_threads.h
   M /trunk/include/vlc_threads_funcs.h
   M /trunk/include/vlc_tls.h
   M /trunk/include/vlc_video.h
   M /trunk/include/vlc_vlm.h
   M /trunk/include/vlc_vod.h
   M /trunk/include/vlc_xml.h
   M /trunk/include/vout_synchro.h
   M /trunk/include/win32_specific.h
   M /trunk/modules/access/cdda/access.c
   M /trunk/modules/access/cdda/access.h
   M /trunk/modules/access/cdda/callback.c
   M /trunk/modules/access/cdda/callback.h
   M /trunk/modules/access/cdda/cdda.c
   M /trunk/modules/access/cdda/cdda.h
   M /trunk/modules/access/cdda/info.c
   M /trunk/modules/access/cdda/info.h
   M /trunk/modules/access/cdda.c
   M /trunk/modules/access/directory.c
   M /trunk/modules/access/dshow/common.h
   M /trunk/modules/access/dshow/crossbar.cpp
   M /trunk/modules/access/dshow/dshow.cpp
   M /trunk/modules/access/dshow/filter.cpp
   M /trunk/modules/access/dshow/filter.h
   M /trunk/modules/access/dv.c
   M /trunk/modules/access/dvb/access.c
   M /trunk/modules/access/dvb/http.c
   M /trunk/modules/access/dvdnav.c
   M /trunk/modules/access/dvdread.c
   M /trunk/modules/access/fake.c
   M /trunk/modules/access/file.c
   M /trunk/modules/access/ftp.c
   M /trunk/modules/access/gnomevfs.c
   M /trunk/modules/access/http.c
   M /trunk/modules/access/mms/asf.c
   M /trunk/modules/access/mms/asf.h
   M /trunk/modules/access/mms/buffer.c
   M /trunk/modules/access/mms/buffer.h
   M /trunk/modules/access/mms/mms.c
   M /trunk/modules/access/mms/mms.h
   M /trunk/modules/access/mms/mmsh.c
   M /trunk/modules/access/mms/mmsh.h
   M /trunk/modules/access/mms/mmstu.c
   M /trunk/modules/access/mms/mmstu.h
   M /trunk/modules/access/pvr/pvr.c
   M /trunk/modules/access/rtsp/access.c
   M /trunk/modules/access/rtsp/real.c
   M /trunk/modules/access/rtsp/real.h
   M /trunk/modules/access/rtsp/real_rmff.c
   M /trunk/modules/access/rtsp/real_rmff.h
   M /trunk/modules/access/rtsp/real_sdpplin.h
   M /trunk/modules/access/rtsp/rtsp.c
   M /trunk/modules/access/rtsp/rtsp.h
   M /trunk/modules/access/screen/beos.cpp
   M /trunk/modules/access/screen/mac.c
   M /trunk/modules/access/screen/screen.c
   M /trunk/modules/access/screen/screen.h
   M /trunk/modules/access/screen/win32.c
   M /trunk/modules/access/screen/x11.c
   M /trunk/modules/access/smb.c
   M /trunk/modules/access/tcp.c
   M /trunk/modules/access/udp.c
   M /trunk/modules/access/v4l/v4l.c
   M /trunk/modules/access/v4l/videodev_mjpeg.h
   M /trunk/modules/access/vcd/cdrom.c
   M /trunk/modules/access/vcd/cdrom.h
   M /trunk/modules/access/vcd/cdrom_internals.h
   M /trunk/modules/access/vcd/vcd.c
   M /trunk/modules/access/vcdx/access.c
   M /trunk/modules/access/vcdx/demux.c
   M /trunk/modules/access/vcdx/info.c
   M /trunk/modules/access/vcdx/info.h
   M /trunk/modules/access/vcdx/intf.c
   M /trunk/modules/access/vcdx/intf.h
   M /trunk/modules/access/vcdx/vcd.c
   M /trunk/modules/access/vcdx/vcd.h
   M /trunk/modules/access/vcdx/vcdplayer.c
   M /trunk/modules/access/vcdx/vcdplayer.h
   M /trunk/modules/access_filter/record.c
   M /trunk/modules/access_filter/timeshift.c
   M /trunk/modules/access_output/bonjour.c
   M /trunk/modules/access_output/bonjour.h
   M /trunk/modules/access_output/dummy.c
   M /trunk/modules/access_output/file.c
   M /trunk/modules/access_output/http.c
   M /trunk/modules/access_output/shout.c
   M /trunk/modules/access_output/udp.c
   M /trunk/modules/audio_filter/channel_mixer/dolby.c
   M /trunk/modules/audio_filter/channel_mixer/headphone.c
   M /trunk/modules/audio_filter/channel_mixer/simple.c
   M /trunk/modules/audio_filter/channel_mixer/trivial.c
   M /trunk/modules/audio_filter/converter/a52tofloat32.c
   M /trunk/modules/audio_filter/converter/a52tospdif.c
   M /trunk/modules/audio_filter/converter/dtstofloat32.c
   M /trunk/modules/audio_filter/converter/dtstospdif.c
   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
   M /trunk/modules/audio_filter/converter/fixed32tos16.c
   M /trunk/modules/audio_filter/converter/float32tos16.c
   M /trunk/modules/audio_filter/converter/float32tos8.c
   M /trunk/modules/audio_filter/converter/float32tou16.c
   M /trunk/modules/audio_filter/converter/float32tou8.c
   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
   M /trunk/modules/audio_filter/converter/s16tofixed32.c
   M /trunk/modules/audio_filter/converter/s16tofloat32.c
   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
   M /trunk/modules/audio_filter/converter/s8tofloat32.c
   M /trunk/modules/audio_filter/converter/u8tofixed32.c
   M /trunk/modules/audio_filter/converter/u8tofloat32.c
   M /trunk/modules/audio_filter/equalizer.c
   M /trunk/modules/audio_filter/equalizer_presets.h
   M /trunk/modules/audio_filter/format.c
   M /trunk/modules/audio_filter/normvol.c
   M /trunk/modules/audio_filter/resampler/bandlimited.c
   M /trunk/modules/audio_filter/resampler/bandlimited.h
   M /trunk/modules/audio_filter/resampler/linear.c
   M /trunk/modules/audio_filter/resampler/trivial.c
   M /trunk/modules/audio_filter/resampler/ugly.c
   M /trunk/modules/audio_mixer/float32.c
   M /trunk/modules/audio_mixer/spdif.c
   M /trunk/modules/audio_mixer/trivial.c
   M /trunk/modules/audio_output/alsa.c
   M /trunk/modules/audio_output/arts.c
   M /trunk/modules/audio_output/auhal.c
   M /trunk/modules/audio_output/directx.c
   M /trunk/modules/audio_output/esd.c
   M /trunk/modules/audio_output/file.c
   M /trunk/modules/audio_output/hd1000a.cpp
   M /trunk/modules/audio_output/jack.c
   M /trunk/modules/audio_output/oss.c
   M /trunk/modules/audio_output/portaudio.c
   M /trunk/modules/audio_output/sdl.c
   M /trunk/modules/audio_output/waveout.c
   M /trunk/modules/codec/a52.c
   M /trunk/modules/codec/adpcm.c
   M /trunk/modules/codec/araw.c
   M /trunk/modules/codec/cinepak.c
   M /trunk/modules/codec/cmml/browser_open.c
   M /trunk/modules/codec/cmml/browser_open.h
   M /trunk/modules/codec/cmml/cmml.c
   M /trunk/modules/codec/cmml/history.c
   M /trunk/modules/codec/cmml/history.h
   M /trunk/modules/codec/cmml/intf.c
   M /trunk/modules/codec/cmml/xarray.c
   M /trunk/modules/codec/cmml/xarray.h
   M /trunk/modules/codec/cmml/xlist.c
   M /trunk/modules/codec/cmml/xlist.h
   M /trunk/modules/codec/cmml/xstrcat.h
   M /trunk/modules/codec/cmml/xtag.c
   M /trunk/modules/codec/cmml/xtag.h
   M /trunk/modules/codec/cmml/xurl.c
   M /trunk/modules/codec/cmml/xurl.h
   M /trunk/modules/codec/cvdsub.c
   M /trunk/modules/codec/dirac.c
   M /trunk/modules/codec/dmo/buffer.c
   M /trunk/modules/codec/dmo/dmo.c
   M /trunk/modules/codec/dmo/dmo.h
   M /trunk/modules/codec/dts.c
   M /trunk/modules/codec/dvbsub.c
   M /trunk/modules/codec/faad.c
   M /trunk/modules/codec/fake.c
   M /trunk/modules/codec/ffmpeg/audio.c
   M /trunk/modules/codec/ffmpeg/chroma.c
   M /trunk/modules/codec/ffmpeg/demux.c
   M /trunk/modules/codec/ffmpeg/encoder.c
   M /trunk/modules/codec/ffmpeg/ffmpeg.c
   M /trunk/modules/codec/ffmpeg/ffmpeg.h
   M /trunk/modules/codec/ffmpeg/postprocess.c
   M /trunk/modules/codec/ffmpeg/video.c
   M /trunk/modules/codec/ffmpeg/video_filter.c
   M /trunk/modules/codec/flac.c
   M /trunk/modules/codec/libmpeg2.c
   M /trunk/modules/codec/lpcm.c
   M /trunk/modules/codec/mash.cpp
   M /trunk/modules/codec/mpeg_audio.c
   M /trunk/modules/codec/png.c
   M /trunk/modules/codec/quicktime.c
   M /trunk/modules/codec/rawvideo.c
   M /trunk/modules/codec/realaudio.c
   M /trunk/modules/codec/sdl_image.c
   M /trunk/modules/codec/speex.c
   M /trunk/modules/codec/spudec/parse.c
   M /trunk/modules/codec/spudec/spudec.c
   M /trunk/modules/codec/spudec/spudec.h
   M /trunk/modules/codec/subsdec.c
   M /trunk/modules/codec/svcdsub.c
   M /trunk/modules/codec/tarkin.c
   M /trunk/modules/codec/theora.c
   M /trunk/modules/codec/twolame.c
   M /trunk/modules/codec/vorbis.c
   M /trunk/modules/codec/x264.c
   M /trunk/modules/control/corba/corba.c
   M /trunk/modules/control/gestures.c
   M /trunk/modules/control/hotkeys.c
   M /trunk/modules/control/http/http.c
   M /trunk/modules/control/http/http.h
   M /trunk/modules/control/http/macro.c
   M /trunk/modules/control/http/macros.h
   M /trunk/modules/control/http/mvar.c
   M /trunk/modules/control/http/rpn.c
   M /trunk/modules/control/http/util.c
   M /trunk/modules/control/lirc.c
   M /trunk/modules/control/netsync.c
   M /trunk/modules/control/ntservice.c
   M /trunk/modules/control/rc.c
   M /trunk/modules/control/showintf.c
   M /trunk/modules/control/telnet.c
   M /trunk/modules/demux/a52.c
   M /trunk/modules/demux/aiff.c
   M /trunk/modules/demux/asf/asf.c
   M /trunk/modules/demux/asf/libasf.c
   M /trunk/modules/demux/asf/libasf.h
   M /trunk/modules/demux/au.c
   M /trunk/modules/demux/avi/avi.c
   M /trunk/modules/demux/avi/libavi.c
   M /trunk/modules/demux/avi/libavi.h
   M /trunk/modules/demux/demuxdump.c
   M /trunk/modules/demux/dts.c
   M /trunk/modules/demux/flac.c
   M /trunk/modules/demux/livedotcom.cpp
   M /trunk/modules/demux/m3u.c
   M /trunk/modules/demux/mjpeg.c
   M /trunk/modules/demux/mkv.cpp
   M /trunk/modules/demux/mod.c
   M /trunk/modules/demux/mp4/drms.c
   M /trunk/modules/demux/mp4/drms.h
   M /trunk/modules/demux/mp4/drmstables.h
   M /trunk/modules/demux/mp4/libmp4.c
   M /trunk/modules/demux/mp4/libmp4.h
   M /trunk/modules/demux/mp4/mp4.c
   M /trunk/modules/demux/mpc.c
   M /trunk/modules/demux/mpeg/h264.c
   M /trunk/modules/demux/mpeg/m4a.c
   M /trunk/modules/demux/mpeg/m4v.c
   M /trunk/modules/demux/mpeg/mpga.c
   M /trunk/modules/demux/mpeg/mpgv.c
   M /trunk/modules/demux/nsc.c
   M /trunk/modules/demux/nsv.c
   M /trunk/modules/demux/nuv.c
   M /trunk/modules/demux/ogg.c
   M /trunk/modules/demux/playlist/b4s.c
   M /trunk/modules/demux/playlist/dvb.c
   M /trunk/modules/demux/playlist/m3u.c
   M /trunk/modules/demux/playlist/old.c
   M /trunk/modules/demux/playlist/playlist.c
   M /trunk/modules/demux/playlist/playlist.h
   M /trunk/modules/demux/playlist/pls.c
   M /trunk/modules/demux/playlist/podcast.c
   M /trunk/modules/demux/ps.c
   M /trunk/modules/demux/ps.h
   M /trunk/modules/demux/pva.c
   M /trunk/modules/demux/rawdv.c
   M /trunk/modules/demux/real.c
   M /trunk/modules/demux/sgimb.c
   M /trunk/modules/demux/subtitle.c
   M /trunk/modules/demux/ts.c
   M /trunk/modules/demux/ty.c
   M /trunk/modules/demux/util/id3genres.h
   M /trunk/modules/demux/util/id3tag.c
   M /trunk/modules/demux/vobsub.c
   M /trunk/modules/demux/voc.c
   M /trunk/modules/demux/wav.c
   M /trunk/modules/demux/xa.c
   M /trunk/modules/gui/beos/AudioOutput.cpp
   M /trunk/modules/gui/beos/BeOS.cpp
   M /trunk/modules/gui/beos/Bitmaps.h
   M /trunk/modules/gui/beos/DrawingTidbits.cpp
   M /trunk/modules/gui/beos/DrawingTidbits.h
   M /trunk/modules/gui/beos/Interface.cpp
   M /trunk/modules/gui/beos/InterfaceWindow.cpp
   M /trunk/modules/gui/beos/InterfaceWindow.h
   M /trunk/modules/gui/beos/ListViews.cpp
   M /trunk/modules/gui/beos/ListViews.h
   M /trunk/modules/gui/beos/MediaControlView.cpp
   M /trunk/modules/gui/beos/MediaControlView.h
   M /trunk/modules/gui/beos/MessagesWindow.cpp
   M /trunk/modules/gui/beos/MessagesWindow.h
   M /trunk/modules/gui/beos/MsgVals.h
   M /trunk/modules/gui/beos/PlayListWindow.cpp
   M /trunk/modules/gui/beos/PlayListWindow.h
   M /trunk/modules/gui/beos/PreferencesWindow.cpp
   M /trunk/modules/gui/beos/PreferencesWindow.h
   M /trunk/modules/gui/beos/TransportButton.cpp
   M /trunk/modules/gui/beos/TransportButton.h
   M /trunk/modules/gui/beos/VideoOutput.cpp
   M /trunk/modules/gui/beos/VideoWindow.h
   M /trunk/modules/gui/macosx/about.h
   M /trunk/modules/gui/macosx/about.m
   M /trunk/modules/gui/macosx/applescript.h
   M /trunk/modules/gui/macosx/applescript.m
   M /trunk/modules/gui/macosx/bookmarks.h
   M /trunk/modules/gui/macosx/bookmarks.m
   M /trunk/modules/gui/macosx/controls.h
   M /trunk/modules/gui/macosx/controls.m
   M /trunk/modules/gui/macosx/embeddedwindow.h
   M /trunk/modules/gui/macosx/embeddedwindow.m
   M /trunk/modules/gui/macosx/equalizer.h
   M /trunk/modules/gui/macosx/equalizer.m
   M /trunk/modules/gui/macosx/extended.h
   M /trunk/modules/gui/macosx/extended.m
   M /trunk/modules/gui/macosx/interaction.h
   M /trunk/modules/gui/macosx/interaction.m
   M /trunk/modules/gui/macosx/intf.h
   M /trunk/modules/gui/macosx/intf.m
   M /trunk/modules/gui/macosx/macosx.m
   M /trunk/modules/gui/macosx/misc.h
   M /trunk/modules/gui/macosx/misc.m
   M /trunk/modules/gui/macosx/open.h
   M /trunk/modules/gui/macosx/open.m
   M /trunk/modules/gui/macosx/output.h
   M /trunk/modules/gui/macosx/output.m
   M /trunk/modules/gui/macosx/playlist.h
   M /trunk/modules/gui/macosx/playlist.m
   M /trunk/modules/gui/macosx/playlistinfo.h
   M /trunk/modules/gui/macosx/playlistinfo.m
   M /trunk/modules/gui/macosx/prefs.h
   M /trunk/modules/gui/macosx/prefs.m
   M /trunk/modules/gui/macosx/prefs_widgets.h
   M /trunk/modules/gui/macosx/prefs_widgets.m
   M /trunk/modules/gui/macosx/sfilters.h
   M /trunk/modules/gui/macosx/sfilters.m
   M /trunk/modules/gui/macosx/vout.h
   M /trunk/modules/gui/macosx/vout.m
   M /trunk/modules/gui/macosx/voutgl.m
   M /trunk/modules/gui/macosx/voutqt.m
   M /trunk/modules/gui/macosx/wizard.h
   M /trunk/modules/gui/macosx/wizard.m
   M /trunk/modules/gui/ncurses.c
   M /trunk/modules/gui/pda/pda.c
   M /trunk/modules/gui/pda/pda.h
   M /trunk/modules/gui/pda/pda_callbacks.c
   M /trunk/modules/gui/pda/pda_callbacks.h
   M /trunk/modules/gui/qnx/aout.c
   M /trunk/modules/gui/qnx/qnx.c
   M /trunk/modules/gui/qnx/vout.c
   M /trunk/modules/gui/skins2/commands/async_queue.cpp
   M /trunk/modules/gui/skins2/commands/async_queue.hpp
   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
   M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
   M /trunk/modules/gui/skins2/commands/cmd_audio.cpp
   M /trunk/modules/gui/skins2/commands/cmd_audio.hpp
   M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
   M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
   M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
   M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
   M /trunk/modules/gui/skins2/commands/cmd_input.hpp
   M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
   M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
   M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
   M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
   M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
   M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
   M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
   M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
   M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
   M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
   M /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
   M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
   M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
   M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
   M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
   M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
   M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
   M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
   M /trunk/modules/gui/skins2/events/evt_enter.hpp
   M /trunk/modules/gui/skins2/events/evt_focus.hpp
   M /trunk/modules/gui/skins2/events/evt_generic.hpp
   M /trunk/modules/gui/skins2/events/evt_input.cpp
   M /trunk/modules/gui/skins2/events/evt_input.hpp
   M /trunk/modules/gui/skins2/events/evt_key.cpp
   M /trunk/modules/gui/skins2/events/evt_key.hpp
   M /trunk/modules/gui/skins2/events/evt_leave.hpp
   M /trunk/modules/gui/skins2/events/evt_menu.hpp
   M /trunk/modules/gui/skins2/events/evt_motion.hpp
   M /trunk/modules/gui/skins2/events/evt_mouse.cpp
   M /trunk/modules/gui/skins2/events/evt_mouse.hpp
   M /trunk/modules/gui/skins2/events/evt_refresh.hpp
   M /trunk/modules/gui/skins2/events/evt_scroll.cpp
   M /trunk/modules/gui/skins2/events/evt_scroll.hpp
   M /trunk/modules/gui/skins2/events/evt_special.cpp
   M /trunk/modules/gui/skins2/events/evt_special.hpp
   M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
   M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
   M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
   M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
   M /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
   M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
   M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
   M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
   M /trunk/modules/gui/skins2/macosx/macosx_popup.cpp
   M /trunk/modules/gui/skins2/macosx/macosx_popup.hpp
   M /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
   M /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
   M /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
   M /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
   M /trunk/modules/gui/skins2/macosx/macosx_window.cpp
   M /trunk/modules/gui/skins2/macosx/macosx_window.hpp
   M /trunk/modules/gui/skins2/parser/builder.cpp
   M /trunk/modules/gui/skins2/parser/builder.hpp
   M /trunk/modules/gui/skins2/parser/builder_data.hpp
   M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
   M /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
   M /trunk/modules/gui/skins2/parser/gen_builder.py
   M /trunk/modules/gui/skins2/parser/interpreter.cpp
   M /trunk/modules/gui/skins2/parser/interpreter.hpp
   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
   M /trunk/modules/gui/skins2/src/anchor.cpp
   M /trunk/modules/gui/skins2/src/anchor.hpp
   M /trunk/modules/gui/skins2/src/anim_bitmap.cpp
   M /trunk/modules/gui/skins2/src/anim_bitmap.hpp
   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
   M /trunk/modules/gui/skins2/src/bitmap_font.hpp
   M /trunk/modules/gui/skins2/src/dialogs.cpp
   M /trunk/modules/gui/skins2/src/dialogs.hpp
   M /trunk/modules/gui/skins2/src/file_bitmap.cpp
   M /trunk/modules/gui/skins2/src/file_bitmap.hpp
   M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
   M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
   M /trunk/modules/gui/skins2/src/ft2_font.cpp
   M /trunk/modules/gui/skins2/src/ft2_font.hpp
   M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
   M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
   M /trunk/modules/gui/skins2/src/generic_font.hpp
   M /trunk/modules/gui/skins2/src/generic_layout.cpp
   M /trunk/modules/gui/skins2/src/generic_layout.hpp
   M /trunk/modules/gui/skins2/src/generic_window.cpp
   M /trunk/modules/gui/skins2/src/generic_window.hpp
   M /trunk/modules/gui/skins2/src/logger.cpp
   M /trunk/modules/gui/skins2/src/logger.hpp
   M /trunk/modules/gui/skins2/src/os_factory.cpp
   M /trunk/modules/gui/skins2/src/os_factory.hpp
   M /trunk/modules/gui/skins2/src/os_graphics.hpp
   M /trunk/modules/gui/skins2/src/os_loop.hpp
   M /trunk/modules/gui/skins2/src/os_popup.hpp
   M /trunk/modules/gui/skins2/src/os_timer.hpp
   M /trunk/modules/gui/skins2/src/os_tooltip.hpp
   M /trunk/modules/gui/skins2/src/os_window.hpp
   M /trunk/modules/gui/skins2/src/popup.cpp
   M /trunk/modules/gui/skins2/src/popup.hpp
   M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
   M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
   M /trunk/modules/gui/skins2/src/skin_common.hpp
   M /trunk/modules/gui/skins2/src/skin_main.cpp
   M /trunk/modules/gui/skins2/src/theme.cpp
   M /trunk/modules/gui/skins2/src/theme.hpp
   M /trunk/modules/gui/skins2/src/theme_loader.cpp
   M /trunk/modules/gui/skins2/src/theme_loader.hpp
   M /trunk/modules/gui/skins2/src/theme_repository.cpp
   M /trunk/modules/gui/skins2/src/theme_repository.hpp
   M /trunk/modules/gui/skins2/src/tooltip.cpp
   M /trunk/modules/gui/skins2/src/tooltip.hpp
   M /trunk/modules/gui/skins2/src/top_window.cpp
   M /trunk/modules/gui/skins2/src/top_window.hpp
   M /trunk/modules/gui/skins2/src/var_manager.cpp
   M /trunk/modules/gui/skins2/src/var_manager.hpp
   M /trunk/modules/gui/skins2/src/vlcproc.cpp
   M /trunk/modules/gui/skins2/src/vlcproc.hpp
   M /trunk/modules/gui/skins2/src/vout_window.cpp
   M /trunk/modules/gui/skins2/src/vout_window.hpp
   M /trunk/modules/gui/skins2/src/window_manager.cpp
   M /trunk/modules/gui/skins2/src/window_manager.hpp
   M /trunk/modules/gui/skins2/utils/bezier.cpp
   M /trunk/modules/gui/skins2/utils/bezier.hpp
   M /trunk/modules/gui/skins2/utils/fsm.cpp
   M /trunk/modules/gui/skins2/utils/fsm.hpp
   M /trunk/modules/gui/skins2/utils/observer.hpp
   M /trunk/modules/gui/skins2/utils/pointer.hpp
   M /trunk/modules/gui/skins2/utils/position.cpp
   M /trunk/modules/gui/skins2/utils/position.hpp
   M /trunk/modules/gui/skins2/utils/ustring.cpp
   M /trunk/modules/gui/skins2/utils/ustring.hpp
   M /trunk/modules/gui/skins2/utils/var_bool.cpp
   M /trunk/modules/gui/skins2/utils/var_bool.hpp
   M /trunk/modules/gui/skins2/utils/var_list.cpp
   M /trunk/modules/gui/skins2/utils/var_list.hpp
   M /trunk/modules/gui/skins2/utils/var_percent.cpp
   M /trunk/modules/gui/skins2/utils/var_percent.hpp
   M /trunk/modules/gui/skins2/utils/var_text.cpp
   M /trunk/modules/gui/skins2/utils/var_text.hpp
   M /trunk/modules/gui/skins2/utils/var_tree.cpp
   M /trunk/modules/gui/skins2/utils/var_tree.hpp
   M /trunk/modules/gui/skins2/utils/variable.hpp
   M /trunk/modules/gui/skins2/vars/equalizer.cpp
   M /trunk/modules/gui/skins2/vars/equalizer.hpp
   M /trunk/modules/gui/skins2/vars/playlist.cpp
   M /trunk/modules/gui/skins2/vars/playlist.hpp
   M /trunk/modules/gui/skins2/vars/playtree.cpp
   M /trunk/modules/gui/skins2/vars/playtree.hpp
   M /trunk/modules/gui/skins2/vars/time.cpp
   M /trunk/modules/gui/skins2/vars/time.hpp
   M /trunk/modules/gui/skins2/vars/volume.cpp
   M /trunk/modules/gui/skins2/vars/volume.hpp
   M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
   M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
   M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
   M /trunk/modules/gui/skins2/win32/win32_loop.hpp
   M /trunk/modules/gui/skins2/win32/win32_popup.cpp
   M /trunk/modules/gui/skins2/win32/win32_popup.hpp
   M /trunk/modules/gui/skins2/win32/win32_timer.cpp
   M /trunk/modules/gui/skins2/win32/win32_timer.hpp
   M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
   M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
   M /trunk/modules/gui/skins2/win32/win32_window.cpp
   M /trunk/modules/gui/skins2/win32/win32_window.hpp
   M /trunk/modules/gui/skins2/x11/x11_display.cpp
   M /trunk/modules/gui/skins2/x11/x11_display.hpp
   M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
   M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
   M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
   M /trunk/modules/gui/skins2/x11/x11_loop.hpp
   M /trunk/modules/gui/skins2/x11/x11_popup.cpp
   M /trunk/modules/gui/skins2/x11/x11_popup.hpp
   M /trunk/modules/gui/skins2/x11/x11_timer.cpp
   M /trunk/modules/gui/skins2/x11/x11_timer.hpp
   M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
   M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
   M /trunk/modules/gui/skins2/x11/x11_window.cpp
   M /trunk/modules/gui/skins2/x11/x11_window.hpp
   M /trunk/modules/gui/wince/dialogs.cpp
   M /trunk/modules/gui/wince/fileinfo.cpp
   M /trunk/modules/gui/wince/iteminfo.cpp
   M /trunk/modules/gui/wince/menus.cpp
   M /trunk/modules/gui/wince/messages.cpp
   M /trunk/modules/gui/wince/open.cpp
   M /trunk/modules/gui/wince/playlist.cpp
   M /trunk/modules/gui/wince/preferences.cpp
   M /trunk/modules/gui/wince/preferences_widgets.cpp
   M /trunk/modules/gui/wince/preferences_widgets.h
   M /trunk/modules/gui/wince/subtitles.cpp
   M /trunk/modules/gui/wince/timer.cpp
   M /trunk/modules/gui/wince/video.cpp
   M /trunk/modules/gui/wince/wince.h
   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/messages.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/open.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/preferences.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.h
   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/streamout.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
   M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
   M /trunk/modules/gui/wxwidgets/dialogs.cpp
   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
   M /trunk/modules/gui/wxwidgets/extrapanel.hpp
   M /trunk/modules/gui/wxwidgets/input_manager.cpp
   M /trunk/modules/gui/wxwidgets/input_manager.hpp
   M /trunk/modules/gui/wxwidgets/interface.cpp
   M /trunk/modules/gui/wxwidgets/interface.hpp
   M /trunk/modules/gui/wxwidgets/menus.cpp
   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
   M /trunk/modules/gui/wxwidgets/playlist_manager.hpp
   M /trunk/modules/gui/wxwidgets/streamdata.cpp
   M /trunk/modules/gui/wxwidgets/streamdata.h
   M /trunk/modules/gui/wxwidgets/timer.cpp
   M /trunk/modules/gui/wxwidgets/timer.hpp
   M /trunk/modules/gui/wxwidgets/video.cpp
   M /trunk/modules/gui/wxwidgets/video.hpp
   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
   M /trunk/modules/misc/dummy/aout.c
   M /trunk/modules/misc/dummy/decoder.c
   M /trunk/modules/misc/dummy/dummy.c
   M /trunk/modules/misc/dummy/dummy.h
   M /trunk/modules/misc/dummy/encoder.c
   M /trunk/modules/misc/dummy/input.c
   M /trunk/modules/misc/dummy/interface.c
   M /trunk/modules/misc/dummy/renderer.c
   M /trunk/modules/misc/dummy/vout.c
   M /trunk/modules/misc/freetype.c
   M /trunk/modules/misc/gnutls.c
   M /trunk/modules/misc/gtk_main.c
   M /trunk/modules/misc/logger.c
   M /trunk/modules/misc/memcpy/fastmemcpy.h
   M /trunk/modules/misc/memcpy/memcpy.c
   M /trunk/modules/misc/memcpy/memcpyaltivec.c
   M /trunk/modules/misc/msn.c
   M /trunk/modules/misc/network/ipv4.c
   M /trunk/modules/misc/network/ipv6.c
   M /trunk/modules/misc/playlist/export.c
   M /trunk/modules/misc/playlist/m3u.c
   M /trunk/modules/misc/playlist/old.c
   M /trunk/modules/misc/qte_main.cpp
   M /trunk/modules/misc/rtsp.c
   M /trunk/modules/misc/screensaver.c
   M /trunk/modules/misc/svg.c
   M /trunk/modules/misc/testsuite/playlist.c
   M /trunk/modules/misc/testsuite/test1.c
   M /trunk/modules/misc/testsuite/test2.cpp
   M /trunk/modules/misc/testsuite/test3.m
   M /trunk/modules/misc/testsuite/test4.c
   M /trunk/modules/misc/win32text.c
   M /trunk/modules/misc/xml/libxml.c
   M /trunk/modules/misc/xml/xtag.c
   M /trunk/modules/mux/asf.c
   M /trunk/modules/mux/avi.c
   M /trunk/modules/mux/dummy.c
   M /trunk/modules/mux/mp4.c
   M /trunk/modules/mux/mpeg/bits.h
   M /trunk/modules/mux/mpeg/csa.c
   M /trunk/modules/mux/mpeg/csa.h
   M /trunk/modules/mux/mpeg/pes.c
   M /trunk/modules/mux/mpeg/pes.h
   M /trunk/modules/mux/mpeg/ps.c
   M /trunk/modules/mux/mpeg/ts.c
   M /trunk/modules/mux/mpjpeg.c
   M /trunk/modules/mux/ogg.c
   M /trunk/modules/mux/wav.c
   M /trunk/modules/packetizer/copy.c
   M /trunk/modules/packetizer/h264.c
   M /trunk/modules/packetizer/mpeg4audio.c
   M /trunk/modules/packetizer/mpeg4video.c
   M /trunk/modules/packetizer/mpegvideo.c
   M /trunk/modules/services_discovery/bonjour.c
   M /trunk/modules/services_discovery/daap.c
   M /trunk/modules/services_discovery/hal.c
   M /trunk/modules/services_discovery/podcast.c
   M /trunk/modules/services_discovery/sap.c
   M /trunk/modules/services_discovery/shout.c
   M /trunk/modules/services_discovery/upnp.cpp
   M /trunk/modules/stream_out/bridge.c
   M /trunk/modules/stream_out/description.c
   M /trunk/modules/stream_out/display.c
   M /trunk/modules/stream_out/dummy.c
   M /trunk/modules/stream_out/duplicate.c
   M /trunk/modules/stream_out/es.c
   M /trunk/modules/stream_out/gather.c
   M /trunk/modules/stream_out/mosaic_bridge.c
   M /trunk/modules/stream_out/rtp.c
   M /trunk/modules/stream_out/standard.c
   M /trunk/modules/stream_out/switcher.c
   M /trunk/modules/stream_out/transcode.c
   M /trunk/modules/stream_out/transrate/block.c
   M /trunk/modules/stream_out/transrate/frame.c
   M /trunk/modules/stream_out/transrate/transrate.c
   M /trunk/modules/stream_out/transrate/transrate.h
   M /trunk/modules/video_chroma/i420_rgb.c
   M /trunk/modules/video_chroma/i420_rgb.h
   M /trunk/modules/video_chroma/i420_rgb16.c
   M /trunk/modules/video_chroma/i420_rgb8.c
   M /trunk/modules/video_chroma/i420_rgb_c.h
   M /trunk/modules/video_chroma/i420_rgb_mmx.h
   M /trunk/modules/video_chroma/i420_ymga.c
   M /trunk/modules/video_chroma/i420_yuy2.c
   M /trunk/modules/video_chroma/i420_yuy2.h
   M /trunk/modules/video_chroma/i422_yuy2.c
   M /trunk/modules/video_chroma/i422_yuy2.h
   M /trunk/modules/video_filter/adjust.c
   M /trunk/modules/video_filter/blend.c
   M /trunk/modules/video_filter/clone.c
   M /trunk/modules/video_filter/crop.c
   M /trunk/modules/video_filter/deinterlace.c
   M /trunk/modules/video_filter/distort.c
   M /trunk/modules/video_filter/filter_common.h
   M /trunk/modules/video_filter/invert.c
   M /trunk/modules/video_filter/logo.c
   M /trunk/modules/video_filter/magnify.c
   M /trunk/modules/video_filter/marq.c
   M /trunk/modules/video_filter/mosaic.c
   M /trunk/modules/video_filter/mosaic.h
   M /trunk/modules/video_filter/motionblur.c
   M /trunk/modules/video_filter/motiondetect.c
   M /trunk/modules/video_filter/osdmenu.c
   M /trunk/modules/video_filter/rss.c
   M /trunk/modules/video_filter/rv32.c
   M /trunk/modules/video_filter/scale.c
   M /trunk/modules/video_filter/swscale/common.h
   M /trunk/modules/video_filter/swscale/filter.c
   M /trunk/modules/video_filter/time.c
   M /trunk/modules/video_filter/transform.c
   M /trunk/modules/video_filter/wall.c
   M /trunk/modules/video_output/aa.c
   M /trunk/modules/video_output/caca.c
   M /trunk/modules/video_output/directfb.c
   M /trunk/modules/video_output/directx/directx.c
   M /trunk/modules/video_output/directx/events.c
   M /trunk/modules/video_output/directx/glwin32.c
   M /trunk/modules/video_output/directx/vout.h
   M /trunk/modules/video_output/fb.c
   M /trunk/modules/video_output/ggi.c
   M /trunk/modules/video_output/glide.c
   M /trunk/modules/video_output/hd1000v.cpp
   M /trunk/modules/video_output/image.c
   M /trunk/modules/video_output/mga.c
   M /trunk/modules/video_output/opengl.c
   M /trunk/modules/video_output/qte/qte.cpp
   M /trunk/modules/video_output/qte/qte.h
   M /trunk/modules/video_output/sdl.c
   M /trunk/modules/video_output/snapshot.c
   M /trunk/modules/video_output/svgalib.c
   M /trunk/modules/video_output/wingdi.c
   M /trunk/modules/video_output/x11/glx.c
   M /trunk/modules/video_output/x11/x11.c
   M /trunk/modules/video_output/x11/xcommon.c
   M /trunk/modules/video_output/x11/xcommon.h
   M /trunk/modules/video_output/x11/xvideo.c
   M /trunk/modules/visualization/galaktos/PCM.c
   M /trunk/modules/visualization/galaktos/beat_detect.c
   M /trunk/modules/visualization/galaktos/builtin_funcs.c
   M /trunk/modules/visualization/galaktos/custom_shape.c
   M /trunk/modules/visualization/galaktos/custom_wave.c
   M /trunk/modules/visualization/galaktos/engine_vars.c
   M /trunk/modules/visualization/galaktos/eval.c
   M /trunk/modules/visualization/galaktos/fftsg.c
   M /trunk/modules/visualization/galaktos/init_cond.c
   M /trunk/modules/visualization/galaktos/main.c
   M /trunk/modules/visualization/galaktos/main.h
   M /trunk/modules/visualization/galaktos/param.c
   M /trunk/modules/visualization/galaktos/parser.c
   M /trunk/modules/visualization/galaktos/per_frame_eqn.c
   M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
   M /trunk/modules/visualization/galaktos/plugin.c
   M /trunk/modules/visualization/galaktos/plugin.h
   M /trunk/modules/visualization/galaktos/preset.c
   M /trunk/modules/visualization/galaktos/splaytree.c
   M /trunk/modules/visualization/galaktos/tree_types.c
   M /trunk/modules/visualization/galaktos/video_init.c
   M /trunk/modules/visualization/goom.c
   M /trunk/modules/visualization/visual/effects.c
   M /trunk/modules/visualization/visual/fft.c
   M /trunk/modules/visualization/visual/fft.h
   M /trunk/modules/visualization/visual/visual.c
   M /trunk/modules/visualization/visual/visual.h
   M /trunk/modules/visualization/xosd.c
   M /trunk/mozilla/vlcpeer.cpp
   M /trunk/mozilla/vlcpeer.h
   M /trunk/mozilla/vlcplugin.cpp
   M /trunk/mozilla/vlcplugin.h
   M /trunk/mozilla/vlcshell.cpp
   M /trunk/msvc/modules_builtin_msvc.h
   M /trunk/share/http/functions.js
   M /trunk/share/http/index.html
   M /trunk/share/http/requests/browse.xml
   M /trunk/share/http/requests/playlist.xml
   M /trunk/share/http/requests/status.xml
   M /trunk/share/http/style.css
   M /trunk/src/audio_output/common.c
   M /trunk/src/audio_output/dec.c
   M /trunk/src/audio_output/filters.c
   M /trunk/src/audio_output/input.c
   M /trunk/src/audio_output/intf.c
   M /trunk/src/audio_output/mixer.c
   M /trunk/src/audio_output/output.c
   M /trunk/src/control/core.c
   M /trunk/src/control/input.c
   M /trunk/src/control/mediacontrol_audio_video.c
   M /trunk/src/control/mediacontrol_core.c
   M /trunk/src/control/mediacontrol_util.c
   M /trunk/src/control/playlist.c
   M /trunk/src/extras/libc.c
   M /trunk/src/input/access.c
   M /trunk/src/input/clock.c
   M /trunk/src/input/control.c
   M /trunk/src/input/decoder.c
   M /trunk/src/input/demux.c
   M /trunk/src/input/es_out.c
   M /trunk/src/input/input.c
   M /trunk/src/input/input_internal.h
   M /trunk/src/input/mem_stream.c
   M /trunk/src/input/stream.c
   M /trunk/src/input/subtitles.c
   M /trunk/src/input/var.c
   M /trunk/src/interface/interaction.c
   M /trunk/src/interface/interface.c
   M /trunk/src/interface/intf_eject.c
   M /trunk/src/libvlc.c
   M /trunk/src/libvlc.h
   M /trunk/src/misc/beos_specific.cpp
   M /trunk/src/misc/block.c
   M /trunk/src/misc/charset.c
   M /trunk/src/misc/configuration.c
   M /trunk/src/misc/cpu.c
   M /trunk/src/misc/darwin_specific.m
   M /trunk/src/misc/error.c
   M /trunk/src/misc/image.c
   M /trunk/src/misc/iso-639_def.h
   M /trunk/src/misc/iso_lang.c
   M /trunk/src/misc/md5.c
   M /trunk/src/misc/messages.c
   M /trunk/src/misc/modules.c
   M /trunk/src/misc/modules_builtin.h.in
   M /trunk/src/misc/mtime.c
   M /trunk/src/misc/objects.c
   M /trunk/src/misc/stats.c
   M /trunk/src/misc/threads.c
   M /trunk/src/misc/unicode.c
   M /trunk/src/misc/variables.c
   M /trunk/src/misc/vlm.c
   M /trunk/src/misc/win32_specific.c
   M /trunk/src/misc/xml.c
   M /trunk/src/network/acl.c
   M /trunk/src/network/getaddrinfo.c
   M /trunk/src/network/httpd.c
   M /trunk/src/network/io.c
   M /trunk/src/network/rootwrap.c
   M /trunk/src/network/tcp.c
   M /trunk/src/network/tls.c
   M /trunk/src/network/udp.c
   M /trunk/src/osd/osd.c
   M /trunk/src/osd/osd_parser.c
   M /trunk/src/osd/osd_text.c
   M /trunk/src/osd/osd_widgets.c
   M /trunk/src/playlist/item-ext.c
   M /trunk/src/playlist/item.c
   M /trunk/src/playlist/loadsave.c
   M /trunk/src/playlist/playlist.c
   M /trunk/src/playlist/services_discovery.c
   M /trunk/src/playlist/sort.c
   M /trunk/src/playlist/view.c
   M /trunk/src/stream_output/announce.c
   M /trunk/src/stream_output/sap.c
   M /trunk/src/stream_output/stream_output.c
   M /trunk/src/video_output/video_output.c
   M /trunk/src/video_output/video_text.c
   M /trunk/src/video_output/video_widgets.c
   M /trunk/src/video_output/vout_intf.c
   M /trunk/src/video_output/vout_pictures.c
   M /trunk/src/video_output/vout_pictures.h
   M /trunk/src/video_output/vout_subpictures.c
   M /trunk/src/video_output/vout_synchro.c
   M /trunk/src/vlc.c
   M /trunk/vlc-api.pl

FSF address change.

------------------------------------------------------------------------
r13904 | zorglub | 2006-01-12 22:21:36 +0100 (Thu, 12 Jan 2006) | 3 lines
Changed paths:
   M /trunk/include/vlc_messages.h
   M /trunk/include/vlc_symbols.h
   M /trunk/src/input/input.c
   M /trunk/src/input/stream.c
   M /trunk/src/misc/stats.c
   M /trunk/src/playlist/playlist.c

Support for moving averages (Refs:#473)
Get input bitrate

------------------------------------------------------------------------
r13903 | jpsaman | 2006-01-12 22:06:07 +0100 (Thu, 12 Jan 2006) | 5 lines
Changed paths:
   M /trunk/modules/access/dshow/dshow.cpp

Patch by Paul Sokolovsky <pmsicml _AT_ gmail _dot_ com>.

Remove unconditionally enforcing of "preferred" media type upon the capture devices. Some devices don't handle this properly, which often results in a BSOD. By not setting a preferred media type the problem dissappears. Please check this with other type of devices for any regression.


------------------------------------------------------------------------
r13902 | dionoea | 2006-01-12 17:08:50 +0100 (Thu, 12 Jan 2006) | 9 lines
Changed paths:
   M /trunk/src/libvlc.h
   M /trunk/vlc.win32.nsi

one-instance fix. It now is disabled in vlc prefs but all windows action
(like double clicking on a file or disc) use the --one-instance option.

People used to running 10 instances of VLC at once should now be able
to do so. Normal people used to running other media players should now
get the behavior they expect (ie: not open 10 different VLCs when double
clicking on 10 mp3s)


------------------------------------------------------------------------
r13901 | zorglub | 2006-01-12 00:26:53 +0100 (Thu, 12 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/messages.c

Fix a corner case

------------------------------------------------------------------------
r13900 | xtophe | 2006-01-11 23:30:31 +0100 (Wed, 11 Jan 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/Makefile

Fix the package-win32 target

------------------------------------------------------------------------
r13899 | courmisch | 2006-01-11 22:13:50 +0100 (Wed, 11 Jan 2006) | 3 lines
Changed paths:
   M /trunk/configure.ac

Dirty check for the XML parser used by CyberLink (closes #451)
(if only we had a cleaner UPnP stack)

------------------------------------------------------------------------
r13898 | asmax | 2006-01-11 21:47:45 +0100 (Wed, 11 Jan 2006) | 3 lines
Changed paths:
   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
   M /trunk/modules/gui/skins2/parser/builder.cpp

* builder.cpp: the "visible" attribute is now taken into account for all images
* ctrl_checkbox.cpp: animated bitmaps are now supported in checkbox controls

------------------------------------------------------------------------
r13897 | zorglub | 2006-01-11 21:00:58 +0100 (Wed, 11 Jan 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_input.h
   M /trunk/include/vlc_messages.h
   M /trunk/include/vlc_symbols.h
   M /trunk/src/input/input.c
   M /trunk/src/input/stream.c
   M /trunk/src/misc/stats.c
   M /trunk/src/playlist/item.c
   M /trunk/src/playlist/playlist.c

Misc stats work (Refs:#473)

------------------------------------------------------------------------
r13896 | sigmunau | 2006-01-11 15:32:43 +0100 (Wed, 11 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/vlm.c

vlm.c: Print an error message about what went wrong during vlm-conf loading

------------------------------------------------------------------------
r13895 | oaubert | 2006-01-11 14:02:54 +0100 (Wed, 11 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/control/mediacontrol_audio_video.c

mediacontrol_audio_video.c: use the new snapshot-path functionality

------------------------------------------------------------------------
r13894 | oaubert | 2006-01-11 14:01:50 +0100 (Wed, 11 Jan 2006) | 4 lines
Changed paths:
   M /trunk/src/video_output/vout_intf.c

vout_intf.c: special snapshot-path (object:NNNN) will put the snapshot
 into the p_private attribute of the vlc_object(NNNN). Used by embedding
 applications.

------------------------------------------------------------------------
r13893 | xtophe | 2006-01-11 13:58:26 +0100 (Wed, 11 Jan 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch

Small whitespace fix

------------------------------------------------------------------------
r13892 | xtophe | 2006-01-11 10:23:31 +0100 (Wed, 11 Jan 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/src/Makefile

Don't use portaudio by default until it get fixed

------------------------------------------------------------------------
r13891 | dionoea | 2006-01-10 23:47:27 +0100 (Tue, 10 Jan 2006) | 5 lines
Changed paths:
   M /trunk/src/libvlc.h

default enable one instance mode on windows. the 0.1% of users wanting
several VLC instances at once should be able to disable this option in
the prefs.


------------------------------------------------------------------------
r13890 | hartman | 2006-01-10 23:40:29 +0100 (Tue, 10 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/video_output/vout_intf.c

* Add 16:10 AR to the list of aspect-ratios. (In use by WXGA screens)

------------------------------------------------------------------------
r13889 | oaubert | 2006-01-10 10:52:34 +0100 (Tue, 10 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/corba/Modules.am

Modules.am: src/control/plugin.c is now src/control/mediacontrol_plugin.c

------------------------------------------------------------------------
r13888 | dionoea | 2006-01-10 01:26:35 +0100 (Tue, 10 Jan 2006) | 2 lines
Changed paths:
   M /trunk/po/POTFILES.in
   M /trunk/po/ca.po
   M /trunk/po/da.po
   M /trunk/po/de.po
   M /trunk/po/en_GB.po
   M /trunk/po/es.po
   M /trunk/po/fr.po
   M /trunk/po/it.po
   M /trunk/po/ja.po
   M /trunk/po/ka.po
   M /trunk/po/ko.po
   M /trunk/po/nl.po
   M /trunk/po/oc.po
   M /trunk/po/pt_BR.po
   M /trunk/po/ro.po
   M /trunk/po/ru.po
   M /trunk/po/sv.po
   M /trunk/po/tr.po
   M /trunk/po/vlc.pot
   M /trunk/po/zh_CN.po
   M /trunk/po/zh_TW.po

make update-po . This hopefully fixes make dist

------------------------------------------------------------------------
r13887 | dionoea | 2006-01-10 00:39:47 +0100 (Tue, 10 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/control/corba/Modules.am

../../src/control/plugin.c doesn't exist anymore (this should fix make dist)

------------------------------------------------------------------------
r13886 | dionoea | 2006-01-09 23:04:18 +0100 (Mon, 09 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/libvlc.h

oops

------------------------------------------------------------------------
r13885 | dionoea | 2006-01-09 23:01:57 +0100 (Mon, 09 Jan 2006) | 2 lines
Changed paths:
   M /trunk/THANKS
   A /trunk/po/oc.po
   M /trunk/src/libvlc.h
   M /trunk/src/misc/darwin_specific.m

Occitan localization. Many thanks to laurent jonqueres

------------------------------------------------------------------------
r13884 | xtophe | 2006-01-09 21:57:53 +0100 (Mon, 09 Jan 2006) | 2 lines
Changed paths:
   M /trunk/THANKS
   M /trunk/configure.ac
   A /trunk/po/ka.po
   M /trunk/src/libvlc.h
   M /trunk/src/misc/darwin_specific.m

Add Georgian localization. Thanks to Alexander Didebulidze.

------------------------------------------------------------------------
r13883 | asmax | 2006-01-08 22:16:49 +0100 (Sun, 08 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/audio_output/jack.c

* jack.c: better handling of buffer underruns

------------------------------------------------------------------------
r13882 | asmax | 2006-01-08 21:53:51 +0100 (Sun, 08 Jan 2006) | 2 lines
Changed paths:
   M /trunk/build-vlc
   M /trunk/config.in
   M /trunk/configure.ac
   M /trunk/modules/audio_output/Modules.am
   A /trunk/modules/audio_output/jack.c

* New audio output module to support the JACK Audio Connection Kit

------------------------------------------------------------------------
r13881 | zorglub | 2006-01-08 17:32:33 +0100 (Sun, 08 Jan 2006) | 3 lines
Changed paths:
   M /trunk/Makefile.am
   M /trunk/bindings/python/setup.py
   M /trunk/bindings/python/vlcglue.h
   A /trunk/include/libvlc_internal.h
   A /trunk/include/mediacontrol_internal.h (from /branches/0.8.5-api/include/mediacontrol_internal.h:13843)
   D /trunk/include/vlc/control.h
   D /trunk/include/vlc/control_structures.h
   A /trunk/include/vlc/libvlc.h
   A /trunk/include/vlc/mediacontrol.h
   A /trunk/include/vlc/mediacontrol_structures.h (from /branches/0.8.5-api/include/vlc/mediacontrol_structures.h:13843)
   M /trunk/include/vlc/vlc.h
   M /trunk/include/vlc_common.h
   D /trunk/include/vlc_control.h
   D /trunk/src/control/audio_video.c
   M /trunk/src/control/core.c
   D /trunk/src/control/init.c
   A /trunk/src/control/input.c (from /branches/0.8.5-api/src/control/input.c:13845)
   A /trunk/src/control/mediacontrol_audio_video.c (from /branches/0.8.5-api/src/control/mediacontrol_audio_video.c:13843)
   A /trunk/src/control/mediacontrol_core.c (from /branches/0.8.5-api/src/control/mediacontrol_core.c:13843)
   A /trunk/src/control/mediacontrol_init.c (from /branches/0.8.5-api/src/control/mediacontrol_init.c:13843)
   A /trunk/src/control/mediacontrol_plugin.c (from /branches/0.8.5-api/src/control/mediacontrol_plugin.c:13843)
   A /trunk/src/control/mediacontrol_util.c (from /branches/0.8.5-api/src/control/mediacontrol_util.c:13843)
   A /trunk/src/control/playlist.c (from /branches/0.8.5-api/src/control/playlist.c:13843)
   D /trunk/src/control/plugin.c
   D /trunk/src/control/util.c
   M /trunk/src/misc/stats.c
   A /trunk/test/libvlc_sample.c

Merge 0.8.5-api changes
Fix compilation

------------------------------------------------------------------------
r13880 | zorglub | 2006-01-08 16:50:35 +0100 (Sun, 08 Jan 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_messages.h

Lalala

------------------------------------------------------------------------
r13879 | zorglub | 2006-01-08 16:48:41 +0100 (Sun, 08 Jan 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_messages.h
   M /trunk/src/input/decoder.c
   M /trunk/src/input/input.c
   M /trunk/src/input/stream.c
   M /trunk/src/libvlc.c
   M /trunk/src/misc/stats.c
   M /trunk/src/network/httpd.c
   M /trunk/src/video_output/video_output.c

Some more stats preliminary work

------------------------------------------------------------------------
r13878 | hartman | 2006-01-08 02:32:50 +0100 (Sun, 08 Jan 2006) | 5 lines
Changed paths:
   M /trunk/modules/audio_output/auhal.c

* auhal.c:
  - fix last bugs with SPDIF stream selection
  - code and debug cleanup
  - added more comments to clearify the code, so it is useful to others :D

------------------------------------------------------------------------
r13877 | hartman | 2006-01-08 00:08:42 +0100 (Sun, 08 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/access/file.c

* Compile fix for OSes without F_RDAHEAD and F_NOCACHE

------------------------------------------------------------------------
r13876 | hartman | 2006-01-07 23:01:17 +0100 (Sat, 07 Jan 2006) | 3 lines
Changed paths:
   M /trunk/modules/access/file.c

* Set FD_RDAHEAD and FD_NOCACHE on when reading from files. improves reading from networkshares and VMEM usage.
  Suggested by Marko Karppinen.

------------------------------------------------------------------------
r13875 | xtophe | 2006-01-07 17:21:47 +0100 (Sat, 07 Jan 2006) | 2 lines
Changed paths:
   M /trunk/extras/contrib/Makefile

Add a package-win32 target

------------------------------------------------------------------------
r13874 | sam | 2006-01-06 16:16:25 +0100 (Fri, 06 Jan 2006) | 2 lines
Changed paths:
   M /trunk/doc/fortunes.txt

  fortune.

------------------------------------------------------------------------
r13873 | damienf | 2006-01-06 13:31:19 +0100 (Fri, 06 Jan 2006) | 3 lines
Changed paths:
   M /trunk/extras/contrib/src/Patches/dvdnav.patch
   M /trunk/modules/access/dvdnav.c

dvdnav.patch: changed code that read DVD title to use dvdread APIs, so that WIN32 and non-unix platforms can also read it
dvdnav.c: add DVD title to meta information

------------------------------------------------------------------------
r13872 | xtophe | 2006-01-06 10:37:13 +0100 (Fri, 06 Jan 2006) | 2 lines
Changed paths:
   M /trunk/doc/Doxyfile
   M /trunk/doc/Doxyfile.skins2

Produce include graphs.

------------------------------------------------------------------------
r13871 | xtophe | 2006-01-05 23:53:46 +0100 (Thu, 05 Jan 2006) | 2 lines
Changed paths:
   D /trunk/extras/contrib/src/Patches/goom2k4-0-win32.patch.bak

this file was here by error

------------------------------------------------------------------------
r13870 | damienf | 2006-01-05 23:48:30 +0100 (Thu, 05 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/video_output/directx/directx.c

directx.c: some improvement on overlay initial grey flickering

------------------------------------------------------------------------
r13869 | zorglub | 2006-01-05 22:56:34 +0100 (Thu, 05 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/stats.c

Remove extra debug

------------------------------------------------------------------------
r13868 | damienf | 2006-01-05 22:33:20 +0100 (Thu, 05 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/misc/messages.c

messages.c: message bank lock is still in use and still needs initializing :)

------------------------------------------------------------------------
r13867 | damienf | 2006-01-05 18:13:19 +0100 (Thu, 05 Jan 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

configure.ac: fix previous commit when mozilla is not available

------------------------------------------------------------------------
r13866 | damienf | 2006-01-05 18:03:12 +0100 (Thu, 05 Jan 2006) | 2 lines
Changed paths:
   M /trunk/configure.ac

configure.ac: updated for version 1.7 of gecko-sdk (only tested on cygwin)

------------------------------------------------------------------------
r13865 | hartman | 2006-01-05 02:56:12 +0100 (Thu, 05 Jan 2006) | 1 line
Changed paths:
   M /trunk/src/misc/messages.c

More message queue WinCE fixes
------------------------------------------------------------------------
r13864 | hartman | 2006-01-05 02:01:30 +0100 (Thu, 05 Jan 2006) | 1 line
Changed paths:
   M /trunk/src/misc/messages.c

message queues WinCE compile fix
------------------------------------------------------------------------
r13863 | hartman | 2006-01-05 00:34:52 +0100 (Thu, 05 Jan 2006) | 1 line
Changed paths:
   M /trunk/modules/demux/mkv.cpp

Another message queue compile fix
------------------------------------------------------------------------
r13862 | zorglub | 2006-01-05 00:22:24 +0100 (Thu, 05 Jan 2006) | 2 lines
Changed paths:
   M /trunk/include/vlc_messages.h

Forgot this file

------------------------------------------------------------------------
r13861 | zorglub | 2006-01-05 00:11:33 +0100 (Thu, 05 Jan 2006) | 2 lines
Changed paths:
   M /trunk/modules/codec/ffmpeg/ffmpeg.c

compile fix

------------------------------------------------------------------------
r13860 | hartman | 2006-01-05 00:02:44 +0100 (Thu, 05 Jan 2006) | 4 lines
Changed paths:
   M /trunk/configure.ac

* I actually read the doc on AC_ARG_WITH this time :D
  this and [13857] [13858] refs #182


------------------------------------------------------------------------
r13859 | zorglub | 2006-01-04 23:29:53 +0100 (Wed, 04 Jan 2006) | 3 lines
Changed paths:
   M /trunk/Makefile.am
   M /trunk/include/vlc_common.h
   M /trunk/include/vlc_messages.h
   M /trunk/include/vlc_objects.h
   M /trunk/include/vlc_symbols.h
   M /trunk/modules/gui/beos/MessagesWindow.cpp
   M /trunk/modules/gui/macosx/intf.m
   M /trunk/modules/gui/ncurses.c
   M /trunk/modules/gui/skins2/src/skin_main.cpp
   M /trunk/modules/gui/wince/wince.cpp
   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
   M /trunk/modules/misc/logger.c
   M /trunk/src/misc/messages.c
   M /trunk/src/misc/objects.c
   A /trunk/src/misc/stats.c
   M /trunk/src/network/httpd.c

Add support for several message queues - please test
Initial support for registering and handling some shared stats 

------------------------------------------------------------------------
r13858 | hartman | 2006-01-04 23:24:20 +0100 (Wed, 04 Jan 2006) | 1 line
Changed paths:
   M /trunk/configure.ac

Fix the Mac OS X SDK configure check
------------------------------------------------------------------------
r13857 | hartman | 2006-01-04 22:53:52 +0100 (Wed, 04 Jan 2006) | 8 lines
Changed paths:
   M /trunk/Makefile.am
   M /trunk/configure.ac
   D /trunk/extras/MacOSX/macosx-dmg

* Simpler way to create the diskimage (10.3 and higher only)
* realigning of some of the configure --help options
* added --with-macosx-sdk
  - compiles VLC (not contrib) with the 10.3.9 SDK
  - uses a small hack to enforce the deployment target when you do make in the srcdir
  - requires you to use gcc 4.0 on on Mac OS X 10.4


------------------------------------------------------------------------
r13856 | jpsaman | 2006-01-03 22:33:55 +0100 (Tue, 03 Jan 2006) | 1 line
Changed paths:
   M /trunk/share/osdmenu/default.cfg
   M /trunk/share/osdmenu/dvd.cfg

Forward/Backward jump is set to jump-medium
------------------------------------------------------------------------
r13855 | zorglub | 2006-01-03 21:29:02 +0100 (Tue, 03 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/input/input.c

Fix invalid return

------------------------------------------------------------------------
r13854 | xtophe | 2006-01-03 17:37:05 +0100 (Tue, 03 Jan 2006) | 2 lines
Changed paths:
   M /trunk/Makefile.am

Missing headder in tarball

------------------------------------------------------------------------
r13853 | xtophe | 2006-01-03 16:16:01 +0100 (Tue, 03 Jan 2006) | 2 lines
Changed paths:
   M /trunk/src/libvlc.h

Typo

------------------------------------------------------------------------
r13852 | fkuehne | 2006-01-03 13:50:15 +0100 (Tue, 03 Jan 2006) | 1 line
Changed paths:
   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
   M /trunk/modules/gui/macosx/wizard.m

* added RTP uni-/multicast to the wizard
------------------------------------------------------------------------
r13851 | fkuehne | 2006-01-02 19:25:01 +0100 (Mon, 02 Jan 2006) | 1 line
Changed paths:
   M /trunk/modules/video_output/image.c

* fixed preferences
------------------------------------------------------------------------
r13850 | sam | 2006-01-02 11:52:50 +0100 (Mon, 02 Jan 2006) | 4 lines
Changed paths:
   M /trunk/modules/video_output/image.c

  * modules/video_output/image.c:
    + Implemented support for --image-out-format.
    + Added support for JPEG output. Still defaults to PNG.

------------------------------------------------------------------------
r13849 | sam | 2006-01-02 11:41:38 +0100 (Mon, 02 Jan 2006) | 3 lines
Changed paths:
   M /trunk/src/video_output/video_output.c

  * src/video_output/video_output.c: do not drop late frames at the video
    output level when --no-skip-frames was specified.

------------------------------------------------------------------------
r13848 | courmisch | 2006-01-02 11:06:36 +0100 (Mon, 02 Jan 2006) | 2 lines
Changed paths:
   M /trunk/po/fr.po

Fix spelling error

------------------------------------------------------------------------
r13847 | sam | 2006-01-02 10:01:27 +0100 (Mon, 02 Jan 2006) | 3 lines
Changed paths:
   M /trunk/src/misc/image.c

  * src/misc/image.c: don't forget to free the temporary pictures or we'll
    rapidly leak gigabytes of memory.

------------------------------------------------------------------------
r13842 | zorglub | 2006-01-01 14:39:21 +0100 (Sun, 01 Jan 2006) | 2 lines
Changed paths:
   M /trunk/extras/make.pl

Improve output

------------------------------------------------------------------------
r13841 | hartman | 2005-12-31 16:05:12 +0100 (Sat, 31 Dec 2005) | 1 line
Changed paths:
   M /trunk/src/input/stream.c

Fix an issue with AStreamRefillStream and mp4 indexes
------------------------------------------------------------------------
