]> git.sesse.net Git - casparcg/log
casparcg
9 years agoUpdated changes and updated version to stable. 2.0.7
Helge Norberg [Thu, 11 Dec 2014 13:58:33 +0000 (14:58 +0100)]
Updated changes and updated version to stable.

9 years agoAdded compiled template hosts on behalf of Andreas Jeansson
Helge Norberg [Thu, 11 Dec 2014 13:03:24 +0000 (14:03 +0100)]
Added compiled template hosts on behalf of Andreas Jeansson

9 years ago- Added possibility for consumers to *not* affect the presentation time (adjustments...
Helge Norberg [Wed, 10 Dec 2014 12:19:31 +0000 (13:19 +0100)]
- Added possibility for consumers to *not* affect the presentation time (adjustments in output.cpp made based on the buffer_depths of the consumers) of other consumers. This is good when consumers that are usually spontaneously added and removed during playout (image_consumer, ffmpeg_consumer, streaming_consumer and channel_consumer) are used, because it prevents the lag previously experienced when adding/removing such consumers.
- Fixed streaming_consumer sometimes crashing the server during destruction.

9 years agoFixed serious deadlock in ogl_device.cpp
Helge Norberg [Thu, 4 Dec 2014 16:42:52 +0000 (17:42 +0100)]
Fixed serious deadlock in ogl_device.cpp

9 years agoUpdated CHANGES.txt
Helge Norberg [Thu, 4 Dec 2014 12:10:31 +0000 (13:10 +0100)]
Updated CHANGES.txt

9 years ago* Updated Boost to 1.57.
Helge Norberg [Wed, 3 Dec 2014 19:43:45 +0000 (20:43 +0100)]
* Updated Boost to 1.57.
* Thread debugging:
  - The thread column in the log now records the OS thread id instead of an internal memory address of the Boost representation of a thread.
  - Added INFO THREADS command to be able to map thread id:s with application thread names (only available when starting a thread with debugger attached previously).
  - More descriptive thread names where the video channel id is also included.
* #321 reverted change in host_buffer.cpp to be equivalent of the previous behavior.
* Reverted all usages of tbb:enumerable_thread_specific back to boost::thread_specific_ptr, because the TBB version does not free memory for each thread when they exit, but only on destruction.
* mipmapping is by default turned off for thumbnail generation.
* Upgraded Decklink SDK to 10.1.4, bringing new DCI video modes.
  - Use the old IDecklinkOutput interface if the old driver is installed and the new if the new driver is installed.
* Fixed serious COM resource/memory leak in decklink module (affects both consumer and producer), where skipped IDecklink instances while iterating was never released.
* Enabled ffmpeg filters to not be multithreaded. The filter used when pixel format converting in decklink_producer seems to have a resource leak when multithreaded. Disabled it in decklink_producer if not using a deinterlacing filter, which may be too slow otherwise.

9 years agoFixed a bug where deinterlace_bob never worked.
Helge Norberg [Thu, 13 Nov 2014 13:53:03 +0000 (14:53 +0100)]
Fixed a bug where deinterlace_bob never worked.

9 years agoSpotted and fixed some memory leaks using Visual Leak Detector:
Helge Norberg [Thu, 6 Nov 2014 19:37:54 +0000 (20:37 +0100)]
Spotted and fixed some memory leaks using Visual Leak Detector:

* Now uses TBB thread local instead of Boost thread local everywhere. Seems to clean up better at thread exit.
* FlashAxContainer.cpp: m_lpDD4 was never deleted.
* g_cef_executor now freed in html::uninit() instead of at CRT termination.
* Reduced leakage from Console thread when exiting server via KILL or RESTART instead of via q. Best would be if std::getline could be unblocked from another thread somehow.

9 years agoImplemented INFO QUEUES command for debugging AMCP command queues. Useful for debuggi...
Helge Norberg [Wed, 5 Nov 2014 12:49:48 +0000 (13:49 +0100)]
Implemented INFO QUEUES command for debugging AMCP command queues. Useful for debugging command queue overflows, where a command is deadlocked. Hopefully always accessible via console (since the general command queue on the console is separate from the TCP servers)

9 years agoFixed bug where audio wasn't routed via layer_producer and channel_producer.
Helge Norberg [Mon, 3 Nov 2014 11:52:58 +0000 (12:52 +0100)]
Fixed bug where audio wasn't routed via layer_producer and channel_producer.

TODO: support audio between layers/channels with 1001 modes and with different frame rate.

9 years ago- Increased consumer timeout to 10 seconds.
Helge Norberg [Fri, 31 Oct 2014 10:47:02 +0000 (11:47 +0100)]
- Increased consumer timeout to 10 seconds.
- Implemented a new AMCP command called GL
  o GL GC - garbage collects GL resources not currently in use.
  o GL INFO - provides information about GL resource usage.

9 years agoLog thumbnail generation at trace and ffmpeg filter graph only if not generating...
Helge Norberg [Mon, 27 Oct 2014 17:08:58 +0000 (18:08 +0100)]
Log thumbnail generation at trace and ffmpeg filter graph only if not generating thumbnail.

9 years agoAdded a 2 second timeout for consumer sends, to detect and maybe recover from blocked...
Helge Norberg [Thu, 23 Oct 2014 09:08:47 +0000 (11:08 +0200)]
Added a 2 second timeout for consumer sends, to detect and maybe recover from blocked consumers.

9 years agoMade MIXER CROP work more as one might expect
Helge Norberg [Wed, 22 Oct 2014 15:18:09 +0000 (17:18 +0200)]
Made MIXER CROP work more as one might expect

9 years agoAdded option in casparcg.config to by default enable or disable mipmapping on all...
Helge Norberg [Thu, 16 Oct 2014 13:43:24 +0000 (15:43 +0200)]
Added option in casparcg.config to by default enable or disable mipmapping on all layers. The default is to not enable it.

9 years agoFixed bug where both layer_producer and channel_producer display:s and empty/late...
Helge Norberg [Fri, 3 Oct 2014 12:49:18 +0000 (14:49 +0200)]
Fixed bug where both layer_producer and channel_producer display:s and empty/late first frame when the producer is called before the consumer in the other end has received the first frame.

9 years agobuild scripts
Helge Norberg [Thu, 2 Oct 2014 16:52:46 +0000 (18:52 +0200)]
build scripts

9 years agobuild scripts
Helge Norberg [Thu, 2 Oct 2014 15:48:06 +0000 (17:48 +0200)]
build scripts

9 years agobuild scripts
Helge Norberg [Wed, 1 Oct 2014 13:17:27 +0000 (15:17 +0200)]
build scripts

9 years agobuild scripts
Helge Norberg [Wed, 1 Oct 2014 13:10:16 +0000 (15:10 +0200)]
build scripts

9 years agobuild scripts
Helge Norberg [Wed, 1 Oct 2014 11:34:09 +0000 (13:34 +0200)]
build scripts

9 years agobuild scripts
Helge Norberg [Wed, 1 Oct 2014 11:32:20 +0000 (13:32 +0200)]
build scripts

9 years agoCreated initial build scripts
Helge Norberg [Wed, 1 Oct 2014 10:31:11 +0000 (12:31 +0200)]
Created initial build scripts

9 years ago#55
Helge Norberg [Wed, 24 Sep 2014 12:10:48 +0000 (14:10 +0200)]
#55

Mixer
-----

  o Added support for perspective correct corner pinning.
  o Added support for mipmapped textures with anisotropic filtering for
    increased downscaling quality.
  o Added support for cropping a layer. Not the same as clipping.

9 years agoUpdated CHANGES.txt
Helge Norberg [Wed, 24 Sep 2014 10:49:16 +0000 (12:49 +0200)]
Updated CHANGES.txt

9 years agoUpgraded ffmpeg to newest stable
Helge Norberg [Tue, 23 Sep 2014 17:07:16 +0000 (19:07 +0200)]
Upgraded ffmpeg to newest stable

9 years ago#54
Helge Norberg [Fri, 12 Sep 2014 17:06:12 +0000 (19:06 +0200)]
#54

Mixer
-----

  o Added support for rotation.
  o Added support for changing the anchor point around which fill_translation,
    fill_scale and rotation will be done from.

AMCP
----

  o To support the new mixer features the following commands has been added:

    - MIXER ANCHOR -- will return or modify the anchor point for a layer
      (default is 0 0 for backwards compatibility). Example:
      MIXER 1-10 ANCHOR 0.5 0.5
      ...for changing the anchor to the middle of the layer
      (a MIXER 1-10 FILL 0.5 0.5 1 1 will be necessary to place the layer at the
      same place on screen as it was before).

    - MIXER ROTATION -- will return or modify the angle of which a layer is
      rotated by (clockwise degrees) around the point specified by ANCHOR.

9 years agoRemoved blocking_decklink_consumer since it does not work very well, and is not needed.
Helge Norberg [Tue, 2 Sep 2014 09:20:46 +0000 (11:20 +0200)]
Removed blocking_decklink_consumer since it does not work very well, and is not needed.

9 years ago[html] cosmetics
Helge Norberg [Mon, 1 Sep 2014 15:50:34 +0000 (17:50 +0200)]
[html] cosmetics

9 years ago[html/flash] concatenate all parameters after index 2 given to CG INVOKE before passi...
Helge Norberg [Mon, 1 Sep 2014 15:43:29 +0000 (17:43 +0200)]
[html/flash] concatenate all parameters after index 2 given to CG INVOKE before passing to CG producer just as with CALL. Allows for spaces without having to surround with quotes.

9 years ago[html] support CG INVOKE with parameter list formatted according to javascript syntax
Helge Norberg [Mon, 1 Sep 2014 14:52:59 +0000 (16:52 +0200)]
[html] support CG INVOKE with parameter list formatted according to javascript syntax

9 years ago[html] Ensure that the last frame of an animation is displayed as soon as possible...
Helge Norberg [Mon, 1 Sep 2014 13:44:38 +0000 (15:44 +0200)]
[html] Ensure that the last frame of an animation is displayed as soon as possible when interlaced video formats are used.

9 years agoRenamed invoke_on_enter_frame to invoke_requested_animation_frames
Helge Norberg [Tue, 26 Aug 2014 14:09:42 +0000 (16:09 +0200)]
Renamed invoke_on_enter_frame to invoke_requested_animation_frames

9 years agohtml producer:
Helge Norberg [Tue, 26 Aug 2014 13:52:54 +0000 (15:52 +0200)]
html producer:

Implemented a custom version of window.requestAnimationFrame which will follow the pace of the channel, for perfectly smooth animations.
No longer manually interlaces frames, to allow for mixer fill transforms without artifacts.
Now uses CEF3 event loop to avoid 100% CPU core usage.

9 years ago* Manually merged patch in http://casparcg.com/forum/viewtopic.php?f=3&t=2586
Helge Norberg [Wed, 27 Aug 2014 09:05:51 +0000 (11:05 +0200)]
* Manually merged patch in http://casparcg.com/forum/viewtopic.php?f=3&t=2586

9 years ago#297 Fixed support for flash templates with spaces in the file name.
Helge Norberg [Mon, 11 Aug 2014 08:47:27 +0000 (10:47 +0200)]
#297 Fixed support for flash templates with spaces in the file name.

9 years ago#296
Helge Norberg [Fri, 8 Aug 2014 12:55:29 +0000 (14:55 +0200)]
#296

Avoid access violation when invalid -vcodec or -acodec is given in streaming_consumer

9 years agoUpdated CHANGES.txt
Helge Norberg [Wed, 6 Aug 2014 09:19:36 +0000 (11:19 +0200)]
Updated CHANGES.txt

9 years agoUpdated CHANGES.txt
Helge Norberg [Wed, 6 Aug 2014 09:10:23 +0000 (11:10 +0200)]
Updated CHANGES.txt

9 years agoMerged #278
Helge Norberg [Wed, 6 Aug 2014 08:45:16 +0000 (10:45 +0200)]
Merged #278

9 years ago#262
Helge Norberg [Tue, 5 Aug 2014 13:06:36 +0000 (15:06 +0200)]
#262

Added support for still playing http addresses via html producer bu using [HTML] as the first parameter. So for example:

PLAY 1-10 [HTML] http://www.casparcg.com

9 years agoMerge pull request #262 from gfto/html_producer_fix
HellGore [Tue, 5 Aug 2014 12:48:17 +0000 (14:48 +0200)]
Merge pull request #262 from gfto/html_producer_fix

Prevent html producer from assuming all files are for it.

9 years agoMoved flash player global mutex serialization to put_Movie instead of around CoInitia...
Helge Norberg [Tue, 5 Aug 2014 11:57:04 +0000 (13:57 +0200)]
Moved flash player global mutex serialization to put_Movie instead of around CoInitialize/CreateAxControl/DestroyAxControl. It seems that the template host does not support concurrent initialization resulting in SecurityException later on. The previous lock around CoInitialize/CreateAxControl/DestroyAxControl only seems to have reduced the likelihood of put_Movie being run concurrently.

9 years agoFixed problem with CG INVOKE
Helge Norberg [Mon, 4 Aug 2014 12:40:15 +0000 (14:40 +0200)]
Fixed problem with CG INVOKE

9 years ago#214
Helge Norberg [Fri, 1 Aug 2014 14:15:48 +0000 (16:15 +0200)]
#214

Corrected success response code of THUMBNAIL GENERATE and GENERATE ALL

9 years ago#269
Helge Norberg [Thu, 31 Jul 2014 15:29:40 +0000 (17:29 +0200)]
#269

Fixed incorrect duplicate CRLF between result lines in CINF

9 years ago#276
Helge Norberg [Thu, 31 Jul 2014 15:15:09 +0000 (17:15 +0200)]
#276
#279

Removed ImmediatelyAndClear AMCP queue type since it seems to do more harm than good.

9 years agoModified CHANGES.txt
Helge Norberg [Thu, 31 Jul 2014 15:11:47 +0000 (17:11 +0200)]
Modified CHANGES.txt

9 years ago#283
Helge Norberg [Wed, 30 Jul 2014 12:24:56 +0000 (14:24 +0200)]
#283

Added support for using a different configuration file at startup than the default casparcg.config by simply adding the name of the file to use as the first command line argument to casparcg.exe.

9 years agoCosmetics in CHANGES.txt
Helge Norberg [Tue, 29 Jul 2014 11:24:54 +0000 (13:24 +0200)]
Cosmetics in CHANGES.txt

9 years agoUpdate CHANGES.txt
Jonas Hummelstrand [Fri, 4 Jul 2014 09:04:39 +0000 (11:04 +0200)]
Update CHANGES.txt

Added "Server" to all mentions of "CasparCG"

9 years agoUpdated version 2.0.7_Beta2
Helge Norberg [Fri, 27 Jun 2014 15:54:27 +0000 (17:54 +0200)]
Updated version

9 years agoUpdated CHANGES.txt
Helge Norberg [Fri, 27 Jun 2014 15:00:00 +0000 (17:00 +0200)]
Updated CHANGES.txt

9 years ago- Added support for multiple streaming_consumers on the same channel
Helge Norberg [Fri, 27 Jun 2014 12:49:37 +0000 (14:49 +0200)]
- Added support for multiple streaming_consumers on the same channel
- Added support for the placeholder <client_ip_address> for ADD and REMOVE commands resolving to the client ip address of the AMCP connection.

9 years ago#281
Helge Norberg [Thu, 26 Jun 2014 17:04:50 +0000 (19:04 +0200)]
#281
Added support for iVGA consumer to not provide channel sync even though connected. Useful for iVGA clients that downloads as fast as possible instead of in frame-rate pace, like Wirecast.
<provide-sync>false</provide-sync> has to be added inside the <newtek-ivga /> element to not provide channel sync when connected.

9 years ago#252
Helge Norberg [Thu, 26 Jun 2014 16:21:31 +0000 (18:21 +0200)]
#252
Support for CG PLAY was missing.

9 years agoFixed bug where CG INVOKE no longer works in cg_producer.
Helge Norberg [Thu, 26 Jun 2014 16:09:37 +0000 (18:09 +0200)]
Fixed bug where CG INVOKE no longer works in cg_producer.

9 years agoMerged bug fix mentioned in http://casparcg.com/forum/viewtopic.php?f=3&t=2480
Helge Norberg [Thu, 26 Jun 2014 11:35:06 +0000 (13:35 +0200)]
Merged bug fix mentioned in http://casparcg.com/forum/viewtopic.php?f=3&t=2480

Previously AMCP commands split into multiple TCP packets where not correctly parsed.

9 years ago-Fixed bug where ffmpeg parameter values with : in them did not work like -vf scale...
Helge Norberg [Wed, 18 Jun 2014 18:13:16 +0000 (20:13 +0200)]
-Fixed bug where ffmpeg parameter values with : in them did not work like -vf scale=480:360
-Fixed related bug where ffmpeg parameter values with - in them did not work like -vf yadif=3:-1

9 years agoEnabled use of streaming_consumer in casparcg.config
Helge Norberg [Wed, 18 Jun 2014 13:36:06 +0000 (15:36 +0200)]
Enabled use of streaming_consumer in casparcg.config

9 years agoMerged relevant changes from pull #275
Helge Norberg [Wed, 18 Jun 2014 12:56:30 +0000 (14:56 +0200)]
Merged relevant changes from pull #275

- enables streaming from a channel to a remote destination
- renamed ffmpeg_consumer to streaming_consumer to let both the old and the new consumer coexist until the old features are integrated in the new implementation like SEPARATE_KEY. Also the stability needs to be proven.

9 years ago- Refactored so that consumers get the input channel_layout at initialization, instea...
Helge Norberg [Wed, 18 Jun 2014 11:27:04 +0000 (13:27 +0200)]
- Refactored so that consumers get the input channel_layout at initialization, instead of at the first frame.
- Extracted duplicated code to reusable function.

9 years ago- Enabled a single instance of decklink_consumer to manage a separate key output...
Helge Norberg [Tue, 10 Jun 2014 11:40:48 +0000 (13:40 +0200)]
- Enabled a single instance of decklink_consumer to manage a separate key output driven by the ScheduledFrameCompleted callback of the fill playback instead of by its own callback. This seems to achieve perfect sync between key and fill with a decklink quad card. Enable by setting:
  <keyer>external_separate_device</keyer>
  the default is that the key device will be fill device + 1 but can be overridden via
  <key-device>[1..]</key-device>

- Removed synchronizing_consumer.

9 years agoOSC for channel_grid channel as well
Helge Norberg [Fri, 30 May 2014 08:32:56 +0000 (10:32 +0200)]
OSC for channel_grid channel as well

10 years agoCreated consumer_index counter in channel_consumer instead of using uninitialized...
Helge Norberg [Mon, 31 Mar 2014 15:36:11 +0000 (17:36 +0200)]
Created consumer_index counter in channel_consumer instead of using uninitialized channel_index, to be able to have more than one channel_consumer on the same channel.

10 years agoCreated consumer_index counter in channel_consumer instead of using uninitialized...
Helge Norberg [Mon, 31 Mar 2014 15:23:51 +0000 (17:23 +0200)]
Created consumer_index counter in channel_consumer instead of using uninitialized channel_index, to be able to have more than one channel_consumer on the same channel.

10 years agoPrevent html producer from assuming all files are for it.
Georgi Chorbadzhiyski [Mon, 3 Mar 2014 19:21:30 +0000 (21:21 +0200)]
Prevent html producer from assuming all files are for it.

10 years agoMerge pull request #239 from CasparCG/ffmpeg_producer_nb_frames
HellGore [Fri, 7 Feb 2014 08:42:22 +0000 (09:42 +0100)]
Merge pull request #239 from CasparCG/ffmpeg_producer_nb_frames

FFMPEG Producer - report correct nb_frames() when using SEEK

10 years agoFFMPEG Producer - report correct nb_frames() when using SEEK
Thomas Kaltz [Thu, 6 Feb 2014 23:00:39 +0000 (18:00 -0500)]
FFMPEG Producer - report correct nb_frames() when using SEEK

10 years agoAdded "Beta 1" everywhere.
Jonas Hummelstrand [Wed, 29 Jan 2014 15:16:22 +0000 (16:16 +0100)]
Added "Beta 1" everywhere.

10 years agoFixed broken CG UPDATE 2.0.7_Beta
Helge Norberg [Fri, 24 Jan 2014 10:30:34 +0000 (11:30 +0100)]
Fixed broken CG UPDATE

10 years agoReverted audio stream fix
Helge Norberg [Mon, 20 Jan 2014 15:28:12 +0000 (16:28 +0100)]
Reverted audio stream fix

10 years agoUpdated README.txt
Helge Norberg [Mon, 20 Jan 2014 13:31:31 +0000 (14:31 +0100)]
Updated README.txt

10 years agoUpdated CHANGES.txt
Helge Norberg [Mon, 20 Jan 2014 13:20:18 +0000 (14:20 +0100)]
Updated CHANGES.txt

10 years agoMerge pull request #234 from CasparCG/ffmpeg_bad_audio_stream_fix
HellGore [Mon, 20 Jan 2014 12:51:06 +0000 (04:51 -0800)]
Merge pull request #234 from CasparCG/ffmpeg_bad_audio_stream_fix

FFMPEG Producer: Remove audio_decoder_ if it cannot decode frames...

10 years agoMerge branch 'master' of https://github.com/CasparCG/Server
Helge Norberg [Mon, 20 Jan 2014 12:49:46 +0000 (13:49 +0100)]
Merge branch 'master' of https://github.com/CasparCG/Server

10 years agoUpdated CHANGES.txt
Helge Norberg [Mon, 20 Jan 2014 12:49:19 +0000 (13:49 +0100)]
Updated CHANGES.txt

10 years agoMerge pull request #219 from CasparCG/loadbg_seek_bugfix
HellGore [Mon, 20 Jan 2014 12:36:20 +0000 (04:36 -0800)]
Merge pull request #219 from CasparCG/loadbg_seek_bugfix

BUG FIX: FFMPEG Producer. When using LOABG with AUTO, and a SEEK or LENGTH

10 years agoFFMPEG Producer: Remove audio_decoder_ if it cannot decode frames from the audio...
Thomas Kaltz [Sun, 19 Jan 2014 19:42:24 +0000 (14:42 -0500)]
FFMPEG Producer: Remove audio_decoder_ if it cannot decode frames from the audio stream.

Some encoders/converters will create an audio stream but not write packets to it.

10 years agoCheck in complete ffmpeg-20131215-git-ec13849-win32 Zeranoe build with README updates...
Helge Norberg [Fri, 17 Jan 2014 17:06:39 +0000 (18:06 +0100)]
Check in complete ffmpeg-20131215-git-ec13849-win32 Zeranoe build with README updates and license updates/additions etc.

10 years agoFFmpeg: reenabled curiously disabled logging suppression during thumbnail genera...
Helge Norberg [Thu, 16 Jan 2014 10:17:15 +0000 (11:17 +0100)]
FFmpeg:      reenabled curiously disabled logging suppression during thumbnail generation/media info extraction
CG commands: avoid logging stacktraces for user related errors, but return 404 CG ERROR instead

10 years ago#222 Fixed broken flash CG support
Helge Norberg [Wed, 15 Jan 2014 19:23:15 +0000 (20:23 +0100)]
#222 Fixed broken flash CG support

10 years ago#222 Modified html_producer so that Caspar ticks the web browser. The javascript...
Helge Norberg [Wed, 15 Jan 2014 17:42:07 +0000 (18:42 +0100)]
#222 Modified html_producer so that Caspar ticks the web browser. The javascript function onEnterFrame() must be implemented in order to achieve lag-free motion

10 years ago#222 Updated CHANGES.txt
Helge Norberg [Wed, 15 Jan 2014 15:17:48 +0000 (16:17 +0100)]
#222 Updated CHANGES.txt

10 years agoManually merged pull request #222
Helge Norberg [Wed, 15 Jan 2014 14:39:25 +0000 (15:39 +0100)]
Manually merged pull request #222

10 years ago* Renamed ffmpeg 0.8 to ffmpeg
Helge Norberg [Wed, 15 Jan 2014 10:51:55 +0000 (11:51 +0100)]
* Renamed ffmpeg 0.8 to ffmpeg
* Updated CHANGES.txt
* Changed working version to 2.0.7 Beta
* Removed silverlight project

10 years agoMerge pull request #224 from ronag/master
HellGore [Wed, 15 Jan 2014 09:14:19 +0000 (01:14 -0800)]
Merge pull request #224 from ronag/master

Updated master to latest ffmpeg version.

10 years agoogl: Fixed performance issues.
Robert Nagy [Thu, 19 Dec 2013 18:38:24 +0000 (19:38 +0100)]
ogl: Fixed performance issues.

10 years agoffmpeg: Bug fixes.
Robert Nagy [Wed, 18 Dec 2013 16:32:35 +0000 (17:32 +0100)]
ffmpeg: Bug fixes.

10 years agoffmpeg: Fixed broken build.
Robert Nagy [Tue, 17 Dec 2013 18:08:40 +0000 (19:08 +0100)]
ffmpeg: Fixed broken build.

10 years agoffmpeg:
Robert Nagy [Tue, 17 Dec 2013 18:04:18 +0000 (19:04 +0100)]
ffmpeg:
 - Fixed resampling of planar audio sample formats.
 - Removed filter configuration logging.

10 years agoffmpeg: Cleanup and bug fixes.
Robert Nagy [Mon, 16 Dec 2013 18:46:25 +0000 (19:46 +0100)]
ffmpeg: Cleanup and bug fixes.

10 years agoUpdated master to latest ffmpeg version.
Robert Nagy [Sun, 15 Dec 2013 15:01:52 +0000 (16:01 +0100)]
Updated master to latest ffmpeg version.

10 years agoBUG FIX: FFMPEG Producer. When using LOABG with AUTO, and a SEEK or LENGTH parameter...
TK3 [Fri, 6 Dec 2013 03:17:33 +0000 (22:17 -0500)]
BUG FIX: FFMPEG Producer. When using LOABG with AUTO, and a SEEK or LENGTH parameter was supplied.  The frame count calculation was incorrect and could result in 0.

10 years agoUpdate README.txt 2.0.6
Jonas Hummelstrand [Thu, 21 Nov 2013 13:46:40 +0000 (14:46 +0100)]
Update README.txt

Changed / to \ in local path to Flash installer.

10 years agoUpdate README.txt
Jonas Hummelstrand [Thu, 21 Nov 2013 13:45:36 +0000 (14:45 +0100)]
Update README.txt

Clarified that CPU-based GPUs should be avoided.

10 years agoUpdate README.txt
Jonas Hummelstrand [Thu, 21 Nov 2013 13:40:18 +0000 (14:40 +0100)]
Update README.txt

Clarified installation and configuration.

10 years ago#210
Helge Norberg [Thu, 21 Nov 2013 09:22:47 +0000 (10:22 +0100)]
#210

* Fixed access violation when creating file consumer with unsupported filename
* Does *not" fix the reported AMCP success, which is harder to fix

10 years agoAdded credits for outside contributions in CHANGES.txt
Helge Norberg [Mon, 18 Nov 2013 13:31:37 +0000 (14:31 +0100)]
Added credits for outside contributions in CHANGES.txt

10 years agoUpdated CHANGES.txt
Helge Norberg [Mon, 18 Nov 2013 10:27:08 +0000 (11:27 +0100)]
Updated CHANGES.txt