]> git.sesse.net Git - vlc/log
vlc
14 years agoUpdate THANKS.
Rémi Duraffort [Thu, 18 Jun 2009 09:31:23 +0000 (11:31 +0200)]
Update THANKS.

14 years agoUpdate THANKS
Rémi Duraffort [Thu, 18 Jun 2009 09:07:35 +0000 (11:07 +0200)]
Update THANKS

14 years agoRemove unused variables.
Barry Wardell [Sat, 13 Jun 2009 00:21:00 +0000 (01:21 +0100)]
Remove unused variables.

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
14 years agomove pointer to .rodata
Francois Cartegnie [Sun, 14 Jun 2009 20:50:47 +0000 (22:50 +0200)]
move pointer to .rodata

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
14 years agoadd_integer wants integers.
Rémi Duraffort [Thu, 18 Jun 2009 07:58:41 +0000 (09:58 +0200)]
add_integer wants integers.

14 years agogalaktos: add an option for the size (just finish one piece of code).
Rémi Duraffort [Tue, 16 Jun 2009 13:15:02 +0000 (15:15 +0200)]
galaktos: add an option for the size (just finish one piece of code).

14 years agocmml: fix warning.
Rémi Duraffort [Tue, 16 Jun 2009 11:54:13 +0000 (13:54 +0200)]
cmml: fix warning.

14 years agoFix #2720: when deleting the current playing item we must ask the playlist to
Rémi Duraffort [Tue, 16 Jun 2009 09:38:23 +0000 (11:38 +0200)]
Fix #2720: when deleting the current playing item we must ask the playlist to
reset the current status item.
(cherry picked from commit 6d28f6deddc7596b7d0a6c0236e7ef81f4cacc07)

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
14 years agoFix printf format string (Use PRI* or zd when applicable)
Rémi Duraffort [Mon, 15 Jun 2009 20:44:53 +0000 (22:44 +0200)]
Fix printf format string (Use PRI* or zd when applicable)

14 years agoavformat: better seperation between time and byte seek operations.
Derk-Jan Hartman [Wed, 17 Jun 2009 20:44:28 +0000 (22:44 +0200)]
avformat: better seperation between time and byte seek operations.

It seems that avformat does not recover from a byteseek when it does not know a duration for the file. It continiously spits out data with pts values of AV_NOPTS_VALUE after the seek.

Tested with mxf_original_NOB_format.mxf

14 years agolibvlc: fix libvlc_video_set_track()
Derk-Jan Hartman [Wed, 17 Jun 2009 18:48:02 +0000 (20:48 +0200)]
libvlc: fix libvlc_video_set_track()

When we set the video track, we probably be wanting to change video-es vars instead of audio-es

14 years agocontribs: Use GCC 4.2 instead of LLVM-GCC 4.2 to compile the 32bit contribs on Darwin...
Felix Paul Kühne [Wed, 17 Jun 2009 15:41:11 +0000 (17:41 +0200)]
contribs: Use GCC 4.2 instead of LLVM-GCC 4.2 to compile the 32bit contribs on Darwin like we already do for the 64bit ones

LLVM introduced to many runtime bugs for now. Updated bin package for x86_64 is already available, PPC and i386 will follow within the hour.

14 years agocontrib: remove yasm's source file on clean
Felix Paul Kühne [Wed, 17 Jun 2009 10:38:39 +0000 (12:38 +0200)]
contrib: remove yasm's source file on clean

14 years agoFix playback of TrueSpeech in some .Avi
Jean-Baptiste Kempf [Wed, 17 Jun 2009 14:48:09 +0000 (16:48 +0200)]
Fix playback of TrueSpeech in some .Avi

Try TI_1_Einfuehrung.avi to trigger the bug.

14 years agoTemporary new codename for 1.1, to avoid confusion with 1.0
Jean-Baptiste Kempf [Wed, 17 Jun 2009 10:16:22 +0000 (12:16 +0200)]
Temporary new codename for 1.1, to avoid confusion with 1.0

14 years agoNEWS: Some corrections to the news
Jean-Baptiste Kempf [Wed, 17 Jun 2009 10:09:58 +0000 (12:09 +0200)]
NEWS: Some corrections to the news
(cherry picked from commit d0e16efdf35e5936a22649df0f0ed99d72ec3cd0)

14 years agoNEWS
Jean-Baptiste Kempf [Wed, 17 Jun 2009 10:08:07 +0000 (12:08 +0200)]
NEWS

