Go to file
Saxon Milton 1179ab4293 Merged in add-jpeg-codec-const (pull request #443)
codec/codecutil/list.go: added JPEG constant to codec consts enum
2021-01-12 04:38:36 +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 alsa: refactor DataSize function 2020-12-24 10:55:44 +10:30
codec codec/codecutil/list.go: added JPEG constant to codec consts enum 2021-01-12 15:05:25 +10:30
container pes: PCM is SID 192, ADPCM 193 2020-12-22 13:05:11 +10:30
device alsa: refactor DataSize function 2020-12-24 10:55:44 +10:30
exp exp/rvcl/main.go: running go fmt 2020-12-21 11:51:21 +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 revid/config/variables.go: creating config map key consts and type consts 2021-01-04 14:08:00 +10:30
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 exp/rvcl: adding default config option and opening VLC in the case of RTP output 2020-12-20 12:03:46 +10:30
go.sum exp/rvcl: adding default config option and opening VLC in the case of RTP output 2020-12-20 12:03:46 +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/.