{"id":13831650,"url":"https://github.com/bbc/turingcodec","last_synced_at":"2025-04-06T20:32:00.295Z","repository":{"id":136960903,"uuid":"62571322","full_name":"bbc/turingcodec","owner":"bbc","description":"Source code for the Turing codec, an HEVC software encoder optimised for fast encoding of large resolution video content","archived":false,"fork":false,"pushed_at":"2017-11-13T10:51:02.000Z","size":4384,"stargazers_count":153,"open_issues_count":9,"forks_count":39,"subscribers_count":47,"default_branch":"stable","last_synced_at":"2024-08-05T10:18:16.816Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://turingcodec.org/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bbc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-07-04T15:17:34.000Z","updated_at":"2024-07-25T15:10:43.000Z","dependencies_parsed_at":"2023-10-20T18:19:05.966Z","dependency_job_id":null,"html_url":"https://github.com/bbc/turingcodec","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbc%2Fturingcodec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbc%2Fturingcodec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbc%2Fturingcodec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbc%2Fturingcodec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbc","download_url":"https://codeload.github.com/bbc/turingcodec/tar.gz/refs/heads/stable","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223263752,"owners_count":17115970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T10:01:35.186Z","updated_at":"2024-11-06T00:25:33.055Z","avatar_url":"https://github.com/bbc.png","language":"C++","readme":"# Turing codec\n\n**The turing codec (see http://turingcodec.org) is a software HEVC codec**\n\nThe code is published under the GPL version 2 licence.  Commercial support and intellectual property rights for the Turing codec are also available under a proprietary license. \nFor more information, contact us at info @ turingcodec.org.\n\n## Building for the first time\n\nIf any problems are discovered during this process, please edit the project's `README.md` file to change or improve these instructions.  This way, others will not have to suffer the same issues.\n\nFirst, clone the code from GitHub:\n\n```\ngit clone https://github.com/bbc/turingcodec.git\ncd turingcodec\ngit checkout {stable|develop}\n```\n\n### Microsoft Windows (with Visual Studio 2015)\n#### Prequisites\n  * CMake for Windows (version 3.4.1 used when writing these instructions).\n\n#### Building the project executable\n* Open CMake for Windows\n * Set \"Where is the source code\" as the folder containing this README.md file\n * Set \"Where to build the binaries\" to any new folder location you prefer\n * Click 'Configure' and select the Win64 configuration for Visual Studio 2015\n * Click 'Generate'\n * Project file \"Turing.sln\" should be emitted into the new build folder location - open this in Visual Studio and build either as `Debug` or `Release\n\n### Linux\n#### Prerequisites\nCMake\n\nRun the following commands to install necessary tools and libraries:\n\n\n```\nsudo apt-get update\nsudo apt-get install git-core\nsudo apt-get install g++\nsudo apt-get install make\n```\n\nMake a local clone of this repository and `cd` to its root folder.\n\n#### Build and test\n\n```\nmkdir -p build/debug build/release\ncd build/release\ncmake ../../\n```\n\nBuild the Turing codec executable:\n\n```\nmake\n```\n","funding_links":[],"categories":["C++","Codecs"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbc%2Fturingcodec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbc%2Fturingcodec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbc%2Fturingcodec/lists"}