Commit graph

14 commits

Author SHA1 Message Date
DataHoarder 8c6e604f26
Fixed ffmpeg stdin not closing, io.Seeker and io.EOF errors
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-07 09:24:01 +01:00
DataHoarder 6ea3e971bb
Improved libaom/libx264, proper pool, frame stats
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-31 23:00:37 +01:00
DataHoarder b08b662354
VFR aware Y4M decoder and encoders 2023-10-26 06:44:41 +02:00
DataHoarder f605079083
Include logger on x264 parameters
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-21 19:38:45 +02:00
DataHoarder e8ca9b7064
x264: add build
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-10 19:23:26 +02:00
DataHoarder def693a23c
x264: output headers at start
Some checks are pending
continuous-integration/drone/push Build is running
2023-08-10 19:20:17 +02:00
DataHoarder 8a77f16435
Remove malloc usage from x264/aom, reuse native picture buffers on x264/aom, handle chroma location in x264 2023-08-10 19:02:25 +02:00
DataHoarder 194149963d
Test monochrome encoding 2023-08-10 19:01:39 +02:00
DataHoarder 637311168c
x264 log handling via Go instead of stdout/stderr, cleanup
Some checks are pending
continuous-integration/drone/push Build is running
2023-08-10 12:45:21 +02:00
DataHoarder 120df4a734
Cleanup and add samples for tests, decode .y4m.xz streams 2023-08-10 12:44:17 +02:00
DataHoarder 0c4167a1f5
Enable static builds, go1.21
Some checks failed
continuous-integration/drone/push Build is failing
2023-08-10 04:46:39 +02:00
DataHoarder 3c10219a47
Overhaul of color.Space, support 4:0:0 in libaom encoder 2022-11-14 12:41:30 +01:00
DataHoarder e13f0fafd4
Build arm64, do cgo CI on bullseye instead of alpine due to "morestack on g0" under musl
Some checks reported errors
continuous-integration/drone/push Build was killed
2022-11-13 15:03:03 +01:00
DataHoarder db68a6c26d
Added disable_library_[library] build tags to disable dependencies and packages. 2022-11-13 13:42:03 +01:00