]> git.sesse.net Git - casparcg/log
casparcg
7 years ago[win32] Give the server a tiny hope of recovering from a stack overflow bug. Still...
Helge Norberg [Tue, 31 Jan 2017 15:34:21 +0000 (16:34 +0100)]
[win32] Give the server a tiny hope of recovering from a stack overflow bug. Still unlikely that the server will not crash.

7 years ago[scene_producer] Added abs() function to expression language
Helge Norberg [Tue, 31 Jan 2017 12:50:41 +0000 (13:50 +0100)]
[scene_producer] Added abs() function to expression language

7 years agoMerge branch '2.1.0' of https://github.com/CasparCG/Server into 2.1.0
Helge Norberg [Tue, 31 Jan 2017 09:11:50 +0000 (10:11 +0100)]
Merge branch '2.1.0' of https://github.com/CasparCG/Server into 2.1.0

7 years ago[layer_producer] Fixed serious bug where a circular reference of layer producers...
Helge Norberg [Tue, 31 Jan 2017 09:11:23 +0000 (10:11 +0100)]
[layer_producer] Fixed serious bug where a circular reference of layer producers caused a stack overflow and server crash

7 years ago[CHANGELOG] Updated.
Helge Norberg [Mon, 30 Jan 2017 15:36:14 +0000 (16:36 +0100)]
[CHANGELOG] Updated.

7 years agoMerge pull request #519 from krzyc/patch-1
HellGore [Mon, 30 Jan 2017 15:32:27 +0000 (16:32 +0100)]
Merge pull request #519 from krzyc/patch-1

Remove platform name from linux build script

7 years ago[build] Added the modified build script based on an old version of https://github...
Helge Norberg [Fri, 27 Jan 2017 18:43:29 +0000 (19:43 +0100)]
[build] Added the modified build script based on an old version of https://github.com/zimbatm/ffmpeg-static that has been used to build the Linux ffmpeg binaries

7 years ago[image_mixer] #486 Fixed bug where glReadPixels() was done from the last drawn to...
Helge Norberg [Fri, 27 Jan 2017 16:26:36 +0000 (17:26 +0100)]
[image_mixer] #486 Fixed bug where glReadPixels() was done from the last drawn to texture instead of always from the target texture. This means that for example a MIXER KEYER layer without a layer above to key, as well as a separate alpha file with MIXER OPACITY 0 now works as expected

7 years ago[CHANGELOG] Updated
Helge Norberg [Fri, 27 Jan 2017 13:37:17 +0000 (14:37 +0100)]
[CHANGELOG] Updated

7 years agoMerge pull request #501 from dimitry-ishenko-casparcg/next
HellGore [Fri, 27 Jan 2017 13:21:04 +0000 (14:21 +0100)]
Merge pull request #501 from dimitry-ishenko-casparcg/next

Add support for IN and OUT parameters in PLAY, CALL and SEEK commands

7 years ago[image_producer] Added LENGTH parameter to allow for queueing with LOADBG AUTO.
Helge Norberg [Thu, 26 Jan 2017 16:27:31 +0000 (17:27 +0100)]
[image_producer] Added LENGTH parameter to allow for queueing with LOADBG AUTO.

7 years ago#516 Fixed bug with thumbnail generation when there are .-files in the media folder
Helge Norberg [Wed, 25 Jan 2017 16:52:17 +0000 (17:52 +0100)]
#516 Fixed bug with thumbnail generation when there are .-files in the media folder

7 years ago#541 Fixed regression in html producer
Helge Norberg [Wed, 25 Jan 2017 16:39:47 +0000 (17:39 +0100)]
#541 Fixed regression in html producer

7 years ago[AMCP] #517 Fixed bug where CINF only returned the first match
Helge Norberg [Wed, 25 Jan 2017 10:31:57 +0000 (11:31 +0100)]
[AMCP] #517 Fixed bug where CINF only returned the first match

