1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-27 04:21:53 +02:00
Commit Graph

51235 Commits

Author SHA1 Message Date
Jean-Baptiste Kempf
f2cc02bf5e Contribs: activate thumb2 on ARMv7-a cpu, not only NEON ones 2012-10-05 17:06:45 +02:00
Rafaël Carré
8db3bdf87a Fix audiotrack sources 2012-10-05 16:11:34 +02:00
Felix Paul Kühne
fbc1eb8aa9 extras/tools: updated gas-pp revision 2012-10-05 14:16:29 +02:00
Ming Hu
cd11cbfead Android: add native AudioTrack aout module
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Signed-off-by: Rafaël Carré <funman@videolan.org>
2012-10-05 13:05:16 +02:00
David Geldreich
04a376f95c add ARM/NEON version of simple channel mixer
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Signed-off-by: Rafaël Carré <funman@videolan.org>
2012-10-05 12:47:37 +02:00
Jean-Baptiste Kempf
c311b5fa97 Avcodec: set the cpu flags/mask in modern version of libavutil 2012-10-05 00:00:44 +02:00
Rémi Denis-Courmont
6012a9c9f9 aout: add --stereo-mode to replace audio-channels variable (fixes #6)
Since audio-channels was not a configuration item, renaming is a mere
internal matter. This also fixes callback handling and factors code.
2012-10-04 22:13:31 +03:00
Rémi Denis-Courmont
3647bd9a1f Win32: has gettimeofday() 2012-10-04 20:34:03 +03:00
Rafaël Carré
c0a2390f67 android: add libvlc specific file 2012-10-04 19:19:15 +02:00
Rafaël Carré
3902c186fb Remove unused config_GetConfDir 2012-10-04 19:11:15 +02:00
Francois Cartegnie
b5360cd03e Qt: BackGroundWidget: fade in background 2012-10-04 14:47:31 +02:00
Francois Cartegnie
e82b763a47 demux ts: fix EITConvertToUTF8 to deal with no longer broken providers
(fix #7537)
2012-10-04 14:47:30 +02:00
Rafaël Carré
ebea6779ea contrib: fix libshout build on FreeBSD 8 2012-10-04 13:13:55 +02:00
Rémi Denis-Courmont
bc9856607f dshow: check CoInitialize() in callbacks
If the calling thread is using COM with MTA model, then CoInitializeEx()
will fail, and CoUninitialize() will be unbalanced. Ultimately, the
calling thread is likely to crash. (CoInitializeEx() could also fail in
case of memory error, but that is unlikely).
2012-10-03 20:18:27 +03:00
Rémi Denis-Courmont
72b2a691a8 Wim32: use CoInitializeEx() instead of CoInitialize() 2012-10-03 20:12:39 +03:00
Rémi Denis-Courmont
fba54e1fc6 gnutls: show different message if certificate is unknown or mismatching 2012-10-03 19:39:40 +03:00
Rémi Denis-Courmont
c2acc21460 gnutls: print error if key storage fails 2012-10-03 19:36:24 +03:00
Rémi Denis-Courmont
cbcd3533a6 configure: do not require libposproc by default 2012-10-03 19:21:38 +03:00
Jean-Baptiste Kempf
936f57d353 FFmpeg: remove outdated WinCE configuration 2012-10-03 18:13:26 +02:00
Jean-Baptiste Kempf
5bdd4ca6b1 Contribs: setting -mfloat-abi is orthogonal to NEON 2012-10-03 18:07:13 +02:00
Jean-Baptiste Kempf
65410039db Avcodec: avoid miscompilation with older libavutil version 2012-10-03 16:03:40 +02:00
Jean-Baptiste Kempf
313e047e91 Update mailmap 2012-10-03 15:29:56 +02:00
Jean-Baptiste Kempf
a08f555134 Contribs: runtime-detect only has impact on PPC 2012-10-03 15:27:19 +02:00
Rafaël Carré
50fabdcef2 avcodec-hw: fix crash on some CPUs
pshufb is available with SSSE3, not with SSE3
2012-10-03 09:05:33 +02:00
David Fuhrmann
ebfdeea1f9 macosx: move the resizing code to VLCVideoWindowCommon as its related to vout
This should fix resizing for all (one-)vout-window variants.
Furthermore, this fixes a small bug regarding aspect ratio enforcement.
2012-10-02 21:13:33 +02:00
David Fuhrmann
0b3c20521a macosx: add new controller which handles multiple vout windows
refs #6814
2012-10-02 21:13:32 +02:00
Jean-Baptiste Kempf
e0d96420fe More extensions for the open dialog 2012-10-02 18:30:32 +02:00
Jean-Baptiste Kempf
217e0cde51 Contribs: use more standard functions for qt4 2012-10-02 14:22:42 +02:00
Felix Paul Kühne
8ef447a49d macosx: fixed crash due to race condition on launch
The main window may be asked to update its content prior to VLCFSPanel being fully initialized
2012-10-01 23:38:37 +02:00
Felix Paul Kühne
48fcb08c1a vout_macosx: add additional sanity checks to prevent rare crashes 2012-10-01 23:27:23 +02:00
Rémi Denis-Courmont
244a35b030 dca: set output buffer size correctly (fixes #6509, fixes #7459)
Some filters and outputs rely on the samples count (which was correct),
others on the bytes size (which was not), accounting for why decoding
failed only in some combinations.
2012-10-01 22:04:20 +03:00
Rémi Denis-Courmont
9b58a46173 Win32: use CoInitializeEx() instead of CoInitialize()
That is recommended by MSDN. Also, do not use 0 for NULL.
2012-10-01 18:36:56 +03:00
Rafaël Carré
32bfb8dc02 update: constify 2012-10-01 16:18:35 +02:00
Rafaël Carré
6841a105da update: do not modify base64 input to add \0 terminators
It is not needed anymore since ce6521381b , parsing will
stop at first unrecognized character (like \r or \n)
2012-10-01 16:17:58 +02:00
Jean-Baptiste Kempf
3d7a65c1ba Avcodec: set the dsp_mask for NEON too 2012-10-01 16:11:43 +02:00
Jean-Baptiste Kempf
08a51ba6b0 Avcodec: fix typo for SSSE3 2012-10-01 15:39:53 +02:00
Jean-Baptiste Kempf
2a5976f991 Fix SSE4.2 detection 2012-10-01 14:23:31 +02:00
Felix Paul Kühne
c9d65d2297 macosx: show more suitable icons instead of 'generic' for a couple of file extensions
This affects: .opus, .ogx, .wtv, .rec, .vro, .tod and .mks
2012-10-01 14:16:18 +02:00
Felix Paul Kühne
07461c634c Support opening .xesc files on the Mac 2012-10-01 14:13:33 +02:00
Felix Paul Kühne
517050c8b0 Support opening of wtv files on the Mac 2012-10-01 14:09:27 +02:00
Jean-Baptiste Kempf
198ef1527d Remove tabs in source code 2012-10-01 13:48:47 +02:00
Jean-Baptiste Kempf
d12d32c772 Support opening of wtv files 2012-10-01 13:24:38 +02:00
David Fuhrmann
766e381d0e macosx: adapt module_list_get calls for latest changes in core 2012-09-30 21:53:20 +02:00
David Fuhrmann
568303d7e8 macosx: use black color for detached window background
This avoids grey or transparent flashes on start
2012-09-30 20:47:30 +02:00
David Fuhrmann
92b48ad487 macosx: add own video view for each window
Note that this commit will break some stuff for non-embedded cases, for now.

refs #6814
2012-09-30 20:47:29 +02:00
David Fuhrmann
b9dc892290 macosx: remove old and dead code from VideoView.m 2012-09-30 20:47:29 +02:00
Rémi Denis-Courmont
2f66c69631 tls: poll and timeout during handshake (fixes #7533) 2012-09-30 18:19:32 +03:00
Pierre Ynard
6c5a0639e7 koreus.lua: decode title and description 2012-09-30 17:06:31 +02:00
Pierre Ynard
4491de9a6b koreus.lua: small fix-up 2012-09-30 17:01:21 +02:00
Rémi Denis-Courmont
15eb1dff90 http: correctly strip URI scheme upon redirection (fixes #6872)
Quoting the reporter:
| According to include/vlc_access.h, access_t.psz_location is "URL with
| the scheme stripped". But in http module, schema stays there after
| 302 redirection. That may cause httplive module try to access URL like
| "http://http://host/path".

Pointed-out-by: bbcallen <bbcallen@gmail.com>
2012-09-30 17:52:39 +03:00