X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=README;h=9755514c9957f5519263de06f3d9892ed568d067;hb=5983f215fca61d7dcd1073daecc953b0f650b00f;hp=cd85e54fa12759449cdb77893ac0e5ccef4bd375;hpb=503db38359dad57d06121988943634e3eddc6b54;p=nageru diff --git a/README b/README index cd85e54..9755514 100644 --- a/README +++ b/README @@ -74,6 +74,14 @@ Nageru currently needs: - SQLite, for storing Futatabi state. + - libjpeg, for encoding MJPEG streams when VA-API JPEG support is not + available. + + - Zita-resampler, for adjusting audio to be in sync with video. + + - Protocol Buffers (protobuf), for storing various forms of settings and + state. + - Meson, for building. - Optional: CEF (Chromium Embedded Framework), for HTML graphics. @@ -95,7 +103,7 @@ with: libzita-resampler-dev libva-dev libavcodec-dev libavformat-dev \ libswscale-dev libavresample-dev libmovit-dev libegl1-mesa-dev \ libasound2-dev libx264-dev libbmusb-dev protobuf-compiler \ - libprotobuf-dev libsqlite3-dev meson + libprotobuf-dev libsqlite3-dev meson libjpeg-dev Exceptions as of December 2018: @@ -170,6 +178,7 @@ Portions Copyright (C) 2010-2015 Fons Adriaensen . Portions Copyright (C) 2012-2015 Fons Adriaensen . Portions Copyright (C) 2008-2015 Fons Adriaensen . Portions Copyright (c) 2007-2013 Intel Corporation. All Rights Reserved. +Portions Copyright (C) 2019 Yngve Molnes. This program is free software: you can redistribute it and/or modify