Rémi Denis-Courmont
0faa56acde
Only reference the input when we have at least one codec - fixes #1287 .
Some stream output guru should really review this.
19 years ago
Jean-Baptiste Kempf
723934d9a2
Qt4 MainInterface: Smaller Size on Linux.
19 years ago
Jean-Baptiste Kempf
9c888eeaef
Add HDYC fourCC for some HD Raw Videos.
19 years ago
Jean-Baptiste Kempf
9d62adbe51
Add Y41B and Y42B FourCC. Solves rare raw video detection.
19 years ago
Jean-Baptiste Kempf
8ea82fe469
Add AVUI fourCC, fix the problem with http://samples.mplayerhq.hu/V-codecs/AVUI/avid_meridien_uncompressed.mov.gz
19 years ago
Rémi Denis-Courmont
411fcacf42
Disable HTTP art handler by default, due to security problems - fixes #1308
19 years ago
Rémi Denis-Courmont
6f8c970665
Do not leak the art handler from HTTP interface - fixes #1308
19 years ago
Rémi Denis-Courmont
e67567c468
Support for loading Diffie-Hellman-Merkel key exchange parameters from cache.
This makes TLS server initialization a lot faster (especially under valgrind)
19 years ago
Rémi Denis-Courmont
032eb4666e
Push something to RPN when vlc_config_get fails - fixes #1301
19 years ago
Rémi Denis-Courmont
e7d4098c41
Compile fix
19 years ago
Rémi Denis-Courmont
8172a7de5e
Add mode parameter to utf8_mkdir, and stop creating configuration
directories as world-writable - fixes #1306
19 years ago
Rémi Denis-Courmont
770a2ac676
Fix double-free
19 years ago
Rémi Denis-Courmont
18cfb8ae98
Write computed Diffie-Hellman-Merkel parameters to VLC cache.
These are are quite slow to compute, so it could be used to speed up start up
once reading them from the cache is also implemented.
Hmm, there is a security problem in this commit (cache file is world-readable).
19 years ago
Rémi Denis-Courmont
408e72b850
Remove stupid broken error message in XSPF parser - refs #1293 .
Someone should fix this properly instead.
19 years ago
Rémi Denis-Courmont
feac01be63
Speex RTP payload format output - refs #1291
19 years ago
Rémi Denis-Courmont
a5170e0276
Use a different FOURCC for Speex from RTP (refs #1291 ),
as it needs some specific processing in the decoder.
Patch from William Hawkins
19 years ago
Rémi Denis-Courmont
06ef387db9
Support for decoding Speex from RTP - refs #1291
Patch by Williams Hawkins
19 years ago
Rémi Denis-Courmont
3fd6b1a505
Use up-to-date typedef from GnuTLS
19 years ago
Rémi Denis-Courmont
b0ca502b33
Create the user certificate directories automagically
19 years ago
Rémi Denis-Courmont
0e960e4f3c
Fix overflow
19 years ago
Rémi Denis-Courmont
b030640bf0
HTTP control interface does not depend on TLS directly: fix #include
19 years ago
Rémi Denis-Courmont
56aa5d3ff9
Fix TLS session cleanup
19 years ago
Rémi Denis-Courmont
bd807d2ac8
Cleanup server name parameter handling
19 years ago
Rémi Denis-Courmont
42327f3555
Rework/simplify the TLS plugin interface (LibVLC <-> tls plugin).
Remove the singleton pattern. Still very much work in progress.
19 years ago
Ilkka Ollakka
0753cb73dc
small change in album art change.
19 years ago
Rémi Denis-Courmont
435e0f3ede
Comment out the dccp-service-code stuff since we do not implement it
at the moment
19 years ago
Rémi Denis-Courmont
dd1dd6a6fa
Add --sout-rtp-rtcp-mux option for RTP/RTCP multiplexing
(draft-ietf-avt-rtp-and-rtcp-mux)
19 years ago
Bernie Purcell
076518cb3a
Fix for problem found by Sebastien Fievet where subtitles weren't
showing up at all due to fontconfig returning empty strings on
font lookup.
19 years ago
Jean-Paul Saman
8c293bce97
Adjust height of subpicture region.
19 years ago
Jean-Paul Saman
56c32065b8
Fix return values for spu_Create() and spu_Init().
19 years ago
Rémi Denis-Courmont
9984bea3df
Another Win32 problem
19 years ago
Rémi Denis-Courmont
a1758f7bec
Fix typo
19 years ago
Rémi Denis-Courmont
74da7a424f
DMO/loader patch from Alex Antropoff.
You may need to upgrade Windows Media to get this working,
since it uses a newer DLL name.
19 years ago
Pierre d'Herbemont
1c6b5a2738
macosx/intf.m: Fix Mac OS X interface.
19 years ago
Jean-Paul Saman
3db7e364ed
Disable --vbi-text by default.
19 years ago
Jean-Paul Saman
d464bfb4c4
Decoder teletext subtitles as text (ASCII, UTF-8 or ISO-8859-1 are possible). Currently only ASCII is supported. The subpicture region size is too large resulting in ghosting effects. Don't use the new --vbi-text option unless you want to fix this bug.
19 years ago
Rémi Denis-Courmont
a1631eb044
RTCP: support for RTP/RTCP multiplexed on the same port
19 years ago
Rémi Denis-Courmont
500516e052
Remove unused variables
19 years ago
Rémi Denis-Courmont
b379008009
Partial support for RTP over connection-oriented media
19 years ago
Rémi Denis-Courmont
5e7a42171c
Fix RTP prebufferring regression
19 years ago
Rafaël Carré
03328d73c2
lua: check stream_UrlNew return value
19 years ago
Christophe Mutricy
304fed551c
Typos
19 years ago
Jean-Paul Saman
a7a52906eb
Last bit of cleanup in transcode_osd_new()
19 years ago
Jean-Paul Saman
5311f17a2c
Simplify handling of osdmenu streaming
19 years ago
Rafaël Carré
fd8d81d577
Leftover strerror
19 years ago
Rémi Denis-Courmont
50852e85f1
Remove last occurences - fixes #1297
19 years ago
Rémi Denis-Courmont
7acc46c4f5
Remove dead code
19 years ago
Rémi Denis-Courmont
552e595131
Replace strerror() with %m (or Linux DVB: strerror_r) - refs #1297
19 years ago
Rafaël Carré
7c7854e76c
Use intf_ShouldDie()
19 years ago
Rémi Denis-Courmont
59a4f0b96c
Don't cite strerror. It is a bad example!
19 years ago