]> git.sesse.net Git - vlc/log
vlc
18 years agoHACKING: Add a note about the module cache and vlc --list
Christophe Mutricy [Tue, 7 Mar 2006 13:30:27 +0000 (13:30 +0000)]
HACKING: Add a note about the module cache and vlc --list

18 years agoMakefile: don't forget to chmod a+x gecko-sdk/bin/*
Damien Fouilleul [Tue, 7 Mar 2006 12:22:19 +0000 (12:22 +0000)]
Makefile: don't forget to chmod a+x gecko-sdk/bin/*

18 years agoall: updating mozilla SDK for cygwin builds
Damien Fouilleul [Tue, 7 Mar 2006 12:15:06 +0000 (12:15 +0000)]
all: updating mozilla SDK for cygwin builds

18 years agoffmpeg-cvs-mactel.patch: Mangle patch was applied upstream
Christophe Mutricy [Tue, 7 Mar 2006 10:29:41 +0000 (10:29 +0000)]
ffmpeg-cvs-mactel.patch: Mangle patch was applied upstream

18 years agoAdd link to online documentation in VLC manpage
Antoine Cellerier [Mon, 6 Mar 2006 18:55:39 +0000 (18:55 +0000)]
Add link to online documentation in VLC manpage

18 years ago * extras/contrib/src/Makefile: build libx264.a in PIC mode on OS X x86.
Sam Hocevar [Mon, 6 Mar 2006 17:51:43 +0000 (17:51 +0000)]
  * extras/contrib/src/Makefile: build libx264.a in PIC mode on OS X x86.

18 years agoMakefile: fix for MacIntel package build
Damien Fouilleul [Mon, 6 Mar 2006 16:06:41 +0000 (16:06 +0000)]
Makefile: fix for MacIntel package build

18 years agoWxWidgets: use wraptext in UTF-8 mode as that is the codeset for gettext
Rémi Denis-Courmont [Mon, 6 Mar 2006 10:25:12 +0000 (10:25 +0000)]
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()

