aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-gstfs
Commit message (Collapse)AuthorAgeFilesLines
* - Use my FreeBSD address on the ports I maintainDennis Herrmann2009-03-061-1/+1
| | | | | | | Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=229577
* GSTFS is a filesystem for on-demand transcoding of music filesMartin Wilke2008-12-283-0/+54
between different formats. It utilizes the gstreamer library for conversion so any formats supported by gstreamer should also be supported by gstfs. The filesystem's only requirement is that the gstreamer pipeline begin with a filesrc with the name "_source" and end with an fdsink with the name "_dest". The filesystem will automatically substitute the filename and fd number in these pipelines. WWW: http://bobcopeland.com/gstfs/ PR: ports/129984 Submitted by: Dennis Herrmann <adox at mcx2.org> Notes: svn path=/head/; revision=224890