av/codec
David Sutton 578e60823b 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.

* codec/wav: Add unit tests for wav encoder

Merged in create-wav-encoder (pull request #529)
Approved-by: Trek Hopton
2023-12-04 00:36:29 +00:00
..
adpcm adpcm and mts: comments and pid change 2019-09-12 19:16:11 +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 00:36:29 +00:00
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.