Skip to content

Instantly share code, notes, and snippets.

From 3cdb0dc45c322d108ac15f59df915313ba6865e9 Mon Sep 17 00:00:00 2001
From: "Ronald S. Bultje" <rsbultje@gmail.com>
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 ++++++++++++++++++++++++++++++++++++++
#!/bin/bash
cpuinfo > cpuinfo.txt
# -----------------------------------------------------------
#
# Encodage H264 1080p24 8 bits profil "slower" avec optimisation "grain"
#
# -----------------------------------------------------------
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
# Contributor: Yuta Nakai <nak5124@live.jp>
_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')
@WyohKnott
WyohKnott / following2opml
Created January 9, 2015 16:25
Convert a Tumblelog following list to an OPML file
// ==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