summaryrefslogtreecommitdiff
path: root/lib/pleroma/helpers/media_helper.ex
AgeCommit message (Expand)Author
2024-01-22Replace custom fifo implementation with ExileMark Felder
2023-11-13Replace ImageMagick with Vips for Media Preview ProxyMark Felder
2023-01-02Revert "Merge branch 'copyright-bump' into 'develop'"lain
2023-01-01Bump copyright yearmarcin mikołajczak
2022-02-25Copyright bump for 2022Sean King
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
2020-09-26Adjusted MediaProxyControllerTest to gracefully fail on missing dependencies....Ivan Tashkinov
2020-09-17[#2497] Configurability of :min_content_length (preview proxy). Refactoring, ...Ivan Tashkinov
2020-09-16[#2497] Media preview proxy: misc. improvements (`static` param support, dyna...Ivan Tashkinov
2020-09-09[#2497] Added missing alias, removed legacy `:adapter` option specification f...Ivan Tashkinov
2020-09-05[#2497] Adjusted media proxy preview invalidation. Allowed client-side cachin...Ivan Tashkinov
2020-09-05[#2497] Made media preview proxy fall back to media proxy instead of to sourc...Ivan Tashkinov
2020-09-03URL passed to helper is already MediaProxyMark Felder
2020-08-30CredoMark Felder
2020-08-30Support PNG previews to preserve alpha channelsMark Felder
2020-08-28Rewrite MP4/MOV binaries to be faststarthref
2020-08-27Keep args construction within video/image scopes instead of mangling down in ...Mark Felder
2020-08-27Try to trick ffmpeg into working with this named pipeMark Felder
2020-08-27ffmpeg needs input from fifo path, not stdinMark Felder
2020-08-27Attempt at supporting video thumbnails via ffmpegMark Felder
2020-08-26Move arg for images to the list so we can reuse these fifo functions for videosMark Felder
2020-08-26Rename to make it obvious this is for images not videosMark Felder
2020-08-26Change method of convert using stdout, make progressive jpegsMark Felder
2020-08-26Remove auto-orient; don't use it on previews, only originalsMark Felder
2020-08-26Use mkfifo to feed ImageMagickhref
2020-08-25Try specifying fd0, force jpg outMark Felder
2020-08-25Allow both stdin and stdoutMark Felder
2020-08-25Switch to imagemagick, only support videosMark Felder
2020-08-21Remove newline for linterhref
2020-08-21Fix truncated imageshref
2020-08-21[#2497] Media preview proxy: added `quality` config setting, adjusted width/h...Ivan Tashkinov
2020-08-18[#2497] Added video preview proxy. Switched from exexec to Port.Ivan Tashkinov
2020-05-21[#2497] Customized `exexec` launch to support root operation (currently requi...Ivan Tashkinov
2020-05-21[#2497] Image preview proxy: image resize & background color fix with ffmpeg ...Ivan Tashkinov
2020-05-20[#2497] Image preview proxy: implemented ffmpeg-based resizing, removed eimp ...Ivan Tashkinov