Commit Graph

242 Commits

Author SHA1 Message Date
j 774450d263 missing imports and typos 2024-04-05 21:20:45 +01:00
j 4794c0f68a fix remux 2023-11-20 20:58:58 +00:00
j 384d92214d stram is done if reusing upload 2023-11-18 16:30:50 +01:00
j 19bb7e3b83 don't fail if hieght is None 2023-11-18 12:14:12 +01:00
j 95485f3e4b stream is available after reuse 2023-11-18 12:03:33 +01:00
j eee51e672c fix upload 2023-08-24 22:22:43 +02:00
j d7f087125e speed up stream lookup 2023-08-18 14:59:45 +02:00
j 5c951e2559 fix file create 2023-07-28 19:18:31 +02:00
j f5becafad4 avoid negative pixels 2023-07-06 16:22:23 +05:30
j d191f24d03 .ogg can be video too 2022-02-19 13:51:25 +01:00
j 65fc082b1b if file has audio/video track flag as type 2021-11-14 13:42:06 +00:00
j feb10ececb disable keyframe index 2021-06-14 10:47:47 +01:00
j 2d8a3f24dc can see > direct upload 2020-08-29 23:54:19 +02:00
j d795e40344 fix username 2020-08-29 23:37:59 +02:00
j ffb512a304 add oshash to changelog, keep upload filename, show direct upload instance 2020-08-29 23:32:57 +02:00
j 548a73f121 python3 only: remove six.moves imports 2020-05-29 12:17:18 +02:00
j 844382b1e8 drop python2 support, upgrade to django 3 2020-05-29 00:25:16 +02:00
j b18a6ab3ca stream might have been removed 2020-05-12 15:15:26 +02:00
j 823b8f2136 foundations to directly use upoaded videos if format is usable 2019-12-01 16:20:20 +01:00
j 05b7fc1f7e default flags 2019-11-02 08:32:49 +01:00
j 9596248dc4 use refresh_from_db 2019-07-31 11:53:30 +02:00
j 01f32871fd only extract keyframe index for video files 2018-12-23 14:11:22 +01:00
j 8584632555 followup to ba5e4af355 - create keyframe index as part of creating stream 2018-08-10 09:11:40 +01:00
j 72358a7bce add stream.flags 2018-08-04 15:56:30 +00:00
j 6296be870b use get_user_model 2018-07-29 21:12:56 +01:00
j 1bac062a50 use postgres json field 2018-07-09 15:22:12 +02:00
j dbf740e55e use .editorconfig 2018-06-19 08:33:26 +02:00
j 717248bc73 fix path name of multi track videos 2018-05-22 01:27:43 +02:00
j 5de40bdfdd user 2017-07-27 21:55:48 +02:00
j dacbdf45f8 hide some info about media if user can not see media 2017-07-25 14:58:54 +02:00
j 3d100c033c ignore some subtitles 2017-07-19 14:49:18 +02:00
j 8bd4cd6305 reset video fps/codec 2017-05-21 11:35:54 +02:00
j f0a4aba751 use python_2_unicode_compatible 2017-03-03 08:56:35 +01:00
j a8f1c8e20d use canEditMedia instead of hardcoded admin/staff to check file.editable 2016-11-16 11:51:59 +02:00
j b93b2eaf63 make instance times 2038 safe 2016-11-04 17:26:52 +00:00
j 773ab702e7 keys can be None 2016-09-26 10:56:32 +02:00
j 5ced5cf791 return url 2016-08-31 01:30:13 +02:00
j cf3161d4bd better findMedia 2016-08-31 01:30:13 +02:00
j 6aabe8d9df py3 fixes 2016-08-31 00:31:38 +02:00
j 1468ddbecb towards supporting python 2 and 3
- use absolute_imports
- make use of six.moves
- use exec instead of execfile
- use list(dict) instead if dict.keys()
2016-08-25 18:34:36 +02:00
j e1cacdb67a add task queue api 2016-08-17 14:37:59 +02:00
j 6f4a0ba90a support vtt subtitles 2016-07-01 21:13:13 +02:00
j d780045306 flake8 2016-07-01 17:48:43 +02:00
j b63024df02 show source info if encode fails 2016-06-30 00:23:56 +02:00
j adfcc1cb27 never set display aspect ratio to 0:0 2016-06-27 16:08:30 +02:00
j 92f642cbac pcm sound can have no codec 2016-06-26 14:41:58 +02:00
j b2a9a5f711 space 2016-06-15 17:56:31 +02:00
j 9c7552699f fix upload_to callbacks 2016-04-29 13:46:55 +02:00
Will Thompson 2a07e2a1ab Remove redundant overrides of Model.delete
Both of these models have pre_delete handlers which do the same things,
so I think these are unnecessary.
2016-03-03 18:10:29 +05:30
Will Thompson d69a8efd97 Don't save other file-owning models on delete, either 2016-03-03 18:10:29 +05:30