Jonathan Thomas
|
e135eb5738
|
Changed license to LGPLv3 for all libopenshot code.
|
2014-07-11 16:52:14 -05:00 |
|
Jonathan Thomas
|
352e5904d8
|
Switched my simple bitshifting to use the ImageMagick ScaleQuantumToChar() method, which handles all the different bit depths and data types that ImageMagick can be compiled with.
|
2014-07-03 22:41:01 -05:00 |
|
Jonathan Thomas
|
77f4586f21
|
Fixed a bug with bitshifting float color values. ImageMagick can be built with different types of Quantum color values, and Im trying to make libopenshot work seemlessl with them.
|
2014-07-03 17:52:16 -05:00 |
|
Jonathan Thomas
|
b224d7d8fa
|
Adjusted ImageMagick code to dynamically calculate the quantum depth, and bitshift between that depth and the 8bit colors for FFmpeg.
|
2014-07-03 12:26:02 -05:00 |
|
Jonathan Thomas
|
6e65c36690
|
Refactored much of the Qt Player related code. Also, integrated the Qt Player code into Python bindings. This still needs some work, especially with using PyQt widgets instead of C++ Qt Widgets.
|
2014-03-30 23:21:30 -05:00 |
|
Jonathan Thomas
|
5010f6252a
|
Replaced all copyright and licensing to reflect AGPLv3 license. Also, added a bad ass version header, which is now integrated into CMake as well. A single place to indicate version and ABI/API compatibility.
|
2014-03-29 18:49:22 -05:00 |
|
Jonathan Thomas
|
4ee7ef9b6e
|
Added experimental AudioBufferSource and refactored lots of audio code.
|
2014-01-28 17:17:38 -06:00 |
|
Jonathan Thomas
|
118fe9113a
|
Fixed RendererBase to correctly use writePixels, instead of iterating through PixelPackets. Fixed Audio Crash caused by not initializing a JUCE background audio thread. Added an OutOfBoundsFrame exception on the FFmpegReader, when the end-of-stream is detected.
|
2014-01-28 02:41:15 -06:00 |
|
Duzy Chan
|
7557a3aa37
|
QtPlayer: displaying the first frame of a reader
|
2014-01-26 03:35:38 +08:00 |
|
Duzy Chan
|
c67c1ae8c8
|
initial QtPlayer classes
|
2014-01-25 03:38:38 +08:00 |
|