This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name following2opml | |
| // @namespace following2opml | |
| // @description Convert a Tumblelog following list to an OPML file | |
| // @author Wyoh | |
| // @include https://www.tumblr.com/following | |
| // @homepage http://wyoh.tumblr.com | |
| // @license WTFPL — http://www.wtfpl.net/ | |
| // @version 1.0 | |
| // @grant none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: Alexey Pavlov <[email protected]> | |
| # Contributor: Yuta Nakai <[email protected]> | |
| _realname=x265 | |
| pkgbase=mingw-w64-${_realname} | |
| pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" | |
| pkgver=1.9 | |
| pkgrel=1 | |
| pkgdesc='Open Source H265/HEVC video encoder (mingw-w64)' | |
| arch=('any') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| cpuinfo > cpuinfo.txt | |
| # ----------------------------------------------------------- | |
| # | |
| # Encodage H264 1080p24 8 bits profil "slower" avec optimisation "grain" | |
| # | |
| # ----------------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 3cdb0dc45c322d108ac15f59df915313ba6865e9 Mon Sep 17 00:00:00 2001 | |
| From: "Ronald S. Bultje" <[email protected]> | |
| Date: Mon, 21 May 2018 17:46:48 -0400 | |
| Subject: [PATCH] libdav1d-based AV1 decoder. | |
| --- | |
| configure | 4 + | |
| libavcodec/Makefile | 1 + | |
| libavcodec/allcodecs.c | 1 + | |
| libavcodec/libdav1d_dec.c | 180 ++++++++++++++++++++++++++++++++++++++ |