7 years ago[AMCP] #524 Added support for listing contents of a specific directory for CLS, TLS...
Helge Norberg [Tue, 24 Jan 2017 17:22:53 +0000 (18:22 +0100)]
[AMCP] #524 Added support for listing contents of a specific directory for CLS, TLS, DATA LIST and THUMBNAIL LIST

7 years agoFixed build script error on Windows
Helge Norberg [Tue, 24 Jan 2017 17:18:22 +0000 (18:18 +0100)]
Fixed build script error on Windows

7 years ago[general] Copy casparcg_auto_restart.bat into Windows releases
Helge Norberg [Tue, 24 Jan 2017 16:20:44 +0000 (17:20 +0100)]
[general] Copy casparcg_auto_restart.bat into Windows releases

7 years ago[general] Added support for RESTART in Linux startup script run.sh
Helge Norberg [Tue, 24 Jan 2017 16:14:09 +0000 (17:14 +0100)]
[general] Added support for RESTART in Linux startup script run.sh

7 years ago[general] #529 Handle stdin EOF as EXIT.
Helge Norberg [Tue, 24 Jan 2017 15:12:28 +0000 (16:12 +0100)]
[general] #529 Handle stdin EOF as EXIT.

7 years ago[html_producer] #525 Fixed bug where only URL:s with . in them where recognized.
Helge Norberg [Tue, 24 Jan 2017 13:45:50 +0000 (14:45 +0100)]
[html_producer] #525 Fixed bug where only URL:s with . in them where recognized.

7 years ago[ffmpeg_producer] #518 Fixed bug where decoders sometimes requires more than one...
Helge Norberg [Mon, 23 Jan 2017 17:26:44 +0000 (18:26 +0100)]
[ffmpeg_producer] #518 Fixed bug where decoders sometimes requires more than one video packet to decode the first frame

7 years ago[AMCP] Fixed access violation
Helge Norberg [Thu, 19 Jan 2017 13:59:21 +0000 (14:59 +0100)]
[AMCP] Fixed access violation

7 years ago[AMCP] #475 Added special command REQ that can be prepended before any command to...
Helge Norberg [Tue, 17 Jan 2017 16:45:54 +0000 (17:45 +0100)]
[AMCP] #475 Added special command REQ that can be prepended before any command to identify the response with a client specified request id, allowing a client to know exactly what asynchronous response matched a specific request.

7 years ago[framerate_producer] Fixed bug when INFO was used on a not yet playing framerate...
Helge Norberg [Tue, 17 Jan 2017 15:36:51 +0000 (16:36 +0100)]
[framerate_producer] Fixed bug when INFO was used on a not yet playing framerate producer

7 years ago[ffmpeg_consumer] #534 Fixed bug in parsing of paths containing -
Helge Norberg [Tue, 17 Jan 2017 14:39:31 +0000 (15:39 +0100)]
[ffmpeg_consumer] #534 Fixed bug in parsing of paths containing -

7 years ago[CHANGELOG] Updated CHANGELOG
Helge Norberg [Tue, 17 Jan 2017 14:36:40 +0000 (15:36 +0100)]
[CHANGELOG] Updated CHANGELOG

7 years ago[CHANGELOG] Updated CHANGELOG
Helge Norberg [Fri, 13 Jan 2017 16:02:50 +0000 (17:02 +0100)]
[CHANGELOG] Updated CHANGELOG

7 years ago[decklink_consumer] Fixed possible dead-lock in frame queue
Helge Norberg [Fri, 13 Jan 2017 16:02:00 +0000 (17:02 +0100)]
[decklink_consumer] Fixed possible dead-lock in frame queue

7 years ago[mixer] Rewrote the chroma key code to support variable hue, instead of fixed green...
Helge Norberg [Thu, 12 Jan 2017 16:54:13 +0000 (17:54 +0100)]
[mixer] Rewrote the chroma key code to support variable hue, instead of fixed green or blue. Threshold setting was removed in favour of separate hue width, minimum saturation and minimum brightness constraints.

