stash/internal/api
NodudeWasTaken 0c1b02380e
Simple hardware encoding (#3419)
* HW Accel
* CUDA Docker build and adjust the NVENC encoder
* Removed NVENC preset

Using legacy presets is removed in SDK 12 and deprecated since SDK 10.
This commit removed the preset to allow ffmpeg to select the default one.

---------

Co-authored-by: Nodude <>
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2023-03-10 11:25:55 +11:00
..
loaders [Files Refactor] Performance tuning (#2865) 2022-09-06 07:04:52 +00:00
urlbuilders Revert removal of chapters_vtt from ScenePathsType (#3128) 2022-11-16 09:45:45 +11:00
authentication.go Update the links after minor file restructuring (#3396) 2023-02-06 16:34:06 +11:00
changeset_translator.go Fix date fields not being nulled correctly when cleared (#3243) 2022-12-06 13:33:58 +11:00
check_version.go Fix latest version (#3464) 2023-02-22 10:00:34 +11:00
context_keys.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
dir_list.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
images.go Performer refactor (#3057) 2022-10-31 14:58:01 +11:00
locale.go I18N: Add Estonian, Russian first-level langs, add many preview langs (#3176) 2022-11-22 18:27:47 -05:00
resolver.go Add additional latest version info (#3357) 2023-02-08 15:02:23 +11:00
resolver_model_gallery.go Improved gallery cover lookup (#3391) 2023-02-22 18:50:12 +11:00
resolver_model_image.go [Feature] Images new fields : URL & Date (#3015) 2022-12-20 11:13:41 +11:00
resolver_model_movie.go Fix database locked errors (#3153) 2022-11-21 06:49:10 +11:00
resolver_model_performer.go Performer disambiguation and aliases (#3113) 2022-12-01 13:54:08 +11:00
resolver_model_scene.go Fix database locked errors (#3153) 2022-11-21 06:49:10 +11:00
resolver_model_scene_marker.go Fix database locked errors (#3153) 2022-11-21 06:49:10 +11:00
resolver_model_studio.go Add studio performer count (#3362) 2023-01-28 19:12:47 -05:00
resolver_model_tag.go Fix database locked errors (#3153) 2022-11-21 06:49:10 +11:00
resolver_mutation_configure.go Simple hardware encoding (#3419) 2023-03-10 11:25:55 +11:00
resolver_mutation_dlna.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_mutation_file.go [Files Refactor] Object file management (#2790) 2022-10-06 14:50:06 +11:00
resolver_mutation_gallery.go Stash rating system (#2830) 2022-11-16 09:31:44 +11:00
resolver_mutation_image.go [Feature] Images new fields : URL & Date (#3015) 2022-12-20 11:13:41 +11:00
resolver_mutation_job.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
resolver_mutation_metadata.go Add anonymise database task (#3186) 2022-12-23 09:15:27 +11:00
resolver_mutation_movie.go Stash rating system (#2830) 2022-11-16 09:31:44 +11:00
resolver_mutation_performer.go Performer disambiguation and aliases (#3113) 2022-12-01 13:54:08 +11:00
resolver_mutation_plugin.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_mutation_saved_filter.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
resolver_mutation_scene.go Performer disambiguation and aliases (#3113) 2022-12-01 13:54:08 +11:00
resolver_mutation_scraper.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
resolver_mutation_stash_box.go Include database cover in draft submission if filesystem version not present (#3465) 2023-02-27 10:28:00 +11:00
resolver_mutation_studio.go Stash rating system (#2830) 2022-11-16 09:31:44 +11:00
resolver_mutation_tag.go Add descriptions to tags and display tag cards on hover (#2708) 2022-10-06 10:01:06 +11:00
resolver_mutation_tag_test.go Use post commit hook for post-create plugin hooks (#2920) 2022-09-19 14:53:06 +10:00
resolver_query_configuration.go Simple hardware encoding (#3419) 2023-03-10 11:25:55 +11:00
resolver_query_dlna.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_query_find_gallery.go Optimize allData queries (#3452) 2023-02-20 09:24:47 +11:00
resolver_query_find_image.go Optimize allData queries (#3452) 2023-02-20 09:24:47 +11:00
resolver_query_find_movie.go Improve 'item not found' pages (#3438) 2023-02-16 10:12:01 +11:00
resolver_query_find_performer.go Improve 'item not found' pages (#3438) 2023-02-16 10:12:01 +11:00
resolver_query_find_saved_filter.go Improve 'item not found' pages (#3438) 2023-02-16 10:12:01 +11:00
resolver_query_find_scene.go Optimize allData queries (#3452) 2023-02-20 09:24:47 +11:00
resolver_query_find_scene_marker.go Optimize allData queries (#3452) 2023-02-20 09:24:47 +11:00
resolver_query_find_studio.go Improve 'item not found' pages (#3438) 2023-02-16 10:12:01 +11:00
resolver_query_find_tag.go Improve 'item not found' pages (#3438) 2023-02-16 10:12:01 +11:00
resolver_query_job.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_query_logs.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_query_metadata.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_query_plugin.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_query_scene.go Fix database locked errors (#3153) 2022-11-21 06:49:10 +11:00
resolver_query_scraper.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
resolver_subscription_job.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
resolver_subscription_logging.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
routes_custom.go Handle index.html correctly in custom served folders (#3168) 2022-11-22 10:21:15 +11:00
routes_downloads.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
routes_image.go Fix database locked errors (#3153) 2022-11-21 06:49:10 +11:00
routes_movie.go Fix database locked errors (#3153) 2022-11-21 06:49:10 +11:00
routes_performer.go Fix database locked errors (#3153) 2022-11-21 06:49:10 +11:00
routes_scene.go Add DASH streams for VP9 transcoding (#3275) 2023-03-07 12:57:27 +11:00
routes_studio.go Fix database locked errors (#3153) 2022-11-21 06:49:10 +11:00
routes_tag.go Fix database locked errors (#3153) 2022-11-21 06:49:10 +11:00
scraped_content.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
server.go Overhaul HLS streaming (#3274) 2023-02-24 14:55:46 +11:00
session.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
types.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00