about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedgstreamer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added some missing newlines (#2567)Yang Liu2025-04-241-2/+2
|
* [WRAPPER] Added 1 wrapped function and fixed one on gstreamerptitSeb2025-01-291-0/+26
|
* Added [BOX64] prefix for all the stdout logs (#2279)Yang Liu2025-01-211-2/+2
| | | | | | | * Added [BOX64] prefix for all the stdout logs * Remove some hardcoded prefix * review
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ENV] Initial refactor of env variables infrastructure * Ported BOX64_DYNAREC_LOG * Ported more options * Ported BOX64_MALLOC_HACK * Ported BOX64_DYNAREC_TEST * Ported more options * Ported more options * Ported more options * Ported all options * Removed old rcfile parser * Fix * review * fix * fix * more fixes
* [WRAPPER] Reworked gstreamer with new wrapperhelperptitSeb2024-11-251-7/+98
|
* [WRAPPER] merged android naming so no more ifdef is neededptitSeb2024-11-041-9/+3
|
* [GTK] Added wrapped GstVideoBufferPoolptitSeb2024-08-071-1/+3
|
* Wrapped some more functions to gstreamer-1.0 and friends (for #1397)ptitSeb2024-04-031-0/+56
|
* Wrapped 2 more functionto gstreamer-1.0 (for #1397)ptitSeb2024-04-031-0/+28
|
* Wrapped libraries refactor (#1257)rajdakin2024-02-101-23/+11
| | | | | | | | | | | * [MISC] Removed a warning caused by tab/space mismatch * [WRAPPED] Factored out `getMy` and `freeMy` calls * [WRAPPED] Small cleanup of the init header * [WRAPPED] Factored out `SETALT` * [WRAPPED] Factored out needed libs
* Fixes (#1207)rajdakin2024-01-181-2/+2
| | | | | | | | | | | * Fixed signed/unsigned issues and other cosmetics * [WRAPPERS] Fixed missing `return`s in `my_` functions * [EMU] More fixes * [STEAM] Forgot one cleanup * [WRAPPER] Fixed wrappedpulse callback signatures
* Add __sF, __assert2 Symbol and set PThread Symbols on libc (#1004)KreitinnSoftware2023-10-021-11/+28
| | | | | * Add __sF, __assert2 Symbol and set PThread Symbols on libc * [ANDROID] Fix Most Library Names
* Improvd steam/proton handling, and gstreamer initialization and a large ↵ptitSeb2023-09-161-16/+601
| | | | bunch of gtk improvments
* Removed some debug leftover in libgstreamerptitSeb2023-09-091-2/+2
|
* Added some more wrapped functionsptitSeb2023-09-091-0/+79
|
* Removed useless box64context_t parameter to RunFunction and friendptitSeb2023-07-091-9/+9
|
* Added GstTaskPoll to gtkclass wrappingptitSeb2023-05-281-0/+2
|
* Added some more libgstreamer wrapped functionsptitSeb2023-05-091-0/+27
|
* [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768)Yang Liu2023-05-071-33/+33
| | | | | | | | | * [WRAPPER] Used RunFunctionFmt for better sign-extend handling * [WRAPPER] Fixed some typos * [WRAPPER] Use L for unsigned long for better portability * [WRAPPER] More replace from U to L
* Added some more gstreamer wrapped function (in sync with box86)ptitSeb2023-04-091-1/+54
|
* Wrapped GstAllocator and GstObject structuresptitSeb2022-12-031-3/+10
|
* Added more gstreamer wrapped functionsptitSeb2022-07-091-1/+19
|
* Some refactor on wrapped lib handling, to limit calloc/free used and get ↵ptitSeb2022-05-091-43/+3
| | | | more straight forward usage of native wrapped functions (ported from box86)
* Some fixes to gstreamer-1.0 wrappingptitSeb2022-03-201-4/+4
|
* Added preliminary wrapped libFAudio; libgstreamer (and friends) and libgmpptitSeb2022-01-221-0/+340