1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00
vlc/ChangeLog
Clément Stenac 8b23199574 Forgot this
2006-03-10 07:20:41 +00:00

9037 lines
346 KiB
Plaintext

------------------------------------------------------------------------
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
------------------------------------------------------------------------