Commit Graph

15 Commits

Author SHA1 Message Date
Matej Kormuth
1b4fe408d5 Correct interface fields in FfprobeData
According to original library, the name of property should be streams, not stream.
https://github.com/fluent-ffmpeg/node-fluent-ffmpeg/blob/master/lib/ffprobe.js#L17
2017-09-15 15:41:17 +02:00
Nathan Shively-Sanders
f813393fa6 Merge pull request #19455 from maxpaj/patch-1
[fluent-ffmpeg] Filter functions definitions (added optional parameters)
2017-09-06 10:52:41 -07:00
Andy
cb2dbfbb50 Add ignores for new lint rules (#19504) 2017-09-01 07:47:52 -07:00
maxpaj
fe214f98c2 Use {} instead of object. 2017-08-31 09:41:49 +02:00
maxpaj
7644721413 Some more fix... 2017-08-31 09:34:53 +02:00
maxpaj
79e7c252f3 Fix Travis errors 2017-08-31 09:34:11 +02:00
maxpaj
27baba70b1 Corrected parameters and extracted AudoVideoFilter interface 2017-08-31 09:23:24 +02:00
maxpaj
9bf1a6a4d6 Replaced String type with string 2017-08-31 09:03:48 +02:00
maxpaj
e31c1ee919 Change signature type from Object to Object[] 2017-08-30 15:12:14 +02:00
maxpaj
1c389ce93d fluent-ffmpeg filter functions
Added alternative parameter types for the filter functions.

Resources:
https://github.com/fluent-ffmpeg/node-fluent-ffmpeg/search?utf8=%E2%9C%93&q=withAudioFilters&type=
https://github.com/fluent-ffmpeg/node-fluent-ffmpeg/search?utf8=%E2%9C%93&q=withVideoFilters&type=
2017-08-30 15:08:07 +02:00
Andy
924fafffc0 Fix remaining lint errors (#19166) 2017-08-20 15:37:53 -07:00
Andy
5d6c651a1a Apply stricter lint rules (#19063) 2017-08-17 14:53:41 -07:00
John Gainfort
1387a1e2d0 Update fluent-ffmpeg for es6 module library import (#16471)
* added hls.js definition

* changed to new tslint format

* fixing lint errors

* changed definition structure based on PR comment

* added module library support

* merged upstream and added tests to more reflect samples in project page

* fixed lint errors

* removed global namespace
2017-06-01 11:14:10 -07:00
DingWeizhe
76c82115ad [fluent-ffmpeg] support es6 import syntax & conform to tdslint (#16036)
* support es6 import syntax

* support es6 import syntax

* add author

* test import syntax to es6

* add tslint config

* tslint: Interface has only a call signature

* tslint: ban-types

* tslint: no-misused-new

* tslint: semicolon

* tslint: TypeScript compile error: Cannot find name 'object'.

* tslint: unified-signatures

* tslint: disable unified-signatures, parameter name is different

* tslint: object-literal-shorthand

* tslint: one-variable-per-declaration

* tslint: dt-header

* tslint: no-single-declare-module

* type definitions for images 2.2
2017-05-04 18:13:03 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00