av/codec
David Sutton 3229954424 codec/wav: Implement a wav encoder
A wav encoder will be useful for returning easily playable audio files to users of vidgrind that are not familiar with PCM audio. Currently the encoder only support PCM data, but can be updated with other types. The encoder implements the writer interface.
2023-12-04 10:58:31 +10:30
..
adpcm providing install_soft build target 2022-06-01 14:06:59 +09:30
codecutil Don't do anything about cuff chan receive timeout 2023-02-09 10:46:59 +10:30
h264 providing install_soft build target 2022-06-01 14:06:59 +09:30
h265 codec/h265: Lexer -> Extractor 2020-03-28 00:43:35 +10: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: Implement a wav encoder 2023-12-04 10:58:31 +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.