Showing 480 open source projects for "avc/decoder"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Start Free
  • 1
    JuliusModels

    JuliusModels

    Open source speech models for Julius in English and other languages.

    Open source speech models for Julius speech decoder. Its aim is to give access a wider community of speech recognition enthusiasts to quality models, which they can use in their own projects on different OS platforms (Unix, Windows, etc...) All of the models are based on HTK modelling software and data sets available freely on the Internet.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    WOFF2

    WOFF2

    This document documents how to run the compression reference code

    ...Its encoder applies deterministic, spec-compliant transformations that maximize compressibility without altering rendering results, making it safe for production web delivery. The decoder is just as strict, validating headers and table checksums to guard against malformed inputs. Because WOFF2 is now ubiquitous across browsers and CDNs, this repo often serves as the canonical baseline for tooling.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 4

    JetiExTransmitterTelemetryLib

    Protocol decoder for Jeti EX data output on JETI DC/DS-14/16/24

    THIS PROJECT IS STILL BETA ! Decoder to process JETI EX telemetry data with Arduino. Connect your JETI Transmitter via "PPM Out"-connector to the RX-Pin of your Arduino board. Select "EX data stream" as data format on PPM-Out-Pin (Menu "Configuration/PPM con. settings") Current sample Sketch uses Serial-Output, so use it on "Micro Pro", "Leonardo " oder "Teensy", since these boards have multiple serial Interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Video processing source code for algorithms and tools used in software media pipelines. The currently available source code is written in C++ with their associated libraries and DirectShow Filters. Filters include an H.264 encoder, H.264 decoder, H.264 source filter, RTSP sink and source filters, YUV source, RGB to YUV color conversion, croppers, scalers, video mixing/picture in picture filters, rotate filter, virtual mic, and many more. Code is released under BSD license with exception of H.264 codec related classes which are released under LGPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    radius-decoder

    Decode Radius packet bytes

    This package will decode raw Radius Protocol bytes and fill them into the data structure which can be further used in applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    x264vfw
    x264vfw is the VfW (Video for Windows) version of well known x264 encoder + ffh264 decoder (from FFmpeg/Libav project).
    Leader badge
    Downloads: 350 This Week
    Last Update:
    See Project
  • 8

    tv16k7

    trace viewer and bus decoders for data captured by Agilent 16700 LA

    A tool for graphical analysis of digital traces recorded by Agilent's Logic Analyzers like HP16700. It is possible to perform higher level bus protocol decoding and parsing with help of "search" tab. These tabs are used to select the Bus Decoder (plugin shared library), configure Bus Decoder parameters and execute higher level analysis. The tool tries to be self descriptive and get as many information as possible from HP16700 for better documenting labor: e.g. test cases, spotted issues and so on. Keywords: Linux, C, C++, Qt, Qt4, Agilent/HP 16700 logic analyzer, Bus decoders (inverse assemblers), bus probing, bus protocol analyze
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    seq2seq

    seq2seq

    A general-purpose encoder-decoder framework for Tensorflow

    ...It also offered scripts for data preprocessing, evaluation, and exporting models for serving. Although now historical as newer frameworks have emerged, seq2seq remains a clear, pedagogical implementation that documents the core ideas behind modern encoder-decoder systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Start Free
  • 10

    Laz DICOM Decoder

    DICOM decoder for Lazarus

    DICOM decoder class for Lazarus
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    JSMpeg

    JSMpeg

    MPEG1 Video Decoder in JavaScript

    JSMpeg is a lightweight JavaScript MPEG1 video decoder and player designed for low-latency video streaming directly inside web browsers using HTML5 technologies. The project decodes MPEG video and MP2 audio entirely in JavaScript, allowing real-time playback without requiring plugins or native browser codec support. It is commonly used in applications involving webcam streaming, surveillance systems, remote monitoring, game streaming, and embedded video dashboards because of its low overhead and simplicity. jsmpeg supports WebSocket streaming pipelines, enabling live video feeds to be transmitted efficiently to browser clients with minimal latency. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ACARS decoder

    ACARS decoder

    An open source Acars decoder with rtl_sdr frontend

    Acarsdec is an open source, multi-channels realtime ACARS decoder for Linux. It features : - up to four channels decoded simultaneously - error detection AND correction - input from sound file , alsa sound card or software defined radio (SRD) via a rtl dongle (http://sdr.osmocom.org/trac/wiki/rtl-sdr) or airspy (http://www.airspy.com) - could send decoded acars to a server via UDP in planeploter format or its own dedicated format.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Format-Factory
    ...DVD Ripper. 7. Supports 69 languages. What's new in this version: Version 4.0: 1 Added HEVC(H265) codec in MP4,MKV; 2 Improved the algorithm of default bitrate; 3 AVC,HEVC,DIVX support codec CRF mode; 4 Updated some codecs and decodecs to latest version.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 14
    DJSON

    DJSON

    Fast Go decoder for dynamic JSON

    DJSON is a JSON decoder for Go that is 2~ to 3~ times faster than the standard encoding/json and the existing solutions when dealing with arbitrary JSON payload. It is a good approach for people who are using json.Unmarshal together with interface, don't know what the schema is, and still want good performance with minimal changes. DJSON is faster and allocates less memory than the other alternatives.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    FLAC is a free lossless compressed audio format which supports streaming and archival. The FLAC project maintains the format and provides a reference encoder/decoder and input plugins for several popular audio players.
    Leader badge
    Downloads: 209 This Week
    Last Update:
    See Project
  • 16
    JSONNeverDie

    JSONNeverDie

    Auto reflection tool from JSON to Model, user friendly JSON encoder

    JSONNeverDie is an auto-reflection tool from JSON to Model, a user-friendly JSON encoder/decoder, that aims to never die. Also, JSONNeverDie is a very important part of Pitaya.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    IU1BOW CW Decoder

    CW Decoder (Morse Decoder) with Arduino UNO ad 1.8 st7735r display

    this is the sketch for running a CW Decoder on Arduino UNO and a st7735r display
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    AAC-AVC Transcoder

    Transcode many formats of video into a singe industry standard format

    Takes disparate video formats and converts (transcodes) them into a industry standard format for better compatibility with more devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DVDx
    DVDx 4.0 is a very easy to use audio/video encoder and a powerful DVD copier. Read DVDs and audio/video files, encode to popular video formats: (S)VCD/CVD/DVD, Xvid/Divx, MPEG-4, H.264/AVC, QuickTime, Flash Video, Ogg, WebM, AC.3, MP3, MP4/AAC etc.
    Downloads: 64 This Week
    Last Update:
    See Project
  • 20

    Distant Speech Recognition

    Beamforming and Speech Recognition Toolkit

    BTK contains C++ and Python libraries that implement speech processing and microphone array techniques such as speech feature extraction, speech enhancement, speaker tracking, beamforming, dereverberation and echo cancellation algorithms. The Millennium ASR provides C++ and python libraries for automatic speech recognition. The Millennium ASR implements a weighted finite state transducer (WFST) decoder, training and adaptation methods. These toolkits are meant for facilitating research and development of automatic distant speech recognition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Sky Deutschland DS830NP

    Sky Deutschland DS830NP

    The Sky Deutschland DS830NP is a HD (MPEG-2/MPEG-4) set-top box

    The Sky Deutschland DS830NP is a HD (MPEG-2/MPEG-4) set-top box decoder with the following features: One DVB-S2 satellite tuner HDMI, USB, Ethernet, SCART and SPDIF outputs Dolby Digital Plus built-in codec Cisco conditional access support
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Base64encoder

    Base64encoder

    Convert files to Base64!

    Simple way to encode files and images in base64... Tutorial: http://www.youtube.com/watch?v=G1cQXnzOwcs
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23

    KIK Database Decoder

    A Forensic Viewer For KIK Databases

    This is a A Forensic Viewer For KIK Databases. It works on android and iOS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    rtl_adsb delphi xe8 port

    rtl_adsb delphi xe8 port

    Delphi port of rtl_adsb osmocom's decoder

    This is just a Delphi XE8 port of Osmocom`s rtl_adsb decoder. I just used own rtlsdr.dll wrapper and ported all the other code from rtl_adsb.c to delphi style, so all the decoder routine copyrights are owned by it's authors. This project is a demo software (but doing things) for educational purposes. Place 2 files from osmocom's librtlsdr windows build http://sdr.osmocom.org/trac/attachment/wiki/rtl-sdr/RelWithDebInfo.zip rtlsdr.dll libusb-1.0.dll into the same folder and then run rtl_****read_adsb.exe Go to https://sourceforge.net/projects/rtl-adsb-delphi-xe8-port/files/?...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Sky Deutschland TDS86xNSD(X) STB
    The Sky Deutschland TDS865NSD(X) and TDS866NSD(X) is a HD (MPEG-2/MPEG-4) set-top box decoder with the following features: Twin DVB-S2 satellite tuners Internal Disk or External Disk PVR unit (depending on model) HDMI, USB, Ethernet, SCART and SPDIF outputs Dolby Digital Plus built-in codec Cisco conditional access support
    Downloads: 0 This Week
    Last Update:
    See Project