You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Decoding costs very little CPU time compared to modern video formats. All patent
17
17
-[video](https://github.com/hajimehoshi/ebiten/tree/main/examples/video) - video example using `Ebitengine` with accelerated YUV->RGB conversion
18
18
-[player-rl](https://github.com/gen2brain/mpeg-examples/blob/main/player-rl) - player using `raylib` with YUV->RGB conversion done on CPU
19
19
-[player-sdl](https://github.com/gen2brain/mpeg-examples/blob/main/player-sdl) - player using `SDL2` with accelerated YUV->RGB conversion
20
+
-[player-sdl3](https://github.com/gen2brain/mpeg-examples/blob/main/player-sdl3) - player using `SDL3` with accelerated YUV->RGB conversion
20
21
-[player-web](https://github.com/gen2brain/mpeg-examples/blob/main/player-web) - player using `WebGL` and `WebAudio`, see [live example](https://gen2brain.github.io/mpeg)
21
22
-[player-xv](https://github.com/gen2brain/mpeg-examples/blob/main/player-xv) - player using `X11/XVideo` and `OSS`, accelerated
0 commit comments