]> git.sesse.net Git - vlc/log
vlc
16 years agoCheck malloc return value.
Rémi Duraffort [Tue, 11 Mar 2008 19:42:28 +0000 (20:42 +0100)]
Check malloc return value.

16 years agoCheck malloc return value and fix a memory leak.
Rémi Duraffort [Tue, 11 Mar 2008 19:30:07 +0000 (20:30 +0100)]
Check malloc return value and fix a memory leak.

16 years agoRemove uneeded test before freeing.
Rémi Duraffort [Tue, 11 Mar 2008 19:28:27 +0000 (20:28 +0100)]
Remove uneeded test before freeing.
In the same time add spaces in order to follow code convention.

16 years agoDon't print an error if we are using ffmpeg's ts muxer
Rafaël Carré [Tue, 11 Mar 2008 13:41:25 +0000 (14:41 +0100)]
Don't print an error if we are using ffmpeg's ts muxer

16 years agotypo
Rafaël Carré [Tue, 11 Mar 2008 18:50:17 +0000 (19:50 +0100)]
typo

16 years agoherm, "attachment://" is 13 characters, not 15
Rafaël Carré [Tue, 11 Mar 2008 18:48:41 +0000 (19:48 +0100)]
herm, "attachment://" is 13 characters, not 15

16 years agouse vlc_object_* and PL_{UN}LOCK to simplify
Rafaël Carré [Tue, 11 Mar 2008 18:47:53 +0000 (19:47 +0100)]
use vlc_object_* and PL_{UN}LOCK to simplify

16 years agoDo not use playlist_*AddInput() when the playlist has already been destroyed and...
Rafaël Carré [Tue, 11 Mar 2008 18:05:17 +0000 (19:05 +0100)]
Do not use playlist_*AddInput() when the playlist has already been destroyed and is dying (fix a crash when exiting while directory access is still reading) Try to return early if one of those function fail, because it either mean we don't have anymore memory available (I'm still looking for infinite Turing machines), or we are exiting (the playlist is dying). Use object / thread helpers for simplicity

16 years agoFix building AAC profile selection for outdated ffmpeg versions.
Jean-Paul Saman [Tue, 11 Mar 2008 10:44:35 +0000 (11:44 +0100)]
Fix building AAC profile selection for outdated ffmpeg versions.

16 years agoAdd wxvlc to gitignore
Jean-Paul Saman [Tue, 11 Mar 2008 09:41:47 +0000 (10:41 +0100)]
Add wxvlc to gitignore

16 years agoCleanup of AAC profile selection.
Jean-Paul Saman [Tue, 11 Mar 2008 09:19:48 +0000 (10:19 +0100)]
Cleanup of AAC profile selection.

16 years agoAdd option to encode aac low, main, sbr or ltp profiles.
Jean-Paul Saman [Sun, 2 Mar 2008 18:49:35 +0000 (19:49 +0100)]
Add option to encode aac low, main, sbr or ltp profiles.

16 years agoScript to install runtime dependencies for ubuntu-feisty when using medibuntu reposit...
Jean-Paul Saman [Tue, 11 Mar 2008 08:25:17 +0000 (09:25 +0100)]
Script to install runtime dependencies for ubuntu-feisty when using medibuntu repository. This script should also be usable for newer ubuntu installations.

16 years agoAdd contrib for ubuntu-medibuntu repository.
Jean-Paul Saman [Mon, 10 Mar 2008 10:56:16 +0000 (11:56 +0100)]
Add contrib for ubuntu-medibuntu repository.

16 years agoAdd more ignores
Jean-Paul Saman [Sat, 8 Mar 2008 10:54:20 +0000 (11:54 +0100)]
Add more ignores

16 years agoremove useless msg_Err() , use memset() for simplicity
Rafaël Carré [Tue, 11 Mar 2008 00:51:20 +0000 (01:51 +0100)]
remove useless msg_Err() , use memset() for simplicity

16 years agofix ticket #1482 (and most problems with config saving by the way)
Rafaël Carré [Tue, 11 Mar 2008 00:49:55 +0000 (01:49 +0100)]
fix ticket #1482 (and most problems with config saving by the way)
regression was introduced in [92290c9d7485934444efcfbb61c27f3bc94a61d3] (more than one year ago Oo )

16 years agocleanup : remove useless headers, not used functions, msg_Err when we don't have...
Rafaël Carré [Mon, 10 Mar 2008 23:18:30 +0000 (00:18 +0100)]
cleanup : remove useless headers, not used functions, msg_Err when we don't have enough memory, add a declaration

16 years agoexplicit control queries unsupported
Rafaël Carré [Mon, 10 Mar 2008 23:15:18 +0000 (00:15 +0100)]
explicit control queries unsupported

16 years agoFix preferences in Qt. Add a lot of comments. Close 1305
Jean-Baptiste Kempf [Tue, 11 Mar 2008 07:40:22 +0000 (00:40 -0700)]
Fix preferences in Qt. Add a lot of comments. Close 1305

16 years agoSet the correct ToolTip on the play/pause button.
Jean-Baptiste Kempf [Tue, 11 Mar 2008 04:23:23 +0000 (21:23 -0700)]
Set the correct ToolTip on the play/pause button.
Should close #1485

16 years agoAdditional checks on malloc output in data reader.
Jean-Baptiste Kempf [Tue, 11 Mar 2008 01:57:18 +0000 (18:57 -0700)]
Additional checks on malloc output in data reader.

16 years agoCheck after calloc to avoid null dereference.
Jean-Baptiste Kempf [Tue, 11 Mar 2008 01:55:00 +0000 (18:55 -0700)]
Check after calloc to avoid null dereference.
Should Close #1499

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