]> git.sesse.net Git - vlc/log
vlc
15 years agoPlay more than one media to improve coverage a bit
Rémi Denis-Courmont [Mon, 1 Jun 2009 15:31:28 +0000 (18:31 +0300)]
Play more than one media to improve coverage a bit
(cherry picked from commit c01710dd232695150ce10e7b1a8112781eacdd54)

15 years agoMake the test timeout more bearable
Rémi Denis-Courmont [Mon, 1 Jun 2009 15:31:14 +0000 (18:31 +0300)]
Make the test timeout more bearable
(cherry picked from commit 9f71b31e9082e57d05f793a6404867ecf616314c)

15 years agoCore: Closed Captions memleak
Derk-Jan Hartman [Tue, 2 Jun 2009 13:35:14 +0000 (15:35 +0200)]
Core: Closed Captions memleak

15 years agolibvlc: Fix media_list_player's test by using asynchronous event handler on media.
Pierre d'Herbemont [Tue, 2 Jun 2009 07:56:08 +0000 (00:56 -0700)]
libvlc: Fix media_list_player's test by using asynchronous event handler on media.

15 years agolibvlc: Allow event to be dispatched asynchronously.
Pierre d'Herbemont [Tue, 2 Jun 2009 07:24:42 +0000 (00:24 -0700)]
libvlc: Allow event to be dispatched asynchronously.

15 years agolibvlc: Make sure we unlock on error code path.
Pierre d'Herbemont [Tue, 2 Jun 2009 02:39:08 +0000 (19:39 -0700)]
libvlc: Make sure we unlock on error code path.

15 years agoRevert "libvlc_event_*: fix locking"
Pierre d'Herbemont [Tue, 2 Jun 2009 02:36:53 +0000 (19:36 -0700)]
Revert "libvlc_event_*: fix locking"

This reverts commit 13b7d257de1eced08708034186e290c0a5f5628a.

This is incorrect as it introduces locking the release when this should not be needed.

15 years ago.h file commit for [9d7513aea570d26822f26a7b0567133ab4fd6324]
Derk-Jan Hartman [Mon, 1 Jun 2009 23:43:22 +0000 (01:43 +0200)]
.h file commit for [9d7513aea570d26822f26a7b0567133ab4fd6324]

15 years agomacosx vout: another memleak
Derk-Jan Hartman [Mon, 1 Jun 2009 23:26:32 +0000 (01:26 +0200)]
macosx vout: another memleak

A memleak in the handling of NSAnimation

15 years agoUse UDBZ instead of UDZO as disk-image format, which should save us about almost...
Felix Paul Kühne [Mon, 1 Jun 2009 21:08:53 +0000 (23:08 +0200)]
Use UDBZ instead of UDZO as disk-image format, which should save us about almost 20% of its previous size

This format isn't 10.3 compatible, but VLC isn't either, so we shouldn't care. Pointed by zacwest on the forums.

15 years agoCompilation fix for old ffmpeg version.
Laurent Aimar [Mon, 1 Jun 2009 17:22:37 +0000 (19:22 +0200)]
Compilation fix for old ffmpeg version.

15 years agoContribs for Linux x64
Jean-Baptiste Kempf [Mon, 1 Jun 2009 14:23:37 +0000 (16:23 +0200)]
Contribs for Linux x64

Patch by Kaloyan Kovachev

15 years agocontribs: updated binary package for Darwin 9 (ppc & x86)
Felix Paul Kühne [Mon, 1 Jun 2009 12:30:34 +0000 (14:30 +0200)]
contribs: updated binary package for Darwin 9 (ppc & x86)

This automagically updates 1.0-bugfix, too. No need to backport.

15 years agomtime: grah, compile before thou commits.
Derk-Jan Hartman [Mon, 1 Jun 2009 11:40:27 +0000 (13:40 +0200)]
mtime: grah, compile before thou commits.

/me idiot.

15 years agomtime: ifdef vs if defined()
Derk-Jan Hartman [Mon, 1 Jun 2009 11:34:33 +0000 (13:34 +0200)]
mtime: ifdef vs if defined()

misc/mtime.c:59:18: warning: extra tokens at end of #ifdef directive
Grah, sorry about this, Apple parser doesn't see this as a problem, but other platforms do of course.

