]> git.sesse.net Git - vlc/log
vlc
17 years agopython bindings: allow to pass values in the vlc.Position constructor:
Olivier Aubert [Sun, 20 May 2007 15:08:53 +0000 (15:08 +0000)]
python bindings: allow to pass values in the vlc.Position constructor:
 p = vlc.Position(value=16, origin=vlc.RelativePosition)
Defaults to value=0, origin=AbsolutePosition, key=MediaTime

17 years agoAdd lua to win32 contribs.
Jean-Baptiste Kempf [Sun, 20 May 2007 14:47:32 +0000 (14:47 +0000)]
Add lua to win32 contribs.

17 years ago* libvlc.h: hopefully fix a few warnings.
Antoine Cellerier [Sun, 20 May 2007 14:42:13 +0000 (14:42 +0000)]
* libvlc.h: hopefully fix a few warnings.
* win32_specific.c, threads.c: fix win32 compilation.

17 years ago* add missing includes (trying to fix compilation errors in buildbot :D)
Antoine Cellerier [Sun, 20 May 2007 14:21:07 +0000 (14:21 +0000)]
* add missing includes (trying to fix compilation errors in buildbot :D)

17 years agothe object pointer is null in the handler, so use null here
Filippo Carone [Sun, 20 May 2007 14:12:57 +0000 (14:12 +0000)]
the object pointer is null in the handler, so use null here

17 years ago* Yet another p_libvlc_global compile fix (BeOS)
Antoine Cellerier [Sun, 20 May 2007 14:08:44 +0000 (14:08 +0000)]
* Yet another p_libvlc_global compile fix (BeOS)

