Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libavtransport implementation tracker #4

Open
26 of 64 tasks
cyanreg opened this issue Nov 19, 2023 · 0 comments
Open
26 of 64 tasks

libavtransport implementation tracker #4

cyanreg opened this issue Nov 19, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@cyanreg
Copy link
Owner

cyanreg commented Nov 19, 2023

libavtransport current status:

  • I/O
    • FILE *
    • fd
    • UNIX socket
    • Network socket
    • mmap
    • liburing
    • Callback-based
  • Protocols
    • Datagram stream
    • Stream (file)
      • Seeking
    • Quic (via OpenSSL)
    • Packet reordering for UDP and Quic
    • Callback-based
  • Output
    • Packet scheduling
    • Compression
    • Session start
    • Stream registration
    • Stream data
    • Font data
    • Cube LUT
    • ICC profile
    • Video orientation
    • Video information
    • Metadata
    • LDPC encode
    • FEC parity
    • FEC grouping
  • Input
    • Decompression
    • Session start
    • Stream registration
    • Stream data
    • Font data
    • Cube LUT
    • ICC profile
    • Video orientation
    • Video information
    • Metadata
    • LDPC encode
    • FEC parity
    • FEC grouping
  • Robustness
    • Input reordering
    • Packet lifetime
    • Global sequence overflow considerations
    • Fuzzing
  • Reliability
    • Retransmission
    • LDPC smart bit weighting (more confidence in bits likely to be correct)
  • Optimizations
    • LDPC
      • SSE
      • AVX2
      • AArch64
      • RISC-V
    • FEC (RaptorQ)
      • SSE
      • AVX2
      • AArch64
      • RISC-V
    • Faster packet delimiting for corrupt files
@cyanreg cyanreg self-assigned this Nov 19, 2023
@cyanreg cyanreg pinned this issue Nov 19, 2023
@cyanreg cyanreg added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Nov 19, 2023
@cyanreg cyanreg changed the title libavstream implementation tracker libavtransport implementation tracker Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant