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

16 years agoUpdate THANKS
Jean-Paul Saman [Wed, 5 Mar 2008 07:41:20 +0000 (08:41 +0100)]
Update THANKS

16 years agoPatch by Koehler, Vitally <vkoehler AT telekom de>: This modification solves the...
Jean-Paul Saman [Wed, 5 Mar 2008 07:27:05 +0000 (08:27 +0100)]
Patch by Koehler, Vitally <vkoehler AT telekom de>: This modification solves the problem of audio packet losses by the playback of MPEG2 transport stream.

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
16 years agoSpeex update
Jean-Baptiste Kempf [Wed, 5 Mar 2008 05:10:47 +0000 (06:10 +0100)]
Speex update

16 years agoContribs: update dirac and libpng
Jean-Baptiste Kempf [Wed, 5 Mar 2008 05:06:52 +0000 (06:06 +0100)]
Contribs: update dirac and libpng

16 years agomacosx/VLCKit: Load VLCLibrary when VLCKit is loaded. No longer need atexit( .....
Faustino Osuna [Tue, 4 Mar 2008 22:41:30 +0000 (22:41 +0000)]
macosx/VLCKit: Load VLCLibrary when VLCKit is loaded.  No longer need atexit( ... ) to unload library, use __attribute__((destructor))__ instead.  Also make sure we don't autorelease the VLCLibrary (as the library's destructor will take care of that for us).

16 years agoIgnore Xcode project files.
Faustino Osuna [Tue, 4 Mar 2008 22:38:58 +0000 (22:38 +0000)]
Ignore Xcode project files.

16 years agoDocument that we now require :// between access and url
Christophe Mutricy [Tue, 4 Mar 2008 21:38:26 +0000 (21:38 +0000)]
Document that we now require :// between access and url

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
16 years agoMore cases were p_md was not checked in Mozilla toolbar code.
Jean-Paul Saman [Tue, 4 Mar 2008 21:09:21 +0000 (22:09 +0100)]
More cases were p_md was not checked in Mozilla toolbar code.

16 years agoUpdate THANKS
Jean-Paul Saman [Tue, 4 Mar 2008 21:04:59 +0000 (22:04 +0100)]
Update THANKS

16 years ago[PATCH] by Anthony Loiseau <anthony.loiseau at gmail dot com>: Avoid browser crashing...
Jean-Paul Saman [Tue, 4 Mar 2008 21:03:03 +0000 (22:03 +0100)]
[PATCH] by Anthony Loiseau <anthony.loiseau at gmail dot com>: Avoid browser crashing on mozilla-plugin when jumping into the media using the time-slider and no movie is loaded.

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
16 years agofile: Be consistent with the rest of the world. Do not expand tilde.
Rémi Denis-Courmont [Tue, 4 Mar 2008 20:29:27 +0000 (22:29 +0200)]
file: Be consistent with the rest of the world. Do not expand tilde.

The shell already does it, and \~ should not be expanded by VLC.
Also fixes consistency with the other file-opening plugins
(directory, mmap, cdda...).

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoaccess2_New code factorizaton
Rémi Denis-Courmont [Tue, 4 Mar 2008 20:21:32 +0000 (22:21 +0200)]
access2_New code factorizaton

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoaccess2_New really does not need to know about preparsing.
Rémi Denis-Courmont [Tue, 4 Mar 2008 20:16:47 +0000 (22:16 +0200)]
access2_New really does not need to know about preparsing.

The input already does the job.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoRemove useless NULLity checks
Rémi Denis-Courmont [Tue, 4 Mar 2008 20:10:54 +0000 (22:10 +0200)]
Remove useless NULLity checks

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoPreparsing only works with file:// - only try files.
Rémi Denis-Courmont [Tue, 4 Mar 2008 20:10:06 +0000 (22:10 +0200)]
Preparsing only works with file:// - only try files.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoRemove access2 non splitted fallback. "://" cannot occur in a file path
Rémi Denis-Courmont [Tue, 4 Mar 2008 19:55:53 +0000 (21:55 +0200)]
Remove access2 non splitted fallback. "://" cannot occur in a file path
(see MRLSplit), so this has become useless, if not inconsistent.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoRemove misleading dummy "Interrupted system call" error from net_Read
Rémi Denis-Courmont [Tue, 4 Mar 2008 19:01:08 +0000 (21:01 +0200)]
Remove misleading dummy "Interrupted system call" error from net_Read

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoRemove the Rating column from the inteface because with don't save any information...
Rémi Duraffort [Tue, 4 Mar 2008 18:57:15 +0000 (19:57 +0100)]
Remove the Rating column from the inteface because with don't save any information about Rating.