15 years agoAdded (but disabled at compilation time) VA-API support to our avcodec wrapper.
Laurent Aimar [Mon, 1 Jun 2009 09:49:05 +0000 (11:49 +0200)]
Added (but disabled at compilation time) VA-API support to our avcodec wrapper.

 I choosed to extract the decoded frame back to memory instead of developping
a new specific vaapi vout. It was easier, allows transcoding and does not break
our current OSD.

 Becarefull, you probably have to applied a pending patch on ffmpeg for h264
decoding.

 You still have to manually uncomment the HAVE_AVCODEC_VAAPI define in
avcodec.h and to fix the build system to test it.

15 years agoFlush picture buffers when closing the avcodec decoder.
Laurent Aimar [Mon, 1 Jun 2009 09:54:50 +0000 (11:54 +0200)]
Flush picture buffers when closing the avcodec decoder.

15 years agomac PPC: don't use mach absolute_time()
Derk-Jan Hartman [Mon, 1 Jun 2009 10:35:38 +0000 (12:35 +0200)]
mac PPC: don't use mach absolute_time()

Introduced in [5ead92ffd58088828ed802173d963b2571f0cd69], on PowerPC-based Macs this breaks the playback of a certain AVI and WMV files for reasons not fully understood. The commit was reverted for PPC macs in
* [49f3721c5baa88feece1d8793f08f08b2ed86a4d]
* [7786caa59f70d40794273cd741ea96f98d43621f]
but these commits were never applied to the master branch.

15 years agomkv: Restore the priority of the mkv module
Derk-Jan Hartman [Mon, 1 Jun 2009 10:26:57 +0000 (12:26 +0200)]
mkv: Restore the priority of the mkv module

Most of the time the module was still selected due to extension lookup.
It is also reported that avformat still is unstable when seeking mkv's

15 years agovobsub: strdup memleak (stream_Add copies the format)
Derk-Jan Hartman [Mon, 1 Jun 2009 09:58:30 +0000 (11:58 +0200)]
vobsub: strdup memleak (stream_Add copies the format)

15 years agocontribs: use GCC 4.2.1 for libgoom2k4, too.
Felix Paul Kühne [Mon, 1 Jun 2009 10:15:20 +0000 (12:15 +0200)]
contribs: use GCC 4.2.1 for libgoom2k4, too.

Updated binary packages are on the way.

15 years agoMissing vlc_picture_fifo/pool.h includes in src/Makefile.am
Laurent Aimar [Sun, 31 May 2009 19:55:37 +0000 (21:55 +0200)]
Missing vlc_picture_fifo/pool.h includes in src/Makefile.am

15 years agoFixed infinite loop in config_ChainDuplicate.
Laurent Aimar [Sun, 31 May 2009 19:52:35 +0000 (21:52 +0200)]
Fixed infinite loop in config_ChainDuplicate.

15 years agoSAP_Add: use a union to fix aliasing bug
Rémi Denis-Courmont [Sun, 31 May 2009 19:27:25 +0000 (22:27 +0300)]
SAP_Add: use a union to fix aliasing bug

15 years agoRevert "Merge branch 'master' of git@git.videolan.org:vlc"
Rémi Denis-Courmont [Sun, 31 May 2009 19:32:31 +0000 (22:32 +0300)]
Revert "Merge branch 'master' of git@git.videolan.org:vlc"

This reverts commit 3eeab0d3a064349bbd0f65b9a890a3cfc82f6283, reversing
changes made to 7079b91c24f7c8032025576407f1386350cae58f.

15 years agoMerge branch 'master' of git@git.videolan.org:vlc
Rémi Denis-Courmont [Sun, 31 May 2009 19:32:09 +0000 (22:32 +0300)]
Merge branch 'master' of git@git.videolan.org:vlc

15 years agoRevert "SAP_Add: use a union to fix aliasing bug"
Rémi Denis-Courmont [Sun, 31 May 2009 19:32:02 +0000 (22:32 +0300)]
Revert "SAP_Add: use a union to fix aliasing bug"

This reverts commit 8d812e0a8417d97334ad008185cd9ece30294ab3.

