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

Support NV12-encoded images #3541

Merged
merged 25 commits into from
Oct 16, 2023
Merged

Support NV12-encoded images #3541

merged 25 commits into from
Oct 16, 2023

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    ed71fe1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    a95e190 View commit details
    Browse the repository at this point in the history
  2. clean shader

    zrezke committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    7f299b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Update crates/re_types/src/datatypes/tensor_data_ext.rs

    Co-authored-by: Andreas Reich <r_andreas2@web.de>
    zrezke and Wumpf committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    a3495b7 View commit details
    Browse the repository at this point in the history
  2. Update crates/re_renderer/src/renderer/rectangles.rs

    Co-authored-by: Andreas Reich <r_andreas2@web.de>
    zrezke and Wumpf committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    54e32c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Rename texture encoding to shader_decoding, fix sizing multipliers, f…

    …ix gamma correction, fix shader clamping errors. Added a reference for the YUV2sRGB conversion coefficients. Made the image_height_width_channels TensorBuffer matching exhaustive.
    zrezke committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    ae1da4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8340261 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    b39e405 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    4e786a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    e542a4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e877d9 View commit details
    Browse the repository at this point in the history
  3. python formatting

    Wumpf authored and zrezke committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4ee7523 View commit details
    Browse the repository at this point in the history
  4. nv12 image test

    Wumpf authored and zrezke committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    276ce92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce23bee View commit details
    Browse the repository at this point in the history
  6. Fill in example readme

    zrezke committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    21aa188 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ddef73 View commit details
    Browse the repository at this point in the history
  8. in order

    zrezke committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4378bb7 View commit details
    Browse the repository at this point in the history
  9. Removed the link to example

    zrezke committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e98c19b View commit details
    Browse the repository at this point in the history
  10. python lints

    zrezke committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    910292f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb69c1e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2ad6ecd View commit details
    Browse the repository at this point in the history
  13. fix missing nv12 case in tensor_buffer_ext

    Wumpf authored and zrezke committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d7de4ee View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e5a77ce View commit details
    Browse the repository at this point in the history
  15. rerun codegen after main merge

    Wumpf authored and zrezke committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d7bb552 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fc13dd7 View commit details
    Browse the repository at this point in the history