]> git.sesse.net Git - vlc/log
vlc
17 years agoAttempt to work-around the Winsock bug-of-the-day
Rémi Denis-Courmont [Wed, 1 Nov 2006 19:49:04 +0000 (19:49 +0000)]
Attempt to work-around the Winsock bug-of-the-day

17 years agoavoid VLC_VariableSet to set the drawable, use libvlc_set_video_drawable instead.
Filippo Carone [Wed, 1 Nov 2006 16:44:13 +0000 (16:44 +0000)]
avoid VLC_VariableSet to set the drawable, use libvlc_set_video_drawable instead.

17 years agoAdd missing space in comment.
Antoine Cellerier [Wed, 1 Nov 2006 15:30:12 +0000 (15:30 +0000)]
Add missing space in comment.

17 years ago- Revert [17394] which reintroduced TOCTOU issues
Rémi Denis-Courmont [Wed, 1 Nov 2006 15:15:44 +0000 (15:15 +0000)]
- Revert [17394] which reintroduced TOCTOU issues
- Re-fix directory handling

17 years agoFix libgcrypt compil under cygwin. It doesn't have gettimeoftheday() and it's wongly...
Christophe Mutricy [Wed, 1 Nov 2006 14:58:36 +0000 (14:58 +0000)]
Fix libgcrypt compil under cygwin. It doesn't have gettimeoftheday() and it's wongly detected, so force it. (from markfm 's debugging and googling)

17 years agosetSize native function signature fixed
Filippo Carone [Wed, 1 Nov 2006 11:25:05 +0000 (11:25 +0000)]
setSize native function signature fixed

17 years ago * Mouse motion and mouse click support in the libcaca vout.
Sam Hocevar [Wed, 1 Nov 2006 09:20:20 +0000 (09:20 +0000)]
  * Mouse motion and mouse click support in the libcaca vout.

17 years agoRemoves useless sanity checks
Rafaël Carré [Wed, 1 Nov 2006 08:17:42 +0000 (08:17 +0000)]
Removes useless sanity checks

17 years agoMakes file plugin fail to access directories
Rafaël Carré [Wed, 1 Nov 2006 07:50:44 +0000 (07:50 +0000)]
Makes file plugin fail to access directories
Some sanity checks

17 years agoForward port [17386].
Antoine Cellerier [Tue, 31 Oct 2006 20:01:28 +0000 (20:01 +0000)]
Forward port [17386].

17 years agofix Windows build
Rémi Denis-Courmont [Tue, 31 Oct 2006 17:51:59 +0000 (17:51 +0000)]
fix Windows build

17 years agoRewrite of the file access
Rémi Denis-Courmont [Tue, 31 Oct 2006 17:41:04 +0000 (17:41 +0000)]
Rewrite of the file access

17 years agoSuppress some useless variable
Rémi Denis-Courmont [Tue, 31 Oct 2006 15:47:07 +0000 (15:47 +0000)]
Suppress some useless variable

17 years agouse playlist_LockClear() instead.
Jean-Paul Saman [Tue, 31 Oct 2006 11:05:04 +0000 (11:05 +0000)]
use playlist_LockClear() instead.

17 years agoFixes double free()
Rafaël Carré [Tue, 31 Oct 2006 03:05:35 +0000 (03:05 +0000)]
Fixes double free()

17 years agoRename flacdec codec plugin to flac, to show it can encode too
Rafaël Carré [Mon, 30 Oct 2006 22:19:21 +0000 (22:19 +0000)]
Rename flacdec codec plugin to flac, to show it can encode too
Rename flac demux plugin to flacsys

17 years agoFix property get_aspectRatio (forward port of [17383])
Jean-Paul Saman [Mon, 30 Oct 2006 19:21:06 +0000 (19:21 +0000)]
Fix property get_aspectRatio (forward port of [17383])

17 years ago(Forward port of [17380]) Aspect ratio property for ActiveX plugin
Jean-Paul Saman [Mon, 30 Oct 2006 16:26:43 +0000 (16:26 +0000)]
(Forward port of [17380]) Aspect ratio property for ActiveX plugin

17 years agoUpdate slovenian translation
Rafaël Carré [Mon, 30 Oct 2006 12:33:37 +0000 (12:33 +0000)]
Update slovenian translation

17 years agoOops typo
Jean-Paul Saman [Mon, 30 Oct 2006 12:17:33 +0000 (12:17 +0000)]
Oops typo

17 years ago(Forward port of [17371]) Implement Aspect Ratio property for Mozilla plugin
Jean-Paul Saman [Mon, 30 Oct 2006 12:15:47 +0000 (12:15 +0000)]
(Forward port of [17371]) Implement Aspect Ratio property for Mozilla plugin

17 years agoForward port of 17368. Make it easier to build a macosx package when build in debug...
Jean-Paul Saman [Mon, 30 Oct 2006 09:13:32 +0000 (09:13 +0000)]
Forward port of 17368. Make it easier to build a macosx package when build in debug mode.

17 years agoRemove excess empty lines
Jean-Paul Saman [Mon, 30 Oct 2006 08:35:31 +0000 (08:35 +0000)]
Remove excess empty lines

17 years agoMake configure fail if missing avcodec or postproc headers on debian too
Rafaël Carré [Mon, 30 Oct 2006 03:49:15 +0000 (03:49 +0000)]
Make configure fail if missing avcodec or postproc headers on debian too
Fix typo of [17361]

17 years agoMake configure fail if missing avcodec or postproc headers on non debian system
Rafaël Carré [Mon, 30 Oct 2006 02:49:49 +0000 (02:49 +0000)]
Make configure fail if missing avcodec or postproc headers on non debian system
Closes #758

17 years agoDon't build libnotify on win32
Christophe Mutricy [Sun, 29 Oct 2006 18:31:44 +0000 (18:31 +0000)]
Don't build libnotify on win32

17 years ago- Fix TOCTOU problem (utf8_stat -> fstat)
Rémi Denis-Courmont [Sun, 29 Oct 2006 16:49:43 +0000 (16:49 +0000)]
- Fix TOCTOU problem (utf8_stat -> fstat)
- Fix file descriptor leak when opening an empty file
- Don't close STDIN.

17 years agoMinor simplification
Rémi Denis-Courmont [Sun, 29 Oct 2006 16:33:10 +0000 (16:33 +0000)]
Minor simplification

17 years agoCosmetic fix
Rémi Denis-Courmont [Sun, 29 Oct 2006 16:30:48 +0000 (16:30 +0000)]
Cosmetic fix

17 years agoAllow seeking of character devices with non-zero size
Rémi Denis-Courmont [Sun, 29 Oct 2006 16:29:07 +0000 (16:29 +0000)]
Allow seeking of character devices with non-zero size

17 years agoRemove superfluous "," introduced in [17328]
Rafaël Carré [Sun, 29 Oct 2006 13:41:00 +0000 (13:41 +0000)]
Remove superfluous "," introduced in [17328]

17 years agoForward port of [17351]. Report input error condition to JavaScript
Jean-Paul Saman [Sun, 29 Oct 2006 13:37:30 +0000 (13:37 +0000)]
Forward port of [17351]. Report input error condition to JavaScript

17 years agoTry to unbreak dependency
Rémi Denis-Courmont [Sun, 29 Oct 2006 10:28:23 +0000 (10:28 +0000)]
Try to unbreak dependency
(of course, it was obvious reverting the earlier fix would break it,
 but some people don't seem to care about the build system as long as
 "their" feature works).
Oh, and don't let version.c twice in CLEANFILES.

17 years ago* don't use nested functions please. --- fixes compilation on OSX, which was broken...
Felix Paul Kühne [Sun, 29 Oct 2006 10:10:06 +0000 (10:10 +0000)]
* don't use nested functions please.  --- fixes compilation on OSX, which was broken in [17281]

17 years agoImplement VersionInfo as property. (Forward port of [17345])
Jean-Paul Saman [Sun, 29 Oct 2006 09:56:11 +0000 (09:56 +0000)]
Implement VersionInfo as property. (Forward port of [17345])

17 years agoFix define
Jean-Paul Saman [Sun, 29 Oct 2006 09:41:42 +0000 (09:41 +0000)]
Fix define

17 years agoRemove excess whitespace
Jean-Paul Saman [Sun, 29 Oct 2006 09:40:56 +0000 (09:40 +0000)]
Remove excess whitespace

17 years agoUnbreak automatic buildversion information. Revert [17226]
Jean-Paul Saman [Sun, 29 Oct 2006 09:40:14 +0000 (09:40 +0000)]
Unbreak automatic buildversion information. Revert [17226]

17 years agoRemove empty line
Jean-Paul Saman [Sun, 29 Oct 2006 09:38:43 +0000 (09:38 +0000)]
Remove empty line

17 years agoReadibility cleanup
Jean-Paul Saman [Sun, 29 Oct 2006 09:35:43 +0000 (09:35 +0000)]
Readibility cleanup

17 years agoForward port of rev 17335. Implement versionInfo() method
Jean-Paul Saman [Sun, 29 Oct 2006 09:33:30 +0000 (09:33 +0000)]
Forward port of rev 17335. Implement versionInfo() method

17 years agolog.c: fixed operator priorty when estimating message count
Damien Fouilleul [Sat, 28 Oct 2006 23:41:06 +0000 (23:41 +0000)]
log.c: fixed operator priorty when estimating message count

17 years ago- added log APIs to javascript for mozilla
Damien Fouilleul [Sat, 28 Oct 2006 23:39:18 +0000 (23:39 +0000)]
- added log APIs to javascript for mozilla

17 years agoforwardport [17330]
Christophe Mutricy [Sat, 28 Oct 2006 23:04:27 +0000 (23:04 +0000)]
forwardport [17330]

17 years agoMake configure fail if a52 headers are not found
Rafaël Carré [Sat, 28 Oct 2006 20:32:31 +0000 (20:32 +0000)]
Make configure fail if a52 headers are not found

17 years ago* modules/codec/x264.c: Fix range enforcement and string selection (deprecated was...
Dennis van Amerongen [Sat, 28 Oct 2006 17:30:27 +0000 (17:30 +0000)]
* modules/codec/x264.c: Fix range enforcement and string selection (deprecated was in the way). Use actual default values for options direct, me and deblock filter params (mainly for the gui).

17 years agoForward port of 17324
Jean-Paul Saman [Sat, 28 Oct 2006 15:53:39 +0000 (15:53 +0000)]
Forward port of 17324

17 years agotaglib.cpp: Don't put empty info in playlist for files with no tag
Sigmund Augdal Helberg [Sat, 28 Oct 2006 14:43:51 +0000 (14:43 +0000)]
taglib.cpp: Don't put empty info in playlist for files with no tag

17 years ago* modules/codec/x264.c: proper descriptions for options b-bias and chroma-me
Dennis van Amerongen [Sat, 28 Oct 2006 14:40:13 +0000 (14:40 +0000)]
* modules/codec/x264.c: proper descriptions for options b-bias and chroma-me

17 years agofix stupid error by me
Christophe Mutricy [Fri, 27 Oct 2006 23:14:30 +0000 (23:14 +0000)]
fix stupid error by me

17 years agotypo
Christophe Mutricy [Fri, 27 Oct 2006 22:35:14 +0000 (22:35 +0000)]
typo

17 years agoDon't try to distribute misc/version.c
Christophe Mutricy [Fri, 27 Oct 2006 22:28:19 +0000 (22:28 +0000)]
Don't try to distribute misc/version.c

17 years agoHrm
Christophe Mutricy [Fri, 27 Oct 2006 21:22:10 +0000 (21:22 +0000)]
Hrm

17 years agospec files have been renamed
Christophe Mutricy [Fri, 27 Oct 2006 21:03:53 +0000 (21:03 +0000)]
spec files have been renamed

17 years ago* toolbox: use vlc.mandriva.spec in distclean test
Yoann Peronneau [Fri, 27 Oct 2006 18:39:29 +0000 (18:39 +0000)]
* toolbox: use vlc.mandriva.spec in distclean test

17 years agomessages.c: added msg_GetObjectTypeName
Damien Fouilleul [Fri, 27 Oct 2006 17:40:46 +0000 (17:40 +0000)]
messages.c: added msg_GetObjectTypeName

17 years agoEnables "stay on top" with window managers that don't handle _NET_WM_STATE_STAYS_ON_TOP
Rafaël Carré [Fri, 27 Oct 2006 16:26:55 +0000 (16:26 +0000)]
Enables "stay on top" with window managers that don't handle _NET_WM_STATE_STAYS_ON_TOP
That atom is not defined at http://www.freedesktop.org/wiki/Standards_2fwm_2dspec, and is not used by metacity, or xfwm4 for example

17 years ago- core.c: const, const, etc...
Damien Fouilleul [Fri, 27 Oct 2006 16:16:16 +0000 (16:16 +0000)]
- core.c: const, const, etc...

17 years ago- add log APIs to Activex
Damien Fouilleul [Fri, 27 Oct 2006 16:09:02 +0000 (16:09 +0000)]
- add log APIs to Activex
- cleanup

17 years ago- added public log apis to access message log
Damien Fouilleul [Fri, 27 Oct 2006 16:07:01 +0000 (16:07 +0000)]
- added public log apis to access message log

17 years agoAdd Slovenian translation
Rafaël Carré [Fri, 27 Oct 2006 14:53:46 +0000 (14:53 +0000)]
Add Slovenian translation

17 years agoAvoid flags duplication when configure cache not present
Rémi Denis-Courmont [Thu, 26 Oct 2006 19:12:43 +0000 (19:12 +0000)]
Avoid flags duplication when configure cache not present

17 years agoTerminates string with '\0'
Rafaël Carré [Thu, 26 Oct 2006 18:27:29 +0000 (18:27 +0000)]
Terminates string with '\0'

17 years agoFix typo
Rémi Denis-Courmont [Thu, 26 Oct 2006 18:22:23 +0000 (18:22 +0000)]
Fix typo

17 years agotypo
Rafaël Carré [Thu, 26 Oct 2006 18:05:00 +0000 (18:05 +0000)]
typo

17 years agoHmm, lets see.
Rémi Denis-Courmont [Thu, 26 Oct 2006 18:01:49 +0000 (18:01 +0000)]
Hmm, lets see.
Yeah, we are stupid because we manage to make the perfect WxWidgets toolkit
fail. Go figure. I suspect the WxWidget live in another planet or something.

17 years agoRevert [17287].
Rémi Denis-Courmont [Thu, 26 Oct 2006 17:54:11 +0000 (17:54 +0000)]
Revert [17287].
What the heck? can't you pay attention to SVN warnings about CONFLICTS?
Thanks for introducing a memory leak on top of that.

17 years agoReverse supposedly bogus fix
Rémi Denis-Courmont [Thu, 26 Oct 2006 17:36:49 +0000 (17:36 +0000)]
Reverse supposedly bogus fix

17 years ago*Ahem*
Rémi Denis-Courmont [Thu, 26 Oct 2006 17:35:57 +0000 (17:35 +0000)]
*Ahem*

17 years agoI suggest you stop being sarcastic because your fixes are broken
Rémi Denis-Courmont [Thu, 26 Oct 2006 14:58:56 +0000 (14:58 +0000)]
I suggest you stop being sarcastic because your fixes are broken
(Hint: reading errno multiple times is incorrect)

17 years agoCharacter devices are not seekable.
Rémi Denis-Courmont [Thu, 26 Oct 2006 14:54:39 +0000 (14:54 +0000)]
Character devices are not seekable.
Thanks to Ed Schouten for noticing.

17 years agofrontport [17287] from branch
Rafaël Carré [Thu, 26 Oct 2006 00:14:59 +0000 (00:14 +0000)]
frontport [17287] from branch

17 years agoAdd GIF decoding support (thanks to FFmpeg once more). This is untested.
Antoine Cellerier [Wed, 25 Oct 2006 21:38:56 +0000 (21:38 +0000)]
Add GIF decoding support (thanks to FFmpeg once more). This is untested.

17 years agoUnify specfiles names, other specs should be added as vlc.%name.spec
Pavlov Konstantin [Wed, 25 Oct 2006 14:40:37 +0000 (14:40 +0000)]
Unify specfiles names, other specs should be added as vlc.%name.spec

17 years agoCompile fix + handle case with no xml:base
Christophe Mutricy [Wed, 25 Oct 2006 11:53:38 +0000 (11:53 +0000)]
Compile fix + handle case with no xml:base

17 years ago- fixed changes in [17146], [17234]
Damien Fouilleul [Wed, 25 Oct 2006 10:17:11 +0000 (10:17 +0000)]
- fixed changes in [17146], [17234]

I suggest that you actually TEST those fundamental changes BEFORE committing them.

17 years agohonor xml:base
Christophe Mutricy [Tue, 24 Oct 2006 22:32:19 +0000 (22:32 +0000)]
honor xml:base

17 years agointegrate patch from Ticket #725. needs testing.
Filippo Carone [Tue, 24 Oct 2006 22:23:49 +0000 (22:23 +0000)]
integrate patch from Ticket #725. needs testing.

17 years agofix audio_filter/channel_mixer/mono module linking
Filippo Carone [Tue, 24 Oct 2006 22:22:41 +0000 (22:22 +0000)]
fix audio_filter/channel_mixer/mono module linking

17 years agoAdd missing void
Rémi Denis-Courmont [Tue, 24 Oct 2006 19:24:40 +0000 (19:24 +0000)]
Add missing void

17 years agoFix linking of DLL loader
Rémi Denis-Courmont [Tue, 24 Oct 2006 19:19:55 +0000 (19:19 +0000)]
Fix linking of DLL loader

17 years agoUntested attempt to fix multicast IPv4 on Windows
Rémi Denis-Courmont [Tue, 24 Oct 2006 14:06:02 +0000 (14:06 +0000)]
Untested attempt to fix multicast IPv4 on Windows

17 years agoSupport for X11 Unichrome and XvMC extensions. The patch includes hw codec and video_...
Jean-Paul Saman [Mon, 23 Oct 2006 21:16:55 +0000 (21:16 +0000)]
Support for X11 Unichrome and XvMC extensions. The patch includes hw codec and video_output module for testing on VIA boards (CLE266). Patch by Christophe Burgalat <c.burgalat _at_ broadcastavenue _dot_ com>

This patch is not tested yet and is disabled by default.

17 years agoClean up and improve core handling for album art. Still only "always fetch" implemented
Clément Stenac [Mon, 23 Oct 2006 21:02:45 +0000 (21:02 +0000)]
Clean up and improve core handling for album art. Still only "always fetch" implemented

17 years agoFixing a typo in WIN32 #ifdef
Philippe Morin [Mon, 23 Oct 2006 20:50:17 +0000 (20:50 +0000)]
Fixing a typo in WIN32 #ifdef

17 years agofix realaudio linking
Christophe Mutricy [Mon, 23 Oct 2006 19:55:59 +0000 (19:55 +0000)]
fix realaudio linking

17 years agoPatch by aurelien: properly test for NULL.
Jean-Paul Saman [Mon, 23 Oct 2006 19:05:47 +0000 (19:05 +0000)]
Patch by aurelien: properly test for NULL.

17 years agomissing $LDFLAGS, thanks to ZeMaria
Rafaël Carré [Mon, 23 Oct 2006 17:35:10 +0000 (17:35 +0000)]
missing $LDFLAGS, thanks to ZeMaria

17 years agotypo
Rafaël Carré [Sun, 22 Oct 2006 22:06:38 +0000 (22:06 +0000)]
typo

17 years agofix xosd, thanks to hobophobe
Rafaël Carré [Sun, 22 Oct 2006 21:33:50 +0000 (21:33 +0000)]
fix xosd, thanks to hobophobe

17 years agoFix linking for mod plugin
Jean-Paul Saman [Sun, 22 Oct 2006 21:03:13 +0000 (21:03 +0000)]
Fix linking for mod plugin

17 years agoLink wxwidgets_plugin with gtk2 on unix
Rafaël Carré [Sun, 22 Oct 2006 20:45:29 +0000 (20:45 +0000)]
Link wxwidgets_plugin with gtk2 on unix

17 years agoLink mod against libmod, stdc++ and math library
Jean-Paul Saman [Sun, 22 Oct 2006 20:14:22 +0000 (20:14 +0000)]
Link mod against libmod, stdc++ and math library

17 years agoDeclare extern vlc_symbol_... explicitly
Rémi Denis-Courmont [Sun, 22 Oct 2006 19:25:25 +0000 (19:25 +0000)]
Declare extern vlc_symbol_... explicitly

17 years agoexplicitly link the upnp_intel plugin against ixml to make libtool happy
Sigmund Augdal Helberg [Sun, 22 Oct 2006 18:37:26 +0000 (18:37 +0000)]
explicitly link the upnp_intel plugin against ixml to make libtool happy

17 years agoRemove check for Fortran (Parental advisory: Explicit kludge)
Rémi Denis-Courmont [Sun, 22 Oct 2006 18:16:18 +0000 (18:16 +0000)]
Remove check for Fortran (Parental advisory: Explicit kludge)

17 years agotypo
Rafaël Carré [Sun, 22 Oct 2006 15:45:16 +0000 (15:45 +0000)]
typo

17 years ago- apply proper const casting since C++ has become more stringent
Damien Fouilleul [Sun, 22 Oct 2006 15:29:56 +0000 (15:29 +0000)]
- apply proper const casting since C++ has become more stringent

17 years agoDrop wcslen() and back to original DnD. Refix it.
Rémi Denis-Courmont [Sun, 22 Oct 2006 14:57:24 +0000 (14:57 +0000)]
Drop wcslen() and back to original DnD. Refix it.

17 years agofrontport [17255]
Rafaël Carré [Sun, 22 Oct 2006 14:35:03 +0000 (14:35 +0000)]
frontport [17255]