]> git.sesse.net Git - vlc/log
vlc
16 years agotest code fix
Filippo Carone [Sat, 19 Apr 2008 21:26:36 +0000 (23:26 +0200)]
test code fix

16 years agotest: Fix make distcheck by including libvlc/test.h in check_HEADERS.
Pierre d'Herbemont [Sat, 19 Apr 2008 18:44:30 +0000 (20:44 +0200)]
test: Fix make distcheck by including libvlc/test.h in check_HEADERS.

16 years agoUpdated the CVE references for 0.8.6f
Felix Paul Kühne [Sat, 19 Apr 2008 15:50:02 +0000 (17:50 +0200)]
Updated the CVE references for 0.8.6f

16 years agocmake: Add FindTaglib.cmake.
Pierre d'Herbemont [Sat, 19 Apr 2008 15:12:12 +0000 (17:12 +0200)]
cmake: Add FindTaglib.cmake.

16 years agotest: Remi's copyright in libvlc/meta.c as asked by jpsaman.
Pierre d'Herbemont [Sat, 19 Apr 2008 14:11:26 +0000 (16:11 +0200)]
test: Remi's copyright in libvlc/meta.c as asked by jpsaman.

16 years agoMeta test:
Rafaël Carré [Sat, 19 Apr 2008 12:38:24 +0000 (14:38 +0200)]
Meta test:

Precise a comment
Wrap a long line
Rework the assertions:
    Do it in the right order
    Do not put str*cmp-that-could-be-a-ugly-glibc-macro in assert()

16 years agoDon't use the local media library in tests
Rafaël Carré [Sat, 19 Apr 2008 12:14:03 +0000 (14:14 +0200)]
Don't use the local media library in tests

16 years agocmake: Link with zlib where needed.
Pierre d'Herbemont [Sat, 19 Apr 2008 02:42:56 +0000 (04:42 +0200)]
cmake: Link with zlib where needed.

16 years agocmake: Detect taglib.
Pierre d'Herbemont [Sat, 19 Apr 2008 02:35:03 +0000 (04:35 +0200)]
cmake: Detect taglib.

16 years agocmake: Detect libid3tag.
Pierre d'Herbemont [Sat, 19 Apr 2008 02:20:38 +0000 (04:20 +0200)]
cmake: Detect libid3tag.

16 years agodidn't I say too strong ?
Rafaël Carré [Sat, 19 Apr 2008 02:12:48 +0000 (04:12 +0200)]
didn't I say too strong ?

16 years agoprune is too strong ...
Rafaël Carré [Sat, 19 Apr 2008 02:11:06 +0000 (04:11 +0200)]
prune is too strong ...

16 years agoMikael Stanojevic rules them all (especially Bonnevile)
Rafaël Carré [Sat, 19 Apr 2008 01:43:28 +0000 (03:43 +0200)]
Mikael Stanojevic rules them all (especially Bonnevile)

16 years agotest: catch() a bit more, and send artist meta to log output.
Pierre d'Herbemont [Sat, 19 Apr 2008 02:02:10 +0000 (04:02 +0200)]
test: catch() a bit more, and send artist meta to log output.

16 years agocmake: Add meta's test.
Pierre d'Herbemont [Sat, 19 Apr 2008 01:58:12 +0000 (03:58 +0200)]
cmake: Add meta's test.

16 years agotest: Copyright and formatting in libvlc/meta.c.
Pierre d'Herbemont [Sat, 19 Apr 2008 01:41:30 +0000 (03:41 +0200)]
test: Copyright and formatting in libvlc/meta.c.

16 years agotest: Use my copyright in libvlc/meta.c, and make sure the artist isn't an empty...
Pierre d'Herbemont [Sat, 19 Apr 2008 01:34:43 +0000 (03:34 +0200)]
test: Use my copyright in libvlc/meta.c, and make sure the artist isn't an empty string.

16 years agotest: Don't leak a libvlc_media in libvlc/meta.c.
Pierre d'Herbemont [Sat, 19 Apr 2008 01:31:53 +0000 (03:31 +0200)]
test: Don't leak a libvlc_media in libvlc/meta.c.