14 years agoQt4: fullscreen controller should stay on top
Jean-Baptiste Kempf [Wed, 17 Jun 2009 07:51:55 +0000 (09:51 +0200)]
Qt4: fullscreen controller should stay on top

Thanks a lot to Ludovic Fauvet who made the hard debugging work and found the idea.
(cherry picked from commit d38092676b46d5ac3c6f280204e43021de90f3fa)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoWin32: Fix installer for DVD and CD-Audio autoruns.
Jean-Baptiste Kempf [Tue, 16 Jun 2009 21:19:13 +0000 (23:19 +0200)]
Win32: Fix installer for DVD and CD-Audio autoruns.
(cherry picked from commit db606bd163ff2b8e6bf56b40e614fa0619067d26)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoRevert "Properly detect POSIX threads on OpenBSD."
Christophe Mutricy [Tue, 16 Jun 2009 20:21:53 +0000 (21:21 +0100)]
Revert "Properly detect POSIX threads on OpenBSD."

If main() is not found in pthread 10 line above it won't be find now.
And the patch submitter is looking for a better test

This reverts commit bb1d1eb5e7ac1e923ec5654c8b44a372b64b9964.

14 years agocontrib: fix a crash i found in libass.
Derk-Jan Hartman [Tue, 16 Jun 2009 18:11:58 +0000 (20:11 +0200)]
contrib: fix a crash i found in libass.

This is fixed upstream in mplayer now. Our libass is up to date with r29367 of Mplayer.

14 years agoContrib: fix obvious typo for cygwin.
Jean-Baptiste Kempf [Tue, 16 Jun 2009 16:13:41 +0000 (18:13 +0200)]
Contrib: fix obvious typo for cygwin.

14 years agoContrib: trust Fontconfig devs for windows configuration.
Jean-Baptiste Kempf [Tue, 16 Jun 2009 16:07:39 +0000 (18:07 +0200)]
Contrib: trust Fontconfig devs for windows configuration.

14 years agol10n: fix "kB" and "kb/s" in French translation
Pierre Ynard [Tue, 16 Jun 2009 15:50:20 +0000 (17:50 +0200)]
l10n: fix "kB" and "kb/s" in French translation

kO -> ko, kO/s -> kb/s

14 years agoRevert "only print error when interface intialization failed not when it succeeded."
Jean-Baptiste Kempf [Tue, 16 Jun 2009 14:08:08 +0000 (16:08 +0200)]
Revert "only print error when interface intialization failed not when it succeeded."

This reverts commit 715d81c9c05db502aad22a201b8e2f4beb400cca.

14 years agodemux/dirac: don't send a chained set of blocks to packetizer
David Flynn [Tue, 16 Jun 2009 12:50:41 +0000 (12:50 +0000)]
demux/dirac: don't send a chained set of blocks to packetizer

demux/dirac: don't send a chained set of blocks to packetizer

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agocontrib: correct patch apply
Derk-Jan Hartman [Tue, 16 Jun 2009 13:51:47 +0000 (15:51 +0200)]
contrib: correct patch apply

14 years agocontrib: update libass
Derk-Jan Hartman [Tue, 16 Jun 2009 13:42:45 +0000 (15:42 +0200)]
contrib: update libass

14 years agoAccept file:// URIs starting with an antislash
Pierre Ynard [Tue, 16 Jun 2009 11:17:03 +0000 (13:17 +0200)]
Accept file:// URIs starting with an antislash

Yes it's invalid, but there's little point in rejecting it

14 years agoWinCE: don't strip leading slash when converting from file:// URIs
Pierre Ynard [Tue, 16 Jun 2009 11:05:33 +0000 (13:05 +0200)]
WinCE: don't strip leading slash when converting from file:// URIs