17 years ago* Some more fixes (+ don't redefine a function that already existed, reverts part...
Antoine Cellerier [Sun, 20 May 2007 14:04:46 +0000 (14:04 +0000)]
* Some more fixes (+ don't redefine a function that already existed, reverts part of previous commit).

17 years ago* Fix non linux compilation round 2.
Antoine Cellerier [Sun, 20 May 2007 13:54:17 +0000 (13:54 +0000)]
* Fix non linux compilation round 2.

17 years ago* src/modules/modules.c: hopefully fix compilation for non linux builds.
Antoine Cellerier [Sun, 20 May 2007 13:38:53 +0000 (13:38 +0000)]
* src/modules/modules.c: hopefully fix compilation for non linux builds.

17 years agoWhen you cut / paste code from another file, you should also copy / paste the copyrig...
Antoine Cellerier [Sun, 20 May 2007 13:35:37 +0000 (13:35 +0000)]
When you cut / paste code from another file, you should also copy / paste the copyright info.

17 years agoqt4 - playlist_model, check if p_item is not null before using it. Patch from Ilkka...
Jean-Baptiste Kempf [Sun, 20 May 2007 11:53:32 +0000 (11:53 +0000)]
qt4 - playlist_model, check if p_item is not null before using it. Patch from Ilkka Ollakka

17 years agoHide libvlc_global_data_t from plugins
Rémi Denis-Courmont [Sun, 20 May 2007 10:03:51 +0000 (10:03 +0000)]
Hide libvlc_global_data_t from plugins

17 years agoRemove obsolete stuff
Rémi Denis-Courmont [Sun, 20 May 2007 08:40:04 +0000 (08:40 +0000)]
Remove obsolete stuff

17 years agoRevert wrongfully commited file
Rémi Denis-Courmont [Sun, 20 May 2007 08:39:35 +0000 (08:39 +0000)]
Revert wrongfully commited file

17 years agoFix SVN revision handling.
Rémi Denis-Courmont [Sun, 20 May 2007 08:38:20 +0000 (08:38 +0000)]
Fix SVN revision handling.
It is by design flawed to have phony built source.

17 years agoFix comment
Rémi Denis-Courmont [Sun, 20 May 2007 08:12:54 +0000 (08:12 +0000)]
Fix comment

17 years ago* make update-po
Antoine Cellerier [Sat, 19 May 2007 23:57:33 +0000 (23:57 +0000)]
* make update-po

17 years ago* Fix compilation.
Antoine Cellerier [Sat, 19 May 2007 23:33:56 +0000 (23:33 +0000)]
* Fix compilation.

17 years agocallback.c added (ops)
Filippo Carone [Sat, 19 May 2007 23:30:27 +0000 (23:30 +0000)]
callback.c added (ops)

17 years agoFix compilation.
Christophe Mutricy [Sat, 19 May 2007 23:18:06 +0000 (23:18 +0000)]
Fix compilation.

17 years agoSample java listener and jni callback functions added
Filippo Carone [Sat, 19 May 2007 23:12:55 +0000 (23:12 +0000)]
Sample java listener and jni callback functions added

17 years agoInitial callback support in libvlc + example on how to use in the java bindings
Filippo Carone [Sat, 19 May 2007 23:11:39 +0000 (23:11 +0000)]
Initial callback support in libvlc + example on how to use in the java bindings

17 years agoFix previous commit
Christophe Mutricy [Sat, 19 May 2007 23:00:43 +0000 (23:00 +0000)]
Fix previous commit

17 years agoLua configuration: Add a test for system with no .pc
Christophe Mutricy [Sat, 19 May 2007 22:46:20 +0000 (22:46 +0000)]
Lua configuration: Add a test for system with no .pc
   Revert [20203]

17 years agoCompile lua.
Christophe Mutricy [Sat, 19 May 2007 22:46:18 +0000 (22:46 +0000)]
Compile lua.

17 years ago* deinterlace.c: compile fix by ILEoo.
Antoine Cellerier [Sat, 19 May 2007 22:24:16 +0000 (22:24 +0000)]
* deinterlace.c: compile fix by ILEoo.

17 years agoForgot this file
Rémi Denis-Courmont [Sat, 19 May 2007 22:02:15 +0000 (22:02 +0000)]
Forgot this file

17 years agoSame as previous commit
Rémi Denis-Courmont [Sat, 19 May 2007 21:44:01 +0000 (21:44 +0000)]
Same as previous commit

17 years agoUse a vlc_CPU() wrapper instead of (ab)using libvlc_global
Rémi Denis-Courmont [Sat, 19 May 2007 21:43:16 +0000 (21:43 +0000)]
Use a vlc_CPU() wrapper instead of (ab)using libvlc_global

17 years agoThis has been fixed in VLC's FFMpeg demuxer module in [20188]
Christophe Mutricy [Sat, 19 May 2007 21:36:17 +0000 (21:36 +0000)]
This has been fixed in VLC's FFMpeg demuxer module in [20188]

17 years agoWindows compile fix
Rémi Denis-Courmont [Sat, 19 May 2007 21:16:54 +0000 (21:16 +0000)]
Windows compile fix

17 years agoQt4 - Interaction: Password are hidden.
Jean-Baptiste Kempf [Sat, 19 May 2007 21:16:09 +0000 (21:16 +0000)]
Qt4 - Interaction: Password are hidden.

17 years agoid svn keyword set
Filippo Carone [Sat, 19 May 2007 21:14:52 +0000 (21:14 +0000)]
id svn keyword set

17 years agoUse static storage rather than libvlc_global for stuff that is only used in a single...
Rémi Denis-Courmont [Sat, 19 May 2007 20:57:48 +0000 (20:57 +0000)]
Use static storage rather than libvlc_global for stuff that is only used in a single file.

17 years agoMove OSD and TLS to instance.
Rémi Denis-Courmont [Sat, 19 May 2007 20:49:48 +0000 (20:49 +0000)]
Move OSD and TLS to instance.

17 years agoMake saved-volume variable a per-libvlc instance rather than per-system process variable.
Rémi Denis-Courmont [Sat, 19 May 2007 20:31:02 +0000 (20:31 +0000)]
Make saved-volume variable a per-libvlc instance rather than per-system process variable.
I find the original semantic a bit suspicious, but someone should really double check this commit and revert if needed.

17 years agoForgot this file
Rémi Denis-Courmont [Sat, 19 May 2007 20:17:45 +0000 (20:17 +0000)]
Forgot this file

17 years agoUse vlc_object_kill(). Needs triple checking.
Rémi Denis-Courmont [Sat, 19 May 2007 20:03:26 +0000 (20:03 +0000)]
Use vlc_object_kill(). Needs triple checking.

This also seems to make the pre-existing Qt4 crash more obvious.

17 years agoRemove unneeded old kludge
Rémi Denis-Courmont [Sat, 19 May 2007 20:00:54 +0000 (20:00 +0000)]
Remove unneeded old kludge

17 years agoDo not unload plugins in debug builds. Not sure if this is a good idea though
Rémi Denis-Courmont [Sat, 19 May 2007 19:50:57 +0000 (19:50 +0000)]
Do not unload plugins in debug builds. Not sure if this is a good idea though

17 years agoContrib; lua for win32. Start of fixing...
Jean-Baptiste Kempf [Sat, 19 May 2007 19:17:29 +0000 (19:17 +0000)]
Contrib; lua for win32. Start of fixing...

17 years agoFix line breaks
Rémi Denis-Courmont [Sat, 19 May 2007 19:01:49 +0000 (19:01 +0000)]
Fix line breaks

17 years agoFollowing vlc_object_kill(), add vlc_object_dying()
Rémi Denis-Courmont [Sat, 19 May 2007 18:56:22 +0000 (18:56 +0000)]
Following vlc_object_kill(), add vlc_object_dying()

17 years agofree callbacks on libvlc destruction
Filippo Carone [Sat, 19 May 2007 18:50:52 +0000 (18:50 +0000)]
free callbacks on libvlc destruction

17 years agouser data pointer added to callback structure
Filippo Carone [Sat, 19 May 2007 18:27:16 +0000 (18:27 +0000)]
user data pointer added to callback structure

17 years agoSet callback list to null on instance init
Filippo Carone [Sat, 19 May 2007 18:24:11 +0000 (18:24 +0000)]
Set callback list to null on instance init

17 years agoinitial structures for libvlc callbacks (code adapted from git pdherbemont_branch)
Filippo Carone [Sat, 19 May 2007 18:22:26 +0000 (18:22 +0000)]
initial structures for libvlc callbacks (code adapted from git pdherbemont_branch)

17 years ago- Remove unneeded "." kludge (libvlc is now built from src)
Rémi Denis-Courmont [Sat, 19 May 2007 17:47:15 +0000 (17:47 +0000)]
- Remove unneeded "." kludge (libvlc is now built from src)
- Remove old NULL kludge

17 years agoconfigure.ac: Make sure lua is enabled when --enable-lua is set.
Pierre d'Herbemont [Sat, 19 May 2007 16:51:05 +0000 (16:51 +0000)]
configure.ac: Make sure lua is enabled when --enable-lua is set.

17 years agoMore BDA DVB-S and DVB-T parameters bring it closer to the linux version
Ken Self [Sat, 19 May 2007 16:22:27 +0000 (16:22 +0000)]
More BDA DVB-S and DVB-T parameters bring it closer to the linux version

17 years agoRestored Makefile.am and added a test for cross-compiling in configure.ac. The LIBGCR...
Jean-Paul Saman [Sat, 19 May 2007 15:39:08 +0000 (15:39 +0000)]
Restored Makefile.am and added a test for cross-compiling in configure.ac. The LIBGCRYPT macro didn't test for the cross-compile situation.

17 years ago* youtube_homepage.lua: get the stream's duration.
Antoine Cellerier [Sat, 19 May 2007 15:37:06 +0000 (15:37 +0000)]
* youtube_homepage.lua: get the stream's duration.

17 years ago* luaplaylist.c: make sure that the Lua stack is big enough before reading the playli...
Antoine Cellerier [Sat, 19 May 2007 15:09:08 +0000 (15:09 +0000)]
* luaplaylist.c: make sure that the Lua stack is big enough before reading the playlist table.

17 years ago* luaplaylist.c, README.txt: add .duration option for playlist items. Should now...
Antoine Cellerier [Sat, 19 May 2007 14:57:16 +0000 (14:57 +0000)]
* luaplaylist.c, README.txt: add .duration option for playlist items. Should now be possible to rewrite our m3u parser entirely in Lua :D
* m3u.c: indentation fix.

17 years agoextras/contrib/bootstrap: Use space to ident rather than tabs.
Pierre d'Herbemont [Sat, 19 May 2007 14:34:22 +0000 (14:34 +0000)]
extras/contrib/bootstrap: Use space to ident rather than tabs.

17 years agoContrib: Include lua as a contrib lib. (Please review for your arch).
Pierre d'Herbemont [Sat, 19 May 2007 14:33:16 +0000 (14:33 +0000)]
Contrib: Include lua as a contrib lib. (Please review for your arch).

17 years ago* luaplaylist.c, README.txt: add support for VLC options.
Antoine Cellerier [Sat, 19 May 2007 14:28:16 +0000 (14:28 +0000)]
* luaplaylist.c, README.txt: add support for VLC options.
* *.lua: misc fixes.

17 years ago* m3u.c: remove unneeded comment. ppsz_options is freed a few lines down.
Antoine Cellerier [Sat, 19 May 2007 14:25:45 +0000 (14:25 +0000)]
* m3u.c: remove unneeded comment. ppsz_options is freed a few lines down.

17 years agoMissing const
Rémi Denis-Courmont [Sat, 19 May 2007 13:02:46 +0000 (13:02 +0000)]
Missing const

17 years ago* share/luaplaylist/youtube_homepage.lua: New lua parser script to open youtube home...
Antoine Cellerier [Sat, 19 May 2007 00:49:30 +0000 (00:49 +0000)]
* share/luaplaylist/youtube_homepage.lua: New lua parser script to open youtube home/browse pages. This demos the ability to return more than one item in lua playlist scripts.

17 years agooups, better put the prototype before using the function
Christophe Mutricy [Sat, 19 May 2007 00:35:48 +0000 (00:35 +0000)]
oups, better put the prototype before using the function

17 years ago* ffmpeg/demux.c: update copyright date.
Antoine Cellerier [Sat, 19 May 2007 00:34:34 +0000 (00:34 +0000)]
* ffmpeg/demux.c: update copyright date.

17 years ago* ffmpeg/demux.c: Don't change an ffmpeg demux's .flags member permanently. Fixes...
Antoine Cellerier [Sat, 19 May 2007 00:28:51 +0000 (00:28 +0000)]
* ffmpeg/demux.c: Don't change an ffmpeg demux's .flags member permanently. Fixes the "ffmpeg demuxer can't be used more that once" bug with libavformat revisions newer than 7589 (included).

17 years agovlc_url.h: Username and password passed in the URL can contain encoded @ : and /...
Christophe Mutricy [Sat, 19 May 2007 00:15:12 +0000 (00:15 +0000)]
vlc_url.h: Username and password passed in the URL can contain encoded @ : and /. So decode them.

17 years ago* ffmpeg/video_filter.c: remove a bunch of trailing spaces.
Antoine Cellerier [Fri, 18 May 2007 23:24:32 +0000 (23:24 +0000)]
* ffmpeg/video_filter.c: remove a bunch of trailing spaces.

17 years ago* luaplaylist.c: Look for Lua scripts in the user's CONFIG_DIR"/luaplaylist" director...
Antoine Cellerier [Fri, 18 May 2007 22:20:19 +0000 (22:20 +0000)]
* luaplaylist.c: Look for Lua scripts in the user's CONFIG_DIR"/luaplaylist" directory too. (+ fix probable compilation errors on WIN32, APPLE and BEOS)

17 years ago* include/main.h: remove trailing spaces.
Antoine Cellerier [Fri, 18 May 2007 21:49:59 +0000 (21:49 +0000)]
* include/main.h: remove trailing spaces.

17 years agoContrib: Make sure curl follow "Location:". (Fix Mac OS X Nightlies)
Pierre d'Herbemont [Fri, 18 May 2007 18:41:13 +0000 (18:41 +0000)]
Contrib: Make sure curl follow "Location:". (Fix Mac OS X Nightlies)

17 years agovlc.h: move VLC_PUBLIC_API definition when building libvlc to vlc_common.h
Damien Fouilleul [Fri, 18 May 2007 18:06:18 +0000 (18:06 +0000)]
vlc.h: move VLC_PUBLIC_API definition when building libvlc to vlc_common.h

17 years agoQt4 - MediaKeys support, patch by Ilkka Ollakka
Jean-Baptiste Kempf [Fri, 18 May 2007 17:38:15 +0000 (17:38 +0000)]
Qt4 - MediaKeys support, patch by Ilkka Ollakka

17 years ago* src/text/strings.c: Add a lot of entities to the resolve_xml_special_chars function.
Antoine Cellerier [Fri, 18 May 2007 15:01:05 +0000 (15:01 +0000)]
* src/text/strings.c: Add a lot of entities to the resolve_xml_special_chars function.

17 years ago* luaplaylist/README.txt: propset svn:keywords Id
Antoine Cellerier [Fri, 18 May 2007 14:22:15 +0000 (14:22 +0000)]
* luaplaylist/README.txt: propset svn:keywords Id

17 years ago* modules/access/http.c: When redirecting, don't include port number in URL if it...
Antoine Cellerier [Fri, 18 May 2007 14:01:38 +0000 (14:01 +0000)]
* modules/access/http.c: When redirecting, don't include port number in URL if it's using the default port.

17 years ago* src/input/input.c: Remove the access and demux part from the path string. (Fixes...
Antoine Cellerier [Fri, 18 May 2007 13:56:22 +0000 (13:56 +0000)]
* src/input/input.c: Remove the access and demux part from the path string. (Fixes [20059] a bit ... even though it wasn't really broken)

17 years agooops me being stupid, forgot this part
Jean-Paul Saman [Fri, 18 May 2007 12:51:33 +0000 (12:51 +0000)]
oops me being stupid, forgot this part

17 years agoDon't build srtp when gcrypt isn't available.
Jean-Paul Saman [Fri, 18 May 2007 12:47:54 +0000 (12:47 +0000)]
Don't build srtp when gcrypt isn't available.

17 years ago* dailymotion.lua: fix.
Antoine Cellerier [Thu, 17 May 2007 23:27:38 +0000 (23:27 +0000)]
* dailymotion.lua: fix.

17 years ago* luaplaylist.c: initialize p_sys->psz_filename to NULL.
Antoine Cellerier [Thu, 17 May 2007 23:03:44 +0000 (23:03 +0000)]
* luaplaylist.c: initialize p_sys->psz_filename to NULL.

17 years ago* luaplaylist.c: add vlc.msg_{info,err,warn,dbg}() functions. register the vlc.read...
Antoine Cellerier [Thu, 17 May 2007 22:42:16 +0000 (22:42 +0000)]
* luaplaylist.c: add vlc.msg_{info,err,warn,dbg}() functions. register the vlc.read() and vlc.readline() for parse() only (so that they can't be used in the probing phase)
* share/luaplaylist/*: move help to README.txt

17 years ago* luaplaylist.c: Change demux2 capability from 0 to 9
Antoine Cellerier [Thu, 17 May 2007 21:00:28 +0000 (21:00 +0000)]
* luaplaylist.c: Change demux2 capability from 0 to 9
* ps.c: Change demux2 capability from 9 to 8
* ty.c: Change demux2 capability from 8 to 6
* playlist/{Modules.am,playlist.c,videoportals.c}: remove video portals C version

17 years ago* googlevideo.lua: add small comment to explain why we're not getting the meta data.
Antoine Cellerier [Thu, 17 May 2007 20:46:31 +0000 (20:46 +0000)]
* googlevideo.lua: add small comment to explain why we're not getting the meta data.

17 years ago* metacafe.lua: Remove "Metacafe -" from name, get description and arturl.
Antoine Cellerier [Thu, 17 May 2007 20:43:15 +0000 (20:43 +0000)]
* metacafe.lua: Remove "Metacafe -" from name, get description and arturl.

17 years ago* youtube.lua: fetch artist and description.
Antoine Cellerier [Thu, 17 May 2007 20:34:58 +0000 (20:34 +0000)]
* youtube.lua: fetch artist and description.

17 years ago* luaplaylist.c: replace printfs by msg_{Warn,Dbg}
Antoine Cellerier [Thu, 17 May 2007 20:24:15 +0000 (20:24 +0000)]
* luaplaylist.c: replace printfs by msg_{Warn,Dbg}

17 years ago* luaplaylist.c: add support for meta data info. Playlist items now use .path and...
Antoine Cellerier [Thu, 17 May 2007 20:19:38 +0000 (20:19 +0000)]
* luaplaylist.c: add support for meta data info. Playlist items now use .path and .name (instead of .url and .title as those are used for meta data).
* luaplaylist/dailymotion.lua: add support for "description" and "arturl" meta data items.
* luaplaylist/*lua: update source to make it work with new playlist conventions.
* luaplaylist/youtube.lua: update help instructions.

17 years ago* asx.c: remove tab
Antoine Cellerier [Thu, 17 May 2007 19:49:43 +0000 (19:49 +0000)]
* asx.c: remove tab

17 years ago* luaplaylist.c: should now look in the appropriate directory if VLC is installed...
Antoine Cellerier [Thu, 17 May 2007 19:35:03 +0000 (19:35 +0000)]
* luaplaylist.c: should now look in the appropriate directory if VLC is installed. + add vlc.read() function.

17 years agoUndo [20161]
Rémi Denis-Courmont [Thu, 17 May 2007 19:16:45 +0000 (19:16 +0000)]
Undo [20161]

17 years agoFix linking on gcc, breaks everything else
Rémi Denis-Courmont [Thu, 17 May 2007 19:15:24 +0000 (19:15 +0000)]
Fix linking on gcc, breaks everything else

17 years agoremove hidden visibility stuff from libvlc.
Rémi Denis-Courmont [Thu, 17 May 2007 19:05:56 +0000 (19:05 +0000)]
remove hidden visibility stuff from libvlc.
It breaks linking, and it is redumdant with libtool export-symbols

17 years agoAdd real SRTP unit test (85% coverage let alone SRTCP)
Rémi Denis-Courmont [Thu, 17 May 2007 18:37:44 +0000 (18:37 +0000)]
Add real SRTP unit test (85% coverage let alone SRTCP)

17 years agoFix hashing when using RFC4711
Rémi Denis-Courmont [Thu, 17 May 2007 18:27:25 +0000 (18:27 +0000)]
Fix hashing when using RFC4711

17 years ago* src/vlc.c: remove tabs.
Antoine Cellerier [Thu, 17 May 2007 17:56:09 +0000 (17:56 +0000)]
* src/vlc.c: remove tabs.

17 years agoFix incorrect hash size limit
Rémi Denis-Courmont [Thu, 17 May 2007 17:36:59 +0000 (17:36 +0000)]
Fix incorrect hash size limit

17 years agoFix initialization
Rémi Denis-Courmont [Thu, 17 May 2007 17:03:56 +0000 (17:03 +0000)]
Fix initialization

17 years agoTypo
Rémi Denis-Courmont [Thu, 17 May 2007 16:01:14 +0000 (16:01 +0000)]
Typo

17 years agoAdd --enable-coverage
Rémi Denis-Courmont [Thu, 17 May 2007 15:51:34 +0000 (15:51 +0000)]
Add --enable-coverage

Not cleared for use by IT managers, quality and/or test engineers because of serious hazard of heart attack.

17 years ago- direct3d: behave correctly when changing desktop depth on the fly
Damien Fouilleul [Thu, 17 May 2007 14:21:27 +0000 (14:21 +0000)]
- direct3d: behave correctly when changing desktop depth on the fly

17 years agoinclude/vlc/* cannot depend on config.h, hence cannot use HAVE_* macros
Rémi Denis-Courmont [Thu, 17 May 2007 13:35:24 +0000 (13:35 +0000)]
include/vlc/* cannot depend on config.h, hence cannot use HAVE_* macros

17 years agoQt4 - Tabs Order. Nick Vercammen's patch on open_network.ui is included.
Jean-Baptiste Kempf [Thu, 17 May 2007 12:57:10 +0000 (12:57 +0000)]
Qt4 - Tabs Order. Nick Vercammen's patch on open_network.ui is included.