aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test/analyzer/video_analyzer_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move #extract_metadata_from to ActiveStorage's TestHelperRicardo Díaz2018-04-251-5/+0
| | | | | | ImageAnalyzerTest and VideoAnalyzerTest are defining the same helper, since both use `#create_file_blob` that is defined in TestHelper, it makes sense to move `#extract_metadata_from` to that side.
* Cope with videos with undefined display aspect ratiosGeorge Claghorn2018-01-201-0/+9
|
* Use helper methodGeorge Claghorn2018-01-191-1/+2
|
* Preserve display aspect ratio for videos with rectangular samplesGeorge Claghorn2018-01-191-4/+18
|
* Extract content types from blob dataGeorge Claghorn2018-01-151-1/+1
|
* Swap raw video width and height if angle is 90 or 270 degreesGeorge Claghorn2017-12-081-2/+2
|
* Extract metadata from images and videosGeorge Claghorn2017-10-221-0/+35