]> git.sesse.net Git - casparcg/history - accelerator
Fix a few Clang warnings.
[casparcg] / accelerator /
2017-05-07 Steinar H. GundersonFix compilation with Clang.
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-24 Helge Norberg[mixer] #600 Removed is_still handling completely which... origin/2.1.0
2017-04-19 Helge Norberg[general] #598 Removed all usages of asmlib, because...
2017-04-13 Helge Norberg[accelerator] Removed unused class.
2017-04-04 Helge Norberg[ffmpeg] Remove usage of deprecated API usage to easier...
2017-03-22 Helge Norberg[mixer] #503 Fixed bug where already drawn GL_QUADS...
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[mixer] Merged fixed from 2.0 where contrast adjustment...
2017-03-03 Helge Norberg[chroma key] Implemented much better chroma spill suppr...
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 Helge Norberg[image_mixer] #486 Fixed bug where glReadPixels() was...
2017-01-27 HellGoreMerge pull request #501 from dimitry-ishenko-casparcg...
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-24 Helge Norberg#174 Fixed bug in the contrast/saturation/brightness...
2016-05-23 Helge Norberg[image_producer] refuse too large images nicely instead...
2016-03-02 Helge NorbergRemoved deprecated use of avcodec_alloc_frame()
2016-03-02 Helge NorbergMade accelerator project depend on the ffmpeg module...
2016-03-02 Helge NorbergFixed bug where CPU accelerator didn't support SET...
2015-12-16 Helge NorbergAdd call tracing at selected placed in the code to...
2015-12-14 Niklas P AnderssonRevert "* OpenGL debug logging"
2015-12-14 Niklas P AnderssonMerge branch '2.1.0' of https://github.com/CasparCG...
2015-12-14 Niklas P Andersson* OpenGL debug logging
2015-11-30 Helge NorbergRadically improved performance in texture.cpp at least...
2015-11-25 Helge NorbergFixed race-condition where texture could be destructed...
2015-11-19 HellGoreMerge pull request #397 from dimitry-ishenko-casparcg...
2015-11-18 Dimitry IshenkoQualify buffer::usage enum
2015-11-18 Helge NorbergMerged GL GC command from 2.0.
2015-11-18 Helge NorbergMerged GL INFO command from 2.0.
2015-11-17 Helge NorbergChanged default log level to info and moved logging...
2015-10-28 Helge NorbergAdded channel_id to logging of accelerator initialization
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-06-15 Helge Norberg* Merged core/fwd.h from 2.0 and added more types to...
2015-06-12 Helge Norberg* Removed debug statement
2015-06-12 Helge Norberg* Implemented supports for timeline marks in scene_prod...
2015-06-09 Helge Norberg* Instead of merging the chroma key conditional compila...
2015-06-09 Helge Norberg* Merged chroma key feature, but removed unsupported...
2015-06-05 Helge Norberg* Merged mipmapping_defaul_on configuration property.
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-04-20 Helge Norberg* Replaced boost::timer with caspar::timer because...
2015-04-10 Helge Norberg* Broke out platform specific parts of main.cpp to...
2015-03-26 Helge NorbergMade the server more portable
2015-03-19 Helge NorbergCreated CMake build system for building CasparCG Server...
2015-03-18 Helge NorbergInitial checkin of CMake build system
2015-03-09 Helge Norberg* Added RxCpp library for LINQ api, replacing Boost...
2015-03-05 Helge NorbergOGL image_mixer: Fixed a performance hotspot where...
2015-02-20 Helge NorbergCreated template alias for std::vector<T, tbb::cache_al...
2015-02-20 Helge NorbergRefactored to use non-static data member initializers...
2015-02-17 Helge Norberg* Refactored to use enum class instead of enum_class.
2015-02-13 Helge Norberg* started using final keyword on classes where previous...
2015-02-13 Helge NorbergRefactored to use range based for instead of BOOST_FOREACH
2015-02-13 Helge NorbergRefactored to use initializer lists and uniform initial...
2015-02-13 Helge NorbergUsed raw string literals for shader code and regexes.
2015-02-12 Helge Norberg* Upgraded to Visual Studio 2013
2013-10-11 Helge NorbergMore unit-tests added.
2013-10-09 niklaspanderssonMerge branch '2.1.0' of https://github.com/CasparCG...
2013-09-25 Helge NorbergFixed some issues detected by clang static analysis...
2013-09-25 Helge NorbergChanged use of microsoft specific sealed keyword to...
2013-08-07 niklaspanderssonMerge branch '2.1.0' of https://github.com/CasparCG...
2013-08-07 niklaspanderssondisabled GL_DEPTH_TEST to prevent z-fighting in text...
2013-08-01 niklaspandersson* added geometry to frames for custom rendering
2013-07-24 niklaspanderssonpreparing for allowing producers to supply own geometry:
2012-09-06 hellgoreset svn:eol-style native on .h and .cpp files
2012-04-07 ronag2.1.0: Fixed PAUSE bugs.
2012-04-06 ronaggit-svn-id: https://casparcg.svn.sourceforge.net/svnroo...
2012-04-06 ronag2.1.0: Don't use separate opengl allocation context...
2012-04-05 ronaggit-svn-id: https://casparcg.svn.sourceforge.net/svnroo...
2012-04-04 ronaggit-svn-id: https://casparcg.svn.sourceforge.net/svnroo...
2012-04-04 ronag2.1.0: -device: Added TODO for cached textures.
2012-04-04 ronag2.1.0: -device: Fixed incorrect naming.
2012-04-04 ronag2.1.0: device: Changed buffer allocation priority to...
2012-04-03 ronaggit-svn-id: https://casparcg.svn.sourceforge.net/svnroo...
2012-04-03 ronag2.1.0: Limit pending opengl operations.
2012-03-25 ronag2.1.0: -Fixed ffmpeg input crash. -Log throwing call...
2012-03-25 ronaggit-svn-id: https://casparcg.svn.sourceforge.net/svnroo...
2012-03-24 ronaggit-svn-id: https://casparcg.svn.sourceforge.net/svnroo...
2012-03-24 ronag2.1.0: -Moved NTSC DV padding into ffmpeg/muxer.
2012-03-24 ronaggit-svn-id: https://casparcg.svn.sourceforge.net/svnroo...
2012-03-22 ronag2.1.0: Hardware accelerate BGR and RGB.
2012-03-19 ronag2.1.0: -ffmpeg_producer: Removed "audio_resampler"...
2012-03-18 ronaggit-svn-id: https://casparcg.svn.sourceforge.net/svnroo...
2012-03-18 ronag2.1.0: -buffer: Start warning at 20 ms for buffer map...
2012-03-18 ronag2.1.0: -Removed LTCG for faster compiling. -Removed...
2012-03-17 ronaggit-svn-id: https://casparcg.svn.sourceforge.net/svnroo...
2012-03-17 ronaggit-svn-id: https://casparcg.svn.sourceforge.net/svnroo...
2012-03-11 ronag2.1.0: -ffmpeg_producer: Fixed input eof.
2012-03-11 ronag2.1.0: -image_shader: Blend modes enabled by default.
2012-03-10 ronag2.1.0: -ogl/device: Supports non-gpu arrays.
2012-03-10 ronaggit-svn-id: https://casparcg.svn.sourceforge.net/svnroo...
2012-03-10 ronaggit-svn-id: https://casparcg.svn.sourceforge.net/svnroo...
next