16 years agoAvoid dummy "unknown option dccp-service" error
Rémi Denis-Courmont [Tue, 4 Mar 2008 18:56:33 +0000 (20:56 +0200)]
Avoid dummy "unknown option dccp-service" error

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoFix port release logic in case there are multiple channels.
Rémi Denis-Courmont [Tue, 4 Mar 2008 18:29:56 +0000 (20:29 +0200)]
Fix port release logic in case there are multiple channels.

Note however that releasing the "other" ports is still broken.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoFix an issu when sorting with the track number : the track numbers were in alphabetic...
Rémi Duraffort [Tue, 4 Mar 2008 18:22:16 +0000 (19:22 +0100)]
Fix an issu when sorting with the track number : the track numbers were in alphabetical order rather than a numeric one.

16 years agoLast patch to close #1479 (add a column with the track id)
Rémi Duraffort [Tue, 4 Mar 2008 18:16:24 +0000 (19:16 +0100)]
Last patch to close #1479 (add a column with the track id)

16 years agoRemove the 1234 default UDP port hack
Rémi Denis-Courmont [Tue, 4 Mar 2008 18:18:09 +0000 (20:18 +0200)]
Remove the 1234 default UDP port hack

None of the three net_ConnectDgram call paths use this hack anymore.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoAdd const qualifier
Rémi Denis-Courmont [Tue, 4 Mar 2008 18:17:57 +0000 (20:17 +0200)]
Add const qualifier

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agortpfmt.c: fix file description
Rémi Denis-Courmont [Tue, 4 Mar 2008 18:16:56 +0000 (20:16 +0200)]
rtpfmt.c: fix file description

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoUse ephemeral default ports for RTP, instead of clashing with raw UDP.
Rémi Denis-Courmont [Tue, 4 Mar 2008 18:10:18 +0000 (20:10 +0200)]
Use ephemeral default ports for RTP, instead of clashing with raw UDP.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agofix #1404 (asf demuxer)
Rafaël Carré [Tue, 4 Mar 2008 16:23:03 +0000 (17:23 +0100)]
fix #1404 (asf demuxer)
in some files, we don't have to skip the last padding bytes

16 years agoFix vlc.exe building (using the right path to the .ico file)
Rafaël Carré [Tue, 4 Mar 2008 16:15:10 +0000 (17:15 +0100)]
Fix vlc.exe building (using the right path to the .ico file)

16 years agoClean qt4 windows "source" package (transition from gzip to bzip2)
Rafaël Carré [Tue, 4 Mar 2008 15:36:43 +0000 (16:36 +0100)]
Clean qt4 windows "source" package (transition from gzip to bzip2)

16 years agoUse --arch=i686 when building ffmpeg for windows
Rafaël Carré [Tue, 4 Mar 2008 15:13:16 +0000 (16:13 +0100)]
Use --arch=i686 when building ffmpeg for windows
Fix cross compilation from 64bits host

16 years agoCheck malloc return values and small cleanup.
Jean-Paul Saman [Sun, 2 Mar 2008 18:12:56 +0000 (19:12 +0100)]
Check malloc return values and small cleanup.

16 years agopython bindings: do not link with unecessary libs (spotted by courmisch)
Olivier Aubert [Tue, 4 Mar 2008 12:48:30 +0000 (13:48 +0100)]
python bindings: do not link with unecessary libs (spotted by courmisch)

16 years agoFix a little bug in the playlist sorting.
Rémi Duraffort [Tue, 4 Mar 2008 11:32:05 +0000 (12:32 +0100)]
Fix a little bug in the playlist sorting.

16 years agopython bindings: provide useful defaults for linking when compiling out-of-tree
Olivier Aubert [Tue, 4 Mar 2008 10:10:48 +0000 (11:10 +0100)]
python bindings: provide useful defaults for linking when compiling out-of-tree

This allows to compile the bindings from a properly installed VLC (includes and libs in standard locations), as for instance with the libvlc1-dev debian package.