16 years agotest: Test meta data support.
Pierre d'Herbemont [Sat, 19 Apr 2008 00:51:42 +0000 (02:51 +0200)]
test: Test meta data support.

Note, this is done even if no meta data module is compiled. A future commit should fix that.

16 years agoFix gnutls building on windows... Complete and horrible hack... but
Jean-Baptiste Kempf [Fri, 18 Apr 2008 22:42:10 +0000 (00:42 +0200)]
Fix gnutls building on windows... Complete and horrible hack... but
seems to work.

16 years agogcrypt/gnutls imporvements.
Jean-Baptiste Kempf [Fri, 18 Apr 2008 22:02:27 +0000 (00:02 +0200)]
gcrypt/gnutls imporvements.

16 years agoFix display of album art
Rafaël Carré [Fri, 18 Apr 2008 15:55:14 +0000 (17:55 +0200)]
Fix display of album art

16 years agoSimplify.
Antoine Cellerier [Fri, 18 Apr 2008 13:53:21 +0000 (15:53 +0200)]
Simplify.

16 years agoAdd NEWS about HTTP access supporting Digest Auth and gzip compressed content. (Do...
Antoine Cellerier [Fri, 18 Apr 2008 13:41:40 +0000 (15:41 +0200)]
Add NEWS about HTTP access supporting Digest Auth and gzip compressed content. (Do we also need to add stuff about the cookies forwarding?)

16 years agoImproved functionality, thanks to the feedback by Robert Swain.
Felix Paul Kühne [Fri, 18 Apr 2008 12:50:48 +0000 (14:50 +0200)]
Improved functionality, thanks to the feedback by Robert Swain.

Fixed the last.fm settings (items weren't enabled properly) and added an additional note to the Caching level selector explaining the 'Custom' entry.

16 years agoUpdates and layout improvements
Felix Paul Kühne [Fri, 18 Apr 2008 11:22:26 +0000 (13:22 +0200)]
Updates and layout improvements

16 years agoFix the drag'n drop of directories on windows. Thanks to rohanpm on #qt for the idea...
Jean-Baptiste Kempf [Fri, 18 Apr 2008 00:20:18 +0000 (17:20 -0700)]
Fix the drag'n drop of directories on windows. Thanks to rohanpm on #qt for the idea. Close #1525

16 years agoSlovenian l10n update by Matej Urbančič
Christophe Mutricy [Thu, 17 Apr 2008 19:13:18 +0000 (20:13 +0100)]
Slovenian l10n update by Matej Urbančič

16 years agoFix for [oCERT-2008-004] multiple speex implementations insufficient boundary checks...
Jean-Baptiste Kempf [Thu, 17 Apr 2008 18:19:35 +0000 (11:19 -0700)]
Fix for [oCERT-2008-004] multiple speex implementations insufficient boundary checks. Patch by Eren Türkay

16 years agoi_fd is not applicable for Alsa so don't try and close it if one of the Alsa routines...
Richard Hosking [Thu, 17 Apr 2008 15:33:14 +0000 (16:33 +0100)]
i_fd is not applicable for Alsa so don't try and close it if one of the Alsa routines fail.

16 years agoFix RTSP client receiving on standard RTSP port 554.
Jean-Paul Saman [Thu, 17 Apr 2008 12:35:12 +0000 (14:35 +0200)]
Fix RTSP client receiving on standard RTSP port 554.

16 years agoForgotten in previous commit.
Pierre d'Herbemont [Thu, 17 Apr 2008 09:55:00 +0000 (11:55 +0200)]
Forgotten in previous commit.

16 years agoMakefile.am: Yet an other package-macosx-zip fix.
Pierre d'Herbemont [Thu, 17 Apr 2008 09:47:09 +0000 (11:47 +0200)]
Makefile.am: Yet an other package-macosx-zip fix.

16 years agofixed misc/stats.c:399: warning: comparison between signed and unsigned in function...
Michael Ploujnikov [Thu, 17 Apr 2008 01:21:33 +0000 (21:21 -0400)]
fixed misc/stats.c:399: warning: comparison between signed and unsigned in function '__stats_TimerClean'

Based on usage of i_id, other stats_* functions and my opinion i_id should be unsigned int instead of int, but I might be missing the bigger picture related to changing public APIs. Please, let me know how to correctly deal with such warnings.

16 years agoFix package-macosx*-zip tabs.
Pierre d'Herbemont [Thu, 17 Apr 2008 00:40:06 +0000 (02:40 +0200)]
Fix package-macosx*-zip tabs.

16 years agoAdd package-macosx-zip and package-macosx-framework-zip Makefile target.
Pierre d'Herbemont [Wed, 16 Apr 2008 23:45:04 +0000 (01:45 +0200)]
Add package-macosx-zip and package-macosx-framework-zip Makefile target.

16 years agoFix metadata reading
Rafaël Carré [Wed, 16 Apr 2008 23:15:57 +0000 (01:15 +0200)]
Fix metadata reading

Caution: other pieces of code may have been randomly deleted in
920692ff5d2d6b001e0f6ac7bda1978c9f7abd1f

16 years agomedia_discoverer: Typo fix. Don't add the media twice.
Pierre d'Herbemont [Wed, 16 Apr 2008 22:37:02 +0000 (00:37 +0200)]
media_discoverer: Typo fix. Don't add the media twice.

16 years agoRemove unused i_enabled member from the playlist struct
Rafaël Carré [Wed, 16 Apr 2008 22:31:17 +0000 (00:31 +0200)]
Remove unused i_enabled member from the playlist struct

16 years agoMissing header (was included by ncurses.h in previous releases)
Rafaël Carré [Wed, 16 Apr 2008 22:25:14 +0000 (00:25 +0200)]
Missing header (was included by ncurses.h in previous releases)

16 years agoDo not put a private function in a public header
Rafaël Carré [Wed, 16 Apr 2008 22:23:24 +0000 (00:23 +0200)]
Do not put a private function in a public header

16 years agoMirror yasm on ganesh
Felix Paul Kühne [Wed, 16 Apr 2008 22:18:51 +0000 (00:18 +0200)]
Mirror yasm on ganesh

16 years agoDo not leak
Rafaël Carré [Wed, 16 Apr 2008 21:29:06 +0000 (23:29 +0200)]
Do not leak

16 years agoFix for the LAMERS that don't haev Qt4.4
Jean-Baptiste Kempf [Wed, 16 Apr 2008 15:44:59 +0000 (08:44 -0700)]
Fix for the LAMERS that don't haev Qt4.4

16 years agomodules: Make sure DupModule() work as expected. (Pointed by courmisch).
Pierre d'Herbemont [Wed, 16 Apr 2008 15:19:46 +0000 (17:19 +0200)]
modules: Make sure DupModule() work as expected. (Pointed by courmisch).

16 years agoWe also want to enable PIC, if we are able to build it. *coughcough*
Felix Paul Kühne [Wed, 16 Apr 2008 15:02:19 +0000 (17:02 +0200)]
We also want to enable PIC, if we are able to build it. *coughcough*

16 years agoProperly initialize psz_name in PrintObject(). Fixes a warning: "Conditional jump...
Jean-Paul Saman [Wed, 16 Apr 2008 12:42:45 +0000 (14:42 +0200)]
Properly initialize psz_name in PrintObject(). Fixes a warning: "Conditional jump or move depends on uninitialised values"

16 years agoWhen demuxing with ffmpeg, set the VLC block I frame flag when it is marked as such...
Antoine Cellerier [Wed, 16 Apr 2008 12:47:43 +0000 (14:47 +0200)]
When demuxing with ffmpeg, set the VLC block I frame flag when it is marked as such by lavf. This fixes flv restreaming without transcoding.

16 years agomodules: Fix const char * usage and memory management.
Pierre d'Herbemont [Wed, 16 Apr 2008 12:32:15 +0000 (14:32 +0200)]
modules: Fix const char * usage and memory management.

16 years agoUpdate yasm to 0.7.0. This fixes the compilation of x264's latest code with PIC on...
Felix Paul Kühne [Wed, 16 Apr 2008 12:29:33 +0000 (14:29 +0200)]
Update yasm to 0.7.0. This fixes the compilation of x264's latest code with PIC on Darwin.

16 years agomodules: Don't cast a const to silent a warning on free().
Pierre d'Herbemont [Wed, 16 Apr 2008 12:21:19 +0000 (14:21 +0200)]
modules: Don't cast a const to silent a warning on free().

16 years agoobjects: Also dump leaked objects.
Pierre d'Herbemont [Wed, 16 Apr 2008 11:58:21 +0000 (13:58 +0200)]
objects: Also dump leaked objects.

16 years agoProperly free hal ctx when finished with it.
Jean-Paul Saman [Wed, 16 Apr 2008 11:48:05 +0000 (13:48 +0200)]
Properly free hal ctx when finished with it.

16 years agoobjects: Dump libvlc object when aborting because of leaks.
Pierre d'Herbemont [Wed, 16 Apr 2008 11:56:23 +0000 (13:56 +0200)]
objects: Dump libvlc object when aborting because of leaks.

16 years agoUse which to find utilities - calling them may return an error
Rafaël Carré [Wed, 16 Apr 2008 11:03:04 +0000 (13:03 +0200)]
Use which to find utilities - calling them may return an error

16 years agoTabstops and buddies in UI.
Jean-Baptiste Kempf [Wed, 16 Apr 2008 08:22:39 +0000 (01:22 -0700)]
Tabstops and buddies in UI.

16 years agoCode factorization.
Jean-Baptiste Kempf [Wed, 16 Apr 2008 08:05:24 +0000 (01:05 -0700)]
Code factorization.

16 years agoSimple Preferences - Audio: Don't build widget not useful for your platform instead...
Jean-Baptiste Kempf [Wed, 16 Apr 2008 07:58:41 +0000 (00:58 -0700)]
Simple Preferences - Audio: Don't build widget not useful for your platform instead of hiding them. Will remove some weirdness on windows for resizing.

16 years agoUI buddies and tab stop for audio prefs.
Jean-Baptiste Kempf [Wed, 16 Apr 2008 06:28:23 +0000 (23:28 -0700)]
UI buddies and tab stop for audio prefs.

16 years agoEsthetic modification for Oxygen-like theme.
Jean-Baptiste Kempf [Wed, 16 Apr 2008 06:23:50 +0000 (23:23 -0700)]
Esthetic modification for Oxygen-like theme.

16 years agoSmall menu fix.
Jean-Baptiste Kempf [Wed, 16 Apr 2008 06:18:46 +0000 (23:18 -0700)]
Small menu fix.

16 years agoAdd the missing modules in modules/LIST.
Rémi Duraffort [Tue, 15 Apr 2008 22:12:00 +0000 (00:12 +0200)]
Add the missing modules in modules/LIST.
If you wan a better decription of each module in this file please add it.

16 years agoFix the update in wxwidgets.
Rémi Duraffort [Tue, 15 Apr 2008 22:01:42 +0000 (00:01 +0200)]
Fix the update in wxwidgets.

16 years agoconfigure: Enable read_only_reloc for x264.
Pierre d'Herbemont [Tue, 15 Apr 2008 21:24:07 +0000 (23:24 +0200)]
configure: Enable read_only_reloc for x264.

16 years agotests: Fix libvlc.sym.
Pierre d'Herbemont [Tue, 15 Apr 2008 21:22:35 +0000 (23:22 +0200)]
tests: Fix libvlc.sym.

16 years agomacosx: Use mv and chmod instead of install which doesn't work out-of-the-box here.
Pierre d'Herbemont [Tue, 15 Apr 2008 20:58:02 +0000 (22:58 +0200)]
macosx: Use mv and chmod instead of install which doesn't work out-of-the-box here.

16 years agomacosx: As pointed by funman, remove a duplicate case.
Pierre d'Herbemont [Tue, 15 Apr 2008 20:50:41 +0000 (22:50 +0200)]
macosx: As pointed by funman, remove a duplicate case.

16 years agomacosx: Use $suffix in Pre-Compile.sh, and install as requested by funman.
Pierre d'Herbemont [Tue, 15 Apr 2008 20:43:39 +0000 (22:43 +0200)]
macosx: Use $suffix in Pre-Compile.sh, and install as requested by funman.

16 years agoDo not try to use cmake 2.4
Rafaël Carré [Tue, 15 Apr 2008 20:38:58 +0000 (22:38 +0200)]
Do not try to use cmake 2.4

16 years agomacosx: Fix VLC-release.app library links.
VideoLAN [Tue, 15 Apr 2008 20:25:48 +0000 (22:25 +0200)]
macosx: Fix VLC-release.app library links.

16 years agoFix MacOSX update checking - inverted behavior
Rafaël Carré [Tue, 15 Apr 2008 19:41:37 +0000 (21:41 +0200)]
Fix MacOSX update checking - inverted behavior

The problem came from my misreading of the API
This commit also fix potential misunderstanding by simplifying it further

16 years agoMake update dialog empty - only display "Checking"
Rafaël Carré [Tue, 15 Apr 2008 19:40:34 +0000 (21:40 +0200)]
Make update dialog empty - only display "Checking"

16 years agomodule: Set up a timer for moduleNeed().
Pierre d'Herbemont [Tue, 15 Apr 2008 17:31:28 +0000 (19:31 +0200)]
module: Set up a timer for moduleNeed().

16 years agoinput: Set a timer for input launching.
Pierre d'Herbemont [Tue, 15 Apr 2008 17:30:29 +0000 (19:30 +0200)]
input: Set a timer for input launching.

16 years agostats: Support per object timer. (and implement stats_TimerClean()).
Pierre d'Herbemont [Tue, 15 Apr 2008 17:29:31 +0000 (19:29 +0200)]
stats: Support per object timer. (and implement stats_TimerClean()).

16 years agoRevert "Bump libgnutls - Note that 2.3.4 was available when last bumped"
Rafaël Carré [Tue, 15 Apr 2008 17:30:15 +0000 (19:30 +0200)]
Revert "Bump libgnutls - Note that 2.3.4 was available when last bumped"

2.3.4 is the unstable branch, as not indicated on the download page
This reverts commit cbac72de347275055d04968a32cd5e338696c424.

16 years agoBump libgnutls - Note that 2.3.4 was available when last bumped
Rafaël Carré [Tue, 15 Apr 2008 17:14:09 +0000 (19:14 +0200)]
Bump libgnutls - Note that 2.3.4 was available when last bumped

Fix compilation with external opencdk

16 years agoSupport for ML20 (mimic codec) for MSN webcams.
Jean-Baptiste Kempf [Tue, 15 Apr 2008 17:04:44 +0000 (10:04 -0700)]
Support for ML20 (mimic codec) for MSN webcams.

16 years agoAvoid segfaulting if live555 error is neither a HTTP or RTSP error
Jérôme Decoodt [Tue, 15 Apr 2008 09:50:22 +0000 (11:50 +0200)]
Avoid segfaulting if live555 error is neither a HTTP or RTSP error
Avoid an infinite loop for this case too (only 3 tries to connect, then abort)

16 years agoFix parsing of plugin-path with escaping chars...
Jérôme Decoodt [Mon, 14 Apr 2008 16:32:53 +0000 (18:32 +0200)]
Fix parsing of plugin-path with escaping chars...

16 years agoSets the output channel configuration when opening the decoder
Rafaël Carré [Mon, 14 Apr 2008 14:13:21 +0000 (16:13 +0200)]
Sets the output channel configuration when opening the decoder

Signed-off-by: Meuuh the cow
16 years agoMerge branch 'master' of git@git.videolan.org:vlc
Jean-Paul Saman [Mon, 14 Apr 2008 13:44:31 +0000 (15:44 +0200)]
Merge branch 'master' of git@git.videolan.org:vlc

16 years agoupdate module LIST file.
Jean-Paul Saman [Mon, 14 Apr 2008 13:42:11 +0000 (15:42 +0200)]
update module LIST file.

16 years agoFix plugins/modules path list on Win32
Jérôme Decoodt [Mon, 14 Apr 2008 12:25:52 +0000 (14:25 +0200)]
Fix plugins/modules path list on Win32

16 years agoPut filter count to zero after releasing all audio filters.
Jean-Paul Saman [Mon, 14 Apr 2008 12:17:17 +0000 (14:17 +0200)]
Put filter count to zero after releasing all audio filters.

16 years agoinput: Split Init() into multiple subfunctions to try to isolate the different part...
Pierre d'Herbemont [Mon, 14 Apr 2008 10:32:44 +0000 (12:32 +0200)]
input: Split Init() into multiple subfunctions to try to isolate the different part of the function.

16 years agoaccess: Rename access2 to access as access is no longer existing.
Pierre d'Herbemont [Sun, 13 Apr 2008 22:21:18 +0000 (00:21 +0200)]
access: Rename access2 to access as access is no longer existing.

16 years agodemux: Rename demux2 to demux as demux is no longer existing.
Pierre d'Herbemont [Sun, 13 Apr 2008 22:20:09 +0000 (00:20 +0200)]
demux: Rename demux2 to demux as demux is no longer existing.

16 years agoinclude: Remove vlc_bool_t, VLC_TRUE, and VLC_FALSE definitions.
Pierre d'Herbemont [Sun, 13 Apr 2008 22:09:44 +0000 (00:09 +0200)]
include: Remove vlc_bool_t, VLC_TRUE, and VLC_FALSE definitions.

16 years agoReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.
Pierre d'Herbemont [Sun, 13 Apr 2008 22:08:29 +0000 (00:08 +0200)]
Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.

This improves readability a lot and prevent us from reinventing the wheel.

16 years agohmm, removing git remainings. Sorry about this
Felix Paul Kühne [Sun, 13 Apr 2008 18:16:43 +0000 (20:16 +0200)]
hmm, removing git remainings. Sorry about this

16 years agoRemoved nasm in favour of yasm for Darwin-x86. Note that yasm isn't build on PowerPC...
Felix Paul Kühne [Sun, 13 Apr 2008 18:12:03 +0000 (20:12 +0200)]
Removed nasm in favour of yasm for Darwin-x86. Note that yasm isn't build on PowerPC-based Macs because it's not needed.

16 years agoRemoved nasm from the contribs and changed the build behaviour for yasm: it's only...
Felix Paul Kühne [Sun, 13 Apr 2008 18:05:01 +0000 (20:05 +0200)]
Removed nasm from the contribs and changed the build behaviour for yasm: it's only compiled on Intel-based Macs as PPC-based Macs don't need it.

16 years agoFix win32 taglib linking
Christophe Mutricy [Sun, 13 Apr 2008 17:48:34 +0000 (18:48 +0100)]
Fix win32 taglib linking

Don't use the export things in taglib as we don't need it and it's buggy

16 years agoContrib: introduce yasm to build x264 on darwin.
Pavlov Konstantin [Sun, 13 Apr 2008 17:35:40 +0000 (21:35 +0400)]
Contrib: introduce yasm to build x264 on darwin.
Also fix Distributions gitignore.

16 years agoFix typo.
Pavlov Konstantin [Sun, 13 Apr 2008 17:25:31 +0000 (21:25 +0400)]
Fix typo.

16 years agoMove ppsz_input_state[] to modules/control/rc.c because it is the only user of this...
Jean-Paul Saman [Sun, 13 Apr 2008 14:52:34 +0000 (16:52 +0200)]
Move ppsz_input_state[] to modules/control/rc.c because it is the only user of this variable. This silences a lot of warning messages.

16 years agoDon't build dynamicoverlay for Win32 (either using mingw32 or mingwce).
Jean-Paul Saman [Sun, 13 Apr 2008 14:38:06 +0000 (16:38 +0200)]
Don't build dynamicoverlay for Win32 (either using mingw32 or mingwce).

16 years agoDon't compile dynamicoverlay when there is no POSIX shared memory support on the...
Jean-Paul Saman [Sun, 13 Apr 2008 14:31:15 +0000 (16:31 +0200)]
Don't compile dynamicoverlay when there is no POSIX shared memory support on the system. Use VLC_UNUSED() iso (void)().

16 years agoRename LoadImage() to blendbench_LoadImage() because of naming conflicts with Windows...
Jean-Paul Saman [Sun, 13 Apr 2008 14:09:24 +0000 (16:09 +0200)]
Rename LoadImage() to blendbench_LoadImage() because of naming conflicts with Windows API and small cleanup/malloc checks.