]> git.sesse.net Git - casparcg/log
casparcg
8 years agoQualify buffer::usage enum
Dimitry Ishenko [Wed, 18 Nov 2015 23:16:32 +0000 (18:16 -0500)]
Qualify buffer::usage enum

8 years agoImplemented thumbnail generation for video files. Similar to 2.0, but better.
Helge Norberg [Wed, 18 Nov 2015 18:40:40 +0000 (19:40 +0100)]
Implemented thumbnail generation for video files. Similar to 2.0, but better.

8 years agoAvoid stacktrace when a user indirectly invokes unsupported methods via AMCP.
Helge Norberg [Wed, 18 Nov 2015 18:05:48 +0000 (19:05 +0100)]
Avoid stacktrace when a user indirectly invokes unsupported methods via AMCP.

8 years agoLog separated_producer initialization on debug instead of info, because it is sometim...
Helge Norberg [Wed, 18 Nov 2015 18:04:05 +0000 (19:04 +0100)]
Log separated_producer initialization on debug instead of info, because it is sometimes part of thumbnail generation and then it gets too noisy in the log.

8 years agoMerged GL GC command from 2.0.
Helge Norberg [Wed, 18 Nov 2015 17:50:28 +0000 (18:50 +0100)]
Merged GL GC command from 2.0.

8 years agoAdded support for strong emphasis in paragraph_builder.
Helge Norberg [Wed, 18 Nov 2015 14:24:49 +0000 (15:24 +0100)]
Added support for strong emphasis in paragraph_builder.

8 years agoMerged GL INFO command from 2.0.
Helge Norberg [Wed, 18 Nov 2015 13:45:06 +0000 (14:45 +0100)]
Merged GL INFO command from 2.0.

8 years agoFixed bug where DATA REMOVE responded with the wrong return code.
Helge Norberg [Wed, 18 Nov 2015 12:05:02 +0000 (13:05 +0100)]
Fixed bug where DATA REMOVE responded with the wrong return code.

8 years agoFixed bug in thumbnail_generator where mipmap setting was not used.
Helge Norberg [Wed, 18 Nov 2015 12:03:12 +0000 (13:03 +0100)]
Fixed bug in thumbnail_generator where mipmap setting was not used.

8 years agoCorrected comment section about log levels in casparcg.config
Helge Norberg [Tue, 17 Nov 2015 16:39:28 +0000 (17:39 +0100)]
Corrected comment section about log levels in casparcg.config

8 years agoInstead of disabling ffmpeg logging just truncate log level to debug so trace and...
Helge Norberg [Tue, 17 Nov 2015 15:19:58 +0000 (16:19 +0100)]
Instead of disabling ffmpeg logging just truncate log level to debug so trace and debug are as usual but all other levels are logged at debug.

8 years agoLog level adjustments
Helge Norberg [Tue, 17 Nov 2015 13:23:41 +0000 (14:23 +0100)]
Log level adjustments

8 years agoDiagnostic logging now logs the contextual information channel and layer just as...
Helge Norberg [Tue, 17 Nov 2015 13:20:15 +0000 (14:20 +0100)]
Diagnostic logging now logs the contextual information channel and layer just as in osd diagnostics.

8 years agoMoved diagnostics warning tags from warning to debug, because they can flood the...
Helge Norberg [Tue, 17 Nov 2015 10:58:45 +0000 (11:58 +0100)]
Moved diagnostics warning tags from warning to debug, because they can flood the logs otherwise

8 years agoChanged default log level to info and moved logging statements that we always want...
Helge Norberg [Tue, 17 Nov 2015 10:57:27 +0000 (11:57 +0100)]
Changed default log level to info and moved logging statements that we always want to see in a production system log from debug to info. This allows for more granularity on "development levels" debug and trace.

8 years agoAdded logging to audio mixer for debugging cadence errors
Helge Norberg [Tue, 17 Nov 2015 09:54:21 +0000 (10:54 +0100)]
Added logging to audio mixer for debugging cadence errors