7 years agoRemove platform name from linux build script
krzyc [Thu, 8 Dec 2016 15:23:47 +0000 (16:23 +0100)]
Remove platform name from linux build script

7 years ago#516 Provided better logging to be able to see the problem.
Helge Norberg [Mon, 5 Dec 2016 10:14:50 +0000 (11:14 +0100)]
#516 Provided better logging to be able to see the problem.

7 years ago#508 Updated CHANGELOG
Helge Norberg [Mon, 28 Nov 2016 11:07:08 +0000 (12:07 +0100)]
#508 Updated CHANGELOG

7 years agoMerge pull request #509 from SuperFlyTV/2.1.0
HellGore [Mon, 28 Nov 2016 11:03:01 +0000 (12:03 +0100)]
Merge pull request #509 from SuperFlyTV/2.1.0

changed the casing of the config-parameter mipmapping_default_on to m…

7 years agochanged the casing of the config-parameter mipmapping_default_on to mipmapping-defaul...
Jesper Stærkær [Fri, 25 Nov 2016 17:30:30 +0000 (18:30 +0100)]
changed the casing of the config-parameter mipmapping_default_on to mipmapping-default-on, fixing CasparCG/Server#508

7 years ago#174 Fixed bug in the contrast/saturation/brightness code where the wrong luma coeffi...
Helge Norberg [Thu, 24 Nov 2016 21:27:18 +0000 (22:27 +0100)]
#174 Fixed bug in the contrast/saturation/brightness code where the wrong luma coefficients was used.

7 years ago#488 Fixed bug where HD material was always recorded using the BT.601 color matrix...
Helge Norberg [Thu, 24 Nov 2016 17:49:41 +0000 (18:49 +0100)]
#488 Fixed bug where HD material was always recorded using the BT.601 color matrix instead of the BT.709 color matrix.

7 years ago[ffmpeg_producer] Add support for IN and OUT parameters in PLAY, CALL and SEEK commands
Dimitry Ishenko [Thu, 17 Nov 2016 20:45:15 +0000 (15:45 -0500)]
[ffmpeg_producer] Add support for IN and OUT parameters in PLAY, CALL and SEEK commands

7 years ago[build] Created automatically generated build number, so that it is easier to see...
Helge Norberg [Wed, 23 Nov 2016 12:15:19 +0000 (13:15 +0100)]
[build] Created automatically generated build number, so that it is easier to see whether a build is newer or older than an other.

7 years ago[System Audio] Cache aligned vector usage.
Helge Norberg [Wed, 23 Nov 2016 11:19:23 +0000 (12:19 +0100)]
[System Audio] Cache aligned vector usage.

7 years ago[CHANGELOG] Updated changelog.
Helge Norberg [Wed, 23 Nov 2016 10:19:37 +0000 (11:19 +0100)]
[CHANGELOG] Updated changelog.

7 years agoMerge pull request #500 from dimitry-ishenko-casparcg/fixes
HellGore [Wed, 23 Nov 2016 10:16:10 +0000 (11:16 +0100)]
Merge pull request #500 from dimitry-ishenko-casparcg/fixes

Increase stream buffer size limit to 120

7 years ago[ffmpeg_producer] Increase stream buffer size limit to 120
Dimitry Ishenko [Thu, 17 Nov 2016 14:36:04 +0000 (09:36 -0500)]
[ffmpeg_producer] Increase stream buffer size limit to 120

7 years ago[CHANGELOG] Updated changelog.
Helge Norberg [Tue, 22 Nov 2016 21:26:55 +0000 (22:26 +0100)]
[CHANGELOG] Updated changelog.

7 years ago[uptime] Installed previously forgotten General Protection Fault handler in the Conso...
Helge Norberg [Tue, 22 Nov 2016 21:23:07 +0000 (22:23 +0100)]
[uptime] Installed previously forgotten General Protection Fault handler in the Console Thread.

7 years ago[logging] Simplified code for setting kernel thread name in Linux.
Helge Norberg [Tue, 22 Nov 2016 21:17:33 +0000 (22:17 +0100)]
[logging] Simplified code for setting kernel thread name in Linux.

