353 Commits

Author SHA1 Message Date
renovate[bot]
d7dc92a8ca
chore(deps): update dependency go to v1.24.2 2025-04-07 08:46:48 +00:00
Zoe Roux
92b0076bef
Run go mod download in transcoder's Dockerfile.dev 2025-03-25 10:27:03 +01:00
dependabot[bot]
aface8f326
Bump golang.org/x/net from 0.33.0 to 0.36.0 in /transcoder
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.36.0.
- [Commits](https://github.com/golang/net/compare/v0.33.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-13 01:33:40 +00:00
renovate[bot]
6b4bab7905 Update module golang.org/x/text to v0.23.0 2025-03-10 19:34:10 +01:00
renovate[bot]
1c8571e406 fix(deps): update module golang.org/x/text to v0.22.0 2025-02-17 10:49:09 +01:00
Zoe Roux
f522a42560
Fix no resize transcode of 10bits items with hwaccel (#793) 2025-01-23 22:20:29 +00:00
Zoe Roux
f59dd37825
Use a subdir in cache to ensure no user data is ever deleted (#770) 2025-01-09 20:33:51 +00:00
Zoe Roux
3182cc8d07
Add POSTGRES_SSLMODE for gocoder (#760) 2025-01-04 15:57:30 +00:00
Felipe Marinho
2ee313d5f6
Add earing Impaired suptitle flag support (#754) 2025-01-04 00:26:51 +00:00
Zoe Roux
cd89e757c1
Handle non resize transcode (#755) 2025-01-03 23:09:04 +01:00
Zoe Roux
0e12ccd6bb
Use transcoder's RoutePrefix to listen
This is probably a breaking change for downstream transcoder users
2025-01-03 18:32:41 +01:00
Felipe Marinho
b2255651af
Fix external subtitles extraction (null dereference) 2025-01-03 16:42:20 +01:00
Zoe Roux
e4f7c1215b
Update go modules (#745) 2025-01-01 21:47:00 +00:00
Miroslav Šedivý
b4e22538fc
fix fmt sprintf in thumbnails.go (#740) 2024-12-24 22:55:42 +00:00
Zoe Roux
5c91f8a637
Use on delete casquade for hash changes in the transcoder (#659) 2024-11-01 16:26:10 +01:00
renovate[bot]
c15a849bc6
Update module golang.org/x/text to v0.18.0 2024-09-04 16:12:14 +00:00
Zoe Roux
b50501907c
Fix dual keyframe extractions 2024-08-27 16:03:43 +02:00
Zoe Roux
45d17fdd2c
Eagerly generate audio keyframes 2024-08-27 16:03:07 +02:00
Zoe Roux
16f01257e3
Use last audio pts time for duration 2024-08-27 02:58:40 +02:00
Zoe Roux
da29d9753d
Use genpts as an input param for transcodes 2024-08-22 00:37:05 +02:00
Zoe Roux
ae2cdab9f1
Use genpts 2024-08-22 00:07:05 +02:00
Zoe Roux
6d702e3786
Update transcoder dockerfiles 2024-08-22 00:07:05 +02:00
Zoe Roux
e7c9eca524
Add schema handling via env var 2024-08-21 23:28:06 +02:00
Zoe Roux
b49eb3bffa
Add N/A note on packets_nbr > frames_nbr files 2024-08-21 22:48:44 +02:00
Zoe Roux
1612019c7f
Update README.md 2024-08-12 04:53:40 +02:00
Zoe Roux
fda0fc9dc1
Fix keyframes version update 2024-08-12 04:31:58 +02:00
Zoe Roux
0b3ed7faaa
Cleanup master.m3u8 paths 2024-08-12 04:31:58 +02:00
Zoe Roux
27d769cd07
Do not copy on keyframes.Slice if not needed 2024-08-11 15:49:35 +02:00
Zoe Roux
ab86cfca3a Use os.ReadDir instead of glob for subtitles 2024-08-11 00:46:11 +02:00
Zoe Roux
2618650d27 Add external subtitles support 2024-08-11 00:46:11 +02:00
Zoe Roux
6aac9d1f26 Wait for extraction to finish before returninrg attachments 2024-08-11 00:46:11 +02:00
Zoe Roux
fdf9163d7d Add a readme for gocoder 2024-08-08 17:03:35 +02:00
Zoe Roux
e623818585 Fix tracker 2024-08-08 17:03:35 +02:00
Zoe Roux
70147e4fe8 Update gocoder packages 2024-08-08 17:03:35 +02:00
Zoe Roux
26314265c9 Fix null arrays after db read 2024-08-08 17:03:35 +02:00
Zoe Roux
231f63c1b7 Fix keyframes data race 2024-08-08 17:03:35 +02:00
Zoe Roux
aba3b68eea Fix video paths 2024-08-08 17:03:35 +02:00
Zoe Roux
475813c42c Prevent keyframes scan when value already exists in db 2024-08-08 17:03:35 +02:00
Zoe Roux
8d0e362951 Cleanup 2024-08-08 17:03:35 +02:00
Zoe Roux
ca6b581c85 Fix master playlist & keyframes deadlock 2024-08-08 17:03:35 +02:00
Zoe Roux
c3ef7bc0e1 Fix keyframes store/load from db 2024-08-08 17:03:35 +02:00
Zoe Roux
286f9f7ea8 Add useless info fields for backward compatibility 2024-08-08 17:03:35 +02:00
Zoe Roux
fa6609eea9 Fix migrations 2024-08-08 17:03:35 +02:00
Zoe Roux
67f6ce308b Add .env.example specifically for gocoder 2024-08-08 17:03:35 +02:00
Zoe Roux
b14ac6ec02 Remove path/is_external in subtitle 2024-08-08 17:03:35 +02:00
Zoe Roux
fa03d835ed Suport multi video files 2024-08-08 17:03:35 +02:00
Zoe Roux
7d3c73a1e9 Add audio bitrate and video is default in info 2024-08-08 17:03:35 +02:00
Zoe Roux
c0f8f22e6a Cleanup thumbs existence check 2024-08-08 17:03:35 +02:00
Zoe Roux
8c038b42df Fix extract 2024-08-08 17:03:35 +02:00
Zoe Roux
5874e86185 Fix subtitles path 2024-08-08 17:03:35 +02:00