16 years agoUse the correct meta data to sort the playlist.
Rémi Duraffort [Tue, 4 Mar 2008 00:45:24 +0000 (01:45 +0100)]
Use the correct meta data to sort the playlist.
The sorting is still strange (wrong ?) but the sort is done on the right meta data.

16 years agoWe're on git now, so show Git commit instead of svn revision.
Pavlov Konstantin [Tue, 4 Mar 2008 00:37:44 +0000 (03:37 +0300)]
We're on git now, so show Git commit instead of svn revision.

16 years agotoolbox: check for other files instead of missing ones.
Pavlov Konstantin [Mon, 3 Mar 2008 22:41:27 +0000 (01:41 +0300)]
toolbox: check for other files instead of missing ones.

16 years agomisc/objects.c:
Pierre d'Herbemont [Mon, 3 Mar 2008 21:29:21 +0000 (22:29 +0100)]
misc/objects.c:
* Fix a rare race condition that may happen because the refcount was changed outside of the structure lock.
* assert(refcount>0) in some key function to help to track freed object easily.
* Use vlc_object_yield_locked() instead of refcount++.

16 years agocmake: Fix tests.
Pierre d'Herbemont [Mon, 3 Mar 2008 21:25:32 +0000 (22:25 +0100)]
cmake: Fix tests.

16 years agoRemove the unneeded vlc_object_destroy logger hack, and fix wrapping.
Rémi Denis-Courmont [Mon, 3 Mar 2008 20:37:29 +0000 (22:37 +0200)]
Remove the unneeded vlc_object_destroy logger hack, and fix wrapping.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoEnable the last parameter of the macros change_integer_list, change_string_list to...
André Weber [Mon, 3 Mar 2008 18:57:43 +0000 (19:57 +0100)]
Enable the last parameter of the macros change_integer_list, change_string_list to supply a method to initialize update dynamic selectionlists inside the settings GUI allready on showing the gui. (f.e. the audio device list)

16 years agoUse (void) instead of VLC_UNUSED (with pierre agreement)
Rémi Duraffort [Mon, 3 Mar 2008 18:05:24 +0000 (19:05 +0100)]
Use (void) instead of VLC_UNUSED (with pierre agreement)

16 years agoRevert "Include vlc_common.h to get VLC_UNUSED()"
Rémi Duraffort [Mon, 3 Mar 2008 17:54:54 +0000 (18:54 +0100)]
Revert "Include vlc_common.h to get VLC_UNUSED()"

This reverts commit 805980f9540538da4ca6f1f6d8fcf9a19f34375f.

16 years agoFix a bunch of format string injection in the Real RTSP access
Rémi Denis-Courmont [Mon, 3 Mar 2008 17:58:50 +0000 (19:58 +0200)]
Fix a bunch of format string injection in the Real RTSP access

...or why is asprintf() not the same as strdup().

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoDetect division by zero before it happens
Rémi Denis-Courmont [Mon, 3 Mar 2008 17:51:52 +0000 (19:51 +0200)]
Detect division by zero before it happens

Pointed-out-by: Drew Yao
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoUse calloc() instead of malloc() - fixes integer overflow...
Rémi Denis-Courmont [Mon, 3 Mar 2008 17:27:39 +0000 (19:27 +0200)]
Use calloc() instead of malloc() - fixes integer overflow...
...assuming you have non-buggy calloc() implementation.

Pointed-out-by: Drew Yao
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoInclude vlc_common.h to get VLC_UNUSED()
Pierre d'Herbemont [Mon, 3 Mar 2008 17:14:01 +0000 (18:14 +0100)]
Include vlc_common.h to get VLC_UNUSED()

16 years agoRemove the old port 80 hack in the network subsystem
Rémi Denis-Courmont [Mon, 3 Mar 2008 17:06:48 +0000 (19:06 +0200)]
Remove the old port 80 hack in the network subsystem

The only paths that still appears not to set a default remote port are
the dccp/rtp and tcp/rtp accesses. And it makes no sense for these to
default to HTTP port 80 anyway.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agonetwork/rootwrap.c: Unused args fix.
Pierre d'Herbemont [Mon, 3 Mar 2008 16:58:50 +0000 (17:58 +0100)]
network/rootwrap.c: Unused args fix.

