xvc
a world-class video codec
파일 탐색기
최종 버전 다운로드 (.zip)- decoder_app.cc
- decoder_app.h
- main_dec.cc
- y4m_writer.cc
- y4m_writer.h
- encoder_app.cc
- encoder_app.h
- main_enc.cc
- y4m_reader.cc
- y4m_reader.h
- CMakeLists.txt
- xvc.pc.in
- coding_guideline.md
- inter_prediction_simd.cc
- inter_prediction_simd.h
- resampler_simd.cc
- resampler_simd.h
- cabac.cc
- cabac.h
- checksum.cc
- checksum.h
- coding_unit.cc
- coding_unit.h
- common.cc
- common.h
- context_model.cc
- context_model.h
- cu_types.h
- deblocking_filter.cc
- deblocking_filter.h
- inter_prediction.cc
- inter_prediction.h
- intra_prediction.cc
- intra_prediction.h
- picture_data.cc
- picture_data.h
- picture_types.h
- quantize.cc
- quantize.h
- reference_list_sorter.h
- reference_picture_lists.cc
- reference_picture_lists.h
- resample.cc
- resample.h
- restrictions.cc
- restrictions.h
- sample_buffer.h
- segment_header.cc
- segment_header.h
- simd_cpu.cc
- simd_cpu.h
- simd_functions.cc
- simd_functions.h
- transform.cc
- transform.h
- transform_data.cc
- transform_data.h
- utils.cc
- utils.h
- utils_md5.cc
- utils_md5.h
- yuv_pic.cc
- yuv_pic.h
- bit_reader.cc
- bit_reader.h
- cu_decoder.cc
- cu_decoder.h
- cu_reader.cc
- cu_reader.h
- decoder.cc
- decoder.h
- entropy_decoder.cc
- entropy_decoder.h
- picture_decoder.cc
- picture_decoder.h
- segment_header_reader.cc
- segment_header_reader.h
- syntax_reader.cc
- syntax_reader.h
- thread_decoder.cc
- thread_decoder.h
- xvcdec.cc
- xvcdec.h
- sample_metric_simd.cc
- sample_metric_simd.h
- bit_writer.cc
- bit_writer.h
- cu_cache.cc
- cu_cache.h
- cu_encoder.cc
- cu_encoder.h
- cu_writer.cc
- cu_writer.h
- encoder.cc
- encoder.h
- encoder_settings.cc
- encoder_settings.h
- encoder_simd_functions.cc
- encoder_simd_functions.h
- entropy_encoder.cc
- entropy_encoder.h
- inter_search.cc
- inter_search.h
- inter_tz_search.cc
- inter_tz_search.h
- intra_search.cc
- intra_search.h
- picture_encoder.cc
- picture_encoder.h
- rdo_quant.cc
- rdo_quant.h
- sample_metric.cc
- sample_metric.h
- segment_header_writer.cc
- segment_header_writer.h
- syntax_writer.cc
- syntax_writer.h
- thread_encoder.cc
- thread_encoder.h
- transform_encoder.cc
- transform_encoder.h
- xvcenc.cc
- xvcenc.h
- CMakeLists.txt
- internal_utils.cmake
- gtest.h
- gtest-all.cc
- gtest_main.cc
- CHANGES
- CMakeLists.txt
- CONTRIBUTORS
- LICENSE
- README.md
- all_intra_test.cc
- checksum_enc_dec_test.cc
- decoder_api_test.cc
- decoder_helper.h
- decoder_resample_test.cc
- decoder_scalability_test.cc
- encode_decode_test.cc
- encoder_api_test.cc
- encoder_helper.h
- hls_test.cc
- resampler_test.cc
- residual_coding_test.cc
- resolution_test.cc
- restrictions_test.cc
- simd_test.cc
- transform_test.cc
- yuv_helper.cc
- yuv_helper.h
- CMakeLists.txt
- .gitignore
- .travis.yml
- appveyor.yml
- CMakeLists.txt
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/divideon/xvc
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd xvc
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. CMake
보통 추천사전 준비물
$ cmake ..
이 명령어를 터미널에 그대로 입력해 실행하세요.
$ cmake -G "Visual Studio 14 2015 Win64" ..
이 명령어를 터미널에 그대로 입력해 실행하세요.
build 폴더 안에 실행 파일이 생성됐는지 확인하고, 직접 실행해보세요 (예: ./build/앱이름).
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
