]> git.sesse.net Git - vlc/log
vlc
16 years agoAvoid integer overflow. Patch by Drew Yao.
Christophe Mutricy [Mon, 10 Mar 2008 23:29:29 +0000 (23:29 +0000)]
Avoid integer overflow. Patch by Drew Yao.

16 years agoFix FontBuiler object destruction
Rafaël Carré [Mon, 10 Mar 2008 20:12:49 +0000 (21:12 +0100)]
Fix FontBuiler object destruction

16 years agoUse --enable-swscale instead of --enable-swscaler
Rémi Duraffort [Mon, 10 Mar 2008 19:53:22 +0000 (20:53 +0100)]
Use --enable-swscale instead of --enable-swscaler

16 years agoFix a race condition : the user progress dialog wasn't created sometime with the...
Rémi Duraffort [Mon, 10 Mar 2008 19:08:25 +0000 (20:08 +0100)]
Fix a race condition : the user progress dialog wasn't created sometime with the Qt interface.

16 years agoUse the same comments covention
Rémi Duraffort [Mon, 10 Mar 2008 18:50:28 +0000 (19:50 +0100)]
Use the same comments covention

16 years agoFix indentation to make anjuta happy
Rafaël Carré [Mon, 10 Mar 2008 10:48:37 +0000 (11:48 +0100)]
Fix indentation to make anjuta happy

16 years agoDutch l10n update by Myckel Habets
Christophe Mutricy [Sun, 9 Mar 2008 21:17:19 +0000 (21:17 +0000)]
Dutch l10n update by Myckel Habets

16 years agocheck if the binary signature was issued by the public key we got in memory, before...
Rafaël Carré [Sun, 9 Mar 2008 20:55:27 +0000 (21:55 +0100)]
check if the binary signature was issued by the public key we got in memory, before real cryptographic verification

16 years agoWindows compile fix.
Jean-Baptiste Kempf [Sun, 9 Mar 2008 19:29:52 +0000 (12:29 -0700)]
Windows compile fix.

16 years agoSaveing Window Positions useing the QT defined methods as far as possible.
André Weber [Sun, 9 Mar 2008 20:02:46 +0000 (21:02 +0100)]
Saveing Window Positions useing the QT defined methods as far as possible.
On first start if there is no position info stored - try center the dialogs
on the primary desktop/screen. (or same screen as the controller)

the component playlist shall not save there settings to a fixed location,
so it may become problematic if we use the component twice - like it
is done. The location shall be given controlled by its owner component
or window.

16 years ago- layout correction on WMII
Adrien Grand [Sun, 9 Mar 2008 16:24:29 +0000 (17:24 +0100)]
- layout correction on WMII

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
16 years agolibpostproc/postprocess.h always includes needed headers
Rafaël Carré [Sun, 9 Mar 2008 17:35:17 +0000 (18:35 +0100)]
libpostproc/postprocess.h always includes needed headers

16 years agodon't send twice the signal when an item is added or removed
Rafaël Carré [Sun, 9 Mar 2008 17:28:45 +0000 (18:28 +0100)]
don't send twice the signal when an item is added or removed

16 years agoUse GetWindowLongPtr instead of GetWindowLong to be Win64 compatible and to avoid...
Jean-Baptiste Kempf [Sun, 9 Mar 2008 16:17:58 +0000 (09:17 -0700)]
Use GetWindowLongPtr instead of GetWindowLong to be Win64 compatible and to avoid a warning :D

16 years agodeprecate playlist
Filippo Carone [Sun, 9 Mar 2008 17:01:09 +0000 (18:01 +0100)]
deprecate playlist

16 years agoD-Bus control module
Mirsal Ennaime [Sun, 9 Mar 2008 10:40:54 +0000 (11:40 +0100)]
D-Bus control module

Add the TrackListChange signal

