Rémi Denis-Courmont
8d03dee93c
Use MSG_NOSIGNAL in send()/sendto()/sendmsg()
This avoids SIGPIPE firing when writing to a remote-closed connection-
oriented socket (it is useless for datagram sockets or on Windows
though). SIGPIPE is blocked ins VLC, but not necessarily in LibVLC.
The problem remains for write() on broken pipe and sockets.
11 years ago
Rémi Denis-Courmont
3d94da0dbd
mkv: remove incorrect use of N_()
11 years ago
David Fuhrmann
dce178aa68
fix POTFILES.in
11 years ago
David Fuhrmann
0aad5ff31e
macosx: Use NSWindowController for error panel, lazy initialization
11 years ago
David Fuhrmann
d7657086b6
macosx: Transform AddonsManager to NSWindowController subclass
Removes singleton, fixes initialization and deletion. Renames to
AddonsWindowController.
11 years ago
Christoph Miebach
39d906ef7b
Adding translator
11 years ago
Christoph Miebach
82a0b0b4e7
Adding translator
11 years ago
Christoph Miebach
36ddcf1581
Fixing AUTHORS
11 years ago
Christoph Miebach
45a7d348aa
Adding translator
11 years ago
Christoph Miebach
2430a3c3ab
Adding translator
11 years ago
Christoph Miebach
b2d1253aad
Adding translator
11 years ago
Christoph Miebach
f136e9b12f
Adding translator
11 years ago
Francois Cartegnie
c5d61dbf0f
codec: avcodec: assert provides no safety
refs #14649
11 years ago
David Fuhrmann
491bef0b30
macosx: Remove sharedInstance from About window and rework
Removes sharedInstance from About window controller, and rework
as a NSWindowController subclass. This is the new owner of the xib
and thus instantiated outside the nib bundle.
Splits Help window in own xib and add own NSWindowController as
well.
refs #5556
11 years ago
Steve Lhomme
55c15c23a0
fix archive module compilation
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years ago
Steve Lhomme
848658f2d8
demux: fix incorrectly referenced HTTPConnection.hpp
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years ago
Steve Lhomme
93c858553d
add stdcxx_11 to the list of M4 files
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years ago
Francois Cartegnie
3d19bd0f30
demux: dash: compute segmentList segments starttime
11 years ago
Francois Cartegnie
727ef47639
demux: adaptative: seek on subsegments by time
11 years ago
Francois Cartegnie
800a74a5b9
demux: dash: index time is scaled
11 years ago
Francois Cartegnie
1d74b51539
demux: adaptative: set split time to child, not parent
11 years ago
Francois Cartegnie
602602b410
demux: adaptative: segmentBase can have subsegments after index reading
11 years ago
Francois Cartegnie
295d44df41
demux: adaptative: use property template for seglist duration
11 years ago
Francois Cartegnie
83a72ce8f5
demux: adaptative: split common inheritable classes
11 years ago
Francois Cartegnie
a649c63ea6
demux: adaptative: don't gather/copy stringlist on debug
11 years ago
Tobias Conradi
974b79d88e
fix problem where sometimes VLCOpenGLES2VideoView has a different size than the superview.
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
11 years ago
Tristan Matthews
cce538aeaf
oldmovie: drop M_PI define
11 years ago
Tristan Matthews
5b44a1f68e
adjust: drop M_PI define
11 years ago
Tristan Matthews
cdcd6c1108
wmadec: drop M_PI define
11 years ago
Thomas Guillem
0d92b77532
mediacodec: more verbose in case of error
11 years ago
Thomas Guillem
adc305b6e6
mediacodec: flush if SPS/PPS change but not the video size
11 years ago
Thomas Guillem
fb43d75f9b
mediacodec: move restart handling in DecodeVideo
11 years ago
Thomas Guillem
44b3215080
mediacodec: change the way to send codec specific data
The CSD is now split into several ones, therefore there is one CSD per H264
Parameter Sets (SPS and PPS).
There is now only one way to send a CSD. It's sent via PutInput with the
BUFFER_FLAG_CODEC_CONFIG flag.
11 years ago
Thomas Guillem
d0506d71df
mediacodec: convert to Annex B when we got a nal size
11 years ago
Thomas Guillem
7e498d6fe1
mediacodec: refactor PutInput
Do only MediaCodec specific in PutInput.
11 years ago
Francois Cartegnie
aba0ddc221
adaptative: fix tls regression
11 years ago
Felix Paul Kühne
f7fe783762
ios audio unit: minor fixes
11 years ago
Rémi Denis-Courmont
7d28f8a24c
network: remove useless vlc_object_waitpipe() call in net_Accept()
None of the call sites use the input thread and wait pipe.
11 years ago
Rémi Denis-Courmont
a0391a08ab
adaptive: use TLS I/O functions
11 years ago
Rémi Denis-Courmont
3aee65c9f7
Remove no longer used net_Write() argument
11 years ago
Rémi Denis-Courmont
c0cdab15a4
Remove no longer used net_Read() argument
11 years ago
Rémi Denis-Courmont
9b629ed21d
Remove no longer used net_vaPrintf() argument
11 years ago
Rémi Denis-Courmont
217fc59faa
Remove no longer used net_Printf() argument
11 years ago
Rémi Denis-Courmont
e46b0db280
Remove no longer used net_Gets() argument
11 years ago
Rémi Denis-Courmont
48476f038b
ftp: use TLS I/O helpers
11 years ago
Rémi Denis-Courmont
c1ded5e39f
http: use TLS I/O helpers
11 years ago
Rémi Denis-Courmont
58686f3ce1
tls: add dedicated helpers for I/O
11 years ago
Rémi Denis-Courmont
04d62b00d2
gnutls: set errno on Windows too
11 years ago
Rémi Denis-Courmont
8a0477a7f9
tls: keep track of the underlying file descriptor
11 years ago
Rémi Denis-Courmont
7c5554a06c
http: revector
11 years ago