file:// URI syntax on Windows features a leading slash before the drive
letter (file:///C:/Foobar/...). This is irrelevant on WinCE, that only
has a root directory.

14 years agoskins2: change_safe added by error (previous commit)
Erwan Tulou [Tue, 16 Jun 2009 10:58:36 +0000 (12:58 +0200)]
skins2: change_safe added by error (previous commit)

14 years agoskins2: add config_SaveConfigFile to retain changes across sessions
Erwan Tulou [Tue, 16 Jun 2009 10:37:58 +0000 (12:37 +0200)]
skins2: add config_SaveConfigFile to retain changes across sessions

14 years agoAdd trhd for TRUEHD fourcc
Jean-Baptiste Kempf [Tue, 16 Jun 2009 09:29:29 +0000 (11:29 +0200)]
Add trhd for TRUEHD fourcc

14 years agoAdd .tod in the extension for open panel.
Jean-Baptiste Kempf [Tue, 16 Jun 2009 08:37:30 +0000 (10:37 +0200)]
Add .tod in the extension for open panel.

May JVC go to h**l

14 years agocontribs: bin package updated for Darwin fixing libogg and a few minor problems
Felix Paul Kühne [Mon, 15 Jun 2009 23:03:36 +0000 (01:03 +0200)]
contribs: bin package updated for Darwin fixing libogg and a few minor problems

14 years agoFix permissions
Christophe Mutricy [Mon, 15 Jun 2009 22:27:03 +0000 (23:27 +0100)]
Fix permissions

14 years agoDistribute the plugins manifest files
Christophe Mutricy [Mon, 15 Jun 2009 22:25:09 +0000 (23:25 +0100)]
Distribute the plugins manifest files

14 years agovcdx/demux.c doesn't exist anymore
Christophe Mutricy [Mon, 15 Jun 2009 21:11:36 +0000 (22:11 +0100)]
vcdx/demux.c doesn't exist anymore

Since [6f0aba8270b7d91f2178bbac]

14 years agoi18n: Add/remove files
Christophe Mutricy [Mon, 15 Jun 2009 20:47:24 +0000 (21:47 +0100)]
i18n: Add/remove files

14 years agomacosx: disable the font-selector button in case quartztext isn't present, as it...
Felix Paul Kühne [Mon, 15 Jun 2009 21:51:03 +0000 (23:51 +0200)]
macosx: disable the font-selector button in case quartztext isn't present, as it is useless then

14 years agocontrib: give the bin package its actual name
Felix Paul Kühne [Mon, 15 Jun 2009 19:35:19 +0000 (21:35 +0200)]
contrib: give the bin package its actual name

14 years agomacosx: re-enable AppleRemote support for 64bit builds
Felix Paul Kühne [Mon, 15 Jun 2009 13:43:52 +0000 (15:43 +0200)]
macosx: re-enable AppleRemote support for 64bit builds

14 years agodarwin_specific: remove debug leftover
Jean-Paul Saman [Sun, 14 Jun 2009 20:27:44 +0000 (22:27 +0200)]
darwin_specific: remove debug leftover
(cherry picked from commit 79e9ab0aa7f76774941eed3fe8ca24141fbe8019)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
14 years agomacosx: remove unused Objc memory pool
Jean-Paul Saman [Sun, 14 Jun 2009 17:57:04 +0000 (19:57 +0200)]
macosx: remove unused Objc memory pool
(cherry picked from commit da4abb05d25215581dbcf26582cf30632f6fe1e0)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
14 years agoonly print error when interface intialization failed not when it succeeded.
Jean-Paul Saman [Sun, 14 Jun 2009 17:55:54 +0000 (19:55 +0200)]
only print error when interface intialization failed not when it succeeded.
(cherry picked from commit 503c860af9e3152af19d7123fae37727c82896b7)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
14 years agomacosx: Do not load resources when the VLC interface is not loaded.
Jean-Paul Saman [Sun, 14 Jun 2009 10:02:12 +0000 (12:02 +0200)]
macosx: Do not load resources when the VLC interface is not loaded.
(cherry picked from commit e4b9f90737c4f21c77498c1ff403df5bd9f03c06)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
14 years agodarwin_specific: cleanup
Jean-Paul Saman [Sat, 13 Jun 2009 22:20:53 +0000 (00:20 +0200)]
darwin_specific: cleanup
(cherry picked from commit 2cf6ffb217f25e64cb87730226f1722ce187f15f)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
14 years agominimal_macosx: make sure theWindow object exists before sending it an event.
Jean-Paul Saman [Sat, 13 Jun 2009 22:06:04 +0000 (00:06 +0200)]
minimal_macosx: make sure theWindow object exists before sending it an event.
(cherry picked from commit bf355d950d86b8ae819dff0b1915fe1f655e7d64)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
14 years agomozilla: use [] array initialisation in javascript
Jean-Paul Saman [Sat, 6 Jun 2009 08:21:16 +0000 (10:21 +0200)]
mozilla: use [] array initialisation in javascript
(cherry picked from commit 86531ae8c4e8adaa101d64f96bc0f8738659af7c)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
14 years agoavcodec: free p_sys->p_ff_pic in some error paths
Jean-Paul Saman [Wed, 3 Jun 2009 21:00:36 +0000 (23:00 +0200)]
avcodec: free p_sys->p_ff_pic in some error paths
(cherry picked from commit 8a7520b350fb4eefa1a28ed43ac9dd7aca5b16c4)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
14 years agominimal_macosx: return VLC_ENOMEM on malloc error
Jean-Paul Saman [Sun, 31 May 2009 14:39:10 +0000 (16:39 +0200)]
minimal_macosx: return VLC_ENOMEM on malloc error
(cherry picked from commit 100c91e7315651bd94d27e9fce4b62ab47e26127)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
14 years agomacosx: do not leak o_fs_panel
Jean-Paul Saman [Sun, 31 May 2009 14:27:53 +0000 (16:27 +0200)]
macosx: do not leak o_fs_panel
(cherry picked from commit 79f751ebce51f32100f4f78e23d708a33ad373f2)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
14 years agomacosx: removeallObjects from NSMutableArray before releasing it.
Jean-Paul Saman [Mon, 25 May 2009 09:24:40 +0000 (11:24 +0200)]
macosx: removeallObjects from NSMutableArray before releasing it.
(cherry picked from commit b6a37e5e59aa4ad334d7de4b0440d88085b4fcde)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
14 years agohotkeys: remove unused members of p_sys
Jean-Paul Saman [Mon, 25 May 2009 08:10:38 +0000 (10:10 +0200)]
hotkeys: remove unused members of p_sys
(cherry picked from commit 268fd7c763637958567923aaca19a389b38aea51)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
14 years agocontribs: assume x86_64 for Darwin 10
Felix Paul Kühne [Mon, 15 Jun 2009 12:26:10 +0000 (14:26 +0200)]
contribs: assume x86_64 for Darwin 10

14 years agocontrib: prevent some rare linking errors on OSX by providing the minimal OS version...
Felix Paul Kühne [Mon, 15 Jun 2009 12:21:10 +0000 (14:21 +0200)]
contrib: prevent some rare linking errors on OSX by providing the minimal OS version also at link-time

14 years agoFix one typo, add one missing translator and fix ordering.
Rémi Duraffort [Mon, 15 Jun 2009 11:20:35 +0000 (13:20 +0200)]
Fix one typo, add one missing translator and fix ordering.

14 years agoTHANKS: remove duplicate.
Rémi Duraffort [Mon, 15 Jun 2009 10:18:56 +0000 (12:18 +0200)]
THANKS: remove duplicate.

14 years agoTHANKS: better ordering.
Rémi Duraffort [Mon, 15 Jun 2009 10:17:38 +0000 (12:17 +0200)]
THANKS: better ordering.

14 years agoAdd linkfanel to the THANKS file.
Rémi Duraffort [Mon, 15 Jun 2009 09:56:34 +0000 (11:56 +0200)]
Add linkfanel to the THANKS file.

14 years agoFix a segfault when using "Shift+a" with dummy audio output.
Rémi Duraffort [Mon, 15 Jun 2009 08:25:02 +0000 (10:25 +0200)]
Fix a segfault when using "Shift+a" with dummy audio output.
This segfault happend because :
 * the variable "audio-device" wasn't created
 * hotkeys module (and others) expect the variable to exist.

14 years agoRemoved references to the old HTTP interface removed by commit [ad16fc374f913a87dd725...
Vicente Jimenez Aguilar [Mon, 15 Jun 2009 10:00:47 +0000 (12:00 +0200)]
Removed references to the old HTTP interface removed by commit [ad16fc374f913a87dd725f93adf7d3759349ba2f]

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
14 years agoWinCE: access_output_rtmp needs -lws2
Pierre Ynard [Mon, 15 Jun 2009 09:06:16 +0000 (11:06 +0200)]
WinCE: access_output_rtmp needs -lws2

Add -lws2 for access_output_rtmp

14 years agoUse add_password instead of add_string when applicable.
Rémi Duraffort [Mon, 15 Jun 2009 06:49:46 +0000 (08:49 +0200)]
Use add_password instead of add_string when applicable.

14 years agoRemove dummy test.
Rémi Duraffort [Sun, 14 Jun 2009 11:29:44 +0000 (13:29 +0200)]
Remove dummy test.

14 years agofree(NULL) is legal.
Rémi Duraffort [Sun, 14 Jun 2009 10:46:54 +0000 (12:46 +0200)]
free(NULL) is legal.

14 years agoDanny Wood <danwood76@gmail.com>
Jean-Baptiste Kempf [Mon, 15 Jun 2009 07:12:02 +0000 (09:12 +0200)]
Danny Wood <danwood76@gmail.com>

14 years agoQt: Minimalist style should have flat buttons for DVD and TT too.
Jean-Baptiste Kempf [Mon, 15 Jun 2009 07:05:33 +0000 (09:05 +0200)]
Qt: Minimalist style should have flat buttons for DVD and TT too.

14 years agoQt: kill memleak on the special sound slider
Jean-Baptiste Kempf [Mon, 15 Jun 2009 07:01:15 +0000 (09:01 +0200)]
Qt: kill memleak on the special sound slider

14 years agolibshout-win32: patch Makefile.in instead of Makefile.am
Pierre Ynard [Mon, 15 Jun 2009 01:01:38 +0000 (03:01 +0200)]
libshout-win32: patch Makefile.in instead of Makefile.am

What is probably a libtool version mismatch prevents us from
easily rebootstrapping. To avoid that, we patch Makefile.in and
that's it.

14 years agoFixed a bunch of invalid memory accesses in visual effects.
Laurent Aimar [Sun, 14 Jun 2009 21:24:59 +0000 (23:24 +0200)]
Fixed a bunch of invalid memory accesses in visual effects.

14 years agoForgotten people in THANKS...
Jean-Baptiste Kempf [Sun, 14 Jun 2009 20:05:05 +0000 (22:05 +0200)]
Forgotten people in THANKS...

We have to do have a script to do it in a better way from git shortlog

14 years agoAdd temporary hack for video splitter filters in vout_EnableFilter.
Laurent Aimar [Sun, 14 Jun 2009 18:58:44 +0000 (20:58 +0200)]
Add temporary hack for video splitter filters in vout_EnableFilter.

14 years agoAdd sub-filter and video-filter to vout_EnableFilter
Cyril Mathé [Wed, 10 Jun 2009 07:41:09 +0000 (09:41 +0200)]
Add sub-filter and video-filter to vout_EnableFilter

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
(I have added on missing module_release).

14 years agoFixed "position/time-offset" behaviour.
Laurent Aimar [Sun, 14 Jun 2009 18:33:36 +0000 (20:33 +0200)]
Fixed "position/time-offset" behaviour.

It fixes the regression when doing close jumps.

14 years agoUpdate THANKS
Jean-Paul Saman [Sat, 6 Jun 2009 19:03:27 +0000 (21:03 +0200)]
Update THANKS

14 years agoxulrunner 1.9.1 for the mac port.
Dominique Leuenberger [Fri, 5 Jun 2009 19:29:55 +0000 (21:29 +0200)]
xulrunner 1.9.1 for the mac port.

Patch inspired by  Alexey Gladkov

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
14 years agoQt: allow more flexibility on tab selection for Open.
Jean-Baptiste Kempf [Sun, 14 Jun 2009 13:23:44 +0000 (15:23 +0200)]
Qt: allow more flexibility on tab selection for Open.

14 years agoQt: kill warnings at startup.
Jean-Baptiste Kempf [Sun, 14 Jun 2009 13:11:26 +0000 (15:11 +0200)]
Qt: kill warnings at startup.

14 years agoQt: cosmetics.
Jean-Baptiste Kempf [Sun, 14 Jun 2009 13:11:15 +0000 (15:11 +0200)]
Qt: cosmetics.

14 years agoQt: Fullscreen Controller, show with full opacity when mouseChanged.
Jean-Baptiste Kempf [Sun, 14 Jun 2009 13:03:19 +0000 (15:03 +0200)]
Qt: Fullscreen Controller, show with full opacity when mouseChanged.

14 years agodv: update API to libraw1394 version 2.0.1
Jean-Paul Saman [Sat, 13 Jun 2009 17:33:50 +0000 (19:33 +0200)]
dv: update API to libraw1394 version 2.0.1

Support for the older API has dropped as of now.
Patch by Francois Cartegnie <fcvlcdev at free.fr>

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
14 years agoSimplify
Felix Paul Kühne [Sat, 13 Jun 2009 15:09:10 +0000 (17:09 +0200)]
Simplify

Reminded by Jan-Paul

14 years agomacosx: fallback on freetype if quartztext isn't present
Felix Paul Kühne [Sat, 13 Jun 2009 13:20:50 +0000 (15:20 +0200)]
macosx: fallback on freetype if quartztext isn't present

This only happen in 64bit mode.

14 years agomacosx gui: Fix resetting of the prefs.
Derk-Jan Hartman [Sat, 13 Jun 2009 13:01:16 +0000 (15:01 +0200)]
macosx gui: Fix resetting of the prefs.

Ok, this isn't making it much nicer, and this code definetly needs a more careful rewrite, but this is patchwork for the 1.0-bugfix release and at least it will do for now.

- reset's the values in any loaded views after reset of the config is called
- does not reset the module selector atm. might follow later on.

14 years agoremove stupid arch flags
Felix Paul Kühne [Sat, 13 Jun 2009 13:05:29 +0000 (15:05 +0200)]
remove stupid arch flags

14 years agomacosx: remove deprecated method selectRow:byExtendingSelection:
Felix Paul Kühne [Sat, 13 Jun 2009 12:18:03 +0000 (14:18 +0200)]
macosx: remove deprecated method selectRow:byExtendingSelection:

14 years agomacosx: fixed remaining 64bit issues
Felix Paul Kühne [Sat, 13 Jun 2009 12:13:58 +0000 (14:13 +0200)]
macosx: fixed remaining 64bit issues

The Quartztext module needs a rewrite. All other parts of VLC are working nicely in 64bit mode.

14 years agoReduced sleep while waiting for a frame in transcode.
Laurent Aimar [Sat, 13 Jun 2009 11:22:49 +0000 (13:22 +0200)]
Reduced sleep while waiting for a frame in transcode.

 It vastly improves CPU usage but it does not fix the underlaying problem
of using sleep instead of a signal.

14 years agocontribs: compilation fix for compilation in x86_64 mode on Darwin
Felix Paul Kühne [Sat, 13 Jun 2009 10:19:35 +0000 (12:19 +0200)]
contribs: compilation fix for compilation in x86_64 mode on Darwin

'core2' is the first CPU generation on the Mac to support 64bit instructions, so we can't use 'prescott' in this mode.

14 years agoAllow MLP packetizer to parse TrueHD codec.
Laurent Aimar [Sat, 13 Jun 2009 09:41:26 +0000 (11:41 +0200)]
Allow MLP packetizer to parse TrueHD codec.

14 years agoUse TrueHD codec in TS instead of MLP.
Laurent Aimar [Sat, 13 Jun 2009 09:40:46 +0000 (11:40 +0200)]
Use TrueHD codec in TS instead of MLP.

14 years agoAdded .thd extension and force TrueHD decoder in raw MLP/TrueHD demuxer.
Laurent Aimar [Sat, 13 Jun 2009 09:40:01 +0000 (11:40 +0200)]
Added .thd extension and force TrueHD decoder in raw MLP/TrueHD demuxer.

14 years agoFixed avcodec wrapper with unrecognized audio layout.
Laurent Aimar [Sat, 13 Jun 2009 09:28:32 +0000 (11:28 +0200)]
Fixed avcodec wrapper with unrecognized audio layout.

14 years agoActiveX: IDL generated files for ActiveX compilation
Cyril Mathé [Fri, 12 Jun 2009 11:51:42 +0000 (13:51 +0200)]
ActiveX: IDL generated files for ActiveX compilation

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agolibvlc vlm init fix Don't test p_vlm twice if it wasn't NULL the first time Don't...
Sébastien Escudier [Fri, 12 Jun 2009 14:54:48 +0000 (16:54 +0200)]
libvlc vlm init fix Don't test p_vlm twice if it wasn't NULL the first time Don't add the callback if the creation failed

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoFix opening of file:// URIs (not tested on Windows)
Rémi Denis-Courmont [Fri, 12 Jun 2009 16:44:35 +0000 (19:44 +0300)]
Fix opening of file:// URIs (not tested on Windows)

14 years agoskins2: improve resizing when multiple layers are used and solve zoom misfunctioning...
Erwan Tulou [Fri, 12 Jun 2009 08:49:58 +0000 (10:49 +0200)]
skins2: improve resizing when multiple layers are used and solve zoom misfunctioning in this case

14 years agomacosx intf: solve hotkey conflict
Derk-Jan Hartman [Fri, 12 Jun 2009 16:06:59 +0000 (18:06 +0200)]
macosx intf: solve hotkey conflict

Now we have:
cmd-G : to open the panel to grab from webcam/screen/eyetv
cmd-R : to reveal in Finder, the same as iTunes uses
cmd-shift-R : to start/stop VLC record

14 years agohttp: Removing the old http interface.
Derk-Jan Hartman [Fri, 12 Jun 2009 14:18:29 +0000 (16:18 +0200)]
http: Removing the old http interface.

This closes #1395