Git Product home page Git Product logo

Comments (5)

fancycode avatar fancycode commented on August 30, 2024

Sorry, I don't understand your report. Is this the error you are getting from VS? Which version of VS are you using and how do you compile libde265?

from libde265.

jessejiang0214 avatar jessejiang0214 commented on August 30, 2024

Hi, I want to build libde265 in VS2013. I modify the script libde265\build\vc9-x86\make-solution.bat, delete the ' -G "Visual Studio 9 2008"', then the CMake can general the solution file for VS2013. But I found some files are missed. so I modify the \libde265\dec265\CMakeLists.txt in that way. The VS build it well.

I think this is a bug, I try to push the path on git, but I have no permission.

Another issue is I download the vlc-libde265 from
https://github.com/strukturag/vlc-2.1/releases/tag/2.1.4-libde265-3
It crash on Windows 8.1, hope you can fix it.

At last, I want to use opencl to accelerate the decoding. Do you have any suggestion about this?

from libde265.

fancycode avatar fancycode commented on August 30, 2024

Please fork libde265 to your user and create a pull request with the changes.

from libde265.

jessejiang0214 avatar jessejiang0214 commented on August 30, 2024

Thanks, any suggestion about open-cl decoding?

from libde265.

farindk avatar farindk commented on August 30, 2024

The functions that are probably best to implement with OpenCL are the SAO and deblocking filters. These are very regular and can be carried out over the whole image. Theoretically, there can be complications at slice/tile boundaries, but since most streams are single slice/tile only, the "special case" of a simple single slice/tile accelerated function would cover most cases.

from libde265.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.