]> git.sesse.net Git - casparcg/history - modules
[general] Abstracted the concept of a key only frame so that readers of const_frame...
[casparcg] / modules /
2016-11-01 Helge Norberg[ffmpeg] Reduced complexity of streaming_consumer by...
2016-10-25 Helge NorbergCreated a consumer that provides sync to a channel...
2016-10-13 Helge Norberg[ffmpeg_producer] Moved negation from method to operato...
2016-10-11 Helge Norberg[ffmpeg] Reimplemented support for playing all audio...
2016-10-10 Helge Norberg[ffmpeg] Never log AV_LOG_TRACE. Not even when we have...
2016-10-06 Helge Norberg[ffmpeg_producer] Resolved problem where video decoders...
2016-10-05 Helge Norberg[ffmpeg] Removed unused code path
2016-10-05 Helge Norberg[ffmpeg] Remove redundant av_frame_alloc()/av_frame_fre...
2016-10-05 Helge Norberg[ffmpeg] Removed unused function in input class.
2016-10-05 Helge Norberg[ffmpeg_producer] Don't assume interlaced material...
2016-10-04 Helge Norberg[ffmpeg] Recompiled FFmpeg on Linux with --enable-libv4...
2016-10-03 HellGoreMerge pull request #444 from dimitry-ishenko-casparcg...
2016-10-03 Dimitry Ishenko[ffmpeg_producer] Add relative and "from end" seeking
2016-10-03 Helge Norberg[ffmpeg] Let our log level decide whether to log or...
2016-10-03 Helge NorbergMerge branch '2.1.0' of https://github.com/CasparCG...
2016-10-03 Helge Norberg[ffmpeg] Removed FFMPEG_Resource to simplify code and...
2016-10-03 Helge Norberg[decklink] #484 Possible race condition with move-assig...
2016-09-29 Helge Norberg[ffmpeg] Fixed compilation problems in Linux
2016-09-29 Helge Norberg[ffmpeg] Ported 2.0.7 ffmpeg producer to 2.1.0 while...
2016-09-13 Helge Norberg[ffmpeg] Use last video frame with audio instead of...
2016-09-09 Helge Norberg[ffmpeg] Copied flush logic when seeking from 2.0,...
2016-09-09 Helge Norberg[ffmpeg] Fixed last two frames in all clips not being...
2016-09-09 Helge Norberg[decklink] Using reset() on std::packaged_task was...
2016-09-09 Helge Norberg[decklink] Added missing channel-layer in diag for...
2016-09-08 Helge Norberg[ffmpeg] use implicit constructor of video_format_desc...
2016-09-02 Helge Norberg[decklink_consumer] Avoid promise already satisfied...
2016-08-19 Helge NorbergMerge branch '2.1.0' of https://github.com/CasparCG...
2016-08-19 HellGoreMerge pull request #443 from krzyc/patch-3
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-25 krzycUse namespace for isnan() in PSD module
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...
next