Vittorio Giovara
aa3b515601
Add Hap fourcc
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years ago
Thomas Guillem
5a9609c7c0
dialog: fix define
11 years ago
Thomas Guillem
784669294e
keystore: fix doxygen
move file inside group
11 years ago
Thomas Guillem
902514db6e
libvlc: add a libvlc_media_parse_flag_t to interact with the user
11 years ago
Thomas Guillem
fb7313e0ca
input: add a META_REQUEST flag to force user interaction
It this flag is set, user interaction will be forced when preparsing the item
given by libvlc_MetaRequest (there won't be user interactions for sub items).
11 years ago
Thomas Guillem
68cc74c545
libvlc: add dialog API
11 years ago
Thomas Guillem
2f79c80a46
dialog: remove old API
11 years ago
Thomas Guillem
c50d31d829
dialog: add new dialog API
- vlc_dialog_wait_question will replace dialog_Question
- vlc_dialog_wait_question with i_type == VLC_DIALOG_QUESTION_CRITICAL and
without action1/action2 will replace dialog_FatalWait
- vlc_dialog_wait_login will replace dialog_Login
- vlc_dialog_display_progress will replace dialog_Progress
- dialog_Fatal is replaced by vlc_dialog_display_error
- vlc_dialog_display_error will replace dialog_Fatal
- vlc_ext_dialog_update will repalace dialog_ExtensionUpdate
- vlc_dialog_wait_question and vlc_dialog_wait_login are interruptible via
vlc_interrupt.
- Nothing prevents to have more than one dialog type displayed at a time.
11 years ago
Thomas Guillem
76294775ea
intf: rename vlc_dialog enum
11 years ago
Rémi Denis-Courmont
64460798fa
http: simplify vlc_http_auth cleanup
11 years ago
Rémi Denis-Courmont
7da227d41e
http: rename http_auth to vlc_http_auth
11 years ago
Olivier Aubert
e959f201c4
Fix parameter names in doxygen documentation
11 years ago
Sebastian Ramacher
b7406e88da
Fix spelling of "dependent" and variants
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years ago
Hugo Beauzée-Luyssen
007f2bdfcc
vlc_input_item: Add AlbumArtist getter/setter
11 years ago
Felix Paul Kühne
4869acae65
Recognize crf file extension
It's just MPEG-TS
11 years ago
Francois Cartegnie
36f547eced
codecs: add SCTE-18 decoder
11 years ago
Francois Cartegnie
8aef60e48e
vlc_charset: add VLC_ICONV_ERR
11 years ago
Steve Lhomme
98b2285f20
vlc_bits: fix a bad cast when included from C++
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years ago
Thomas Guillem
c512b8114c
dialog: add dialog_vaLogin (see #16404 )
11 years ago
Thomas Guillem
7e421dca04
dialog: fix dialog_Login macro (see #16404 )
It was not well updated when new arguments were added.
11 years ago
Thomas Guillem
06b23fcb28
dialog: add a default username for dialog_Login
11 years ago
Rémi Denis-Courmont
2c1bb0b798
tls: accept abstract transport layer stream for client sessions
Instead of a socket file descriptor, client sessions are now run on
top of an abstract I/O stream. This enables e.g. TLS over TLS, which
would be required for HTTPS through HTTPS proxy.
11 years ago
Rémi Denis-Courmont
32c3a6039c
tls: split server-specific session creation function...
...from common code. And document.
11 years ago
Rémi Denis-Courmont
6f79b0b0a6
tls: fix documentation to match reality
Anonymous key exchange is not supported currently.
11 years ago
Rémi Denis-Courmont
cff5a80877
tls: provide an abstract transport layer to TLS plug-ins
This (partially) enables running TLS over something else than a plain
TCP socket file descriptor.
11 years ago
Rémi Denis-Courmont
51b1df72b3
tls: rename dummy socket functions
11 years ago
Rémi Denis-Courmont
79f332e2d8
tls: replace fd with get_fd callback
11 years ago
Rémi Denis-Courmont
2f5e439929
tls: use I/O vector for receiving
11 years ago
Rémi Denis-Courmont
3f72fbddb7
compat: replace recvmsg()
11 years ago
Rémi Denis-Courmont
96868b6951
tls: use I/O vector for sending
11 years ago
Rémi Denis-Courmont
95ba2e83f1
compat: replace sendmsg()
11 years ago
Thomas Guillem
64ae53f4ee
keystore: factor vlc_keystore_release_entry
11 years ago
Thomas Guillem
fefa2c56a4
credential: store returns true if creds come from the keystore
11 years ago
Rémi Denis-Courmont
9d02c991ab
src: add vlc_socketpair() helper
(works like vlc_socket())
11 years ago
Rémi Denis-Courmont
136b658538
tls: add module test
11 years ago
Rémi Denis-Courmont
c5369f0319
misc: remove unused mstrtime()
11 years ago
Thomas Guillem
0619fa9234
dialog: add store var in dialog_Login
If set to true, then the user asked to store the password.
11 years ago
Thomas Guillem
8d49d1cd23
add vlc_credential API
11 years ago
Thomas Guillem
f3c02b5419
add vlc_keystore API
11 years ago
Francois Cartegnie
c064a7f712
block_helper: add startcode helper callback
11 years ago
Francois Cartegnie
bffe61d55f
fix overflowing shifts (cid #1346922 , cid #1253066 )
11 years ago
Steve Lhomme
aa505e2cc6
stream_output: handle Flushing via sout_MuxFlush()
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
11 years ago
Steve Lhomme
ecacf6f0dd
stream_output: add sout_InputFlush()
when seeking during stream output we need to be able to flush internal buffers
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
11 years ago
Steve Lhomme
d3db4b7fd3
stream_output: query the stream output to know when the decoder is really empty
similar to vout_IsEmpty() for stream output
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
11 years ago
Sean McGovern
d18cfbfec0
core: do not export vlc_tdestroy()
It was mistakenly added in 315f8e47d9 .
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years ago
Thomas Guillem
71c9693f42
vlc_codec: document pf_decoder_* and pf_packetize
11 years ago
Thomas Guillem
99f74096d5
decoder: add decoder_AbortPictures
11 years ago
Thomas Guillem
7ae04107e0
picture_pool: change picture_pool_Cancel arguments
Add a boolean to reset the cancel state to false.
11 years ago
Felix Paul Kühne
a527e9d086
libvlc: replace existing title menu bool with int bit mask
11 years ago
Rémi Denis-Courmont
09854f8c5d
tls: improve vlc_tls_(Read|Write) return type
11 years ago