15 years agoMerge commit 'origin/base'
Rémi Denis-Courmont [Sun, 31 May 2009 19:30:31 +0000 (22:30 +0300)]
Merge commit 'origin/base'

15 years agoSAP_Add: use a union to fix aliasing bug
Rémi Denis-Courmont [Sun, 31 May 2009 19:27:25 +0000 (22:27 +0300)]
SAP_Add: use a union to fix aliasing bug

15 years agoAbort if array allocation fails
Rémi Denis-Courmont [Sun, 31 May 2009 19:25:54 +0000 (22:25 +0300)]
Abort if array allocation fails

15 years agoMade picture_Hold return the provided picture.
Laurent Aimar [Sun, 31 May 2009 15:31:17 +0000 (17:31 +0200)]
Made picture_Hold return the provided picture.

15 years agoAdded config_ChainDuplicate to duplicate config_chain_t list.
Laurent Aimar [Sun, 31 May 2009 15:28:20 +0000 (17:28 +0200)]
Added config_ChainDuplicate to duplicate config_chain_t list.

15 years agoQt: Fix button in speed of subtitles.
Jean-Baptiste Kempf [Sun, 31 May 2009 14:19:31 +0000 (16:19 +0200)]
Qt: Fix button in speed of subtitles.

"Adjustment and Effects, Synchronisation, Subtitles/Video, Speed of the subtitles, minus sign is not clickable" Spotted by Trax.

15 years agoDo not access vout_thread_t fields when it can be avoided.
Laurent Aimar [Sun, 31 May 2009 00:12:51 +0000 (02:12 +0200)]
Do not access vout_thread_t fields when it can be avoided.

15 years agoAdded vout_GetSpu to retreive the spu_t object from the vout.
Laurent Aimar [Sun, 31 May 2009 00:00:28 +0000 (02:00 +0200)]
Added vout_GetSpu to retreive the spu_t object from the vout.

It will allow hiding vout_thread_t fields.

15 years agoAdded picture_NewFromFormat/Ressource functions.
Laurent Aimar [Sat, 30 May 2009 23:23:46 +0000 (01:23 +0200)]
Added picture_NewFromFormat/Ressource functions.

It is prefered to use picture_NewFromFormat over picture_New (it may replace
it latter).

15 years agoAdded picture_pool_t and functions helpers.
Laurent Aimar [Sat, 30 May 2009 21:59:11 +0000 (23:59 +0200)]
Added picture_pool_t and functions helpers.

It is usefull to avoid reallocating pictures over and over.

 Becarefull, it is not yet thread safe as picture_t reference count
is not.
 I will change it when more work has been done on the vout.

15 years agoAdded a picture_fifo_t helper.
Laurent Aimar [Sat, 30 May 2009 21:31:25 +0000 (23:31 +0200)]
Added a picture_fifo_t helper.

15 years agoAdded a picture_Reset helper.
Laurent Aimar [Sat, 30 May 2009 21:23:38 +0000 (23:23 +0200)]
Added a picture_Reset helper.

15 years agoUsed subpicture_NewFromPicture in snapshot code.
Laurent Aimar [Sat, 30 May 2009 21:11:26 +0000 (23:11 +0200)]
Used subpicture_NewFromPicture in snapshot code.

15 years agoAdded a subpicture_NewFromPicture helper.
Laurent Aimar [Sat, 30 May 2009 21:07:10 +0000 (23:07 +0200)]
Added a subpicture_NewFromPicture helper.

15 years agoA few sprintf()+n in text/strings.c
JP Dinger [Sat, 30 May 2009 20:35:45 +0000 (22:35 +0200)]
A few sprintf()+n in text/strings.c

15 years agomozilla plugin: cosmetics.
JP Dinger [Sat, 30 May 2009 20:34:46 +0000 (22:34 +0200)]
mozilla plugin: cosmetics.

15 years agocontribs: enforce usage of gcc-4.2 instead of llvm-gcc-4.2 for libx264 to ensure...
Felix Paul Kühne [Sat, 30 May 2009 15:59:48 +0000 (17:59 +0200)]
contribs: enforce usage of gcc-4.2 instead of llvm-gcc-4.2 for libx264 to ensure proper linking on both PPC and x86 based Macs

Binary packages will need an update here.

