5857 Commits (f93621c6d518f5bd213fee409dd42d4b0780e317)

Author SHA1 Message Date
Vittorio Giovara aa3b515601 Add Hap fourcc 11 years ago
Thomas Guillem 5a9609c7c0 dialog: fix define 11 years ago
Thomas Guillem 784669294e keystore: fix doxygen 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 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 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 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 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++ 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) 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 11 years ago
Rémi Denis-Courmont 32c3a6039c tls: split server-specific session creation function... 11 years ago
Rémi Denis-Courmont 6f79b0b0a6 tls: fix documentation to match reality 11 years ago
Rémi Denis-Courmont cff5a80877 tls: provide an abstract transport layer to TLS plug-ins 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 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 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() 11 years ago
Steve Lhomme ecacf6f0dd stream_output: add sout_InputFlush() 11 years ago
Steve Lhomme d3db4b7fd3 stream_output: query the stream output to know when the decoder is really empty 11 years ago
Sean McGovern d18cfbfec0 core: do not export vlc_tdestroy() 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 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