aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/active_storage/analyzer/video_analyzer.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix usage documentation in VideoAnalyzerCarlos Ramirez III2019-01-281-1/+1
| | | The code snippet within the usage documentation comment used the wrong object namespace for the ActiveStorage::Analyzer::VideoAnalyzer
* Update ffmpeg -> FFmpeg, mutools|mupdf -> muPDFutilum2018-06-081-2/+2
| | | | [ci skip]
* Deprecate `active_support/core_ext/hash/compact`yuuji.yaginuma2018-03-021-2/+0
| | | | | Ruby 2.4+ provides `Hash#compact` and `Hash#compact!` natively, so `active_support/core_ext/hash/compact` is no longer necessary.
* Cope with videos with undefined display aspect ratiosGeorge Claghorn2018-01-201-2/+6
|
* Preserve display aspect ratio for videos with rectangular samplesGeorge Claghorn2018-01-191-15/+35
|
* Document automatic width-height swapping [ci skip]George Claghorn2018-01-071-0/+2
|
* Remove redundant sentences [ci skip]George Claghorn2018-01-071-2/+1
|
* Configure previewer/analyzer command paths centrallyGeorge Claghorn2018-01-031-2/+4
|
* Swap raw video width and height if angle is 90 or 270 degreesGeorge Claghorn2017-12-081-1/+13
|
* Make ASt previewer/analyzer binary paths configurableGeorge Claghorn2017-12-011-1/+3
|
* Extract metadata from images and videosGeorge Claghorn2017-10-221-0/+79