about summary refs log tree commit diff
path: root/src/lib/media/video
Commit message (Collapse)AuthorAgeFilesLines
* Add gif support to web (#6433)Samuel Newman2024-11-221-0/+4
| | | | | | | | | | | | | * add gif support to web * rm set dimensions * rm effect from preview * rm log * rm use of {cause: error} * fix lint
* use megabytes rather than mebibytes for video limit (#6117)Samuel Newman2024-11-051-1/+1
|
* Sort imports (#6009)dan2024-10-291-1/+1
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* [Sheets] [Pt. 1] Root PR (#5557)Hailey2024-10-042-2/+2
| | | | | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: dan <dan.abramov@gmail.com> Co-authored-by: Hailey <me@haileyok.com>
* Rename some files and variables (#5587)dan2024-10-035-1/+289
| | | | | | | * Move composer reducers together * videoUploadState -> videoState * Inline videoDispatch
* fix min size for compression (#5272)Samuel Newman2024-09-111-9/+10
|
* [Video] TEMP disable skip compression (#5271)Samuel Newman2024-09-111-9/+9
|
* [Video] use correct max size (#5245)Samuel Newman2024-09-092-3/+3
| | | | Co-authored-by: Hailey <me@haileyok.com>
* [Video] Upload tweaks (#5228)Samuel Newman2024-09-081-1/+2
| | | | | * use correct mime type * fix wheel progress
* [Video] Fix type on web (#5211)Hailey2024-09-071-2/+4
|
* [Video] Check upload limits before uploading (#5153)Samuel Newman2024-09-071-0/+7
| | | | | | | | | | | | | | | | | * DRY up video service auth code * throw error if over upload limits * use token * xmark on toast * errors with nice translatable error messages * Update src/state/queries/video/video.ts --------- Co-authored-by: Hailey <me@haileyok.com>
* [Video] Only compress if >25mb or unknown format (#5187)Samuel Newman2024-09-071-2/+15
| | | | Co-authored-by: Hailey <me@haileyok.com>
* fix mime checks (#5118)Samuel Newman2024-09-031-1/+1
|
* [Video] Upload errors and UI improvements (#5092)Samuel Newman2024-09-034-1/+11
| | | | | | | | | | | * surface errors in UI * style progress indicator * remove job status progress * rm log * fix webm ext
* [Videos] avoid using fetch for blob handling where possible (#5041)Samuel Newman2024-08-303-12/+40
| | | | | | | * avoid using fetch where possible * whoopsie wrong branch * more import fixes
* [Video] Make compress/upload cancelable (#4996)Samuel Newman2024-08-292-5/+12
| | | | | | | * add abort controller to video upload system * rm log * rm log 2
* [Video] Add uploaded video to post (#4884)Samuel Newman2024-08-291-36/+0
| | | | | | | | | | | | | | | | | | | | | * video uploads! * use video upload lexicons * add missing postgate * remove references to prerelease package * fix scrubber showing a "0" * Delete types.ts * rm logs * rm upload header --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* [Video] Uploads (#4754)Hailey2024-07-301-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * state for video uploads * get upload working * add a debug log * add post progress * progress * fetch data * add some progress info, web uploads * post on finished uploading (wip) * add a note * add some todos * clear video * merge some stuff * convert to `createUploadTask` * patch expo modules core * working native upload progress * platform fork * upload progress for web * cleanup * cleanup * more tweaks * simplify * fix type errors --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* Video compression in composer (#4638)Samuel Newman2024-07-053-0/+64
Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> Co-authored-by: Hailey <me@haileyok.com>