]> git.sesse.net Git - vlc/log
vlc
10 years agomacosx: avoid issue which may wrongly hide the controls bar in non-lion fullscreen...
David Fuhrmann [Sun, 30 Mar 2014 19:36:57 +0000 (21:36 +0200)]
macosx: avoid issue which may wrongly hide the controls bar in non-lion fullscreen mode

10 years agodvbpsi: handle all message types
Rafaël Carré [Sun, 30 Mar 2014 09:53:47 +0000 (11:53 +0200)]
dvbpsi: handle all message types

10 years agocontrib: gcrypt: fix non amd64 builds
Rafaël Carré [Sun, 30 Mar 2014 09:50:27 +0000 (11:50 +0200)]
contrib: gcrypt: fix non amd64 builds

10 years agoextras/tools: update gas-pp
Felix Paul Kühne [Sat, 29 Mar 2014 19:12:19 +0000 (20:12 +0100)]
extras/tools: update gas-pp

10 years agoDirect3D: handle rotated movies.
Felix Abecassis [Fri, 28 Mar 2014 12:48:30 +0000 (13:48 +0100)]
Direct3D: handle rotated movies.

10 years agocontrib: gmp: fix thumb2 build
Rafaël Carré [Fri, 28 Mar 2014 15:30:21 +0000 (16:30 +0100)]
contrib: gmp: fix thumb2 build

10 years agocontrib: sparkle: short-circuit -Werror
Rafaël Carré [Fri, 28 Mar 2014 14:41:17 +0000 (15:41 +0100)]
contrib: sparkle: short-circuit -Werror

10 years agoopengl: use buffer objects instead of host memory with glVertexAttribPointer.
Felix Abecassis [Fri, 28 Mar 2014 14:07:13 +0000 (15:07 +0100)]
opengl: use buffer objects instead of host memory with glVertexAttribPointer.

Previously, glVertexAttribPointer was called in function
DrawWithShaders using an host array (textureCoord) allocated on the
stack inside a loop. This caused stack buffer overflow afterwards.

See http://www.opengl.org/wiki/Synchronization#Asynchronous_action

Array definition could have been hoisted out of the loop but using
buffer objects is a better solution since it is now the only option
with recent OpenGL versions.

10 years agocontrib: gmp: update to 6.0.0
Rafaël Carré [Fri, 28 Mar 2014 13:50:53 +0000 (14:50 +0100)]
contrib: gmp: update to 6.0.0

This version is dual licensed GPLv2/LGPLv3

10 years agoAudioTrack: use the render position from the DSP to compute the delay
Adrien Maglo [Fri, 28 Mar 2014 11:19:03 +0000 (12:19 +0100)]
AudioTrack: use the render position from the DSP to compute the delay

Do not use the frequency rate in the computation.

10 years agogcrypt: fix amd64 assembly on Solaris
Sean McGovern [Thu, 27 Mar 2014 15:28:45 +0000 (11:28 -0400)]
gcrypt: fix amd64 assembly on Solaris

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agopackage/macosx: remove .rar from list of default file types
David Fuhrmann [Thu, 27 Mar 2014 21:45:27 +0000 (22:45 +0100)]
package/macosx: remove .rar from list of default file types

10 years agocontrib: add Solaris to bootstrap
Sean McGovern [Thu, 13 Mar 2014 17:50:27 +0000 (13:50 -0400)]
contrib: add Solaris to bootstrap

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agomacosx: improve logic to toggle effect windows
David Fuhrmann [Wed, 26 Mar 2014 20:04:26 +0000 (21:04 +0100)]
macosx: improve logic to toggle effect windows

The window is now ordered in front every time with a single click / shortcut
like in iTunes.

10 years agoRevert "demux: mp4: fix fallback on PAR"
Francois Cartegnie [Wed, 26 Mar 2014 18:14:23 +0000 (19:14 +0100)]
Revert "demux: mp4: fix fallback on PAR"

This reverts commit bcf7989613b3bb888e5a9941ffe3310539347586.

According to some other samples, doesn't sound like a correct fix.

