104 Commits (a155d87839ea4d849949ef7545ee07628d2cb8a7)

Author SHA1 Message Date
Steve Lhomme d4b73a5443 sout: use uint64_t for seeking offsets 4 years ago
Lyndon Brown 6f68f89498 plugins: purge use of set_category() 7 years ago
Romain Vimont 3716a7da5b config: remove remaining "advanced" flags 5 years ago
Felix Paul Kühne 8dd0de9748 access_output: fix typo 5 years ago
Steve Lhomme 4d2df8f879 modules: remove unneeded signal.h include 6 years ago
Rémi Denis-Courmont 27298749e3 file out: use vlc_send() 6 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 8 years ago
Rémi Denis-Courmont 859668b3f2 file out: avoid integer to pointer conversion 8 years ago
Rémi Denis-Courmont ecedf7ff66 file out: remove dead code 9 years ago
Rémi Denis-Courmont e32479cac1 access_output: allow pf_seek to be NULL, simplify 9 years ago
Rémi Denis-Courmont 274f62f22a Rename str_format_time to vlc_strftime 10 years ago
Rémi Denis-Courmont cc19824746 Remove path_sanitize() 10 years ago
Rémi Denis-Courmont 8f2e1e57cf Use vlc_close() 10 years ago
Thomas Guillem 183d5cda47 dialog: use new API 11 years ago
KO Myung-Hun 5520cd1f37 access_output_file: fix compilation on OS/2 11 years ago
Rémi Denis-Courmont e7c7f4757c modules: use vlc_write() where appropriate 11 years ago
Rémi Denis-Courmont b88ecc0add file output: unfix SIGPIPE blocking if POSIX RTS is unsupported 11 years ago
Rémi Denis-Courmont 236bacecb9 access_out_file: block SIGPIPE while writing to a pipe 11 years ago
Rémi Denis-Courmont 9457a9cf74 access_out_file: use send(MSG_NOSIGNAL) for sockets 11 years ago
Rémi Denis-Courmont 7050a20a46 access_out_file: check file descriptor type in Open() 11 years ago
Rémi Denis-Courmont e7a4311db4 access_out_file: reorder to avoid forward declarations 11 years ago
Rémi Denis-Courmont a059cf56c9 file: use vlc_strerror() 13 years ago
Steinar H. Gunderson 442b1df3e5 avformat mux: Propagate seekable status into avformat. 13 years ago
Jean-Baptiste Kempf 5221b6f019 Relicense access outputs to LGPL 13 years ago
Rafaël Carré 6d53362001 Use _WIN32 rather than WIN32 (same for WIN64) 13 years ago
Rémi Denis-Courmont 18710af18b file out: print I/O error to log and fix error handling 14 years ago
Rémi Denis-Courmont 400b9b6436 file out: make time formatting optional (fixes #7768) 14 years ago
Rémi Denis-Courmont 77646da009 file out: translate override dialog 14 years ago
Benjamin Drung d72aa5b3e7 Fix typo: overriden -> overridden. 14 years ago
Rémi Denis-Courmont 4dfda7ce68 file out: ask for confirmation to overwrite file 14 years ago
Rémi Denis-Courmont e76b3523c9 file out: option not to overwrite an existing file 14 years ago
Rémi Denis-Courmont a7b2dcf0ee Remove WinCE 14 years ago
KO Myung-Hun 5a66b9fc53 OS/2: Include unistd.h in modules/access_output/files.c 14 years ago
Rémi Denis-Courmont b55ddc8fa4 Use str_format_time() instead of str_format() in outputs 14 years ago
Rémi Denis-Courmont 83a11816bc Use STD*_FILENO constants where applicable 14 years ago
Rémi Denis-Courmont 1b72e7b885 file out: do not redefine lseek() on Windows 15 years ago
Rémi Duraffort a0b283acda Remove unused structure. 16 years ago
KO Myung-Hun 095ad3e119 OS/2 uses the same file operations as Win32 16 years ago
Rémi Denis-Courmont 23af3705af file output: support for writing to an already open file descriptor 16 years ago
Rémi Duraffort 79943f01bc access_out_file: add the sync option, only if O_SYNC is defined. 16 years ago
Rémi Denis-Courmont 40b4d780a4 add_bool: remove callback parameter 16 years ago
Rémi Duraffort a9d0016e1b modules: use the new add_shortcut capability (add multiple shortcuts at a time). 16 years ago
Sébastien Escudier a47b7c7a74 File output : add a sync option 17 years ago
Rémi Denis-Courmont 8fe4188e7e Use vlc_dup 17 years ago
Rémi Denis-Courmont 7e45ab1b28 utf8_* -> vlc_* (sed roxxors) 17 years ago
Rémi Denis-Courmont d601e4ed29 Split file path functions out of vlc_charset.h into vlc_fs.h 17 years ago
Rémi Denis-Courmont a52793e924 Remove useless <sys/stat.h> includes 17 years ago
Rémi Duraffort 3147cc20d4 add_bool wants booleans. 17 years ago
Rémi Duraffort 1ae47a55df Global include not local. 17 years ago
Rémi Denis-Courmont ea39d42948 WinCE: undefined file descriptor use 18 years ago