8 years agoCosmetics
Helge Norberg [Tue, 17 Nov 2015 09:47:43 +0000 (10:47 +0100)]
Cosmetics

8 years agoIncluded libcef.dll.pdb to get stack traces for CEF code (at least temporarily while...
Helge Norberg [Mon, 16 Nov 2015 18:15:07 +0000 (19:15 +0100)]
Included libcef.dll.pdb to get stack traces for CEF code (at least temporarily while we are in the testing phase of 2.1). Changed compression format to 7Zip instead of Zip to reduce the build size to approximately the same as before. Unpacked libcef.dll.pdb is about 500 MB though, which is quite large.

8 years agoIncluded information about CEF version and Chrome version in INFO SYSTEM (also shown...
Helge Norberg [Mon, 16 Nov 2015 18:06:18 +0000 (19:06 +0100)]
Included information about CEF version and Chrome version in INFO SYSTEM (also shown in log at server startup) and VERSION CEF.

8 years agoBuilt .pdb missing files for cef wrapper lib and replaced seemingly wrong versions...
Helge Norberg [Mon, 16 Nov 2015 18:04:28 +0000 (19:04 +0100)]
Built .pdb missing files for cef wrapper lib and replaced seemingly wrong versions of libcef_dll_wrapper.lib (wrong sizes).

8 years agoAvoid stack trace when the user has specified an unknown video channel via AMCP.
Helge Norberg [Mon, 16 Nov 2015 18:01:43 +0000 (19:01 +0100)]
Avoid stack trace when the user has specified an unknown video channel via AMCP.

8 years ago#373 Readded .pdb to windows build and removed the _debug_symbols.zip archive.
Helge Norberg [Mon, 16 Nov 2015 13:50:59 +0000 (14:50 +0100)]
#373 Readded .pdb to windows build and removed the _debug_symbols.zip archive.

8 years agoImplemented a TCP server, simply sending every log line to the remote client. If...
Helge Norberg [Fri, 13 Nov 2015 15:39:54 +0000 (16:39 +0100)]
Implemented a TCP server, simply sending every log line to the remote client. If using the default casparcg.config it will listen on 3250. Any data sent by the client is ignored.

8 years agoMade protocol_strategy instantiated immediately after AsyncEventServer has accepted...
Helge Norberg [Fri, 13 Nov 2015 15:35:46 +0000 (16:35 +0100)]
Made protocol_strategy instantiated immediately after AsyncEventServer has accepted a connection, to be able for protocols to send data without first receiving data.

8 years agoMerged reference signal detection in decklink consumer from 2.0
Helge Norberg [Thu, 12 Nov 2015 17:45:05 +0000 (18:45 +0100)]
Merged reference signal detection in decklink consumer from 2.0

8 years agoFixed bug where external keyer was not selected by default in decklink_consumer
Helge Norberg [Thu, 12 Nov 2015 17:04:16 +0000 (18:04 +0100)]
Fixed bug where external keyer was not selected by default in decklink_consumer

8 years agoFixed regression in streaming_consumer and ffmpeg_consumer causing PTS to be incorrect.
Helge Norberg [Wed, 11 Nov 2015 18:25:56 +0000 (19:25 +0100)]
Fixed regression in streaming_consumer and ffmpeg_consumer causing PTS to be incorrect.

8 years agoFixed life-time issue in AsyncEventServer shutdown causing undefined behaviour
Helge Norberg [Wed, 11 Nov 2015 14:56:08 +0000 (15:56 +0100)]
Fixed life-time issue in AsyncEventServer shutdown causing undefined behaviour

8 years agoFixed problem with TLS, CLS, DATA LIST and THUMBNAIL LIST where more than just the...
Helge Norberg [Wed, 11 Nov 2015 11:15:40 +0000 (12:15 +0100)]
Fixed problem with TLS, CLS, DATA LIST and THUMBNAIL LIST where more than just the last extension was removed.

8 years agoMade the audio latency configurable in system-audio consumer, allowing the user to...
Helge Norberg [Tue, 10 Nov 2015 15:46:36 +0000 (16:46 +0100)]
Made the audio latency configurable in system-audio consumer, allowing the user to tell CasparCG how much delay to expect from driver and sound card. This in turn affects the buffer depth of the consumer used to synchronize consumers (delay frame delivery to consumers with smaller buffer depth).

8 years agoAdded missing documentation in casparcg.config regarding channel-layout
Helge Norberg [Tue, 10 Nov 2015 15:17:21 +0000 (16:17 +0100)]
Added missing documentation in casparcg.config regarding channel-layout

8 years agoFixed diagnostics bug in input.cpp where integer division was used instead of double...
Helge Norberg [Tue, 10 Nov 2015 10:53:50 +0000 (11:53 +0100)]
Fixed diagnostics bug in input.cpp where integer division was used instead of double division, causing buffered-audio and buffered-video to be only full scale or minimum scale

8 years agoWorkaround for FreeImage sometimes not detecting .TGA files as FIF_TARGA, when in...
Helge Norberg [Mon, 9 Nov 2015 16:36:15 +0000 (17:36 +0100)]
Workaround for FreeImage sometimes not detecting .TGA files as FIF_TARGA, when in fact it supports loading them anyway (also might detect other formats based on filename instead of file contents).

8 years agoFixed windows build script
Helge Norberg [Mon, 9 Nov 2015 12:58:57 +0000 (13:58 +0100)]
Fixed windows build script

8 years ago#375 Moved requestAnimationFrame/cancelAnimationFrame handling from C++ to Javascript...
Helge Norberg [Mon, 9 Nov 2015 12:54:28 +0000 (13:54 +0100)]
#375 Moved requestAnimationFrame/cancelAnimationFrame handling from C++ to Javascript. Seems to have fixed memory leak

8 years agohtml_producer: increased animation smoothness when an interlaced mode is used
Helge Norberg [Mon, 9 Nov 2015 12:50:27 +0000 (13:50 +0100)]
html_producer: increased animation smoothness when an interlaced mode is used

8 years agoChanged development package name in BUILDING.
Helge Norberg [Mon, 9 Nov 2015 11:36:54 +0000 (12:36 +0100)]
Changed development package name in BUILDING.

8 years ago#388 Implemented cancelAnimationFrame in html producer.
Helge Norberg [Mon, 9 Nov 2015 09:29:42 +0000 (10:29 +0100)]
#388 Implemented cancelAnimationFrame in html producer.

8 years agoThe late-frame detection in the html producer is too crude to be diagnosed at warning...
Helge Norberg [Mon, 9 Nov 2015 09:25:43 +0000 (10:25 +0100)]
The late-frame detection in the html producer is too crude to be diagnosed at warning level. Moved to info.

8 years agoUpdated README.md
Helge Norberg [Fri, 6 Nov 2015 16:19:05 +0000 (17:19 +0100)]
Updated README.md

8 years agoUpdated README.md to not promote development builds as being production ready.
Helge Norberg [Fri, 6 Nov 2015 16:18:13 +0000 (17:18 +0100)]
Updated README.md to not promote development builds as being production ready.

8 years agoFixed builds link in README.md.
Helge Norberg [Fri, 6 Nov 2015 13:46:47 +0000 (14:46 +0100)]
Fixed builds link in README.md.

8 years agoCleaned up builds link in README.md
Helge Norberg [Fri, 6 Nov 2015 13:45:43 +0000 (14:45 +0100)]
Cleaned up builds link in README.md

8 years agoCreated direct link to server builds in README.md.
Helge Norberg [Fri, 6 Nov 2015 13:36:26 +0000 (14:36 +0100)]
Created direct link to server builds in README.md.

8 years agoRenamed BUILDING.txt to BUILDING.
Helge Norberg [Fri, 6 Nov 2015 13:31:48 +0000 (14:31 +0100)]
Renamed BUILDING.txt to BUILDING.

8 years agoCreated README.md for github frontpage (not the same as README which is the one distr...
Helge Norberg [Fri, 6 Nov 2015 13:30:22 +0000 (14:30 +0100)]
Created README.md for github frontpage (not the same as README which is the one distributed with builds).

8 years agoRenamed README.txt to README, CHANGES.txt to CHANGELOG and LICENSE.txt to LICENSE
Helge Norberg [Fri, 6 Nov 2015 09:38:19 +0000 (10:38 +0100)]
Renamed README.txt to README, CHANGES.txt to CHANGELOG and LICENSE.txt to LICENSE

8 years agoLimit the scrolling (dragging or mouse wheel) in diag window so that the graphs are...
Helge Norberg [Thu, 5 Nov 2015 16:15:44 +0000 (17:15 +0100)]
Limit the scrolling (dragging or mouse wheel) in diag window so that the graphs are always within the viewport

8 years ago* Fixed so that screen consumer uses the name parameter correctly in its window title...
Helge Norberg [Thu, 5 Nov 2015 14:39:56 +0000 (15:39 +0100)]
* Fixed so that screen consumer uses the name parameter correctly in its window title. Also changed the default name from ogl to Screen consumer

8 years ago* Changed audio-clipping color in audio_mixer diagnostics.
Helge Norberg [Thu, 5 Nov 2015 14:25:58 +0000 (15:25 +0100)]
* Changed audio-clipping color in audio_mixer diagnostics.

8 years ago* More correct diagnostics for buffered-audio in decklink-consumer. Should not report...
Helge Norberg [Thu, 5 Nov 2015 14:17:14 +0000 (15:17 +0100)]
* More correct diagnostics for buffered-audio in decklink-consumer. Should not report values larger than 1.0 now (>1.0 is truncated in the diag window)

8 years ago* buffered-video diagnostics in decklink consumer is now in relation to buffer-depth...
Helge Norberg [Thu, 5 Nov 2015 14:14:19 +0000 (15:14 +0100)]
* buffered-video diagnostics in decklink consumer is now in relation to buffer-depth instead of number of frames in a second, which seemed wrong

8 years ago* Made diag window draw graphs exactly within the dotted lines instead of a little...
Helge Norberg [Thu, 5 Nov 2015 14:08:59 +0000 (15:08 +0100)]
* Made diag window draw graphs exactly within the dotted lines instead of a little bit outside.

8 years ago* Moved functions from windows/current_version.h to windows/system_info.cpp and remov...
Helge Norberg [Thu, 5 Nov 2015 11:12:23 +0000 (12:12 +0100)]
* Moved functions from windows/current_version.h to windows/system_info.cpp and removed windows/current_version.h because it was only used by windows/system_info.cpp anyway

8 years ago* Removed space indentation accidentally committed from badly configured qt creator.
Helge Norberg [Wed, 4 Nov 2015 20:16:57 +0000 (21:16 +0100)]
* Removed space indentation accidentally committed from badly configured qt creator.

8 years ago* Implemented cpu_info(), system_product_name() and os_description() for Linux.
Helge Norberg [Wed, 4 Nov 2015 20:15:27 +0000 (21:15 +0100)]
* Implemented cpu_info(), system_product_name() and os_description() for Linux.

8 years ago* Avoid printing stack trace elements where no symbols are found in Linux, to make...
Helge Norberg [Tue, 3 Nov 2015 15:38:12 +0000 (16:38 +0100)]
* Avoid printing stack trace elements where no symbols are found in Linux, to make the stack trace more compact and readable.

8 years ago* Print filename with file extension when logging thumbnail creation events.
Helge Norberg [Tue, 3 Nov 2015 15:52:50 +0000 (16:52 +0100)]
* Print filename with file extension when logging thumbnail creation events.

8 years ago* Don't show base path in FLS. Use INFO PATHS to get that.
Helge Norberg [Tue, 3 Nov 2015 15:44:30 +0000 (16:44 +0100)]
* Don't show base path in FLS. Use INFO PATHS to get that.

8 years ago* Removed flash buffer depth from config, enabling the automatically selected default...
Helge Norberg [Tue, 3 Nov 2015 15:07:49 +0000 (16:07 +0100)]
* Removed flash buffer depth from config, enabling the automatically selected default value instead.

8 years ago* Renamed fonts-path to font-path and thumbnails-path to thumbnail-path and changed...
Helge Norberg [Tue, 3 Nov 2015 15:04:05 +0000 (16:04 +0100)]
* Renamed fonts-path to font-path and thumbnails-path to thumbnail-path and changed the default value of template-path from templates to template. All for the sake of consistency.

8 years ago* Fixed problem where the base path of CLS, CINF, TLS, DATA LIST and THUMBNAIL LIST...
Helge Norberg [Tue, 3 Nov 2015 13:41:13 +0000 (14:41 +0100)]
* Fixed problem where the base path of CLS, CINF, TLS, DATA LIST and THUMBNAIL LIST was trimmed to much.

8 years ago* Removed unused file
Helge Norberg [Tue, 3 Nov 2015 13:38:16 +0000 (14:38 +0100)]
* Removed unused file

8 years ago* Removed unused file
Helge Norberg [Tue, 3 Nov 2015 10:08:19 +0000 (11:08 +0100)]
* Removed unused file

8 years ago* Merged screen consumer deinterlacing performance fix from 2.0.
Helge Norberg [Thu, 29 Oct 2015 14:48:35 +0000 (15:48 +0100)]
* Merged screen consumer deinterlacing performance fix from 2.0.

8 years ago* Absolutely *huge* performance improvement (or bugfix actually) in the rendering...
Helge Norberg [Thu, 29 Oct 2015 13:54:28 +0000 (14:54 +0100)]
* Absolutely *huge* performance improvement (or bugfix actually) in the rendering pipeline, allowing the next frame to be rendered immediately after the current frame has been *sent* to consumers, instead of *after* the consumers are ready for next frame.

8 years ago* screen_consumer: Avoid logging dropped-frame diagnostics tags while moving or resiz...
Helge Norberg [Thu, 29 Oct 2015 12:36:30 +0000 (13:36 +0100)]
* screen_consumer: Avoid logging dropped-frame diagnostics tags while moving or resizing window (pollEvent blocks while moving/resizing on at least Windows)

8 years agoRemoved accidentally checked in files
Helge Norberg [Wed, 28 Oct 2015 17:41:23 +0000 (18:41 +0100)]
Removed accidentally checked in files

8 years ago* Ported thread local disabling of ffmpeg producer logging from 2.0 and move some...
Helge Norberg [Wed, 28 Oct 2015 17:39:00 +0000 (18:39 +0100)]
* Ported thread local disabling of ffmpeg producer logging from 2.0 and move some logging to trace level

8 years ago* Added some more */profiler/time OSC messages for external monitoring of frame time...
Helge Norberg [Wed, 28 Oct 2015 17:22:22 +0000 (18:22 +0100)]
* Added some more */profiler/time OSC messages for external monitoring of frame time in different parts of the server.

8 years agoThrow exception when QueryInterface fails in decklink module, indicating that it...
Helge Norberg [Wed, 28 Oct 2015 17:11:55 +0000 (18:11 +0100)]
Throw exception when QueryInterface fails in decklink module, indicating that it is probably a driver that is to old for the SDK used in CasparCG.

8 years ago* Changed to use of alias template for com_ptr abstraction on win32
Helge Norberg [Wed, 28 Oct 2015 17:09:40 +0000 (18:09 +0100)]
* Changed to use of alias template for com_ptr abstraction on win32

8 years ago* Changed so that image_producer does not log on info level when generating thumbnails
Helge Norberg [Wed, 28 Oct 2015 17:06:15 +0000 (18:06 +0100)]
* Changed so that image_producer does not log on info level when generating thumbnails

8 years ago* Added font and font size to info() in text_producer
Helge Norberg [Wed, 28 Oct 2015 17:03:57 +0000 (18:03 +0100)]
* Added font and font size to info() in text_producer

8 years ago* audio_mixer: Fixed bug where int32 -> float -> back to int32 could cause an overflo...
Helge Norberg [Wed, 28 Oct 2015 16:24:21 +0000 (17:24 +0100)]
* audio_mixer: Fixed bug where int32 -> float -> back to int32 could cause an overflow when the amplitude was at maximum. Changed to double (can represent all integer values of int32, which float can't). Also added graceful clipping instead of overflow support, and diagnostic for when it happens

8 years ago* Fixed bug where q would behave as RESTART
Helge Norberg [Wed, 28 Oct 2015 16:06:51 +0000 (17:06 +0100)]
* Fixed bug where q would behave as RESTART

8 years ago* Fixed bug where a new audio stream was created in the audio mixer for each frame...
Helge Norberg [Wed, 28 Oct 2015 15:54:53 +0000 (16:54 +0100)]
* Fixed bug where a new audio stream was created in the audio mixer for each frame when duplicating frames in ffmpeg producer

8 years ago* Fixed bug where it was not possible to exit server until all thumbnails has been...
Helge Norberg [Wed, 28 Oct 2015 15:51:07 +0000 (16:51 +0100)]
* Fixed bug where it was not possible to exit server until all thumbnails has been generated when doing THUMBNAIL GENERATE_ALL

8 years agoAdded channel_id to logging of accelerator initialization
Helge Norberg [Wed, 28 Oct 2015 15:49:01 +0000 (16:49 +0100)]
Added channel_id to logging of accelerator initialization

8 years ago* Removed redundant logging statement
Helge Norberg [Wed, 28 Oct 2015 15:42:13 +0000 (16:42 +0100)]
* Removed redundant logging statement

8 years ago* Don't log underflow in ffmpeg producer while at EOF.
Helge Norberg [Wed, 28 Oct 2015 14:05:51 +0000 (15:05 +0100)]
* Don't log underflow in ffmpeg producer while at EOF.

8 years ago* Added logging of severe diagnostics events to log at warning level. graph::set_tag...
Helge Norberg [Wed, 28 Oct 2015 14:01:06 +0000 (15:01 +0100)]
* Added logging of severe diagnostics events to log at warning level. graph::set_tag now takes a severity parameter allowing expected tags such as param and seek to not be logged as a warning

8 years ago* Moved print consumer proxy logging of Initialized to initialize function. Removed...
Helge Norberg [Wed, 28 Oct 2015 13:27:41 +0000 (14:27 +0100)]
* Moved print consumer proxy logging of Initialized to initialize function. Removed redundant logging in the consumers themselves

8 years ago* Removed some redundant logging from AsyncEventServer.
Helge Norberg [Tue, 27 Oct 2015 10:09:44 +0000 (11:09 +0100)]
* Removed some redundant logging from AsyncEventServer.
* Removed print() from client_connection in favor of always using address()
* Moved some logging from info to trace.
* Fixed potential lifetime issue with using asio post/dispatch in AsyncEventServer.
* Fixed problem where AsyncEventServer did not log the ip address of the remote client, only the servers address.
* Log the number total number of connections served by one AsyncEventServer on connect and disconnect.

8 years ago* Add instruction to BUILDING.txt
Helge Norberg [Tue, 20 Oct 2015 13:38:04 +0000 (15:38 +0200)]
* Add instruction to BUILDING.txt

8 years ago* Recompiled some libraries still linking to the old VC++ runtime version.
Helge Norberg [Tue, 13 Oct 2015 14:24:46 +0000 (16:24 +0200)]
* Recompiled some libraries still linking to the old VC++ runtime version.

8 years ago* Removed use of c++14 feature only supported by Visual Studio 2015 and not by gcc...
Helge Norberg [Mon, 12 Oct 2015 16:06:47 +0000 (18:06 +0200)]
* Removed use of c++14 feature only supported by Visual Studio 2015 and not by gcc 4.8.4

8 years ago* Return error code when SEEK is out of range for ffmpeg producer.
Helge Norberg [Mon, 12 Oct 2015 14:59:16 +0000 (16:59 +0200)]
* Return error code when SEEK is out of range for ffmpeg producer.

8 years ago* Implemented FLS command (font list).
Helge Norberg [Mon, 12 Oct 2015 13:36:00 +0000 (15:36 +0200)]
* Implemented FLS command (font list).
* Fixed some resource leaks in text_producer.
* Load font list each time a text_producer is created to discover fonts uploaded after start.

8 years ago* Implemented "template type" column in TLS command. Current possible values are...
Helge Norberg [Fri, 9 Oct 2015 14:29:47 +0000 (16:29 +0200)]
* Implemented "template type" column in TLS command. Current possible values are: flash, html, psd and scene

8 years ago* Fixed compilation problems in Linux.
Helge Norberg [Fri, 9 Oct 2015 13:34:41 +0000 (15:34 +0200)]
* Fixed compilation problems in Linux.
* Fixed failing unit-test in Linux.

8 years ago* Reenabled unit-test project after move to CMake.
Helge Norberg [Fri, 9 Oct 2015 09:54:07 +0000 (11:54 +0200)]
* Reenabled unit-test project after move to CMake.
* Reimplemented multichannel audio support from 2.0.7 but using ffmpeg's pan filter.
  - Fixed bug in caspar::array where it assumed std::uint8_t instead of T.
  - Started using caspar::array for audio as well, to allow for AVFrame to be the storage to avoid unnecessary copying when pan filtering audio.
* Made win32_exception a caspar_exception to enable full stack trace information when an access violation or similar occurs.
* FFMpeg Consumer now send more data via OSC to enable clients to indicate recording progress.

8 years ago* Updated build instructions to include opengl development libraries installation...
Helge Norberg [Tue, 22 Sep 2015 18:02:41 +0000 (20:02 +0200)]
* Updated build instructions to include opengl development libraries installation on linux

8 years ago* Merged straight alpha support to 2.1.0
Helge Norberg [Tue, 22 Sep 2015 17:56:34 +0000 (19:56 +0200)]
* Merged straight alpha support to 2.1.0

8 years ago* Updated BUILDING.txt for Visual Studio 2015 instead of 2013
Helge Norberg [Mon, 21 Sep 2015 13:45:51 +0000 (15:45 +0200)]
* Updated BUILDING.txt for Visual Studio 2015 instead of 2013

8 years ago* Updated README.txt to include details about Linux and merged some changes made...
Helge Norberg [Mon, 21 Sep 2015 13:22:36 +0000 (15:22 +0200)]
* Updated README.txt to include details about Linux and merged some changes made in the 2.0 version.

8 years agoMerge pull request #374 from hummelstrand/readme-2.1.0-update
HellGore [Mon, 21 Sep 2015 11:51:50 +0000 (13:51 +0200)]
Merge pull request #374 from hummelstrand/readme-2.1.0-update

Readme 2.1.0 update

8 years ago* Upgraded boost and tbb on linux as well.
Helge Norberg [Thu, 17 Sep 2015 18:16:11 +0000 (20:16 +0200)]
* Upgraded boost and tbb on linux as well.

8 years ago* Update build scripts on Windows to use Visual Studio 2015
Helge Norberg [Thu, 17 Sep 2015 14:39:36 +0000 (16:39 +0200)]
* Update build scripts on Windows to use Visual Studio 2015

8 years ago* Code changes required by Visual Studio 2015 including some local disabling of some...
Helge Norberg [Thu, 17 Sep 2015 13:44:20 +0000 (15:44 +0200)]
* Code changes required by Visual Studio 2015 including some local disabling of some warnings.
* Removed some workarounds previously required for Visual Studio 2013 but not for 2015.
* win32_exception is now a caspar_exception to allow complete stack trace information to be attached.
* streaming_consumer.cpp is now more backwards compatible with ffmpeg_consumer.cpp. Will hopefully be able to completely replace it.
* Fixed race condition in io_service shutdown.
* tbb_malloc does not work on vc14 yet. Disabled for now.