Go to file
Saxon Nelson-Milton 67e03d0f5c Invert tag for inclusion of CV functionality
Prior to this change, CV was included by default, however, this
doesn't seem appropriate given that this functionality is rarely
used. For that reason, the meaning of the nocv tag has been
inverted i.e. it is now called withcv, and it the tag must be
included to build CV components.
2022-11-13 08:19:12 +10:30
.circleci Invert tag for inclusion of CV functionality 2022-11-13 08:19:12 +10:30
cmd Invert tag for inclusion of CV functionality 2022-11-13 08:19:12 +10:30
codec vidforward & codecutil & mts & device & revid: improved Noop lexer code using ring buffer structure and improved overall commenting and code 2022-09-21 16:47:58 +09:30
container run gofmt 2022-11-06 17:25:28 +10:30
device run gofmt 2022-11-06 17:25:28 +10:30
exp Invert tag for inclusion of CV functionality 2022-11-13 08:19:12 +10:30
filter Invert tag for inclusion of CV functionality 2022-11-13 08:19:12 +10:30
init Invert tag for inclusion of CV functionality 2022-11-13 08:19:12 +10:30
protocol run gofmt 2022-11-06 17:25:28 +10:30
revid Invert tag for inclusion of CV functionality 2022-11-13 08:19:12 +10:30
turbidity Invert tag for inclusion of CV functionality 2022-11-13 08:19:12 +10:30
Makefile providing install_soft build target 2022-06-01 14:06:59 +09:30
README.md providing install_soft build target 2022-06-01 14:06:59 +09:30
contributors.txt providing install_soft build target 2022-06-01 14:06:59 +09:30
go.mod cmd/rv: adding rv upgrade function. init: refactor Makefile and scripts for more flexibility 2022-06-07 15:12:08 +09:30
go.sum cmd/rv: adding rv upgrade function. init: refactor Makefile and scripts for more flexibility 2022-06-07 15:12:08 +09:30
gpl.txt providing install_soft build target 2022-06-01 14:06:59 +09:30

README.md

Readme

av is a collection of tools and packages written in Go for audio-video processing.

Various tools are provided for media capture and playback (cmd).

There are packages providing support for various codecs (codec), container formats (container), input devices (device), filters (filter), protocols (protocol) and media capture processing and forwarding (revid).

Contributing

If you wish to contribute to this project, please contact info@ausocean.org for permissions. Pull requests require an accompanying issue. Please see av issue for current issues, or creation of an issue.

License

Copyright (C) 2017-2021 the Australian Ocean Lab (AusOcean).

This is free software: you can redistribute it and/or modify them under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License or more details.