7 years ago[logging] Suppress the logging of full path names in stack traces for Linux as well.
Helge Norberg [Tue, 22 Nov 2016 21:16:16 +0000 (22:16 +0100)]
[logging] Suppress the logging of full path names in stack traces for Linux as well.

7 years ago[logging] Made the Linux ThreadId be the actual thread id in the log.
Helge Norberg [Tue, 22 Nov 2016 21:14:42 +0000 (22:14 +0100)]
[logging] Made the Linux ThreadId be the actual thread id in the log.

7 years ago[logging] Suppress the logging of full path names in stack traces so that only the...
Helge Norberg [Tue, 22 Nov 2016 19:39:52 +0000 (20:39 +0100)]
[logging] Suppress the logging of full path names in stack traces so that only the relative path within the source tree is visible.

7 years ago[env] Changed name of identifiers in code from thumbnails to thumbnail for consistency.
Helge Norberg [Tue, 22 Nov 2016 19:17:48 +0000 (20:17 +0100)]
[env] Changed name of identifiers in code from thumbnails to thumbnail for consistency.

7 years ago[AMCP] INFO PATHS now adds all the path elements even if they are using the default...
Helge Norberg [Tue, 22 Nov 2016 14:14:37 +0000 (15:14 +0100)]
[AMCP] INFO PATHS now adds all the path elements even if they are using the default values.

7 years ago[env] Added backwards compatibility (with deprecation warning) for using thumbnails...
Helge Norberg [Tue, 22 Nov 2016 14:08:20 +0000 (15:08 +0100)]
[env] Added backwards compatibility (with deprecation warning) for using thumbnails-path instead of thumbnail-path in casparcg.config.

7 years ago[env] Fail early with clear error message if any of the configured paths are not...
Helge Norberg [Tue, 22 Nov 2016 13:40:20 +0000 (14:40 +0100)]
[env] Fail early with clear error message if any of the configured paths are not creatable/writable.

7 years ago[version.tmpl] Changed tag to Beta 1 2.1.0_Beta1
Helge Norberg [Tue, 15 Nov 2016 20:23:27 +0000 (21:23 +0100)]
[version.tmpl] Changed tag to Beta 1

7 years ago[CEF] excluded libcef.pdb from Windows build to be able to change back to .zip format...
Helge Norberg [Tue, 15 Nov 2016 20:22:15 +0000 (21:22 +0100)]
[CEF] excluded libcef.pdb from Windows build to be able to change back to .zip format which is more supported out of the box on most systems.

7 years ago[README] Updated for 2.1.0 Beta 1
Helge Norberg [Tue, 15 Nov 2016 19:36:00 +0000 (20:36 +0100)]
[README] Updated for 2.1.0 Beta 1

7 years ago[CHANGELOG] Updated for release of 2.1.0 Beta 1
Helge Norberg [Tue, 15 Nov 2016 19:30:57 +0000 (20:30 +0100)]
[CHANGELOG] Updated for release of 2.1.0 Beta 1

7 years ago[flash] Moved template host copying to flash module startup instead from env setup...
Helge Norberg [Tue, 15 Nov 2016 17:17:15 +0000 (18:17 +0100)]
[flash] Moved template host copying to flash module startup instead from env setup so that errors during copying is logged to the log file (setup after env setup) in addition to console. This also removes flash specific code from core.

7 years ago[flash] Fixed bug where template-host copying didn't work.
Helge Norberg [Tue, 15 Nov 2016 16:34:13 +0000 (17:34 +0100)]
[flash] Fixed bug where template-host copying didn't work.

7 years ago[CHANGELOG] Updated historical releases in CHANGELOG.
Helge Norberg [Mon, 14 Nov 2016 20:19:24 +0000 (21:19 +0100)]
[CHANGELOG] Updated historical releases in CHANGELOG.

7 years ago[ffmpeg_consumer] Fixed compilation problem in Linux.
Helge Norberg [Fri, 11 Nov 2016 20:29:25 +0000 (21:29 +0100)]
[ffmpeg_consumer] Fixed compilation problem in Linux.

7 years ago[ffmpeg_consumer] Retired old implementation in favour of the now updated streaming_c...
Helge Norberg [Fri, 11 Nov 2016 20:25:29 +0000 (21:25 +0100)]
[ffmpeg_consumer] Retired old implementation in favour of the now updated streaming_consumer

7 years ago[streaming_consumer] Implemented support for separating audio channels into separate...
Helge Norberg [Fri, 11 Nov 2016 19:38:17 +0000 (20:38 +0100)]
[streaming_consumer] Implemented support for separating audio channels into separate mono streams when recording. Specify MONO_STREAMS via AMCP or set mono-streams to true in casparcg.config

7 years ago[streaming_consumer] Added default cropping/scaling/pixel format selection/bitrate...
Helge Norberg [Thu, 10 Nov 2016 17:16:54 +0000 (18:16 +0100)]
[streaming_consumer] Added default cropping/scaling/pixel format selection/bitrate based on video codec used, just like in ffmpeg_producer

7 years ago[streaming_consumer] Added support for sending recording activity via OSC like in...
Helge Norberg [Thu, 10 Nov 2016 17:06:44 +0000 (18:06 +0100)]
[streaming_consumer] Added support for sending recording activity via OSC like in ffmpeg_consumer

7 years ago[decklink_consumer] Don't schedule final empty frame at shutdown
Helge Norberg [Thu, 10 Nov 2016 16:38:49 +0000 (17:38 +0100)]
[decklink_consumer] Don't schedule final empty frame at shutdown

7 years ago[ffmpeg] Classify most ffmpeg errors as user errors, so we don't get a stacktrace...
Helge Norberg [Thu, 10 Nov 2016 16:33:15 +0000 (17:33 +0100)]
[ffmpeg] Classify most ffmpeg errors as user errors, so we don't get a stacktrace every time an invalid parameter has been given to ffmpeg via AMCP

7 years ago[ffmpeg_producer] Recognize .mkv and .mxf files as playable without probing
Helge Norberg [Thu, 10 Nov 2016 15:35:57 +0000 (16:35 +0100)]
[ffmpeg_producer] Recognize .mkv and .mxf files as playable without probing

7 years ago[streaming_consumer] Default to pcm_s24le for containers supporting it instead of...
Helge Norberg [Thu, 10 Nov 2016 13:07:39 +0000 (14:07 +0100)]
[streaming_consumer] Default to pcm_s24le for containers supporting it instead of going with the container default

7 years ago[ffmpeg] Added missing contextual information when throwing ffmpeg exceptions
Helge Norberg [Thu, 10 Nov 2016 10:45:31 +0000 (11:45 +0100)]
[ffmpeg] Added missing contextual information when throwing ffmpeg exceptions

7 years ago[polling_filesystem_monitor] Fixed bug where unallocated memory could be read by...
Helge Norberg [Tue, 8 Nov 2016 18:22:08 +0000 (19:22 +0100)]
[polling_filesystem_monitor] Fixed bug where unallocated memory could be read by polling_filesystem_monitor at server shutdown

7 years ago[decklink_consumer] Fixed incorrect default value for embedded_audio
Helge Norberg [Tue, 8 Nov 2016 16:08:06 +0000 (17:08 +0100)]
[decklink_consumer] Fixed incorrect default value for embedded_audio

7 years ago[decklink_consumer] Fixed potential read from unallocated memory
Helge Norberg [Tue, 8 Nov 2016 15:48:48 +0000 (16:48 +0100)]
[decklink_consumer] Fixed potential read from unallocated memory

7 years agoMerge pull request #496 from dimitry-ishenko-casparcg/2.1.0-fixes
HellGore [Mon, 7 Nov 2016 12:03:14 +0000 (13:03 +0100)]
Merge pull request #496 from dimitry-ishenko-casparcg/2.1.0-fixes

