]> git.sesse.net Git - casparcg/history - modules
Change the setting we use for the HW keyer
[casparcg] / modules /
2017-02-15 James WiseChange the setting we use for the HW keyer
2017-02-15 James WiseChanges to prefer try_pop over the previous empty(...
2017-02-13 James WiseBuffer Depth stuff:
2017-02-10 James WiseWhat the? somehow one of the mutex's got removed....
2017-02-10 James Wisefix spl v std typo
2017-02-10 James WiseImplmented a new system to manage to DMA and presenting...
2017-02-08 James WiseMerge remote-tracking branch 'CasparCG/2.1.0' into...
2017-02-08 James WiseMerge commit '008e8dd2152b97abaf2b6c4f9ac385eb1e1d1d6e...
2017-02-08 James WiseRemove unneccasary casts
2017-02-08 James WiseChanges to support the new way of setting bluefish...
2017-02-07 James Wisemore refinements to code due to move to RAII
2017-02-06 James WiseRevert to original code as per master branch. I should...
2017-02-06 James WiseModify the init of the function ptrs to be in the heade...
2017-02-06 James Wisegardening and improving code to be more inline with...
2017-02-06 James WiseDisable audio output when closing a bf device after...
2017-02-03 James WiseMerge branch '2.1.0' of https://github.com/CasparCG...
2017-02-03 James WiseUpdate previous files to be more in line with CasparCG...
2017-02-01 HellGoreMerge pull request #546 from walterav1984/patch-1
2017-02-01 HellGoreMerge pull request #545 from aruanoc/2.1.0
2017-02-01 Walter Soniusffmpeg producer linux DV/HDV firewire support
2017-02-01 Walter Soniusffmpeg linux DV/HDV firewire device use iec61883
2017-02-01 HellGoreMerge pull request #543 from walterav1984/patch-1
2017-01-31 Helge NorbergMerge branch '2.1.0' of https://github.com/CasparCG...
2017-01-31 Helge Norberg[layer_producer] Fixed serious bug where a circular...
2017-01-30 HellGoreMerge pull request #519 from krzyc/patch-1
2017-01-29 James WiseAdd new files to the Bluefish module.
2017-01-29 James WiseModifications to the files within the Bluefish module.
2017-01-27 HellGoreMerge pull request #501 from dimitry-ishenko-casparcg...
2017-01-26 Helge Norberg[image_producer] Added LENGTH parameter to allow for...
2017-01-25 Helge Norberg#541 Fixed regression in html producer
2017-01-24 Helge Norberg[html_producer] #525 Fixed bug where only URL:s with...
2017-01-23 Helge Norberg[ffmpeg_producer] #518 Fixed bug where decoders sometim...
2017-01-17 Helge Norberg[ffmpeg_consumer] #534 Fixed bug in parsing of paths...
2017-01-13 Helge Norberg[decklink_consumer] Fixed possible dead-lock in frame...
2017-01-11 Antonio Ruano CuestaMerge branch '2.1.0' of https://github.com/aruanoc...
2017-01-11 Antonio Ruano CuestaAdd video modes 2160p5000, 2160p5994 and 2160p6000
2016-11-24 Helge Norberg#488 Fixed bug where HD material was always recorded...
2016-11-23 Dimitry Ishenko[ffmpeg_producer] Add support for IN and OUT parameters...
2016-11-23 Helge Norberg[System Audio] Cache aligned vector usage.
2016-11-23 HellGoreMerge pull request #500 from dimitry-ishenko-casparcg...
2016-11-23 Dimitry Ishenko[ffmpeg_producer] Increase stream buffer size limit...
2016-11-22 Helge Norberg[logging] Suppress the logging of full path names in...
2016-11-15 Helge Norberg[flash] Moved template host copying to flash module...
2016-11-11 Helge Norberg[ffmpeg_consumer] Fixed compilation problem in Linux.
2016-11-11 Helge Norberg[ffmpeg_consumer] Retired old implementation in favour...
2016-11-11 Helge Norberg[streaming_consumer] Implemented support for separating...
2016-11-10 Helge Norberg[streaming_consumer] Added default cropping/scaling...
2016-11-10 Helge Norberg[streaming_consumer] Added support for sending recordin...
2016-11-10 Helge Norberg[decklink_consumer] Don't schedule final empty frame...
2016-11-10 Helge Norberg[ffmpeg] Classify most ffmpeg errors as user errors...
2016-11-10 Helge Norberg[ffmpeg_producer] Recognize .mkv and .mxf files as...
2016-11-10 Helge Norberg[streaming_consumer] Default to pcm_s24le for container...
2016-11-10 Helge Norberg[ffmpeg] Added missing contextual information when...
2016-11-08 Helge Norberg[decklink_consumer] Fixed incorrect default value for...
2016-11-08 Helge Norberg[decklink_consumer] Fixed potential read from unallocat...
2016-11-07 HellGoreMerge pull request #496 from dimitry-ishenko-casparcg...
2016-11-04 Dimitry Ishenko[ffmpeg_producer] Remove extraneous \
2016-11-03 HellGoreMerge pull request #493 from dimitry-ishenko-casparcg...
2016-11-02 Dimitry Ishenko[ffmpeg_producer] Constrain SEEK values
2016-11-01 Helge Norberg[streaming_consumer] Started the process of retiring...
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-26 Antonio Ruano CuestaAdd video modes 2160p5000, 2160p5994 and 2160p6000
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...
next