Rich Alloway
|
01f20286ed
|
Check in code to handle missing clock_gettime() on most versions of Mac OS X
|
2018-04-23 11:11:18 -04:00 |
|
Jonathan Thomas
|
22384c7705
|
FFMPEG 3.2 support for FFmpegWriter (Thanks Peter!)
|
2018-03-28 15:09:55 -05:00 |
|
Jonathan Thomas
|
774eb365b3
|
FFMPEG 3.2 support for FFmpegReader (writer support coming soon)
|
2018-03-21 02:10:46 -05:00 |
|
Jonathan Thomas
|
244fac4df8
|
Adding new crop effect, which can also be animated for some very cool effects.
|
2018-03-05 02:12:37 -06:00 |
|
Jonathan Thomas
|
26e96e009b
|
Added in metadata encoding capabilities (writer.info.metadata["title"] = "My Title"). Only certain tag names are accepted (see FFmpeg for more on which tags are supported by which codecs).
|
2018-03-04 03:10:59 -06:00 |
|
Jonathan Thomas
|
df2b59cf24
|
Optimize and improve speed of Mask effect (used by transitions). This is way faster than before now!
|
2018-03-03 23:16:47 -06:00 |
|
Jonathan Thomas
|
7f9fc30203
|
Adding new Color Shift effect, which can shift any color (RGBA) with infinite wrapping (and full supports animation).
|
2018-03-03 18:02:14 -06:00 |
|
Jonathan Thomas
|
3034bbe273
|
Adding new Pixelate video effect, which pixelates a portion (or all) of a frame's image, and is fully animatable.
|
2018-02-09 16:43:43 -06:00 |
|
Jonathan Thomas
|
8c1da9798b
|
Adding new video effect: Bars, which allow for animating colored bars around your video, such as a letterbox effect.
|
2018-02-09 02:37:05 -06:00 |
|
Jonathan Thomas
|
c159fde729
|
Adding new wave video effect, which can be animated in a ton of ways to create lots of cool wave distortion effects.
|
2018-02-08 03:51:32 -06:00 |
|
Jonathan Thomas
|
c81d42629d
|
Adding Hue video effect, to adjust the hue of a frame's image, which can also be animated with a keyframe
|
2018-02-06 02:26:35 -06:00 |
|
Jonathan Thomas
|
4a9f2a0a00
|
Adding new effect: Shift, an infinite pixel shifting effect which can be animated and wrap images in any direction.
|
2018-02-06 00:51:59 -06:00 |
|
Jonathan Thomas
|
f2b0f3a0f4
|
Adding metadata from format, audio stream, and video streams to ReaderBase.info, which in some cases includes the 'rotate' metadata added by certain cameras, and audio metadata like title, album, artist, copyright, dates, etc... Auto-Rotates any Clip with Reader metadata 'rotate' attribute.
|
2018-02-03 01:57:18 -06:00 |
|
Jonathan Thomas
|
7b13001bf7
|
Fixing assignement and copy operators on Frame class (to prevent crashes for unintiailized image and audio pointers), and ensuring both copy and assignment operators work as expected. Also fixing the color property of Frames, which was being lost on some constructors.
|
2018-01-21 23:49:07 -06:00 |
|
Jonathan Thomas
|
566c8f5a82
|
Spelling and typo fixes. Thanks Gelma for the pull request
|
2018-01-06 02:22:05 -06:00 |
|
Jonathan Thomas
|
67d355d215
|
Bumping version to 0.1.9 (so 14)
|
2017-11-12 03:47:32 -06:00 |
|
Jonathan Thomas
|
2fcb35ddcc
|
Removing throw statements from header files (thanks Peter)
|
2017-10-26 18:44:35 -05:00 |
|
Jonathan Thomas
|
c95db460d6
|
Big update! Updating all "long int" frame number types to int64_t, so all 3 OSes will produce the same depth and precision on frame numbers. Also removing variable bitrate support temporarily, since it causes more problems than it solves.
|
2017-09-28 16:03:01 -05:00 |
|
Jonathan Thomas
|
db740765a1
|
Bumping version to 0.1.8 (SO version 13)
|
2017-09-06 23:13:12 -05:00 |
|
Jonathan Thomas
|
8b8d91a687
|
Take 2 - Prevent crashes related to too many threads (on 24+ thread systems)
|
2017-08-21 16:36:22 -05:00 |
|
Jonathan Thomas
|
bc95a52e70
|
Prevent crashes related to too many threads (on 24+ thread systems)
|
2017-08-21 16:04:19 -05:00 |
|
Jonathan Thomas
|
f12ffe692b
|
Migrating tr1 to std, adding C++11 support to build scripts, fixing crash in FFmpegReader (caused by shared_ptr, buffer, and last_video_frame corruption). Much improved stability with this change. Thanks to Craig and Peter for the help!
|
2017-08-20 17:37:39 -05:00 |
|
Jonathan Thomas
|
b094ac8469
|
Fixing issue with incorrect image size caches, which results in blurry/smudgy scaling on certain things.
|
2017-07-27 02:25:20 -05:00 |
|
Jonathan Thomas
|
c30dbb90d8
|
Adding additional locks when adding/changing audio data. Reducing FrameMapper to a single frame at a time (increase seek speed and decrease crashes). Fixing crash on Time keyframes where it would sometimes calculate an invalid frame number.
|
2017-07-19 16:05:07 -05:00 |
|
Jonathan Thomas
|
078c3f74dd
|
Bumping release to 0.1.7 (so version 12)
|
2017-05-31 23:39:13 -05:00 |
|