[ffmpeg_producer] Remove extraneous \

7 years ago[ffmpeg_producer] Remove extraneous \
Dimitry Ishenko [Fri, 4 Nov 2016 20:17:44 +0000 (16:17 -0400)]
[ffmpeg_producer] Remove extraneous \

7 years agoMerge pull request #493 from dimitry-ishenko-casparcg/2.1.0
HellGore [Thu, 3 Nov 2016 12:27:56 +0000 (13:27 +0100)]
Merge pull request #493 from dimitry-ishenko-casparcg/2.1.0

[ffmpeg_producer] Constrain SEEK values

7 years ago[ffmpeg_producer] Constrain SEEK values
Dimitry Ishenko [Wed, 2 Nov 2016 14:00:53 +0000 (10:00 -0400)]
[ffmpeg_producer] Constrain SEEK values

7 years ago[streaming_consumer] Started the process of retiring ffmpeg_consumer so that streamin...
Helge Norberg [Tue, 1 Nov 2016 20:17:07 +0000 (21:17 +0100)]
[streaming_consumer] Started the process of retiring ffmpeg_consumer so that streaming_consumer can finally take its place as both FILE and STREAM consumer.

7 years ago[general] Abstracted the concept of a key only frame so that readers of const_frame...
Helge Norberg [Tue, 1 Nov 2016 20:10:56 +0000 (21:10 +0100)]
[general] Abstracted the concept of a key only frame so that readers of const_frame can be transparently tricked into accessing key only data.

7 years ago[ffmpeg] Reduced complexity of streaming_consumer by removing bitstream filters support.
Helge Norberg [Tue, 1 Nov 2016 15:16:27 +0000 (16:16 +0100)]
[ffmpeg] Reduced complexity of streaming_consumer by removing bitstream filters support.

7 years agoCreated a consumer that provides sync to a channel based on the pace of another chann...
Helge Norberg [Tue, 25 Oct 2016 14:44:21 +0000 (16:44 +0200)]
Created a consumer that provides sync to a channel based on the pace of another channel. I called it syncto_consumer. It solves problems where the rendering pace of a routed from channel (without a decklink consumer) differs from the routed to channel.

7 years ago[ffmpeg_producer] Moved negation from method to operator ! for clarity.
Helge Norberg [Thu, 13 Oct 2016 16:00:03 +0000 (18:00 +0200)]
[ffmpeg_producer] Moved negation from method to operator ! for clarity.

7 years ago[framerate_producer] Renamed drop_and_skip to drop_or_repeat, because that is what...
Helge Norberg [Thu, 13 Oct 2016 14:59:33 +0000 (16:59 +0200)]
[framerate_producer] Renamed drop_and_skip to drop_or_repeat, because that is what it does.

7 years ago[ffmpeg] Reimplemented support for playing all audio streams in a clip and treating...
Helge Norberg [Tue, 11 Oct 2016 17:07:54 +0000 (19:07 +0200)]
[ffmpeg] Reimplemented support for playing all audio streams in a clip and treating all audio channels in each stream as if they where part of one single stream.

7 years ago[ffmpeg] Never log AV_LOG_TRACE. Not even when we have trace set.
Helge Norberg [Mon, 10 Oct 2016 14:26:48 +0000 (16:26 +0200)]
[ffmpeg] Never log AV_LOG_TRACE. Not even when we have trace set.

7 years ago[osc] Added possibility to completely disable sending OSC to connected AMCP clients...
Helge Norberg [Thu, 6 Oct 2016 15:27:43 +0000 (17:27 +0200)]
[osc] Added possibility to completely disable sending OSC to connected AMCP clients, only sending to predefined-clients. The option is disable-send-to-amcp-clients under the osc element in casparcg.config.

7 years ago[ffmpeg_producer] Resolved problem where video decoders having CODEC_CAP_DELAY needs...
Helge Norberg [Thu, 6 Oct 2016 14:48:00 +0000 (16:48 +0200)]
[ffmpeg_producer] Resolved problem where video decoders having CODEC_CAP_DELAY needs to be fed "null" packets at EOF until no more frames can be decoded. Possible related issue #473

