├── Debug ├── bitstream.exe ├── bitstream.ilk └── bitstream.pdb ├── bitstream.sdf ├── bitstream.sln ├── bitstream.v12.suo ├── bitstream ├── Debug │ ├── bitstream.Build.CppClean.log │ ├── bitstream.log │ ├── bitstream.obj │ ├── bitstream.pch │ ├── bitstream.tlog │ │ ├── CL.read.1.tlog │ │ ├── CL.write.1.tlog │ │ ├── bitstream.lastbuildstate │ │ ├── cl.command.1.tlog │ │ ├── link.command.1.tlog │ │ ├── link.read.1.tlog │ │ └── link.write.1.tlog │ ├── cavlc.obj │ ├── loopfilter.obj │ ├── memalloc.obj │ ├── parset.obj │ ├── pred.obj │ ├── stdafx.obj │ ├── transform.obj │ ├── vc120.idb │ └── vc120.pdb ├── MaxCuDQPDepth0.bin ├── MaxCuDQPDepth1.bin ├── MaxCuDQPDepth2.bin ├── MaxCuDQPDepth3.bin ├── ReadMe.txt ├── bitstream.cpp ├── bitstream.vcxproj ├── bitstream.vcxproj.filters ├── bitstream.vcxproj.user ├── bitstream_header.h ├── cavlc.cpp ├── cavlc.h ├── log_trace2.txt ├── loopfilter.cpp ├── memalloc.cpp ├── parset.cpp ├── pred.cpp ├── src01_480x272_32.hm10 ├── src01_480x272_37.hm10 ├── stdafx.cpp ├── stdafx.h ├── targetver.h ├── test.265 ├── test16001.265 ├── test2.265 ├── test4k26M.265 ├── test4k40M.265 ├── testb.265 └── transform.cpp ├── ipch ├── bitstream-2b46716c │ └── bitstream-c8064e57.ipch └── bitstream-2e12cc0a │ └── bitstream-c8064e57.ipch └── readme.txt /Debug/bitstream.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/Debug/bitstream.exe -------------------------------------------------------------------------------- /Debug/bitstream.ilk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/Debug/bitstream.ilk -------------------------------------------------------------------------------- /Debug/bitstream.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/Debug/bitstream.pdb -------------------------------------------------------------------------------- /bitstream.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream.sdf -------------------------------------------------------------------------------- /bitstream.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream.sln -------------------------------------------------------------------------------- /bitstream.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream.v12.suo -------------------------------------------------------------------------------- /bitstream/Debug/bitstream.Build.CppClean.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/Debug/bitstream.Build.CppClean.log -------------------------------------------------------------------------------- /bitstream/Debug/bitstream.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/Debug/bitstream.log -------------------------------------------------------------------------------- /bitstream/Debug/bitstream.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/Debug/bitstream.obj -------------------------------------------------------------------------------- /bitstream/Debug/bitstream.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/Debug/bitstream.pch -------------------------------------------------------------------------------- /bitstream/Debug/bitstream.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/Debug/bitstream.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /bitstream/Debug/bitstream.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/Debug/bitstream.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /bitstream/Debug/bitstream.tlog/bitstream.lastbuildstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/Debug/bitstream.tlog/bitstream.lastbuildstate -------------------------------------------------------------------------------- /bitstream/Debug/bitstream.tlog/cl.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/Debug/bitstream.tlog/cl.command.1.tlog -------------------------------------------------------------------------------- /bitstream/Debug/bitstream.tlog/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/Debug/bitstream.tlog/link.command.1.tlog -------------------------------------------------------------------------------- /bitstream/Debug/bitstream.tlog/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/Debug/bitstream.tlog/link.read.1.tlog -------------------------------------------------------------------------------- /bitstream/Debug/bitstream.tlog/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/Debug/bitstream.tlog/link.write.1.tlog -------------------------------------------------------------------------------- /bitstream/Debug/cavlc.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/Debug/cavlc.obj -------------------------------------------------------------------------------- /bitstream/Debug/loopfilter.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/Debug/loopfilter.obj -------------------------------------------------------------------------------- /bitstream/Debug/memalloc.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/Debug/memalloc.obj -------------------------------------------------------------------------------- /bitstream/Debug/parset.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/Debug/parset.obj -------------------------------------------------------------------------------- /bitstream/Debug/pred.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/Debug/pred.obj -------------------------------------------------------------------------------- /bitstream/Debug/stdafx.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/Debug/stdafx.obj -------------------------------------------------------------------------------- /bitstream/Debug/transform.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/Debug/transform.obj -------------------------------------------------------------------------------- /bitstream/Debug/vc120.idb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/Debug/vc120.idb -------------------------------------------------------------------------------- /bitstream/Debug/vc120.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/Debug/vc120.pdb -------------------------------------------------------------------------------- /bitstream/MaxCuDQPDepth0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/MaxCuDQPDepth0.bin -------------------------------------------------------------------------------- /bitstream/MaxCuDQPDepth1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/MaxCuDQPDepth1.bin -------------------------------------------------------------------------------- /bitstream/MaxCuDQPDepth2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/MaxCuDQPDepth2.bin -------------------------------------------------------------------------------- /bitstream/MaxCuDQPDepth3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/MaxCuDQPDepth3.bin -------------------------------------------------------------------------------- /bitstream/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/ReadMe.txt -------------------------------------------------------------------------------- /bitstream/bitstream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/bitstream.cpp -------------------------------------------------------------------------------- /bitstream/bitstream.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/bitstream.vcxproj -------------------------------------------------------------------------------- /bitstream/bitstream.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/bitstream.vcxproj.filters -------------------------------------------------------------------------------- /bitstream/bitstream.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/bitstream.vcxproj.user -------------------------------------------------------------------------------- /bitstream/bitstream_header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/bitstream_header.h -------------------------------------------------------------------------------- /bitstream/cavlc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/cavlc.cpp -------------------------------------------------------------------------------- /bitstream/cavlc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/cavlc.h -------------------------------------------------------------------------------- /bitstream/log_trace2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/log_trace2.txt -------------------------------------------------------------------------------- /bitstream/loopfilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/loopfilter.cpp -------------------------------------------------------------------------------- /bitstream/memalloc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/memalloc.cpp -------------------------------------------------------------------------------- /bitstream/parset.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/parset.cpp -------------------------------------------------------------------------------- /bitstream/pred.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/pred.cpp -------------------------------------------------------------------------------- /bitstream/src01_480x272_32.hm10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/src01_480x272_32.hm10 -------------------------------------------------------------------------------- /bitstream/src01_480x272_37.hm10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/src01_480x272_37.hm10 -------------------------------------------------------------------------------- /bitstream/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/stdafx.cpp -------------------------------------------------------------------------------- /bitstream/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/stdafx.h -------------------------------------------------------------------------------- /bitstream/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/targetver.h -------------------------------------------------------------------------------- /bitstream/test.265: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/test.265 -------------------------------------------------------------------------------- /bitstream/test16001.265: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/test16001.265 -------------------------------------------------------------------------------- /bitstream/test2.265: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/test2.265 -------------------------------------------------------------------------------- /bitstream/test4k26M.265: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/test4k26M.265 -------------------------------------------------------------------------------- /bitstream/test4k40M.265: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/test4k40M.265 -------------------------------------------------------------------------------- /bitstream/testb.265: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/testb.265 -------------------------------------------------------------------------------- /bitstream/transform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/bitstream/transform.cpp -------------------------------------------------------------------------------- /ipch/bitstream-2b46716c/bitstream-c8064e57.ipch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/ipch/bitstream-2b46716c/bitstream-c8064e57.ipch -------------------------------------------------------------------------------- /ipch/bitstream-2e12cc0a/bitstream-c8064e57.ipch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/ipch/bitstream-2e12cc0a/bitstream-c8064e57.ipch -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tishi43/h265_c_reference/HEAD/readme.txt --------------------------------------------------------------------------------