15 years agoCosmetics: Remove need to (char*)"..." by making the target const, and replace a...
JP Dinger [Sat, 30 May 2009 07:42:59 +0000 (09:42 +0200)]
Cosmetics: Remove need to (char*)"..." by making the target const, and replace a call to var_Get(bool) with var_GetBool.

15 years agovcdx: 100% cosmetics; indentation reformatting.
JP Dinger [Sat, 30 May 2009 07:41:29 +0000 (09:41 +0200)]
vcdx: 100% cosmetics; indentation reformatting.

15 years agoCosmetics, and pull finding the playlist sorting function back to top level. The...
JP Dinger [Fri, 29 May 2009 23:52:49 +0000 (01:52 +0200)]
Cosmetics, and pull finding the playlist sorting function back to top level. The meta_* functions are still wildly inefficient, though.

15 years agovisual: no need to strdup the name of the effect as it's only use with strcmp.
Rémi Duraffort [Sat, 30 May 2009 09:15:13 +0000 (11:15 +0200)]
visual: no need to strdup the name of the effect as it's only use with strcmp.

15 years agomacosx remote: Fix a leak in the Apple Remote class.
Derk-Jan Hartman [Fri, 29 May 2009 18:42:37 +0000 (20:42 +0200)]
macosx remote: Fix a leak in the Apple Remote class.

A thank you to the Xbmc authors who had this fixed in their version of Martin Kahr's class.
(cherry picked from commit 7157ad33673305f7947fe84ca78374bdba5e64f8)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agomacosx: fixed another array which isn't released before recreation
Felix Paul Kühne [Fri, 29 May 2009 18:01:42 +0000 (20:01 +0200)]
macosx: fixed another array which isn't released before recreation
(cherry picked from commit ced7fc2dd8673d5b4eeb8c95f98f456928f6f39a)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agomacosx vout: fix fullscreen behaviour on eof.
Derk-Jan Hartman [Fri, 29 May 2009 11:53:13 +0000 (13:53 +0200)]
macosx vout: fix fullscreen behaviour on eof.

Fixes a bug introduced on [795fa06c631752687800bdff5ec44f742c0e72bd]
Closes #2794
(cherry picked from commit fc9987fa29409be3cae9743dbae265959477747c)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoQuit correctly x264 codec when x264 failed.
Rémi Duraffort [Fri, 29 May 2009 06:56:23 +0000 (08:56 +0200)]
Quit correctly x264 codec when x264 failed.
(cherry picked from commit e4bbb16bb183b2cad499e088ccd99313d386df62)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agomacosx preferences: more memleaks
Derk-Jan Hartman [Fri, 29 May 2009 11:18:01 +0000 (13:18 +0200)]
macosx preferences: more memleaks

* initmethods returning nil. checks moved outside init.
* leaking module_config_get. Keep better track of those.
* spurious strdup
* leaked hotkeys NSMutableArray when resetting the preferences.
(cherry picked from commit 27d841889c9116d46be643fa482f9ca562d233f3)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agomacosx: remove a NSLog message.
Derk-Jan Hartman [Fri, 29 May 2009 11:15:34 +0000 (13:15 +0200)]
macosx: remove a NSLog message.
(cherry picked from commit 5cbb5848e90522556a838ccf04646727fed10cc9)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agomacosx intf: Fix bug in equalizer
Derk-Jan Hartman [Fri, 29 May 2009 11:10:23 +0000 (13:10 +0200)]
macosx intf: Fix bug in equalizer

Introduced by [ca17039cd8dbaff98d0d4f08b94d3f3efa92af98]
(cherry picked from commit c543a40de86224b961a089d0a17374867f835da4)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoFix a segfault : check the return value of x264_encoder_open().
Adrien Maglo [Thu, 28 May 2009 18:05:23 +0000 (20:05 +0200)]
Fix a segfault : check the return value of x264_encoder_open().

According to x264 code, if it fails, it return NULL.
And with a first NULL parameter x264_encoder_headers() segfaults.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit 77dea4efed8f1ce11edf551ac33b53ead9fb16a8)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoQt Sout dialog: MJPEG mux is "mpjpeg"
Jean-Philippe Andre [Thu, 28 May 2009 15:53:53 +0000 (23:53 +0800)]
Qt Sout dialog: MJPEG mux is "mpjpeg"

