.clang-format |
|
246 |
.mailmap |
|
2836 |
args.c |
< fraction numerator |
6114 |
args.h |
|
1651 |
AUTHORS |
|
8794 |
build |
|
|
build_debug |
|
|
CHANGELOG |
|
45766 |
codereview.settings |
|
170 |
configure |
|
27035 |
CONTRIBUTING.md |
|
1180 |
docs.mk |
|
1607 |
examples |
|
|
examples.mk |
|
19706 |
ivfdec.c |
|
3190 |
ivfdec.h |
extern "C" |
758 |
ivfenc.c |
|
2127 |
ivfenc.h |
extern "C" |
1242 |
keywords.dox |
|
2132 |
libs.doxy_template |
|
52132 |
libs.mk |
|
30438 |
LICENSE |
|
1537 |
mainpage.dox |
|
1549 |
md5_utils.c |
This code implements the MD5 message-digest algorithm.
The algorithm is due to Ron Rivest. This code was
written by Colin Plumb in 1993, no copyright is claimed.
This code is in the public domain; do with it what you wish.
Equivalent code is available from RSA Data Security, Inc.
This code has been tested against that, and is equivalent,
except that you don't need to include two pages of legalese
with every copy.
To compute the message digest of a chunk of bytes, declare an
MD5Context structure, pass it to MD5Init, call MD5Update as
needed on buffers full of bytes, and then call MD5Final, which
will fill a supplied 16-byte array with the digest.
Changed so as no longer to depend on Colin Plumb's `usual.h' header
definitions
- Ian Jackson <ian@chiark.greenend.org.uk>.
Still in the public domain.
|
7694 |
md5_utils.h |
This is the header file for the MD5 message-digest algorithm.
The algorithm is due to Ron Rivest. This code was
written by Colin Plumb in 1993, no copyright is claimed.
This code is in the public domain; do with it what you wish.
Equivalent code is available from RSA Data Security, Inc.
This code has been tested against that, and is equivalent,
except that you don't need to include two pages of legalese
with every copy.
To compute the message digest of a chunk of bytes, declare an
MD5Context structure, pass it to MD5Init, call MD5Update as
needed on buffers full of bytes, and then call MD5Final, which
will fill a supplied 16-byte array with the digest.
Changed so as no longer to depend on Colin Plumb's `usual.h'
header definitions
- Ian Jackson <ian@chiark.greenend.org.uk>.
Still in the public domain.
|
1468 |
PATENTS |
|
1436 |
rate_hist.c |
Sum the size over the past rc_buf_sz ms |
7896 |
rate_hist.h |
|
1173 |
README |
Welcome to the WebM VP8/VP9 Codec SDK! |
7935 |
solution.mk |
|
1150 |
test |
|
|
third_party |
|
|
tools.mk |
|
4503 |
tools_common.c |
Swallow warnings about unused results of fread/fwrite |
24735 |
tools_common.h |
MSVS uses _f{seek,tell}i64. |
5916 |
usage.dox |
|
6730 |
usage_cx.dox |
|
476 |
usage_dx.dox |
|
3728 |
video_common.h |
|
659 |
video_reader.c |
|
2650 |
video_reader.h |
|
1901 |
video_writer.c |
|
2315 |
video_writer.h |
|
1435 |
vp8 |
|
|
vp9 |
|
|
vpx |
|
|
vpx_dsp |
|
|
vpx_mem |
|
|
vpx_ports |
|
|
vpx_scale |
|
|
vpx_util |
|
|
vpxdec.c |
|
38103 |
vpxenc.c |
|
80402 |
vpxenc.h |
Configuration elements common to all streams. |
1498 |
vpxstats.c |
|
2719 |
vpxstats.h |
This structure is used to abstract the different ways of handling
first pass statistics
|
1122 |
warnings.c |
Count and print warnings. |
3487 |
warnings.h |
Checks config for improperly used settings. Warns user upon encountering
settings that will lead to poor output quality. Prompts user to continue
when warnings are issued.
|
1004 |
webmdec.cc |
|
7251 |
webmdec.h |
|
2231 |
webmenc.cc |
|
3694 |
webmenc.h |
Stereo 3D packed frame format |
1514 |
y4menc.c |
|
2379 |
y4menc.h |
|
911 |
y4minput.c |
Skip any leading spaces. |
41133 |
y4minput.h |
The function used to perform chroma conversion. |
2222 |