Import x264_0.160.3011+gitcde9a93.orig.tar.gz
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 13 Jul 2020 19:29:33 +0000 (20:29 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 13 Jul 2020 19:29:33 +0000 (20:29 +0100)
commitf262774650bd5628da5ccddc751325d076629c79
treec88570d60ccbb30a080612e48b85f4ec8bd0e0e2
Import x264_0.160.3011+gitcde9a93.orig.tar.gz

[dgit import orig x264_0.160.3011+gitcde9a93.orig.tar.gz]
241 files changed:
.gitlab-ci.yml [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
Makefile [new file with mode: 0644]
autocomplete.c [new file with mode: 0644]
common/aarch64/asm-offsets.c [new file with mode: 0644]
common/aarch64/asm-offsets.h [new file with mode: 0644]
common/aarch64/asm.S [new file with mode: 0644]
common/aarch64/bitstream-a.S [new file with mode: 0644]
common/aarch64/bitstream.h [new file with mode: 0644]
common/aarch64/cabac-a.S [new file with mode: 0644]
common/aarch64/dct-a.S [new file with mode: 0644]
common/aarch64/dct.h [new file with mode: 0644]
common/aarch64/deblock-a.S [new file with mode: 0644]
common/aarch64/deblock.h [new file with mode: 0644]
common/aarch64/mc-a.S [new file with mode: 0644]
common/aarch64/mc-c.c [new file with mode: 0644]
common/aarch64/mc.h [new file with mode: 0644]
common/aarch64/pixel-a.S [new file with mode: 0644]
common/aarch64/pixel.h [new file with mode: 0644]
common/aarch64/predict-a.S [new file with mode: 0644]
common/aarch64/predict-c.c [new file with mode: 0644]
common/aarch64/predict.h [new file with mode: 0644]
common/aarch64/quant-a.S [new file with mode: 0644]
common/aarch64/quant.h [new file with mode: 0644]
common/arm/asm.S [new file with mode: 0644]
common/arm/bitstream-a.S [new file with mode: 0644]
common/arm/bitstream.h [new file with mode: 0644]
common/arm/cpu-a.S [new file with mode: 0644]
common/arm/dct-a.S [new file with mode: 0644]
common/arm/dct.h [new file with mode: 0644]
common/arm/deblock-a.S [new file with mode: 0644]
common/arm/deblock.h [new file with mode: 0644]
common/arm/mc-a.S [new file with mode: 0644]
common/arm/mc-c.c [new file with mode: 0644]
common/arm/mc.h [new file with mode: 0644]
common/arm/pixel-a.S [new file with mode: 0644]
common/arm/pixel.h [new file with mode: 0644]
common/arm/predict-a.S [new file with mode: 0644]
common/arm/predict-c.c [new file with mode: 0644]
common/arm/predict.h [new file with mode: 0644]
common/arm/quant-a.S [new file with mode: 0644]
common/arm/quant.h [new file with mode: 0644]
common/base.c [new file with mode: 0644]
common/base.h [new file with mode: 0644]
common/bitstream.c [new file with mode: 0644]
common/bitstream.h [new file with mode: 0644]
common/cabac.c [new file with mode: 0644]
common/cabac.h [new file with mode: 0644]
common/common.c [new file with mode: 0644]
common/common.h [new file with mode: 0644]
common/cpu.c [new file with mode: 0644]
common/cpu.h [new file with mode: 0644]
common/dct.c [new file with mode: 0644]
common/dct.h [new file with mode: 0644]
common/deblock.c [new file with mode: 0644]
common/frame.c [new file with mode: 0644]
common/frame.h [new file with mode: 0644]
common/macroblock.c [new file with mode: 0644]
common/macroblock.h [new file with mode: 0644]
common/mc.c [new file with mode: 0644]
common/mc.h [new file with mode: 0644]
common/mips/dct-c.c [new file with mode: 0644]
common/mips/dct.h [new file with mode: 0644]
common/mips/deblock-c.c [new file with mode: 0644]
common/mips/deblock.h [new file with mode: 0644]
common/mips/macros.h [new file with mode: 0644]
common/mips/mc-c.c [new file with mode: 0644]
common/mips/mc.h [new file with mode: 0644]
common/mips/pixel-c.c [new file with mode: 0644]
common/mips/pixel.h [new file with mode: 0644]
common/mips/predict-c.c [new file with mode: 0644]
common/mips/predict.h [new file with mode: 0644]
common/mips/quant-c.c [new file with mode: 0644]
common/mips/quant.h [new file with mode: 0644]
common/mvpred.c [new file with mode: 0644]
common/opencl.c [new file with mode: 0644]
common/opencl.h [new file with mode: 0644]
common/opencl/bidir.cl [new file with mode: 0644]
common/opencl/downscale.cl [new file with mode: 0644]
common/opencl/intra.cl [new file with mode: 0644]
common/opencl/motionsearch.cl [new file with mode: 0644]
common/opencl/subpel.cl [new file with mode: 0644]
common/opencl/weightp.cl [new file with mode: 0644]
common/opencl/x264-cl.h [new file with mode: 0644]
common/osdep.c [new file with mode: 0644]
common/osdep.h [new file with mode: 0644]
common/pixel.c [new file with mode: 0644]
common/pixel.h [new file with mode: 0644]
common/ppc/dct.c [new file with mode: 0644]
common/ppc/dct.h [new file with mode: 0644]
common/ppc/deblock.c [new file with mode: 0644]
common/ppc/deblock.h [new file with mode: 0644]
common/ppc/mc.c [new file with mode: 0644]
common/ppc/mc.h [new file with mode: 0644]
common/ppc/pixel.c [new file with mode: 0644]
common/ppc/pixel.h [new file with mode: 0644]
common/ppc/ppccommon.h [new file with mode: 0644]
common/ppc/predict.c [new file with mode: 0644]
common/ppc/predict.h [new file with mode: 0644]
common/ppc/quant.c [new file with mode: 0644]
common/ppc/quant.h [new file with mode: 0644]
common/predict.c [new file with mode: 0644]
common/predict.h [new file with mode: 0644]
common/quant.c [new file with mode: 0644]
common/quant.h [new file with mode: 0644]
common/rectangle.c [new file with mode: 0644]
common/rectangle.h [new file with mode: 0644]
common/set.c [new file with mode: 0644]
common/set.h [new file with mode: 0644]
common/tables.c [new file with mode: 0644]
common/tables.h [new file with mode: 0644]
common/threadpool.c [new file with mode: 0644]
common/threadpool.h [new file with mode: 0644]
common/vlc.c [new file with mode: 0644]
common/win32thread.c [new file with mode: 0644]
common/win32thread.h [new file with mode: 0644]
common/x86/bitstream-a.asm [new file with mode: 0644]
common/x86/bitstream.h [new file with mode: 0644]
common/x86/cabac-a.asm [new file with mode: 0644]
common/x86/const-a.asm [new file with mode: 0644]
common/x86/cpu-a.asm [new file with mode: 0644]
common/x86/dct-32.asm [new file with mode: 0644]
common/x86/dct-64.asm [new file with mode: 0644]
common/x86/dct-a.asm [new file with mode: 0644]
common/x86/dct.h [new file with mode: 0644]
common/x86/deblock-a.asm [new file with mode: 0644]
common/x86/deblock.h [new file with mode: 0644]
common/x86/mc-a.asm [new file with mode: 0644]
common/x86/mc-a2.asm [new file with mode: 0644]
common/x86/mc-c.c [new file with mode: 0644]
common/x86/mc.h [new file with mode: 0644]
common/x86/pixel-32.asm [new file with mode: 0644]
common/x86/pixel-a.asm [new file with mode: 0644]
common/x86/pixel.h [new file with mode: 0644]
common/x86/predict-a.asm [new file with mode: 0644]
common/x86/predict-c.c [new file with mode: 0644]
common/x86/predict.h [new file with mode: 0644]
common/x86/quant-a.asm [new file with mode: 0644]
common/x86/quant.h [new file with mode: 0644]
common/x86/sad-a.asm [new file with mode: 0644]
common/x86/sad16-a.asm [new file with mode: 0644]
common/x86/trellis-64.asm [new file with mode: 0644]
common/x86/util.h [new file with mode: 0644]
common/x86/x86inc.asm [new file with mode: 0644]
common/x86/x86util.asm [new file with mode: 0644]
config.guess [new file with mode: 0755]
config.sub [new file with mode: 0755]
configure [new file with mode: 0755]
doc/ratecontrol.txt [new file with mode: 0644]
doc/regression_test.txt [new file with mode: 0644]
doc/standards.txt [new file with mode: 0644]
doc/threads.txt [new file with mode: 0644]
doc/vui.txt [new file with mode: 0644]
encoder/analyse.c [new file with mode: 0644]
encoder/analyse.h [new file with mode: 0644]
encoder/api.c [new file with mode: 0644]
encoder/cabac.c [new file with mode: 0644]
encoder/cavlc.c [new file with mode: 0644]
encoder/encoder.c [new file with mode: 0644]
encoder/lookahead.c [new file with mode: 0644]
encoder/macroblock.c [new file with mode: 0644]
encoder/macroblock.h [new file with mode: 0644]
encoder/me.c [new file with mode: 0644]
encoder/me.h [new file with mode: 0644]
encoder/ratecontrol.c [new file with mode: 0644]
encoder/ratecontrol.h [new file with mode: 0644]
encoder/rdo.c [new file with mode: 0644]
encoder/set.c [new file with mode: 0644]
encoder/set.h [new file with mode: 0644]
encoder/slicetype-cl.c [new file with mode: 0644]
encoder/slicetype-cl.h [new file with mode: 0644]
encoder/slicetype.c [new file with mode: 0644]
example.c [new file with mode: 0644]
extras/avisynth_c.h [new file with mode: 0644]
extras/avxsynth_c.h [new file with mode: 0644]
extras/cl.h [new file with mode: 0644]
extras/cl_platform.h [new file with mode: 0644]
extras/getopt.c [new file with mode: 0644]
extras/getopt.h [new file with mode: 0644]
extras/intel_dispatcher.h [new file with mode: 0644]
extras/inttypes.h [new file with mode: 0644]
extras/stdint.h [new file with mode: 0644]
filters/filters.c [new file with mode: 0644]
filters/filters.h [new file with mode: 0644]
filters/video/cache.c [new file with mode: 0644]
filters/video/crop.c [new file with mode: 0644]
filters/video/depth.c [new file with mode: 0644]
filters/video/fix_vfr_pts.c [new file with mode: 0644]
filters/video/internal.c [new file with mode: 0644]
filters/video/internal.h [new file with mode: 0644]
filters/video/resize.c [new file with mode: 0644]
filters/video/select_every.c [new file with mode: 0644]
filters/video/source.c [new file with mode: 0644]
filters/video/video.c [new file with mode: 0644]
filters/video/video.h [new file with mode: 0644]
input/avs.c [new file with mode: 0644]
input/ffms.c [new file with mode: 0644]
input/input.c [new file with mode: 0644]
input/input.h [new file with mode: 0644]
input/lavf.c [new file with mode: 0644]
input/raw.c [new file with mode: 0644]
input/thread.c [new file with mode: 0644]
input/timecode.c [new file with mode: 0644]
input/y4m.c [new file with mode: 0644]
output/flv.c [new file with mode: 0644]
output/flv_bytestream.c [new file with mode: 0644]
output/flv_bytestream.h [new file with mode: 0644]
output/matroska.c [new file with mode: 0644]
output/matroska_ebml.c [new file with mode: 0644]
output/matroska_ebml.h [new file with mode: 0644]
output/mp4.c [new file with mode: 0644]
output/mp4_lsmash.c [new file with mode: 0644]
output/output.h [new file with mode: 0644]
output/raw.c [new file with mode: 0644]
tools/bash-autocomplete.sh [new file with mode: 0644]
tools/checkasm-a.asm [new file with mode: 0644]
tools/checkasm-aarch64.S [new file with mode: 0644]
tools/checkasm-arm.S [new file with mode: 0644]
tools/checkasm.c [new file with mode: 0644]
tools/cltostr.sh [new file with mode: 0755]
tools/countquant_x264.pl [new file with mode: 0755]
tools/digress/__init__.py [new file with mode: 0644]
tools/digress/cli.py [new file with mode: 0644]
tools/digress/comparers.py [new file with mode: 0644]
tools/digress/constants.py [new file with mode: 0644]
tools/digress/errors.py [new file with mode: 0644]
tools/digress/scm/__init__.py [new file with mode: 0644]
tools/digress/scm/dummy.py [new file with mode: 0644]
tools/digress/scm/git.py [new file with mode: 0644]
tools/digress/testing.py [new file with mode: 0644]
tools/gas-preprocessor.pl [new file with mode: 0755]
tools/msvsdepend.sh [new file with mode: 0755]
tools/q_matrix_jvt.cfg [new file with mode: 0644]
tools/test_x264.py [new file with mode: 0755]
version.sh [new file with mode: 0755]
x264.c [new file with mode: 0644]
x264.h [new file with mode: 0644]
x264cli.h [new file with mode: 0644]
x264dll.c [new file with mode: 0644]
x264res.rc [new file with mode: 0644]