Commit graph

14 commits

Author SHA1 Message Date
Adrian Shum
2450ec39bd
build: imagor v1.5.0, go 1.24.3 (#95)
* build: imagor v1.5.0, go 1.24.3

* build: imagor v1.5.0, go 1.24.3

* build: imagor v1.5.0, go 1.24.3

* build: imagor v1.5.0, go 1.24.3

* build: imagor v1.5.0, go 1.24.3

* build: imagor v1.5.0, go 1.24.3

* test: update golden files
2025-05-25 14:06:19 +08:00
Adrian Shum
17a57e8c3d build: fix golden test 2024-03-12 11:08:44 +08:00
Adrian Shum
c8024af62f
fix(ffmpeg): fix SIGSEGV on seek duration for invalid coded (#70)
* fix(ffmpeg): fix SIGSEGV on seek duration for invalid coded

* test: update golden files
2023-07-26 21:46:57 +08:00
Adrian Shum
38b1b200ff
feat: seek() filter and ffmpeg.SeekPosition, ffmpeg.SeekDuration
* feat: seek() filter and ffmpeg.SeekPosition, ffmpeg.SeekDuration
2022-10-23 14:47:09 +08:00
Adrian Shum
7c18dcda7a
feat(ffmpeg): select frame by duration and float position (#40)
* seek duration private

* feat(ffmpeg): select frame by duration and float position
2022-10-22 02:14:49 +08:00
Adrian Shum
d6b3ec4bdc
feat(ffmpeg): seek and select frame by duration and float position (#39)
* feat(ffmpeg): seek by duration

* remove selected_frame

* test: update golden files

* remove selected_frame

* feat(ffmpeg): seek by duration

* feat(ffmpeg): seek by duration

* feat(ffmpeg): seek by duration

* feat(ffmpeg): seek by duration

* feat(ffmpeg): seek by duration

* test: update golden files

* feat(ffmpeg): seek by duration

* test: update golden files
2022-10-21 23:19:04 +08:00
Adrian Shum
66b74a271f
fix(ffmpeg): no codec handling 2022-10-13 20:56:43 +08:00
Adrian Shum
2ce9e97d3c
feat(imagvideo): max_frames(n) filter
* feat: ffmpeg max_frames option in process_frames

* test: update golden files
2022-10-13 18:04:00 +08:00
Adrian Shum
f1b58fd8da
test: ffmpeg select frame and frame(n) filter 2022-10-13 17:29:24 +08:00
Adrian Shum
4d71837fb8
refactor(ffmpeg): refactor process frames
* refactor best frame process

* refactor best frame process, remove alpha

* move thumb context to export

* process_frames() filter

* test: update golden files

* process_frames() filter

* test: update golden files

* tweak fps

* test: update golden files

* cleanup
2022-10-13 15:23:23 +08:00
Adrian Shum
145b4ce8a7
fix(imagorvideo): fix image orientation from video exif (#18)
* fix(imagorvideo): orient image before resize

* test: update golden files

* fix(imagorvideo): orient image before resize

* test: update golden files
2022-10-08 11:55:31 +08:00
Adrian Shum
01f4f32840 test: cleanup golden test helper 2022-09-17 16:52:10 +08:00
Adrian Shum
035cf78b96
test(imagorvideo): fallback image tests 2022-09-16 21:56:09 +08:00
Adrian Shum
d9c697a0b2
test: ffmpeg processor tests 2022-09-16 14:21:56 +08:00