You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/lib
Claire 166f6e4b50
Fix some media attachments being converted with too high framerates (#17619)
Video files with variable framerates are converted to constant framerate videos
and the output framerate picked by ffmpeg is based on the original file's
container framerate (which can be different from the average framerate).

This means that an input video with variable framerate with about 30 frames per
second on average, but a maximum of 120 fps will be converted to a constant 120
fps file, which won't be processed by other Mastodon servers.

This commit changes it so that input files with VFR and a maximum framerate
above the framerate threshold are converted to VFR files with the maximum frame
rate enforced.
3 years ago
..
action_dispatch replace all instances of "ends_with?" with "end_with?" (#15745) 4 years ago
active_record Remove dependency on pluck_each gem (#16012) 4 years ago
assets
chewy/strategy Fix unnecessary queries when batch-removing statuses, 100x faster (#15387) 4 years ago
devise Fix authentication before 2FA challenge (#11943) 5 years ago
generators
json_ld Fixed code quality issues (#15541) 4 years ago
mastodon Forward-port version bump to 3.4.6 (#17434) 3 years ago
paperclip Fix some media attachments being converted with too high framerates (#17619) 3 years ago
rails Fix obsolete digitalocean.rake file breaking rake tasks (#15618) 4 years ago
redis Change Redis#exists calls to Redis#exists? to avoid deprecation warning (#14191) 5 years ago
sanitize_ext Prepare Mastodon for zeitwerk autoloader (#15917) 4 years ago
tasks Remove language detection through cld3 (#17478) 3 years ago
templates
terrapin Add Ruby 3.0 support (#16046) 4 years ago
webpacker Add subresource integrity for JS and CSS assets (#15096) 4 years ago
cli.rb Add ability for admins to delete canonical email blocks (#16644) 3 years ago
enumerable.rb Optimize map { ... }.compact calls (#15513) 4 years ago
exceptions.rb Fix media redownload worker retrying on unexpected response codes (#16111) 4 years ago
sidekiq_error_handler.rb Fix warnings on Rails boot (#16946) 3 years ago