awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesSlicing-Based Parallelism

Parallelization strategy that divides video frames into independent strips for simultaneous encoding.

Distinct from Parallel Encoding and Decoding: Specifically covers spatial slicing of frames, distinct from general thread distribution for codec operations.

Explore 1 awesome GitHub repository matching graphics & multimedia · Slicing-Based Parallelism. Refine with filters or upvote what's useful.

Awesome Slicing-Based Parallelism GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • cisco/openh264Avatar cisco

    cisco/openh264

    6,079Vezi pe GitHub↗

    OpenH264 is a library for encoding and decoding video using the H.264 standard. It provides tools to transform raw video frames into compressed byte streams and decompress those streams back into raw pixel frames. The project includes a simulcast video stream generator that produces multiple resolutions from a single source. This capability supports adaptive bitrate streaming and real-time video communication across varying network conditions. The system implements video processing workflows including adaptive rate control, slicing-based parallel encoding, and YUV planar buffer management. I

    Divides video frames into horizontal strips to enable simultaneous compression across multiple CPU cores.

    C++
    Vezi pe GitHub↗6,079
  1. Home
  2. Graphics & Multimedia
  3. Video Encoding and Decoding
  4. Parallel Encoding and Decoding
  5. Slicing-Based Parallelism