16 years agoUse 443 rather than 80 as the implicit Host: port when using TLS
Rémi Denis-Courmont [Mon, 3 Mar 2008 16:49:08 +0000 (18:49 +0200)]
Use 443 rather than 80 as the implicit Host: port when using TLS

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoMake sure there is a new-line at the end of the .gitignore files.
Faustino Osuna [Mon, 3 Mar 2008 16:10:46 +0000 (16:10 +0000)]
Make sure there is a new-line at the end of the .gitignore files.

16 years agoRevert "Don't test for buggy libintl when NLS is disabled"
Rémi Denis-Courmont [Mon, 3 Mar 2008 15:53:12 +0000 (17:53 +0200)]
Revert "Don't test for buggy libintl when NLS is disabled"

strerror_r() will still crash as setlocale() is used regardless of
ENABLE_NLS.

This reverts commit 61d0ac25f124103bcdf609d16e5d489bfaa54e0f.

16 years agoAnother check for malloc.
Rémi Duraffort [Mon, 3 Mar 2008 14:14:18 +0000 (15:14 +0100)]
Another check for malloc.

16 years agoCheck only one time the return value of malloc.
Rémi Duraffort [Mon, 3 Mar 2008 13:55:52 +0000 (14:55 +0100)]
Check only one time the return value of malloc.

16 years agoCheck the return value of malloc.
Rémi Duraffort [Mon, 3 Mar 2008 12:25:05 +0000 (13:25 +0100)]
Check the return value of malloc.

16 years agoCheck the return value of malloc.
Rémi Duraffort [Mon, 3 Mar 2008 11:24:11 +0000 (12:24 +0100)]
Check the return value of malloc.

16 years agoRemove unecessary msg_Err according to rem remark.
Rémi Duraffort [Mon, 3 Mar 2008 10:49:08 +0000 (11:49 +0100)]
Remove unecessary msg_Err according to rem remark.