18 years agoAdd extra Win32-specific debug (refs #538)
Rémi Denis-Courmont [Mon, 6 Mar 2006 10:23:37 +0000 (10:23 +0000)]
Add extra Win32-specific debug (refs #538)

18 years agosrc/Makefile: make distcheck happy
Christophe Mutricy [Mon, 6 Mar 2006 09:42:01 +0000 (09:42 +0000)]
src/Makefile: make distcheck happy

18 years agoextras/contrib/src/Makefile: cleaned up INSTALL_NAME macro for MacOS X: all the dylib...
Damien Fouilleul [Sun, 5 Mar 2006 23:49:52 +0000 (23:49 +0000)]
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

18 years agoconfigure.ac: use the gecko-sdk in the contrib
Christophe Mutricy [Sun, 5 Mar 2006 20:08:16 +0000 (20:08 +0000)]
configure.ac: use the gecko-sdk in the contrib

18 years agocontrib/Makefile: Don't put 2 include
Christophe Mutricy [Sun, 5 Mar 2006 19:37:21 +0000 (19:37 +0000)]
contrib/Makefile: Don't put 2 include

18 years agoAdd some news
Clément Stenac [Sun, 5 Mar 2006 19:05:07 +0000 (19:05 +0000)]
Add some news

18 years agocontrib/Makefile: dereference the symlink. a better solution would be to transform...
Christophe Mutricy [Sun, 5 Mar 2006 17:44:04 +0000 (17:44 +0000)]
contrib/Makefile: dereference the symlink. a better solution would be to transform the absolute one to relative.

18 years agoUpdate x264 patch.
Christophe Mutricy [Sun, 5 Mar 2006 16:43:37 +0000 (16:43 +0000)]
Update x264 patch.

18 years ago* make sure that the timer which is updating the stats-tab is stopped when the panel...
Felix Paul Kühne [Sun, 5 Mar 2006 16:41:18 +0000 (16:41 +0000)]
* 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

18 years agoSelect item after deleting items from the playlist with KEY_DEL.
Antoine Cellerier [Sun, 5 Mar 2006 15:47:17 +0000 (15:47 +0000)]
Select item after deleting items from the playlist with KEY_DEL.

18 years ago* don't show the statistics-tab if the stats aren't enabled
Felix Paul Kühne [Sun, 5 Mar 2006 15:42:51 +0000 (15:42 +0000)]
* don't show the statistics-tab if the stats aren't enabled

18 years agoDon't call textdomain - it is not only useless but harmful (refs #581)
Rémi Denis-Courmont [Sun, 5 Mar 2006 15:34:21 +0000 (15:34 +0000)]
Don't call textdomain - it is not only useless but harmful (refs #581)

18 years agoctrl_tree.cpp: fix selection bug (when pressing KEY_DOWN if the selected item was...
Antoine Cellerier [Sun, 5 Mar 2006 15:33:02 +0000 (15:33 +0000)]
ctrl_tree.cpp: fix selection bug (when pressing KEY_DOWN if the selected item was the last visible tree item)
playtree.hpp: cosmetics

18 years ago- Call dgettext directly with shared libvlc and libtool
Rémi Denis-Courmont [Sun, 5 Mar 2006 15:32:49 +0000 (15:32 +0000)]
- Call dgettext directly with shared libvlc and libtool
- Remove vlc_dcgettext in those cases

18 years agoAdd some “const”s
Rémi Denis-Courmont [Sun, 5 Mar 2006 15:32:01 +0000 (15:32 +0000)]
Add some “const”s

18 years agoFix some warnings
Rémi Denis-Courmont [Sun, 5 Mar 2006 15:29:52 +0000 (15:29 +0000)]
Fix some warnings

18 years agoWe won't need to warn ECP about releases now.
Antoine Cellerier [Sun, 5 Mar 2006 14:58:31 +0000 (14:58 +0000)]
We won't need to warn ECP about releases now.

18 years agoFix build on Mac (i hope)
Antoine Cellerier [Sun, 5 Mar 2006 14:37:35 +0000 (14:37 +0000)]
Fix build on Mac (i hope)

18 years agoremove now useless x509-ca-bundle option
Rémi Denis-Courmont [Sun, 5 Mar 2006 11:36:59 +0000 (11:36 +0000)]
remove now useless x509-ca-bundle option

18 years agoLook for Root CA certificates in VLC data dir
Rémi Denis-Courmont [Sun, 5 Mar 2006 11:28:28 +0000 (11:28 +0000)]
Look for Root CA certificates in VLC data dir

18 years agoWe can now DnD a file everywhere on the playlist dialog. Droping above the tree will...
Antoine Cellerier [Sun, 5 Mar 2006 11:24:59 +0000 (11:24 +0000)]
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.

18 years agoRemove uneeded include (since playlist DnD is now different from the main controler...
Antoine Cellerier [Sun, 5 Mar 2006 11:16:23 +0000 (11:16 +0000)]
Remove uneeded include (since playlist DnD is now different from the main controler's DnD)

18 years agoconfig_GetDataDir(): returns path to VLC installed shared data
Rémi Denis-Courmont [Sun, 5 Mar 2006 11:10:34 +0000 (11:10 +0000)]
config_GetDataDir(): returns path to VLC installed shared data

18 years agoFix compilation AGAIN
Rémi Denis-Courmont [Sun, 5 Mar 2006 09:04:07 +0000 (09:04 +0000)]
Fix compilation AGAIN

18 years agofileinfo.*: I should lean C++
Christophe Mutricy [Sat, 4 Mar 2006 22:53:51 +0000 (22:53 +0000)]
fileinfo.*: I should lean C++

18 years agoplaylist.cpp, playlist.hpp: fix segfault when destroying playlist drop target (and...
Antoine Cellerier [Sat, 4 Mar 2006 22:48:20 +0000 (22:48 +0000)]
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

18 years agoFix node insertion. Thanks to zorglub.
Antoine Cellerier [Sat, 4 Mar 2006 22:06:08 +0000 (22:06 +0000)]
Fix node insertion. Thanks to zorglub.

18 years agoFix off by one bugs
Rémi Denis-Courmont [Sat, 4 Mar 2006 22:05:10 +0000 (22:05 +0000)]
Fix off by one bugs

18 years agodialogs/playlist.*: Add File Drop in playlist handling. (Still needs to include courm...
Antoine Cellerier [Sat, 4 Mar 2006 21:52:53 +0000 (21:52 +0000)]
dialogs/playlist.*: Add File Drop in playlist handling. (Still needs to include courmisch's wx encoding fix when the fix gets fixed)

18 years agoCoding Style fixes
Jean-Paul Saman [Sat, 4 Mar 2006 21:17:25 +0000 (21:17 +0000)]
Coding Style fixes

18 years agoFix wrong define, luckily this one wasn't used yet.
Jean-Paul Saman [Sat, 4 Mar 2006 20:38:01 +0000 (20:38 +0000)]
Fix wrong define, luckily this one wasn't used yet.

18 years agoRemove superfluous dep
Rémi Denis-Courmont [Sat, 4 Mar 2006 20:24:19 +0000 (20:24 +0000)]
Remove superfluous dep

18 years agocloses #579
Rémi Denis-Courmont [Sat, 4 Mar 2006 20:19:15 +0000 (20:19 +0000)]
closes #579

18 years agoMake the Root CA certificates bundle file for gnutls a configure-time setting
Rémi Denis-Courmont [Sat, 4 Mar 2006 20:11:01 +0000 (20:11 +0000)]
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)

18 years agoDo not print extra STRING_CR on successfull command.
Jean-Paul Saman [Sat, 4 Mar 2006 20:01:58 +0000 (20:01 +0000)]
Do not print extra STRING_CR on successfull command.

18 years agoitem-ext.c: detach from all parent nodes (fixed)
Antoine Cellerier [Sat, 4 Mar 2006 18:42:35 +0000 (18:42 +0000)]
item-ext.c: detach from all parent nodes (fixed)

18 years agomodules/gui/wxwidgets/dialogs/playlist.cpp: add some more checks. Fixes infinite...
Antoine Cellerier [Sat, 4 Mar 2006 18:41:08 +0000 (18:41 +0000)]
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.

18 years agofileinfo.hpp: we need to use b_stats in Update()
Christophe Mutricy [Sat, 4 Mar 2006 18:36:29 +0000 (18:36 +0000)]
fileinfo.hpp: we need to use b_stats in Update()

18 years agofileinfo.*: Don't show stats when they qre disable.
Christophe Mutricy [Sat, 4 Mar 2006 18:07:43 +0000 (18:07 +0000)]
fileinfo.*: Don't show stats when they qre disable.

18 years agoadd "Add node" function to node contextual menu
Antoine Cellerier [Sat, 4 Mar 2006 17:32:35 +0000 (17:32 +0000)]
add "Add node" function to node contextual menu

18 years agoDrag and Drop support in wx playlist.
Antoine Cellerier [Sat, 4 Mar 2006 17:09:04 +0000 (17:09 +0000)]
Drag and Drop support in wx playlist.
TODO: merge this playlist code with the gibalou mini playlist code.

18 years agoHumm ... forgot to save before commiting.
Antoine Cellerier [Sat, 4 Mar 2006 17:01:14 +0000 (17:01 +0000)]
Humm ... forgot to save before commiting.

18 years agoCode the playlist_TreeMove function.
Antoine Cellerier [Sat, 4 Mar 2006 17:00:41 +0000 (17:00 +0000)]
Code the playlist_TreeMove function.
zorglub: i'm not really sure about the i_serial incrementation stuff, could you give it a look ?

18 years ago- Support for adding a single file rather than a directory as CA path
Rémi Denis-Courmont [Sat, 4 Mar 2006 16:56:05 +0000 (16:56 +0000)]
- 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

18 years ago- Load root certificates from /etc/ssl (currently very slow :( )
Rémi Denis-Courmont [Sat, 4 Mar 2006 16:06:27 +0000 (16:06 +0000)]
- Load root certificates from /etc/ssl (currently very slow :( )
- Cosmetic

18 years agoMissed one error case
Rémi Denis-Courmont [Sat, 4 Mar 2006 13:41:41 +0000 (13:41 +0000)]
Missed one error case

18 years ago(safe) directory recursion when looking for CA certificates
Rémi Denis-Courmont [Sat, 4 Mar 2006 13:36:48 +0000 (13:36 +0000)]
(safe) directory recursion when looking for CA certificates

18 years agoDon't BUILD_PIC when the platform doesn't need PIC
Rémi Denis-Courmont [Sat, 4 Mar 2006 13:31:59 +0000 (13:31 +0000)]
Don't BUILD_PIC when the platform doesn't need PIC

18 years agoLibtool: kludge^H^H^H^H^H^Hfix make (|un)install within modules/subdir/subdir
Rémi Denis-Courmont [Sat, 4 Mar 2006 12:34:28 +0000 (12:34 +0000)]
Libtool: kludge^H^H^H^H^H^Hfix make (|un)install within modules/subdir/subdir

18 years agolibtool: Propagate errors from make (|un)install
Rémi Denis-Courmont [Sat, 4 Mar 2006 12:20:06 +0000 (12:20 +0000)]
libtool: Propagate errors from make (|un)install

18 years ago* fix the table on the second tab and added an extra check to prevent a crash in...
Felix Paul Kühne [Sat, 4 Mar 2006 11:53:03 +0000 (11:53 +0000)]
* fix the table on the second tab and added an extra check to prevent a crash in rare situations

18 years agoCosmetic
Rémi Denis-Courmont [Sat, 4 Mar 2006 10:46:27 +0000 (10:46 +0000)]
Cosmetic

18 years agoDon't prepend :sout= to sout string in VLM dialog (Refs:#530)
Clément Stenac [Sat, 4 Mar 2006 09:28:06 +0000 (09:28 +0000)]
Don't prepend :sout= to sout string in VLM dialog (Refs:#530)

18 years agoFix ordering of widgets in sout panel (Closes:#469)
Clément Stenac [Sat, 4 Mar 2006 09:12:21 +0000 (09:12 +0000)]
Fix ordering of widgets in sout panel (Closes:#469)

18 years agoShoud fix #'565
Clément Stenac [Sat, 4 Mar 2006 09:00:10 +0000 (09:00 +0000)]
Shoud fix #'565

18 years agowx/dialogs/open.cpp: Fix the caching option. Closes #575
Christophe Mutricy [Sat, 4 Mar 2006 00:59:51 +0000 (00:59 +0000)]
wx/dialogs/open.cpp: Fix the caching option. Closes #575
-This line, and those below, will be ignored--

M    open.cpp

18 years agoFix error code when server is overloaded
Rémi Denis-Courmont [Fri, 3 Mar 2006 22:43:22 +0000 (22:43 +0000)]
Fix error code when server is overloaded

18 years agoStructures and functions for RTCP support. BIG FAT WARNING >>>> This code is untested...
Jean-Paul Saman [Fri, 3 Mar 2006 21:43:48 +0000 (21:43 +0000)]
Structures and functions for RTCP support. BIG FAT WARNING >>>> This code is untested <<<< but the request for it is high.

18 years ago* added a couple of OSX-intf-files which were added after the last release
Felix Paul Kühne [Fri, 3 Mar 2006 17:29:13 +0000 (17:29 +0000)]
* added a couple of OSX-intf-files which were added after the last release

18 years ago*.m: unified the title of the Information-panel and the menu-items pointing to it...
Felix Paul Kühne [Fri, 3 Mar 2006 17:21:16 +0000 (17:21 +0000)]
*.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

18 years ago* fixed a signed vs unsinged warning
Felix Paul Kühne [Fri, 3 Mar 2006 17:12:15 +0000 (17:12 +0000)]
* fixed a signed vs unsinged warning

18 years agoimage.c: add --image-out-replace option. If enabled, the image vout will
Antoine Cellerier [Fri, 3 Mar 2006 14:37:24 +0000 (14:37 +0000)]
image.c: add --image-out-replace option. If enabled, the image vout will
always overwrite the same file.

18 years ago* added a NSTimer to update the statistics every second
Felix Paul Kühne [Fri, 3 Mar 2006 13:51:04 +0000 (13:51 +0000)]
* added a NSTimer to update the statistics every second

18 years agoMakefile: We need autogen on win32
Christophe Mutricy [Fri, 3 Mar 2006 13:08:48 +0000 (13:08 +0000)]
Makefile: We need autogen on win32

18 years ago* implemented the statistics-tab. No auto-update yet.
Felix Paul Kühne [Fri, 3 Mar 2006 12:19:56 +0000 (12:19 +0000)]
* implemented the statistics-tab. No auto-update yet.

18 years ago* Disable INSTALL_NAME now gpg-error isn't shared.
Derk-Jan Hartman [Fri, 3 Mar 2006 11:25:18 +0000 (11:25 +0000)]
* Disable INSTALL_NAME now gpg-error isn't shared.

18 years ago* copy and tabs... sigh.
Derk-Jan Hartman [Fri, 3 Mar 2006 11:19:00 +0000 (11:19 +0000)]
* copy and tabs... sigh.

18 years ago* Lets avoid autogen where we can
Derk-Jan Hartman [Fri, 3 Mar 2006 11:15:55 +0000 (11:15 +0000)]
* Lets avoid autogen where we can

18 years ago* Fix liveMedia on all platforms now hopefully
Derk-Jan Hartman [Fri, 3 Mar 2006 10:40:56 +0000 (10:40 +0000)]
* Fix liveMedia on all platforms now hopefully

18 years ago* www.live555.com seems unreachable. use live555.com
Derk-Jan Hartman [Fri, 3 Mar 2006 10:22:18 +0000 (10:22 +0000)]
* www.live555.com seems unreachable. use live555.com

18 years agoSolaris breakage again
Rémi Denis-Courmont [Fri, 3 Mar 2006 09:32:20 +0000 (09:32 +0000)]
Solaris breakage again

18 years agoPlaying 3GPP audio only LATM AAC/HE-AAC streams. Patch by Ross Finalayson
Jean-Paul Saman [Fri, 3 Mar 2006 08:52:27 +0000 (08:52 +0000)]
Playing 3GPP audio only LATM AAC/HE-AAC streams. Patch by Ross Finalayson

18 years agoexplicit hack. please underage hackers do not look
Christophe Mutricy [Thu, 2 Mar 2006 23:40:17 +0000 (23:40 +0000)]
explicit hack. please underage hackers do not look
fix lame

18 years agoFix MacOS-Intel compilation
Christophe Mutricy [Thu, 2 Mar 2006 23:24:37 +0000 (23:24 +0000)]
Fix MacOS-Intel compilation

18 years agoCode reuse
Rémi Denis-Courmont [Thu, 2 Mar 2006 22:39:03 +0000 (22:39 +0000)]
Code reuse

18 years agoRemove outdated comment
Rémi Denis-Courmont [Thu, 2 Mar 2006 22:19:14 +0000 (22:19 +0000)]
Remove outdated comment

18 years agoUpdate lame. Closes #482
Christophe Mutricy [Thu, 2 Mar 2006 20:39:49 +0000 (20:39 +0000)]
Update lame. Closes #482

18 years agoFix Gcrypt patch
Christophe Mutricy [Thu, 2 Mar 2006 20:38:43 +0000 (20:38 +0000)]
Fix Gcrypt patch

18 years agomakefile: Fix livedotcom on win32
Christophe Mutricy [Thu, 2 Mar 2006 20:11:51 +0000 (20:11 +0000)]
makefile: Fix livedotcom on win32

18 years agoMakefile: use sed -i where possible
Christophe Mutricy [Thu, 2 Mar 2006 20:10:23 +0000 (20:10 +0000)]
Makefile: use sed -i where possible

18 years agoall: Update libgcrypt,gpg-error and gnutls (closes #570 )
Christophe Mutricy [Thu, 2 Mar 2006 20:04:54 +0000 (20:04 +0000)]
all: Update libgcrypt,gpg-error and gnutls (closes #570 )

18 years agoUpdate x264 patch
Christophe Mutricy [Thu, 2 Mar 2006 19:34:31 +0000 (19:34 +0000)]
Update x264 patch

18 years agoconfigure.ac: Solaris fix for live555. Patch courtesy of Alexander Gall
Christophe Mutricy [Thu, 2 Mar 2006 19:31:36 +0000 (19:31 +0000)]
configure.ac: Solaris fix for live555. Patch courtesy of Alexander Gall

18 years agoMinor clean up
Rémi Denis-Courmont [Thu, 2 Mar 2006 18:19:03 +0000 (18:19 +0000)]
Minor clean up

18 years ago* re-designed the information/properties panel to show meta information and statistics
Felix Paul Kühne [Thu, 2 Mar 2006 15:52:37 +0000 (15:52 +0000)]
* 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.

18 years agoLocale fixes (refs #528) + clean up
Rémi Denis-Courmont [Thu, 2 Mar 2006 15:19:32 +0000 (15:19 +0000)]
Locale fixes (refs #528) + clean up

18 years agouse intptr_t (refs #574)
Rémi Denis-Courmont [Thu, 2 Mar 2006 14:27:09 +0000 (14:27 +0000)]
use intptr_t (refs #574)

18 years agoDon't try to be more clever than umask()
Rémi Denis-Courmont [Thu, 2 Mar 2006 14:23:03 +0000 (14:23 +0000)]
Don't try to be more clever than umask()

18 years agoFix getaddrinfo check failure because of autoconf's cache
Rémi Denis-Courmont [Thu, 2 Mar 2006 14:21:23 +0000 (14:21 +0000)]
Fix getaddrinfo check failure because of autoconf's cache

18 years agoFix invalid syntax (aout_BufferFree is not an expansion-safe macro)
Rémi Denis-Courmont [Thu, 2 Mar 2006 13:54:40 +0000 (13:54 +0000)]
Fix invalid syntax (aout_BufferFree is not an expansion-safe macro)

18 years agoUnused header inclusion syndrome
Rémi Denis-Courmont [Thu, 2 Mar 2006 13:35:43 +0000 (13:35 +0000)]
Unused header inclusion syndrome

18 years agodist vlc_url.h
Rémi Denis-Courmont [Thu, 2 Mar 2006 13:02:37 +0000 (13:02 +0000)]
dist vlc_url.h