]> git.sesse.net Git - vlc/log
vlc
12 years agolua: fix sign errors in us_tonumber()
Pierre Ynard [Sat, 7 Jan 2012 18:36:09 +0000 (19:36 +0100)]
lua: fix sign errors in us_tonumber()

12 years agomacosx: really fixed compilation on 10.5
Felix Paul Kühne [Sat, 7 Jan 2012 18:11:35 +0000 (19:11 +0100)]
macosx: really fixed compilation on 10.5

12 years agomacosx: fixed compilation issue on Leopard
Felix Paul Kühne [Sat, 7 Jan 2012 17:52:48 +0000 (18:52 +0100)]
macosx: fixed compilation issue on Leopard

12 years agomacosx: improve handling the mute action in the main window. disable slider and fullv...
Felix Paul Kühne [Sat, 7 Jan 2012 17:24:08 +0000 (18:24 +0100)]
macosx: improve handling the mute action in the main window. disable slider and fullvolume button in case mute is active. (fixes #5800)

12 years agomacosx: make sure that the bottombar controls don't respond in Lion's native fullscre...
Felix Paul Kühne [Sat, 7 Jan 2012 17:02:19 +0000 (18:02 +0100)]
macosx: make sure that the bottombar controls don't respond in Lion's native fullscreen mode (fixes #5799)

12 years agomacosx: fixed trivial appearance issue with the time slider's gray gradient
Felix Paul Kühne [Sat, 7 Jan 2012 16:44:29 +0000 (17:44 +0100)]
macosx: fixed trivial appearance issue with the time slider's gray gradient

12 years agomacosx: some improvements to the non-embedded vout window
Felix Paul Kühne [Sat, 7 Jan 2012 16:12:37 +0000 (17:12 +0100)]
macosx: some improvements to the non-embedded vout window

12 years agolua: add and use us_tonumber() for decimal numbers
Pierre Ynard [Sat, 7 Jan 2012 16:58:09 +0000 (17:58 +0100)]
lua: add and use us_tonumber() for decimal numbers

Closes #5705

12 years agomacosx: re-add the 'Reset' button to the image adjust filter, since it used be presen...
Felix Paul Kühne [Sat, 7 Jan 2012 13:45:57 +0000 (14:45 +0100)]
macosx: re-add the 'Reset' button to the image adjust filter, since it used be present in the past

12 years agocue.lua: simplify pattern matching
Pierre Ynard [Sat, 7 Jan 2012 12:36:27 +0000 (13:36 +0100)]
cue.lua: simplify pattern matching

12 years agoFixed a crash caused by yadif deinterlacer on Windows XP
Naohiro KORIYAMA [Sat, 7 Jan 2012 11:15:24 +0000 (20:15 +0900)]
Fixed a crash caused by yadif deinterlacer on Windows XP

I did incorrect modification moving [16] out of DECLARE_ALIGNED(),
and it caused a crash.

Fixes #5793.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt: use "normvol" instead of "volnorm" in Simple Preferences
Jean-Baptiste Kempf [Sat, 7 Jan 2012 00:53:06 +0000 (01:53 +0100)]
Qt: use "normvol" instead of "volnorm" in Simple Preferences

Close #5792

12 years agoFixed jamendo playlist demuxer.
Laurent Aimar [Sat, 7 Jan 2012 00:43:03 +0000 (01:43 +0100)]
Fixed jamendo playlist demuxer.

The check is a bit less strict to adapt to the various URL we can get.
It closes #5661.

12 years agoFixed a possible NULL dereference in the GME demuxer.
Laurent Aimar [Sat, 7 Jan 2012 00:25:36 +0000 (01:25 +0100)]
Fixed a possible NULL dereference in the GME demuxer.

It was added by [5e0e7978ffa0ad34c780c08caf518efcc4082127].

12 years agoLoad files to memory when needed for loading GME files.
Laurent Aimar [Sat, 7 Jan 2012 00:15:42 +0000 (01:15 +0100)]
Load files to memory when needed for loading GME files.

It happens when the size information is missing.
It closes #5766.

12 years agoAdded stream_BlockRemaining() helper.
Laurent Aimar [Sat, 7 Jan 2012 00:14:03 +0000 (01:14 +0100)]
Added stream_BlockRemaining() helper.

It is usefull to load a whole file to memory.

12 years agoFactorized the Filter() function of motiondetect.
Laurent Aimar [Fri, 6 Jan 2012 23:58:40 +0000 (00:58 +0100)]
Factorized the Filter() function of motiondetect.

12 years agoFixed motiondetect packed YUV filter function.
Laurent Aimar [Fri, 6 Jan 2012 23:35:15 +0000 (00:35 +0100)]
Fixed motiondetect packed YUV filter function.

A filter shall not return an input buffer.
It closes #5748.

12 years agoFixed a typo "Elasped" -> "Elapsed".
Laurent Aimar [Fri, 6 Jan 2012 22:02:45 +0000 (23:02 +0100)]
Fixed a typo "Elasped" -> "Elapsed".

12 years agoFixed ICY metadata support when HTTP chunked transfer is used.
Laurent Aimar [Fri, 6 Jan 2012 21:43:18 +0000 (22:43 +0100)]
Fixed ICY metadata support when HTTP chunked transfer is used.

It closes #5628.

12 years agoExecute EOF when an error occurs while reading the chunk header (HTTP).
Laurent Aimar [Fri, 6 Jan 2012 21:20:56 +0000 (22:20 +0100)]
Execute EOF when an error occurs while reading the chunk header (HTTP).

12 years agoFixed potential overread in the rawvideo decoder.
Laurent Aimar [Fri, 6 Jan 2012 20:00:10 +0000 (21:00 +0100)]
Fixed potential overread in the rawvideo decoder.

The plane size of the pictures given to a decoder can be a bit larger than
necessary. It can happens when the video size is incompatible with the
colorspace.

It closes #5770.

12 years agomacosx: fixed volume range (fix #5790)
Felix Paul Kühne [Fri, 6 Jan 2012 21:20:54 +0000 (22:20 +0100)]
macosx: fixed volume range (fix #5790)

12 years agoOSX: build relocatable VLC.app by default
Rafaël Carré [Fri, 6 Jan 2012 04:39:48 +0000 (23:39 -0500)]
OSX: build relocatable VLC.app by default

Use VLC-dev.app when developing and rebuilding frequently

12 years agomacosx: clarify window style option
David Fuhrmann [Fri, 6 Jan 2012 19:52:59 +0000 (20:52 +0100)]
macosx: clarify window style option

otherwise it makes no sense for a check box

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agomacosx: fixed interface crash on quit
Felix Paul Kühne [Fri, 6 Jan 2012 19:42:05 +0000 (20:42 +0100)]
macosx: fixed interface crash on quit

 fixes #5779

12 years agomacosx: fixed rare crash when reshaping the video view (fixes #5740)
Felix Paul Kühne [Fri, 6 Jan 2012 19:14:58 +0000 (20:14 +0100)]
macosx: fixed rare crash when reshaping the video view (fixes #5740)

12 years agomacosx: fixed border styles of playlist table and sidebar when using the gray main...
Felix Paul Kühne [Fri, 6 Jan 2012 19:03:12 +0000 (20:03 +0100)]
macosx: fixed border styles of playlist table and sidebar when using the gray main window style (finally fixes #5742)

12 years agomacosx: don't draw the time slider's 'fancy gradient effect' on Leopard, since this...
Felix Paul Kühne [Fri, 6 Jan 2012 18:49:41 +0000 (19:49 +0100)]
macosx: don't draw the time slider's 'fancy gradient effect' on Leopard, since this leads to ugly artifacts due to the outdated CoreAnimation version

12 years agomacosx: make sure we update the menu from the main thread only (fixes #5737)
Felix Paul Kühne [Fri, 6 Jan 2012 18:39:36 +0000 (19:39 +0100)]
macosx: make sure we update the menu from the main thread only (fixes #5737)

12 years agomacosx: really fix the messages panel (fixes #5541) and added a 'live update' checkbo...
Felix Paul Kühne [Fri, 6 Jan 2012 18:32:40 +0000 (19:32 +0100)]
macosx: really fix the messages panel (fixes #5541) and added a 'live update' checkbox to turn off frequent updates since this is quite load intensive

12 years agomacosx: speed-up loading the open panel by loading its xib once VLC is finished with...
Felix Paul Kühne [Fri, 6 Jan 2012 14:55:08 +0000 (15:55 +0100)]
macosx: speed-up loading the open panel by loading its xib once VLC is finished with launching instead of prior to showing the panel

12 years agomacosx: open panel: fixed cmd-R if no QTKit compatible device is connected, hide...
Felix Paul Kühne [Fri, 6 Jan 2012 14:50:09 +0000 (15:50 +0100)]
macosx: open panel: fixed cmd-R if no QTKit compatible device is connected, hide the screen input module on Lion, optimizations

12 years agodash: Removing empty IAdaptionLogic implementation.
Hugo Beauzée-Luyssen [Fri, 6 Jan 2012 10:25:47 +0000 (11:25 +0100)]
dash: Removing empty IAdaptionLogic implementation.

This is crash prone, and makes us maintain another implementation if we
ever edit the interface.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Adding an implementation for UrlTemplate
Hugo Beauzée-Luyssen [Thu, 5 Jan 2012 13:35:10 +0000 (14:35 +0100)]
dash: Adding an implementation for UrlTemplate

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Fixing SegmentInfoDefault parsing.
Hugo Beauzée-Luyssen [Thu, 5 Jan 2012 17:23:52 +0000 (18:23 +0100)]
dash: Fixing SegmentInfoDefault parsing.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Fixing SegmentInfoCommon initialization/deletion.
Hugo Beauzée-Luyssen [Thu, 5 Jan 2012 17:21:37 +0000 (18:21 +0100)]
dash: Fixing SegmentInfoCommon initialization/deletion.

This prevents a potential crash, and solves a memory leak.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Group: Fixing SegmentInfoDefault initialization/deletion
Hugo Beauzée-Luyssen [Thu, 5 Jan 2012 17:20:36 +0000 (18:20 +0100)]
dash: Group: Fixing SegmentInfoDefault initialization/deletion

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Handle UrlTemplate in parser.
Hugo Beauzée-Luyssen [Thu, 5 Jan 2012 16:11:01 +0000 (17:11 +0100)]
dash: Handle UrlTemplate in parser.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Removing useless and potentially harmful recursion.
Hugo Beauzée-Luyssen [Thu, 5 Jan 2012 15:40:23 +0000 (16:40 +0100)]
dash: Removing useless and potentially harmful recursion.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Don't crash when a segment can't be accessed.
Hugo Beauzée-Luyssen [Thu, 5 Jan 2012 15:06:54 +0000 (16:06 +0100)]
dash: Don't crash when a segment can't be accessed.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: HTTPConnectionManager: Removing useless method.
Hugo Beauzée-Luyssen [Thu, 5 Jan 2012 15:03:27 +0000 (16:03 +0100)]
dash: HTTPConnectionManager: Removing useless method.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: For first segments, don't choose the lowest bitrate.
Hugo Beauzée-Luyssen [Thu, 5 Jan 2012 14:50:38 +0000 (15:50 +0100)]
dash: For first segments, don't choose the lowest bitrate.

For some streams, the lowest bitrate is an audio stream only. We will
fall back to a more appropriate stream after a few chunks.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Cleaning Period class.
Hugo Beauzée-Luyssen [Thu, 5 Jan 2012 13:53:09 +0000 (14:53 +0100)]
dash: Cleaning Period class.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Allow SegmentTimeline to be queried for a "S" element.
Hugo Beauzée-Luyssen [Thu, 5 Jan 2012 13:53:49 +0000 (14:53 +0100)]
dash: Allow SegmentTimeline to be queried for a "S" element.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Handle relative URL
Hugo Beauzée-Luyssen [Thu, 5 Jan 2012 11:20:47 +0000 (12:20 +0100)]
dash: Handle relative URL

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Store the parent Group in every representations.
Hugo Beauzée-Luyssen [Tue, 3 Jan 2012 15:05:09 +0000 (16:05 +0100)]
dash: Store the parent Group in every representations.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agov4l2: add automatic power line frequency detection
Rémi Denis-Courmont [Fri, 6 Jan 2012 10:31:45 +0000 (12:31 +0200)]
v4l2: add automatic power line frequency detection

12 years agov4l2: add analag standard groups from Linux 3.2
Rémi Denis-Courmont [Fri, 6 Jan 2012 10:28:08 +0000 (12:28 +0200)]
v4l2: add analag standard groups from Linux 3.2

12 years agox264.c: check x264_build around 10-bit and 422/444 handling
Ilkka Ollakka [Fri, 6 Jan 2012 11:21:51 +0000 (13:21 +0200)]
x264.c: check x264_build around 10-bit and 422/444 handling

12 years agoandroid configure script: allow custom options
Rafaël Carré [Fri, 6 Jan 2012 01:38:55 +0000 (20:38 -0500)]
android configure script: allow custom options

12 years agonsis: Chinese l10n update
Dean Lee [Thu, 5 Jan 2012 22:54:06 +0000 (22:54 +0000)]
nsis: Chinese l10n update

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
(cherry picked from commit 032350a9a5e362c5152feed1811c8df1bd4cfd40)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agovlc.desktop: Chinese l10n update
Dean Lee [Thu, 5 Jan 2012 22:50:36 +0000 (22:50 +0000)]
vlc.desktop: Chinese l10n update

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
(cherry picked from commit 11114cf52d237a125684320c243e731117bf571d)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoFixed rendering of subpictures with non 0 offset in direct3d.
Laurent Aimar [Thu, 5 Jan 2012 21:55:42 +0000 (22:55 +0100)]
Fixed rendering of subpictures with non 0 offset in direct3d.

It is needed for DVD menu support.

12 years agoFixed rendering of subpictures with non 0 offset in opengl.
Laurent Aimar [Thu, 5 Jan 2012 21:54:34 +0000 (22:54 +0100)]
Fixed rendering of subpictures with non 0 offset in opengl.

It is needed for DVD menu support.

12 years agoFixed zvbi subpictures AR.
Laurent Aimar [Thu, 5 Jan 2012 20:52:59 +0000 (21:52 +0100)]
Fixed zvbi subpictures AR.

12 years agoScale subpictures without AR to fill up the whole display.
Laurent Aimar [Thu, 5 Jan 2012 20:50:46 +0000 (21:50 +0100)]
Scale subpictures without AR to fill up the whole display.

It closes #5683

12 years agoQt: code simplification
Jean-Baptiste Kempf [Thu, 5 Jan 2012 18:29:32 +0000 (19:29 +0100)]
Qt: code simplification

12 years agoQt: increase the bottom margin of the controller by one.
Jean-Baptiste Kempf [Thu, 5 Jan 2012 18:09:03 +0000 (19:09 +0100)]
Qt: increase the bottom margin of the controller by one.

12 years agodtv/linux: use vlc open wrappers
Rafaël Carré [Thu, 5 Jan 2012 00:20:38 +0000 (19:20 -0500)]
dtv/linux: use vlc open wrappers

Those handle the absence of O_CLOEXEC correctly

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoConsolidate lua includes in vlc.h
Kelly Anderson [Thu, 5 Jan 2012 13:23:36 +0000 (06:23 -0700)]
Consolidate lua includes in vlc.h

So lua 5.2 compatibility declarations can be made in one place.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoCleanup lua script escape sequences for lua 5.2.
Kelly Anderson [Thu, 5 Jan 2012 13:23:35 +0000 (06:23 -0700)]
Cleanup lua script escape sequences for lua 5.2.

Converting \ to %, since 5.2 no longer accepts \.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoInvert speex_dsp and src score capabilities
Jean-Baptiste Kempf [Thu, 5 Jan 2012 13:25:58 +0000 (14:25 +0100)]
Invert speex_dsp and src score capabilities

This is probably temporary, since SRC is more computationly intensive than speex_dsp
But this close #5781

12 years agox264.c: add support for 8 and 10 bit encoding for all high10, high442 and high444...
Ilkka Ollakka [Thu, 5 Jan 2012 15:09:20 +0000 (17:09 +0200)]
x264.c: add support for 8 and 10 bit encoding for all high10, high442 and high444 profiles

12 years agox264.c: remote pts/dts scaling as it isn't needed nowadays
Ilkka Ollakka [Thu, 5 Jan 2012 13:50:10 +0000 (15:50 +0200)]
x264.c: remote pts/dts scaling as it isn't needed nowadays

12 years agox264.c: support high422,high444 and high10 encoding
Ilkka Ollakka [Thu, 5 Jan 2012 13:49:40 +0000 (15:49 +0200)]
x264.c: support high422,high444 and high10 encoding

10-bit encoding requires libx264 compiled with 10-bit support that doesn't
work with normal 8-bit input.

12 years agocontrib: upnp has config.* in a custom dir
Rafaël Carré [Thu, 5 Jan 2012 10:18:02 +0000 (05:18 -0500)]
contrib: upnp has config.* in a custom dir

12 years agocontrib: samplerate has config.* in a custom dir
Rafaël Carré [Thu, 5 Jan 2012 09:57:32 +0000 (04:57 -0500)]
contrib: samplerate has config.* in a custom dir

12 years agocontrib: dvbpsi has config.* in a custom dir
Rafaël Carré [Thu, 5 Jan 2012 09:29:46 +0000 (04:29 -0500)]
contrib: dvbpsi has config.* in a custom dir

12 years agocontrib: update config.{sub,guess} in some packages
Rafaël Carré [Thu, 5 Jan 2012 09:25:04 +0000 (04:25 -0500)]
contrib: update config.{sub,guess} in some packages

12 years agoRevert "contrib: run $(RECONF) in an arbitrary list of packages"
Rafaël Carré [Thu, 5 Jan 2012 09:22:35 +0000 (04:22 -0500)]
Revert "contrib: run $(RECONF) in an arbitrary list of packages"

This reverts commit c9a3688176a1571ab5cd9b77b6fddc3e1a110b62.

Conflicts:

contrib/src/dvbpsi/rules.mak

12 years agocontrib: lua: don't use localeconv()
Rafaël Carré [Thu, 5 Jan 2012 09:13:26 +0000 (04:13 -0500)]
contrib: lua: don't use localeconv()

not thread-safe, not available on android
just use '.' as decimal separator

12 years agoextra/tools: bump automake version
Rafaël Carré [Thu, 5 Jan 2012 09:02:15 +0000 (04:02 -0500)]
extra/tools: bump automake version

This version's config.{guess,sub} knows about android

12 years agocontrib: openjpeg: update config.{guess,sub}
Rafaël Carré [Thu, 5 Jan 2012 08:41:38 +0000 (03:41 -0500)]
contrib: openjpeg: update config.{guess,sub}

12 years agox264.c: use x264_param_apply_profile
Ilkka Ollakka [Thu, 5 Jan 2012 10:53:30 +0000 (12:53 +0200)]
x264.c: use x264_param_apply_profile

12 years agox264.c: move mbtree closer to other bitrate options
Ilkka Ollakka [Thu, 5 Jan 2012 10:50:38 +0000 (12:50 +0200)]
x264.c: move mbtree closer to other bitrate options

12 years agox264.c: partly revert vbv-bufsize option handling when bitrate is defined
Ilkka Ollakka [Thu, 5 Jan 2012 10:44:19 +0000 (12:44 +0200)]
x264.c: partly revert vbv-bufsize option handling when bitrate is defined

Previous code didn't actually behave so well with small keyints etc.

12 years agox264.c: support infinite keyint option with -1
Ilkka Ollakka [Thu, 5 Jan 2012 10:41:36 +0000 (12:41 +0200)]
x264.c: support infinite keyint option with -1

12 years agoQt4: Fixed uninitialized variable
Sharad Dixit [Thu, 5 Jan 2012 01:41:15 +0000 (02:41 +0100)]
Qt4: Fixed uninitialized variable

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agocontrib: libmpeg2 has autotool files in a custom dir
Rafaël Carré [Thu, 5 Jan 2012 01:08:17 +0000 (20:08 -0500)]
contrib: libmpeg2 has autotool files in a custom dir

12 years agocontrib: orc: fix android build
Rafaël Carré [Thu, 5 Jan 2012 01:03:59 +0000 (20:03 -0500)]
contrib: orc: fix android build

google's gcc doesn't understand 'restrict'. Use __restrict__

12 years agocontrib: fix schroedinger build with android toolchain
Rafaël Carré [Wed, 28 Dec 2011 15:24:21 +0000 (10:24 -0500)]
contrib: fix schroedinger build with android toolchain

google's gcc doesn't understand 'restrict'. Use __restrict__

12 years agocontrib: gnutls: fix android build
Rafaël Carré [Tue, 27 Dec 2011 02:13:32 +0000 (21:13 -0500)]
contrib: gnutls: fix android build

gl/ builds replacements for standard headers in case the system ones don't work
but it has the reverse effect: provided headers work and built ones don't

12 years agocontrib: update config.{guess,sub} on some old packages
Rafaël Carré [Thu, 5 Jan 2012 00:58:19 +0000 (19:58 -0500)]
contrib: update config.{guess,sub} on some old packages

12 years agocontrib: gme: fix android build
Rafaël Carré [Tue, 27 Dec 2011 02:10:39 +0000 (21:10 -0500)]
contrib: gme: fix android build

gcc doesn't understand __restrict, use __restrict__
might break MSVC++ compatibility

12 years agoUPDATE_AUTOCONFIG: use $(UNPACK_DIR)
Rafaël Carré [Thu, 5 Jan 2012 00:48:23 +0000 (19:48 -0500)]
UPDATE_AUTOCONFIG: use $(UNPACK_DIR)

We can't use $@ as we operate before the directory is renamed

12 years agomacosx: fixed build script
Felix Paul Kühne [Thu, 5 Jan 2012 00:36:38 +0000 (01:36 +0100)]
macosx: fixed build script

12 years agocontrib: add support for openssl to check the sha512 hashes
Felix Paul Kühne [Wed, 4 Jan 2012 17:49:38 +0000 (18:49 +0100)]
contrib: add support for openssl to check the sha512 hashes

12 years agoplugin support for "other" system (non Linux UNIX)
Rafaël Carré [Wed, 4 Jan 2012 23:59:51 +0000 (18:59 -0500)]
plugin support for "other" system (non Linux UNIX)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoFixed potential NULL dereference when openning splitted rar files.
Laurent Aimar [Tue, 3 Jan 2012 21:19:42 +0000 (22:19 +0100)]
Fixed potential NULL dereference when openning splitted rar files.

12 years agoFixed BDA support (close #5627).
Laurent Aimar [Tue, 3 Jan 2012 20:01:49 +0000 (21:01 +0100)]
Fixed BDA support (close #5627).

12 years agomotion control applesmc: fix for recent kernel
Rafaël Carré [Thu, 29 Dec 2011 04:56:06 +0000 (23:56 -0500)]
motion control applesmc: fix for recent kernel

Exact kernel version needed is unknown, but has been around since at least one year+
See initial commit of https://code.launchpad.net/~mikael-sesamiq/macfanctld/trunk

Initial support for applesmc was untested anyway (173420e8c2bb2d4c20278dae3beebd2f6aaf52e5)

12 years agocontrib: gmp: update config.{guess,sub}, needed for android
Rafaël Carré [Wed, 28 Dec 2011 16:03:50 +0000 (11:03 -0500)]
contrib: gmp: update config.{guess,sub}, needed for android

12 years agocontrib: helper to copy recent config.{guess,sub} from automake
Rafaël Carré [Wed, 28 Dec 2011 16:03:25 +0000 (11:03 -0500)]
contrib: helper to copy recent config.{guess,sub} from automake

12 years agovlc_fopen(): implement C11 "x" open flag
Rémi Denis-Courmont [Wed, 4 Jan 2012 19:20:10 +0000 (21:20 +0200)]
vlc_fopen(): implement C11 "x" open flag

12 years agoDo not use the monotonic clock if CS is missing
Rémi Denis-Courmont [Wed, 4 Jan 2012 19:10:50 +0000 (21:10 +0200)]
Do not use the monotonic clock if CS is missing

This can happen on some POSIX.2001 systems.

12 years agovlc_cond_init() only needs clock setup if CS is available
Rémi Denis-Courmont [Wed, 4 Jan 2012 19:09:59 +0000 (21:09 +0200)]
vlc_cond_init() only needs clock setup if CS is available

12 years agoXspf: fix crash
Jean-Baptiste Kempf [Wed, 4 Jan 2012 18:37:59 +0000 (19:37 +0100)]
Xspf: fix crash

See http://forum.videolan.org/viewtopic.php?f=12&t=96883

12 years agoextras/tools: added openssl needed for native compilation on Darwin 9 / OS X 10.5
Felix Paul Kühne [Wed, 4 Jan 2012 17:25:47 +0000 (18:25 +0100)]
extras/tools: added openssl needed for native compilation on Darwin 9 / OS X 10.5

12 years agomacosx: hide the mouse cursor in Lion fullscreen
Brendon Justin [Tue, 3 Jan 2012 20:33:25 +0000 (15:33 -0500)]
macosx: hide the mouse cursor in Lion fullscreen

Though #5327 is closed, 1.2 and 1.3 nightlies do not work
as expected.  The patch makes the cursor hide after every
mouse movement.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>