]> git.sesse.net Git - vlc/log
vlc
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".

16 years agoMakefile.am: another attempt to the fix dmg creation
Felix Paul Kühne [Sun, 20 Jan 2008 12:14:48 +0000 (12:14 +0000)]
Makefile.am: another attempt to the fix dmg creation

16 years agoLoad the pictures from the good place
Christophe Mutricy [Sun, 20 Jan 2008 11:58:20 +0000 (11:58 +0000)]
Load the pictures from the good place

16 years agoFix previous commit
Rémi Denis-Courmont [Sun, 20 Jan 2008 11:13:55 +0000 (11:13 +0000)]
Fix previous commit

16 years agoFix #include
Rémi Denis-Courmont [Sun, 20 Jan 2008 11:01:07 +0000 (11:01 +0000)]
Fix #include

16 years agonetsync: this was the last unchecked FD_SET/FD_ISSET usage.
Rémi Denis-Courmont [Sun, 20 Jan 2008 10:36:33 +0000 (10:36 +0000)]
netsync: this was the last unchecked FD_SET/FD_ISSET usage.
Note however that LUA should still be moved to poll().

16 years agoSwitch telnet interface to poll
Rémi Denis-Courmont [Sun, 20 Jan 2008 10:21:53 +0000 (10:21 +0000)]
Switch telnet interface to poll

16 years agoRemoev reverse abstraction
Rémi Denis-Courmont [Sun, 20 Jan 2008 09:51:41 +0000 (09:51 +0000)]
Remoev reverse abstraction

16 years agoRemove bogus printf
Rémi Denis-Courmont [Sat, 19 Jan 2008 21:08:10 +0000 (21:08 +0000)]
Remove bogus printf

16 years agoshout.c: Add http-forward-cookies to "Les guignols".
Pierre d'Herbemont [Sat, 19 Jan 2008 20:58:47 +0000 (20:58 +0000)]
shout.c: Add http-forward-cookies to "Les guignols".

16 years agoservices/discovery/shout.c: Add a French TV service discovery. For now it only has...
Pierre d'Herbemont [Sat, 19 Jan 2008 20:56:18 +0000 (20:56 +0000)]
services/discovery/shout.c: Add a French TV service discovery. For now it only has C+ and les guignols.

16 years agoTODO
Rémi Denis-Courmont [Sat, 19 Jan 2008 20:49:42 +0000 (20:49 +0000)]
TODO

16 years agoCVE references
Rémi Denis-Courmont [Sat, 19 Jan 2008 20:38:59 +0000 (20:38 +0000)]
CVE references

16 years agoMove appropriate code to DEMUX_GET_LENGTH and destroy saved args when done.
Pavlov Konstantin [Sat, 19 Jan 2008 19:58:45 +0000 (19:58 +0000)]
Move appropriate code to DEMUX_GET_LENGTH and destroy saved args when done.

16 years agoCanal+ lua demux. Example use: vlc --http-forward-cookies "http://www.canalplus.fr...
Antoine Cellerier [Sat, 19 Jan 2008 18:37:45 +0000 (18:37 +0000)]
Canal+ lua demux. Example use: vlc --http-forward-cookies "http://www.canalplus.fr/index.php?pid=1784"

16 years agoFix a segfault in mpga demuxer module.
Pavlov Konstantin [Sat, 19 Jan 2008 18:34:05 +0000 (18:34 +0000)]
Fix a segfault in mpga demuxer module.

16 years agoXP_UNIX is defined in mozilla-config.h, so we need to include it just before
Pavlov Konstantin [Sat, 19 Jan 2008 17:50:07 +0000 (17:50 +0000)]
XP_UNIX is defined in mozilla-config.h, so we need to include it just before

16 years agomozilla: really fix compilation on OSX
Felix Paul Kühne [Sat, 19 Jan 2008 17:48:15 +0000 (17:48 +0000)]
mozilla: really fix compilation on OSX

16 years ago* include/vlc/mediacontrol_structures.h: revert [24391] as it breaks compilation...
Dennis van Amerongen [Sat, 19 Jan 2008 17:24:42 +0000 (17:24 +0000)]
* include/vlc/mediacontrol_structures.h: revert [24391] as it breaks compilation (nightly builds and for me in cygwin as well). I'm curious why in the initial commit only this single occurance had to be changed and not all the other ones in the code. So I think it's safer to revert for now..

16 years agoMake X11/xpm.h Linux only, fixes MacOS X build.
Jean-Paul Saman [Sat, 19 Jan 2008 16:39:09 +0000 (16:39 +0000)]
Make X11/xpm.h Linux only, fixes MacOS X build.

16 years agoMozilla plugin: Check for required X11/xpm.h support.
Jean-Paul Saman [Sat, 19 Jan 2008 15:31:42 +0000 (15:31 +0000)]
Mozilla plugin: Check for required X11/xpm.h support.

16 years agoOops forgot this in the mozilla toolbar commit
Jean-Paul Saman [Sat, 19 Jan 2008 15:21:26 +0000 (15:21 +0000)]
Oops forgot this in the mozilla toolbar commit

16 years agotypo
Christophe Mutricy [Sat, 19 Jan 2008 15:21:03 +0000 (15:21 +0000)]
typo