10 years agoMake macosx vout module handle rotated movies.
Matthias Keiser [Fri, 14 Mar 2014 00:00:08 +0000 (01:00 +0100)]
Make macosx vout module handle rotated movies.

Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
10 years agosrc: fix typo in comment
David Fuhrmann [Wed, 26 Mar 2014 17:27:20 +0000 (18:27 +0100)]
src: fix typo in comment

10 years agodemux: mp4: fix fallback on PAR (fix #11075)
Francois Cartegnie [Wed, 26 Mar 2014 16:26:12 +0000 (17:26 +0100)]
demux: mp4: fix fallback on PAR (fix #11075)

10 years agoQt: move extensions tab away
Francois Cartegnie [Wed, 26 Mar 2014 11:54:22 +0000 (12:54 +0100)]
Qt: move extensions tab away

10 years agodemux: mp4: remove unused dummy fields warnings
Francois Cartegnie [Wed, 26 Mar 2014 06:41:11 +0000 (07:41 +0100)]
demux: mp4: remove unused dummy fields warnings

10 years agodemux: mp4: read covr atoms (fix #8091)
Francois Cartegnie [Wed, 26 Mar 2014 06:37:56 +0000 (07:37 +0100)]
demux: mp4: read covr atoms (fix #8091)

10 years agodemux: mp4: rename union data pointer.
Francois Cartegnie [Wed, 26 Mar 2014 05:40:46 +0000 (06:40 +0100)]
demux: mp4: rename union data pointer.

Avoid naming confusion, because data is an atom itself.

10 years agocodec: substext: process asprintf returnval
Francois Cartegnie [Wed, 26 Mar 2014 04:45:20 +0000 (05:45 +0100)]
codec: substext: process asprintf returnval

10 years agomacosx: already set fullscreen to no when fullscreen exit animation is started
David Fuhrmann [Tue, 25 Mar 2014 17:40:48 +0000 (18:40 +0100)]
macosx: already set fullscreen to no when fullscreen exit animation is started

close #11061

10 years agomacosx: do not handle triple clicks explicitely
David Fuhrmann [Tue, 25 Mar 2014 18:05:23 +0000 (19:05 +0100)]
macosx: do not handle triple clicks explicitely

refs #11061

10 years agoContribs: update libass to 0.11.1
Tristan Matthews [Tue, 25 Mar 2014 18:05:29 +0000 (14:05 -0400)]
Contribs: update libass to 0.11.1

libass is now hosted on github

10 years agodemux: asf: only apply valid A/R
Francois Cartegnie [Tue, 25 Mar 2014 15:37:36 +0000 (16:37 +0100)]
demux: asf: only apply valid A/R

refs #11063

10 years agodemux: mp4: add support for tx3g (fix #8305)
Francois Cartegnie [Fri, 21 Mar 2014 18:56:48 +0000 (19:56 +0100)]
demux: mp4: add support for tx3g (fix #8305)

10 years agocodec: add tx3g spu
Francois Cartegnie [Fri, 21 Mar 2014 18:47:11 +0000 (19:47 +0100)]
codec: add tx3g spu

10 years agotext_style/renderer: unify default font size
Francois Cartegnie [Fri, 21 Mar 2014 18:33:39 +0000 (19:33 +0100)]
text_style/renderer: unify default font size

10 years agoes_format: allow codecs to override spu styles
Francois Cartegnie [Fri, 21 Mar 2014 06:51:29 +0000 (07:51 +0100)]
es_format: allow codecs to override spu styles

10 years agolpcm bd: fix 24 bit stereo decoding
Tristan Matthews [Tue, 25 Mar 2014 05:14:21 +0000 (01:14 -0400)]
lpcm bd: fix 24 bit stereo decoding

Fixes #10265

10 years agotools: update gas-pp
Felix Paul Kühne [Mon, 24 Mar 2014 19:47:34 +0000 (20:47 +0100)]
tools: update gas-pp

10 years agomacosx: fix drawing the search field at 60fps and wasting enormous amounts of battery...
Felix Paul Kühne [Mon, 24 Mar 2014 18:10:59 +0000 (19:10 +0100)]
macosx: fix drawing the search field at 60fps and wasting enormous amounts of battery when blinking (close #11067)

10 years agolua: dead code
Rémi Denis-Courmont [Mon, 24 Mar 2014 17:56:09 +0000 (19:56 +0200)]
lua: dead code

10 years agoLua: add sockets to extensions (fixes #9495)
Rémi Denis-Courmont [Mon, 24 Mar 2014 17:54:13 +0000 (19:54 +0200)]
Lua: add sockets to extensions (fixes #9495)

10 years agolua: vector out files descriptable table code
Rémi Denis-Courmont [Mon, 24 Mar 2014 17:45:43 +0000 (19:45 +0200)]
lua: vector out files descriptable table code

10 years agolua: move some code, no functional changes
Rémi Denis-Courmont [Mon, 24 Mar 2014 17:23:10 +0000 (19:23 +0200)]
lua: move some code, no functional changes

10 years agoconfigure: fix GL detection on Windows (close #11062)
Rémi Denis-Courmont [Mon, 24 Mar 2014 17:02:19 +0000 (19:02 +0200)]
configure: fix GL detection on Windows (close #11062)

10 years agoMake opengl.c handle movie rotations.
Matthias Keiser [Tue, 18 Mar 2014 21:53:27 +0000 (22:53 +0100)]
Make opengl.c handle movie rotations.

Signed-off-by: Felix Abecassis <felix.abecassis@gmail.com>
10 years agoContribs: enable ass for WinRT without fontconfig
Jean-Baptiste Kempf [Mon, 10 Mar 2014 19:16:02 +0000 (20:16 +0100)]
Contribs: enable ass for WinRT without fontconfig

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agocontrib: Unbreak sdl with osx 10.7 and later
Luca Barbato [Wed, 5 Mar 2014 12:33:52 +0000 (12:33 +0000)]
contrib: Unbreak sdl with osx 10.7 and later

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoLua: split sd function for SD and for interfaces plugins (fixes #10308)
Rémi Denis-Courmont [Sun, 23 Mar 2014 21:04:45 +0000 (23:04 +0200)]
Lua: split sd function for SD and for interfaces plugins (fixes #10308)

Functions casting this to a services_discovery_t pointer are only
usable by SD plugins. Functions looking up the playlist are only usable
by interfaces plugins and extensions.

10 years agotools: set CPUS correctly on Solaris
Sean McGovern [Tue, 11 Mar 2014 19:12:35 +0000 (15:12 -0400)]
tools: set CPUS correctly on Solaris

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agotools: add GNU sed
Sean McGovern [Tue, 11 Mar 2014 19:12:36 +0000 (15:12 -0400)]
tools: add GNU sed

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agoReduce trace verbosity for well known "unknown" components
Denis Charmet [Sat, 22 Mar 2014 19:42:52 +0000 (20:42 +0100)]
Reduce trace verbosity for well known "unknown" components

10 years agoDon't demux 5 blocks each time pf_demux is called
Denis Charmet [Sat, 22 Mar 2014 19:20:06 +0000 (20:20 +0100)]
Don't demux 5 blocks each time pf_demux is called

Close #2658

10 years agoAdd basic A_QUICKTIME audio support in MKV
Denis Charmet [Sat, 22 Mar 2014 19:13:14 +0000 (20:13 +0100)]
Add basic A_QUICKTIME audio support in MKV

Fix partially #11038 since seek is still broken

10 years agocontrib/gcrypt: fix compilation on x86_64/Darwin with clang
Felix Paul Kühne [Sat, 22 Mar 2014 19:09:54 +0000 (20:09 +0100)]
contrib/gcrypt: fix compilation on x86_64/Darwin with clang

Patch is pending for upstream submission

10 years agova: make the description pointer const
Rémi Denis-Courmont [Sat, 22 Mar 2014 18:45:34 +0000 (20:45 +0200)]
va: make the description pointer const

4 out of 5 plugins expect it that way and the owner should not modify
the string anyway.

10 years agovaapi: use driver name (rather than VA-API ABI version) as description
Rémi Denis-Courmont [Sat, 22 Mar 2014 18:42:25 +0000 (20:42 +0200)]
vaapi: use driver name (rather than VA-API ABI version) as description

10 years agoDxVA2: remove vlc_object_t back pointer
Rémi Denis-Courmont [Sat, 22 Mar 2014 18:38:20 +0000 (20:38 +0200)]
DxVA2: remove vlc_object_t back pointer

10 years agoFix MKV multiple edition handling
Denis Charmet [Sat, 22 Mar 2014 18:10:46 +0000 (19:10 +0100)]
Fix MKV multiple edition handling

This use the default edition and properly signals the core that the title has changed
Fix  #10542

10 years agovaapi: add support for DRM backend
Rémi Denis-Courmont [Sat, 22 Mar 2014 16:10:17 +0000 (18:10 +0200)]
vaapi: add support for DRM backend

10 years agovaapi: do not retain version numbers
Rémi Denis-Courmont [Sat, 22 Mar 2014 14:09:12 +0000 (16:09 +0200)]
vaapi: do not retain version numbers

10 years agovaapi: fix some memory leaks
Rémi Denis-Courmont [Sat, 22 Mar 2014 14:05:28 +0000 (16:05 +0200)]
vaapi: fix some memory leaks

10 years agoauhal: add error message when format change failed
David Fuhrmann [Sat, 22 Mar 2014 13:37:01 +0000 (14:37 +0100)]
auhal: add error message when format change failed

10 years agoauhal: implement failure for stream format change and fix possible deadlock and crash
David Fuhrmann [Sat, 22 Mar 2014 13:26:06 +0000 (14:26 +0100)]
auhal: implement failure for stream format change and fix possible deadlock and crash

close #8962

10 years agoauhal: always do a final format check in stream change function
David Fuhrmann [Sat, 22 Mar 2014 13:06:20 +0000 (14:06 +0100)]
auhal: always do a final format check in stream change function

10 years agocontrib/jpeg: use our own hosting since their servers blocks downloads with curl...
Felix Paul Kühne [Sat, 22 Mar 2014 14:36:01 +0000 (15:36 +0100)]
contrib/jpeg: use our own hosting since their servers blocks downloads with curl (close #11048)

wget and mainstream web browsers are not affected.

10 years agoheadphone: fix memory allocation
Ilkka Ollakka [Sat, 22 Mar 2014 11:51:56 +0000 (13:51 +0200)]
headphone: fix memory allocation

Don't just set i_buffer to higher than it was with allocation.

could Ref #10445

10 years agoAdd version guards on avutil for AV_PIX_FMT_GBRP
Jean-Baptiste Kempf [Sat, 22 Mar 2014 11:28:37 +0000 (12:28 +0100)]
Add version guards on avutil for AV_PIX_FMT_GBRP

10 years agotranscode: add parameter limits for audio
Ilkka Ollakka [Sat, 22 Mar 2014 07:46:08 +0000 (09:46 +0200)]
transcode: add parameter limits for audio

10 years agotranscode: handle fps conversion in one point
Ilkka Ollakka [Sat, 22 Mar 2014 07:24:43 +0000 (09:24 +0200)]
transcode: handle fps conversion in one point

We might not have proper framerate info yet at this point

10 years agotranscode: obsolete audio-sync
Ilkka Ollakka [Sat, 22 Mar 2014 07:18:25 +0000 (09:18 +0200)]
transcode: obsolete audio-sync

10 years agodemux: mp4: don't seek on current position
Francois Cartegnie [Wed, 19 Mar 2014 06:16:58 +0000 (07:16 +0100)]
demux: mp4: don't seek on current position

10 years agodemux: mp4: don't read jumbo chunks at once (fix #7150)
Francois Cartegnie [Wed, 19 Mar 2014 06:05:44 +0000 (07:05 +0100)]
demux: mp4: don't read jumbo chunks at once (fix #7150)

and increases times to match data actually read.
Also fixes vorbis in mp4 playback
http://streams.videolan.org/samples/MPEG-4/vorbis-in-mp4/

10 years agodemux: flac: use CLOCK_FREQ
Tristan Matthews [Fri, 21 Mar 2014 15:28:37 +0000 (11:28 -0400)]
demux: flac: use CLOCK_FREQ

10 years agofdkaac: set i_nb_samples for output blocks
Ilkka Ollakka [Fri, 21 Mar 2014 09:51:10 +0000 (11:51 +0200)]
fdkaac: set i_nb_samples for output blocks

10 years agofdkaac: output length is constant and doesn't vary from input pts jitter
Ilkka Ollakka [Fri, 21 Mar 2014 09:49:06 +0000 (11:49 +0200)]
fdkaac: output length is constant and doesn't vary from input pts jitter

10 years agouse CLOCK_FREQ
Ilkka Ollakka [Sat, 15 Mar 2014 15:16:25 +0000 (17:16 +0200)]
use CLOCK_FREQ

10 years agoFix glitching at start of stream playback
Alex Woods [Tue, 18 Mar 2014 13:28:37 +0000 (13:28 +0000)]
Fix glitching at start of stream playback

This patch fixes a problem that occurs at the start of playback of MPEG2
streams.  The symptom is that an initial good frame will display and
then the video appears to skip back a frame or two and some
macroblocking is observed. The stream then plays correctly. This is
really obvious when switching between SAPed multicast streams, where
you're jumping right in to a lot of movement and probably not starting
with an I frame.

The issue appears to be some code introduced way back in 2004 (commit
eaefb8508dba22fb04193241347a072caac34cf1) which resubmits data to the
video codec. The commit notes suggest it was to avoid dropping the first
I frame, but I see no obviously lost I frames after removing the code
with my test samples. Presumably this was a work-around for a libavcodec
issue that is no longer required.

Therefore, this patch basically just reverts the 2004 commit in its
current form.

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
10 years agoaudiobargraph: remove bogus TCP connection (fixes #9491)
Rémi Denis-Courmont [Thu, 20 Mar 2014 21:10:28 +0000 (23:10 +0200)]
audiobargraph: remove bogus TCP connection (fixes #9491)

10 years agoaudiobargraph: use variable & callback for audio values (refs #9491)
Rémi Denis-Courmont [Thu, 20 Mar 2014 21:07:22 +0000 (23:07 +0200)]
audiobargraph: use variable & callback for audio values (refs #9491)

Also fix potential buffer overflow with snprintf().

10 years agoaudiobargraph: use variable & callback for alarm state (refs #9491)
Rémi Denis-Courmont [Thu, 20 Mar 2014 20:54:07 +0000 (22:54 +0200)]
audiobargraph: use variable & callback for alarm state (refs #9491)

10 years agoaudiobargraph: fix callback crash due to missing initializer
Rémi Denis-Courmont [Thu, 20 Mar 2014 20:52:50 +0000 (22:52 +0200)]
audiobargraph: fix callback crash due to missing initializer

10 years agoaudiobargraph: stick to single precision
Rémi Denis-Courmont [Thu, 20 Mar 2014 20:36:17 +0000 (22:36 +0200)]
audiobargraph: stick to single precision

10 years agoaudiobargraph: check allocation
Rémi Denis-Courmont [Thu, 20 Mar 2014 20:35:15 +0000 (22:35 +0200)]
audiobargraph: check allocation

10 years agoaudiobargraph: avoid heap allocation
Rémi Denis-Courmont [Thu, 20 Mar 2014 20:34:16 +0000 (22:34 +0200)]
audiobargraph: avoid heap allocation

10 years agomad: robustify against corrupt byte streams (fixes #10726)
Rémi Denis-Courmont [Thu, 20 Mar 2014 20:13:23 +0000 (22:13 +0200)]
mad: robustify against corrupt byte streams (fixes #10726)

10 years agomad: remove no-op
Rémi Denis-Courmont [Thu, 20 Mar 2014 20:06:25 +0000 (22:06 +0200)]
mad: remove no-op

Those values are already set by the caller function.

10 years agomacosx: do not (mis)use the content view as the video view in fullscreen
David Fuhrmann [Thu, 20 Mar 2014 19:25:14 +0000 (20:25 +0100)]
macosx: do not (mis)use the content view as the video view in fullscreen

The content view can never be nil, so methods like removeFromSuperView
which are used do not work as expected. Thus, it was possible that the
content view is a dangling pointer, causing crashes when trying to draw
the window.

10 years agomacosx: reactivate no animation path for start in fullscreen
David Fuhrmann [Wed, 19 Mar 2014 19:14:51 +0000 (20:14 +0100)]
macosx: reactivate no animation path for start in fullscreen

This fixes several glitches like concurent animation of window resize
and fullscreen resize.

10 years agomacosx: reactivate fast path for exiting fullscreen window when video finished
David Fuhrmann [Wed, 19 Mar 2014 08:48:07 +0000 (09:48 +0100)]
macosx: reactivate fast path for exiting fullscreen window when video finished

This also removes old workarounds which are not needed anymore.

close #10826

10 years agomacosx: remove orderOut when closing video window
David Fuhrmann [Tue, 18 Mar 2014 20:48:22 +0000 (21:48 +0100)]
macosx: remove orderOut when closing video window

This should not be needed anymore.

10 years agomsw: collect files in a single directory (fixes #10900)
Rémi Denis-Courmont [Thu, 20 Mar 2014 18:50:09 +0000 (20:50 +0200)]
msw: collect files in a single directory (fixes #10900)

10 years agoWin32: Do not assert on non-recognized touch events
Jean-Baptiste Kempf [Thu, 20 Mar 2014 18:30:01 +0000 (19:30 +0100)]
Win32: Do not assert on non-recognized touch events

Sometimes GF_INERTIA is caught too, for example

10 years agorawvideo: fix handling of zero dimensions
Rémi Denis-Courmont [Thu, 20 Mar 2014 15:25:18 +0000 (17:25 +0200)]
rawvideo: fix handling of zero dimensions

10 years agoAVI: reverse the height only if it needs to be reversed
Jean-Baptiste Kempf [Thu, 20 Mar 2014 12:11:54 +0000 (13:11 +0100)]
AVI: reverse the height only if it needs to be reversed

10 years agoRawvideo: we can have a 0 visible_*, since we copy from width|height
Jean-Baptiste Kempf [Thu, 20 Mar 2014 12:11:04 +0000 (13:11 +0100)]
Rawvideo: we can have a 0 visible_*, since we copy from width|height

10 years agoFix planar GBR H264 samples
Jean-Baptiste Kempf [Thu, 20 Mar 2014 11:57:11 +0000 (12:57 +0100)]
Fix planar GBR H264 samples

10 years agolibvlc: equalizer: Use ISO bands instead of VLC bands
Ronald Wright [Wed, 19 Mar 2014 00:16:17 +0000 (19:16 -0500)]
libvlc: equalizer: Use ISO bands instead of VLC bands

This eliminates the inconsistency between the equalizer bands that are
portrayed by the API and the bands that are actually used by the equalizer
module.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agopng: set visible_ width/height
Tristan Matthews [Tue, 18 Mar 2014 17:30:15 +0000 (13:30 -0400)]
png: set visible_ width/height

10 years agojpeg: set visible_ width/height
Ilkka Ollakka [Tue, 18 Mar 2014 16:41:30 +0000 (18:41 +0200)]
jpeg: set visible_ width/height

10 years agojpeg: encoder: set pts and dts
Tristan Matthews [Tue, 18 Mar 2014 15:58:13 +0000 (11:58 -0400)]
jpeg: encoder: set pts and dts

10 years agopng: encoder: set pts and dts
Tristan Matthews [Tue, 18 Mar 2014 15:56:58 +0000 (11:56 -0400)]
png: encoder: set pts and dts

10 years agobluray: fix invalid argument crash for error paths in open
David Fuhrmann [Tue, 18 Mar 2014 14:38:13 +0000 (15:38 +0100)]
bluray: fix invalid argument crash for error paths in open

10 years agomacosx: drop the potential BDMV folder from a bluray path (fixes #10928)
David Fuhrmann [Tue, 18 Mar 2014 14:18:37 +0000 (15:18 +0100)]
macosx: drop the potential BDMV folder from a bluray path (fixes #10928)

Only the path to the bluray structure itself is supported.

10 years agoragel: edit patch to work with other versions of patch(1)
Sean McGovern [Thu, 13 Mar 2014 17:47:40 +0000 (13:47 -0400)]
ragel: edit patch to work with other versions of patch(1)

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agocontrib: qt: Qt 5.2.1
Rafaël Carré [Tue, 11 Mar 2014 17:07:05 +0000 (18:07 +0100)]
contrib: qt: Qt 5.2.1