Showing 32 open source projects for "bitstream"

View related business solutions
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • Automated quote and proposal software for IT solution providers. | ConnectWise CPQ Icon
    Automated quote and proposal software for IT solution providers. | ConnectWise CPQ

    Create IT quote templates, automate workflows, add integrations & price catalogs to save time & reduce errors on manual data entry & updates.

    ConnectWise CPQ, formerly ConnectWise Sell, is a professional quote and proposal automation software for IT solution providers. ConnectWise CPQ offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
  • 1
    Snappy

    Snappy

    A fast compressor/decompressor

    Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger. Snappy is intended to be fast. On a single core of a Core i7 processor in 64-bit mode, it compresses at...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2

    bittools

    Utilities for operations over bit stream files.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    kotlin-utils

    kotlin-utils

    Helpful extra utils for the kotlin-std library.

    The second library is Binary Streams. The library is intended for I/O on Kotlin language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CutterFF

    CutterFF

    Cutting videos using FFmpeg and GTK+

    CutterFF is a small program for UNIX (or Windows if compiled with MingW) for cutting videos using FFmpeg and GTK+. It is easy to use and fast, since it do not decode and encode the streams, instead it only copy them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 5

    WinForth64

    64-bit Forth system for Windows

    64 bit Forth system for Windows. Forth kernel is written from scratch in C/C++/Assembler. The Forth system is written in Forth and bootsrapped on the fly from source code. It provides full support of native api, callbacks and native threads. The system is the result of the idea to create modern Forth that can be used to solve different programming tasks.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6

    EncCon Tree Visualization

    A Enclosure+Connection technique

    An Enclosure+Connection technique for layout and navigation of Hierarchical Information. The layout uses rectangular enclosure partitioning to ensure the space efficiency, and the navigation is a focus+context navigation technique using semi-transparency approach. Related Publications: https://opus.lib.uts.edu.au/bitstream/10453/4003/3/2005003228.pdf
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Hack

    Hack

    A typeface designed for source code

    ... typeface with generous licensing that permits modification & commercial use. Hack has deep roots in the libre, open source typeface community and includes the contributions of the Bitstream Vera & DejaVu projects. The face has been re-designed with an expanded glyph set, modifications of the original glyph shapes, and meticulous attention to metrics.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    The DejaVu fonts are a font family based on the Bitstream Vera Fonts. Its purpose is to provide a wider range of characters while maintaining the original look and feel. After version 2.35 (May 2015), the source is maintained at https://github.com/dejavu-fonts/dejavu-fonts
    Leader badge
    Downloads: 4,131 This Week
    Last Update:
    See Project
  • 9

    RPTParse

    Quartus project compilation reports parsing tool

    Altera Quartus creates .rpt files during synthesis, place&route and bitstream generation stages of FPGA project compilation. Verification engineer checks these reports, finds warning messages and put them into own report. But big projects can contain a lot of warnings, and manual warning search is very boring and long process. That's why this parsing tool was created. This software parse report file, classifies warning types and place them into own report, where types of warnings and their row...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Cyber Risk Assessment and Management Platform Icon
    Cyber Risk Assessment and Management Platform

    ConnectWise Identify is a powerful cybersecurity risk assessment platform offering strategic cybersecurity assessments and recommendations.

    When it comes to cybersecurity, what your clients don’t know can really hurt them. And believe it or not, keep them safe starts with asking questions. With ConnectWise Identify Assessment, get access to risk assessment backed by the NIST Cybersecurity Framework to uncover risks across your client’s entire business, not just their networks. With a clearly defined, easy-to-read risk report in hand, you can start having meaningful security conversations that can get you on the path of keeping your clients protected from every angle. Choose from two assessment levels to cover every client’s need, from the Essentials to cover the basics to our Comprehensive Assessment to dive deeper to uncover additional risks. Our intuitive heat map shows you your client’s overall risk level and priority to address risks based on probability and financial impact. Each report includes remediation recommendations to help you create a revenue-generating action plan.
  • 10
    simplest ffmpeg video encoder

    simplest ffmpeg video encoder

    The simplest video encoder based on FFmpeg

    A simplest video encoder based on FFmpeg. It is based on VC 2010. It is suitable for beginner of FFmpeg. It encodes YUV420P data to H.264 bitstream. It only uses about 100 lines of code. Eacn line of source code is important. New developer of FFmpeg can learn FFmpeg's API through this software. It contains following project: simplest_ffmpeg_video_encoder: Simple Encoder. It uses libavcodec to encode video and uses libavformat to add container format to the video bitstream...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    simplest ffmpeg audio encoder

    simplest ffmpeg audio encoder

    The simplest audio encoder based on FFmpeg

    A simplest audio encoder based on FFmpeg. The software is based on VC 2010. It is suitable for beginner of FFmpeg. It encodes PCM data to AAC bitstream. It only uses about 100 lines of code. Eacn line of source code is important. New developer of FFmpeg can learn FFmpeg's API through this software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    simplest mediadata test

    simplest mediadata test

    samples to handling multimedia data

    This project contains following samples to handling multimedia data: (1) Video pixel data handling program. It contains several examples to handle RGB and YUV data. (2) Audio sample data handling program. It contains several examples to handle PCM data. (3) H.264 stream analysis program. It can parse H.264 bitstream and analysis NALU of stream. (4) AAC stream analysis program. It can parse AAC bitstream and analysis ADTS frame of stream. (5) FLV format analysis program. It can analysis FLV...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    jpegant

    jpegant

    Embedded JPEG encoder

    Jpegant is a compact JPEG encoder for embedded applications. It is intended to be executed on small microcontrollers or microprocessors. High speed and small memory usage is its main concern. It implements a subset of JPEG standard. Now the code contains JPEG decoder so if you decided to use nonstandard transform or entropy coding in encoder you still will be able to decode bitstream (provided that you keep the decoder in sync of course). Release 1.1 source code and Windows executables...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    simplest encoder

    simplest encoder

    Examples about video encoders

    This solutions contains examples about video encoders: simplest_vpx_encoder: simplest encoder based on libvpx simplest_x264_encoder: simplest encoder based on libx264 simplest_x265_encoder: simplest encoder based on libx265
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    GtilHEVCAnalyzer

    An open-source bitstream analyzer for HEVC

    Gitl HEVC Analyzer is a tool for bitstream analysis for HEVC. It is released under Apache License 2.0. In addition, it's NOT for commercial use. If you want to use it for commercial purpose, please contact us. If you are not using it to develop weapons, produce or sell illegal drugs, and if you are not a terrorist, we will give your a commercial version for free. If you are using it in academic institution, you can let us know and we will be happy to add you to the partner list. https...
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • 16

    Khartiya fonts

    Khartiya is extended Bitstream Charter font

    These fonts are based on the Bitstream Charter fonts which were released by Bitstream for X Window System. The primary goal is to add Cyrillic. Besides, the Khartiya fonts include smallcaps, oldstyle figures and other additional glyphs.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    ztex is a Firmware Kit with a corresponding Driver API for EZ-USB based hardware. The Firmware is written in C and assembled using a powerful macro processor. The Driver API allows the development of platform-independent device drivers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    ces265

    Multi-threaded High Efficiency Video Encoder

    ces265 is a "High Efficiency Video Coding" (HEVC) software written in C++ with multi-threading support. This software compresses the raw video stream in YUV 4:2:0 planar format into HEVC 8.0 compatible bitstream. Help is taken from HM-8.0, HM-9.2 and x265 software while writing this software. The contributors of this software are: 1- Muhammad Usman Karim Khan (http://ces.itec.kit.edu/~khan/) 2- Muhammad Shafique (http://ces.itec.kit.edu/~shafique/) 3- Jörg Henkel (http://ces.itec.kit.edu...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19

    SVC Demux & Mux

    SVC bitstream reordering tools for SVC-DASH

    Tools for Scalable Video Coding (SVC) bitstream reordering to support Dynamic Adaptive Streaming over HTTP (DASH). - Demultiplexer for SVC-DASH. Splits the SVC bitstream into chunks, one per layer. Also generates an MPD. This tool is deployed at the server. - Re-Multiplexer for SVC-DASH. Reorders SVC layer chunks into a single SVC bitstream. This tool is deployed at the client (after the DASH client, before the SVC decoder). Both tools are implemented as Python scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    FPGA Session Control [FSC]

    A tool suite to manage multiple bitstreams on remote FPGAs

    ... maintaining a high degree of resource availability. Also, support for new configuration methodologies and portability to the latest generations of FPGA platforms is required. This tool has new features like bitstream management, multiple session control, debugging capabilities and remote access that will enable the exploration of novelties in High Performance Reconfigurable Computing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    LiveVideo

    Real-time Video Analysis Software

    ...(at)kaist.ac.kr. When you use this software for your publications, please cite as follows. 1. Wonsang You, M.S. Houari Sabirin, and Munchurl Kim, "Moving object tracking in H.264/AVC bitstream," Lecture Notes in Computer Science, vol. 4577, 2007, pp. 483-492. 2. Wonsang You, M.S. Houari Sabirin, and Munchurl Kim, "Real-time detection and tracking of multiple objects with partial decoding in H.264/AVC bitstream domain," Proceedings of SPIE, vol. 7244, 72440D (February 2009).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    XvBA Tools is a library and small tool suite for demonstrating use of AMD's XvBA (X-Video Bitstream acceleration) API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Aften
    A/52 audio encoder. Creates stereo and multi-channel audio streams.
    Downloads: 58 This Week
    Last Update:
    See Project
  • 24
    Preon is a Java library for building codecs for bitstream-compressed data in a declarative way. Think JAXB or Hibernate, but then for binary encoded data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Modifies a MPEG-4 ASP video (XviD, DivX) without re-encoding (change aspect ratio, edit userdata, remove packed bitstream, and change interlaced field order). Also Warns about compatibility problems with standalone Players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next