1
1
mirror of https://github.com/wader/fq.git synced 2024-11-23 09:56:07 +03:00
fq/format/vpx
Mattias Wadman 1ddea1ada3 interp,format: Refactor registry usage and use function helpers
Move registry to interp and add support for functions and filesystems.
This will be used later for allow formats to add own functions and fq code.

Add gojqextra function helpers to have more comfortable API to add functions.
Takes care of argument type casting and JQValue:s and some more things.

Refactor interp package to use new function helper and registry. Probably
fixes a bunch of JQValue bugs and other type errors.

Refactor out some mpeg nal things to mpeg format.

Refactor interp jq code into display.q and init.jq.

Remove undocumented aes_ctr funciton, was a test. Hopefully will add more crypto things laster.
2022-07-16 19:24:13 +02:00
..
vp8_frame.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
vp9_cfm.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
vp9_frame.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
vpx_ccr.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
vpx.go formats: Sym and field name cleanup to be more jq friendly 2022-04-05 13:59:57 +02:00