lp:~saiarcot895/libopenshot/qt-json
- Get this branch:
- bzr branch lp:~saiarcot895/libopenshot/qt-json
Branch merges
- OpenShot Code: Pending requested
-
Diff: 10412 lines (+959/-7310)74 files modifiedinclude/ChunkReader.h (+2/-2)
include/ChunkWriter.h (+0/-1)
include/Clip.h (+2/-2)
include/ClipBase.h (+4/-4)
include/Color.h (+2/-2)
include/Coordinate.h (+2/-2)
include/DecklinkReader.h (+2/-2)
include/DummyReader.h (+2/-2)
include/EffectBase.h (+3/-3)
include/EffectInfo.h (+1/-1)
include/FFmpegReader.h (+2/-2)
include/FrameMapper.h (+2/-2)
include/ImageReader.h (+2/-2)
include/Json.h (+5/-1)
include/KeyFrame.h (+2/-2)
include/Point.h (+2/-2)
include/Profiles.h (+2/-2)
include/QtImageReader.h (+2/-2)
include/ReaderBase.h (+4/-4)
include/TextReader.h (+2/-2)
include/Timeline.h (+6/-6)
include/WriterBase.h (+4/-4)
include/effects/Brightness.h (+2/-2)
include/effects/ChromaKey.h (+2/-2)
include/effects/Deinterlace.h (+2/-2)
include/effects/Mask.h (+2/-2)
include/effects/Negate.h (+2/-2)
include/effects/Saturation.h (+2/-2)
src/CMakeLists.txt (+1/-10)
src/ChunkReader.cpp (+59/-48)
src/Clip.cpp (+84/-78)
src/ClipBase.cpp (+22/-22)
src/Color.cpp (+20/-15)
src/Coordinate.cpp (+25/-19)
src/DecklinkReader.cpp (+14/-10)
src/DummyReader.cpp (+16/-11)
src/EffectBase.cpp (+25/-20)
src/EffectInfo.cpp (+5/-3)
src/FFmpegReader.cpp (+21/-14)
src/FrameMapper.cpp (+17/-12)
src/ImageReader.cpp (+19/-14)
src/KeyFrame.cpp (+21/-16)
src/Point.cpp (+21/-16)
src/Profiles.cpp (+38/-30)
src/QtImageReader.cpp (+19/-13)
src/ReaderBase.cpp (+76/-78)
src/TextReader.cpp (+31/-26)
src/Timeline.cpp (+93/-81)
src/WriterBase.cpp (+88/-84)
src/effects/Brightness.cpp (+26/-18)
src/effects/ChromaKey.cpp (+25/-17)
src/effects/Deinterlace.cpp (+23/-15)
src/effects/Mask.cpp (+35/-27)
src/effects/Negate.cpp (+20/-12)
src/effects/Saturation.cpp (+22/-14)
tests/Clip_Tests.cpp (+24/-20)
tests/ReaderBase_Tests.cpp (+2/-2)
thirdparty/jsoncpp/LICENSE (+0/-1)
thirdparty/jsoncpp/include/json/autolink.h (+0/-19)
thirdparty/jsoncpp/include/json/config.h (+0/-43)
thirdparty/jsoncpp/include/json/features.h (+0/-42)
thirdparty/jsoncpp/include/json/forwards.h (+0/-39)
thirdparty/jsoncpp/include/json/json.h (+0/-10)
thirdparty/jsoncpp/include/json/reader.h (+0/-196)
thirdparty/jsoncpp/include/json/value.h (+0/-1069)
thirdparty/jsoncpp/include/json/writer.h (+0/-174)
thirdparty/jsoncpp/src/lib_json/json_batchallocator.h (+0/-125)
thirdparty/jsoncpp/src/lib_json/json_internalarray.inl (+0/-448)
thirdparty/jsoncpp/src/lib_json/json_internalmap.inl (+0/-607)
thirdparty/jsoncpp/src/lib_json/json_reader.cpp (+0/-883)
thirdparty/jsoncpp/src/lib_json/json_value.cpp (+0/-1717)
thirdparty/jsoncpp/src/lib_json/json_valueiterator.inl (+0/-292)
thirdparty/jsoncpp/src/lib_json/json_writer.cpp (+0/-828)
thirdparty/jsoncpp/src/lib_json/sconscript (+0/-8)
Branch information
Recent revisions
- 477. By Jonathan Thomas
-
Added dropdown choices into JSON properties, so a UI can correctly list the options for certain properties. Fixed a bug when deleting all Points from a Keyframe, and added some missing Enums from the Python/Ruby bindings.
- 475. By Jonathan Thomas
-
Attempting to fix a race condition when edits are being made to the timeline while frames are being cached and played back. This seems to fix the crashes for me. =)
- 471. By Jonathan Thomas
-
Setting height, width, and format of AVFrame struct used for encoding video, as is now required on newer versions of libAV and FFmpeg.
- 469. By Jonathan Thomas
-
Windows now passes most unit tests. Added header macro to assist on passing correct test media paths to unit tests. Also added a new info parameter has_single_image, which is used to optomize the frame mapper class for images with long durations.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:libopenshot/0.0