7 years ago[framerate_producer] Fixed bug where second frame instead of first frame was shown...
Helge Norberg [Wed, 5 Oct 2016 17:56:36 +0000 (19:56 +0200)]
[framerate_producer] Fixed bug where second frame instead of first frame was shown on LOAD

7 years ago[ffmpeg] Removed unused code path
Helge Norberg [Wed, 5 Oct 2016 16:56:53 +0000 (18:56 +0200)]
[ffmpeg] Removed unused code path

7 years ago[ffmpeg] Remove redundant av_frame_alloc()/av_frame_free() RAII pairs all over the...
Helge Norberg [Wed, 5 Oct 2016 16:26:17 +0000 (18:26 +0200)]
[ffmpeg] Remove redundant av_frame_alloc()/av_frame_free() RAII pairs all over the code and use ffmpeg::create_frame() instead which encapsulates that creation.

7 years ago[ffmpeg] Removed unused function in input class.
Helge Norberg [Wed, 5 Oct 2016 15:23:28 +0000 (17:23 +0200)]
[ffmpeg] Removed unused function in input class.

7 years ago[executor] Execute remaining tasks at shutdown.
Helge Norberg [Wed, 5 Oct 2016 15:19:42 +0000 (17:19 +0200)]
[executor] Execute remaining tasks at shutdown.

7 years ago[ffmpeg_producer] Don't assume interlaced material based on resolution.
Helge Norberg [Wed, 5 Oct 2016 08:52:15 +0000 (10:52 +0200)]
[ffmpeg_producer] Don't assume interlaced material based on resolution.

7 years ago[framerate_producer] Renamed blend to blend2 and blend_all to blend3 to better descri...
Helge Norberg [Wed, 5 Oct 2016 08:25:07 +0000 (10:25 +0200)]
[framerate_producer] Renamed blend to blend2 and blend_all to blend3 to better describe what they do.

7 years ago[ffmpeg] Recompiled FFmpeg on Linux with --enable-libv4l2 and allow it to be used...
Helge Norberg [Tue, 4 Oct 2016 10:49:10 +0000 (12:49 +0200)]
[ffmpeg] Recompiled FFmpeg on Linux with --enable-libv4l2 and allow it to be used just as with dshow in Windows with for example v4l2:///dev/video0

7 years agoMerge pull request #444 from dimitry-ishenko-casparcg/scrub
HellGore [Mon, 3 Oct 2016 20:28:53 +0000 (22:28 +0200)]
Merge pull request #444 from dimitry-ishenko-casparcg/scrub

[ffmpeg_producer] Add relative and "from end" seeking

7 years ago[main] added missing include
Helge Norberg [Mon, 3 Oct 2016 20:24:07 +0000 (22:24 +0200)]
[main] added missing include

7 years ago[linux] Don't overwrite thread name if it is already set.
Helge Norberg [Mon, 3 Oct 2016 20:21:39 +0000 (22:21 +0200)]
[linux] Don't overwrite thread name if it is already set.

7 years ago[ffmpeg] Fixed problem where pan audio filter was not correctly parsed in Linux becau...
Helge Norberg [Mon, 3 Oct 2016 19:53:48 +0000 (21:53 +0200)]
[ffmpeg] Fixed problem where pan audio filter was not correctly parsed in Linux because of a global C locale problem.

7 years ago[ffmpeg_producer] Add relative and "from end" seeking
Dimitry Ishenko [Sun, 26 Jun 2016 13:38:24 +0000 (09:38 -0400)]
[ffmpeg_producer] Add relative and "from end" seeking

7 years ago[ffmpeg] Let our log level decide whether to log or not in the ffmpeg log callback
Helge Norberg [Mon, 3 Oct 2016 19:43:42 +0000 (21:43 +0200)]
[ffmpeg] Let our log level decide whether to log or not in the ffmpeg log callback