Note that "avformat{mux=mjpeg}" is also valid.
(cherry picked from commit f69af253a4fe0dbf4121c4a320d01adb1c6d0cab)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoInclude vlc_url when using make_URI
Rémi Duraffort [Thu, 28 May 2009 14:23:19 +0000 (16:23 +0200)]
Include vlc_url when using make_URI
(cherry picked from commit 7608496964e8ce6f3a740ccc4b41a76da096bd73)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoFix xspf reading/writing
Rafaël Carré [Wed, 27 May 2009 19:36:22 +0000 (21:36 +0200)]
Fix xspf reading/writing

When reading a file:// URL from an xspf entry, store the decoded file path; else store the unmodified URL

Always keep album art URLs always encoded and decode the path when needed
Interfaces & plugins only use file paths
Playlist core extract attachment:// URLs (from file meta data), http:// or other (from meta data fetchers like lua) and cache them to a file

Thanks to courmisch for clarification

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
(cherry picked from commit a654d4a14edf1a3925cfa731c965652832f01ef2)

15 years agoMemleaks in Equalizer callback and Mac OS X audio module.
Derk-Jan Hartman [Thu, 28 May 2009 13:41:31 +0000 (15:41 +0200)]
Memleaks in Equalizer callback and Mac OS X audio module.
(cherry picked from commit 1d3b0ce24c9de1a35ca96addfffa2cd25ccd30fb)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agomacosx intf: Avoid using fixed sized buffer here.
Derk-Jan Hartman [Thu, 28 May 2009 13:40:18 +0000 (15:40 +0200)]
macosx intf: Avoid using fixed sized buffer here.
(cherry picked from commit ca17039cd8dbaff98d0d4f08b94d3f3efa92af98)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agomacosx controls: Another string memleak.
Derk-Jan Hartman [Thu, 28 May 2009 12:28:51 +0000 (14:28 +0200)]
macosx controls: Another string memleak.
(cherry picked from commit 1692e7000a5639bb70d1d48b761ee40707ddc560)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agomacosx intf: another strdup memleak
Derk-Jan Hartman [Thu, 28 May 2009 11:43:22 +0000 (13:43 +0200)]
macosx intf: another strdup memleak
(cherry picked from commit a037a08d58e5b97af4ec09071818126fd581b27f)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoaccess_directory: fix memleaks.
Rémi Duraffort [Thu, 28 May 2009 12:34:21 +0000 (14:34 +0200)]
access_directory: fix memleaks.
(cherry picked from commit cbe9981163a222b2e57ad266881750fdf6b5d2b2)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agomemleaks: Several Mac OS X interface related memleaks.
Derk-Jan Hartman [Wed, 27 May 2009 22:16:17 +0000 (00:16 +0200)]
memleaks: Several Mac OS X interface related memleaks.
(cherry picked from commit bc3883a52ee35d2d118f8a7c43093faa253cc0b4)

15 years agomacosx intf: Fix a strdup memleak
Derk-Jan Hartman [Wed, 27 May 2009 20:00:56 +0000 (22:00 +0200)]
macosx intf: Fix a strdup memleak
(cherry picked from commit 02b581e1dc54e8fe7c3ca6d24528539fd996ac13)

15 years agoRemove unused unescape_URI() and unescape_URI_duplicate()
Rafaël Carré [Wed, 27 May 2009 17:22:28 +0000 (19:22 +0200)]
Remove unused unescape_URI() and unescape_URI_duplicate()
(cherry picked from commit b5687139f9ac84a7bdf03d9a9612950c43fe6ec2)

15 years agodbus : fix a deadlock with p_events array
Rafaël Carré [Wed, 27 May 2009 11:56:02 +0000 (13:56 +0200)]
dbus : fix a deadlock with p_events array

Mention that MPRIS is at version 1.0
Remove some trailing spaces
Remove unused argument 'lock' from MarshalStatus()
(cherry picked from commit f193adfbec380ac312c2f1a476a38e3172b7e993)

