diff options
| author | 2025-01-19 10:49:22 -0500 | |
|---|---|---|
| committer | 2025-01-19 10:49:22 -0500 | |
| commit | 474ccfd0534e03cfcde94fe0f94e3028ed65366a (patch) | |
| tree | 810dac88717911874f365ae04644d67482bc3a5f /docs | |
| parent | 7dccc2559d0237eda0bf9510d292bb309afded66 (diff) | |
| download | camu-474ccfd0534e03cfcde94fe0f94e3028ed65366a.tar.gz camu-474ccfd0534e03cfcde94fe0f94e3028ed65366a.tar.bz2 camu-474ccfd0534e03cfcde94fe0f94e3028ed65366a.zip | |
Add DVD boilerplate
- Work on FFmpeg hwframes context support
- Raspberry Pi testing
- Update color_palette
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/references/references.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/references/references.txt b/docs/references/references.txt index 2ce8329..f2430d1 100644 --- a/docs/references/references.txt +++ b/docs/references/references.txt @@ -61,8 +61,14 @@ Terminal * https://www.amp-what.com/ * https://www.unicode.org/charts/beta/nameslist/n_2B00.html +Code +---- +C +~ +* https://beej.us/guide/bgc/html/split/index.html + Python ------- +~~~~~~ * https://stackoverflow.com/questions/38243682/whats-the-standard-way-to-package-a-python-project-with-dependencies // vim: set syntax=asciidoc: |