Signed-off-by: Mirsal Ennaime <mirsal.ennaime@gmail.com>
Signed-off-by: Rafaël Carré <funman@videolan.org>
16 years agoFix postproc header detection (the test depends on inclusion of stdint.h but there...
Rafaël Carré [Sun, 9 Mar 2008 16:52:31 +0000 (17:52 +0100)]
Fix postproc header detection (the test depends on inclusion of stdint.h but there is no right way to do that in cmake)

16 years agofix libvlc linking when UPDATE_CHECK is on
Rafaël Carré [Sun, 9 Mar 2008 15:22:46 +0000 (16:22 +0100)]
fix libvlc linking when UPDATE_CHECK is on

16 years agoFix PACKAGE_VERSION_* generation with cmake
Rafaël Carré [Sun, 9 Mar 2008 15:22:10 +0000 (16:22 +0100)]
Fix PACKAGE_VERSION_* generation with cmake

16 years agoFix directory detection with broken filesystems on Linux
Rafaël Carré [Sun, 9 Mar 2008 11:59:53 +0000 (12:59 +0100)]
Fix directory detection with broken filesystems on Linux

16 years agouse vlc-control to be more multiplatform friendly
Filippo Carone [Sun, 9 Mar 2008 12:12:08 +0000 (13:12 +0100)]
use vlc-control to be more multiplatform friendly

16 years agodo not catch VLCException in sample
Filippo Carone [Sun, 9 Mar 2008 11:54:09 +0000 (12:54 +0100)]
do not catch VLCException in sample

16 years agoignore class files
Filippo Carone [Sun, 9 Mar 2008 11:50:40 +0000 (12:50 +0100)]
ignore class files

16 years agoDo not throw VLCException in Video class
Filippo Carone [Sun, 9 Mar 2008 11:42:59 +0000 (12:42 +0100)]
Do not throw VLCException in Video class

16 years agodo not throw VLCException in Audio
Filippo Carone [Sun, 9 Mar 2008 11:39:39 +0000 (12:39 +0100)]
do not throw VLCException in Audio

16 years agovlcexample shows audio class uses
Filippo Carone [Sun, 9 Mar 2008 11:38:57 +0000 (12:38 +0100)]
vlcexample shows audio class uses

16 years agoaudio class added
Filippo Carone [Sun, 9 Mar 2008 11:22:53 +0000 (12:22 +0100)]
audio class added

16 years agoaudio functions binding complete
Filippo Carone [Sun, 9 Mar 2008 11:13:13 +0000 (12:13 +0100)]
audio functions binding complete

16 years agojava bindings huge update
Filippo Carone [Sun, 9 Mar 2008 00:53:36 +0000 (01:53 +0100)]
java bindings huge update

16 years agofix dependancies
Rafaël Carré [Sun, 9 Mar 2008 01:05:57 +0000 (02:05 +0100)]
fix dependancies
fix pcre cross compilation
fix asa cross compilation (you'll have to copy a tool from your natively compiled copy of asa)

16 years agoAdd a new croppadd video filter. It currently isn't used anywhere. This should work...
Antoine Cellerier [Sat, 8 Mar 2008 14:46:29 +0000 (15:46 +0100)]
Add a new croppadd video filter. It currently isn't used anywhere. This should work for all kind of chromas.

16 years agobuild asa on darwin add pcre contrib (needed for asa) install fontconfig.pc on darwin
VideoLAN [Sat, 8 Mar 2008 22:27:56 +0000 (23:27 +0100)]
build asa on darwin add pcre contrib (needed for asa) install fontconfig.pc on darwin

Signed-off-by: Rafaël Carré <funman@videolan.org>
16 years agoRemove useless headers inclusion
Rafaël Carré [Sat, 8 Mar 2008 21:05:42 +0000 (22:05 +0100)]
Remove useless headers inclusion

16 years agoFfmpeg moved from --enable-pp to --enable-postproc
Jean-Baptiste Kempf [Sat, 8 Mar 2008 20:39:48 +0000 (12:39 -0800)]
Ffmpeg moved from --enable-pp to --enable-postproc
Once again, very nicely handled...

16 years agoMove the track id from the last column to the first one in the playlist dialog and...
Rémi Duraffort [Sat, 8 Mar 2008 20:37:03 +0000 (21:37 +0100)]
Move the track id from the last column to the first one in the playlist dialog and add VLC_META_ENGINE_DURATION in vlc_meta.h

16 years agoremove dead code moved from libvlc.h
Rafaël Carré [Sat, 8 Mar 2008 20:30:22 +0000 (21:30 +0100)]
remove dead code moved from libvlc.h
update comment to really reflect the function
DBus's playlist-enqueue should really be saveable

16 years agoRemove PLAYLIST_AUTOPLAY and use PLAYLIST_PLAY instead. Fix #1477
Rémi Duraffort [Sat, 8 Mar 2008 19:54:34 +0000 (20:54 +0100)]
Remove PLAYLIST_AUTOPLAY and use PLAYLIST_PLAY instead. Fix #1477

Signed-off-by: Rafaël Carré <funman@videolan.org>
16 years agoUse PLAYLIST_PLAY instead of PLAYLIST_AUTOPLAY.
Rémi Duraffort [Sat, 8 Mar 2008 18:16:14 +0000 (19:16 +0100)]
Use PLAYLIST_PLAY instead of PLAYLIST_AUTOPLAY.

16 years agoSort the playlist by album then by track number when sorting by album.
Rémi Duraffort [Sat, 8 Mar 2008 17:11:22 +0000 (18:11 +0100)]
Sort the playlist by album then by track number when sorting by album.
Close #1492.

16 years agoremoving old and unsupported java-gcj bindings
Filippo Carone [Sat, 8 Mar 2008 17:46:13 +0000 (18:46 +0100)]
removing old and unsupported java-gcj bindings

16 years agofix xvmc video_output compilation
Rafaël Carré [Sat, 8 Mar 2008 17:15:19 +0000 (18:15 +0100)]
fix xvmc video_output compilation
static functions can not be used outside of the file where they are declared

16 years agoRemove windows line endings (I don't understand how they got here in the first place...)
Antoine Cellerier [Sat, 8 Mar 2008 15:25:55 +0000 (16:25 +0100)]
Remove windows line endings (I don't understand how they got here in the first place...)

16 years agoDistribute luaintf/modules/sandbox.lua
Antoine Cellerier [Sat, 8 Mar 2008 14:42:52 +0000 (15:42 +0100)]
Distribute luaintf/modules/sandbox.lua

16 years agoAdd a new Sandbox Lua module to the luaintf framework.
Antoine Cellerier [Sat, 8 Mar 2008 14:41:19 +0000 (15:41 +0100)]
Add a new Sandbox Lua module to the luaintf framework.

16 years agoFix issues with the VLC rawvid demux and bump it's priority.
Antoine Cellerier [Sat, 8 Mar 2008 14:39:52 +0000 (15:39 +0100)]
Fix issues with the VLC rawvid demux and bump it's priority.

16 years agoMake the lua http interface host and directory configurable.
Antoine Cellerier [Sat, 8 Mar 2008 14:38:43 +0000 (15:38 +0100)]
Make the lua http interface host and directory configurable.

16 years agoAdd a function to get the current playlist item in the lua interface.
Antoine Cellerier [Sat, 8 Mar 2008 14:37:31 +0000 (15:37 +0100)]
Add a function to get the current playlist item in the lua interface.

16 years agoFix spelling in comment.
Antoine Cellerier [Sat, 8 Mar 2008 14:36:35 +0000 (15:36 +0100)]
Fix spelling in comment.

16 years agolibvlc interface fix and missing toggle_fullscreen method added
Filippo Carone [Sat, 8 Mar 2008 14:59:40 +0000 (15:59 +0100)]
libvlc interface fix and missing toggle_fullscreen method added

16 years agoSwitch lastname to lowercase.
Antoine Cellerier [Sat, 8 Mar 2008 13:37:23 +0000 (14:37 +0100)]
Switch lastname to lowercase.

16 years agoRefresh pot and po file.
Christophe Mutricy [Sat, 8 Mar 2008 13:14:53 +0000 (13:14 +0000)]
Refresh pot and po file.

It seems like  8b71b1041b0ba6304f864c977c1a2dceb725a0cd might have cause them to be rebuilt

16 years agoSlovenian l10n update by Matej Urbančič
Christophe Mutricy [Sat, 8 Mar 2008 13:13:46 +0000 (13:13 +0000)]
Slovenian l10n update by Matej Urbančič

16 years agocheck qt4 version at runtime
Rafaël Carré [Sat, 8 Mar 2008 13:08:05 +0000 (14:08 +0100)]
check qt4 version at runtime

16 years agoWe want to check QT4 version at runtime rather than buildtime
Rafaël Carré [Sat, 8 Mar 2008 12:53:08 +0000 (13:53 +0100)]
We want to check QT4 version at runtime rather than buildtime

Revert "thanks for Trolltech fixing their mess, after a bug request that using valgrind caused the same kind of problem."

This reverts commit d8fc5a1ddb75eb9d53fc090ad1e5e8bfe2522bb0.

16 years agothanks for Trolltech fixing their mess, after a bug request that using valgrind cause...
Rafaël Carré [Sat, 8 Mar 2008 12:49:54 +0000 (13:49 +0100)]
thanks for Trolltech fixing their mess, after a bug request that using valgrind caused the same kind of problem.

16 years agouse mtrace() only with glibc
Rafaël Carré [Sat, 8 Mar 2008 11:58:16 +0000 (12:58 +0100)]
use mtrace() only with glibc

16 years agolibvlc_playlist functions binded
Filippo Carone [Sat, 8 Mar 2008 11:31:16 +0000 (12:31 +0100)]
libvlc_playlist functions binded

16 years agoJNA jvlc initial implementation
Filippo Carone [Sat, 8 Mar 2008 10:59:06 +0000 (11:59 +0100)]
JNA jvlc initial implementation

16 years agoKill a warning with an explicit cast for windows.
Jean-Baptiste Kempf [Sat, 8 Mar 2008 10:34:42 +0000 (02:34 -0800)]
Kill a warning with an explicit cast for windows.

16 years agoDon't reinvent max/min for the nth time.
Jean-Baptiste Kempf [Sat, 8 Mar 2008 10:20:00 +0000 (02:20 -0800)]
Don't reinvent max/min for the nth time.

16 years agoKill a warning.
Jean-Baptiste Kempf [Sat, 8 Mar 2008 10:03:43 +0000 (02:03 -0800)]
Kill a warning.

16 years agoInclude vlc_network.h in misc/messages for win32 for 'WSAGetLastError' and 'net_strer...
Jean-Baptiste Kempf [Sat, 8 Mar 2008 09:45:24 +0000 (01:45 -0800)]
Include vlc_network.h in misc/messages for win32 for 'WSAGetLastError' and 'net_strerror'. If this is very wrong, please revert.

16 years agoRemove unused parameter warning for Windows CE/32
Jean-Baptiste Kempf [Sat, 8 Mar 2008 09:39:51 +0000 (01:39 -0800)]
Remove unused parameter warning for Windows CE/32

16 years agoGetLastError throws a DWORD, IIRC, not a char*
Jean-Baptiste Kempf [Sat, 8 Mar 2008 09:39:01 +0000 (01:39 -0800)]
GetLastError throws a DWORD, IIRC, not a char*

16 years agoRemove unused parameter warnings for Win32 compiling.
Jean-Baptiste Kempf [Sat, 8 Mar 2008 01:50:02 +0000 (17:50 -0800)]
Remove unused parameter warnings for Win32 compiling.

16 years agoUse only the good cipher on other OSes than windows.
Jean-Baptiste Kempf [Sat, 8 Mar 2008 08:37:46 +0000 (09:37 +0100)]
Use only the good cipher on other OSes than windows.
Windows libgcrypt.a went from over 470KB to 317KB...

16 years agoUpstream new snapshot has fixed it.
Jean-Baptiste Kempf [Sat, 8 Mar 2008 08:34:16 +0000 (09:34 +0100)]
Upstream new snapshot has fixed it.

Revert "Fix some issue on Compiling portaudio for Windows."

This reverts commit 12be1dfdd5a41e14e485751835a32ee81ba967a9.

16 years agoRemove more libgcrypt cipher/
Jean-Baptiste Kempf [Sat, 8 Mar 2008 08:31:20 +0000 (09:31 +0100)]
Remove more libgcrypt cipher/

16 years agoFix some issue on Compiling portaudio for Windows.
Jean-Baptiste Kempf [Fri, 7 Mar 2008 04:47:20 +0000 (05:47 +0100)]
Fix some issue on Compiling portaudio for Windows.
How come noone noticed that one before ?

16 years agoDisable some ciphers in libgcrypt. 20% size reduction on gcrypt for windows. This...
Jean-Baptiste Kempf [Fri, 7 Mar 2008 22:49:47 +0000 (14:49 -0800)]
Disable some ciphers in libgcrypt. 20% size reduction on gcrypt for windows. This can still be improved I think. Not done for mac

16 years agoRemove functionnalities from libxml to reduce size.
Jean-Baptiste Kempf [Fri, 7 Mar 2008 22:06:21 +0000 (14:06 -0800)]
Remove functionnalities from libxml to reduce size.

16 years agoQt4 - track destroying of VLM dialog because vlm object is NOT destroyed on exit.
Jean-Baptiste Kempf [Fri, 7 Mar 2008 01:21:46 +0000 (17:21 -0800)]
Qt4 - track destroying of VLM dialog because vlm object is NOT destroyed on exit.

16 years agocode refactoring
Ilkka Ollakka [Fri, 7 Mar 2008 13:36:11 +0000 (15:36 +0200)]
code refactoring

16 years agoDistribute libvlc-control.pc.in
Christophe Mutricy [Fri, 7 Mar 2008 19:07:23 +0000 (19:07 +0000)]
Distribute libvlc-control.pc.in

16 years agoUpdate gettext to 0.17
Christophe Mutricy [Fri, 7 Mar 2008 18:29:18 +0000 (18:29 +0000)]
Update gettext to 0.17

16 years agoFix make dist
Christophe Mutricy [Fri, 7 Mar 2008 16:10:38 +0000 (16:10 +0000)]
Fix make dist

16 years agoUpdate gettext
Rémi Denis-Courmont [Fri, 7 Mar 2008 13:32:46 +0000 (15:32 +0200)]
Update gettext

16 years agoRevert "We don't want to use autopoint, since we use external gettext anyway"
Rémi Denis-Courmont [Fri, 7 Mar 2008 13:23:29 +0000 (15:23 +0200)]
Revert "We don't want to use autopoint, since we use external gettext anyway"

Autopoint is required regardless of libintl inclusion.
Fix bootstrap failure on clean tree.

This reverts commit aae26a9890a9daf24bdfa1be411bfb95e55917fe.

16 years agoWe don't want to use autopoint, since we use external gettext anyway
Rafaël Carré [Fri, 7 Mar 2008 13:02:04 +0000 (14:02 +0100)]
We don't want to use autopoint, since we use external gettext anyway

16 years agoRemove useless addclabacks() in PLModel::PLModel()
Rémi Duraffort [Fri, 7 Mar 2008 11:44:24 +0000 (12:44 +0100)]
Remove useless addclabacks() in PLModel::PLModel()

16 years agoWarning fix (my fault)
Rémi Duraffort [Fri, 7 Mar 2008 10:58:41 +0000 (11:58 +0100)]
Warning fix (my fault)

16 years agoCompile fix for packaged ffmpeg on debian etch.
Rémi Duraffort [Fri, 7 Mar 2008 09:48:09 +0000 (10:48 +0100)]
Compile fix for packaged ffmpeg on debian etch.
Signed-off-by: Rémi Duraffort <ivoire@via.ecp.fr>
16 years agoloader doesn't use libdl (and libdl doesn't exist on FreeBSD)
Rafaël Carré [Fri, 7 Mar 2008 01:38:28 +0000 (02:38 +0100)]
loader doesn't use libdl (and libdl doesn't exist on FreeBSD)

16 years agosvn -> git in OSX package
Rafaël Carré [Thu, 6 Mar 2008 23:35:14 +0000 (00:35 +0100)]
svn -> git in OSX package
Update the copyright date

16 years agoWe're not using subversion anymore
Rafaël Carré [Thu, 6 Mar 2008 23:32:33 +0000 (00:32 +0100)]
We're not using subversion anymore

16 years agoFix youtube lua (BASE_YT_URL had not been converted to new format)
Rafaël Carré [Thu, 6 Mar 2008 23:29:08 +0000 (00:29 +0100)]
Fix youtube lua (BASE_YT_URL had not been converted to new format)

16 years agoAdded import of configuration file support
Jean-François Massol [Thu, 6 Mar 2008 20:26:08 +0000 (21:26 +0100)]
Added import of configuration file support

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
16 years agoaccess violation fixed, config_GetPsz from p_intf instead of p_aout which is null
André Weber [Thu, 6 Mar 2008 22:28:07 +0000 (23:28 +0100)]
access violation fixed, config_GetPsz from p_intf instead of p_aout which is null

16 years agoScripts should be set executable
Rafaël Carré [Thu, 6 Mar 2008 22:11:31 +0000 (23:11 +0100)]
Scripts should be set executable

16 years agoMake ./compile script return the make return code, storing the value in a temporary...
Rafaël Carré [Wed, 5 Mar 2008 21:34:00 +0000 (22:34 +0100)]
Make ./compile script return the make return code, storing the value in a temporary hidden file (using the shell PID to guarantee uniqueness)

16 years agoLink RTMP access against the socket library if needed
Rémi Denis-Courmont [Thu, 6 Mar 2008 18:06:01 +0000 (20:06 +0200)]
Link RTMP access against the socket library if needed

16 years agoMake clear of what compilation is supported and which one is not for Windows.
Jean-Baptiste Kempf [Thu, 6 Mar 2008 06:55:09 +0000 (22:55 -0800)]
Make clear of what compilation is supported and which one is not for Windows.

16 years agoForce --enable-x264 in the script...
Jean-Baptiste Kempf [Thu, 6 Mar 2008 06:48:22 +0000 (22:48 -0800)]
Force --enable-x264 in the script...

16 years agoTry to document an official configure for the windows builds.
Jean-Baptiste Kempf [Thu, 6 Mar 2008 06:40:03 +0000 (22:40 -0800)]
Try to document an official configure for the windows builds.

16 years agoModules List update
Jean-Baptiste Kempf [Thu, 6 Mar 2008 06:24:08 +0000 (22:24 -0800)]
Modules List update

16 years ago* modules/video_output/x11/*: manually paint the xv colour key if XV_AUTOPAINT_COLORK...
Gildas Bazin [Mon, 3 Mar 2008 20:58:17 +0000 (20:58 +0000)]
* modules/video_output/x11/*: manually paint the xv colour key if XV_AUTOPAINT_COLORKEY isn't supported.

16 years agoRemove --enable-rtmp.
Rémi Denis-Courmont [Wed, 5 Mar 2008 19:59:27 +0000 (21:59 +0200)]
Remove --enable-rtmp.

We have enough --enable-foobar already.
RTMP does not have any dependency and is not huge.

16 years agoFix BGR <-> RGB endianess problem with PNG's loading/converting/copying on big-endian...
Jean-Paul Saman [Wed, 5 Mar 2008 15:00:54 +0000 (16:00 +0100)]
Fix BGR <-> RGB endianess problem with PNG's loading/converting/copying on big-endian machines.

16 years agoRTMP access patch from Miguel Angel Cabrera <macabrera@solaiemes.com>.
Ilkka Ollakka [Wed, 5 Mar 2008 07:35:52 +0000 (09:35 +0200)]
RTMP access patch from Miguel Angel Cabrera <macabrera@solaiemes.com>.
It came in before git-stuff, so applying it this way is my slowness.

16 years agoRevert 2 parts of 9d349e1ce5812e1d6e7a754368d240d00efe03e2 which caused regressions
Rafaël Carré [Wed, 5 Mar 2008 11:24:08 +0000 (12:24 +0100)]
Revert 2 parts of 9d349e1ce5812e1d6e7a754368d240d00efe03e2 which caused regressions