Hugo Beauzée-Luyssen
ae73867311
Fix distcheckclean
10 years ago
Hugo Beauzée-Luyssen
d070ceae65
Fix distcheck
10 years ago
Hugo Beauzée-Luyssen
759b7b892a
contribs: Fix goom build in -O2
10 years ago
Hugo Beauzée-Luyssen
5b91b3db6e
contribs: mpcdec: Fix lib copy, regardless of the library's name
It appears cmake changes its mind about the cross compiled static
libraries, depending on its version.
10 years ago
Philip Höhlein
725cdc99c9
Crystalhd: Fix segfault in DecodeBlock function, when pp_block == NULL
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Petri Hintukainen
dd4fa9da64
bluray: notify BD-J on playback rate change
Do not allow pausing playback when playlist is not playing
10 years ago
Petri Hintukainen
1112a73d45
bluray: avoid passing invalid resume timestamps
Timestamp should be PTS of currently showing video frame.
10 years ago
Rémi Denis-Courmont
70d808bb6c
Rename str_format_meta() to strfinput()
Not the best naming convention known to mankind, but still better than
starting with "str".
10 years ago
Rémi Denis-Courmont
274f62f22a
Rename str_format_time to vlc_strftime
10 years ago
Rémi Denis-Courmont
cc19824746
Remove path_sanitize()
That function was a failed attempt at protection against special path
characters within formatted meta-data. It is no longer used for that
purpose, but only for formatting time. It is not difficult to avoid
special characters when formatting time, rendering the function
essentially a useless no-op.
10 years ago
Rémi Denis-Courmont
e1dc29e246
input: always sanitize filenames from formatted meta-data
The input item name can contain special characters. It is not too hard
to imagine how this could be exploited.
path_sanitize() is inadequate as it cannot differentiate special
characters that are part of the trusted format string from special
characters that came from expanding the input item name. Instead,
filename_sanitize() must be used to eliminate all special characters.
10 years ago
Jean-Baptiste Kempf
792d4ab6a6
Contribs: gcrypt, disable padlock support on Windows
10 years ago
Jean-Baptiste Kempf
183da07597
Contribs: update libbluray to 0.9.3
10 years ago
Rémi Denis-Courmont
9edab21020
contribs: add "make help"
This shows the same text as bootstrap when it ends.
10 years ago
Francois Cartegnie
468cec761e
Qt: infopanels: remove unused variable
10 years ago
Thomas Guillem
9735b40661
doc: remove wrong libvlc_media sub groups
They never worked because of a missing '\' before defgroup.
10 years ago
Francois Cartegnie
7b1ac78873
access: dtv: try some default bandwidth values
10 years ago
Jean-Baptiste Kempf
9fe871c1f1
Build packetizer copy even without sout
10 years ago
Hugo Beauzée-Luyssen
edf447a3a4
contribs: ffmpeg: Provide --arch when building for WindowsRT
10 years ago
Hugo Beauzée-Luyssen
65ae17e142
contribs: bootstrap: Handle windows arm targets
10 years ago
Steve Lhomme
bcf7c3bc73
direct3d11: always lock the D3D11 context on Winstore
DriverConcurrentCreates is not a good indicator of thread safety
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Jean-Baptiste Kempf
eed0aabcaf
Win32: fix directdraw linking
10 years ago
Hugo Beauzée-Luyssen
0097e8c2dc
contribs: Force optimizations flags
Some packages aren't forcing those, leading to a bunch of contribs being
built without any kind of optimizations.
10 years ago
Steve Lhomme
09b61cdd4f
contrib:mpg123: don't bump the Windows version if we're already higher
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Steve Lhomme
1e0bedf62b
winstore: handle volume/mute in the winstore audio output
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Thomas Guillem
304846e76e
input/item: fix too small psz_scheme array
Indeed, "qtsound" needs a size of 8.
Use a pointer instead of a fixed size array.
10 years ago
Francois Cartegnie
1659ee6a0d
dvb: scan: better check raw scan nit presence
10 years ago
Hugo Beauzée-Luyssen
12ae9e0fd0
win32: dirs: Ensure GUID get defined
10 years ago
Hugo Beauzée-Luyssen
64e000bba8
contribs: mpcdec: Fix library copy rule
10 years ago
Francois Cartegnie
e8a7a0364d
Qt: fix leak in plselector sd
10 years ago
Steve Lhomme
a1526880f3
d3d11va: fix deadlock on error
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Steve Lhomme
b961496532
contrib:mpg123: fix cpu detection with MSVC
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Steve Lhomme
32f4bb2040
contrib:mpg123: test unicode and ANSI pipes separately
this will avoid a version bump when only Unicode is available
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Jean-Baptiste Kempf
ab5b088b81
Configure: remove HAVE_DIRECTX
10 years ago
Jean-Baptiste Kempf
6caacec0d3
win32:dirs: SHGetFolderPathW is not available on Winstore apps
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years ago
Jean-Baptiste Kempf
6b6f0b70e1
Contribs: improve flac support on WinRT
10 years ago
Jean-Baptiste Kempf
1ed47b2d15
Contribs: use HAVE_WINSTORE consistently
10 years ago
Jean-Baptiste Kempf
c9338dd322
Revert "winstore: define the missing IID_IAudioClient"
This reverts commit 95f2c21efb .
10 years ago
Jean-Baptiste Kempf
ff7d61c60d
taglib: cleanup
10 years ago
Steve Lhomme
015e374e17
taglib: Use an IOStream instead of a file path on Winstore apps
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years ago
Francois Cartegnie
2909426c0b
dvb: scan: missing increments in dvbt freq scan
10 years ago
Francois Cartegnie
ef92289e67
demux: adaptive: add relative demuxed time
10 years ago
Bastien Penavayre
4b79110a1a
contribs: port libflac to WinRT
Create two patches that remove calls to forbiden funtions in libflac and replace
with authorized function if necessary
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
10 years ago
Hugo Beauzée-Luyssen
f76037894e
contribs: d3d11: Remove duplicated patch application
10 years ago
Jean-Baptiste Kempf
b8b1a661cb
Use DSound only on desktop
10 years ago
Steve Lhomme
f8ffb254c5
libass: on Winstore apps we need to use the default font
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years ago
Steve Lhomme
95f2c21efb
winstore: define the missing IID_IAudioClient
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years ago
Jean-Baptiste Kempf
57c51a7a71
contribs: update taglib to 1.11
10 years ago
Steve Lhomme
ba7845d131
contrib: detect x86- HOST as i386 ARCH
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years ago
Steve Lhomme
cbb501376a
contrib: assume UWP hosts are for Universal platforms
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years ago