]> source.dussan.org Git - tigervnc.git/commit
H264 Decoder
authorVladimir Sukhonosov <xornet@xornet.org>
Fri, 21 Jan 2022 04:59:02 +0000 (07:59 +0300)
committerVladimir Sukhonosov <xornet@xornet.org>
Fri, 21 Jan 2022 05:26:07 +0000 (08:26 +0300)
commit03df44849617122fba9b521006ae147e4520bf73
tree2fce438db755881d2a1863a3353e8194ef0c8379
parenta1d755a5f833c47d9c6fde4da1ec7e9e8631f1ce
H264 Decoder

Linux implementation using ffmpeg
21 files changed:
.github/workflows/build.yml
BUILDING.txt
CMakeLists.txt
common/rfb/CMakeLists.txt
common/rfb/Decoder.cxx
common/rfb/H264Decoder.cxx [new file with mode: 0644]
common/rfb/H264Decoder.h [new file with mode: 0644]
common/rfb/H264DecoderContext.cxx [new file with mode: 0644]
common/rfb/H264DecoderContext.h [new file with mode: 0644]
common/rfb/H264LibavDecoderContext.cxx [new file with mode: 0644]
common/rfb/H264LibavDecoderContext.h [new file with mode: 0644]
common/rfb/encodings.cxx
common/rfb/encodings.h
contrib/packages/deb/ubuntu-bionic/debian/control
contrib/packages/deb/ubuntu-focal/debian/control
contrib/packages/rpm/el7/SPECS/tigervnc.spec
contrib/packages/rpm/el8/SPECS/tigervnc.spec
tests/perf/CMakeLists.txt
vncviewer/CMakeLists.txt
vncviewer/OptionsDialog.cxx
vncviewer/OptionsDialog.h