Go to file
Trek Hopton 44b693f005 Merged in packet-conv (pull request #462)
mts: added function for converting byte slice to Packet to use comcast/gots code

Approved-by: kortschak
2021-03-31 10:32:06 +00:00
.circleci .circleci/config.yml: update required go version from 1.13 to 1.15.2 2020-12-17 21:51:34 +10:30
cmd treatment: addressing PR comments 2021-03-04 11:50:05 +10:30
codec codecutil: commenting 2021-02-22 15:30:00 +10:30
container mts: expand on comment 2021-03-31 21:00:00 +10:30
device device/raspivid/raspivid.go: added missing exposure mode off to exposure modes list 2021-03-30 09:49:45 +01:00
exp revid & device/raspistill & container/mts: integrating device/raspistill functionality into revid 2021-01-27 16:49:17 +10:30
filter Merged in nicer-update-func (pull request #411) 2020-05-19 06:02:02 +00:00
init treat: remove run as pi user 2020-10-20 21:41:08 +10:30
protocol running go fmt over repos 2020-12-17 21:38:10 +10:30
revid Merged in add-raspivid-params (pull request #460) 2021-03-30 04:51:22 +00:00
Makefile updated Makefile for building rv instead of revid-cli 2020-01-28 11:28:35 +10:30
Readme.md Updated description and copyright. 2019-04-25 01:26:50 +00:00
contributors.txt Added contributors. 2019-04-25 00:54:27 +00:00
go.mod codec/mjpeg/lex & lex_test.go: modified Lex to work with thumbnailed JPEG images and fixed Lex tests. 2021-01-16 16:45:04 +10:30
go.sum codec/mjpeg/lex & lex_test.go: modified Lex to work with thumbnailed JPEG images and fixed Lex tests. 2021-01-16 16:45:04 +10: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.

Codecs, containers and protocols are organized according to directories named accordingly.

cmd/revid-cli is a command-line program for reading, transcoding, and writing audio/video streams and files.

License

Copyright (C) 2017-2019 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.

You should have received a copy of the GNU General Public License along with revid in gpl.txt. If not, see http://www.gnu.org/licenses/.