Chromium browser for Fedora Linux with video acceleration patches.
Python Shell
Switch branches/tags
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.travis.yml Update .travis.yml Mar 11, 2018
README.md Create README.md Mar 1, 2018
angle.patch Fixed everything for now(hopefuly); Updated spec files Mar 1, 2018
chrome-remote-desktop@.service Initial upload and added patches Feb 18, 2018
chromium-browser.appdata.xml Fixed everything for now(hopefuly); Updated spec files Mar 1, 2018
chromium-browser.desktop Initial upload and added patches Feb 18, 2018
chromium-browser.sh Enabled video acceleration by default Mar 13, 2018
chromium-browser.xml Initial upload and added patches Feb 18, 2018
chromium-ffmpeg-clean.sh Fixed everything for now(hopefuly); Updated spec files Mar 1, 2018
chromium-ffmpeg-free-sources.py Fixed everything for now(hopefuly); Updated spec files Mar 1, 2018
chromium-latest.py Fixed everything for now(hopefuly); Updated spec files Mar 1, 2018
chromium_vaapi.spec Update to 65.0.3325.181 Mar 24, 2018
commit.patch Fixed everything for now(hopefuly); Updated spec files Mar 1, 2018
get_free_ffmpeg_source_files.py Fixed everything for now(hopefuly); Updated spec files Mar 1, 2018
get_linux_tests_names.py update to 64.0.3282.186 Feb 27, 2018
init.patch Update init.patch Mar 11, 2018
master_preferences Initial upload and added patches Feb 18, 2018
math.patch Added more patches Mar 11, 2018
memcpy.patch Update memcpy.patch Mar 11, 2018
rgbx.patch Fixed everything for now(hopefuly); Updated spec files Mar 1, 2018
stdin.patch Added more patches Mar 11, 2018
vaapi.patch Update and rename 2ndstep.patch to vaapi.patch Mar 11, 2018

README.md

Chromium-vaapi

Chromium browser for Fedora Linux with video acceleration patches. Installation Instructions THIS IS NOT AN OFFICIAL FEDORA BUILD***

ONLY FOR TESTING

Patches are taken from various sources. I thank them for the contribution.

Chromium browser with hardware video decoding will not only increase the battery by minimising the power consumption but also enable 4k video on weak platforms (If supported).

installing this build requires vaapi driver to be installed in the system. check with vainfo. The hardware video decoding with this patch is still disabled. enable it in chrome://flags/#enable-accelerated-video Check cpu usages in both enabled and disabled state.

AMD GPU provides both vaapi and vdpau. If vainfo gives an error try "export LIBVA_DRIVER_NAME=[codename of your amd gpu(radeonsi,etc)without brackets} #AMDGPU users are effected by this bug : https://bugs.chromium.org/p/chromium/issues/detail?id=719213

Nvidia user install libva-vdpau-driver

Intel GPU:libva-intel-driver

This copr build doesn't include proprietary codecs like h264. In order to fully test vaapi capabilities install chromium from Github release tab. This package might cause conflicts with similar packages on the system.