]> git.sesse.net Git - casparcg/history - modules
Merge branch '2.1.0' of https://github.com/CasparCG/Server into 2.1.0
[casparcg] / modules /
2016-08-19 Helge NorbergMerge branch '2.1.0' of https://github.com/CasparCG...
2016-08-19 HellGoreMerge pull request #462 from pkeuter/patch-1
2016-08-06 Peter KeuterFix CPU hogging on EOF in ffmpeg producer.
2016-07-11 Helge NorbergNo more use for retry_task in decklink_consumer now...
2016-07-11 Helge NorbergUse ScheduledFrameCompleted callback for audio scheduli...
2016-06-17 Helge NorbergProtect from channel_layout not being set in AVFrame
2016-06-15 Helge Norberg#346 #441 Added remote debugging support in html producer.
2016-06-15 Helge NorbergFixed bug where audio filter did not use the input...
2016-05-24 Helge NorbergFixed problem with image_scroll_producer where CALL...
2016-05-23 Helge Norberg[image_producer] refuse too large images nicely instead...
2016-05-16 Helge Norberg#433 Removed late-frame tag from html_producer since...
2016-05-14 Helge Norberg[image_scroll_producer] Completed documentation with...
2016-05-14 Helge Norberg[image_scroll_producer]:
2016-05-11 Helge Norbergffmpeg_producer: Multiple audio streams are now merged...
2016-04-25 Helge Norberg#430 Fixed bug where it was assumed that all Decklink...
2016-04-12 Helge NorbergMerge branch '2.1.0' of https://github.com/CasparCG...
2016-04-12 HellGoreMerge pull request #427 from krzyc/patch-1
2016-04-11 krzycFix thumbnail saving on non-windows systems
2016-03-31 Helge NorbergMerge branch '2.1.0' of https://github.com/CasparCG...
2016-03-30 Helge NorbergMerge branch '2.1.0' of https://github.com/CasparCG...
2016-03-30 HellGoreMerge pull request #424 from krzyc/patch-1
2016-03-30 krzycFix issue #366 - return false instead of nullptr
2016-03-21 Helge NorbergRemoved audio_channel_layout from audio_decoder.
2016-03-17 Helge Norberg#418 Removed incorrectly implemented unused functions.
2016-03-17 Helge NorbergRefactored ffmpeg_producer. Uses framerate_producer...
2016-03-08 Helge NorbergImplemented support for multiple audio streams in input...
2016-03-02 Helge NorbergRemoved deprecated use of avcodec_alloc_frame()
2016-03-01 Helge NorbergRemoved unnecessary requirement of having an AVCodecCon...
2016-03-01 Helge NorbergSupport boost::rational framerates instead of inexact...
2016-03-01 Helge NorbergRemoved unnecessary parameter to ffmpeg::make_frame()
2016-03-01 Helge NorbergSimplified thumbnail creation, making it less intrusive...
2016-03-01 Helge NorbergFixed bug in image_producer where a file with . in...
2016-03-01 drakmorMove fix issue #410 to VS include file.
2016-02-29 drakmorFix compilation in VS2015 version 14.0.24720.00 Update 1
2016-02-08 Helge NorbergMerge branch '2.1.0' of https://github.com/CasparCG...
2016-02-08 Helge NorbergMade decklink < 10.2 work while at the same time provid...
2016-01-25 Helge NorbergFixed compilation problem in Linux.
2016-01-25 Helge NorbergImproved backwards compatibility in the usage of the...
2016-01-19 Helge NorbergChanged meaning of frame variable in scene to a contino...
2016-01-08 Helge NorbergAdded support for delaying frames to layer_producer...
2016-01-08 Helge NorbergClarified logic around memcpy or not in Linux decklink...
2016-01-08 Helge NorbergOnly memcpy on Linux if the decklink card will attempt...
2016-01-05 Helge NorbergOn Linux Decklink cannot DMA transfer from memory retur...
2016-01-04 Helge Norberg#405 Fixed typo.
2015-12-22 Helge NorbergReverted pdwCookie change
2015-12-17 Helge NorbergFixed access violation in decklink_producer where input...
2015-12-16 Helge NorbergMade calltracing configurable
2015-12-16 Helge NorbergAdd call tracing at selected placed in the code to...
2015-12-14 Helge NorbergFixed file_nb_frames bug when video stream length is...
2015-12-14 Niklas P AnderssonMerge branch '2.1.0' of https://github.com/CasparCG...
2015-12-14 Niklas P Andersson* support for cornerpinning in psd-producer via vector...
2015-12-09 Helge NorbergTry to use a unique pdwCookie when Advising an ITimerSi...
2015-12-04 Helge NorbergIf a template host is running but a specific flash...
2015-12-04 Helge NorbergDon't start a flash player for CG commands that are...
2015-12-04 Helge NorbergMove most template host logging that is not interesting...
2015-12-03 Niklas P Anderssonsupport for rectangular vectors masks in PSD-files...
2015-12-02 Helge NorbergStarted using ptree_get, ptree_get_value, witerate_chil...
2015-12-02 Niklas P Anderssonperformance fix concerning nested scene-producers
2015-12-02 Niklas P Anderssonfixed timeline-annotations in psd-producer that was...
2015-12-01 Helge NorbergRevert accidental change
2015-12-01 Helge NorbergQualify conflicting names
2015-12-01 Niklas P Anderssoninitial fixes for new psd workflow
2015-12-01 Niklas P Andersson* don't throw on not finding a font file, just ignore...
2015-12-01 Helge NorbergTurned off vsync by default in screen consumer.
2015-11-30 Helge NorbergImprove performance by bypass libavfilter when we are...
2015-11-30 Helge NorbergUse fast_memcpy in more places
2015-11-23 Helge NorbergDon't copy AVFrame line by line unless necessary
2015-11-23 Helge NorbergLog cadence in decklink_producer to be able to debug...
2015-11-23 Helge NorbergDecode audio and video in parallel just like in 2.0
2015-11-23 Helge NorbergImproved performance in flash producer
2015-11-19 Helge NorbergThrow user_error exception for errors that are caused...
2015-11-19 HellGoreMerge pull request #397 from dimitry-ishenko-casparcg...
2015-11-19 Dimitry Ishenkoboost::this_thread::sleep is deprecated
2015-11-18 Helge NorbergImplemented thumbnail generation for video files. Simil...
2015-11-17 Helge NorbergInstead of disabling ffmpeg logging just truncate log...
2015-11-17 Helge NorbergChanged default log level to info and moved logging...
2015-11-16 Helge NorbergIncluded information about CEF version and Chrome versi...
2015-11-12 Helge NorbergMerged reference signal detection in decklink consumer...
2015-11-12 Helge NorbergFixed bug where external keyer was not selected by...
2015-11-11 Helge NorbergFixed regression in streaming_consumer and ffmpeg_consu...
2015-11-10 Helge NorbergMade the audio latency configurable in system-audio...
2015-11-10 Helge NorbergFixed diagnostics bug in input.cpp where integer divisi...
2015-11-09 Helge NorbergWorkaround for FreeImage sometimes not detecting .TGA...
2015-11-09 Helge Norberg#375 Moved requestAnimationFrame/cancelAnimationFrame...
2015-11-09 Helge Norberghtml_producer: increased animation smoothness when...
2015-11-09 Helge Norberg#388 Implemented cancelAnimationFrame in html producer.
2015-11-09 Helge NorbergThe late-frame detection in the html producer is too...
2015-11-05 Helge Norberg* Fixed so that screen consumer uses the name parameter...
2015-11-05 Helge Norberg* More correct diagnostics for buffered-audio in deckli...
2015-11-05 Helge Norberg* buffered-video diagnostics in decklink consumer is...
2015-10-29 Helge Norberg* Merged screen consumer deinterlacing performance...
2015-10-29 Helge Norberg* screen_consumer: Avoid logging dropped-frame diagnost...
2015-10-28 Helge Norberg* Ported thread local disabling of ffmpeg producer...
2015-10-28 Helge NorbergThrow exception when QueryInterface fails in decklink...
2015-10-28 Helge Norberg* Changed to use of alias template for com_ptr abstract...
2015-10-28 Helge Norberg* Changed so that image_producer does not log on info...
2015-10-28 Helge Norberg* Fixed bug where a new audio stream was created in...
2015-10-28 Helge Norberg* Don't log underflow in ffmpeg producer while at EOF.
2015-10-28 Helge Norberg* Added logging of severe diagnostics events to log...
2015-10-28 Helge Norberg* Moved print consumer proxy logging of Initialized...
next