Go to file
Saxon Milton ea900398a3 Merged in video-forwarder (pull request #484)
Video forwarder

Resolves issue #378

Approved-by: Russell Stanley
2022-09-21 07:24:47 +00:00
.circleci fixing go mod 2022-01-13 16:08:02 +10:30
cmd 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
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 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
device 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
exp using latest version of utils and using latest logging package 2022-05-27 15:42:58 +09:30
filter using latest version of utils and using latest logging package 2022-05-27 15:42:58 +09:30
init init/Makefile: adding target to build syncreboot. This no longer assumes the utils dir exists 2022-06-09 17:03:48 +09:30
protocol using latest version of utils and using latest logging package 2022-05-27 15:42:58 +09:30
revid 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
turbidity using latest version of utils and using latest logging package 2022-05-27 15:42:58 +09:30
Makefile updated Makefile for building rv instead of revid-cli 2020-01-28 11:28:35 +10:30
README.md edited README.md file details regarding GNU license 2021-04-13 16:39:54 +09:30
contributors.txt Added contributors. 2019-04-25 00:54:27 +00:00
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 moved gpl.txt to repo dir (av) 2020-12-21 14:13:16 +10: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.