Releases: krzyc/CasparCG-Server
2.3.0d_MAV_10
Compilation against current master (2.3.0 dev) with replay module adapted for current version.
Binaries available for Windows and Ubuntu 19.10 (requires boost 1.67 and ffmpeg from repositories).
Patch 1 contains only main binary modified to allow running on OpenGL 4.2 compatible system (for dev purposes).
2.1.0b1_MAV_9
Compilation against 2.1.0 beta 1 source tree with libjpeg-turbo upgraded to 1.5.1.
update casparcg.patch1.bz2 contains just linux executable built from current source tree with applied patch by ducthiem90 (CasparCG#515) - do not report issues for it as it is built specially for TondaKrist.
update2 casparcg.w64.patch2.zip contains win64 binary compiled on 16.12.2016 with CasparCG#520 patch applied. Linux (Ubuntu 16.10) binary is in casparcg.linux.patch2.bz2.
2.1.0_MAV_8
Current MAV compilation based on 64-bit pre-release of CasparCG 2.1 - only difference in replay module should be using lower-case file extensions for linux compatibility - it should work in linux too.
Below I have attached amd64 linux compilation made on Ubuntu 15.10.
2.0.7_MAV_8
Current compilation - incorporates fixes, uses lower-case file extensions for future linux compatibility.
2.1.0_MAV_7
First MAV edition based on 64-bit pre-release of CasparCG 2.1.
Use executable from update.zip for fixed seeking, stable frames at front and end in interlaced modes and properly named parameter in config file (predefined-client).
2.0.7_MAV_7
Added preliminary audio support for slow motion playback.
Use executable from update.zip for fixed seeking, stable frames at front and end in interlaced modes.
2.0.7_MAV_6
Fixed dependencies - now libjpeg-turbo should always be used (libjpeg version will be logged for debug purposes).
Optimize RGB-BGRA conversions (libjpeg-turbo in consumer, updated GL shader in producer).
Initial audio support (PLAY channel filename AUDIO 1 / CALL channel AUDIO 1) - does not work with fractional speeds.
Codebase update from original repository and libjpeg-turbo update.
File update.zip contains replacement executable with more INFO (like in ffmpeg consumer).
File update2.zip fixes serious memory leak and include other fixes up to date (including update.zip).
2.0.7_MAV_5
Allow resetting length by passing CALL [channel] LENGTH 0
Fix crash when playing above replay length
Changes to OSC:
- file/frame returns real frame numbers
- file/vframe returns virtual frame numbers based on SEEK/LENGTH
File update.zip contains 4 modified binaries - you can try replacing these files if you have performance issues.
File update2.zip contains 4 modified binaries - you can try replacing these files if you have performance issues.
2.0.7_MAV_4
I have included all CasparCG Server 2.0 changes from official GIT, updated libjpeg-turbo library and enabled OSC monitoring of replay consumer.
2.0.7_Beta_MAV_3
Updated libjpeg-turbo to current version. Merged jstarpl audio work - not usable for now, new file format! Added some missed commits. Fixed some bugs. Merge commit 'b864466ca670e773a63fb15b58eb4b8b437ba77f' Conflicts: modules/replay/consumer/replay_consumer.cpp modules/replay/producer/replay_producer.cpp modules/replay/util/file_operations.cpp modules/replay/util/file_operations.h