]> git.sesse.net Git - vlc/log
vlc
16 years agoRemove useless include
Rémi Denis-Courmont [Thu, 24 Jan 2008 16:11:34 +0000 (16:11 +0000)]
Remove useless include

16 years agoInclude assert.h when needed
Rémi Denis-Courmont [Thu, 24 Jan 2008 16:08:13 +0000 (16:08 +0000)]
Include assert.h when needed

16 years ago...and consistent semantics
Rémi Denis-Courmont [Thu, 24 Jan 2008 16:07:43 +0000 (16:07 +0000)]
...and consistent semantics

16 years agoConsistent naming
Rémi Denis-Courmont [Thu, 24 Jan 2008 16:07:03 +0000 (16:07 +0000)]
Consistent naming

16 years agoFix warning when there are no config items
Rémi Denis-Courmont [Thu, 24 Jan 2008 15:55:22 +0000 (15:55 +0000)]
Fix warning when there are no config items

16 years agoWhitelisting.
Rémi Denis-Courmont [Thu, 24 Jan 2008 15:55:05 +0000 (15:55 +0000)]
Whitelisting.

16 years agoReverts [24530] & [24531] (preprocessing related) , add $(DEFS) (-DHAVE_CONFIG_H...
Rafaël Carré [Thu, 24 Jan 2008 14:33:38 +0000 (14:33 +0000)]
Reverts [24530] & [24531] (preprocessing related) , add $(DEFS) (-DHAVE_CONFIG_H) to moc command line

16 years ago* modules/access/bda/bda.h: remove white space
Dennis van Amerongen [Thu, 24 Jan 2008 14:21:14 +0000 (14:21 +0000)]
* modules/access/bda/bda.h: remove white space

16 years ago* modules/gui/wxwidgets and skins2: add various more config.h in reference to [24525]
Dennis van Amerongen [Thu, 24 Jan 2008 14:18:22 +0000 (14:18 +0000)]
* modules/gui/wxwidgets and skins2: add various more config.h in reference to [24525]

16 years ago* input/stream.c: checks memory allocation, patch by Michael Gao completed by myself
Rafaël Carré [Thu, 24 Jan 2008 13:35:17 +0000 (13:35 +0000)]
* input/stream.c: checks memory allocation, patch by Michael Gao completed by myself

16 years agoqt4: do not build windows registry code when not compiling for windows
Rafaël Carré [Thu, 24 Jan 2008 13:01:42 +0000 (13:01 +0000)]
qt4: do not build windows registry code when not compiling for windows

16 years agoQt4 - Basic implementation of the extensions. Seem to work :D Just .avi now, because...
Jean-Baptiste Kempf [Thu, 24 Jan 2008 08:28:07 +0000 (08:28 +0000)]
Qt4 - Basic implementation of the extensions. Seem to work :D Just .avi now, because we have no good list of extensions in the source code... :D
Ref #763

16 years agoQt4 - Fix Compilation on CYGWin. This is a quick fix but not a solution. Again, MOC...
Jean-Baptiste Kempf [Thu, 24 Jan 2008 06:53:27 +0000 (06:53 +0000)]
Qt4 - Fix Compilation on CYGWin. This is a quick fix but not a solution. Again, MOC isn't given HAVE_CONFIG_H so it can't understand ENABLE_VLM or ENABLE_UPDATE. MOCFLAGs would fix that ?

16 years agoSmall fix for Windows compilation... gruiking because MOC doesn't understand #ifdef...
Jean-Baptiste Kempf [Thu, 24 Jan 2008 04:36:36 +0000 (04:36 +0000)]
Small fix for Windows compilation... gruiking because MOC doesn't understand #ifdef WIN32... Necessary to add a MOCFLAGS in configure.ac ?

16 years ago* modules/access/rtsp/real.h: remote whiteline
Dennis van Amerongen [Thu, 24 Jan 2008 02:07:25 +0000 (02:07 +0000)]
* modules/access/rtsp/real.h: remote whiteline

16 years ago* modules/access/bda/bda.c: add config.h in reference to [24525]
Dennis van Amerongen [Thu, 24 Jan 2008 02:04:59 +0000 (02:04 +0000)]
* modules/access/bda/bda.c: add config.h in reference to [24525]

16 years agomissing from [24525]
Christophe Mutricy [Wed, 23 Jan 2008 23:23:37 +0000 (23:23 +0000)]
missing from [24525]

16 years agoMissing from [24525]
Christophe Mutricy [Wed, 23 Jan 2008 22:28:40 +0000 (22:28 +0000)]
Missing from [24525]

16 years agoDon't include config.h from the headers - refs #297.
Rémi Denis-Courmont [Wed, 23 Jan 2008 21:50:58 +0000 (21:50 +0000)]
Don't include config.h from the headers - refs #297.
Missing some cases that I could not test.
Also ffmpeg/chroma.c is locked, so I can but leave it broken.
Fix is for the remaining modules is obvious and the issue is easy to detect.

16 years agoTabs!
Rémi Denis-Courmont [Wed, 23 Jan 2008 21:38:04 +0000 (21:38 +0000)]
Tabs!

16 years agoavoid mere whitespaces when hostname is not specified
Rémi Denis-Courmont [Wed, 23 Jan 2008 17:44:27 +0000 (17:44 +0000)]
avoid mere whitespaces when hostname is not specified

16 years agoFix [22070] not creating the http-host variable. Closes #1449.
Rémi Denis-Courmont [Wed, 23 Jan 2008 17:36:56 +0000 (17:36 +0000)]
Fix [22070] not creating the http-host variable. Closes #1449.

16 years agoCleanup condition handling, should fix #1448
Rémi Denis-Courmont [Wed, 23 Jan 2008 17:19:15 +0000 (17:19 +0000)]
Cleanup condition handling, should fix #1448

16 years agoFix off-by-one overflow and simplify
Rémi Denis-Courmont [Wed, 23 Jan 2008 15:43:20 +0000 (15:43 +0000)]
Fix off-by-one overflow and simplify

16 years agognutls: fool VLC_OBJECT() cast check for NULL objects
Damien Fouilleul [Wed, 23 Jan 2008 14:56:46 +0000 (14:56 +0000)]
gnutls: fool VLC_OBJECT() cast check for NULL objects

16 years agoThere is no (more?) FAQ
Rafaël Carré [Wed, 23 Jan 2008 12:23:26 +0000 (12:23 +0000)]
There is no (more?) FAQ

16 years agoupdate comment about setDesktopSettingsAware()
Rafaël Carré [Wed, 23 Jan 2008 12:22:41 +0000 (12:22 +0000)]
update comment about setDesktopSettingsAware()

16 years agoMakefile.am: add vlc_pgpkey.h
Rafaël Carré [Wed, 23 Jan 2008 12:20:20 +0000 (12:20 +0000)]
Makefile.am: add vlc_pgpkey.h

16 years agoWxWidget: Fix compilation.
Jean-Baptiste Kempf [Wed, 23 Jan 2008 08:06:27 +0000 (08:06 +0000)]
WxWidget: Fix compilation.

16 years agoQt4 - Typo correction.
Jean-Baptiste Kempf [Wed, 23 Jan 2008 06:45:23 +0000 (06:45 +0000)]
Qt4 - Typo correction.

16 years agoVista registeration inside the installer... Has to be tested.
Jean-Baptiste Kempf [Wed, 23 Jan 2008 06:44:16 +0000 (06:44 +0000)]
Vista registeration inside the installer... Has to be tested.

16 years agoQt4 - Put the dialog you are not likely to use during playback as QDialogs, meaning...
Jean-Baptiste Kempf [Wed, 23 Jan 2008 06:01:33 +0000 (06:01 +0000)]
Qt4 - Put the dialog you are not likely to use during playback as QDialogs, meaning centered on MainInterface.
VLM, Preferences, Errors, Podcast_Conf, GotoTime, Help.

16 years agoQt4 - Support for VolumeMuteKey, as spotted by DGMurdockIII
Jean-Baptiste Kempf [Wed, 23 Jan 2008 05:44:11 +0000 (05:44 +0000)]
Qt4 - Support for VolumeMuteKey, as spotted by DGMurdockIII

16 years agoQt4 - Stop the stupidity of the input Slider:
Jean-Baptiste Kempf [Wed, 23 Jan 2008 02:31:38 +0000 (02:31 +0000)]
Qt4 - Stop the stupidity of the input Slider:
- Click on a point on the timeline goes to that point directly
- Draging the timeline makes the position follow your draging
- Hovering a point on the timeline gives you the time of the position under your cursor.

This make break your neck, and kill your favourite ant, but I think this is not that wrong.

16 years agoQt4 fix a layout bug. Spotted by Antoine Lejeune | phytos
Jean-Baptiste Kempf [Wed, 23 Jan 2008 01:43:39 +0000 (01:43 +0000)]
Qt4 fix a layout bug. Spotted by Antoine Lejeune | phytos

16 years agoQt4 - Input Slider simplification... Draging still kind of suck...
Jean-Baptiste Kempf [Wed, 23 Jan 2008 01:40:42 +0000 (01:40 +0000)]
Qt4 - Input Slider simplification... Draging still kind of suck...

16 years agoRemove forward declaration
Rémi Denis-Courmont [Tue, 22 Jan 2008 19:49:02 +0000 (19:49 +0000)]
Remove forward declaration

16 years agoWe don't the logging level. Assume debug is only wanted in debug builds.
Rémi Denis-Courmont [Tue, 22 Jan 2008 19:46:41 +0000 (19:46 +0000)]
We don't the logging level. Assume debug is only wanted in debug builds.

16 years ago- Don't mix delete and free().
Rémi Denis-Courmont [Tue, 22 Jan 2008 19:30:31 +0000 (19:30 +0000)]
- Don't mix delete and free().
- Don't free/delete stuff that belongs to LibVLC - closes #1397 for real.

And this has nothing to do with [24331] or [24406].

16 years agovlc_threads: undo last commit, not needed
Damien Fouilleul [Tue, 22 Jan 2008 19:13:51 +0000 (19:13 +0000)]
vlc_threads: undo last commit, not needed

16 years agovlc_threads.h: now that vlc_object_t is optional for mutexes, make sure that we deal...
Damien Fouilleul [Tue, 22 Jan 2008 19:03:20 +0000 (19:03 +0000)]
vlc_threads.h: now that vlc_object_t is optional for mutexes, make sure that we deal with it properly

16 years agoPrint messages directly to standard error if we don't have an object much like when...
Rémi Denis-Courmont [Tue, 22 Jan 2008 18:55:13 +0000 (18:55 +0000)]
Print messages directly to standard error if we don't have an object much like when malloc fails, though this time with UTF-8 support.

16 years agoRemove the static gnutls object pointer thanks to previous commit
Rémi Denis-Courmont [Tue, 22 Jan 2008 18:48:17 +0000 (18:48 +0000)]
Remove the static gnutls object pointer thanks to previous commit

16 years agoAllow mutexes without objects. QueueMsg can handle this internally too.
Rémi Denis-Courmont [Tue, 22 Jan 2008 18:47:01 +0000 (18:47 +0000)]
Allow mutexes without objects. QueueMsg can handle this internally too.

16 years agoRemove useless cast
Rémi Denis-Courmont [Tue, 22 Jan 2008 18:46:24 +0000 (18:46 +0000)]
Remove useless cast

16 years agogcry_md_read() returns a buffer which hold at least 20 bytes
Rafaël Carré [Tue, 22 Jan 2008 18:41:07 +0000 (18:41 +0000)]
gcry_md_read() returns a buffer which hold at least 20 bytes

16 years agovlc_threads: provide proper implementation of vlc_spinlock or WIN32 (Windows 2000...
Damien Fouilleul [Tue, 22 Jan 2008 18:34:11 +0000 (18:34 +0000)]
vlc_threads: provide proper implementation of vlc_spinlock or WIN32 (Windows 2000 required), avoid runtime assert

16 years agoupdate: do not make wrong assumptions about mpis' size
Rafaël Carré [Tue, 22 Jan 2008 18:00:57 +0000 (18:00 +0000)]
update: do not make wrong assumptions about mpis' size
use intf_UserFatal when an error occurs while verifying the binary

16 years agoconfig_GetInt returns -1 on error - that does not mean the setting is ON
Rémi Denis-Courmont [Tue, 22 Jan 2008 16:51:36 +0000 (16:51 +0000)]
config_GetInt returns -1 on error - that does not mean the setting is ON

16 years agoRemove Cthreads support
Rémi Denis-Courmont [Tue, 22 Jan 2008 16:25:57 +0000 (16:25 +0000)]
Remove Cthreads support

16 years agoRemove State Threads support
Rémi Denis-Courmont [Tue, 22 Jan 2008 16:17:33 +0000 (16:17 +0000)]
Remove State Threads support

16 years agoRemove support for GNU Portable Threads
Rémi Denis-Courmont [Tue, 22 Jan 2008 16:07:04 +0000 (16:07 +0000)]
Remove support for GNU Portable Threads

16 years agoupdate: put pgp key in its own header (and update the key to 2008), put a FIXME for...
Rafaël Carré [Tue, 22 Jan 2008 15:29:01 +0000 (15:29 +0000)]
update: put pgp key in its own header (and update the key to 2008), put a FIXME for some bug discovered (some signatures are smaller than 65 bytes), be more verbose when a problem happens.

16 years agoaudioscrobbler: code cleanup, higher severity for some messages, use vlc_object_signal()
Rafaël Carré [Tue, 22 Jan 2008 15:27:05 +0000 (15:27 +0000)]
audioscrobbler: code cleanup, higher severity for some messages, use vlc_object_signal()

16 years agoprint a message about cvlc only when running with the default interface
Rafaël Carré [Tue, 22 Jan 2008 15:22:43 +0000 (15:22 +0000)]
print a message about cvlc only when running with the default interface

16 years agouse the correct type *cough*
Rafaël Carré [Tue, 22 Jan 2008 15:21:48 +0000 (15:21 +0000)]
use the correct type *cough*

16 years agoFix qt4 deadlocking on gnome
Rafaël Carré [Tue, 22 Jan 2008 13:48:40 +0000 (13:48 +0000)]
Fix qt4 deadlocking on gnome

16 years agoUse big endian definitions for ffmpeg PIX_FMT_* when running on big endian machines...
Jean-Paul Saman [Tue, 22 Jan 2008 13:19:39 +0000 (13:19 +0000)]
Use big endian definitions for ffmpeg PIX_FMT_* when running on big endian machines. Eg: PIX_FMT_RGB24 should become PIX_FMT_BGR24.

16 years agofix previous commit
Ilkka Ollakka [Tue, 22 Jan 2008 07:20:16 +0000 (07:20 +0000)]
fix previous commit

16 years agoset volume-change variable also in volumeUp/volumeDown, because it seemed that when...
Ilkka Ollakka [Tue, 22 Jan 2008 07:19:24 +0000 (07:19 +0000)]
set volume-change variable also in volumeUp/volumeDown, because it seemed that when you change volume with that, it wasn't setted

16 years agoSeems that title-callback weren't called afterall for dvd, should work
Ilkka Ollakka [Tue, 22 Jan 2008 06:56:52 +0000 (06:56 +0000)]
Seems that title-callback weren't called afterall for dvd, should work
better now, thanks for j-b for spotting.

16 years agoQt4 - Fix timeLabel alignment.
Jean-Baptiste Kempf [Tue, 22 Jan 2008 06:07:04 +0000 (06:07 +0000)]
Qt4 - Fix timeLabel alignment.

16 years agocall UpdateRate when rate changes, add myself to authors
Ilkka Ollakka [Tue, 22 Jan 2008 05:26:59 +0000 (05:26 +0000)]
call UpdateRate when rate changes, add myself to authors

16 years agoQt4 - remove windows only code.
Jean-Baptiste Kempf [Tue, 22 Jan 2008 03:55:45 +0000 (03:55 +0000)]
Qt4 - remove windows only code.

16 years agoQt4 - Dialog implementation for registering the file association on Windows.
Jean-Baptiste Kempf [Tue, 22 Jan 2008 03:51:41 +0000 (03:51 +0000)]
Qt4 - Dialog implementation for registering the file association on Windows.
The Windows only code doesn't exist yet, but soon ?

16 years agoQt4 - < thresh> although "Add interfaces -> Switch interface to something" isnt reall...
Jean-Baptiste Kempf [Tue, 22 Jan 2008 00:59:19 +0000 (00:59 +0000)]
Qt4 - < thresh> although "Add interfaces -> Switch interface to something" isnt really logical

16 years agoQt4 - layout fix.
Jean-Baptiste Kempf [Tue, 22 Jan 2008 00:08:56 +0000 (00:08 +0000)]
Qt4 - layout fix.

16 years agoIntroduce HAVE_WX and HAVE_QT4 and show "Switch to WX" in QT4 only if built with WX
Pavlov Konstantin [Tue, 22 Jan 2008 00:07:29 +0000 (00:07 +0000)]
Introduce HAVE_WX and HAVE_QT4 and show "Switch to WX" in QT4 only if built with WX

16 years agoQT4: Add a menu item to switch to WxWidgets if available.
Pavlov Konstantin [Mon, 21 Jan 2008 23:45:22 +0000 (23:45 +0000)]
QT4: Add a menu item to switch to WxWidgets if available.

16 years agoQt4 - Simple Preferences. Fix the NON-saving of hotkeys changing
Jean-Baptiste Kempf [Mon, 21 Jan 2008 23:09:50 +0000 (23:09 +0000)]
Qt4 - Simple Preferences. Fix the NON-saving of hotkeys changing

16 years agoQt4 - add a button to scroll to currentItem. Close #1443
Jean-Baptiste Kempf [Mon, 21 Jan 2008 22:47:06 +0000 (22:47 +0000)]
Qt4 - add a button to scroll to currentItem. Close #1443

16 years agoRecover the copyright statement + thanks
Christophe Mutricy [Mon, 21 Jan 2008 22:30:11 +0000 (22:30 +0000)]
Recover the copyright statement + thanks

16 years agoBrazilian Portuguese translation update by Sidney Doria
Christophe Mutricy [Mon, 21 Jan 2008 22:24:42 +0000 (22:24 +0000)]
Brazilian Portuguese translation update by Sidney Doria

16 years agoqt4 - think about saving the qt-PATH...
Jean-Baptiste Kempf [Mon, 21 Jan 2008 20:54:46 +0000 (20:54 +0000)]
qt4 - think about saving the qt-PATH...

16 years agoQt4 - unification of the common used path for QFileDialogs...
Jean-Baptiste Kempf [Mon, 21 Jan 2008 20:50:43 +0000 (20:50 +0000)]
Qt4 - unification of the common used path for QFileDialogs...

16 years agoFix non-debug builds
Rémi Denis-Courmont [Mon, 21 Jan 2008 20:45:27 +0000 (20:45 +0000)]
Fix non-debug builds

16 years agoAdd Romanian in the windows install, wanted by secarica.
Jean-Baptiste Kempf [Mon, 21 Jan 2008 20:38:03 +0000 (20:38 +0000)]
Add Romanian in the windows install, wanted by secarica.

16 years agoCompile fix. Not sure if this works though.
Rémi Denis-Courmont [Mon, 21 Jan 2008 20:37:29 +0000 (20:37 +0000)]
Compile fix. Not sure if this works though.

16 years agoRemove potential deadlocks in waitpipe with net_*
Rémi Denis-Courmont [Mon, 21 Jan 2008 20:35:19 +0000 (20:35 +0000)]
Remove potential deadlocks in waitpipe with net_*

16 years agoRemove the requirement for vlc object to be locked when invoking waitpipe.
Rémi Denis-Courmont [Mon, 21 Jan 2008 20:22:46 +0000 (20:22 +0000)]
Remove the requirement for vlc object to be locked when invoking waitpipe.
This is so that the net_* functions can use it without making pushing locking assumption on their caller.

16 years agoFix previous commit
Rémi Denis-Courmont [Mon, 21 Jan 2008 19:24:25 +0000 (19:24 +0000)]
Fix previous commit

16 years agoAdd inline API for spinlocks.
Rémi Denis-Courmont [Mon, 21 Jan 2008 19:18:38 +0000 (19:18 +0000)]
Add inline API for spinlocks.

16 years agoForgot to update the symbols
Rémi Denis-Courmont [Mon, 21 Jan 2008 19:18:03 +0000 (19:18 +0000)]
Forgot to update the symbols

16 years agoQt4 - add an option to close #1444
Jean-Baptiste Kempf [Mon, 21 Jan 2008 19:14:04 +0000 (19:14 +0000)]
Qt4 - add an option to close #1444

16 years agoRemove unnecessary complication
Rémi Denis-Courmont [Mon, 21 Jan 2008 19:07:37 +0000 (19:07 +0000)]
Remove unnecessary complication

16 years agoSet non-blocking mode on accepted sockets
Rémi Denis-Courmont [Mon, 21 Jan 2008 17:12:41 +0000 (17:12 +0000)]
Set non-blocking mode on accepted sockets

16 years agocontribs: fix macosx build of libcaca
Rafaël Carré [Mon, 21 Jan 2008 17:04:10 +0000 (17:04 +0000)]
contribs: fix macosx build of libcaca

16 years agocontribs: use last libcaca beta version
Rafaël Carré [Mon, 21 Jan 2008 16:31:00 +0000 (16:31 +0000)]
contribs: use last libcaca beta version

16 years agofix #1387 (update to new libcaca api)
Rafaël Carré [Mon, 21 Jan 2008 16:30:36 +0000 (16:30 +0000)]
fix #1387 (update to new libcaca api)

16 years agoRemove useless mutex (pthread_once is enough)
Rémi Denis-Courmont [Mon, 21 Jan 2008 16:15:41 +0000 (16:15 +0000)]
Remove useless mutex (pthread_once is enough)

16 years agoDon't clutter the production builds with the (useless IMHO) vlc_thread_error
Rémi Denis-Courmont [Mon, 21 Jan 2008 16:06:00 +0000 (16:06 +0000)]
Don't clutter the production builds with the (useless IMHO) vlc_thread_error

16 years ago.
Christophe Massiot [Mon, 21 Jan 2008 15:26:00 +0000 (15:26 +0000)]
.

16 years agoAdd a useful link to precious Meuhh's comments
Rafaël Carré [Mon, 21 Jan 2008 15:07:21 +0000 (15:07 +0000)]
Add a useful link to precious Meuhh's comments

16 years agomacosx: added an option to automagically save the equalizer status and its settings...
Felix Paul Kühne [Mon, 21 Jan 2008 11:37:24 +0000 (11:37 +0000)]
macosx: added an option to automagically save the equalizer status and its settings (default enabled). Code cleanup.

16 years agoqt4: add the hability to put the *interface* in fullscreen (hotkey: F11)
Rafaël Carré [Sun, 20 Jan 2008 21:26:07 +0000 (21:26 +0000)]
qt4: add the hability to put the *interface* in fullscreen (hotkey: F11)

16 years agoX11 video output: give the focus to the video window when going fullscreen, that...
Rafaël Carré [Sun, 20 Jan 2008 21:25:24 +0000 (21:25 +0000)]
X11 video output: give the focus to the video window when going fullscreen, that helps having the video on top of other windows in some situations

16 years agoDisable "qt-updates-notif" when update checking is not enabled
Rafaël Carré [Sun, 20 Jan 2008 19:35:03 +0000 (19:35 +0000)]
Disable "qt-updates-notif" when update checking is not enabled

16 years agoone day, the new qt4 interface will not be new anymore. be prevenant
Rafaël Carré [Sun, 20 Jan 2008 19:33:22 +0000 (19:33 +0000)]
one day, the new qt4 interface will not be new anymore. be prevenant

16 years agoAvoid buffer overflow. Fix #1442. Refs CVE-2008-0295 CVE-2008-0296
Christophe Mutricy [Sun, 20 Jan 2008 16:56:12 +0000 (16:56 +0000)]
Avoid buffer overflow. Fix #1442. Refs CVE-2008-0295 CVE-2008-0296

16 years agoTypos and "the Internet".
Pavlov Konstantin [Sun, 20 Jan 2008 15:26:43 +0000 (15:26 +0000)]
Typos and "the Internet".