Rémi Denis-Courmont
79e5fa67e9
http: XML-decode Icy meta infos ( fixes #12739 )
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Tobias Güntner
547fb0dfa2
Fix sizeof mismatch
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Tobias Güntner
ff7ee990e3
Force MPEG demuxer
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Jean-Baptiste Kempf
01eb577330
WinRT: don't compile DShow, Screen, BDA
They depend on GDI or DShow
12 years ago
Paweł Stankowski
b2cdcba9bf
Support for newest freerdp snapshot
Support for 24bpp was removed from freerdp repository in commit
02c1bf14ce1f3ad2199a349066548977916d9c06.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Rémi Denis-Courmont
0fd329fd79
archive: memory leak
12 years ago
Rémi Denis-Courmont
99caee4225
archive: indent
12 years ago
Rémi Denis-Courmont
b306cb2d30
cdda: memory leak due to STANDARD_BLOCK_ACCESS_INIT
12 years ago
Tobias Güntner
eb588176da
Implement ACCESS_GET_SIZE
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years ago
Francois Cartegnie
5f23d55626
access: archive: fix write to const
12 years ago
Jean-Baptiste Kempf
f5c8f5da0d
Archive: fix typo
12 years ago
Rémi Denis-Courmont
ecae18a3d2
archive: avoid duplicate strchr() call
12 years ago
Rémi Denis-Courmont
e76f990e0b
SRTP: integer overflow
12 years ago
Rémi Denis-Courmont
ab9f28ff68
SRTP: integer overflow
12 years ago
Rémi Denis-Courmont
0cf5d09ce8
unzip: pass seek error to caller
12 years ago
Jean-Baptiste Kempf
6b099317bf
BD: fix memleak on error path
12 years ago
Rémi Denis-Courmont
00b9dd8cbc
udp: memory leak
12 years ago
Rémi Denis-Courmont
f03324bb7e
ftp: fix leak
12 years ago
KO Myung-Hun
4bcf8bd7ae
dvdnav: fix compilation on OS/2
-----
access/dvdnav.c: In function 'ProbeDVD':
access/dvdnav.c:1469:6: error: implicit declaration of function 'read' [-Werror=implicit-function-declaration]
|| read( fd, iso_dsc, sizeof (iso_dsc) ) < (int)sizeof (iso_dsc)
^
access/dvdnav.c:1481:5: error: implicit declaration of function 'close' [-Werror=implicit-function-declaration]
close( fd );
^
-----
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years ago
Tristan Matthews
ac7ec2d22c
access: bd: add assertion
12 years ago
Jean-Baptiste Kempf
baf3bd02d0
DVDnav: remove unused includes
12 years ago
Konstantin K. Beliak
89006bba46
BDA: support for DVB-T2
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Rémi Denis-Courmont
96f2bbe665
dshow: remove negative video height, signed overflow ( fixes #10998 )
12 years ago
Rémi Denis-Courmont
0fd8c3bbe5
Wayland/screen: remove useless callbacks
Those two callbacks only exist in wl_output version 2. VLC uses
version 1 only so far.
12 years ago
Rafaël Carré
82c395e4be
decklink: fix linking with recent sdk
12 years ago
Rémi Denis-Courmont
a65353385f
wayland screenshooter: add missing unlink()
12 years ago
Rémi Denis-Courmont
678a61d1b9
bluray: fix compilation as C11
12 years ago
Rémi Denis-Courmont
ec9c6d8ce5
Move the modules EXTRA_DIST to modules/
12 years ago
Rémi Denis-Courmont
63e2f5f198
wl_screenshooter: fix Makefile dependencies
12 years ago
Ilkka Ollakka
b0e5abcd7f
udp: restore original flow without else block
commit 7fff679f14 added else block and
left continue that didn't make code flow following any easier.
12 years ago
Ilkka Ollakka
7fff679f14
udp: don't realloc in receiving, just set i_buffer
Similar than rtp input does, doing realloc from 64k->1.5k would
usually mean extra malloc+memcpy per packet.
Also don't pass buffer onward if we don't receive any useful stuff (-1)
12 years ago
Rémi Denis-Courmont
f02665107c
wl_screenshooter: add missing XML protocol definition
12 years ago
Rémi Denis-Courmont
34c1ae5515
en50221: avoid one memory copy (refs #12307 )
12 years ago
Rémi Denis-Courmont
b0628785c2
wl_screenshooter: remove useless #include
12 years ago
Rémi Denis-Courmont
cc79ed90a9
wl_screenshooter: Wayland screen grabber
12 years ago
Rémi Denis-Courmont
299de9d959
rdp: drop bogus non-zero priority
This plugin does not access local files.
12 years ago
Jean-Baptiste Kempf
7dce48d17f
zip: remove unneeded include
12 years ago
Gabriel de Perthuis
3c53c13138
Prevent potential null pointer dereference in zip access
Close #12149
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Antti Ajanki
68699a3224
access/http: Share cookies between all playlist items
Shared cookies are required, for example, by certain HDS and HLS streams
that set a cookie when the manifest is read and expect it to be sent
back on subsequent fragment requests.
The cookie jar is created during playlist initialization. HTTP requests
inherit the cookie jar from the playlist.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years ago
Antti Ajanki
18b4a0bf96
core: Move httpcookies.c to core
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years ago
Rémi Denis-Courmont
8bf55dd42d
v4l2: detect and use the Sundtek driver
12 years ago
Rémi Denis-Courmont
ef46dc6ccc
v4l2: simplify dynamic loading of libv4l2
12 years ago
Hannes Domani
2fee22a9ec
directory: fix memory leaks
Signed-off-by: Tristan Matthews <le.businessman@gmail.com>
12 years ago
Rémi Denis-Courmont
a1c81a1027
vcd: fix NULL dereference on error
12 years ago
Rémi Denis-Courmont
332f390dcd
dvb scan: use unsigned indices (CID#1048723)
12 years ago
Rémi Denis-Courmont
b3b724f162
http: negotiate HTTP/1.1 explicitly over TLS
12 years ago
Rémi Denis-Courmont
19e7f0edfa
tls: add ALPN parameters
12 years ago
Rémi Denis-Courmont
2f85ce3036
vdr: clarify
12 years ago
Jean-Paul Saman
331b0d2061
alsa: put pcm device back into running state after snd_pcm_recover() returned.
After recovery the pcm device can be in prepared state. To continue capturing data
the device must be put into running state again, hence the call to snd_pcm_start().
12 years ago
Jean-Paul Saman
c9ed94876c
alsa: do not leak memory on failure to read frames from pcm device.
12 years ago