15 years agomacosx: fixed non-appearance of the verbose error panel and a few l10n things
Felix Paul Kühne [Wed, 27 May 2009 10:37:35 +0000 (12:37 +0200)]
macosx: fixed non-appearance of the verbose error panel and a few l10n things
(cherry picked from commit bad63db868d59b72dfc48ab767e5ee74f4d5d3c6)

15 years agofixed distribution as dmg if srcdir != top_builddir
Felix Paul Kühne [Wed, 27 May 2009 09:55:14 +0000 (11:55 +0200)]
fixed distribution as dmg if srcdir != top_builddir
(cherry picked from commit feec0f30c55220f3f0be73940899f036cc72c012)

15 years agoFix mozilla autoconf check : AC_PATH_PROGS() was used incorrectly, and the check...
Rafaël Carré [Wed, 27 May 2009 09:12:20 +0000 (11:12 +0200)]
Fix mozilla autoconf check : AC_PATH_PROGS() was used incorrectly, and the check wouldn't error if {mozilla,seamonkey}-config or xulrunner wasn't found
(cherry picked from commit f3fe98dbb4255e70fec8f12c5bba44749122930b)

15 years agol10n: first update of the German translation
Felix Paul Kühne [Tue, 26 May 2009 21:34:22 +0000 (23:34 +0200)]
l10n: first update of the German translation

Lots of strings still missing, help would be welcome
(cherry picked from commit 946eba4adf89f4727dcecf84e20cf8cf98110cb4)

15 years agoinvmem: fix potential memleaks.
Rémi Duraffort [Tue, 26 May 2009 21:16:30 +0000 (23:16 +0200)]
invmem: fix potential memleaks.

15 years agoplaylist/sort.c: remove globals, replace with pointers to generated stubs.
JP Dinger [Fri, 29 May 2009 22:14:24 +0000 (00:14 +0200)]
playlist/sort.c: remove globals, replace with pointers to generated stubs.

15 years agoplaylist sorting: for inline to work, the text has to be available. IE putting the...
JP Dinger [Fri, 29 May 2009 20:23:33 +0000 (22:23 +0200)]
playlist sorting: for inline to work, the text has to be available. IE putting the function behind all others that use it isn't going to work, and marking forward declarations inline won't help fix it.

15 years agoA couple more obvious missing (int64_t) cast fixes.
JP Dinger [Fri, 29 May 2009 12:43:16 +0000 (14:43 +0200)]
A couple more obvious missing (int64_t) cast fixes.

15 years agodbus: Fix an integer overflow when seeking more than ~2000 seconds.
Sigmund Augdal [Fri, 29 May 2009 10:52:49 +0000 (12:52 +0200)]
dbus: Fix an integer overflow when seeking more than ~2000 seconds.

15 years agoUpdate effects list.
Rémi Duraffort [Fri, 29 May 2009 10:16:18 +0000 (12:16 +0200)]
Update effects list.

15 years agoAvoid using msg_* when running out of memory.
Rémi Duraffort [Fri, 29 May 2009 09:24:04 +0000 (11:24 +0200)]
Avoid using msg_* when running out of memory.

15 years agoWinCE: typo
Pierre Ynard [Fri, 29 May 2009 09:32:22 +0000 (11:32 +0200)]
WinCE: typo

Fix compilation

15 years agoBe consistent with module naming.
Rémi Duraffort [Thu, 28 May 2009 21:29:40 +0000 (23:29 +0200)]
Be consistent with module naming.

15 years agoProprifications, fix some issues and factorize.
Rémi Duraffort [Thu, 28 May 2009 21:26:57 +0000 (23:26 +0200)]
Proprifications, fix some issues and factorize.

15 years agoRemove compile-time check warnings on GCC 3
Rémi Denis-Courmont [Thu, 28 May 2009 16:51:56 +0000 (19:51 +0300)]
Remove compile-time check warnings on GCC 3

15 years agoFix xspf reading/writing
Rafaël Carré [Wed, 27 May 2009 19:36:22 +0000 (21:36 +0200)]
Fix xspf reading/writing

When reading a file:// URL from an xspf entry, store the decoded file path; else store the unmodified URL

Always keep album art URLs always encoded and decode the path when needed
Interfaces & plugins only use file paths
Playlist core extract attachment:// URLs (from file meta data), http:// or other (from meta data fetchers like lua) and cache them to a file

