]> git.sesse.net Git - casparcg/history - protocol
Fix a few Clang warnings.
[casparcg] / protocol /
2017-05-06 Steinar H. GundersonRemove most of boost::lexical_cast.
2017-05-06 Steinar H. GundersonMove from boost::thread to std::thread for nearly every...
2017-05-01 Dimitry IshenkoAdd options for following modules:
2017-04-07 Helge Norberg[channel_producer] #590 Added NO_AUTO_DEINTERLACE param...
2017-04-06 Helge Norberg[AsyncEventServer] Avoid logging connection-close two...
2017-04-04 Helge Norberg[AsyncEventServer] Fixed bug where server expected...
2017-03-15 Helge Norberg[documentation] Consistently use >> When describing...
2017-03-14 HellGoreMerge pull request #547 from jamesdwise/2.1.0
2017-03-10 HellGoreMerge pull request #506 from dimitry-ishenko-casparcg...
2017-03-06 Helge Norberg#568 Fixed bug where not all error responses was prepre...
2017-03-03 Helge Norberg[chroma key] Implemented much better chroma spill suppr...
2017-02-20 Helge Norberg[general] Added cg_producer_registry as dependency...
2017-02-08 James WiseMerge commit '008e8dd2152b97abaf2b6c4f9ac385eb1e1d1d6e...
2017-02-06 Helge Norberg[build] removed hard coded linkage to reroute. Is impli...
2017-02-01 HellGoreMerge pull request #545 from aruanoc/2.1.0
2017-01-30 HellGoreMerge pull request #519 from krzyc/patch-1
2017-01-27 HellGoreMerge pull request #501 from dimitry-ishenko-casparcg...
2017-01-25 Helge Norberg[AMCP] #517 Fixed bug where CINF only returned the...
2017-01-24 Helge Norberg[AMCP] #524 Added support for listing contents of a...
2017-01-19 Helge Norberg[AMCP] Fixed access violation
2017-01-17 Helge Norberg[AMCP] #475 Added special command REQ that can be prepe...
2017-01-12 Helge Norberg[mixer] Rewrote the chroma key code to support variable...
2017-01-11 Antonio Ruano CuestaMerge branch '2.1.0' of https://github.com/aruanoc...
2016-11-22 Helge Norberg[env] Changed name of identifiers in code from thumbnai...
2016-11-22 Helge Norberg[AMCP] INFO PATHS now adds all the path elements even...
2016-11-15 Helge Norberg[flash] Moved template host copying to flash module...
2016-10-25 Helge NorbergCreated a consumer that provides sync to a channel...
2016-08-19 HellGoreMerge pull request #443 from krzyc/patch-3
2016-07-13 Helge NorbergEnabled TCP keep alive on TCP connections to clients...
2016-07-11 HellGoreMerge pull request #450 from SuperFlyTV/feature/documen...
2016-07-10 Jesper StærkærRemoved a parameter from the "data retrieve" documentat...
2016-07-10 Jesper StærkærAdded missing documentation to version_describer. Solve...
2016-05-24 Helge NorbergFixed bug where non empty CALL responses where lost...
2016-03-01 Helge NorbergImproved help for ADD command, mentioning the possibili...
2016-01-05 Helge Norbergpromoted no_init_proxy to own file under common
2015-12-22 Helge NorbergMade it possible to equality compare tweener objects
2015-12-16 Helge NorbergMade calltracing configurable
2015-12-16 Helge NorbergAdd call tracing at selected placed in the code to...
2015-12-04 Helge NorbergLog expected user errors at info instead of error to...
2015-12-02 Helge NorbergLog context_info exception attachment in addition to...
2015-11-25 Helge NorbergFixed bug where format_desc of channel_grid channel...
2015-11-25 Helge NorbergImproved performance in OSC message formatting especial...
2015-11-19 Helge NorbergThrow user_error exception for errors that are caused...
2015-11-19 Helge NorbergExplicitly handle all enum constants in error_state.
2015-11-19 Helge NorbergFixed bug in \r\n delimiter handling in protocol code
2015-11-19 Helge NorbergDon't print stacktrace when CG commands are sent to...
2015-11-18 Helge NorbergMerged GL GC command from 2.0.
2015-11-18 Helge NorbergAdded support for strong emphasis in paragraph_builder.
2015-11-18 Helge NorbergMerged GL INFO command from 2.0.
2015-11-18 Helge NorbergFixed bug where DATA REMOVE responded with the wrong...
2015-11-17 Helge NorbergLog level adjustments
2015-11-17 Helge NorbergChanged default log level to info and moved logging...
2015-11-16 Helge NorbergAvoid stack trace when the user has specified an unknow...
2015-11-13 Helge NorbergImplemented a TCP server, simply sending every log...
2015-11-13 Helge NorbergMade protocol_strategy instantiated immediately after...
2015-11-11 Helge NorbergFixed life-time issue in AsyncEventServer shutdown...
2015-11-11 Helge NorbergFixed problem with TLS, CLS, DATA LIST and THUMBNAIL...
2015-11-03 Helge Norberg* Don't show base path in FLS. Use INFO PATHS to get...
2015-11-03 Helge Norberg* Fixed problem where the base path of CLS, CINF, TLS...
2015-11-03 Helge Norberg* Removed unused file
2015-10-27 Helge Norberg* Removed some redundant logging from AsyncEventServer.
2015-10-12 Helge Norberg* Return error code when SEEK is out of range for ffmpe...
2015-10-12 Helge Norberg* Implemented FLS command (font list).
2015-10-09 Helge Norberg* Implemented "template type" column in TLS command...
2015-10-09 Helge Norberg* Reenabled unit-test project after move to CMake.
2015-09-22 Helge Norberg* Merged straight alpha support to 2.1.0
2015-09-21 HellGoreMerge pull request #374 from hummelstrand/readme-2...
2015-09-17 Helge Norberg* Code changes required by Visual Studio 2015 including...
2015-09-16 Helge Norberg* Fixed bug where deferred transforms did not compose...
2015-09-07 Helge Norberg* Changed usage of BOOST_THROW_EXCEPTION to CASPAR_THRO...
2015-09-04 Helge Norberg* Fixed bug in input where video without audio causes...
2015-08-28 Helge NorbergReduce chance of console logging output and AMCP replie...
2015-08-18 Helge Norberg- Removed need of non-deterministic sleeps during serve...
2015-08-14 Helge Norberg* Installed general protection fault handler in more...
2015-08-14 Helge NorbergEnabled Linux support for native thread id in INFO...
2015-08-14 Helge NorbergMerged fix for asio::io_service lifetime race condition...
2015-08-13 Helge NorbergMerged fix for duplicate CRLF in CINF
2015-08-13 Helge NorbergMerged INFO DELAY from 2.0
2015-08-12 Helge NorbergMerged INFO THREADS from 2.0
2015-08-12 Helge NorbergMerged INFO QUEUES from 2.0
2015-08-11 Helge Norberg* Enforce help descriptions for consumers in code.
2015-07-02 Helge Norberg* Enforce help descriptions for producers in code.
2015-07-01 Helge Norberg* Refactored so that frame_consumers are stored in...
2015-07-01 Helge Norberg* Refactored so that frame_producers are stored in...
2015-06-30 Helge Norberg* Fixed compilation problem in Linux.
2015-06-30 Helge Norberg* Merged RESUME command.
2015-06-18 Helge Norberg* Merged layer_producer and channel_producer from 2...
2015-06-16 Helge Norberg* Merged streaming_consumer from 2.0
2015-06-09 Helge Norberg* Merged chroma key feature, but removed unsupported...
2015-06-05 Helge Norberg* Refactored blend_mode to be part of frame_transform...
2015-06-04 Helge Norberg* Merged MIXER MIPMAP support from 2.0. Implemented...
2015-06-03 Helge Norberg* Merged MIXER CROP, MIXER ANCHOR, MIXER ROTATION and...
2015-05-19 Helge Norberg* Fixed CEF compilation error in debug mode.
2015-05-08 Helge Norberg* Compiled ffmpeg for Linux as similary to Zeranoe...
2015-04-20 Helge Norberg* Replaced boost::timer with caspar::timer because...
2015-04-10 Helge Norberg* Added some libraries in linux
2015-04-10 Helge Norberg* Broke out platform specific parts of main.cpp to...
2015-04-09 Helge Norberg* Removed hard dependencies to XML based consumer facto...
2015-04-08 Helge Norberg* Enabled modules like flash and html (will be merged...
2015-04-07 Helge NorbergRemoved unused dependencies from protocol make list
next