summary refs log tree commit diff
path: root/src/BlurhashProvider.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Convert blurhash image format on worker threadNicolas Werner2021-12-301-1/+1
| | | | Not only should this prevent hickups, it also fixes a potential crash.
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-1/+1
|
* Modernize blurhashprovider implementationNicolas Werner2021-12-211-10/+7
| | | | | | | | Might fix #844 See https://code.qt.io/cgit/qt/qtdeclarative.git/commit/examples/quick/imageresponseprovider/imageresponseprovider.cpp?h=5.15&id=b1f238568214e6587b829d6695677e55a99b1d40 for context.
* Change indentation to 4 spacesNicolas Werner2021-09-181-28/+28
|
* Fix blurhash discoloration on decodeNicolas Werner2021-07-091-4/+6
|
* Update license headersNicolas Werner2021-03-051-0/+4
|
* lintNicolas Werner2020-12-251-1/+2
|
* Fix some compiler warningsNicolas Werner2020-12-251-1/+1
|
* Make blurhash provider asyncNicolas Werner2020-03-041-13/+22
|
* Speed up blurhash codeNicolas Werner2020-03-041-16/+3
|
* Experimental blurhash implementation (MXC2448)Nicolas Werner2020-03-031-0/+42