Thanks to courmisch for clarification

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years agoMerge branch 'base' into master
Rémi Denis-Courmont [Wed, 27 May 2009 15:50:03 +0000 (18:50 +0300)]
Merge branch 'base' into master

15 years agoRTP output: fix port allocation in all cases
Rémi Denis-Courmont [Wed, 27 May 2009 15:44:59 +0000 (18:44 +0300)]
RTP output: fix port allocation in all cases

15 years agomacosx playlist: fix an unreachable update of the Media Info panel
Derk-Jan Hartman [Wed, 27 May 2009 13:26:00 +0000 (15:26 +0200)]
macosx playlist: fix an unreachable update of the Media Info panel
(cherry picked from commit cbccd7297c241830e796f0f239b4b90d19c16c75)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
15 years agostrip modern nib-files correctly when doing release builds
Felix Paul Kühne [Wed, 27 May 2009 10:04:45 +0000 (12:04 +0200)]
strip modern nib-files correctly when doing release builds

No need to backport this, as 1.0-bugfix only includes classic nibs

15 years agologger: add a --syslog-facility option
Pierre Ynard [Wed, 27 May 2009 09:29:49 +0000 (11:29 +0200)]
logger: add a --syslog-facility option

"daemon" is kept as the default, other accepted values are for now
"user" and "local0" through "local7"

15 years agoCosmetics: formatting, indentation.
JP Dinger [Wed, 27 May 2009 08:20:43 +0000 (10:20 +0200)]
Cosmetics: formatting, indentation.

15 years agoactivex plugin: looks like this was missing.
JP Dinger [Wed, 27 May 2009 08:19:52 +0000 (10:19 +0200)]
activex plugin: looks like this was missing.

15 years agoactivex plugin: Move new additions to exception_bridge.
JP Dinger [Wed, 27 May 2009 08:19:13 +0000 (10:19 +0200)]
activex plugin: Move new additions to exception_bridge.

15 years agoWIN32: compile fix in playlist.
JP Dinger [Wed, 27 May 2009 08:16:42 +0000 (10:16 +0200)]
WIN32: compile fix in playlist.

15 years agoCosmetics: use var_GetBool instead of var_Get.
JP Dinger [Tue, 26 May 2009 16:02:31 +0000 (18:02 +0200)]
Cosmetics: use var_GetBool instead of var_Get.

15 years agoCosmetics: make indentation less inconsistent.
JP Dinger [Thu, 21 May 2009 20:24:21 +0000 (22:24 +0200)]
Cosmetics: make indentation less inconsistent.

15 years agoqtcapture: Make sure the new iSight are working.
Pierre d'Herbemont [Wed, 27 May 2009 06:03:10 +0000 (23:03 -0700)]
qtcapture: Make sure the new iSight are working.

Conflicts:

modules/access/qtcapture.m

15 years agomacosx prefs: Repair the preferences view for Mac OS X.
Derk-Jan Hartman [Tue, 26 May 2009 23:21:35 +0000 (01:21 +0200)]
macosx prefs: Repair the preferences view for Mac OS X.

Seperate config options from the configtree. VLCTreeItem and VLCTreeLeafItem
are now used for CONFIG_ITEM in an options collection. It now works, but
probably should be cleanup up a bit more, with better seperation between the
disjunct elements of Tree and ConfigItems.

This was broken since [09e31e1436ef3e670bd7497688272dd073c8d3a6]
(cherry picked from commit 1e7e2ae9ec537a381837da841fdba793f15e412f)

15 years agoPrefs: repair category system for some lost options.
Derk-Jan Hartman [Tue, 26 May 2009 22:02:00 +0000 (00:02 +0200)]
Prefs: repair category system for some lost options.

set/(re)move a few cases of set_category and set_subcategory
(cherry picked from commit c18234129799ab96dec1b1d45373d3f0d5dd9bf3)

15 years agot140: this is not a submodule
Derk-Jan Hartman [Tue, 26 May 2009 21:39:35 +0000 (23:39 +0200)]
t140: this is not a submodule

15 years agoupdate thanks and news.
Rémi Duraffort [Tue, 26 May 2009 21:30:02 +0000 (23:30 +0200)]
update thanks and news.