av/codec
Saxon Milton d519f50fe5 Return from Noop lex routine
In the Noop lexer we start a routine that's responsible for output
of the written frames at a consistent rate (to make certain
destinations happy i.e. youtube). We weren't however returning
from this in the case that the lexing function is returned, we'd
therefore then be left with a hanging routine (this would
eventually keep happening until stack overflow if had long enough
runtime for the service; not a big deal for systemd services, but
still crappy). So, now we create a context which is cancelled when
when the lex function returns and can detect this in the output
routine.

Approved-by: Alan Noble
2024-04-07 11:47:31 +00:00
..
adpcm providing install_soft build target 2022-06-01 14:06:59 +09:30
codecutil Return from Noop lex routine 2024-04-07 11:47:31 +00:00
h264 cmd/rv/probe.go improved error handling 2022-03-04 17:09:50 +10:30
h265 providing install_soft build target 2022-06-01 14:06:59 +09:30
jpeg using latest version of utils and using latest logging package 2022-05-27 15:42:58 +09:30
pcm Audiofiltering: 2023-02-10 21:46:21 +10:30
wav codec/wav: Add type conversion map for wav encoding type. 2024-01-29 11:52:49 +10:30
README.md added README.md files to top level packages 2021-04-11 11:19:37 +09:30

README.md

Readme

codec provides support for various audio, video and image codecs.

Contributing

See here under "Contributing" for information on how to contribute.

License

See here under "License" for licensing.