16 years agoCheck the return value of services_discovery_GetServicesNames.
Rémi Duraffort [Mon, 3 Mar 2008 10:46:55 +0000 (11:46 +0100)]
Check the return value of services_discovery_GetServicesNames.
If mac users can test ... (evenif it's really simple)

16 years agoAdd more ignores for cmake and Mac OS X build folders.
Faustino Osuna [Mon, 3 Mar 2008 08:40:48 +0000 (08:40 +0000)]
Add more ignores for cmake and Mac OS X build folders.

16 years agoAdd more ignores.
Faustino Osuna [Mon, 3 Mar 2008 08:19:14 +0000 (08:19 +0000)]
Add more ignores.

16 years agosrc/input/decoder.c: More unused args fix.
Pierre d'Herbemont [Mon, 3 Mar 2008 02:26:11 +0000 (03:26 +0100)]
src/input/decoder.c: More unused args fix.

16 years agocontrol/media_library.c: Fix more unused args.
Pierre d'Herbemont [Mon, 3 Mar 2008 02:18:24 +0000 (03:18 +0100)]
control/media_library.c: Fix more unused args.

16 years agoWin32 doesn't need the MMX patch...
Jean-Baptiste Kempf [Mon, 3 Mar 2008 02:03:23 +0000 (18:03 -0800)]
Win32 doesn't need the MMX patch...

16 years agodarwin_specific.c: unused warning fix.
Pierre d'Herbemont [Mon, 3 Mar 2008 01:55:54 +0000 (02:55 +0100)]
darwin_specific.c: unused warning fix.

16 years agotext/unicode.c: More unused warning fix.
Pierre d'Herbemont [Mon, 3 Mar 2008 01:45:45 +0000 (02:45 +0100)]
text/unicode.c: More unused warning fix.

16 years agointerface/intf_eject.c: Fix a unused param warning.
Pierre d'Herbemont [Mon, 3 Mar 2008 01:30:51 +0000 (02:30 +0100)]
interface/intf_eject.c: Fix a unused param warning.

16 years agoQt4: Small fix and speedup
Jean-Baptiste Kempf [Mon, 3 Mar 2008 01:20:05 +0000 (17:20 -0800)]
Qt4: Small fix and speedup

16 years agoDon't test for buggy libintl when NLS is disabled
Christophe Mutricy [Mon, 3 Mar 2008 00:04:36 +0000 (00:04 +0000)]
Don't test for buggy libintl when NLS is disabled

16 years agoDon't check for headers. Pkg-config is enough
Christophe Mutricy [Sun, 2 Mar 2008 23:47:55 +0000 (23:47 +0000)]
Don't check for headers. Pkg-config is enough

16 years agoset i_start_time with AV_TIME_BASE, fixes streaming flv from file (for me)
Ilkka Ollakka [Mon, 3 Mar 2008 00:23:53 +0000 (02:23 +0200)]
set i_start_time with AV_TIME_BASE, fixes streaming flv from file (for me)
and doesn't seem to affect any regression on demuxing.

16 years agocmake: Add a small info.
Pierre d'Herbemont [Sun, 2 Mar 2008 22:45:00 +0000 (23:45 +0100)]
cmake: Add a small info.

16 years agoMore Id and permission fixes.
Pierre d'Herbemont [Sun, 2 Mar 2008 22:27:04 +0000 (23:27 +0100)]
More Id and permission fixes.

16 years agoFix $Id$ (probably)
Pavlov Konstantin [Sun, 2 Mar 2008 22:01:55 +0000 (01:01 +0300)]
Fix $Id$ (probably)

16 years agoA few more ignores in contrib.
Mark Moriarty [Sun, 2 Mar 2008 21:15:59 +0000 (16:15 -0500)]
A few more ignores in contrib.

16 years agoSet the DCCP service code(s) from RTP stream output
Rémi Denis-Courmont [Sun, 2 Mar 2008 19:23:42 +0000 (21:23 +0200)]
Set the DCCP service code(s) from RTP stream output

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoSet the DCCP service code properly.
Rémi Denis-Courmont [Sun, 2 Mar 2008 19:01:43 +0000 (21:01 +0200)]
Set the DCCP service code properly.

Assume RTP converys video (which is fine for MPEG-TS), as we cannot
know if it's only audio anyway.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agopkg-config support to libvlc-control
Rémi Denis-Courmont [Sun, 2 Mar 2008 18:02:34 +0000 (20:02 +0200)]
pkg-config support to libvlc-control

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoMerge branch 'master' of git@git.videolan.org:vlc
André Weber [Sun, 2 Mar 2008 17:37:32 +0000 (18:37 +0100)]
Merge branch 'master' of git@git.videolan.org:vlc

16 years agoIgnore all object files, not just vlc.o
Rémi Denis-Courmont [Sun, 2 Mar 2008 17:28:00 +0000 (19:28 +0200)]
Ignore all object files, not just vlc.o

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoRemove security-policy from config_ChainParse()
Rémi Denis-Courmont [Sun, 2 Mar 2008 17:08:32 +0000 (19:08 +0200)]
Remove security-policy from config_ChainParse()
but NOT from var_OptionParse().

Rationale: At a shallow level, this breaks the command line use badly.
At a deeper level: We still do security enforcement in
var_OptionParse(). In practice, the config chain strings are always
coming from (part of) the value of string configuration variable,
which is parsed by var_OptionParse(). Hence, as long as these variables
are all tagged as "unsafe", only trusted input can ever reach
config_ChainParse().

There are other (intractable?) issues with checking configuration chain
strings: First, we would also need to check the module name in front of
the {var1=val1,...} stuff. Second, some modules parse their
configuration chain manually, i.e. they don't call config_ChainParse()
and sometimes do not register their variables as configuration items
(e.g. the sout duplicate module).

If you have a super-duper idea on how to improve this, you're welcome,
but in the mean time...

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
Vaguely-acked-by: Pierre d'Herbemont <pdherbemont@free.fr>
16 years agoAgain id weirdness.
Jean-Paul Saman [Sun, 2 Mar 2008 17:22:31 +0000 (18:22 +0100)]
Again id weirdness.

16 years agoBugfix for #492: Audio output on Windows useing SPDIF for AC3 / DTS
André Weber [Sun, 2 Mar 2008 17:22:11 +0000 (18:22 +0100)]
Bugfix for #492: Audio output on Windows useing SPDIF for AC3 / DTS
But its still very time critical, because paout gets sometimes empty
so that aout_OutputNextBuffer(..) doesn't deliver new audiobuffers,
sometimes it happens - that these buffers arrive very late for output.
Reasons: -changed CPU load, (extra running application, also fast forward
seeking and and jumping may lead to this situation.)

Enhancement #897: added an option to let the user  choose is prefered audio device. (needs restart of VLC to get applied)